.grid-and-padding {
  display: grid;
  padding-left: calc(70rem * 1 / 18);
  padding-right: calc(70rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grid-and-padding {
    grid-template-columns: repeat(12, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-and-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-no-padding {
  display: grid;
  grid-template-columns: 2.604% repeat(24, 1fr) 2.604%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grid-no-padding {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-no-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-11 {
  z-index: 11 !important;
}
.z-12 {
  z-index: 12 !important;
}
.z-13 {
  z-index: 13 !important;
}
.z-14 {
  z-index: 14 !important;
}
.z-15 {
  z-index: 15 !important;
}
.z-16 {
  z-index: 16 !important;
}
.z-17 {
  z-index: 17 !important;
}
.z-18 {
  z-index: 18 !important;
}
.z-19 {
  z-index: 19 !important;
}
.z-20 {
  z-index: 20 !important;
}
.articulatCF-normal {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.articulatCF-regular {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.articulatCF-medium {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.articulatCF-demibold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.articulatCF-bold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.arrow-button {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: calc(15rem * 1 / 18) 0;
  color: #101921;
  text-decoration: none;
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  transition: background-color 0.3s;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .arrow-button {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .arrow-button {
    font-size: 14px;
    line-height: 22.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .arrow-button {
    align-items: center;
  }
}
.arrow-button svg {
  margin-right: calc(15rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .arrow-button svg {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .arrow-button svg {
    margin-right: 10px;
  }
}
.arrow-button:hover {
  color: #FA851E;
}
.arrow-button:hover svg {
  margin-right: calc(10rem * 1 / 18);
  margin-left: calc(5rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .arrow-button:hover svg {
    margin-right: 10px;
    margin-left: 5px;
  }
}
.arrow-button:hover svg path {
  stroke: #FA851E;
}
.font-size72 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(72rem * 1 / 18);
  line-height: calc(82rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size72 {
    font-size: 44px;
    line-height: 48.5px;
  }
}
.font-size56 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(56rem * 1 / 18);
  line-height: calc(61.6rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size56 {
    font-size: 56px;
    line-height: 61.6px;
  }
}
.section-title {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: calc(56rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 36px;
    line-height: 39.6px;
  }
}
.font-size42 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(42rem * 1 / 18);
  line-height: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size42 {
    font-size: 42px;
    line-height: 50px;
  }
}
.font-size40 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(40rem * 1 / 18);
  line-height: calc(48rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .font-size40 {
    font-size: 40px;
    line-height: 48px;
  }
}
.font-size36 {
  font-size: calc(36rem * 1 / 18);
  line-height: calc(47rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size36 {
    font-size: 36px;
    line-height: 47px;
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18);
  line-height: calc(32.5rem * 1 / 18);
  letter-spacing: calc(0.8rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 32.5px;
    letter-spacing: 0.8px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size30 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}
.font-size28 {
  font-size: calc(28rem * 1 / 18);
  line-height: calc(30.5rem * 1 / 18);
  letter-spacing: calc(0.6rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size28 {
    font-size: 28px;
    line-height: 30.5px;
    letter-spacing: 0.6px;
  }
}
.font-size26 {
  font-size: calc(26rem * 1 / 18);
  line-height: calc(28.5rem * 1 / 18);
  letter-spacing: calc(0.6rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size26 {
    font-size: 26px;
    line-height: 28.5px;
    letter-spacing: 0.6px;
  }
}
.font-size24 {
  font-size: calc(24rem * 1 / 18);
  line-height: calc(26.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size24 {
    font-size: 24px;
    line-height: 26.5px;
    letter-spacing: 0.5px;
  }
}
.font-size22 {
  font-size: calc(22rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size22 {
    font-size: 22px;
    line-height: 24.5px;
    letter-spacing: 0.5px;
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18);
  line-height: calc(22.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 22.5px;
    letter-spacing: 0.9px;
  }
}
.font-size18-demibold {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size18-demibold {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.font-size18-regular {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size18-regular {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size17 {
    font-size: 16px;
    line-height: 25.5px;
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size16 {
    font-size: 14px;
    line-height: 22.5px;
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18);
  line-height: calc(23.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px;
    line-height: 23.5px;
    letter-spacing: 0.5px;
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(1rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.font-size14-bold {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(1rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size14-bold {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.font-size12 {
  font-size: calc(12rem * 1 / 18);
  line-height: calc(13.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size12 {
    font-size: 12px;
    line-height: 13.5px;
    letter-spacing: 0.9px;
  }
}
.radius5 {
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .radius5 {
    border-radius: 5px;
  }
}
.ems {
  display: grid;
  padding-left: calc(70rem * 1 / 18);
  padding-right: calc(70rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .ems {
    grid-template-columns: repeat(12, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ems {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ems__heading {
  grid-column: 3 / span 20;
  grid-row: 1;
  margin-top: calc(100rem * 1 / 18);
  margin-bottom: calc(40rem * 1 / 18);
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .ems__heading {
    grid-column: 1 / -1;
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
.ems__heading .text {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(1rem * 1 / 18);
  text-transform: uppercase;
  color: #FA851E;
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-right: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ems__heading .text {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1023px) {
  .ems__heading .text {
    margin-right: 20px;
  }
}
.ems__heading .line {
  flex-grow: 1;
  height: 1px;
  background-color: #b7babc;
}
.ems__title {
  grid-column: 3 / span 20;
  grid-row: 2;
  margin-bottom: calc(100rem * 1 / 18);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .ems__title {
    grid-column: 1 / -1;
    margin-bottom: 100px;
    flex-wrap: wrap;
  }
}
.ems__title h2 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: calc(56rem * 1 / 18);
  color: #101921;
  max-width: calc(500rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ems__title h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .ems__title h2 {
    font-size: 36px;
    line-height: 39.6px;
  }
}
@media only screen and (max-width: 1023px) {
  .ems__title h2 {
    max-width: 100%;
  }
}
.ems__title-description {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #101921;
  max-width: calc(730rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ems__title-description {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .ems__title-description {
    font-size: 16px;
    line-height: 25.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .ems__title-description {
    max-width: 100%;
    margin-top: 30px;
  }
}
.ems__wrapper {
  grid-column: 3 / span 20;
  grid-row: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: calc(40rem * 1 / 18);
  row-gap: calc(100rem * 1 / 18);
  margin-bottom: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ems__wrapper {
    grid-column: 1 / -1;
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 100px;
    justify-content: center;
  }
}
.ems__card {
  position: relative;
  max-width: calc(260rem * 1 / 18);
  padding-bottom: calc(20rem * 1 / 18);
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .ems__card {
    max-width: 260px;
    padding-bottom: 20px;
  }
}
.ems__card:hover .ems__card-image .overlay {
  background-color: #101921;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.ems__card:hover .ems__card-name {
  color: #FA851E;
  transition: all 0.3s ease-in-out;
}
.ems__card-image {
  width: calc(260rem * 1 / 18);
  height: calc(260rem * 1 / 18);
  border-radius: 50%;
  margin-bottom: calc(20rem * 1 / 18);
  overflow: hidden;
  position: relative;
  background-color: #b7babc;
}
@media only screen and (max-width: 1023px) {
  .ems__card-image {
    width: 260px;
    height: 260px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .ems__card-image {
    margin-bottom: 20px;
  }
}
.ems__card-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101921;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.ems__card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ems__card-name {
  font-size: calc(22rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #101921;
  margin-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ems__card-name {
    font-size: 22px;
    line-height: 24.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .ems__card-name {
    margin-bottom: 10px;
  }
}
.ems__card-jobTitle {
  font-size: calc(12rem * 1 / 18);
  line-height: calc(13.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #585e64;
  text-transform: uppercase;
  max-width: calc(200rem * 1 / 18);
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .ems__card-jobTitle {
    font-size: 12px;
    line-height: 13.5px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (max-width: 1023px) {
  .ems__card-jobTitle {
    max-width: 200px;
  }
}
.ems__bio {
  width: 100%;
  max-width: calc(1711rem * 1 / 18);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: calc(150rem * 1 / 18);
  position: fixed;
  right: -100%;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
  padding: calc(300rem * 1 / 18) 0 calc(100rem * 1 / 18);
  background-color: #b7babc;
  background: linear-gradient(50deg, #4f0006 0%, #101921 50%);
}
@media only screen and (max-width: 1023px) {
  .ems__bio {
    max-width: 70%;
    gap: 30px;
    padding: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100vh;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 600px) {
  .ems__bio {
    max-width: 93.5%;
    padding: 30px;
    padding-top: 50px;
  }
}
.ems__bio.active {
  right: 0;
}
.ems__bio-close {
  width: calc(25rem * 1 / 18);
  height: calc(25rem * 1 / 18);
  position: absolute;
  top: calc(50rem*1 / 18);
  right: calc(50rem * 1 / 18);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .ems__bio-close {
    width: 15px;
    height: 15px;
    top: 30px;
    right: 30px;
  }
}
.ems__bio-close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ems__bio-image {
  margin-left: calc(-300rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ems__bio-image {
    margin: 0;
  }
}
.ems__bio-image .img {
  width: calc(355rem * 1 / 18);
  height: calc(355rem * 1 / 18);
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ems__bio-image .img {
    width: 350px;
    height: 350px;
    margin-bottom: 50px;
    border: 1px solid #707579;
  }
}
@media only screen and (max-width: 600px) {
  .ems__bio-image .img {
    width: 260px;
    height: 260px;
  }
}
.ems__bio-image .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ems__bio-image .name {
  margin-bottom: calc(10rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: calc(56rem * 1 / 18);
  color: #101921;
  color: #B7CECD;
  margin-left: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ems__bio-image .name {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .ems__bio-image .name {
    font-size: 36px;
    line-height: 39.6px;
  }
}
@media only screen and (max-width: 1023px) {
  .ems__bio-image .name {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.ems__bio-image .role {
  font-size: calc(12rem * 1 / 18);
  line-height: calc(13.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #B7CECD;
  margin-bottom: calc(34rem * 1 / 18);
  margin-left: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ems__bio-image .role {
    font-size: 12px;
    line-height: 13.5px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (max-width: 1023px) {
  .ems__bio-image .role {
    margin-bottom: 34px;
    margin-left: 0;
  }
}
.ems__bio-image .linkedin {
  width: calc(31rem * 1 / 18);
  height: calc(31rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ems__bio-image .linkedin {
    width: 31px;
    height: 31px;
    margin-left: 0;
  }
}
.ems__bio-image .linkedin svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ems__bio-image .linkedin:hover svg path:nth-child(1) {
  stroke: #FA851E;
  transition: all 0.3s ease-in-out;
}
.ems__bio-image .linkedin:hover svg path:nth-child(2) {
  fill: #FA851E;
  transition: all 0.3s ease-in-out;
}
.ems__bio-text {
  color: #B7CECD;
  position: relative;
  width: 100%;
  max-width: calc(617rem * 1 / 18);
  justify-content: flex-start;
  margin-top: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ems__bio-text {
    max-width: 100%;
    padding: 0;
  }
}
.ems__bio-text--content p {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .ems__bio-text--content p {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .ems__bio-text--content p {
    font-size: 16px;
    line-height: 25.5px;
  }
}
@media only screen and (max-width: 400px) {
  .ems__bio-text--content p {
    font-size: 14px;
  }
}
.ems__bio-overlay {
  display: none;
  width: calc(1920rem * 1 / 18);
  height: 100vh;
  opacity: 0.75;
  background: #101921;
  mix-blend-mode: multiply;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}
@media only screen and (max-width: 1023px) {
  .ems__bio-overlay {
    width: 1920px;
  }
}
.ems__bio-overlay.active {
  display: block;
}
