/****************************************************Font Face**************************************************************/
@font-face {
  font-family: "CalibriRegular";
  src: url("../fonts/CalibriRegular.ttf") format("ttf"), url("../fonts/CalibriRegular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "berlingske_sans_roundlight";
  src: url("../fonts/berlingskesansround-lt-webfont.ttf") format("ttf"), url("../fonts/berlingskesansround-lt-webfont.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "berlingske_sans_roundregular";
  src: url("../fonts/berlingskesansround-rg-webfont.ttf") format("ttf"), url("../fonts/berlingskesansround-rg-webfont.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "berlingske_sans_roundmedium";
  src: url("../fonts/berlingskesansround-md-webfont.ttf") format("ttf"), url("../fonts/berlingskesansround-md-webfont.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "roobert_light";
  src: url("../fonts/Roobert-Light.ttf") format("ttf"), url("../fonts/Roobert-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "roobert_regular";
  src: url("../fonts/Roobert-Regular.ttf") format("ttf"), url("../fonts/Roobert-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "roobert_medium";
  src: url("../fonts/Roobert-Medium.ttf") format("ttf"), url("../fonts/Roobert-Medium.woff2") format("woff2");
  font-display: swap;
}
.hlc_home_content_banner {
  align-items: flex-start;
  box-sizing: border-box;
  background: linear-gradient(135deg, #0b1f2e, #081722);
  display: flex;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.hlc_home_content_banner_img_vid_wr {
  display: flex;
  min-height: 100%;
  height: 100vh;
  width: 100%;
  scale: 1;
  transition: scale 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.hlc_home_content_banner_img_vid_wr.in-view {
  scale: 1;
}

/* Video + copy inside the same wrapper: stack and overlay (not flex row beside video) */
.hlc_home_content_banner_img_vid_wr:has(> .hlc_home_content_banner_vid) {
  display: block;
  position: relative;
  width: 100%;
}

.hlc_home_content_banner_img_vid_wr:has(> .hlc_home_content_banner_vid) > .hlc_home_content_banner_vid {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  vertical-align: top;
  height: 100%;
}

.hlc_home_content_banner_img_vid_wr:has(> .hlc_home_content_banner_vid) > .hlc_home_content_banner_cn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 100%;
  height: auto;
  margin: 0;
  box-sizing: border-box;
}

@media only screen and (min-width: 576px) {
  .hlc_home_content_banner_img_vid_wr:has(> .hlc_home_content_banner_vid) > .hlc_home_content_banner_cn {
    height: auto;
    min-height: 100%;
  }
}
/* Intrinsic sizing — avoid collapsed <img> inside <picture> (percent height without parent height) */
.hlc_home_content_banner_img,
.hlc_home_content_banner_img_vid_wr img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-width: 100vw;
  height: auto;
}

/* Image variant: JS adds .hlc_banner_image_zoom_io; IO adds --active (124_hlc_home_content_banner.js) — scale 1.2 → 1 */
.hlc_home_content_banner_img_vid_wr.hlc_banner_image_zoom_io {
  /* overflow: hidden; */
}

.hlc_home_content_banner_img_vid_wr.hlc_banner_image_zoom_io picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  line-height: 0;
}

.hlc_home_content_banner_img_vid_wr.hlc_banner_image_zoom_io img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  object-fit: cover;
  transform: scale(1.2);
  transform-origin: center center;
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  width: 100vw;
}

.hlc_home_content_banner_img_vid_wr.hlc_banner_image_zoom_io.hlc_banner_image_zoom_io--active img {
  transform: scale(1);
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .hlc_home_content_banner_img_vid_wr.hlc_banner_image_zoom_io img {
    transform: scale(1) !important;
    transition: none;
    will-change: auto;
  }

  .hlc_home_content_banner_image_zoom .hlc_home_content_banner_cn .hlc-section-intro,
  .hlc_home_content_banner_image_zoom .hlc_home_content_banner_cn .hlc_join_us_sect {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Same scroll-in trigger: intro + join copy fade / slide up */
.hlc_home_content_banner_image_zoom .hlc_home_content_banner_cn .hlc-section-intro,
.hlc_home_content_banner_image_zoom .hlc_home_content_banner_cn .hlc_join_us_sect {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
  transition: opacity 0.95s ease, transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.hlc_home_content_banner_image_zoom .hlc_home_content_banner_cn .hlc_join_us_sect {
  transition-delay: 0.16s;
}

.hlc_home_content_banner_image_zoom--active .hlc_home_content_banner_cn .hlc-section-intro,
.hlc_home_content_banner_image_zoom--active .hlc_home_content_banner_cn .hlc_join_us_sect {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

.hlc_home_content_banner_vid {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.hlc_home_content_banner_cn {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: auto;
  min-width: 100vw;
  height: 100vh;
  position: relative;
  right: 100%;
  top: 0;
  padding: 5rem 0 5rem;
  width: 100vw;
  z-index: 2;
}

@media only screen and (min-width: 576px) {
  .hlc_home_content_banner_cn {
    height: auto;
    padding: 15rem 0 15rem;
  }
}
@media only screen and (min-width: 576px) {
  .hlc_home_content_banner_cn .hlc-section-intro {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 576px) {
  .hlc_home_content_banner_cn .hlc-section-intro .hlc-section-title {
    bottom: -5px;
    position: relative;
  }
}
.hlc_home_content_banner_cn .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}

@media only screen and (min-width: 576px) {
  .hlc_home_content_banner_cn .container {
    justify-content: space-between;
    min-height: calc(100vh - 30rem);
  }
}
.hlc_home_content_banner_tp_wr {
  display: flex;
  gap: 20px;
  max-width: 100%;
  margin-bottom: 50px;
}

.hlc_home_content_banner_tp_txt {
  font-size: 16px;
  font-weight: 600;
  max-width: 50%;
}

.hlc_home_content_banner_tp_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.hlc_join_us_sect {
  align-self: flex-end;
  display: flex;
  font-family: "roobert_regular";
  font-weight: 500;
  line-height:23.04px;
  font-size: 19.2px;
  flex-direction: column;
  max-width: auto;
}

@media only screen and (min-width: 576px) {
  .hlc_join_us_sect {
    align-self: flex-end;
    max-width: 384px;
    margin-right: 30px;
  }
}
.hlc_join_us_sect p {
  font-size: 14.4px;
  font-family: "hlc_roobert_regular";
  margin-bottom: 10px;
}

.hlc_join_us_sect p:last-child {
  margin-bottom: 0;
}

.hlc_join_us_sect .hlc_join_us_name {
  font-family: "roobert_regular";
  font-size: 14.4px;
  font-weight: 500;
  line-height: 120%;
  margin: 2.75rem 0 2rem;
}

@media only screen and (min-width: 576px) {
  .hlc_join_us_sect .hlc_join_us_name {
    margin: 4rem 0 5rem;
  }
}
.hlc_join_us_sect .hlc_join_us_name b {
  font-weight: 600;
}


@media only screen and (min-width: 0) and (max-width: 991px) {
  .hlc-section-intro {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 5rem;
    align-items: flex-start !important;
  }

  .hlc_join_us_sect {
    align-self: flex-start !important;
  }
}