@charset "UTF-8";
/**
*
* Testing
*
**/
:root {
  --black: 0, 0, 0;
  --white: 255, 255, 255;
  --off-white: 246, 248, 244;
  --dark-grey: 37, 38, 37;
  --primary: 43, 63, 140;
  --secondary: 196, 83, 83;
  --green: 50, 140, 20;
}

.margin__top__zero {
  margin-top: 0;
}

.slider__buttons .slider__button, .side__menu__toggler, .fixed__btn .button__inner, header .dropdown__content, .side__nav .dropdown__content, #consent-popup, .call-now {
  box-shadow: 0 0.2rem 0.8rem rgba(var(--black), 0.15);
}

.slider.services__slider .service__slide p, .button .button__inner {
  text-shadow: 0 2px 15px rgba(var(--black), 0.4);
}

.text__img__section .container .image__grid picture, section.highlights__banner .highlights .grid__item, .project__links .link picture, .article__links .link picture, .slider.services__slider .service__slide .slide__inner, .slider .review__slide:before, .slider__buttons .slider__button, .lightbox__prev, .lightbox__next, .lightbox__img, .image__grid .item, form.form .file__upload, form.form fieldset .service__group .service__content .service__inner label, form.form .input__wrapper input:not([type=submit]),
form.form .input__wrapper input:not([type=firstname]),
form.form .input__wrapper textarea, header .dropdown__content, .side__nav .dropdown__content, .button .button__inner {
  border-radius: clamp(1rem, 3vw, 2rem);
}

section.highlights__banner .highlights .grid__item__row:nth-of-type(1) .svg__wrapper, .slider.services__slider .service__slide p, .slider .review__slide p:nth-of-type(2) > span, .side__menu__toggler .icon::before, .side__menu__toggler .icon::after, .side__menu__toggler .icon span, .side__nav, .dropdown__content__inner ul.menu li a:before, .call-now, .button .button__inner {
  background-image: linear-gradient(145deg, hsl(311, 100%, 54%), hsl(24, 93%, 45%), hsl(95, 83%, 47%)), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.03'/></svg>");
}

body .gradient__text {
  background-image: linear-gradient(140deg, hsl(311, 100%, 45%), hsl(35, 96%, 45%), hsl(151, 89%, 45%)), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.03'/></svg>");
}

body main section figure,
body main section picture,
body main footer figure,
body main footer picture {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

body main section figure img,
body main section picture img,
body main footer figure img,
body main footer picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lazy-load-item {
  background: rgba(var(--dark-grey), 1);
  overflow: hidden;
  z-index: 1;
}

.lazy-load-item .lazy-item {
  display: none;
  opacity: 0;
}

.lazy-load-item .lazy-item.loaded {
  display: block;
  animation: fadeInLazy 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes fadeInLazy {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animated__line {
  width: calc(100% - 20rem);
  margin: 0 10rem;
  height: 1px;
  background: rgba(var(--secondary), 1);
  display: flex;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 1s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  .animated__line {
    width: calc(100% - 4rem);
    margin: 0 2rem;
  }
}
.animated__line.animated__line__delayed {
  transition-delay: 1s;
}
.animated__line.visible {
  transform: none;
}

@media (min-width: 1024px) {
  header .header__left .contacts a, ul.menu li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
  }
  header .header__left .contacts a:after, ul.menu li a:after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
  }
  header .header__left .contacts a:hover:after, ul.menu li a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
  }
  header .header__left .contacts a:after, ul.menu li a:after {
    transform: scaleX(0);
    transform-origin: right center;
  }
  header .header__left .contacts a, ul.menu li a {
    display: inline-block;
  }
}
html {
  scroll-behavior: smooth;
  background: rgba(var(--white), 1);
  -webkit-tap-highlight-color: transparent !important;
  font-size: 0.5208333333vw !important;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1024px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

body {
  -webkit-tap-highlight-color: transparent !important;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  visibility: hidden;
}
body img {
  -webkit-user-drag: none;
}
body #down {
  top: calc(-1 * var(--headerHeight));
}
body main {
  z-index: 2;
}
body main section {
  padding: 7rem 0;
  z-index: 1;
}
body main section:nth-of-type(1) {
  padding-top: calc(5rem + var(--headerHeight));
}
@media (max-width: 1024px) {
  body main section:nth-of-type(1) {
    padding-top: calc(5rem + var(--headerHeight));
  }
}
body main section .container {
  padding: 0 10rem;
}
@media (max-width: 1024px) {
  body main section .container {
    padding: 0 3rem;
  }
}
body main section .picture__wrapper,
body main footer .picture__wrapper {
  display: flex;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body main section .picture__wrapper figure,
body main section .picture__wrapper picture,
body main footer .picture__wrapper figure,
body main footer .picture__wrapper picture {
  height: 120%; /* extra height for parallax movement */
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent !important;
  max-width: 100vw;
}

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,
iframe {
  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;
}

body {
  line-height: 1;
}

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;
}

*::marker {
  display: none;
}

