.altLink p {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.altLink a {
  color: #6cc5b4;
  font-weight: 600;
  text-decoration: underline;
}
#buildADrive {
  height: 100%;
  padding-bottom: 75px;
  background: #fff;
}
#buildADrive h3 {
  font-size: 24px;
  color: #6cc5b4;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
#theBuilder,
.formWrapper {
  border-radius: 30px;
  background: #233b60;
  padding: 50px;
  color: #fff;
  float: left;
  margin: 15px 0 0 0;
  width: 100%;
  height: 100%;
}
.col4-12 .formWrapper {
  margin: 0 0 35px 0;
}
#getInTouch .formWrapper {
  margin-bottom: 10px;
}
#theBuilder h2 {
  color: #fff;
  margin-bottom: 35px;
}
.formWrapper h2,
.formWrapper h3,
.formWrapper p,
.formWrapper label {
  color: #fff;
}
.formWrapper input[type="text"],
.formWrapper input[type="email"],
.formWrapper input[type="tel"],
.formWrapper textarea {
  background: #0e1d35;
  color: #fff;
}
#theBuilder hr,
.formWrapper hr {
  border-top: 1px solid rgba(108, 197, 180, 0.3);
  margin-bottom: 20px;
  margin-top: 0;
}
#buildADriveForm #moreAccurateEstimate h3,
#theBuilder .sectionTitle h3,
.formWrapper .sectionTitle h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #6cc5b4;
}
#moreAccurateEstimate {
  float: left;
  width: 100%;
}
#estimate2 {
  color: #91b660;
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 700;
}
.restart {
  color: #6cc5b4;
  float: left;
  margin-bottom: 20px;
  display: none;
}
#theBuilder #step {
  line-height: 50px;
  color: #6cc5b4;
  text-transform: uppercase;
  font-size: 20px;
}
#buildADriveForm {
  width: 100%;
  height: 100%;
  float: left;
}
#buildADriveForm label {
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
}
#buildADriveForm label a {
  color: #fff;
}
#buildADriveForm h3 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
}
#buildADriveForm h3 a {
  color: #fff;
}
#buildADriveForm p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
#quoteSent .cta.aqua {
  margin-right: 20px;
}
#buildADriveForm input,
#buildADriveForm select,
#buildADriveForm textarea {
  background: #0e1d35;
  color: #fff;
  padding: 10px 15px;
}
#buildADriveForm ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#buildADriveForm ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#buildADriveForm :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#buildADriveForm :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#buildADriveForm #uploadPicture {
  display: none;
}
#buildADriveForm .fileUpload {
  float: left;
  width: 100%;
  font-family: Poppins, Tahoma, Arial, Verdana, sans-serif;
  border: none;
  outline: 0;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 16px;
  background: #2f4c79;
  color: #fff;
  font-weight: 300;
  position: relative;
}
#buildADriveForm .fileUpload:after {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  line-height: 48px;
  font-family: "Font Awesome\5 Free";
  content: "\f093";
  font-weight: 900;
}
#buildADriveForm .customText {
  margin-top: 33px;
}
#buildADriveForm .customText p:first-of-type {
  float: left;
  width: 100%;
  font-weight: 700;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 0;
}
#buildADriveForm .customText p:last-of-type {
  line-height: 18px;
  font-size: 16px;
}
#buildADriveForm .shapeOptions {
  width: 100%;
  float: left;
}
#buildADriveForm .shapeWrapper {
  width: 9.5%;
  margin-right: 1.8%;
  margin-bottom: 1.8%;
  position: relative;
  float: left;
  z-index: 2;
}
#buildADriveForm .shapeWrapper.comingSoon img {
  opacity: 0.2;
}
#buildADriveForm .shapeWrapper.comingSoon:before {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  content: "Coming Soon";
  font-family: inherit;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#buildADriveForm .shapeWrapper.smaller {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
#buildADriveForm .shapeWrapper:nth-of-type(9n + 9) {
  margin-right: 0;
}
#buildADriveForm .shapeWrapper.smaller:nth-of-type(9n + 9) {
  margin-right: 4%;
}
#buildADriveForm .shapeWrapper.smaller:nth-of-type(2n + 2) {
  margin-right: 0;
}
#buildADriveForm .shapeWrapper a {
  position: relative;
  width: 100%;
  padding-top: 100%;
  cursor: pointer;
  background: #0e1d35;
  float: left;
}
#buildADriveForm .shapeWrapper a img {
  position: absolute;
  top: -100px;
  right: -100px;
  left: -100px;
  bottom: -100px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
