@charset "UTF-8";
/**
*
* Testing
*
**/
main section {
  padding: 10rem 0;
}

main figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__page section.hero .image__wrapper:after, .home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper .pagination:after,
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper a.google__link:after, .home__page section.hero .video__wrapper:after, .header__active .container:before, footer .footer__bg, .image__banner figure:after, .image__banner figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.call-now a svg, .call-now {
  border-radius: 100%;
}

.image__banner {
  height: 100rem;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.image__banner figure {
  height: 100vh;
}
@media (max-width: 1024px) {
  .image__banner figure {
    height: 100%;
  }
}
.image__banner figure:after {
  content: "";
  background: rgba(var(--black), 0.4);
}

[data-scroll-class=t-reveal] {
  line-height: 1;
}
[data-scroll-class=t-reveal] span {
  display: inline-flex;
  overflow: hidden;
  line-height: 1;
}
[data-scroll-class=t-reveal] span span {
  line-height: 1;
  transform: translate3d(0, 105%, 0);
}

.t-reveal span span {
  transform: translate3d(0, 0%, 0);
  transition: transform 1.2s cubic-bezier(0.43, 0, 0.3, 1);
}

.hero .t-reveal span span {
  transform: translate3d(0, 0%, 0);
  transition: transform 1.4s 0.3s cubic-bezier(0.43, 0, 0.3, 1);
}

[data-scroll-class=o-p-reveal],
[data-scroll-class=o-b-reveal] {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.o-p-reveal,
.o-b-reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.o-p-reveal {
  transition: opacity 0.6s 0.2s cubic-bezier(0.43, 0, 0.3, 1), transform 0.8s cubic-bezier(0.43, 0, 0.3, 1);
}

.o-b-reveal {
  transition: opacity 0.6s 0.3s cubic-bezier(0.43, 0, 0.3, 1), transform 1s cubic-bezier(0.43, 0, 0.3, 1);
}

.hero .o-p-reveal {
  transition: opacity 0.6s 0.9s cubic-bezier(0.43, 0, 0.3, 1), transform 0.8s cubic-bezier(0.43, 0, 0.3, 1);
}
.hero .o-b-reveal {
  transition: opacity 0.6s 1s cubic-bezier(0.43, 0, 0.3, 1), transform 1s cubic-bezier(0.43, 0, 0.3, 1);
}

[data-scroll-class=block-reveal] {
  transform: perspective(80vw) rotateX(90deg);
  transform-origin: 50% -10%;
  opacity: 0;
}

.block-reveal {
  opacity: 1;
  transform: perspective(80vw) rotateX(0deg);
  transition: transform 0.5s 0.1s cubic-bezier(0.1, 0.6, 0.6, 1), opacity 0.7s 0.1s cubic-bezier(0.1, 0.6, 0.6, 1);
}

.lazy-load-item {
  height: 100%;
  width: 100%;
  background: #d0d0d0;
}

.lazy-load-item .lazy-item {
  display: none;
  opacity: 0;
  transform: scale(1.02);
}
@keyframes fadeInMedia {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.lazy-load-item .lazy-item.loaded {
  display: block;
  animation: fadeInMedia 1s 0.1s cubic-bezier(0.1, 0.6, 0.6, 1) forwards;
}

.rolling__text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  height: 1.02em;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.rolling__text:hover .block:nth-of-type(1) .letter, .rolling__text.play .block:nth-of-type(1) .letter {
  transform: translate3d(0, -50%, 0) rotateX(90deg) rotateY(2deg);
}
.rolling__text:hover .block:nth-of-type(2) .letter, .rolling__text.play .block:nth-of-type(2) .letter {
  transform: translate3d(0, -100%, 0) rotateX(0deg) rotateY(0deg);
}
.rolling__text .block:nth-of-type(2) .letter {
  transform: translate3d(0, -50%, 0) rotateX(90deg) rotateY(2deg);
}
.rolling__text .letter {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.43, 0, 0.3, 1);
}

.letter:nth-child(1) {
  transition-delay: 0s;
}

.letter:nth-child(2) {
  transition-delay: 0s;
}

.letter:nth-child(3) {
  transition-delay: 0s;
}

.letter:nth-child(4) {
  transition-delay: 0s;
}

.letter:nth-child(5) {
  transition-delay: 0s;
}

.letter:nth-child(6) {
  transition-delay: 0s;
}

.letter:nth-child(7) {
  transition-delay: 0s;
}

.letter:nth-child(8) {
  transition-delay: 0s;
}

.letter:nth-child(9) {
  transition-delay: 0s;
}

.letter:nth-child(10) {
  transition-delay: 0s;
}

.letter:nth-child(11) {
  transition-delay: 0s;
}

.letter:nth-child(12) {
  transition-delay: 0s;
}

.letter:nth-child(13) {
  transition-delay: 0s;
}

.letter:nth-child(14) {
  transition-delay: 0s;
}

.letter:nth-child(15) {
  transition-delay: 0s;
}

.letter:nth-child(16) {
  transition-delay: 0s;
}

.letter:nth-child(17) {
  transition-delay: 0s;
}

.letter:nth-child(18) {
  transition-delay: 0s;
}

.letter:nth-child(19) {
  transition-delay: 0s;
}

.letter:nth-child(20) {
  transition-delay: 0s;
}

.letter:nth-child(21) {
  transition-delay: 0s;
}

.letter:nth-child(22) {
  transition-delay: 0s;
}

.letter:nth-child(23) {
  transition-delay: 0s;
}

.letter:nth-child(24) {
  transition-delay: 0s;
}

.letter:nth-child(25) {
  transition-delay: 0s;
}

.letter:nth-child(26) {
  transition-delay: 0s;
}

.letter:nth-child(27) {
  transition-delay: 0s;
}

.letter:nth-child(28) {
  transition-delay: 0s;
}

.letter:nth-child(29) {
  transition-delay: 0s;
}

.letter:nth-child(30) {
  transition-delay: 0s;
}

.letter:nth-child(31) {
  transition-delay: 0s;
}

.letter:nth-child(32) {
  transition-delay: 0s;
}

.letter:nth-child(33) {
  transition-delay: 0s;
}

.letter:nth-child(34) {
  transition-delay: 0s;
}

.letter:nth-child(35) {
  transition-delay: 0s;
}

.letter:nth-child(36) {
  transition-delay: 0s;
}

.letter:nth-child(37) {
  transition-delay: 0s;
}

.letter:nth-child(38) {
  transition-delay: 0s;
}

.letter:nth-child(39) {
  transition-delay: 0s;
}

.letter:nth-child(40) {
  transition-delay: 0s;
}

.letter:nth-child(41) {
  transition-delay: 0s;
}

.letter:nth-child(42) {
  transition-delay: 0s;
}

.letter:nth-child(43) {
  transition-delay: 0s;
}

.letter:nth-child(44) {
  transition-delay: 0s;
}

.letter:nth-child(45) {
  transition-delay: 0s;
}

.letter:nth-child(46) {
  transition-delay: 0s;
}

.letter:nth-child(47) {
  transition-delay: 0s;
}

.letter:nth-child(48) {
  transition-delay: 0s;
}

.letter:nth-child(49) {
  transition-delay: 0s;
}

.letter:nth-child(50) {
  transition-delay: 0s;
}

.letter:nth-child(51) {
  transition-delay: 0s;
}

.contact__page section.contact__main .container .column .row ul.contact__menu li a, ul.header__contact li a, ul.header__socials li a, footer .container .row:nth-of-type(2) .column:nth-of-type(2) ul li.item a, nav ul.nav__menu li a {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.contact__page section.contact__main .container .column .row ul.contact__menu li a:after, ul.header__contact li a:after, ul.header__socials li a:after, footer .container .row:nth-of-type(2) .column:nth-of-type(2) ul li.item a:after, nav ul.nav__menu li a:after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.2s cubic-bezier(0.43, 0, 0.3, 1);
  width: 100%;
}
@media (max-width: 725px) {
  .contact__page section.contact__main .container .column .row ul.contact__menu li a:after, ul.header__contact li a:after, ul.header__socials li a:after, footer .container .row:nth-of-type(2) .column:nth-of-type(2) ul li.item a:after, nav ul.nav__menu li a:after {
    display: none !important;
  }
}

.contact__page section.contact__main .container .column .row ul.contact__menu li a:hover:after, ul.header__contact li a:hover:after, ul.header__socials li a:hover:after, footer .container .row:nth-of-type(2) .column:nth-of-type(2) ul li.item a:hover:after, nav ul.nav__menu li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.contact__page section.contact__main .container .column .row ul.contact__menu li a:after, ul.header__contact li a:after, ul.header__socials li a:after, footer .container .row:nth-of-type(2) .column:nth-of-type(2) ul li.item a:after, nav ul.nav__menu li a:after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.contact__page section.contact__main .container .column .row ul.contact__menu li a, ul.header__contact li a, ul.header__socials li a, footer .container .row:nth-of-type(2) .column:nth-of-type(2) ul li.item a, nav ul.nav__menu li a {
  display: inline-block;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent !important;
}

html {
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent !important;
  font-size: 0.5208333333vw !important;
  transition: font-size 0s 0s !important;
  background: rgba(var(--hint), 1);
}
@media (max-width: 768px) {
  html {
    overscroll-behavior: auto;
  }
}
@media (max-width: 725px) {
  html {
    font-size: 0.7291666667vw !important;
  }
}

body {
  visibility: hidden;
  -webkit-tap-highlight-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overscroll-behavior: none;
  background: rgba(var(--white), 1);
}
@media (max-width: 1024px) {
  body {
    display: block;
    overflow: auto;
    overscroll-behavior: auto;
  }
}

#down {
  top: -10rem;
}
@media (max-width: 725px) {
  #down {
    top: -22rem;
  }
}

