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

.image-with-text .grid__item {
  position: relative;
}

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

.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

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

.image-with-text__media--medium {
  height: 29.6rem;
}

.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--medium {
    height: 46rem;
  }

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

.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder:after {
  content: '';
  position: absolute;
  background: rgba(var(--color-foreground), 0.04);
}

.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%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.image-with-text__media--placeholder:is(.animate--ambient, .animate--zoom-in)>.svg-wrapper {
  top: 0;
  left: 0;
  transform: translate(0);
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 1;
}

.image-with-text .grid__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after {
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text .image-with-text__media-item>* {
  border-radius: var(--media-radius);
  overflow: hidden;
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text .global-media-settings {
  overflow: hidden !important;
}

.image-with-text .image-with-text__text-item>* {
  border-radius: var(--text-boxes-radius);
  overflow: hidden;
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item>*,
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item>* {
  box-shadow: none;
}

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

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media .placeholder-svg {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__content {
    border-top: 0;
  }
}

.image-with-text__content--mobile-right>* {
  align-self: flex-end;
  text-align: right;
}

.image-with-text__content--mobile-center>* {
  align-self: center;
  text-align: center;
}

.image-with-text--overlap .image-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}

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

  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .image-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .image-with-text__content--desktop-right>* {
    align-self: flex-end;
    text-align: right;
  }

  .image-with-text__content--desktop-left>* {
    align-self: flex-start;
    text-align: left;
  }

  .image-with-text__content--desktop-center>* {
    align-self: center;
    text-align: center;
  }

  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }

  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    justify-content: flex-end;
  }

  .image-with-text--overlap .image-with-text__media-item--top {
    align-self: flex-start;
  }

  .image-with-text--overlap .image-with-text__media-item--middle {
    align-self: center;
  }

  .image-with-text--overlap .image-with-text__media-item--bottom {
    align-self: flex-end;
  }

  .image-with-text__media-item--small,
  .image-with-text__media-item--large+.image-with-text__text-item {
    flex-grow: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media .placeholder-svg,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media .placeholder-svg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content {
    border-left: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content {
    border-right: 0;
  }
}

.image-with-text:not(.collapse-corners, .image-with-text--overlap) .image-with-text__media-item {
  z-index: 2;
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.image-with-text.image-with-text--overlap .backround-transparent,
.image-with-text:not(.image-with-text--overlap) .background-transparent {
  background: transparent;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.image-with-text .gradient {
  transform: perspective(0);
}

.image-with-text__content {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  word-break: break-word;
}

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

.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),
.image-with-text__text--caption+.image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}

.image-with-text__content :last-child:is(.image-with-text__heading),
.image-with-text__text--caption {
  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: 3rem;
}

.section_Image_WithText_DigitalReality  .image-with-text__heading {
  margin-bottom: 0;
  margin: 0;
}

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

@media screen and (max-width: 749px) {
  .collapse-padding .image-with-text__grid .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collapse-padding .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-right: 0;
  }

  .collapse-padding .image-with-text__grid--reverse .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-left: 0;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

/*
  Multirow
  note: consider removing from this stylesheet if multirow-specific styles increase signficantly
*/
.multirow__inner {
  display: flex;
  flex-direction: column;
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .multirow__inner {
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}







/* #region #sectionImageWithText */

/* #endregion #sectionImageWithText */







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

  #sectionImageWithText {
    padding-bottom: 30px;
    margin-top: calc(-1 * var(--header-height));
  }
}




@media screen and (min-width: 750px) {
  #sectionImageWithText .grid--2-col-tablet .grid__item.image-with-text__media-item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  #sectionImageWithText .grid--2-col-tablet .image-with-text__text-item.grid__item {
    width: calc(43% - var(--grid-desktop-horizontal-spacing) / 2);
  }

}


#sectionImageWithText #IWT-curved-corner-topright {
  --curve-size: 30px;
  width: var(--curve-size);
  height: var(--curve-size);
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 5;
}

#sectionImageWithText #IWT-curved-corner-topright:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 1px;
  box-shadow: var(--curve-size) calc(-1 * var(--curve-size)) 0 0 var(--mode-background);
}

/* 
#sectionImageWithText #IWT-curved-corner-topleft {
  --curve-size: 30px;
  width: var(--curve-size);
  height: var(--curve-size);
  overflow: hidden;
  position: absolute;
  top: calc(1 * var(--header-height) - 1px);
  left: 0;
  z-index: 5;
} */

