/**
*
* Testing
*
**/
.lazy__load {
  background: rgba(var(--off-white), 1);
}

.lazy__item {
  display: none;
}

.lazy__item.loaded {
  display: block;
}

@media (min-width: 1024px) {
  .rolling__text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    height: 1em;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
  }
  .rolling__text .block:nth-of-type(2) {
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .rolling__text:hover .block:nth-of-type(2), .rolling__text.play .block:nth-of-type(2) {
    opacity: 1;
  }
  .rolling__text:hover .letter, .rolling__text.play .letter {
    transform: translate3d(0, -100%, 0);
  }
  .rolling__text .letter {
    display: inline-block;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transform-origin: center;
  }
  .letter:nth-child(1) {
    transition-delay: 0s;
  }
  .letter:nth-child(2) {
    transition-delay: 0.02s;
  }
  .letter:nth-child(3) {
    transition-delay: 0.04s;
  }
  .letter:nth-child(4) {
    transition-delay: 0.06s;
  }
  .letter:nth-child(5) {
    transition-delay: 0.08s;
  }
  .letter:nth-child(6) {
    transition-delay: 0.1s;
  }
  .letter:nth-child(7) {
    transition-delay: 0.12s;
  }
  .letter:nth-child(8) {
    transition-delay: 0.14s;
  }
  .letter:nth-child(9) {
    transition-delay: 0.16s;
  }
  .letter:nth-child(10) {
    transition-delay: 0.18s;
  }
  .letter:nth-child(11) {
    transition-delay: 0.2s;
  }
  .letter:nth-child(12) {
    transition-delay: 0.22s;
  }
  .letter:nth-child(13) {
    transition-delay: 0.24s;
  }
  .letter:nth-child(14) {
    transition-delay: 0.26s;
  }
  .letter:nth-child(15) {
    transition-delay: 0.28s;
  }
  .letter:nth-child(16) {
    transition-delay: 0.3s;
  }
  .letter:nth-child(17) {
    transition-delay: 0.32s;
  }
  .letter:nth-child(18) {
    transition-delay: 0.34s;
  }
  .letter:nth-child(19) {
    transition-delay: 0.36s;
  }
  .letter:nth-child(20) {
    transition-delay: 0.38s;
  }
  .letter:nth-child(21) {
    transition-delay: 0.4s;
  }
  .letter:nth-child(22) {
    transition-delay: 0.42s;
  }
  .letter:nth-child(23) {
    transition-delay: 0.44s;
  }
  .letter:nth-child(24) {
    transition-delay: 0.46s;
  }
  .letter:nth-child(25) {
    transition-delay: 0.48s;
  }
  .letter:nth-child(26) {
    transition-delay: 0.5s;
  }
  .letter:nth-child(27) {
    transition-delay: 0.52s;
  }
  .letter:nth-child(28) {
    transition-delay: 0.54s;
  }
  .letter:nth-child(29) {
    transition-delay: 0.56s;
  }
  .letter:nth-child(30) {
    transition-delay: 0.58s;
  }
  .letter:nth-child(31) {
    transition-delay: 0.6s;
  }
  .project__page .main .container .container__inner .live__link a, .contact__page section.main .container .container__inner p a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
  }
  .project__page .main .container .container__inner .live__link a:after, .contact__page section.main .container .container__inner p a:after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: transform 1s cubic-bezier(0.26, 1, 0.3, 1);
    width: 100%;
  }
  .project__page .main .container .container__inner .live__link a:hover:after, .contact__page section.main .container .container__inner p a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
  }
  .project__page .main .container .container__inner .live__link a:after, .contact__page section.main .container .container__inner p a:after {
    transform: scaleX(0);
    transform-origin: right center;
  }
  .project__page .main .container .container__inner .live__link a, .contact__page section.main .container .container__inner p a {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .animated__line {
    width: 100%;
    height: 1px;
    background: rgba(var(--always-black), 1);
    position: absolute;
    display: flex;
    left: 0;
    z-index: -1;
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .animated__line {
    width: 100%;
    height: 1px;
    background: rgba(var(--always-black), 1);
    position: absolute;
    display: flex;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.2s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .animated__line.animated__line__delayed {
    transition-delay: 0.4s;
  }
  .animated__line.top__line {
    top: 0;
  }
  .animated__line.bottom__line {
    bottom: 0;
  }
  .animated__line.visible {
    transform: none;
  }
}
@media (min-width: 1024px) {
  .text__reveal,
  .text__reveal__delayed {
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.2em;
    line-height: 0.8 !important;
  }
  .text__reveal > span,
  .text__reveal__delayed > span {
    overflow: hidden;
    z-index: 1;
    padding-right: 0.2rem;
    height: 1em;
  }
  .text__reveal > span > span,
  .text__reveal__delayed > span > span {
    display: inline-block;
    transform: translate3d(0, 130%, 0);
    opacity: 0;
  }
  .text__reveal.visible > span > span {
    animation: revealHeading 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .text__reveal.visible > span:nth-of-type(1) > span {
    animation-delay: calc(0s + 0 * 0.1s);
  }
  .text__reveal.visible > span:nth-of-type(2) > span {
    animation-delay: calc(0s + 1 * 0.1s);
  }
  .text__reveal.visible > span:nth-of-type(3) > span {
    animation-delay: calc(0s + 2 * 0.1s);
  }
  .text__reveal.visible > span:nth-of-type(4) > span {
    animation-delay: calc(0s + 3 * 0.1s);
  }
  .text__reveal.visible > span:nth-of-type(5) > span {
    animation-delay: calc(0s + 4 * 0.1s);
  }
  .text__reveal__delayed.visible > span > span {
    animation: revealHeading 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .text__reveal__delayed.visible > span:nth-of-type(1) > span {
    animation-delay: calc(0.1s + 0 * 0.12s);
  }
  .text__reveal__delayed.visible > span:nth-of-type(2) > span {
    animation-delay: calc(0.1s + 1 * 0.12s);
  }
  .text__reveal__delayed.visible > span:nth-of-type(3) > span {
    animation-delay: calc(0.1s + 2 * 0.12s);
  }
  .text__reveal__delayed.visible > span:nth-of-type(4) > span {
    animation-delay: calc(0.1s + 3 * 0.12s);
  }
  .text__reveal__delayed.visible > span:nth-of-type(5) > span {
    animation-delay: calc(0.1s + 4 * 0.12s);
  }
  @keyframes revealHeading {
    70% {
      opacity: 1;
    }
    100% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  .fade__in,
  .fade__in__delayed {
    display: inline;
    opacity: 0;
    transform: translate3d(0, 1.4rem, 0);
    pointer-events: none;
  }
  .fade__in.visible {
    animation: fadeIn 1s 0.2s cubic-bezier(0.26, 1, 0.3, 1) forwards;
  }
  .fade__in__delayed.visible {
    animation: fadeIn 1s 0.4s cubic-bezier(0.26, 1, 0.3, 1) forwards;
  }
  @keyframes fadeIn {
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      pointer-events: all;
    }
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent !important;
  max-width: 100vw;
}

html {
  scroll-behavior: smooth;
  background: rgba(var(--always-black), 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;
  background: rgba(var(--white), 1);
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  visibility: hidden;
}
@media (max-width: 1024px) {
  body {
    visibility: visible !important;
  }
}

img {
  -webkit-user-drag: none;
}

main {
  background: rgba(var(--white), 1);
  z-index: 2;
}
main section {
  padding: 10rem 0;
  background: rgba(var(--white), 1);
  z-index: 1;
}
main section:nth-of-type(1) {
  padding-top: calc(5rem + var(--headerHeight));
}
@media (max-width: 1024px) {
  main section:nth-of-type(1) {
    padding-top: calc(5rem + var(--headerHeight));
  }
}
@media (max-width: 1024px) {
  main section {
    padding: 7rem 0;
  }
}
main section .container {
  padding: 0 2rem;
}
main section picture,
main section figure {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  main section picture.large,
  main section figure.large {
    display: none;
  }
}
main section picture.small,
main section figure.small {
  display: none;
}
@media (max-width: 1024px) {
  main section picture.small,
  main section figure.small {
    display: block;
  }
}
main section picture img,
main section figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#down {
  top: calc(-1 * var(--headerHeight));
}

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

@font-face {
  font-family: "PPNeueMontrealBook";
  font-weight: 400;
  font-style: normal;
  src: url("../PPNeueMontreal-Book.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "InterTightMedium";
  font-weight: 600;
  font-style: normal;
  src: url("../InterTight-Medium.woff2") format("woff2");
  font-display: swap;
}
body {
  font-family: "PPNeueMontrealBook", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: rgba(var(--black), 1);
}
body ::-moz-selection {
  color: rgba(var(--black), 1);
  background: rgba(var(--off-white), 1);
}
body ::selection {
  color: rgba(var(--black), 1);
  background: rgba(var(--off-white), 1);
}
body .bold {
  font-family: "InterTightMedium", sans-serif;
  font-weight: 600;
}
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
  color: inherit;
  cursor: pointer !important;
}
body a p {
  cursor: pointer !important;
}
body .faded__text__dark {
  color: rgba(var(--black), 0.7);
}
body .font__xl {
  font-size: 10rem;
}
@media (max-width: 1024px) {
  body .font__xl {
    font-size: 9rem;
  }
}
body .font__l {
  font-size: 7rem;
}
@media (max-width: 1024px) {
  body .font__l {
    font-size: 7rem;
  }
}
body .font__m {
  font-size: 3.4rem;
}
@media (max-width: 1024px) {
  body .font__m {
    font-size: 3.6rem;
  }
}
body .font__s {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  body .font__s {
    font-size: 2.4rem;
  }
}
body .font__xs {
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  body .font__xs {
    font-size: 2rem;
  }
}
body button {
  font-family: inherit;
  color: inherit;
}
body .container .font__xl,
body .container .font__l,
body .container .font__m {
  line-height: 1.2;
}
body .container p.paragraph {
  line-height: 1.4;
}
@media (max-width: 1024px) {
  body .container p.paragraph {
    line-height: 1.6;
  }
}

.accordions__wrapper {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  gap: 5rem;
}
@media (max-width: 768px) {
  .accordions__wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.accordions__wrapper h3 {
  margin-bottom: 2rem;
}
.accordions__wrapper .item {
  /* Style the accordion panel */
}
.accordions__wrapper .item .accordion__heading {
  background: rgba(var(--off-white), 1);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
  padding: 2rem;
}
@media (max-width: 768px) {
  .accordions__wrapper .item .accordion__heading {
    padding: 4rem 2rem;
  }
}
.accordions__wrapper .item .accordion__heading > span {
  display: inline-block;
}
.accordions__wrapper .item .accordion__heading > span::-moz-selection {
  /* Code for Firefox */
  background: transparent !important;
  color: inherit !important;
}
.accordions__wrapper .item .accordion__heading > span::selection {
  background: transparent !important;
  color: inherit !important;
}
.accordions__wrapper .item .accordion__heading span.close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 1.3rem;
  transition: transform 0.6s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (max-width: 768px) {
  .accordions__wrapper .item .accordion__heading span.close {
    width: 2.4rem;
  }
}
.accordions__wrapper .item .accordion__heading span.close svg {
  height: 100%;
  width: 100%;
}
.accordions__wrapper .item .accordion__heading span.close svg path {
  stroke: rgba(var(--black), 1);
}
.accordions__wrapper .item .active span.close {
  transform: rotateX(180deg);
}
.accordions__wrapper .item .hidden__content {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s cubic-bezier(0.26, 1, 0.3, 1);
  background: rgba(var(--off-white), 1);
}
.accordions__wrapper .item .hidden__content:not(:nth-last-of-type(1)) {
  margin-bottom: 1rem;
}
.accordions__wrapper .item .hidden__content p {
  padding: 0 4rem 0 2rem;
}
.accordions__wrapper .item .hidden__content p::-moz-selection {
  /* Code for Firefox */
  background: transparent !important;
  color: inherit !important;
}
.accordions__wrapper .item .hidden__content p::selection {
  background: transparent !important;
  color: inherit !important;
}
.accordions__wrapper .item .hidden__content p a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .accordions__wrapper .item .hidden__content p a:hover {
    text-decoration: none;
  }
}

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

.button__wrapper {
  display: flex;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .button:hover .rolling__text .block:nth-of-type(2) {
    opacity: 1;
  }
  .button:hover .rolling__text .letter {
    transform: translate3d(0, -100%, 0) !important;
  }
  .button:hover svg {
    transform: translateX(1.4rem);
  }
  .button:hover svg:nth-of-type(1) {
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) !important;
  }
  .button:hover svg:nth-of-type(2) {
    left: -2.2rem;
    transition: transform 0.8s 0.1s cubic-bezier(0.77, 0, 0.175, 1) !important;
  }
}
.button .button__inner {
  background: rgba(var(--black), 1);
  color: rgba(var(--off-white), 1);
  display: flex;
  align-items: center;
  padding: 2rem;
  padding-right: 12rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .button .button__inner {
    padding: 2rem;
    padding-right: 15rem;
  }
}
.button .button__inner .icon__wrapper {
  width: 1.4rem;
  height: 2.2rem;
  position: absolute;
  right: 2rem;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .button .button__inner .icon__wrapper {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: visible;
    right: 3rem;
  }
}
.button .button__inner .icon__wrapper svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 1024px) {
  .button .button__inner .icon__wrapper svg {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.button .button__inner .icon__wrapper svg rect {
  fill: rgba(var(--off-white), 1);
}
.button .button__inner .icon__wrapper svg:nth-of-type(1) {
  left: -0.9rem;
  transition: transform 0.8s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 1024px) {
  .button .button__inner .icon__wrapper svg:nth-of-type(1) {
    left: auto;
  }
}
.button .button__inner .icon__wrapper svg:nth-of-type(2) {
  left: -2.2rem;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 1024px) {
  .button .button__inner .icon__wrapper svg:nth-of-type(2) {
    display: none;
  }
}

.mobile__contact__btn {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  bottom: 3rem;
  right: 3rem;
  border-radius: 50%;
  width: 11rem;
  height: 11rem;
  background: rgba(var(--green), 0.35);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
@media (max-width: 1024px) {
  .mobile__contact__btn {
    display: flex;
  }
}
.mobile__contact__btn svg {
  width: 6rem;
  height: 6rem;
}

#consent-popup {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  -webkit-backdrop-filter: blur(20px);
          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;
  transition: opacity 1s 0.4s cubic-bezier(0.26, 1, 0.3, 1), transform 1.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 724px) {
  #consent-popup {
    top: auto;
    bottom: 3rem;
    left: 2rem;
  }
}
#consent-popup > p {
  color: rgba(var(--always-off-white), 0.75);
  background: rgba(var(--always-black), 0.7);
  padding: 1rem;
}
#consent-popup .cookie__buttons {
  display: flex;
}
#consent-popup .btn {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(191, 246, 191);
  color: rgba(var(--always-black), 1);
  transition: background 0.2s cubic-bezier(0.26, 1, 0.3, 1);
  width: 100%;
  padding: 0 1rem;
  height: 3rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #consent-popup .btn:hover {
    background: rgb(132, 236, 132);
  }
}
@media (max-width: 724px) {
  #consent-popup .btn {
    height: 6rem;
  }
}
#consent-popup.hidden {
  z-index: -99;
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}

