#profile {
  width: 100%;
  margin-top: 20px;
  padding: 0 15px;
}
#profile_content {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 25px;
  max-width: 1040px;
  width: 100%;
  margin: auto;
}
#profile_left {
  position: sticky;
  bottom: 0;
  align-self: end;
  height: fit-content;
  padding-bottom: 60px;
}
#profile_left p.headline {
  font-size: 18px;
  color: #210CED;
  font-weight: bold;
  margin-bottom: 10px;
}
#profile_main_container{
  width: 100%;
  display: flex;
}
#profile_main {
  width: 70%;
}
#profile_logo {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
}
#profile_left p.stars {
  width: 233px;
  height: 31px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 5px 5px 0 8px;
  font-size: 13px;
  font-weight: 500;
  margin: 15px 0;
}
#profile_left p.stars img{
  display: inline;
  filter: hue-rotate(-100deg) brightness(1.6);
  margin-left: -3px;
  position: relative;
  top: -2px;
}
#profile_left p.stars span {
  font-size: 11px;
  color: #3fca8e;
  border: 1px solid #eee;
  padding: 3px 5px;
  background: #f2f5f4;
  margin-left: 4px;
  position: relative;
  top: -1px;
  border-radius: 4px;
}
#profile_left p.stars span svg {
  display: inline;
  margin-right: 5px;
}
#author_info{
  width: 565px;
  height: 95px;
  padding: 12px;
  background: #F1F0FA;
  border-radius: 10px;
  margin-bottom: 30px;
}
#author_and_fact{
  display: flex;
  margin: 25px 0 10px 5px;
}
#author_picture{
  width: 38px;
  height: 32px;
  margin-right: 10px;
}
#author_picture img {
  border-radius: 16px;
}
#author_name{
  width: 215px;
  height: 45px;
}
#author_name p.author {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #05031B;
}
#author_name p.role {
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #05031B;
  position: relative;
  top: -3px;
}
#author_fact{
  width: 220px;
  height: 32px;
}
#author_fact span {
  font-size: 11px;
  color: #140893;
  font-weight: 600;
  text-align: right;
  display: block;
}
#author_fact span svg {
  display: inline;
}
#author_fact p {
  font-size: 11px;
  text-align: right;
  color: #140893;
  letter-spacing: 0.2px;
}
#profile_left p.table {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
#profile_left ul{
  padding: 0 0 0 20px;
  position: relative;
  margin-left: 25px;
}
#profile_left ul::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 1px;
  background: #c8c8f9;
}
#profile_left ul li {
  margin: 22px 8px;
  font-size: 16px;
}
#profile_left ul li::before {
  content: "";
  position: absolute;
  left: -4px;
  width: 9px;
  height: 9px;
  background: #c8c8f9;
  border-radius: 50%;
  margin-top: 6px;
}
#profile_left ul li a:hover{
  text-decoration: underline;
}
#profile_left ul li.focused{
  font-weight: bold;
}
#profile_right{
  width: 580px;
  height: fit-content;
}
#profile_review {
  width: 580px;
  height: 400px;
  border: 1px solid #c8c8f9;
  border-radius: 10px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
#profile_pictures {
  width: 580px;
  height: 238px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