@font-face {
  font-family: "Poppins";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 600;
  color: rgba(var(--dark-grey), 1);
  letter-spacing: 0.06rem;
}
body ::-moz-selection {
  color: rgba(var(--off-white), 1);
  background: rgba(var(--black), 1);
}
body ::selection {
  color: rgba(var(--off-white), 1);
  background: rgba(var(--black), 1);
}
body .gradient__text {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
body strong {
  font-weight: 600;
}
body a {
  text-decoration: none;
  color: inherit;
}
body .line__height {
  line-height: 1.5;
}
@media (max-width: 1024px) {
  body .line__height {
    line-height: 1.3;
  }
}
body .font__opaque__dark {
  color: rgba(var(--dark-grey), 0.7) !important;
}
body .font__opaque__light {
  color: rgba(var(--white), 0.7) !important;
}
body .font__s {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  body .font__s {
    font-size: 2.8rem;
  }
}
body .font__m {
  font-size: 4rem;
  font-weight: 800;
}
@media (max-width: 1024px) {
  body .font__m {
    letter-spacing: 0;
    font-size: 5rem;
  }
}
body .font__l {
  font-size: 7rem;
  font-weight: 800;
}
@media (max-width: 1024px) {
  body .font__l {
    letter-spacing: 0;
    font-size: 5rem;
  }
}

.acc__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .acc__wrapper {
    width: 100vw;
    gap: 1.4rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .acc__wrapper {
    flex-direction: column;
  }
}
.acc__wrapper picture {
  background: none;
  height: 10rem;
  width: auto;
}
@media (max-width: 1024px) {
  .acc__wrapper picture {
    height: 9.2rem;
  }
}

.accordion__wrapper {
  width: 100vw;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .accordion__wrapper {
    width: 100%;
    gap: 1.5rem;
    margin: 0 auto;
  }
}
.accordion__wrapper .item {
  width: calc(100vw - 80rem);
}
@media (max-width: 1280px) {
  .accordion__wrapper .item {
    width: 100%;
  }
}
.accordion__wrapper .item .accordion__heading {
  background: rgba(var(--secondary), 1);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
  padding: 2rem 1rem;
}
@media (max-width: 1024px) {
  .accordion__wrapper .item .accordion__heading {
    font-size: 2.4rem;
  }
}
.accordion__wrapper .item .accordion__heading > span {
  display: inline-block;
}
@media (max-width: 1024px) {
  .accordion__wrapper .item .accordion__heading > span:nth-of-type(1) {
    width: 90%;
  }
}
.accordion__wrapper .item .accordion__heading > span::-moz-selection {
  /* Code for Firefox */
  background: transparent !important;
  color: inherit !important;
}
.accordion__wrapper .item .accordion__heading > span::selection {
  background: transparent !important;
  color: inherit !important;
}
.accordion__wrapper .item .accordion__heading span.close {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 2rem;
  height: auto;
  width: 1.3rem;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  .accordion__wrapper .item .accordion__heading span.close {
    width: 2rem;
  }
}
.accordion__wrapper .item .accordion__heading span.close svg {
  height: 100%;
  width: 100%;
}
.accordion__wrapper .item .accordion__heading span.close svg path {
  stroke: rgba(var(--primary), 1);
}
.accordion__wrapper .item .active span.close {
  transform: rotateX(180deg);
}
.accordion__wrapper .item {
  /* Style the accordion panel */
}
.accordion__wrapper .item .hidden__content {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(var(--secondary), 1);
}
.accordion__wrapper .item .hidden__content:not(:nth-last-of-type(1)) {
  margin-bottom: 1rem;
}
.accordion__wrapper .item .hidden__content p {
  margin: 2.5rem;
}
@media (max-width: 1024px) {
  .accordion__wrapper .item .hidden__content p {
    margin: 2rem 1rem;
  }
}
.accordion__wrapper .item .hidden__content p::-moz-selection {
  /* Code for Firefox */
  background: transparent !important;
  color: inherit !important;
}
.accordion__wrapper .item .hidden__content p::selection {
  background: transparent !important;
  color: inherit !important;
}
.accordion__wrapper .item .hidden__content p a {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .accordion__wrapper .item .hidden__content p a:hover {
    text-decoration: none;
  }
}

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

.button__wrapper {
  z-index: 9;
  display: flex;
  gap: 2rem;
  margin: 3rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .button__wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9;
}
@media (max-width: 1024px) {
  .button {
    margin-top: 0rem;
    width: 100%;
  }
}
.button .button__inner {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.4rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  letter-spacing: 0.06rem;
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  color: rgba(var(--white), 1);
  background-color: rgba(var(--primary), 1);
  z-index: 1;
  overflow: hidden;
}
.button .button__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(140deg, hsl(311, 100%, 35%), hsl(35, 96%, 35%), hsl(151, 89%, 35%)), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.03'/></svg>");
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  .button .button__inner:hover::before {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .button .button__inner {
    padding: 4.6rem 2rem;
    width: 100%;
  }
}

ul.social__sharing {
  display: flex;
}
ul.social__sharing li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  ul.social__sharing li {
    margin: 3rem 0;
  }
}
ul.social__sharing li:nth-of-type(2) {
  margin: 0 3rem;
}
ul.social__sharing li p {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social__sharing li p a {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social__sharing li p a:hover svg {
  transform: scale(1.1);
}
ul.social__sharing li p a svg {
  height: 3rem;
  width: 3rem;
  margin-right: 0.4rem;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  border: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 1024px) {
  ul.social__sharing li p a svg {
    height: 4rem;
    width: 4rem;
  }
}

.call-now {
  position: fixed;
  z-index: 100000000000000000000000000000000000;
  bottom: 2rem;
  right: 2rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--green), 1);
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .call-now {
    display: flex;
  }
}
.call-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.2rem;
  height: 11.2rem;
}
.call-now a svg {
  width: 4.4rem;
  height: 4.4rem;
}
.call-now a svg path {
  fill: rgba(var(--white), 1);
}