.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .dropdown {
    display: none;
  }
}
.dropdown:hover .dropdown__content {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.dropdown .dropdown__btn {
  cursor: pointer !important;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 4;
}
.dropdown .dropdown__btn svg {
  width: 1.1rem;
  height: auto;
  pointer-events: none;
  margin-left: 0.5rem;
  top: 0.1rem;
}
.dropdown .dropdown__btn svg path {
  fill: currentColor;
}
.dropdown .dropdown__content {
  background: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-5rem);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
  width: 14rem;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 4;
  padding: 11rem 0 2rem 2rem;
  background: rgba(var(--off-white-2), 1);
}
.dropdown .dropdown__content .dropdown__content__inner {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  z-index: 9;
}
.dropdown .dropdown__content .dropdown__content__inner a {
  transition: color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer !important;
  z-index: 3;
}
.dropdown .dropdown__content .dropdown__content__inner a:hover {
  color: rgba(var(--black), 1);
}

:root {
  --black: 0, 0, 0;
  --always-black: 0, 0, 0;
  --always-white: 255, 255, 255;
  --white: 255, 255, 255;
  --off-white: 243, 243, 237;
  --always-off-white: 243, 243, 237;
  --off-white-2: 231, 231, 225;
  --green: 26, 141, 112;
}

