@charset "UTF-8";
/**
*
* Testing
*
**/
.utility__section__1 {
  width: 100%;
  height: 100%;
}
.utility__section__1:nth-of-type(odd) {
  background: #f5f9f9;
}
.utility__section__1 .container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 768px) {
  .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: 768px) {
  .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;
  margin: 0 auto;
}
.utility__section__1 .container .row .column > p {
  margin: 0 auto;
  max-width: 140rem;
}
.utility__section__1 .container .row .column > p strong {
  color: #991E57;
}
.utility__section__1 .container .row .column .button {
  margin: 0 auto;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .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: 4rem;
}
@media (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: #991E57;
}
@media (max-width: 768px) {
  .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 {
  font-weight: bold;
  color: #991E57;
}
@media (max-width: 768px) {
  .utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(2) p {
    font-size: 3.4rem;
  }
}

.projects__page section.recent__projects__page .grid .grid__item, .clients__and__accreditation .container .row figure, section.recent__projects .grid .grid__item, section.services .grid .grid__item, section.intro .intro__inner .container:nth-of-type(3), section.contact__main .container, .about__page .clients__and__accreditation .container .row figure, header .header__main nav ul .services__dropdown ul.services__list, header .header__main, #consent-popup {
  box-shadow: 0px 2px 60px rgba(31, 97, 107, 0.15);
}

section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item__row:nth-of-type(1) .svg__wrapper, header .contact__us__header, .utility__section__1 .container .row .grid .grid__item .grid__item__row:nth-of-type(1) .svg__wrapper {
  box-shadow: 0px 4px 60px rgba(31, 97, 107, 0.3);
}

header .header__main nav ul .services__dropdown ul.services__list, .contact-now:before {
  border-radius: 2rem;
}

.projects__page section.recent__projects__page .grid .grid__item, section.recent__projects .grid .grid__item, section.services .grid .grid__item, section.intro .intro__inner .container:nth-of-type(3) figure img, section.intro .intro__inner .container:nth-of-type(3) figure, section.intro .intro__inner .container:nth-of-type(3), section.contact__main .container, .slider__section .comandSlider__item, .media__grid .media__grid__item figure img, .media__grid .media__grid__item figure, .button {
  border-radius: 4rem;
}

header .contact__us__header:before, header .contact__us__header:after, header .contact__us__header, .call-now {
  border-radius: 8rem;
}

footer .container .logo a figure, .image__banner figure, .image__banner div, .image__banner, figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

header .header__main .logo a figure img, footer .container .logo a figure img, .image__banner figure img, img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

#consent-popup #accept {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.lazy-load-item {
  height: 100%;
  width: 100%;
  background: rgba(153, 30, 87, 0.2);
}

