body .wa-column-layout {
  display: grid;
  gap: var(--space-s);
  width: 100%;
}
body .wa-column-layout-section {
  padding-top: 0 !important;
  padding-bottom: calc(var(--space-xl) * 1.2) !important;
}
body .wa-column-layout-container {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
body .wa-column-layout--1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .wa-column-layout--1--alt {
  justify-content: flex-start;
}
body .wa-column-layout--1--alt .wa-rich-text-component * {
  max-inline-size: unset !important;
}
body .wa-column-layout--2 {
  grid-template-columns: repeat(2, minmax(10px, 1fr));
}
body .wa-column-layout--2--alt {
  display: flex;
  flex-direction: column;
}
body .wa-column-layout--2 .wa-column-layout-2-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
body .wa-column-layout--2--text {
  gap: var(--space-xl);
}
body .wa-column-layout--3 {
  grid-template-columns: repeat(3, minmax(10px, 1fr));
}
body .wa-column-layout--4 {
  grid-template-columns: repeat(4, minmax(10px, 1fr));
}

@media (max-width: 650px) {
  body .wa-column-layout--2--text {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
    gap: var(--space-s);
  }
}
@media (max-width: 1024px) {
  body .wa-column-layout--4 {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  body .wa-column-layout .wa-image-infobox {
    display: flex;
    flex-direction: column;
  }
  body .wa-column-layout .wa-image-infobox-image {
    border-radius: var(--radius-m);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: var(--radius-m) !important;
    position: relative;
    width: 100%;
    max-height: 200px;
    min-height: 200px;
  }
  body .wa-column-layout .wa-image-infobox-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0;
    border-bottom-left-radius: var(--radius-m);
    border-bottom-right-radius: var(--radius-m);
  }
}
@media (max-width: 767px) {
  body .wa-column-layout--4, body .wa-column-layout--3 {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  body .wa-column-layout-2--alt {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 487px) {
  body .wa-column-layout--4, body .wa-column-layout--3, body .wa-column-layout--2 {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
  body .wa-column-layout--4--icon, body .wa-column-layout--3--icon, body .wa-column-layout--2--icon {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  body .wa-column-layout--1 {
    width: 100%;
  }
  body .wa-column-layout--1 .wa-image-infobox {
    width: 100%;
  }
}
body .wa-icon-basic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--space-xs);
}
body .wa-icon-basic__icon {
  height: 7rem;
  width: auto;
}
@media (max-width: 991px) {
  body .wa-icon-basic__icon {
    height: 3.5rem;
  }
}
body .wa-icon-basic__text {
  color: var(--secondary);
  font-size: var(--text-m);
  font-weight: 700;
  text-align: center;
  margin-bottom: auto;
}

body .wa-icon-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--space-s);
}
body .wa-icon-row__icon {
  min-width: 5rem;
  margin-right: var(--space-xs);
}
body .wa-icon-row-body {
  display: flex;
  flex-direction: column;
}
body .wa-icon-row-body__text {
  line-height: 1.4;
  font-size: var(--text-m);
  color: var(--base);
  font-weight: 400;
}
body .wa-icon-row-body__text--strong {
  font-size: calc(var(--text-m) * 1.05);
  color: var(--secondary);
  font-weight: 700;
}

body .wa-iconbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: var(--space-s);
  gap: var(--space-xs);
  border-radius: var(--radius-xs);
  background-color: var(--shade-ultra-light);
  transition: 0.2s all ease-in-out;
  overflow: hidden;
  position: relative;
}
body .wa-iconbox__icon {
  height: 4rem;
  width: 4rem;
  object-fit: contain;
}
body .wa-iconbox__icon path {
  stroke: var(--secondary);
}
body .wa-iconbox__text {
  max-width: 80%;
  color: var(--secondary);
  font-weight: 700;
  margin-bottom: auto;
}
body .wa-iconbox--alt {
  background-color: var(--secondary);
}
body .wa-iconbox--alt .wa-iconbox__text {
  color: var(--white) !important;
}
body .wa-iconbox--alt:after {
  content: "";
  right: -30%;
  bottom: -60%;
  position: absolute;
  height: 7.1rem;
  width: 8rem;
  transition: 0.2s all ease-in-out;
  background: url(/wp-content/uploads/2024/02/iconhover.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  body .wa-iconbox--alt:after {
    right: var(--space-s);
    bottom: var(--space-s);
    width: 4.4rem;
    height: 4.4rem;
    background: url(/wp-content/uploads/2024/03/smallicon.svg);
  }
}
body .wa-iconbox--alt:hover:after {
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  body .wa-iconbox--alt:hover:after {
    right: var(--space-s);
    bottom: var(--space-s);
  }
}
@media (min-width: 767px) {
  body .wa-iconbox:hover {
    transform: translateY(-3px);
  }
}

body .wa-column-layout--1 .wa-iconbox {
  justify-content: center;
  flex-direction: row;
  width: fit-content;
  align-items: center;
}

body .wa-info-iconbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-m);
  gap: var(--space-xs);
  border-radius: var(--radius-s);
  text-align: center;
  background-color: var(--shade-ultra-light);
}
body .wa-info-iconbox__icon {
  height: 7rem;
  width: auto;
}
body .wa-info-iconbox__icon path {
  stroke: var(--secondary);
}
body .wa-info-iconbox__heading {
  font-size: var(--text-l);
  font-weight: 700;
  color: var(--secondary);
}
body .wa-info-iconbox__text {
  color: var(--base);
  font-weight: 400;
}