.darkmode__button {
  cursor: default !important;
  display: flex;
  z-index: 3;
}
.darkmode__button span.switch {
  height: 3rem;
  width: 3rem;
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .darkmode__button span.switch {
    height: 4rem;
    width: 4rem;
  }
}
.darkmode__button span.switch svg {
  width: auto;
  height: 1.4rem;
  position: absolute;
}
@media (max-width: 1024px) {
  .darkmode__button span.switch svg {
    height: 3rem;
  }
}
.darkmode__button span.switch svg path {
  fill: rgba(var(--black), 1);
}
@media (max-width: 1024px) {
  .darkmode__button span.switch svg path {
    fill: white !important;
  }
}
.darkmode__button span.switch svg:nth-of-type(2) {
  pointer-events: none;
  opacity: 0;
}

.darkMode {
  --black: 205, 205, 205;
  --always-black: 0, 0, 0;
  --always-off-white: 181, 181, 185;
  --white: 0, 0, 0;
  --off-white: 27, 27, 27;
  --off-white-2: 31, 31, 31;
  --green: 0, 102, 77;
}
.darkMode .darkmode__button span.switch svg:nth-of-type(1) {
  pointer-events: none;
  opacity: 0;
}
.darkMode .darkmode__button span.switch svg:nth-of-type(2) {
  pointer-events: all;
  transform: scale(1.2);
  opacity: 1;
}
.darkMode a.logo {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.darkMode a.logo img:nth-of-type(1) {
  display: none;
}
.darkMode a.logo img:nth-of-type(2) {
  display: block;
}
.darkMode img {
  filter: brightness(80%) !important;
}

form.form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
form.form .input__wrapper {
  flex-grow: 1;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  form.form .input__wrapper {
    margin-bottom: 3rem;
  }
}
form.form .input__wrapper input:not([type=submit]),
form.form .input__wrapper input:not([type=firstname]),
form.form .input__wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  resize: none;
  color: inherit;
  caret-color: rgba(var(--black), 1);
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  letter-spacing: 0.04rem;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  width: 70rem;
  height: 4rem;
  border-bottom: 1px solid rgba(var(--black), 0.35);
  font-family: "InterTightMedium", sans-serif;
}
@media (max-width: 1024px) {
  form.form .input__wrapper input:not([type=submit]),
  form.form .input__wrapper input:not([type=firstname]),
  form.form .input__wrapper select {
    width: calc(100vw - 4rem);
    height: 5rem;
    padding-left: 0;
    font-size: 3rem;
  }
}
form.form .input__wrapper input:not([type=submit]):active, form.form .input__wrapper input:not([type=submit]):focus,
form.form .input__wrapper input:not([type=firstname]):active,
form.form .input__wrapper input:not([type=firstname]):focus,
form.form .input__wrapper select:active,
form.form .input__wrapper select:focus {
  outline: none;
}
form.form .input__wrapper input:not([type=submit]):focus ~ label,
form.form .input__wrapper input:not([type=firstname]):focus ~ label,
form.form .input__wrapper select:focus ~ label {
  opacity: 0.2;
}
form.form .input__wrapper input:not([type=submit])::-moz-placeholder, form.form .input__wrapper input:not([type=firstname])::-moz-placeholder, form.form .input__wrapper select::-moz-placeholder {
  opacity: 0.5;
  font-weight: initial;
}
form.form .input__wrapper input:not([type=submit])::placeholder,
form.form .input__wrapper input:not([type=firstname])::placeholder,
form.form .input__wrapper select::placeholder {
  opacity: 0.5;
  font-weight: initial;
}
form.form .input__wrapper input:not([type=submit]):not(:-moz-placeholder), form.form .input__wrapper input:not([type=firstname]):not(:-moz-placeholder), form.form .input__wrapper select:not(:-moz-placeholder) {
  background: rgba(var(--off-white), 1);
}
form.form .input__wrapper input:not([type=submit]):not(:placeholder-shown),
form.form .input__wrapper input:not([type=firstname]):not(:placeholder-shown),
form.form .input__wrapper select:not(:placeholder-shown) {
  background: rgba(var(--off-white), 1);
}
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 select: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 select:not(:placeholder-shown) ~ label {
  opacity: 0;
}
form.form .input__wrapper label {
  pointer-events: none;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  form.form .input__wrapper label {
    font-size: 2.2rem;
  }
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus {
  box-shadow: 0 0 0 20rem rgba(var(--off-white), 1) inset;
  -webkit-box-shadow: 0 0 0 20rem rgba(var(--off-white), 1) inset;
  border: none;
}
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 20rem rgba(var(--off-white), 1) inset;
  -webkit-box-shadow: 0 0 0 20rem rgba(var(--off-white), 1) inset;
}
form.form input:-webkit-autofill {
  -webkit-text-fill-color: rgba(var(--black), 1);
}
form.form button[type=submit] {
  z-index: 1;
  margin-top: 0.2rem;
}
@media (max-width: 1024px) {
  form.form button[type=submit] {
    margin-top: 0;
  }
}

