@charset "UTF-8";
/**
 * Discover arrow: data URI so the icon works from any compiled CSS.
 * A file path like `url('./img/arrow.svg')` resolves relative to the generated
 * .css: OK for `scss/main.css` → `scss/img/`, broken for `blocks/.../css/*.css`.
 */
/**
 * Breakpoints
 */
/**
 * Functions
 */
/**
 * Mixin core
 */
/**
 * Full-bleed a swiper stage out of its centered container so slides (and the
 * side nav arrows anchored to it) reach the viewport edges on mobile.
 * The intro/content sibling keeps its container padding.
 *
 * $flex-centered: pass true when the target is a flex ITEM inside a
 * flex column with `align-items: center` (e.g. highlights cards-stage): the
 * flex centering already lands the 100vw box at the viewport edges, so the
 * negative inline margin must be omitted to avoid a double shift. For normal
 * block-flow parents (gallery, awards, post_preview) leave it false.
 */
.section_social_media .wrap .block-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section_social_media .wrap .block-content__intro {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section_social_media .wrap .block-content__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 28px);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.section_social_media .wrap .block-content__title::before, .section_social_media .wrap .block-content__title::after {
  content: "";
  flex: 1 1 auto;
  min-width: 50px;
  height: 1px;
  background-color: var(--title-color);
  align-self: baseline;
}
@media screen and (max-width: 767px) {
  .section_social_media .wrap .block-content__title::before, .section_social_media .wrap .block-content__title::after {
    display: none;
  }
}
.section_social_media .wrap .block-content .block-content__intro {
  text-align: center;
  align-items: center;
}
.section_social_media .wrap .block-content .btns_wrap {
  justify-content: center;
}
.section_social_media .wrap .block-content {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section_social_media .wrap .block-content .block-content__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  max-width: 1000px;
}
.section_social_media .wrap .section_social_media__networks {
  padding-bottom: 60px;
  padding-top: 20px;
}
.section_social_media .wrap .section_social_media__networks .uh-property-social__list {
  justify-content: center;
}

.social_pics_main_wrap {
  display: flex;
  flex-wrap: wrap;
}
.social_pics_main_wrap .social_item_wrap {
  width: 25%;
  padding: 5px;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .social_pics_main_wrap .social_item_wrap {
    width: 50%;
    padding: 1px;
  }
}
.social_pics_main_wrap .social_item_wrap.double {
  width: 100%;
  margin-bottom: 1.5em;
}
.social_pics_main_wrap .social_item_wrap .thumb_wrap {
  position: relative;
  height: 100%;
  min-height: 290px;
}
.social_pics_main_wrap .social_item_wrap .thumb_wrap .thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.social_pics_main_wrap .social_item_wrap .thumb_wrap .icon {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 100;
  color: #fff;
  font-size: 22px;
}

.section_social_media.u_shape .wrap .content .social_title,
.section_social_media.u_shape .wrap .content .description {
  max-width: 600px;
}
.section_social_media.u_shape .social_pics_main_wrap {
  align-items: stretch;
}
.section_social_media.u_shape .social_pics_main_wrap .social_item_wrap {
  width: 33.33333%;
}
@media screen and (min-width: 1200px) {
  .section_social_media.u_shape .social_pics_main_wrap .social_item_wrap {
    width: 25%;
    order: 3;
  }
}
.section_social_media.u_shape .social_pics_main_wrap .social_item_wrap.double {
  width: 100%;
}
@media screen and (max-width: 1198px) {
  .section_social_media.u_shape .social_pics_main_wrap .social_item_wrap.double {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .section_social_media.u_shape .social_pics_main_wrap .social_item_wrap.double {
    width: 50%;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .section_social_media.u_shape .social_pics_main_wrap .social_item_wrap:nth-child(2) {
    order: 1;
  }
}
.section_social_media.u_shape .social_pics_main_wrap .social_item_wrap:nth-child(2), .section_social_media.u_shape .social_pics_main_wrap .social_item_wrap:nth-child(3) {
  align-self: flex-end;
}
.section_social_media.u_shape .social_pics_main_wrap .social_item_wrap:nth-child(2) .thumb_wrap, .section_social_media.u_shape .social_pics_main_wrap .social_item_wrap:nth-child(3) .thumb_wrap {
  height: 290px;
}

.section_social_media.carousel .slider_wrap,
.section_social_media.carousel .slider_container {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1198px) {
  .section_social_media.carousel .slider_container {
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    margin-inline: calc(50% - 50vw);
    flex-shrink: 0;
  }
}
.section_social_media.carousel .slider_wrap {
  width: 100%;
}
.section_social_media.carousel .slider_wrap .social_item_wrap {
  width: 250px;
  height: 250px;
  padding: 0 1px;
}
@media screen and (min-width: 1400px) {
  .section_social_media.carousel .slider_wrap .social_item_wrap {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .section_social_media.carousel .slider_wrap .social_item_wrap {
    width: 150px;
    height: 200px;
  }
}
.section_social_media.carousel .slider_wrap .social_item_wrap .thumb_wrap {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.social_item_wrap_details {
  width: 1000px;
  height: 500px;
  margin: 0;
  padding: 0;
  line-height: 180%;
}
@media screen and (min-width: 1400px) {
  .social_item_wrap_details {
    width: 1100px;
    height: 550px;
  }
}
@media screen and (orientation: portrait) {
  .social_item_wrap_details {
    width: 450px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .social_item_wrap_details {
    width: 90%;
    height: auto;
  }
}
.social_item_wrap_details .fancybox-close-small,
.social_item_wrap_details .close,
.social_item_wrap_details #fbga-popin .closeLogin {
  left: auto;
  right: 0;
}
.social_item_wrap_details .item {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1198px) {
  .social_item_wrap_details .item {
    height: auto;
    display: block;
  }
}
.social_item_wrap_details .item .thumb,
.social_item_wrap_details .item .content_wrap {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1198px) {
  .social_item_wrap_details .item .thumb,
  .social_item_wrap_details .item .content_wrap {
    width: 100%;
  }
}
.social_item_wrap_details .item .thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1198px) {
  .social_item_wrap_details .item .thumb {
    height: 0;
    padding-bottom: 100%;
  }
}
.social_item_wrap_details .item .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 1198px) {
  .social_item_wrap_details .item .content_wrap {
    display: block;
  }
}
.social_item_wrap_details .item .content_wrap .post {
  padding: 2em;
  text-align: center;
}
.social_item_wrap_details .item .content_wrap .logo {
  margin-bottom: 2em;
  text-align: center;
}
.social_item_wrap_details .item .content_wrap .logo img {
  max-width: 250px;
  max-height: 100px;
}
.social_item_wrap_details .item .content_wrap .icon_box {
  display: block;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 0;
  padding: 0.5em 1.5em;
  min-width: 300px;
  transform: translate(-50%, 0);
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1198px) {
  .social_item_wrap_details .item .content_wrap .icon_box {
    width: 100%;
  }
}
.social_item_wrap_details .item .content_wrap .icon_box .icon {
  display: inline-block;
  margin-left: 1em;
}