#bannerslider {
  --carousel-gap: 12px;
  --carousel-btn-size: 40px;
  --carousel-transition: 300ms;
  --header-height: 80px;
}

#widget_1760620079192-hero.hc,
#bannerslider.hc-wrap {
  position: relative;
  overflow: hidden;
  max-inline-size: 100%;
}

#bannerslider .hc-slides {
  display: flex;
  gap: 0;
  inline-size: 100%;
  max-inline-size: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  will-change: transform;
}
#bannerslider .hc-slide {
  flex: 0 0 100%;
  max-inline-size: 100%;
}
#bannerslider .hc-media,
#bannerslider .hc-media picture {
  display: block;
  inline-size: 100%;
  max-inline-size: 100%;
}
#bannerslider .hc-media img {
  display: block;
  inline-size: 100%;
  max-inline-size: 100%;
}

#bannerslider .hc-copy,
#bannerslider .hc-cta-block,
#bannerslider .hc-cta-main,
#bannerslider .hc-cta-row,
#bannerslider .hc-pill,
#bannerslider .hc-btn {
  max-inline-size: 100%;
}

.c-btn__label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

section.m-Section .Carousel,
section.m-Section .Carousel__viewport {
  overflow: hidden;
  max-inline-size: 100%;
}
section.m-Section .Carousel__track {
  display: flex;
  min-inline-size: 100%;
}

.mod-info-card__carousel .slider {
  overflow: hidden;
}
.mod-info-card__carousel .slide-track {
  display: flex;
  min-inline-size: 100%;
}
.mod-info-card__carousel .slide {
  max-inline-size: 100%;
}

