/* Standalone variables
========================================================================== */
/*
==========================================================================
    Mixins - typography - body
========================================================================== */
.c-hero-banner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1025px) {
  .c-hero-banner {
    gap: 2rem;
  }
}

@media (min-width: 1025px) {
  .c-hero-banner--gap-small {
    gap: 1rem;
  }
}

@media (min-width: 1025px) {
  .c-hero-banner--gap-medium {
    gap: 2rem;
  }
}

@media (min-width: 1025px) {
  .c-hero-banner--gap-large {
    gap: 4rem;
  }
}

.c-hero-banner__content-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media (min-width: 1025px) {
  .c-hero-banner__content-container {
    flex-direction: row;
  }
}

.c-hero-banner__heading {
  max-width: 72rem;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-hero-banner__heading {
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
  }
}
.c-hero-banner__content {
  padding: 1.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1025px) {
  .c-hero-banner__content {
    padding: 2rem 4rem 2rem 2rem;
    max-width: 26.625rem;
    justify-content: space-between;
  }
}

.c-hero-banner__main-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.c-hero-banner__description {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .c-hero-banner__description {
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
  }
}

.c-hero-banner__action {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.c-hero-banner__action .c-button {
  width: 100%;
}
@media (min-width: 1025px) {
  .c-hero-banner__action .c-button {
    width: auto;
  }
}

.c-hero-banner__footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-hero-banner__footer-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.c-hero-banner__media {
  width: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .c-hero-banner__media {
    min-height: 30rem;
  }
}

.c-hero-banner__media picture {
  width: 100%;
}

.c-hero-banner__media picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-hero-banner__media picture,
.c-hero-banner__media picture img {
  display: block;
}

.c-hero-banner__media .c-hero-banner__video {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 16.25rem;
}
@media (min-width: 1025px) {
  .c-hero-banner__media .c-hero-banner__video {
    position: absolute;
    inset: 0;
    -o-object-position: bottom;
       object-position: bottom;
    z-index: 0;
    pointer-events: none;
  }
}

.c-hero-banner__widget {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  padding: 1.25rem 1.25rem;
  background: #FEFEFE;
  width: 17.7rem;
  height: 11.25rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .c-hero-banner__widget {
    top: 2rem;
    right: 2rem;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 17.7rem;
  }
}
@media (min-width: 1400px) {
  .c-hero-banner__widget {
    height: 10.6rem;
  }
}

.c-hero-banner__widget--default iframe {
  max-height: 8.125rem;
}

.c-hero-banner__widget--big {
  height: 25.6rem;
}
@media (min-width: 1025px) {
  .c-hero-banner__widget--big {
    max-width: 24.3rem;
  }
}
@media (min-width: 1400px) {
  .c-hero-banner__widget--big {
    height: 26rem;
  }
}
