.team-athlete {
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 24px;
}
.team-athlete__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}
.team-athlete__head:hover .team-athlete__insta {
  color: #ff9601;
}
.team-athlete__head:hover .team-athlete__insta:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cfilter id='6k0093mafa' width='300%25' height='300%25' x='-100%25' y='-100%25' filterUnits='objectBoundingBox'%3E%3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='4'/%3E%3CfeColorMatrix in='shadowBlurOuter1' result='shadowMatrixOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeMerge%3E%3CfeMergeNode in='shadowMatrixOuter1'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FF9601'%3E%3Cg%3E%3Cg%3E%3Cg filter='url(%236k0093mafa)' transform='translate(-281.000000, -640.000000) translate(97.000000, 528.000000) translate(184.000000, 54.000000) translate(0.000000, 58.000000)'%3E%3Cpath d='M8.885 1c1.119.004 1.39.014 2.002.042.744.034 1.252.153 1.699.325.46.18.85.42 1.239.808.389.389.63.78.808 1.24.172.445.29.954.326 1.699l.015.37.006.172c.012.344.017.712.02 1.459v1.77c-.003.746-.008 1.115-.02 1.46l-.006.171-.015.37c-.035.745-.154 1.254-.326 1.7-.179.46-.42.85-.808 1.239-.389.39-.779.63-1.24.808-.446.173-.954.29-1.698.325-.612.028-.883.038-2.002.041h-.636L8 15h-.885c-.684-.003-1.051-.007-1.373-.017l-.173-.006-.456-.019c-.744-.034-1.253-.152-1.698-.325-.461-.179-.851-.419-1.24-.808-.39-.389-.63-.779-.808-1.24-.173-.445-.29-.954-.325-1.698-.028-.612-.038-.883-.041-2.002v-1.77c.003-1.12.013-1.39.041-2.001.034-.745.152-1.254.325-1.7.179-.46.419-.85.807-1.239.39-.389.78-.629 1.24-.808.446-.172.955-.29 1.7-.325l.455-.02.173-.005c.322-.01.689-.014 1.373-.016zm-.207 1.262H7.322c-.93.001-1.31.007-1.702.021l-.17.007-.279.012c-.681.031-1.052.145-1.3.241-.325.127-.559.279-.805.524-.244.245-.395.478-.523.805-.096.247-.21.617-.24 1.3-.008.167-.015.308-.02.448l-.006.169c-.011.371-.015.803-.016 1.74v.942c.001 1.443.01 1.687.042 2.358.03.681.144 1.052.24 1.3.128.325.279.559.524.804s.479.396.804.524c.248.096.619.21 1.3.24.638.03.89.04 2.15.041h1.357c1.261-.002 1.513-.011 2.15-.04.683-.031 1.053-.145 1.301-.241.326-.128.559-.279.805-.524.244-.245.395-.479.522-.805.097-.247.21-.618.241-1.3.031-.67.04-.914.042-2.357V7.53c0-.938-.005-1.37-.016-1.741l-.006-.169c-.005-.14-.012-.28-.02-.449-.03-.682-.144-1.052-.24-1.3-.128-.326-.279-.559-.523-.804-.246-.245-.48-.397-.805-.524-.248-.096-.618-.21-1.3-.24-.101-.005-.192-.01-.28-.013l-.169-.007c-.391-.014-.773-.02-1.702-.021zM8 4.406c1.985 0 3.594 1.609 3.594 3.594 0 1.985-1.609 3.594-3.594 3.594-1.985 0-3.595-1.609-3.595-3.594 0-1.985 1.61-3.594 3.595-3.594zm0 1.26C6.711 5.667 5.666 6.712 5.666 8c0 1.288 1.045 2.333 2.334 2.333 1.288 0 2.334-1.045 2.334-2.333 0-1.289-1.046-2.333-2.334-2.333zm3.736-2.243c.464 0 .84.376.84.84 0 .464-.376.84-.84.84-.463 0-.84-.376-.84-.84 0-.464.377-.84.84-.84z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.team-athlete__head:hover .team-athlete__insta:after {
  opacity: 1;
}
.team-athlete__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}
.team-athlete__image img {
  max-width: 100%;
  max-height: 100%;
}
.team-athlete__head-text {
  margin-left: 24px;
}
.team-athlete__head-text > * + * {
  margin-top: 8px;
}
.team-athlete__country--orange {
  color: #ff9601;
}
.team-athlete__name {
  color: #737373;
}
.team-athlete__insta {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #939292;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.team-athlete__insta span {
  margin-right: 8px;
}
.team-athlete__insta:before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cfilter id='3dvuog0eaa' width='300%25' height='300%25' x='-100%25' y='-100%25' filterUnits='objectBoundingBox'%3E%3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='4'/%3E%3CfeColorMatrix in='shadowBlurOuter1' result='shadowMatrixOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeMerge%3E%3CfeMergeNode in='shadowMatrixOuter1'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23939292'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg filter='url(%233dvuog0eaa)' transform='translate(-901.000000, -640.000000) translate(97.000000, 528.000000) translate(620.000000, 0.000000) translate(184.000000, 54.000000) translate(0.000000, 58.000000)'%3E%3Cpath d='M8.885 1c1.119.004 1.39.014 2.002.042.744.034 1.252.153 1.699.325.46.18.85.42 1.239.808.389.389.63.78.808 1.24.172.445.29.954.326 1.699l.015.37.006.172c.012.344.017.712.02 1.459v1.77c-.003.746-.008 1.115-.02 1.46l-.006.171-.015.37c-.035.745-.154 1.254-.326 1.7-.179.46-.42.85-.808 1.239-.389.39-.779.63-1.24.808-.446.173-.954.29-1.698.325-.612.028-.883.038-2.002.041h-.636L8 15h-.885c-.684-.003-1.051-.007-1.373-.017l-.173-.006-.456-.019c-.744-.034-1.253-.152-1.698-.325-.461-.179-.851-.419-1.24-.808-.39-.389-.63-.779-.808-1.24-.173-.445-.29-.954-.325-1.698-.028-.612-.038-.883-.041-2.002v-1.77c.003-1.12.013-1.39.041-2.001.034-.745.152-1.254.325-1.7.179-.46.419-.85.807-1.239.39-.389.78-.629 1.24-.808.446-.172.955-.29 1.7-.325l.455-.02.173-.005c.322-.01.689-.014 1.373-.016zm-.207 1.262H7.322c-.93.001-1.31.007-1.702.021l-.17.007-.279.012c-.681.031-1.052.145-1.3.241-.325.127-.559.279-.805.524-.244.245-.395.478-.523.805-.096.247-.21.617-.24 1.3-.008.167-.015.308-.02.448l-.006.169c-.011.371-.015.803-.016 1.74v.942c.001 1.443.01 1.687.042 2.358.03.681.144 1.052.24 1.3.128.325.279.559.524.804s.479.396.804.524c.248.096.619.21 1.3.24.638.03.89.04 2.15.041h1.357c1.261-.002 1.513-.011 2.15-.04.683-.031 1.053-.145 1.301-.241.326-.128.559-.279.805-.524.244-.245.395-.479.522-.805.097-.247.21-.618.241-1.3.031-.67.04-.914.042-2.357V7.53c0-.938-.005-1.37-.016-1.741l-.006-.169c-.005-.14-.012-.28-.02-.449-.03-.682-.144-1.052-.24-1.3-.128-.326-.279-.559-.523-.804-.246-.245-.48-.397-.805-.524-.248-.096-.618-.21-1.3-.24-.101-.005-.192-.01-.28-.013l-.169-.007c-.391-.014-.773-.02-1.702-.021zM8 4.406c1.985 0 3.594 1.609 3.594 3.594 0 1.985-1.609 3.594-3.594 3.594-1.985 0-3.595-1.609-3.595-3.594 0-1.985 1.61-3.594 3.595-3.594zm0 1.26C6.711 5.667 5.666 6.712 5.666 8c0 1.288 1.045 2.333 2.334 2.333 1.288 0 2.334-1.045 2.334-2.333 0-1.289-1.046-2.333-2.334-2.333zm3.736-2.243c.464 0 .84.376.84.84 0 .464-.376.84-.84.84-.463 0-.84-.376-.84-.84 0-.464.377-.84.84-.84z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.team-athlete__insta:after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='5px' height='7px' viewBox='0 0 5 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='arrow' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Path' fill='%23FF9601' fill-rule='nonzero' transform='translate(1.375000, 3.375000) rotate(-315.000000) translate(-1.375000, -3.375000) ' points='3.75 1 3.75 5.75 2.25 5.75 2.25 2.49910678 -1 2.5 -1 1'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  width: 5px;
  height: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.team-athlete__content {
  margin-top: 24px;
}