#sectionImageWithText #IWT-curved-corner-topleft:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0px;
  box-shadow: calc(-1 * var(--curve-size)) calc(-1 * var(--curve-size)) 0 0 var(--mode-background);
}


#sectionImageWithText .section-header.scrolled-past-header+#MainContent>#sectionImageWithText #IWT-curved-corner-topleft {
  opacity: 0;
}

#sectionImageWithText .image-with-text__media-item {
  border-bottom-left-radius: 30px;
  overflow: hidden;
  padding-top: 22.5px;
}






#sectionImageWithText .image-with-text .image-with-text__media-item .pi-image-overlay-container {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  max-width: 50%;
  background: var(--mode-background);
  padding: 1.6rem 0 0 1.6rem;
  border-radius: 0;
  border-top-left-radius: 30px;
  overflow: visible;
}

#sectionImageWithText .pi-image-overlay {
  padding: 23px; 
  background: #16E0A8;
  border-radius: 40px;
}

#sectionImageWithText .pi-image-overlay.pi-mode-static :where(h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5, p) {
  color: var(--mode-color-static);
}

#sectionImageWithText #IOC-curved-corner-topright {
  --curve-size: 30px;
  width: var(--curve-size);
  height: var(--curve-size);
  overflow: hidden;
  position: absolute;
  top: calc(-1 * var(--curve-size));
  right: 0;
  z-index: 5;
}

#sectionImageWithText #IOC-curved-corner-topright:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  top: calc(-1 * var(--curve-size));
  ;
  right: 1px;
  box-shadow: var(--curve-size) var(--curve-size) 0 0 var(--mode-background);
}

#sectionImageWithText #IOC-curved-corner-bottomleft {
  --curve-size: 30px;
  width: var(--curve-size);
  height: var(--curve-size);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: calc(-1 * var(--curve-size));
  z-index: 5;
}

#sectionImageWithText #IOC-curved-corner-bottomleft:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: calc(-1 * var(--curve-size));
  box-shadow: var(--curve-size) var(--curve-size) 0 0 var(--mode-background);
}

#sectionImageWithText .pi-image-overlay h3 {
  font-family: poppins;
  font-size: 30px;
}

#sectionImageWithText .pi-image-overlay h4 {
  font-family: inter;
  font-size: 12px;
  font-weight: 500;
}

#sectionImageWithText .pi-image-overlay p {
  font-family: inter;
  font-size: 10px;
}

#sectionImageWithText .image-with-text__heading {
  font-family: poppins;
  font-weight: 500;
  line-height: 1.1;
}
.pi-dark-mode .IWT-heading-line svg line {
  stroke: #fff;
}
#sectionImageWithText span.IWT-heading-line svg {
  transform: translateY(-15px);
}

#sectionImageWithText .image-with-text__text {
  font-family: Inter;
}

#sectionImageWithText ul.IWT-services-list {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
  max-width: 485px;
  font-family: 'Inter';
  margin-top: 1rem;
} 

#sectionImageWithText ul.IWT-services-list span {
  display: inline-flex;
}
#sectionImageWithText ul.IWT-services-list svg {
  fill: #000;
}
.pi-dark-mode #sectionImageWithText ul.IWT-services-list svg {
  fill: #fff;
}
@media screen and (min-width: 750px) {
  #sectionImageWithText .image-with-text .image-with-text__media-item .pi-image-overlay-container {
    max-width: 244px;
  }

  #sectionImageWithText .image-with-text__heading {
    font-size: 64px;
    font-family: poppins;
    font-weight: 500;
    line-height: 1.1;
  }

  #sectionImageWithText .image-with-text__text {
    font-size: 2rem;
    line-height: 1.3;
  }

  #sectionImageWithText .pi-image-overlay h3 {
    font-size: 50px;
  }

  #sectionImageWithText .pi-image-overlay h4 {
    font-size: 18px;
  }

  #sectionImageWithText .pi-image-overlay p {
    font-size: 14px;
  }
}

