/**
*
* Testing
*
**/
:root {
  --black: 0, 0, 0;
  --white: 255, 255, 255;
  --light-grey: 242, 244, 242;
  --green: 15, 131, 34;
  --light-green: 55, 222, 83;
  --dark-green: 17, 85, 28;
}

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

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

.home__page .hero figure:after, .home__page .hero figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.padding__top__small {
  padding-top: 5rem;
}

.padding__bottom__small {
  padding-bottom: 5rem;
}

.padding__top__medium {
  padding-top: 10rem;
}

.padding__bottom__medium {
  padding-bottom: 10rem;
}

.padding__top__large {
  padding-top: 20rem;
}

.padding__bottom__large {
  padding-bottom: 20rem;
}

@media (min-width: 768px) {
  .contact__page section.contact__main .container > p a, header .main__bar ul.menu li a, header .top__bar .contact__links li a, footer .row:nth-of-type(3) .col a, footer .row:nth-of-type(2) ul.menu li a {
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
  .contact__page section.contact__main .container > p a:after, header .main__bar ul.menu li a:after, header .top__bar .contact__links li a:after, footer .row:nth-of-type(3) .col a:after, footer .row:nth-of-type(2) ul.menu li a:after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.45, 0, 0.55, 1);
    width: 100%;
  }
  .contact__page section.contact__main .container > p a:hover:after, header .main__bar ul.menu li a:hover:after, header .top__bar .contact__links li a:hover:after, footer .row:nth-of-type(3) .col a:hover:after, footer .row:nth-of-type(2) ul.menu li a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .contact__page section.contact__main .container > p a:after, header .main__bar ul.menu li a:after, header .top__bar .contact__links li a:after, footer .row:nth-of-type(3) .col a:after, footer .row:nth-of-type(2) ul.menu li a:after {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  .contact__page section.contact__main .container > p a, header .main__bar ul.menu li a, header .top__bar .contact__links li a, footer .row:nth-of-type(3) .col a, footer .row:nth-of-type(2) ul.menu li a {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .contact__page section.contact__main .container > p a:after, header .main__bar ul.menu li a:after, header .top__bar .contact__links li a:after, footer .row:nth-of-type(3) .col a:after, footer .row:nth-of-type(2) ul.menu li a:after {
    display: none !important;
  }
}
html {
  -webkit-tap-highlight-color: transparent !important;
  font-size: 0.5208333333vw !important;
  transition: font-size 0s 0s !important;
  background: rgba(var(--light-grey), 1);
}
@media (max-width: 768px) {
  html {
    font-size: 0.7291666667vw !important;
  }
}

main {
  z-index: 20;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
main section {
  height: 100%;
  width: 100%;
  background: rgba(var(--white), 1);
}
main section .container {
  padding: 0 10rem;
}
@media (max-width: 768px) {
  main section .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
main section .container img {
  border-radius: 3rem;
}
main img,
main svg {
  -webkit-user-drag: none;
  image-rendering: optimizeQuality;
}
main img.small {
  display: none;
}
@media (max-width: 768px) {
  main img.large {
    display: none;
  }
  main img.small {
    display: block;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
}

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,
picture,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  background: none;
  border: none;
}

@font-face {
  font-family: "NeueMontreal";
  font-weight: 400;
  font-style: normal;
  src: url("../NeueMontreal.woff2") format("woff2");
  font-display: swap;
}
body {
  font-family: "NeueMontreal", Arial, sans-serif;
  color: rgba(var(--black), 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.022em;
}
body ::-moz-selection {
  /* Code for Firefox */
  background: rgba(var(--green), 1);
  color: rgba(var(--white), 1);
}
body ::selection {
  background: rgba(var(--green), 1);
  color: rgba(var(--white), 1);
}
body .font__opaque__dark {
  color: rgba(var(--black), 0.65);
}
body .font__opaque__light {
  color: rgba(var(--white), 0.65);
}
body .line__height__1-5 {
  line-height: 1.5;
}
body .font__s {
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  body .font__s {
    font-size: 5.5rem;
  }
}
body .font__m {
  line-height: 1.2;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  body .font__m {
    font-size: 7rem;
    line-height: 1.3;
  }
}
body .font__l {
  line-height: 1.2;
  font-size: 7rem;
}
@media (max-width: 768px) {
  body .font__l {
    font-size: 10rem;
    line-height: 1.3;
  }
}
body ul {
  list-style: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body figcaption,
body .marquee {
  cursor: default;
}
body h1,
body h2 {
  text-transform: capitalize;
}
body a,
body button,
body .accordionItemHeading {
  text-decoration: none;
  color: inherit;
  cursor: pointer !important;
}
body a p,
body button p,
body .accordionItemHeading p {
  cursor: pointer !important;
}

.button {
  background: rgba(var(--green), 1);
  color: rgba(var(--white), 1);
  padding: 3rem 4rem;
  border-radius: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 1rem 1rem rgba(var(--dark-green), 0.2);
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.2s cubic-bezier(0.45, 0, 0.55, 1), background 0.2s cubic-bezier(0.45, 0, 0.55, 1), color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (min-width: 768px) {
  .button:hover {
    background: rgba(var(--dark-green), 1);
    box-shadow: 0 0.5rem 1rem rgba(var(--dark-green), 0.1);
    transform: translateY(0.2rem);
  }
}
@media (max-width: 768px) {
  .button {
    padding: 10rem;
  }
}

.contact__now {
  z-index: 9999;
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: rgba(var(--white), 1);
  background: rgba(var(--dark-green), 1);
  box-shadow: 0 1rem 1rem rgba(var(--dark-green), 0.2);
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.2s cubic-bezier(0.45, 0, 0.55, 1), background 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  padding: 2rem 4rem;
  border-radius: 8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.contact__now:hover {
  box-shadow: 0 0.5rem 1rem rgba(var(--dark-green), 0.1);
  background: rgba(var(--green), 1);
  transform: translateY(0.2rem);
}
@media (max-width: 725px) {
  .contact__now {
    display: none;
  }
}
.contact__now svg {
  width: 3rem;
  height: auto;
}
.contact__now svg path {
  stroke: rgba(var(--black), 1);
  fill: rgba(var(--light-green), 1);
}

.call__now {
  display: none;
}
@media (max-width: 725px) {
  .call__now {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5rem;
    right: 5rem;
    z-index: 99999;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background: rgb(84, 255, 113);
    box-shadow: 0 1rem 1rem rgba(var(--dark-green), 0.2);
  }
  .call__now svg {
    width: 8rem;
    height: auto;
  }
}

#consent-popup {
  border-radius: 2rem;
  position: fixed;
  top: 20rem;
  left: 5rem;
  padding: 2rem 3rem;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: white;
  transition: color 0.4s cubic-bezier(0.45, 0, 0.55, 1), background 0.4s cubic-bezier(0.45, 0, 0.55, 1);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
  animation: revealCookie 1s 2s cubic-bezier(0.45, 0, 0.55, 1) forwards;
  opacity: 0;
}
@media (max-width: 768px) {
  #consent-popup {
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    padding: 7rem;
    top: 20rem;
    border-radius: 4rem;
    align-items: center;
    text-align: center;
  }
}
@keyframes revealCookie {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#consent-popup p.description {
  display: flex;
  align-items: center;
  width: 48rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  #consent-popup p.description {
    justify-content: center;
    align-items: center;
    margin-right: 4rem;
    width: 84rem;
    font-size: 4rem;
  }
}
#consent-popup .cookie__buttons {
  display: flex;
}
#consent-popup .btn {
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin-top: 1rem;
  transition: color 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}
#consent-popup .btn:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #consent-popup .btn {
    margin-top: 3rem;
    font-size: 4.5rem;
  }
}
#consent-popup.hidden {
  display: none !important;
  opacity: 0;
  z-index: -99;
}

