.pristine-error {
  color: #FFFFFF !important;
  background-color: #cc0900 !important;
  margin-top: 20px;
  padding: 10px;
}

.has-danger input,
.has-danger textarea {
  border-color: #cc0900 !important;
}

/* ----------------------------------------------------------- */
/* == tingle v0.15.2 */
/* ----------------------------------------------------------- */
.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
}

.tingle-modal__close svg * {
  fill: currentColor;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #FFFFFF;
}

.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}
.modal-image .tingle-modal-box {
  width: auto;
  max-width: 1264px;
}

.tingle-modal-box__content {
  padding: 2em;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom 0.3s ease-in-out 0.3s;
}

/* state
-------------------------------------------------------------- */
.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  filter: blur(8px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */
.tingle-btn {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.4s ease;
}

.tingle-btn--primary {
  background-color: #3498db;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */
@media (max-width: 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }
  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }
  .tingle-modal-box__content {
    overflow-y: scroll;
  }
  .tingle-modal--noClose {
    top: 0;
  }
  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #45413D;
    box-shadow: none;
    color: #FFFFFF;
  }
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}
@supports (-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px)) {
  .tingle-modal:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    pointer-events: none;
  }
  .tingle-enabled .tingle-content-wrapper {
    filter: none;
  }
}
/* animations
-------------------------------------------------------------- */
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Custom
-------------------------------------------------------------- */
.tingle-modal-box--wide .tingle-modal-box {
  max-width: 60em;
  width: auto;
}
.tingle-modal-box--wide .tingle-modal-box img {
  width: 100%;
  height: 100%;
  max-height: 85vh;
  object-fit: cover;
}

.tingle-modal-box__content {
  padding: 1em;
}

embed {
  width: 80vw;
  max-width: 58em;
  height: 57vw;
}
@media (min-width: ) {
  embed {
    height: 90vh;
  }
}

.tingle-modal-box__content form button::before {
  background-color: #45413D;
}
.tingle-modal-box__content form button:hover {
  color: #FFFFFF;
}

.tns-outer {
  padding: 0 !important;
  position: relative;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel.tns-carousel > .tns-item {
  margin-right: -100%;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}
.tns-t-ct::after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.tns-controls {
  text-align: center;
}
.tns-controls button {
  padding: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
  width: 28px;
  height: 50px;
  background-size: 100%;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 1em;
}
.tns-controls button:hover {
  opacity: 0.64;
}
.tns-controls button:first-child {
  background-image: url(../img/arrow-prev.png);
}
.tns-controls button:last-child {
  background-image: url(../img/arrow-next.png);
}
@media (min-width: 40rem) {
  .tns-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -25px;
  }
  .tns-controls button {
    position: absolute;
    margin: 0;
    width: 28px;
    height: 50px;
  }
  .tns-controls button:first-child {
    left: 0;
  }
  .tns-controls button:last-child {
    right: 0;
  }
}

.button--gradient {
  background-color: #45413D;
  background-image: linear-gradient(90deg, #2D3E71 0%, #223161 25%, #18254E 50%, #223161 75%, #2D3E71 1000%);
  color: #FFFFFF;
  border: none;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button--gradient:hover {
  background-position: right center;
}

.dots, .sitemap-list {
  list-style: none;
}
.dots li, .sitemap-list li {
  padding-left: 20px;
  margin-top: 2px;
  position: relative;
}
.dots li::before, .sitemap-list li::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #45413D;
  position: absolute;
  top: 15px;
  left: 0;
}
.dots ul, .sitemap-list ul {
  list-style: none;
  margin-top: 0;
}

.sitemap-list {
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.tick {
  list-style: none;
}
.tick li {
  padding-left: 24px;
  margin-top: 1px;
  position: relative;
}
.tick li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  border: solid #AF9A75;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 2px;
}
.tick.tick--secondary li::before {
  border-color: #45413D;
}
.tick.ib li {
  margin-left: 1em;
  margin-right: 1em;
  font-weight: 700;
}

[class*=card] {
  background-color: transparent;
  padding: 2.5rem 1.25rem;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
}
[class*=card].services {
  padding: 0;
}
[class*=card].services > figure {
  width: 100%;
  height: 100%;
  max-height: 150px;
}
[class*=card].services > figure > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1rem 1rem 0rem 0rem;
}
[class*=card].services > div {
  padding: 1.5rem 1.25rem;
}