@media screen and (min-width: 990px) {
  #sectionImageWithText {
    padding-bottom: 50px;
  }

  #sectionImageWithText .image-with-text__content {
    padding-left: 0;
    padding-right: 3rem;
  }
}

 


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

  #sectionImageWithText1 {
    padding-bottom: 30px;
    margin-top: calc(-1 * var(--header-height));
  }
  
}

@media screen and (min-width: 750px) {
  #sectionImageWithText1 .grid--2-col-tablet .grid__item.image-with-text__media-item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  #sectionImageWithText1 .grid--2-col-tablet .image-with-text__text-item.grid__item {
    width: calc(43% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  #sectionImageWithText1 .image-with-text__text-item {
    display: flex;
  }
}


#sectionImageWithText1 #IWT-curved-corner-topright {
  --curve-size: 30px;
  width: var(--curve-size);
  height: var(--curve-size);
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 5;
}

#sectionImageWithText1 #IWT-curved-corner-topright:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 1px;
  box-shadow: var(--curve-size) calc(-1 * var(--curve-size)) 0 0 var(--mode-background);
}


#sectionImageWithText1 #IWT-curved-corner-topleft {
  --curve-size: 30px;
  width: var(--curve-size);
  height: var(--curve-size);
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 5;
}  





#sectionImageWithText1 #IWT-curved-corner-topleft:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0px;
  box-shadow: calc(-1 * var(--curve-size)) calc(-1 * var(--curve-size)) 0 0 var(--mode-background);
}



#sectionImageWithText1 .section-header.scrolled-past-header+#MainContent>#sectionImageWithText1 #IWT-curved-corner-topleft {
  opacity: 0;
}

#sectionImageWithText1 .image-with-text__media-item {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  padding-top: 22.5px;
}






#sectionImageWithText1 .image-with-text .image-with-text__media-item .pi-image-overlay-container {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  max-width: 50%;
  background: var(--mode-background);
  padding: 1.6rem 0 0 1.6rem;
  border-radius: 0;
  border-top-left-radius: 30px;
  overflow: visible;
}

#sectionImageWithText1 .pi-image-overlay {
  padding: 10px;
  background: #16E0A8;
  border-radius: 16px;
}

#sectionImageWithText1 .pi-image-overlay.pi-mode-static :where(h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5, p) {
  color: var(--mode-color-static);
}

#sectionImageWithText1 #IOC-curved-corner-topright {
  --curve-size: 30px;
  width: var(--curve-size);
  height: var(--curve-size);
  overflow: hidden;
  position: absolute;
  top: calc(-1 * var(--curve-size));
  right: 0;
  z-index: 5;
}

#sectionImageWithText1 #IOC-curved-corner-topright:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  top: calc(-1 * var(--curve-size));
  ;
  right: 1px;
  box-shadow: var(--curve-size) var(--curve-size) 0 0 var(--mode-background);
}

#sectionImageWithText1 #IOC-curved-corner-bottomleft {
  --curve-size: 30px;
  width: var(--curve-size);
  height: var(--curve-size);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: calc(-1 * var(--curve-size));
  z-index: 5;
}

#sectionImageWithText1 #IOC-curved-corner-bottomleft:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: calc(-1 * var(--curve-size));
  box-shadow: var(--curve-size) var(--curve-size) 0 0 var(--mode-background);
}


#sectionImageWithText1 .image-with-text__content {
  background: #16E0A8;
  height: max-content;
  padding: 3rem 2.2rem 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 20px;
}

#sectionImageWithText1 .pi-image-overlay h3 {
  font-family: poppins;
  font-size: 30px;
}

#sectionImageWithText1 .pi-image-overlay h4 {
  font-family: inter;
  font-size: 12px;
  font-weight: 500;
}

#sectionImageWithText1 .pi-image-overlay p {
  font-family: inter;
  font-size: 10px;
}

#sectionImageWithText1 .image-with-text__heading {
  font-family: poppins;
  font-weight: 500;
  line-height: .8;
  font-size: 50px;
  max-width: 300px;
  color: #000;
}


.page-template-page-landing-agency #sectionImageWithText1 .image-with-text__heading {
  max-width: 300px;
  color: var(--mode-color);
} 


.page-template-page-landing-agency #sectionImageWithText1 .image-with-text__content h3 {
  color: var(--mode-color);
}


.page-template-page-landing-agency.pi-dark-mode .pi-overlapping-button__arrow {
  background-color: #16E0A8;
}
 