.hidden__always {
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

img,
svg {
  -webkit-user-drag: none;
  image-rendering: optimizeQuality;
}

main {
  z-index: 20;
  width: 100vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: rgba(var(--white), 1);
  transition: background 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
main section.hero {
  padding: 0;
}
main section {
  background: rgba(var(--white), 1);
  transition: background 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
main section {
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
main section h1,
main section h2,
main section h3,
main section h4,
main section p {
  transition: color 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
main section .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  padding: 0 5rem;
}
@media (max-width: 725px) {
  main section .container {
    padding: 0 2.5rem;
  }
}
main section .container .row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 725px) {
  main section .container .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main section .container .row h1,
  main section .container .row h2 {
    text-align: center;
  }
}
main figure {
  transition: filter 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
:root {
  --black: 8, 8, 8;
  --white: 255, 255, 255;
  --off-white: 247, 247, 247;
  --off-white-2: 234, 234, 234;
  --always-white: 255, 255, 255;
  --always-black: 8, 8, 8;
  --hint: 29, 62, 93;
  --hint-alt: 59, 133, 180;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "NeueMontreal";
  font-weight: 400;
  font-style: normal;
  src: url("../NeueMontreal.woff2") format("woff2");
  font-display: swap;
}
body {
  font-family: "NeueMontreal", Arial, sans-serif;
  color: rgba(var(--hint), 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.022em;
}
body span.label {
  background: rgba(var(--hint), 1);
  padding: 1rem 2rem;
  border-radius: 8rem;
  color: rgba(var(--white), 1);
}
body strong {
  font-weight: bold;
  color: rgba(var(--hint), 1);
}
body .font__opaque__dark {
  color: rgba(var(--black), 0.6);
}
body .font__opaque__light {
  color: rgba(var(--white), 0.6);
}
body .line__height__1-5 {
  line-height: 1.5;
}
@media (max-width: 725px) {
  body .line__height__1-5 {
    line-height: 1.2;
  }
}
body .font__xs {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 725px) {
  body .font__xs {
    font-size: 4rem;
  }
}
body .font__xs {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 725px) {
  body .font__xs {
    font-size: 6rem;
  }
}
body .font__s {
  font-size: 2rem;
}
@media (max-width: 725px) {
  body .font__s {
    font-size: 7rem;
  }
}
body .font__m {
  font-size: 3.2rem;
}
@media (max-width: 725px) {
  body .font__m {
    font-size: 8rem;
  }
}
body .font__l {
  font-size: 5rem;
}
@media (max-width: 725px) {
  body .font__l {
    font-size: 10rem;
  }
}
body .font__xl {
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 725px) {
  body .font__xl {
    font-size: 12rem;
  }
}
body .font__xxl {
  font-size: 10rem;
  line-height: 0.8;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 725px) {
  body .font__xxl {
    font-size: 16rem;
  }
}
body ul {
  list-style: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body figcaption,
body .marquee {
  cursor: default;
}
body a,
body button,
body .accordionItemHeading {
  text-decoration: none;
  color: inherit;
  cursor: pointer !important;
}
body a p,
body button p,
body .accordionItemHeading p {
  cursor: pointer !important;
}

button {
  background: none;
  border: none;
  outline: none;
}

.button__wrapper {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 725px) {
  .button__wrapper {
    flex-direction: column;
    gap: 5rem;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.2s cubic-bezier(0.43, 0, 0.3, 1);
  background: rgba(var(--hint), 1);
  color: rgba(var(--white), 1);
  padding: 1.5rem 1.7rem;
  border-radius: 20rem;
  transition: background 0.2s cubic-bezier(0.43, 0, 0.3, 1), color 0.2s cubic-bezier(0.43, 0, 0.3, 1), border 0.2s cubic-bezier(0.43, 0, 0.3, 1), transform 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
.button .icon {
  border: 1px solid rgba(var(--white), 0.2);
}
.button .icon svg path {
  fill: rgba(var(--white), 1);
}
@media (max-width: 725px) {
  .button {
    padding: 0 6rem;
    width: 100%;
    height: 24rem;
  }
}
@media (min-width: 768px) {
  .button:hover {
    background: rgba(var(--hint-alt), 1);
    transform: scale(1.02);
  }
}

span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  border: 1px solid rgba(var(--black), 0.2);
}
@media (max-width: 725px) {
  span.icon {
    width: 12rem !important;
    height: 12rem;
    margin-right: 2rem;
  }
}
span.icon svg {
  width: auto;
  height: 1.6rem;
}
span.icon svg path {
  fill: rgba(var(--black), 1);
  transition: fill 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
@media (max-width: 725px) {
  span.icon svg {
    width: 6rem;
    height: 6rem;
  }
}

span.scroll__to__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 725px) {
  span.scroll__to__wrapper {
    gap: 4rem;
  }
}
span.scroll__to__wrapper > span {
  pointer-events: none;
}
span.scroll__to__wrapper .scroll__btn {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: rgba(var(--hint-alt), 1);
  border-radius: 50%;
}
@media (max-width: 725px) {
  span.scroll__to__wrapper .scroll__btn {
    width: 18rem;
    height: 18rem;
  }
}
span.scroll__to__wrapper .scroll__btn:before, span.scroll__to__wrapper .scroll__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--hint-alt), 1);
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
}
span.scroll__to__wrapper .scroll__btn:before {
  transform: scale(1);
  animation: pulse 2s 2s infinite linear;
}
span.scroll__to__wrapper .scroll__btn:after {
  animation: pulse 2s 1s infinite linear;
}
@keyframes pulse {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  25% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
span.scroll__to__wrapper .scroll__btn svg {
  width: -moz-fit-content;
  width: fit-content;
  height: 2.3rem;
}
@media (max-width: 725px) {
  span.scroll__to__wrapper .scroll__btn svg {
    width: 5rem;
    height: 5rem;
  }
}
span.scroll__to__wrapper .scroll__btn svg path {
  fill: rgba(var(--always-white), 1);
  transition: fill 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}

.contact__now {
  z-index: 999;
  position: fixed;
  bottom: 7rem;
  right: 3rem;
  transform: translate3d(0px, 25rem, 0px);
  transition: transform 1s cubic-bezier(0.43, 0, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 725px) {
  .contact__now {
    display: none;
  }
}

.call-now {
  position: fixed;
  z-index: 9999;
  bottom: 5rem;
  right: 5rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background: rgb(118, 229, 139);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0 0 3rem rgba(192, 251, 204, 0.2);
}
@media (max-width: 725px) {
  .call-now {
    display: flex;
  }
}
.call-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem;
}
.call-now a svg {
  width: 9rem;
  height: 9rem;
  display: flex;
}
.call-now a svg path {
  fill: black;
}

#consent-popup {
  border-radius: 2rem;
  position: fixed;
  top: 10rem;
  left: 5rem;
  padding: 2rem 3rem;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: color 0.2s cubic-bezier(0.43, 0, 0.3, 1), background 0.2s cubic-bezier(0.43, 0, 0.3, 1);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
}
@media (max-width: 725px) {
  #consent-popup {
    width: -moz-fit-content;
    width: fit-content;
    left: 5rem;
    padding: 5rem;
    bottom: 5rem;
    top: auto;
    border-radius: 4rem;
  }
}
#consent-popup p.description {
  display: flex;
  align-items: center;
  width: 40rem;
  color: rgba(var(--always-white), 0.7);
}
@media (max-width: 724px) {
  #consent-popup p.description {
    justify-content: center;
    align-items: center;
    margin-right: 4rem;
    width: 84rem;
    font-size: 4rem;
  }
}
#consent-popup .cookie__buttons {
  display: flex;
}
#consent-popup .btn {
  color: rgba(var(--always-white), 1);
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin-top: 1rem;
  transition: color 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
