/**
*
* Testing
*
**/
.what__we__do__page .what__we__do__main .container .grid .grid__item figure, .what__we__do__page .what__we__do__main .container .grid .grid__item, section.intro .container .row:nth-of-type(2) figure, .article__page section.hero .container figure img, .article__page section.hero .container figure, .about__page section.about__main .container figure img, .about__page section.about__main .container figure, .media__grid .media__grid__item, form.form, #consent-popup, .button a,
.button .button__inner {
  border-radius: 1rem;
}

.contact-now a:before, .contact-now a:after, .call-now {
  border-radius: 8rem;
}

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

form.form button[type=submit]:before {
  box-shadow: 0 0 2.5rem rgba(228, 189, 141, 0.05);
}

section.banner figure, .article__page section.hero .container figure, .about__page section.about__main .container figure, .media__grid .media__grid__item figure, figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.banner figure img, .article__page section.hero .container figure img, .about__page section.about__main .container figure img, .media__grid .media__grid__item figure img, img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

@media (min-width: 768px) {
  [data-scroll-class=heading-reveal] {
    transform: translate(0px, 0px);
    transform-style: preserve-3d;
    perspective: 1000px;
    overflow: hidden;
  }
  [data-scroll-class=heading-reveal] > span {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transform: translateY(20rem);
    display: inline-block;
    transform-origin: 100% 0%;
  }
  .heading-reveal > span {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    transform: translateY(0);
    transition: clip-path 1.2s cubic-bezier(0.246, 0.75, 0.187, 1), transform 1.2s cubic-bezier(0.246, 0.75, 0.187, 1);
    padding-bottom: 0.75rem;
  }
  .heading-reveal > span:nth-of-type(2) {
    transition-delay: 0.05s;
  }
  .heading-reveal > span:nth-of-type(3) {
    transition-delay: 0.1s;
  }
}
.lazy-load-item {
  height: 100%;
  width: 100%;
  background: #9dbbc2;
  overflow: hidden;
  z-index: 1;
}

.lazy-load-item .lazy-item {
  display: none;
}
.lazy-load-item .lazy-item.loaded {
  display: block;
}