#sectionImageWithText1 .image-with-text__content h3 {
  margin-top: 3rem;
  font-family: poppins;
  font-weight: 500;
  font-size: 18px;
  color: #000; 
}
 



#sectionImageWithText1 .image-with-text__text {
  font-family: Inter;
  margin-top: 0.6rem; 
  color: #000;
}



@media screen and (min-width: 750px) {
  #sectionImageWithText1 .image-with-text .image-with-text__media-item .pi-image-overlay-container {
    max-width: 290px;
  }

  #sectionImageWithText1 .image-with-text__heading {
    font-size: 64px;
    font-family: poppins;
    font-weight: 500;
    line-height: 1.1;
  }


  
  .page-template-page-our-services #sectionImageWithText1 .image-with-text__heading {
    font-size: 96px;
    font-family: poppins;
    font-weight: 500;
    line-height: 1;
    max-width: 100%;
  }


  .page-template-page-our-services #sectionImageWithText1 .image-with-text__content {
    padding: 3rem 3.2rem 4.2rem;
  }
  

  #sectionImageWithText1 .image-with-text__text {
    font-size: 2rem;
    line-height: 1.3;
  }

  
  .page-template-page-our-services #sectionImageWithText1 .image-with-text__content h3 {
    margin-top: 1rem;
    font-family: poppins;
    font-weight: 500;
    font-size: 3.2rem;
    color: #000;
}


  .phi-image-with-text__text-description {
    color: #000;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 137%;
    letter-spacing: 0;
    max-width: 80%;
}


}


.phi-image-with-text__text-description span {
  background: #065B43;
  color: #fff;
  padding: 1px 9px;
}





.page-template-page-faq #sectionImageWithText1 .image-with-text__content {
  background: #81CCDE;
  width: 100%;
}

@media screen and (min-width: 990px) {
  #sectionImageWithText1 {
    padding-bottom: 50px;
  }

  #sectionImageWithText1 .image-with-text__content {
    background: #16E0A8;
    height: max-content;
    padding: 5rem 3.2rem 4.2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 30px;
    margin-right: 2rem;
    margin-left: 0;
  }


  .page-template-page-faq .image-with-text p.pi--f-12-px-desktop {
    font-size: 15px;
    max-width: 350px;
}


  .page-template-page-faq #sectionImageWithText1 .image-with-text__content {
    background: #81CCDE;
   
  }



}

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


  #sectionImageWithText1 .image-with-text__content h3 {
    margin-top: 1rem;

  }



  #sectionImageWithText1 .image-with-text__text-item {
    margin-top: -50%;
    z-index: 2;
  }

  .privacy-policy #sectionImageWithText1 .image-with-text__text-item {
    margin-top: -24%;
    z-index: 2;
  } 


}


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

  .sectionImageWithText2-about-us .image-with-text .image-with-text__text-item {
    margin-top: -20% !important;
    z-index: 2;
  }

}






















#sectionImageWithText2 .image-with-text {
  background-color: #F6F6F6;
  border-radius: 32px;
  overflow: hidden;
}

#sectionImageWithText2 .image-with-text__content {
  padding: 5rem calc(4rem / var(--font-body-scale)) 5rem;
}

#sectionImageWithText2 h1.image-with-text__heading {
  font-family: 'Poppins';
  font-size: 26px;
}

#sectionImageWithText2 .image-with-text__text.rte {
  margin-top: 1rem;
}

#sectionImageWithText2 .image-with-text__text p {
  text-align: center;
  font-family: 'Poppins';
  font-size: 11px;
  max-width: 330px;
}


