html body .live-help-button i, html body .live-help-button--layout-fixed-side i {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 99.2 99.2' xml:space='preserve'%3E%3Cpath fill='%23000' d='M42.4 20v17H6.8v31.3h6.6v16.8l16.8-16.8h26.7v-17h12.2l16.8 16.8V51.3h6.6V20H42.4zm12 45.8H29.1L15.9 79V65.8H9.3V39.5h33.1v11.8h12v14.5zm0-17h-9.5v-9.3h9.5v9.3zm35.6 0h-6.6V62L70.1 48.8H56.9V37h-12V22.5H90v26.3z'/%3E%3C/svg%3E");
}

html body .live-help-button--layout-fixed-side:hover i {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 99.2 99.2' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M42.4 20v17H6.8v31.3h6.6v16.8l16.8-16.8h26.7v-17h12.2l16.8 16.8V51.3h6.6V20H42.4zm12 45.8H29.1L15.9 79V65.8H9.3V39.5h33.1v11.8h12v14.5zm0-17h-9.5v-9.3h9.5v9.3zm35.6 0h-6.6V62L70.1 48.8H56.9V37h-12V22.5H90v26.3z'/%3E%3C/svg%3E");
}

.shape-mask {
  position: absolute;
  mask-size: contain;
  mask-position: left top;
  mask-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.shape-mask__internal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shape-mask__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

.shape-mask--square {
  mask-image: url(assets/shapes/shape-mask-square.svg);
}

.shape-mask--triangle {
  mask-image: url(assets/shapes/shape-mask-triangle.svg);
}

.shape-mask--circle {
  mask-image: url(assets/shapes/shape-mask-circle.svg);
}

.shape-mask--half-circle {
  mask-image: url(assets/shapes/shape-mask-half-circle.svg);
}

.shape-mask--caret {
  mask-image: url(assets/shapes/shape-mask-caret.svg);
}

.shape-mask--wire-half-caret-horizontal-fill {
  mask-image: url(assets/shapes/shape-mask-wire-half-caret-horizontal-fill.svg);
}

.shape-mask--wire-half-caret-vertical-fill {
  mask-image: url(assets/shapes/shape-mask-wire-half-caret-vertical-fill.svg);
}

.shape-mask--wire-half-caret-diagonal-fill {
  mask-image: url(assets/shapes/shape-mask-wire-half-caret-diagonal-fill.svg);
}

.shape-mask--wire-half-circle-horizontal-fill {
  mask-image: url(assets/shapes/shape-mask-wire-half-circle-horizontal-fill.svg);
}

.shape-mask--wire-half-circle-vertical-fill {
  mask-image: url(assets/shapes/shape-mask-wire-half-circle-vertical-fill.svg);
}

.shape-mask--wire-half-circle-diagonal-fill {
  mask-image: url(assets/shapes/shape-mask-wire-half-circle-diagonal-fill.svg);
}

.shape-mask--wire-half-triangle-horizontal-fill {
  mask-image: url(assets/shapes/shape-mask-wire-half-triangle-horizontal-fill.svg);
}

.shape-mask--wire-half-triangle-vertical-fill {
  mask-image: url(assets/shapes/shape-mask-wire-half-triangle-vertical-fill.svg);
}

.shape-mask--wire-half-triangle-diagonal-fill {
  mask-image: url(assets/shapes/shape-mask-wire-half-triangle-diagonal-fill.svg);
}

.shape-mask--wire-long-rectangle-horizontal-fill {
  mask-image: url(assets/shapes/shape-mask-wire-long-rectangle-horizontal-fill.svg);
}

.shape-mask--wire-long-rectangle-vertical-fill {
  mask-image: url(assets/shapes/shape-mask-wire-long-rectangle-vertical-fill.svg);
}

.shape-mask--wire-long-rectangle-diagonal-fill {
  mask-image: url(assets/shapes/shape-mask-wire-long-rectangle-diagonal-fill.svg);
}

.shape-mask--wire-rectangle-horizontal-fill {
  mask-image: url(assets/shapes/shape-mask-wire-rectangle-horizontal-fill.svg);
}

.shape-mask--wire-rectangle-vertical-fill {
  mask-image: url(assets/shapes/shape-mask-wire-rectangle-vertical-fill.svg);
}

.shape-mask--wire-rectangle-diagonal-fill {
  mask-image: url(assets/shapes/shape-mask-wire-rectangle-diagonal-fill.svg);
}

.shape-mask--wire-square-horizontal-fill {
  mask-image: url(assets/shapes/shape-mask-wire-square-horizontal-fill.svg);
}

.shape-mask--wire-square-vertical-fill {
  mask-image: url(assets/shapes/shape-mask-wire-square-vertical-fill.svg);
}

.shape-mask--wire-square-diagonal-fill {
  mask-image: url(assets/shapes/shape-mask-wire-square-diagonal-fill.svg);
}

.suffix-co-uk {
  background-repeat: no-repeat;
  background-image: url("./assets/images/suffix-couk.svg");
  background-size: cover;
}
@media (max-width: 1200px) {
  .suffix-co-uk {
    background-position: bottom;
  }
}
@media (max-width: 768px) {
  .suffix-co-uk {
    background-position: center;
  }
}

.suffix-me-uk {
  background-repeat: no-repeat;
  background-image: url("./assets/images/suffix-meuk.svg");
  background-size: cover;
}
@media (max-width: 1200px) {
  .suffix-me-uk {
    background-position: bottom;
  }
}
@media (max-width: 768px) {
  .suffix-me-uk {
    background-position: center;
  }
}

.suffix-org-uk {
  background-repeat: no-repeat;
  background-image: url("./assets/images/suffix-orguk.svg");
  background-size: cover;
}
@media (max-width: 1200px) {
  .suffix-org-uk {
    background-position: bottom;
  }
}
@media (max-width: 768px) {
  .suffix-org-uk {
    background-position: center;
  }
}

.suffix-uk {
  background-repeat: no-repeat;
  background-image: url("./assets/images/suffix-uk.svg");
  background-size: cover;
}
@media (max-width: 1200px) {
  .suffix-uk {
    background-position: bottom;
  }
}
@media (max-width: 768px) {
  .suffix-uk {
    background-position: center;
  }
}

html body .live-help-button, html body .live-help-button--layout-fixed-side {
  border: 0 !important;
  background-color: white !important;
  margin: 0;
  padding-left: 69px !important;
  z-index: 9999;
  width: unset !important;
  height: unset !important;
  background-color: #F5BA3C !important;
}
html body .live-help-button i, html body .live-help-button--layout-fixed-side i {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 5px;
  bottom: 0;
}
html body .live-help-button--layout-fixed-side {
  position: fixed !important;
  right: -116px;
  top: 50%;
  transition: all ease-in-out 1s;
  height: unset !important;
  width: unset !important;
}
html body .live-help-button--layout-fixed-side i {
  transition: all ease-in-out 0.3s;
}
html body .live-help-button--layout-fixed-side:hover {
  right: 0px;
  transition: all ease-in-out 0.3s;
  transform: translateY(0);
  cursor: pointer;
}
/*# sourceMappingURL=live-help-button.css.map */