.faq {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
}
@media (min-width: 40rem) {
  .faq {
    flex-direction: row;
  }
}
.faq details {
  width: 100%;
  height: 100%;
  flex-basis: 100%;
  overflow: hidden;
  position: relative;
  border: 2px solid #AF9A75;
  transition: 0.25s ease-out;
}
@media (min-width: 40rem) {
  .faq details {
    width: calc(50% - 1rem);
    height: 100%;
    flex-basis: calc(50% - 1rem);
  }
}
.faq details > *:last-child {
  margin-bottom: 1.5rem;
}
.faq details:hover {
  background-color: #45413D;
  color: #fff;
}
.faq details p {
  font-size: 1rem;
}
.faq details[open] summary:after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}
.faq details[open] summary ~ * {
  animation: sweep 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.faq summary {
  user-select: none;
  outline: none;
  padding: 1rem 2rem;
  position: relative;
  cursor: pointer;
  background-color: rgba(119, 119, 119, 0.05);
  font-weight: 400;
  font-size: 1rem;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary ~ * {
  padding: 0 2rem;
}
.faq summary:before, .faq summary:after {
  content: "";
  position: absolute;
  top: 50%;
}
.faq summary:before {
  right: 20px;
  height: 4px;
  margin-top: -2px;
  width: 18px;
  background: currentColor;
}
.faq summary:after {
  right: 27px;
  height: 18px;
  transform: translateY(-50%);
  width: 4px;
  margin-left: -2px;
  background: currentColor;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: center;
}
@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -30px;
    margin-right: 30px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
}

.icon-left {
  padding-left: 120px;
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: 25px 50%;
}
.icon-left.h3 {
  min-height: 80px;
  display: inline-block;
}
@media (min-width: 84rem) {
  .icon-left.h3 {
    line-height: 120px;
  }
}
.icon-left p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}

.icon-block {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 86px;
  padding-top: 120px;
  text-align: center;
}

.icon--drilling {
  background-image: url(../img/icon-drilling.svg);
}

.icon--sawing {
  background-image: url(../img/icon-sawing.svg);
}

.icon--robotic {
  background-image: url(../img/icon-robotic.svg);
}

.icon--compliance {
  background-image: url(../img/icon-compliance.svg);
}

.icon--accreditations {
  background-image: url(../img/icon-accreditations.svg);
}

.icon--coverage {
  background-image: url(../img/icon-coverage.svg);
}

.icon--safety {
  background-image: url(../img/icon-safety.svg);
}

.icon--pin {
  background-image: url(../img/icon-pin.svg);
}

.icon--safetytick {
  background-image: url(../img/icon-safetytick.svg);
}

.icon--team {
  background-image: url(../img/icon-team.svg);
}

.icon--nationwide {
  background-image: url(../img/icon-nationwide.svg);
}

.icon--disruption {
  background-image: url(../img/icon-disruption.svg);
}

.icon--hydraulic {
  background-image: url(../img/icon-hydraulic.svg);
}

.icon--floorsaw {
  background-image: url(../img/icon-floorsaw.svg);
}

.icon--wiresawing {
  background-image: url(../img/icon-wiresawing.svg);
}

.side-contact-button {
  display: none;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 3;
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: none;
  padding: 0 !important;
  background-color: #45413D;
  background-image: url(../img/icon-envelope-lg.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px;
  text-indent: 150px;
  font-size: 0;
  overflow: hidden;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.4);
}
@media (min-width: 55rem) {
  .side-contact-button {
    right: 1.5rem;
    bottom: 1.5rem;
    height: 64px;
    width: 64px;
    background-size: 40px;
  }
}

else .side-contact-button {
  top: 190px;
  position: fixed;
  right: -3.875em;
  transform: rotate(270deg);
  z-index: 3;
  font-size: 1em;
  padding: 1em 1.5em;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
}
@media (min-width: 960px) {
  else .side-contact-button {
    top: 225px;
  }
}

.side-contact {
  display: none;
}

.tingle-modal {
  overflow: auto;
}

.tingle-modal-box {
  max-width: 34em;
}
.tingle-modal-box form > div {
  margin-top: 0.5em;
}
.tingle-modal-box form > div:last-child {
  margin-top: 1.5em;
}

