/* Define Breakpoints */
/* Define Max Breakpoints */
/* Define Min Breakpoints */
/* Define Additional Breakpoints */
:root {
  --colour--error: #d32f2f;
  --colour--warning: #faac01;
  --colour--success: #3df5f5;
  --colour--dark: #080708;
  --colour--grey: #595050;
  --colour--cyan: #3df5f5;
  --colour--lavender: #e9e6ff;
  --colour--charcoal: #242624;
  --colour--cream: #fdf6e9;
  --colour--terracotta: #d26539;
  --colour--purple: #a381ff;
  --colour--yellow: #FBF664;
  --colour--magenta: #E93CBA;
  --gradient--retrowave-sunset: linear-gradient(to bottom, var(--colour--cyan), var(--colour--purple));
  --gradient--retrowave-sunset-2: linear-gradient(to bottom, var(--colour--yellow), var(--colour--magenta));
  --colour--white: #ffffff;
  --colour--black: #000000;
  --colour--background: #ffffff;
  --colour--hero-bg: #595050;
}
:root {
  --header-height: 115px;
}
.hero-headline-text {
  font-family: "Bitcount Prop Single", monospace, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 0px) {
  .hero-headline-text {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  .hero-headline-text {
    font-size: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-headline-text {
    font-size: 96px;
  }
}
.section-title-text {
  font-family: "Bitcount Prop Single", monospace, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 0px) {
  .section-title-text {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .section-title-text {
    font-size: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .section-title-text {
    font-size: 64px;
  }
}
.subheadline-text {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (min-width: 0px) {
  .subheadline-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .subheadline-text {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .subheadline-text {
    font-size: 32px;
  }
}
.subject-name-text {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (min-width: 0px) {
  .subject-name-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .subject-name-text {
    font-size: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .subject-name-text {
    font-size: 32px;
  }
}
.menu-text {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 7.2px;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) {
  .menu-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .menu-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-text {
    font-size: 20px;
  }
}
.p-text {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 0px) {
  .p-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .p-text {
    font-size: 20px;
  }
}
.button-text {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
}
@media screen and (min-width: 0px) {
  .button-text {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button-text {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button-text {
    font-size: 11px;
  }
}
a {
  text-decoration: none;
}
.no-scroll {
  overflow: hidden;
}
.scrollable {
  overflow: auto;
}
.is-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .is-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.is-split-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1280px) {
  .is-split-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.is-split-inverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .is-split-inverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
}
.container--narrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  max-width: 990px;
}
.container--wide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  max-width: 1600px;
}
.container--wider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  max-width: 1800px;
}
.container--full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
  max-width: 100%;
}
.divider {
  height: 1px;
  background-color: black;
  margin-block: 1px;
  width: 50%;
}
.divider--narrow {
  height: 1px;
  background-color: black;
  margin-block: 1px;
  width: 50%;
  width: 25%;
}
.divider--wide {
  height: 1px;
  background-color: black;
  margin-block: 1px;
  width: 50%;
  width: 75%;
}
.divider--full {
  height: 1px;
  background-color: black;
  margin-block: 1px;
  width: 50%;
  width: 100%;
}
.v-padding-sm {
  padding-block: 8px;
}
@media screen and (min-width: 1280px) {
  .v-padding-sm {
    padding-block: 8px;
  }
}
.v-padding-md {
  padding-block: 16px;
}
@media screen and (min-width: 1280px) {
  .v-padding-md {
    padding-block: 24px;
  }
}
.v-padding {
  padding-block: 32px;
}
@media screen and (min-width: 1280px) {
  .v-padding {
    padding-block: 48px;
  }
}
.v-padding-lg {
  padding-block: 128px;
}
@media screen and (min-width: 1280px) {
  .v-padding-lg {
    padding-block: 128px;
  }
}
.v-padding-section {
  padding-block: 64px;
}
@media screen and (min-width: 1280px) {
  .v-padding-section {
    padding-block: 128px;
  }
}
.top-padding-sm {
  padding-top: 8px;
}
@media screen and (min-width: 1280px) {
  .top-padding-sm {
    padding-top: 8px;
  }
}
.top-padding-md {
  padding-top: 16px;
}
@media screen and (min-width: 1280px) {
  .top-padding-md {
    padding-top: 24px;
  }
}
.top-padding {
  padding-top: 32px;
}
@media screen and (min-width: 1280px) {
  .top-padding {
    padding-top: 48px;
  }
}
.top-padding-lg {
  padding-top: 128px;
}
@media screen and (min-width: 1280px) {
  .top-padding-lg {
    padding-top: 128px;
  }
}
.top-padding-section {
  padding-top: 64px;
}
@media screen and (min-width: 1280px) {
  .top-padding-section {
    padding-top: 128px;
  }
}
.bot-padding-sm {
  padding-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .bot-padding-sm {
    padding-bottom: 8px;
  }
}
.bot-padding-md {
  padding-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .bot-padding-md {
    padding-bottom: 24px;
  }
}
.bot-padding {
  padding-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .bot-padding {
    padding-bottom: 48px;
  }
}
.bot-padding-lg {
  padding-bottom: 128px;
}
@media screen and (min-width: 1280px) {
  .bot-padding-lg {
    padding-bottom: 128px;
  }
}
.bot-padding-section {
  padding-bottom: 64px;
}
@media screen and (min-width: 1280px) {
  .bot-padding-section {
    padding-bottom: 128px;
  }
}
.h-padding-sm {
  padding-inline: 8px;
}
@media screen and (min-width: 1280px) {
  .h-padding-sm {
    padding-inline: 8px;
  }
}
.h-padding-md {
  padding-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .h-padding-md {
    padding-inline: 24px;
  }
}
.h-padding {
  padding-inline: 32px;
}
@media screen and (min-width: 1280px) {
  .h-padding {
    padding-inline: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .h-padding--desktop {
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1280px) and screen and (min-width: 1280px) {
  .h-padding--desktop {
    padding-inline: 48px;
  }
}
.h-padding-section {
  padding-inline: 64px;
}
@media screen and (min-width: 1280px) {
  .h-padding-section {
    padding-inline: 128px;
  }
}
.h-padding-lg {
  padding-inline: 128px;
}
@media screen and (min-width: 1280px) {
  .h-padding-lg {
    padding-inline: 128px;
  }
}
.v-margin-sm {
  margin-block: 8px;
}
@media screen and (min-width: 1280px) {
  .v-margin-sm {
    margin-block: 8px;
  }
}
.v-margin-md {
  margin-block: 16px;
}
@media screen and (min-width: 1280px) {
  .v-margin-md {
    margin-block: 24px;
  }
}
.v-margin {
  margin-block: 32px;
}
@media screen and (min-width: 1280px) {
  .v-margin {
    margin-block: 48px;
  }
}
.v-margin-lg {
  margin-block: 128px;
}
@media screen and (min-width: 1280px) {
  .v-margin-lg {
    margin-block: 128px;
  }
}
.v-margin-section {
  margin-block: 64px;
}
@media screen and (min-width: 1280px) {
  .v-margin-section {
    margin-block: 128px;
  }
}
.top-margin-sm {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .top-margin-sm {
    margin-top: 8px;
  }
}
.top-margin-md {
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .top-margin-md {
    margin-top: 24px;
  }
}
.top-margin {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .top-margin {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .top-margin--desktop {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) and screen and (min-width: 1280px) {
  .top-margin--desktop {
    margin-top: 48px;
  }
}
.top-margin-lg {
  margin-top: 128px;
}
@media screen and (min-width: 1280px) {
  .top-margin-lg {
    margin-top: 128px;
  }
}
.top-margin-section {
  margin-top: 64px;
}
@media screen and (min-width: 1280px) {
  .top-margin-section {
    margin-top: 128px;
  }
}
.bot-margin-sm {
  margin-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .bot-margin-sm {
    margin-bottom: 8px;
  }
}
.bot-margin-md {
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .bot-margin-md {
    margin-bottom: 24px;
  }
}
.bot-margin {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .bot-margin {
    margin-bottom: 48px;
  }
}
.bot-margin-lg {
  margin-bottom: 128px;
}
@media screen and (min-width: 1280px) {
  .bot-margin-lg {
    margin-bottom: 128px;
  }
}
.bot-margin-section {
  margin-bottom: 64px;
}
@media screen and (min-width: 1280px) {
  .bot-margin-section {
    margin-bottom: 128px;
  }
}
.h-margin-sm {
  margin-inline: 8px;
}
@media screen and (min-width: 1280px) {
  .h-margin-sm {
    margin-inline: 8px;
  }
}
.h-margin-md {
  margin-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .h-margin-md {
    margin-inline: 24px;
  }
}
.h-margin {
  margin-inline: 32px;
}
@media screen and (min-width: 1280px) {
  .h-margin {
    margin-inline: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .h-margin--desktop {
    margin-inline: 32px;
  }
}
@media screen and (min-width: 1280px) and screen and (min-width: 1280px) {
  .h-margin--desktop {
    margin-inline: 48px;
  }
}
.h-margin-lg {
  margin-inline: 128px;
}
@media screen and (min-width: 1280px) {
  .h-margin-lg {
    margin-inline: 128px;
  }
}
.margin-0 {
  margin: 0;
}
.top-margin-0 {
  margin-top: 0;
}
.bot-margin-0 {
  margin-bottom: 0;
}
.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.v-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.full {
  width: 100%;
  height: 100%;
}
.h-full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .h-full--mobile {
    width: 100%;
  }
}
.v-full {
  height: 100%;
}
.inline-spacer {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: transparent;
  margin-block: 1px;
}
.flex-spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-spacer-half {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.flex-spacer-quarter {
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25;
          flex: 0.25;
}
.center {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .center--mobile {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1279px) {
  .center--mobile--tablet {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .center--tablet {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .center--tablet {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .center--tablet--desktop {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .center--desktop {
    margin-inline: auto;
  }
}
.txt-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-center--mobile {
    text-align: center;
  }
}
.invis {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .invis--mobile {
    visibility: hidden;
  }
}
@media screen and (max-width: 1279px) {
  .invis--mobile--tablet {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .invis--tablet {
    visibility: hidden;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .invis--tablet {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .invis--tablet--desktop {
    visibility: hidden;
  }
}
@media screen and (min-width: 1280px) {
  .invis--desktop {
    visibility: hidden;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.txt-italic {
  font-style: italic;
}
.txt-weight-200 {
  font-weight: 200;
}
.txt-weight-300 {
  font-weight: 300;
}
.txt-weight-400 {
  font-weight: 400;
}
.txt-weight-500 {
  font-weight: 500;
}
.txt-weight-600 {
  font-weight: 600;
}
.txt-weight-700 {
  font-weight: 700;
}
.txt-weight-800 {
  font-weight: 800;
}
.txt-weight-900 {
  font-weight: 900;
}
.bg-black {
  background-color: black;
  color: white;
}
.bg-white {
  background-color: white;
  color: black;
}
.txt-white {
  color: white;
}
.txt-black {
  color: black;
}
.txt-highlight {
  background-color: var(--colour--cyan);
  color: white;
  padding: 16px;
}
@media screen and (min-width: 1280px) {
  .txt-highlight {
    padding: 24px;
  }
}
.bg-dark {
  background-color: var(--colour--dark);
  color: var(--colour--lavender);
}
.bg-grey {
  background-color: var(--colour--grey);
  color: white;
}
.bg-cyan {
  background-color: var(--colour--cyan);
  color: var(--colour--dark);
}
.bg-lavender {
  background-color: var(--colour--lavender);
  color: var(--colour--dark);
}
.bg-charcoal {
  background-color: var(--colour--charcoal);
  color: white;
}
.bg-cream {
  background-color: var(--colour--cream);
  color: var(--colour--dark);
}
.bg-terracotta {
  background-color: var(--colour--terracotta);
  color: var(--colour--white);
}
.txt-dark {
  color: var(--colour--dark);
}
.txt-grey {
  color: var(--colour--grey);
}
.txt-cyan {
  color: var(--colour--cyan);
}
.txt-lavender {
  color: var(--colour--lavender);
}
.txt-charcoal {
  color: var(--colour--charcoal);
}
.txt-cream {
  color: var(--colour--cream);
}
.txt-terracotta {
  color: var(--colour--terracotta);
}
.img-white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.animate-on-scroll {
  visibility: hidden;
}
.anim-underline-l2r {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.anim-underline-l2r:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.anim-underline-l2r:hover:after,
.anim-underline-l2r:focus:after {
  width: 100%;
}
.anim-text-fade-in {
  visibility: visible;
  -webkit-animation: kf-text-fade-in 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
          animation: kf-text-fade-in 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.anim-text-fade-in-slow {
  visibility: visible;
  -webkit-animation: kf-text-fade-in 2.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
          animation: kf-text-fade-in 2.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.anim-text-clip-bot-up {
  visibility: visible;
  -webkit-animation: kf-text-clip-bot-up 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
          animation: kf-text-clip-bot-up 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.anim-text-clip-top-down {
  visibility: visible;
  -webkit-animation: kf-text-clip-top-down 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
          animation: kf-text-clip-top-down 1.1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.anim-bobbing-v {
  -webkit-animation: kf-bobbing-v 5s ease-in-out infinite;
          animation: kf-bobbing-v 5s ease-in-out infinite;
}
@-webkit-keyframes kf-text-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kf-text-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes kf-text-clip-bot-up {
  from {
    -webkit-transform: translate(0, -75px);
            transform: translate(0, -75px);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes kf-text-clip-bot-up {
  from {
    -webkit-transform: translate(0, -75px);
            transform: translate(0, -75px);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes kf-text-clip-top-down {
  from {
    -webkit-transform: translate(0, 75px);
            transform: translate(0, 75px);
    clip-path: polygon(100% 0%, 0% 0%, 0% 0%, 100% 0%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 100% 0%);
  }
}
@keyframes kf-text-clip-top-down {
  from {
    -webkit-transform: translate(0, 75px);
            transform: translate(0, 75px);
    clip-path: polygon(100% 0%, 0% 0%, 0% 0%, 100% 0%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 100% 0%);
  }
}
@-webkit-keyframes kf-bobbing-v {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes kf-bobbing-v {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes kf-wiggle3d-subtle {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
  }
  40% {
    -webkit-transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
  }
  60% {
    -webkit-transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
  }
  80% {
    -webkit-transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}
@keyframes kf-wiggle3d-subtle {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
  }
  40% {
    -webkit-transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
  }
  60% {
    -webkit-transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(-8deg) rotateZ(0deg);
  }
  80% {
    -webkit-transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(8deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}
.button {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 0px) {
  .button {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button {
    font-size: 11px;
  }
}
.button--borderless {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 0 !important;
}
@media screen and (min-width: 0px) {
  .button--borderless {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--borderless {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--borderless {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--borderless {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--borderless {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--borderless {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--borderless {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--borderless {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--borderless {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--borderless {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--borderless {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--borderless {
    font-size: 11px;
  }
}
.button--borderless:hover,
.button--borderless:focus {
  text-decoration: underline;
}
.button--dark {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  color: var(--colour--cyan);
}
@media screen and (min-width: 0px) {
  .button--dark {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark {
    font-size: 11px;
  }
}
.button--dark:hover,
.button--dark:focus {
  color: black !important;
}
.button--light {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  color: white;
}
@media screen and (min-width: 0px) {
  .button--light {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--light {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--light {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--light {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light {
    font-size: 11px;
  }
}
.button--light:hover,
.button--light:focus {
  color: black !important;
}
.button--dark--fill {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  background-color: black;
  color: white;
}
@media screen and (min-width: 0px) {
  .button--dark--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--fill {
    font-size: 11px;
  }
}
.button--dark--fill:hover,
.button--dark--fill:focus {
  color: white !important;
  background-color: var(--colour--grey);
}
.button--light--fill {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  color: black;
  background-color: white;
}
@media screen and (min-width: 0px) {
  .button--light--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--fill {
    font-size: 11px;
  }
}
.button--light--fill:hover,
.button--light--fill:focus {
  color: white !important;
  background-color: var(--colour--grey);
}
.button--cyan--fill {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  color: var(--colour--dark);
  background-color: var(--colour--cyan);
}
@media screen and (min-width: 0px) {
  .button--cyan--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--cyan--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--cyan--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--cyan--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--cyan--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--cyan--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--cyan--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--cyan--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--cyan--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--cyan--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--cyan--fill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--cyan--fill {
    font-size: 11px;
  }
}
.button--cyan--fill:hover,
.button--cyan--fill:focus {
  color: var(--colour--dark) !important;
  background-color: var(--colour--lavender);
}
.button--dark--arrow {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  background-color: black;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--dark--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow {
    font-size: 11px;
  }
}
.button--dark--arrow:hover,
.button--dark--arrow:focus {
  color: white !important;
  background-color: var(--colour--grey);
}
.button--dark--arrow::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-circle.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--dark--arrow::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--arrow::after {
    width: 28px;
    height: 28px;
  }
}
.button--light--arrow {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  color: black;
  background-color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--light--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--arrow {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow {
    font-size: 11px;
  }
}
.button--light--arrow:hover,
.button--light--arrow:focus {
  color: white !important;
  background-color: var(--colour--grey);
}
.button--light--arrow::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-circle.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--light--arrow::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--arrow::after {
    width: 28px;
    height: 28px;
  }
}
.button--dark--back {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  background-color: black;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--dark--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--back {
    font-size: 11px;
  }
}
.button--dark--back:hover,
.button--dark--back:focus {
  color: white !important;
  background-color: var(--colour--grey);
}
.button--dark--back::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-left.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-left.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--dark--back::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--back::before {
    width: 28px;
    height: 28px;
  }
}
.button--light--back {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  color: black;
  background-color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--light--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--light--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--light--back {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--back {
    font-size: 11px;
  }
}
.button--light--back:hover,
.button--light--back:focus {
  color: white !important;
  background-color: var(--colour--grey);
}
.button--light--back::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-left.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-left.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--light--back::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--light--back::before {
    width: 28px;
    height: 28px;
  }
}
.button--dark--tel {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  background-color: black;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--dark--tel {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--tel {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--tel {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--tel {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--tel {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--tel {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--tel {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--tel {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--tel {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--tel {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--tel {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--tel {
    font-size: 11px;
  }
}
.button--dark--tel:hover,
.button--dark--tel:focus {
  color: white !important;
  background-color: var(--colour--grey);
}
.button--dark--tel::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/tel.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/tel.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--dark--tel::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--tel::after {
    width: 28px;
    height: 28px;
  }
}
.button--dark--mailto {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  background-color: black;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--dark--mailto {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--mailto {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--mailto {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--mailto {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--mailto {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--mailto {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--mailto {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--mailto {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--mailto {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--mailto {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--mailto {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--mailto {
    font-size: 11px;
  }
}
.button--dark--mailto:hover,
.button--dark--mailto:focus {
  color: white !important;
  background-color: var(--colour--grey);
}
.button--dark--mailto::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/mailto.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/mailto.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--dark--mailto::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--mailto::after {
    width: 28px;
    height: 28px;
  }
}
.button--dark--pin {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  background-color: black;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .button--dark--pin {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--pin {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--pin {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--pin {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--pin {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--pin {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--pin {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--pin {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--pin {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .button--dark--pin {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .button--dark--pin {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--pin {
    font-size: 11px;
  }
}
.button--dark--pin:hover,
.button--dark--pin:focus {
  color: white !important;
  background-color: var(--colour--grey);
}
.button--dark--pin::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/pin.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/pin.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .button--dark--pin::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .button--dark--pin::after {
    width: 28px;
    height: 28px;
  }
}
.button-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
}
body {
  margin: 0;
  background-color: var(--colour--background);
  overscroll-behavior-y: none;
}
.site-background {
  position: fixed;
  inset: 0;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.site-background__color {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.site-background__video {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.site-background__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.site-background__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body:has(#site-background) > #content,
body:has(#site-background) > footer {
  position: relative;
  z-index: 1;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#breadcrumbs .crumbs {
  color: black;
}
#breadcrumbs .crumbs a {
  color: black;
  text-decoration: none;
}
#breadcrumbs .crumbs .last {
  color: var(--colour--cyan);
}
.form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.form .form-row .form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form .form-row .form-input input,
.form .form-row .form-input textarea,
.form .form-row .form-input select {
  width: -webkit-fill-available;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px lightgrey solid;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 10px;
  background-color: white;
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .form .form-row .form-input input,
  .form .form-row .form-input textarea,
  .form .form-row .form-input select {
    margin-top: 8px;
  }
}
.form .form-row .form-select span::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  height: 15px;
  width: 15px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/chevron-down.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/chevron-down.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: black;
}
.form .form-row span {
  color: red !important;
  width: 70%;
}
.form input[type="submit"] {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 18px 21px;
  border-radius: 0;
  border: none;
  background-color: black;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  float: right;
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
.form input[type="submit"]:hover,
.form input[type="submit"]:focus {
  color: white !important;
  background-color: var(--colour--grey);
}
.form input[type="submit"]::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-circle.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .form input[type="submit"]::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"]::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 0px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"] {
    font-size: 11px;
  }
}
.form input[type="submit"]:hover,
.form input[type="submit"]:focus {
  color: white !important;
  background-color: var(--colour--grey);
}
.form input[type="submit"]::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-circle.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .form input[type="submit"]::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .form input[type="submit"]::after {
    width: 28px;
    height: 28px;
  }
}
#sb_instagram p,
#sb_instagram a,
#sb_instagram span {
  font-family: "Bitcount Prop Single", monospace, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
}
@media screen and (min-width: 0px) {
  #sb_instagram p,
  #sb_instagram a,
  #sb_instagram span {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #sb_instagram p,
  #sb_instagram a,
  #sb_instagram span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #sb_instagram p,
  #sb_instagram a,
  #sb_instagram span {
    font-size: 20px;
  }
}
#notfound {
  position: relative;
  height: 100vh;
  background-color: white;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#notfound .notfound-404 {
  position: relative;
  height: 240px;
}
#notfound .notfound-404 h1 {
  font-family: "Bitcount Prop Single", monospace, sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: var(--colour--cyan);
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}
#notfound .notfound-404 h1 > span {
  text-shadow: -8px 0px 0px var(--colour--grey);
}
#notfound .notfound-404 h3 {
  font-family: "Jura", sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0px auto;
  letter-spacing: 3px;
  padding-left: 6px;
}
#notfound h2 {
  font-family: "Jura", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #notfound .notfound .notfound-404 {
    height: 200px;
  }
  #notfound .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}
@media only screen and (max-width: 480px) {
  #notfound .notfound .notfound-404 {
    height: 162px;
  }
  #notfound .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  #notfound .notfound h2 {
    font-size: 16px;
  }
}
.arrow-circle {
  display: inline-block;
  width: 34px;
  height: 34px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-circle.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/arrow-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .arrow-circle {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .arrow-circle {
    width: 45px;
    height: 45px;
  }
}
.chevron-circle {
  display: inline-block;
  height: 35px;
  width: 35px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/chevron-circle.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/chevron-circle.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 1280px) {
  .chevron-circle {
    width: 110px;
    height: 110px;
  }
}
.chevron {
  display: inline-block;
  height: 35px;
  width: 35px;
  -webkit-mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/chevron.svg');
          mask-image: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/chevron.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 1280px) {
  .chevron {
    width: 110px;
    height: 110px;
  }
}
.overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00000044), to(#000000));
  background: linear-gradient(#00000044, #000000);
  opacity: 0.7;
}
.gradient-t2b {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--colour--cyan)), to(transparent));
  background: linear-gradient(to bottom, var(--colour--cyan), transparent);
  height: 50%;
  top: -1px;
  width: 100%;
  z-index: 2;
}
.title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#swup.transition-fade {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.48s;
          transition-duration: 0.48s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
html.is-changing.is-leaving #swup.transition-fade {
  opacity: 0;
}
html.is-changing.is-rendering.is-animating #swup.transition-fade {
  opacity: 0;
}
html.is-changing.is-rendering:not(.is-animating) #swup.transition-fade {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  #swup.transition-fade {
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
  }
}
#header {
  position: fixed;
  height: var(--header-height);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: transparent;
}
#header::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: var(--header-shade-opacity, 0);
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--colour--charcoal)), color-stop(55%, rgba(36, 38, 36, 0.35)), to(transparent));
  background: linear-gradient(to bottom, var(--colour--charcoal) 0%, rgba(36, 38, 36, 0.35) 55%, transparent 100%);
}
#header.open::before {
  opacity: 0;
}
#header .header-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-inline: 5vw;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-container .header-logo {
  display: block;
  height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 95;
}
#header .header-container .header-logo img {
  height: 100%;
  -webkit-transition: all 0.3ms ease-in;
  transition: all 0.3ms ease-in;
}
@media screen and (min-width: 768px) {
  #header .header-container .header-logo {
    height: 80px;
  }
}
#header.open {
  background-color: transparent;
}
[data-scroll-reveal] {
  will-change: transform;
}
[data-scroll-reveal-stagger] > * {
  will-change: transform;
}
[data-scroll-fade] {
  will-change: opacity;
  opacity: 0;
}
[data-scroll-fade-stagger] > * {
  will-change: opacity;
  opacity: 0;
}
.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  z-index: 95;
  position: relative;
  overflow: clip;
  background: var(--gradient--retrowave-sunset);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.burger::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--gradient--retrowave-sunset-2);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 0;
}
.burger .burger-line {
  position: relative;
  z-index: 1;
  background-color: black;
  height: 1.5px;
  width: 100%;
  margin-inline: 0;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.burger.open {
  -webkit-box-shadow: 0 0 15px 3px var(--colour--magenta), 0px 0px 3px 3px var(--colour--yellow);
          box-shadow: 0 0 15px 3px var(--colour--magenta), 0px 0px 3px 3px var(--colour--yellow);
}
.burger.open::before {
  opacity: 1;
}
.burger.open {
  overflow: visible;
}
.burger.open .burger-line {
  -webkit-transform-origin: center;
          transform-origin: center;
  background: var(--gradient--retrowave-sunset-2);
}
.burger.open .burger-line:nth-child(1) {
  -webkit-transform: rotate(0) translate(-65px);
          transform: rotate(0) translate(-65px);
  width: 80%;
}
.burger.open .burger-line:nth-child(2) {
  -webkit-transform: rotate(4.5deg) translate(-60px, -7.5px);
          transform: rotate(4.5deg) translate(-60px, -7.5px);
  width: 45%;
}
.burger.open .burger-line:nth-child(3) {
  -webkit-transform: rotate(9deg) translate(-60px, -15px);
          transform: rotate(9deg) translate(-60px, -15px);
  width: 15%;
}
.burger.open .burger-line:nth-child(4) {
  -webkit-transform: rotate(-9deg) translate(60px, calc(-15px - 5px));
          transform: rotate(-9deg) translate(60px, calc(-15px - 5px));
  width: 15%;
}
.burger.open .burger-line:nth-child(5) {
  -webkit-transform: rotate(-4.5deg) translate(60px, calc(-7.5px - 14px));
          transform: rotate(-4.5deg) translate(60px, calc(-7.5px - 14px));
  width: 45%;
}
.burger.open .burger-line:nth-child(6) {
  -webkit-transform: rotate(0) translate(65px, -22px);
          transform: rotate(0) translate(65px, -22px);
  width: 80%;
}
@media (hover: hover) and (pointer: fine) {
  .burger:hover {
    -webkit-box-shadow: 0 0 15px 3px var(--colour--magenta), 0px 0px 3px 3px var(--colour--yellow);
            box-shadow: 0 0 15px 3px var(--colour--magenta), 0px 0px 3px 3px var(--colour--yellow);
  }
  .burger:hover::before {
    opacity: 1;
  }
  .burger:hover .burger-line:nth-child(2) {
    width: 60%;
  }
  .burger:hover .burger-line:nth-child(3) {
    width: 40%;
  }
  .burger:hover .burger-line:nth-child(4) {
    width: 30%;
  }
  .burger:hover .burger-line:nth-child(5) {
    width: 40%;
  }
  .burger:hover .burger-line:nth-child(6) {
    width: 100%;
  }
}
.menu-wrapper {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
}
.menu-wrapper.open {
  pointer-events: auto;
}
.menu-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  height: 100vh;
}
.menu-wrapper.open .menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}
.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--colour--charcoal);
  display: block;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  pointer-events: auto;
  padding-top: calc(var(--header-height) + 25px);
}
@media screen and (min-width: 768px) {
  .menu-overlay {
    width: 50%;
    max-width: 860px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay {
    padding-top: calc(var(--header-height) + 80px);
  }
}
.menu-overlay .menu-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu {
    gap: 24px;
  }
}
.menu-overlay .menu-container .menu .menu-item {
  font-family: "Bitcount Prop Single", monospace, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  color: white;
  position: relative;
}
@media screen and (min-width: 0px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 64px;
  }
}
@media screen and (min-width: 0px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item {
    font-size: 64px;
  }
}
.menu-overlay .menu-container .menu .menu-item a {
  color: inherit;
}
.menu-overlay .menu-container .menu .menu-item:hover,
.menu-overlay .menu-container .menu .menu-item:focus,
.menu-overlay .menu-container .menu .menu-item.active {
  color: white;
  opacity: 0.7;
}
.menu-overlay .menu-container .menu .menu-item .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  overflow: clip;
  height: 0;
  width: 0;
  padding: 0;
  margin-left: 1rem;
  margin-top: 1rem;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item .submenu {
    gap: 24px;
  }
}
.menu-overlay .menu-container .menu .menu-item .submenu.open {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 0px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 20px;
  }
}
@media screen and (min-width: 0px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-overlay .menu-container .menu .menu-item .submenu .menu-item {
    font-size: 20px;
  }
}
.menu-overlay .menu-container .menu .menu-item.has-children > p::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/AbdelrahmanTealabTimber/static/images/chevron-down.svg") no-repeat center center;
  background-size: contain;
}
.menu-overlay .menu-container .menu .menu-item.has-children.active .submenu {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-overlay .menu-container .menu .menu-item.has-children.active > p::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.menu-wrapper.open .menu-overlay {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-wrapper.open .menu-overlay .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-overlay .social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.menu-overlay .social-row a:hover {
  opacity: 0.7;
}
.menu-overlay .social-row img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media not screen and (min-width: 1280px) {
  .menu-header {
    display: none;
  }
}
@media not screen and (min-width: 1280px) {
  .menu-header {
    display: none;
  }
}
.menu-header .menu-container {
  margin-inline: 4px;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container {
    margin-inline: 4px;
  }
}
.menu-header .menu-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  float: right;
  padding-inline: 20px;
  padding-top: 1em;
  margin: 0;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu {
    gap: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .menu-header .menu-container .menu {
    padding-inline: 40px;
  }
}
.menu-header .menu-container .menu > .menu-item {
  margin-bottom: 1em;
}
.menu-header .menu-container .menu .menu-item {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 7.2px;
  text-transform: uppercase;
  position: relative;
  float: left;
  cursor: pointer;
  color: white;
}
@media screen and (min-width: 0px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 20px;
  }
}
@media screen and (min-width: 0px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item {
    font-size: 20px;
  }
}
.menu-header .menu-container .menu .menu-item.has-children {
  margin-right: 20px;
}
.menu-header .menu-container .menu .menu-item.has-children .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #00000055;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  gap: 8px;
  padding-top: 32px;
  padding-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item.has-children .submenu {
    gap: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item.has-children .submenu {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-header .menu-container .menu .menu-item.has-children .submenu {
    padding-inline: 24px;
  }
}
.menu-header .menu-container .menu .menu-item.has-children > p::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0.5em;
  background: url("/wp-content/themes/AbdelrahmanTealabTimber/static/images/chevron-down.svg") no-repeat center center;
  background-size: contain;
  margin: 0.5em 0px 0px 0.5em;
  position: absolute;
  right: -20px;
  top: -4px;
}
.menu-header .menu-container .menu .menu-item.has-children:hover .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-header .menu-container .menu .menu-item.has-children:hover > p::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-header .menu-container .menu .current_page_item::before {
  display: inline-block;
  content: '';
  height: 13px;
  width: 13px;
  background: url('/wp-content/themes/AbdelrahmanTealabTimber/static/images/specific/diamond.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer .footer-container .footer-links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  #footer .footer-container .footer-links {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    text-align: unset;
  }
}
#footer .footer-container .footer-links .left {
  max-width: 800px;
  width: 100%;
}
#footer .footer-container .footer-links .tc-divider {
  background-color: black;
  height: 1px;
  width: 100%;
  margin: 1px 0;
}
@media screen and (min-width: 1280px) {
  #footer .footer-container .footer-links .tc-divider {
    height: 100%;
    min-height: 290px;
    width: 1px;
    margin: 0 1px;
  }
}
#footer .footer-container .footer-links .right .footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  #footer .footer-container .footer-links .right .footer-links-list {
    gap: 45px;
  }
}
#footer .footer-container .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
#footer .footer-container .footer-contact p {
  margin: auto;
}
#footer .footer-container .footer-contact .logo-block img {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
  #footer .footer-container .footer-contact .logo-block {
    width: 100%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599px) {
  #footer .footer-container .footer-contact .logo-block {
    width: 100%;
  }
}
#footer .footer-container .footer-contact .contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  #footer .footer-container .footer-contact .contact-block {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
#footer .footer-container .footer-contact .hours-block {
  max-width: 320px;
}
.hero-full {
  width: 100%;
  height: calc(100vh - var(--header-height));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 768px;
  max-height: 1340px;
}
.hero-full .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-full .hero-background::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-full .hero-background-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-full .hero-background-slider .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000055;
}
.hero-full .hero-background-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-full .hero-background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-background-video video {
    position: fixed;
  }
}
.hero-full .hero-background-video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-background-video::after {
    position: fixed;
    left: unset;
    top: unset;
    z-index: -10;
  }
}
.hero-full .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-full .hero-content {
    max-width: 885px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-full .hero-content h1 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content h1 {
    width: 100%;
  }
}
.hero-full .hero-content span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content span {
    display: block;
    margin-right: 1em;
  }
}
.hero-full .hero-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-full .hero-content .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-full .hero-add-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 80px;
  gap: 8px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.hero-full .hero-add-scroll-down img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero-full .hero-add-scroll-down {
    display: none;
  }
}
.hero-full .hero-background-slider {
  display: none;
}
.hero-small {
  width: 100%;
  height: calc(100vh - var(--header-height));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  max-height: 660px;
}
.hero-small .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-small .hero-background::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-small .hero-background-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-small .hero-background-slider .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000055;
}
.hero-small .hero-background-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-small .hero-background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-background-video video {
    position: fixed;
  }
}
.hero-small .hero-background-video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-background-video::after {
    position: fixed;
    left: unset;
    top: unset;
    z-index: -10;
  }
}
.hero-small .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-small .hero-content {
    max-width: 885px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-small .hero-content h1 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content h1 {
    width: 100%;
  }
}
.hero-small .hero-content span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content span {
    display: block;
    margin-right: 1em;
  }
}
.hero-small .hero-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-small .hero-content .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-small .hero-add-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 80px;
  gap: 8px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.hero-small .hero-add-scroll-down img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero-small .hero-add-scroll-down {
    display: none;
  }
}
.hero-small .hero-background-slider {
  display: none;
}
.hero-slider {
  width: 100%;
  height: calc(100vh - var(--header-height));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 768px;
  max-height: 1400px;
}
.hero-slider .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-background::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-background-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-background-slider .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000055;
}
.hero-slider .hero-background-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-background-video video {
    position: fixed;
  }
}
.hero-slider .hero-background-video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-background-video::after {
    position: fixed;
    left: unset;
    top: unset;
    z-index: -10;
  }
}
.hero-slider .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-slider .hero-content {
    max-width: 885px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-slider .hero-content h1 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content h1 {
    width: 100%;
  }
}
.hero-slider .hero-content span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content span {
    display: block;
    margin-right: 1em;
  }
}
.hero-slider .hero-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-slider .hero-content .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-slider .hero-add-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 80px;
  gap: 8px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.hero-slider .hero-add-scroll-down img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero-slider .hero-add-scroll-down {
    display: none;
  }
}
.hero-slider .hero-background {
  display: none;
}
.hero-video {
  width: 100%;
  height: calc(100vh - var(--header-height));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 420px;
  max-height: 1400px;
}
.hero-video .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-video .hero-background::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-video .hero-background-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-video .hero-background-slider .swiper-slide::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000055;
}
.hero-video .hero-background-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-video .hero-background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-background-video video {
    position: fixed;
  }
}
.hero-video .hero-background-video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-background-video::after {
    position: fixed;
    left: unset;
    top: unset;
    z-index: -10;
  }
}
.hero-video .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-video .hero-content {
    max-width: 885px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-video .hero-content h1 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content h1 {
    width: 100%;
  }
}
.hero-video .hero-content span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content span {
    display: block;
    margin-right: 1em;
  }
}
.hero-video .hero-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-video .hero-content .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-video .hero-add-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 80px;
  gap: 8px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.hero-video .hero-add-scroll-down img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .hero-video .hero-add-scroll-down {
    display: none;
  }
}
.hero-video .hero-background {
  display: none;
}
/* Responsive visibility classes */
@media not screen and (max-width: 767px) {
  .mobile {
    display: none;
  }
}
@media not screen and (max-width: 1279px) {
  .mobile--tablet {
    display: none;
  }
}
@media not screen and (min-width: 768px) and (max-width: 1279px) {
  .tablet {
    display: none;
  }
}
@media not screen and (min-width: 768px) {
  .tablet--desktop {
    display: none;
  }
}
@media not screen and (min-width: 1280px) {
  .desktop {
    display: none;
  }
}
#page-about .is-split,
#page-about .is-split-inverse {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  #page-about .is-split,
  #page-about .is-split-inverse {
    gap: 3rem;
  }
}
#page-about .image-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (min-width: 1280px) {
  #page-about .image-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 640px;
  }
}
#page-about .image-container .page-about__section-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
#page-about .content-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (min-width: 1280px) {
  #page-about .content-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }
}
#page-about .content-container .section-content {
  margin-top: 1rem;
}
#page-about section.about-section {
  position: relative;
}
#page-about section.about-section > .container--wider {
  position: relative;
  z-index: 5;
}
#page-about section.about-section .animated_laptop {
  position: absolute;
  width: auto;
  height: 50%;
  display: block;
  pointer-events: none;
  z-index: 1;
  -webkit-filter: invert() grayscale(100%) sepia(100%) hue-rotate(-10deg) saturate(0.5);
          filter: invert() grayscale(100%) sepia(100%) hue-rotate(-10deg) saturate(0.5);
  mix-blend-mode: difference;
  left: 0;
  right: 0;
  bottom: -120px;
}
@media screen and (min-width: 1280px) {
  #page-about section.about-section .animated_laptop {
    top: -160px;
    bottom: auto;
    left: 0;
    right: auto;
  }
}
#page-about section.about-section#advantage .animated_laptop {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 1280px) {
  #page-about section.about-section#advantage .animated_laptop {
    left: auto;
    right: 0;
  }
}
