/**
*
* Testing
*
**/
form.form > div {
  border-radius: 1rem;
}

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

.home__page .contact__section figure img, .home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(2) figure:nth-of-type(2) img, .home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(2) figure:nth-of-type(1) img, .about__page section.about__main .container .container__inner .video__wrapper video, header nav ul.main__nav__list li.services__dropdown ul.services__list, #consent-popup, .button a:before,
.button .button__inner:before {
  box-shadow: 0px 0px 35px rgba(147, 110, 9, 0.1);
}

main .banner figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.transition, .media__grid__links figure:after, .wa-now:before, .contact__now:before, .button a:before,
.button .button__inner:before, section.utility__hero__2 figure:after, section.utility__hero__2 figure, section.utility__hero__1 figure:after, section.utility__hero__1 figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.utility__hero__1 {
  height: 75vh;
  color: white;
  text-align: center;
  background: black;
}
@media (max-width: 1024px) {
  section.utility__hero__1 {
    height: auto;
    max-height: 75vh;
    min-height: 60rem;
  }
}
section.utility__hero__1 h1 {
  max-width: 140rem;
}
@media (max-width: 1024px) {
  section.utility__hero__1 h1 {
    max-width: 100%;
  }
}
section.utility__hero__1 p.description {
  max-width: 120rem;
}
@media (max-width: 1024px) {
  section.utility__hero__1 p.description {
    max-width: 100%;
  }
}
section.utility__hero__1 figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
section.utility__hero__1 figure img {
  -o-object-position: top;
     object-position: top;
}
section.utility__hero__1 .social__sharing {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.utility__hero__1 .social__sharing li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2rem;
}
section.utility__hero__1 .social__sharing li p {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
section.utility__hero__1 .social__sharing li p a {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.utility__hero__1 .social__sharing li p a svg {
  margin-right: 0.5rem;
}

section.utility__hero__2 {
  height: 100vh;
  color: white;
  background: black;
  text-align: center;
}
@media (max-width: 1024px) {
  section.utility__hero__2 {
    height: 100vh;
  }
}
section.utility__hero__2 p.description {
  max-width: 100rem;
}
section.utility__hero__2 figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

section.utility__section__1 {
  padding-top: 6rem;
}
section.utility__section__1 .container {
  text-align: center;
}
section.utility__section__1 .container h1 span,
section.utility__section__1 .container h2 span {
  background-image: linear-gradient(45deg, rgb(210, 180, 27) 20%, rgb(132, 99, 7) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.utility__section__1 .container h1 span span,
section.utility__section__1 .container h2 span span {
  padding-bottom: 0.6rem;
}
section.utility__section__1 .container p.description {
  max-width: 64rem;
  margin-bottom: 3rem;
}
section.utility__section__1 .container .media__grid {
  margin-top: 7rem;
}
section.utility__section__1 .container .social__sharing {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.utility__section__1 .container .social__sharing li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2rem;
}
section.utility__section__1 .container .social__sharing li p {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
section.utility__section__1 .container .social__sharing li p a {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.utility__section__1 .container .social__sharing li p a svg {
  margin-right: 0.5rem;
}

section.bg__off__white {
  background: #FAF5F2;
}

.service__page .service__main .description a, footer .container .column:nth-of-type(2) ul.grid__item li.social__links a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a, footer .container .column:nth-of-type(1) p a, footer .scroll__top__cta a, section.utility__hero__1 p.description a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.service__page .service__main .description a:after, footer .container .column:nth-of-type(2) ul.grid__item li.social__links a:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a:after, footer .container .column:nth-of-type(1) p a:after, footer .scroll__top__cta a:after, section.utility__hero__1 p.description a:after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  width: 100%;
}

.service__page .service__main .description a:hover:after, footer .container .column:nth-of-type(2) ul.grid__item li.social__links a:hover:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a:hover:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a:hover:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a:hover:after, footer .container .column:nth-of-type(1) p a:hover:after, footer .scroll__top__cta a:hover:after, section.utility__hero__1 p.description a:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}

.service__page .service__main .description a:after, footer .container .column:nth-of-type(2) ul.grid__item li.social__links a:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a:after, footer .container .column:nth-of-type(1) p a:after, footer .scroll__top__cta a:after, section.utility__hero__1 p.description a:after {
  transform: scaleX(0);
  transform-origin: right center;
}

.service__page .service__main .description a, footer .container .column:nth-of-type(2) ul.grid__item li.social__links a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a, footer .container .column:nth-of-type(1) p a, footer .scroll__top__cta a, section.utility__hero__1 p.description a {
  display: inline-block;
}
.text__split__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text__split__wrapper:hover .text__split > span {
  transition: transform 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.text__split__wrapper:hover .text__split > span:nth-of-type(1) {
  transform: translateY(-0.5em) rotateX(90deg);
  opacity: 0;
}
.text__split__wrapper:hover .text__split > span:nth-of-type(2) {
  transform: none;
  opacity: 1;
}
.text__split__wrapper .text__split {
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 1024px) {
  .text__split__wrapper .text__split {
    overflow: visible;
  }
}
.text__split__wrapper .text__split > span {
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  display: flex;
}
@media (max-width: 1024px) {
  .text__split__wrapper .text__split > span {
    transition: all 0s !important;
  }
}
.text__split__wrapper .text__split > span:nth-of-type(1) {
  transform-origin: 100% 50%;
}
.text__split__wrapper .text__split > span:nth-of-type(2) {
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: 0 50%;
  transform: translateY(0.7em) rotateX(90deg);
  opacity: 0;
}

.lazy-load-item {
  height: 100%;
  width: 100%;
}
.lazy-load-item:before {
  content: "Loading...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .lazy-load-item:before {
    font-size: 3rem;
  }
}

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

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

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

body {
  -webkit-tap-highlight-color: transparent !important;
  scroll-behavior: smooth;
}
@media (max-width: 1024px) {
  body {
    display: block;
  }
}

#down {
  top: -12rem;
}

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

main {
  z-index: 20;
  overflow: hidden;
  width: 100vw;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  main {
    width: 100vw;
  }
}
main section {
  padding: 10rem 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: white;
}
main section:nth-of-type(1) {
  padding-top: calc(var(--headerHeight) + 8rem);
}
@media (max-width: 1024px) {
  main section:nth-of-type(1) {
    padding-top: calc(var(--headerHeight) + 30rem);
  }
}
main section .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
@media (max-width: 1024px) {
  main section .container {
    padding: 0 1.2rem;
  }
}
main section .scrolling {
  filter: brightness(150%);
}
main section figure {
  width: 100%;
  height: 100%;
}
main section figure img {
  transition: filter 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
main .banner {
  overflow: hidden;
  height: 90rem;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  main .banner {
    height: 60rem;
  }
}
main .banner figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
}
main .banner figure img {
  transition: filter 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

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: "PoiretOne-Regular";
  src: local("PoiretOne-Regular"), url("../PoiretOne-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
}
body {
  font-family: "PoiretOne-Regular", sans-serif;
  font-weight: 600;
  color: black;
}
body ::-moz-selection {
  /* Code for Firefox */
  background: #eee6e3;
}
body ::selection {
  background: #eee6e3;
}
body strong {
  font-weight: bold;
}
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
  color: inherit;
}
body .stroke__white {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.12rem white;
}
body .stroke__dark {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.14rem black;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body figcaption {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body h1,
body h2 {
  text-transform: capitalize;
  line-height: 1.4;
}
body h1 {
  font-size: 6rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  body h1 {
    font-size: 4.5rem;
  }
}
body h2 {
  font-size: 4.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  body h2 {
    font-size: 4rem;
  }
}
body h3 {
  font-size: 3.6rem;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  body h3 {
    font-size: 3.5rem;
  }
}
body h4 {
  font-size: 3rem;
}
@media (max-width: 1024px) {
  body h4 {
    font-size: 3rem;
  }
}
body .heading__topper {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  body .heading__topper {
    font-size: 3rem;
  }
}
body .heading__topper__small {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
body p strong {
  font-weight: bold;
  text-decoration: underline;
  text-shadow: 0 0.2rem 0.4rem rgba(147, 110, 9, 0.4);
}
body p,
body figcaption,
body .button a,
body button {
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  body p,
  body figcaption,
  body .button a,
  body button {
    font-size: 2.8rem;
    letter-spacing: 0px;
  }
}
body h3 a:hover {
  text-decoration: underline !important;
}

.accordionWrapper {
  width: 100%;
}
.accordionWrapper .accordionItem {
  display: block;
  width: 100%;
}
.accordionWrapper .accordionItem .accordionItemHeading {
  padding: 2rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.6rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .accordionWrapper .accordionItem .accordionItemHeading {
    font-size: 3.4rem;
  }
}
.accordionWrapper .accordionItem .accordionItemHeading span:nth-of-type(1) {
  opacity: 0.6;
  transition: opacity 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.accordionWrapper .accordionItem .accordionItemHeading:hover span:nth-of-type(1) {
  opacity: 1;
}
.accordionWrapper .accordionItem .accordionItemHeading svg {
  width: 4rem;
  height: 4rem;
  transition: transform 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.accordionWrapper .accordionItem .accordionItemHeading svg path {
  fill: black;
  transition: fill 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.accordionWrapper .accordionItem .accordionItemContent a {
  color: red;
}
.accordionWrapper .accordionItem .accordionItemContent a:hover arrow-component svg {
  transform: rotate(45deg);
  margin-right: 0.4rem;
}
.accordionWrapper .accordionItem .accordionItemContent pixel-arrow-single-component svg {
  width: 1rem;
  height: 1rem;
  transform: rotate(-90deg);
}
.accordionWrapper .accordionItem .accordionItemContent pixel-arrow-single-component svg path {
  fill: red;
}
.accordionWrapper .accordionItem .accordionItemContent arrow-component svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965), margin-right 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.accordionWrapper .accordionItem .accordionItemContent arrow-component svg path {
  fill: red;
}
.accordionWrapper .close .accordionItemContent {
  height: 0px;
  float: left;
  display: block;
  opacity: 0;
}
.accordionWrapper .open .accordionItemHeading span:nth-of-type(1) {
  opacity: 1;
}
.accordionWrapper .open .accordionItemHeading svg {
  transform: rotate(45deg);
}
.accordionWrapper .open .accordionItemHeading svg path {
  fill: red;
}
.accordionWrapper .open .accordionItemContent {
  width: 100%;
  display: block;
  transform-origin: top;
  padding: 2rem 2rem 2rem 0;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965), transform 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

button {
  background: none;
  border: none;
  outline: none;
  font-size: inherit;
  cursor: pointer;
}

.buttons {
  display: flex;
}
.buttons .button:nth-of-type(1) {
  margin-right: 0.6rem;
}
@media (max-width: 1024px) {
  .buttons .button:nth-of-type(1) {
    margin-right: 1.2rem;
  }
}
.buttons .button:nth-of-type(2) {
  margin-left: 0.6rem;
}
@media (max-width: 1024px) {
  .buttons .button:nth-of-type(2) {
    margin-left: 0;
  }
}

.button {
  width: -moz-fit-content;
  width: fit-content;
}
.button a,
.button .button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .button a,
  .button .button__inner {
    padding: 4rem;
  }
}
.button a:before,
.button .button__inner:before {
  content: "";
  transition: transform 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.button a svg,
.button .button__inner svg {
  margin-right: 1rem;
}
.button a:hover:before,
.button .button__inner:hover:before {
  transform: scaleX(1.06) scaleY(1.08);
}

.button__white a,
.button__white .button__inner {
  color: black;
}
.button__white a:before,
.button__white .button__inner:before {
  background: white;
}

.button__gold a,
.button__gold .button__inner {
  color: white;
}
.button__gold a:before,
.button__gold .button__inner:before {
  background: rgb(147, 110, 9);
}
.button__gold svg path {
  fill: white;
}

.button__peach a,
.button__peach .button__inner {
  color: rgb(147, 110, 9);
}
.button__peach a:before,
.button__peach .button__inner:before {
  background: #eee6e3;
}

.contact__now {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 98;
}
@media (max-width: 1024px) {
  .contact__now {
    display: none;
  }
}
.contact__now:before {
  content: "";
  background: rgb(147, 110, 9);
  border-radius: 6rem;
  animation: pulse-me 2s linear infinite;
}
@keyframes pulse-me {
  0% {
    transform: scale(0.8, 0.4);
    opacity: 0;
  }
  50% {
    opacity: 0.85;
  }
  90% {
    opacity: 0.09;
  }
  100% {
    transform: scale(1.2, 1.6);
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .contact__now {
    display: none;
  }
}
@keyframes revealBtn {
  0% {
    opacity: 0;
    transform: translateY(6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.wa-now {
  position: fixed;
  z-index: 999;
  bottom: 2rem;
  right: 2rem;
  display: none;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.wa-now:before {
  content: "";
  border-radius: 100%;
  background: rgb(25, 180, 74);
}
@media (max-width: 1024px) {
  .wa-now {
    display: flex;
  }
}
.wa-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 100%;
  background: white;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.15);
}
.wa-now a svg {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  display: flex;
  padding: 2rem;
}

.google__link {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 98;
}
@media (max-width: 1024px) {
  .google__link {
    bottom: 2rem;
    left: 2rem;
  }
}
.google__link .button a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  padding-top: 1.4rem;
}
@media (max-width: 1024px) {
  .google__link .button a {
    padding: 2rem;
    padding-top: 3rem;
  }
}
.google__link .button a:before {
  border-radius: 2rem;
}
.google__link .button a:hover .google__review {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965), transform 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.google__link .button a .text__split {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .google__link .button a .text__split span {
    display: none;
  }
}
@media (max-width: 1024px) {
  .google__link .button a .text__split span.stars {
    display: flex !important;
    margin-top: 0;
  }
}
.google__link .button a .text__split span.stars span {
  color: #fbbe01;
}
@media (max-width: 1024px) {
  .google__link .button a .text__split span.stars span {
    display: flex !important;
  }
}
@media (max-width: 1024px) {
  .google__link .button a .text__split span.stars {
    font-size: 2.4rem;
  }
}
.google__link .button a .google__logo:before {
  display: none;
}
.google__link .button a .google__logo img {
  width: 14rem;
}
@media (max-width: 1024px) {
  .google__link .button a .google__logo img {
    width: 17rem;
  }
}
.google__link .button a .google__review {
  pointer-events: none;
  margin-bottom: 1rem;
  opacity: 0;
  position: absolute;
  top: -27rem;
  left: 0;
  transform: scale(0.95) translateY(5rem);
  z-index: -1;
}
@media (max-width: 1024px) {
  .google__link .button a .google__review {
    display: none;
  }
}
.google__link .button a .google__review img {
  width: 40rem;
  border-radius: 2rem;
}

.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 100000000000000000000000000000;
  pointer-events: none !important;
  animation: hideMask 1s 3s forwards;
}
@keyframes hideMask {
  to {
    transform: translateY(-100%);
  }
}
.loader-wrap svg {
  z-index: 1000000000000000000000000000;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 101vh;
}
.loader-wrap svg path {
  fill: #3A4664;
}

#consent-popup {
  border-radius: 0.4rem;
  position: fixed;
  bottom: 5rem;
  left: 25rem;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 0.6rem 1.2rem;
}
@media (max-width: 724px) {
  #consent-popup {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    left: 1rem;
    bottom: 2rem;
    padding: 1.5rem 1rem;
  }
  #consent-popup p:nth-of-type(1) {
    font-size: 2rem;
  }
}
#consent-popup #accept {
  cursor: pointer !important;
  background: rgb(147, 110, 9);
  padding: 0.5rem 1rem;
  margin-left: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
@media (max-width: 724px) {
  #consent-popup #accept {
    padding: 0.5rem 1.5rem;
    margin-left: 1rem;
    font-size: 2.2rem;
  }
}
#consent-popup #accept:after {
  content: "";
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #eee6e3;
  border-radius: 100%;
  transition: width 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965), height 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 1s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transform-origin: center center;
  z-index: -1;
  opacity: 0;
}
#consent-popup #accept span {
  color: white;
}
#consent-popup #accept:hover:after {
  width: 24rem;
  height: 24rem;
  opacity: 1;
  transition: width 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965), height 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.2s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
#consent-popup.hidden {
  display: none;
}