#consent-popup .btn:hover {
  text-decoration: none;
}
@media (max-width: 725px) {
  #consent-popup .btn {
    margin-top: 3rem;
    font-size: 4.5rem;
  }
}
#consent-popup.hidden {
  display: none !important;
  opacity: 0;
  z-index: -99;
}

form.form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 400 !important;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -2rem;
}
@media (max-width: 725px) {
  form.form {
    width: 100%;
  }
}
form.form input:not([type=submit]),
form.form input:not([type=firstname]),
form.form textarea,
form.form select {
  position: relative;
  width: 60rem;
  height: 10rem;
  margin-top: 1.6rem;
  background: transparent;
  font-family: inherit !important;
  color: inherit;
  font-size: 2.4rem;
  background: none;
  border: none;
  border: 1px solid rgba(var(--black), 0.2);
  border-radius: 1rem;
  padding-left: 1rem;
  resize: none;
  color: inherit;
  caret-color: inherit;
}
@media (max-width: 725px) {
  form.form input:not([type=submit]),
  form.form input:not([type=firstname]),
  form.form textarea,
  form.form select {
    width: calc(100vw - 17rem);
    height: 20rem;
    font-size: 5rem !important;
    padding-left: 2rem;
  }
}
form.form input:not([type=submit]):active, form.form input:not([type=submit]):focus,
form.form input:not([type=firstname]):active,
form.form input:not([type=firstname]):focus,
form.form textarea:active,
form.form textarea:focus,
form.form select:active,
form.form select:focus {
  outline: none;
  padding-bottom: 0;
  background: rgba(var(--white), 0);
}
form.form input:not([type=submit]):focus ~ label,
form.form input:not([type=firstname]):focus ~ label,
form.form textarea:focus ~ label,
form.form select:focus ~ label {
  color: rgba(var(--black), 0.2);
}
form.form input:not([type=submit])::-moz-placeholder, form.form input:not([type=firstname])::-moz-placeholder, form.form textarea::-moz-placeholder, form.form select::-moz-placeholder {
  opacity: 0;
}
form.form input:not([type=submit])::placeholder,
form.form input:not([type=firstname])::placeholder,
form.form textarea::placeholder,
form.form select::placeholder {
  opacity: 0;
}
form.form input:not([type=submit]):not(:-moz-placeholder-shown) ~ label, form.form input:not([type=firstname]):not(:-moz-placeholder-shown) ~ label, form.form textarea:not(:-moz-placeholder-shown) ~ label, form.form select:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--black), 0);
}
form.form input:not([type=submit]):not(:placeholder-shown) ~ label,
form.form input:not([type=firstname]):not(:placeholder-shown) ~ label,
form.form textarea:not(:placeholder-shown) ~ label,
form.form select:not(:placeholder-shown) ~ label {
  color: rgba(var(--black), 0);
}
form.form label {
  position: absolute;
  transform-origin: left;
  left: 1rem;
  top: 5.5rem;
  backface-visibility: hidden;
  font-size: 2rem;
  font-family: inherit;
  pointer-events: none;
  color: inherit;
}
@media (max-width: 725px) {
  form.form label {
    font-size: 6rem;
    top: 8rem;
    left: 2rem;
  }
}
form.form textarea {
  height: 20rem;
  padding-top: 3.6rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (max-width: 725px) {
  form.form textarea {
    height: 50rem;
    padding-top: 7rem;
  }
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus,
form.form button:focus {
  box-shadow: 0 0 0 12rem rgba(var(--white), 1) inset !important;
  -webkit-box-shadow: 0 0 0 12rem rgba(var(--white), 1) inset !important;
}
form.form input:-webkit-autofill,
form.form input:-webkit-autofill:hover,
form.form input:-webkit-autofill:focus,
form.form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 12rem rgba(var(--white), 1) inset !important;
}
form.form input:-webkit-autofill {
  -webkit-text-fill-color: rgba(var(--black), 1) !important;
}

button[type=submit] {
  text-transform: uppercase;
  width: 34rem;
}
@media (max-width: 725px) {
  button[type=submit] {
    width: 100%;
  }
}

.firstname {
  background-color: transparent !important;
  color: transparent !important;
  border: none !important;
  border-bottom: none !important;
  outline: none !important;
  height: 4rem !important;
  width: 30% !important;
  bottom: 0 !important;
  left: 5% !important;
  cursor: default !important;
  position: absolute !important;
  border-bottom: transparent !important;
  opacity: 0 !important;
}

.h-label {
  pointer-events: none;
  opacity: 0;
}

nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(40, 40, 40, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 9;
  overflow-y: scroll;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 725px) {
  nav {
    position: fixed;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 99;
    background: rgba(var(--white), 1);
  }
}
nav ul.nav__menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  width: 25vw;
  height: 55rem;
  padding: 10rem 5rem;
  color: rgba(var(--black), 1);
  background: rgba(var(--white), 1);
  gap: 2rem;
  transform: translate3d(0, -101%, 0);
}
@media (max-width: 725px) {
  nav ul.nav__menu {
    gap: 4rem;
    width: 100%;
    padding: 10rem 5rem;
    height: -moz-fit-content;
    height: fit-content;
    transform: translate3d(0, 0, 0);
  }
  nav ul.nav__menu:nth-last-of-type(1) {
    padding-bottom: 50rem;
  }
}
nav ul.nav__menu li.menu__heading {
  margin-bottom: 4rem;
  color: rgba(var(--black), 0.7);
  text-transform: uppercase;
}
nav ul.nav__menu li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.menu__toggle {
  position: absolute;
  top: 4.5rem;
  right: 10rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2rem;
  cursor: pointer !important;
  color: rgba(var(--black), 1);
  transition: color 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
@media (max-width: 725px) {
  .menu__toggle {
    position: fixed;
    top: 6.5rem;
    width: 20rem;
    height: 10rem;
  }
}
.menu__toggle .lines {
  pointer-events: none;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media (max-width: 725px) {
  .menu__toggle .lines {
    justify-content: space-around;
  }
}
.menu__toggle .lines span {
  width: 100%;
  display: block;
  height: 0.2rem;
  background: rgba(var(--black), 1);
  transition: background 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
@media (max-width: 725px) {
  .menu__toggle .lines span {
    height: 2px;
  }
}

.menu__toggle__light {
  color: white;
}
.menu__toggle__light .lines span {
  background: white;
}
@media (max-width: 725px) {
  .menu__toggle__light .lines span {
    background: rgba(var(--black), 1);
  }
}

.menu__active nav {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.2s cubic-bezier(0.1, 0.6, 0.6, 1);
}
.menu__active nav ul.nav__menu {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.43, 0, 0.3, 1);
}
.menu__active nav ul.nav__menu:nth-of-type(1) {
  transition-delay: 0.1s;
}
.menu__active nav ul.nav__menu:nth-of-type(2) {
  transition-delay: 0.2s;
}
.menu__active nav ul.nav__menu:nth-of-type(3) {
  transition-delay: 0.3s;
}
.menu__active nav ul.nav__menu:nth-of-type(4) {
  transition-delay: 0.4s;
}
.menu__active .menu__toggle p:nth-of-type(1) {
  display: none;
}
.menu__active .menu__toggle p:nth-of-type(2) {
  display: flex;
}
.menu__active .menu__toggle .lines span:nth-of-type(1), .menu__active .menu__toggle .lines span:nth-of-type(3) {
  opacity: 0;
}
.menu__active .menu__toggle__light {
  color: rgba(var(--black), 1) !important;
}
.menu__active .menu__toggle__light .lines span {
  background: rgba(var(--black), 1) !important;
}

.page__tran__wrapper {
  position: fixed;
  left: 0;
  top: -0.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101vh;
  width: 100vw;
  z-index: 100000000000000000000000000;
}
.page__tran__wrapper span {
  display: inline-block;
  background: rgba(var(--hint), 1);
  width: 100%;
  height: 100%;
}

footer {
  width: 100%;
  height: 75rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  background: rgba(var(--off-white-2), 1);
  transition: background 0.2s cubic-bezier(0.43, 0, 0.3, 1), color 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
@media (max-width: 725px) {
  footer {
    height: 100%;
    padding: 0 2rem;
  }
}
footer .footer__bg {
  pointer-events: none;
  opacity: 0.03;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1;
  gap: 5rem;
  padding: 10rem 15rem 2rem 15rem;
}
@media (max-width: 725px) {
  footer .container {
    padding: 15rem 4rem 20rem 4rem;
  }
}
footer .container .row {
  width: 100%;
}
footer .container .row:not(:nth-of-type(1)) {
  border-top: 1px solid rgba(var(--black), 0.2);
  padding-top: 5rem;
}
@media (max-width: 725px) {
  footer .container .row {
    gap: 10rem;
  }
}
footer .container .row:nth-of-type(1) img {
  height: 20rem;
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(1) img {
    height: 40rem;
  }
}
footer .container .row:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(2) {
    flex-direction: column;
  }
}
footer .container .row:nth-of-type(2) .column {
  justify-content: flex-start;
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(2) .column {
    width: 100%;
  }
}
footer .container .row:nth-of-type(2) .column .scroll__to__wrapper {
  margin-bottom: 5rem;
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(2) .column .scroll__to__wrapper {
    margin-bottom: 10rem;
  }
}
footer .container .row:nth-of-type(2) .column:nth-of-type(1) ul.social__links {
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(2) .column:nth-of-type(1) ul.social__links {
    flex-direction: column;
    gap: 2.2rem;
  }
}
footer .container .row:nth-of-type(2) .column:nth-of-type(1) ul.social__links li.following__heading {
  margin-bottom: 3rem;
  opacity: 0.5;
  text-transform: uppercase;
}
footer .container .row:nth-of-type(2) .column:nth-of-type(1) ul.social__links a svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(2) .column:nth-of-type(1) ul.social__links a svg {
    width: 5rem;
    height: 5rem;
    margin-right: 0.8rem;
  }
}
footer .container .row:nth-of-type(2) .column:nth-of-type(1) ul.social__links a svg path {
  fill: rgba(var(--black), 1);
  transition: fill 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
footer .container .row:nth-of-type(2) .column:nth-of-type(2) {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(2) .column:nth-of-type(2) {
    flex-direction: column;
  }
}
footer .container .row:nth-of-type(2) .column:nth-of-type(2) ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
footer .container .row:nth-of-type(2) .column:nth-of-type(2) ul li.heading {
  margin-bottom: 3rem;
  opacity: 0.5;
  text-transform: uppercase;
}
footer .container .row:nth-of-type(3) {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(3) {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .container .row:nth-of-type(3) > span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(3) > span {
    margin-top: 10rem;
    flex-direction: column;
  }
}
footer .container .row:nth-of-type(3) > span .design__credit {
  display: flex;
  align-items: center;
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(3) > span .design__credit {
    margin-bottom: 5rem;
  }
}
footer .container .row:nth-of-type(3) > span .design__credit a {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background: rgba(var(--white), 1);
  border-radius: 8rem;
  transition: background 0.2s cubic-bezier(0.43, 0, 0.3, 1);
  width: -moz-fit-content;
  width: fit-content;
  color: black;
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(3) > span .design__credit a {
    padding: 1rem 4rem;
  }
}
footer .container .row:nth-of-type(3) > span .design__credit a img {
  height: 1.4rem;
  top: 0.1rem;
  width: auto;
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(3) > span .design__credit a img {
    height: 5rem;
  }
}
footer .container .row:nth-of-type(3) > span .design__credit a .divide {
  width: 1px;
  height: 1.6rem;
  background: rgba(var(--black), 1);
  transition: background 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
@media (max-width: 725px) {
  footer .container .row:nth-of-type(3) > span .design__credit a .divide {
    height: 5rem;
  }
}

:root {
  --headerHeight: 11rem;
}
@media (max-width: 725px) {
  :root {
    --headerHeight: 24rem;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9;
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5rem;
  transition: background 0.2s cubic-bezier(0.43, 0, 0.3, 1), color 0.2s cubic-bezier(0.43, 0, 0.3, 1), border-bottom 0.2s cubic-bezier(0.43, 0, 0.3, 1);
  border-bottom: 1px solid rgba(var(--always-white), 0.2);
  color: rgba(var(--always-white), 1);
}
@media (max-width: 725px) {
  header {
    width: 100%;
    background: rgba(var(--white), 1);
    color: rgba(var(--black), 1);
    border-bottom: 1px solid transparent;
  }
  header ul.header__socials li svg path {
    fill: rgba(var(--black), 1);
  }
  header ul.header__contact li svg path {
    fill: rgba(var(--black), 1);
  }
  header .darkmode__button {
    color: rgba(var(--black), 1);
  }
}
header .container {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: background 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
@media (max-width: 725px) {
  header .container {
    width: 100%;
    padding: 0 8rem;
  }
}
header .container .col {
  display: flex;
  align-items: center;
}
header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 20rem;
  z-index: 3;
}
@media (max-width: 725px) {
  header .logo {
    left: 10rem;
    width: 44rem;
    transform: none;
  }
}
header .logo img {
  height: auto;
  width: 20rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s cubic-bezier(0.1, 0.6, 0.6, 1);
}
header .logo img:nth-of-type(1) {
  opacity: 0;
}
@media (max-width: 725px) {
  header .logo img:nth-of-type(1) {
    opacity: 1;
  }
}
@media (max-width: 725px) {
  header .logo img:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 725px) {
  header .logo img {
    width: 44rem;
  }
}

ul.header__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 725px) {
  ul.header__socials {
    display: none;
  }
}
ul.header__socials li {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.header__socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.header__socials li svg {
  height: 1.6rem;
  width: auto;
  margin-right: 1rem;
}
ul.header__socials li svg path {
  fill: rgba(var(--always-white), 1);
  transition: fill 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}

ul.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 725px) {
  ul.header__contact {
    display: none;
  }
}
ul.header__contact li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 2rem;
  margin-left: 1.4rem;
}
ul.header__contact li svg {
  height: 1.4rem;
  width: auto;
}
ul.header__contact li svg path {
  fill: rgba(var(--always-white), 1);
  transition: fill 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}

.header__active {
  background: rgba(var(--white), 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: rgba(var(--black), 1);
  border-bottom: 1px solid rgba(var(--black), 0.1);
}
.header__active .logo img:nth-of-type(1) {
  opacity: 1;
}
.header__active .logo img:nth-of-type(2) {
  opacity: 0;
}
.header__active .container:before {
  content: "";
  transition: box-shadow 0.2s cubic-bezier(0.43, 0, 0.3, 1);
  z-index: 1;
  pointer-events: none;
}
.header__active ul.header__socials li svg path {
  fill: rgba(var(--black), 1);
}
.header__active ul.header__contact li svg path {
  fill: rgba(var(--black), 1);
}

.about__page .about__main {
  padding-top: calc(10rem + var(--headerHeight));
}
.about__page .about__main .container .row span h1 {
  margin-bottom: 5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .about__page .about__main .container .row span h1 {
    border-bottom: 1px solid rgba(var(--black), 0.2);
  }
}
.about__page .about__main .container .row span p {
  width: 110rem;
  margin-bottom: 5rem;
}
@media (max-width: 725px) {
  .about__page .about__main .container .row span p {
    width: 100%;
    margin-bottom: 10rem;
  }
}

.contact__page section.contact__main {
  padding-top: calc(10rem + var(--headerHeight));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact__page section.contact__main .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 725px) {
  .contact__page section.contact__main .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact__page section.contact__main .container .column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
@media (max-width: 725px) {
  .contact__page section.contact__main .container .column {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.contact__page section.contact__main .container .column figure {
  width: 64rem;
  height: 40rem;
  margin-top: 5rem;
  z-index: 1;
  overflow: hidden;
  border-radius: 3rem;
}
@media (max-width: 725px) {
  .contact__page section.contact__main .container .column figure {
    width: 100%;
    height: 70rem;
  }
}
.contact__page section.contact__main .container .column h1 {
  width: 50rem;
  margin-bottom: 5rem;
}
@media (max-width: 725px) {
  .contact__page section.contact__main .container .column h1 {
    width: 100%;
    text-align: center;
  }
}
.contact__page section.contact__main .container .column .row ul.contact__menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 725px) {
  .contact__page section.contact__main .container .column .row ul.contact__menu {
    gap: 4rem;
  }
}
.contact__page section.contact__main .container .column .row ul.contact__menu li {
  display: flex;
  align-items: center;
}
.faq__page .faq__main {
  padding-top: calc(10rem + var(--headerHeight));
}
@media (max-width: 725px) {
  .faq__page .faq__main {
    padding-top: var(--headerHeight);
  }
}
.faq__page .faq__main .container .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.faq__page .faq__main .container .row:nth-of-type(1) {
  height: 55rem;
  margin-bottom: 5rem;
}
@media (max-width: 725px) {
  .faq__page .faq__main .container .row:nth-of-type(1) {
    margin-bottom: 20rem;
    height: 70rem;
  }
}
.faq__page .faq__main .container .row:nth-of-type(1) figure {
  width: 100%;
  height: 100%;
  width: 140rem;
}
.faq__page .faq__main .container .row:nth-of-type(1) figure img {
  height: 100%;
  filter: brightness(80%);
}
@media (max-width: 725px) {
  .faq__page .faq__main .container .row:nth-of-type(1) figure img {
    width: 100%;
  }
}
.faq__page .faq__main .container .row:nth-of-type(1) h1 {
  text-align: center;
  z-index: 1;
  display: none;
}
.faq__page .faq__main .container .row:nth-of-type(1) p {
  width: 110rem;
}
@media (max-width: 725px) {
  .faq__page .faq__main .container .row:nth-of-type(1) p {
    width: 100%;
  }
}
.faq__page .faq__main .container .row:nth-of-type(2) {
  padding: 0 30rem;
}
@media (max-width: 725px) {
  .faq__page .faq__main .container .row:nth-of-type(2) {
    padding: 0;
  }
}

.home__page section.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(65, 67, 65);
}
@media (max-width: 725px) {
  .home__page section.hero {
    height: 100%;
    margin-top: 10rem;
  }
}
.home__page section.hero .container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 2;
  padding: 5rem;
  color: rgba(var(--always-white), 1);
}
@media (max-width: 725px) {
  .home__page section.hero .container {
    padding: 50rem 3rem;
  }
}
.home__page section.hero .container .container__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.home__page section.hero .container .container__inner p {
  width: 60rem;
  margin-top: 3rem;
  color: rgba(var(--always-white), 0.7);
}
@media (max-width: 725px) {
  .home__page section.hero .container .container__inner p {
    width: 100%;
    margin-top: 5rem;
  }
}
.home__page section.hero .scroll__to__wrapper {
  bottom: 10rem;
  flex-direction: column-reverse;
}
@media (max-width: 725px) {
  .home__page section.hero .scroll__to__wrapper {
    bottom: 20rem;
  }
}
.home__page section.hero .scroll__to__wrapper > span {
  color: rgba(var(--always-white), 1);
}
.home__page section.hero .video__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__page section.hero .video__wrapper:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.home__page section.hero .video__wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__page section.intro .container .row {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
.home__page section.intro .container .row .col {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 725px) {
  .home__page section.intro .container .row .col {
    align-items: center;
  }
}
.home__page section.intro .container .row .col figure {
  height: 65rem;
  z-index: 1;
  overflow: hidden;
  border-radius: 3rem;
}
@media (max-width: 725px) {
  .home__page section.intro .container .row .col figure {
    height: 80rem;
  }
}
.home__page section.services {
  margin-top: -1px;
  background: rgba(var(--off-white), 1);
}
.home__page section.services .container .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home__page section.services .container .row .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 5rem;
  width: 100%;
}
@media (max-width: 725px) {
  .home__page section.services .container .row .grid {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
}
.home__page section.services .container .row .grid a.grid__item {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
  border-radius: 3rem;
  background: rgba(var(--off-white), 1);
  transition: background 0.2s cubic-bezier(0.43, 0, 0.3, 1), border 0.2s cubic-bezier(0.43, 0, 0.3, 1);
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .home__page section.services .container .row .grid a.grid__item:hover {
    background: rgba(var(--hint-alt), 0.2);
  }
  .home__page section.services .container .row .grid a.grid__item:hover figure img {
    transform: scale(1.08);
  }
}
.home__page section.services .container .row .grid a.grid__item figure {
  height: 30rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 725px) {
  .home__page section.services .container .row .grid a.grid__item figure {
    height: 70rem;
  }
}
.home__page section.services .container .row .grid a.grid__item figure img {
  transition: transform 1.2s cubic-bezier(0.1, 0.6, 0.6, 1);
}
.home__page section.services .container .row .grid a.grid__item span.text {
  padding: 3rem;
  padding-bottom: 5rem;
}
.home__page section.services .container .row .grid a.grid__item span.text span.text__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
  text-transform: uppercase;
  transition: color 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
.home__page section.services .container .row .grid a.grid__item span.text span.text__description {
  transition: color 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
.home__page .testimonial__section {
  padding-left: 30rem;
  padding-right: 30rem;
}
@media (max-width: 725px) {
  .home__page .testimonial__section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.home__page .testimonial__section .container h2 {
  text-align: center;
}
.home__page .testimonial__section .container .testimonials__card__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-top: 8rem;
}
@media (max-width: 725px) {
  .home__page .testimonial__section .container .testimonials__card__wrapper {
    flex-direction: column-reverse;
  }
}
.home__page .testimonial__section .container .testimonials__card__wrapper .slider-container {
  height: 36rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 3;
}
@media (max-width: 725px) {
  .home__page .testimonial__section .container .testimonials__card__wrapper .slider-container {
    width: 100%;
    height: 130rem;
  }
}
.home__page .testimonial__section .container .testimonials__card__wrapper .slider-container .slide-item {
  height: -moz-fit-content;
  height: fit-content;
  width: 90rem;
  transition: opacity 0.4s cubic-bezier(0.43, 0, 0.3, 1), transform 0.2s cubic-bezier(0.43, 0, 0.3, 1);
  opacity: 0;
  transform: scale(0.99);
  transform-origin: center;
  position: absolute;
  display: flex;
}
@media (max-width: 725px) {
  .home__page .testimonial__section .container .testimonials__card__wrapper .slider-container .slide-item {
    width: 90vw;
    height: 100%;
  }
}
.home__page .testimonial__section .container .testimonials__card__wrapper .slider-container .slide-item.show-slide {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s 0.1s cubic-bezier(0.43, 0, 0.3, 1), transform 0.4s 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
.home__page .testimonial__section .container .testimonials__card__wrapper .slider-container .slide-item figure {
  margin-right: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}
.home__page .testimonial__section .container .testimonials__card__wrapper .slider-container .slide-item figure .lazy-load-item {
  background: none;
}
.home__page .testimonial__section .container .testimonials__card__wrapper .slider-container .slide-item figure img {
  width: 12rem;
  height: 12rem;
}
.home__page .testimonial__section .container .testimonials__card__wrapper .slider-container .slide-item .text__wrap {
  display: flex;
  flex-direction: column;
}
.home__page .testimonial__section .container .testimonials__card__wrapper .slider-container .slide-item .text__wrap .name {
  margin-top: 4rem;
}
.home__page .testimonial__section .container .testimonials__card__wrapper .slider-container .slide-item .text__wrap .name:after {
  content: "★★★★★";
  display: block;
  margin-top: 1.2rem;
  color: rgb(230, 98, 16);
}
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-left: 10rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 725px) {
  .home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper {
    flex-direction: row-reverse;
    padding-left: 0;
    margin-bottom: 3rem;
  }
}
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper .pagination,
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper a.google__link {
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 725px) {
  .home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper .pagination,
  .home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper a.google__link {
    width: 50rem;
    height: 16rem;
    margin: 3rem 0;
  }
}
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper .pagination:hover:after,
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper a.google__link:hover:after {
  transform: scale(0.9);
}
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper .pagination:after,
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper a.google__link:after {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: transform 0.6s cubic-bezier(0.43, 0, 0.3, 1);
  z-index: 3;
  border-radius: 1rem;
}
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper .pagination#previous:before, .home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper .pagination#next:before,
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper a.google__link#previous:before,
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper a.google__link#next:before {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  border-right: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
}
@media (max-width: 725px) {
  .home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper .pagination#previous:before, .home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper .pagination#next:before,
  .home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper a.google__link#previous:before,
  .home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper a.google__link#next:before {
    height: 3rem;
    width: 3rem;
  }
}
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper .pagination#previous:before,
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper a.google__link#previous:before {
  transform: rotate(135deg);
  margin-left: 0.8rem;
}
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper .pagination#next:before,
.home__page .testimonial__section .container .testimonials__card__wrapper .button-wrapper a.google__link#next:before {
  transform: rotate(-45deg);
  margin-right: 0.4rem;
}

.policy__page section.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 10rem;
  padding-top: calc(10rem + var(--headerHeight));
}
@media (max-width: 725px) {
  .policy__page section.hero {
    min-height: 100rem;
  }
}
.policy__page section.hero .company-name:after {
  content: "Axtow Construction Ltd";
  color: rgba(var(--black), 1);
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.policy__page section.hero a {
  color: rgba(var(--black), 1);
}
.policy__page section.hero .company-website:after {
  content: "https://axtow.co.uk";
  color: rgba(var(--black), 1);
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.policy__page section.hero .container {
  align-items: center;
}
@media (max-width: 725px) {
  .policy__page section.hero .container {
    padding: 0 4rem;
  }
}
.policy__page section.hero .container h1 {
  text-align: center;
  max-width: 120rem;
  line-height: 1.2;
}
.policy__page section.hero .container .button {
  margin-top: 3rem;
}
.policy__page section.hero .container p.description {
  margin-top: 5rem;
  max-width: 120rem;
  line-height: 1.5;
}
@media (max-width: 725px) {
  .policy__page section.hero .container p.description {
    max-width: 100%;
    width: 100%;
  }
}
.policy__page section.hero .container p.description a:hover {
  text-decoration: underline;
}

.project__page section.project__main {
  padding-top: calc(10rem + var(--headerHeight));
}
.project__page section.project__main .container .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
}
.project__page section.project__main .container .row .col {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 725px) {
  .project__page section.project__main .container .row .col {
    gap: 10rem;
  }
}
.project__page section.project__main .container .row .col p {
  width: 100rem;
}
@media (max-width: 725px) {
  .project__page section.project__main .container .row .col p {
    width: 100%;
  }
}
.project__page section.project__main .container .row .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 725px) {
  .project__page section.project__main .container .row .grid {
    display: flex;
    flex-direction: column;
  }
}
.project__page section.project__main .container .row .grid .grid__item {
  height: 50rem;
  width: 50rem;
  z-index: 1;
  overflow: hidden;
  border-radius: 3rem;
}
.project__page section.project__main .container .row .grid .grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 725px) {
  .project__page section.project__main .container .row .grid .grid__item {
    height: 100%;
    width: auto;
  }
}