.hc {
  overflow-x: clip;
  direction: ltr;
}
.hc-wrap {
  overflow: hidden;
  direction: ltr;
}
.hc-slides {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  gap: var(--carousel-gap);
  overflow: visible;
  scroll-snap-type: none;
  transform: translateX(0);
  touch-action: pan-y;
  direction: ltr;
}
.hc-slide {
  flex: 0 0 90%;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 0;
}
.hc-slide.is-active {
  z-index: 1;
}
#bannerslider {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.hc-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 226px;
  overflow: clip;
  margin: 0;
}
.hc-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hc-media__video-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  isolation: isolate;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hc-media__video-embed--hs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background:
      linear-gradient(
        90deg,
        rgba(0, 48, 83, 0.45) 0%,
        rgba(0, 48, 83, 0) 18%,
        rgba(0, 48, 83, 0) 82%,
        rgba(0, 48, 83, 0.45) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 48, 83, 0.08) 0%,
        rgba(0, 48, 83, 0.2) 18%,
        rgba(0, 48, 83, 0.5) 32%,
        rgba(0, 48, 83, 0.88) 60%,
        rgba(0, 48, 83, 1) 100%
      );
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    filter: blur(18px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 6;
  }
  .hc-media__video-embed--hs.is-shadow::after,
  .hc-media__video-embed--hs.is-shadow-boot::after {
    animation: hc-video-shadow-rise 4500ms ease-out forwards;
  }
}
.hc-media__video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.35s ease;
  pointer-events: auto;
  z-index: 10;
}
.hc-media__video-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hc-media__video-embed .hs-video-wrapper,
.hc-media__video-embed .hs-video-player,
.hc-media__video-embed .hs-video-container,
.hc-media__video-embed .hs-video-widget {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}
.hc-media__video-embed .hs-video-wrapper,
.hc-media__video-embed .hs-video-player,
.hc-media__video-embed .hs-video-container,
.hc-media__video-embed .hs-video-widget,
.hc-media__video-embed iframe,
.hc-media__video-embed video {
  pointer-events: none !important;
}
.hc-media__video-embed .hs-video-widget {
  opacity: 1;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.hc-media__video-embed.is-playing .hc-media__video-poster {
  opacity: 0;
}
@supports selector(:has(*)) {
  .hc-media__video-embed:has(.hs-video-widget[data-hsv-status="playing"])
    .hc-media__video-poster {
    opacity: 0;
  }
}
.hc-media__video-embed iframe,
.hc-media__video-embed video {
  width: 100%;
  height: 100%;
  border: 0;
}
.hc-media__video-embed video {
  object-fit: cover;
}

@keyframes hc-video-shadow-rise {
  0% {
    opacity: 1;
    transform: translateY(12px);
  }
  15% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
.hc-media__video-embed .hs-video-overlay,
.hc-media__video-embed .hs-video-loading,
.hc-media__video-embed .hs-video-loader,
.hc-media__video-embed .hs-video-spinner,
.hc-media__video-embed .vjs-loading-spinner,
.hc-media__video-embed .vjs-big-play-button,
.hc-media__video-embed .vjs-poster {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.hc-media__gpt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hc-media__gpt-slot {
  display: block;
  width: 100%;
  height: 100%;
}

.hc-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 48px 0;
  border: 0;
  border-radius: 14px 14px 0 0;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: calc(min(56.25vw, 275px) * -0.1);
  margin-inline: 16px;
  min-height: var(--copy-max-h, auto);
  text-align: left;
}
.hc-title {
  font-size: var(--font-size-2xl, 24px);
  font-weight: var(--font-weight-bold, 700);
  line-height: var(--line-height-2xl, 26px);
  letter-spacing: var(--letter-spacing-tight, -0.6px);
  align-self: stretch;
  color: var(--CTA-Primary-main);
  margin: 0 0 16px;
  text-align: center;
}

.hc-copy :where(p) {
  align-self: stretch;
  color: var(--Body-Text);
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-medium, 500);
  line-height: var(--line-height-lg, 24px);
  letter-spacing: -0.1px;
  margin: 0;
  text-align: center;
}

.hc-copy :where(strong, b) {
  font-weight: var(--font-weight-bold, 700);
}

.hc-main-title {
  max-width: 720px;
  margin: 0 auto;
  padding: 16px 0px 16px;
}

.hc-main-title > h1 {
  margin: 0 0 8px;
}

.hc-main-title > p:nth-of-type(2) {
  align-self: stretch;
  color: var(--Body-Text);
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-medium, 500);
  line-height: var(--line-height-lg, 24px);
  letter-spacing: -0.1px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hc-description {
  text-align: center;
}

.hc-pill__label {
  color: var(--CTA-Primary-main);
}

.hc-cta-main {
  width: 100%;
  display: flex;
  gap: 16px;
  margin-top: auto;
  justify-content: center;
}
.hc-cta-block {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  min-height: clamp(150px, 42vw, 200px);
}

.hc-btn--banner {
  min-height: 48px;
  max-height: 48px;
  padding: 0 24px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-medium, 500);
  line-height: var(--line-height-base, 22px);
  letter-spacing: var(--letter-spacing-normal, -0.54px);
  background: var(--CTA-Primary-main);
  color: var(--c-primary-contrast);
  text-decoration: none;
  width: 100%;
  outline: none;
}
.hc-btn--banner:hover {
  background: var(--CTA-Primary-Hover, #F68B1F);
}
.hc-btn--banner:focus,
.hc-btn--banner:active {
  background: var(--CTA-Primary-Pressed, #002641);
}
.hc-btn--banner.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.hc a {
  color: var(--text-color-on-primary, #fff);
}

.hc-cta-row {
  display: flex;
  gap: 16px;
  justify-items: center;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
}

.hc-pill {
  align-items: center;
  background: var(--Complementario-FONDO);
  border-radius: 14px;
  color: var(--CTA-Primary-main);
  display: inline-flex;
  flex: 1 1 0;
  flex-shrink: 0;
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-medium, 500);
  height: 48px;
  justify-content: center;
  letter-spacing: var(--letter-spacing-normal, -0.54px);
  line-height: var(--line-height-base, 22px);
  text-align: center;
  text-decoration: none;
  width: 100%;
  gap: 8px;
  border: 1px solid var(--c-border);
  padding: 8px 12px;
}

.hc-pill.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.hc-pill__icon {
  width: 22px;
  height: 22px;
  display: inline-block;
}

.paginationSliderContent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.paginationSliderContent button {
  background: var(--c-primary-contrast);
  border: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 48px;
}

.paginationDots {
  position: relative;
  z-index: 9;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  padding: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.05);
  width: 15%;
}

@media (max-width: 1199.98px) {
  #bannerslider .paginationDots {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

.paginationDots .Dots {
  display: none;
}
.paginationDots::after {
  content: "";
  position: absolute;
  top: 0;
  left: var(--bar-left, 0%);
  width: var(--bar-width, 0%);
  height: 100%;
  background: var(--CTA-Primary-main);
  transition: left var(--carousel-transition, 300ms) ease;
}
.hc-copy {
  z-index: 2;
}

.hc-btn--banner:focus-visible,
.paginationSliderContent button:focus-visible,
.hc-pill:focus-visible {
  box-shadow: 0 0 0 3px
    color-mix(in srgb, var(--c-unitec-escudo-secondary), #fff 70%);
}

html[dir="rtl"] .hc,
html[dir="rtl"] .hc-wrap,
html[dir="rtl"] .hc-slides {
  direction: ltr;
}

.hc,
.hc-wrap {
  overflow: hidden;
}
.hc-slides {
  gap: 0;
  margin-inline: 0;
  padding-inline: 0;
}
.hc-slide {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  }
.hc-slide + .hc-slide {
  margin-left: 0;
}
.hc {
  --peek: 0px;
}
#bannerslider,
.hc-wrap,
.hc {
  padding-inline: 0;
  margin-inline: 0;
}

.hc-title {
  word-break: break-word;
}

@media (max-width: 359.98px) {
  .hc-title {
    font-size: var(--font-size-2xl, 24px);
    line-height: var(--line-height-3xl, 28px);
    letter-spacing: -0.4px;
  }
  .hc-copy :where(p) {
    font-size: var(--font-size-base, 16px);
    line-height: var(--line-height-md, 20px);
  }
  .hc-btn--banner,
  .hc-pill {
    min-height: 44px;
    font-size: var(--font-size-base, 16px);
    padding-inline: 16px;
  }
  .hc-media {
    min-height: 200px;
  }
}

@media (min-width: 360px) and (max-width: 479.98px) {
  .hc-copy {
    margin-inline: 16px;
    padding: 36px 16px 24px;
    gap: 30px;
  }
  .hc-title {
    font-size: var(--font-size-2xl, 24px);
    font-weight: var(--font-weight-bold, 700);
    line-height: var(--line-height-2xl, 26px);
    letter-spacing: var(--letter-spacing-tight, -0.6px);
  }
  .hc-copy :where(p) {
    font-size: var(--font-size-base, 16px);
    font-weight: var(--font-weight-medium, 500);
    line-height: var(--line-height-lg, 24px);
    letter-spacing: -0.1px;
  }
  .hc-btn--banner,
  .hc-pill {
    min-height: 46px;
    padding-inline: 18px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .hc-slide {
    flex-basis: 100%;
  }
  .hc-copy {
    margin-inline: 24px;
    padding: 40px 16px;
    gap: 28px;
  }
  .hc-title {
    font-size: var(--font-size-2xl, 24px);
    line-height: var(--line-height-2xl, 26px);
  }
  .hc-copy :where(p) {
    font-size: var(--font-size-base, 16px);
    line-height: var(--line-height-lg, 24px);
  }
  .hc-cta-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hc-media {
    min-height: 400px;
  }
  .hc-copy {
    margin-inline: 32px;
    padding: 44px 28px 24px;
    gap: 32px;
    max-height: 70vh;
    overflow: auto;
  }
  .hc-title {
    font-size: var(--font-size-2xl, 24px);
    line-height: var(--line-height-3xl, 28px);
  }
  .hc-copy :where(p) {
    font-size: var(--font-size-base, 16px);
    line-height: var(--line-height-lg, 24px);
    max-width: 64ch;
    margin-inline: auto;
  }
  .hc-cta-row {
    grid-template-columns: 1fr 1fr;
  }
  .hc-cta-block {
    min-height: auto;
  }
  #bannerslider .paginationDots {
    inset-block-end: clamp(28px, 4vw, 25px);
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  .hc {
    overflow-x: clip;
  }
  .hc-wrap {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .hc-slides {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    transform: translateX(0);
    justify-content: flex-start;
  }
  .hc-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .hc-media {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    min-height: 450px;
    max-height: 560px;
    border-radius: 0;
  }
  .hc-copy {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 140px;
    padding: 32px 64px 24px;
    flex: 1 1 auto;
    align-self: stretch;
    text-align: left;
    background: #fff;
    border: 0;
    border-radius: 14px 14px 0 0;
    position: relative;
    z-index: 2;
    margin-top: calc(min(56.25vw, 375px) * -0.08);
    margin-inline: 64px;
    min-height: var(--copy-max-h, auto);
    max-height: 60vh;
    overflow: auto;
  }
  .hc-cta-block {
    width: 48%;
  }
  .hc-title {
    color: var(--CTA-Primary-main, #003053);
    font-size: var(--font-size-2xl, 24px);
    font-weight: var(--font-weight-bold, 700);
    line-height: var(--line-height-3xl, 28px);
    letter-spacing: var(--letter-spacing-tight, -0.5px);
    margin-bottom: 16px;
    text-align: left;
  }
  .hc-copy :where(p) {
    color: var(--Body-Text, #505050);
    font-size: var(--font-size-base, 16px);
    line-height: var(--line-height-lg, 24px);
    text-align: left;
    margin: 0 auto;
  }
  .hc-cta-row {
    justify-content: center;
    gap: 20px;
    margin-top: 12px;
  }
  .hc-btn--banner,
  .hc-pill {
    min-height: 52px;
    font-size: var(--font-size-h3, 20px);
  }
  .paginationDots {
    width: 5%;
    transform: translateX(-50%);
    inset-block-end: clamp(36px, 4.5vw, 25px);
  }
}

@media (min-width: 1200px) {
  #bannerslider {
    position: relative;
  }
  #bannerslider .paginationDots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #bannerslider .hc-slide {
    position: relative;
    inline-size: 100%;
    block-size: 600px;
    overflow: hidden;
  }
  #bannerslider .hc-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: clip;
    border-radius: 0;
  }
  #bannerslider .hc-media img {
    object-fit: cover;
    object-position: center;
  }
  #bannerslider .hc-copy {
    align-items: flex-start;
    background: #fff;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    left: 130px;
    margin: 0;
    min-height: 420px;
    padding: 32px 32px 32px 32px;
    position: absolute;
    text-align: left;
    inline-size: clamp(445px, 36vw, 680px);
    z-index: 2;
    bottom: 3%;
  }
  .hc-title {
    font-size: var(--font-size-2xl, 24px);
    line-height: var(--line-height-3xl, 28px);
    text-align: left;
  }
  .hc-copy :where(p),
  .hc-description {
    color: var(--Body-Text, #505050);
    font-size: var(--font-size-base, 16px);
    font-weight: var(--font-weight-medium, 500);
    line-height: var(--line-height-lg, 24px);
    letter-spacing: var(--letter-spacing-tight, -0.5px);
    text-align: left;
  }
  .hc-cta-main {
    width: 100%;
    display: flex;
    justify-content: stretch;
  }
  .hc-btn--banner {
    width: 100%;
    min-height: 48px;
    max-height: 48px;
    padding-inline: 24px;
    border-radius: 14px;
    font-size: var(--font-size-base, 16px);
    line-height: var(--line-height-base, 22px);
  }
  .hc-cta-row {
    display: flex;
    gap: 16px;
    justify-content: start;
    align-items: center;
    margin-top: 0;
    align-self: stretch;
  }
  .hc-pill {
    height: 48px;
    border-radius: 14px;
    border: 1px solid var(--UNITEC-Secondary-Border, #c3c6d4);
    color: var(--CTA-Primary-main);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: var(--font-size-base, 16px);
    letter-spacing: var(--letter-spacing-normal, -0.54px);
  }
  #bannerslider .hc-nav {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
  }
  #bannerslider .Carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    pointer-events: auto;
  }
  #bannerslider .Carousel__btn.prev {
    left: 32px;
  }
  #bannerslider .Carousel__btn.next {
    right: 32px;
  }
  #bannerslider .hc-slide > .paginationDots {
    position: absolute;
    left: 120px;
    top: calc(155px + 420px + 16px);
    width: 445px;
    margin: 0;
    transform: none;
  }
  #bannerslider .hc-copy > .paginationDots {
    position: absolute;
    inset: auto 0 -28px 0;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .paginationDots {
    width: 5%;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  #bannerslider .paginationDots {
    inset-block-end: clamp(40px, 3.8vw, 20px);
  }
}