#cursor {
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
@media (max-width: 1024px) {
  #cursor {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle__1 {
    position: absolute;
    margin-top: -45%;
    margin-left: -90%;
    border-radius: 50%;
    transition: margin 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965), background 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965), width 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965), height 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cursor__circle__1 svg {
    width: 3.6rem;
    height: 3.6rem;
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  }
  .cursor__circle__1 svg path {
    fill: white;
  }
  .cursor__circle__1 {
    width: 3rem;
    height: 3rem;
    border: 1px solid #999999;
  }
  #cursor.link .cursor__circle__1 {
    width: 10rem;
    height: 10rem;
    margin-top: -45%;
    margin-left: -100%;
  }
  #cursor.none .cursor__circle__1 {
    width: 0.6rem;
    height: 0.6rem;
    opacity: 0;
  }
}
form.form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  form.form {
    max-width: 96vw;
  }
}
form.form p.ssl__notice {
  text-align: center;
  padding: 0 20rem;
}
@media (max-width: 1024px) {
  form.form p.ssl__notice {
    padding: 0 6rem;
  }
}
form.form > div {
  margin: 0 6rem;
  margin-bottom: 2rem;
}
form.form input:not([type=submit]),
form.form input:not([type=firstname]),
form.form textarea,
form.form select {
  z-index: 999;
  position: relative;
  width: 70rem;
  height: 8rem;
  border: none;
  background: transparent;
  font-family: inherit !important;
  color: inherit;
  font-size: 3rem;
  padding-left: 2rem;
  padding-top: 1rem;
  color: black;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer !important;
}
@media (max-width: 1024px) {
  form.form input:not([type=submit]),
  form.form input:not([type=firstname]),
  form.form textarea,
  form.form select {
    width: 88vw;
    font-size: 5rem;
    height: 14rem;
  }
}
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: white;
}
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 {
  transform: scale(0.6) translateY(-4rem);
  color: rgba(0, 0, 0, 0.5);
}
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), form.form input:not([type=firstname]):not(:-moz-placeholder), form.form textarea:not(:-moz-placeholder), form.form select:not(:-moz-placeholder) {
  background: white;
}
form.form input:not([type=submit]):not(:placeholder-shown),
form.form input:not([type=firstname]):not(:placeholder-shown),
form.form textarea:not(:placeholder-shown),
form.form select:not(:placeholder-shown) {
  background: white;
}
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 {
  transform: scale(0.6) translateY(-4rem);
  color: rgba(0, 0, 0, 0.5);
}
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 {
  transform: scale(0.6) translateY(-4rem);
  color: rgba(0, 0, 0, 0.5);
}
form.form label {
  z-index: 999;
  position: absolute;
  left: 1.6rem;
  top: 2.8rem;
  transition: transform 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transform-origin: left center;
  font-size: 2rem;
  font-family: inherit;
  pointer-events: none;
  border-radius: 0.6rem;
  padding: 0.4rem;
  color: inherit;
}
form.form label:after {
  content: "*";
  color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  form.form label {
    font-size: 3rem;
  }
}
form.form textarea {
  height: 26rem;
  padding-top: 3rem;
  padding-left: 2rem;
  overflow: hidden;
  resize: none;
  cursor: pointer !important;
}
@media (max-width: 1024px) {
  form.form textarea {
    height: 26rem;
  }
}
form.form textarea:focus ~ label {
  transform: scale(0.6) translateY(-3.4rem);
  color: rgba(0, 0, 0, 0.5);
}
form.form textarea:not(:-moz-placeholder) ~ label {
  transform: scale(0.6) translateY(-3.4rem);
  color: rgba(0, 0, 0, 0.5);
}
form.form textarea:not(:placeholder-shown) ~ label {
  transform: scale(0.6) translateY(-3.4rem);
  color: rgba(0, 0, 0, 0.5);
}
form.form button[type=submit] {
  letter-spacing: 0.1rem;
  font-family: inherit;
  text-transform: uppercase;
}
form.form select {
  font-size: 2rem !important;
  padding: 0 1.4rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  margin-bottom: -2.8rem;
}
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-text-fill-color: black !important;
}
form.form input:-webkit-autofill,
form.form input:-webkit-autofill:hover,
form.form input:-webkit-autofill:focus,
form.form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 12rem white inset !important;
  -webkit-text-fill-color: black !important;
}
form.form input:-webkit-autofill {
  -webkit-text-fill-color: black !important;
}