.service__page section.hero {
  height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(65, 67, 65);
}
@media (max-width: 725px) {
  .service__page section.hero {
    height: 100%;
    margin-top: 10rem;
  }
}
.service__page section.hero .container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 2;
  padding: 5rem;
  color: rgba(var(--always-white), 1);
}
@media (max-width: 725px) {
  .service__page section.hero .container {
    padding: 35rem 3rem;
  }
}
.service__page section.hero .container .container__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.service__page section.hero .container .container__inner p {
  width: 95rem;
  margin-top: 3rem;
  color: rgba(var(--always-white), 0.7);
}
@media (max-width: 725px) {
  .service__page section.hero .container .container__inner p {
    width: 100%;
    margin-top: 5rem;
  }
}
.service__page section.hero .scroll__to__wrapper {
  bottom: 10rem;
  flex-direction: column-reverse;
}
@media (max-width: 725px) {
  .service__page section.hero .scroll__to__wrapper {
    bottom: 20rem;
  }
}
.service__page section.hero .scroll__to__wrapper > span {
  color: rgba(var(--always-white), 1);
}
.service__page section.hero .image__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__page section.hero .image__wrapper:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.service__page section.hero .image__wrapper figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__page section.service__sect__one .container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 725px) {
  .service__page section.service__sect__one .container {
    gap: 10rem;
  }
}
.service__page section.service__sect__one .container p {
  width: 110rem;
}
@media (max-width: 725px) {
  .service__page section.service__sect__one .container p {
    width: 100%;
  }
}
.service__page section.service__sect__two {
  background: rgba(var(--off-white), 1);
}
.service__page section.service__sect__two .container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 725px) {
  .service__page section.service__sect__two .container {
    gap: 10rem;
  }
}
.service__page section.service__sect__two .container .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .service__page section.service__sect__two .container .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 725px) {
  .service__page section.service__sect__two .container .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}
