/* BASE */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;0,800;0,900;1,400;1,500;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

p {
  margin-block-end: 0;
  font-size: 16px;
}

ul {
  list-style: none;
  margin-block-end: 0;
}

img {
  width: 100%;
  vertical-align: middle;
}
svg {
  width: 20px;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin-block-end: 0;
}

p {
  margin-block-end: 0;
}

/* button */
.bwdpc-profile-card-19-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-11-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn {
  color: #fff;
  background-color: #333;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 10px 55px;
  border: none;
  position: relative;
  z-index: 1;
  transition: 0.4s linear;
  border-radius: 5px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-btn .bwdpc-profile-btn:focus, .bwdpc-profile-card-11-area .bwdpc-profile-card-btn .bwdpc-profile-btn:focus, .bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:focus {
  color: #fff;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover, .bwdpc-profile-card-11-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover, .bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  color: #fff;
  background: #333;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-btn .bwdpc-profile-btn::before, .bwdpc-profile-card-11-area .bwdpc-profile-card-btn .bwdpc-profile-btn::before, .bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn::before, .bwdpc-profile-card-19-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after, .bwdpc-profile-card-11-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after, .bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn::after {
  content: "";
  background-color: #10ac84;
  width: 100%;
  block-size: 100%;
  opacity: 0;
  transform: scaleX(0);
  border-radius: 50%;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: -1;
  transition: all 0.3s ease-in 0s;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after, .bwdpc-profile-card-11-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after, .bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn::after {
  background-color: #1dd1a1;
  border-radius: 0;
  transform: scaleX(1);
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before, .bwdpc-profile-card-11-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before, .bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before {
  border-radius: 0;
  opacity: 1;
  transform: scaleX(1);
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover:after,
.bwdpc-profile-card-11-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover:after,
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover:after {
  border-radius: 50%;
  opacity: 1;
  transform: scaleX(0);
}

.bwdpc-profile-card-17-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-14-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-6-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn {
  color: #fff;
  background: linear-gradient(135deg, #852d91, #312a6c);
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 20px 35px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  letter-spacing: 1px;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-btn .bwdpc-profile-btn::before, .bwdpc-profile-card-14-area .bwdpc-profile-card-btn .bwdpc-profile-btn::before, .bwdpc-profile-card-6-area .bwdpc-profile-card-btn .bwdpc-profile-btn::before, .bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn::before, .bwdpc-profile-card-17-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after, .bwdpc-profile-card-14-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after, .bwdpc-profile-card-6-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after, .bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn::after {
  content: "";
  background: #fff;
  width: 100px;
  block-size: 100px;
  border-radius: 50%;
  opacity: 0;
  transform: translate(100%, -25%) translate3d(0, 0, 0);
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
  z-index: -1;
  transition: all 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before, .bwdpc-profile-card-14-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before, .bwdpc-profile-card-6-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before, .bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before, .bwdpc-profile-card-17-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after, .bwdpc-profile-card-14-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after, .bwdpc-profile-card-6-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after, .bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after {
  opacity: 0.15;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before, .bwdpc-profile-card-14-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before, .bwdpc-profile-card-6-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before, .bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before {
  transform: translate3d(50%, 0, 0) scale(0.9);
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after, .bwdpc-profile-card-14-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after, .bwdpc-profile-card-6-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after, .bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after {
  transform: translate(50%, 0) scale(1.1);
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover, .bwdpc-profile-card-14-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover, .bwdpc-profile-card-6-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover, .bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  color: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-animation: rotate 0.7s ease-in-out both;
          animation: rotate 0.7s ease-in-out both;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-10-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-7-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-3-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  color: #fff;
  background-color: #B185E8;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 22px;
  margin: 0 auto;
  overflow: hidden;
  border: none;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover, .bwdpc-profile-card-10-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover, .bwdpc-profile-card-7-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover, .bwdpc-profile-card-3-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn::before, .bwdpc-profile-card-10-area .bwdpc-profile-card-btn .bwdpc-profile-btn::before, .bwdpc-profile-card-7-area .bwdpc-profile-card-btn .bwdpc-profile-btn::before, .bwdpc-profile-card-3-area .bwdpc-profile-card-btn .bwdpc-profile-btn::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  block-size: 100%;
  width: 0;
  border-radius: 20px;
  transform: scale(0.9, 0.8);
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  transition: all 0.3s ease 0s;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before, .bwdpc-profile-card-10-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before, .bwdpc-profile-card-7-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before, .bwdpc-profile-card-3-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::before {
  width: 100%;
}

.bwdpc-profile-card-21-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-18-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-13-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-8-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-4-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  padding: 10px 50px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  background: none;
  border: 1px solid #fff;
  text-transform: capitalize;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background-color: #e36414;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after, .bwdpc-profile-card-18-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after, .bwdpc-profile-card-13-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn::after, .bwdpc-profile-card-8-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after, .bwdpc-profile-card-4-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: -70px;
  block-size: 98px;
  width: 50px;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(20deg) translateX(0);
  transition: all 0.3s linear;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after, .bwdpc-profile-card-18-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after, .bwdpc-profile-card-13-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after, .bwdpc-profile-card-8-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after, .bwdpc-profile-card-4-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover::after {
  transform: skewX(20deg) translateX(300px);
}

.bwdpc-profile-card-20-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-15-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-12-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-9-area .bwdpc-profile-card-btn .bwdpc-profile-btn, .bwdpc-profile-card-5-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  display: inline-block;
  color: #fff;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 18px 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 2px solid #ff9900;
  box-shadow: inset 0 0 0 0 #ff9900;
  transition: 0.3s linear;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover, .bwdpc-profile-card-15-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover, .bwdpc-profile-card-12-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover, .bwdpc-profile-card-9-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover, .bwdpc-profile-card-5-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-content-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 50px #ff9900;
}

/* layouts */
.bwdpc-profile-card-1-area {
    padding-top: 56px;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  background: #fff;
  border-radius: 20px;
  position: relative;
  margin-block-end: 80px;
  padding: 15px;
  text-align: center;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  inline-size: 150px;
  block-size: 150px;
  margin-block-start: -70px;
  margin-block-end: 35px;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 4;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  transition: 0.4s linear;
  transform: rotateY(0);
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-img img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: top center;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img {
  transform: rotateY(360deg);
}

.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-weight: 600;
  font-size: 24px;
  color: #6944ff;
  margin-block-end: 3px;
  text-transform: capitalize;
  letter-spacing: 0.7px;
  line-height: 1;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 15px;
  font-weight: 500;
  color: #324e63;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-bio {
  display: inline-block;
  margin-block-end: 2px;
  text-align: left;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-block;
  color: #999;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  align-items: center;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #6944ff;
  margin-inline-end: 3px;
  display: inline-block;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-status {
  display: block;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  margin-inline: 3px;
  margin-block-end: 7px;
}
.bwdpc-profile-card-1-area .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  color: #324e63;
  margin-block-end: 0px;
}
.bwdpc-profile-card-1-area .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  margin-block-start: 3px;
  text-transform: capitalize;
  color: #6944ff;
  font-size: 12px;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-btn {
  margin-block-end: 10px;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:before {
  background: #6944ff;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn::after {
  background: #6944ff;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-share-link {
    display: flex;
    justify-content: center;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a {
  color: #6c44fc;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  block-size: 40px;
  inline-size: 40px;
  transition: 0.3s linear;
  background-color: transparent;
  border: 2px solid #6944ff;
  margin: 2px;
}
.bwdpc-profile-card-1-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:hover {
  border-radius: 50%;
  animation: bwdpc-profile-1-hover 0.3s;
  background-color: #fff;
  color: #457988;
}
@-webkit-keyframes bwdpc-profile-1-hover {
  0% {
    box-shadow: 0 0 0 10px rgba(45, 40, 40, 0.3);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(45, 40, 40, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 40, 40, 0.3);
  }
}
@keyframes bwdpc-profile-1-hover {
  0% {
    box-shadow: 0 0 0 10px rgba(45, 40, 40, 0.3);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(45, 40, 40, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 40, 40, 0.3);
  }
}

.bwdpc-profile-card-2-area .bwdpc-profile-card-item {
  background-color: #222831;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-block-end: 30px;
  padding: 15px;
  font-family: "Baloo Paaji 2", cursive;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  block-size: 160px;
  inline-size: 160px;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: #272133;
  box-shadow: 0 10px 50px rgb(235, 25, 110);
  overflow: hidden;
  margin: 0 auto 30px;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-img img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: top center;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-name-info {
  margin-block-end: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(235, 25, 110);
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-weight: 600;
  font-size: 24px;
  margin-block-end: 3px;
  text-transform: capitalize;
  letter-spacing: 0.7px;
  line-height: 1;
  color: #ededed;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #ededed;
  padding-block-end: 10px;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-bio {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-block-end: 12px;
  text-align: left;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  color: #ededed;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  align-items: center;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #ededed;
  margin-inline-end: 5px;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-status {
  display: block;
  margin-block-end: 5px;
  border-block-end-width: 1px;
  border-block-end-style: solid;
  border-block-end-color: rgb(235, 25, 110);
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  margin-inline: 3px;
  margin-block-end: 7px;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  color: rgb(235, 25, 110);
  margin-block-end: 0px;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  margin-block-start: 3px;
  text-transform: capitalize;
  color: #ededed;
  font-size: 13px;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-btn {
  margin-block-start: 10px;
  margin-block-end: 2px;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn {
  background: rgb(235, 25, 110);
  padding-block: 14px;
  padding-inline: 50px;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a {
  background: #eb1a6e;
  position: relative;
  color: #fff;
  block-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  inline-size: 50px;
  border-radius: 50%;
  font-size: 17px;
  margin: 3px;
  overflow: hidden;
  z-index: 1;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-share-link i,
.bwdpc-profile-card-2-area .bwdpc-profile-card-share-link svg {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.bwdpc-profile-card-2-area .bwdpc-profile-card-share-link i:hover,
.bwdpc-profile-card-2-area .bwdpc-profile-card-share-link svg:hover {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item {
  background-color: #dde1e2;
  box-shadow: #bdc3c7 0 5px 5px;
  overflow: hidden;
  border-radius: 15px;
  margin-block-end: 30px;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content {
  display: block;
  position: relative;
  block-size: 200px;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-img {
  inline-size: 100%;
  block-size: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-block-end: 8px solid #5cc0ff;
  position: relative;
  
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-img img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: top center;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-name-info {
  position: absolute;
  inset-block-start: 0;
  background-color: rgba(0, 0, 0, 0.6);
  inline-size: 100%;
  block-size: 96%;
  padding: 15px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: scale(0);
  transform-origin: top right;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-weight: 600;
  font-size: 24px;
  margin-block-end: 3px;
  text-transform: capitalize;
  letter-spacing: 0.7px;
  line-height: 1;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-wrapper-img {
  position: absolute;
  inset-block-end: -40px;
  left: 50%;
  transform: translateX(-50%);
  inline-size: 90px;
  block-size: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #5cc0ff;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-wrapper-img img {
  inline-size: 100%;
  block-size: 100%;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area {
  padding-block-start: 50px;
  padding-block-end: 20px;
  padding-inline: 15px;
  text-align: center;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-card-bio {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  margin-block-end: 14px;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: .5px;
  color: #525252;
  align-items: center;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-inline-end: 5px;
  color: #525252;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-card-status {
  display: block;
  margin-block-end: 0px;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  text-align: center;
  margin-block-end: 10px;
  margin-inline-end: 5px;
  border-inline-end: 2px solid #bdc3c7;
  padding-inline-end: 5px;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-card-status .bwdpc-profile-state-area:last-child {
  border: none;
  padding-inline-end: 0;
  margin-block-end: 10px;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  color: #81878b;
  margin-block-end: 0px;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  margin-block-start: 3px;
  text-transform: capitalize;
  color: #81878b;
  font-size: 13px;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-card-share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-block-end: 10px;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-card-share-link a {
  color: #1e1e1e;
  font-size: 22px;
  block-size: 50px;
  inline-size: 50px;
  border-radius: 30% 70% 70% 30%/30% 45% 55% 70%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
  background-color: #5cc0ff;
  margin: 5px;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-card-share-link a:hover {
  border-radius: 57% 43% 31% 69%/54% 61% 39% 46%;
  color: #5cc0ff;
  background-color: #1e1e1e;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  padding-block: 14px;
  padding-inline: 60px;
  background-color: #5cc0ff;
  color: #1e1e1e;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  background-color: #1e1e1e;
}
.bwdpc-profile-card-3-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-top-content .bwdpc-profile-card-name-info {
  opacity: 1;
  transform: scale(1);
}

.bwdpc-profile-card-4-area {
  overflow: hidden;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item {
  border: 2px solid transparent;
  border-radius: 50%;
  max-block-size: 175px;
  width: 175px;
  overflow: hidden;
  transition: 0.4s linear;
  position: relative;
  margin: 0 auto 30px;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  border-radius: 50%;
  margin: 0px auto;
  display: block;
  width: 170px;
  block-size: 170px;
  border: 5px solid #26A69A;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-img img {
  width: 100%;
  block-size: 100%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
    width: 120px;
    block-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
    width: 180px;
    block-size: 180px;
  }
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content {
  text-align: center;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-name-info {
  visibility: hidden;
  margin-block-start: 20px;
  opacity: 0;
  transition: 0.3s linear;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  color: #222f3e;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  transition: all ease 0.25s;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 14px;
  font-weight: 500;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area {
  margin: 10px 0 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  max-block-size: 0;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  text-align: left;
  align-items: center;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #26A69A;
  margin-inline-end: 6px;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-card-btn {
  margin: 10px 0 5px;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  background-color: #26A69A;
  padding: 10px 60px;
  font-size: 18px;
  letter-spacing: 2px;
  border: none;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-card-status {
  display: block;
  margin-block-end: 8px;
  margin-inline-end: 10px;
  visibility: hidden;
  transition: 0.3s linear;
  opacity: 0;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  margin-inline: 3px;
  margin-block-end: 7px;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  color: #26A69A;
  margin-block-end: 0px;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  margin-block-start: 3px;
  text-transform: capitalize;
  font-size: 13px;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link {
  position: absolute;
  inset-block-start: 20px;
  inset-inline-start: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link {
    inset-block-start: 10px;
    inset-inline-start: 7px;
  }
}
@media (max-width: 767px) {
  .bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link {
    inset-block-start: 10px;
    inset-inline-start: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link {
    inset-block-start: 20px;
    inset-inline-start: 20px;
  }
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #26A69A;
  font-size: 18px;
  block-size: 35px;
  font-weight: 900;
  width: 35px;
  transition: 0.3s linear;
  margin: 2px 0;
  border-radius: 10px 0 10px 0;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:hover {
  color: #26A69A;
  background: #222f3e;
  border-radius: 0 10px 0 10px;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item:hover {
  width: 100%;
  max-block-size: 100%;
  padding: 25px 15px 5px;
  border-radius: 0;
  border: 2px solid #26A69A;
  background-color: #f0f0f0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 25px;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img {
  -webkit-animation: profile-card-img-4 2000ms linear both;
          animation: profile-card-img-4 2000ms linear both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes profile-card-img-4 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes profile-card-img-4 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  -webkit-animation: profile-card-4 1500ms linear both;
          animation: profile-card-4 1500ms linear both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes profile-card-4 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes profile-card-4 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-content-area {
  visibility: visible;
  opacity: 1;
  max-block-size: 100%;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-content-area .bwdpc-profile-card-status {
  -webkit-animation: bwd-profile-card-status-4 1500ms linear both;
          animation: bwd-profile-card-status-4 1500ms linear both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  visibility: visible;
  opacity: 1;
}
@-webkit-keyframes bwd-profile-card-status-4 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bwd-profile-card-status-4 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link {
  visibility: visible;
  opacity: 1;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link a:nth-child(1) {
  -webkit-animation: profile_4_social_animation 1000ms ease-in-out both;
          animation: profile_4_social_animation 1000ms ease-in-out both;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
@-webkit-keyframes profile_4_social_animation {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes profile_4_social_animation {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link a:nth-child(2) {
  -webkit-animation: profile_4_social_animation 2000ms ease-in-out both;
          animation: profile_4_social_animation 2000ms ease-in-out both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link a:nth-child(3) {
  -webkit-animation: profile_4_social_animation 2000ms ease-in-out both;
          animation: profile_4_social_animation 2000ms ease-in-out both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link a:nth-child(4) {
  -webkit-animation: profile_4_social_animation 2000ms ease-in-out both;
          animation: profile_4_social_animation 2000ms ease-in-out both;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}
.bwdpc-profile-card-4-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-name-info {
  visibility: visible;
  opacity: 1;
}

.bwdpc-profile-card-5-area .bwdpc-profile-card-item {
  position: relative;
  margin-block-end: 30px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  overflow: hidden;
  min-block-size: 400px;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: auto;
  inset-block-end: 0;
  block-size: 0;
  width: 100%;
  background: rgba(148, 148, 148, 0.231372549);
  transition: 0.6s linear;
  z-index: 1;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  block-size: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item .bwdpc-profile-card-img img {
  block-size: 100%;
  width: 100%;
  transition: transform 1s;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area {
  padding: 20px;
  text-align: center;
  margin-block-start: 35px;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  left: 0;
  width: 50%;
  block-size: 40%;
  border: 3px solid #ff0167;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: scale(1, 1);
  transition: 0.3s linear;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  right: 0;
  width: 50%;
  block-size: 40%;
  border: 3px solid #ff0167;
  border-left: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: 0.3s linear;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-content-item {
  transform: translateY(-150px);
  transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 99;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-content-item .bwdpc-profile-card-name-info {
  margin-block-end: 5px;
}
.bwdpc-profile-card-5-area  .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  color: #222f3e;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 16px;
  font-weight: 500;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
  align-items: center;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #222f3e;
  margin-inline-end: 6px;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-status {
  display: block;
  margin-block-start: 10px;
  margin-block-end: 0px;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  margin-inline: 3px;
  margin-block-end: 7px;
  text-align: center;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  color: #222f3e;
  margin-block-end: 0px;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  margin-block-start: 3px;
  text-transform: capitalize;
  font-size: 13px;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-share-link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-share-link a {
  width: 40px;
  block-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: #ff0167;
  transition: 0.3s linear;
  margin: 5px;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-share-link a:hover {
  background: linear-gradient(to bottom, #ff0167, darkred);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #fff;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-content-item .bwdpc-profile-card-btn {
  margin-block-start: 10px;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  padding: 10px 60px;
  font-size: 18px;
  letter-spacing: 2px;
  border-color: #ff0167;
  color: #ff0167;
  box-shadow: inset 0 0 0 0 #ff0167;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item .bwdpc-profile-card-content-area .bwdpc-profile-content-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  box-shadow: inset 0 0 0 50px #ff0167;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item:hover::before {
  inset-block-start: 0;
  block-size: 100%;
  inset-block-end: auto;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-content-area::before {
  inset-block-start: 10px;
  left: 10px;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-content-area::after {
  inset-block-end: 10px;
  right: 10px;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-item {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.bwdpc-profile-card-5-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img img {
  transform: scale(1.2);
}

.bwdpc-profile-card-6-area .bwdpc-profile-card-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-block-end: 30px;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content {
  position: relative;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-img {
  position: relative;
  block-size: 400px;
}

.bwdpc-profile-card-6-area .bwdpc-profile-card-img::before, 
.bwdpc-profile-card-6-area .bwdpc-profile-card-img::after {
  content: "";
  width: 100%;
  block-size: 100%;
  border-top: 2px solid transparent;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  transform: scale(0, 1);
  transition: all 0.4s ease-in-out 0s;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-img::after {
  border: none;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  transform: scale(1, 0);
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-img img {
  width: 100%;
  block-size: 100%;
  object-position: top center;
  object-fit: cover;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-top-content .bwdpc-profile-content-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset-block-start: 30px;
  inset-inline-start: 30px;
  inset-block-end: 30px;
  inset-inline-end: 30px;
  width: calc(100% - 60px);
  block-size: calc(100% - 75px);
  flex-direction: column;
  background-color: rgba(132, 117, 201, 0.831372549);
  padding: 10px;
  transform: scale(0);
  transition: 0.5s linear;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-bio {
  margin-block-end: 0px;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #000;
  align-items: center;
  text-transform: capitalize;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
}
.bwdpc-profile-card-6-area  .bwdpc-profile-card-status {
  display: block;
  margin-block-start: 5px;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  margin-inline: 3px;
  margin-block-end: 5px;
  text-align: center;
}
.bwdpc-profile-card-6-area  .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  color: #000;
  margin-block-end: 0px;
  line-height: 1;
}
.bwdpc-profile-card-6-area  .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  margin-block-start: 3px;
  text-transform: capitalize;
  font-size: 13px;
}
.bwdpc-profile-card-6-area .bwdpc-profile-content-item .bwdpc-profile-card-btn {
  margin: 5px 0 0;
  display: block;
  width: 100%;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  background: #5e3ef0;
  padding: 10px 45px;
  font-size: 13px;
}
.bwdpc-profile-card-6-area  .bwdpc-profile-card-name-info {
  background: #333;
  padding: 25px 15px 15px;
  color: #fff;
  position: relative;
  transition: 0.4s linear;
  transform: scale(1);
  transform-origin: center center;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-name-info::before {
  content: "+";
  width: 20px;
  block-size: 20px;
  font-size: 17px;
  color: #fff;
  background: #333;
  position: absolute;
  inset-block-start: -20px;
  inset-inline-end: 0;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  margin-block-end: 5px;
  letter-spacing: 1px;
  font-weight: 400;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 13px;
  text-transform: uppercase;
  font-style: italic;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-share-link {
  position: absolute;
  inset-block-start: -37px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  margin: auto;
  transform: scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-share-link a {
  width: 40px;
  block-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #737373;
  margin-inline-end: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-share-link a::before {
  content: "";
  width: 100%;
  block-size: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-share-link a:hover {
  color: #fff;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-share-link a:hover::before {
  transform: rotate(-45deg);
  background-color: #333;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img::before, .bwdpc-profile-card-6-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img::after {
  border-color: #8475c9;
  transform: scale(1);
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-item {
  -webkit-animation: profile-card-6 2000ms linear both;
          animation: profile-card-6 2000ms linear both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  transform: scale(0.7);
}
@-webkit-keyframes profile-card-6 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes profile-card-6 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-name-info {
  background: #8475c9;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-name-info::before {
  width: 100%;
  background: #8475c9;
  color: #8475c9;
}
.bwdpc-profile-card-6-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-name-info .bwdpc-profile-card-share-link {
  transform: scale(1);
}

.bwdpc-profile-card-7-area .bwdpc-profile-card-item {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  background-color: #efefed;
  margin-block-end: 30px;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-item::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  block-size: 150px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 50% 82%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 50% 82%, 0 100%);
  background-color: #cc88cc;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  width: 180px;
  block-size: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-item .bwdpc-profile-content-item {
  padding-inline: 15px;
  padding-block-end: 15px;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-name-info {
  margin: 15px 0 10px;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  margin-block-end: 5px;
  letter-spacing: 1px;
  font-weight: 400;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 13px;
  text-transform: uppercase;
  font-style: italic;
  color: #777;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #000;
  text-transform: capitalize;
  margin-block-end: 20px;
  line-height: 1;
  align-items: center;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  margin-inline-end: 6px;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-status {
  display: block;
  margin-block-end: 10px;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  align-items: center;
  flex-direction: column;
  margin-inline-end: 6px;
  margin-block-end: 5px;
  border-inline-end: 2px solid #bdc3c7;
  padding-inline-end: 7px;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-status .bwdpc-profile-state-area:last-child {
  border: none;
  padding-inline-end: 0;
  margin: 0 0px 5px 0px;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 20px;
  color: #777;
  margin-block-end: 3px;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  margin-block-start: 0px;
  text-transform: capitalize;
  color: #777;
  font-size: 11px;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-share-link {
  display: block;
  margin-block-end: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-share-link a {
  color: #1e1e1e;
  font-size: 22px;
  block-size: 50px;
  width: 50px;
  border-radius: 30% 70% 70% 30%/30% 45% 55% 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
  background-color: #cc88cc;
  margin: 3px;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a:hover {
  border-radius: 57% 43% 31% 69%/54% 61% 39% 46%;
  color: #cc88cc;
  background-color: #1e1e1e;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  padding: 14px 60px;
  background-color: #cc88cc;
  color: #1e1e1e;
}
.bwdpc-profile-card-7-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  background-color: #1e1e1e;
}

.bwdpc-profile-card-8-area .bwdpc-profile-card-item {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  transition: 0.3s linear;
  margin-block-end: 30px;
  background: #f0f0f0;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-item .bwdpc-profile-top-card {
  background-image: linear-gradient(90deg, #00bcb3 50%, #001343 50%);
  padding-block-end: 100px;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  width: 150px;
  block-size: 150px;
  border-style: solid;
  border-width: 3px;
  border-color: #e6e6e6;
  border-radius: 10px;
  margin: -50px auto 20px;
  overflow: hidden;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-item .bwdpc-profile-card-img img {
  width: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: top center;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-item .bwdpc-profile-content-item {
  padding-inline: 20px;
  padding-block-end: 15px;
  transition: 0.3s linear;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-name-info {
  margin: 0px 0 0px;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  margin-block-end: 5px;
  letter-spacing: 1.3px;
  font-weight: 400;
  color: #00bcb3;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 13px;
  text-transform: uppercase;
  font-style: italic;
  color: #00bcb3;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #000;
  text-transform: capitalize;
  margin-block-end: 12px;
  align-items: center;
  line-height: 1;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  margin-inline-end: 6px;
  color: #00bcb3;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-status {
  display: block;
  margin-block-end: 10px;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  text-align: center;
  margin-inline: 3px;
margin-block-end: 5px;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  color: #00bcb3;
  margin-block-end: 3px;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  margin-block-start: 0px;
  text-transform: capitalize;
  color: #00bcb3;
  font-style: italic;
  font-size: 13px;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-btn {
  margin-block-end: 15px;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  background-image: linear-gradient(90deg, #00bcb3 50%, #001343 50%);
  padding: 10px 60px;
  font-size: 18px;
  letter-spacing: 2px;
  border: none;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-share-link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-share-link a {
  color: #00bcb3;
  font-size: 16px;
  block-size: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  background-color: transparent;
  border: 2px solid #00bcb3;
  margin: 3px;
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a:hover {
  border-radius: 50%;
  -webkit-animation: bwdpc-profile-1-hover 0.3s;
          animation: bwdpc-profile-1-hover 0.3s;
  background-color: #fff;
  color: #457988;
}
@keyframes bwdpc-profile-1-hover {
  0% {
    box-shadow: 0 0 0 10px rgba(45, 40, 40, 0.3);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(45, 40, 40, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 40, 40, 0.3);
  }
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-item:hover {
  transform: translateY(-8px);
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  -webkit-animation: profile-card-8 1500ms linear both;
          animation: profile-card-8 1500ms linear both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@-webkit-keyframes profile-card-8 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes profile-card-8 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.bwdpc-profile-card-8-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-status {
  -webkit-animation: bwdpc-profile-status-8 1000ms linear both;
          animation: bwdpc-profile-status-8 1000ms linear both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes bwdpc-profile-status-8 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bwdpc-profile-status-8 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.bwdpc-profile-card-9-area .bwdpc-profile-card-item {
  background: #f0f0f0;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin-block-end: 30px;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content {
  position: relative;
  width: 100%;
  min-block-size: 260px;
  padding: 15px;
  background-color: #81AA21;
  transition: all 600ms;
  text-align: center;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-img {
  width: 140px;
  block-size: 140px;
  margin: 25px auto;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  transition: all 400ms;
  z-index: 5;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-img::before {
  position: absolute;
  content: "";
  inset-block-end: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  block-size: 5px;
  background: #6C901A;
  border-radius: 50%;
  z-index: 5;
  transition: all 400ms;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-card-top-content .bwdpc-profile-card-name-info {
  transition: 0.26s linear;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 22px;
  font-weight: 400;
  color: #F0F0F0;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1;
  margin-block-end: 2px;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 14px;
  font-weight: 400;
  color: #F0F0F0;
  font-style: italic;
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-content-item {
  position: relative;
  width: auto;
  block-size: 0;
  overflow: hidden;
  transition: 0.3s linear;
  overflow: hidden;
  visibility: hidden;
  text-align: center;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-bio {
  margin-block-end: 10px;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #1e272e;
  text-transform: capitalize;
  align-items: center;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
  color: #1e272e;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-status {
  display: block;
  margin-block-start: 10px;
  margin-block-end: 8px;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  text-align: center;
  margin-inline: 3px;
  margin-block-end: 7px;
}
.bwdpc-profile-card-9-area .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  color: #1e272e;
  margin-block-end: 3px;
}
.bwdpc-profile-card-9-area .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  margin-block-start: 0px;
  text-transform: capitalize;
  font-size: 12px;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-btn {
  margin-block-start: 5px;
  display: block;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  padding: 10px 60px;
  font-size: 18px;
  letter-spacing: 2px;
  border-color: #81AA21;
  color: #81AA21;
  box-shadow: inset 0 0 0 0 #81AA21;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  box-shadow: inset 0 0 0 50px #81AA21;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link {
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a {
  position: relative;
  display: block;
  padding: 25px 30px;
  color: #81AA21;
  border-right: 1px solid #fff;
  font-size: 23px;
  font-weight: 900;
  transition: 0.3s linear;
  width: 25%;
  text-align: center;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:last-child {
  border-right: 0;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a::before {
  position: absolute;
  content: "";
  inset-block-end: 10px;
  left: 48%;
  transform: translateX(-50%);
  width: 25%;
  block-size: 6px;
  background: #ddd;
  border-radius: 50%;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  font-size: 26px;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:hover::before {
  inset-inline-start: 38%;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:hover::before, .bwdpc-profile-card-9-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:hover i {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: profile-card-social-9;
          animation-name: profile-card-social-9;
}
@-webkit-keyframes profile-card-social-9 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes profile-card-social-9 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-top-content .bwdpc-profile-card-img::before {
  inset-block-end: 90px;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-top-content .bwdpc-profile-card-name-info {
  background-color: #81AA21;
  margin: 0 10px;
  font-size: 16px;
  color: #f0f0f0;
  transform: translateY(45px);
  z-index: 2;
  padding: 10px;
}
.bwdpc-profile-card-9-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-item {
  padding: 40px 15px 8px;
  block-size: 100%;
  visibility: visible;
}

.bwdpc-profile-card-10-area .bwdpc-profile-card-item {
  position: relative;
  margin-block-end: 30px;
  border-radius: 15px;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-content-item {
  display: block;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block-start: 20px;
  padding-block-end: 8px;
  padding-inline: 15px;
  border-radius: 15px;
  background-color: #f0f0f0;
  z-index: 2;
  overflow: hidden;
  transition: 0.3s linear;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-img {
  inline-size: 170px;
  block-size: 170px;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: #16697a;
  position: relative;
  z-index: 1;
  transition: 0.3s linear;
  transform: scale(1);
  margin-block-end: 30px;
  margin-inline: auto;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-img img {
  block-size: 100%;
  width: 100%;
  border-radius: 50%;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-content-area {
  text-align: center;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-name-info {
  transition: 0.26s linear;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 24px;
  font-weight: 400;
  color: #16697a;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-block-end: 5px;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 14px;
  font-weight: 400;
  color: #525252;
  font-style: italic;
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-content-area .bwdpc-profile-card-bio {
  margin-block-end: 5px;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #1e272e;
  align-items: center;
  text-transform: capitalize;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  margin-inline-end: 6px;
  color: #16697a;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-status {
  display: block;
  margin-block-start: 0px;
  margin-block-end: 5px;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  text-align: center;
  margin-inline: 3px;
  margin-block-end: 7px;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 25px;
  color: #1e272e;
  margin-block-end: 3px;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-content-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  margin-block-start: 0px;
  text-transform: capitalize;
  color: #16697a;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  padding: 14px 60px;
  background-color: #16697a;
  color: #fff;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  background-color: #1e1e1e;
  color: #16697a;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link {
  background-color: #ECECEC;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: 0.26s linear;
  z-index: -1;
  transform: rotateX(90deg);
  transform-origin: top;
  visibility: hidden;
  opacity: 0;
  max-block-size: 0;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 25px 30px;
  color: #16697a;
  border-right: 1px solid #fff;
  font-size: 23px;
  font-weight: 900;
  transition: 0.3s linear;
  width: 22%;
  text-align: center;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:last-child {
  border-right: 0;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a::before {
  position: absolute;
  content: "";
  inset-block-end: 10px;
  left: 48%;
  transform: translateX(-50%);
  width: 25%;
  block-size: 6px;
  background: #ddd;
  border-radius: 50%;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  font-size: 26px;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:hover::before {
  inset-inline-start: 38%;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:hover::before, .bwdpc-profile-card-10-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:hover i {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: profile-card-social-9;
          animation-name: profile-card-social-9;
}
@keyframes profile-card-social-9 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-item {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-item .bwdpc-profile-card-img {
  transform: scale(1.1);
}
.bwdpc-profile-card-10-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
  max-block-size: 100%;
  z-index: 1;
}

.bwdpc-profile-card-11-area .bwdpc-profile-card-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  display: block;
  transition: 0.5s;
  margin-block-end: 30px;
  text-align: start;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item {
  padding: 15px;
  
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-img {
  width: 120px;
  block-size: 120px;
  position: relative;
  margin: 30px auto 40px;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-img img {
  block-size: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-img .bwdpc-profile-circle-1,
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-img .bwdpc-profile-circle-2 {
  position: absolute;
  box-sizing: border-box;
  width: 110%;
  block-size: 112%;
  inset-block-start: -8px;
  inset-inline-start: -5px;
  border-width: 2px;
  border-style: solid;
  border-color: #786450 #786450 #786450 transparent;
  border-radius: 50%;
  -webkit-animation: bwdpc-profile-circle-1 6s linear infinite;
          animation: bwdpc-profile-circle-1 6s linear infinite;
}
@-webkit-keyframes bwdpc-profile-circle-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bwdpc-profile-circle-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-img .bwdpc-profile-circle-2 {
  width: 130%;
  block-size: 130%;
  inset-block-start: -20px;
  inset-inline-start: -20px;
  border-color: #786450 transparent #786450 #786450;
  -webkit-animation: bwdpc-profile-circle-2 4s linear infinite;
          animation: bwdpc-profile-circle-2 4s linear infinite;
}
@-webkit-keyframes bwdpc-profile-circle-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes bwdpc-profile-circle-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-name-info {
  margin-block-end: 7px;
  transition: 0.26s linear;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 24px;
  font-weight: 400;
  color: #786450;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-block-end: 5px;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 14px;
  font-weight: 400;
  color: #525252;
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-bio {
  margin-block-end: 10px;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #1e272e;
  align-items: center;
  text-transform: capitalize;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
  color: #786450;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link {
  display: block;
  margin-block-end: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-share-link a {
  position: relative;
  width: 40px;
  block-size: 40px;
  transition: 0.3s;
  color: #786450;
  border-width: 2px;
  border-style: solid;
  border-color: #786450;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
  font-size: 18px;
  z-index: 2;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  transform: scale(0);
  block-size: 100%;
  width: 100%;
  transition: 0.4s;
  z-index: -1;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a:hover {
  color: #fff;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a:hover::before {
  transform: scale(1);
  background-color: #786450;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-btn {
  margin-block-start: 10px;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  padding: 14px 60px;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-btn .bwdpc-profile-btn:before {
  background: #786450;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after {
  background: #786450;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-card-status {
  display: flex;
  align-items: center;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-card-status .bwdpc-profile-state-area {
  width: 100%;
  block-size: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F5E8DF;
  border-inline-end: 1px solid #fff;
  transition: 0.3s;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-card-status .bwdpc-profile-state-area:last-child {
  border-inline-end: none;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item .bwdpc-profile-card-status .bwdpc-profile-state-area:hover {
  background: #E1CFC2;
  cursor: pointer;
}
.bwdpc-profile-card-11-area .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  color: #786450;
  margin-block-end: 0px;
}
.bwdpc-profile-card-11-area .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  margin-block-start: 7px;
  text-transform: capitalize;
  color: #1e272e;
  font-size: 12px;
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item:hover {
  transform: translateY(-8px);
}
.bwdpc-profile-card-11-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-item .bwdpc-profile-card-bio {
  -webkit-animation: profile-card-11 1500ms linear both;
          animation: profile-card-11 1500ms linear both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@-webkit-keyframes profile-card-11 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes profile-card-11 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.bwdpc-profile-card-12-area .bwdpc-profile-card-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  display: block;
  padding: 15px;
  margin-block-end: 30px;
  transition: 0.4s linear;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  width: 160px;
  block-size: 160px;
  border-radius: 15px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-item .bwdpc-profile-card-img img {
  block-size: 100%;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-item .bwdpc-profile-content-area {
  text-align: center;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-name-info {
  margin-block-end: 7px;
  transition: 0.26s linear;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 24px;
  font-weight: 400;
  color: #3a5a40;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-block-end: 5px;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 14px;
  font-weight: 400;
  color: #3a5a40;
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-bio {
  margin-block-end: 0px;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #1e272e;
  text-transform: capitalize;
  align-items: center;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
  color: #3a5a40;
}
.bwdpc-profile-card-12-area  .bwdpc-profile-content-area .bwdpc-profile-card-status {
  display: block;
  margin-block-start: 10px;
  margin-block-end: 10px;
  background-color: #3a5a40;
  color: #fff;
  padding: 10px 15px 5px;
  margin-inline-start: -15px;
  margin-inline-end: -15px;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  text-align: center;
  margin-inline: 4px;
  margin-block-end: 2px;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  margin-block-end: 0px;
}
.bwdpc-profile-card-12-area .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  margin-block-start: 3px;
  text-transform: capitalize;
  font-size: 12px;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-btn {
  margin: 10px 0 6px;
  display: block;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  padding: 10px 60px;
  font-size: 18px;
  letter-spacing: 2px;
  border-color: #3a5a40;
  color: #3a5a40;
  box-shadow: inset 0 0 0 0 #3a5a40;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  box-shadow: inset 0 0 0 50px #3a5a40;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-share-link a {
  color: #fff;
  background-color: #3a5a40;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  block-size: 40px;
  font-weight: 900;
  width: 40px;
  transition: 0.3s linear;
  margin: 3px;
  border-radius: 10px 0 10px 0;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link a:hover {
  background: #1e272e;
  border-radius: 0 10px 0 10px;
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-item:hover {
  transform: translateY(-20px);
}
.bwdpc-profile-card-12-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img {
  -webkit-animation: bwdpc-profile-card-img-12 2.5s;
          animation: bwdpc-profile-card-img-12 2.5s;
}
@-webkit-keyframes bwdpc-profile-card-img-12 {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bwdpc-profile-card-img-12 {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bwdpc-profile-card-13-area .bwdpc-profile-card-item {
  background: #f0f0f0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 30px 15px 15px;
  margin-block-end: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-item::before {
  block-size: 280px;
  width: 100%;
  inset-inline-start: 0;
  background-color: #e36414;
  position: absolute;
  content: "";
  inset-block-start: -20%;
  z-index: -1;
  transform: skewY(350deg);
  transition: 0.3s linear;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  width: 160px;
  block-size: 160px;
  overflow: hidden;
  margin: 0px auto 50px;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: #e36414;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-name-info {
  margin-block-end: 7px;
  transition: 0.26s linear;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 24px;
  font-weight: 400;
  color: #e36414;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-block-end: 5px;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 14px;
  font-weight: 400;
  color: rgb(105, 100, 109);
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-item .bwdpc-profile-card-bio {
  margin-block-end: 10px;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: rgb(105, 100, 109);
  text-transform: capitalize;
  align-items: center;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
  color: #e36414;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-item .bwdpc-profile-card-status {
  display: block;
  margin-block-start: 15px;
  margin-block-end: 10px;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-item .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  text-align: center;
  margin-inline: 4px;
  margin-block-end: 5px;
}
.bwdpc-profile-card-13-area .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  margin-block-end: 3px;
  color: #e36414;
}
.bwdpc-profile-card-13-area .bwdpc-profile-state-area .bwdpc-profile-label {
  font-weight: normal;
  text-transform: capitalize;
  color: rgb(105, 100, 109);
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-end: 10px;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-share-link a {
  background: transparent;
  position: relative;
  color: #fff;
  block-size: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 55px;
  border-radius: 50%;
  font-size: 17px;
  margin: 3px;
  overflow: hidden;
  z-index: 1;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-share-link a::before {
  position: absolute;
  content: "";
  inset-block-start: 0;
  width: 100%;
  inset-inline-start: 0;
  block-size: 100%;
  border-radius: 50%;
  background-color: #e36414;
  transform: scale(1);
  z-index: -1;
  transition: 0.4s;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-share-link a:hover {
  font-size: 40px;
  color: #e36414;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-share-link a:hover::before {
  transform: scale(0);
}

.bwdpc-profile-card-13-area  .bwdpc-profile-card-btn .bwdpc-profile-btn {
  background-color: #e36414;
  padding: 10px 60px;
  font-size: 18px;
  letter-spacing: 2px;
  border: none;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-item:hover::before {
  transform: skewY(380deg);
  inset-block-start: -30%;
  block-size: 330px;
}
.bwdpc-profile-card-13-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bwdpc-profile-card-img-13;
          animation-name: bwdpc-profile-card-img-13;
}
@-webkit-keyframes bwdpc-profile-card-img-13 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bwdpc-profile-card-img-13 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.bwdpc-profile-card-14-area .bwdpc-profile-card-item {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  position: relative;
  margin-block-end: 30px;
  min-block-size: 440px;
  background-color: #fff;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  position: absolute;
  inset-block-start: 0px;
  inset-inline-start: 0px;
  width: 100%;
  block-size: 100%;
  z-index: 2;
  transition: 0.5s;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-card-img::before {
  content: "";
  position: absolute;
  inset-block-start: auto;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  block-size: 0%;
  background-color: rgba(30, 39, 46, 0.2509803922);
  z-index: 3;
  transition: 0.3s linear;
  transition-delay: 0.1s;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-card-img img {
  block-size: 100%;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-content-item {
  position: absolute;
  inset-block-end: 10px;
  inset-inline-start: 0;
  background: #fff;
  width: 100%;
  z-index: 1;
  padding: 10px 15px 10px;
  text-align: center;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-name-info {
  margin-block-end: 7px;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 24px;
  font-weight: 400;
  color: #1e272e;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-block-end: 5px;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 14px;
  font-weight: 400;
  color: #1e272e;
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-content-area {
  position: absolute;
  z-index: 3;
  padding: 0 10px;
  display: block;
  /* flex-direction: column;
  align-items: center; */
  justify-content: center;
  inset-block-start: 70px;
  inset-inline-start: 0;
  width: 100%;
  transform-origin: center;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-content-area {
    inset-block-start: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-content-area {
    inset-block-start: 70px;
  }
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-bio {
  margin-block-end: 5px;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #1e272e;
  align-items: center;
  text-transform: capitalize;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
  color: #1e272e;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-status {
  display: block;
  margin-block-end: 5px;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  text-align: center;
  margin-inline: 3px;
  margin-block-end: 7px;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  margin-block-end: 3px;
  color: #050609;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  margin-block-start: 0px;
  text-transform: capitalize;
  color: #050609;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link {
  display: block;
  width: 100%;
  /* align-items: center;
  justify-content: center; */
  margin-block-end: 10px;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link a {
  display: inline-block;
  width: 50px;
  block-size: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  font-size: 23px;
  color: #333;
  font-weight: bold;
  margin: 3px;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link a i {
  transition: 0.4s linear;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link a:hover i {
  transform: rotateY(360deg);
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  background: #050609;
  padding: 12px 50px;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img {
  transform: translateY(-90px);
  transition: all 0.9s;
}
@media (max-width: 767px) {
  .bwdpc-profile-card-14-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img {
    transform: translateY(-115px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdpc-profile-card-14-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img {
    transform: translateY(-90px);
  }
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img::before {
  block-size: 100%;
  inset-block-end: auto;
  inset-block-start: 0;
}
.bwdpc-profile-card-14-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-area {
  visibility: visible;
  opacity: 1;
  -webkit-animation: bwdpc-profile-content-area-14 3000ms linear both;
          animation: bwdpc-profile-content-area-14 3000ms linear both;
}
@-webkit-keyframes bwdpc-profile-content-area-14 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bwdpc-profile-content-area-14 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.bwdpc-profile-card-15-area .bwdpc-profile-card-item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  margin-block-end: 30px;
  background-color: #fff;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-area {
  position: relative;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-img {
  position: relative;
  border-bottom: 4px solid #34495e;
  z-index: 1;
  width: 100%;
  block-size: 355px;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-img img {
  width: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: top center;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-img::before {
  content: "";
  position: absolute;
  inset-block-end: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  block-size: 20px;
  background-color: #34495e;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: 0.4s linear;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-status-area {
  position: absolute;
  inset-block-start: 20px;
  inset-inline-end: 20px;
  inset-inline-start: 20px;
  inset-block-end: 20px;
  width: calc(100% - 40px);
  block-size: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: rgba(52, 73, 94, 0.8509803922);
  transform: translateX(600px);
  transition: 0.4s linear;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-status-area:hover {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bwdpc-profile-status-area-15;
          animation-name: bwdpc-profile-status-area-15;
}
@-webkit-keyframes bwdpc-profile-status-area-15 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bwdpc-profile-status-area-15 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-status-area .bwdpc-profile-card-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin-block-end: 10px;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-status-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-inline: 3px;
  margin-block-end: 7px;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  margin-block-end: 0px;
  color: #fff;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  margin-block-start: 3px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 12px;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-status-area .bwdpc-profile-card-btn {
  margin: 10px 0;
  display: block;
  text-align: center;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  padding: 12px 60px;
  font-size: 18px;
  letter-spacing: 2px;
  border-color: #79bcff;
  color: #79bcff;
  box-shadow: inset 0 0 0 0 #79bcff;
  border-radius: 10px;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  box-shadow: inset 0 0 0 50px #79bcff;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-item {
  padding: 35px 15px 0;
  background-color: transparent !important;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-name-info {
  margin-block-end: 7px;
  transition: 0.26s linear;
  background-color: transparent !important;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 24px;
  font-weight: 400;
  color: #34495e;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-block-end: 5px;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 14px;
  font-weight: 400;
  color: #34495e;
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-bio {
  margin-block-end: 10px;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #000;
  align-items: center;
  text-transform: capitalize;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
  color: #34495e;
  text-transform: uppercase;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline-start: -15px;
  margin-inline-end: -15px;
  background: #f0f0f0;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a {
  position: relative;
  display: block;
  padding: 25px 30px;
  color: #34495e;
  border-right: 1px solid #fff;
  font-size: 23px;
  font-weight: 900;
  transition: 0.3s linear;
  width: 25%;
  text-align: center;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a:last-child {
  border-right: 0;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a::before {
  position: absolute;
  content: "";
  inset-block-end: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  block-size: 6px;
  background: #ddd;
  border-radius: 50%;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  font-size: 26px;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a:hover::before {
  inset-inline-start: 38%;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a:hover::before, .bwdpc-profile-card-15-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a:hover i {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: profile-card-social-15;
          animation-name: profile-card-social-15;
}
@-webkit-keyframes profile-card-social-15 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes profile-card-social-15 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-area .bwdpc-profile-card-img::before {
  visibility: visible;
  opacity: 1;
  inset-block-end: -20px;
}
.bwdpc-profile-card-15-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-area .bwdpc-profile-status-area {
  transform: translateX(0);
}

.bwdpc-profile-card-16-area .bwdpc-profile-card-item {
  background: #f0f0f0;
  border: 1px solid #eee;
  transition: all 0.35s ease;
  position: relative;
  padding: 20px 15px 0;
  overflow: hidden;
  margin-block-end: 30px;
  text-align: center;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  inline-size: 220px;
  block-size: 220px;
  overflow: hidden;
  border-radius: 50%;
  margin-block-start: 10px;
  margin-block-end: 40px;
  margin-inline: auto;
  border-width: 5px;
  border-style: solid;
  border-color: #006d77;
  transition: 0.3s linear;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-img img {
  width: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: top center;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a {
  color: #fff;
  background-color: #006d77;
  font-size: 16px;
  block-size: 35px;
  font-weight: 900;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
  margin: 4px 0;
  border-radius: 10px 0 10px 0;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:hover {
  color: #006d77;
  background: #222f3e;
  border-radius: 0 10px 0 10px;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-name-info {
  margin-block-end: 7px;
  
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 22px;
  font-weight: 400;
  color: #006d77;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-block-end: 5px;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 12px;
  font-weight: 400;
  color: #006d77;
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-content-area {
  overflow: hidden;
  margin-block-end: 20px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(260px);
  transition: 0.4s linear;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-bio {
  margin-block-end: 10px;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #7c7c7c;
  font-style: italic;
  text-transform: capitalize;
  align-items: center;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
  color: #006d77;
  font-style: solid;
  text-transform: uppercase;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-status {
  display: block;
  margin-block-start: 15px;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  text-align: center;
  margin-inline: 3px;
margin-block-end: 6px;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  margin-block-end: 0px;
  color: #006d77;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  margin-block-start: 3px;
  text-transform: capitalize;
  color: #7c7c7c;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-style: italic;
  font-size: 13px;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-btn {
  margin-block-start: -100px;
  transition: 0.4s linear;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn {
  padding: 14px 60px;
  border-radius: 0;
  display: block;
  text-align: center;
  margin-inline-start: -20px;
  margin-inline-end: -20px;
  background-color: #006d77;
  color: #fff;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  background-color: #1e1e1e;
  color: #006d77;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img {
  width: 160px;
  block-size: 160px;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-area {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bwdpc-profile-content-area-16;
          animation-name: bwdpc-profile-content-area-16;
}
@-webkit-keyframes bwdpc-profile-content-area-16 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bwdpc-profile-content-area-16 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link {
  visibility: visible;
  opacity: 1;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link a:nth-child(1) {
  -webkit-animation: profile_4_social_animation 1000ms ease-in-out both;
          animation: profile_4_social_animation 1000ms ease-in-out both;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
@keyframes profile_4_social_animation {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link a:nth-child(2) {
  -webkit-animation: profile_4_social_animation 2000ms ease-in-out both;
          animation: profile_4_social_animation 2000ms ease-in-out both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link a:nth-child(3) {
  -webkit-animation: profile_4_social_animation 2000ms ease-in-out both;
          animation: profile_4_social_animation 2000ms ease-in-out both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link a:nth-child(4) {
  -webkit-animation: profile_4_social_animation 2000ms ease-in-out both;
          animation: profile_4_social_animation 2000ms ease-in-out both;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}
.bwdpc-profile-card-16-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-btn {
  margin-block-start: 0;
}

.bwdpc-profile-card-17-area .bwdpc-profile-card-item {
  border-radius: 30px;
  background-color: #f6fcfe;
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
  position: relative;
  overflow: hidden;
  min-block-size: 520px;
  margin-block-end: 30px;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-top-content {
  position: relative;
  z-index: 3;
  text-align: center;
  transition: 0.5s ease-in-out;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-top-content .bwdpc-profile-card-img {
  block-size: 437px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: 0.3s linear;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-top-content .bwdpc-profile-card-img img {
  block-size: 100%;
  object-fit: cover;
  object-position: top center;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-top-content .bwdpc-profile-card-img::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  block-size: 100%;
  background-color: rgba(51, 51, 51, 0.1490196078);
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-top-content .bwdpc-profile-content-item {
  position: absolute;
  inset-block-start: 0px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  block-size: 100%;
  width: 100%;
  color: #f1f7f9;
  transition: 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  z-index: 6;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-top-content .bwdpc-profile-content-item .bwdpc-profile-card-name-info {
  margin-block-end: 7px;
  text-align: center;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 24px;
  font-weight: 400;
  color: #ed145b;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-block-end: 5px;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-top-content .bwdpc-profile-content-item .bwdpc-profile-card-bio {
  margin-block-end: 10px;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #000;
  align-items: center;
  text-transform: capitalize;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
  color: #ed145b;
  font-style: solid;
  text-transform: uppercase;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-top-content .bwdpc-profile-card-add {
  border-radius: 50%;
  background-color: #ed145b;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
  position: absolute;
  inset-block-start: 405px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  margin: auto;
  width: 55px;
  block-size: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  cursor: pointer;
  transition: 0.4s linear;
  z-index: 6;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-bottom-content {
  padding: 25px 15px 0px;
  overflow: hidden;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-bottom-content .bwdpc-profile-card-status {
  display: block;
  /* justify-content: center;
  align-items: center; */
  width: 100%;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-bottom-content .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  /* align-items: center;
  flex-direction: column; */
  margin-inline: 3px;
  margin-block-end: 8px;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 20px;
  margin-block-end: 0px;
  color: #ed145b;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  text-transform: capitalize;
  color: #555;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 12px;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-card-back {
  position: absolute;
  left: 50%;
  inset-block-start: 60%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-card-back .bwdpc-profile-card-share-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-block-end: 5px;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-card-back .bwdpc-profile-card-share-link a {
  position: relative;
  display: block;
  color: #fff;
  background-color: #ed145b;
  width: 50px;
  block-size: 50px;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  transition: 0.3s linear;
  text-align: center;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item .bwdpc-profile-card-back .bwdpc-profile-card-share-link a:hover {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: profile-card-social-15;
          animation-name: profile-card-social-15;
}
@keyframes profile-card-social-15 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  background: #ed145b;
  padding: 10px 50px;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item.bwdpc-profile-card-on .bwdpc-profile-top-content .bwdpc-profile-card-img {
  block-size: 220px;
  box-shadow: 0 0 30px #cfd8dc;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item.bwdpc-profile-card-on .bwdpc-profile-top-content .bwdpc-profile-content-item {
  inset-block-start: 10px;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item.bwdpc-profile-card-on .bwdpc-profile-top-content .bwdpc-profile-card-add {
  transform: rotate(360deg) scale(0.7);
  inset-block-start: 420px;
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item.bwdpc-profile-card-on .bwdpc-profile-top-content .bwdpc-profile-card-add i {
  transform: rotate(225deg);
}
.bwdpc-profile-card-17-area .bwdpc-profile-card-item.bwdpc-profile-card-on .bwdpc-profile-bottom-content {
  box-shadow: 0 0 30px #cfd8dc;
  position: absolute;
  inset-block-end: 0;
  width: 100%;
  inset-inline-start: 0;
}

.bwdpc-profile-card-18-area .bwdpc-profile-card-item {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  margin-block-end: 30px;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  width: 100%;
  block-size: 450px;
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-card-img::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  block-size: 0%;
  background-color: rgba(30, 39, 46, 0.2509803922);
  transition: 0.3s linear;
  transition-delay: 0.1s;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-card-img img {
  width: 100%;
  block-size: 100%;
  transition: 0.3s linear;
  object-fit: cover;
  object-position: top center;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-content-area {
  position: absolute;
  padding: 15px 15px 0;
  inset-block-end: -100%;
  color: #f0f0f0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  min-block-size: 140px;
  width: 100%;
  transition: bottom 0.4s ease-in;
  box-shadow: 0 -10px 10px rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  z-index: 6;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-name-info {
  margin-block-end: 7px;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 22px;
  font-weight: 400;
  color: #011627;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-block-end: 3px;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 12px;
  font-weight: 400;
  color: #011627;
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-bio {
  margin-block-end: 10px;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #011627;
  align-items: center;
  font-style: italic;
  text-transform: capitalize;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
  color: #011627;
  font-style: solid;
  text-transform: uppercase;
}
.bwdpc-profile-card-18-area .bwdpc-profile-content-area .bwdpc-profile-card-status {
  display: block;
  margin-block-start: 10px;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  text-align: center;
  margin-inline: 3px;
  margin-block-end: 7px;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  margin-block-end: 0px;
  color: #011627;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  margin-block-start: 2px;
  text-transform: capitalize;
  color: #011627;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 12px;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-btn {
  margin: 5px 0 15px;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  background-color: #011627;
  padding: 10px 60px;
  font-size: 18px;
  letter-spacing: 2px;
  border: none;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline-start: -15px;
  margin-inline-end: -15px;
  background: #ccc;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link a {
  position: relative;
  display: block;
  padding: 25px 30px;
  color: #011627;
  border-right: 1px solid #fff;
  font-size: 23px;
  font-weight: 900;
  transition: 0.3s linear;
  width: 25%;
  text-align: center;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link a:last-child {
  border-right: 0;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link a::before {
  position: absolute;
  content: "";
  inset-block-end: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  block-size: 6px;
  background: #999;
  border-radius: 50%;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link a:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  font-size: 26px;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link a:hover::before {
  inset-inline-start: 38%;
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link a:hover::before, .bwdpc-profile-card-18-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-share-link a:hover i {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: profile-card-social-15;
          animation-name: profile-card-social-15;
}
@keyframes profile-card-social-15 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-area {
  inset-block-end: 0;
  -webkit-animation: bwdpc-profile-content-area-18 0.9s;
          animation: bwdpc-profile-content-area-18 0.9s;
}
@-webkit-keyframes bwdpc-profile-content-area-18 {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bwdpc-profile-content-area-18 {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img img {
  transform: scale(1.2);
}
.bwdpc-profile-card-18-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img::before {
  block-size: 100%;
  z-index: 2;
}
.bwdpc-profile-card-19-area {
    padding-top: 75px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  border-radius: 25px;
  padding: 15px;
  text-align: center;
  max-block-size: 200px;
  transition: 0.2s linear;
  margin-block-end: 90px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  width: 160px;
  block-size: 160px;
  margin: -90px auto 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.4s linear;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item .bwdpc-profile-content-area {
  margin-block-end: 10px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-name-info {
  margin-block-end: 7px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 24px;
  font-weight: 400;
  color: #dc2f02;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-block-end: 5px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item .bwdpc-profile-content-item {
  overflow: hidden;
  visibility: hidden;
  transition: 0.2s linear;
  opacity: 0;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-bio {
  margin-block-end: 10px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #555;
  align-items: center;
  text-transform: capitalize;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
  color: #dc2f02;
  font-style: solid;
  text-transform: uppercase;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-status {
  display: block;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  text-align: center;
  margin-inline: 3px;
  margin-block-end: 7px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  margin-block-end: 0px;
  color: #dc2f02;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  margin-block-start: 2px;
  text-transform: capitalize;
  color: #555;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 12px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-share-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-end: 15px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-share-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  block-size: 40px;
  background: #dc2f02;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 3px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a i {
  transition: 0.4s linear;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item .bwdpc-profile-content-item .bwdpc-profile-card-share-link a:hover i {
  transform: rotateY(360deg);
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  padding: 15px 70px;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-btn .bwdpc-profile-btn:before {
  background: #dc2f02;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-btn .bwdpc-profile-btn::after {
  background: #dc2f02;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item:hover {
  max-block-size: 1000%;
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img {
  width: 250px;
  block-size: 250px;
}
@media (max-width: 767px) {
  .bwdpc-profile-card-19-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img {
    width: 220px;
    block-size: 220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdpc-profile-card-19-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img {
    width: 250px;
    block-size: 250px;
  }
}
.bwdpc-profile-card-19-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-item {
  visibility: visible;
  opacity: 1;
  -webkit-animation: bwdpc-profile-content-item-19 2.5s;
          animation: bwdpc-profile-content-item-19 2.5s;
}
@-webkit-keyframes bwdpc-profile-content-item-19 {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bwdpc-profile-content-item-19 {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper {
  perspective: 900px;
  transform-style: preserve-3d;
  overflow: hidden;
  margin-block-end: 20px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper .bwdpc-profile-card-item {
  transition: all 0.8s cubic-bezier(0.8, -0.4, 0.2, 1.7);
  transform-style: preserve-3d;
  text-align: center;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper .bwdpc-profile-card-item {
  border-radius: 25px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper .bwdpc-profile-card-item .bwdpc-profile-front-card {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 25px;
  perspective: 900px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper .bwdpc-profile-card-item .bwdpc-profile-front-card .bwdpc-profile-card-top-content {
  block-size: 200px;
  width: 100%;
  position: relative;
  margin-block-end: 50px;
  
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper .bwdpc-profile-card-item .bwdpc-profile-front-card .bwdpc-profile-card-top-content .bwdpc-profile-card-img {
  width: 100%;
  block-size: 100%;
  overflow: hidden;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #7c6a0a;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper .bwdpc-profile-card-item .bwdpc-profile-front-card .bwdpc-profile-card-top-content .bwdpc-profile-wrapper-img {
  position: absolute;
  inset-block-end: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  block-size: 110px;
  overflow: hidden;
  border-width: 4px;
  border-style: solid;
  border-color: #7c6a0a;
  border-radius: 50%;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper .bwdpc-profile-card-item .bwdpc-profile-front-card .bwdpc-profile-content-area {
  padding: 10px 15px 15px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper .bwdpc-profile-card-item .bwdpc-profile-front-card .bwdpc-profile-content-area .bwdpc-profile-card-name-info {
  margin-block-end: 7px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 24px;
  font-weight: 400;
  color: #7c6a0a;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-block-end: 5px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper .bwdpc-profile-card-item .bwdpc-profile-front-card .bwdpc-profile-content-area .bwdpc-profile-card-bio {
  margin-block-end: 10px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #555;
  font-style: italic;
  align-items: center;
  text-transform: capitalize;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
  color: #7c6a0a;
  font-style: solid;
  text-transform: uppercase;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-status {
  display: block;
  margin-block-start: 15px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  text-align: center;
  margin-inline: 3px;
margin-block-end: 7px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  margin-block-end: 0px;
  color: #7c6a0a;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  margin-block-start: 3px;
  text-transform: capitalize;
  color: #555;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 12px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper .bwdpc-profile-card-item .bwdpc-profile-back-card {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  block-size: 100%;
  width: 100%;
  background-color: #071011;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateY(180deg) translateZ(20px);
  flex-direction: column;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper .bwdpc-profile-card-item .bwdpc-profile-back-card .bwdpc-profile-card-share-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-end: 10px;
  position: relative;
  z-index: 9;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-share-link a {
  width: 50px;
  block-size: 50px;
  text-align: center;
  color: #7c6a0a;
  border-width: 2px;
  border-style: solid;
  border-color: #7c6a0a;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 50%;
  box-shadow: 0 3px 4px rgba(47, 66, 81, 0.75);
  z-index: 2;
  transition: 0.3s linear;
  margin: 3px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-share-link a::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  transform: scale(0);
  block-size: 100%;
  width: 100%;
  transition: 0.3s linear;
  z-index: -1;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-share-link a:hover {
  color: #fff;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-share-link a:hover::before {
  transform: scale(1);
  background-color: #7c6a0a;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper .bwdpc-profile-card-item .bwdpc-profile-back-card .bwdpc-profile-card-btn {
  display: block;
  margin-block-start: 10px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  padding: 12px 60px;
  font-size: 18px;
  letter-spacing: 2px;
  border-color: #7c6a0a;
  color: #7c6a0a;
  box-shadow: inset 0 0 0 0 #7c6a0a;
  border-radius: 10px;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-btn .bwdpc-profile-btn:hover {
  box-shadow: inset 0 0 0 50px #7c6a0a;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper:hover .bwdpc-profile-card-item {
  transform: rotateY(180deg);
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper:hover .bwdpc-profile-back-card .bwdpc-profile-card-share-link a:nth-child(1) {
  -webkit-animation: profile_20_social_animation 1000ms ease-in-out both;
          animation: profile_20_social_animation 1000ms ease-in-out both;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
@-webkit-keyframes profile_20_social_animation {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes profile_20_social_animation {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper:hover .bwdpc-profile-back-card .bwdpc-profile-card-share-link a:nth-child(2) {
  -webkit-animation: profile_20_social_animation 2000ms ease-in-out both;
          animation: profile_20_social_animation 2000ms ease-in-out both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper:hover .bwdpc-profile-back-card .bwdpc-profile-card-share-link a:nth-child(3) {
  -webkit-animation: profile_20_social_animation 2000ms ease-in-out both;
          animation: profile_20_social_animation 2000ms ease-in-out both;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.bwdpc-profile-card-20-area .bwdpc-profile-card-wrapper:hover .bwdpc-profile-back-card .bwdpc-profile-card-share-link a:nth-child(4) {
  -webkit-animation: profile_20_social_animation 2000ms ease-in-out both;
          animation: profile_20_social_animation 2000ms ease-in-out both;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

.bwdpc-profile-card-21-area .bwdpc-profile-card-item {
  position: relative;
  overflow: hidden;
  margin-block-end: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 250%;
  block-size: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
  transform: skew(45deg);
  transition: 1.5s;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item .bwdpc-profile-card-img {
  filter: grayscale(100%);
  transition: 2s;
  overflow: hidden;
  position: relative;
  block-size: 500px;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item .bwdpc-profile-card-img img {
  width: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: top center;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item .bwdpc-profile-content-area {
  background: #fb8500;
  color: #fff;
  text-align: center;
  padding: 15px 15px 12px;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  transform: perspective(1800px) rotateY(90deg);
  transform-origin: right;
  transition: 1s;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-name-info {
  margin-block-end: 0px;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-name-info .bwdpc-profile-card-name {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-block-end: 5px;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-name-info .bwdpc-profile-card-username {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-bio {
  margin-block-end: 0px;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-bio .bwdpc-profile-card-adress {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #fff;
  font-style: italic;
  text-transform: capitalize;
  align-items: center;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-adress .bwdpc-profile-adress-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-inline-end: 6px;
  color: #fff;
  font-style: solid;
  text-transform: uppercase;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-status {
  display: block;
  margin-block-start: 10px;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-status .bwdpc-profile-state-area {
  display: inline-block;
  text-align: center;
  margin-inline: 3px;
  margin-block-end: 7px;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-stat {
  font-weight: 600;
  font-size: 22px;
  margin-block-end: 0px;
  color: #fff;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-status .bwdpc-profile-state-area .bwdpc-profile-label {
  margin-block-start: 3px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 12px;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item .bwdpc-profile-content-area .bwdpc-profile-card-btn {
  margin: 5px 0 0px;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-btn .bwdpc-profile-btn {
  background-color: #011627;
  padding: 10px 60px;
  font-size: 18px;
  letter-spacing: 2px;
  border: none;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link {
  position: absolute;
  inset-block-start: -2px;
  inset-inline-start: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a {
  color: #fff;
  background-color: #fb8500;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  block-size: 42px;
  font-weight: 900;
  width: 42px;
  text-align: center;
  transition: 0.3s linear;
  margin: 1px 0;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item .bwdpc-profile-card-share-link a:hover {
  color: #fb8500;
  background: #333;
  border-radius: 0 10px 0 10px;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item:hover::before {
  inset-inline-start: -250%;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-img {
  filter: grayscale(0%);
  transform: scale(1.1);
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-area {
  transform: perspective(400px) rotateY(0deg);
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item:hover .bwdpc-profile-content-area .bwdpc-profile-btn {
  -webkit-animation-duration: 1.75s;
          animation-duration: 1.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bwdpc-profile-btn-21;
          animation-name: bwdpc-profile-btn-21;
}
@-webkit-keyframes bwdpc-profile-btn-21 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bwdpc-profile-btn-21 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link {
  visibility: visible;
  opacity: 1;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link a:nth-child(1) {
  -webkit-animation: profile_21_social_animation 1000ms ease-in-out both;
          animation: profile_21_social_animation 1000ms ease-in-out both;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
@-webkit-keyframes profile_21_social_animation {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes profile_21_social_animation {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }
  1.3% {
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -237.02, 0, 0, 1);
  }
  2.55% {
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -182.798, 0, 0, 1);
  }
  4.1% {
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  5.71% {
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -79.596, 0, 0, 1);
  }
  8.11% {
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  8.81% {
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -21.84, 0, 0, 1);
  }
  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }
  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }
  15.07% {
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.662, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }
  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }
  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link a:nth-child(2) {
  -webkit-animation: profile_21_social_animation 2000ms ease-in-out both;
          animation: profile_21_social_animation 2000ms ease-in-out both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link a:nth-child(3) {
  -webkit-animation: profile_21_social_animation 2000ms ease-in-out both;
          animation: profile_21_social_animation 2000ms ease-in-out both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.bwdpc-profile-card-21-area .bwdpc-profile-card-item:hover .bwdpc-profile-card-share-link a:nth-child(4) {
  -webkit-animation: profile_21_social_animation 2000ms ease-in-out both;
          animation: profile_21_social_animation 2000ms ease-in-out both;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

 .bwdpc-grid-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .bwdpc-grid-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .bwdpc-grid-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 33.33%;
  }
  .bwdpc-grid-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .bwdpc-grid-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .bwdpc-grid-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }

@media (min-width: 2400px) {
  .bwdpc-grid-widescreen-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .bwdpc-grid-widescreen-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .bwdpc-grid-widescreen-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 33.33%;
  }
  .bwdpc-grid-widescreen-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .bwdpc-grid-widescreen-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .bwdpc-grid-widescreen-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }
}
@media (max-width: 1366px) {
  .bwdpc-grid-laptop-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .bwdpc-grid-laptop-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .bwdpc-grid-laptop-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 33.33%;
  }
  .bwdpc-grid-laptop-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .bwdpc-grid-laptop-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .bwdpc-grid-laptop-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }
}
@media (max-width: 1200px) {
  .bwdpc-grid-tablet_extra-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .bwdpc-grid-tablet_extra-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .bwdpc-grid-tablet_extra-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 33.33%;
  }
  .bwdpc-grid-tablet_extra-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .bwdpc-grid-tablet_extra-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .bwdpc-grid-tablet_extra-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }
}
@media (max-width: 1024px) {
  .bwdpc-grid-tablet-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .bwdpc-grid-tablet-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .bwdpc-grid-tablet-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 33.33%;
  }
  .bwdpc-grid-tablet-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .bwdpc-grid-tablet-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .bwdpc-grid-tablet-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }
}
@media (max-width: 880px) {
  .bwdpc-grid-mobile_extra-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .bwdpc-grid-mobile_extra-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .bwdpc-grid-mobile_extra-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 33.33%;
  }
  .bwdpc-grid-mobile_extra-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .bwdpc-grid-mobile_extra-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .bwdpc-grid-mobile_extra-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }
}
@media (max-width: 767px) {
  .bwdpc-grid-mobile-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .bwdpc-grid-mobile-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .bwdpc-grid-mobile-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .bwdpc-grid-mobile-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .bwdpc-grid-mobile-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .bwdpc-grid-mobile-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }
}