#buildADriveForm .canvas-container {
  position: absolute !important;
  top: 0;
  left: 0;
}
#buildADriveForm .canvas-container #g {
  background: #fff;
  z-index: 1;
}
#buildADriveForm .canvas-container #d {
  z-index: 2;
}
#buildADriveForm .canvas-container #f {
  z-index: 3;
}
#buildADriveForm .extraOptions .optionWrapper {
  width: 100%;
  float: left;
}
#buildADriveForm .extraOptions .optionWrapper label {
  font-size: 14px;
  width: 100%;
  margin-right: 1%;
}
#buildADriveForm .extraOptions .optionWrapper input,
#buildADriveForm .extraOptions .optionWrapper select {
  width: 65%;
  float: left;
  margin-bottom: 10px;
}
#buildADriveForm .extraOptions .optionWrapper.hiddenInput input {
  display: none;
}
#buildADriveForm .extraOptions .optionWrapper label.addButton {
  width: 13%;
  margin-right: 1%;
  line-height: 44px;
  text-align: center;
  background: #6cc5b4;
}
#buildADriveForm .extraOptions .optionWrapper.hiddenInput label.addButton {
  width: 78%;
  text-align: left;
  line-height: 24px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
#buildADriveForm .extraOptions .optionWrapper.hiddenInput label.addButton i {
  float: right;
  line-height: 24px;
}
#buildADriveForm .extraOptions .optionWrapper img {
  max-width: 15%;
  height: 44px;
  float: right;
}
.formStep {
  width: 30%;
  height: 100%;
  float: right;
  padding-top: 55px;
  position: relative;
}
.formStep.step1,
.formStep.step2,
.formStep.step7 {
  width: 100%;
  padding-top: 0;
}
#canvasWrapper,
.formStep {
  display: none;
}
#canvasWrapper {
  width: 65%;
  min-width: 825px;
  float: left;
  position: relative;
}
.step1 {
  display: block;
}
#nextSteps {
  clear: both;
  margin-bottom: 20px;
}

