@media screen and (min-width: 750px) {
  .asymmetrical-image-section {
    padding: 0.6250rem;
  }

  .asymmetrical-image-section + .asymmetrical-image-section {
    padding-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .asymmetrical-image-section {
    padding: 1.2500rem;
  }

  .asymmetrical-image-section + .asymmetrical-image-section {
    padding-top: 0;
  }
}

.asymmetrical-image-text__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.1250rem;
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .asymmetrical-image-text__grid {
    grid-template-columns: 52.5% 47.5%;
    align-items: center;
    gap: 0;
  }

  .asymmetrical-image-text__grid--reverse {
    grid-template-columns: 47.5% 52.5%;
  }

  .asymmetrical-image-text__grid--reverse .asymmetrical-image-text__content {
    order: -1;
  }
}

.asymmetrical-image-text__media {
  width: 100%;
  background-color: transparent;
  order: 0;
  position: relative;
}

.asymmetrical-image-text__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.asymmetrical-image-text__media--placeholder {
  background-color: var(--hh-color-light);
  position: relative;
  overflow: hidden;
}

.asymmetrical-image-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  max-width: 50.0000rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}

.asymmetrical-image-text__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
}

.asymmetrical-image-text__content-inner {
  padding: 0 0.6250rem 1.5625rem;
}

@media screen and (min-width: 1024px) {
  .asymmetrical-image-text__content-inner {
    padding: 2.5000rem;
    padding-left: 4.0625rem;
  }

  .asymmetrical-image-text__grid--reverse
    .asymmetrical-image-text__content-inner {
    padding: 2.5000rem;
    padding-right: 4.0625rem;
  }
}

@media screen and (min-width: 1440px) {
  .asymmetrical-image-text__content-inner {
    padding: 3.1250rem;
    padding-left: 6.8750rem;
  }

  .asymmetrical-image-text__grid--reverse
    .asymmetrical-image-text__content-inner {
    padding: 3.1250rem;
    padding-right: 6.8750rem;
  }
}

.asymmetrical-image-text__content-inner > * + * {
  margin-top: 0.9375rem;
}

.asymmetrical-image-text__content-inner
  > .asymmetrical-image-text__text:empty
  ~ a {
  margin-top: 0.9375rem;
}

.asymmetrical-image-text__content-inner
  > :first-child:is(.asymmetrical-image-text__heading) {
  margin-top: 0;
}

.asymmetrical-image-text__content-inner
  :last-child:is(.asymmetrical-image-text__heading) {
  margin-bottom: 0;
}

.asymmetrical-image-text__content .button + .asymmetrical-image-text__text {
  margin-top: 0.9375rem;
}

.asymmetrical-image-text__heading {
  margin: 0;
  color: var(--hh-color-night);
}

.asymmetrical-image-text__text p {
  margin-top: 0;
  margin-bottom: 0.6250rem;
  color: var(--hh-color-grey);
}

@media screen and (min-width: 750px) {
  .asymmetrical-image-text__content-inner > * + * {
    margin-top: 1.2500rem;
  }

  .asymmetrical-image-text__content-inner
    > .asymmetrical-image-text__text:empty
    ~ a {
    margin-top: 1.2500rem;
  }

  .asymmetrical-image-text__content-inner
    .button
    + .asymmetrical-image-text__text {
    margin-top: 1.2500rem;
  }
}

.asymmetrical-image-text-module__video {
  height: 100%;
}
