@charset "UTF-8";
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

#menu {
  display: none;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#menu .close-menu {
  cursor: pointer;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open #menu {
  display: block;
}
body.menu-animate #menu {
  transform: scale(1);
  opacity: 1;
}

#menu-main {
  list-style: none;
  padding: 0;
}
#menu-main > li {
  padding: 5px 0;
}
#menu-main > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#menu-main > li > a {
  font-size: clamp(26px, var(--vw-40), 40px);
  font-weight: 500;
  display: block;
  position: relative;
  color: var(--e-global-color-secondary);
}
#menu-main > li > a:hover, #menu-main > li > a:focus {
  color: var(--e-global-color-primary);
}
#menu-main > li:has(ul) > a .arrow {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 34px;
  width: 34px;
  background: url(../../img/arrow.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.5s ease;
  cursor: pointer;
  z-index: 2;
}
#menu-main > li ul {
  list-style: none;
  padding: 5px 0 0;
  max-height: 0;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
#menu-main > li ul li a {
  font-size: clamp(16px, var(--vw-20), 20px);
  font-weight: 400;
  padding: 5px 0;
  display: block;
  color: var(--e-global-color-secondary);
}
#menu-main > li ul li a:hover, #menu-main > li ul li a:focus {
  color: var(--e-global-color-primary);
}
#menu-main > li.open > a .arrow {
  transform: translateY(-50%) rotate(180deg);
}
#menu-main > li.open ul {
  max-height: 300px;
}

.elementor-widget-container > *:last-child, .elementor-widget-text-editor > *:last-child {
  margin-bottom: 0;
}

html body {
  line-height: 1.2;
}

html, body {
  scroll-behavior: smooth;
}

html {
  scrollbar-gutter: stable;
}