#nextSteps .proceed {
  float: right;
  font-size: 28px;
  font-weight: 900;
  text-transform: none;
  cursor: pointer;
  text-align: left;
}
#nextSteps .back {
  float: right;
  width: auto;
  color: #6cc5b4;
  font-size: 19px;
  line-height: 58px;
  padding: 0;
  margin-right: 20px;
}
#nextSteps #quickQuote,
#nextSteps #start_detailed_estimate {
  float: right;
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  text-transform: none;
  position: relative;
  cursor: pointer;
}
#nextSteps #quickQuote,
#nextSteps #slowQuote {
  float: left;
}
#buildADriveForm #triggerExtraOptions,
#buildADriveForm #triggerOptions {
  font-size: 18px;
  line-height: 1;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
  color: #6cc5b4;
}
#buildADriveForm #triggerExtraOptions {
  font-size: 23px;
  color: #91b660;
}
.hiddenSurfaceOption {
  display: none;
}
.hiddenExtras {
  display: none;
}
#surfaceTypetext {
  font-weight: 600;
}
#materialSqmSet {
  font-weight: 600;
}
#nextSteps #start_detailed_estimate:after {
  content: "\f568";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  line-height: 50px;
  font-family: "Font Awesome\5 Free";
  font-weight: 900;
}
#nextSteps h3 {
  margin-bottom: 20px;
}
#theBuilder a i.info-icon {
  color: #6cc5b4;
  font-size: 24px;
}
.drive_builder-template a i.info-icon {
  color: #6cc5b4;
  font-size: 24px;
}
#fullPageBuilder .container {
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0;
  width: 1460px;
}
#theBuilder .col {
  overflow: unset;
}
#buildADriveForm .label-secondary {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}
#theBuilder .choose-surface .col6-12:last-of-type {
  padding-left: 10px;
}
img.guarantee {
  position: absolute;
  top: -25px;
  right: 0;
  height: 90px;
  width: 90px;
  z-index: 1;
}
#getInTouch ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
#getInTouch ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
#getInTouch :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
#getInTouch :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
@media only screen and (max-width: 1500px) {
  #fullPageBuilder .container {
    width: 80%;
  }
}
@keyframes wiggle {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(1px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.step-animation-enabled:hover .info-icon {
  animation: wiggle 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}
.step-animation-enabled .info-icon:hover {
  animation-play-state: paused;
}
.hoverBubble {
  background: #6cc5b4;
  color: #233b60;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  padding: 5px;
  position: absolute;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.show-bubble {
  opacity: 1;
  visibility: visible;
}
.bubblePosition {
  height: 75px;
  width: 190px;
  z-index: 20;
  display: flex;
  align-items: center;
  animation: bounce 2s infinite;
}
.hoverBubble-estimate-info {
  height: 135px;
  width: 290px;
  bottom: 125%;
  left: 70px;
}
.hoverBubble-step-one {
  bottom: 165%;
  height: inherit;
  left: -81px;
  height: 75px;
  width: 190px;
  z-index: 20;
  display: flex;
  align-items: center;
}
.hoverBubble-step-three {
  bottom: 165%;
  height: inherit;
  right: -83px;
  height: 75px;
  width: 190px;
  z-index: 20;
  display: flex;
  align-items: center;
}
.drive_builder-template .hoverBubble-step-three {
  background-color: #6cc5b4;
  bottom: 165%;
  left: -105px;
}
.drive_builder-template .hoverBubble-step-three:after {
  left: 46px;
}
@media only screen and (max-width: 630px) {
  .drive_builder-template .hoverBubble-step-three {
    left: -165px;
  }
  .drive_builder-template .hoverBubble-step-three:after {
    left: 160px;
  }
}
@media only screen and (max-width: 572px) {
  .drive_builder-template .hoverBubble-step-three {
    bottom: 65%;
    left: -405px;
  }
  .drive_builder-template .hoverBubble-step-three:after {
    left: -160px;
  }
}
@media only screen and (max-width: 545px) {
  .drive_builder-template .hoverBubble-step-three {
    bottom: 135%;
    left: -5px;
  }
}
@media only screen and (max-width: 525px) {
  .drive_builder-template .hoverBubble-step-three {
    bottom: 135%;
    left: -5px;
  }
}
.drive_builder-template .hoverBubble-step-one {
  background-color: #6cc5b4;
  bottom: 165%;
  left: -83px;
}
.drive_builder-template .formStep.step1 {
  padding-top: 50px;
}
.lightbox-double-img img {
  width: 50%;
  object-fit: cover;
}
.hoverBubble-edging {
  background-color: #6cc5b4;
  bottom: 165%;
  height: inherit;
  left: -82px;
  height: 75px;
  width: 190px;
  z-index: 20;
  display: flex;
  align-items: center;
}
.hoverBubble-manhole {
  background-color: #6cc5b4;
  bottom: 165%;
  height: inherit;
  left: -83px;
  height: 75px;
  width: 190px;
  z-index: 20;
  display: flex;
  align-items: center;
}
.hoverBubble-drainage {
  background-color: #6cc5b4;
  bottom: 165%;
  height: inherit;
  left: -82px;
  height: 75px;
  width: 190px;
  z-index: 20;
  display: flex;
  align-items: center;
}
.hoverBubble-drainage-gully {
  background-color: #6cc5b4;
  bottom: 165%;
  height: inherit;
  left: -82px;
  height: 75px;
  width: 190px;
  z-index: 20;
  display: flex;
  align-items: center;
}
.hoverBubble-drainage-ducts {
  background-color: #6cc5b4;
  bottom: 165%;
  height: inherit;
  left: -82px;
  height: 75px;
  width: 190px;
  z-index: 20;
  display: flex;
  align-items: center;
}
.hoverBubble-steps {
  background-color: #6cc5b4;
  bottom: 165%;
  height: inherit;
  left: -83px;
  height: 75px;
  width: 190px;
  z-index: 20;
  display: flex;
  align-items: center;
}
.bubblePosition:after,
.hoverBubble:after {
  border: 8px solid transparent;
  border-top-color: #6cc5b4;
  bottom: -15px;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
}
@media only screen and (max-width: 525px) {
  .hoverBubble-drainage,
  .hoverBubble-edging,
  .hoverBubble-manhole,
  .hoverBubble-steps {
    left: -160px;
  }
  .bubblePosition:after,
  .hoverBubble:after {
    left: 150px;
  }
  .drive_builder-template #theBuilder .hoverBubble-step-three:after {
    left: -160px;
  }
  .drive_builder-template #theBuilder .hoverBubble-step-one:after {
    left: 0;
  }
}
@media only screen and (max-width: 460px) {
  .drive_builder-template .hoverBubble-step-one {
    left: -170px;
  }
  .drive_builder-template #theBuilder .hoverBubble-step-one:after {
    left: 170px;
  }
  .drive_builder-template .hoverBubble-step-three {
    left: -120px;
  }
  .drive_builder-template #theBuilder .hoverBubble-step-three:after {
    left: 70px;
  }
}
@media only screen and (max-width: 395px) {
  .hoverBubble-drainage,
  .hoverBubble-manhole {
    left: -270px;
    bottom: 85%;
  }
  .hoverBubble-edging {
    left: -140px;
    bottom: 165%;
  }
  .hoverBubble-steps {
    left: -140px;
    bottom: 185%;
  }
  .drive-builder-template #theBuilder .bubblePosition:after,
  .drive-builder-template #theBuilder .hoverBubble:after {
    left: 0;
  }
  .drive_builder-template #theBuilder .hoverBubble-edging:after {
    left: 110px;
  }
  .drive_builder-template #theBuilder .hoverBubble-steps:after {
    left: 115px;
  }
  .drive_builder-template #theBuilder .hoverBubble-manhole:after {
    left: -155px;
  }
}
@media only screen and (max-width: 370px) {
  .hoverBubble-drainage,
  .hoverBubble-manhole {
    left: -85px;
    bottom: 165%;
  }
  .drive_builder-template #theBuilder .hoverBubble-drainage:after {
    left: 0;
  }
  .drive_builder-template #theBuilder .hoverBubble-edging:after {
    left: 115px;
  }
  .drive_builder-template #theBuilder .hoverBubble-manhole:after {
    left: 0;
  }
}
@media only screen and (max-width: 346px) {
  .hoverBubble-steps {
    left: -50px;
    bottom: 140%;
  }
  .drive_builder-template #theBuilder .hoverBubble-steps:after {
    left: -70px;
  }
}
@media only screen and (max-width: 340px) {
  .drive_builder-template .hoverBubble-step-one {
    left: -70px;
  }
  .drive_builder-template #theBuilder .hoverBubble-step-one:after {
    left: -30px;
  }
}
@media only screen and (max-width: 324px) {
  .drive_builder-template .hoverBubble-step-three {
    left: -10px;
  }
  .drive_builder-template #theBuilder .hoverBubble-step-three:after {
    left: -150px;
  }
}
@media only screen and (max-width: 480px) {
  .hoverBubble-estimate-info {
    left: 10px;
    width: 230px;
  }
  .drive_builder-template #theBuilder .hoverBubble-estimate-info:after {
    left: 0;
  }
}
.hoverBubble p {
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  margin: 20px 0 0 0;
}
#emailBar {
  background: #233b60;
  color: #ffffff;
  float: left;
  margin-top: 60px;
  padding: 0;
  text-align: center;
  width: 100%;
}
#emailBar p {
  margin-bottom: 0;
}
#emailBar a {
  color: #6cc5b4;
}
#buildADriveForm .hoverBubble h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #233b60;
}
#moveCanvas {
  float: left;
  cursor: pointer;
  border-radius: 30px;
  background-color: #6cc5b4;
  color: #fff;
  text-align: center;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-top: 10px;
  position: absolute;
  left: 0;
  bottom: 60px;
}
#objectLayers {
  float: right;
  position: absolute;
  right: 140px;
  bottom: 60px;
  width: 100%;
  width: calc(100% - 140px);
  font-size: 15px;
  display: none;
}
#backward,
#deleteObject,
#forward,
#group,
#ungroup {
  border-radius: 30px;
  background-color: #6cc5b4;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  float: right;
  margin-left: 10px;
  width: auto;
  position: relative;
  padding: 0 15px;
  cursor: pointer;
}
#deleteObject {
  background-color: #c56c6c;
  padding: 0;
  width: 30px;
}
.canvasWidth {
  position: absolute;
  left: 0;
  text-align: center;
  width: 800px;
  bottom: 60px;
}
.canvasLength {
  position: absolute;
  right: 20px;
  width: 80%;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: right;
}
.step6 .cta {
  font-size: 24px;
  width: 100%;
  text-align: center;
}
#buildADriveForm .step6 h3 {
  font-style: normal;
  font-family: "Gloria Hallelujah", cursive;
  font-weight: 400;
  color: #6cc5b4;
}
#buildADriveForm .step6 h2 {
  font-size: 36px;
  margin-bottom: 50px;
}
#buildADriveForm .step6 .tcenter label {
  text-align: left;
}
#buildADriveForm input[type="submit"] {
  border-radius: 10px;
  background: #91b660;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #91b660 50%, #a6c47e 50%);
  transition: background-position 0.7s;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 23px;
  font-weight: 900;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  margin: 0;
}
#estimate,
#estimateFixed {
  color: #91b660;
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
  padding: 20px 0;
}
#estimateFixed {
  font-size: 24px;
  padding: 0;
}
#estimate .withVAT,
#estimate2 .withVAT,
#estimateFixed .withVAT {
  color: #6cc5b4;
  font-size: small;
  font-weight: 400;
  line-height: 16px;
}
#buildADriveForm #savingSuggestions p {
  margin-bottom: 18px;
}
.lightbox {
  display: none;
}
.featherlight.infoBox,
.featherlight.infoBox:last-of-type {
  background: rgba(0, 0, 0, 0.4);
}
.featherlight.infoBox .featherlight-content {
  max-width: 100%;
  width: 400px;
  width: 950px;
  padding: 50px;
  border-bottom: none;
}
.featherlight.infoBox--bigger .featherlight-content {
  width: 950px;
}
.featherlight.infoBox .featherlight-content h3 {
  font-weight: 900;
  color: #233b60;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.featherlight.infoBox .featherlight-content p {
  font-size: 16px;
  line-height: 18px;
}
.featherlight.infoBox .featherlight-content img {
  max-width: 100%;
  float: right;
}
.featherlight.infoBox .featherlight-close-icon {
  font-size: 0;
  top: 20px;
  right: 20px;
}
.featherlight.infoBox .featherlight-close-icon:before {
  font-size: 20px;
  content: "\f00d";
  font-family: "Font Awesome\5 Free";
  font-weight: 900;
  color: #d4d2d3;
  transition: ease-in-out 0.3s all;
}
.featherlight.infoBox .featherlight-close-icon:hover:before {
  color: #6cc5b4;
}
.featherlight.infoBox ul {
  padding: 0;
  list-style-type: none;
}
.featherlight.infoBox ul.icons li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
.featherlight.infoBox ul li:before {
  font-family: "Font Awesome\5 Free";
  font-size: 20px;
  color: #6cc5b4;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
}
.featherlight.infoBox ul li.icon-group:before {
  content: "\f247";
}
.featherlight.infoBox ul li.icon-ungroup:before {
  content: "\f248";
}
.featherlight.infoBox ul li.icon-forward:before {
  content: "\f161";
}
.featherlight.infoBox ul li.icon-backward:before {
  content: "\f160";
}
.featherlight.infoBox ul li.icon-delete:before {
  content: "\f1f8";
  color: #c56c6c;
}
.infoBox li {
  margin: 8px 0;
}
.plusDriveOptions {
  display: none;
}
#sendQuote {
  width: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
