/**
*
* Testing
*
**/
section.map .container iframe, .media__grid .media__grid__item figure img, .media__grid .media__grid__item figure {
  border-radius: 0.5rem;
}

#consent-popup #accept, .call-now, .button a:before,
.button button:before,
.button .button__inner:before, .button {
  border-radius: 8rem;
}

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

.image__banner figure, .image__banner div, .image__banner, figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.service__page .hero figure:after, .service__page .hero figure, .home__hero figure:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

header nav ul.main__list .dropdown .dropdown__content .dropdown__content__inner, header .container, #consent-popup {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.utility__section__1 {
  width: 100%;
  height: 100%;
}
.utility__section__1 .container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 725px) {
  .utility__section__1 .container {
    flex-direction: column;
    width: 100%;
  }
}
.utility__section__1 .container .row {
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: 4rem;
}
.utility__section__1 .container .row:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row {
    flex-direction: column;
  }
}
.utility__section__1 .container .row .column {
  width: 100%;
  height: 100%;
}
.utility__section__1 .container .row .column h1,
.utility__section__1 .container .row .column h2 {
  text-align: center;
  max-width: 80rem;
  margin: 0 auto;
}
.utility__section__1 .container .row .column > p {
  margin: 0 auto;
  max-width: 100rem;
}
.utility__section__1 .container .row .column > p strong {
  color: #ffffff;
}
.utility__section__1 .container .row .column .button {
  margin: 0 auto;
  margin-top: 3rem;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .column .button {
    margin: 3rem auto;
  }
}
.utility__section__1 .container .row .column figure {
  height: 80rem;
  width: 100rem;
  margin: 0 auto;
  border-radius: 1rem;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .column figure {
    height: 60rem;
    width: 100%;
  }
}
.utility__section__1 .container .row .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  margin: 0 auto;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.utility__section__1 .container .row .grid .grid__item {
  max-width: 22rem;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .grid .grid__item {
    max-width: 100%;
  }
}
.utility__section__1 .container .row .grid .grid__item .grid__item__row {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .grid .grid__item .grid__item__row {
    flex-direction: column;
  }
}
.utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(1) .svg__wrapper {
  background: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  width: 6rem;
  height: 6rem;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(1) .svg__wrapper {
    width: 8rem;
    height: 8rem;
  }
}
.utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(1) svg {
  width: 3rem;
  height: 3rem;
}
.utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(1) svg path {
  fill: #ffffff;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(1) svg {
    width: 5rem;
    height: 5rem;
  }
}
.utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(2) {
  margin: 1rem 0;
}
.utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(2) p {
  color: #ffffff;
}
@media (max-width: 725px) {
  .utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(2) p {
    font-size: 3.4rem;
  }
}

[data-scroll-class=heading-reveal] {
  transform: translate3d(0, 6rem, 0);
  transform-style: preserve-3d;
  perspective: 1000px;
  opacity: 0;
  display: inline-block;
  transform-origin: 50% 50%;
}

.heading-reveal {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.246, 0.75, 0.187, 1), transform 1s cubic-bezier(0.246, 0.75, 0.187, 1);
}

.line {
  position: absolute;
}