body {
  --vw-16: calc(16 / 1600) * 100vw;
  --vw-18: calc(18 / 1600) * 100vw;
  --vw-20: calc(20 / 1600) * 100vw;
  --vw-26: calc(26 / 1600) * 100vw;
  --vw-36: calc(36 / 1600) * 100vw;
  --vw-40: calc(40 / 1600) * 100vw;
  --vw-48: calc(48 / 1600) * 100vw;
  --vw-64: calc(64 / 1600) * 100vw;
  --vw-75: calc(75 / 1600) * 100vw;
  --vw-108: calc(108 / 1600) * 100vw;
  --vw-344: calc(344 / 1600) * 100vw;
}
body:before, body:after, body main:before, body main:after {
  content: "";
  display: block;
  height: 35px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../../img/top-left-border.png) no-repeat top left;
  background-size: auto 35px;
  z-index: 2;
}
body:after, body main:after {
  background-image: url(../../img/top-right-border.png);
  background-position: top right;
  right: 0;
  left: unset;
}
body main:before, body main:after {
  transform: scaleY(-1);
  top: unset;
  bottom: 0;
  display: none;
}
body:has(section.active.auto-bottom-cover) main:after, body:has(section.active.auto-bottom-cover) main:before {
  display: block;
}
body header {
  z-index: 3;
}
body {
  --e-global-typography-8587231-font-size: clamp(16px, var(--vw-26), 26px) !important;
}
body .elementor-button {
  font-size: var(--e-global-typography-8587231-font-size);
  padding: clamp(15px, var(--vw-18), 18px) clamp(32px, var(--vw-75), 75px);
}
body h1.elementor-heading-title, body h2.elementor-heading-title {
  font-size: clamp(36px, var(--vw-108), 108px);
}
body .mobile-large h1.elementor-heading-title {
  font-size: clamp(56px, var(--vw-108), 108px);
}
body h3.elementor-heading-title {
  font-size: clamp(36px, var(--vw-64), 64px);
}
body h4.elementor-heading-title, body h5.elementor-heading-title, body h6.elementor-heading-title {
  font-size: clamp(20px, var(--vw-40), 40px);
  font-weight: 500;
  font-family: "Futura PT", sans-serif !important;
}
body h5.elementor-heading-title, body h6.elementor-heading-title {
  font-size: clamp(16px, var(--vw-26), 26px);
  color: var(--e-global-color-accent);
  text-transform: uppercase;
}
body h6.elementor-heading-title {
  font-size: clamp(18px, var(--vw-20), 20px);
}
body .elementor-widget-text-editor p, body .elementor-widget-text-editor ul, body .elementor-widget-text-editor ol {
  font-size: clamp(16px, var(--vw-26), 26px);
}
body .elementor-widget-text-editor ul, body .elementor-widget-text-editor ol {
  padding-left: 1.5em;
}
body .small-text p, body .small-text ul {
  font-size: clamp(16px, var(--vw-20), 20px);
}
body .smaller-text p, body .smaller-text ul {
  font-size: clamp(12px, var(--vw-16), 16px);
}
body .large-text p {
  font-size: clamp(16px, var(--vw-36), 36px);
}
body .larger-text p {
  font-size: clamp(26px, var(--vw-48), 48px);
}
body .inline-form .elementor-form-fields-wrapper {
  flex-wrap: nowrap;
}
body .inline-form .elementor-form-fields-wrapper .elementor-field-type-submit {
  width: auto;
}
body .flex-arrow {
  height: 11px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
body .flex-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  display: block;
  background: var(--e-global-color-ac16771);
  transform: translateY(-50%);
}
body .flex-arrow:after {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  height: 7px;
  width: 7px;
  border-top: 1px solid var(--e-global-color-ac16771);
  border-right: 1px solid var(--e-global-color-ac16771);
  transform: translateY(-50%) rotate(45deg);
}
body .fade-control {
  opacity: 1;
  transition: opacity 1s ease !important;
}
body .fade-control.hide {
  opacity: 0;
}
body .screen, body section.elementor-element {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 10px;
}
body .screen:not(:last-child), body section.elementor-element:not(:last-child) {
  margin-bottom: 300px;
}
@media (max-width: 767px) {
  body .screen:not(:last-child), body section.elementor-element:not(:last-child) {
    margin-bottom: 100px;
  }
}
body .screen > .e-con-inner, body section.elementor-element > .e-con-inner {
  border-radius: 25px;
  overflow: hidden;
  z-index: 2;
}
body .screen:has(.elementor-widget-template), body section.elementor-element:has(.elementor-widget-template) {
  padding: 0;
}
body .screen:has(.elementor-widget-template) > .e-con-inner, body section.elementor-element:has(.elementor-widget-template) > .e-con-inner {
  min-height: unset;
}
body .screen:not(.auto) > .e-con-inner, body section.elementor-element:not(.auto) > .e-con-inner {
  min-height: calc(100dvh - 20px);
}
body .screen.fixed > .e-con-inner, body section.elementor-element.fixed > .e-con-inner {
  height: calc(100dvh - 20px);
}
body .screen .content, body section.elementor-element .content {
  opacity: 1;
  transition: opacity 0.5s ease;
}
body .screen.fixed-height > .e-con-inner, body section.elementor-element.fixed-height > .e-con-inner {
  display: grid;
  overflow: unset;
}
body .screen.fixed-height .bg, body .screen.fixed-height .content, body section.elementor-element.fixed-height .bg, body section.elementor-element.fixed-height .content {
  grid-area: 1/1;
}
body .screen.fixed-height .bg, body .screen.fixed-height .block, body section.elementor-element.fixed-height .bg, body section.elementor-element.fixed-height .block {
  height: calc(100dvh - 20px);
}
body .screen.fixed-height .bg, body section.elementor-element.fixed-height .bg {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  border-radius: 25px;
  z-index: 0;
}
body .screen.fixed-height .content, body section.elementor-element.fixed-height .content {
  z-index: 1;
}
body .screen.move-bg > .e-con-inner > .elementor-element, body section.elementor-element.move-bg > .e-con-inner > .elementor-element {
  position: relative;
}
body .screen.move-bg > .e-con-inner > .elementor-element > div, body section.elementor-element.move-bg > .e-con-inner > .elementor-element > div {
  position: relative;
  z-index: 2;
}
body .screen.move-bg > .e-con-inner > .elementor-element:after, body section.elementor-element.move-bg > .e-con-inner > .elementor-element:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  pointer-events: none;
  transition: transform 0.5s ease;
  transform: var(--move-bg-initial, scale(1) translate(0, 0));
  z-index: 1;
}
body .screen.move-bg.move > .e-con-inner > .elementor-element:after, body section.elementor-element.move-bg.move > .e-con-inner > .elementor-element:after {
  transform: var(--move-bg-destination, scale(1.5) translate(15%, 15%));
}
body .screen.move-bg.move-bg-double-height > .e-con-inner > .elementor-element:after, body section.elementor-element.move-bg.move-bg-double-height > .e-con-inner > .elementor-element:after {
  top: -50%;
  height: 200%;
}
body .screen.fade-out .content, body section.elementor-element.fade-out .content {
  opacity: 0;
}
@media (max-width: 1024px) {
  body .screen.mobile-overlay > .e-con-inner > .elementor-element > div, body section.elementor-element.mobile-overlay > .e-con-inner > .elementor-element > div {
    position: relative;
    z-index: 2;
  }
  body .screen.mobile-overlay > .e-con-inner > .elementor-element:after, body section.elementor-element.mobile-overlay > .e-con-inner > .elementor-element:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    pointer-events: none;
    z-index: 1;
  }
}
body .screen > .e-con-inner > div {
  height: 100%;
  padding: 5%;
  flex: 1;
}
body footer .screen {
  margin-bottom: 0;
}
body footer .screen > .e-con-inner > div {
  padding-top: 90px;
}
@media (max-width: 1024px) {
  body footer .screen > .e-con-inner > div {
    padding-top: 70px;
  }
}
body .background-hover {
  --bg-action-color: var(--e-global-color-primary);
}
body .background-hover:nth-child(1 of .background-hover) {
  --bg-action-color: var(--e-global-color-primary);
}
body .background-hover:nth-child(2 of .background-hover) {
  --bg-action-color: var(--e-global-color-ee1658b);
}
body .background-hover:nth-child(3 of .background-hover) {
  --bg-action-color: var(--e-global-color-3489636);
}
body .background-hover:nth-child(4 of .background-hover) {
  --bg-action-color: var(--e-global-color-66cfa2a);
}
body .background-hover:nth-child(5 of .background-hover) {
  --bg-action-color: var(--e-global-color-c4627ec);
}
body .background-hover .elementor-element, body .background-hover .elementor-heading-title {
  transition: color 0.5s ease;
}
body .background-hover .elementor-widget-image {
  opacity: 0;
  transition: opacity 0.5s ease;
  height: 300px;
}
body .background-hover .elementor-widget-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1024px) {
  body .background-hover .elementor-widget-image {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
}
@media (min-width: 768px) {
  body .background-hover:hover {
    background: var(--bg-action-color);
  }
  body .background-hover:hover .elementor-element, body .background-hover:hover .elementor-heading-title {
    color: var(--e-global-color-ac16771) !important;
  }
  body .background-hover:hover .elementor-widget-image {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .background-hover:hover .elementor-widget-image {
    max-height: 300px !important;
  }
}
@media (max-width: 767px) {
  body .background-hover .elementor-widget-text-editor {
    max-height: 0 !important;
    overflow: hidden;
    padding: 0 10px !important;
    transition: max-height 0.5s ease, padding 0.5s ease;
    width: 100% !important;
  }
  body .background-hover h3 {
    padding-right: 40px;
  }
  body .background-hover h3:after {
    content: "❯";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-left: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    color: var(--e-global-color-secondary);
    transition: transform 0.3s ease;
  }
  body .background-hover.expand {
    background: var(--bg-action-color);
  }
  body .background-hover.expand h3:after {
    transform: rotate(270deg);
    border-color: var(--e-global-color-ac16771);
    color: var(--e-global-color-ac16771);
  }
  body .background-hover.expand .elementor-widget-text-editor {
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
  }
  body .background-hover.expand .elementor-element, body .background-hover.expand .elementor-heading-title {
    color: var(--e-global-color-ac16771) !important;
  }
  body .background-hover.expand .elementor-widget-image {
    opacity: 1;
    max-height: 200px;
  }
  body .background-hover.expand .elementor-widget-text-editor {
    max-height: 100px !important;
    padding: 0 10px 10px !important;
  }
}
body section.find .left {
  position: relative;
}
body section.find .left > div {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.5s ease;
}
body section.find .left > div.show, body section.find .left > div:first-child {
  opacity: 1;
}
body section.find [data-image] {
  cursor: pointer;
  margin-bottom: 15px;
}
body section.find [data-image] .elementor-widget-text-editor {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height 0.5s, opacity 0.5s, transform 0.5s;
}
@media (min-width: 768px) {
  body section.find [data-image]:hover .elementor-widget-text-editor {
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  body section.find [data-image] h3 {
    padding-right: 40px;
  }
  body section.find [data-image] h3:after {
    content: "❯";
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 18px;
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-left: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    color: var(--e-global-color-secondary);
    transition: transform 0.3s ease;
  }
  body section.find [data-image].expand h3:after {
    transform: rotate(270deg);
  }
  body section.find [data-image].expand .elementor-widget-text-editor {
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
  }
}
body .word-by-word span {
  opacity: 0;
  transition: opacity 0.2s ease;
}
body .word-by-word span.show {
  opacity: 1;
}
body #intro2.move-up-heading .elementor-widget-heading {
  transform: translateY(-100%);
  transition: transform 1s ease;
}
@media (max-width: 767px) {
  body #intro2.move-up-heading .elementor-widget-heading {
    transform: translateY(-52%);
  }
}
@media (max-width: 767px) {
  body #intro2.move-up-heading + #intro3 .elementor-widget-heading {
    transform: translateY(52%);
  }
}
body #video-to-bg {
  transform-origin: center left;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  body #video-to-bg {
    transform-origin: top left;
    aspect-ratio: 9/16;
  }
}
body #video-to-bg video {
  height: 100% !important;
  width: 100% !important;
}
body #contact .content {
  transition: width 0.5s ease, padding 0.5s ease;
}
body #contact .overlay {
  transform: translateX(100%);
  transition: transform 0.5s ease;
}
body #contact .contact-open {
  transition: opacity 0.5s ease;
}
body #contact .contact-close {
  cursor: pointer;
}
@media (min-width: 768px) {
  body #contact.open .content {
    width: 50% !important;
    padding-right: 5% !important;
  }
}
body #contact.open .overlay {
  transform: translateX(0);
}
body #contact.open .contact-open {
  opacity: 0;
}
@media (min-width: 1025px) {
  body #timeline .year, body #timeline .right {
    transform: translateX(-20%);
  }
}
body #timeline .year .m, body #timeline .year .y {
  display: inline-block;
}
body #timeline .right .date {
  height: var(--timeline-date-height);
  opacity: 1;
  transition: opacity 0.5s ease;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: 20vh;
  width: 70%;
}
@media (max-width: 1024px) {
  body #timeline .right .date {
    width: 100%;
  }
}
body #timeline .right .date.fade-out {
  opacity: 0;
}
body #colours h2, body #colours p, body #colours .colours-list li, body #colours .colours-swatches li {
  transition: color 0.3s;
}
body #colours.dark-text h2, body #colours.dark-text p, body #colours.dark-text .colours-list li, body #colours.dark-text .colours-swatches li {
  color: var(--e-global-color-secondary);
}
body #colours .colours-swatches {
  width: 350px;
  max-width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  color: var(--e-global-color-ac16771);
}
body #colours .colours-swatches li {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
body #colours .colours-swatches li .swatch {
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
body #colours .colours-swatches li[data-strength="50"] .swatch, body #colours .colours-swatches li[data-strength="100"] .swatch {
  border: 1px solid var(--e-global-color-ac16771);
}
body #colours .colours-images {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
@media (max-width: 767px) {
  body #colours .colours-images {
    gap: 20px;
    margin: 0 -10px;
  }
}
body #colours .colours-images span {
  font-size: clamp(16px, var(--vw-26), 26px);
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--e-global-color-ac16771);
}
@media (max-width: 767px) {
  body #colours .colours-images span {
    left: 10px !important;
    right: unset !important;
    width: 50%;
    text-align: center;
  }
}
body #colours .colours-images img {
  transform: scale(1);
  transition: transform 0.5s ease;
  cursor: pointer;
}
body #colours .colours-images .top, body #colours .colours-images .bottom {
  display: flex;
  align-items: center;
  padding: 50px 50px 0;
  justify-content: flex-start;
}
body #colours .colours-images .top img, body #colours .colours-images .bottom img {
  width: 60%;
  height: auto;
}
@media (max-width: 767px) {
  body #colours .colours-images .top img, body #colours .colours-images .bottom img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  body #colours .colours-images .top {
    justify-content: flex-end;
  }
}
body #colours .colours-images .top:hover img {
  transform: scale(1.1);
}
body #colours .colours-images .top:hover ~ .bottom img {
  transform: scale(0.9);
}
body #colours .colours-images .bottom {
  padding: 0 50px 50px;
}
body #colours .colours-images .bottom span {
  top: unset;
  right: unset;
  bottom: 10px;
  left: 10px;
}
body #colours .colours-images .bottom:hover img {
  transform: scale(1.1);
}
body #colours .colours-images:has(.bottom:hover) .top img {
  transform: scale(0.9);
}
body #colours .colours-list {
  list-style: none;
  padding: 0;
  font-size: clamp(20px, var(--vw-48), 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
  text-align: right;
}
body #colours .colours-list li {
  color: var(--e-global-color-ac16771);
  opacity: 0.5;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
body #colours .colours-list li:hover, body #colours .colours-list li:focus, body #colours .colours-list li.active {
  opacity: 1;
}
@media (max-width: 767px) {
  body #colours .e-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  body #colours .e-grid > div:nth-child(2), body #colours .e-grid > div:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  body #colours .e-grid > div:nth-child(3) {
    z-index: 2;
  }
  body #colours .e-grid > div:nth-child(3) ul {
    padding: 10px;
  }
}
body .counter {
  width: 300px;
  transform: translateY(-50%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  body .counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -50%);
    width: 500px;
  }
}
@media (max-width: 767px) {
  body section:has(.counter + .counter) .counter {
    transform: translateY(calc(-100% - 5px));
  }
  body section:has(.counter + .counter) .counter:last-child {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  body section:has(.counter + .counter) .counter {
    margin-top: -120px;
  }
  body section:has(.counter + .counter) .counter:last-child {
    margin-top: 120px;
  }
}
body .nowrap {
  white-space: nowrap;
}