.firstname {
  background-color: transparent !important;
  position: absolute !important;
  bottom: 0.5rem !important;
  left: 50rem !important;
  color: transparent !important;
  border: none !important;
  border-bottom: none !important;
  outline: none !important;
  font-size: 1rem !important;
  padding: 0 !important;
  height: 2rem !important;
  width: 20%;
}
.firstname ~ label {
  color: transparent !important;
}
.firstname:focus {
  box-shadow: 0 0 0 20rem rgba(var(--off-white), 1) inset !important;
  -webkit-box-shadow: 0 0 0 20rem rgba(var(--off-white), 1) inset !important;
  border: none;
}

label[for=firstname] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.marquee {
  overflow: hidden;
  display: flex;
}
.marquee .marquee__item {
  white-space: nowrap;
  display: flex;
  gap: 5rem;
  will-change: transform;
}
.marquee .marquee__item > span {
  white-space: nowrap;
  display: flex;
  gap: 5rem;
}
.marquee .marquee__item > span:nth-of-type(1) {
  margin-left: 5rem;
}
@media (max-width: 1024px) {
  .marquee .marquee__item > span:nth-of-type(3), .marquee .marquee__item > span:nth-of-type(4), .marquee .marquee__item > span:nth-of-type(5), .marquee .marquee__item > span:nth-of-type(6) {
    display: none;
  }
}

.page__mask {
  position: fixed;
  top: -0.2rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: calc(100vh + 0.3rem);
  z-index: 99999999;
  pointer-events: none;
  fill: rgba(var(--always-black), 1);
}
@media (max-width: 1024px) {
  .page__mask {
    display: none !important;
  }
}
.page__mask .page__mask__path {
  will-change: transform;
}