[data-scroll-class=h__top__line__reveal] {
  width: 100%;
  top: 0;
  left: 0;
  height: 1px;
  background: rgba(162, 162, 162, 0.75);
  transition: transform 1.2s 0.1s cubic-bezier(0.246, 0.75, 0.187, 1);
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

.h__top__line__reveal {
  transform: scaleX(1);
}

[data-scroll-class=h__bottom__line__reveal] {
  width: 100%;
  bottom: 0;
  right: 0;
  height: 1px;
  background: rgba(162, 162, 162, 0.75);
  transition: transform 1.2s 0.1s cubic-bezier(0.246, 0.75, 0.187, 1);
  transform: scaleX(0);
  transform-origin: 0% 50%;
}

.h__bottom__line__reveal {
  transform: scaleX(1);
}

[data-scroll-class=r__line__reveal] {
  width: 1px;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(162, 162, 162, 0.75);
  transition: transform 1s 0.2s cubic-bezier(0.5, 0, 0, 1);
  transform: scaleY(0);
  transform-origin: 50% 100%;
}

[data-scroll-class=l__line__reveal] {
  width: 1px;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(162, 162, 162, 0.75);
  transition: transform 1.2s 0.1s cubic-bezier(0.246, 0.75, 0.187, 1);
  transform: scaleY(0);
  transform-origin: 50% 0%;
}

.r__line__reveal,
.l__line__reveal {
  transform: scaleY(1) !important;
}

.policy__page .container > p a, section.intro .container .row:nth-of-type(2) .text p.description a, .home__hero .container p.phone__number a, .functional__page .container > p a, section.contact__main p.description a, .about__page .about__main p.description a, footer .column:nth-of-type(2) .row .jswd__link, footer .column:nth-of-type(1) .row:nth-of-type(2) ul.menu li p a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.policy__page .container > p a:after, section.intro .container .row:nth-of-type(2) .text p.description a:after, .home__hero .container p.phone__number a:after, .functional__page .container > p a:after, section.contact__main p.description a:after, .about__page .about__main p.description a:after, footer .column:nth-of-type(2) .row .jswd__link:after, footer .column:nth-of-type(1) .row:nth-of-type(2) ul.menu li p a:after {
  background: currentColor;
  bottom: 0.3rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
  width: 100%;
}

.policy__page .container > p a:hover:after, section.intro .container .row:nth-of-type(2) .text p.description a:hover:after, .home__hero .container p.phone__number a:hover:after, .functional__page .container > p a:hover:after, section.contact__main p.description a:hover:after, .about__page .about__main p.description a:hover:after, footer .column:nth-of-type(2) .row .jswd__link:hover:after, footer .column:nth-of-type(1) .row:nth-of-type(2) ul.menu li p a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.policy__page .container > p a:after, section.intro .container .row:nth-of-type(2) .text p.description a:after, .home__hero .container p.phone__number a:after, .functional__page .container > p a:after, section.contact__main p.description a:after, .about__page .about__main p.description a:after, footer .column:nth-of-type(2) .row .jswd__link:after, footer .column:nth-of-type(1) .row:nth-of-type(2) ul.menu li p a:after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.policy__page .container > p a, section.intro .container .row:nth-of-type(2) .text p.description a, .home__hero .container p.phone__number a, .functional__page .container > p a, section.contact__main p.description a, .about__page .about__main p.description a, footer .column:nth-of-type(2) .row .jswd__link, footer .column:nth-of-type(1) .row:nth-of-type(2) ul.menu li p a {
  display: inline-block;
}
@keyframes pulseOne {
  0% {
    transform: scale(0.95, 0.9);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  90% {
    transform: scale(1.2, 1.4);
    opacity: 0;
  }
}
@keyframes pulseTwo {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  25% {
    opacity: 0.9;
  }
  90% {
    transform: scale(1.2);
    opacity: 0;
  }
}
[data-scroll-class=opacity-reveal] {
  transform: translate3d(0, 6rem, 0);
  transform-style: preserve-3d;
  perspective: 1000px;
  opacity: 0;
  display: inline-block;
  transform-origin: 50% 50%;
}

.opacity-reveal {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.2s cubic-bezier(0.246, 0.75, 0.187, 1), transform 1s 0.2s cubic-bezier(0.246, 0.75, 0.187, 1);
}

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

html {
  -webkit-tap-highlight-color: transparent !important;
  background: white;
  scroll-behavior: smooth;
  font-size: 0.5208333333vw !important;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 725px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

body {
  -webkit-tap-highlight-color: transparent !important;
  background: white;
}

#down {
  top: -10rem;
}

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

main {
  overflow: hidden;
  z-index: 2;
}
main section {
  padding: 10rem 14rem;
  overflow: hidden;
  background: white;
}
@media (max-width: 725px) {
  main section {
    padding: 10rem 2rem;
  }
}
main section #down {
  width: 1px;
  height: 1px;
  left: 0;
  position: absolute;
  visibility: hidden !important;
  pointer-events: none !important;
  bottom: 9rem;
}

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

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

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

body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: black;
}
body ::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: black;
}
body ::selection {
  color: white;
  background: black;
}
body .faded__text__black {
  color: rgba(0, 0, 0, 0.7);
}
body .faded__text__white {
  color: rgba(255, 255, 255, 0.7);
}
body strong {
  font-weight: 900 !important;
  color: rgb(21, 27, 184);
}
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
  color: inherit;
  cursor: pointer !important;
}
body a p {
  cursor: pointer !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body figcaption {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body h1 {
  font-size: 9rem;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: -0.2rem;
}
@media (max-width: 725px) {
  body h1 {
    font-size: 6rem;
  }
}
body h2 {
  font-size: 8rem;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: -0.2rem;
}
@media (max-width: 725px) {
  body h2 {
    font-size: 5rem;
  }
}
body h3 {
  font-size: 5rem;
  font-weight: 900;
  text-transform: capitalize;
}
@media (max-width: 725px) {
  body h3 {
    font-size: 3.5rem;
  }
}
body h4 {
  font-size: 2.5rem;
}
body p,
body figcaption,
body header nav ul li,
body header .contact__header li {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 725px) {
  body p,
  body figcaption,
  body header nav ul li,
  body header .contact__header li {
    font-size: 3rem;
  }
}
body p.description span.heading {
  font-weight: bold;
  font-style: oblique;
  font-size: 2rem;
}
@media (max-width: 725px) {
  body p.description span.heading {
    font-size: 3.4rem;
  }
}
body p.description a {
  font-weight: bold;
  font-style: oblique;
  color: black !important;
}

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

.button {
  width: -moz-fit-content;
  width: fit-content;
  transition: background 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), color 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), border 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
@media (max-width: 725px) {
  .button {
    margin-top: 0rem;
  }
  .button p {
    font-size: 3rem !important;
  }
}
.button p {
  transition: transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.button a,
.button button,
.button .button__inner {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.8rem 3.8rem;
  z-index: 2;
  color: inherit !important;
}
.button a:before,
.button button:before,
.button .button__inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), opacity 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  z-index: -1;
}
.button a:hover:before,
.button button:hover:before,
.button .button__inner:hover:before {
  transform: scale(1.06);
}

