/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/hover-highlights/hover-highlights-container/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.hover-highlight-block {
  margin: 2rem auto;
  position: relative;
  max-width: 1200px;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .hover-highlight-block {
    padding: 0 1rem;
  }
}
@media (max-width: 950px) {
  .hover-highlight-block.hide-images-on-mobile .hover-highlight-image-container {
    display: none;
  }
  .hover-highlight-block.hide-images-on-mobile .hover-highlight-container {
    gap: 0;
  }
  .hover-highlight-block.hide-images-on-mobile .hover-highlight-text-list {
    max-width: 100%;
    width: 100%;
  }
  .hover-highlight-block.hide-images-on-mobile .hover-highlight-text-item p {
    opacity: 0.5;
    visibility: visible;
  }
  .hover-highlight-block.hide-images-on-mobile .hover-highlight-text-item.active p {
    opacity: 1;
  }
}
.hover-highlight-container {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 950px) {
  .hover-highlight-container.desktop {
    display: none;
  }
}
.hover-highlight-container.mobile {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 950px) {
  .hover-highlight-container.mobile {
    display: flex;
  }
}
.hover-highlight-container.mobile .hover-highlight-mobile-items {
  width: 100%;
}
.hover-highlight-container.mobile .hover-highlight-mobile-content-holder {
  display: none;
}
.hover-highlight-container.mobile .hover-highlight-mobile-item-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
}
.hover-highlight-container.mobile .hover-highlight-mobile-item-wrapper:last-child {
  border-bottom: none;
}
@media (max-width: 950px) {
  .hover-highlight-container {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    gap: 1.5rem;
  }
}
.hover-highlight-mobile-item {
  margin-bottom: 0.5rem;
  padding: 1rem 0;
}
.hover-highlight-mobile-item .mobile-item-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.hover-highlight-mobile-item .mobile-item-link:hover, .hover-highlight-mobile-item .mobile-item-link:focus {
  text-decoration: none;
  color: inherit;
}
.hover-highlight-mobile-item .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.hover-highlight-mobile-item .title-wrapper h3 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.25rem;
}
.hover-highlight-mobile-item .title-wrapper .hover-highlight-arrow {
  display: inline-flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.hover-highlight-mobile-item .title-wrapper .hover-highlight-arrow svg {
  width: 100%;
  height: 100%;
}
.hover-highlight-mobile-item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.7;
}
.hover-highlight-mobile-item-content {
  margin-top: 1.5rem;
}
.hover-highlight-mobile-item-content .wp-block-orphic-ui-hover-highlights2-unit {
  margin: 0;
  padding: 0;
}
.hover-highlight-mobile-item-content .hover-highlight-image {
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  transform: none !important;
  display: block;
  width: 100%;
}
.hover-highlight-mobile-item-content .hover-highlight-image img {
  width: 100%;
  height: auto;
  position: static;
  transform: none;
}
.hover-highlight-mobile-item-content img, .hover-highlight-mobile-item-content figure, .hover-highlight-mobile-item-content .wp-block-image {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.hover-highlight-text-list {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: center;
  max-height: var(--image-height, 50vh);
}
@media (max-width: 950px) {
  .hover-highlight-text-list {
    flex: none;
    width: 100%;
    max-height: none;
    overflow-y: visible;
    order: 2;
  }
}
.hover-highlight-text-item {
  cursor: pointer;
  padding: 1rem 0;
}
.hover-highlight-text-item .text-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.hover-highlight-text-item .text-item-link:hover, .hover-highlight-text-item .text-item-link:focus {
  text-decoration: none;
  color: inherit;
}
.hover-highlight-text-item .title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 10px;
}
.hover-highlight-text-item .title-wrapper h3 {
  margin: 0;
  font-weight: 700;
  opacity: 0.4;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.9);
  transform-origin: left center;
  min-width: 0;
  line-height: 1.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.hover-highlight-text-item .title-wrapper .hover-highlight-arrow {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-10px);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding-top: 0.25em;
}
.hover-highlight-text-item .title-wrapper .hover-highlight-arrow svg {
  width: 100%;
  height: 100%;
}
.hover-highlight-text-item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 950px) {
  .hover-highlight-text-item p {
    opacity: 0.5;
    visibility: visible;
  }
}
.hover-highlight-text-item.active .title-wrapper h3 {
  opacity: 1;
  transform: scale(1);
}
.hover-highlight-text-item.active .title-wrapper .hover-highlight-arrow {
  opacity: 1;
  transform: translateX(0);
}
.hover-highlight-text-item.active p {
  opacity: 0.7;
  visibility: visible;
}
@media (max-width: 950px) {
  .hover-highlight-text-item.active p {
    opacity: 1;
  }
}
.hover-highlight-text-item:hover:not(.active) .hover-highlight-arrow {
  opacity: 1;
  transform: translateX(0);
}
.hover-highlight-text-item:hover:not(.active) h3 {
  opacity: 0.7;
  transform: scale(1.05) translateX(2.5%);
}
.hover-highlight-text-item:hover:not(.active) p {
  opacity: 0.5;
  visibility: visible;
}
@media (max-width: 768px) {
  .hover-highlight-text-item {
    padding: 0.75rem 0;
  }
  .hover-highlight-text-item .title-wrapper h3 {
    font-size: 1.25rem;
  }
  .hover-highlight-text-item p {
    font-size: 0.9rem;
  }
}
.hover-highlight-image-container {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 950px) {
  .hover-highlight-image-container {
    width: 100% !important;
    margin-left: 0;
    order: 1;
  }
}
.hover-highlight-image {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
  width: 100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.hover-highlight-image.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.hover-highlight-image.exit-up {
  transform: translateY(calc(-50% - 20px));
  z-index: 1;
  opacity: 0.5;
}
.hover-highlight-image.enter-up {
  transform: translateY(calc(-50% - 20px));
  z-index: 3;
  opacity: 0.5;
}
.hover-highlight-image.exit-down {
  transform: translateY(calc(-50% + 20px));
  z-index: 1;
  opacity: 0.5;
}
.hover-highlight-image.enter-down {
  transform: translateY(calc(-50% + 20px));
  z-index: 3;
  opacity: 0.5;
}
@media (max-width: 950px) {
  .hover-highlight-image {
    width: 100% !important;
    transform: none;
    top: 0;
    right: auto;
    margin-bottom: 0;
  }
  .hover-highlight-image.active, .hover-highlight-image.exit-up, .hover-highlight-image.enter-up, .hover-highlight-image.exit-down, .hover-highlight-image.enter-down {
    transform: none;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
  }
}
.hover-highlight-block.has-custom-colors .hover-highlight-text-item .title-wrapper h3 {
  color: var(--title-color);
}
.hover-highlight-block.has-custom-colors .hover-highlight-text-item .title-wrapper .hover-highlight-arrow {
  color: var(--arrow-color);
}
.hover-highlight-block.has-custom-colors .hover-highlight-text-item .title-wrapper .hover-highlight-arrow svg {
  fill: var(--arrow-color);
}
.hover-highlight-block.has-custom-colors .hover-highlight-text-item p {
  color: var(--text-color);
}
.hover-highlight-block.has-custom-colors .hover-highlight-text-item.active .title-wrapper h3 {
  color: var(--title-color);
}
.hover-highlight-block.has-custom-colors .hover-highlight-text-item.active .title-wrapper .hover-highlight-arrow {
  color: var(--arrow-color);
}
.hover-highlight-block.has-custom-colors .hover-highlight-text-item.active p {
  color: var(--text-color);
}
.hover-highlight-block.has-custom-colors .hover-highlight-text-item:hover:not(.active) .title-wrapper h3 {
  color: var(--title-color);
}
.hover-highlight-block.has-custom-colors .hover-highlight-text-item:hover:not(.active) .title-wrapper .hover-highlight-arrow {
  color: var(--arrow-color);
}
.hover-highlight-block.has-custom-colors .hover-highlight-text-item:hover:not(.active) p {
  color: var(--text-color);
}

/*# sourceMappingURL=style-index.css.map*/