@media (min-width: 40rem) {
  .carousel .tns-outer {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
@media (min-width: 84rem) {
  .carousel #js_carousel-sectors .tns-outer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.carousel--usp {
  max-width: 1000px;
}
.carousel--usp li {
  width: 380px;
  max-width: calc(100vw - 2em);
}
.carousel--usp li.carousel--usp__wide {
  width: 420px;
}
.carousel--usp h2 {
  font-weight: 700;
  letter-spacing: 0.15px;
}
.carousel--usp h2 + p {
  margin-top: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1px;
  max-width: 30ch;
}
@media (min-width: 460px) {
  .carousel--usp .tns-ovh {
    position: relative;
  }
  .carousel--usp .tns-ovh::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.5;
    background-image: linear-gradient(to right, #fff 0%, #fff calc(50% - 170px), transparent calc(50% - 169px), transparent calc(50% + 169px), #fff calc(50% + 170px));
  }
  .carousel--usp li {
    max-width: 380px;
  }
  .carousel--usp li.carousel--usp__wide {
    max-width: 420px;
  }
}

.carousel--vert-mid .tns-carousel {
  display: flex;
}
.carousel--vert-mid .tns-item {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.carousel-google-testimonials blockquote {
  text-align: center;
  padding-top: 60px;
  margin: 0 10px;
  position: relative;
}
.carousel-google-testimonials blockquote::before {
  content: attr(data-initial);
  color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #AF9A75;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  margin-left: -20px;
}
.carousel-google-testimonials blockquote:nth-child(4n-2)::before {
  background-color: #0288D1;
}
.carousel-google-testimonials blockquote:nth-child(4n-1)::before {
  background-color: #BF360C;
}
.carousel-google-testimonials blockquote:nth-child(4n)::before {
  background-color: #455A64;
}
.carousel-google-testimonials blockquote cite {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  font-family: "Lora", sans-serif, sans-serif;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
.carousel-google-testimonials blockquote cite::after {
  content: "";
  display: block;
  width: 70px;
  height: 13px;
  background-size: 14px 13px;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAZklEQVR4AWL4uYWZCdAJHVMBAIJAAG1DoAtjGarYxxjqwHADnA8HFuWL3E8puH8gAqILPaB34Qq4FAQ1yoo+8ES7NRWKe6u+Ogo0XjtaCmlSd6K/4OQQOF0JKYTsMasgOIRkBfDZATita/85jgoHAAAAAElFTkSuQmCC);
  margin: 0 auto;
}
.carousel-google-testimonials blockquote .summary {
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
}
.carousel-google-testimonials blockquote p {
  font-size: 0.875rem;
  line-height: 24px;
}
.carousel-google-testimonials blockquote.bq-google--show .summary {
  max-height: 100em;
}
.carousel-google-testimonials .read-more {
  color: #909090;
  font-size: 1rem;
  display: block;
  cursor: pointer;
  margin-top: 1rem;
}
.carousel-google-testimonials .read-more:hover {
  text-decoration: underline;
}
.carousel-google-testimonials .tns-controls button {
  width: 20px;
  height: 41px;
}
.carousel-google-testimonials .tns-controls button:first-child {
  background-image: url(../img/arrow-prev-primary-alt.svg);
}
.carousel-google-testimonials .tns-controls button:last-child {
  background-image: url(../img/arrow-next-primary-alt.svg);
}
@media (min-width: 40rem) {
  .carousel-google-testimonials {
    padding: 0 60px;
  }
  .carousel-google-testimonials .tns-controls button {
    width: 20px;
    height: 41px;
  }
  .carousel-google-testimonials .tns-controls button:first-child {
    left: -60px;
  }
  .carousel-google-testimonials .tns-controls button:last-child {
    right: -60px;
  }
}
@media (min-width: 55rem) {
  .carousel-google-testimonials {
    padding: 0 100px;
  }
  .carousel-google-testimonials .tns-controls button {
    width: auto;
    height: 48px;
    background-size: contain;
  }
  .carousel-google-testimonials .tns-controls button:first-child {
    left: -100px;
  }
  .carousel-google-testimonials .tns-controls button:last-child {
    right: -100px;
  }
}

.bg-secondary .carousel-google-testimonials blockquote::before {
  background-color: #FFFFFF;
  color: #AF9A75;
}

.carousel-usp {
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  padding: 40px 0px;
}
.carousel-usp div.usp div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.carousel-usp div.usp div figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.carousel-usp div.usp div figure > img {
  width: 100%;
}
.carousel-usp div.usp div p {
  text-align: center;
  font-family: "Lora", sans-serif, sans-serif;
}
.carousel-usp div.usp div p .no-wrap {
  display: block;
}
.carousel-usp .tns-controls button {
  width: 20px;
  height: 41px;
  top: -15px;
  opacity: 0.75;
  transition: 0.2s ease-in-out;
}
.carousel-usp .tns-controls button:first-child {
  background-image: url(../img/arrow-prev-lg-white.png);
}
.carousel-usp .tns-controls button:last-child {
  background-image: url(../img/arrow-next-lg-white.png);
}
.carousel-usp .tns-controls button:hover {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
@media (min-width: 40rem) {
  .carousel-usp {
    padding: 50px 60px;
  }
  .carousel-usp .tns-controls button {
    width: 20px;
    height: 41px;
  }
  .carousel-usp .tns-controls button:first-child {
    left: -60px;
  }
  .carousel-usp .tns-controls button:last-child {
    right: -60px;
  }
}
@media (min-width: 55rem) {
  .carousel-usp {
    padding: 80px 100px;
  }
  .carousel-usp .tns-controls button {
    width: 40px;
    height: 81px;
  }
  .carousel-usp .tns-controls button:first-child {
    left: -100px;
  }
  .carousel-usp .tns-controls button:last-child {
    right: -100px;
  }
}

.gap-services {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 55rem) {
  .gap-services {
    flex-direction: row;
    gap: 4rem;
  }
}

.our-services {
  padding-bottom: 0rem;
}
@media (min-width: 40rem) {
  .our-services {
    padding-bottom: 2.25rem;
  }
}
.our-services .third {
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 40rem) {
  .our-services .third {
    flex-basis: 33.3%;
    width: 33.3%;
  }
}
.our-services .half {
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 40rem) {
  .our-services .half {
    flex-basis: 50%;
    width: 50%;
  }
}
.our-services > a {
  transform: translateY(0);
  transition: 0.2s ease-in-out;
}
.our-services > a:hover {
  transform: translateY(-5px);
  transition: 0.2s ease-in-out;
}
.our-services header .h3 {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  color: #2D2C2F;
}
.our-services p {
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: bottom;
  line-height: 20px;
  color: #666666;
  max-width: 34rem;
  transition: 0.2s ease-in-out;
}
.our-services + p {
  margin-top: 1rem;
}
.our-services span {
  cursor: pointer;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
  color: rgba(0, 0, 0, 0.75);
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4rem 0rem;
}
.portfolio-grid > figure {
  display: flex;
  flex-basis: 100%;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 40rem) {
  .portfolio-grid > figure {
    width: 50%;
    flex-basis: 50%;
  }
  .portfolio-grid > figure:first-child {
    width: 100%;
    flex-basis: 100%;
  }
  .portfolio-grid > figure:first-child > img {
    max-width: 300px;
  }
}
.portfolio-grid > figure > img {
  width: 100%;
  height: auto;
  max-width: 150px;
  object-fit: cover;
}
@media (min-width: 40rem) {
  .portfolio-grid > figure > img {
    max-width: 170px;
  }
}

.portfolio-inline {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}
.portfolio-inline > figure {
  display: flex;
  flex-basis: 100%;
  width: 100%;
  align-items: center;
}
@media (min-width: 40rem) {
  .portfolio-inline > figure {
    flex-basis: 33.3%;
    width: 33.3%;
  }
}
.portfolio-inline > figure:first-child > img {
  max-width: 250px;
}
.portfolio-inline > figure > img {
  object-fit: cover;
  max-width: 175px;
}

.video-player {
  width: 100%;
  height: 100%;
  max-width: 560px;
  max-height: 501px;
  aspect-ratio: 1/1;
  border: 4px solid #45413D;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 55rem) {
  .video-player {
    margin-left: auto;
  }
}
.video-player > a {
  position: relative;
  width: 152px;
  height: 152px;
  display: block;
  transition: 0.2s ease-in-out;
}
.video-player > a:hover {
  opacity: 0.75;
  transition: 0.2s ease-in-out;
}
.video-player > a:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-image: url("../img/icon-videoplay.svg");
  background-repeat: no-repeat;
  background-size: 152px;
  left: 0;
}

.brand-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 40rem) {
  .brand-container {
    gap: 80px;
  }
}
.brand-container > figure {
  width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  height: 100%;
}
@media (min-width: 40rem) {
  .brand-container > figure {
    width: auto;
    flex-basis: auto;
  }
}
.brand-container > figure:nth-child(5) > img {
  max-width: 60px;
}
.brand-container > figure > img {
  width: 100%;
  height: 100%;
  max-width: 100px;
  opacity: 0.75;
}
.brand-container > figure.gold img {
  opacity: 1;
}

.card.text-indent {
  width: 100%;
  height: 100%;
  min-height: 441px;
  border-radius: 0px;
  padding: 2rem !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.card.text-indent.bg-primary {
  background-color: transparent;
}
.card.text-indent.bg-primary:before {
  background-color: transparent;
}
.card.text-indent.bg-primary:hover:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #45413d !important;
  transition: 0.2s ease-in-out;
}
.card.text-indent.bg-secondary {
  background-color: transparent;
}
.card.text-indent.bg-secondary:before {
  background-color: transparent;
}
.card.text-indent.bg-secondary:hover:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #af9a75 !important;
  transition: 0.2s ease-in-out;
}
.card.text-indent:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  transition: 0.2s ease-in-out;
}
.card.text-indent:after {
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  content: "";
  top: 1rem;
  left: 1rem;
  border: 2px solid #FFFFFF;
}
.card.text-indent > h4 {
  font-size: 1.5rem;
  font-family: "Lora", sans-serif, sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.35s cubic-bezier(0.35, 0, 0.15, 1), opacity 0.3s cubic-bezier(0.35, 0, 0.15, 1);
  max-height: 100%;
}
.card.text-indent > p {
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  line-height: 32px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  max-height: 0;
  transition: transform 0.35s cubic-bezier(0.35, 0, 0.15, 1), opacity 0.3s cubic-bezier(0.35, 0, 0.15, 1), visibility 0s linear 0.3s;
}
.card.text-indent > ul {
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  max-height: 0;
  transition: transform 0.35s cubic-bezier(0.35, 0, 0.15, 1), opacity 0.3s cubic-bezier(0.35, 0, 0.15, 1), visibility 0s linear 0.3s;
  max-width: 32rem;
}
.card.text-indent.no-hover {
  cursor: auto;
}
.card.text-indent.no-hover > h4 {
  font-size: 1.5rem;
  font-family: "Lora", sans-serif, sans-serif;
  color: #AF9A75;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  margin-bottom: 1rem;
  transform: translateY(-20px);
  z-index: 10;
}
.card.text-indent.no-hover > p {
  font-size: 1.125rem;
  color: #2D2C2F;
  font-weight: 400;
  text-align: center;
  line-height: 32px;
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  transform: translateY(0px);
  z-index: 10;
}
.card.text-indent.no-hover > ul {
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 400;
  max-width: 32rem;
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  transform: translateY(0px);
  z-index: 10;
}
.card.text-indent.no-hover:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.card.text-indent.no-hover:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  border: 2px solid #AF9A75;
  z-index: 2;
}
.card.text-indent.no-hover.pad {
  padding: 3rem !important;
  justify-content: flex-start;
}
.card.text-indent.no-hover.pad > h4 {
  transform: translateY(0px) !important;
}
.card.text-indent.no-hover.pad > ul {
  max-width: 40rem !important;
}
.card.text-indent.no-hover.pad.bg:before {
  top: 0;
  background-color: #AF9A75 !important;
}
.card.text-indent.no-hover.pad:before {
  z-index: -1;
}
.card.text-indent.no-hover.pad:after {
  z-index: -1;
}
.card.text-indent:hover:not(.no-hover):before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  transition: 0.3s ease-in-out;
}
.card.text-indent:hover:not(.no-hover) > h4 {
  transform: translateY(-20px);
  transition: transform 0.35s cubic-bezier(0.35, 0, 0.15, 1), opacity 0.3s cubic-bezier(0.35, 0, 0.15, 1), visibility 0s linear 0s;
  margin-bottom: 1rem;
}
.card.text-indent:hover:not(.no-hover) > p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.35s cubic-bezier(0.35, 0, 0.15, 1), opacity 0.3s cubic-bezier(0.35, 0, 0.15, 1), visibility 0s linear 0s;
  max-height: 100%;
}
.card.text-indent:hover:not(.no-hover) > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.35s cubic-bezier(0.35, 0, 0.15, 1), opacity 0.3s cubic-bezier(0.35, 0, 0.15, 1), visibility 0s linear 0s;
  max-height: 100%;
}
.card.text-indent.icon {
  min-height: auto;
  justify-content: flex-start;
}
.card.text-indent.icon figure.icon--circle {
  width: 64px;
  height: 64px;
  background-color: #AF9A75;
  border-radius: 50%;
  display: flex;
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
}
.card.text-indent.icon figure.icon--circle > svg {
  width: 100%;
  height: 100%;
  max-width: 38px;
}
.card.text-indent.icon > h4 {
  transform: translateY(0px) !important;
}
.card.text-indent.icon:hover:before {
  display: none !important;
}

