body.on-page-editor .federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .image-container .image-field:empty {
  position: relative;
  overflow: hidden;
  background-color: #ececec;
}

body.on-page-editor .federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .image-container .image-field:empty:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #fff, transparent);
  background: linear-gradient(0.25turn, transparent, #fff, transparent);
  pointer-events: none;
  opacity: 0.8;
  -webkit-animation: skeleton-animation 2s infinite;
  animation: skeleton-animation 2s infinite;
}

.federation-contact .component-content .container {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .image-container {
  margin-right: 16px;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .image-container .image-field {
  height: 64px;
  width: 64px;
  border-radius: 64px;
  overflow: hidden;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .image-container .image-field:empty {
  background-image: url(../images/icons/user-main-main-blue.svg);
  background-position: center;
  background-size: contain;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .image-container .image-field img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

body.on-page-editor .federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .image-container .image-field:empty {
  background-image: none;
  background-position: center;
  background-size: contain;
}

body.on-page-editor .federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .image-container .image-field:empty::before {
  display: none;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .content-container {
  width: 100%;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .content-container .name-field {
  font-weight: 600;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .content-container .name-field .name {
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .content-container .more-informations span {
  display: block;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .content-container .more-informations .skeleton-bone {
  width: 60%;
  height: 16px;
  opacity: 1;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .content-container .more-informations .skeleton-bone:not(:nth-of-type(1)) {
  margin: 4px 0 0 0;
}

.federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .content-container .more-informations .skeleton-bone:not(:only-of-type):last-of-type {
  max-width: 20%;
}

body.on-page-editor .federation-contact .component-content .container .row .swiper-container .swiper-wrapper > div .card .card-body .content-container .more-informations .skeleton-bone::before {
  display: none;
}

.federation-contact .component-content .container .row .swiper-container .swiper-nav {
  padding-top: 0;
}

.federation-contact.loading .container {
  opacity: 0;
  pointer-events: none;
}

.federation-contact.loading .loading-ring {
  opacity: 1;
}

.federation-contact:not(.loading) .container {
  opacity: 1;
}

.federation-contact:not(.loading) .loading-ring {
  opacity: 0;
}
