/** Shopify CDN: Minification failed

Line 192:0 Expected "}" to go with "{"

**/
.image-with-text {
  margin-top: 5rem;
  max-width: 1008px;
}

.image-with-text:not(.color-scheme-background-1) {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text {
    margin-bottom: 5rem;
  }
}

.image-with-text .grid {
  margin-left: 0;
  margin-bottom: 0;
}

.image-with-text__grid {
  overflow: hidden;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}

.image-with-text__media {
  background-color: transparent;
  min-height: 333px;
  
}

.image-with-text__media img {
  max-height: 333px;
  
  border-radius: 20px;
  width: 100%;
  height: 333px;
}

.image-with-text__media--small {
  height: 19.4rem;
}

.image-with-text__media--large {
  height: 43.5rem;
  max-width: 592px !important;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: auto;
  }

  .image-with-text__media--large {
    height: auto;
  }
}

.image-with-text__media--placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}

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

.image-with-text__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
  height: 100%;
  background: rgba(244, 244, 244, 0.8);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  margin: -2rem 1rem 0;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    margin: 0;
    padding: 2rem;
    margin-left: -6rem;
    position: relative;
    z-index: 3;
    height: auto;
    max-width: 488px;
    box-shadow: 1px 2px 20px rgba(132, 132, 132, 0.2);
  }
  
}

.image-with-text__content > * + * {
  margin-top: 2rem;
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

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

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

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}

.image-with-text__content .image-with-text__text + .button {
  margin-top: 1.5rem;
}

.image-with-text__heading {
  margin-bottom: 0;
  font-size: 2.41rem;
  color: var(--color-green);
}

.image-with-text__text {
  margin-top: 0.75rem; 	
}

.image-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: var(--color-gray);
}

.image-with-text .button {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid var(--color-green);
  color: var(--color-green);
  font-size: 1.2rem;
  padding: 1rem 3rem;
  min-height: auto;
  box-shadow: none;
  transition: all 0.3s;
}

.image-with-text .button:hover {
  background-color: var(--color-green);
  color: #ffffff;
  box-shadow: none;
  opacity: 1;
}
@media screen and (min-width: 990px) {
.image-with-text .button {
  padding: 0.6rem 3rem;
}