@media (min-width: 768px) {
  .h__top__line,
  .h__bottom__line {
    position: absolute;
    background: rgba(0, 59, 72, 0.3);
    height: 1px;
    transform: scaleX(0);
    transform-origin: 50% 50%;
    width: 100%;
    left: 0;
  }
  .h__top__line {
    top: 0;
  }
  .h__bottom__line {
    bottom: 0;
  }
  .h__top__line__reveal,
  .h__bottom__line__reveal {
    transition: transform 1.2s 0.3s cubic-bezier(0.5, 0, 0, 1);
    transform: scaleX(1);
  }
  .v__line {
    width: 1px;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 59, 72, 0.3);
    transform: scaleY(0);
    transform-origin: 50% 50%;
    position: absolute;
  }
  .v__line__reveal {
    transform: scaleY(1);
    transition: transform 1.2s 0.3s cubic-bezier(0.5, 0, 0, 1);
  }
}
@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;
  }
}
@media (min-width: 768px) {
  [data-scroll-class=opacity-reveal] {
    transform: translate(0px, 0px);
    transform-style: preserve-3d;
    perspective: 1000px;
    opacity: 0;
    display: inline-block;
    transform-origin: 50% 50%;
  }
  .opacity-reveal {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(0.246, 0.75, 0.187, 1);
  }
  [data-scroll-class=button-reveal] {
    transform: translate(0px, 0px);
    transform-style: preserve-3d;
    perspective: 1000px;
    opacity: 0;
    display: inline-block;
    transform-origin: 50% 50%;
  }
  .button-reveal {
    opacity: 1;
    transition: opacity 1.2s 0.1s cubic-bezier(0.246, 0.75, 0.187, 1);
    width: -moz-fit-content;
    width: fit-content;
  }
  .hero .opacity-reveal {
    transition: opacity 1.2s 0.3s cubic-bezier(0.246, 0.75, 0.187, 1);
  }
  .hero .button-reveal {
    transition: opacity 1.2s 0.4s 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-color: white;
  scroll-behavior: smooth;
  font-size: 0.5208333333vw !important;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1024px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

body {
  -webkit-tap-highlight-color: transparent !important;
  visibility: hidden;
}

.page__mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000000000000000000000;
}
.page__mask ul {
  display: flex;
  height: 100%;
  width: 100%;
}
.page__mask ul li {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.page__mask ul li > div {
  height: 101%;
  width: 100%;
  background-color: #003b48;
  position: absolute;
  top: 0;
  left: 0;
}

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

main {
  overflow: hidden;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
main:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
main section {
  padding: 10rem 5rem;
  overflow: hidden;
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 1024px) {
  main section {
    padding: 10rem 2rem;
  }
}
main section #down {
  width: 1px;
  height: 1px;
  left: 0;
  position: absolute;
  z-index: -99;
  visibility: hidden;
  pointer-events: none;
  bottom: 7rem;
}
main section.hero {
  padding-top: calc(10rem + var(--headerHeight));
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, 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;
}

@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #003b48;
}
body ::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #003b48;
}
body ::selection {
  color: white;
  background: #003b48;
}
body .opacity__1-5 {
  opacity: 0.5;
}
body strong {
  font-weight: 600;
}
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
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 {
  font-weight: 600;
}
body h1 {
  font-size: 6rem;
}
@media (max-width: 1024px) {
  body h1 {
    font-size: 7rem;
  }
}
body h2 {
  font-size: 5rem;
}
@media (max-width: 1024px) {
  body h2 {
    font-size: 6rem;
  }
}
body h3 {
  font-size: 4rem;
}
body h4 {
  font-size: 3rem;
}
body p,
body figcaption {
  font-size: 1.7rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  body p,
  body figcaption {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
body p.description span.heading {
  font-weight: bold;
}
body p.font__xs {
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  body p.font__xs {
    font-size: 2.2rem;
  }
}

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

.button__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: -moz-fit-content;
  width: fit-content;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
}
.button a,
.button .button__inner {
  background-color: #003b48;
  color: white;
  font-weight: 600;
  padding: 1.6rem 3rem;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .button a,
  .button .button__inner {
    padding: 3rem 4rem;
  }
}
.button a:hover,
.button .button__inner:hover {
  text-decoration: underline;
}

.button__alt a,
.button__alt .button__inner {
  background-color: #e4bd8d;
  color: #003b48;
}

ul.social__sharing {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1024px) {
  ul.social__sharing {
    gap: 7rem;
  }
}
ul.social__sharing li {
  display: flex;
  align-items: center;
  justify-content: center;
}
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 {
  text-decoration: underline;
}
ul.social__sharing li p a svg {
  height: 2.4rem;
  width: 2.4rem;
  margin-right: 0.4rem;
  transition: transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 1024px) {
  ul.social__sharing li p a svg {
    height: 3rem;
    width: 3rem;
  }
}

.scroll__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: white;
}
.scroll__cta:hover {
  text-decoration: underline;
}
.scroll__cta svg {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 1024px) {
  .scroll__cta svg {
    width: 10rem;
    height: 10rem;
  }
}
.scroll__cta svg path {
  stroke-dasharray: 138.8452301025;
  stroke-dashoffset: 0;
  animation: drawArrow 3s cubic-bezier(0.246, 0.75, 0.187, 1) infinite;
}
@keyframes drawArrow {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 138.8452301025;
  }
  40.00001% {
    stroke-dashoffset: -138.8452301025;
  }
  100% {
    stroke-dashoffset: 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: #003b48;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .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: black;
  margin-right: 1.2rem;
}
@media (max-width: 1024px) {
  .call-now a span {
    font-size: 3rem;
  }
}
.call-now a svg {
  width: 4rem;
  height: 4rem;
  display: flex;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}