.lazy-load-item .lazy-item {
  display: none;
  transform: scale(1.1);
  opacity: 0;
}
@keyframes fadeInMedia {
  0% {
    transform: scale(1.04);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.lazy-load-item .lazy-item.loaded {
  display: block;
  animation: fadeInMedia 0.9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.policy__page .container > p a, .locations__section p.locations a, section.intro .intro__inner .container:nth-of-type(1) p a, .functional__page .container > p a, section.contact__main .container .contact__links a, section.contact__main .container .description a, header .header__topper .column:nth-of-type(2) p a, header .header__topper .column:nth-of-type(1) p a, footer .container .footer__bottom p a, footer .container .social__links ul li p a, footer .container .services__menu__links ul li p a, footer .container .menu__links ul li p a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.policy__page .container > p a:after, .locations__section p.locations a:after, section.intro .intro__inner .container:nth-of-type(1) p a:after, .functional__page .container > p a:after, section.contact__main .container .contact__links a:after, section.contact__main .container .description a:after, header .header__topper .column:nth-of-type(2) p a:after, header .header__topper .column:nth-of-type(1) p a:after, footer .container .footer__bottom p a:after, footer .container .social__links ul li p a:after, footer .container .services__menu__links ul li p a:after, footer .container .menu__links ul li p a:after {
  background: currentColor;
  bottom: 0.3rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.policy__page .container > p a:hover:after, .locations__section p.locations a:hover:after, section.intro .intro__inner .container:nth-of-type(1) p a:hover:after, .functional__page .container > p a:hover:after, section.contact__main .container .contact__links a:hover:after, section.contact__main .container .description a:hover:after, header .header__topper .column:nth-of-type(2) p a:hover:after, header .header__topper .column:nth-of-type(1) p a:hover:after, footer .container .footer__bottom p a:hover:after, footer .container .social__links ul li p a:hover:after, footer .container .services__menu__links ul li p a:hover:after, footer .container .menu__links ul li p a:hover:after {
  transform: scaleX(1);
  transform-origin: center center;
}

.policy__page .container > p a:after, .locations__section p.locations a:after, section.intro .intro__inner .container:nth-of-type(1) p a:after, .functional__page .container > p a:after, section.contact__main .container .contact__links a:after, section.contact__main .container .description a:after, header .header__topper .column:nth-of-type(2) p a:after, header .header__topper .column:nth-of-type(1) p a:after, footer .container .footer__bottom p a:after, footer .container .social__links ul li p a:after, footer .container .services__menu__links ul li p a:after, footer .container .menu__links ul li p a:after {
  transform: scaleX(0);
  transform-origin: center center;
}

.policy__page .container > p a, .locations__section p.locations a, section.intro .intro__inner .container:nth-of-type(1) p a, .functional__page .container > p a, section.contact__main .container .contact__links a, section.contact__main .container .description a, header .header__topper .column:nth-of-type(2) p a, header .header__topper .column:nth-of-type(1) p a, footer .container .footer__bottom p a, footer .container .social__links ul li p a, footer .container .services__menu__links ul li p a, footer .container .menu__links ul li p a {
  display: inline-block;
}
.text-split-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1em;
}
.text-split-container:hover .text-split > span {
  transform: translateY(-100%) !important;
}
@media (max-width: 768px) {
  .text-split-container:hover .text-split span {
    transform: translateY(0) !important;
  }
}

.text-split-inner {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 1.6em;
  align-items: center;
}
.text-split-inner .text-split > span {
  z-index: 1;
  display: inline-block;
  transform: translateY(0%);
  transition: transform 0.4s 0.2s cubic-bezier(0.04, -0.05, 0.1, 0.99);
}

@keyframes pulseOne {
  0% {
    transform: scale(0.95, 0.9);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  90% {
    transform: scale(1.3, 1.6);
    opacity: 0;
  }
}
@keyframes pulseTwo {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  25% {
    opacity: 0.9;
  }
  90% {
    transform: scale(1.2);
    opacity: 0;
  }
}
* {
  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: 768px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

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

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

main {
  overflow: hidden;
  z-index: 2;
}
main section {
  padding: 7rem 10rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  main section {
    padding: 7rem 2rem;
  }
}
main section .circles__svg {
  position: absolute;
  pointer-events: none;
  width: 70rem;
}

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, sans-serif;
  font-weight: 400;
  color: #636978;
}
body ::-moz-selection {
  /* Code for Firefox */
  color: black;
  background: #baaaaa;
}
body ::selection {
  color: black;
  background: #baaaaa;
}
body strong {
  font-weight: 900 !important;
  color: currentColor;
  font-style: oblique;
}
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,
body h2,
body h3,
body h4,
body p.heading {
  color: black;
}
body h1 {
  font-size: 7rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  body h1 {
    font-size: 6rem;
  }
}
body h2 {
  font-size: 5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  body h2 {
    font-size: 5rem;
  }
}
body h3 {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  body h3 {
    font-size: 4.5rem;
  }
}
body h4 {
  font-size: 3rem;
  font-weight: bold;
}
body p,
body .button,
body figcaption {
  font-size: 1.9rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  body p,
  body .button,
  body figcaption {
    font-size: 3rem;
  }
}

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

.button {
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  background: #991E57;
  border: 1px solid #991E57;
  transition: background 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.button:hover {
  background: #0c7e29;
  border: 1px solid #0c7e29;
}
.button a,
.button button,
.button .button__inner {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2rem 3.4rem;
  z-index: 2;
  color: inherit !important;
  font-weight: bold;
}

.button__2:hover {
  background: white;
  border: 1px solid white;
  color: #991E57;
}

.button__3 {
  border: 1px solid white;
}
.button__3:hover {
  background: white;
  border: 1px solid white;
  color: #991E57;
}

.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: #0c7e29;
  box-shadow: 0 0 2rem rgba(2, 42, 2, 0.5);
}
@media (max-width: 768px) {
  .call-now {
    display: flex;
  }
}
.call-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.call-now a span {
  font-size: 1.8rem;
  color: white;
  margin-right: 1.2rem;
}
@media (max-width: 768px) {
  .call-now a span {
    font-size: 3rem;
  }
}
.call-now a svg {
  width: 6rem;
  height: 6rem;
}

.contact-now {
  z-index: 200;
  position: fixed;
  bottom: 8rem;
  left: 8rem;
  height: 8rem;
  color: white;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer !important;
}
.contact-now:hover:before {
  transform: scaleX(1.1) scaleY(1.1);
}
.contact-now:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0c7e29;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact-now a {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 1rem 3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-now a svg {
  width: 3rem;
  margin-right: 1rem;
}
.contact-now a svg path {
  fill: white;
}
@media (max-width: 768px) {
  .contact-now {
    display: none !important;
  }
}

#consent-popup {
  position: fixed;
  bottom: 4rem;
  left: 4rem;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 999999999;
  border-radius: 0.4rem;
  padding: 4rem;
}
@media (max-width: 724px) {
  #consent-popup {
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 6rem 4rem;
    border-radius: 0;
  }
}
#consent-popup p {
  color: #991E57 !important;
}
#consent-popup #accept {
  cursor: pointer;
  background: #991E57;
  font-size: 2rem;
  transition: all 0.4s ease;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  margin-left: 2rem;
  text-transform: uppercase;
}
@media (max-width: 724px) {
  #consent-popup #accept {
    font-size: 3.4rem;
    width: 10rem;
    height: 10rem;
    padding-right: 0.2rem;
    margin-left: 1.2rem;
    background: #991E57;
  }
}
#consent-popup #accept span {
  color: white !important;
}
#consent-popup #accept:hover {
  background: #991E57;
}
#consent-popup.hidden {
  opacity: 0;
  transform: translateY(40px);
  pointer-events: none;
}
@media (max-width: 724px) {
  #consent-popup.hidden {
    transform: translateY(40px) translateX(-50%);
  }
}

