.user-profile-banner-block {
  position: relative;
  margin-bottom: 24px;
}

.user-profile-banner-block .hero {
  height: 270px;
}

.user-logged-in .user-profile-banner-block .hero {
  opacity: 0;
}

.user-profile-banner-block .user-profile-banner__user_container {
  max-width: 1230px;
  margin-top: -157px;

  z-index: 5;
  position: relative;
}

.user-profile-banner-block .user-profile-banner__user {
  max-width: 880px;
  width: 100%;
  margin-right: auto;
}

@media (min-width: 768px) {
  .user-profile-banner-block .user-profile-banner__user {
    display: flex;
    justify-content: space-between;
  }
}

.user-profile-banner-block .user-profile-banner-block__content {
  flex: 1;
}

.user-profile-banner-block .user-profile__image {
  position: relative;
}

@media (max-width: 767px) {
  .user-profile-banner-block .user-profile__image {
    justify-content: center;
    display: flex;
    margin: -30px auto 30px;
  }
}

@media (min-width: 768px) {
  .user-profile-banner-block .user-profile__image {
    margin-right: 2%;
  }
}

@media (min-width: 1025px) {
  .user-profile-banner-block .user-profile__image {
    margin-right: 40px;
  }
}

.user-profile-banner-block .user-profile__image > img,
.user-profile-banner-block .user-profile__image > .picture-default {
  height: 280px;
  width: 280px;
  font-size: 100px;
  border-radius: 16px;
  font-weight: 700;
  object-fit: cover;
}

.user-profile-banner-block .user-profile__image > img {
  background-color: var(--color-ink-terface-4);
}

.user-profile-banner-block .user-profile__image > .btn {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
}

.user-profile-banner-block .user-profile__image .user-profile-connect-link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #ff3366;
  background: #fff;
  border-radius: 6px;
  padding: 3px 11px;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-profile-banner-block
  .user-profile__image
  .user-profile-connect-link:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 12px;
  background: url("../../resources/icons/connect-profile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.user-profile-banner-block .user-profile-name {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #003187;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .user-profile-banner-block .user-profile-name {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (min-width: 768px) {
  .user-profile-banner-block .user-profile-name {
    margin-right: 15px;
  }
}

.user-profile-banner-block .user-profile-social-link {
  margin-top: 5px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #eef4f5;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: block;
  padding: 10px;
}

.user-profile-banner-block .user-profile-social-link[href*="linkedin.com"] {
  background: #fff url("../../resources/icons/profile-linkedin.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.user-profile-banner-block .user-profile-social-link[href*="facebook"] {
  background: #fff url("../../resources/icons/facebook-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.user-profile-banner-block .user-profile-social-link[href*="instagram"] {
  background: #fff url("../../resources/icons/instagram-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.user-profile-banner-block .user-profile-social-link[href*="twitter"] {
  background: #fff url("../../resources/icons/twitter-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.user-profile-banner-block .user-profile-info_top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .user-profile-banner-block .user-profile-info_top {
    justify-content: space-between;
  }
}

.user-profile-banner-block .user-profile-banner-block__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.user-profile-banner-block .user-profile-position-company {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #515b6b;
}

.user-profile-banner-block
  .user-profile-position-company
  .user-profile-company {
  color: #9eaabf;
}

.user-profile-banner-block .user-profile-location {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #515b6b;
}

.user-profile-banner-block .user-profile-status {
  padding: 20px 0;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #00ce9d;
}

.user-profile-banner-block .user-profile-status:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #00ce9d;
  content: "";
  display: block;
  margin-left: 7px;
}

.user-profile-description {
  margin-top: 50px;
  max-width: 420px;
}

.user-logged-in .user-profile-description {
  margin-top: 20px;
}

.user-profile-description p {
  font-size: 14px;
  color: var(--color-ink-terface-2);
  font-weight: 400;
}

.user-profile-description a {
  font-weight: 600;
  max-width: 450px;
  margin-bottom: 20px;
  white-space: normal;
  text-align: left;
}

.user-profile-link-linkedin,
.user-profile-link-linkedin:visited,
.user-profile-link-linkedin:focus,
.user-profile-link-linkedin:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #eef4f5;
  background: #fff;
}

/*# sourceMappingURL=user-profile-banner.css.map */

@media (max-width: 1200px) {
  .user-profile-description {
    max-width: 320px;
  }
}

@media (max-width: 992px) {
  .user-profile-page-content .right-sidebar {
    margin-top: 0;
    gap: 0px;
  }
}