#consent-popup {
  position: fixed;
  bottom: 3rem;
  left: 3rem;
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  z-index: 99;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 724px) {
  #consent-popup {
    top: auto;
    bottom: 3rem;
    left: 2rem;
  }
}
#consent-popup > p {
  color: rgba(var(--white), 1);
  background: rgba(var(--black), 1);
  padding: 1rem;
}
#consent-popup .cookie__buttons {
  display: flex;
}
#consent-popup .btn {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--white), 1);
  color: rgba(var(--black), 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  padding: 1rem;
  cursor: pointer;
}
@media (max-width: 724px) {
  #consent-popup .btn {
    height: 6rem;
  }
}
#consent-popup.hidden {
  display: none !important;
}

/* =========================
   DROPDOWN – BASE
========================= */
.dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .dropdown {
    display: flex;
  }
}
.dropdown__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: auto;
  color: currentColor;
}
.dropdown__btn svg {
  color: currentColor;
  width: 1.8rem;
  height: auto;
  pointer-events: none;
  margin-left: 0.5rem;
  top: -0.05rem;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  .dropdown__btn svg {
    width: 4rem;
    top: 0.25rem;
  }
}
.dropdown__btn svg path {
  fill: currentColor;
}
.dropdown {
  /* Accordion container — CSS grid auto-height trick */
}
.dropdown__content {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: transparent;
  z-index: 3;
}
.dropdown__content__inner {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.dropdown__content__inner ul.menu {
  width: 100%;
  gap: 0;
}
.dropdown__content__inner ul.menu li.menu__heading {
  display: none;
}
.dropdown__content__inner ul.menu li a {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 3;
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.dropdown__content__inner ul.menu li a:after {
  display: none;
}
.dropdown__content__inner ul.menu li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  .dropdown__content__inner ul.menu li a:hover {
    color: rgba(var(--white), 1);
  }
  .dropdown__content__inner ul.menu li a:hover:before {
    opacity: 1;
  }
}
.dropdown {
  /* Open state */
}
.dropdown.is-open .dropdown__content {
  grid-template-rows: 1fr;
  z-index: 99999999;
}
.dropdown.is-open .dropdown__btn svg {
  transform: rotateX(-180deg);
}

/* =========================
   SIDE MENU VARIANT
========================= */
@media (max-width: 1024px) {
  .side__nav .dropdowns {
    margin-bottom: -2rem;
  }
}
.side__nav .dropdown {
  width: 100%;
  align-items: stretch;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  .side__nav .dropdown {
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5rem;
  }
}
.side__nav .dropdown.is-open .dropdown__content {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .side__nav .dropdown.is-open .dropdown__content {
    margin-bottom: 5rem;
  }
}
.side__nav .dropdown__btn {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .side__nav .dropdown__btn {
    font-size: 5rem;
  }
}
.side__nav .dropdown__content {
  background: rgba(var(--white), 0.1);
  backdrop-filter: blur(40px);
  margin: 1rem 0;
}
@media (max-width: 1024px) {
  .side__nav .dropdown__content {
    margin: -2rem 0 5rem 0;
  }
}
@media (max-width: 1024px) {
  .side__nav .dropdown__content ul.menu li {
    width: 100%;
  }
}
.side__nav .dropdown__content ul.menu li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid rgba(var(--white), 0.2);
}
.side__nav .dropdown__content ul.menu li a {
  padding: 2rem;
}
@media (max-width: 1024px) {
  .side__nav .dropdown__content ul.menu li a {
    padding: 3rem 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3.2rem;
  }
}