.call-now a svg path {
  fill: white !important;
}

.contact-now {
  z-index: 200;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  height: 6rem;
  color: black;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer !important;
  text-transform: uppercase;
  display: none;
}
.contact-now a {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 2rem 3rem;
  color: black;
}
.contact-now a:hover:after {
  transform: scaleX(1.06) scaleY(1.08);
}
.contact-now a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e4bd8d;
  transition: all 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  z-index: -1;
}
.contact-now a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(228, 189, 141, 0.4);
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: -2;
}
.contact-now a:before {
  animation: pulseOne 2.4s 0.1s ease infinite;
}
.contact-now a span {
  font-weight: bold;
}
.contact-now a svg {
  width: 3rem;
  margin-right: 1rem;
}
.contact-now a svg path {
  fill: #e4bd8d;
}
@media (max-width: 1024px) {
  .contact-now {
    display: none !important;
  }
}

#consent-popup {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  background: #f7f7f7;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 1rem 1.5rem;
  opacity: 0;
  animation: CookieReveal 0.4s 1s cubic-bezier(0.246, 0.75, 0.187, 1) forwards;
  box-shadow: 0 1rem 2rem rgba(0, 59, 72, 0.5);
}
@keyframes CookieReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 724px) {
  #consent-popup {
    right: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 2vw;
    height: auto;
    bottom: 2rem;
    padding: 1.5rem 2rem;
  }
}
#consent-popup .description {
  margin-right: 1rem;
}
@media (max-width: 724px) {
  #consent-popup .description {
    width: 20rem;
    margin-right: 1rem;
  }
}
#consent-popup #accept {
  cursor: pointer !important;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  margin-left: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  background-color: #003b48;
  background-image: linear-gradient(0deg, #003b48 20%, #003b48 120%);
  color: white;
}
#consent-popup #accept:hover {
  text-decoration: underline;
}
@media (max-width: 724px) {
  #consent-popup #accept {
    width: 8rem;
    height: 8rem;
    margin-left: 0;
  }
}
#consent-popup.hidden {
  display: none;
}