@media (min-width: 768px) {
  body .wa-column-layout--1 .wa-info-iconbox {
    width: 50%;
  }
}

.wa-img-wrapper {
  border-radius: var(--radius-m);
  overflow: hidden;
  position: relative;
}
.wa-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body .wa-imagebox__img {
  object-fit: cover;
  width: 100%;
  max-height: 27rem;
  max-width: 50rem;
  border-radius: var(--radius-m);
}
body .wa-imagebox__text {
  text-align: center;
  margin-inline: auto;
  font-size: var(--text-l);
  font-weight: 700;
  margin-top: var(--space-xs);
  color: var(--secondary);
}

.wa-image-infobox {
  display: flex;
  flex-direction: column;
}
.wa-image-infobox-image {
  overflow: hidden;
  border-radius: var(--radius-m);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: auto;
  position: relative;
  max-height: 23rem;
  min-height: 23rem;
}
.wa-image-infobox-image img {
  transition: 0.2s all ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wa-image-infobox-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  padding: var(--space-s);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-radius: 0;
  background-color: var(--shade-ultra-light);
  border-bottom-left-radius: var(--radius-m);
  border-bottom-right-radius: var(--radius-m);
}
.wa-image-infobox-content .wa-button {
  width: 100%;
}
.wa-image-infobox-content__heading {
  font-weight: 700;
  color: var(--secondary) !important;
}
.wa-image-infobox-content__body {
  margin-bottom: auto;
  color: var(--base) !important;
  font-weight: 400;
}
.wa-image-infobox:hover .wa-image-infobox-image img {
  transform: scale(1.02);
}

.wa-column-layout--1 .wa-image-infobox, .wa-column-layout--2 .wa-image-infobox {
  flex-direction: row;
}
.wa-column-layout--1 .wa-image-infobox-image, .wa-column-layout--2 .wa-image-infobox-image {
  width: 50%;
  border-bottom-left-radius: var(--radius-m);
  border-top-right-radius: 0 !important;
  min-height: 100%;
  flex: 1;
}
.wa-column-layout--1 .wa-image-infobox-content, .wa-column-layout--2 .wa-image-infobox-content {
  width: 50%;
  align-items: flex-start;
  text-align: left;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--radius-m);
  border-top-right-radius: var(--radius-m);
}

@media (min-width: 1025px) and (max-width: 1350px) {
  .wa-column-layout--1 .wa-image-infobox {
    width: 60% !important;
  }
}
.wa-column-layout--1 .wa-image-infobox {
  width: 50%;
}

.wa-country-section {
  padding-top: 0 !important;
  padding-bottom: calc(var(--space-xl) * 1.2) !important;
}
.wa-country-inner {
  padding: var(--space-s);
  width: 100%;
  border-radius: var(--radius-s);
  background-color: var(--secondary);
}
.wa-country-inner__text {
  max-width: 100%;
  color: var(--white);
}
.wa-country-inner__text p {
  max-width: 100%;
}

.wa-contact-box-section {
  padding-top: 0 !important;
  padding-bottom: calc(var(--space-xl) * 1.2) !important;
}
.wa-contact-box-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-xs);
  padding: var(--space-s);
  width: 100%;
  border-radius: var(--radius-s);
  background-color: var(--action-trans-20);
}
.wa-contact-box-inner__text {
  max-width: 100%;
  color: var(--base);
}
.wa-contact-box-inner__text p {
  max-width: 100%;
}
@media (max-width: 478px) {
  .wa-contact-box-inner .wa-button {
    width: 100%;
  }
}