/* =========================
   HEADER VARIANT
========================= */
header .dropdown {
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .dropdown__btn {
  height: 100%;
}
header .dropdown__content {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 44rem;
  z-index: 999;
  top: 8rem;
  overflow: hidden;
  background: rgba(var(--white), 1);
  color: rgba(var(--dark-grey), 1);
  grid-template-rows: auto;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 2rem, 0);
}
header .dropdown {
  /* Open state */
}
header .dropdown.is-open .dropdown__content {
  opacity: 1;
  pointer-events: all;
  transform: translate3d(-50%, 0, 0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
header .dropdown__content__inner ul.menu li a {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.fixed__btn {
  z-index: 9;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
.fixed__btn .button__inner {
  gap: 0.75rem;
}
.fixed__btn .button__inner svg {
  width: 2.4rem;
  height: 2.4rem;
}
.fixed__btn .button__inner svg path {
  fill: rgba(var(--white), 1);
}
@media (max-width: 1024px) {
  .fixed__btn {
    display: none !important;
  }
}

form.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 90rem;
}
@media (max-width: 1024px) {
  form.form {
    padding: 0 2rem;
  }
}
form.form .sect__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
form.form .input__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
form.form .input__wrapper input:not([type=submit]),
form.form .input__wrapper input:not([type=firstname]),
form.form .input__wrapper textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  resize: none;
  display: flex;
  flex-grow: 1;
  cursor: pointer;
  width: 100%;
  height: 8rem;
  padding-left: 2rem;
  background: transparent;
  font: inherit;
  letter-spacing: 0.04rem;
  background: rgba(var(--off-white), 1);
  color: rgba(var(--black), 1);
}
@media (max-width: 1024px) {
  form.form .input__wrapper input:not([type=submit]),
  form.form .input__wrapper input:not([type=firstname]),
  form.form .input__wrapper textarea {
    width: calc(100vw - 4rem);
    height: 10rem;
  }
}
form.form .input__wrapper input:not([type=submit])::-moz-placeholder, form.form .input__wrapper input:not([type=firstname])::-moz-placeholder, form.form .input__wrapper textarea::-moz-placeholder {
  text-transform: capitalize;
  opacity: 1;
  color: rgba(var(--black), 0.7);
}
form.form .input__wrapper input:not([type=submit])::placeholder,
form.form .input__wrapper input:not([type=firstname])::placeholder,
form.form .input__wrapper textarea::placeholder {
  text-transform: capitalize;
  opacity: 1;
  color: rgba(var(--black), 0.7);
}
form.form .input__wrapper input:not([type=submit]):focus,
form.form .input__wrapper input:not([type=firstname]):focus,
form.form .input__wrapper textarea:focus {
  box-shadow: 0 0 0 20rem transparent inset;
}
form.form .input__wrapper input:not([type=submit]):not(:-moz-placeholder) ~ label, form.form .input__wrapper input:not([type=firstname]):not(:-moz-placeholder) ~ label, form.form .input__wrapper textarea:not(:-moz-placeholder) ~ label {
  opacity: 0;
}
form.form .input__wrapper input:not([type=submit]):not(:placeholder-shown) ~ label,
form.form .input__wrapper input:not([type=firstname]):not(:placeholder-shown) ~ label,
form.form .input__wrapper textarea:not(:placeholder-shown) ~ label {
  opacity: 0;
}
form.form .input__wrapper label {
  pointer-events: none;
}
form.form .input__wrapper textarea {
  height: 20rem;
  padding-top: 2rem;
}
@media (max-width: 1024px) {
  form.form .input__wrapper textarea {
    height: 40rem;
  }
}
form.form input:-webkit-autofill,
form.form input:-webkit-autofill:hover,
form.form input:-webkit-autofill:focus,
form.form input:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px rgba(var(--off-white), 1) inset !important;
  -webkit-text-fill-color: rgba(var(--black), 1) !important;
  -webkit-transition: background-color 99999s ease-in-out 0s !important;
  transition: background-color 99999s ease-in-out 0s !important;
}
form.form fieldset {
  border: none;
  width: 90rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
form.form fieldset > p {
  text-align: center;
}
form.form fieldset .services__dropdowns {
  width: 100%;
  display: grid;
}
@media (min-width: 1024px) {
  form.form fieldset .services__dropdowns {
    grid-template-columns: repeat(3, 1fr);
  }
}
form.form fieldset .service__group {
  width: 90rem;
}
form.form fieldset .service__group .service__content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  transition: grid-template-rows 0.6s cubic-bezier(0.19, 1, 0.22, 1), padding 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
form.form fieldset .service__group .service__content .service__inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
form.form fieldset .service__group .service__content .service__inner label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 2rem 1rem;
  cursor: pointer;
  background: rgba(var(--off-white), 1);
  text-align: left;
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  form.form fieldset .service__group .service__content .service__inner label {
    padding: 2rem;
  }
}
form.form fieldset .service__group.is-open .service__content {
  grid-template-rows: 1fr;
  padding-top: 1rem;
  opacity: 1;
  transition: grid-template-rows 0.6s cubic-bezier(0.19, 1, 0.22, 1), padding 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}
form.form fieldset .service__group.is-open .service__heading > svg {
  transform: rotateX(-180deg);
}
form.form fieldset .service__heading {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  padding: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(var(--off-white), 1);
  color: rgba(var(--black), 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
  overflow: hidden;
  border-radius: clamp(1rem, 3vw, 2rem);
}
@media (max-width: 1024px) {
  form.form fieldset .service__heading {
    padding: 3rem;
  }
}
form.form fieldset .service__heading > svg {
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
form.form fieldset .service__heading > svg path {
  fill: rgba(var(--black), 1);
}
form.form fieldset input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.5rem;
  border: 1px solid rgba(var(--primary), 0.5);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  form.form fieldset input[type=checkbox] {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
  }
}
form.form fieldset input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.3rem;
  width: 0.4rem;
  height: 1rem;
  border: solid rgba(var(--primary), 1);
  border-width: 0 0.3rem 0.3rem 0;
  transform: rotate(45deg);
  opacity: 0.15;
}
@media (max-width: 1024px) {
  form.form fieldset input[type=checkbox]::after {
    left: 1rem;
    top: 0.5rem;
    width: 1rem;
    height: 2rem;
    border-width: 0 0.5rem 0.5rem 0;
  }
}
form.form fieldset input[type=checkbox]:checked {
  border-color: rgba(var(--primary), 1);
  background-color: greenyellow;
  box-shadow: 0 0 0 0.4rem greenyellow;
}
form.form fieldset input[type=checkbox]:checked::after {
  opacity: 1;
}
form.form .file__upload {
  padding: 2rem;
  background: rgba(var(--off-white), 1) !important;
  color: rgba(var(--black), 1) !important;
  cursor: pointer;
  font-size: inherit;
}
@media (max-width: 1024px) {
  form.form .file__upload {
    padding: 4rem;
  }
}
form.form .firstname {
  background: transparent !important;
  position: absolute !important;
  bottom: 0.5rem !important;
  left: 50rem !important;
  color: transparent !important;
  border: none !important;
  outline: none !important;
  font-size: 1rem !important;
  padding: 0 !important;
  height: 2rem !important;
  width: 20%;
}
form.form .firstname ~ label {
  color: transparent !important;
}
form.form .firstname:focus {
  box-shadow: 0 0 0 20rem transparent inset !important;
}
form.form label[for=firstname] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
form.form button[type=submit] {
  width: 100%;
  margin-top: 1rem;
}
form.form button[type=submit] .button__inner {
  text-transform: uppercase !important;
  width: 100%;
  font-weight: bold;
}
@media (max-width: 1024px) {
  form.form button[type=submit] .button__inner {
    width: calc(100vw - 4rem);
  }
}

.image__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.image__grid .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
  width: 56rem;
  height: 40rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .image__grid .item {
    width: 100%;
    height: 50rem;
  }
}
.image__grid .item .picture__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.image__grid .item .picture__wrapper picture {
  width: 100%;
  height: 120%; /* extra height for parallax movement */
  filter: brightness(80%) saturate(120%);
  display: flex;
  overflow: hidden;
  z-index: 1;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(var(--primary), 1);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000000000000000000000000000000;
  isolation: isolate;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
@media (max-width: 1024px) {
  .lightbox {
    justify-content: flex-start;
    padding-top: 18rem;
  }
}
.lightbox.active {
  display: flex;
  flex-direction: column;
}
.lightbox__img {
  max-width: 85vw;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .lightbox__img {
    max-height: 63vh;
    max-width: 96vw;
  }
}
.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.lightbox__close {
  top: 4rem;
  right: 4rem;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
}
.lightbox__close span {
  position: absolute;
  width: 10rem;
  height: 0.2rem;
  background: rgba(var(--white), 1);
}
.lightbox__close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.lightbox__close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.lightbox__prev, .lightbox__next {
  color: rgba(var(--primary), 1);
  background: rgba(var(--secondary), 1);
  padding: 1.8rem;
}
@media (max-width: 1024px) {
  .lightbox__prev, .lightbox__next {
    bottom: 5rem;
  }
}
.lightbox__prev {
  left: 5rem;
}
.lightbox__next {
  right: 5rem;
}
.lightbox .lightbox__caption {
  color: rgba(var(--white), 1);
  margin-top: 2rem;
  text-align: center;
  padding: 0 2rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .lightbox .lightbox__caption {
    font-size: 3.4rem;
  }
}

ul.menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) {
  ul.menu {
    gap: 5rem;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
ul.menu li.menu__heading {
  text-transform: capitalize;
  margin-bottom: 0.5rem;
  color: rgba(var(--secondary), 1);
  font-weight: bold;
}
ul.menu li a {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  ul.menu li a:hover {
    opacity: 1;
  }
}
ul.menu li a svg {
  width: auto;
  height: 1.4rem;
  margin-right: 0.5rem;
}
@media (max-width: 1024px) {
  ul.menu li a svg {
    height: 2.8rem;
  }
}
ul.menu li a svg path {
  fill: currentColor;
}

.side__nav {
  position: fixed;
  z-index: 99;
  height: 100vh;
  top: 0;
  border-radius: 4rem 0 0 4rem;
  width: 60rem;
  right: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: clip-path 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 5rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  overflow: auto;
  padding-top: 5rem;
  padding-right: 10rem;
  gap: 7.5rem;
  color: rgba(var(--white), 1);
}
@media (max-width: 1024px) {
  .side__nav {
    gap: 15rem;
    width: 100%;
    height: 115vh;
    right: auto;
    padding: 25rem 2rem 40rem 2rem;
    border-radius: 0;
  }
}
.side__nav > ul.menu {
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .side__nav > ul.menu {
    gap: 5rem;
    font-size: 3.5rem;
  }
}
.side__nav > ul.menu .gradient__text {
  color: rgba(var(--white), 1);
}
.side__nav > ul.menu li a {
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .side__nav > ul.menu li a:hover {
    opacity: 1;
  }
}

nav.side__nav.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.side__menu__toggler {
  position: fixed;
  top: 2rem;
  right: 3rem;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(var(--white), 1);
}
@media (max-width: 1024px) {
  .side__menu__toggler {
    width: 10rem;
    height: 10rem;
    top: 1.4rem;
    right: 2.2rem;
    backdrop-filter: none;
    transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.side__menu__toggler.active .icon span {
  opacity: 0;
  transition: 0.2s opacity cubic-bezier(0.19, 1, 0.22, 1);
}
.side__menu__toggler.active .icon::before {
  transform: rotate(45deg);
}
.side__menu__toggler.active .icon::after {
  transform: rotate(-45deg);
}
.side__menu__toggler svg {
  width: auto;
  height: 2.2rem;
}
.side__menu__toggler svg path {
  fill: currentColor;
}
.side__menu__toggler .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 10;
  height: 100%;
}
.side__menu__toggler .icon span {
  display: inline-flex;
  width: 2.8rem;
  height: 4px;
  transition: 0.4s 0.2s opacity cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 0 0.2rem rgba(var(--black), 0.25);
  border-radius: 0.1rem;
}
@media (max-width: 1024px) {
  .side__menu__toggler .icon span {
    width: 5.6rem;
    height: 5px;
  }
}
.side__menu__toggler .icon::before, .side__menu__toggler .icon::after {
  content: "";
  width: 2.8rem;
  height: 4px;
  display: block;
  position: absolute;
  right: 0;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  box-shadow: 0 0 0.2rem rgba(var(--black), 0.25);
  border-radius: 0.1rem;
}
@media (max-width: 1024px) {
  .side__menu__toggler .icon::before, .side__menu__toggler .icon::after {
    width: 5.6rem;
    height: 5px;
  }
}
.side__menu__toggler .icon::before {
  transform: translateY(0.8rem);
}
@media (max-width: 1024px) {
  .side__menu__toggler .icon::before {
    transform: translateY(1.4rem);
  }
}
.side__menu__toggler .icon::after {
  transform: translateY(-0.8rem);
}
@media (max-width: 1024px) {
  .side__menu__toggler .icon::after {
    transform: translateY(-1.4rem);
  }
}

main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000000000000000000000000;
  width: 100vw;
  height: 100%;
  background: rgba(var(--black), 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
main.side__menu__active:after {
  opacity: 1;
  pointer-events: auto;
}

.slider {
  --slider-padding: 1rem;
  --slide-width: 25%;
  --slide-min-width: 40rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: calc(100% - 2rem);
}
@media (max-width: 1024px) {
  .slider {
    --slide-width: 100%;
    --slide-min-width: 100%;
    width: 100%;
    gap: 3rem;
  }
}
.slider {
  /* ==============================
     Track
     ============================== */
}
.slider__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-inline: var(--slider-padding);
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
}
.slider__track > * {
  flex: 0 0 var(--slide-width);
  min-width: var(--slide-min-width);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.slider__track {
  /* hide scrollbar */
  scrollbar-width: none;
}
.slider__track::-webkit-scrollbar {
  display: none;
}
.slider {
  /* ==============================
     Buttons
     ============================== */
}
.slider__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-transform: uppercase;
  overflow: visible;
}
@media (max-width: 1024px) {
  .slider__buttons {
    gap: 3rem;
  }
}
.slider__buttons .slider__button {
  cursor: pointer;
  width: 14rem;
  text-align: center;
  padding: 2rem;
  background: rgba(var(--white), 1);
}
@media (max-width: 1024px) {
  .slider__buttons .slider__button {
    padding: 2rem 3rem;
    width: 30rem;
  }
}
.slider__buttons .slider__button ::-moz-selection {
  color: currentColor;
  background: transparent;
}
.slider__buttons .slider__button ::selection {
  color: currentColor;
  background: transparent;
}
.slider__buttons [disabled] {
  background: rgb(216, 216, 216);
  pointer-events: none;
  text-decoration: line-through;
}
.slider {
  /* ==============================
     Base Slide
     ============================== */
}
.slider .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 32rem;
  z-index: 1;
  overflow: hidden;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .slider .slide {
    padding: 0;
    height: 50rem;
  }
}
.slider {
  /* ==============================
     Review Slider
     ============================== */
}
.slider .review__slide {
  --slide-width: 50%;
  height: 50rem;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .slider .review__slide {
    height: 90rem;
    padding: 2rem 1rem;
    gap: 3rem;
  }
}
.slider .review__slide:before {
  content: "";
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  background: rgba(var(--white), 1);
}
@media (max-width: 1024px) {
  .slider .review__slide:before {
    width: calc(100% - 0.6rem);
    height: calc(100% - 4rem);
  }
}
.slider .review__slide p {
  width: calc(100% - 4rem);
}
.slider .review__slide p:nth-of-type(1) {
  margin-top: 5rem;
}
.slider .review__slide p:nth-of-type(1)::before, .slider .review__slide p:nth-of-type(1)::after {
  content: '"';
}
.slider .review__slide p:nth-of-type(2) {
  margin-bottom: 5rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.slider .review__slide p:nth-of-type(2) > span {
  letter-spacing: 0.6rem;
  font-size: 1.5em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider {
  /* ==============================
     Services + Projects Slider
     ============================== */
}
@media (min-width: 1024px) {
  .slider.services__slider .service__slide:hover picture img {
    filter: brightness(80%) saturate(130%);
  }
}
.slider.services__slider .service__slide .slide__inner {
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .slider.services__slider .service__slide .slide__inner {
    width: calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
  }
}
.slider.services__slider .service__slide {
  /* image */
}
.slider.services__slider .service__slide picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider.services__slider .service__slide picture img {
  width: 100%;
  height: 100%;
  transition: filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  filter: brightness(100%) saturate(120%);
}
.slider.services__slider .service__slide {
  /* title */
}
.slider.services__slider .service__slide p {
  z-index: 2;
  padding: 2.5rem;
  font-weight: bold;
  width: 100%;
  color: rgba(var(--white), 1);
}
@media (max-width: 1024px) {
  .slider.services__slider .service__slide p {
    padding: 4rem 0;
  }
}

ul.social__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  ul.social__links {
    gap: 4rem;
  }
}
ul.social__links li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  ul.social__links li {
    margin: 3rem 0;
  }
}
ul.social__links li svg {
  width: 1.6rem;
  height: 1.6rem;
}
ul.social__links li svg path {
  fill: currentColor;
}
@media (max-width: 1024px) {
  ul.social__links li svg {
    width: 3rem;
    height: 3rem;
  }
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}
.wave svg {
  width: 100vw;
  height: auto;
  z-index: 3;
  margin-bottom: -1px;
}
.wave svg path {
  fill: rgba(var(--white), 1);
}

.wave__top {
  bottom: 0;
  align-items: flex-start;
}

footer {
  background: rgba(var(--black), 1);
  color: rgba(var(--white), 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  padding-top: 10rem;
  margin-top: 18rem;
}
@media (max-width: 1024px) {
  footer {
    gap: 10rem;
  }
}
footer .wave__black {
  bottom: 12rem;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  footer .wave__black {
    bottom: 6rem;
  }
}
footer .wave__black svg path {
  fill: rgba(var(--black), 1);
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  width: 100%;
}
footer .container .logo img {
  width: 60rem;
  height: auto;
}
@media (max-width: 1024px) {
  footer .container .logo img {
    width: 64rem;
  }
}
footer .container .container__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7.5rem;
  width: 100%;
  padding: 0 10rem;
}
@media (max-width: 1024px) {
  footer .container .container__inner {
    padding: 0 2rem;
  }
}
footer .container .container__inner .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 10rem;
}
footer .container .container__inner .row:nth-last-of-type(1) {
  padding-bottom: 5rem;
  gap: 5rem;
  margin-top: 10rem;
}
@media (max-width: 1024px) {
  footer .container .container__inner .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10rem;
  }
}
footer .container .container__inner .row .menus {
  display: flex;
  gap: 7.5rem;
}
@media (max-width: 1024px) {
  footer .container .container__inner .row .menus {
    flex-direction: column;
    gap: 15rem;
  }
}
footer .container .container__inner .row .menus li.menu__heading {
  color: rgba(var(--primary), 1);
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  footer .container .container__inner .row .menus li a {
    transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  footer .container .container__inner .row .menus li a:hover {
    color: rgba(var(--white), 1);
  }
}
footer .container .container__inner .row a.jswd__link img {
  width: 7rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  footer .container .container__inner .row a.jswd__link img {
    width: 12rem;
  }
}

:root {
  --headerHeight: 10rem;
}
@media (max-width: 1024px) {
  :root {
    --headerHeight: 14rem;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--headerHeight);
  color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  header {
    padding: 0 2rem;
  }
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(var(--off-white), 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
header .header__wave {
  position: absolute;
  bottom: -4.45rem;
  left: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  header .header__wave {
    bottom: -2.1rem;
  }
}
header .header__wave svg {
  width: 100%;
  height: 100%;
}
header .header__wave svg path {
  fill: rgba(var(--off-white), 1);
}
header .header__left {
  display: flex;
  align-items: center;
  gap: 5rem;
  z-index: 3;
}
header .header__left .logo__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26rem;
  height: 100%;
}
@media (max-width: 1024px) {
  header .header__left .logo__wrapper {
    width: 44rem;
  }
}
header .header__left .logo__wrapper .logo {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
header .header__left .logo__wrapper .logo.logo__colour {
  opacity: 0;
}
header .header__left .logo__wrapper .logo picture {
  width: 100%;
  height: 100%;
}
header .header__left .logo__wrapper .logo picture img {
  width: 100%;
  height: 100%;
}
header .header__left .contacts {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
@media (max-width: 1024px) {
  header .header__left .contacts {
    display: none;
  }
}
header .header__left .contacts a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header .header__left .contacts a svg {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 1.4rem;
  width: 1.6rem;
}
header .header__left .contacts a svg path {
  fill: currentColor;
}
header .header__nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-transform: capitalize;
  margin-right: 10rem;
  height: 100%;
  z-index: 3;
}
@media (max-width: 1024px) {
  header .header__nav {
    display: none;
  }
}

.scrolled__header,
.header__active {
  color: rgba(var(--dark-grey), 1) !important;
}
.scrolled__header:before,
.scrolled__header .header__wave,
.header__active:before,
.header__active .header__wave {
  opacity: 1 !important;
}
.scrolled__header .dropdown__btn,
.header__active .dropdown__btn {
  color: rgba(var(--dark-grey), 1) !important;
}
.scrolled__header .header__left .logo__wrapper .logo.logo__colour,
.header__active .header__left .logo__wrapper .logo.logo__colour {
  opacity: 1;
}
.scrolled__header .header__left .logo__wrapper .logo.logo__white,
.header__active .header__left .logo__wrapper .logo.logo__white {
  opacity: 0;
}
.scrolled__header .header__wave svg path,
.header__active .header__wave svg path {
  fill: rgba(var(--off-white), 1);
}

.contact__page .standard__hero {
  height: 70rem;
}
@media (max-width: 1024px) {
  .contact__page .standard__hero {
    height: 100%;
    padding: 15rem 0;
  }
}
.contact__page .standard__hero .button {
  display: none !important;
}
.contact__page .contact__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.contact__page .contact__main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .contact__page .contact__main .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contact__page .contact__main .container > h2 {
  text-align: center;
  width: 80rem;
}
.contact__page .contact__main .container > h2 strong {
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .contact__page .contact__main .container > h2 {
    margin-bottom: 4rem;
    width: 100%;
  }
}

.home__page .hero {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .home__page .hero {
    height: 100%;
    padding: 25rem 0 15rem 0;
    flex-direction: column;
  }
}
.home__page .hero .container {
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  margin-bottom: 10rem;
}
.home__page .hero .container h1 {
  color: rgba(var(--white), 1);
}
.home__page .hero .container > p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 80rem;
}
@media (max-width: 1024px) {
  .home__page .hero .container > p {
    width: 100%;
  }
}
.home__page .hero .picture__wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.home__page .hero .picture__wrapper picture img {
  transform: translateY(0);
  filter: brightness(50%) saturate(120%);
}
.home__page section.sect__one {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__page section.sect__one .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.home__page section.sect__one .container h2 {
  text-align: center;
}
.home__page section.sect__one .container > p {
  width: 140rem;
}
@media (max-width: 1024px) {
  .home__page section.sect__one .container > p {
    width: 100%;
  }
}
.home__page .reviews {
  margin-bottom: -18rem;
}

.article__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.article__links .link {
  width: 54rem;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .article__links .link {
    width: 100%;
    height: 50rem;
  }
}
.article__links .link:hover picture {
  filter: brightness(50%);
}
.article__links .link p {
  color: rgba(var(--white), 1);
  z-index: 2;
  text-align: center;
  line-height: 1.2;
}
.article__links .link picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  filter: brightness(60%);
  transition: filter 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.article__links .link picture img {
  width: 100%;
  height: 100%;
}

.policy__page .main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .policy__page .main .container {
    gap: 3rem;
  }
}
.policy__page .main .container > p {
  width: 90rem;
}
@media (max-width: 1024px) {
  .policy__page .main .container > p {
    width: 100%;
  }
}

.project__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.project__links .link {
  width: 54rem;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .project__links .link {
    width: 100%;
    height: 50rem;
  }
}
.project__links .link:hover picture {
  filter: brightness(50%);
}
.project__links .link p {
  color: rgba(var(--white), 1);
  z-index: 2;
  text-align: center;
  line-height: 1.2;
}
.project__links .link picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  filter: brightness(60%);
  transition: filter 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.project__links .link picture img {
  width: 100%;
  height: 100%;
}

section.highlights__banner {
  height: 110rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 1024px) {
  section.highlights__banner {
    height: 100%;
    padding: 20rem 1rem;
  }
}
section.highlights__banner .wave {
  bottom: auto;
  top: 0;
}
section.highlights__banner .picture__wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
section.highlights__banner .picture__wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(var(--black), 0.6);
}
section.highlights__banner .picture__wrapper picture img {
  filter: saturate(130%);
}
section.highlights__banner .highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  gap: 2rem;
  z-index: 3;
  padding: 0 5rem;
}
@media (max-width: 1024px) {
  section.highlights__banner .highlights {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.highlights__banner .highlights .grid__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  width: 100%;
  padding: 4rem;
  background: rgba(var(--white), 0.2);
  backdrop-filter: blur(20px);
  color: rgba(var(--white), 1);
}
@media (max-width: 1024px) {
  section.highlights__banner .highlights .grid__item {
    padding: 5rem 3rem;
  }
}
section.highlights__banner .highlights .grid__item__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
section.highlights__banner .highlights .grid__item__row:nth-of-type(1) .svg__wrapper {
  background-color: rgba(var(--primary), 1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  width: 8rem;
  height: 8rem;
}
@media (max-width: 1024px) {
  section.highlights__banner .highlights .grid__item__row:nth-of-type(1) .svg__wrapper {
    width: 8rem;
    height: 8rem;
  }
}
section.highlights__banner .highlights .grid__item__row:nth-of-type(1) svg {
  width: 4rem;
  height: 4rem;
}
section.highlights__banner .highlights .grid__item__row:nth-of-type(1) svg path {
  fill: rgba(var(--white), 1);
}
@media (max-width: 1024px) {
  section.highlights__banner .highlights .grid__item__row:nth-of-type(1) svg {
    width: 5rem;
    height: 5rem;
  }
}
section.highlights__banner .highlights .grid__item__row:nth-of-type(2) p {
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  section.highlights__banner .highlights .grid__item__row:nth-of-type(2) p {
    font-size: 3.4rem;
  }
}

section.reviews {
  height: 130rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 1024px) {
  section.reviews {
    height: 100%;
    padding: 15rem 1rem;
  }
}
section.reviews .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  z-index: 5;
  width: 100%;
}
section.reviews .container h2 {
  color: rgba(var(--white), 1);
}
section.reviews .container .wave {
  bottom: auto;
  top: 0;
}
section.reviews .picture__wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
section.reviews .picture__wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(var(--black), 0.6);
}
section.reviews .picture__wrapper picture img {
  filter: saturate(140%);
}