h4.inline {
  display: inline-block;
  float: right;
  margin-right: 20px;
  line-height: 55px;
}
#sendQuote input {
  width: auto;
  margin: 0;
}
#sendQuote input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#sendQuote .form-inner {
  display: flex;
}
.driveQuote {
  width: 100%;
  background: #ebebeb;
  float: left;
  clear: left;
  margin-bottom: 30px;
}
.itemHeader {
  background: #233b60;
  padding: 0 20px;
}
.itemHeader h2 {
  color: #fff;
  font-weight: 900;
  font-size: 22px;
}
.itemInfo {
  float: left;
  width: 100%;
  border: 1px solid #c1bdbd;
  border-top: none;
}
.itemImage {
  width: 55.3%;
  float: left;
  padding: 20px;
  padding-right: 0;
}
.itemImage img {
  background: #fff;
  border: 1px solid #233b60;
  width: 100%;
}
.costBreakdown {
  width: 44%;
  padding: 20px;
  float: right;
}
.costBreakdown table {
  width: 100%;
}
.driveQuote td {
  padding: 10px;
  border: 1px solid #233b60;
  background: #fff;
}
.driveQuote td img {
  display: block;
  margin: 0 auto;
  border: 1px solid #233b60;
  max-width: 100%;
}
.disabled,
.disabled * {
  cursor: not-allowed;
}
.step6 #nextSteps a.cta,
.step6 #nextSteps a.proceed {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 20px;
  cursor: pointer;
}
.step6 #nextSteps a.back {
  width: auto;
  font-size: 19px;
}
.step6 #nextSteps .plusDriveWay {
  clear: left;
  margin-right: 4%;
}
.gardenMeasurements {
  cursor: pointer;
  position: relative;
}
.gardenMeasurements:after {
  content: "\f055";
  font-family: "Font Awesome\5 Free";
  color: #6cc5b4;
  margin-left: 10px;
}
.hiddenContent {
  display: none;
}
.instructions > div {
  display: none;
}
.edgeImage {
  width: 30%;
  max-width: 100%;
  float: left;
  overflow: hidden;
  margin-right: 5%;
  margin-bottom: 5%;
}
.edgeImage:nth-of-type(3n + 3) {
  margin-right: 0;
}
.edgeImage img {
  max-width: 100%;
}
#totalCostBreakdown {
  margin-bottom: 0;
  background: #233b60;
  color: #fff;
  padding: 20px;
}
#totalCostBreakdown h3 {
  color: #fff;
  font-size: 30px;
}
#totalCostBreakdown p {
  color: #fff;
  margin-bottom: 0;
}
#totalCostBreakdown p.value {
  font-weight: 700;
  color: #233b60;
  color: #fff;
}
#totalCostBreakdown {
  margin-bottom: 20px;
}
#totalCostBreakdown .cost {
  display: flex;
  justify-content: space-between;
}
#totalCostBreakdown .total-cost {
  border-top: 2px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
}
.edgeWrapper a {
  color: #fff;
  font-weight: 600;
  background: #6cc5b4;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  float: left;
}
.testimonialPosts .testimonialPost,
.accreditations .accreditation {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 3rem 2rem;
  position: relative;
  width: 100%;
}
.accreditations .accreditation {
  float: left;
  padding: 3rem 2rem;
}
.accreditations .accreditation p:last-of-type {
  margin-bottom: 0;
}
.accreditations .accreditation h2 {
  margin-bottom: 20px;
}
.accreditationImage img {
  width: 100%;
  height: auto;
  float: right;
}
@media only screen and (max-width: 768px) {
  .testimonialPosts .testimonialPost,
  .accreditations .accreditation {
    padding: 3rem 1rem;
  }
}
.testimonialPosts .testimonialPost .quote {
  padding: 3rem 3rem 0 3rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.44444rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .testimonialPosts .testimonialPost .quote {
    padding: 3rem 1rem 0 1rem;
  }
}
.testimonialPosts .testimonialPost .quote::before {
  content: "\f10d";
  color: #6cc5b4;
  font-family: "Font Awesome\5 Free";
  font-size: 7rem;
  line-height: 7rem;
  z-index: -1;
  opacity: 0.4;
  font-weight: 900;
  left: 0;
  top: 0;
  position: absolute;
}
.testimonialPost .author {
  padding: 0 3em;
  font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .testimonialPost .author {
    padding: 0 1em;
  }
}
.fixedTab {
  position: fixed;
  right: 0;
  z-index: 20;
  transform-origin: bottom right;
  transform: rotate(-90deg);
  bottom: 55%;
}
@media only screen and (max-width: 1024px) {
  .fixedTab {
    display: none;
  }
}
.fixedTab .button {
  margin: 0;
  border-radius: 10px 10px 0 0;
}
ul .sub-menu li {
  transition: 0.2s linear all;
}
ul .sub-menu li:hover {
  background-color: #233b60;
}
ul .sub-menu li:hover a {
  color: #fff;
}
ul {
  padding: 0;
}
textarea {
  height: 145px;
}
@media only screen and (min-width: 768px) {
  textarea {
    height: 175px;
  }
}
@media only screen and (min-width: 1600px) {
  textarea {
    height: 205px;
  }
}
.gdpr {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.gdpr input {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  input [type="checkbox"] {
    -webkit-appearance: auto;
  }
}
.contact_form {
  margin-bottom: 0;
}
.contact_form .button {
  float: right;
}
.gdpr {
  font-weight: 300;
}
.fixedEstimate {
  background: #ffffff;
  background-image: url("../images/fixedBackground.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px 0 10px 0;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fixedEstimate p {
  color: #233b60;
  margin-bottom: 0 !important;
}
.fixedEstimate .trustpilot-widget {
  float: left;
  margin: 10px 0;
}
ul.gallery-link-list {
  display: flex;
  flex-wrap: wrap;
}
li.gallery-link {
  list-style: none;
  margin-right: 15px;
  margin-bottom: 15px;
}
li.gallery-link:last-of-type {
  margin-right: 0;
}
li.gallery-link a {
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: #486ca2;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #486ca2 50%, #233b60 50%);
  transition: background-position 0.7s;
  padding: 5px 15px;
  border-radius: 5px;
}
li.gallery-link a:hover {
  opacity: 1;
  background-position: 0 -100%;
}
li.gallery-link a::after {
  border: 0;
}
li.gallery-link a.current {
  background: #233b60;
}
.subPage__background {
  background-color: #fff;
  margin-bottom: 20px;
}
.subPage__background iframe.introVideo {
  float: right;
  height: 390px;
  margin-top: 45px;
  width: 95%;
  max-width: 100%;
}
.subPage__background h3.videoLink {
  background: #91b660;
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 95%;
}
.subPageIntro {
  margin: 0 0 35px 0;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: -1px 14px 15px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 14px 15px -4px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 14px 15px -4px rgba(0, 0, 0, 0.2);
  transition: 0.6s ease-in-out;
}
.subPageIntro:hover {
  transform: scale(1.03);
}
.subPageIntro .videoLink {
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: #91b660;
  padding: 5px;
}
.subPage__image {
  height: 220px;
  width: 220px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .subPage__image {
    height: 180px;
    width: 180px;
  }
  .subPage__background iframe.introVideo {
    height: 320px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .subPage__image {
    height: 280px;
  }
  .subPage__background iframe.introVideo {
    display: block;
    float: none;
    height: 280px;
    width: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .subPage__background h3.videoLink {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 45px;
    max-width: 100%;
    width: 500px;
  }
}
@media only screen and (max-width: 970px) {
  .subPage__image {
    height: 250px;
  }
}
@media only screen and (max-width: 850px) {
  .subPage__image {
    height: 210px;
  }
}
@media only screen and (max-width: 740px) {
  .subPage__image {
    height: 280px;
  }
}
@media only screen and (max-width: 660px) {
  .subPage__image {
    height: 220px;
  }
  .subPage__background iframe.introVideo {
    height: 200px;
    width: 100%;
    margin-top: 15px;
  }
  .subPage__background h3.videoLink {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .subPage__image {
    height: 160px;
  }
  .subPage__image h4 {
    font-size: 20px;
  }
  .subPageIntro {
    margin: 10px 0 20px 0;
  }
}
@media only screen and (max-width: 320px) {
  .subPage__image {
    height: 150px;
  }
}
@media only screen and (max-width: 740px) {
  .custom-col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.subPage__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.subPage__parent-image img {
  height: 330px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .subPage__parent-image img {
    height: 280px;
  }
}
@media only screen and (max-width: 450px) {
  .subPage__parent-image img {
    height: 230px;
  }
}
.subPage__image a {
  position: unset;
}
.subPage__image h4 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  background: rgba(35, 59, 96, 0.8);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}
.subPage__excerpt {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
}
.subPage__excerpt h3 {
  margin-bottom: 5px;
}
.container--overflow-hidden .subPage__excerpt h3 {
  margin: 5px 0;
}
.siteMap {
  background-color: #fff;
  padding: 0 4rem 4rem 4rem;
  text-align: left;
}
.siteMap ul {
  padding: 0;
  list-style-type: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  margin-bottom: 4rem;
}
.siteMap ul li {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 500px) {
  .siteMap ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (max-width: 991px) {
  .siteMap {
    padding: 0;
  }
}
.subPage__excerpt a {
  font-weight: 600;
  color: #233b60;
}
@media only screen and (max-width: 1665px) and (min-width: 1199px) {
  #bannerContent {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1115px) {
  #quickQuote::after,
  #start_detailed_estimate::after {
    display: none;
  }
  #quickQuote,
  #start_detailed_estimate {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 420px) {
  #theBuilder {
    padding: 20px;
  }
}
#faqs {
  margin: 4rem 0;
}
.faqPost {
  background-color: #f2f2f2;
  color: #233b60;
  margin: 1rem 0;
  padding: 1.5rem;
  overflow: hidden;
  width: 100%;
}
.faqPost .question.closed:before {
  content: "\f067";
}
.faqPost .question.open:before {
  content: "\f068";
}
.faqPost .answer {
  transition: ease-in-out 0.3s all;
}
.faqPost .answer.closed {
  height: 0;
  font-size: 0;
  opacity: 0;
}
.faqPost .answer.open {
  height: auto;
  padding: 1.5rem 0 0 0;
}
.faqPost .answer p:last-of-type {
  margin-bottom: 0;
}
.faqPost .question {
  cursor: pointer;
  font-size: 18px;
  padding-left: 0;
}
.faqPost:last-of-type {
  margin-bottom: 0;
}
.faqPost .question:before {
  font-family: "Font Awesome\5 Free";
  font-weight: 600;
  margin-right: 1rem;
}
.container--overflow-hidden {
  overflow: hidden;
}
#pageGallery .container {
  overflow: hidden;
}
@media only screen and (max-width: 1775px) {
  .custom-col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
.contact_form .cta {
  margin-top: 0;
}
@media only screen and (max-width: 965px) {
  .contact_form .cta {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_form .cta {
    width: 200px;
    margin-top: 10px;
    float: left;
  }
  #theBuilder .choose-surface .col6-12:last-of-type {
    padding-left: 0;
  }
}
#comingSoon {
  background: #233b60;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  text-align: center;
  padding: 10px 15px;
}
#comingSoon p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  #buildADriveForm input[type="submit"] {
    font-size: 18px;
    font-weight: 700;
  }
  /*#nextSteps {
        display: flex;
        flex-direction: column-reverse;
        j*/
  #nextSteps #quickQuote,
  #nextSteps #start_detailed_estimate {
    font-size: 18px;
    font-weight: 700;
  }
  #nextSteps .fright {
    margin-top: 10px;
    width: 100%;
  }
  #goBack2.fright {
    margin: 15px 0 0 0;
    text-align: center;
  }
}