form.form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
}
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: 1.6rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  background: none;
  border: none;
  border: 1px solid #c1d6db;
  resize: none;
  color: #003b48;
  caret-color: #003b48;
  letter-spacing: 0.05rem;
  cursor: pointer;
  border-radius: 1rem;
}
@media (max-width: 1024px) {
  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 {
  color: rgba(0, 59, 72, 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, 59, 72, 0);
}
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, 59, 72, 0);
}
form.form label {
  position: absolute;
  transform-origin: left;
  left: 0.5rem;
  top: 3.5rem;
  transition: all 0.2s cubic-bezier(0.246, 0.75, 0.187, 1);
  backface-visibility: hidden;
  font-family: inherit;
  pointer-events: none;
  color: inherit;
  border: 3px solid transparent;
  border-radius: 0.6rem;
  color: #003b48;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  form.form label {
    font-size: 3rem;
  }
}
form.form label[for=message] {
  top: 3.5rem !important;
}
form.form textarea {
  height: 20rem;
  padding-top: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  form.form textarea {
    height: 26rem;
  }
}
form.form textarea:focus ~ label {
  color: rgba(0, 59, 72, 0.2);
}
form.form textarea:not(:-moz-placeholder) ~ label {
  color: rgba(0, 59, 72, 0);
}
form.form textarea:not(:placeholder-shown) ~ label {
  color: rgba(0, 59, 72, 0);
}
form.form button[type=submit] {
  font-size: 1.8rem;
}
form.form button[type=submit]:before {
  background: #ffffff;
}
@media (max-width: 1024px) {
  form.form button[type=submit] {
    font-size: 3rem;
    margin-top: 2rem;
  }
}
form.form select {
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus,
form.form button:focus {
  box-shadow: 0 0 0 12rem white inset !important;
  -webkit-box-shadow: 0 0 0 12rem white inset !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 !important;
}
form.form input:-webkit-autofill {
  -webkit-text-fill-color: #003b48 !important;
}

.form__mini {
  text-align: center;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .form__mini {
    width: 100% !important;
    margin-top: 6rem;
  }
}
.form__mini .form__description {
  max-width: 40rem;
}
@media (max-width: 1024px) {
  .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;
}
@media (max-width: 1024px) {
  .form__mini input:not([type=submit]),
  .form__mini input:not([type=firstname]),
  .form__mini textarea,
  .form__mini select {
    width: 88vw !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__2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .media__grid__2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media__grid__2 .media__grid__item figure {
  height: 70rem;
}
@media (max-width: 1024px) {
  .media__grid__2 .media__grid__item figure {
    height: 60rem;
  }
}

.media__grid__3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .media__grid__3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media__grid__3 .media__grid__item figure {
  height: 50rem;
}
@media (max-width: 1024px) {
  .media__grid__3 .media__grid__item figure {
    height: 60rem;
  }
}

.media__grid__5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .media__grid__5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media__grid__5 .media__grid__item figure {
  height: 50rem;
}
@media (max-width: 1024px) {
  .media__grid__5 .media__grid__item figure {
    height: 60rem;
  }
}

.media__grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-gap: 1.2rem;
  padding: 3rem 0;
}
@media (max-width: 1024px) {
  .media__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media__grid [data-scroll-class=h__top__line__reveal] {
  margin-bottom: 3rem;
}
.media__grid [data-scroll-class=h__bottom__line__reveal] {
  margin-top: 3rem;
}
.media__grid .media__grid__item {
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .media__grid .media__grid__item {
    height: 100%;
  }
}
.media__grid .media__grid__item figure {
  z-index: 1;
}
.media__grid .media__grid__item a {
  display: flex;
}
.media__grid .media__grid__item a:hover p.cta {
  text-decoration: underline;
}
.media__grid .media__grid__item a p.cta {
  z-index: 999999999;
  position: absolute;
  display: flex;
  top: 2rem;
  left: 2rem;
  color: #003b48;
  background: #e4bd8d;
  padding: 1.6rem;
  border-radius: 8rem;
  font-weight: bold;
}
.media__grid .media__grid__item a figure img {
  filter: brightness(70%);
}

footer {
  display: flex;
  height: 46rem;
  background-color: #e9f3f5;
  padding-bottom: 4rem;
  z-index: -1;
}
@media (max-width: 1024px) {
  footer {
    display: block;
    height: 100%;
    padding: 8rem 2rem 14rem 2rem;
  }
}
footer .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
footer .container .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
footer .container .row a:hover {
  text-decoration: underline;
}
footer .container .row a.dev__link {
  font-weight: 600;
}
footer .container .row .logo {
  margin-bottom: 3rem;
}
footer .container .row .logo figure img {
  height: 12rem;
  width: auto;
}
footer .container .row ul.social__sharing {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  footer .container .row ul.social__sharing {
    margin-bottom: 4rem;
  }
}

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

header {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 1s cubic-bezier(0.246, 0.75, 0.187, 1);
  background: white;
  box-shadow: 0 1rem 2rem rgba(0, 59, 72, 0.05);
}
@media (max-width: 1024px) {
  header {
    width: 100%;
  }
}
header .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10rem;
  transition: background 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 1024px) {
  header .container {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  header .container {
    padding: 0 4rem;
  }
}
header .contacts {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1024px) {
  header .contacts {
    display: none;
  }
}
header .contacts a:hover {
  text-decoration: underline;
}
header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  header .logo {
    position: relative;
    left: auto;
    transform: none;
  }
}
header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
header .logo a figure {
  height: 10rem;
  width: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  header .logo a figure {
    height: 11rem;
    width: 16rem;
  }
}
@media (max-width: 1024px) {
  header .logo a figure {
    height: 14rem;
    width: 28rem;
  }
}
header .logo a figure img {
  height: 100%;
  width: 100%;
  transform-origin: top left;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
header .logo a figure img.logo__nav {
  opacity: 0;
}
@media (max-width: 1024px) {
  header .logo a figure img.logo__nav {
    opacity: 1;
  }
}

nav {
  width: 40rem;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background: #e4bd8d;
  transition: z-index 0s cubic-bezier(0.246, 0.75, 0.187, 1);
  z-index: -99;
  overflow-y: scroll;
  padding: 1rem 0 10rem 0;
  color: #003b48;
}
@media (max-width: 1380px) {
  nav {
    position: fixed;
  }
}
@media (max-width: 1024px) {
  nav {
    opacity: 0;
    width: 100vw;
    padding-top: 5rem;
    padding-bottom: 30rem;
    margin-top: var(--headerHeight);
  }
}
nav p.heading {
  padding: 1.5rem 4rem;
  opacity: 0.4;
  margin-bottom: 1.4rem;
}
nav ul.main__menu,
nav ul.secondary__menu {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
nav ul.main__menu li,
nav ul.secondary__menu li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 4;
  padding: 0 4rem;
  margin: 1.2rem;
}
nav ul.main__menu li p,
nav ul.secondary__menu li p {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  nav ul.main__menu li p,
  nav ul.secondary__menu li p {
    font-size: 4rem;
  }
}
nav li p a:hover {
  text-decoration: underline;
}
nav ul.main__menu,
nav ul.secondary__menu {
  margin-bottom: 2rem;
}
nav ul.socials {
  justify-content: flex-start;
  width: 100%;
  position: relative;
  padding: 0 4rem;
  margin-bottom: 2rem;
  gap: 2rem;
}
nav img.logo__nav {
  display: none;
}

.menu__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 4.2rem;
  height: 2.6rem;
  cursor: pointer !important;
}
@media (max-width: 1024px) {
  .menu__toggle {
    width: 6rem;
    height: 3rem;
  }
}
.menu__toggle span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #003b48;
  transition: top 0.2s cubic-bezier(0.246, 0.75, 0.187, 1), bottom 0.2s cubic-bezier(0.246, 0.75, 0.187, 1), opacity 0.2s cubic-bezier(0.246, 0.75, 0.187, 1), width 0.2s cubic-bezier(0.246, 0.75, 0.187, 1), transform 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
}
.menu__toggle span:nth-of-type(1) {
  top: 0;
}
.menu__toggle span:nth-of-type(3) {
  bottom: 0;
}

.menu__active main {
  transform: translate3d(-40rem, 0, 0) !important;
}
@media (max-width: 1024px) {
  .menu__active main {
    transform: none !important;
    position: fixed;
  }
}
.menu__active main:after {
  z-index: 9;
  opacity: 1;
}
@media (max-width: 1024px) {
  .menu__active main:after {
    display: none;
  }
}
.menu__active main section,
.menu__active main footer {
  pointer-events: none !important;
}
.menu__active nav {
  z-index: 2;
  transition: z-index 0s 0.6s cubic-bezier(0.246, 0.75, 0.187, 1) !important;
}
@media (max-width: 1024px) {
  .menu__active nav {
    transition: z-index 0s 0s cubic-bezier(0.246, 0.75, 0.187, 1) !important;
    opacity: 1;
  }
}
.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;
  width: 0;
}
.menu__active .menu__toggle span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.about__page section.about__main {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about__page section.about__main .container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10rem;
}
@media (max-width: 1024px) {
  .about__page section.about__main .container {
    flex-direction: column;
    gap: 3rem;
  }
}
.about__page section.about__main .container .container__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 6rem;
  width: -moz-fit-content;
  width: fit-content;
}
.about__page section.about__main .container .container__inner h1 {
  margin-bottom: 6rem;
}
.about__page section.about__main .container .container__inner p.description {
  max-width: 90rem;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .about__page section.about__main .container .container__inner p.description {
    max-width: 100%;
    margin-bottom: 6rem;
  }
}
.about__page section.about__main .container .container__inner p.description a:hover {
  text-decoration: underline;
}
.about__page section.about__main .container figure {
  height: 90rem;
  width: 80rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  .about__page section.about__main .container figure {
    width: 100%;
    height: 100%;
  }
}
.about__page section.team .container .container__inner {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .about__page section.team .container .container__inner {
    flex-direction: column;
  }
}
.about__page section.team .container h2 {
  margin-bottom: 6rem;
  text-align: center;
}
.about__page section.team .container p.description {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10rem;
  width: 50rem;
  margin-right: 10rem;
}
@media (max-width: 1024px) {
  .about__page section.team .container p.description {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 5rem;
    width: 100%;
  }
}
.about__page section.team .container figure {
  width: 46rem;
  height: 70rem;
}
@media (max-width: 1024px) {
  .about__page section.team .container figure {
    width: 100%;
    height: 110rem;
  }
}

