.flex-even {
  flex: 1;
}

.hyrox-poster .poster-canvas {
  pointer-events: all;
  justify-content: flex-start;
}

.hyrox-poster .poster-canvas .labels {
  padding-top: 10em;
  background: none !important;
}

.hyrox-poster .pin-option img {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.hyrox-poster .cropper-view-box, .hyrox-poster .cropper-face {
  border-radius: 0;
}

.card .img-wrap {
  padding-bottom: 60%;
  position: relative;
}

.card .img-wrap img {
  object-fit: cover;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  position: absolute !important;
}

.events .badge {
  z-index: 1;
  color: #000;
  background-color: #ffed00;
  border-radius: 0 5px 0 0;
  font-weight: bold;
  position: absolute;
  bottom: 0;
}

.events .card-title {
  font-weight: bold;
}

.hyrox-image {
  background-color: gray;
  justify-content: center;
  align-items: end;
  height: 60%;
  margin: 3em;
  display: flex;
  position: relative;
}

.hyrox-image:before {
  content: "";
  background: url("#") center / cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hyrox-badge {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 5px solid #fff;
  padding: 1em;
  font-family: Gilroy-Bold;
  position: relative;
  bottom: -9em;
}

.hyrox-badge .border-inner {
  border: 5px solid #ffed00;
  padding: 1.5em 4em;
}

.hyrox-badge .title {
  font-size: 3em;
  line-height: 1em;
  display: block;
}

.hyrox-badge .name-short {
  color: #ffed00;
  font-size: 6em;
  line-height: 1em;
  display: block;
}

.hyrox-badge .details {
  font-size: 2em;
}

.contestant-name {
  letter-spacing: -2px;
  font-family: Gilroy-Bold;
  font-size: 4em;
}

.name-border {
  background-color: #ffed00;
  width: 10em;
  height: .5em;
  display: block;
}

.hyrox-stat {
  font-family: Open sans;
  font-size: 1.8em;
}

.hyrox-stat .subtitel {
  font-weight: bold;
}

.hyrox-stat .content {
  font-weight: normal;
}

.hyrox-stat i {
  color: #6e6e6e;
  font-size: 2.5em;
}

.hyrox-stat .stat-icon {
  height: 2.7em;
  margin-bottom: .7em;
}

.photo-image {
  cursor: pointer;
  z-index: 9;
  background: url("#") top / cover no-repeat;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  mask-image: linear-gradient(#000 0% 55%, #0000 90%);
}

.photo-image:hover {
  border: 6px solid #00cab7;
}

.photo-image:hover .edit-image-overlay {
  opacity: 1;
}

.photo-image:hover .edit-image-overlay .text-wrapper {
  transform: translateY(0);
}

.edit-image-overlay {
  text-align: center;
  opacity: 0;
  backdrop-filter: blur(10px);
  background-color: #ffffff80;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  position: absolute;
  box-shadow: inset 0 0 0 6px #fff;
}

.edit-image-overlay .text-wrapper {
  color: #fff;
  text-shadow: 0 0 50px #000c;
  text-align: center;
  width: 100%;
  transition: all .2s ease-out;
  transform: translateY(10px);
}

.edit-image-overlay .label {
  font-size: 3em;
}

.edit-image-overlay .fas {
  font-size: 4em;
}
/*# sourceMappingURL=hyrox-poster.aef3dc95.css.map */