.service__page section.service__sect__two .container .grid .item {
  background: rgba(var(--white), 1);
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 725px) {
  .service__page section.service__sect__two .container .grid .item {
    padding: 8rem 4rem;
  }
}
.service__page section.service__sect__two .container p.description {
  width: 110rem;
}
@media (max-width: 725px) {
  .service__page section.service__sect__two .container p.description {
    width: 100%;
  }
}

.work__page section.projects {
  padding-top: calc(10rem + var(--headerHeight));
}

section.projects .container .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.projects .container .row:nth-of-type(3) {
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
}
@media (max-width: 725px) {
  section.projects .container .row:nth-of-type(3) {
    padding-top: 10rem;
  }
}
section.projects .container .row .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 5rem;
  width: 100%;
}
@media (max-width: 725px) {
  section.projects .container .row .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10rem;
  }
}
section.projects .container .row .grid a.grid__item {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
  border-radius: 3rem;
  background: rgba(var(--off-white), 1);
  transition: background 0.2s cubic-bezier(0.43, 0, 0.3, 1), border 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
@media (min-width: 768px) {
  section.projects .container .row .grid a.grid__item:hover {
    background: rgba(var(--hint-alt), 0.2);
  }
  section.projects .container .row .grid a.grid__item:hover figure img {
    transform: scale(1.08);
  }
}
section.projects .container .row .grid a.grid__item figure {
  height: 40rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 725px) {
  section.projects .container .row .grid a.grid__item figure {
    height: 80rem;
  }
}
section.projects .container .row .grid a.grid__item figure img {
  transition: transform 1.2s cubic-bezier(0.1, 0.6, 0.6, 1);
  -o-object-fit: contain;
     object-fit: contain;
}
section.projects .container .row .grid a.grid__item span.text {
  padding: 3rem;
}
section.projects .container .row .grid a.grid__item span.text span.text__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  transition: color 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
  width: 100%;
}
@media (max-width: 725px) {
  .has-scroll-smooth [data-scroll-container] {
    width: 100vw;
  }
}

.c-scrollbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  background: rgba(112, 112, 112, 0);
  opacity: 0;
  transition: opacity 0.4s 0.1s cubic-bezier(0.43, 0, 0.3, 1);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.has-scroll-scrolling .c-scrollbar_thumb {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: saturate(140%) blur(20px);
          backdrop-filter: saturate(140%) blur(20px);
  width: 6px;
  margin-right: 2px;
  border-radius: 2rem;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

body {
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  body {
    position: relative;
  }
}

[data-scroll-container] {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  [data-scroll-container] {
    overflow: initial;
  }
}

[data-scroll-section] {
  will-change: transform !important;
}/*# sourceMappingURL=main.css.map */