.blog__page section.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  height: 130rem;
}
@media (max-width: 1024px) {
  .blog__page section.hero {
    height: 220rem;
  }
}
.blog__page section.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: white;
  padding-top: var(--headerHeight);
}
.blog__page section.hero .container figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(30%);
}
.blog__page section.hero .grid {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .blog__page section.hero .grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10rem;
    padding: 0 4rem;
  }
}
.blog__page section.hero .grid .item {
  width: 50rem;
}
@media (max-width: 1024px) {
  .blog__page section.hero .grid .item {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .blog__page section.hero .grid .item {
    padding: 2rem;
  }
  .blog__page section.hero .grid .item:hover {
    background: #e9f3f5;
  }
}
.blog__page section.hero .grid .item figure {
  width: 100%;
  height: 40rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .blog__page section.hero .grid .item h3 {
    margin-top: 3rem;
  }
}
.blog__page section.hero .grid .item p:nth-of-type(1) {
  color: rgba(0, 0, 0, 0.6);
  margin: 1rem 0;
}
@media (max-width: 1024px) {
  .blog__page section.hero .grid .item p:nth-of-type(1) {
    margin: 2rem 0;
  }
}
.blog__page section.hero .grid .item p:nth-of-type(2) {
  color: rgba(0, 0, 0, 0.4);
}

.article__page section.hero {
  background: #e9f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.article__page section.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .article__page section.hero .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 3rem;
  }
}
.article__page section.hero .container .container__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.article__page section.hero .container .container__inner h1 {
  margin-bottom: 2rem;
  width: 70rem;
}
.article__page section.hero .container .container__inner p.description {
  max-width: 80rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .article__page section.hero .container .container__inner p.description {
    max-width: 100%;
    margin-bottom: 6rem;
  }
}
.article__page section.hero .container .container__inner p.description a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .article__page section.hero .container .container__inner .button {
    margin-top: 2rem;
  }
}
.article__page section.hero .container figure {
  height: 50rem;
  width: 60rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  .article__page section.hero .container figure {
    width: 100%;
    height: 65rem;
    margin-top: 3rem;
  }
}
.article__page section.article__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.article__page section.article__main .container {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  width: 130rem;
}
@media (max-width: 1024px) {
  .article__page section.article__main .container {
    width: 100%;
  }
}