.mouse__follow__container {
  z-index: 99;
  display: flex;
}
.mouse__follow__container .label {
  width: 100%;
  position: absolute;
  z-index: 9;
  transition: transform 0.6s cubic-bezier(0.3, 1, 0.7, 1);
  pointer-events: none;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(var(--always-white), 1);
  background: rgba(var(--always-white), 0.1);
  -webkit-backdrop-filter: blur(40px) saturate(120%);
          backdrop-filter: blur(40px) saturate(120%);
  padding: 4rem;
}
@media (max-width: 1024px) {
  .mouse__follow__container .label {
    background: rgba(var(--always-black), 1);
    color: rgba(var(--always-white), 1);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

nav.header__nav {
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  nav.header__nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  nav.header__nav > .rolling__text {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
nav.header__nav > .rolling__text:nth-of-type(1) {
  width: 4.4rem;
}
nav.header__nav > .rolling__text:nth-of-type(2) {
  width: 4.4rem;
}
nav.header__nav > .rolling__text:nth-of-type(3) {
  width: 3.9rem;
}
nav.header__nav > .rolling__text:nth-of-type(4) {
  width: 4.4rem;
}
nav.header__nav > .rolling__text:nth-of-type(5) {
  width: 5.7rem;
}

nav.main__menu {
  position: fixed;
  z-index: 99;
  height: calc(100vh - var(--headerHeight));
  top: var(--headerHeight);
  background: rgba(var(--off-white-2), 1);
  width: 40rem;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 2rem;
}
@media (max-width: 1024px) {
  nav.main__menu {
    width: 100%;
    height: 115vh;
    top: 0;
    right: auto;
    padding: 2rem;
    padding-top: calc(5rem + var(--headerHeight));
    padding-bottom: 30rem;
    overflow: scroll;
  }
}
nav.main__menu .row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 1rem;
}
nav.main__menu .row:not(:nth-of-type(1)) {
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  nav.main__menu .row:not(:nth-of-type(1)) {
    margin-top: 10rem;
  }
}
nav.main__menu .row span.font__xs {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  nav.main__menu .row span.font__xs {
    opacity: 0.4;
  }
}
nav.main__menu .row span.list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
@media (max-width: 1024px) {
  nav.main__menu .row span.list {
    gap: 3rem;
  }
}
nav.main__menu .row span.list a {
  transition: color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 1024px) {
  nav.main__menu .row span.list a {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  nav.main__menu .row span.list a:hover {
    color: rgba(var(--black), 1);
  }
}

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

.hidden__menu__toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-left: 3rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .hidden__menu__toggler {
    padding-left: 5rem;
  }
}
@media (max-width: 1024px) {
  .hidden__menu__toggler p {
    display: none;
  }
}
.hidden__menu__toggler .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 10;
  height: 100%;
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon {
    height: 6rem;
  }
}
.hidden__menu__toggler .icon span {
  display: inline-flex;
  width: 2.4rem;
  height: 1px;
  background: rgba(var(--always-black), 1);
  transition: 0.8s 0.2s opacity cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon span {
    width: 6rem;
    background: white;
  }
}
.hidden__menu__toggler .icon::before, .hidden__menu__toggler .icon::after {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: rgba(var(--always-black), 1);
  display: block;
  position: absolute;
  right: 0;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon::before, .hidden__menu__toggler .icon::after {
    width: 6rem;
    background: white;
  }
}
.hidden__menu__toggler .icon::before {
  transform: translateY(0.6rem);
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon::before {
    transform: translateY(1.4rem);
  }
}
.hidden__menu__toggler .icon::after {
  transform: translateY(-0.6rem);
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon::after {
    transform: translateY(-1.4rem);
  }
}
.hidden__menu__toggler .icon.active span {
  opacity: 0;
  transition: 0.6s opacity cubic-bezier(0.77, 0, 0.175, 1);
}
.hidden__menu__toggler .icon.active::before {
  transform: rotate(45deg);
  width: 2.4rem;
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon.active::before {
    width: 6rem;
  }
}
.hidden__menu__toggler .icon.active::after {
  transform: rotate(-45deg);
  width: 2.4rem;
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon.active::after {
    width: 6rem;
  }
}

.search__bar {
  /* initial height */
  color: rgba(var(--always-black), 1);
  border-bottom: 1px solid rgba(var(--always-black), 0.2);
}
@media (max-width: 1024px) {
  .search__bar {
    display: none;
  }
}
.search__bar ::-moz-selection {
  color: initial;
  background: transparent;
}
.search__bar ::selection {
  color: initial;
  background: transparent;
}
.search__bar #searchInput {
  width: 24rem;
  height: 3rem;
  /* keep input same height */
  padding-left: 1.9rem;
  z-index: 4;
  border: transparent;
  background: transparent;
  /* Remove browser autofill styling */
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: rgba(var(--always-black), 1) !important;
  box-shadow: 0 0 0px 1000px transparent inset;
  color: inherit;
}
.search__bar #searchInput ::-moz-selection {
  color: initial;
  background: transparent;
}
.search__bar #searchInput ::selection {
  color: initial;
  background: transparent;
}
.search__bar #searchInput:focus {
  outline: none;
}
.search__bar #searchInput:focus::-moz-placeholder {
  opacity: 0.5;
}
.search__bar #searchInput:focus::placeholder {
  opacity: 0.5;
}
.search__bar #searchInput::-moz-placeholder {
  font-family: "PPNeueMontrealBook", sans-serif;
  color: rgba(var(--always-black), 1);
}
.search__bar #searchInput::placeholder {
  font-family: "PPNeueMontrealBook", sans-serif;
  color: rgba(var(--always-black), 1);
}
.search__bar #searchInput:not(:-moz-placeholder) {
  background: transparent;
}
.search__bar #searchInput:not(:placeholder-shown) {
  background: transparent;
}
.search__bar .search__icon {
  position: absolute;
  top: 0.7rem;
  z-index: 2;
  pointer-events: none;
}
.search__bar .search__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.search__bar .search__icon svg path {
  stroke: rgba(var(--always-black), 1);
}
.search__bar .search__results {
  position: absolute;
  top: 3.1rem;
  left: 0;
  right: 0;
  border-top: none;
  overflow-y: auto;
  z-index: 999;
  background: rgba(var(--off-white-2), 1);
  width: 100%;
  height: 24rem;
  padding: 1rem;
  color: inherit;
  /* hide by default */
  display: none;
}
.search__bar .search__results a {
  display: block;
  margin-bottom: 0.7rem;
  transition: opacity 0.2s cubic-bezier(0.26, 1, 0.3, 1);
}
.search__bar .search__results a:hover {
  opacity: 0.5;
}