.pi-overlapping-button {
  display: flex;
  padding-right: 25px;
  position: relative;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

.pi-overlapping-button__text {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pi-overlapping-button__arrow {
  position: absolute;
  right: 0;
  background-color: #000;
  width: 100%;
  z-index: 0;
  height: 100%;
  border-radius: 50px;
  border: 1px solid #000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 14px;
  transition: all 0.3s ease;
}

.pi-overlapping-button__arrow svg {
  transition: transform 0.3s ease;
}

.pi-overlapping-button__arrow svg path {
  transition: stroke 0.3s ease;
}


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

  #sectionImageWithText2 .grid--2-col-tablet .image-with-text__media-item {
    width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  #sectionImageWithText2 .grid--2-col-tablet .image-with-text__text-item.grid__item {
    width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  #sectionImageWithText2 .image-with-text__content {
    padding: 5rem calc(7.5rem / var(--font-body-scale)) 6.5rem;
  }

  #sectionImageWithText2 h1.image-with-text__heading {
    font-size: 40px;
  }

  #sectionImageWithText2 .image-with-text__text.rte {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
  
  #sectionImageWithText2 .image-with-text__text p {
    font-size: 20px;
    max-width: 560px;
    text-align: left;
  }

  .pi-overlapping-button {
    padding-right: 46px;
    margin-top: 8.8rem;
  }

  .pi-overlapping-button__text {
    padding: 16px 52px;
    font-size: 24px;
  }

  .pi-overlapping-button__arrow {
    padding-right: 20px;
  }

  .pi-overlapping-button__arrow svg {
    width: 10px;
    height: 21px;
  }
}

@media screen and (max-width: 749px) {
  #sectionImageWithText2 .image-with-text__grid.image-with-text__grid--reverse {
    flex-direction: column-reverse;
  }

  #sectionImageWithText2 .image-with-text__content {
    align-items: center;
  }
}


/* #region about us */





.page-template.page-template-page-about-us p.pi--f-12-px-desktop {
  color: #000;
}

.page-template-page-faq p.pi--f-12-px-desktop {
  color: #000;
}


/* #endregion about us */


/* #region sectionImageWithTextDigitalReality */





.section_Image_WithText_DigitalReality .image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 5rem calc(0rem / var(--font-body-scale)) 1rem;
  position: relative;
  z-index: 1;
}










/* #endregion stats */


/* #endregion sectionImageWithTextDigitalReality */








/* #region video */


.section-template--18453727281321__image_with_text_FHadLn-padding.gradient.color-scheme-1 {
  background: #065B43;
}


.multicolumn-card__image-wrapper video {
width: 100%;
border-radius: 13px;
}



.video-container {
position: relative;
max-width: 1100px;
width: 100%;
overflow: hidden;
}

.video-element {
width: 100%;
height: auto;
display: block;
}

.controls-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;

opacity: 1;
transition: opacity 0.3s ease;
pointer-events: none;
}

.video-container:hover .controls-overlay {
opacity: 1;
}





.hidden {
display: none;
}

.play-button svg,
.pause-button svg {
width: 75px;
height: 75px;
}


button.control-button.play-button {
background: transparent;
border: none;
}


button.control-button.pause-button {
background: transparent;
border: none;
}


/* #region video */

 /* style for video  section */


 .grid {
  --grid-mobile-horizontal-spacing: 22px;
  --grid-mobile-vertical-spacing: 22px;
  }






 video {
  width: 100%;
  border-radius: 17px !important;
  object-fit: cover;
}



.pi-section-images-video {
  background: #065B43;
  padding-top: 3rem;
  padding-bottom: 3rem;
}


.pi-section-images-video-section-title {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
}


.top-title-wrapper .top-title-bold {
  font-family: Poppins;
  font-weight: 500;
  font-size: 32px;
  line-height: 98%; 
  letter-spacing: 0;
  color: #16E0A8;
  margin-bottom: 1rem;
  text-align: center;
}




.pi-section-images-video-section-title {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  margin-bottom: 1rem;
}



.pi-section-images-video .image-with-text__content {
  padding: 4rem calc(2rem / var(--font-body-scale)) 5rem;
}


.pi-multicolumn-card__content {
    font-weight: 600;
    font-size: 9.89px;
    line-height: 130%;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
}


.pi-multicolumn-card__content-description {
    font-weight: 500;
    font-style: Medium;
    font-size: 7.69px;
    line-height: 130%;
    letter-spacing: 0;
}

.pi-multi-column-images-content--wrapper {
  color: #fff;
}



.pi-multicolumn-card__button {
    text-align: center;
    width: 100%;
    justify-content: center;
}