.button__1 a:before,
.button__1 button:before,
.button__1 .button__inner:before {
  background: white;
}

.button__2 a,
.button__2 button,
.button__2 .button__inner {
  color: white !important;
}
.button__2 a:before,
.button__2 button:before,
.button__2 .button__inner:before {
  background: black;
}

.button__3 a:before,
.button__3 button:before,
.button__3 .button__inner:before {
  background: #a2a2a2;
}

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

.scroll__cta {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}
.scroll__cta svg {
  top: -1rem;
  width: 3rem;
  height: auto;
  animation: bob 0.8s ease-out infinite;
}
@media (max-width: 725px) {
  .scroll__cta svg {
    width: 3rem;
    top: -4rem;
  }
}
@keyframes bob {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2rem);
  }
  100% {
    transform: translateY(0);
  }
}

.call-now {
  position: fixed;
  z-index: 200;
  bottom: 3rem;
  right: 3rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background: black;
  border: 1px solid #444444;
  box-shadow: 0 0 2rem rgba(68, 68, 68, 0.4);
}
@media (max-width: 725px) {
  .call-now {
    display: flex;
  }
}
.call-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 4rem;
}
.call-now a span {
  font-size: 1.8rem;
  color: white;
  margin-right: 1.2rem;
}
@media (max-width: 725px) {
  .call-now a span {
    font-size: 3rem;
  }
}
.call-now a svg {
  width: 6rem;
  height: 6rem;
  display: flex;
  border: 4px solid #444444;
  box-shadow: 0 0 2rem rgba(68, 68, 68, 0.4);
  padding: 1rem;
}

#consent-popup {
  border-radius: 0.4rem;
  position: fixed;
  bottom: 5rem;
  left: 20rem;
  background: rgba(242, 242, 242, 0.6);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 3rem;
}
@media (max-width: 724px) {
  #consent-popup {
    width: 80vw;
    height: auto;
    bottom: 15rem;
    left: 10vw;
    padding: 3rem 2rem;
  }
  #consent-popup p:nth-of-type(1) {
    font-size: 2.2rem;
  }
}
#consent-popup #accept {
  cursor: pointer !important;
  background: black;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
@media (max-width: 724px) {
  #consent-popup #accept {
    padding: 1rem 3rem;
    margin-left: 1.6rem;
  }
}
#consent-popup #accept:after {
  content: "";
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(78, 78, 78);
  border-radius: 100%;
  transition: width 0.6s cubic-bezier(0.246, 0.75, 0.187, 1), height 0.6s cubic-bezier(0.246, 0.75, 0.187, 1), opacity 1s cubic-bezier(0.246, 0.75, 0.187, 1);
  transform-origin: center center;
  z-index: -1;
  opacity: 0;
}
#consent-popup #accept span {
  color: white;
}
#consent-popup #accept:hover:after {
  width: 24rem;
  height: 24rem;
  opacity: 1;
  transition: width 0.6s cubic-bezier(0.246, 0.75, 0.187, 1), height 0.6s cubic-bezier(0.246, 0.75, 0.187, 1), opacity 0.2s cubic-bezier(0.246, 0.75, 0.187, 1);
}
#consent-popup.hidden {
  display: none;
}