footer {
  height: 50rem;
  padding-top: 1rem;
  background: rgba(var(--always-black), 1);
}
@media (max-width: 1024px) {
  footer {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 3rem;
  }
}
footer .container {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .container .row {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  color: rgba(var(--always-off-white), 1);
}
@media (max-width: 1024px) {
  footer .container .row {
    gap: 1.5rem;
  }
}
footer .container .row h2 {
  color: rgba(var(--always-off-white), 0.7);
}
@media (max-width: 1024px) {
  footer .container .row h2 {
    margin-bottom: 30rem;
    font-size: 5rem;
  }
}
footer .container .row h2 .bold {
  color: rgba(var(--always-off-white), 1);
}
footer .container .row a {
  transition: color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 1024px) {
  footer .container .row a:hover {
    color: rgba(var(--black), 1);
  }
}
footer .container .row span.copy {
  opacity: 0.5;
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  footer .container .row span.copy {
    margin-top: 3rem;
  }
}

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

.landing {
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .landing {
    justify-content: space-between;
    gap: 0;
  }
}

header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2rem;
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  header {
    padding: 0 2rem;
    background: rgba(var(--always-black), 1);
  }
}
header a.logo {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
header a.logo figure img {
  width: auto;
  height: 3rem;
}
@media (max-width: 1024px) {
  header a.logo figure img {
    height: 3.4rem;
  }
}
@media (max-width: 1024px) {
  header a.logo figure img:nth-of-type(1) {
    display: none !important;
  }
}
header a.logo figure img:nth-of-type(2) {
  display: none;
}
@media (max-width: 1024px) {
  header a.logo figure img:nth-of-type(2) {
    display: block !important;
  }
}
header .google__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  header .google__logo p {
    font-size: 2.6rem !important;
  }
}
header .google__logo > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 2.4rem;
  padding: 0.25rem;
}
@media (max-width: 1024px) {
  header .google__logo > span {
    padding: 2rem 0.75rem;
  }
}
header .google__logo > span:nth-of-type(1) {
  background: rgba(var(--white), 1);
  padding-right: 0.4rem;
  border-radius: 0.2rem 0 0 0.2rem;
}
@media (max-width: 1024px) {
  header .google__logo > span:nth-of-type(1) {
    padding-right: 0.75rem;
  }
}
header .google__logo > span:nth-of-type(1) img {
  height: auto;
  width: 1.8rem;
}
@media (max-width: 1024px) {
  header .google__logo > span:nth-of-type(1) img {
    width: 2.6rem;
  }
}
header .google__logo > span:nth-of-type(2) {
  background: rgba(var(--black), 1);
  color: rgba(var(--white), 1);
  padding-left: 0.4rem;
  border-radius: 0 0.2rem 0.2rem 0;
}
@media (max-width: 1024px) {
  header .google__logo > span:nth-of-type(2) {
    padding-left: 0.75rem;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 1024px) {
  header .container {
    padding-bottom: 0;
    gap: 4rem;
  }
}
header .container .whatsapp__button {
  height: 100%;
}
@media (min-width: 1024px) {
  header .container .whatsapp__button:hover:before {
    height: 9.9rem;
  }
}
@media (max-width: 1024px) {
  header .container .whatsapp__button {
    display: none;
  }
}
header .container .whatsapp__button:before {
  content: "";
  width: calc(100% + 1rem);
  left: -0.5rem;
  height: 2px;
  background: rgba(var(--green), 1);
  position: absolute;
  pointer-events: none;
  top: -4.2rem;
  transition: height 1s cubic-bezier(0.77, 0, 0.175, 1);
}
header .container .time__wrapper {
  width: 10rem;
  white-space: nowrap;
  overflow: visible;
  text-align: left;
}
@media (max-width: 1024px) {
  header .container .time__wrapper {
    display: none;
  }
}

.about__page .main .container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.about__page .main .container > p {
  width: 80rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .about__page .main .container > p {
    width: 100%;
  }
}

.contact__page section.main .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10rem;
}
@media (max-width: 1024px) {
  .contact__page section.main .container {
    gap: 5rem;
    flex-direction: column;
  }
}
.contact__page section.main .container .container__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 3rem;
}
.contact__page section.main .container .container__inner h1 {
  width: 47rem;
}
@media (max-width: 1024px) {
  .contact__page section.main .container .container__inner h1 {
    width: 100%;
  }
}
.contact__page section.main .container .container__inner p {
  width: 50rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .contact__page section.main .container .container__inner p {
    width: 70rem;
  }
}
.contact__page section.main .container .container__inner p span.bold {
  font-style: oblique;
}
.faq__page .main .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.faq__page .main .container h1 {
  text-align: center;
}
.faq__page .main .accordions__wrapper .accordion {
  width: 120rem;
}
@media (max-width: 1024px) {
  .faq__page .main .accordions__wrapper .accordion {
    width: 100%;
  }
}