.wa-contact {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  justify-content: center;
  align-items: center;
}
.wa-contact-section {
  padding-block: calc(var(--space-xl) * 1.2) !important;
  position: relative;
  background-color: var(--shade-ultra-light);
}
.wa-contact-content {
  display: grid;
  width: 100%;
  grid-template-columns: 2fr 1fr;
  gap: var(--space-s);
}
@media (max-width: 991px) {
  .wa-contact-content {
    grid-template-columns: 1fr;
  }
}
.wa-contact-content-left {
  padding: var(--space-m);
  border-radius: var(--radius-s);
  background-color: var(--white);
}
.wa-contact-content-right {
  border-radius: var(--radius-s);
  overflow: hidden;
  min-height: 250px;
  position: relative;
}
.wa-contact-content-right__map {
  height: 100%;
}
.wa-contact-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wa-contact-heading__text {
  font-size: var(--text-m);
  font-weight: 400;
}
.wa-contact-heading__text--strong {
  font-size: calc(var(--text-l) * 1.1);
  color: var(--secondary);
  font-weight: 700;
}

body.page-id-126 .wa-contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wa-fullwidth {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-m);
  justify-content: flex-start;
}
.wa-fullwidth__heading {
  max-width: 50ch;
  z-index: 2;
  font-weight: 700;
  font-size: var(--text-l);
  color: var(--secondary);
}
@media (min-width: 1025px) {
  .wa-fullwidth p {
    max-width: 80% !important;
  }
}
.wa-fullwidth__content {
  z-index: 2;
}
.wa-fullwidth .wa-button {
  z-index: 2;
}
.wa-fullwidth-section {
  position: relative;
  background-color: #FAFAFA;
  padding-block: calc(var(--space-xl) * 1.2) !important;
  margin-bottom: calc(var(--space-xl) * 1.2);
}
.wa-fullwidth-section--left img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  z-index: 0;
}
.wa-fullwidth-section--right .wa-fullwidth-inner {
  align-items: center;
}
@media (min-width: 2100px) {
  .wa-fullwidth-section--right .wa-fullwidth-inner {
    align-items: flex-start;
  }
}
.wa-fullwidth-section--right .wa-fullwidth-inner {
  align-items: flex-end;
}
.wa-fullwidth-section--right p {
  max-width: 95ch !important;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .wa-fullwidth-section--right p {
    max-width: 65ch !important;
  }
}
.wa-fullwidth-section--right img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  z-index: 0;
}