#formSteps {
  height: 100%;
}
.required_warning {
  float: left;
}
.required_warning a {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 410px) {
  #buildADrive {
    padding-bottom: 100px;
  }
}
#buildADriveForm .plusminus .quantity_change {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 25px;
  background: #6cc5b4;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  margin: 5px;
  line-height: 33px;
  font-weight: 700;
}
#buildADriveForm .plusminus input {
  float: left;
  width: 40px;
  padding: 10px 5px;
  text-align: center;
  height: 41px;
  background: 0 0;
}
#buildADriveForm .plusminus input::-webkit-inner-spin-button,
#buildADriveForm .plusminus input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
#buildADriveForm .plusminus p {
  float: left;
  width: auto;
  line-height: 41px;
  margin-bottom: 0;
  margin-left: 20px;
}
#buildADriveForm .hiddenExtras p {
  margin-bottom: 5px;
}
#fullPageBuilder {
  background: #fff;
  padding-top: 100px;
}
#fullPageBuilder #theBuilder {
  background: 0 0;
  color: #233b60;
  padding: 0;
  margin: 0;
}
#fullPageBuilder #buildADriveForm h3,
#fullPageBuilder #buildADriveForm label,
#fullPageBuilder #theBuilder h2 {
  color: #233b60;
}
#fullPageBuilder #buildADriveForm input[type="number"],
#fullPageBuilder #buildADriveForm input[type="text"],
#fullPageBuilder #buildADriveForm select,
#fullPageBuilder #buildADriveForm textarea {
  background: #f2f2f2;
  color: #0e1d35;
}
#fullPageBuilder #buildADriveForm .plusminus input {
  background: 0 0;
}
.drive_builder-template .sectionTitle .cta.aqua {
  position: relative;
  top: -8px;
}
.featherlight.showRoomBox .featherlight-content {
  background: url(../images/showroom.jpg);
  background-size: cover;
  padding: 0;
  border-bottom: none;
  width: 1200px;
  max-width: 100%;
}
.featherlight.showRoomBox .featherlight-content .innerContent {
  position: relative;
  width: auto;
  float: right;
  background: #6cc5b4;
  padding: 20px;
  margin-top: 500px;
  color: #fff;
}
.featherlight.showRoomBox .featherlight-content .innerContent h3 {
  color: #fff;
  margin-bottom: 20px;
}
.featherlight.showRoomBox .featherlight-content .innerContent p {
  font-weight: 600;
  margin-bottom: 20px;
}
.featherlight.showRoomBox .featherlight-content .innerContent p a {
  color: #233b60;
  font-weight: 700;
}
.featherlight.success_lightbox .featherlight-content {
  padding: 20px;
}
.featherlight.success_lightbox h3 {
  margin: 0;
  text-align: center;
}
#buildADriveForm .sectionTitle p.error_message {
  padding: 20px;
}
@media only screen and (max-width: 1820px) {
  .home-template #theBuilder .col {
    width: 100% !important;
    padding: 0;
  }
  #theBuilder .choose-surface .col6-12:last-of-type {
    padding-left: 0;
  }
}
.featherlight.infoBox .featherlight-content .infoClosingMessage {
  margin-top: 10px;
  border-top: 1px solid #ebebeb;
}
.featherlight.infoBox .featherlight-content .infoClosingMessage img {
  width: auto;
  max-width: 200px;
  float: none;
  display: block;
  margin: 0 auto;
}
.featherlight.infoBox .featherlight-content .infoClosingMessage p {
  line-height: 24px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  font-style: italic;
}
.featherlight.infoBox .featherlight-content .infoClosingMessage p a {
  color: #6cc5b4;
  font-weight: 700;
}
#quoteSent {
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) {
  .has_child:hover .sub-menu {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .col-padding-r {
    padding-right: 10px;
  }
}
.diagram {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .newsPost.col {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .page-side-bar {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .newsExcerpt h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #aside-links {
    padding-top: 30px;
  }
  #fullPageBuilder {
    padding-top: 30px;
  }
  #nextSteps {
    margin-bottom: 0;
  }
  #emailBar {
    margin-top: 10px;
  }
  #theBuilder h2 {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    top: 10px;
  }
  img.guarantee {
    height: 80px;
    width: 80px;
    display: block;
    float: left;
    margin: 0 0 20px 0;
    right: unset;
    position: static;
    top: unset;
  }
  #theBuilder .sectionTitle h3 {
    float: left;
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
  }
  #weBuildDrives .cta {
    min-width: unset;
  }
  .drive_builder-template .sectionTitle .cta.aqua {
    top: 0;
  }
  #theBuilder .choose-surface .col6-12:last-of-type {
    padding-left: 0;
  }
  #estimate {
    font-size: 24px;
    line-height: 1;
    margin: 0;
  }
  #nextSteps h3 {
    margin: 0;
  }
}
@media only screen and (max-width: 625px) {
  #buildADriveForm #quoteSent {
    display: flex;
    flex-direction: column !important;
    text-align: center;
  }
  #buildADriveForm #quoteSent #goBack2 {
    order: 2;
    margin-top: 15px;
  }
  #buildADriveForm #quoteSent #viewProcess {
    order: 3;
    margin-top: 15px;
    margin-bottom: 35px;
  }
  .drive_builder-template .sectionTitle .cta.aqua {
    text-align: center;
    width: 100%;
  }
  #buildADriveForm #quoteSent .cta {
    font-size: 16px;
    padding: 13px 0;
  }
  #quoteSent .cta.aqua {
    margin-right: 0px;
  }
}