.home__page .hero {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  padding-bottom: 5rem;
}
@media (max-width: 1024px) {
  .home__page .hero {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: calc(8rem + var(--headerHeight));
    padding: 0;
  }
}
.home__page .hero .container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .home__page .hero .container {
    padding-bottom: 0;
  }
}
.home__page .hero .container .container__inner {
  display: flex;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home__page .hero .container .container__inner {
    margin: 0;
    align-items: center;
    flex-direction: column;
  }
}
.home__page .hero .container .container__inner h1 {
  font-size: 30rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .home__page .hero .container .container__inner h1 {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 12rem;
  }
}
.home__page .hero .container .container__inner h1 > span {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -4rem;
}
@media (max-width: 1024px) {
  .home__page .hero .container .container__inner h1 > span {
    margin-top: -2rem;
  }
}
.home__page .hero .container .content {
  height: 100%;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .home__page .hero .container .content {
    display: none;
  }
}
.home__page .hero .container .content picture {
  background: transparent;
}
.home__page .hero .container .content .content__img {
  width: auto;
  height: 30rem;
  position: fixed;
  top: 0;
  left: 0;
  clip-path: polygon(50% 50%, 60% 50%, 60% 60%, 50% 60%);
  -o-object-fit: cover;
     object-fit: cover;
  animation: none;
  overflow: hidden;
  will-change: transform, clip-path, opacity;
}
@media (max-width: 1024px) {
  .home__page .hero .container .content .content__img {
    display: none !important;
  }
}
.home__page section.one {
  padding-top: 5rem;
}
@media (max-width: 1024px) {
  .home__page section.one {
    padding-top: 0;
  }
}
.home__page section.one .container {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10rem;
  padding-top: 10rem;
}
.home__page section.one .container h2 {
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 130rem;
}
@media (max-width: 1024px) {
  .home__page section.one .container h2 {
    width: 100%;
    display: none;
  }
}
.home__page section.one .container .flex__grid {
  display: flex;
  gap: 2px;
  width: 100vw;
}
@media (max-width: 1024px) {
  .home__page section.one .container .flex__grid {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .home__page section.one .container .flex__grid.visible a.item {
    transform: translate3d(0, 0, 0) !important;
  }
  .home__page section.one .container .flex__grid.visible a.item .container {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.home__page section.one .container .flex__grid a.item {
  flex-grow: 1;
  height: 60rem;
  width: 100%;
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), filter 0.6s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  .home__page section.one .container .flex__grid a.item {
    transform: translate3d(0, 0, 0) !important;
    transition: none !important;
    width: 100%;
    margin: 0 auto;
  }
  .home__page section.one .container .flex__grid a.item .container {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
    transition: none !important;
  }
}
.home__page section.one .container .flex__grid a.item .container {
  width: 100%;
  height: 100%;
  background: rgba(var(--off-white), 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 10rem 2rem 0 2rem;
  transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media (max-width: 1024px) {
  .home__page section.one .container .flex__grid a.item .container {
    padding: 5rem;
    padding-bottom: 0;
  }
}
.home__page section.one .container .flex__grid a.item .container .container__inner {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.home__page section.one .container .flex__grid a.item:nth-of-type(1), .home__page section.one .container .flex__grid a.item:nth-of-type(5) {
  transform: translate3d(0, 20rem, 0);
  transition-delay: 0.8;
}
.home__page section.one .container .flex__grid a.item:nth-of-type(2), .home__page section.one .container .flex__grid a.item:nth-of-type(4) {
  transform: translate3d(0, 15rem, 0);
  transition-delay: 0.7;
}
.home__page section.one .container .flex__grid a.item:nth-of-type(3) {
  transform: translate3d(0, 10rem, 0);
  transition-delay: 0.9;
}
.home__page section.one .container .flex__grid a.item h3 {
  transition: transform 0.8s 0.06s cubic-bezier(0.26, 1, 0.3, 1);
}
.home__page section.one .container .flex__grid a.item p {
  transition: transform 0.8s cubic-bezier(0.26, 1, 0.3, 1);
}
.home__page section.one .container .flex__grid a.item .hidden__arrow {
  position: absolute;
  top: 20rem;
  opacity: 0;
  width: 5rem;
  height: 5rem;
  transform: translateY(2rem) scale(0.7);
  transition: transform 0.7s cubic-bezier(0.26, 1, 0.3, 1), opacity 0.9s 0.1s cubic-bezier(0.26, 1, 0.3, 1);
  transform-origin: bottom;
}
@media (max-width: 1024px) {
  .home__page section.one .container .flex__grid a.item .hidden__arrow {
    display: none;
  }
}
.home__page section.one .container .flex__grid a.item .hidden__arrow g path {
  stroke: rgba(var(--black), 1);
}
.home__page section.one .container .flex__grid a.item picture {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25rem;
}
@media (max-width: 1024px) {
  .home__page section.one .container .flex__grid a.item picture {
    left: auto;
    height: 40rem;
  }
}
.home__page section.one .container .flex__grid a.item picture img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
  filter: brightness(80%);
  transition: filter 1s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  .home__page section.one .container .flex__grid a.item picture img {
    filter: brightness(100%);
  }
}
@media (min-width: 1024px) {
  .home__page section.one .container .flex__grid a.item:hover {
    filter: brightness(96%);
  }
  .home__page section.one .container .flex__grid a.item:hover h3 {
    transform: translateY(-2rem);
    transition: transform 1.2s cubic-bezier(0.26, 1, 0.3, 1);
  }
  .home__page section.one .container .flex__grid a.item:hover p {
    transform: translateY(-2.2rem);
    transition: transform 1.2s 0.06s cubic-bezier(0.26, 1, 0.3, 1);
  }
  .home__page section.one .container .flex__grid a.item:hover img {
    filter: brightness(100%);
  }
  .home__page section.one .container .flex__grid a.item:hover .hidden__arrow {
    transform: none;
    opacity: 1;
    transition: transform 1s cubic-bezier(0.26, 1, 0.3, 1), opacity 1.2s 0.1s cubic-bezier(0.26, 1, 0.3, 1);
  }
}
@media (max-width: 1024px) {
  .home__page section.two {
    padding: 0;
  }
}
.home__page section.two .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.home__page section.two .container h2 {
  padding: 5rem 0;
}
@media (max-width: 1024px) {
  .home__page section.two .container h2 {
    padding: 0 0 7.5rem 0;
    font-size: 5.7rem;
  }
}
.home__page section.two .container .flex__grid {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .home__page section.two .container .flex__grid {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.home__page section.two .container .flex__grid .item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .home__page section.two .container .flex__grid .item {
    width: 100% !important;
    height: 60rem !important;
    margin: 0 auto !important;
    flex-direction: column;
    align-items: center;
  }
}
.home__page section.two .container .flex__grid .item a {
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .home__page section.two .container .flex__grid .item a {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .home__page section.two .container .flex__grid .item a:hover img {
    filter: brightness(70%) saturate(130%);
  }
}
@media (max-width: 1024px) {
  .home__page section.two .container .flex__grid .item a .label {
    position: relative;
  }
}
.home__page section.two .container .flex__grid .item a .label span:nth-of-type(2) {
  opacity: 0.6;
}
.home__page section.two .container .flex__grid .item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 2s cubic-bezier(0.26, 1, 0.3, 1);
}
.home__page section.two .container .flex__grid .item:nth-of-type(1) {
  width: 30vw;
  height: 60rem;
}
.home__page section.two .container .flex__grid .item:nth-of-type(2) {
  width: 45vw;
  height: 70rem;
}
.home__page section.two .container .flex__grid .item:nth-of-type(3) {
  width: 25vw;
  height: 40rem;
}
.home__page section.two .container .flex__grid .item:nth-of-type(4) {
  width: 45vw;
  height: 70rem;
  margin-top: 30rem;
  margin-left: 15vw;
}
.home__page section.two .container .flex__grid .item:nth-of-type(5) {
  width: 40vw;
  margin-left: 60vw;
  margin-top: -85rem;
  height: 60rem;
}
.home__page section.two .container .flex__grid .item:nth-of-type(6) {
  width: 40vw;
  height: 60rem;
  margin-top: 30rem;
}
.home__page section.two .container .flex__grid .item:nth-of-type(7) {
  width: 48vw;
  height: 70rem;
  margin-top: 15rem;
}
.home__page section.two .container .flex__grid .item:nth-of-type(8) {
  width: 50vw;
  height: 70rem;
  margin-left: 10vw;
  margin-top: 25rem;
}
.home__page section.two .container .flex__grid .item:nth-of-type(9) {
  width: 40vw;
  height: 60rem;
  margin-top: 10rem;
}
.home__page section.three {
  background: rgba(var(--off-white), 1);
}
.home__page section.three .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10rem;
}
@media (max-width: 1024px) {
  .home__page section.three .container {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
}
.home__page section.three .container .container__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .home__page section.three .container .container__inner {
    align-items: center;
    gap: 3rem;
  }
}
.home__page section.three .container .container__inner h2 {
  width: 70rem;
}
@media (max-width: 1024px) {
  .home__page section.three .container .container__inner h2 {
    width: 100%;
    text-align: center;
  }
}
.home__page section.three .container .container__inner p {
  width: 55rem;
}
@media (max-width: 1024px) {
  .home__page section.three .container .container__inner p {
    width: 60rem;
    text-align: center;
  }
}
.home__page section.three .container .container__inner p span.bold {
  display: block;
  margin-top: 1rem;
  font-style: oblique;
}

@media (max-width: 1024px) {
  .landing__page .hero {
    padding-top: 15rem;
  }
}
.landing__page .hero .container {
  display: grid;
  grid-template-columns: repeat(2, 90rem);
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 1024px) {
  .landing__page .hero .container {
    display: flex;
    flex-direction: column;
  }
}
.landing__page .hero .container .col {
  height: 100%;
  width: 90rem;
  flex-basis: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2rem;
  background: rgba(var(--off-white), 1);
  padding: 5rem;
}
@media (max-width: 1024px) {
  .landing__page .hero .container .col {
    width: 100%;
  }
}
.landing__page .hero .container .col:nth-of-type(1) h1 {
  width: 60rem;
}
.landing__page .hero .container .col:nth-of-type(1) p {
  width: 60rem;
}
.landing__page .hero .container .col:nth-of-type(1) p:nth-of-type(2) {
  background: rgba(var(--off-white-2), 1);
  padding: 0.5rem;
}
.landing__page .hero .container .col:nth-of-type(1) p:nth-of-type(2) span.bold {
  display: block;
  margin-top: 0.8rem;
}
.landing__page .hero .container .col:nth-of-type(2) .form input:not([type=submit]),
.landing__page .hero .container .col:nth-of-type(2) .form input:not([type=firstname]),
.landing__page .hero .container .col:nth-of-type(2) .form select {
  width: 79rem;
}
@media (max-width: 1024px) {
  .landing__page .hero .container .col:nth-of-type(2) .form input:not([type=submit]),
  .landing__page .hero .container .col:nth-of-type(2) .form input:not([type=firstname]),
  .landing__page .hero .container .col:nth-of-type(2) .form select {
    width: 60rem;
  }
}
.landing__page .hero .container .col:nth-of-type(3) ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.landing__page .hero .container .col:nth-of-type(4) .promo__video {
  width: 80rem;
  height: 45rem;
}
@media (max-width: 1024px) {
  .landing__page .hero .container .col:nth-of-type(4) .promo__video {
    width: 61rem;
    height: 34.5rem;
  }
}
.landing__page .hero .container .col:nth-of-type(4) .promo__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.company-name:after {
  content: "JSWD";
  color: rgba(var(--always-black), 1);
}

.company-email {
  color: rgba(var(--always-black), 1);
}

.company-website:after {
  content: "https://jswd.co.uk";
  color: rgba(var(--always-black), 1);
}

.policy__page .main {
  min-height: 80rem;
}
.policy__page .main .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.policy__page .main p.font__s {
  width: 80rem;
}
@media (max-width: 768px) {
  .policy__page .main p.font__s {
    width: 100%;
  }
}

.project__page .main .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .project__page .main .container {
    gap: 5rem;
  }
}
.project__page .main .container .container__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.project__page .main .container .container__inner > p {
  text-align: center;
  width: 56rem;
}
@media (max-width: 1024px) {
  .project__page .main .container .container__inner > p {
    margin-top: 1rem;
    width: calc(100% - 10rem);
  }
}
.project__page .main .container .container__inner .live__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgba(var(--black), 1);
}
.project__page .main .container .container__inner .live__link .link__icon {
  background: rgba(var(--off-white), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  border-radius: 50%;
}
.project__page .main .container .container__inner .live__link .link__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}
.project__page .main .container .container__inner .live__link .link__icon svg path {
  fill: rgba(var(--black), 1);
}
.project__page .main .container .grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .project__page .main .container .grid {
    margin-bottom: 1rem;
  }
}
.project__page .main .container .grid .item {
  height: 80rem;
  width: 120rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(var(--off-white), 1);
}
@media (max-width: 1024px) {
  .project__page .main .container .grid .item {
    height: 60rem;
    width: 100vw;
  }
}
.project__page .main .container .grid .item picture {
  width: 100%;
  height: 100%;
}

.projects__page .main .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 1024px) {
  .projects__page .main .container {
    gap: 5rem;
  }
}
.projects__page .main .container .container__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.projects__page .main .container .container__inner p {
  text-align: center;
}
@media (max-width: 1024px) {
  .projects__page .main .container .container__inner p {
    width: 35rem;
  }
}
.projects__page .main .container .grid {
  display: flex;
  gap: 1rem;
  row-gap: 3rem;
  align-items: center;
  justify-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .projects__page .main .container .grid {
    flex-wrap: wrap;
    row-gap: 5rem;
  }
}
.projects__page .main .container .grid .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .projects__page .main .container .grid .item {
    align-items: center;
    gap: 2rem;
  }
}
.projects__page .main .container .grid .item a {
  width: 100%;
  height: 15rem;
}
@media (max-width: 1024px) {
  .projects__page .main .container .grid .item a {
    height: 23rem;
    width: 23rem;
  }
}
@media (min-width: 1024px) {
  .projects__page .main .container .grid .item a:hover img {
    transform: scale(1.04);
  }
}
.projects__page .main .container .grid .item a picture {
  width: 100%;
  height: 100%;
}
.projects__page .main .container .grid .item a img {
  transition: transform 3s cubic-bezier(0.26, 1, 0.3, 1);
}

.service__page .main .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .service__page .main .container {
    gap: 5rem;
    flex-direction: column;
  }
}
.service__page .main .container .container__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.service__page .main .container .container__inner .p__wrapper {
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .service__page .main .container .container__inner .p__wrapper {
    flex-direction: column;
    margin: 3rem 0;
  }
}
.service__page .main .container .container__inner .p__wrapper p {
  width: 32vw;
  padding: 2rem;
  background: rgba(var(--off-white), 1);
}
.service__page .main .container .container__inner .p__wrapper p .link {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .service__page .main .container .container__inner .p__wrapper p {
    width: 100%;
  }
}
.service__page .main .container picture {
  width: 100%;
  height: 94rem;
  background: rgba(var(--off-white), 1);
}
@media (max-width: 1024px) {
  .service__page .main .container picture {
    width: 100%;
    height: 50rem;
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.lenis.lenis-scrolling header,
.lenis.lenis-scrolling .main__menu,
.lenis.lenis-scrolling img {
  will-change: transform;
}/*# sourceMappingURL=main.css.map */