.pi-multicolumn-card__button .pi-overlapping-button__arrow {
  position: absolute;
  right: 0;
  background-color: #16E0A8;
  width: 100%;
  z-index: 0;
  height: 100%;
  border-radius: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 14px;
  border: 1px solid;
}




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


      
  .pi-section-images-video  .top-title {
      margin-bottom: 6rem;
  }



    .grid {
      column-gap: var(--grid-desktop-horizontal-spacing);
      row-gap: var(--grid-desktop-vertical-spacing);
      --grid-desktop-horizontal-spacing: 35px;
      --grid-desktop-vertical-spacing: 35px;
  }




  .pi-section-images-video-section-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: start;
}
  
  .top-title-wrapper span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 32px;
    line-height: 98%;
    letter-spacing: 0;
    color: #fff;
  }

  .top-title-wrapper .top-title-bold {
    font-family: Poppins;
    font-weight: 500;
    font-size: 44px;
    line-height: 98%;
    letter-spacing: 0;
    color: #16E0A8;
    margin-bottom: 1rem;
}


.pi-multicolumn-card__content {
  margin-bottom: 0.5rem;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16.51px;
  line-height: 130%;
  letter-spacing: 0;
}


.pi-multicolumn-card__content-description {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12.84px;
  line-height: 130%;
  letter-spacing: 0;
}

.top-title {
  display: flex;
  justify-content: space-between;
}


.pi-overlapping-button {
  padding-right: 46px;
  margin-top: 8.8rem;
  margin: 0;
}


.pi-section-images-video .image-with-text__content {
  padding: 4rem calc(2rem / var(--font-body-scale)) 5rem;
  padding-left: 3rem;
  padding-top: 0rem; 
}



  
}

@media screen and (max-width: 749px) {
  .pi-section-images-video   .image-with-text__content.image-with-text__content--top {
    padding-bottom: 0;
}

  
}

 /* style for video */



 /* #region australia  */




 @media screen and (min-width: 990px) {

  #sectionImageWithText1.sectionImageWithText-australia .image-with-text__content {
    background: #fff;
    height: 520px !important;
}

.pi-dark-mode #sectionImageWithText1.sectionImageWithText-australia .image-with-text__content {
  background: #000;
  height: 520px !important;
}


    #sectionImageWithText1.sectionImageWithText-australia  .image-with-text__heading {
      font-family: Poppins;
      font-weight: 500;
      font-size: 52px;
      line-height: 111.00000000000001%;
      letter-spacing: 0;
      width: 100%;
      max-width: 100%;
    }

    #sectionImageWithText1.sectionImageWithText-australia .image-with-text__content h3 {
      margin-top: 3rem;
      font-family: Poppins;
      font-weight: 500;
      font-size: 24px;
      line-height: 138%;
      letter-spacing: 0;
  }



}

.pi--button_hero {
  display: flex;
  align-items: center;
  color: #065b43;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 137%;
  letter-spacing: 0;
}




 /* #endregion australia  */


 /* #region section_Image_WithText_DigitalReality */

 .section_Image_WithText_DigitalReality .image-with-text__text p {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
}



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

  .section_Image_WithText_DigitalReality .image-with-text__text p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
}


  
 }


 .page-template-page-landing-agency.pi-light-mode.customize-support .pi--button_hero p {
  color: #065b43;
  display: flex;
  align-items: flex-start;
}


.page-template-page-landing-agency.pi-dark-mode.customize-support .pi--button_hero p {
  color: #16E0A8;
  display: flex;
  align-items: flex-start;
}


.page-template-page-landing-agency.pi-dark-mode.customize-support .pi--button_hero p svg path {
  stroke: #16e0a8;
}




p.phi-image-with-text__text-cat {
  display: flex;
  gap: 1.5px;
  align-content: flex-start;
  color: #16e0a8 !important;
}

.phi-image-with-text__text-cat path {
  stroke: #16e0a8;
}



 /* #endregion section_Image_WithText_DigitalReality */    




 /* #region sectionImageWithText-australia */




 div#sectionImageWithText1.sectionImageWithText-australia  .image-with-text__content {
  background: transparent;
  height: max-content;
  padding: 3rem 0.2rem 3rem;
  padding-left: 0rem;
  padding-right: 0rem;
  border-radius: 20px;
  padding-bottom: 0rem;
}
 

div#sectionImageWithText1.sectionImageWithText-australia .phi-image-with-text__text-description {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 137%;
  letter-spacing: 0;
}