.hide-robot {
  box-shadow: none !important;
  background-color: currentColor !important;
  color: transparent !important;
  border: none !important;
  border-bottom: none !important;
  outline: none !important;
  right: -10% !important;
  bottom: 3rem;
  position: absolute;
  height: 1rem !important;
  margin-left: 50%;
  width: 20% !important;
  top: 0rem;
}

.h-label {
  pointer-events: none;
  opacity: 0;
}

.slider {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  display: none;
}
.slider:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.slider ul {
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.slider ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  animation-iteration-count: infinite;
  animation-duration: 12s;
}
.slider ul li img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider ul li:nth-child(1) {
  animation-name: slider;
  animation-delay: 0s;
}

.slider ul li:nth-child(2) {
  animation-name: slider;
  animation-delay: 4s;
  opacity: 0;
}

.slider ul li:nth-child(3) {
  animation-name: slider;
  animation-delay: 8s;
  opacity: 0;
}

@keyframes slider {
  0% {
    opacity: 0;
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  45.83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --marquee-width: 1310rem;
  --marquee-height: 34rem;
  /* --marquee-elements: 12; */
  /* defined with JavaScript */
  --marquee-elements-displayed: 4;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 10s);
}

.marquee__1,
.marquee__2 {
  width: var(--marquee-width);
  height: calc(var(--marquee-height) - 12rem);
  position: relative;
  pointer-events: none;
  z-index: 2;
  color: red;
}
.marquee__1 .marquee__content,
.marquee__2 .marquee__content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
  will-change: transform;
  transform-style: preserve-3d;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