.bg-garage-doors {
  background-image: url(../img/webp/garage-doors.webp);
}
html:not(.webp) .bg-garage-doors {
  background-image: url(../img/garage-doors.jpg);
}

.bg-repairs-and-servicing {
  background-image: url(../img/webp/repairs-and-servicing.webp);
}
html:not(.webp) .bg-repairs-and-servicing {
  background-image: url(../img/repairs-and-servicing.jpg);
}

[class*=" bg-"],
[class^=bg-] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.copyright {
  padding: 1rem 0 3rem;
  color: #FFFFFF;
}
.copyright div:not(.container) {
  display: flex;
  flex-direction: column;
}
.copyright p {
  vertical-align: top;
  min-height: 28px;
  display: inline-block;
  font-weight: 400 !important;
}
@media (min-width: 40rem) {
  .copyright p {
    font-size: 0.9135em;
  }
}
.copyright p:first-child {
  line-height: 28px;
}
.copyright p:last-child:not(:first-child) {
  height: 28px;
}
.copyright p:last-child:not(:first-child) span {
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
}
.copyright .separator {
  vertical-align: top;
  display: inline-block;
  margin: 0 0.625rem;
}
@media (min-width: 40rem) {
  .copyright {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 55em) {
  .copyright .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.dbwd-link {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 86px;
  height: 28px;
  background-image: url("../img/webp/dbwd.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}
.no-webp .dbwd-link {
  background-image: url("../img/dbwd.png");
}

.cta {
  background-color: #f2f2f2;
  color: #2D2C2F;
  padding: 3rem;
}
.cta p {
  font-size: 1.125rem;
}
@media (min-width: 55rem) {
  .cta p {
    font-size: 1.25rem;
  }
}

.footer {
  padding-top: 4rem;
  background-color: #AF9A75;
}
.footer > .container {
  padding-bottom: 3rem;
  border-bottom: 1px solid #fff;
}
.footer a span {
  display: inline-block;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-weight: 400;
}
.footer a:hover span {
  transform: translateX(1rem);
}
.footer .footer__contact {
  margin-top: 2rem;
}
.footer .footer__contact a {
  font-size: 1rem;
  padding-left: 40px;
}
.footer .footer__contact p + p {
  margin-top: 1rem;
}
.footer .footer__contact .header__contact__phone a {
  background-image: url(../img/icon-phone-white.svg);
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.footer .footer__contact .header__contact__email a {
  background-image: url(../img/icon-email-white.svg);
  background-position: 0px calc(50% + 1px);
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.footer .footer__menu {
  display: flex;
  flex-wrap: wrap;
  color: #FFFFFF;
}
.footer .footer__menu > li {
  padding-top: 1.5rem;
}
.footer .footer__menu > li:first-child {
  padding-right: 14rem;
}
.footer .footer__menu h3 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .footer__menu a {
  font-size: 0.75rem;
}
.footer .footer__menu ul {
  font-weight: 400;
  margin-top: 1rem;
}
.footer .footer__menu ul li {
  line-height: 1.4;
}
@media (min-width: 40rem) {
  .footer {
    padding-top: 4rem;
  }
  .footer > .container {
    padding-bottom: 2rem;
  }
  .footer p {
    font-size: 1rem;
    font-weight: 700;
  }
  .footer .footer__contact {
    margin-top: 1rem;
  }
  .footer .footer__contact > p {
    line-height: normal;
  }
  .footer .footer__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .footer .footer__menu > li {
    padding-top: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 55rem) {
  .footer .footer__menu {
    margin-top: 1rem;
  }
}
@media (min-width: 84rem) {
  .footer nav {
    padding-left: 8rem;
  }
}

.footer__logo {
  display: inline-block;
  margin-right: 0.75rem;
}

/*# sourceMappingURL=style.css.map */