div#sectionImageWithText1.sectionImageWithText-australia .image-with-text__content h3 {
  margin-top: 2rem;
  font-family: poppins;
  font-weight: 500;
  font-size: 18px;

}


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

  .sectionImageWithText-australia .image-with-text__heading-agency {
    font-weight: 500;
    font-style: Medium;
    font-size: 39.11px;
    line-height: 111.00000000000001%; 
    letter-spacing: 0;
  }

  div#sectionImageWithText1.sectionImageWithText-australia .image-with-text__text-item.grid__item {
    margin: 0;
  }

  
} 


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

  div#sectionImageWithText1.sectionImageWithText-australia  .image-with-text__content {
    background: transparent;
    padding: 3rem 0.2rem 3rem;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    display: flex;
    justify-content: center;
}

  div#sectionImageWithText1.sectionImageWithText-australia  .image-with-text__heading-agency.inline-richtext.h1 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 42px;
    line-height: 111.00000000000001%;
    letter-spacing: 0;
  }

  div#sectionImageWithText1.sectionImageWithText-australia .image-with-text__content h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 138%;
    letter-spacing: 0;
}


div#sectionImageWithText1.sectionImageWithText-australia .phi-image-with-text__text-description {
  font-size: 18px;
  letter-spacing: 0;
}




}


.sectionImageWithText-australia .pi-overlapping-button__arrow {
  background-color: #16E0A8;
}



.sectionImageWithText-australia  .pi-overlapping-button__arrow svg path {
  stroke: #000;
} 


@media screen and (max-width: 750px) {
  .phi-image-with-text__text-cat {
    font-size: 13.04px;
}
}

 /* #endregion sectionImageWithText-australia */ 



 body.home.pi-dark-mode .image-with-text__media-item .global-media-settings:after {
  background: #16E0A8;
  opacity: 0.3;
  z-index: 1; 
  
  
}  


body.home.pi-light-mode .image-with-text__media-item .global-media-settings:after {
  background: #252525;
  opacity: 0.5;
  z-index: 1; 
   
}  



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

  h3.image-with-text__subheading {
    font-family: Poppins;
    font-weight: 400;
    font-style: Italic;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    color: #585858;
}
  
.pi-dark-mode h3.image-with-text__subheading {
  font-family: Poppins;
  font-weight: 400;
  font-style: Italic;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #fff;
}

} 



/* Modern Minimalist Hover Effects - Desktop Only */
@media (hover: hover) and (pointer: fine) {
  .pi-overlapping-button:hover .pi-overlapping-button__text {
    border-color: #16e0a8;
  }

  .pi-overlapping-button:hover .pi-overlapping-button__arrow {
    border-color: #16e0a8;
  }

  .pi-overlapping-button:hover .pi-overlapping-button__arrow svg {
    transform: translateX(2px);
  }
}

/* Mobile Touch Feedback */
@media (hover: none) and (pointer: coarse) {
  .pi-overlapping-button:active {
    transform: scale(0.98);
  }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .pi-overlapping-button,
  .pi-overlapping-button__text,
  .pi-overlapping-button__arrow,
  .pi-overlapping-button__arrow svg {
    transition: none;
  }
}

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


  #sectionImageWithText .pi-image-overlay {
    padding: 15px;
    border-radius: 17px;

}

#sectionImageWithText .image-with-text .image-with-text__media-item .pi-image-overlay-container {
  padding: 1rem 0 0 1rem;
}

#sectionImageWithText .pi-image-overlay h3 {
  font-family: poppins;
  font-size: 23px;
}

#sectionImageWithText .pi-image-overlay h4 {
  font-family: inter;
  font-size: 10px;
  font-weight: 500;
}
 
#sectionImageWithText .pi-image-overlay p {
  font-family: inter;
  font-size: 8px;
}


.home .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
  padding-bottom: 138.94233% !important;
}

  
} 


.image-with-text p.pi--f-12-px-desktop {
  color: #000;
}



@media screen and (max-width: 750px) {
  .page-template-page-faq   .image-with-text p.pi--f-12-px-desktop {
    color: #000;
    font-size: 1.2rem;
}


.image-with-text p.pi--f-12-px-desktop {
  font-size: 10px;
}

.page-template-page-faq  #sectionImageWithText1 .image-with-text__content h3 {
  margin-top: 1rem;
}

.page-template-page-faq  #sectionImageWithText1 .image-with-text__heading {
  font-size: 36px;
}
  
.faq {
  padding: 1.5rem;
  padding-top: 5rem;
}

}