.marquee__1 .marquee__content li,
.marquee__2 .marquee__content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 30rem;
  font-size: calc(var(--marquee-height) * 3 / 4);
  /* 5rem; */
  white-space: nowrap;
  text-transform: uppercase;
  font-family: inherit;
  letter-spacing: -1rem;
}
.marquee__1 .marquee__content li span,
.marquee__2 .marquee__content li span {
  max-height: 24rem;
}
.marquee__1 .marquee__content li .stroke__dark,
.marquee__2 .marquee__content li .stroke__dark {
  -webkit-text-stroke: 0.3rem black;
}
.marquee__1 .marquee__content li .stroke__white,
.marquee__2 .marquee__content li .stroke__white {
  -webkit-text-stroke: 0.3rem white;
}
@media (max-width: 1024px) {
  .marquee__1 .marquee__content li,
  .marquee__2 .marquee__content li {
    font-size: calc(var(--marquee-height) * 2.8 / 4);
    /* 5rem; */
  }
}

.media__grid__links figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.media__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
@media (max-width: 1024px) {
  .media__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
  }
}
.media__grid .grid__item {
  width: 44rem;
  height: 44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: black;
}
@media (max-width: 1024px) {
  .media__grid .grid__item {
    width: 100%;
  }
}
.media__grid .grid__item a:hover figure:before {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}
.media__grid .grid__item .lazy-load-item {
  overflow: hidden;
}
.media__grid .grid__item figure {
  height: 60rem;
  width: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.media__grid .grid__item figure:before {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 28rem;
  height: 28rem;
  z-index: 3;
  pointer-events: none;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transform: rotate(45deg) scale(1.2);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 1s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.media__grid .grid__item span.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .media__grid .grid__item span.text {
    font-size: 6rem;
  }
}

.image__gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  width: 80vw;
}
@media (max-width: 1024px) {
  .image__gallery__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
    width: 100%;
  }
}
.image__gallery__grid .grid__item .lazy-load-item {
  overflow: hidden;
}

