/* Define Breakpoints */
/* Define Max Breakpoints */
/* Define Min Breakpoints */
/* Define Additional Breakpoints */
:root {
  --colour--error: #d32f2f;
  --colour--warning: #faac01;
  --colour--success: #3df5f5;
  --colour--dark: #1C1B1F;
  --colour--grey: #9F9F9F;
  --colour--tan: #B39166;
  --colour--white: #FFFFFF;
  --colour--background: #FFFFFF;
  --colour--hero-bg: #1C1B1F;
  --gradient--accent: linear-gradient(to bottom, var(--colour--tan), var(--colour--grey));
  --gradient--accent-subtle: linear-gradient(to bottom, var(--colour--grey), var(--colour--tan));
  --button--light-gradient: linear-gradient(to bottom, #e9e9e9, #ffffff);
  --button--light-gradient-hover: linear-gradient(to bottom, #D6D6D6, #D6D6D6);
}
:root {
  --header-height: 115px;
}
.hero-headline-text {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
}
@media screen and (min-width: 0px) {
  .hero-headline-text {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  .hero-headline-text {
    font-size: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-headline-text {
    font-size: 120px;
  }
}
.section-title-text {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0%;
}
@media screen and (min-width: 0px) {
  .section-title-text {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .section-title-text {
    font-size: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .section-title-text {
    font-size: 64px;
  }
}
.subsection-title-text {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0%;
}
@media screen and (min-width: 0px) {
  .subsection-title-text {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .subsection-title-text {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .subsection-title-text {
    font-size: 56px;
  }
}
.subtitle-text {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0%;
}
@media screen and (min-width: 0px) {
  .subtitle-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .subtitle-text {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .subtitle-text {
    font-size: 24px;
  }
}
.p-text {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0%;
}
@media screen and (min-width: 0px) {
  .p-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .p-text {
    font-size: 20px;
  }
}
.bold-text {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
  line-height: 150%;
  letter-spacing: 0%;
}
@media screen and (min-width: 0px) {
  .bold-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .bold-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .bold-text {
    font-size: 24px;
  }
}
.menu-text {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0%;
}
@media screen and (min-width: 0px) {
  .menu-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .menu-text {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-text {
    font-size: 24px;
  }
}
.button-text {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (min-width: 0px) {
  .button-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button-text {
    font-size: 16px;
  }
}
.secondary-font {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
}
a {
  text-decoration: none;
}
.no-scroll {
  overflow: hidden;
}
.scrollable {
  overflow: auto;
}
.is-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .is-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.is-split-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1280px) {
  .is-split-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
}
.container--narrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  max-width: 990px;
}
.container--wide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  max-width: 1600px;
}
.container--wider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  max-width: 1800px;
}
.container--full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
  max-width: 100%;
}
.divider {
  height: 1px;
  background-color: black;
  margin-block: 1px;
  width: 50%;
}
.divider--narrow {
  height: 1px;
  background-color: black;
  margin-block: 1px;
  width: 50%;
  width: 25%;
}
.divider--wide {
  height: 1px;
  background-color: black;
  margin-block: 1px;
  width: 50%;
  width: 75%;
}
.divider--full {
  height: 1px;
  background-color: black;
  margin-block: 1px;
  width: 50%;
  width: 100%;
}
.v-padding-sm {
  padding-block: 8px;
}
@media screen and (min-width: 1280px) {
  .v-padding-sm {
    padding-block: 8px;
  }
}
.v-padding-md {
  padding-block: 16px;
}
@media screen and (min-width: 1280px) {
  .v-padding-md {
    padding-block: 24px;
  }
}
.v-padding {
  padding-block: 32px;
}
@media screen and (min-width: 1280px) {
  .v-padding {
    padding-block: 48px;
  }
}
.v-padding-lg {
  padding-block: 128px;
}
@media screen and (min-width: 1280px) {
  .v-padding-lg {
    padding-block: 128px;
  }
}
.v-padding-section {
  padding-block: 64px;
}
@media screen and (min-width: 1280px) {
  .v-padding-section {
    padding-block: 128px;
  }
}
.top-padding-sm {
  padding-top: 8px;
}
@media screen and (min-width: 1280px) {
  .top-padding-sm {
    padding-top: 8px;
  }
}
.top-padding-md {
  padding-top: 16px;
}
@media screen and (min-width: 1280px) {
  .top-padding-md {
    padding-top: 24px;
  }
}
.top-padding {
  padding-top: 32px;
}
@media screen and (min-width: 1280px) {
  .top-padding {
    padding-top: 48px;
  }
}
.top-padding-lg {
  padding-top: 128px;
}
@media screen and (min-width: 1280px) {
  .top-padding-lg {
    padding-top: 128px;
  }
}
.top-padding-section {
  padding-top: 64px;
}
@media screen and (min-width: 1280px) {
  .top-padding-section {
    padding-top: 128px;
  }
}
.bot-padding-sm {
  padding-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .bot-padding-sm {
    padding-bottom: 8px;
  }
}
.bot-padding-md {
  padding-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .bot-padding-md {
    padding-bottom: 24px;
  }
}
.bot-padding {
  padding-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .bot-padding {
    padding-bottom: 48px;
  }
}
.bot-padding-lg {
  padding-bottom: 128px;
}
@media screen and (min-width: 1280px) {
  .bot-padding-lg {
    padding-bottom: 128px;
  }
}
.bot-padding-section {
  padding-bottom: 64px;
}
@media screen and (min-width: 1280px) {
  .bot-padding-section {
    padding-bottom: 128px;
  }
}
.h-padding-sm {
  padding-inline: 8px;
}
@media screen and (min-width: 1280px) {
  .h-padding-sm {
    padding-inline: 8px;
  }
}
.h-padding-md {
  padding-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .h-padding-md {
    padding-inline: 24px;
  }
}
.h-padding {
  padding-inline: 32px;
}
@media screen and (min-width: 1280px) {
  .h-padding {
    padding-inline: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .h-padding--desktop {
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1280px) and screen and (min-width: 1280px) {
  .h-padding--desktop {
    padding-inline: 48px;
  }
}
.h-padding-section {
  padding-inline: 64px;
}
@media screen and (min-width: 1280px) {
  .h-padding-section {
    padding-inline: 128px;
  }
}
.h-padding-lg {
  padding-inline: 128px;
}
@media screen and (min-width: 1280px) {
  .h-padding-lg {
    padding-inline: 128px;
  }
}
.v-margin-sm {
  margin-block: 8px;
}
@media screen and (min-width: 1280px) {
  .v-margin-sm {
    margin-block: 8px;
  }
}
.v-margin-md {
  margin-block: 16px;
}
@media screen and (min-width: 1280px) {
  .v-margin-md {
    margin-block: 24px;
  }
}
.v-margin {
  margin-block: 32px;
}
@media screen and (min-width: 1280px) {
  .v-margin {
    margin-block: 48px;
  }
}
.v-margin-lg {
  margin-block: 128px;
}
@media screen and (min-width: 1280px) {
  .v-margin-lg {
    margin-block: 128px;
  }
}
.v-margin-section {
  margin-block: 64px;
}
@media screen and (min-width: 1280px) {
  .v-margin-section {
    margin-block: 128px;
  }
}
.top-margin-sm {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .top-margin-sm {
    margin-top: 8px;
  }
}
.top-margin-md {
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .top-margin-md {
    margin-top: 24px;
  }
}
.top-margin {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .top-margin {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .top-margin--desktop {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) and screen and (min-width: 1280px) {
  .top-margin--desktop {
    margin-top: 48px;
  }
}
.top-margin-lg {
  margin-top: 128px;
}
@media screen and (min-width: 1280px) {
  .top-margin-lg {
    margin-top: 128px;
  }
}
.top-margin-section {
  margin-top: 64px;
}
@media screen and (min-width: 1280px) {
  .top-margin-section {
    margin-top: 128px;
  }
}
.bot-margin-sm {
  margin-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .bot-margin-sm {
    margin-bottom: 8px;
  }
}
.bot-margin-md {
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .bot-margin-md {
    margin-bottom: 24px;
  }
}
.bot-margin {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .bot-margin {
    margin-bottom: 48px;
  }
}
.bot-margin-lg {
  margin-bottom: 128px;
}
@media screen and (min-width: 1280px) {
  .bot-margin-lg {
    margin-bottom: 128px;
  }
}
.bot-margin-section {
  margin-bottom: 64px;
}
@media screen and (min-width: 1280px) {
  .bot-margin-section {
    margin-bottom: 128px;
  }
}
.h-margin-sm {
  margin-inline: 8px;
}
@media screen and (min-width: 1280px) {
  .h-margin-sm {
    margin-inline: 8px;
  }
}
.h-margin-md {
  margin-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .h-margin-md {
    margin-inline: 24px;
  }
}
.h-margin {
  margin-inline: 32px;
}
@media screen and (min-width: 1280px) {
  .h-margin {
    margin-inline: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .h-margin--desktop {
    margin-inline: 32px;
  }
}
@media screen and (min-width: 1280px) and screen and (min-width: 1280px) {
  .h-margin--desktop {
    margin-inline: 48px;
  }
}
.h-margin-lg {
  margin-inline: 128px;
}
@media screen and (min-width: 1280px) {
  .h-margin-lg {
    margin-inline: 128px;
  }
}
.margin-0 {
  margin: 0;
}
.top-margin-0 {
  margin-top: 0;
}
.bot-margin-0 {
  margin-bottom: 0;
}
.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.v-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.full {
  width: 100%;
  height: 100%;
}
.h-full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .h-full--mobile {
    width: 100%;
  }
}
.v-full {
  height: 100%;
}
.inline-spacer {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: transparent;
  margin-block: 1px;
}
.flex-spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-spacer-half {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.flex-spacer-quarter {
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25;
          flex: 0.25;
}
.center {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .center--mobile {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1279px) {
  .center--mobile--tablet {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .center--tablet {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .center--tablet {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .center--tablet--desktop {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .center--desktop {
    margin-inline: auto;
  }
}
.txt-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-center--mobile {
    text-align: center;
  }
}
.invis {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .invis--mobile {
    visibility: hidden;
  }
}
@media screen and (max-width: 1279px) {
  .invis--mobile--tablet {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .invis--tablet {
    visibility: hidden;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .invis--tablet {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .invis--tablet--desktop {
    visibility: hidden;
  }
}
@media screen and (min-width: 1280px) {
  .invis--desktop {
    visibility: hidden;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.txt-italic {
  font-style: italic;
}
.txt-weight-200 {
  font-weight: 200;
}
.txt-weight-300 {
  font-weight: 300;
}
.txt-weight-400 {
  font-weight: 400;
}
.txt-weight-500 {
  font-weight: 500;
}
.txt-weight-600 {
  font-weight: 600;
}
.txt-weight-700 {
  font-weight: 700;
}
.txt-weight-800 {
  font-weight: 800;
}
.txt-weight-900 {
  font-weight: 900;
}
.bg-black {
  background-color: var(--colour--dark);
  color: var(--colour--white);
}
.bg-white {
  background-color: var(--colour--white);
  color: var(--colour--dark);
}
.txt-white {
  color: var(--colour--white);
}
.txt-black {
  color: var(--colour--dark);
}
.txt-highlight {
  background-color: var(--colour--tan);
  color: var(--colour--white);
  padding: 16px;
}
@media screen and (min-width: 1280px) {
  .txt-highlight {
    padding: 24px;
  }
}
.bg-dark {
  background-color: var(--colour--dark);
  color: var(--colour--white);
}
.bg-grey {
  background-color: var(--colour--grey);
  color: var(--colour--dark);
}
.bg-tan {
  background-color: var(--colour--tan);
  color: var(--colour--white);
}
.txt-dark {
  color: var(--colour--dark);
}
.txt-grey {
  color: var(--colour--grey);
}
.txt-tan {
  color: var(--colour--tan);
}
.txt-white {
  color: var(--colour--white);
}
.img-white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.animate-on-scroll {
  visibility: hidden;
}
.anim-underline-l2r {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.anim-underline-l2r:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.anim-underline-l2r:hover:after,
.anim-underline-l2r:focus:after {
  width: 100%;
}
.anim-text-fade-in {
  visibility: visible;
  -webkit-animation: kf-text-fade-in 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
          animation: kf-text-fade-in 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.anim-text-fade-in-slow {
  visibility: visible;
  -webkit-animation: kf-text-fade-in 2.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
          animation: kf-text-fade-in 2.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.anim-text-clip-bot-up {
  visibility: visible;
  -webkit-animation: kf-text-clip-bot-up 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
          animation: kf-text-clip-bot-up 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.anim-text-clip-top-down {
  visibility: visible;
  -webkit-animation: kf-text-clip-top-down 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
          animation: kf-text-clip-top-down 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.anim-bobbing-v {
  -webkit-animation: kf-bobbing-v 5s ease-in-out infinite;
          animation: kf-bobbing-v 5s ease-in-out infinite;
}
@-webkit-keyframes kf-text-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kf-text-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes kf-text-clip-bot-up {
  from {
    -webkit-transform: translate(0, -75px);
            transform: translate(0, -75px);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes kf-text-clip-bot-up {
  from {
    -webkit-transform: translate(0, -75px);
            transform: translate(0, -75px);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes kf-text-clip-top-down {
  from {
    -webkit-transform: translate(0, 75px);
            transform: translate(0, 75px);
    clip-path: polygon(100% 0%, 0% 0%, 0% 0%, 100% 0%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 100% 0%);
  }
}
@keyframes kf-text-clip-top-down {
  from {
    -webkit-transform: translate(0, 75px);
            transform: translate(0, 75px);
    clip-path: polygon(100% 0%, 0% 0%, 0% 0%, 100% 0%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 100% 0%);
  }
}
@-webkit-keyframes kf-bobbing-v {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes kf-bobbing-v {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes kf-wiggle3d-subtle {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
  }
  40% {
    -webkit-transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
  }
  60% {
    -webkit-transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
  }
  80% {
    -webkit-transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}
@keyframes kf-wiggle3d-subtle {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
  }
  40% {
    -webkit-transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
  }
  60% {
    -webkit-transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
  }
  80% {
    -webkit-transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}
.button {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 0px) {
  .button {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button {
    font-size: 16px;
  }
}
.button--borderless {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 0 !important;
}
@media screen and (min-width: 0px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--borderless {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--borderless {
    font-size: 16px;
  }
}
.button--borderless:hover,
.button--borderless:focus {
  text-decoration: underline;
}
.button--dark {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 8px 16px;
  border-radius: 10px;
  min-height: 48px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: var(--colour--tan);
}
@media screen and (min-width: 0px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark {
    font-size: 16px;
  }
}
.button--dark:hover,
.button--dark:focus {
  color: var(--colour--dark) !important;
}
.button--light {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 8px 16px;
  border-radius: 10px;
  min-height: 48px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: white;
}
@media screen and (min-width: 0px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--light {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light {
    font-size: 16px;
  }
}
.button--light:hover,
.button--light:focus {
  color: black !important;
}
.button--dark--fill {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 8px 16px;
  border-radius: 10px;
  min-height: 48px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: var(--colour--white);
  background: var(--colour--tan);
  -webkit-transition: background 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 0px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--fill {
    font-size: 16px;
  }
}
.button--dark--fill:hover,
.button--dark--fill:focus {
  background: #99774C;
  border-radius: 5.25px;
  -webkit-box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
}
.button--light--fill {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 8px 16px;
  border-radius: 10px;
  min-height: 48px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: var(--colour--dark);
  background: var(--button--light-gradient);
  -webkit-transition: background 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 0px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--fill {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--fill {
    font-size: 16px;
  }
}
.button--light--fill:hover,
.button--light--fill:focus {
  background: var(--button--light-gradient-hover);
  border-radius: 5.25px;
  -webkit-box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
}
.button--dark--arrow {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 8px 16px;
  border-radius: 10px;
  min-height: 48px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  color: var(--colour--white);
  background: var(--colour--tan);
  -webkit-transition: background 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow {
    font-size: 16px;
  }
}
.button--dark--arrow:hover,
.button--dark--arrow:focus {
  background: #99774C;
  border-radius: 5.25px;
  -webkit-box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
}
.button--dark--arrow::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/apexsurfacing/static/images/specific/icons/buttonarrow.svg');
          mask-image: url('/wp-content/themes/apexsurfacing/static/images/specific/icons/buttonarrow.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--dark--arrow::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow::after {
    width: 28px;
    height: 28px;
  }
}
.button--light--arrow {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 8px 16px;
  border-radius: 10px;
  min-height: 48px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  color: var(--colour--dark);
  background: var(--button--light-gradient);
  -webkit-transition: background 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow {
    font-size: 16px;
  }
}
.button--light--arrow:hover,
.button--light--arrow:focus {
  background: var(--button--light-gradient-hover);
  border-radius: 5.25px;
  -webkit-box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
}
.button--light--arrow::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/apexsurfacing/static/images/specific/icons/buttonarrow.svg');
          mask-image: url('/wp-content/themes/apexsurfacing/static/images/specific/icons/buttonarrow.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--light--arrow::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow::after {
    width: 28px;
    height: 28px;
  }
}
.button-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background-color: var(--colour--background);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#breadcrumbs .crumbs {
  color: black;
}
#breadcrumbs .crumbs a {
  color: black;
  text-decoration: none;
}
#breadcrumbs .crumbs .last {
  color: var(--colour--tan);
}
.gform_wrapper {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (min-width: 0px) {
  .gform_wrapper {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .gform_wrapper {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper {
    font-size: 16px;
  }
}
.gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gfield {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .gfield.gfield--width-half {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 8px);
            flex: 1 1 calc(50% - 8px);
  }
}
.gform_wrapper .ginput_container {
  margin-top: 0;
}
.gform_wrapper .ginput_container input[type="text"],
.gform_wrapper .ginput_container input[type="email"],
.gform_wrapper .ginput_container input[type="tel"],
.gform_wrapper .ginput_container input[type="number"],
.gform_wrapper .ginput_container textarea,
.gform_wrapper input.gfield_input,
.gform_wrapper textarea.gfield_input {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  width: 100%;
  padding: 15px 16px;
  border: none;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), color-stop(0.01%, #E9E9E9), to(#FFF));
  background: linear-gradient(180deg, #E9E9E9 0%, #E9E9E9 0.01%, #FFF 100%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--colour--dark);
}
@media screen and (min-width: 0px) {
  .gform_wrapper .ginput_container input[type="text"],
  .gform_wrapper .ginput_container input[type="email"],
  .gform_wrapper .ginput_container input[type="tel"],
  .gform_wrapper .ginput_container input[type="number"],
  .gform_wrapper .ginput_container textarea,
  .gform_wrapper input.gfield_input,
  .gform_wrapper textarea.gfield_input {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper .ginput_container input[type="text"],
  .gform_wrapper .ginput_container input[type="email"],
  .gform_wrapper .ginput_container input[type="tel"],
  .gform_wrapper .ginput_container input[type="number"],
  .gform_wrapper .ginput_container textarea,
  .gform_wrapper input.gfield_input,
  .gform_wrapper textarea.gfield_input {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .ginput_container input[type="text"],
  .gform_wrapper .ginput_container input[type="email"],
  .gform_wrapper .ginput_container input[type="tel"],
  .gform_wrapper .ginput_container input[type="number"],
  .gform_wrapper .ginput_container textarea,
  .gform_wrapper input.gfield_input,
  .gform_wrapper textarea.gfield_input {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .gform_wrapper .ginput_container input[type="text"],
  .gform_wrapper .ginput_container input[type="email"],
  .gform_wrapper .ginput_container input[type="tel"],
  .gform_wrapper .ginput_container input[type="number"],
  .gform_wrapper .ginput_container textarea,
  .gform_wrapper input.gfield_input,
  .gform_wrapper textarea.gfield_input {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper .ginput_container input[type="text"],
  .gform_wrapper .ginput_container input[type="email"],
  .gform_wrapper .ginput_container input[type="tel"],
  .gform_wrapper .ginput_container input[type="number"],
  .gform_wrapper .ginput_container textarea,
  .gform_wrapper input.gfield_input,
  .gform_wrapper textarea.gfield_input {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .ginput_container input[type="text"],
  .gform_wrapper .ginput_container input[type="email"],
  .gform_wrapper .ginput_container input[type="tel"],
  .gform_wrapper .ginput_container input[type="number"],
  .gform_wrapper .ginput_container textarea,
  .gform_wrapper input.gfield_input,
  .gform_wrapper textarea.gfield_input {
    font-size: 16px;
  }
}
.gform_wrapper .ginput_container input[type="text"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-webkit-input-placeholder, .gform_wrapper .ginput_container textarea::-webkit-input-placeholder, .gform_wrapper input.gfield_input::-webkit-input-placeholder, .gform_wrapper textarea.gfield_input::-webkit-input-placeholder {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9F9F9F;
}
.gform_wrapper .ginput_container input[type="text"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="email"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="number"]::-moz-placeholder, .gform_wrapper .ginput_container textarea::-moz-placeholder, .gform_wrapper input.gfield_input::-moz-placeholder, .gform_wrapper textarea.gfield_input::-moz-placeholder {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9F9F9F;
}
.gform_wrapper .ginput_container input[type="text"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]:-ms-input-placeholder, .gform_wrapper .ginput_container textarea:-ms-input-placeholder, .gform_wrapper input.gfield_input:-ms-input-placeholder, .gform_wrapper textarea.gfield_input:-ms-input-placeholder {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9F9F9F;
}
.gform_wrapper .ginput_container input[type="text"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-ms-input-placeholder, .gform_wrapper .ginput_container textarea::-ms-input-placeholder, .gform_wrapper input.gfield_input::-ms-input-placeholder, .gform_wrapper textarea.gfield_input::-ms-input-placeholder {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9F9F9F;
}
.gform_wrapper .ginput_container input[type="text"]::placeholder,
.gform_wrapper .ginput_container input[type="email"]::placeholder,
.gform_wrapper .ginput_container input[type="tel"]::placeholder,
.gform_wrapper .ginput_container input[type="number"]::placeholder,
.gform_wrapper .ginput_container textarea::placeholder,
.gform_wrapper input.gfield_input::placeholder,
.gform_wrapper textarea.gfield_input::placeholder {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9F9F9F;
}
@media screen and (min-width: 0px) {
  .gform_wrapper .ginput_container input[type="text"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-webkit-input-placeholder, .gform_wrapper .ginput_container textarea::-webkit-input-placeholder, .gform_wrapper input.gfield_input::-webkit-input-placeholder, .gform_wrapper textarea.gfield_input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="email"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="number"]::-moz-placeholder, .gform_wrapper .ginput_container textarea::-moz-placeholder, .gform_wrapper input.gfield_input::-moz-placeholder, .gform_wrapper textarea.gfield_input::-moz-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]:-ms-input-placeholder, .gform_wrapper .ginput_container textarea:-ms-input-placeholder, .gform_wrapper input.gfield_input:-ms-input-placeholder, .gform_wrapper textarea.gfield_input:-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-ms-input-placeholder, .gform_wrapper .ginput_container textarea::-ms-input-placeholder, .gform_wrapper input.gfield_input::-ms-input-placeholder, .gform_wrapper textarea.gfield_input::-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::placeholder,
  .gform_wrapper .ginput_container input[type="email"]::placeholder,
  .gform_wrapper .ginput_container input[type="tel"]::placeholder,
  .gform_wrapper .ginput_container input[type="number"]::placeholder,
  .gform_wrapper .ginput_container textarea::placeholder,
  .gform_wrapper input.gfield_input::placeholder,
  .gform_wrapper textarea.gfield_input::placeholder {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper .ginput_container input[type="text"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-webkit-input-placeholder, .gform_wrapper .ginput_container textarea::-webkit-input-placeholder, .gform_wrapper input.gfield_input::-webkit-input-placeholder, .gform_wrapper textarea.gfield_input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="email"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="number"]::-moz-placeholder, .gform_wrapper .ginput_container textarea::-moz-placeholder, .gform_wrapper input.gfield_input::-moz-placeholder, .gform_wrapper textarea.gfield_input::-moz-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]:-ms-input-placeholder, .gform_wrapper .ginput_container textarea:-ms-input-placeholder, .gform_wrapper input.gfield_input:-ms-input-placeholder, .gform_wrapper textarea.gfield_input:-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-ms-input-placeholder, .gform_wrapper .ginput_container textarea::-ms-input-placeholder, .gform_wrapper input.gfield_input::-ms-input-placeholder, .gform_wrapper textarea.gfield_input::-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::placeholder,
  .gform_wrapper .ginput_container input[type="email"]::placeholder,
  .gform_wrapper .ginput_container input[type="tel"]::placeholder,
  .gform_wrapper .ginput_container input[type="number"]::placeholder,
  .gform_wrapper .ginput_container textarea::placeholder,
  .gform_wrapper input.gfield_input::placeholder,
  .gform_wrapper textarea.gfield_input::placeholder {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .ginput_container input[type="text"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-webkit-input-placeholder, .gform_wrapper .ginput_container textarea::-webkit-input-placeholder, .gform_wrapper input.gfield_input::-webkit-input-placeholder, .gform_wrapper textarea.gfield_input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="email"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="number"]::-moz-placeholder, .gform_wrapper .ginput_container textarea::-moz-placeholder, .gform_wrapper input.gfield_input::-moz-placeholder, .gform_wrapper textarea.gfield_input::-moz-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]:-ms-input-placeholder, .gform_wrapper .ginput_container textarea:-ms-input-placeholder, .gform_wrapper input.gfield_input:-ms-input-placeholder, .gform_wrapper textarea.gfield_input:-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-ms-input-placeholder, .gform_wrapper .ginput_container textarea::-ms-input-placeholder, .gform_wrapper input.gfield_input::-ms-input-placeholder, .gform_wrapper textarea.gfield_input::-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::placeholder,
  .gform_wrapper .ginput_container input[type="email"]::placeholder,
  .gform_wrapper .ginput_container input[type="tel"]::placeholder,
  .gform_wrapper .ginput_container input[type="number"]::placeholder,
  .gform_wrapper .ginput_container textarea::placeholder,
  .gform_wrapper input.gfield_input::placeholder,
  .gform_wrapper textarea.gfield_input::placeholder {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .gform_wrapper .ginput_container input[type="text"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-webkit-input-placeholder, .gform_wrapper .ginput_container textarea::-webkit-input-placeholder, .gform_wrapper input.gfield_input::-webkit-input-placeholder, .gform_wrapper textarea.gfield_input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="email"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="number"]::-moz-placeholder, .gform_wrapper .ginput_container textarea::-moz-placeholder, .gform_wrapper input.gfield_input::-moz-placeholder, .gform_wrapper textarea.gfield_input::-moz-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]:-ms-input-placeholder, .gform_wrapper .ginput_container textarea:-ms-input-placeholder, .gform_wrapper input.gfield_input:-ms-input-placeholder, .gform_wrapper textarea.gfield_input:-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-ms-input-placeholder, .gform_wrapper .ginput_container textarea::-ms-input-placeholder, .gform_wrapper input.gfield_input::-ms-input-placeholder, .gform_wrapper textarea.gfield_input::-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::placeholder,
  .gform_wrapper .ginput_container input[type="email"]::placeholder,
  .gform_wrapper .ginput_container input[type="tel"]::placeholder,
  .gform_wrapper .ginput_container input[type="number"]::placeholder,
  .gform_wrapper .ginput_container textarea::placeholder,
  .gform_wrapper input.gfield_input::placeholder,
  .gform_wrapper textarea.gfield_input::placeholder {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper .ginput_container input[type="text"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-webkit-input-placeholder, .gform_wrapper .ginput_container textarea::-webkit-input-placeholder, .gform_wrapper input.gfield_input::-webkit-input-placeholder, .gform_wrapper textarea.gfield_input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="email"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="number"]::-moz-placeholder, .gform_wrapper .ginput_container textarea::-moz-placeholder, .gform_wrapper input.gfield_input::-moz-placeholder, .gform_wrapper textarea.gfield_input::-moz-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]:-ms-input-placeholder, .gform_wrapper .ginput_container textarea:-ms-input-placeholder, .gform_wrapper input.gfield_input:-ms-input-placeholder, .gform_wrapper textarea.gfield_input:-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-ms-input-placeholder, .gform_wrapper .ginput_container textarea::-ms-input-placeholder, .gform_wrapper input.gfield_input::-ms-input-placeholder, .gform_wrapper textarea.gfield_input::-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::placeholder,
  .gform_wrapper .ginput_container input[type="email"]::placeholder,
  .gform_wrapper .ginput_container input[type="tel"]::placeholder,
  .gform_wrapper .ginput_container input[type="number"]::placeholder,
  .gform_wrapper .ginput_container textarea::placeholder,
  .gform_wrapper input.gfield_input::placeholder,
  .gform_wrapper textarea.gfield_input::placeholder {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .ginput_container input[type="text"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-webkit-input-placeholder, .gform_wrapper .ginput_container textarea::-webkit-input-placeholder, .gform_wrapper input.gfield_input::-webkit-input-placeholder, .gform_wrapper textarea.gfield_input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="email"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-moz-placeholder, .gform_wrapper .ginput_container input[type="number"]::-moz-placeholder, .gform_wrapper .ginput_container textarea::-moz-placeholder, .gform_wrapper input.gfield_input::-moz-placeholder, .gform_wrapper textarea.gfield_input::-moz-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]:-ms-input-placeholder, .gform_wrapper .ginput_container textarea:-ms-input-placeholder, .gform_wrapper input.gfield_input:-ms-input-placeholder, .gform_wrapper textarea.gfield_input:-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="email"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="tel"]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type="number"]::-ms-input-placeholder, .gform_wrapper .ginput_container textarea::-ms-input-placeholder, .gform_wrapper input.gfield_input::-ms-input-placeholder, .gform_wrapper textarea.gfield_input::-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .ginput_container input[type="text"]::placeholder,
  .gform_wrapper .ginput_container input[type="email"]::placeholder,
  .gform_wrapper .ginput_container input[type="tel"]::placeholder,
  .gform_wrapper .ginput_container input[type="number"]::placeholder,
  .gform_wrapper .ginput_container textarea::placeholder,
  .gform_wrapper input.gfield_input::placeholder,
  .gform_wrapper textarea.gfield_input::placeholder {
    font-size: 16px;
  }
}
.gform_wrapper textarea {
  min-height: 120px;
  resize: vertical;
}
.gform_wrapper .gform_footer {
  margin-top: 16px;
  width: 100%;
  text-align: left;
}
.gform_wrapper #gform_submit_button_1 {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 8px 16px;
  border-radius: 10px;
  min-height: 48px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: var(--colour--white);
  background: var(--colour--tan);
  -webkit-transition: background 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 0px) {
  .gform_wrapper #gform_submit_button_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper #gform_submit_button_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper #gform_submit_button_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .gform_wrapper #gform_submit_button_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper #gform_submit_button_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper #gform_submit_button_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .gform_wrapper #gform_submit_button_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper #gform_submit_button_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper #gform_submit_button_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .gform_wrapper #gform_submit_button_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper #gform_submit_button_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper #gform_submit_button_1 {
    font-size: 16px;
  }
}
.gform_wrapper #gform_submit_button_1:hover,
.gform_wrapper #gform_submit_button_1:focus {
  background: #99774C;
  border-radius: 5.25px;
  -webkit-box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
}
#gform_confirmation_wrapper_1 {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--colour--white);
}
@media screen and (min-width: 0px) {
  #gform_confirmation_wrapper_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #gform_confirmation_wrapper_1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  #gform_confirmation_wrapper_1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 0px) {
  #gform_confirmation_wrapper_1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #gform_confirmation_wrapper_1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  #gform_confirmation_wrapper_1 {
    font-size: 20px;
  }
}
.form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.form .form-row .form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form .form-row .form-input input,
.form .form-row .form-input textarea,
.form .form-row .form-input select {
  width: -webkit-fill-available;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px lightgrey solid;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 10px;
  background-color: white;
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .form .form-row .form-input input,
  .form .form-row .form-input textarea,
  .form .form-row .form-input select {
    margin-top: 8px;
  }
}
.form .form-row .form-select span::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  height: 15px;
  width: 15px;
  -webkit-mask-image: url('/wp-content/themes/apexsurfacing/static/images/chevron-down.svg');
          mask-image: url('/wp-content/themes/apexsurfacing/static/images/chevron-down.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: black;
}
.form .form-row span {
  color: red !important;
  width: 70%;
}
.form input[type="submit"] {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 8px 16px;
  border-radius: 10px;
  min-height: 48px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  color: var(--colour--white);
  background: var(--colour--tan);
  -webkit-transition: background 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  float: right;
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
.form input[type="submit"]:hover,
.form input[type="submit"]:focus {
  background: #99774C;
  border-radius: 5.25px;
  -webkit-box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
}
.form input[type="submit"]::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/apexsurfacing/static/images/specific/icons/buttonarrow.svg');
          mask-image: url('/wp-content/themes/apexsurfacing/static/images/specific/icons/buttonarrow.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .form input[type="submit"]::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"]::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 16px;
  }
}
.form input[type="submit"]:hover,
.form input[type="submit"]:focus {
  background: #99774C;
  border-radius: 5.25px;
  -webkit-box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.445px 0.445px 0.629px 0 rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px 0 rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px 0 rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px 0 rgba(0, 0, 0, 0.19), 10px 10px 21.213px 0 rgba(0, 0, 0, 0.05), -0.5px -0.5px 0 0 rgba(0, 0, 0, 0.05), inset 1px 1px 1px 0 #ffffff, inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
}
.form input[type="submit"]::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/apexsurfacing/static/images/specific/icons/buttonarrow.svg');
          mask-image: url('/wp-content/themes/apexsurfacing/static/images/specific/icons/buttonarrow.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .form input[type="submit"]::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"]::after {
    width: 28px;
    height: 28px;
  }
}
#sb_instagram p,
#sb_instagram a,
#sb_instagram span {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
}
@media screen and (min-width: 0px) {
  #sb_instagram p,
  #sb_instagram a,
  #sb_instagram span {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #sb_instagram p,
  #sb_instagram a,
  #sb_instagram span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #sb_instagram p,
  #sb_instagram a,
  #sb_instagram span {
    font-size: 20px;
  }
}
#notfound {
  position: relative;
  height: 100vh;
  background-color: white;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#notfound .notfound-404 {
  position: relative;
  height: 240px;
}
#notfound .notfound-404 h1 {
  font-family: "Lexend", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: var(--colour--tan);
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}
#notfound .notfound-404 h1 > span {
  text-shadow: -8px 0px 0px var(--colour--grey);
}
#notfound .notfound-404 h3 {
  font-family: "Lexend", sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0px auto;
  letter-spacing: 3px;
  padding-left: 6px;
}
#notfound h2 {
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #notfound .notfound .notfound-404 {
    height: 200px;
  }
  #notfound .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}
@media only screen and (max-width: 480px) {
  #notfound .notfound .notfound-404 {
    height: 162px;
  }
  #notfound .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  #notfound .notfound h2 {
    font-size: 16px;
  }
}
.arrow-circle {
  display: inline-block;
  width: 34px;
  height: 34px;
  -webkit-mask-image: url('/wp-content/themes/apexsurfacing/static/images/arrow-circle.svg');
          mask-image: url('/wp-content/themes/apexsurfacing/static/images/arrow-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .arrow-circle {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .arrow-circle {
    width: 45px;
    height: 45px;
  }
}
.chevron-circle {
  display: inline-block;
  height: 35px;
  width: 35px;
  -webkit-mask-image: url('/wp-content/themes/apexsurfacing/static/images/chevron-circle.svg');
          mask-image: url('/wp-content/themes/apexsurfacing/static/images/chevron-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 1280px) {
  .chevron-circle {
    width: 110px;
    height: 110px;
  }
}
.chevron {
  display: inline-block;
  height: 35px;
  width: 35px;
  -webkit-mask-image: url('/wp-content/themes/apexsurfacing/static/images/chevron.svg');
          mask-image: url('/wp-content/themes/apexsurfacing/static/images/chevron.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 1280px) {
  .chevron {
    width: 110px;
    height: 110px;
  }
}
.overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00000044), to(#000000));
  background: linear-gradient(#00000044, #000000);
  opacity: 0.7;
}
.gradient-t2b {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--colour--tan)), to(transparent));
  background: linear-gradient(to bottom, var(--colour--tan), transparent);
  height: 50%;
  top: -1px;
  width: 100%;
  z-index: 2;
}
.title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apex-bg-1 {
  position: relative;
}
.apex-bg-1 .apex-bg-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: -20px;
}
@media screen and (min-width: 1280px) {
  .apex-bg-1 .apex-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 0;
  }
}
#header {
  position: absolute;
  height: var(--header-height);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: transparent;
}
body.admin-bar #header {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar #header {
    top: 32px;
  }
}
#header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-inline: 5vw;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-container .header-logo {
  display: block;
  height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 95;
}
#header .header-container .header-logo img {
  height: 100%;
  -webkit-transition: all 0.3ms ease-in;
  transition: all 0.3ms ease-in;
}
@media screen and (min-width: 768px) {
  #header .header-container .header-logo {
    height: 80px;
  }
}
#header.open {
  background-color: transparent;
}
.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  height: 60px;
  width: 60px;
  border: none;
  cursor: pointer;
  z-index: 95;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.burger .burger-line {
  position: relative;
  z-index: 1;
  background-color: var(--colour--dark);
  height: 1.5px;
  width: 100%;
  margin-inline: 0;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.burger:hover .burger-line:nth-child(2) {
  width: 60%;
}
.burger:hover .burger-line:nth-child(3) {
  width: 40%;
}
.burger.open .burger-line {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.burger.open .burger-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 80%;
}
.burger.open .burger-line:nth-child(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 25%;
}
.burger.open .burger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 80%;
}
.menu-wrapper {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
}
.menu-wrapper.open {
  pointer-events: auto;
}
.menu-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.menu-wrapper.open .menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}
.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colour--dark);
  display: block;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  pointer-events: auto;
  padding-top: calc(var(--header-height) + 25px);
}
@media screen and (min-width: 768px) {
  .menu-overlay {
    width: 50%;
    max-width: 860px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay {
    padding-top: calc(var(--header-height) + 80px);
  }
}
.menu-overlay .menu-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu {
    gap: 24px;
  }
}
.menu-overlay .menu-container .menu .menu-item {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0%;
  color: white;
  position: relative;
}
@media screen and (min-width: 0px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 64px;
  }
}
@media screen and (min-width: 0px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 64px;
  }
}
.menu-overlay .menu-container .menu .menu-item a {
  color: inherit;
}
.menu-overlay .menu-container .menu .menu-item:hover,
.menu-overlay .menu-container .menu .menu-item:focus,
.menu-overlay .menu-container .menu .menu-item.active {
  color: white;
  opacity: 0.7;
}
.menu-overlay .menu-container .menu .menu-item .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  overflow: clip;
  height: 0;
  width: 0;
  padding: 0;
  margin-left: 1rem;
  margin-top: 1rem;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item .submenu {
    gap: 24px;
  }
}
.menu-overlay .menu-container .menu .menu-item .submenu.open {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0%;
}
@media screen and (min-width: 0px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 20px;
  }
}
@media screen and (min-width: 0px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 20px;
  }
}
.menu-overlay .menu-container .menu .menu-item.has-children > p::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/apexsurfacing/static/images/chevron-down.svg") no-repeat center center;
  background-size: contain;
}
.menu-overlay .menu-container .menu .menu-item.has-children.active .submenu {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-overlay .menu-container .menu .menu-item.has-children.active > p::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.menu-wrapper.open .menu-overlay {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-wrapper.open .menu-overlay .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-overlay .social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.menu-overlay .social-row a:hover {
  opacity: 0.7;
}
.menu-overlay .social-row img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media not screen and (min-width: 1280px) {
  .menu-header {
    display: none;
  }
}
@media not screen and (min-width: 1280px) {
  .menu-header {
    display: none;
  }
}
.menu-header .menu-container {
  margin-inline: 4px;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container {
    margin-inline: 4px;
  }
}
.menu-header .menu-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  float: right;
  padding-inline: 20px;
  padding-top: 1em;
  margin: 0;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu {
    gap: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .menu-header .menu-container .menu {
    padding-inline: 40px;
  }
}
.menu-header .menu-container .menu > .menu-item {
  margin-bottom: 1em;
}
.menu-header .menu-container .menu .menu-item {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0%;
  position: relative;
  float: left;
  cursor: pointer;
  color: white;
}
@media screen and (min-width: 0px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 24px;
  }
}
@media screen and (min-width: 0px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 24px;
  }
}
.menu-header .menu-container .menu .menu-item.has-children {
  margin-right: 20px;
}
.menu-header .menu-container .menu .menu-item.has-children .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #00000055;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  gap: 8px;
  padding-top: 32px;
  padding-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item.has-children .submenu {
    gap: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item.has-children .submenu {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item.has-children .submenu {
    padding-inline: 24px;
  }
}
.menu-header .menu-container .menu .menu-item.has-children > p::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0.5em;
  background: url("/wp-content/themes/apexsurfacing/static/images/chevron-down.svg") no-repeat center center;
  background-size: contain;
  margin: 0.5em 0px 0px 0.5em;
  position: absolute;
  right: -20px;
  top: -4px;
}
.menu-header .menu-container .menu .menu-item.has-children:hover .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-header .menu-container .menu .menu-item.has-children:hover > p::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-header .menu-container .menu .current_page_item::before {
  display: inline-block;
  content: '';
  height: 13px;
  width: 13px;
  background: url('/wp-content/themes/apexsurfacing/static/images/specific/diamond.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer {
  background: url('/wp-content/themes/apexsurfacing/static/images/specific/backgrounds/bgfootermobile.png') no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  #footer {
    background: url('/wp-content/themes/apexsurfacing/static/images/specific/backgrounds/bgfooterdesktop.png') no-repeat center center;
    background-size: cover;
  }
}
#footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359deg, #000 0.88%, rgba(102, 102, 102, 0) 136.07%);
  z-index: -1;
  mix-blend-mode: multiply;
}
#footer .footer-beyond {
  position: relative;
  z-index: 1;
}
#footer .footer-beyond .footer-beyond__title {
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  #footer .footer-beyond .footer-beyond__title {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 48px;
  }
}
#footer .footer-beyond .footer-beyond__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  #footer .footer-beyond .footer-beyond__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#footer .footer-beyond .footer-beyond-card {
  max-width: 510px;
  width: 100%;
  background: var(--colour--white);
  border-radius: 14px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#footer .footer-beyond .footer-beyond-card__media {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  max-height: 270px;
}
#footer .footer-beyond .footer-beyond-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .footer-beyond .footer-beyond-card__title {
  margin: 0;
}
#footer .footer-beyond .footer-beyond-card__subtitle {
  margin: 0;
  text-transform: uppercase;
}
#footer .footer-beyond .footer-beyond-card__text {
  margin: 0;
}
#footer .footer-beyond .footer-beyond-card__text p {
  margin: 0 0 0.75em;
}
#footer .footer-beyond .footer-beyond-card__text p:last-child {
  margin-bottom: 0;
}
#footer .footer-key {
  position: relative;
  z-index: 1;
}
#footer .footer-key .footer-key__title {
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  #footer .footer-key .footer-key__title {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 48px;
  }
}
#footer .footer-key .footer-key__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  row-gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  #footer .footer-key .footer-key__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
#footer .footer-key .footer-key-item {
  width: 171px;
  height: 184px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 14px;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  #footer .footer-key .footer-key-item {
    width: 244px;
    height: 240px;
  }
}
#footer .footer-key .footer-key-item__icon {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  #footer .footer-key .footer-key-item__icon {
    width: 79px;
    height: 79px;
  }
}
#footer .footer-key .footer-key-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer-key .footer-key-item__title {
  margin: 0;
  font-weight: 600;
}
#footer .footer-container .footer-content .footer-content-left {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
#footer .footer-container .footer-content .footer-content-left .footer-content-left-inner {
  max-width: 620px;
}
#footer .footer-container .footer-content .footer-content-right {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
#footer .colophon-container {
  color: var(--colour--white);
  text-align: right;
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer .colophon-container span {
  text-align: center;
  float: left;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #footer .colophon-container span {
    text-align: right;
    float: right;
  }
}
#footer .colophon-container a {
  color: var(--colour--white);
  text-decoration: underline;
}
#footer .colophon-container a:hover {
  opacity: 0.7;
  color: var(--colour--tan);
}
.hero-full {
  width: 100%;
  height: calc(100vh);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 768px;
  max-height: 1340px;
}
.hero-full .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-full .hero-background::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-full .hero-background-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-full .hero-background-slider .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000055;
}
.hero-full .hero-background-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-full .hero-background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-background-video video {
    position: fixed;
  }
}
.hero-full .hero-background-video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-background-video::after {
    position: fixed;
    left: unset;
    top: unset;
    z-index: -10;
  }
}
.hero-full .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 330px;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-full .hero-content {
    max-width: 885px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 5vw;
    padding-top: 10%;
  }
}
.hero-full .hero-content h1 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content h1 {
    width: 100%;
  }
}
.hero-full .hero-content span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content span {
    display: block;
    margin-right: 1em;
  }
}
.hero-full .hero-content .herotitle {
  color: white;
}
.hero-full .hero-content .herotext {
  color: white;
}
.hero-full .hero-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-full .hero-add-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 80px;
  gap: 8px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.hero-full .hero-add-scroll-down img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero-full .hero-add-scroll-down {
    display: none;
  }
}
.hero-full .hero-background-slider {
  display: none;
}
.hero-small {
  width: 100%;
  height: calc(100vh);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  max-height: 660px;
}
.hero-small .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-small .hero-background::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-small .hero-background-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-small .hero-background-slider .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000055;
}
.hero-small .hero-background-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-small .hero-background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-background-video video {
    position: fixed;
  }
}
.hero-small .hero-background-video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-background-video::after {
    position: fixed;
    left: unset;
    top: unset;
    z-index: -10;
  }
}
.hero-small .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 330px;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-small .hero-content {
    max-width: 885px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 5vw;
    padding-top: 10%;
  }
}
.hero-small .hero-content h1 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content h1 {
    width: 100%;
  }
}
.hero-small .hero-content span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content span {
    display: block;
    margin-right: 1em;
  }
}
.hero-small .hero-content .herotitle {
  color: white;
}
.hero-small .hero-content .herotext {
  color: white;
}
.hero-small .hero-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-small .hero-add-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 80px;
  gap: 8px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.hero-small .hero-add-scroll-down img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero-small .hero-add-scroll-down {
    display: none;
  }
}
.hero-small .hero-background-slider {
  display: none;
}
.hero-slider {
  width: 100%;
  height: calc(100vh);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 768px;
  max-height: 1400px;
}
.hero-slider .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-background::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-background-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-background-slider .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000055;
}
.hero-slider .hero-background-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-background-video video {
    position: fixed;
  }
}
.hero-slider .hero-background-video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-background-video::after {
    position: fixed;
    left: unset;
    top: unset;
    z-index: -10;
  }
}
.hero-slider .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 330px;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-slider .hero-content {
    max-width: 885px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 5vw;
    padding-top: 10%;
  }
}
.hero-slider .hero-content h1 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content h1 {
    width: 100%;
  }
}
.hero-slider .hero-content span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content span {
    display: block;
    margin-right: 1em;
  }
}
.hero-slider .hero-content .herotitle {
  color: white;
}
.hero-slider .hero-content .herotext {
  color: white;
}
.hero-slider .hero-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-slider .hero-add-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 80px;
  gap: 8px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.hero-slider .hero-add-scroll-down img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero-slider .hero-add-scroll-down {
    display: none;
  }
}
.hero-slider .hero-background {
  display: none;
}
.hero-video {
  width: 100%;
  height: calc(100vh);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 420px;
  max-height: 1400px;
}
.hero-video .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-video .hero-background::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-video .hero-background-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-video .hero-background-slider .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000055;
}
.hero-video .hero-background-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-video .hero-background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-background-video video {
    position: fixed;
  }
}
.hero-video .hero-background-video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-background-video::after {
    position: fixed;
    left: unset;
    top: unset;
    z-index: -10;
  }
}
.hero-video .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 330px;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-video .hero-content {
    max-width: 885px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 5vw;
    padding-top: 10%;
  }
}
.hero-video .hero-content h1 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content h1 {
    width: 100%;
  }
}
.hero-video .hero-content span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content span {
    display: block;
    margin-right: 1em;
  }
}
.hero-video .hero-content .herotitle {
  color: white;
}
.hero-video .hero-content .herotext {
  color: white;
}
.hero-video .hero-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-video .hero-add-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 80px;
  gap: 8px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.hero-video .hero-add-scroll-down img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero-video .hero-add-scroll-down {
    display: none;
  }
}
.hero-video .hero-background {
  display: none;
}
/* Responsive visibility classes */
@media not screen and (max-width: 767px) {
  .mobile {
    display: none;
  }
}
@media not screen and (max-width: 1279px) {
  .mobile--tablet {
    display: none;
  }
}
@media not screen and (min-width: 768px) and (max-width: 1279px) {
  .tablet {
    display: none;
  }
}
@media not screen and (min-width: 768px) {
  .tablet--desktop {
    display: none;
  }
}
@media not screen and (min-width: 1280px) {
  .desktop {
    display: none;
  }
}
#page-home #intro .intro-container .text-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  #page-home #intro .intro-container .text-content {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
#page-home #intro .intro-container .text-content .text-content-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 50px;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  #page-home #intro .intro-container .text-content .text-content-inner {
    padding: 120px 90px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 710px;
    margin-inline: auto;
  }
}
#page-home #intro .intro-container .text-content .text-content-inner ul,
#page-home #intro .intro-container .text-content .text-content-inner ol {
  list-style-type: none;
  list-style-image: url('/wp-content/themes/apexsurfacing/static/images/specific/icons/apexbullet.svg');
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
  margin-block: 0;
}
#page-home #intro .intro-container .text-content .text-content-inner ul li,
#page-home #intro .intro-container .text-content .text-content-inner ol li {
  margin-left: 0;
  margin-bottom: 10px;
}
#page-home #intro .intro-container .text-content .text-content-inner ul li strong,
#page-home #intro .intro-container .text-content .text-content-inner ol li strong {
  padding-left: 1.25em;
}
#page-home #intro .intro-container .text-content .text-content-inner ul ul,
#page-home #intro .intro-container .text-content .text-content-inner ol ul,
#page-home #intro .intro-container .text-content .text-content-inner ul ol,
#page-home #intro .intro-container .text-content .text-content-inner ol ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#page-home #intro .intro-container .text-content .text-content-inner ul ul li,
#page-home #intro .intro-container .text-content .text-content-inner ol ul li,
#page-home #intro .intro-container .text-content .text-content-inner ul ol li,
#page-home #intro .intro-container .text-content .text-content-inner ol ol li {
  list-style: none;
  padding-left: 0;
}
#page-home #intro .intro-container .text-content .apex-bg-img {
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  #page-home #intro .intro-container .image-content {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
#page-home #intro .intro-container .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -6px;
}
@media screen and (min-width: 1280px) {
  #page-home #intro .intro-container .image-content img {
    margin-bottom: 0;
  }
}