form.form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 400 !important;
}
@media (max-width: 725px) {
  form.form {
    padding: 0 4rem;
  }
}
form.form input:not([type=submit]),
form.form input:not([type=firstname]),
form.form textarea,
form.form select {
  position: relative;
  width: 80rem;
  height: 6rem;
  margin-top: 1.6rem;
  background: transparent;
  font-family: inherit !important;
  color: inherit;
  font-size: 2.4rem;
  padding-top: 1rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgb(0, 0, 0);
  resize: none;
}
@media (max-width: 725px) {
  form.form input:not([type=submit]),
  form.form input:not([type=firstname]),
  form.form textarea,
  form.form select {
    width: 90vw;
    height: 12rem;
    font-size: 3rem !important;
  }
}
form.form input:not([type=submit]):active, form.form input:not([type=submit]):focus,
form.form input:not([type=firstname]):active,
form.form input:not([type=firstname]):focus,
form.form textarea:active,
form.form textarea:focus,
form.form select:active,
form.form select:focus {
  outline: none;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0);
}
form.form input:not([type=submit]):focus ~ label,
form.form input:not([type=firstname]):focus ~ label,
form.form textarea:focus ~ label,
form.form select:focus ~ label {
  top: 2rem;
  transform: scale(0.7);
  color: rgba(0, 0, 0, 0.2);
}
form.form input:not([type=submit])::-moz-placeholder, form.form input:not([type=firstname])::-moz-placeholder, form.form textarea::-moz-placeholder, form.form select::-moz-placeholder {
  opacity: 0;
}
form.form input:not([type=submit])::placeholder,
form.form input:not([type=firstname])::placeholder,
form.form textarea::placeholder,
form.form select::placeholder {
  opacity: 0;
}
form.form input:not([type=submit]):not(:-moz-placeholder) ~ label, form.form input:not([type=firstname]):not(:-moz-placeholder) ~ label, form.form textarea:not(:-moz-placeholder) ~ label, form.form select:not(:-moz-placeholder) ~ label {
  color: rgba(0, 0, 0, 0.2);
  top: 2rem;
  transform: scale(0.7);
}
form.form input:not([type=submit]):not(:placeholder-shown) ~ label,
form.form input:not([type=firstname]):not(:placeholder-shown) ~ label,
form.form textarea:not(:placeholder-shown) ~ label,
form.form select:not(:placeholder-shown) ~ label {
  color: rgba(0, 0, 0, 0.2);
  top: 2rem;
  transform: scale(0.7);
}
form.form label {
  position: absolute;
  transform-origin: left;
  left: 0;
  top: 3.4rem;
  transition: all 0.2s cubic-bezier(0.246, 0.75, 0.187, 1);
  backface-visibility: hidden;
  font-size: 1.6rem;
  font-family: inherit;
  pointer-events: none;
  color: inherit;
  border: 3px solid transparent;
  border-radius: 0.6rem;
  color: black;
}
@media (max-width: 725px) {
  form.form label {
    font-size: 3rem;
  }
}
form.form textarea {
  height: 20rem;
  padding-top: 4rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (max-width: 725px) {
  form.form textarea {
    height: 26rem;
  }
}
form.form textarea:focus ~ label {
  color: rgba(0, 0, 0, 0.2);
  top: 2.8rem;
}
form.form textarea:not(:-moz-placeholder) ~ label {
  color: rgba(0, 0, 0, 0.2);
  top: 2.8rem;
}
form.form textarea:not(:placeholder-shown) ~ label {
  color: rgba(0, 0, 0, 0.2);
  top: 2.8rem;
}
form.form button[type=submit] {
  font-size: 1.8rem;
}
@media (max-width: 725px) {
  form.form button[type=submit] {
    font-size: 3rem;
  }
}
form.form select {
  font-size: 2rem !important;
  padding: 0 1.4rem !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  margin-bottom: -2.8rem;
}
@media (max-width: 725px) {
  form.form select {
    font-size: 3rem !important;
  }
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus,
form.form button:focus {
  box-shadow: 0 0 0 12rem white inset;
  -webkit-text-fill-color: black !important;
}
form.form input:-webkit-autofill,
form.form input:-webkit-autofill:hover,
form.form input:-webkit-autofill:focus,
form.form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 12rem white inset;
  -webkit-text-fill-color: black !important;
}
form.form input:-webkit-autofill {
  -webkit-text-fill-color: black !important;
}

.form__mini {
  text-align: center;
  border-radius: 0.4rem;
  background: rgba(242, 242, 242, 0.6);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}
.form__mini .form__description {
  max-width: 40rem;
}
@media (max-width: 725px) {
  .form__mini .form__description {
    max-width: 100%;
  }
}
.form__mini input:not([type=submit]),
.form__mini input:not([type=firstname]),
.form__mini textarea,
.form__mini select {
  width: 50rem !important;
}
.form__mini input:focus,
.form__mini select:focus,
.form__mini textarea:focus,
.form__mini button:focus {
  box-shadow: 0 0 0 12rem transparent inset !important;
  -webkit-box-shadow: 0 0 0 12rem transparent inset !important;
}
.form__mini input:-webkit-autofill,
.form__mini input:-webkit-autofill:hover,
.form__mini input:-webkit-autofill:focus,
.form__mini input:-webkit-autofill:active {
  box-shadow: 0 0 0 12rem white inset !important;
  -webkit-box-shadow: 0 0 0 12rem white inset !important;
}

.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: 2rem !important;
  margin-top: -2rem !important;
}
.firstname ~ label {
  color: transparent !important;
}

.media__grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
@media (max-width: 725px) {
  .media__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media__grid .media__grid__item {
  overflow: hidden;
}
.media__grid .media__grid__item figure {
  height: -moz-fit-content;
  height: fit-content;
}
.image__banner {
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 725px) {
  .image__banner {
    height: 60rem;
  }
}
.image__banner div {
  position: absolute;
  top: 0;
  left: 0;
}
.image__banner figure img {
  filter: brightness(40%);
}

:root {
  --sliceHeight: 160px;
  --sliceHeightNeg: -160px;
}
@media (max-width: 725px) {
  :root {
    --sliceHeight: 80px;
    --sliceHeightNeg: -80px;
  }
}

slice-dark-blue-component,
slice-blue-grey-component,
slice-white-component {
  position: absolute;
  height: var(--sliceHeight);
  width: 100%;
  top: calc(var(--sliceHeightNeg) + 2px);
  left: 0;
  pointer-events: none;
  z-index: 10;
}

.slice {
  width: 100%;
  height: var(--sliceHeight);
  display: none !important;
}
.slice:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -10vw;
  border-style: solid;
  border-width: var(--sliceHeight) 110vw 0 0;
  pointer-events: none;
}