section.services .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 1024px) {
  section.services .container {
    gap: 5rem;
  }
}

.standard__hero {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90rem;
  width: 100%;
  margin-top: calc(-1 * var(--headerHeight));
  padding-bottom: 10rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .standard__hero {
    height: 100%;
    padding: 37rem 0 20rem 0 !important;
  }
}
.standard__hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  z-index: 2;
  color: rgba(var(--white), 1);
  text-align: center;
}
@media (max-width: 1024px) {
  .standard__hero .container {
    gap: 3rem;
    height: 100%;
  }
}
.standard__hero .container h1 {
  width: 100rem;
}
@media (max-width: 1024px) {
  .standard__hero .container h1 {
    width: 100%;
  }
}
.standard__hero .container > p {
  width: 100rem;
}
@media (max-width: 1024px) {
  .standard__hero .container > p {
    width: 100%;
  }
}
.standard__hero .picture__wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.standard__hero .picture__wrapper picture img {
  transform: translateY(0);
  filter: brightness(50%) saturate(120%);
}

.text__img__section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text__img__section .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.text__img__section .container .container__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.text__img__section .container .container__inner h1,
.text__img__section .container .container__inner h2 {
  max-width: 100rem;
  text-align: center;
}
.text__img__section .container .container__inner p {
  max-width: 120rem;
}
@media (max-width: 1024px) {
  .text__img__section .container .container__inner p {
    max-width: 100%;
  }
}
.text__img__section .container .image__grid {
  display: flex;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .text__img__section .container .image__grid {
    flex-wrap: wrap;
  }
}
.text__img__section .container .image__grid picture {
  width: 40rem;
  height: 30rem;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1024px) {
  .text__img__section .container .image__grid picture {
    width: calc(100vw - 4rem);
    height: 50rem;
  }
}

.text__img__section__margin__top {
  margin-top: 5rem;
}/*# sourceMappingURL=main.css.map */