@media (max-width: 1024px) {
  .wa-fullwidth-section--left, .wa-fullwidth-section--right {
    margin-bottom: var(--space-xl);
    position: relative;
    background: var(--shade-ultra-light) !important;
    overflow: hidden;
  }
  .wa-fullwidth-section--left img, .wa-fullwidth-section--right img {
    display: none;
  }
  .wa-fullwidth-section--left:after, .wa-fullwidth-section--right:after {
    position: absolute;
    height: 80%;
    width: 70%;
    content: "";
    right: -5%;
    bottom: 10%;
    background: url(/wp-content/uploads/2024/02/pipecontroliconbig.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    filter: brightness(0.94);
    opacity: 0.5;
  }
  .wa-fullwidth {
    z-index: 2;
  }
}
.wa-product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wa-product-card-image {
  position: relative;
  border-top-right-radius: var(--radius-s);
  border-top-left-radius: var(--radius-s);
  overflow: hidden;
  height: 25rem;
  width: 100%;
}
@media (max-width: 767px) {
  .wa-product-card-image {
    height: 20rem;
  }
}
@media (max-width: 487px) {
  .wa-product-card-image {
    height: 13rem;
  }
}
.wa-product-card-image img {
  transition: 0.2s all ease-in-out;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.wa-product-card__title {
  color: var(--base);
  font-weight: 700;
  font-size: var(--text-m);
}
@media (max-width: 767px) {
  .wa-product-card__title {
    font-size: calc(var(--text-m) * 0.9);
  }
}
.wa-product-card-content {
  display: flex;
  flex-direction: column;
  padding: var(--space-s);
  background-color: var(--shade-ultra-light);
  align-items: flex-start;
  border-bottom-left-radius: var(--radius-s);
  border-bottom-right-radius: var(--radius-s);
  gap: var(--space-m);
  justify-content: space-between;
  flex: 1;
}
.wa-product-card-content .wa-button {
  width: 100%;
}
@media (max-width: 767px) {
  .wa-product-card-content {
    padding: var(--space-xs);
  }
  .wa-product-card-content .wa-button {
    padding-inline: 0;
  }
}
.wa-product-card-wrapper, .wa-product-card__shortcode {
  width: 100%;
  display: flex;
}
.wa-product-card:hover img {
  transform: scale(1.02);
}

.wa-zigzag-section {
  padding-bottom: calc(var(--space-xl) * 1.2);
}
.wa-zigzag-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-m);
}
.wa-zigzag-content--half {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.wa-zigzag-content--half .wa-zigzag-content-image {
  max-width: 67rem;
  max-height: 37rem;
  grid-row: 1;
}
.wa-zigzag-content--half .wa-zigzag-content-body {
  grid-row: 1;
  max-width: unset;
}
.wa-zigzag-content--half.wa-zigzag-content--left .wa-zigzag-content-image {
  grid-column: 1;
}
.wa-zigzag-content--half.wa-zigzag-content--right .wa-zigzag-content-image {
  grid-column: 2;
}
.wa-zigzag-content--left {
  flex-direction: row;
}
.wa-zigzag-content--right {
  flex-direction: row-reverse;
}
.wa-zigzag-content-image {
  max-width: 55rem;
  max-height: 30rem;
  overflow: hidden;
  position: relative;
  border-radius: var(--radius-s);
}
.wa-zigzag-content-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wa-zigzag-content-body {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  align-items: flex-start;
  max-width: 57%;
}
.wa-zigzag-content-body__heading {
  font-size: var(--text-l);
  color: var(--secondary);
  font-weight: 700;
}
.wa-zigzag-content-body__text {
  color: var(--base);
}

@media (max-width: 991px) {
  .wa-zigzag-content {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .wa-zigzag-content-body {
    max-width: unset !important;
  }
}
@media (max-width: 650px) {
  .wa-zigzag-content-image {
    width: 100%;
    height: auto;
  }
}
.wa-checklist {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--space-xs);
}
.wa-checklist__icon {
  height: 2rem;
  min-height: 2rem;
  width: auto;
  min-width: 2rem;
  max-width: 3rem;
}
.wa-checklist__icon path {
  outline: var(--primary);
}
.wa-checklist__text {
  color: var(--base);
  font-weight: 400;
}

.wa-column-layout--1 .wa-rich-text-component {
  text-align: left;
}

.wa-team-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.wa-team-section {
  padding-bottom: calc(var(--space-xl) * 1.2);
}

.wa-team-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--space-l);
  background-color: var(--shade-ultra-light);
  border-radius: var(--radius-s);
  gap: var(--space-s);
}
.wa-team-content-box--blue {
  background-color: var(--secondary);
}
.wa-team-content-box--blue .wa-team-content-box__text {
  color: var(--white);
}
.wa-team-content-box--blue .wa-team-content-box-heading__text {
  color: var(--white);
  margin-bottom: var(--space-s);
}
.wa-team-content-box--blue .wa-team-content-box-heading__icon path {
  outline: var(--white);
  fill: none;
}
.wa-team-content-box__text {
  font-weight: 400;
  text-align: center;
}
.wa-team-content-box-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-xs);
}
.wa-team-content-box-heading__text {
  color: var(--secondary);
  font-weight: 700;
  text-align: center;
}
.wa-team-content-box-heading__icon {
  height: 3rem;
  width: auto;
}
.wa-team-content-box-heading__icon path {
  fill: var(--secondary);
}

.wa-team-member {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
  padding: var(--space-s);
  border-radius: var(--radius-s);
  border: 1px solid var(--base-light);
  align-items: center;
}
.wa-team-member__heading {
  font-size: var(--text-m);
  font-weight: 700;
  color: var(--secondary);
}
.wa-team-member__text {
  color: var(--base) !important;
  font-weight: 400;
  font-size: var(--text-s);
}
.wa-team-member a {
  transition: 0.2s all ease-in-out;
}
.wa-team-member a:hover {
  color: var(--primary) !important;
}
.wa-team-member-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  justify-content: center;
}
.wa-team-member-content-inner {
  display: flex;
  flex-direction: column;
}
.wa-team-member-img, .wa-team-member img {
  overflow: hidden;
  min-height: 60px;
  min-width: 60px;
  border-radius: 50%;
  max-height: 115px;
  width: auto;
}
@media (max-width: 487px) {
  .wa-team-member-img, .wa-team-member img {
    max-height: 80px;
    max-width: 80px;
  }
}

.wa-video {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.wa-video-section {
  padding-bottom: calc(var(--space-xl) * 1.2);
}
.wa-video-content {
  width: 100%;
}
.wa-video-content__video iframe {
  border-radius: var(--radius-m);
}