.slice__dark__blue:after {
  border-color: transparent #ffffff transparent transparent;
}

.slice__blue__grey:after {
  border-color: transparent #F2EFE8 transparent transparent;
}

.slice__white:after {
  border-color: transparent white transparent transparent;
}

footer {
  display: flex;
  height: 80rem;
  background: black;
  color: white;
  z-index: -1;
}
@media (max-width: 725px) {
  footer {
    display: block;
    height: 100%;
    padding-bottom: 14rem;
  }
}
footer .column:nth-of-type(1) {
  width: 55vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 10rem;
  padding-bottom: 2rem;
}
@media (max-width: 725px) {
  footer .column:nth-of-type(1) {
    width: 100vw;
  }
}
footer .column:nth-of-type(1) .row:nth-of-type(1) {
  padding-bottom: 14rem;
  padding-left: 4rem;
}
@media (max-width: 725px) {
  footer .column:nth-of-type(1) .row:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 0 10rem 0;
  }
}
footer .column:nth-of-type(1) .row:nth-of-type(1) .logo {
  display: inline-block;
  margin-bottom: 3rem;
}
footer .column:nth-of-type(1) .row:nth-of-type(1) .logo figure img {
  height: 25rem;
  width: auto;
}
footer .column:nth-of-type(1) .row:nth-of-type(2) {
  display: flex;
  padding-left: 6rem;
}
@media (max-width: 725px) {
  footer .column:nth-of-type(1) .row:nth-of-type(2) {
    display: block;
    padding-top: 10rem;
    padding-left: 6rem;
  }
}
footer .column:nth-of-type(1) .row:nth-of-type(2) ul.menu:not(:nth-last-of-type(1)) {
  margin-right: 8rem;
}
@media (max-width: 725px) {
  footer .column:nth-of-type(1) .row:nth-of-type(2) ul.menu:not(:nth-last-of-type(1)) {
    margin-right: 0;
    margin-bottom: 10rem;
    display: flex;
    flex-direction: column;
  }
}
footer .column:nth-of-type(1) .row:nth-of-type(2) ul.menu li.heading {
  font-weight: 800;
  margin-bottom: 4rem;
}
footer .column:nth-of-type(2) {
  width: 45vw;
  padding-bottom: 2rem;
  padding-left: 6rem;
}
@media (max-width: 725px) {
  footer .column:nth-of-type(2) {
    width: 90vw;
    margin: 0 auto;
    margin-top: 4rem;
    padding-left: 0;
  }
  footer .column:nth-of-type(2) .line {
    display: none;
  }
}
footer .column:nth-of-type(2) .row figure {
  width: 100%;
  height: 70rem;
  margin-bottom: 2rem;
  border-radius: 0 0 0 0.4rem;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 725px) {
  footer .column:nth-of-type(2) .row figure {
    height: 50rem;
  }
}
footer .column:nth-of-type(2) .row figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
footer .column:nth-of-type(2) .row .jswd__link {
  font-weight: 800;
  color: #a2a2a2;
  margin-right: 2rem;
}

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