.spaceAbove {
  margin-top: 150px;
}

footer {
  /*background: unset;*/
  /*background-image: url('/public/images/Build_a_drive_Footer_Bg.png');*/
}

#slowQuote {
  /*float: right;*/
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  text-transform: none;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 767px) {
  #nextSteps a {
    width: 100%;
  }
}

@media (max-width: 500px) {
  #nextSteps #slowQuote {
    font-size: 18px;
    font-weight: 700;
  }
}

@media (max-width: 916px) {
  #nextSteps #slowQuote {
    display: flex;
    justify-content: center;
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 916px) {
  #nextSteps #slowQuote {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  #nextSteps #slowQuote {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 825px) and (max-width: 1099px) {
  #nextSteps #quickQuote,
  #nextSteps #slowQuote {
    clear: both;
    float: right;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  #nextSteps #slowQuote {
    margin-left: 10px;
    padding-left: 22px;
    padding-right: 22px;
  }
}

.fixedEstimateWrap {
  width: fit-content;
  border: 2px solid rgba(35, 59, 96, 0.9);
  box-shadow: 0 0 2px rgba(35, 59, 96, 1);
  padding: 8px;
  border-radius: 10px;
}

.fixedEstimate {
  padding-top: 10px;
  background-position: bottom right;
}