@media (min-width: 1440px) and (max-width: 1679.98px) {
  #bannerslider .hc-copy {
    left: 140px;
  }
  #bannerslider .hc-slide > .paginationDots {
    left: 140px;
  }
  #bannerslider .paginationDots {
    inset-block-end: clamp(44px, 3.2vw, 25px);
  }
}

@media (min-width: 1680px) and (max-width: 1919.98px) {
  #bannerslider .paginationDots {
    inset-block-end: clamp(44px, 3vw, 25px);
  }
}

@media (min-width: 1920px) {
  #bannerslider .paginationDots {
    inset-block-end: clamp(48px, 2.5vw, 25px);
  }
}

@media (max-width: 1199.98px) {
  #bannerslider .hc-nav {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hc-slide,
  .hc-copy,
  .hc-media img,
  .hc-slides {
    transition: none !important;
    transform: none !important;
  }
  .paginationDots::after,
  .hc-btn--banner,
  .hc-pill {
    transition: none !important;
  }
}

@media (max-width: 479.98px) {
  .hc-cta-main {
    flex-direction: column;
    align-items: stretch;
  }
  .hc-cta-block {
    width: 100%;
  }
  .hc-cta-row {
    flex-direction: column;
    align-items: stretch;
  }
  .hc-btn--banner,
  .hc-pill {
    inline-size: 100%;
    max-inline-size: 100%;
    height: auto;
    max-height: none;
    padding-block: 10px;
    white-space: normal;
    line-height: 1.3;
    text-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .hc-cta-block {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    min-height: auto;
  }
  .hc-cta-main {
    order: 0;
    width: 100%;
    display: flex;
    justify-content: stretch;
  }
  .hc-cta-row {
    order: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
  }
  .hc-cta-row .hc-pill {
    flex: 1 1 0;
    max-inline-size: none;
  }
}

.hc-cta-disclaimer-content {
  display: flex;
  align-self: center;
}

.hc-cta-disclaimer-content :where(p) {
  color: var(--Text-Secondary-700, #676879);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--UNITEC-Font-Size-Disclaimer, var(--font-size-disclaimer, 10px));
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-sm, 16px);
  letter-spacing: -0.06px;
  margin: 0;
}

@media (min-width: 1024px) {
  #bannerslider .hc-slide:has(.hc-media--fade-left) {
    max-height: 100%;
  }

  #bannerslider .hc-media.hc-media--fade-left {
    background: #fff;
    position: absolute;
    inset: 0;
    height: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  #bannerslider .hc-slide:has(.hc-media--fade-left) {
    min-height: 500px;
    position: relative;
  }
}

@media (min-width: 1024px) and (max-width: 1399.98px) {

  #bannerslider .hc-media.hc-media--fade-left img {
    width: 55%;
    height: 100%;
    inset: 0 0 0 auto;
    object-fit: cover;
    object-position: top right;

    --blend: 8%;

    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      #000 var(--blend),
      #000 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      #000 var(--blend),
      #000 100%
    );

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

@media (min-width: 1400px) {
  #bannerslider .hc-media.hc-media--fade-left img {
    width: 50%;
    height: 100%;
    inset: 0 0 0 auto;
    object-fit: cover;
    object-position: top right;

    --blend: 8%;

    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      #000 var(--blend),
      #000 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      #000 var(--blend),
      #000 100%
    );

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}