section.contact__main {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
section.contact__main h1 {
  margin-bottom: 6rem;
}
section.contact__main p.description {
  text-align: center;
}
section.contact__main p.description a:hover {
  text-decoration: underline;
}

.functional__page {
  height: 100%;
  width: 100vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20rem;
  padding-bottom: 40rem;
}
.functional__page .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.functional__page .container h1 {
  color: black;
}
.functional__page .container > p {
  margin: 3rem 0;
  max-width: 60rem;
}
@media (max-width: 1024px) {
  .functional__page .container > p {
    max-width: 100% !important;
  }
}
.functional__page .container > p a:hover {
  text-decoration: underline;
}

.home__hero {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100vh;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .home__hero {
    height: 100rem;
  }
}
.home__hero .container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .home__hero .container {
    align-items: center;
  }
}
.home__hero .container .container__inner {
  height: -moz-fit-content;
  height: fit-content;
  margin: 12rem;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .home__hero .container .container__inner {
    margin: 0;
    padding: 4rem;
    justify-content: center;
  }
}
.home__hero .container .container__inner .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .home__hero .container .container__inner .text {
    align-items: center;
    justify-content: center;
  }
}
.home__hero .container .container__inner .text p.description {
  width: 50rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 2rem 0 3rem 0;
}
@media (max-width: 1024px) {
  .home__hero .container .container__inner .text p.description {
    margin-bottom: 6rem;
    width: 40rem;
  }
}
.home__hero .scroll__cta {
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
}
.home__hero figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
}