form.form,
form.quote__form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black !important;
}
@media (max-width: 768px) {
  form.form,
  form.quote__form {
    padding: 0 4rem;
  }
}
form.form input:not([type=submit]),
form.form input:not([type=firstname]),
form.form textarea,
form.form select,
form.quote__form input:not([type=submit]),
form.quote__form input:not([type=firstname]),
form.quote__form textarea,
form.quote__form select {
  position: relative;
  width: 80rem;
  height: 8rem;
  margin-top: 1.6rem;
  background: transparent;
  font-family: inherit !important;
  color: inherit;
  font-size: 2.4rem;
  font-weight: inherit;
  padding-left: 2rem;
  padding-top: 1rem;
  background: #f7f8fa;
  border: 1px solid rgba(153, 30, 87, 0.4);
  border-radius: 1rem;
}
@media (max-width: 768px) {
  form.form input:not([type=submit]),
  form.form input:not([type=firstname]),
  form.form textarea,
  form.form select,
  form.quote__form input:not([type=submit]),
  form.quote__form input:not([type=firstname]),
  form.quote__form textarea,
  form.quote__form select {
    width: 90vw;
    height: 12rem;
    font-size: 5rem !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,
form.quote__form input:not([type=submit]):active,
form.quote__form input:not([type=submit]):focus,
form.quote__form input:not([type=firstname]):active,
form.quote__form input:not([type=firstname]):focus,
form.quote__form textarea:active,
form.quote__form textarea:focus,
form.quote__form select:active,
form.quote__form select:focus {
  outline: none;
  padding-bottom: 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,
form.quote__form input:not([type=submit]):focus ~ label,
form.quote__form input:not([type=firstname]):focus ~ label,
form.quote__form textarea:focus ~ label,
form.quote__form select:focus ~ label {
  top: 2rem;
  transform: scale(0.7);
  left: 1.8rem;
  color: rgba(0, 0, 0, 0.4) !important;
}
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, form.quote__form input:not([type=submit])::-moz-placeholder, form.quote__form input:not([type=firstname])::-moz-placeholder, form.quote__form textarea::-moz-placeholder, form.quote__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,
form.quote__form input:not([type=submit])::placeholder,
form.quote__form input:not([type=firstname])::placeholder,
form.quote__form textarea::placeholder,
form.quote__form select::placeholder {
  opacity: 0;
}
form.form input:not([type=submit]):not(:-moz-placeholder-shown) ~ label, form.form input:not([type=firstname]):not(:-moz-placeholder-shown) ~ label, form.form textarea:not(:-moz-placeholder-shown) ~ label, form.form select:not(:-moz-placeholder-shown) ~ label, form.quote__form input:not([type=submit]):not(:-moz-placeholder-shown) ~ label, form.quote__form input:not([type=firstname]):not(:-moz-placeholder-shown) ~ label, form.quote__form textarea:not(:-moz-placeholder-shown) ~ label, form.quote__form select:not(:-moz-placeholder-shown) ~ label {
  color: rgba(0, 0, 0, 0.4) !important;
  top: 2rem;
  transform: scale(0.7);
  left: 1.8rem;
}
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,
form.quote__form input:not([type=submit]):not(:placeholder-shown) ~ label,
form.quote__form input:not([type=firstname]):not(:placeholder-shown) ~ label,
form.quote__form textarea:not(:placeholder-shown) ~ label,
form.quote__form select:not(:placeholder-shown) ~ label {
  color: rgba(0, 0, 0, 0.4) !important;
  top: 2rem;
  transform: scale(0.7);
  left: 1.8rem;
}
form.form label,
form.quote__form label {
  position: absolute;
  transform-origin: left;
  left: 1.4rem;
  top: 4rem;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  backface-visibility: hidden;
  font-size: 2rem;
  font-family: inherit;
  pointer-events: none;
  color: inherit;
  border: 3px solid transparent;
  border-radius: 0.6rem;
}
@media (max-width: 768px) {
  form.form label,
  form.quote__form label {
    font-size: 3rem;
  }
}
form.form label:after,
form.quote__form label:after {
  content: "*";
}
form.form textarea,
form.quote__form textarea {
  height: 20rem;
  padding-top: 4rem;
  padding-left: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  form.form textarea,
  form.quote__form textarea {
    height: 26rem;
  }
}
form.form textarea:focus ~ label,
form.quote__form textarea:focus ~ label {
  top: 2.8rem;
}
form.form textarea:not(:-moz-placeholder-shown) ~ label, form.quote__form textarea:not(:-moz-placeholder-shown) ~ label {
  top: 2.8rem;
}
form.form textarea:not(:placeholder-shown) ~ label,
form.quote__form textarea:not(:placeholder-shown) ~ label {
  top: 2.8rem;
}
form.form button[type=submit],
form.quote__form button[type=submit] {
  font-size: 2rem;
  width: 40rem;
}
@media (max-width: 768px) {
  form.form button[type=submit],
  form.quote__form button[type=submit] {
    font-size: 3rem;
    width: 60rem;
    height: 12rem;
  }
}
form.form select,
form.quote__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: 768px) {
  form.form select,
  form.quote__form select {
    font-size: 3rem !important;
  }
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus,
form.form button:focus,
form.quote__form input:focus,
form.quote__form select:focus,
form.quote__form textarea:focus,
form.quote__form button:focus {
  box-shadow: 0 0 0 12rem #f7f8fa inset !important;
  -webkit-box-shadow: 0 0 0 12rem #f7f8fa inset !important;
  -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,
form.quote__form input:-webkit-autofill,
form.quote__form input:-webkit-autofill:hover,
form.quote__form input:-webkit-autofill:focus,
form.quote__form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 12rem #f7f8fa inset !important;
}
form.form input:-webkit-autofill,
form.quote__form input:-webkit-autofill {
  -webkit-text-fill-color: black !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: 768px) {
  .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;
}
.slider__section {
  background: #f5f9f9;
  padding: 14rem 3rem 14rem 3rem;
}
@media (max-width: 768px) {
  .slider__section {
    padding: 14rem 1rem 14rem 1rem;
  }
}
.slider__section .tarkikComandSlider {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 10rem;
}
@media (max-width: 768px) {
  .slider__section .tarkikComandSlider {
    padding: 0 1rem;
  }
}
.slider__section .slick-prev,
.slider__section .slick-next {
  z-index: 3 !important;
  top: 50% !important;
  width: 12rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__section .slick-prev:hover::before,
.slider__section .slick-next:hover::before {
  border: 1px solid #991E57;
  color: #991E57 !important;
}
.slider__section .slick-prev::before,
.slider__section .slick-next::before {
  width: 9rem;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 100%;
  border: 1px solid black;
  z-index: 3 !important;
  color: black !important;
  font-family: inherit !important;
}
@media (max-width: 768px) {
  .slider__section .slick-prev,
  .slider__section .slick-next {
    display: none !important;
  }
}
.slider__section .slick-prev::before {
  content: "‹" !important;
  font-size: 4rem;
}
.slider__section .slick-next::before {
  content: "›" !important;
  font-size: 4rem;
}
.slider__section .slick-dots {
  position: relative;
}
@media (max-width: 768px) {
  .slider__section .slick-dots {
    position: absolute;
    bottom: -10rem;
  }
}
.slider__section .comandSlider__item {
  cursor: pointer;
  position: relative;
  background-color: white;
  margin: 0 10px;
  overflow: hidden;
}
.slider__section .comandSlider__item h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
  color: white;
  color: #991E57;
  width: 100%;
  padding: 3rem;
}
.slider__section .comandSlider__item span.stars {
  font-size: 2rem;
  color: #ffa700;
  padding: 3rem;
}
@media (max-width: 768px) {
  .slider__section .comandSlider__item span.stars {
    font-size: 3rem;
  }
}
.slider__section .comandSlider__item p {
  font-style: oblique;
  margin-top: 2rem;
  padding: 6rem 3rem;
}

.image__banner {
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
  background: black;
  display: none;
}
@media (max-width: 768px) {
  .image__banner {
    height: 60rem;
  }
}
.image__banner div {
  position: absolute;
  top: 0;
  left: 0;
}
.image__banner figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
}
footer {
  width: 100%;
  height: 100%;
  background: #991E57;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  padding-top: 7rem;
}
footer .container {
  width: 100%;
  display: flex;
  align-content: center;
  padding: 2rem 24rem 6rem 24rem;
}
@media (max-width: 768px) {
  footer .container {
    padding: 10rem 2rem 2rem 2rem;
  }
}
@media (max-width: 768px) {
  footer .container {
    text-align: center;
  }
}
footer .container:nth-of-type(1) {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  footer .container:nth-of-type(1) {
    padding-bottom: 0rem;
  }
}
footer .container:nth-of-type(2) {
  justify-content: center;
}
@media (max-width: 768px) {
  footer .container:nth-of-type(2) {
    padding-bottom: 8rem;
  }
}
footer .container:nth-of-type(3) {
  padding-top: 4rem;
}
footer .container:nth-of-type(3):before {
  content: "";
  width: calc(100% - 50rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 768px) {
  footer .container:nth-of-type(3):before {
    width: calc(100% - 4rem);
  }
}
footer .container:nth-of-type(4) {
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  footer .container:nth-of-type(4) {
    padding-top: 10rem;
  }
}
footer .container:nth-of-type(4):before {
  content: "";
  width: calc(100% - 50rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 768px) {
  footer .container:nth-of-type(4):before {
    width: calc(100% - 4rem);
  }
}
footer .container p {
  line-height: 1.8 !important;
}
footer .container .list__heading {
  margin-bottom: 6rem;
  font-weight: 900;
  color: white;
  text-decoration: underline;
}
@media (max-width: 768px) {
  footer .container .list__heading {
    margin-bottom: 6rem;
  }
}
footer .container .logo {
  width: 40rem;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
}
@media (max-width: 768px) {
  footer .container .logo {
    width: 60rem;
  }
}
footer .container .logo a {
  width: 100%;
  height: auto;
}
footer .container .menu__links ul {
  display: flex;
}
@media (max-width: 768px) {
  footer .container .menu__links ul {
    flex-direction: column;
  }
}
footer .container .menu__links ul li {
  margin: 0 1rem;
}
@media (max-width: 768px) {
  footer .container .menu__links ul li {
    margin: 1.4rem 0;
  }
}
footer .container .menu__links ul li p a {
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
footer .container .menu__links ul li p a:hover {
  color: white;
}
footer .container .services__menu__links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  footer .container .services__menu__links ul li {
    margin: 1.8rem 0;
  }
}
footer .container .services__menu__links ul li p {
  line-height: 1.8;
}
footer .container .services__menu__links ul li p a {
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
footer .container .services__menu__links ul li p a:hover {
  color: white;
}
@media (max-width: 768px) {
  footer .container .services__menu__links {
    flex-direction: column !important;
  }
  footer .container .services__menu__links ul {
    margin: 4rem 0;
  }
}
footer .container .social__links {
  text-align: center;
  display: flex;
  display: none !important;
}
footer .container .social__links .list__heading {
  display: none;
}
footer .container .social__links ul {
  display: flex;
}
@media (max-width: 768px) {
  footer .container .social__links ul {
    flex-direction: column;
  }
}
footer .container .social__links ul li {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  footer .container .social__links ul li {
    margin-right: 0;
  }
}
footer .container .social__links ul li p a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container .social__links ul li p svg {
  height: 1.6rem;
  width: auto;
}
@media (max-width: 768px) {
  footer .container .social__links ul li p svg {
    height: 1.4rem;
    width: 3rem;
  }
}
footer .container .social__links ul li p svg path {
  fill: white !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
footer .container .social__links ul li p svg:hover path {
  fill: white !important;
}
@media (max-width: 768px) {
  footer .container .social__links ul li p svg {
    transform: scale(2);
    margin: 3rem 0;
  }
}
footer .container .footer__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  footer .container .footer__bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
footer .container .footer__bottom > div:nth-last-of-type(1) a {
  font-weight: bold;
}
footer .container .footer__bottom p a {
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
footer .container .footer__bottom p a:hover {
  color: white;
}
@media (max-width: 768px) {
  footer .container .footer__bottom {
    flex-direction: column;
  }
}
footer .container .footer__bottom p:not(:nth-of-type(1)) {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  footer .container .footer__bottom p:not(:nth-of-type(1)) {
    margin: 1.6rem 0;
  }
}
footer .container .footer__bottom > div {
  display: flex;
}
@media (max-width: 768px) {
  footer .container .footer__bottom > div {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}

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

header {
  position: fixed !important;
  width: 100%;
  z-index: 400;
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  color: black;
  background: white;
}
header .header__topper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  width: 100%;
  background: #991E57;
  padding: 0 4rem;
  color: white;
}
@media (max-width: 768px) {
  header .header__topper {
    display: none;
  }
}
header .header__topper .column {
  display: flex;
  align-items: center;
}
header .header__topper .column:nth-of-type(1) p a {
  font-weight: bold;
}
header .header__topper .column:nth-of-type(2) p {
  margin-left: 2rem;
}
header .header__topper .column:nth-of-type(2) p a {
  font-weight: bold;
}
header .header__topper .column:nth-of-type(2) p svg {
  height: 1.6rem;
  width: auto;
}
header .header__topper .column:nth-of-type(2) p svg path {
  fill: white;
}
@media (max-width: 768px) {
  header .header__topper .column:nth-of-type(2) p svg {
    transform: scale(2);
    margin: 2rem 2.4rem;
  }
}
header .header__main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  width: 100%;
  background: white;
}
@media (max-width: 768px) {
  header .header__main {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    height: 100%;
  }
}
header .header__main .logo {
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  position: absolute;
  left: 4rem;
}
@media (max-width: 768px) {
  header .header__main .logo {
    top: 2rem;
  }
}
header .header__main .logo a {
  width: 100%;
  height: auto;
}
header .header__main .logo a figure img {
  width: 24rem;
  height: auto;
}
@media (max-width: 768px) {
  header .header__main .logo a figure img {
    width: auto;
    height: 10rem;
  }
}
header .header__main nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100vw;
}
@media (max-width: 768px) {
  header .header__main nav {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: scroll;
  }
}
header .header__main nav ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  gap: 4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  header .header__main nav ul {
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 20rem 0 40rem 0;
    overflow: scroll;
    justify-content: flex-start;
  }
}
header .header__main nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
header .header__main nav ul li:hover {
  color: #991E57;
}
header .header__main nav ul li p {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  header .header__main nav ul li p {
    font-size: 5rem;
  }
}
header .header__main nav ul li p a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  header .header__main nav ul li p a {
    margin: 1rem 0;
  }
}
header .header__main nav ul .services__dropdown {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  header .header__main nav ul .services__dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    pointer-events: none;
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  header .header__main nav ul .services__dropdown > p {
    font-size: 2.6em !important;
    opacity: 0.7;
  }
}
header .header__main nav ul .services__dropdown > p:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  top: 44%;
  right: -1.4rem;
}
@media (max-width: 1024px) {
  header .header__main nav ul .services__dropdown > p:after {
    display: none;
  }
}
header .header__main nav ul .services__dropdown ul.services__list {
  overflow: hidden;
  position: absolute;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 30rem;
  top: 9rem;
  height: auto;
  background: white;
  border: 2px solid white;
  display: none;
  z-index: 2;
  gap: 0;
}
@media (max-width: 768px) {
  header .header__main nav ul .services__dropdown ul.services__list {
    position: relative;
    overflow: visible;
    z-index: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: none;
    border-bottom: 1px solid #baaaaa;
    border-top: 1px solid #baaaaa;
    padding: 4rem 0;
    margin-bottom: 4rem;
    margin-top: 4rem;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
    text-align: center !important;
    top: auto;
  }
}
header .header__main nav ul .services__dropdown ul.services__list li {
  width: 100%;
  height: 100%;
}
header .header__main nav ul .services__dropdown ul.services__list li p {
  line-height: 1.2;
}
header .header__main nav ul .services__dropdown ul.services__list li a {
  padding: 2.4rem;
  text-align: center;
  color: black;
  transition: color 0.1s cubic-bezier(0.25, 1, 0.5, 1), background 0.1s cubic-bezier(0.25, 1, 0.5, 1);
}
header .header__main nav ul .services__dropdown ul.services__list li a:hover {
  background: #991E57;
  color: white;
}
@media (max-width: 768px) {
  header .header__main nav ul .services__dropdown ul.services__list li a {
    padding: 0;
  }
}
header .services__dropdown.active .services__list {
  display: flex !important;
}
header .contact__us__header {
  position: absolute;
  right: 4rem;
  max-height: 5rem;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  header .contact__us__header {
    top: 6rem;
  }
}
header .contact__us__header p {
  z-index: 2;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
header .contact__us__header p a:after {
  display: none !important;
}
header .contact__us__header p a svg {
  width: 2rem;
  margin-right: 1rem;
}
header .contact__us__header p a svg path {
  fill: white;
}
@media (max-width: 768px) {
  header .contact__us__header p a svg {
    width: 6rem;
  }
}
header .contact__us__header:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0c7e29;
  position: absolute;
  pointer-events: none;
}
header .contact__us__header:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #53c57d;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
header .contact__us__header:before {
  animation: pulseOne 1.6s 0.1s ease infinite;
}
@media (max-width: 768px) {
  header .contact__us__header {
    position: relative;
    right: auto;
    width: auto;
    max-height: 12rem;
    padding: 2rem 4rem;
    margin-top: 3rem;
  }
}

.menu__toggler {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 4rem;
  z-index: 10;
  height: 14rem;
  width: 10rem;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .menu__toggler {
    display: flex;
  }
}
.menu__toggler span {
  display: inline-flex;
  position: absolute;
  width: 100%;
  height: 6px;
  background: black;
  transition: 0s 0.1s opacity cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 0.2rem;
}
.menu__toggler::before, .menu__toggler::after {
  content: "";
  width: 100%;
  height: 6px;
  background: black;
  display: block;
  position: absolute;
  right: 0;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  backface-visibility: hidden;
  border-radius: 0.2rem;
}
.menu__toggler::before {
  transform: translateY(3rem);
}
.menu__toggler::after {
  transform: translateY(-3rem);
}

.active__toggler span {
  opacity: 0;
  transition: 0.1s opacity cubic-bezier(0.25, 1, 0.5, 1);
}
.active__toggler::before {
  transform: rotate(45deg);
}
.active__toggler::after {
  transform: rotate(-45deg);
}

.active__menu {
  height: 100vh !important;
  width: 100% !important;
  pointer-events: all !important;
}
.active__menu ul {
  opacity: 1 !important;
  pointer-events: all !important;
  transition: all 0.4s 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
@media (max-width: 768px) {
  .active__menu ul {
    transition: none !important;
  }
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  overflow: hidden;
  min-height: 70rem;
}
@media (max-width: 768px) {
  .hero .scroll__cta {
    display: none !important;
  }
}
.hero .container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10000;
  padding: 6rem 10rem 2rem 10rem;
}
@media (max-width: 768px) {
  .hero .container {
    padding: 20rem 1rem 4rem 1rem;
  }
}
.hero .container h1 {
  text-align: center;
  margin-top: 8rem;
  max-width: 160rem;
  color: white;
}
@media (max-width: 768px) {
  .hero .container h1 {
    margin-top: 0;
    max-width: 100%;
  }
}
.hero .container > p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 3rem 0;
  text-align: center;
}
.hero .container > p span {
  display: block;
}
.hero .container > p span:nth-of-type(1) {
  max-width: 160rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.hero .container > p span:nth-of-type(2) {
  max-width: 180rem;
}
@media (max-width: 768px) {
  .hero .container > p {
    width: 100%;
    margin: 4rem 0;
    padding: 0 1.2rem;
    font-size: 2.6rem;
  }
}
.hero figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
}

.about__page .utility__section__1 {
  padding-top: 20rem;
}
.about__page .clients__and__accreditation {
  background: white;
}
.about__page .clients__and__accreditation h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.about__page .clients__and__accreditation .container {
  max-width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about__page .clients__and__accreditation .container {
    max-width: 80%;
  }
}
.about__page .clients__and__accreditation .container .row {
  display: flex;
}
.about__page .clients__and__accreditation .container .row:not(:nth-of-type(1)) {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .about__page .clients__and__accreditation .container .row:not(:nth-of-type(1)) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .about__page .clients__and__accreditation .container .row {
    flex-direction: column;
  }
}
.about__page .clients__and__accreditation .container .row figure {
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .about__page .clients__and__accreditation .container .row figure {
    margin-bottom: 1rem;
  }
}

.acquired__page .acquired__hero {
  padding-top: 24rem;
}
.acquired__page .acquired__hero h1,
.acquired__page .acquired__hero p.description {
  color: #991E57;
  flex-direction: row;
  margin: 3rem 0;
}
.acquired__page .acquired__hero h1 a,
.acquired__page .acquired__hero p.description a {
  text-decoration: underline;
  display: inline;
}

section.contact__main {
  padding-top: calc(var(--headerHeight) + 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
section.contact__main:before {
  content: "";
  width: 100%;
  height: 90rem;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #f5f9f9;
}
@media (max-width: 768px) {
  section.contact__main:before {
    display: none;
  }
}
section.contact__main .container {
  background: white;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem;
}
@media (max-width: 768px) {
  section.contact__main .container {
    width: 96vw;
    padding: 8rem 4rem;
  }
}
section.contact__main .container h1 {
  max-width: 80rem;
  text-align: center;
  color: #991E57;
}
@media (max-width: 768px) {
  section.contact__main .container h1 {
    margin-bottom: 2rem;
  }
}
section.contact__main .container .description {
  max-width: 70rem;
  margin: 2rem 0;
  text-align: center;
}
section.contact__main .container .description a {
  color: #991E57;
}
section.contact__main .container .contact__links {
  color: #991E57;
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  section.contact__main .container .contact__links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  section.contact__main .container .contact__links:nth-of-type(2) a:nth-of-type(2) {
    margin-top: -2rem;
  }
}
section.contact__main .container .contact__links a {
  margin: 0 2rem;
}
@media (max-width: 768px) {
  section.contact__main .container .contact__links a {
    margin: 4rem 0;
  }
}
section.contact__main .container .contact__links a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.functional__page {
  height: 100%;
  width: 100vw;
  background: #f7f8fa;
  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 h1 {
  color: #991E57;
}
.functional__page .container > p {
  margin: 3rem 0;
  max-width: 60rem;
}
@media (max-width: 768px) {
  .functional__page .container > p {
    max-width: 100% !important;
  }
}
.functional__page .container > p a {
  color: #f7f8fa;
}

section.intro {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.intro .circles__svg:nth-of-type(1) {
  right: -24rem;
  top: -24rem;
}
section.intro .circles__svg:nth-of-type(2) {
  left: -40rem;
  bottom: 44rem;
}
@media (max-width: 768px) {
  section.intro {
    flex-direction: column;
  }
}
section.intro:before {
  content: "";
  width: 100%;
  height: 30rem;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #f5f9f9;
}
@media (max-width: 768px) {
  section.intro:before {
    display: none;
  }
}
section.intro .intro__inner .container:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 7rem;
  text-align: center;
}
section.intro .intro__inner .container:nth-of-type(1) p {
  max-width: 120rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  section.intro .intro__inner .container:nth-of-type(1) p {
    font-size: 3rem;
  }
}
section.intro .intro__inner .container:nth-of-type(1) ul {
  display: flex;
}
@media (max-width: 768px) {
  section.intro .intro__inner .container:nth-of-type(1) ul {
    flex-direction: column;
  }
}
section.intro .intro__inner .container:nth-of-type(1) ul li {
  margin: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.intro .intro__inner .container:nth-of-type(1) ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.intro .intro__inner .container:nth-of-type(1) ul li p a {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.intro .intro__inner .container:nth-of-type(1) ul li p a svg {
  height: 1.6rem;
  width: auto;
  margin-right: 0.7rem;
}
section.intro .intro__inner .container:nth-of-type(1) ul li p a svg path {
  fill: #991e57 !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
section.intro .intro__inner .container:nth-of-type(1) ul li p a svg:hover path {
  fill: #991e57 !important;
}
@media (max-width: 768px) {
  section.intro .intro__inner .container:nth-of-type(1) ul li p a svg {
    transform: scale(2);
    margin: 2rem 2.4rem;
  }
}
section.intro .intro__inner .container:nth-of-type(2) {
  margin-bottom: 10rem;
}
section.intro .intro__inner .container:nth-of-type(2) .button {
  margin: 0 auto;
  margin-top: 6rem;
}
section.intro .intro__inner .container:nth-of-type(2) .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8rem;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  section.intro .intro__inner .container:nth-of-type(2) .grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4rem;
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item__row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
section.intro .intro__inner .container:nth-of-type(2) .grid .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: 768px) {
  section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item__row:nth-of-type(1) .svg__wrapper {
    width: 8rem;
    height: 8rem;
  }
}
section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item__row:nth-of-type(1) svg {
  width: 3rem;
  height: 3rem;
}
section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item__row:nth-of-type(1) svg path {
  fill: #991E57;
  stroke: white;
}
@media (max-width: 768px) {
  section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item__row:nth-of-type(1) svg {
    width: 5rem;
    height: 5rem;
  }
}
section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item__row:nth-of-type(2) {
  margin: 1rem 0;
}
section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item__row:nth-of-type(2) p {
  font-size: 2.2rem;
  font-weight: bold;
  color: #991E57;
}
@media (max-width: 768px) {
  section.intro .intro__inner .container:nth-of-type(2) .grid .grid__item__row:nth-of-type(2) p {
    font-size: 3.4rem;
  }
}
section.intro .intro__inner .container:nth-of-type(3) {
  display: flex;
  align-items: flex-start;
  padding: 6rem;
  background: white;
}
@media (max-width: 768px) {
  section.intro .intro__inner .container:nth-of-type(3) {
    padding: 0;
    flex-direction: column;
    box-shadow: none;
    text-align: center;
    background: none;
  }
}
section.intro .intro__inner .container:nth-of-type(3) p.description {
  max-width: 80rem;
  margin-bottom: 4rem;
  margin-left: 5rem;
}
@media (max-width: 768px) {
  section.intro .intro__inner .container:nth-of-type(3) p.description {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
section.intro .intro__inner .container:nth-of-type(3) .button {
  margin-left: 5rem;
}
@media (max-width: 768px) {
  section.intro .intro__inner .container:nth-of-type(3) .button {
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
section.intro .intro__inner .container:nth-of-type(3) figure {
  width: 100rem;
  z-index: 2;
}
@media (max-width: 768px) {
  section.intro .intro__inner .container:nth-of-type(3) figure {
    width: 100%;
    margin-bottom: 8rem;
  }
}
section.intro .intro__inner .container:nth-of-type(3) figure img {
  z-index: 2;
}

section.services {
  background: #f5f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 0;
}
section.services h2 {
  margin-bottom: 7rem;
  width: 100%;
  text-align: center;
}
section.services .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 1;
  gap: 2rem;
  z-index: 11;
}
@media (max-width: 768px) {
  section.services .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.services .grid .grid__item {
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
  background: white;
}
section.services .grid .grid__item:not(:nth-of-type(1)) {
  margin-left: 1px;
}
@media (max-width: 768px) {
  section.services .grid .grid__item:not(:nth-of-type(1)) {
    margin-left: none;
  }
}
section.services .grid .grid__item .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.services .grid .grid__item .row:nth-of-type(1) p {
  z-index: 2;
  font-size: 4rem;
  line-height: 1;
  padding: 4rem 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  section.services .grid .grid__item .row:nth-of-type(1) p {
    font-size: 6rem;
  }
}
section.services .grid .grid__item .row:nth-of-type(1) figure {
  width: 100%;
  height: 24rem;
}
@media (max-width: 768px) {
  section.services .grid .grid__item .row:nth-of-type(1) figure {
    height: 50rem;
  }
}
section.services .grid .grid__item .row:nth-of-type(1) figure:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
section.services .grid .grid__item .row:nth-of-type(1) figure img {
  transition: filter 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
section.services .grid .grid__item .row:nth-of-type(2) {
  padding: 4rem 2rem;
  justify-content: space-between;
  height: 100%;
}
section.services .grid .grid__item .row:nth-of-type(2) > p {
  margin-bottom: 3rem;
}

section.recent__projects {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
section.recent__projects h2 {
  text-align: center;
  margin-bottom: 3rem;
}
section.recent__projects p.description {
  text-align: center;
  margin-bottom: 3rem;
}
section.recent__projects .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 1;
  grid-gap: 2rem;
  z-index: 11;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  section.recent__projects .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.recent__projects .grid .grid__item {
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
  background: #991E57;
}
section.recent__projects .grid .grid__item:not(:nth-of-type(1)) {
  margin-left: 1px;
}
@media (max-width: 768px) {
  section.recent__projects .grid .grid__item:not(:nth-of-type(1)) {
    margin-left: none;
  }
}
section.recent__projects .grid .grid__item:hover figure img {
  filter: brightness(80%) !important;
}
section.recent__projects .grid .grid__item .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.recent__projects .grid .grid__item .row:nth-of-type(1) p {
  z-index: 2;
  font-size: 4rem;
  color: white;
  line-height: 1;
}
@media (max-width: 768px) {
  section.recent__projects .grid .grid__item .row:nth-of-type(1) p {
    font-size: 6rem;
  }
}
section.recent__projects .grid .grid__item .row:nth-of-type(1) figure {
  width: 100%;
  height: 30rem;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  section.recent__projects .grid .grid__item .row:nth-of-type(1) figure {
    height: 40rem;
  }
}
section.recent__projects .grid .grid__item .row:nth-of-type(1) figure img {
  transition: filter 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
section.recent__projects .grid .grid__item .row:nth-of-type(2) {
  padding: 4rem 2rem;
  justify-content: space-between;
  height: 100%;
}
section.recent__projects .grid .grid__item .row:nth-of-type(2) > p {
  margin-bottom: 3rem;
  color: white;
}

.follow__us {
  display: flex;
  display: none !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem 2rem 4rem 2rem;
  height: 100%;
  z-index: 4;
}
@media (max-width: 768px) {
  .follow__us {
    padding-top: 0;
  }
}
.follow__us h2 {
  text-align: center;
  max-width: 80vw;
  color: white;
}
.follow__us .social__links {
  display: flex;
  margin-top: 3rem;
}
.follow__us .social__links li {
  margin: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .follow__us .social__links li {
    margin: 0 1rem;
    width: 18rem;
    height: 18rem;
  }
}
.follow__us .social__links li:nth-of-type(1) a {
  background: #1877F2;
}
.follow__us .social__links li:nth-of-type(2) a {
  background: #d62976;
}
.follow__us .social__links li:nth-of-type(3) a {
  background: rgb(40, 191, 241);
}
.follow__us .social__links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  color: white;
}
.follow__us .social__links li a svg {
  height: 2.2rem;
  width: auto;
}
@media (max-width: 768px) {
  .follow__us .social__links li a {
    width: 18rem;
    height: 18rem;
  }
}

.clients__and__accreditation {
  background: #f5f9f9;
}
.clients__and__accreditation h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.clients__and__accreditation .container {
  max-width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .clients__and__accreditation .container {
    max-width: 96%;
  }
}
.clients__and__accreditation .container .row {
  display: flex;
}
.clients__and__accreditation .container .row:not(:nth-of-type(1)) {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .clients__and__accreditation .container .row:not(:nth-of-type(1)) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .clients__and__accreditation .container .row {
    flex-direction: column;
  }
}
.clients__and__accreditation .container .row figure {
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .clients__and__accreditation .container .row figure {
    margin-bottom: 1rem;
  }
}

.locations__section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f5f9f9;
}
.locations__section h2 {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 4rem;
  width: 100%;
  text-align: center;
  color: #991E57;
}
@media (max-width: 768px) {
  .locations__section h2 {
    font-size: 3rem;
  }
}
.locations__section p.locations {
  max-width: 116rem;
  text-align: center;
  margin: auto;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .locations__section p.locations {
    font-size: 1.8rem;
  }
}
.locations__section p.locations .locations__list {
  padding: 1rem 0;
  margin-top: 4rem;
}
.locations__section p.locations a {
  margin: 0 0.2rem;
}

.company-name:after {
  content: "Shopfronts Derby";
  color: #baaaaa;
}

.company-email {
  color: #baaaaa;
}
.company-email:after {
  color: #baaaaa;
}

.company-website:after {
  content: "https://shopfrontsderby.co.uk";
  color: #baaaaa;
}

.policy__page {
  height: 100%;
  width: 100vw;
  background: black;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20rem;
}
.policy__page .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.policy__page .container h1 {
  color: white;
}
.policy__page .container > p {
  margin: 3rem 0;
  max-width: 140rem;
  color: white;
}
@media (max-width: 768px) {
  .policy__page .container > p {
    max-width: 100% !important;
  }
}
.project__page section:nth-of-type(1) {
  padding-top: 20rem;
}

.projects__page section.recent__projects__page {
  background: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 20rem;
}
.projects__page section.recent__projects__page .container {
  background: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.projects__page section.recent__projects__page .container h1 {
  text-align: center;
  margin-bottom: 3rem;
}
.projects__page section.recent__projects__page .container p.description {
  text-align: center;
  max-width: 80rem;
}
.projects__page section.recent__projects__page .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 1;
  grid-gap: 2rem;
  z-index: 11;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .projects__page section.recent__projects__page .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.projects__page section.recent__projects__page .grid .grid__item {
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
  background: white;
}
.projects__page section.recent__projects__page .grid .grid__item:not(:nth-of-type(1)) {
  margin-left: 1px;
}
@media (max-width: 768px) {
  .projects__page section.recent__projects__page .grid .grid__item:not(:nth-of-type(1)) {
    margin-left: none;
  }
}
.projects__page section.recent__projects__page .grid .grid__item:hover figure img {
  filter: brightness(80%) !important;
}
.projects__page section.recent__projects__page .grid .grid__item .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.projects__page section.recent__projects__page .grid .grid__item .row:nth-of-type(1) p {
  z-index: 2;
  font-size: 4rem;
  color: white;
  line-height: 1;
}
@media (max-width: 768px) {
  .projects__page section.recent__projects__page .grid .grid__item .row:nth-of-type(1) p {
    font-size: 6rem;
  }
}
.projects__page section.recent__projects__page .grid .grid__item .row:nth-of-type(1) figure {
  width: 100%;
  height: 30rem;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .projects__page section.recent__projects__page .grid .grid__item .row:nth-of-type(1) figure {
    height: 40rem;
  }
}
.projects__page section.recent__projects__page .grid .grid__item .row:nth-of-type(1) figure img {
  transition: filter 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.projects__page section.recent__projects__page .grid .grid__item .row:nth-of-type(2) {
  padding: 4rem 2rem;
  justify-content: space-between;
  height: 100%;
}
.projects__page section.recent__projects__page .grid .grid__item .row:nth-of-type(2) > p {
  margin-bottom: 3rem;
}/*# sourceMappingURL=main.css.map */