.yt__video__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 80vw;
}
@media (max-width: 1024px) {
  .yt__video__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
    width: 100%;
  }
}
.yt__video__grid .grid__item iframe {
  width: 28rem;
  height: 50rem;
  border-radius: 2rem;
}
@media (max-width: 1024px) {
  .yt__video__grid .grid__item iframe {
    width: calc(100vw - 10rem);
    height: 80rem;
  }
}

.transition {
  height: 100vh;
  width: 100vw;
  position: fixed;
  pointer-events: none;
  background: black;
  transition: clip-path 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transform: rotate(180deg);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.transition svg {
  width: 5rem;
  height: 5rem;
  z-index: 9;
  animation: rotate 0.3s linear infinite;
  display: none;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: -1;
  background: black;
  color: white;
  padding: 10rem 23rem 10rem 23rem;
}
@media (max-width: 1024px) {
  footer {
    height: 100%;
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
footer .scroll__top__cta {
  position: absolute;
  right: 10rem;
  top: 40%;
}
footer .scroll__top__cta a {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
  footer .scroll__top__cta {
    display: none;
  }
}
footer .container {
  height: 70%;
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  footer .container {
    flex-direction: column;
    width: 100%;
  }
}
footer .container .column {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  footer .container .column {
    margin-bottom: 10rem;
  }
}
footer .container .column:nth-of-type(1) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 60%;
}
@media (max-width: 1024px) {
  footer .container .column:nth-of-type(1) {
    width: 100%;
  }
}
footer .container .column:nth-of-type(1) .logo img {
  width: 30rem;
  height: auto;
  border-radius: 50%;
}
footer .container .column:nth-of-type(1) .logo img:nth-of-type(1) {
  margin-bottom: 2rem;
}
footer .container .column:nth-of-type(1) p a {
  transition: opacity 0.2s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
footer .container .column:nth-of-type(1) p a:hover {
  opacity: 1;
}
footer .container .column:nth-of-type(1) p .design__credit {
  background: #eee6e3;
  color: black;
  padding: 1rem;
  top: 5rem;
  border-radius: 4rem;
}
footer .container .column:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6rem;
}
@media (max-width: 1024px) {
  footer .container .column:nth-of-type(2) {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .container .column:nth-of-type(2) ul.grid__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a {
  transition: opacity 0.2s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a:hover, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a:hover, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a:hover {
  opacity: 1;
}
footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3), footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(4) {
  justify-content: flex-end;
}
footer .container .column:nth-of-type(2) ul.grid__item li.list__heading {
  margin-bottom: 2rem;
  font-weight: bold;
  font-style: oblique;
}
footer .container .column:nth-of-type(2) ul.grid__item li {
  margin: 0.4rem 0;
}
footer .container .column:nth-of-type(2) ul.grid__item li.social__links p {
  display: flex;
}
footer .container .column:nth-of-type(2) ul.grid__item li.social__links a {
  margin-right: 1rem;
}
@media (max-width: 1024px) {
  footer .container .column:nth-of-type(2) ul.grid__item li.social__links a {
    margin-right: 2rem;
  }
}

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

header {
  position: fixed !important;
  width: 100vw;
  z-index: 99;
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10rem;
  background: white;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  header {
    padding: 0 3rem;
    background: transparent;
    box-shadow: none;
    justify-content: center;
    position: relative !important;
  }
}
header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5rem;
}
@media (max-width: 1024px) {
  header .logo {
    margin-top: 18rem;
    z-index: 1;
  }
}
header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
}
header .logo a .lazy-load-item {
  height: 100%;
  width: 100%;
}
header .logo a .lazy-load-item:before {
  display: none;
}
header .logo a .lazy-load-item img {
  width: 20rem;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.04);
}
@media (max-width: 1024px) {
  header .logo a .lazy-load-item img {
    width: 14rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 725px) {
  header .logo a .lazy-load-item img {
    width: 20rem;
  }
}
header .logo a .lazy-load-item img.small {
  display: none !important;
}
@media (max-width: 725px) {
  header .logo a .lazy-load-item img.large {
    display: none !important;
  }
  header .logo a .lazy-load-item img.small {
    display: block !important;
  }
}
header ul.contact__links {
  display: flex;
}
@media (max-width: 1024px) {
  header ul.contact__links {
    display: none;
  }
}
header ul.contact__links li {
  margin-right: 2rem;
}
header ul.contact__links li.social__links p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
header ul.contact__links li.social__links a {
  margin-right: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul.contact__links li.social__links a:hover svg path {
  fill: #eee6e3;
}
header ul.contact__links li.social__links a svg {
  width: 1.6rem;
  height: 1.6rem;
}
header ul.contact__links li.social__links a svg path {
  fill: black;
  transition: fill 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  header nav {
    position: absolute;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    overflow: scroll;
    padding: 20rem 2rem 36rem 2rem;
    pointer-events: none;
    justify-content: flex-start;
    opacity: 0;
    pointer-events: none;
    z-index: -3;
  }
}
header nav ul.main__nav__list {
  padding: 0;
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list {
    height: auto;
    flex-direction: column;
    padding: 0;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    box-shadow: none;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100vw;
    height: 100%;
  }
}
header nav ul.main__nav__list > li {
  margin-left: 2rem;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list > li {
    margin: 3rem 0;
  }
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list > li p {
    font-size: 5rem;
  }
}
header nav ul.main__nav__list > li p a.active__page {
  opacity: 0.3;
  text-decoration: line-through;
  pointer-events: none;
  cursor: default !important;
}
header nav ul.main__nav__list li.mobile__menu__item {
  display: none;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.mobile__menu__item {
    display: block;
  }
}
header nav ul.main__nav__list li.services__dropdown {
  display: flex;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown {
    margin: inherit;
  }
  header nav ul.main__nav__list li.services__dropdown > p {
    display: none;
    pointer-events: none;
  }
}
header nav ul.main__nav__list li.services__dropdown > p a {
  display: flex;
  padding-right: 0.4rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown > p a {
    padding-right: 0;
  }
}
header nav ul.main__nav__list li.services__dropdown > p a:after {
  content: "";
  border: 0.15rem solid white;
  border-right: 0;
  border-top: 0;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: all 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  margin-left: 0.5rem;
  margin-top: 0.25rem;
  pointer-events: none;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown > p a:after {
    display: none;
  }
}
header nav ul.main__nav__list li.services__dropdown ul.services__list {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30rem;
  top: 7.5rem;
  left: -12rem;
  background: white;
  color: black;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown ul.services__list {
    position: relative;
    left: auto;
    width: 100%;
    display: flex;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background: none;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    top: auto;
    padding: 0.8rem;
  }
}
header nav ul.main__nav__list li.services__dropdown ul.services__list:before {
  content: "";
  border-right: 0;
  border-top: 0;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  z-index: 0;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown ul.services__list:before {
    display: none;
  }
}
header nav ul.main__nav__list li.services__dropdown ul.services__list li {
  width: 100%;
  overflow: hidden;
}
header nav ul.main__nav__list li.services__dropdown ul.services__list li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown ul.services__list li:not(:nth-last-of-type(1)) {
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown ul.services__list li {
    margin: 0.4rem 0;
  }
}
header nav ul.main__nav__list li.services__dropdown ul.services__list li p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
}
header nav ul.main__nav__list li.services__dropdown ul.services__list li p a {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 1s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
header nav ul.main__nav__list li.services__dropdown ul.services__list li p a:hover {
  background: #faf5f2;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown ul.services__list li p a:hover {
    background: none;
  }
}

.services__dropdown.active .services__list {
  display: flex !important;
}

.menu__toggler {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 14rem;
  bottom: 2rem;
  z-index: 100;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  transition: transform 1s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  background: #eee6e3;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .menu__toggler {
    display: flex;
  }
}
.menu__toggler span {
  display: inline-flex;
  width: 6rem;
  height: 3px;
  background: black;
  transition: 0.2s 0.2s opacity cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.menu__toggler::before, .menu__toggler::after {
  content: "";
  width: 6rem;
  height: 3px;
  background: black;
  display: block;
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  backface-visibility: hidden;
}
.menu__toggler::before {
  transform: translateY(2rem);
}
.menu__toggler::after {
  transform: translateY(-2.1rem);
}

.active__toggler span {
  opacity: 0;
  transition: 0.2s opacity cubic-bezier(0.435, 0.25, 0.15, 0.965);
}
.active__toggler::before {
  transform: rotate(45deg);
}
.active__toggler::after {
  transform: rotate(-45deg);
}

.active__menu {
  height: 120vh !important;
  margin-top: -10vh !important;
  pointer-events: all !important;
  position: fixed;
}
.active__menu nav {
  opacity: 1 !important;
  z-index: 2 !important;
  pointer-events: all !important;
  background: white;
}

.about__page section.about__main .container {
  padding: 0 10rem;
}
@media (max-width: 1024px) {
  .about__page section.about__main .container {
    padding: 0 2rem;
  }
}
.about__page section.about__main .container .container__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1024px) {
  .about__page section.about__main .container .container__inner {
    flex-direction: column;
    align-items: center;
  }
}
.about__page section.about__main .container .container__inner .text strong {
  background: rgba(147, 110, 9, 0.2);
  padding: 1rem;
  border-radius: 0.2rem;
}
.about__page section.about__main .container .container__inner .text .button {
  margin-top: 3rem;
}
.about__page section.about__main .container .container__inner .video__wrapper {
  margin-right: 5rem;
}
@media (max-width: 1024px) {
  .about__page section.about__main .container .container__inner .video__wrapper {
    margin-right: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
}
.about__page section.about__main .container .container__inner .video__wrapper video {
  width: 55rem;
  height: 70rem;
}
@media (max-width: 1024px) {
  .about__page section.about__main .container .container__inner .video__wrapper video {
    width: 100%;
    height: 50rem;
  }
}
.about__page section.about__main .container .container__inner .video__wrapper .video__caption {
  opacity: 0.7;
  margin-top: 3rem;
  max-width: 50rem;
}
@media (max-width: 1024px) {
  .about__page section.about__main .container .container__inner .video__wrapper .video__caption {
    margin-bottom: 10rem;
    max-width: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.about__page section.about__main .container .container__inner .video__wrapper .video__caption a {
  text-decoration: underline;
}
.about__page section.about__main .container > p {
  margin-bottom: 6rem;
}
.about__page section.about__main .container .media__grid {
  margin-top: 10rem;
  padding-top: 10rem;
  grid-template-columns: repeat(3, 1fr) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .about__page section.about__main .container .media__grid {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 1rem;
  }
}
.about__page section.about__main .container ul.locations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-top: 10rem;
  padding: 0 10rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .about__page section.about__main .container ul.locations {
    padding: 0 2rem;
  }
}

.article__page h1 {
  max-width: 80rem;
}
.article__page .utility__section__1 p.main__description {
  max-width: 120rem;
  margin-bottom: 7rem;
}
.article__page .utility__section__1 p.main__description strong {
  font-weight: bold;
  background: black;
  color: white;
  padding: 1rem;
  border-radius: 0.4rem;
}
.article__page .image__gallery__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 90vw;
}
@media (max-width: 1024px) {
  .article__page .image__gallery__grid {
    height: 100%;
    width: 100%;
    flex-direction: column;
  }
}
.article__page .image__gallery__grid .grid__item {
  height: 40rem;
  width: 30rem;
}
@media (max-width: 1024px) {
  .article__page .image__gallery__grid .grid__item {
    height: 100%;
    width: 100%;
  }
}
.article__page .image__gallery__grid .grid__item .lazy-load-item video {
  width: 100%;
  height: 100%;
  background-color: black;
}

.contact__page .contact__section .container span.row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10rem;
}
@media (max-width: 1024px) {
  .contact__page .contact__section .container span.row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.contact__page .contact__section .container span.row .prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .contact__page .contact__section .container span.row .prices {
    align-items: center;
    justify-content: center;
  }
}
.contact__page .contact__section .container span.row .prices span.price__breakdowns {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .contact__page .contact__section .container span.row .prices span.price__breakdowns {
    flex-direction: row;
  }
}
.contact__page .contact__section .container span.row .prices span.price__breakdowns p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .contact__page .contact__section .container span.row .prices span.price__breakdowns p {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.contact__page .contact__section .container span.row .prices span.price__breakdowns p strong {
  text-decoration: underline;
  margin-bottom: 0.6rem;
}

.portfolio__page .utility__section__1 p.main__description {
  max-width: 100rem;
  margin-bottom: 7rem;
}
.portfolio__page .image__gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  width: 80vw;
}
@media (max-width: 1024px) {
  .portfolio__page .image__gallery__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
    width: 100%;
  }
}
.portfolio__page .image__gallery__grid .grid__item {
  height: 60rem;
  width: 50rem;
}
@media (max-width: 1024px) {
  .portfolio__page .image__gallery__grid .grid__item {
    height: 100%;
    width: 100%;
  }
}