section.intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  section.intro .container .row .h__bottom__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: 1024px) {
  section.intro .container .row:nth-of-type(2) {
    display: block;
    width: 100vw;
  }
}
section.intro .container .row:nth-of-type(2) figure {
  width: 80rem;
  height: 60rem;
  margin-top: 3rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  section.intro .container .row:nth-of-type(2) figure {
    margin: 2rem auto;
    width: 94vw;
    height: 50rem;
  }
}
section.intro .container .row:nth-of-type(2) .text {
  margin-left: 3rem;
  padding: 3rem 3rem 0rem 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  section.intro .container .row:nth-of-type(2) .text {
    padding: 2rem;
    margin-left: 0;
  }
  section.intro .container .row:nth-of-type(2) .text .line {
    display: none;
  }
}
section.intro .container .row:nth-of-type(2) .text p.description {
  width: 90rem;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  section.intro .container .row:nth-of-type(2) .text p.description {
    margin-bottom: 6rem;
    width: 100%;
  }
}
section.intro .container .row:nth-of-type(2) .text p.description a {
  font-weight: bold;
}
section.intro .container .row:nth-of-type(2) .text p.description a:hover {
  text-decoration: underline;
}
section.intro .container .row:nth-of-type(2) .text .social__sharing {
  margin-bottom: 3rem;
}

section.banner {
  height: 120rem;
  padding: 0;
}
@media (max-width: 1024px) {
  section.banner {
    height: 50rem;
  }
}
section.banner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.banner figure {
  height: 110%;
  z-index: -1;
}
.testimonials {
  background: #f7f7f7;
}