header {
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 999;
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
header .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6rem;
  background: black;
  transform: translate3d(0, -101%, 0);
  animation: revealHeader 1s cubic-bezier(0.246, 0.75, 0.187, 1) forwards;
}
@keyframes revealHeader {
  to {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 725px) {
  header .container {
    width: 100%;
  }
}
header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 725px) {
  header .logo {
    position: relative;
    left: auto;
    transform: translateX(0);
  }
}
header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
header .logo a figure img {
  height: 8rem;
  width: auto;
}
@media (max-width: 725px) {
  header .logo a figure img {
    height: 12rem;
  }
}
header nav {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}
@media (max-width: 725px) {
  header nav {
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    pointer-events: none;
    height: -moz-fit-content;
    height: fit-content;
    clip-path: polygon(0% 0%, 100% 0, 100% 0%, 0% 0%);
    transition: clip-path 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
  }
  header nav a,
  header nav .dropbtn {
    font-size: 4rem !important;
  }
}
header nav ul.main__list {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 725px) {
  header nav ul.main__list {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 20rem;
    height: 100vh;
    max-height: 100vh !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
}
header nav ul.main__list li.main__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1rem;
  opacity: 1;
}
@media (max-width: 725px) {
  header nav ul.main__list li.main__item {
    width: 100%;
    padding: 3rem 1rem;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
header nav ul.main__list li.main__item:hover > a,
header nav ul.main__list li.main__item:hover > .dropbtn {
  opacity: 0.5;
}
@media (max-width: 725px) {
  header nav ul.main__list li.main__item:hover > a,
  header nav ul.main__list li.main__item:hover > .dropbtn {
    opacity: 1;
  }
}
header nav ul.main__list li.main__item > a {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header nav ul.main__list .dropbtn {
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav ul.main__list .dropbtn svg {
  width: 1.2rem;
  height: auto;
  margin-left: 0.4rem;
  top: -0.05rem;
  transition: transform 0.3s ease;
}
header nav ul.main__list .dropbtn svg path {
  stroke: white;
}
@media (max-width: 725px) {
  header nav ul.main__list .dropbtn svg {
    width: 5rem;
    background: #ffffff;
    padding: 1rem;
    margin-left: 1rem;
    border-radius: 0.4rem;
  }
  header nav ul.main__list .dropbtn svg path {
    stroke: black;
  }
}
header nav ul.main__list .dropdown {
  position: relative;
  display: inline-block;
}
@media (max-width: 725px) {
  header nav ul.main__list .dropdown {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
  }
}
header nav ul.main__list .dropdown:hover .dropbtn span:before {
  transform: translate(-50%, -50%) scale(1.15, 1.4);
  opacity: 1;
}
@media (max-width: 725px) {
  header nav ul.main__list .dropdown:hover .dropbtn span:before {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 1;
  }
}
header nav ul.main__list .dropdown:hover .dropbtn svg {
  transform: rotateX(180deg);
}
@media (max-width: 725px) {
  header nav ul.main__list .dropdown:hover .dropbtn svg {
    transform: none;
  }
}
header nav ul.main__list .dropdown:hover .dropdown__content {
  pointer-events: all;
  transform: translateY(0);
}
header nav ul.main__list .dropdown:hover .dropdown__content .dropdown__content__inner {
  opacity: 1;
}
header nav ul.main__list .dropdown .dropdown__content {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 2.5rem;
  padding-top: 2rem;
  pointer-events: none;
  transform: translateY(0.75rem);
  transition: transform 0.3s ease;
  visibility: hidden;
  animation: rev 0s 0.2s ease forwards;
}
@keyframes rev {
  100% {
    visibility: visible;
  }
}
@media (max-width: 725px) {
  header nav ul.main__list .dropdown .dropdown__content {
    position: relative;
    display: flex;
    right: auto;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transform: translateY(0);
    display: none;
  }
}
header nav ul.main__list .dropdown .dropdown__content .dropdown__content__inner {
  background: rgba(242, 242, 242, 0.6);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border-radius: 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 725px) {
  header nav ul.main__list .dropdown .dropdown__content .dropdown__content__inner {
    box-shadow: none;
    padding: 0;
    width: 100%;
    display: block;
    background: none;
    padding-bottom: 4rem;
    opacity: 1;
  }
}
header nav ul.main__list .dropdown .dropdown__content .dropdown__content__inner ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-right: 2rem;
}
@media (max-width: 725px) {
  header nav ul.main__list .dropdown .dropdown__content .dropdown__content__inner ul {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
header nav ul.main__list .dropdown .dropdown__content .dropdown__content__inner ul li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  white-space: nowrap;
  color: black;
}
@media (max-width: 725px) {
  header nav ul.main__list .dropdown .dropdown__content .dropdown__content__inner ul li {
    height: -moz-fit-content;
    height: fit-content;
    color: white;
    text-align: center;
  }
}
header nav ul.main__list .dropdown .dropdown__content .dropdown__content__inner ul li a {
  width: 100%;
  transition: opacity 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  padding: 1.2rem 2rem;
}
header nav ul.main__list .dropdown .dropdown__content .dropdown__content__inner ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
header ul.contact__header {
  display: flex;
}
@media (max-width: 725px) {
  header ul.contact__header {
    display: none;
  }
}
header ul.contact__header li:not(:nth-of-type(1)) {
  margin-left: 2rem;
}
header ul.contact__header li a:hover {
  opacity: 0.5;
}

.menu__toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 5rem;
  height: 3rem;
  cursor: pointer !important;
  z-index: 9999;
}
@media (max-width: 725px) {
  .menu__toggle {
    display: flex;
  }
}
.menu__toggle span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  transition: top 0.3s cubic-bezier(0.246, 0.75, 0.187, 1), bottom 0.3s cubic-bezier(0.246, 0.75, 0.187, 1), transform 0.3s cubic-bezier(0.246, 0.75, 0.187, 1);
}
.menu__toggle span:nth-of-type(1) {
  top: 0;
}
.menu__toggle span:nth-of-type(2) {
  width: 80%;
}
.menu__toggle span:nth-of-type(3) {
  top: 90%;
}

.menu__active nav {
  pointer-events: all !important;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%) !important;
}
.menu__active nav .dropdown__content {
  opacity: 1;
}
.menu__active nav .dropdown__content .dropdown__content__inner {
  pointer-events: all !important;
}
.menu__active .menu__toggle span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.menu__active .menu__toggle span:nth-of-type(2) {
  opacity: 0;
}
.menu__active .menu__toggle span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.about__page .about__main {
  padding-top: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about__page .about__main p.description {
  margin-top: 6rem;
  max-width: 70rem;
}
@media (max-width: 725px) {
  .about__page .about__main p.description {
    max-width: 100%;
  }
}
section.contact__main {
  padding-top: calc(var(--headerHeight) + 10rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
section.contact__main p.description {
  text-align: center;
}
section.map .container {
  width: 100rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 725px) {
  section.map .container {
    width: 90vw;
    padding-top: 4rem;
  }
}
section.map .container iframe {
  width: 100%;
  margin-top: 3rem;
}

.functional__page {
  height: 100%;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20rem;
}
.functional__page .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.functional__page .container > p {
  margin: 3rem 0;
  max-width: 60rem;
}
@media (max-width: 725px) {
  .functional__page .container > p {
    max-width: 100% !important;
  }
}
.home__hero {
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  padding: 20rem;
  padding-top: 30rem;
}
@media (max-width: 1024px) {
  .home__hero {
    height: 100%;
  }
}
@media (max-width: 725px) {
  .home__hero {
    padding: 8rem 3rem;
    flex-direction: column;
  }
}
.home__hero .container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 10000;
}
@media (max-width: 725px) {
  .home__hero .container {
    padding-top: 14rem;
  }
}
.home__hero .container h1 {
  margin-bottom: 6rem;
  color: white;
}
@media (max-width: 725px) {
  .home__hero .container h1 {
    margin-bottom: 3rem;
    max-width: 60rem !important;
  }
}
@keyframes revealTopper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 725px) {
  .home__hero .container h1 {
    margin-top: 0;
    max-width: 100%;
  }
  .home__hero .container h1:before {
    font-size: 6rem;
  }
}
.home__hero .container p.phone__number {
  font-size: 3rem;
  color: white;
}
.home__hero .container > p {
  max-width: 60rem;
  margin-bottom: 3rem;
}
@media (max-width: 725px) {
  .home__hero .container > p {
    width: 100%;
    margin: 1rem 0 3rem 0;
    padding: 0;
    font-size: 2.6rem;
  }
}
.home__hero .form__mini {
  z-index: 2;
  padding: 4rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 725px) {
  .home__hero .form__mini {
    width: 90vw !important;
    margin: 6rem 0 10rem 0;
  }
  .home__hero .form__mini input,
  .home__hero .form__mini textarea {
    width: 86vw !important;
  }
}
.home__hero figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home__hero figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

section.intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
@media (max-width: 725px) {
  section.intro .container .row .line {
    display: none;
  }
}
section.intro .container .row:nth-of-type(1) {
  text-align: center;
  padding-bottom: 4rem;
}
section.intro .container .row:nth-of-type(2) {
  display: flex;
}
@media (max-width: 725px) {
  section.intro .container .row:nth-of-type(2) {
    display: block;
    width: 100vw;
  }
}
section.intro .container .row:nth-of-type(2) figure {
  width: 60rem;
  height: 55rem;
  margin-top: 3rem;
  border-radius: 0.4rem;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 725px) {
  section.intro .container .row:nth-of-type(2) figure {
    margin: 2rem auto;
    width: 90vw;
  }
}
section.intro .container .row:nth-of-type(2) .text {
  margin-left: 3rem;
  padding: 3rem 3rem 0rem 3rem;
  width: 80rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 725px) {
  section.intro .container .row:nth-of-type(2) .text {
    padding: 2rem;
    margin-left: 0;
    width: 100vw;
  }
  section.intro .container .row:nth-of-type(2) .text .line {
    display: none;
  }
}
section.intro .container .row:nth-of-type(2) .text p.description {
  max-width: 75rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
section.intro .container .row:nth-of-type(2) .text p.description a {
  font-weight: bold;
}
section.intro .container .row:nth-of-type(2) .text .social__sharing {
  margin-bottom: 3rem;
}

section.services {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(249, 249, 249);
}
section.services .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.services .row h2 {
  width: 100%;
  text-align: center;
}
section.services .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 1;
  grid-gap: 10rem;
  z-index: 11;
  margin: 10rem 0;
}
@media (max-width: 725px) {
  section.services .grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 14rem;
    margin: 14rem 0;
  }
}
section.services .grid .grid__item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  height: 24rem;
  width: 24rem;
  padding: 4rem;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 725px) {
  section.services .grid .grid__item {
    height: 34rem;
    width: 34rem;
  }
}
section.services .grid .grid__item:hover {
  transform: rotate(45deg) scale(0.9);
}
section.services .grid .grid__item:hover .line {
  background: black;
  transition: background 1s cubic-bezier(0.246, 0.75, 0.187, 1);
}
section.services .grid .grid__item p {
  height: 100%;
  width: 100%;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.services .grid .grid__item p a {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy__page {
  height: 100%;
  min-height: 320rem;
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20rem;
}
@media (max-width: 725px) {
  .policy__page {
    min-height: 100%;
  }
}
.policy__page .company-name:after {
  content: "Aluplas Ltd";
  font-weight: 900 !important;
  color: rgb(21, 27, 184);
}
.policy__page .company-email {
  font-weight: 900 !important;
  color: rgb(21, 27, 184);
}
.policy__page .company-website:after {
  content: "https://aluplasltd.co.uk";
  font-weight: 900 !important;
  color: rgb(21, 27, 184);
}
.policy__page .container {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.policy__page .container h1 {
  margin-bottom: 3rem;
}
.policy__page .container > p {
  margin: 3rem 0;
  max-width: 140rem;
}
@media (max-width: 725px) {
  .policy__page .container > p {
    max-width: 100% !important;
  }
}
.reviews__page {
  padding-top: 4rem;
}
.reviews__page section.reviews__main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.reviews__page section.reviews__main .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews__page section.reviews__main .row h2 {
  margin-bottom: 4rem;
  width: 100%;
  text-align: center;
}
.reviews__page section.reviews__main .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 1;
  grid-gap: 2rem;
  z-index: 11;
  margin-bottom: 3rem;
}
@media (max-width: 725px) {
  .reviews__page section.reviews__main .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reviews__page section.reviews__main .grid .grid__item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  height: 45rem;
  width: 60rem;
  padding: 4rem;
}
@media (max-width: 725px) {
  .reviews__page section.reviews__main .grid .grid__item {
    height: 100%;
    width: 86vw;
  }
}
.reviews__page section.reviews__main .grid .grid__item p span.check {
  color: rgb(34, 213, 34);
}

.service__page .hero {
  height: 80rem;
}
@media (max-width: 725px) {
  .service__page .hero {
    height: 100%;
    padding: 30rem 2rem 20rem 2rem;
  }
}
.service__page .hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  z-index: 2;
}
.service__page .hero .container h1 {
  color: white;
}
.service__page .hero .container p.description {
  max-width: 80rem;
  margin: 3rem 0;
  color: white;
}
@media (max-width: 725px) {
  .service__page .hero .container p.description {
    max-width: 100%;
    width: 100%;
  }
}
.service__page .hero figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 725px) {
  .service__page .hero figure:after {
    background: rgba(0, 0, 0, 0.6);
  }
}
.service__page .service__main .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.service__page .service__main .container h2 {
  text-align: center;
  max-width: 120rem;
}
.service__page .service__main .container p.description {
  max-width: 100rem;
  margin: 3rem 0;
}
@media (max-width: 725px) {
  .service__page .service__main .container p.description {
    max-width: 100%;
    width: 100%;
  }
}
.service__page .service__main .container figure.supplier__logos {
  height: 10rem;
  width: auto;
  margin-top: 10rem;
}
@media (max-width: 725px) {
  .service__page .service__main .container figure.supplier__logos.a__logos {
    height: auto;
    width: 65rem;
  }
}
@media (max-width: 725px) {
  .service__page .service__main .container figure.supplier__logos.p__logos {
    height: auto;
    width: 30rem;
  }
}

