/** Shopify CDN: Minification failed

Line 91:4 Unexpected "/"

**/

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

.image-with-text {
  width: 100%; 
}
.image-with-text__media--placeholder svg.placeholder-svg{width:100%;height:100%;}

.image-with-text .image-with-text__media figcaption {
  position: absolute;
  bottom: 0;
  height: auto;
  display: grid;
  grid-gap: 1rem;
  padding: 3rem;
  top: auto;
  width: auto;
  background: var(--color-base-background-1);
    color: var(--color-base-accent-1);
      width: 60%;
      }

.image-with-text .image-with-text__media figcaption p:first-child:before {
  content: "\f058";
  font-family: FontAwesome;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: calc(100% + 15px);
}

.image-with-text .image-with-text__media figcaption p {
  margin: 0; position: relative;
}

.image-with-text .image-with-text__media figcaption p a {
  border-bottom: 1px solid; 
}

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


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

.image-with-text__media {
  background-color: transparent;
  min-height: 100%;
}

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

.image-with-text__media--large {
  height: 43.5rem;
}

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

  .image-with-text__media--large {
    height: 69.5rem;
  }

}

@media screen and (max-width: 749px) {
  .image-with-text__media--small,
  .image-with-text__media--large,
  .image-with-text__media 
  {
    height: auto;
    padding-bottom: 100% !important;
  }*/
}

.image-with-text__media--placeholder {
  background-color: var(--color-foreground-4);
    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;
  height: 100%;
  justify-content: center;
  padding: 6rem 5rem;
}

.image-with-text__content .footer__list-social li {
  margin: 0 1rem 0 0;
}

.image-with-text__content hr.divider {
  margin: 3rem 0;
  background: var(--color-base-background-2);
    }


.image-with-text__content > *:not(:last-child) {
  margin: 0 0 2rem 0;
}

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

@media screen and (min-width: 1200px) {
  .image-with-text__content {
    padding: 6rem 5rem;
  }
}

@media screen and (max-width: 1199px) {
  .image-with-text__content {
    padding: 6rem 3rem;
  }
  .image-with-text .image-with-text__media figcaption {
    width: 80%;
  }
}

@media screen and (max-width: 749px) {
  .image-with-text__content {
    padding: 0 3rem;
  }
}

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

.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__sub_heading {
  font-family: var(--font-body-family);
    }

h6.image-with-text__sub_heading {
  font-family: var(--font-heading-family);
    font-weight: 600;
    letter-spacing: 0;
    }

.image-with-text__heading {
  margin-bottom: 0;
  color: var(--color-base-accent-1);
    }

.color-scheme-accent-1 .image-with-text__heading {
  color: var(--color-foreground);
    }

.color-scheme-accent-1 .button {
  background-color: var(--color-foreground);
    color: var(--color-base-accent-1);
      }

.image-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {

  .image-with-text__media.media:not(.image-with-text__media--adapt) > img {
    width: 100%;
    max-width: inherit;
    height: auto;
  }

}


@media screen and (max-width: 577px) {

  .image-with-text__media.media {
    padding-bottom: 100% !important;
  }
  .image-with-text__media.media > img {
    width: 100%;
  }

  .image-with-text__content { 
    padding: 2rem 1rem;
  }

  .image-with-text .image-with-text__media figcaption {
    width: 100%;
    gap: 0;
    padding: 1.5rem 3rem;
  }

  .image-with-text .image-with-text__media figcaption p {
    font-size: calc(0.75 * var(--body_font_size));
      }
}



.image-with-text__content *[class*="contact_"] svg {
  width: 20px;
  height: 20px;
  margin-top:5px;
}

.image-with-text__content > *[class*="contact_"] {  
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 5rem;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
}

@media screen and (max-width: 1199px) {

  .image-with-text__content > [class*="contact_"] {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
    margin-bottom: 2rem;
  }

}

.image-with-text__content .image-with-text__contact_info >*:not(.contact_timing) {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 15px;
  width: 100%;
  align-items: flex-start;
  overflow: hidden;
  word-break: break-word;
}

.image-with-text__content .image-with-text__contact_info > .contact_timing > ul {
  width: 100%; 
}

.image-with-text__content .image-with-text__contact_info > .contact_timing > ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: .5rem;
}