.dropbtn {
  cursor: pointer !important;
}
@media (max-width: 768px) {
  .dropbtn {
    display: none !important;
  }
}
.dropbtn svg {
  height: auto;
  width: 1.5rem;
  top: -0.2rem;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.dropdown {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .dropdown:hover {
    cursor: pointer;
  }
  .dropdown:hover .dropbtn svg {
    transform: rotateX(180deg);
  }
  .dropdown:hover .dropdown__content {
    display: block !important;
  }
  .dropdown:hover .dropdown__content .dropdown__content__inner {
    opacity: 1 !important;
    animation: revealDropCont 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  @keyframes revealDropCont {
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
}
@media (max-width: 768px) {
  .dropdown {
    display: flex;
    flex-direction: column;
  }
}
.dropdown .dropdown__content {
  display: none;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 3;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .dropdown .dropdown__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    top: auto;
    left: auto;
    transform: none;
    padding: 2.5rem 0;
  }
}
.dropdown .dropdown__content .dropdown__content__inner {
  opacity: 0;
  transform: translate3d(0, 3rem, 0);
  background: rgba(var(--white), 1);
  box-shadow: 0 0.5rem 3rem rgba(var(--dark-green), 0.15);
  border-radius: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .dropdown .dropdown__content .dropdown__content__inner {
    opacity: 1;
    transform: none;
    background: none;
    box-shadow: none;
    border-top: 1px solid rgba(var(--black), 0.15);
    border-bottom: 1px solid rgba(var(--black), 0.15);
    padding: 5rem 0;
    border-radius: 0;
    width: 100vw;
  }
}
.dropdown .dropdown__content .dropdown__content__inner ul {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
}
@media (max-width: 768px) {
  .dropdown .dropdown__content .dropdown__content__inner ul {
    gap: 5rem;
    width: 100%;
  }
}
.dropdown .dropdown__content .dropdown__content__inner ul li {
  height: 100%;
  width: 100%;
}
.dropdown .dropdown__content .dropdown__content__inner ul li a {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2.5rem;
  transition: background 0.1s cubic-bezier(0.45, 0, 0.55, 1), color 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
.dropdown .dropdown__content .dropdown__content__inner ul li a:after {
  display: none;
}
@media (min-width: 768px) {
  .dropdown .dropdown__content .dropdown__content__inner ul li a:hover {
    background: rgba(var(--green), 1);
    color: rgba(var(--white), 1);
  }
}
@media (max-width: 768px) {
  .dropdown .dropdown__content .dropdown__content__inner ul li a {
    justify-content: center;
  }
}

form.form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background: rgba(var(--light-grey), 1);
  padding: 5rem 7.5rem 0 5rem;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  form.form {
    padding: 10rem 1rem 5rem 1rem;
    width: 100vw;
  }
}
form.form .input__wrapper {
  flex-grow: 1;
  margin-bottom: 2.5rem;
}
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: 90rem;
  height: 6rem;
  border: 1px dashed rgba(var(--black), 0.35);
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  form.form .input__wrapper input:not([type=submit]),
  form.form .input__wrapper input:not([type=firstname]),
  form.form .input__wrapper select {
    width: calc(100vw - 6rem);
    margin: 5rem 2rem 7.5rem 2rem;
    height: 25rem;
    padding-left: 3rem;
    font-size: 8rem;
  }
}
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-shown), form.form .input__wrapper input:not([type=firstname]):not(:-moz-placeholder-shown), form.form .input__wrapper select:not(:-moz-placeholder-shown) {
  background: rgba(var(--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(--white), 1);
}
form.form .input__wrapper input:not([type=submit]):not(:-moz-placeholder-shown) ~ label, form.form .input__wrapper input:not([type=firstname]):not(:-moz-placeholder-shown) ~ label, form.form .input__wrapper select:not(:-moz-placeholder-shown) ~ 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: 2rem;
}
@media (max-width: 768px) {
  form.form .input__wrapper label {
    font-size: 7rem;
    margin-left: 2.5rem;
  }
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus {
  box-shadow: 0 0 0 20rem rgba(var(--white), 1) inset;
  -webkit-box-shadow: 0 0 0 20rem rgba(var(--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 {
  -webkit-box-shadow: 0 0 0 20rem rgba(var(--white), 1) inset;
}
form.form input:-webkit-autofill {
  -webkit-text-fill-color: rgba(var(--black), 1);
}
form.form button[type=submit] {
  z-index: 1;
  text-transform: uppercase;
  width: 100%;
  padding: 4rem 0;
  margin-bottom: 2.5rem;
  font-family: inherit;
  font-weight: 900;
}
@media (max-width: 768px) {
  form.form button[type=submit] {
    padding: 10rem 0;
    margin-left: 2rem;
    width: calc(100vw - 6rem);
  }
}

.firstname {
  background-color: transparent !important;
  color: transparent !important;
  border: none !important;
  border-bottom: none !important;
  outline: none !important;
  font-size: 1rem !important;
  padding: 0 !important;
  height: 4rem !important;
  width: 100%;
}
.firstname ~ label {
  color: transparent !important;
}
.firstname:focus {
  box-shadow: 0 0 0 20rem rgba(var(--light-grey), 1) inset !important;
  -webkit-box-shadow: 0 0 0 20rem rgba(var(--light-grey), 1) inset !important;
  border: none;
}

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

footer {
  background: rgba(var(--light-grey), 1);
  width: 100%;
  z-index: 1;
  padding: 0 10rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 45rem;
  }
}
footer .row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  footer .row {
    flex-direction: column;
    gap: 20rem;
  }
}
footer .row:nth-of-type(1) {
  margin-bottom: 10rem;
  align-items: center;
  justify-content: center;
}
footer .row:nth-of-type(1) img {
  width: 40rem;
  height: auto;
}
@media (max-width: 768px) {
  footer .row:nth-of-type(1) img {
    width: 90rem;
  }
}
footer .row:nth-of-type(2) {
  margin-bottom: 10rem;
  justify-content: space-between;
  border-top: 1px solid rgba(var(--black), 0.2);
  border-bottom: 1px solid rgba(var(--black), 0.2);
  padding: 5rem 0;
}
@media (max-width: 768px) {
  footer .row:nth-of-type(2) {
    padding: 15rem 0;
  }
}
footer .row:nth-of-type(2) .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  footer .row:nth-of-type(2) .col {
    gap: 5rem;
  }
}
footer .row:nth-of-type(2) .col span.social__links {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  footer .row:nth-of-type(2) .col span.social__links {
    gap: 5rem;
  }
}
footer .row:nth-of-type(2) .col span.social__links svg {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 768px) {
  footer .row:nth-of-type(2) .col span.social__links svg {
    width: 6rem;
    height: 6rem;
  }
}
footer .row:nth-of-type(2) ul.menu {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  footer .row:nth-of-type(2) ul.menu {
    gap: 5rem;
  }
}
footer .row:nth-of-type(2) ul.menu li.heading {
  margin-bottom: 3rem;
}
footer .row:nth-of-type(3) {
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .row:nth-of-type(3) {
    gap: 10rem;
  }
}
footer .row:nth-of-type(3) .col a.jswd__link {
  font-weight: bold;
  color: black;
}
footer .row:nth-of-type(3) .col:nth-of-type(2) {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  footer .row:nth-of-type(3) .col:nth-of-type(2) {
    flex-direction: column;
    gap: 5rem;
  }
}

header {
  z-index: 999;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  transition: margin-top 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  box-shadow: 0 0.5rem 3rem rgba(var(--black), 0.05);
}
@media (min-width: 768px) {
  header {
    position: sticky;
    top: -5rem;
  }
}
@media (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
header .top__bar {
  width: 100%;
  height: 5rem;
  background: rgba(var(--light-grey), 1);
  padding: 0 25rem;
}
@media (max-width: 768px) {
  header .top__bar {
    display: none;
  }
}
header .top__bar .contact__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  width: 100%;
  height: 100%;
}
header .top__bar .contact__links li svg {
  height: auto;
  width: 1.3rem;
}
header .top__bar .contact__links li svg path {
  fill: rgba(var(--green), 1);
}
header .top__bar .contact__links li:nth-of-type(2) svg {
  top: 0.1rem;
}
header .main__bar {
  height: 10rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25rem;
  background: rgba(var(--white), 1);
}
@media (max-width: 768px) {
  header .main__bar {
    padding: 0;
    height: 25rem;
    flex-direction: column;
    justify-content: flex-start;
    overflow: scroll;
  }
}
header .main__bar a.logo {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
header .main__bar a.logo img {
  width: auto;
  height: 6rem;
}
@media (max-width: 768px) {
  header .main__bar a.logo img {
    height: 16rem;
    top: 4.5rem;
    margin-bottom: 20rem;
  }
}
header .main__bar ul.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  header .main__bar ul.menu {
    flex-direction: column;
    display: none;
    gap: 5rem;
  }
}
header .main__bar ul.menu li {
  line-height: 1.3;
}
.mobile__nav__btn {
  display: none;
  cursor: pointer;
}
.mobile__nav__btn.active__btn span:nth-of-type(1) {
  display: none !important;
}
.mobile__nav__btn.active__btn span:nth-of-type(2) {
  display: block !important;
}
@media (max-width: 768px) {
  .mobile__nav__btn {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5rem;
    right: 5rem;
    z-index: 99999;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background: rgba(var(--dark-green), 1);
    box-shadow: 0 1rem 1rem rgba(var(--dark-green), 0.2);
  }
  .mobile__nav__btn span {
    position: absolute;
  }
  .mobile__nav__btn span:nth-of-type(2) {
    display: none;
  }
  .mobile__nav__btn span:nth-of-type(2) svg {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
  .mobile__nav__btn span svg {
    pointer-events: none;
    width: 8rem;
    height: auto;
  }
}
@media (max-width: 725px) {
  .mobile__nav__btn {
    bottom: 32rem;
  }
}

.active {
  background: rgba(var(--black), 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 100%;
}
.active .main__bar {
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding-bottom: 70rem !important;
}
.active .main__bar ul {
  display: flex !important;
}

.header__active {
  transform: translate3d(0, -10rem, 0);
}

@media (max-width: 768px) {
  .contact__page section.contact__main {
    padding-top: 35rem;
    padding-bottom: 0;
  }
}
.contact__page section.contact__main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
}
.contact__page section.contact__main .container h1 {
  text-align: center;
}
@media (max-width: 768px) {
  .contact__page section.contact__main .container h1 {
    margin-bottom: 10rem;
  }
}
.contact__page section.contact__main .container > p {
  display: flex;
  gap: 5rem;
  margin: 3rem 0 5rem 0;
}
@media (max-width: 768px) {
  .contact__page section.contact__main .container > p {
    display: none;
  }
}
.contact__page section.contact__main .container > p a {
  color: rgba(var(--green), 1);
}

.home__page .hero {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background: rgba(var(--black), 1);
  padding: 15rem 0 10rem 0;
}
@media (max-width: 768px) {
  .home__page .hero {
    height: -moz-fit-content;
    height: fit-content;
    padding: 40rem 0 0 0;
  }
}
.home__page .hero .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
  text-align: center;
  z-index: 1;
  padding-bottom: 15rem;
}
@media (max-width: 768px) {
  .home__page .hero .container {
    gap: 10rem;
    padding-bottom: 25rem;
  }
}
.home__page .hero .container h1 {
  color: rgba(var(--white), 1);
}
@media (max-width: 768px) {
  .home__page .hero .container h1 {
    padding: 0 12rem;
  }
}
.home__page .hero .container p {
  width: 90rem;
}
@media (max-width: 768px) {
  .home__page .hero .container p {
    width: 100%;
  }
}
.home__page .hero .banner {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 10rem;
  background: rgba(var(--light-green), 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .home__page .hero .banner {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10rem 0;
  }
}
.home__page .hero .banner p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  color: black !important;
}
@media (max-width: 768px) {
  .home__page .hero .banner p {
    flex-direction: column;
    line-height: 2;
  }
  .home__page .hero .banner p span.bull {
    display: none;
  }
}
.home__page .hero .banner p span.bull {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(var(--black), 1);
}
.home__page .hero figure {
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .home__page .hero figure {
    height: 85vh;
  }
}
.home__page .hero figure:after {
  content: "";
  background: rgba(var(--black), 0.6);
}
.home__page .hero figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.home__page section.intro {
  z-index: 1;
}
.home__page section.intro .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home__page section.intro .container > p {
  text-align: center;
}
.home__page section.intro .container > p:nth-of-type(1) {
  margin: 2.5rem 0 1.5rem 0;
}
@media (max-width: 768px) {
  .home__page section.intro .container > p:nth-of-type(1) {
    margin: 5rem 0;
  }
}
.home__page section.intro .container > p:nth-of-type(2) {
  color: rgba(var(--green), 1);
  font-weight: bold;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .home__page section.intro .container > p:nth-of-type(2) {
    margin-bottom: 15rem;
  }
}
.home__page section.trusted__liverpool__locksmith {
  background: rgba(var(--light-grey), 1);
}
.home__page section.trusted__liverpool__locksmith .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}
@media (max-width: 768px) {
  .home__page section.trusted__liverpool__locksmith .container {
    flex-direction: column-reverse;
  }
}
.home__page section.trusted__liverpool__locksmith .container .container__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 75rem;
}
@media (max-width: 768px) {
  .home__page section.trusted__liverpool__locksmith .container .container__inner {
    width: 100%;
  }
}
.home__page section.trusted__liverpool__locksmith .container .container__inner p {
  margin: 3rem 0 5rem 0;
}
.home__page section.trusted__liverpool__locksmith .container figure {
  width: 80rem;
  height: 80rem;
}
@media (max-width: 768px) {
  .home__page section.trusted__liverpool__locksmith .container figure {
    width: 96vw;
    height: 100rem;
  }
}
.home__page section.locksmith__highlights .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10rem;
}
.home__page section.locksmith__highlights .container .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5rem;
}
@media (max-width: 768px) {
  .home__page section.locksmith__highlights .container .grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -moz-column-gap: auto;
         column-gap: auto;
    gap: 15rem;
  }
}
.home__page section.locksmith__highlights .container .grid .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  width: 30rem;
}
@media (min-width: 768px) {
  .home__page section.locksmith__highlights .container .grid .item:hover span.icon {
    box-shadow: 0 0.25rem 0.5rem rgba(var(--dark-green), 0.1);
    transform: scale(1.2);
    background: rgba(var(--light-green), 1);
  }
}
@media (max-width: 768px) {
  .home__page section.locksmith__highlights .container .grid .item {
    width: 100%;
    gap: 5rem;
  }
}
.home__page section.locksmith__highlights .container .grid .item span.icon {
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(var(--white), 1);
  box-shadow: 0 0.5rem 1rem rgba(var(--dark-green), 0.2);
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.2s cubic-bezier(0.45, 0, 0.55, 1), background 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (max-width: 768px) {
  .home__page section.locksmith__highlights .container .grid .item span.icon {
    width: 30rem;
    height: 30rem;
  }
}
.home__page section.locksmith__highlights .container .grid .item span.icon svg {
  width: auto;
  height: 4rem;
}
@media (max-width: 768px) {
  .home__page section.locksmith__highlights .container .grid .item span.icon svg {
    height: 10rem;
  }
}
.home__page section.contact__banner {
  background: rgba(var(--light-green), 1);
}
@media (max-width: 768px) {
  .home__page section.contact__banner {
    padding: 10rem 5rem;
  }
}
.home__page section.contact__banner a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.home__page section.contact__banner a h2 {
  cursor: pointer;
}
@media (max-width: 768px) {
  .home__page section.contact__banner a h2 {
    line-height: 1.8;
  }
}
.home__page section.contact__banner a h2 span {
  background: rgba(var(--black), 1);
  color: rgba(var(--white), 1);
  padding: 1.5rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .home__page section.contact__banner a h2 span {
    padding: 3rem 5rem;
  }
}
.home__page section.contact__banner a h2 span:hover {
  text-decoration: underline;
}

.policy__page section.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .policy__page section.hero {
    padding-top: 35rem;
  }
}
.policy__page section.hero p.call {
  text-align: center;
  margin-top: 5rem;
}
.policy__page section.hero p.call a {
  text-decoration: underline;
}
.policy__page section.hero p.call a:hover {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.policy__page section.hero .company-name:after {
  content: "Emergency Locksmith Liverpool";
  color: rgba(var(--black), 1);
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.policy__page section.hero a {
  color: rgba(var(--black), 1);
}
.policy__page section.hero .company-website:after {
  content: "https://emergencylocksmithliverpool.co.uk";
  color: rgba(var(--black), 1);
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.policy__page section.hero .container {
  align-items: center;
}
@media (max-width: 768px) {
  .policy__page section.hero .container {
    padding: 0 4rem;
  }
}
.policy__page section.hero .container h1 {
  text-align: center;
  max-width: 120rem;
  line-height: 1.2;
}
.policy__page section.hero .container .button {
  margin-top: 3rem;
}
.policy__page section.hero .container p.description {
  margin-top: 5rem;
  max-width: 120rem;
  line-height: 1.5;
}
.policy__page section.hero .container p.description a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .service__page .service__hero {
    padding-top: 35rem;
  }
}
.service__page .service__hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.service__page .service__hero .container h1 {
  text-align: center;
}
.service__page .service__hero .container .container__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  .service__page .service__hero .container .container__inner {
    flex-direction: column;
    width: 100%;
  }
}
.service__page .service__hero .container .container__inner .col {
  width: 100%;
}
.service__page .service__hero .container .container__inner .col:nth-of-type(1) {
  width: -moz-fit-content;
  width: fit-content;
}
.service__page .service__hero .container .container__inner .col:nth-of-type(1) picture {
  width: 75rem;
  height: 65rem;
  border-radius: 3rem;
  background: rgba(var(--black), 0.2);
}
@media (max-width: 768px) {
  .service__page .service__hero .container .container__inner .col:nth-of-type(1) picture {
    width: 93vw;
    height: 80rem;
  }
}
.service__page .service__hero .container .container__inner .col:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .service__page .service__hero .container .container__inner .col:nth-of-type(2) {
    gap: 5rem;
  }
}
.service__page .service__hero .container .container__inner .col:nth-of-type(2) p {
  width: 80rem;
  border-bottom: 1px solid rgba(var(--black), 0.2);
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .service__page .service__hero .container .container__inner .col:nth-of-type(2) p {
    width: 100%;
  }
}
.service__page .service__hero .container .container__inner .col:nth-of-type(2) p strong {
  font-weight: bold;
  color: black;
}
.service__page .service__hero .container .container__inner .col:nth-of-type(2) p a {
  text-decoration: underline;
  color: crimson !important;
}
.service__page .service__hero .container .container__inner .col:nth-of-type(2) p a strong {
  color: crimson !important;
}
.service__page .service__hero .container .container__inner .col:nth-of-type(2) p a:hover {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

@media (max-width: 768px) {
  .testimonials__page section.hero {
    padding-top: 35rem;
  }
}
.testimonials__page section.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
}
.testimonials__page section.hero .container h1,
.testimonials__page section.hero .container p.font__m {
  text-align: center;
}
.testimonials__page section.hero .container p a {
  text-decoration: underline;
}
.testimonials__page section.hero .container p a:hover {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.testimonials__page section.hero .container .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .testimonials__page section.hero .container .grid {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
}
.testimonials__page section.hero .container .grid .item {
  width: 60rem;
  border-radius: 3rem;
  padding: 3rem;
  background: rgba(var(--light-green), 0.15);
}
@media (max-width: 768px) {
  .testimonials__page section.hero .container .grid .item {
    width: 100%;
    padding: 5rem;
  }
}
.testimonials__page section.hero .container .grid .item p:nth-of-type(2) {
  font-weight: bold;
  color: rgba(var(--black), 1);
  margin: 3rem 0 1rem 0;
}
@media (max-width: 768px) {
  .testimonials__page section.hero .container .grid .item p:nth-of-type(2) {
    margin: 10rem 0 2.5rem 0;
  }
}/*# sourceMappingURL=main.css.map */