.home__page section.hero {
  height: 100vh;
  padding-top: 12rem;
}
@media (max-width: 1024px) {
  .home__page section.hero {
    padding: 30rem 0 16rem 0;
    height: 100%;
  }
}
.home__page section.hero .container {
  color: white;
}
@media (max-width: 1024px) {
  .home__page section.hero .container {
    padding: 0 2rem;
  }
}
.home__page section.hero .container h1 {
  text-align: center;
  line-height: 1;
}
@media (max-width: 1024px) {
  .home__page section.hero .container h1 {
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .home__page section.hero .container h1 {
    width: 50rem;
  }
}
.home__page section.hero .container h1 span:nth-of-type(2) {
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .home__page section.hero .container h1 span:nth-of-type(2) {
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    width: 100vw;
    left: -12.5rem;
  }
}
.home__page section.hero .container p.description {
  max-width: 90rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .home__page section.hero .container p.description {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
    max-width: 90vw;
  }
}
.home__page section.hero .bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home__page section.hero .bg__image figure .lazy-load-item {
  background: rgba(var(--white), 1) !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .home__page section.hero .bg__image figure .lazy-load-item {
    justify-content: center;
  }
}
.home__page section.hero .bg__image figure .lazy-load-item:nth-of-type(1) {
  display: flex;
}
@media (max-width: 1024px) {
  .home__page section.hero .bg__image figure .lazy-load-item:nth-of-type(1) {
    display: none;
  }
}
.home__page section.hero .bg__image figure .lazy-load-item:nth-of-type(2) {
  display: none;
}
@media (max-width: 1024px) {
  .home__page section.hero .bg__image figure .lazy-load-item:nth-of-type(2) {
    display: flex !important;
  }
}
.home__page section.hero .bg__image:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
.home__page section.hero curve-component {
  width: 100vw;
  z-index: 1;
  bottom: -1rem;
  position: absolute;
  left: 0;
  display: none !important;
}
.home__page #intro .text__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 0 5rem;
}
@media (max-width: 1024px) {
  .home__page #intro .text__grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0rem;
    gap: 1rem;
  }
}
.home__page #intro .text__grid .item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: left;
  background: rgba(238, 230, 227, 0.6);
  padding: 2rem;
  padding-bottom: 0;
  border-radius: 0.6rem;
}
.home__page #intro .text__grid .item h3 {
  line-height: 1.3;
  text-decoration: underline;
}
.home__page section.about__me {
  background: #FAF5F2;
}
@media (max-width: 1024px) {
  .home__page section.about__me .container {
    padding: 0 2rem;
  }
}
.home__page section.about__me .container .row:nth-of-type(1) {
  text-align: center;
  margin-bottom: 7rem;
}
.home__page section.about__me .container .row:nth-of-type(1) h1,
.home__page section.about__me .container .row:nth-of-type(1) h2 {
  margin-bottom: 1rem;
}
.home__page section.about__me .container .row:nth-of-type(1) h1 span,
.home__page section.about__me .container .row:nth-of-type(1) h2 span {
  background-image: linear-gradient(45deg, rgb(210, 180, 27) 20%, rgb(132, 99, 7) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 3rem;
}
.home__page section.about__me .container .row:nth-of-type(2) {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1024px) {
  .home__page section.about__me .container .row:nth-of-type(2) {
    flex-direction: column;
  }
}
.home__page section.about__me .container .row:nth-of-type(2) .column {
  width: 40%;
  height: 58rem;
}
@media (max-width: 1024px) {
  .home__page section.about__me .container .row:nth-of-type(2) .column {
    width: 100%;
    height: 100%;
  }
}
.home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(1) {
  padding-right: 3rem;
}
@media (max-width: 1024px) {
  .home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(1) {
    padding-right: 0;
  }
}
.home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(1) p {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(1) p {
    font-size: 4rem;
  }
}
.home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(2) {
  display: flex;
}
@media (max-width: 1024px) {
  .home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(2) {
    flex-direction: column;
    margin-top: 7rem;
    padding-bottom: 14rem;
  }
}
.home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(2) .lazy-load-item {
  background: none !important;
  background-image: none !important;
}
.home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(2) figure {
  height: 40rem;
  width: 40rem;
  position: absolute;
}
@media (max-width: 1024px) {
  .home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(2) figure {
    position: relative;
  }
}
.home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(2) figure:nth-of-type(1) {
  top: 1rem;
  left: 6rem;
  z-index: 2;
  transform: rotate(-7deg);
}
@media (max-width: 1024px) {
  .home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(2) figure:nth-of-type(1) {
    left: 1rem;
  }
}
.home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(2) figure:nth-of-type(2) {
  top: 8rem;
  right: 2rem;
  transform: rotate(24deg);
}
@media (max-width: 1024px) {
  .home__page section.about__me .container .row:nth-of-type(2) .column:nth-of-type(2) figure:nth-of-type(2) {
    margin-top: -40rem;
    right: -24rem;
    z-index: 3;
  }
}
.home__page .contact__section form {
  margin-top: 3rem;
}
.home__page .contact__section .lazy-load-item {
  background: none !important;
  background-image: none !important;
}
@media (max-width: 1024px) {
  .home__page .contact__section .lazy-load-item {
    display: none !important;
  }
}
.home__page .contact__section figure {
  position: absolute;
  width: 30rem;
  height: 30rem;
}
.home__page .contact__section figure img {
  transform: rotate(-10deg);
}
.home__page .contact__section figure:nth-of-type(1) {
  top: 10rem;
  left: 10rem;
  transform: rotate(-10deg);
}
.home__page .contact__section figure:nth-of-type(2) {
  top: 26rem;
  left: 16rem;
  transform: rotate(4deg);
}
.home__page .contact__section figure:nth-of-type(3) {
  top: 40rem;
  right: 18rem;
  transform: rotate(-6deg);
}
.home__page .contact__section figure:nth-of-type(4) {
  top: 58rem;
  right: 10rem;
  transform: rotate(10deg);
}
.home__page .contact__section p.description:nth-of-type(2) {
  max-width: 140rem !important;
  margin-top: 10rem !important;
}
@media (max-width: 1024px) {
  .home__page .contact__section p.description:nth-of-type(2) {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.media__main .container {
  padding: 0 10rem;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .media__main .container {
    padding: 0 2rem;
  }
}
.media__main .container > p {
  width: 140rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .media__main .container > p {
    width: 100%;
  }
}

.company-name:after {
  content: "Kellianne Photographer";
  color: #eee6e3;
}

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

.company-website:after {
  content: "kelliannephotographer.co.uk";
  color: #eee6e3;
}

.policy__page .privacy__main {
  height: 100%;
}
@media (max-width: 1024px) {
  .policy__page .privacy__main {
    height: 100%;
  }
}
.policy__page .cookie__main {
  height: 100%;
}
@media (max-width: 1024px) {
  .policy__page .cookie__main {
    height: 100%;
  }
}
.policy__page p {
  max-width: 120rem;
}

.pricing__page section h2 {
  max-width: 160rem !important;
  margin-bottom: 1rem !important;
}
@media (max-width: 1024px) {
  .pricing__page section h2 {
    margin-top: 0;
  }
}
.pricing__page section .end__text {
  width: 110rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  gap: 1rem;
}
.pricing__page section .end__text .button {
  margin-top: 2rem;
}
.pricing__page section .pricing__grid {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  gap: 10rem;
}
.pricing__page section .pricing__grid .item {
  display: flex;
  gap: 5rem;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10rem;
}
@media (max-width: 1024px) {
  .pricing__page section .pricing__grid .item {
    flex-direction: column-reverse;
  }
}
.pricing__page section .pricing__grid .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .pricing__page section .pricing__grid .item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.pricing__page section .pricing__grid .item:nth-of-type(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 10rem;
}
@media (max-width: 1024px) {
  .pricing__page section .pricing__grid .item:nth-of-type(1) {
    padding-top: 0;
    border-top: none;
  }
}
.pricing__page section .pricing__grid .item:not(:nth-of-type(2)) span.list {
  margin-bottom: -3rem;
}
@media (max-width: 1024px) {
  .pricing__page section .pricing__grid .item:not(:nth-of-type(2)) span.list {
    margin-bottom: -6rem;
  }
}
.pricing__page section .pricing__grid .item .text {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100rem;
}
@media (max-width: 1024px) {
  .pricing__page section .pricing__grid .item .text {
    width: 100%;
  }
}
.pricing__page section .pricing__grid .item .text p strong {
  background: #eee6e3;
  color: black;
  padding: 1rem;
  border-radius: 0.2rem;
}
.pricing__page section .pricing__grid .item .text p span.list {
  display: flex;
  flex-direction: column;
  background: rgba(147, 110, 9, 0.2);
  padding: 1rem;
  border-radius: 0.2rem;
}
.pricing__page section .pricing__grid .item picture {
  width: 70rem;
  height: 60rem;
}
@media (max-width: 1024px) {
  .pricing__page section .pricing__grid .item picture {
    width: 100%;
  }
}
.pricing__page section .pricing__grid .item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.4rem;
}

.service__page .service__main h2 {
  text-align: center;
}
.service__page .service__main .description {
  max-width: 130rem;
  text-align: center;
}
.service__page .service__main .description strong {
  font-size: 4rem;
}
.service__page .service__main .description a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0.4rem;
}
.service__page .service__portfolio {
  width: 110rem;
}
.service__page .service__portfolio .row {
  width: 100%;
}
.service__page .service__portfolio .row:not(:nth-last-of-type(1)) {
  margin-bottom: 7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 7rem;
}
@media (max-width: 1024px) {
  .service__page .service__portfolio .row:not(:nth-last-of-type(1)) {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.service__page .service__portfolio .row a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .service__page .service__portfolio .row a {
    flex-direction: column;
  }
}
.service__page .service__portfolio .row a:hover .text .cta__arrow svg {
  transform: translateX(4rem);
}
.service__page .service__portfolio .row a .lazy-load-item {
  overflow: hidden;
}
.service__page .service__portfolio .row a figure {
  margin-right: 3rem;
  width: 50rem;
  height: 62rem;
}
@media (max-width: 1024px) {
  .service__page .service__portfolio .row a figure {
    margin-right: 0;
    width: 90vw;
  }
}
.service__page .service__portfolio .row a figure img {
  -o-object-position: center;
     object-position: center;
}
.service__page .service__portfolio .row a .text {
  width: 50rem;
  text-align: left;
}
@media (max-width: 1024px) {
  .service__page .service__portfolio .row a .text {
    margin-top: 3rem;
    width: 90vw;
  }
}
.service__page .service__portfolio .row a .text > p {
  margin: 3rem 0;
}
.service__page .service__portfolio .row a .text .cta__arrow {
  margin-top: 3rem;
  width: auto;
  height: 5rem;
  transition: border 1s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  display: flex;
  align-items: center;
}
.service__page .service__portfolio .row a .text .cta__arrow svg {
  transform: translateX(1rem);
  height: 2rem;
  transition: transform 1s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}/*# sourceMappingURL=main.css.map */