#estimateFixed {
  margin-top: 10px;
  margin-bottom: 0;
}

.testimonialPost .testimonial-date,
.testimonialPost .testimonial-location {
  padding: 0 3em;
  font-size: 0.9rem;
}

.drive_builder-template footer {
  margin-top: 20px;
}

.container--overflow-hidden {
  padding-bottom: 15px;
}

@media (min-width: 411px) and (max-width: 767px) {
  .container--overflow-hidden {
    padding-bottom: 45px;
  }
}

@media (min-width: 1821px) {
  input#drainageLength {
    margin-top: 7px;
  }
}
#accreditations {
  background: #ebebeb;
  text-align: center;
  padding: 30px 0;
}
#accreditations .accreditationImage img {
  width: auto;
  height: auto;
  max-width: 190px;
  max-height: 150px;
  float: none;
  margin: 0 30px;
}
#accreditations .accreditationImage--svg img {
  width: 190px;
}
#accreditations .row {
  align-items: center;
}
#accreditations .button {
  margin-top: 30px;
}
/*#accreditations .accreditationImage a {*/
/*    position: relative;*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding-top: 100%;*/
/*}*/
/*#accreditations img {*/
/*    display:block;*/
/*    margin:0 auto;*/
/*    position:absolute;*/
/*    width:200px;*/
/*    max-width:100%;*/
/*    top:50%;*/
/*    transform:translateY(-50%);*/

/*}*/

/* Fix for blurry slider images */
.slick-slide img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