.projects__page section.projects__main {
  padding-left: 1rem;
  padding-right: 1rem;
}
.projects__page section.projects__main .container {
  padding-top: 10rem;
  width: 100%;
}
.projects__page section.projects__main .container h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 10rem;
}
.projects__page section.projects__main .container .grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .projects__page section.projects__main .container .grid {
    gap: 3rem;
    flex-direction: column;
  }
}
.projects__page section.projects__main .container .grid .item {
  width: 70rem;
  height: 50rem;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
}
@media (max-width: 1024px) {
  .projects__page section.projects__main .container .grid .item {
    width: 100%;
    height: 60rem;
  }
}
.projects__page section.projects__main .container .grid .item:hover img {
  filter: brightness(40%);
  transform: scale(1.1);
}
.projects__page section.projects__main .container .grid .item img {
  filter: brightness(60%);
  transition: filter 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
.projects__page section.projects__main .container .grid .item h3 {
  z-index: 2;
  position: absolute;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6rem;
  padding: 2rem;
}

.project__page section.project__main {
  padding-left: 1rem;
  padding-right: 1rem;
}
.project__page section.project__main .container {
  padding-top: 10rem;
  width: 100%;
}
.project__page section.project__main .container h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 10rem;
}
.project__page section.project__main .container .grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15rem;
}
.project__page section.project__main .container .grid .item {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.project__page section.project__main .container .grid .item img {
  width: 46.7rem;
  height: 40rem;
  background: rgb(253, 247, 236);
}
@media (max-width: 1024px) {
  .project__page section.project__main .container .grid .item img {
    width: 100%;
    height: auto;
  }
}
.project__page section.project__main .container .grid .item img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

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

.c-scrollbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 8px;
  height: 100vh;
  transform-origin: center right;
  opacity: 0;
  background: rgba(175, 175, 175, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 9999;
}

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

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

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

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

.c-scrollbar_thumb {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 8px;
  border-radius: 1px;
  cursor: grab;
}

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

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

html,
body {
  position: fixed;
  overscroll-behavior: none;
  width: 100vw;
}
@media (max-width: 1380px) {
  html,
  body {
    position: relative !important;
    overflow: initial !important;
    overscroll-behavior: auto !important;
  }
}

[data-scroll-container] {
  overflow: hidden !important;
}
@media (max-width: 1380px) {
  [data-scroll-container] {
    overflow: initial !important;
  }
}

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