#profile_pictures figure img {  
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
#picture_badge{
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 2;
}
#picture_total {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  padding: 0px 6px 4px 6px;
  border-radius: 6px;
  font-weight: bold;
  z-index: 2;
}
#picture_total span{
  font-size: 10px;
  color: white;
}
.photo_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 0;
}
.photo_slide.active {
  opacity: 1;
  z-index: 1;
}
.controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  z-index: 2;
}
.controls button {
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding-bottom: 4px;
}
#picture_arrow_sentence{
  float: right;
  width: 100%;
  height: 30px;
  margin-top: 70px;
  z-index: 2;
  position: absolute;
  bottom: 0;
}
#picture_arrow_sentence p{
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 2px;
  padding-right: 10px;
  color: #fff;
  border-bottom-right-radius: 10px;
  height: 30px;
}
#profile_details {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  height: 160px;
}
#profile_score {
  flex: 150px 0 0;
  height: 100px;
  padding-top: 22px;
}
#profile_score span {
  text-align: center;
  display: block;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Nexa';
}
.profile_features {
  width: 170px;
  padding-right: 15px;
}
#profile_details .profile_features:nth-of-type(2) {
  border-right: 1px solid #ddd;
}
#profile_details p.feature_title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
#profile_details p.feature_detail {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}
article{
  padding: 20px 15px 15px 0;
}
article h2{
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0 8px 0;
}
#reviews .review{
 border: 1px solid #c8c8f9;
 border-radius: 8px;
 padding: 20px;
 margin: 20px 0;
}
ul.bars li{
  height: 45px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
ul.bars li::before{
  content: '';
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: #ddd;
  display: block;
  top: 30px;
  position: absolute;
}
ul.bars li:after{
  content: '';
  height: 5px;
  border-radius: 10px;
  background: #210CED;
  display: block;
  top: 30px;
  position: absolute;
}
ul.bars li.bar5::after{
  width: 10%;
}
ul.bars li.bar10::after{
  width: 10%;
}
ul.bars li.bar15::after{
  width: 15%;
}
ul.bars li.bar20::after{
  width: 20%;
}
ul.bars li.bar25::after{
  width: 25%;
}
ul.bars li.bar30::after{
  width: 30%;
}
ul.bars li.bar35::after{
  width: 35%;
}
ul.bars li.bar40::after{
  width: 40%;
}
ul.bars li.bar45::after{
  width: 45%;
}
ul.bars li.bar50::after{
  width: 50%;
}
ul.bars li.bar55::after{
  width: 55%;
}
ul.bars li.bar60::after{
  width: 60%;
}
ul.bars li.bar65::after{
  width: 65%;
}
ul.bars li.bar70::after{
  width: 70%;
}
ul.bars li.bar75::after{
  width: 75%;
}
ul.bars li.bar80::after{
  width: 80%;
}
ul.bars li.bar85::after{
  width: 85%;
}
ul.bars li.bar90::after{
  width: 90%;
}
ul.bars li.bar95::after{
  width: 95%;
}
ul.bars li.bar100::after{
  width: 100%;
}
article .reviewer span.initial {
  width: 40px;
  height: 40px;
  background: #7083d4;
  border-radius: 50%;
  margin-right: 14px;
  text-align: center;
  color: #fff;
  align-content: center;
  font-size: 16px;
  font-weight: 500;
}
article .paragraph{
  line-height: 2;
  font-size: 16px;
}
article .paragraph h3 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
}
article .paragraph p {
  padding: 5px 0;
  font-size: 16px;
}
article .paragraph li{
  list-style: disc;
  margin-left: 20px;
}
article .paragraph a {
  color: #210CED;
  text-decoration: underline;
  font-weight: 500;
}
article .paragraph a:hover {
  color: #3fca8e;
}
article .reviewer {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
article p.reviewer_name {
  font-size: 16px;
  font-weight: bold;
}
article p.reviewer_date {
  font-size: 12px;
  color: #777;
}
article .reviewer_stars img{
  display: inline;
  filter: hue-rotate(-100deg) brightness(1.6);
}
article p.reviewer_review, article .reviewer_review_small{
  font-size: 16px;
}
article p.reviewer_review{
  display: none;
}
p.reviewer_more {
  font-size: 16px;
  font-weight: 600;
  color: #3b4987;
  padding-top: 6px;
}
@media (max-width: 1080px) {
  #profile_content{
    grid-template-columns: 393px 1fr;
    gap: 8px;
  }
  #author_fact p {
    letter-spacing: -0.2px;
  }
}

@media (max-width: 1024px) {
  #profile_main_container {
    display: block;
  }
  #profile_content {
    grid-template-columns: 258px 1fr;  
    gap: 4px;
  }
  #author_and_fact {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #author_fact span {
    text-align: left;
  }
  #author_fact p {   
    text-align: left;
  }
}

@media (max-width: 480px) {
  #menu {
    display: none;
  }
  #legal{
    min-width: unset;
  }
  #breadcrumbs {    
    height: 40px;
  }
  #breadcrumbs_content{
    width: calc(100% - 20px);
    padding: 10px 0;
  }
  #breadcrumbs_content nav {
    font-size: 11px;
  }
  #author_fact{
    display: none;
  }
  #profile {   
    margin-top: 0px;
  }
  #profile_content {
    display: block;
  }
  #profile_left {
    position: unset;
    align-self: auto;
    padding-bottom: 0px;
  }
  #profile_left p.table, #profile_left ul{
    display: none;
  }
  #profile_main {
    width: 100%;
    padding-top: 10px;
  }
  #profile_main_container {
    display: flex;
  }
  #profile_left p.headline span{
    width: 28px;
    height: 27px;
    font-size: 16px;
  }
  h1 {
    font-size: 24px;
    padding-right: 5px;
  }
  #profile_left p.stars{    
    margin: 15px 0 5px 0;
  }
  #profile_logo {
    width: auto;    
    padding: 10px 5px;
    border: 1px solid #efefef;
    height: fit-content;
    align-self: center;
    border-radius: 10px;
  }
  #profile_review{
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
  #profile_right {
    width: 100%;
  }
  #profile_review {
    width: 100%;   
  }
  #profile_pictures {
    width: 100%;
  }
  #author_picture {
    margin-right: 5px;
  }
  #profile_pictures {
    border-radius: 0;
  }
  #profile_pictures figure img{
    border-radius: 0;
  }
  #profile_details{
    gap: 10px;    
    height: 130px;
  }
  #profile_score{
    flex: 100px 0 0;
  }
  .profile_features {
    width: auto;
    padding-right: 5px;
    padding-top: 20px;
  }
  #profile_details p.feature_title {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  #profile_details p.feature_detail {
    font-size: 12px;
    line-height: 1.4;
  }
  article {
    padding-top: 5px;
  }
  article h2 {
    font-size: 22px;
    padding-top: 10px;
  }
  ul.bars li {
    height: 28px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  article .paragraph h3 {
    font-size: 16px;
  }
  article .paragraph p {
    padding: 5px 0;
    font-size: 14px;
  }
  article p.reviewer_name {
    font-size: 14px;
  }
  article p.reviewer_review, article .reviewer_review_small {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 10px;
  }
}