div#eap-team-page-6 {
  font-size: 16px;
  background-attachment: fixed;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 4 4'%3E%3Cpath fill='%23f5f7fa' fill-opacity='0.7' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  /* FOOTER */
  /* FOOTER */
}
div#eap-team-page-6 .header h1 {
  font-size: 2em;
  font-weight: bold;
  color: #333;
  line-height: 1em;
  margin: 0.5em auto;
}
div#eap-team-page-6 .header h2 {
  font-size: 1.125em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1em;
  margin: 0 auto;
}
div#eap-team-page-6 .header {
  height: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5vh;
  padding-top: 10vh;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
div#eap-team-page-6 .footer h1 {
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  margin: 0.5em auto;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
div#eap-team-page-6 .footer a {
  font-size: 0.75em;
  font-weight: 700;
  color: #c2c2c2;
  line-height: 1em;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
div#eap-team-page-6 .footer a:hover {
  opacity: 0.9;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
div#eap-team-page-6 .footer {
  height: 100%;
  text-align: center;
  margin: 4em auto;
  padding-top: 1vh;
}
div#eap-team-page-6 #cta {
  margin-top: 1em;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  color: #fff;
  border-radius: 50px;
  padding: 0 10%;
  line-height: 46px;
  font-weight: bold;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
div#eap-team-page-6 #cta:hover {
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: scale(1.04) translateY(-5px);
}
div#eap-team-page-6 .card {
  background-color: #c2c2c2;
  border-radius: 16px;
  padding-top: 1em;
  height: 150px;
  width: 100%;
  max-width: 600px;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.1);
  align-content: center;
  justify-content: center;
}
div#eap-team-page-6 .main {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
div#eap-team-page-6 .profile {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 6fr;
  width: 100%;
  height: 100%;
  padding: 1.25em;
  margin: 1em auto;
  border-radius: 16px;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
div#eap-team-page-6 .profile:hover {
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.2);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: scale(1.04) translateY(-5px);
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
div#eap-team-page-6 .image img {
  border-radius: 16px;
  max-width: 150px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  border: 8px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
div#eap-team-page-6 .image {
  grid-column: 1;
  padding-top: 0.7em;
}
div#eap-team-page-6 .info {
  grid-column: 2/7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1em;
}
div#eap-team-page-6 .name {
  grid-column: 1;
  font-weight: bold;
  font-size: 1.25em;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
div#eap-team-page-6 .title {
  grid-column: 2;
  grid-row: 1/4;
  padding-top: 1.5em;
  text-align: right;
  font-weight: 400;
  font-size: 1.125em;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
div#eap-team-page-6 .phone {
  grid-column: 1;
  font-weight: bold;
  font-size: 1em;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
div#eap-team-page-6 .email {
  grid-column: 1;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) and (min-width: 414px) {
  div#eap-team-page-6 {
    font-size: 16px;
  }
  div#eap-team-page-6 .main {
    padding: 2em;
  }
  div#eap-team-page-6 .footer {
    padding: 2em;
  }
  div#eap-team-page-6 .profile {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1fr !important;
    padding: 0em 0em;
    box-shadow: 0px 2px 10px;
    margin-top: 0em;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  div#eap-team-page-6 .profile:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  div#eap-team-page-6 .info {
    grid-column: 3;
    grid-template-columns: 1fr;
    display: grid;
    padding: 1em;
  }
  div#eap-team-page-6 .image {
    grid-column: 2;
    padding-top: 2em;
  }
  div#eap-team-page-6 .image img {
    grid-column: 1;
  }
  div#eap-team-page-6 .name {
    grid-column: 1;
    font-weight: bold;
    font-size: 1.25em;
  }
  div#eap-team-page-6 .title {
    grid-column: 1;
    grid-row: 2;
    padding-top: 0em;
    font-size: 1em;
    text-align: left;
  }
  div#eap-team-page-6 .phone {
    grid-column: 1;
    font-weight: bold;
    font-size: 1em;
  }
  div#eap-team-page-6 .email {
    grid-column: 1;
    font-weight: 400;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 414px) and (min-width: 100px) {
  div#eap-team-page-6 {
    font-size: 14px;
  }
  div#eap-team-page-6 .main {
    padding: 1em;
  }
  div#eap-team-page-6 .footer {
    padding: 1em;
  }
  div#eap-team-page-6 .profile {
    display: grid;
    grid-template-columns: 1fr !important;
    text-align: center;
    padding: 0em 0em;
    box-shadow: none;
    margin-top: 6em;
    transform: scale(1.01) translateY(-5px);
    height: 100%;
    position: relative;
  }
  div#eap-team-page-6 .profile:hover {
    box-shadow: none;
  }
  div#eap-team-page-6 .card {
    padding: 1em;
  }
  div#eap-team-page-6 .info {
    grid-column: 1;
    grid-template-columns: 1fr;
    display: grid;
    padding: 1em;
    text-align: center;
    position: relative;
    top: -60px;
  }
  div#eap-team-page-6 .image {
    grid-column: 1;
    position: relative;
    top: -60px;
  }
  div#eap-team-page-6 .image img {
    grid-column: 1;
  }
  div#eap-team-page-6 .name {
    grid-column: 1;
    font-weight: bold;
    font-size: 1.25em;
  }
  div#eap-team-page-6 .title {
    grid-column: 1;
    grid-row: 2;
    padding-top: 0em;
    font-size: 1em;
    text-align: center;
  }
  div#eap-team-page-6 .phone {
    grid-column: 1;
    font-weight: bold;
    font-size: 1em;
  }
  div#eap-team-page-6 .email {
    grid-column: 1;
    font-weight: 400;
    font-size: 0.75em;
  }
}