@media (max-width: 725px) {
  .testimonials {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.testimonials .container {
  text-align: center;
}

.testimonials .container p {
  max-width: 80rem;
  margin-bottom: 3rem;
}

.testimonials .media__grid {
  padding: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.testimonials .media__grid .media__grid__item {
  background: white;
  border: 1px solid rgba(228, 189, 141, 0.4);
  padding: 4rem;
  width: 49.6%;
  height: 35rem;
}

.testimonials .media__grid .full__width__item {
  width: 100%;
  height: 45rem;
}

@media (max-width: 725px) {
  .testimonials .media__grid .media__grid__item {
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 100% !important;
    padding: 4rem 2rem;
  }
}
.testimonials .media__grid .media__grid__item span.stars {
  color: #e4bd8d;
  font-size: 2rem;
}

.testimonials .media__grid .media__grid__item p {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}

.testimonials .media__grid .media__grid__item p > span span.name {
  margin-top: 2rem;
  font-style: oblique;
}

.choose__us {
  background: #f7f7f7;
}

.choose__us .container {
  text-align: center;
}
.choose__us .container h2 {
  margin-bottom: 3rem;
}

.choose__us .media__grid {
  padding: 3rem 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.choose__us .media__grid .media__grid__item {
  height: 50rem;
  width: 50rem;
  background: white;
  border: 1px solid rgba(228, 189, 141, 0.4);
  padding: 5rem;
}

@media (max-width: 725px) {
  .choose__us .media__grid .media__grid__item {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 6rem 4rem;
  }
}
.choose__us .media__grid .media__grid__item p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.choose__us .media__grid .media__grid__item p .svg__wrapper {
  width: 10rem;
  height: 10rem;
  background: #003b48;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose__us .media__grid .media__grid__item p .svg__wrapper svg {
  width: 4rem;
  height: 4rem;
}

.choose__us .media__grid .media__grid__item p .svg__wrapper svg path {
  fill: #e4bd8d;
}

section.contact__us {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.contact__us .row {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  section.contact__us .row {
    width: 90vw;
  }
}
section.contact__us .row:nth-of-type(2) {
  margin-top: 3rem;
}
section.contact__us .row:nth-of-type(3) {
  padding-top: 3rem;
}
section.contact__us .row .button {
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  section.contact__us .row .button {
    margin-top: 2rem;
  }
}
section.contact__us .row:nth-last-of-type(1) {
  margin-top: 3rem;
  padding-top: 3rem;
  padding-bottom: 0;
}
section.contact__us .row p.description a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  section.contact__us .row p.description a {
    display: block;
  }
}

.company-name:after {
  content: "Pope Bespoke";
  font-weight: 600;
}

.company-email {
  font-weight: 600;
}

.company-website:after {
  content: "https://popebespoke.co.uk";
  font-weight: 600;
}

.policy__page {
  height: 100%;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20rem;
  background: white;
}
.policy__page .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.policy__page .container > p {
  margin: 6rem 0 3rem 0;
  max-width: 140rem;
}
@media (max-width: 1024px) {
  .policy__page .container > p {
    max-width: 100% !important;
  }
}
.policy__page .container > p a {
  font-weight: 600;
}
.policy__page .container > p a:hover {
  text-decoration: underline;
}

.project__page .hero .container .container__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .project__page .hero .container .container__inner {
    margin-bottom: 0;
  }
}
.project__page .hero .button {
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .project__page .hero .button {
    margin-top: 5rem;
  }
}

.what__we__do__page .what__we__do__main .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .what__we__do__page .what__we__do__main .container {
    gap: 5rem;
  }
}
.what__we__do__page .what__we__do__main .container h1 {
  text-align: center;
}
.what__we__do__page .what__we__do__main .container > p {
  text-align: center;
  width: 100rem;
}
@media (max-width: 1024px) {
  .what__we__do__page .what__we__do__main .container > p {
    width: 100%;
  }
}
.what__we__do__page .what__we__do__main .container .grid {
  display: flex;
  gap: 3rem;
  flex-direction: column;
  margin-top: 5rem;
}
.what__we__do__page .what__we__do__main .container .grid .grid__item {
  width: 100%;
  background: #f7f7f7;
  padding: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .what__we__do__page .what__we__do__main .container .grid .grid__item {
    flex-direction: column;
    padding: 3rem;
  }
  .what__we__do__page .what__we__do__main .container .grid .grid__item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.what__we__do__page .what__we__do__main .container .grid .grid__item p {
  width: 80rem;
}
@media (max-width: 1024px) {
  .what__we__do__page .what__we__do__main .container .grid .grid__item p {
    width: 100%;
  }
}
.what__we__do__page .what__we__do__main .container .grid .grid__item figure {
  width: 60rem;
  height: 60rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  .what__we__do__page .what__we__do__main .container .grid .grid__item figure {
    width: 100%;
  }
}

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 */