@import 'https://cdn.jsdelivr.net/npm/@photo-sphere-viewer/core@5/index.css';

/* Reset styles */

:root {
  --base-font-size: 16px;
  --font-family-base: Arial, sans-serif;
  --font-weight-normal: 400;
  --text-color: #000;
  --font-family-heading: Arial, sans-serif;
  --font-weight-bold: 700;
  --primary-color: #007bff;
  --spacer-3: 1rem;
  --spacer-4: 1.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: var(--base-font-size);
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-normal);
  color: var(--text-color);
  background-color: #fff;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-heading);
  margin-top: 0;
  margin-bottom: var(--spacer-3);
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: var(--spacer-3);
  font-size: var(--base-font-size);
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

a {
  color: var(--black-color);
  text-decoration: none;
}

ul {
  list-style: none;
}

:root {
  /* Colors */
  --primary-color: #3498db;
  --secondary-color: #2ecc71;
  --text-color: #333;
  --text-color-black: #000000;
  --white-color: #ffffff;
  --gray-color: #8E8E8E;
  --light-gray: #f8f9fa;
  --mid-gray: #E1E1E1;
  --dark-gray: #828282;
  --black-color: #030303;
  --gold-color: #C8A574;
  --red-color: #FF0000;
  --green-color: #4BB543;
  --text-gray: #9A9A9A;
  --background-color-dark: #191919;
  /* Borders */
  --border-default: solid 1.4px var(--black-color);
  /* Typography */
  --font-family-base: 'Aeonik Regular', sans-serif;
  --font-family-heading: 'Aeonik Regular', sans-serif;
  --font-family-descriptors: 'Roboto Mono', sans-serif;
  --font-family-light: 'Aeonik Light', sans-serif;
  --font-family-medium: 'Aeonik Medium', sans-serif;
  --font-family-bold: 'Aeonik Bold', sans-serif;
  --font-family-air: 'Aeonik Air', sans-serif;
  --base-font-size: 16px;
  --small-font-size: 15px;
  --heading-font-size: 2rem;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --h1-font-size: 14.8rem;
  --h2-font-size: 5rem;
  --h3-font-size: 1.8rem;
  --h4-font-size: 1.3rem;
  --h5-font-size: 1.2rem;
  --h6-font-size: 0.8rem;
  --paragraph-font-size: 1.25rem;
  --body-font-size: 1.25rem;
  --title-font-size: 1.25rem;
  --subtitle-font-size: 1.32rem;
  --font-size-1-5: 1.5rem;
  --font-size-1-25: 1.25rem;
  --font-size-1-75: 1.75rem;
  --font-size-2-25: 2.25rem;
  --font-size-2-5: 2.5rem;
  /* Buttons */
  --button-border-radius: 99rem;
  --button-border: var(--border-default);
  --border-padding: 0.75rem 1.5rem;
  /* Spacing */
  --spacer: 1rem;
  --spacer-0: 0;
  --spacer-1: calc(var(--spacer) * 0.25);
  --spacer-2: calc(var(--spacer) * 0.5);
  --spacer-3: var(--spacer);
  --spacer-4: calc(var(--spacer) * 1.5);
  --spacer-5: calc(var(--spacer) * 2);
  --spacer-6: calc(var(--spacer) * 3);
  --spacer-7: calc(var(--spacer) * 4);
  --spacer-8: calc(var(--spacer) * 6);
  --spacer-9: calc(var(--spacer) * 8);
  --spacer-10: calc(var(--spacer) * 9);
  --spacer-11: calc(var(--spacer) * 10);
  --grid-gap: 1.25rem;
  /* Breakpoints */
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  /*--breakpoint-xl: 1280px;*/
  --breakpoint-xl: 1728px;
  /*--breakpoint-xl: 1920px;*/
  /* Container widths */
  --container-max-width-sm: 540px;
  --container-max-width-md: 720px;
  --container-max-width-lg: 960px;
  --container-max-width-xl: 1140px;
  /* Z-index */
  --z-layer-negative: -1;
  --z-layer-default: 1;
  --z-layer-dropdown: 1000;
  --z-layer-sticky: 1020;
  --z-layer-fixed: 1030;
  --z-layer-modal-backdrop: 1040;
  --z-layer-modal: 1050;
  --z-layer-popover: 1060;
  --z-layer-tooltip: 1070;
}

.hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--white-color);
}

.hero-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: var(--white-color);
  height: 100vh;
}

.hero-media-content {
  width: 100%;
  height: 100%;
  video, img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.3);
}

.hero-title {
  grid-column: 1 / 12;
  color: white;
  opacity: 0;
  font-family: var(--font-family-base);
  white-space: pre-line;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-2);
  padding: 2rem;
  .hero-title-description {
    font-size: var(--h3-font-size);
    color: var(--gold-color);
    line-height: var(--h3-font-size);
  }
  @media (min-width: 1024px) {
    padding: 0;

    grid-column: 7 / 12;
  }
}

.fade-in {
  animation: fadeIn 1.5s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-description {
  padding: 3rem 2rem;
  flex: 1;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  .hero-description-content {
    grid-column: 1 / 12;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--spacer-2);
    @media (min-width: 1024px) {
      grid-column: 7 / 12;
    }
  }
  .hero-description-title,
    .hero-description-headline {
    white-space: pre-line;
  }
  .dot-intro {
    font-size: var(--h5-font-size);
  }
  .dot-intro::before {
    margin-right: 0.7rem;
    width: 21px;
    height: 21px;
    position: relative;
    top: 2px;
    background: var(--gold-color);
    opacity: 0;
    animation: blinker 0.45s infinite alternate-reverse;
  }
}

html[dir="rtl"] {
  .hero-description {
    .dot-intro::before {
      margin-right: 0;
      margin-left: 1rem;
    }
  }
}

@media (min-width: 1024px) {
  .hero-description p {
    line-height: 1.6;
  }
}

@media (max-width: 1023px) {
  .hero-description p {
    width: 100%;
    line-height: 1.6;
  }

  .hero-description .dot-intro {
    width: 100%;
  }

  .hero-title {
    h2 {
      font-size: var(--h3-font-size);
      line-height: var(--h3-font-size);
    }
  }

  .hero-description-content {
    h3 {
      font-size: var(--h4-font-size);
    }
  }
}

.carousel {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
}

.carousel-info {
  display: flex;
  align-items: baseline;
  margin: var(--spacer-4) 0;
  @media (max-width: 768px) {
    padding: 0;
  }
}

.carousel-info-intro {
  flex: 0 0 25%;
  .dot-intro {
    font-size: var(--font-size-1-25);
    &::before {
      translate: 0 -50%;
    }
  }
}

.carousel-info-title {
  font-size: var(--font-size-2-25);
  font-style: normal;
  font-weight: 400;
  /* line-height: 2.7rem; */
  letter-spacing: -0.02813rem;
  margin-bottom: 0;
  @media screen and (max-width: 1440px) {
    font-size: var(--heading-font-size);
  }
}

@media (max-width: 768px) {
  .carousel-info-intro::before {
    display: none;
  }

  .carousel-info-intro,
    .carousel-info-title {
    text-align: left;
  }

  html[dir="rtl"] .carousel-info-intro,
    html[dir="rtl"] .carousel-info-title {
    text-align: right;
  }

  .carousel-info-title {
    font-size: var(--font-size-1-5);
  }

  .carousel-info {
    gap: 2rem;
  }
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.carousel-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--mid-gray);
  cursor: pointer;
}

.carousel-dot.active {
  background-color: var(--black-color);
}

.carousel-info-text {
  font-size: var(--font-size-1-25);
  font-style: normal;
  font-weight: 400;
  /* line-height: 1.375rem; */
  margin-top: var(--spacer-4);
}

.carousel-info-cta .white-outlined-button {
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: var(--font-size-1-25);
  font-style: normal;
  font-weight: 400;
  /* line-height: normal; */
  @media screen and (max-width: 1440px) {
    padding: 8px 24px;

    font-size: var(--base-font-size);
  }
}

.carousel-info-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 50%;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}

@media (max-width: 1024px) {
  .carousel-info-intro,
    .carousel-info-content,
    .carousel-info-cta {
    flex: 0 0 100%;
    width: 100%;
  }

  .carousel-info-content {
    padding: 0;
  }

  .carousel-info-intro {
    color: var(--text-gray);
  }
}

.carousel-info-cta {
  margin-left: auto;
}

html[dir="rtl"] .carousel-info-cta {
  margin-left: 0;
  margin-right: auto;
}

.carousel {
  overflow: hidden;
}

.carousel-container {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
}

html[dir="rtl"] .carousel-container {
  flex-direction: row-reverse;
}

.carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
  position: relative;
  .slide-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 5px;
    flex-direction: column;
    color: var(--white-color);
    padding: 1.1rem;
    .slide-info-title {
      font-size: 1rem;
      font-weight: 500;
      /* line-height: 1.1rem; */
      text-transform: uppercase;
    }
    .slide-info-detail {
      font-size: var(--h5-font-size);
      font-weight: 500;
      /* line-height: 1.65rem; */
    }
  }
}

.carousel-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  transition: background-color 0.3s ease;
}

.carousel-slide:hover::before {
  background-color: rgba(0, 0, 0, 0);
}

.carousel-slide .slide-info {
  z-index: 2;
}

.carousel-slide>a:hover img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
  cursor: pointer;
}

.carousel-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

/* tablet and small laptops */

@media screen and (min-width: 1024px) {
  .carousel-slide {
    position: relative;
    flex: 0 0 33%;
  }
}

/* very very large laptops */

@media screen and (min-width: 1440px) {
  .carousel-slide {
    flex: 0 0 28%;
  }
}

@media screen and (max-width: 1024px) {
  .carousel-slide {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 768px) {
  .carousel-slide {
    flex: 0 0 75%;
  }
}

@media screen and (max-width: 480px) {
  .carousel-slide {
    flex: 0 0 100%;
  }
}

.carousel-slide-title {
  display: flex;
  position: absolute;
  left: 10px;
  right: unset;
  top: 10px;
  gap: 1.32rem;
  color: var(--white-color);
  align-items: baseline;
  z-index: 10;
}

.carousel-slide-title-text {
  font-size: var(--font-size-2-5);
  /* line-height: 84%; */
  @media screen and (max-width: 768px) {
    font-size: var(--font-size-1-25);
  }
}

.carousel-slide-title-number {
  font-size: var(--h6-font-size);
  translate: 0 -50%;
  @media screen and (max-width: 768px) {
    translate: 0 -10%;
  }
}

html[dir="rtl"] {
  .carousel-dots {
    flex-direction: row-reverse;
  }
  .carousel-info-cta .white-outlined-button {
    padding: 0.35rem 1.5rem 0.55rem;
    @media screen and (max-width: 768px) {
      font-size: var(--base-font-size);

      padding: 0.35rem 1.5rem 0.55rem;
    }
  }
  .carousel-slide-title {
    left: unset;
    width: 100%;
    padding: 0 var(--spacer-3);
  }
}

.featured-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  .carousel-slide {
    width: 234px;
    flex: 234px 0 0;
  }
  .carousel-slide::before {
    background: none;
  }
  .featured-title {
    margin: 1.2rem 0 0.44rem;
    color: var(--gold-color);
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 500;
    /* line-height: 0.83rem; */
  }
  .featured-text {
    color: var(--black-color);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    /* line-height: 1.56rem; */
  }
  img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
    pointer-events: none;
    width: 14.62rem;
    height: 10.76rem;
  }
  .carousel-featured-item {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .carousel-container {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 var(--spacer-3) 0 0;
  }
}

html[dir="rtl"] {
  .featured-carousel {
    .carousel-container {
      margin: 0 0 0 var(--spacer-3);
    }
  }
}

@media screen and (max-width: 1024px) {
  .carousel-info {
    flex-direction: column;
    gap: 1rem;
  }

  .carousel-info-intro,
    .carousel-info-content,
    .carousel-info-cta {
    grid-column: auto;
    justify-self: normal;
  }

  .carousel-info-cta {
    margin-top: var(--spacer-3);
  }

  .carousel-info-intro {
    color: var(--dark-gray);
  }
}

footer {
  width: 100%;
  padding: 3rem 0rem;
  background-color: var(--black-color, #000);
  color: var(--light-gray, #f5f5f5);
  position: relative;
  overflow: hidden;
  @media screen and (min-width: 1450px) {
    &:before,
        &:after {
      background-color: var(--black-color);
      content: "";
      width: 100%;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      position: absolute;
    }

    &:before {
      translate: -100% 0;
    }

    &:after {
      translate: 100% 0;
    }
  }
}

.footer-container {
  max-width: var(--breakpoint-xl);
  margin: 0 auto;
  padding: 0rem 2rem;
  background-color: var(--black-color, #000);
  position: relative;
  z-index: 20;
  & .footer-logo {
    display: flex;
    img {
      filter: invert();
    }
  }
}

.footer-top {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--dark-gray);
  margin-bottom: 3rem;
}

.footer-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: var(--spacer-4);
  padding-top: var(--spacer-4);
  border-top: 1px solid var(--dark-gray);
}

.footer-tagline {
  font-size: var(--h2-font-size);
  line-height: var(--h2-font-size);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.448px;
  margin: 0;
  @media (max-width: 1024px) {
    font-size: var(--font-size-2-5);

    line-height: var(--font-size-2-5);
  }
}

.contact-us-btn {
  color: var(--white-color);
  border-radius: 2.48rem;
  background: transparent;
  border: 1px solid var(--white-color);
  padding: 1.02rem 2.05rem;
  font-size: 1.37rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.67rem;
  transition: all 0.5s ease;
  text-wrap: nowrap;
}

.contact-us-btn:hover {
  @media not (pointer: coarse) {
    background-color: var(--white-color);

    color: var(--black-color);
  }
}

.contact-us-btn:active {
  background: var(--white-color);
  color: var(--black-color);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.footer-section {
  position: relative;
}

.footer-section h3 {
  margin-bottom: 1.94rem;
  color: var(--white-color);
  font-size: var(--title-font-size);
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height:var(--title-font-size);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: var(--white-color);
  font-size: var(--font-size-1-5);
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: var( --heading-font-size);
  &.active {
    color: var(--gold-color);
  }
}

.footer-links.headline a {
  color: var(--white-color);
  font-size: var(--font-size-2-25);
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: var(--font-size-2-5);
  letter-spacing: -0.03rem;
  &.active {
    color: var(--gold-color);
  }
}

.footer-links a:hover {
  color: var(--gold-color);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacer-5) 0;
  border-top: 1px solid var(--dark-gray);
  font-size: 0.75rem;
  color: var(--dark-gray);
}

.footer-legal {
  display: flex;
  gap: 1.5rem;
  color: var(--dark-gray);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: 0.72rem;
  text-transform: uppercase;
  a {
    color: var(--dark-gray);
  }
}

/* Responsive adjustments */

@media (max-width: 1440px) {
  .footer-links.headline a {
    font-size: var(--heading-font-size);
    line-height: var(--heading-font-size);
  }

  .footer-links a {
    font-size: var(--h5-font-size);
    line-height: var(--h5-font-size);
  }
}

@media (max-width: 992px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: var(--spacer-3);
    margin-bottom: var(--spacer-4);
  }

  .footer-heading {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: var(--spacer-4);
    border-top: none;
    margin-top: 4rem;
  }

  .footer-tagline {
    width: 100%;
    font-size: var(--heading-font-size);
    line-height: var(--heading-font-size);
    padding-top: var(--spacer-3);
    border-top: 1px solid var(--dark-gray);
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-section:not(:first-child):before {
    position: absolute;
    content: "";
    top: calc(var(--spacer-4) * -1);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--dark-gray);
  }
}

html[dir="rtl"] {
  .footer-legal {
    font-family: DINNextLTArabic;
  }
}

@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    border-top: none;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

html[dir="rtl"] {
  .footer-legal {
    font-family: DINNextLTArabic;
  }
}

.btn-primary {
  /* Button/CTA */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12.0004px 24.0008px;
  gap: 10px;
  height: 45px;
  /* AlUla Black */
  background: #030303;
  /* AlUla Text White */
  border: 1.3309px solid #FFFFFF;
  border-radius: 29.0897px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  color: white;
}

.btn-rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  padding: 10px 20px;
  border: 1px solid var(--black-color);
  color: var(--black-color);
  font-weight: var(--font-weight-normal);
  font-size: 0.56rem;
  font-style: normal;
  line-height: normal;
  &.active {
    background: var(--gold-color);
    border: none;
  }
}

.language-switcher-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 3.12rem;
  height: 3.12rem;
  border: 1.3px solid var(--black-color);
  color: var(--black-color);
  font-size: 1.04rem;
  font-style: normal;
  font-weight: 500;
  &.active {
    color: var(--black-color);
    background: var(--gold-color);
    border-color: var(--gold-color);
  }
}

.black-outlined-button {
  color: var(--white-color);
  font-size: var(--base-font-size);
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: 1.23rem;
  padding: 0.75rem 1.5rem;
  border-radius: 1.82rem;
  border: 1.33px solid var(--white-color);
  background: var(--black-color);
  transition: color 0.5s ease;
  text-wrap: nowrap;
  &:hover {
    color: var(--black-color);
    border-color: var(--black-color);
    background: var(--white-color);
  }
}

.white-outlined-button {
  color: var(--black-color);
  font-size: var(--base-font-size);
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 0.75rem 1.5rem;
  border-radius: 1.82rem;
  border: 1.33px solid var(--black-color);
  background: var(--white-color);
  transition: color 0.5s ease;
  &:hover {
    color: var(--white-color);
    background-color: var(--black-color);
    border-color: var(--white-color);
  }
}

.transparent-white-outlined-button {
  color: var(--white-color);
  font-size: var(--base-font-size);
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 0.75rem 1.5rem;
  border-radius: 1.82rem;
  border: 1.33px solid var(--white-color);
  background: transparent;
  transition: color 0.5s ease;
  &:hover {
    color: var(--black-color);
    background-color: var(--white-color);
  }
}

.filter-outlined-button {
  color: var(--black-color);
  font-family: var(--font-family-descriptors);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: 0.8rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.83rem 1.66rem;
  border-radius: 2rem;
  border: 0.86px solid var(--black-color);
  transition: color 0.5s ease;
  text-wrap: nowrap;
  &:hover {
    color: var(--white-color);
    background-color: var(--black-color);
    border-color: var(--white-color);
  }
  &.active {
    color: var(--black-color);
    background: var(--gold-color);
    border: none;
  }
}

@media screen and (max-width: 980px) {
  .btn-rounded {
    width: 18px;
    height: 18px;
    font-size: 6px;
  }
}

.btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  padding: 10px 20px;
  border: 1px solid var(--black-color);
  color: var(--black-color);
  font-weight: var(--font-weight-normal);
  font-size: 0.56rem;
  font-style: normal;
  line-height: normal;
  &:hover {
    color: var(--black-color);
    background-color: var(--gold-color);
    border: 1.33px solid var(--white-color);
  }
}

html[dir="rtl"] {
  .filter-outlined-button {
    font-family: DINNextLTArabic;
  }
}

@keyframes fadeNav {
  from {
    scale: 1 0;
    max-height: 0;
  }

  to {
    scale: 1 1;
    max-height: 500px;
  }
}

.header-section {
  background: #ffffff5f;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: var(--z-layer-sticky);
  transition: background-color .3s;
  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacer-4);
    position: relative;
    z-index: -1;
    max-width: var(--breakpoint-xl);
    margin: auto;
    .logo {
      content: "";
      display: flex;
      align-items: center;
      margin-right: var(--spacer-4);
      height: 40px;
      width: 192px;
      min-width: 100px;
      overflow: hidden;
      position: relative;
      img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 40px;
      }
      img:nth-child(2) {
        opacity: 1;
        transition: .3s;
        &.scrolled {
          left: -100%;
          opacity: 0;
        }
      }
    }
    .page-anchors {
      margin-right: auto;
      a {
        margin-left: 63px;
        position: relative;
        display: inline-block;
        visibility: hidden;
        opacity: 0;
        transition: .3s;
        font-size: var(--subtitle-font-size);
        &::before {
          content: "";
          position: absolute;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          translate: 0 -50%;
          top: 50%;
          left: -15px;
          background: var(--mid-gray);
        }
        &:hover {
          color: var(--gold-color);
        }
        &.active::before {
          background: var(--gold-color);
        }
      }
    }
    .right-block {
      display: flex;
      align-items: center;
      gap: 2.38rem;
      margin-left: auto;
      width: 100%;
      min-width: 0;
      button {
        display: flex;
        gap: var(--spacer-3);
        margin-right: var(--spacer-3);
        text-wrap: nowrap;
        img {
          min-width: 2ch;
        }
        &.switch-y {
          img {
            scale: 1 -1;
          }
        }
      }
      #dropdown {
        display: flex;
        align-items: center;
      }
      #dropdown .burger {
        display: none;
      }
      #dropdown,
            .contact-us-link {
        font-size: var(--subtitle-font-size);
      }
      .contact-us-link {
        position: relative;
        display: flex;
        margin-right: var(--spacer-4);
        gap: var(--spacer-3);
        text-wrap: nowrap;
        img {
          min-width: 2ch;
        }
        span {
          text-align: center;
          position: absolute;
          top: -8px;
          right: -10px;
          height: 11px;
          width: 11px;
          padding: 2px;
          line-height: 1;
          border-radius: 50%;
          background: var(--black-color);
          color: var(--white-color);
          font-size: 7px;
        }
      }
      .languages-switchers {
        display: flex;
        gap: 0.44rem;
      }
    }
  }
  &.scrolled {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    .container {
      .page-anchors {
        display: flex;
        overflow: auto;
        padding: 10px 0;
        a {
          opacity: 1;
          visibility: visible;
          text-wrap: nowrap;
        }
        @media screen and (max-width: 980px) {
          & {
            display: none;
          }
        }
      }
    }
    &.active {
      background-color: white;
    }
  }
  .nav-container {
    transition: height .3s;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
  }
  .nav-limit {
    display: flex;
    align-items: flex-start;
    gap: var(--spacer-8);
    justify-content: space-between;
    max-width: 100%;
    z-index: 0;
    transform: translateX(150px);
    @media screen and (max-width: 768px) {
      padding: 0;

      transform: translateX(0);
    }
  }
  .nav-bar {
    /* display: none; */
    /* transition-duration: .3s;
        animation: fadeNav .3s; */
    padding: var(--spacer-7) 0 var(--spacer-4) var(--spacer-4);
    transition: background-color .3s;
    display: flex;
    &>.outside {
      opacity: 0;
      transition: .3s;
    }
    &.active {
      background: var(--white-color);
      display: flex;
      &>.outside {
        position: fixed;
        top: 100px;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: -1;
        opacity: 1;
        height: 100vh;
      }
    }
    .nav-block {
      padding-right: var(--spacer-6);
      border-right: solid 1px var(--mid-gray);
      @media screen and (max-width: 768px) {
        border-right: none;
      }
      &>p {
        font-size: var(--h6-font-size);
      }
      &:nth-child(3) {
        padding: 0;
        border: none;
        display: flex;
        flex-direction: column;
      }
      .cards {
        display: inline-flex;
        gap: var(--spacer-4);
        margin-top: var(--spacer-7);
        align-items: center;
        padding: 0 5px;
        .carousel-container {
          align-items: baseline;
          a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            overflow: hidden;
          }
          a>img:hover {
            transform: scale(1.05);
            transition: .5s;
          }
        }
        li {
          display: flex;
          justify-content: center;
          img {
            width: 234px;
            border-radius: .5rem;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center;
            pointer-events: all;
            text-align: center;
          }
          p:nth-child(2) {
            color: var(--gold-color);
            margin-top: var(--spacer-3);
            font-size: var(--subtitle-font-size);
            line-height: .83rem;
            margin-bottom: var(--spacer-1);
          }
          p:nth-child(3) {
            color: var(--black-color);
            font-size: var(--h6-font-size);
            line-height: 1.2rem;
          }
        }
      }
    }
    .nav-buttons-block {
      display: none;
      .contact-us-link {
        padding: 0.5rem 1rem;
        border-radius: 1.23rem;
        border: 0.77px solid var(--black-color);
        color: var(--black-color);
        font-size: 0.76rem;
        font-style: normal;
        font-weight: var(--font-weight-normal);
        line-height: normal;
        &:active {
          background: var(--black-color);
          color: var(--white-color);
        }
      }
    }
    ul {
      list-style: none;
      padding: 0;
      margin-top: var(--spacer-4);
      li {
        &:not(:first-child) {
          margin-top: 13px;
        }
      }
      a {
        font-size: var(--h6-font-size);
        font-style: normal;
        font-weight: 400;
        line-height: 2.1rem;
        &.highlight {
          color: var(--gold-color, #D4AF37);
        }
        &:hover {
          color: var(--gold-color);
        }
      }
      &.heading-links {
        a {
          font-size: var(--h3-font-size);
        }
      }
      &.discover-links {
        display: flex;
        flex-direction: column;
        gap: 13px;
        a {
          color: var(--black-color);
          font-size: var(--heading-font-size);
          font-style: normal;
          font-weight: var(--font-weight-normal);
          line-height: 120%;
          letter-spacing: -0.02813rem;
          margin: 0;
          &:hover {
            color: var(--gold-color);
          }
        }
      }
    }
  }
}

html[dir="rtl"] {
  .nav-limit {
    transform: translateX(-150px);
    @media screen and (max-width: 768px) {
      transform: translateX(0);
    }
  }
  .header-section {
    & .container {
      .logo {
        justify-content: flex-end;
        margin-right: 0;
        img:nth-child(1) {
          right: auto;
        }
      }
      & .right-block {
        gap: var(--spacer-4);
        & .contact-us-link {
          display: flex;
          flex-direction: row-reverse;
        }
        & #dropdown {
          flex-direction: row-reverse;
        }
      }
      & .page-anchors {
        margin-right: 63px;
        margin-left: auto;
        & a {
          text-align: left;
        }
      }
    }
    &.scrolled {
      .logo {
        justify-content: flex-start;
        img:nth-child(1) {
          right: 0;
        }
      }
    }
    .nav-bar {
      &.active {
        padding: var(--spacer-7) var(--spacer-4) var(--spacer-4) 0;
      }
      .nav-block {
        border-left: none;
        border-right: solid 1px var(--mid-gray);
        padding-left: var(--spacer-6);
        &:first-child {
          border: none;
          padding: 0;
        }
        &:nth-child(2) {
          padding-left: 0;
        }
        &:nth-child(3) {
          padding-left: 0;
          padding-right: var(--spacer-6);
        }
      }
      .nav-limit {
        margin-right: auto;
      }
      .cards {
        div:last-child {
          margin-left: -30%;
          margin-right: initial;
        }
      }
    }
  }
}

@media screen and (max-width: 980px) {
  .header-section {
    #dropdown {
      margin-left: auto;
    }
    .nav-limit {
      flex-direction: column;
      margin: 0;
    }
    .container {
      .logo {
        height: 22px;
        width: 100px;
        img {
          height: 22px;
        }
      }
      .page-anchors {
        display: none;
      }
      .right-block {
        gap: var(--spacer-1);
        flex-direction: row-reverse;
        .contact-us-link,
                #dropdown {
          font-size: 12px;
        }
        #dropdown {
          display: flex;
          align-items: center;
          margin: initial;
          .title {
            display: none;
          }
          .burger {
            display: flex;
          }
          img {
            display: none;
          }
        }
        .contact-us-link {
          gap: 0;
          font-size: 0;
        }
        .languages-switchers {
          display: none;
        }
      }
    }
    .nav-bar {
      &.active {
        max-height: calc(100vh - 50px);
        overflow-y: auto;
      }
      .nav-block {
        padding: 0;
      }
      .nav-buttons-block {
        padding: .5rem 1.6rem var(--spacer-6) 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-right: none;
        width: 100%;
        .languages-switchers {
          display: flex;
          align-items: center;
          gap: 0.5rem;
        }
      }
      ul {
        &.discover-links {
          a {
            font-size: 1.88rem;
          }
        }
      }
    }
  }

  html[dir="rtl"] {
    #dropdown {
      margin-right: auto;
      margin-left: initial;
    }
    .nav-bar {
      .nav-limit {
        margin-right: initial;
        .nav-block,
                .nav-buttons-block {
          padding-right: var(--spacer-4);
          padding-left: var(--spacer-4);
        }
        .nav-block {
          &:first-child {
            border-right: 1px solid var(--mid-gray);
            padding-right: var(--spacer-4);
          }
          &:nth-child(3) {
            padding-left: 0;
            padding-right: var(--spacer-4);
          }
        }
      }
    }
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blinker {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fillLine {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.section.specification-section {
  background: var(--gold-color);
  display: flex;
  flex-direction: column;
  .spec-list-wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: var(--grid-gap);
    width: 100%;
    max-width: var(--breakpoint-xl);
    margin: 0 auto;
    padding: 4rem 2rem;
  }
  .spec-list {
    display: contents;
  }
  .spec-list__title {
    grid-column: span 3;
    color: var(--text-color-black);
    line-height: var(--h2-font-size);
    margin-bottom: var(--spacer-4);
  }
  .spec-list__items--reasons,
  .spec-list__items--numbers {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
  }
  .spec-list__item {
    padding: var(--spacer-4) 0;
    &.spec-list__item--number {
      padding: var(--spacer) 0;
    }
  }
  .spec-list__item--reason {
    display: flex;
    align-items: flex-start;
    gap: var(--spacer);
  }
  .spec-list__item--number,
  .spec-list__item--reason {
    border-bottom: 1.87px solid #3E3E3E;
    &:first-child {
      border-top: 1.87px solid #3E3E3E;
    }
  }
  .spec-list__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .spec-list__content {
    display: flex;
    flex-direction: column;
    gap: .86rem;
  }
  .spec-list__heading {
    font-size: 1.67rem;
    color: var(--text-color-black);
    margin: 0;
    line-height: var(--h4-font-size);
  }
  .spec-list__description {
    font-size: var(--paragraph-font-size);
    color: var(--text-color);
    line-height: var(--body-line-height);
    margin: 0;
  }
  .spec-list__highlight {
    font-size: var(--heading-font-size);
    color: var(--black-color);
  }
  .spec-list__text {
    font-size: var(--heading-font-size);
    color: var(--text-color);
    line-height: var(--body-line-height);
  }
  @media screen and (max-width: 768px) {
    .spec-list-wrapper {
      grid-template-columns: 1fr;
      gap: var(--spacer-2);
      padding: 1rem 2rem;
    }

    .spec-list__title {
      grid-column: 1 / -1;
    }

    .spec-list__items--reasons,
    .spec-list__items--numbers {
      grid-column: 1 / -1;
    }

    .spec-list__item {
      padding: var(--spacer-3) 0;
    }

    .spec-list__text,
    .spec-list__highlight {
      font-size: calc(var(--h4-font-size));
    }
  }
}

.rich-text-container {
  width: 100%;
  max-width: var(--breakpoint-xl);
  background: var(--white-color);
  display: flex;
  flex-direction: column;
  padding: 10.95rem 10rem 10rem 33.68rem;
  @media (max-width: 980px) {
    padding: 0 1.85rem 2.5rem;
  }
  p.rich-text-intro {
    font-weight: 400;
    font-size: var(--paragraph-font-size);
    font-style: normal;
    line-height: 2.1rem;
    color: var(--black-color);
    margin-bottom: 2.9rem;
    @media (max-width: 768px) {
      font-size: 0.91rem;

      font-weight: 500;

      line-height: 1.27rem;
    }
  }
  h3 {
    font-weight: 400;
    font-style: normal;
    font-size: var(--paragraph-font-size);
    line-height: 2.1rem;
    color: var(--black-color);
    margin-bottom: 0.75rem;
    @media (max-width: 768px) {
      font-size: 0.91rem;

      font-weight: 500;

      line-height: 1.27rem;
    }
  }
  p {
    font-weight: 100;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: var(--black-color);
    margin-bottom: 0.75rem;
    @media (max-width: 768px) {
      font-size: 1rem;

      line-height: 1.23rem;
    }
  }
  ul {
    list-style: disc;
    font-weight: 100;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: var(--black-color);
    margin-bottom: 2.9rem;
    padding-left: var(--spacer-4);
    padding-right: 0;
    @media (max-width: 768px) {
      font-size: 1rem;

      line-height: 1.23rem;
    }
  }
  a {
    color: var(--black-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    text-decoration: underline;
    @media (max-width: 768px) {
      font-size: 1rem;

      line-height: 1.23rem;
    }
  }
  strong {
    font-weight: 700;
  }
}

html[dir="rtl"] {
  .rich-text-container {
    padding: 10.95rem 33.68rem 10rem 10rem;
    ul {
      padding-right: var(--spacer-4);
      padding-left: 0;
    }
    @media (max-width: 980px) {
      padding: 0 1.85rem 2.5rem;
    }
  }
}

/* Accordion Styles - Updated for new design */

.accordion,
.accordion-faq {
  display: flex;
  gap: var(--spacer-7);
  @media screen and (max-width: 1024px) {
    flex-direction: column;
  }
}

.accordion-faq {
  width: 100%;
  max-width: var(--breakpoint-xl);
  margin: 0 auto;
  padding: 4rem 2rem;
}

.outer-accordion-title {
  font-size: var(--h5-font-size);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--gold-color);
  margin-bottom: 1.2rem;
}

.accordion-content-inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-4);
  @media (min-width: 1024px) {
    flex-direction: row;
  }
}

/* Accordion Container */

.accordion-container {
  width: 100%;
}

.accordion-info {
  display: flex;
  flex-direction: column;
  flex: 0 0 40%;
}

/* Accordion Items */

.accordion-item {
  display: flex;
  border-bottom: 1px solid var(--mid-gray, #E1E1E1);
  margin-bottom: 0;
  padding: 1.5rem 0;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  &:first-child {
    border-top: 1px solid var(--mid-gray, #E1E1E1);
  }
}

.accordion-faq .accordion-item {
  flex-direction: column;
  &.active {
    gap: var(--spacer-4)
  }
  .accordion-text {
    font-size: var(--h5-font-size);
    color: var(--gray-color);
    background: none;
    h3 {
      font-weight: 400;
      font-style: normal;
      font-size: var(--paragraph-font-size);
      line-height: 2.1rem;
      color: inherit;
      margin-bottom: 0.75rem;
      @media (max-width: 768px) {
        font-size: 0.91rem;

        font-weight: 500;

        /* line-height: 1.27rem; */
      }
    }
    p {
      font-weight: 100;
      font-style: normal;
      font-size: 1.125rem;
      /* line-height: 1.25rem; */
      margin-bottom: 0.75rem;
      color: inherit;
      @media (max-width: 768px) {
        font-size: 1rem;

        line-height: 1.23rem;
      }
    }
    ul {
      list-style: disc;
      font-weight: 100;
      font-style: normal;
      font-size: 1.125rem;
      /* line-height: 1.25rem; */
      margin-bottom: 2.9rem;
      padding-left: var(--spacer-4);
      padding-right: 0;
      @media (max-width: 768px) {
        font-size: 1rem;

        line-height: 1.23rem;
      }
      html[dir="rtl"] & {
        padding-left: 0;
        padding-right: var(--spacer-4);
      }
    }
    a {
      color: inherit;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.25rem;
      text-decoration: underline;
      @media (max-width: 768px) {
        font-size: 1rem;

        /* line-height: 1.23rem; */
      }
    }
    strong {
      font-weight: 700;
    }
  }
  .accordion-handle {
    font-size: var(--h5-font-size);
  }
}

.accordion-item.active {
  gap: var(--spacer-6);
}

/* Headers */

.accordion-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 0 0 auto;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.accordion-handle {
  font-weight: 400;
  line-height: 2rem;
  color: var(--black-color);
  margin: 0;
  padding: 0;
  transition: color 0.3s ease;
  margin-bottom: var(--spacer-1);
}

/* Toggle button styling */

.accordion-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* Chevron icon styling */

.accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
}

/* Create the chevron icon using pseudo-elements */

.accordion-icon:before,
.accordion-icon:after {
  content: '';
  position: absolute;
  background-color: var(--text-color, #333);
  transition: all 0.3s ease;
}

.dark .accordion-icon:before,
.dark .accordion-icon:after {
  background-color: var(--white-color, #fff);
}

/* Create the chevron down arrow */

.accordion-icon:before {
  width: 8px;
  height: 2px;
  top: 50%;
  left: 2px;
  transform: translateY(-50%) rotate(45deg);
}

.accordion-icon:after {
  width: 8px;
  height: 2px;
  top: 50%;
  right: 2px;
  transform: translateY(-50%) rotate(-45deg);
}

/* X icon for active state */

.accordion-item.active .accordion-icon:before {
  width: 16px;
  left: 0;
  transform: rotate(45deg);
}

.accordion-item.active .accordion-icon:after {
  width: 16px;
  right: 0;
  transform: rotate(-45deg);
}

/* Content areas with proper transitions */

.accordion-content,
.accordion-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content {
  flex: 0 0 40%;
}

.accordion-item.active .accordion-content {
  max-height: none !important;
  /* Override any inline styles */
  height: auto;
}

.accordion-item.active .accordion-text {
  max-height: none !important;
  /* Override any inline styles */
  height: auto;
}

/* Image styling */

.accordion-image-container {
  width: 100%;
  margin-bottom: 1rem;
}

.accordion-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

/* Text content */

.accordion-text {
  color: var(--black-color, #030303);
  font-size: var(--base-font-size, 16px);
  line-height: 1.5;
  padding: 0;
}

/* RTL support */

html[dir="rtl"] .accordion-text {
  padding: 0;
}

html[dir="rtl"] .accordion-toggle-btn {
  right: auto;
  left: 0;
}

@media (max-width: 1440px) {
  .accordion-info {
    flex: 0 0 25%;
  }

  .accordion-info-title {
    font-size: var(--heading-font-size);
    line-height: 2rem;
  }
}

/* Responsive adjustments */

@media (max-width: 1024px) {
  .accordion {
    flex-direction: column;
    gap: var(--spacer-4);
  }

  .accordion-item {
    flex-direction: column;
  }

  .accordion-image-container {
    /* width: 40%; */
    margin-bottom: 0;
  }

  .accordion-handle {
    font-size: var(--h5-font-size);
  }

  .accordion-text {
    flex: auto;
  }

  .accordion-text.full-width {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .accordion-header {
    padding: 1rem 0;
  }

  .accordion-handle {
    font-size: var(--h5-font-size);
    /* line-height: var(--h5-font-size); */
  }
}

:root {
  --scrollable-sections: 3;
}

.spotlight-vertical-scroll {
  background-color: var(--black-color);
  width: 100%;
  display: flex;
  position: relative;
  margin: auto;
  max-width: var(--breakpoint-xl);
  min-height: calc(var(--scrollable-sections) * 100vh);
  overflow: visible !important;
  .inner-wrapper {
    max-width: var(--breakpoint-xl);
    padding: 0 2rem;
    margin: 0 auto;
  }
  #next-content-arrow {
    position: fixed;
    bottom: 70px;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: 55px;
    cursor: pointer;
    text-align: center;
    font-size: 2rem;
    line-height: .55;
    z-index: 50;
    @media screen and (max-width: 980px) {
      top: calc(88px + 31px + 40px);

      right: 31px;

      width: 20px;

      height: 20px;

      bottom: initial;

      font-size: 2rem;
    }
    &.disabled {
      visibility: hidden;
    }
  }
  ul {
    max-width: var(--breakpoint-xl);
    height: calc((var(--scrollable-sections) * 1.5) * 100vh);
    padding: 0;
    li {
      position: relative;
      display: flex;
      height: 100vh;
      padding: 4.8rem var(--spacer-8) var(--spacer-3) 0;
      opacity: 1;
      transition: 0.6s;
      background: var(--background-color-dark);
      z-index: -1;
      @media screen and (max-width: 980px) {
        padding: var(--spacer-4) var(--spacer-4) var(--spacer-3) 0;
      }
      & > hr {
        position: absolute;
        top: 95%;
        opacity: 0;
        @media screen and (max-width: 980px) {
          top: 100%;
        }
      }
      &.active {
        position: sticky;
        top: 88px;
        opacity: 1;
        z-index: initial;
        .content {
          .left, .right {
            opacity: 1;
            img {
              opacity: 1;
            }
          }
          .right {
            transition-delay: 0.4s;
            p, a {
              opacity: 1;
            }
          }
        }
      }
      .content {
        display: flex;
        flex-direction: row;
        gap: 4.8rem;
        width: 100%;
        height: calc(100vh - 166px);
        color: var(--white-color);
        overflow: hidden;
        @media screen and (max-width: 980px) {
          flex-direction: column-reverse;

          justify-content: flex-end;

          gap: var(--spacer-4);
        }
        .left, .right {
          min-width: calc(50% - var(--spacer-6));
          opacity: 1;
          & > * {
            margin-bottom: 4.8rem;
            @media screen and (max-width: 980px) {
              margin-bottom: var(--spacer-5);
            }
          }
          img {
            opacity: 0;
            transition: 0.4s;
          }
          p, a {
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 33.6px;
            transition: 0.4s;
            transition-delay: 0.2s;
            opacity: 0;
            @media screen and (max-width: 980px) {
              font-size: 16px;

              font-style: normal;

              font-weight: 400;

              line-height: 20px;
            }
          }
          .sub {
            color: var(--gold-color);
            font-size: var(--h5-font-size);
            font-style: normal;
            font-weight: 400;
            text-transform: uppercase;
            opacity: 1;
            margin-bottom: 1.2rem;
            @media screen and (max-width: 980px) {
              font-size: 8px;

              font-style: normal;

              font-weight: 400;

              line-height: 8.769px;
            }
          }
          h2 {
            color: var(--white-color);
            font-style: normal;
            font-weight: 400;
            line-height: 70.759px;
            /* 90% */
            letter-spacing: -0.874px;
            @media screen and (max-width: 980px) {
              font-size: var(--h3-font-size);

              font-style: normal;

              font-weight: 400;

              line-height: 92.511%;
            }
          }
          a {
            color: var(--gold-color);
            text-decoration: underline;
          }
        }
        .left {
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          @media screen and (max-width: 980px) {
            max-height: 50%;
          }
          img {
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center;
            min-width: 100%;
            min-height: 100%;
          }
        }
        .right {
          align-self: flex-start;
        }
      }
    }
  }
}

html[dir="rtl"] {
  .spotlight-vertical-scroll {
    ul {
      li {
        padding: 4.8rem  0 var(--spacer-3) var(--spacer-8);
        @media screen and (max-width: 980px) {
          padding: var(--spacer-4) 0 var(--spacer-3) 0;
        }
        .content {
          .left, .right {
            .sub {
              font-family: DINNextLTArabic;
            }
          }
        }
      }
    }
    #next-content-arrow {
      right: initial;
      left: 55px;
    }
  }
}

.key-links-section {
  width: 100%;
  max-width: var(--breakpoint-xl);
  background: var(--white-color);
  display: flex;
  flex-direction: column;
  padding: 0 3rem;
  hr {
    margin-top: 5rem;
    color: var(--mid-gray);
  }
  @media (max-width: 768px) {
    padding: 3.5rem 1.75rem;
  }
  .key-links-section-title {
    color: var(--gold-color);
    font-size: var(--h5-font-size);
    line-height: 0.72;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1.57rem;
    @media (max-width: 768px) {
      color: #9A9A9A;

      font-size: 0.5rem;

      line-height: 0.55rem;

      margin-bottom: 1.87rem;
    }
  }
  .key-links-heading {
    color: var(--black-color);
    font-style: normal;
    font-weight: 400;
    line-height: 5.25rem;
    letter-spacing: -0.028rem;
    margin-bottom: 4rem;
    @media (max-width: 768px) {
      font-size: 2rem;

      line-height: 1.85rem;

      margin-bottom: 2rem;
    }
  }
  .key-links-intro {
    color: var(--black-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 2.34rem;
    max-width: 32rem;
    @media (max-width: 768px) {
      font-size: 1rem;

      line-height: 1.23rem;

      margin-bottom: 2rem;
    }
  }
  .key-links-panels {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2rem;
    @media (max-width: 768px) {
      grid-template-columns: 1fr;
    }
  }
  .key-links-panel {
    padding: 4rem 4rem 2rem;
    border-right: 0.1rem solid var(--mid-gray);
    border-left: none;
    &:first-child,
        &:nth-child(3n + 1) {
      padding-left: 0;
    }
    &:nth-child(3n) {
      padding-right: 0;
      border-right: none;
      border-left: none;
    }
    &:last-child {
      border-right: none;
      border-left: none;
    }
    @media (max-width: 768px) {
      padding: 0;

      border-right: none;

      border-left: none;
    }
  }
  .key-links-panel-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .key-links-panel-title {
    color: var(--gold-color);
    font-size: var( --font-size-1-75);
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
    margin-bottom: 2rem;
  }
  .key-links-panel-paragraph {
    color: var(--black-color);
    font-size: var(--title-font-size);
    font-style: normal;
    font-weight: 100;
    line-height: 1.23rem;
    margin-bottom: 1.5rem;
    @media (max-width: 768px) {
      font-size: 1rem;

      line-height: 1.23rem;

      margin-bottom: 2rem;
    }
  }
  .key-links-panel-link {
    color: var(--black-color);
    font-size: var(--title-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.23rem;
    text-decoration: underline;
    cursor: pointer;
    @media (max-width: 768px) {
      color: var(--black-color);

      font-size: 1rem;

      line-height: normal;

      text-decoration: none;

      padding: 0.5rem 1.5rem;

      border-radius: 1.82rem;

      border: 1.33px solid var(--black-color);

      transition: color 0.5s ease;

      &:hover {
        color: var(--white-color);
        background-color: var(--black-color);
        border: 1.33px solid var(--white-color);
      }
    }
  }
}

html[dir="rtl"] {
  .key-links-section-title {
    font-family: DINNextLTArabic;
  }
  .key-links-panel {
    padding: 4rem 4rem 2rem;
    border-left: 0.1rem solid var(--mid-gray);
    border-right: none;
    &:first-child,
        &:nth-child(3n + 1) {
      padding-right: 0;
    }
    &:nth-child(3n) {
      border-left: none;
      padding-right: 4rem;
      padding-left: 0;
    }
    &:last-child {
      border-left: none;
      border-right: none;
    }
    @media (max-width: 768px) {
      padding: 0;

      border-left: none;

      &:nth-child(3n) {
        padding-right: 0;
      }
    }
  }
}

.section.key-downloads {
  background-color: var(--gold-color);
  color: var(--black-color);
  .container {
    max-width: var(--breakpoint-xl);
    margin: 0 auto;
    padding: 4rem 2rem;
    display: flex;
    gap: var(--grid-gap);
    > div {
      width: 50%
    }
    @media (max-width: 768px) {
      flex-direction: column;

      gap: var(--spacer-5);

      > div {
        width: 100%;
      }
    }
  }
  .title {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  .key-downloads-list {
    font-size: 2rem;
    font-weight: 500;
    line-height: 84.44px;
    padding: 0;
    li {
      border-bottom: 1.5px solid var(--black-color);
      display: flex;
      gap: 1rem;
      align-items: center;
      &:first-child {
        border-top: 1.5px solid var(--black-color);
      }
    }
  }
}

.quote-section {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: calc(100vh - 98px);
  background-color: var(--black-color);
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  @media screen and (max-width: 576px) {
    min-height: auto;
  }
  img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--spacer-11) 0;
    &:before, &:after {
      position: absolute;
      content: "";
      background-color: var(--black-color);
      width: 100%;
      height: 100vh;
      transition: .4s;
      z-index: 10;
    }
    &:before {
      bottom: 70%;
      left: 0;
    }
    &:after {
      top: 70%;
      left: 0;
    }
    @media screen and (max-width: 980px) {
      padding: var(--spacer-6) 0;

      &:before {
        bottom: calc(100% - var(--spacer-6));
      }

      &:after {
        top: calc(100% - var(--spacer-6));
      }
    }
    @media screen and (max-width: 576px) {
      padding: 0;

      &:before {
        bottom: 100%;
      }

      &:after {
        bottom: 100%;
      }
    }
    .content {
      background: var(--black-color);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: var(--spacer-7) var(--spacer-8);
      min-width: 50%;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 5;
      transition: .4s;
      @media screen and (max-width: 980px) {
        padding: var(--spacer-5) var(--spacer-7);
      }
      .heading {
        color: var(--gold-color);
        opacity: 0;
        transition: 0.3s;
        transition-delay: 0.6s;
        h4 {
          text-align: center;
          text-transform: uppercase;
          font-family: var(--font-family-descriptors);
          white-space: pre-line;
          font-size: 16px;
          @media screen and (max-width: 576px) {
            font-size: 11px;
          }
        }
        @media screen and (max-width: 980px) {
          & {
            font-size: 8px;
            font-style: normal;
            font-weight: 400;
            line-height: 8.769px;
          }
        }
      }
      .body {
        color: var(--white-color);
        min-width: 50%;
        text-align: center;
        position: relative;
        white-space: pre-line;
        p {
          font-size: 1.6rem;
        }
        h3 {
          font-size: 4.13rem;
          font-style: normal;
          font-weight: 400;
          line-height: 4.95rem;
          letter-spacing: -0.05rem;
        }
        @media screen and (max-width: 980px) {
          & {
            font-size: 3rem;
          }
        }
        &:before, &:after {
          position: absolute;
          content: "";
          width: 12px;
          height: 16px;
          background: url("/images/icons/quote.svg");
          background-size: cover;
          transition: .4s;
          transition-delay: .4s;
          animation-delay: .4s;
          z-index: 20;
        }
        & > p,
                & > h3 {
          opacity: 0;
          transition: 0.3s;
          transition-delay: 0.1ms;
          font-size: 28px;
          font-style: normal;
          font-weight: 400;
          letter-spacing: -0.45px;
          @media screen and (max-width: 980px) {
            font-style: normal;

            font-weight: 400;
          }
          @media screen and (max-width: 576px) {
            font-size: 18px;
          }
        }
        &:before {
          top: calc(50% - 10px);
          left: calc(50% - 15px);
        }
        &:after {
          bottom: calc(50% - 10px);
          right: calc(50% - 15px);
          scale: -1;
        }
      }
    }
    &.animated {
      .content {
        width: 66%;
        @media screen and (max-width: 980px) {
          width: 76%;
        }
        @media screen and (max-width: 576px) {
          width: 100%;
        }
      }
      &:before {
        left: 26%;
        width: 66%;
      }
      &:after {
        left: 8%;
        width: 66%;
      }
      .heading {
        opacity: 1;
      }
      .body {
        & > p,
                & > h3 {
          opacity: 1;
          transition-delay: 0.6s;
        }
        &:before {
          top: -25px;
          left: calc(var(--spacer-6) * -1);
          animation: quote-1 .5s;
          animation-delay: .25s;
          @media screen and (max-width: 576px) {
            top:0;

            left: calc(var(--spacer-4) * -1);

            animation: quote-1-mobile .5s;

            animation-delay: .25s;
          }
        }
        &:after {
          bottom: -25px;
          right: calc(var(--spacer-6) * -1);
          animation: quote-2 .5s;
          animation-delay: .25s;
          @media screen and (max-width: 576px) {
            bottom: 0;

            right: calc(var(--spacer-4) * -1);

            animation: quote-2-mobile .5s;

            animation-delay: .25s;
          }
        }
      }
    }
  }
}

@keyframes quote-1 {
  from {
    top: calc(50% - 10px);
    left: calc(50% - 15px);
  }

  to {
    top: -25px;
    left: calc(var(--spacer-6) * -1);
  }
}

@keyframes quote-2 {
  from {
    bottom: calc(50% - 10px);
    right: calc(50% - 15px);
  }

  to {
    bottom: -25px;
    right: calc(var(--spacer-6) * -1);
  }
}

@keyframes quote-1-mobile {
  from {
    top: calc(50% - 10px);
    left: calc(50% - 15px);
  }

  to {
    top: 0;
    left: calc(var(--spacer-4) * -1);
  }
}

@keyframes quote-2-mobile {
  from {
    bottom: calc(50% - 10px);
    right: calc(50% - 15px);
  }

  to {
    bottom: 0;
    right: calc(var(--spacer-4) * -1);
  }
}

@keyframes sqr-t {
  0% {
    top: 50%;
    left: -50%;
    width: 200%;
    height: 55vh;
    translate: 0 -100%;
  }

  50% {
    left: 0;
    width: 90%;
  }

  100% {
    translate: 30% -100%;
  }
}

@keyframes sqr-b {
  0% {
    bottom: -100%;
    right: -50%;
    width: 200%;
    height: 55vh;
    translate: 0;
  }

  50% {
    right: 0;
    bottom: 0;
    width: 90%;
  }

  100% {
    translate: -30% 100%;
  }
}

.error-page-section {
  background-color: var(--gold-color) !important;
  max-width: 100% !important;
  .wrapper {
    max-width: var(--breakpoint-xl);
  }
}

.section.page-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: pre-line;
  width: 100%;
  max-width: var(--breakpoint-xl);
  padding: calc(var(--spacer-6) + 96px) 2rem var(--spacer-6);
  /* 96px is the height of the header */
  transform: translateY(180px);
  animation: fadeInUp .5s forwards;
  animation-delay: calc(var(--delay) * 1);
  h1 {
    font-size: 15.64325rem;
    font-style: normal;
    font-weight: 400;
    line-height: 88.025%;
    opacity: 1;
    translate: 0 0;
    animation: fade-in 0.6s linear;
    &.medium {
      font-size: 5.04456rem;
      font-style: normal;
      font-weight: 400;
      line-height: 5.25rem;
      /* 104.072% */
      letter-spacing: -0.028rem;
    }
  }
  hr {
    background: var(--mid-gray);
    border: none;
    height: 1px;
    width: 100%;
    margin: var(--spacer) auto;
    opacity: 1;
    translate: 0 0;
    animation: fade-in 0.6s linear;
  }
  .intro {
    margin-top: var(--spacer);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 525px;
    opacity: 1;
    translate: 0 0;
    animation: fade-in 0.6s linear;
  }
  .sub {
    font-family: var(--font-family-descriptors);
    margin-top: var(--spacer-4);
    font-size: 1rem;
    color: var(--dark-gray);
    max-width: 525px;
    opacity: 1;
    animation: fade-in 0.6s linear;
  }
  @media screen and (max-width: 980px) {
    & {
      h1 {
        font-size: 3.375rem;
        font-style: normal;
        font-weight: 400;
        line-height: 105%;
        &.medium {
          font-size: 2.5rem;
          font-style: normal;
          font-weight: 400;
          line-height: 104%;
        }
      }
      .intro {
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 0.99656rem;
        margin-top: var(--spacer);
      }
      .sub {
        font-size: 0.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 0.54806rem;
        text-transform: uppercase;
        margin-top: var(--spacer-2);
      }
    }
  }
}

@keyframes fade-in {
  from {
    translate: 0 100%;
    opacity: 0;
  }

  to{
    translate: 0 0;
    opacity: 1;
  }
}

.locations-section {
  width: 100%;
  max-width: var(--breakpoint-xl);
  display: flex;
  flex-direction: column;
  background-color: var(--white-color);
  @media (max-width: 980px) {
    padding: 3.51rem 2rem;
  }
}

.locations-video {
  position: relative;
  width: 100%;
  .locations-video-intro {
    position: absolute;
    max-width: 33%;
    right: 5%;
    bottom: 40%;
    transition: all 1.5s ease-in-out;
    opacity: 0;
    color: var(--white-color);
    font-size: var(--h5-font-size);
    line-height: var(--h5-font-size);
    &.enter {
      opacity: 1;
      bottom: 50%;
    }
  }
  @media (min-width: 769px) {
    .locations-video-intro {
      font-size: var(--h2-font-size);
      line-height: var(--h2-font-size);
    }
  }
}

.locations-header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacer-5);
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  .locations-header-title {
    text-wrap: wrap;
    color: var(--black-color);
    font-style: normal;
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
    font-weight: var(--font-weight-normal);
    letter-spacing: -0.023rem;
    @media (max-width: 980px) {
      font-size: var(--heading-font-size);

      line-height: var(--heading-font-size);
    }
  }
  .location-header-cta {
    @media (max-width: 980px) {
      display: none;
    }
  }
}

.location-header-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  color: var(--black-color);
  font-size: var(--base-font-size);
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 0.75rem 1.5rem;
  border-radius: 1.82rem;
  border: 1.33px solid var(--black-color);
  background: var(--white-color);
  transition: color 0.5s ease;
  img {
    width: 1.2rem;
    height: 1.2rem;
    transition: filter 0.5s ease;
    filter: brightness(0) saturate(100%);
  }
  &:hover {
    @media not (pointer: coarse) {
      color: var(--white-color);

      background-color: var(--black-color);

      border-color: var(--white-color);

      img {
        filter: brightness(0) invert(1);
      }
    }
  }
}

.locations-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  opacity: 0;
  transform: translateY(60%);
  transition: all 0.4s ease-in-out 0.4s;
  position: relative;
  &:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--mid-gray);
    transition: all 0.4s ease-in-out 1.1s;
  }
}

.locations-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: var(--spacer-5) 0;
  opacity: 0;
  transform: translateY(60%);
  transition: all 0.4s ease-in-out 0.5s;
  /* This is an intentional typo caused by the typo in the markup both header and footer cta are named the same */
  /* .location-header-cta I didn't want to change the markup because of our go live date */
  .location-header-cta {
    visibility: hidden;
  }
  @media (max-width: 980px) {
    flex-direction: row;

    justify-content: space-between;

    .location-header-cta {
      visibility: visible;
    }
  }
  @media (max-width: 500px) {
    flex-direction: column;

    gap: 1.12rem;

    align-items: normal;
  }
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 10px;
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.2rem;
  @media (max-width: 980px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.location-grid-item {
  img {
    width: 100%;
    display: block;
  }
}

@media (max-width: 980px) {
  .location-grid-item {
    flex: 0 0 25%;
  }
}

@media (max-width: 480px) {
  .location-grid-item {
    flex: 0 0 100%;
  }
}

.location-grid-info {
  display: flex;
  justify-content: space-between;
  padding: 0.68rem 0 0;
  align-items: center;
  @media (max-width: 980px) {
    padding: 0.93rem 0;

    border-bottom: 1px solid var(--dark-gray);
  }
}

.location-grid-info-title {
  color: #000;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: 1.19rem;
  @media (max-width: 980px) {
    font-size: 0.89rem;

    line-height: 1.11rem;
  }
}

.location-grid-actions {
  display: flex;
  gap: 10px;
}

.location-grid-actions .virtual {
  background-image: url('/images/icons/location_grid_actions.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.location-grid-actions .gallery {
  background-image: url('/images/icons/location_grid_actions.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position-x: -30px;
  cursor: pointer;
}

.location-row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2rem 2rem 2rem 0;
  position: relative;
  &:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--mid-gray);
    transition: all 0.4s ease-in-out 0.8s;
  }
  .location-row-content {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    @media (max-width: 1250px) {
      flex-direction: column;

      gap: 1rem;

      padding-left: 1rem;
    }
    @media (max-width: 980px) {
      flex-direction: column;

      gap: 1rem;

      padding-left: 0;
    }
  }
  .location-row-actions,
    .location-row-name,
    .location-row-description {
    flex: 1;
    width: 100%;
  }
  &:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--mid-gray);
    transition: width 0.4s;
  }
  &:hover {
    &:before {
      width: 100%;
    }
  }
  @media (max-width: 980px) {
    align-items: flex-start;

    flex-direction: column;

    padding: 2.45rem 0;

    border-top: none;

    border-bottom: 1px solid var(--mid-gray);

    &:first-child {
      padding-top: 0;
    }
  }
}

.location-row-image {
  flex: 0 0 25%;
  @media (max-width: 1250px) {
    flex: 0 0 50%;
  }
  @media (max-width: 980px) {
    flex-basis: 100%;

    width: 100%;

    img {
      width: 100%;
      height: auto;
      margin-bottom: var(--spacer);
    }
  }
}

.location-row-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1.12rem;
  flex: 0 0 25%;
  @media (max-width: 1250px) {
    justify-content: flex-start;
  }
}

.location-row-name {
  flex: 0 0 25%;
  padding-left: 1rem;
  @media (max-width: 1250px) {
    padding-left: 0;
  }
  @media (max-width: 768px) {
    margin-bottom: 1.05rem;
  }
}

.location-row-description {
  flex: 0 0 25%;
  padding: 0 var(--spacer);
  @media (max-width: 1250px) {
    padding: 0;
  }
  @media (max-width: 980px) {
    margin-bottom: 1.96rem;

    padding: 0;
  }
}

.location-row-name-value {
  font-weight: var(--font-weight-normal);
  font-size: 2.25rem;
  font-style: normal;
  color: var(--black-color);
  line-height: 2.7rem;
  letter-spacing: -0.03rem;
}

.location-row-description-value {
  font-size: var(--title-font-size);
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: 1.23rem;
  color: var(--black-color);
}

.location-row-action-btn {
  color: var(--black-color);
  font-size: 0.89rem;
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: 0.93rem;
  text-transform: uppercase;
  text-wrap: nowrap;
  padding: 0.97rem 1.94rem;
  border-radius: 2.35rem;
  border: 1px solid var(--black-color);
  &:hover {
    color: var(--white-color);
    background-color: var(--black-color);
    border-color: var(--white-color);
  }
  &.active {
    color: var(--black-color);
    background: var(--gold-color);
    border: none;
  }
}

.location-action-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5rem 0 2.93rem;
  opacity: 0;
  transform: translateY(150%);
  transition: all 0.4s ease-in-out 0.3s;
  &:before {
    z-index: 1;
    content: '';
    width: 10%;
    height: 100%;
    position: absolute;
    right: 40%;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 8.12%, rgba(255, 255, 255, 0.77) 27.08%, #FFF 52.87%);
  }
  @media (max-width: 980px) {
    flex-direction: column-reverse;

    align-items: flex-start;

    gap: 2rem;

    margin: 2rem -1.75rem 2rem 0;

    &:before {
      display: none;
    }
  }
}

.locations-filters {
  position: relative;
  display: flex;
  gap: 1.23rem;
  flex: 0 0 60%;
  padding: 15px 10% 15px 0;
  justify-items: center;
  align-content: center;
  align-items: center;
  overflow-x: auto;
  @media (max-width: 980px) {
    padding-right: 1.75rem;

    width: 100%;
  }
}

.locations-filter-btn {
  padding: 0.975rem 1.94rem;
  border-radius: 2.35rem;
  border: 1px solid var(--black-color);
  color: var(--black-color);
  font-size: 0.89rem;
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: 0.93rem;
  text-transform: uppercase;
  text-wrap: nowrap;
  &:hover {
    @media not (pointer: coarse) {
      color: var(--white-color);

      background-color: var(--black-color);

      border-color: var(--white-color);
    }
  }
  &.active {
    color: var(--black-color);
    background: var(--gold-color);
    border: none;
  }
}

.locations-cta {
  color: var(--black-color);
  font-size: var(--base-font-size);
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 0.75rem 1.5rem;
  border-radius: 1.82rem;
  border: 1.33px solid var(--black-color);
  background: var(--white-color);
  transition: color 0.5s ease;
  &:hover {
    @media not (pointer: coarse) {
      color: var(--white-color);

      background-color: var(--black-color);

      border-color: var(--white-color);
    }
  }
}

.view-switcher {
  display: flex;
  gap: 3rem;
  flex: 0 0 25%;
  justify-content: flex-end;
  align-items: center;
  .label {
    color: var(--black-color);
    font-family: var(--font-family-descriptors);
    font-size: 1.08rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 1.14rem;
    text-transform: uppercase;
  }
  @media (max-width: 980px) {
    gap: 2.86rem;

    flex-basis: 100%;

    .label {
      font-size: 1.04rem;
      font-style: normal;
      font-weight: var(--font-weight-normal);
      line-height: 1.09rem;
    }
  }
}

.view-switcher-list,
.view-switcher-grid,
.view-switcher-map {
  cursor: pointer;
  display: flex;
  gap: 0.42rem;
  color: var(--dark-gray);
}

.view-switcher-list.active,
.view-switcher-grid.active,
.view-switcher-map.active {
  color: var(--black-color);
}

html[dir="rtl"] {
  .location-action-bar {
    &:before {
      right: 50%;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 8.12%, rgba(255, 255, 255, 0.77) 27.08%, #FFF 52.87%);
    }
  }
  .locations-filters {
    padding: 15px 0 15px 10%;
  }
  @media (max-width: 980px) {
    .location-action-bar {
      margin: 2rem 0 2rem -1.75rem;
      &:before {
        display: none;
      }
    }

    .locations-filters {
      padding-right: 0;
      padding-left: 1.75rem;
    }
  }
}

.animated {
  .locations-header {
    opacity: 1;
    transform: translateY(0);
  }
  .location-action-bar {
    opacity: 1;
    transform: translateY(0);
  }
  .locations-list {
    opacity: 1;
    transform: translateY(0);
  }
  .locations-footer {
    opacity: 1;
    transform: translateY(0);
  }
  .location-row {
    &:after {
      width: 100%;
    }
  }
  .locations-list {
    &:after {
      width: 100%;
    }
  }
}

.modal-carousel {
  width: 100%;
  .indicators {
    visibility: hidden;
    display: none;
    margin: 0 auto;
    width: 50%;
    height: 15px;
    align-items: center;
    justify-content: space-around;
    gap: var(--spacer);
    @media screen and (max-width: 980px) {
      display: flex;

      visibility: visible;
    }
    span {
      display: block;
      border-radius: 10px;
      width: 6px;
      height: 6px;
      background: var(--mid-gray);
      &.active {
        background: var(--black-color);
      }
    }
  }
  & > ul.gallery-wrapper {
    display: flex;
    gap: var(--spacer-6);
    padding: var(--spacer-6);
    align-items: center;
    flex-direction: row;
    @media screen and (max-width: 980px) {
      gap: var(--spacer);
    }
    & > li {
      display: flex;
      min-height: 50vh;
      aspect-ratio: 16/9;
      position: relative;
      transition: 0.3s;
      @media screen and (max-width: 980px) {
        min-width: 100%;

        flex-basis: 100%;
      }
      & > img {
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        min-width: 100%;
        transition: 0.3s;
      }
      &:hover {
        transform: scale(1.1);
        transition: 0.3s;
        @media screen and (max-width: 980px) {
          transform: scale(1.1);
        }
      }
    }
  }
}

html[dir="rtl"] .modal-carousel {
  & > ul {
    flex-direction: row-reverse;
  }
}

.gallery-modal {
  height: calc(100vh - 90px);
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  display: none;
  &.active {
    display: flex;
    visibility: visible;
  }
  #close {
    position: fixed;
    top: 86px;
    right: 36px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 9101;
    cursor: pointer;
    @media screen and (max-width: 980px) {
      width: 30px;

      font-size: 15px;
    }
  }
  &.no-cursor {
    cursor: none;
    #close {
      cursor: none;
    }
    #prev-button, #next-button {
      cursor: none;
    }
  }
}

.modal-wrapper {
  background: #ffffff7f;
  width: 100%;
  padding: var(--spacer) var(--spacer-4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  h2 {
    font-size: 11.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 88.025%;
    position: fixed;
    top: 50px;
    z-index: -1;
    &.bottom {
      top: initial;
      bottom: 50px;
    }
    @media screen and (max-width: 980px) {
      font-size: 5rem;
    }
  }
  img {
    width: 100%;
  }
  #prev-button, #next-button {
    position: fixed;
    bottom: 45px;
    right: 105px;
    width: 39px;
    height: 29px;
    cursor: pointer;
    @media screen and (max-width: 980px) {
      display: none;

      visibility: hidden;
    }
  }
  #next-button {
    right: 41px;
    scale: -1 1;
  }
}

.cursor-image {
  position: fixed;
  width: 186px;
  height: 186px;
  pointer-events: none;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 200px;
  z-index: 9100;
  -o-object-fit: contain;
     object-fit: contain;
  @media screen and (max-width: 980px) {
    visibility: hidden;

    display: none;
  }
}

html[dir="rtl"] {
  .modal-carousel {
    .indicators {
      flex-direction: row-reverse;
    }
  }
  .gallery-modal {
    #close {
      right: initial;
      left: 36px;
    }
  }
  .modal-wrapper {
    #prev-button {
      right: initial;
      left: 41px;
    }
    #next-button {
      right: initial;
      left: 105px;
    }
  }
}

section.stats-counter {
  width: 100%;
  max-width: var(--breakpoint-xl);
  background-color: var(--background-color-dark);
  color: var(--white-color);
  position: relative;
  padding: var(--spacer-7) var(--spacer-5);
  display: flex;
  align-items: center;
  @media screen and (max-width: 980px) {
    padding: 2rem;
  }
  .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: var(--grid-gap);
    grid-template-rows: auto 1fr auto;
    padding: var(--spacer-7) var(--spacer-5);
    max-width: var(--breakpoint-xl);
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    @media screen and (max-width: 768px) {
      display: flex;

      flex-direction: column;

      padding: var(--spacer-6) var(--spacer-5);
    }
  }
  .title-col {
    grid-column: 1 / span 3;
    grid-row: 1;
    align-self: start;
    padding-top: 1.7rem;
  }
  .numbers-col {
    grid-column: 5 / span 4;
    grid-row: 1;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-bottom: 2.5rem;
    @media screen and (max-width: 1440px) {
      margin-bottom: 1.5rem;
    }
    .numbers-block {
      position: relative;
      .blend-wrapper {
        position: relative;
        display: inline-block;
        z-index: 10;
        transform: translateZ(0);
        width: 600px;
        overflow: hidden;
        @media (max-width: 1024px) {
          width: 410px;
        }
        img {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 211px;
          -o-object-fit: cover;
             object-fit: cover;
          z-index: 5;
          pointer-events: none;
          image-rendering: -webkit-optimize-contrast;
        }
        h1 {
          position: relative;
          z-index: 10;
          mix-blend-mode: darken;
          -webkit-font-smoothing: antialiased;
          text-align: left;
          html[dir="rtl"] & {
            text-align: right;
          }
        }
      }
    }
  }
  .description-col {
    grid-column: 5 / span 2;
    grid-row: 2;
    justify-self: center;
  }
  h1,
  h2,
  h3 {
    position: relative;
    z-index: 20;
  }
  h1 {
    flex-grow: 1;
    mix-blend-mode: darken;
    font-size: 15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 88.025%;
    background: var(--background-color-dark);
    position: relative;
    z-index: 15;
    text-rendering: geometricPrecision;
    @media screen and (max-width: 1440px) {
      font-size: 10rem;

      font-style: normal;

      font-weight: 400;

      line-height: 88.025%;

      padding: 0;

      text-align: center;
    }
    @media screen and (max-width: 980px) {
      font-size: 8rem;
    }
    @media screen and (max-width: 360px) {
      font-size: 6rem;
    }
  }
  h2 {
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.45px;
    @media screen and (max-width: 1440px) {
      font-size: 32px;

      font-style: normal;

      font-weight: 400;

      line-height: 92.511%;
    }
  }
  h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
    @media screen and (max-width: 1440px) {
      font-size: 16px;

      font-style: normal;

      font-weight: 400;

      line-height: 20px;
    }
  }
}

html[dir="rtl"] {
  .stats-counter {
    h1 {
      line-height: 100%;
    }
    h1,
    h3 {
      padding-left: initial;
      @media screen and (max-width: 980px) {
        padding-right: initial;
      }
    }
  }
}

.features {
  margin: 0 auto;
  padding: 4rem 2rem;
  align-items: start;
  display: flex;
  gap: var(--spacer-2);
  flex-direction: column;
}

.features .features-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-3);
}

.features .features-tile {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: var(--spacer-2);
}

@media (min-width: 768px) {
  .features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
            "intro intro . . ."
            ". title tile tile tile";
  }

  .features .features-tile {
    display: grid;
    grid-area: tile;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacer-2);
  }

  .features .features-intro {
    grid-area: intro;
    width: 100%;
  }
}

.features-intro .features-title {
  font-size: var(--subtitle-font-size);
  font-family: var(--font-family-descriptors);
  text-transform: uppercase;
  font-weight: var(--font-weight-normal);
}

.features-intro .features-strapline {
  color: var(--black-color);
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-normal);
}

.features-intro .features-text {
  color: var(--black-color);
  font-size: var(--body-base-size);
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-normal);
}

.features-tile .features-tile-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  position: relative;
  background-color: var(--white-color);
}

.features-tile-item.wide {
  grid-column: 1 / -1;
}

.features-tile-item.square {
  grid-column: span 1 / span 1;
  grid-row: span 1 / span 1;
}

.features-tile .features-tile-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: var(--spacer);
  color: var(--white-color);
}

@media (min-width: 768px) {
  .features-tile .features-tile-content {
    max-width: 60%;
  }
}

.features-tile .features-tile-image {
  width: 100%;
  height: 100%;
}

.features-tile .features-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  -moz-object-fit: cover;
  -moz-object-position: center;
  -webkit-object-fit: cover;
  -webkit-object-position: center;
}

.features-tile-item.dark-text .features-tile-content {
  color: var(--black-color);
}

.features-tile-header {
  display: flex;
  align-items: center;
  gap: var(--spacer-6);
}

.features-tile-title {
  margin-bottom: 0px;
  font-size: var(--paragraph-font-size);
  font-family: var(--font-family-light);
  font-weight: var(--font-weight-normal);
}

.features-tile-text {
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--font-family-light);
  font-weight: var(--font-weight-normal);
}

.features-title-number {
  font-size: var(--subtitle-font-size);
  font-family: var(--font-family-descriptors);
  text-transform: uppercase;
  font-weight: var(--font-weight-normal);
}

.double-card {
  display: flex;
  flex-direction: row;
  align-items: top;
  gap: var(--spacer-3);
}

@media (max-width: 576px) {
  .double-card {
    flex-direction: column;
    justify-content: space-between;
  }
}

.double-card-item {
  flex: 1;
}

.double-card .double-card-title {
  font-size: var(--h3-font-size);
  font-family: var(--font-family-heading);
  margin: var(--spacer-4) 0;
}

.double-card .double-card-text {
  font-size: var(--base-font-size);
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-normal);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #9A9A9A;
}

.double-card .double-card-text p {
  padding-bottom: var(--spacer-4);
}

.double-card .double-card-text .double-card-subtitle {
  padding-bottom: 0;
}

.double-card .double-card-image {
  width: 100%;
  height: auto;
  margin: auto;
}

.gallery-cards {
  padding: 1rem;
  .section-title {
    margin-bottom: 1.5rem;
    color: var(--gold-color);
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  .title {
    margin-bottom: 2rem;
    h2 {
      margin: 0;
      color: var(--black-color);
      white-space: pre-line;
    }
  }
  .gallery-header p {
    max-width: 600px;
    margin-bottom: 50px;
    /* Not sure if this is from figma, but the text looked squished together so its commented out here */
    /* line-height: 22px;  */
    font-size: 20px;
    color: var(--black-color)
  }
}

.gallery .gallery-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacer-3);
  align-items: start;
  max-width: var(--breakpoint-xl);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .gallery .gallery-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gallery .gallery-item-title {
  margin: 2.6rem 0 .875rem;
  color: var(--black-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  /* 140% */
}

.gallery p {
  color: var(--dark-gray);
  margin-bottom: var(--spacer-5);
  font-size: var(--paragraph-font-size);
  font-weight: 400;
  /* Not sure if this is from figma, but the text looked squished together so its commented out here */
  /* line-height: 22px;  */
  /* line-height: 22px; */
  /* 110% */
}

.gallery .gallery-item-cta {
  color: var(--gold-color);
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: .7rem;
  margin-bottom: var(--spacer-5);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.gallery .gallery-item-image {
  width: 100%;
  height: auto;
  margin: auto;
}

.gallery .gallery-item-image img {
  width: 100%;
  height: auto;
  margin: auto;
}

.gallery .gallery-item-image img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.gallery-cards .gallery-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacer-3);
  margin-top: var(--spacer-4);
}

.gallery-cards {
  &.double {
    .gallery .gallery-items {
      grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 768px) {
      .gallery .gallery-items {
        grid-template-columns: repeat(1, 1fr);
      }
    }
  }
}

.promo.season {
  flex-direction: column;
  gap: 0;
}

.promo-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: var(--spacer-4) 0;
  gap: var(--spacer-4);
  box-sizing: content-box;
  width: 100%;
}

.promo-header {
  flex-basis: 50%;
}

.promo-description {
  flex-basis: 25%;
}

.promo-heading {
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-normal);
}

.promo-description {
  font-size: var(--base-font-size);
  font-weight: var(--font-weight-normal);
}

.promo-title {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-normal);
}

.promo-programs {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--spacer-4);
}

@media (min-width: 480px) {
  .promo-programs {
    grid-template-columns: repeat(2, 1fr);
  }

  .promo-info {
    flex-direction: row;
  }
}

.promo-program {
  position: relative;
}

.promo-program-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  padding: var(--spacer-4);
}

.promo-program-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-cards-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.location-cards-header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}

.location-cards-title {
  color: var(--black-color);
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: 4.5rem;
  text-align: left;
  margin-bottom: var(--spacer-6);
  white-space: pre-line;
  @media (max-width: 768px) {
    font-size: 2rem;

    line-height: 1.85rem;
  }
  [dir="rtl"] & {
    text-align: right;
  }
}

.location-cards {
  display: grid;
  width: 100%;
  gap: var(--grid-gap);
  grid-template-columns: repeat(4, 1fr);
  opacity: 0;
  transform: translateY(60%);
  transition: all 0.4s ease-in-out 0.4s;
  @media (max-width: 992px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.location-card {
  display: flex;
  flex-direction: column;
  gap: .83rem;
}

.location-card-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-card-description {
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: var(--black-color);
}

.location-cards-cta {
  flex-grow: 0;
  align-self: flex-start;
  margin:3rem 0;
}

.animated {
  .location-cards-header {
    opacity: 1;
    transform: translateY(0);
  }
  .location-cards {
    opacity: 1;
    transform: translateY(0);
  }
}

.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list li {
  padding: var(--spacer-4) 0;
  border-bottom: 1px solid var(--mid-gray);
  font-size: var(--base-font-size);
  color: var(--black-color);
  line-height: 20px;
}

.meet-the-team .container {
  padding: 78px 0 56px 0;
}

.meet-the-team__title {
  margin-bottom: 3.6rem;
  @media (max-width: 768px) {
    font-size: var( --font-size-2-5);

    line-height: var( --font-size-2-5);
  }
}

.meet-the-team__list {
  display: flex;
  flex-direction: column;
  gap: 1.54rem;
  .meet-the-team__member:first-child {
    border-top: 1px solid var(--mid-gray);
    padding-top: 1.54rem;
  }
}

.meet-the-team__member {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr auto;
  align-items: center;
  gap: var(--grid-gap);
  padding-bottom: 40px;
  border-bottom: 1px solid var(--mid-gray);
  @media (max-width: 768px) {
    grid-template-columns: 1fr;

    gap: 16px;

    padding-bottom: 24px;
  }
}

.meet-the-team__photo img {
  width: 100%;
  max-width: 200px;
  height: 216px;
  -o-object-fit: cover;
     object-fit: cover;
}

.meet-the-team__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.meet-the-team__label {
  font-size: 12px;
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  color: var(--dark-gray);
}

.meet-the-team__name {
  font-size: var(--heading-font-size);
  font-weight: var(--font-weight-normal);
  margin: 0;
  color: var(--black-color);
}

.meet-the-team__role {
  font-size: 1.11rem;
  font-weight: var(--font-weight-normal);
  color: var(--black-color);
}

.meet-the-team__description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.meet-the-team__description p {
  font-size: 1.12rem;
  line-height: 1.22;
  color: var(--black-color);
}

.meet-the-team__linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.meet-the-team__linkedin a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.meet-the-team__linkedin img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Partners list styles */

.partners-section {
  color: var(--black-color);
  .container {
    padding: 78px 0 104px 0;
  }
  .section-title {
    font-size: var(--heading-font-size);
    margin-bottom: 3rem;
  }
  .intro {
    font-size: var(--h6-font-size);
    line-height: 1.11rem;
    margin-bottom: 86px;
    max-width: 40ch;
  }
  .partners-list {
    display: flex;
    flex-direction: column;
    .partner-item:first-child {
      border-top: 1px solid var(--dark-gray);
    }
  }
  .partner-item {
    display: grid;
    grid-template-columns: 1fr 2fr 3fr auto;
    gap: 24px;
    align-items: start;
    padding: 1.54rem 0 1.54rem 0;
    border-bottom: 1px solid var(--dark-gray);
    @media (max-width: 768px) {
      grid-template-columns: 1fr;

      gap: 16px;
    }
  }
  .partner-image img {
    width: 100%;
    max-width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .label {
    font-size: 11px;
    font-family: var(--font-family-descriptors);
    text-transform: uppercase;
    color: var(--dark-gray);
    margin-bottom: 23px;
  }
  .partner-name {
    font-size: var(--heading-font-size);
  }
  .partner-details {
    .label {
      margin-bottom: 8px;
    }
    .partner-description {
      font-size: 16px;
      line-height: 1.09rem;
    }
  }
}

.promo {
  display: flex;
  gap: var(--spacer-8);
}

.section__title {
  font-size: var( --subtitle-font-size);
  color: var(--text-color);
  line-height: var(--subtitle-font-size);
  padding-bottom: 24px;
  text-transform: uppercase;
}

.section.promo-home {
  padding: 3rem 2rem;
  .section__title {
    font-size: var(--font-size-1-5);
    color: var(--gold-color);
  }
  .gallery-item-cta {
    font-size: var(--font-size-1-25);
    color: var(--gold-color);
  }
  h5 {
    font-size: var( --font-size-1-5);
    text-transform: none;
  }
  h2 {
    white-space: pre-line;
  }
}

.section__title.variant1 {
  font-family: var(--font-family-descriptors);
}

.section__wrapper .section__title {
  @media (min-width: 768px) {
    padding-bottom: 116px;
  }
}

.promo__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-6);
}

.promo__content img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.promo__title {
  color: var(--text-color);
  margin-bottom: 0;
  @media (min-width: 576px) {
    font-size: var(--h3-font-size);

    line-height: var(--h3-font-size);
  }
}

.promo__list,
.promo__text {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-4);
  align-items: flex-start;
}

@media (max-width: 768px) {
  .promo {
    h2 {
      font-size: var(--heading-font-size);
      line-height: var(--heading-font-size);
    }
  }
}

@media (max-width: 480px) {
  .promo {
    flex-direction: column;
    gap: var(--spacer-4);
  }

  .promo__content {
    flex: 1;
  }

  .promo__list,
    .promo__text {
    flex: 1;
  }
}

.promo__content,
.promo__list,
.promo__text {
  flex: 1;
}

.promo__intro__text {
  font-size: var(--h4-font-size);
  color: var(--black-color);
  line-height: var(--h4-font-size);
}

.with-border {
  border-top: 1px solid var(--mid-gray);
  padding-top: var(--spacer-5);
  padding-bottom: var(--spacer-5);
}

.spotlight-item {
  display: grid;
  grid-template-columns: minmax(min(430px, 100%), 1fr) 1fr;
  gap: var(--spacer-5);
  position: relative;
  width: 100%;
  max-width: var(--breakpoint-xl);
  margin: 0 auto;
  align-items: start;
  padding: 2rem;
}

.spotlight-item__description {
  color: var(--white-color);
  padding-top: var(--spacer);
  display: flex;
  flex-direction: column;
  gap: var(--spacer-3);
  z-index: 2;
  h2 {
    margin-bottom: var(--spacer-8);
  }
  p {
    font-size: var(--font-size-1-5);
    max-width: min(430px, 100%);
    width: 100%;
  }
}

.spotlight-item__image {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-us-cta {
  color: var(--gold-color);
  font-size: var(--font-size-1-5);
}

/* Mobile layout */

@media (max-width: 768px) {
  .spotlight-item {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--spacer-4);
  }

  .spotlight-item__image {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .spotlight-item__description {
    width: 100%;
    padding: 0;
    gap: var(--spacer-3);
    h2 {
      font-size: var(--heading-font-size);
      margin-bottom: var(--spacer-2);
    }
    p {
      font-size: var(--base-font-size);
    }
  }

  .contact-us-cta {
    font-size: var(--base-font-size);
  }
}

.video-section {
  width: 100%;
}

.video-container {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .play-button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .video-pause-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(13px);
            backdrop-filter: blur(13px);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    &.hidden {
      display: none;
    }
  }
  @media (max-width: 768px) {
    .video-pause-button {
      width: 75px;
      height: 75px;
    }
  }
  .video-pause-button span {
    color: #fff;
    font-size: 16.147px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 15.25px;
    text-transform: uppercase;
  }
  .video-pause-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
  }
  .video-pause-button.hidden {
    display: none;
  }
  .controls {
    position: absolute;
    bottom: 10px;
    left: 60px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
    &.hidden {
      display: none;
    }
    .control {
      background: none;
      border: none;
      cursor: pointer;
      color: white;
      font-size: 24px;
      transition: all 0.3s ease;
      background-size: 20px;
      width: 40px;
      height: 40px;
      display: block;
      &:hover {
        transform: scale(1.1);
      }
    }
    .play-pause-button {
      background: url('/images/icons/video_paused.svg') no-repeat center center;
      &.paused {
        background: url('/images/icons/video_play.svg') no-repeat center center;
      }
    }
    .volume-button {
      background: url('/images/icons/video_mute.svg') no-repeat center center;
      &.muted {
        background: url('/images/icons/video_muted.svg') no-repeat center center;
      }
    }
  }
}

.accommodations-section {
  width: 100%;
  max-width: var(--breakpoint-xl);
  margin: 0 auto;
  background-color: var(--white-color);
  .accommodations-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.75rem;
    @media (max-width: 980px) {
      flex-direction: column;

      gap: 2rem;

      padding-bottom: 2rem;

      align-items: flex-start;
    }
  }
  .accommodations-title {
    color: var(--black-color);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 2.7rem;
    letter-spacing: -0.03rem;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
    @media (max-width: 980px) {
      font-size: 2rem;

      line-height: 1.85rem;
    }
  }
  .accommodations-view-switchers {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
  .accommodations-view-switcher {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 0.4rem;
    color: var(--dark-gray);
    font-family: var(--font-family-descriptors);
    font-size: 1rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 1.14rem;
    text-transform: uppercase;
    &.active {
      color: var(--black-color);
    }
    @media (max-width: 980px) {
      line-height: 1.09rem;
    }
  }
  .accommodations-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out 0.3s;
    position: relative;
    &:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 0;
      height: 1px;
      background-color: var(--mid-gray);
      transition: all 0.4s ease-in-out 0.8s;
    }
  }
  .accommodation-row {
    display: flex;
    align-items: center;
    padding: 2rem 0 2rem 0;
    position: relative;
    &:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: var(--mid-gray);
      transition: all 0.4s ease-in-out 0.8s;
    }
    &:before {
      content: '';
      z-index: -1;
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      background-color: var(--mid-gray);
      transition: width 0.4s;
    }
    &:hover {
      &:before {
        width: 100%;
      }
    }
    @media (max-width: 980px) {
      width: 100%;

      display: flex;

      flex-direction: column;

      align-items: flex-start;

      padding: 2.45rem 0;

      border-top: none;

      &:first-child {
        padding-top: 0;
        &:after {
          display: none;
        }
      }
    }
  }
  .accommodation-row-image,
    .accommodation-row-name,
    .accommodation-row-details,
    .accommodation-row-actions {
    flex: 1;
    width: 100%;
  }
  .accommodation-row-image {
    flex: 0 0 25%;
    @media (max-width: 980px) {
      img {
        width: 100%;
        height: auto;
        margin-bottom: var(--spacer);
      }
    }
  }
  .accommodation-row-actions {
    display: flex;
    justify-content: flex-end;
    gap: 1.12rem;
    flex: 0 0 25%;
    @media (max-width: 980px) {
      justify-content: flex-start;
    }
    @media (max-width: 480px) {
      flex-direction: column;
    }
  }
  .accommodation-row-name {
    flex: 0 0 32%;
    padding: 0 var(--spacer);
    @media (max-width: 980px) {
      margin-bottom: 1.55rem;

      padding: 0;
    }
  }
  .accommodation-row-details {
    padding: 0 var(--spacer);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    flex: 0 0 18%;
    @media (max-width: 980px) {
      padding: 0;

      margin-bottom: 1.55rem;

      flex-basis: 100%;
    }
  }
  .accommodation-row-details-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
    span {
      color: var(--dark-gray);
      font-size: 1.3rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.36rem;
    }
  }
  .accommodation-row-name-value {
    font-weight: var(--font-weight-normal);
    font-size: 2.25rem;
    font-style: normal;
    color: var(--black-color);
    line-height: 2.7rem;
    letter-spacing: -0.03rem;
  }
  .accommodation-row-action-btn {
    padding: 0.97rem 1.94rem;
    border-radius: 2.35rem;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    font-size: 0.89rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 0.93rem;
    text-transform: uppercase;
    text-wrap: nowrap;
    &:hover {
      color: var(--white-color);
      background-color: var(--black-color);
      border-color: var(--white-color);
    }
  }
  .accommodations-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 10px;
    grid-column-gap: 1.13rem;
    grid-row-gap: 1.2rem;
    @media (max-width: 980px) {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .accommodation-grid-item {
    img {
      width: 100%;
      display: block;
    }
    @media (max-width: 980px) {
      flex: 0 0 25%;
    }
    @media (max-width: 480px) {
      flex: 0 0 100%;
    }
  }
  .accommodation-grid-info {
    display: flex;
    justify-content: space-between;
    padding: 0.68rem 0 0;
    align-items: center;
    @media (max-width: 980px) {
      padding: 0.93rem 0;

      border-bottom: 1px solid var(--dark-gray);
    }
  }
  .accommodation-grid-info-title {
    color: #000;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 1.19rem;
    @media (max-width: 980px) {
      font-size: 0.89rem;

      line-height: 1.11rem;
    }
  }
  .accommodation-grid-actions {
    display: flex;
    gap: 10px;
  }
  .accommodation-grid-actions .virtual {
    background-image: url('/images/icons/location_grid_actions.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .accommodation-grid-actions .gallery {
    background-image: url('/images/icons/location_grid_actions.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position-x: -30px;
    cursor: pointer;
  }
}

html[dir="rtl"] {
  .accommodations-section {
    .accommodations-view-switcher,
        .accommodation-row-description-title {
      font-family: DINNextLTArabic;
    }
  }
}

.animated {
  .accommodations-title {
    opacity: 1;
    transform: translateY(0);
  }
  .accommodations-list {
    opacity: 1;
    transform: translateY(0);
    &:after {
      width: 100%;
    }
  }
  .accommodation-row {
    &:after {
      width: 100%;
    }
  }
}

.inline-panorama {
  position: relative;
  width: 100%;
  padding: 0;
  max-width: 100%;
  .inline-panorama-preview {
    width: 100%;
    height: auto;
  }
  .inline-panorama-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inline-panorama-cta {
    border: 1px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color);
    &:hover {
      background-color: var(--white-color);
      color: var(--black-color);
    }
  }
}

.inline-panorama::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  transition: background-color 0.3s ease;
}

.inline-panorama::before:hover {
  background-color: rgba(0, 0, 0, 0);
}

.fullscreen-panorama {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  height: 0;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  pointer-events: none;
  &.open {
    display: block;
    height: 100vh;
    opacity: 1;
    pointer-events: auto;
  }
  .fullscreen-panorama-viewer {
    width: 100%;
    height: 100vh;
  }
  .fullscreen-panorama-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    height: 60px;
  }
  .fullscreen-panorama-logo {
    color: white;
    cursor: pointer;
    width: 200px;
    height: 60px;
    background: url('/images/icons/logo-white.svg') no-repeat center center;
  }
  .fullscreen-panorama-close {
    cursor: pointer;
    color: var(--white-color);
    font-size: var(--h3-font-size);
    height: 40px;
    width: 40px;
    &:hover {
      opacity: 0.8;
      color: var(--white-color);
    }
  }
  .psv-navbar--open {
    display: none;
  }
}

.section.form-temp-placeholder {
  padding: 5rem 2rem;
  width: 100%;
  max-width: var(--breakpoint-xl);
  background: var(--white-color);
  @media (max-width: 980px) {
    padding: 3.5rem 1.75rem;

    overflow: hidden;
  }
  .contact-form {
    width: 100%;
  }
  .contact-form-header {
    display: none;
  }
  .favourited-group {
    border: none;
  }
  .contact-form-title {
    color: #000;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 2.7rem;
    letter-spacing: -0.03rem;
    padding-bottom: 4.5rem;
    border-bottom: 1px solid var(--dark-gray);
    width: 70%;
    @media (max-width: 980px) {
      width: 100%;

      font-size: 2rem;

      line-height: 1.85rem;
    }
  }
  .input-group {
    width: 70%;
    border-bottom: 1px solid var(--dark-gray);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    padding: 0.9rem 0;
    position: relative;
    @media (max-width: 980px) {
      width: 100%;
    }
  }
  .textarea-group {
    width: 70%;
    border-bottom: 1px solid var(--dark-gray);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1.32rem 0;
    position: relative;
    .invalid-img,
        .valid-img {
      position: absolute;
      top: 1.32rem;
      right: 0;
    }
    @media (max-width: 980px) {
      width: 100%;
    }
  }
  .form-group-label {
    color: var(--dark-gray);
    font-size: 1.13rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 1.25rem;
    flex: 0 0 auto;
  }
  .form-group-input {
    flex: 0 0 70%;
    border: none;
    outline: none;
    &:focus,
        &:focus-visible {
      outline: none;
      box-shadow: none;
    }
  }
  .form-group-textarea {
    flex: 0 0 100%;
    border: none;
    resize: none;
    &:focus,
        &:focus-visible {
      outline: none;
      box-shadow: none;
    }
  }
  .button-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.09rem;
  }
  .input-group.invalid,
    .textarea-group.invalid {
    border-bottom: 1px solid var(--red-color);
    .form-group-label {
      color: var(--red-color);
    }
    .invalid-img {
      display: flex;
    }
  }
  .input-group.valid,
    .textarea-group.valid {
    border-bottom: 1px solid var(--green-color);
    .form-group-label {
      color: var(--green-color);
    }
    .valid-img {
      display: flex;
    }
  }
  .invalid-img,
    .valid-img {
    display: none;
    position: absolute;
    top: 1.32rem;
    right: 0;
  }
  .contact-form-success-message {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 11.72rem;
    h3 {
      max-width: 40rem;
      color: var(--black-color);
      font-size: 5.05rem;
      font-style: normal;
      font-weight: var(--font-weight-normal);
      line-height: 5.25rem;
      letter-spacing: -0.03rem;
    }
    p {
      max-width: 24rem;
      color: var(--black-color);
      font-size: 1.13rem;
      font-style: normal;
      font-weight: var(--font-weight-normal);
      line-height: 1.25rem;
    }
    @media (max-width: 980px) {
      gap: 8rem;

      h3 {
        max-width: 100%;
        font-size: 2rem;
        line-height: 1.85rem;
      }

      p {
        max-width: 100%;
        font-size: 1rem;
        line-height: 1.23rem;
      }
    }
  }
}

html[dir="rtl"] {
  .invalid-img,
    .valid-img {
    top: 1.32rem;
    left: 0;
    right: auto;
  }
  .textarea-group {
    .invalid-img,
        .valid-img {
      top: 1.32rem;
      left: 0;
      right: auto;
    }
  }
}

.banner-scroll {
  overflow: hidden;
  min-width: 100%;
  position: sticky;
  top: 0;
  border-bottom: solid 1px var(--black-color);
  ul {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    transform: translateX(100%);
    animation: banner-animation calc(var(--banner-speed) * 1s) linear infinite;
    animation-play-state: running;
    min-width: 100%;
    &:hover {
      animation-play-state: paused;
    }
    li {
      text-wrap: nowrap;
      display: inline-block;
      pointer-events: none;
      padding: 0 var(--spacer-2);
      position: relative;
      &::before {
        content: "";
        width: 1px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 50%;
        background: var(--black-color);
        translate: 0 -50%;
      }
    }
  }
}

html[dir="rtl"] {
  .banner-scroll {
    ul {
      animation: banner-animation-ar calc(var(--banner-speed) * 1s) linear infinite;
      &:hover {
        animation-play-state: paused;
      }
    }
  }
}

@keyframes banner-animation {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes banner-animation-ar {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

.section.news-signup-section {
  width: 100vw;
  background-color: var(--gold-color);
  .news-signup-content {
    width: 100%;
    max-width: var(--breakpoint-xl);
    padding: 0 2rem;
    margin: 0 auto;
    display: flex;
    @media (max-width: 1280px) {
      flex-direction: column-reverse;

      padding: 0;
    }
    @media (max-width: 1440px) {
      padding-right: 0;
    }
  }
  .news-signup-form-block {
    flex: 1 1 48%;
    padding: 3.9rem 8rem 3.9rem 0;
    display: flex;
    flex-direction: column;
    background: var(--gold-color);
    @media (max-width: 1280px) {
      padding: 3.5rem 2rem;
    }
  }
  .news-signup-form-header {
    color: #000;
    font-size: 5.05rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 5.26rem;
    letter-spacing: -0.03rem;
    padding-bottom: 5rem;
    @media (max-width: 768px) {
      font-size: 2rem;

      line-height: 1.85rem;

      padding-bottom: var(--spacer-6);
    }
  }
  .news-signup-form-description {
    color: #000;
    font-size: 1.19rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 1.25rem;
    padding-bottom: 5rem;
    @media (max-width: 768px) {
      padding-bottom: var(--spacer-6);
    }
  }
  .news-signup-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.17rem;
  }
  .news-signup-content-group {
    display: none;
  }
  .news-signup-input {
    background: var(--gold-color);
    padding: 0.88rem 0;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #000;
    &::-moz-placeholder {
      color: #000;
      font-size: 1.13rem;
      font-style: normal;
      font-weight: var(--font-weight-normal);
      line-height: 1.25rem;
    }
    &::placeholder {
      color: #000;
      font-size: 1.13rem;
      font-style: normal;
      font-weight: var(--font-weight-normal);
      line-height: 1.25rem;
    }
    &:focus,
        &:focus-visible {
      outline: none;
    }
  }
  .news-signup-button {
    background: var(--gold-color);
    &:hover {
      background: var(--black-color);
      border-color: var(--black-color);
    }
  }
  .news-signup-success-message {
    display: none;
    min-height: 10.7rem;
    p {
      color: #000;
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1.79rem;
    }
  }
  .news-signup-image-block {
    flex: 1 1 52%;
    display: flex;
  }
  .news-signup-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}

html[dir="rtl"] {
  .news-signup-content {
    .news-signup-form-block {
      padding: 3.9rem 0rem 3.9rem 8rem;
      @media (max-width: 768px) {
        padding: 3.5rem 1.75rem;
      }
    }
  }
}

.news-list-section {
  width: 100%;
  max-width: var(--breakpoint-xl);
  padding: 3.97rem 1.97rem;
  margin: 0 auto;
  @media (max-width: 980px) {
    padding: 3.5rem 1.75rem;
  }
  .news-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out 0.3s;
    position: relative;
    &:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 0;
      height: 1px;
      background-color: var(--mid-gray);
      transition: all 0.4s ease-in-out 0.8s;
    }
  }
  .news-row {
    display: flex;
    align-items: center;
    padding: 2rem 2rem 2rem 0;
    position: relative;
    &:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: var(--mid-gray);
      transition: all 0.4s ease-in-out 0.8s;
    }
    &:before {
      content: '';
      z-index: -1;
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      background-color: var(--mid-gray);
      transition: width 0.4s;
    }
    &:hover {
      &:before {
        width: 100%;
      }
    }
    @media (max-width: 980px) {
      width: 100%;

      display: flex;

      flex-direction: column;

      align-items: flex-start;

      padding: 2.45rem 0;

      border-top: none;

      border-bottom: 1px solid var(--dark-gray);

      &:first-child {
        padding-top: 0;
      }
    }
  }
  .news-row-image,
    .news-row-name,
    .news-row-description,
    .news-row-actions {
    width: 100%;
  }
  .news-row-image {
    flex: 0 0 25%;
    img {
      min-height: 9.59rem;
      width: auto;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
    }
    @media (max-width: 980px) {
      img {
        width: 100%;
        height: auto;
        margin-bottom: var(--spacer);
      }
    }
  }
  .news-row-name {
    flex: 0 0 25%;
    padding: 0 var(--spacer);
    @media (max-width: 980px) {
      margin-bottom: 1.55rem;

      padding: 0;
    }
  }
  .news-row-name-value {
    color: var(--black-color);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 2.7rem;
    letter-spacing: -0.03rem;
  }
  .news-row-description {
    flex: 0 0 25%;
    padding: 0 var(--spacer);
    @media (max-width: 980px) {
      margin-bottom: 1.55rem;

      flex-basis: 100%;

      padding: 0;
    }
  }
  .news-row-description-value {
    color: var(--black-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 1.23rem;
  }
  .news-row-actions {
    display: flex;
    justify-content: flex-end;
    gap: 1.12rem;
    @media (max-width: 980px) {
      justify-content: flex-start;
    }
  }
  .news-row-action-btn {
    padding: 0.97rem 1.94rem;
    border-radius: 2.35rem;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    font-size: 0.89rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 0.94rem;
    text-transform: uppercase;
    transition: color 0.5s ease;
    text-wrap: nowrap;
    &:hover {
      color: var(--white-color);
      background-color: var(--black-color);
      border-color: var(--white-color);
    }
  }
  .news-list-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out 0.7s;
  }
}

.animated {
  .accommodations-title {
    opacity: 1;
    transform: translateY(0);
  }
  .news-list {
    opacity: 1;
    transform: translateY(0);
    &:after {
      width: 100%;
    }
  }
  .news-row {
    &:after {
      width: 100%;
    }
  }
  .news-list-footer {
    opacity: 1;
    transform: translateY(0);
  }
}

.latest-news-section {
  width: 100%;
  max-width: var(--breakpoint-xl);
  padding: var(--spacer-8) 0;
  margin: 0 auto;
  @media (max-width: 980px) {
    padding: 3.5rem 2rem;
  }
  .latest-news-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 0;
    gap: 2rem;
  }
  .latest-news-title {
    color: var(--black-color);
    font-size: 5rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 2.7rem;
    letter-spacing: -0.03rem;
    @media (max-width: 980px) {
      font-size: 2rem;

      line-height: 1.85rem;
    }
  }
  .latest-news-button {
    border-radius: 2.35rem;
    border: 1px solid var(--black-color);
    padding: 0.97rem 1.94rem;
    color: var(--black-color);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.94rem;
    &:hover {
      color: var(--white-color);
      background-color: var(--black-color);
      border-color: var(--white-color);
    }
  }
  .latest-news-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  .news-row {
    display: flex;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid var(--dark-gray);
    &:last-child {
      border-bottom: 1px solid var(--dark-gray);
    }
    @media (max-width: 980px) {
      width: 100%;

      display: flex;

      flex-direction: column;

      align-items: flex-start;

      padding: 2.45rem 0;

      border-top: none;

      border-bottom: 1px solid var(--dark-gray);

      &:first-child {
        padding-top: 0;
      }
    }
  }
  .news-row-image,
    .news-row-name,
    .news-row-description,
    .news-row-actions {
    width: 100%;
  }
  .news-row-image {
    flex: 0 0 25%;
    img {
      min-height: 9.59rem;
      width: auto;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
    }
    @media (max-width: 980px) {
      img {
        width: 100%;
        height: auto;
        margin-bottom: var(--spacer);
      }
    }
  }
  .news-row-name {
    flex: 0 0 25%;
    padding: 0 var(--spacer);
    @media (max-width: 980px) {
      margin-bottom: 1.55rem;

      padding: 0;
    }
  }
  .news-row-name-value {
    color: var(--black-color);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 2.7rem;
    letter-spacing: -0.03rem;
  }
  .news-row-description {
    flex: 0 0 25%;
    padding: 0 var(--spacer);
    @media (max-width: 980px) {
      margin-bottom: 1.55rem;

      flex-basis: 100%;

      padding: 0;
    }
  }
  .news-row-description-value {
    color: var(--black-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 1.23rem;
  }
  .news-row-actions {
    display: flex;
    justify-content: flex-end;
    gap: 1.12rem;
    @media (max-width: 980px) {
      justify-content: flex-start;
    }
  }
  .news-row-action-btn {
    padding: 0.97rem 1.94rem;
    border-radius: 2.35rem;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    font-size: 0.89rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 0.94rem;
    text-transform: uppercase;
    transition: color 0.5s ease;
    text-wrap: nowrap;
    &:hover {
      color: var(--white-color);
      background-color: var(--black-color);
      border-color: var(--white-color);
    }
  }
}

.two-column-wrapper {
  padding: 2rem 0 8rem 0;
}

.two-column-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: var(--grid-gap);
}

.two-column-header {
  grid-column: 1 / span 3;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.two-column-title {
  color: var(--gold-color);
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: .78rem;
}

.two-column-text {
  color: var(--black-color);
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
}

.two-column-body {
  grid-column: 6 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  .two-column-text {
    font-size: var(--h5-font-size);
    color: var(--black-color);
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 1440px) {
  .two-column-wrapper {
    padding: 4rem 2rem;
  }

  .two-column-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .two-column-header,
  .two-column-body {
    grid-column: auto;
    width: 100%;
  }

  .two-column-text {
    font-size: 2.5rem;
  }

  .two-column-body {
    gap: 1.5rem;
  }

  .two-column-body p {
    font-size: 1rem;
  }
}

/* Small Mobile Styles */

@media (max-width: 480px) {
  .two-column-wrapper {
    padding: 2rem 1rem;
  }

  .two-column-text {
    font-size: 2rem;
  }
}

/* Main Navigation */

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000;
  transition: all 0.3s;
}

body.flyout-open .main-nav {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Adjust nav position when scroll banner is present */

body.has-scroll-banner .main-nav {
  top: 48px;
  /* Match banner height */
}

body.has-scroll-banner .flyout-nav {
  top: 126px;
  /* Match banner height */
  @media (max-width: 1024px) {
    height: calc(100% - 146px);

    overflow: auto;

    top: 120px;
  }
}

/* Prevent scrolling when flyout is open on mobile */

@media (max-width: 768px) {
  body.flyout-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }

  /* Adjust main content to prevent jump when scrollbar disappears */

  body.flyout-open main {
    padding-right: var(--scrollbar-width, 15px);
  }

  html[dir="rtl"] body.flyout-open main {
    padding-left: var(--scrollbar-width, 15px);
    padding-right: 0;
  }
}

.main-nav.flyout-open {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.nav-container {
  max-width: var(--breakpoint-xl);
  width: 100%;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 210px;
  overflow: hidden;
  transition: all 0.3s;
  &.scrolled {
    width: 47px;
  }
  @media (max-width: 568px) {
    width: 150px;

    &.scrolled {
      width: 34px;
    }
  }
}

.logo img {
  width: 210px;
  max-width: 210px;
  position: relative;
  transition: all 0.3s;
  @media (max-width: 568px) {
    width: 150px;

    max-width: 150px;
  }
}

html[dir="rtl"] {
  .logo.scrolled {
    img {
      transform: translateX(164px);
      @media (max-width: 568px) {
        transform: translateX(118px);
      }
    }
  }
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 4rem;
  flex: 1;
  justify-content: flex-end;
  max-width: calc(100% - 50px);
}

.discover-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.3s;
  font-size: 1.46rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.77rem;
  white-space: nowrap;
}

.contact-link {
  font-size: 1.46rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.77rem;
  white-space: nowrap;
  &.over-dark {
    color: var(--white-color);
  }
}

.discover-btn[aria-expanded="true"] .arrow-icon {
  transform: rotate(180deg);
}

.arrow-icon {
  transition: transform 0.3s;
}

.other-nav-items {
  display: flex;
  align-items: center;
  gap: 1.73rem;
}

.language-selector {
  display: flex;
  gap: 0.8rem;
}

.language-switcher-button {
  &.over-dark {
    color: var(--white-color);
    border: 0.8px solid var(--white-color);
  }
}

/* Desktop/Mobile visibility classes */

.desktop-only {
  display: flex;
}

.mobile-only {
  display: none;
}

/* Mobile Menu Button */

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  transition: opacity 0.3s;
}

.mobile-menu-btn:hover {
  opacity: 0.7;
}

.mobile-menu-btn svg {
  display: block;
}

/* Flyout Navigation */

.flyout-nav {
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s;
  @media (max-width: 1024px) {
    top: 70px;

    height: calc(100% - 84px);

    overflow: auto;
  }
}

.flyout-nav[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.flyout-container {
  padding: 3rem 0;
  display: flex;
  gap: 3rem;
  justify-content: flex-end;
  @media (max-width: 1024px) {
    flex-direction: column;

    padding: 3rem 2rem;
  }
}

.flyout-section {
  display: flex;
  flex-direction: column;
  gap: 1.94rem;
  overflow: hidden;
  flex: 25% 0 0;
  h6 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.23rem;
  }
}

.flyout-section.discover,
.flyout-section.quick-links {
  border-right: 1px solid #E5E5E5;
}

.flyout-section.quick-links {
  @media (min-width: 1450px) {
    padding-left: 3.5rem;
  }
}

.flyout-section.featured {
  gap: 4.52rem;
  @media (min-width: 1450px) {
    padding-left: 3.5rem;
  }
}

html[dir="rtl"] {
  .flyout-section.discover,
    .flyout-section.quick-links {
    border-right: none;
    border-left: 1px solid #E5E5E5;
  }
  @media (min-width: 1450px) {
    .flyout-section.featured {
      padding-right: 3.5rem;
    }

    .flyout-section.quick-links {
      padding-right: 3.5rem;
    }
  }
}

.links-grid {
  display: grid;
  gap: 0.81rem;
}

.nav-link {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.7rem;
  letter-spacing: -0.028rem;
  &.active {
    color: var(--gold-color);
  }
}

.nav-link:hover {
  color: var(--gold-color);
}

.links-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.links-list a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
  &.active {
    color: var(--gold-color);
  }
}

.links-grid a {
  &.active {
    color: var(--gold-color);
  }
}

.links-list a:hover {
  color: var(--gold-color);
}

/* Mobile Bottom Navigation */

.mobile-bottom-nav {
  display: none;
  padding: 2rem 1rem;
  margin-top: auto;
}

.mobile-bottom-nav .contact-link {
  padding: 0.5rem 1.5rem;
}

.mobile-bottom-nav .language-selector {
  display: flex;
  gap: 1rem;
}

.mobile-bottom-nav .language-switcher-button {
  text-decoration: none;
  color: var(--dark-gray);
  transition: color 0.3s;
}

.mobile-bottom-nav .language-switcher-button.active {
  color: var(--black-color);
}

.mobile-bottom-nav .language-switcher-button:hover {
  color: var(--gold-color);
}

/* Anchor Links */

.anchor-links-container {
  position: relative;
  margin: 0 2rem 0 3rem;
  min-width: 0;
}

.anchor-links-scroll {
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: 0;
  transition: transform 0.3s;
  &.scrolled {
    gap: 2.94rem;
    width: 100%;
  }
  @media (max-width: 1100px) {
    gap: 0;

    &.scrolled {
      gap: 1rem;
    }
  }
}

.anchor-links-scroll::-webkit-scrollbar {
  height: 6px;
  background-color: transparent;
}

.anchor-links-scroll::-webkit-scrollbar-thumb {
  background-color: var(--dark-gray);
  border-radius: 3px;
}

.anchor-links-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.anchor-link {
  white-space: nowrap;
  text-decoration: none;
  color: var(--black-color);
  font-size: 0.79rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.96rem;
  transition: all 0.3s;
  padding: 0.5rem 0 0.5rem 0;
  display: inline-block;
  position: relative;
  opacity: 0;
  width: 0;
  transform: translateY(100%);
}

.anchor-links-scroll {
  &.scrolled {
    .anchor-link {
      width: auto;
      opacity: 1;
      padding: 0.5rem 0 0.5rem 1rem;
      transform: translateY(0);
    }
  }
}

.anchor-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--dark-gray);
  transition: background-color 0.3s;
}

.anchor-link:hover::before {
  background-color: var(--gold-color);
}

.anchor-link.active::before {
  background-color: var(--gold-color);
}

.discover-btn,
.language-switcher,
.contact-us {
  transition: color 0.3s;
}

/* Over dark sections */

.over-dark .anchor-link {
  color: var(--white-color);
}

.over-dark .anchor-link::before {
  background-color: rgba(255, 255, 255, 0.6);
}

.over-dark .anchor-link:hover::before,
.over-dark .anchor-link.active::before {
  background-color: var(--white-color);
}

.over-dark.discover-btn,
.over-dark.language-switcher,
.over-dark.contact-us {
  color: var(--white-color);
}

@media (max-width: 1060px) {
  .anchor-links-container {
    display: none;
  }
}

@media (max-width: 1024px) {
  .flyout-section.discover,
    .flyout-section.quick-links {
    border-right: none;
  }
}

@media (max-width: 800px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: flex;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .flyout-nav {
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
  }

  .flyout-container {
    padding: 2rem 1rem;
    height: auto;
    min-height: 100%;
    transform: translateX(0px);
  }

  .mobile-bottom-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .flyout-section.discover,
    .flyout-section.quick-links {
    border-right: none;
  }

  /* Hide scrollbar on mobile but keep functionality */

  .flyout-nav {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
  }

  .flyout-nav::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }
}

.news-article-page {
  width: 100%;
  max-width: var(--breakpoint-xl);
  padding-top: 12.77rem;
  margin: 0 auto;
  background-color: var(--white-color);
  @media (max-width: 768px) {
    padding: 7rem;
  }
  .news-article-page-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #000;
    font-size: 2.18rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 2.27rem;
    letter-spacing: -0.012rem;
    @media (max-width: 768px) {
      font-size: 1.04rem;

      line-height: 1.09rem;
    }
  }
  .page-heading {
    padding-top: 2.65rem;
  }
}

.news-article-section {
  width: 100%;
  max-width: var(--breakpoint-xl);
  margin: 0 auto;
  .news-article-content {
    display: flex;
    flex-direction: column;
  }
  .news-article-image-block {
    width: 100%;
    margin-bottom: 2.24rem;
  }
  .news-article-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .news-article-intro-block {
    width: 50%;
    @media (max-width: 768px) {
      width: 100%;
    }
  }
  .news-article-intro {
    color: var(--black-color);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 2.7rem;
    letter-spacing: -0.028rem;
    @media (max-width: 768px) {
      font-size: 1rem;

      line-height: 1.23rem;
    }
  }
  hr {
    background: var(--mid-gray);
    border: none;
    height: 1px;
    width: 100%;
    margin: 6rem auto 4.28rem;
    @media (max-width: 768px) {
      margin: 3rem auto 2.28rem;
    }
  }
  .news-article-text-content {
    width: 100%;
    padding-right: 10rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    @media (max-width: 768px) {
      flex-direction: column;

      padding-right: 0;

      gap: 2rem;
    }
  }
  .news-article-date {
    flex: 1 1 45%;
    span {
      color: var(--black-color);
      font-size: 1.27rem;
      font-style: normal;
      font-weight: var(--font-weight-normal);
      line-height: 2.57rem;
    }
  }
  .news-article-rich-text {
    flex: 1 1 55%;
    p {
      font-weight: var(--font-weight-normal);
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.75rem;
      color: var(--black-color);
      margin-bottom: 2rem;
      @media (max-width: 768px) {
        font-size: 0.75rem;

        line-height: 1rem;
      }
    }
    ul {
      list-style: disc;
      font-weight: var(--font-weight-normal);
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.75rem;
      color: var(--black-color);
      margin-bottom: 2rem;
      padding-left: var(--spacer-4);
      padding-right: 0;
      @media (max-width: 768px) {
        font-size: 0.75rem;

        line-height: 1rem;
      }
    }
    a {
      color: var(--black-color);
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.75rem;
      text-decoration: underline;
      @media (max-width: 768px) {
        font-size: 0.75rem;

        line-height: 1rem;
      }
    }
    strong {
      font-weight: 700;
    }
  }
}

html[dir="rtl"] {
  .news-article-page {
    .news-article-page-link {
      img {
        transform: rotate(180deg);
        margin-top: 6px;
      }
    }
  }
  .news-article-section {
    .news-article-text-content {
      padding-left: 10rem;
      padding-right: 0;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      @media (max-width: 768px) {
        padding-left: 0;
      }
    }
    .news-article-rich-text {
      ul {
        padding-right: var(--spacer-4);
        padding-left: 0;
      }
    }
  }
}

.study-article-page {
  width: 100%;
  margin-top: 120px;
  max-width: var(--breakpoint-xl);
  .study-article-page-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #000;
    font-size: 2.18rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 2.27rem;
    letter-spacing: -0.012rem;
    @media (max-width: 768px) {
      font-size: 1.04rem;

      line-height: 1.09rem;
    }
  }
  .page-heading {
    padding-top: 2.65rem;
  }
}

.study-article-section {
  width: 100%;
  max-width: var(--breakpoint-xl);
  padding: 0 var(--spacer-4);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: var(--grid-gap);
  .study-article-content {
    display: contents;
  }
  .study-article-content-block {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 var(--spacer-4);
    @media (max-width: 768px) {
      grid-column: 1 / -1;

      padding: 0;
    }
  }
  .study-article-image-block {
    grid-column: span 3;
    margin-bottom: var(--spacer-4);
    img {
      display: block;
      max-width: 100%;
    }
    @media (max-width: 768px) {
      grid-column: 1 / -1;

      img {
        display: block;
        max-width: 70%;
        margin: 0 auto;
      }
    }
  }
  .study-article-content-item {
    display: flex;
    align-items: flex-start;
    gap: var(--spacer-4);
    padding: var(--spacer-4) 0;
    border-bottom: 1px solid var(--dark-gray);
    &:first-child {
      border-top: 1px solid var(--dark-gray);
    }
    @media (max-width: 992px) {
      flex-direction: column;
    }
  }
  .study-article-title {
    color: var(--black-color);
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 4.5rem;
    text-align: left;
    margin-bottom: 0;
    @media (max-width: 992px) {
      font-size: 2rem;

      line-height: 1.85rem;
    }
    [dir="rtl"] & {
      text-align: right;
    }
  }
  .study-article-date {
    color: var(--black-color);
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 4.5rem;
    text-align: left;
    margin-bottom: 0;
    span {
      color: var(--gold-color);
      margin-left: var(--spacer-4);
    }
    @media (max-width: 992px) {
      font-size: 1.3rem;

      line-height: 1.65rem;
    }
    [dir="rtl"] & {
      text-align: right;
    }
  }
  .study-article-description-main-item {
    width: 40%;
    @media (max-width: 1258px) {
      width: 30%;
    }
    @media (max-width: 992px) {
      width: 100%;
    }
  }
  .study-article-description-item {
    width: 20%;
    @media (max-width: 1258px) {
      width: 30%;
    }
    @media (max-width: 992px) {
      width: 100%;
    }
  }
  .study-article-description-title {
    color: var(--gold-color);
    text-transform: uppercase;
  }
}

.study-trailer-container {
  width: 100%;
  max-width: var(--breakpoint-xl);
  position: relative;
  display: none;
  iframe {
    width: calc(100% - var(--spacer-6));
    height: 100%;
    display: none;
    position: absolute;
    left: var(--spacer-4);
    top: 0;
    z-index: 3;
  }
  img {
    position: relative;
    width: 100%;
    height: 70vh;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .trailer-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}

.study-gallery-container {
  width: 100%;
  margin: 2rem auto;
  padding: 0 var(--spacer-4);
}

.study-gallery-separator {
  margin: var(--spacer-4) 0;
}

.study-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  .study-gallery-item {
    height: 260px;
    flex: calc(25% - 1rem);
    @media (max-width: 1024px) {
      height: 200px;

      flex: calc(50% - 1rem);
    }
    @media (max-width: 576px) {
      height: 200px;

      flex: 100%;
    }
    img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
}

.scroll-banner {
  width: 100%;
  overflow: hidden;
  background: var(--white-color);
  padding: 0.75rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  /* Above the nav */
}

.scroll-banner-content {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.scroll-text {
  display: flex;
  animation: scroll 20s linear infinite;
  white-space: nowrap;
  text-transform: uppercase;
}

.scroll-text a {
  display: inline-block;
  padding: 0 2rem;
  color: var(--black-color);
  font-size: var(--base-font-size);
  text-transform: uppercase;
}

/* Pause animation on hover */

.scroll-banner:hover .scroll-text {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Add a placeholder to prevent content jump when banner is fixed */

.scroll-banner-placeholder {
  height: 42px;
  /* Match banner height */
  display: none;
}

body.has-scroll-banner .scroll-banner-placeholder {
  display: block;
}

.section.case-study-listing-section {
  width: 100%;
  max-width: var(--breakpoint-xl);
  display: flex;
  flex-direction: column;
  padding: 0 var(--spacer-5) 6rem;
  margin: 0 auto;
  background-color: var(--white-color);
  @media (max-width: 768px) {
    padding: 0 2rem 3.51rem;
  }
  .case-study-listing-actions {
    position: relative;
    display: flex;
    margin: 0 0 4rem;
    &:before {
      z-index: 1;
      content: '';
      width: 10%;
      height: 100%;
      position: absolute;
      right: 40%;
      top: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 8.12%, rgba(255, 255, 255, 0.77) 27.08%, #FFF 52.87%);
    }
    @media (max-width: 768px) {
      width: 100%;

      margin: 0 -1.75rem 2rem 0;

      &:before {
        display: none;
      }
    }
  }
  .case-study-listing-filters {
    position: relative;
    display: flex;
    gap: 1.44rem;
    flex: 0 0 60%;
    justify-items: center;
    align-content: center;
    align-items: center;
    overflow-x: auto;
    @media (max-width: 768px) {
      padding-right: 1.75rem;

      flex: 0 0 100%;
    }
  }
  .case-study-filter-button {
    border-radius: 2.35rem;
    border: 1px solid var(--black-color);
    padding: 0.967rem 1.94rem;
    color: var(--black-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 1.25rem;
    text-transform: uppercase;
    text-wrap: nowrap;
    &:hover {
      @media not (pointer: coarse) {
        color: var(--white-color);

        background-color: var(--black-color);

        border-color: var(--white-color);
      }
    }
    &.active {
      color: var(--black-color);
      background: var(--gold-color);
      border-color: var(--gold-color);
    }
  }
  .case-study-listing-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 1.13rem;
    grid-row-gap: 0.5rem;
    @media (max-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .case-study-grid-item {
    img {
      width: 100%;
      display: block;
      border-radius: 5px;
    }
  }
  .case-study-grid-item-info {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.61rem 0 1.32rem;
  }
  .case-study-grid-item-title {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 1.19rem;
    text-wrap: wrap;
    @media (max-width: 768px) {
      font-size: 0.89rem;

      line-height: 1.11rem;
    }
  }
  .case-study-grid-item-actions {
    flex-shrink: 0;
  }
  .case-study-grid-item-navigate {
    img {
      width: 25px;
      height: 25px;
    }
  }
  hr {
    background: var(--mid-gray);
    border: none;
    height: 1px;
    width: 100%;
    margin: var(--spacer) auto 1.81rem;
    opacity: 1;
    translate: 0 0;
    animation: fade-in 0.6s linear;
  }
  .case-study-listing-btn-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .case-study-listing-button {
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    border-radius: 1.82rem;
    border: 1.331px solid var(--black-color);
    color: var(--black-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: normal;
    &:hover {
      @media not (pointer: coarse) {
        color: var(--white-color);

        background-color: var(--black-color);

        border-color: var(--white-color);
      }
    }
  }
}

html[dir="rtl"] {
  .case-study-listing-actions {
    &:before {
      right: 50%;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 8.12%, rgba(255, 255, 255, 0.77) 27.08%, #FFF 52.87%);
    }
  }
  .case-study-listing-filters {
    padding: 15px 0 15px 10%;
  }
  .case-study-grid-item-navigate {
    img {
      transform: rotate(180deg);
    }
  }
  @media (max-width: 768px) {
    .case-study-listing-actions {
      margin: 2rem 0 2rem -1.75rem;
      &:before {
        display: none;
      }
    }

    .case-study-listing-filters {
      padding-right: 0;
      padding-left: 1.75rem;
    }
  }
}

.workshops-section {
  margin: 0 auto;
  .workshops-header {
    margin: 0 0 2.82rem;
    color: var(--black-color);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 2.7rem;
    letter-spacing: -0.02813rem;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
    @media (max-width: 980px) {
      font-size: 2rem;

      line-height: 1.85rem;
    }
  }
  .workshops-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out 0.3s;
    position: relative;
    &:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 0;
      height: 1px;
      background-color: var(--mid-gray);
      transition: all 0.4s ease-in-out 1.1s;
    }
  }
  .workshop-row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 2rem 2rem 2rem 0;
    position: relative;
    &:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: var(--mid-gray);
      transition: all 0.4s ease-in-out 0.8s;
    }
    &:before {
      content: '';
      z-index: -1;
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      background-color: var(--mid-gray);
      transition: width 0.4s;
    }
    &:hover {
      &:before {
        width: 100%;
      }
    }
    @media (max-width: 980px) {
      width: 100%;

      display: flex;

      flex-direction: column;

      align-items: flex-start;

      padding: 2.45rem 0;

      border-top: none;

      &:first-child {
        padding-top: 0;
        &:after {
          display: none;
        }
      }
    }
  }
  .workshop-row-name,
    .workshop-row-details,
    .workshop-row-deadline,
    .workshop-row-actions {
    flex: 1;
    width: 100%;
  }
  .workshop-row-image {
    flex: 0 0 20%;
    @media (max-width: 1250px) {
      flex: 0 0 50%;
    }
    @media (max-width: 980px) {
      flex-basis: 100%;

      width: 100%;

      img {
        width: 100%;
        height: auto;
        margin-bottom: var(--spacer);
      }
    }
  }
  .workshop-row-name {
    flex: 0 0 25%;
    padding: 0 var(--spacer);
    p {
      color: var(--black-color);
      font-size: 2.25rem;
      font-style: normal;
      font-weight: 400;
      line-height: 2.7rem;
      letter-spacing: -0.02813rem;
    }
    @media (max-width: 1250px) {
      padding-left: 0;
    }
    @media (max-width: 980px) {
      margin-bottom: 1.55rem;

      padding: 0;
    }
  }
  .workshop-row-content {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-start;
    @media (max-width: 1250px) {
      flex-direction: column;

      gap: 1rem;

      padding-left: 1rem;
    }
    @media (max-width: 980px) {
      flex-direction: column;

      gap: 1rem;

      padding-left: 0;
    }
  }
  .workshop-row-details {
    padding: 0 var(--spacer-6);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    flex: 0 0 40%;
    p {
      display: flex;
      gap: 0.5rem;
      color: var(--black-color);
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.375rem;
      strong {
        font-weight: 700;
      }
    }
    @media (max-width: 1250px) {
      padding: 0;
    }
    @media (max-width: 980px) {
      padding: 0;

      flex-basis: 100%;
    }
  }
  .workshop-row-deadline {
    padding: 0 var(--spacer);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    flex: 0 0 15%;
    p {
      color: var(--black-color);
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.375rem;
      strong {
        font-weight: 700;
      }
    }
    @media (max-width: 1250px) {
      padding: 0;

      flex-direction: row;

      gap: 0.5rem;
    }
    @media (max-width: 980px) {
      padding: 0.25rem 0 0;

      margin-bottom: 1.55rem;

      flex-basis: 100%;
    }
  }
  .workshop-row-actions {
    display: flex;
    align-self: center;
    justify-content: flex-end;
    flex: 0 0 20%;
    @media (max-width: 1250px) {
      justify-content: flex-start;

      margin-top: var(--spacer);
    }
    @media (max-width: 480px) {
      flex-direction: column;
    }
  }
  .workshop-row-register-button {
    border-radius: 2.35rem;
    border: 1px solid var(--black-color);
    padding: 0.97rem 1.94rem;
    color: var(--black-color);
    font-size: 0.89rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 0.93rem;
    text-transform: uppercase;
    text-align: center;
    text-wrap: nowrap;
    &:hover {
      color: var(--white-color);
      background-color: var(--black-color);
      border-color: var(--white-color);
    }
    &.disabled {
      cursor: not-allowed;
      &:hover {
        color: var(--black-color);
        background-color: transparent;
        border-color: var(--black-color);
      }
    }
  }
  .workshops-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2.13rem 0 1.43rem;
    opacity: 0;
    transform: translateY(60%);
    transition: all 0.4s ease-in-out 0.5s;
    @media (max-width: 500px) {
      flex-direction: column;

      gap: 1.12rem;

      align-items: normal;
    }
  }
  .workshops-list-button {
    padding: 0.75rem 1.5rem;
    border-radius: 1.82rem;
    border: 1.331px solid var(--black-color);
    color: var(--black-color);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: normal;
    &:hover {
      @media not (pointer: coarse) {
        color: var(--white-color);

        background-color: var(--black-color);

        border-color: var(--white-color);
      }
    }
  }
}

.animated {
  .workshops-header {
    opacity: 1;
    transform: translateY(0);
  }
  .workshops-list {
    opacity: 1;
    transform: translateY(0);
    &:after {
      width: 100%;
    }
  }
  .workshop-row {
    &:after {
      width: 100%;
    }
  }
  .workshops-footer {
    opacity: 1;
    transform: translateY(0);
  }
}

@font-face {
  font-family: "Aeonik Regular";

  font-weight: 400;

  font-style: normal;

  src: url("/fonts/Aeonik-Regular.ttf");
}

@font-face {
  font-family: "Aeonik Light";

  src: url("/fonts/Aeonik-Light.ttf");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Aeonik Bold";

  src: url("/fonts/Aeonik-Bold.ttf");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "Aeonik Air";

  src: url("/fonts/Aeonik-Air.ttf");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Aeonik Medium";

  src: url("/fonts/Aeonik-Medium.ttf");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "DINNextLTArabic";

  src: url("/fonts/DINNextLTArabic-Regular.ttf");
}

@font-face {
  font-family: "Roboto Mono";

  src: url("/fonts/RobotoMono-Regular.ttf");
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
  /* overflow-x: hidden; */
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html[dir="rtl"] {
  body {
    font-family: DINNextLTArabic, sans-serif;
  }
  h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-family: DINNextLTArabic, sans-serif;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6rem;
  color: var(--text-color);
  min-height: 100vh;
  font-family: var(--font-family-base), sans-serif;
  overflow-x: hidden;
}

main {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

button {
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer;
}

.clipped-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 20px;
  .wrapper {
    width: 100%;
    height: 100%;
  }
  h1 {
    background: var(--black-color);
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 300;
    color: white;
    font-size: var(--h1-font-size);
    mix-blend-mode: darken;
    margin: 0;
    padding: 0;
    padding-top: calc(50% - var(--h1-font-size) * 1.5);
  }
}

.burger {
  height: 12px;
  width: 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  span {
    /*position: relative;*/
    content: "";
    background: var(--black-color);
    width: 20px;
    height: 2px;
    &::before,
        &::after {
      position: absolute;
      content: "";
      background: var(--black-color);
      height: 2px;
      border-radius: 20px;
    }
    &::before {
      top: 0;
      left: 0;
      right: 0;
    }
    &::after {
      bottom: 0;
      left: 0;
      right: 0
    }
  }
}

p {
  font-size: var(--base-font-size);
  margin: 0;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-normal);
  line-height: var(--h1-font-size);
  margin: 0;
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-normal);
  line-height: var(--h2-font-size);
  margin: 0;
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-normal);
  line-height: 2.2rem;
  margin: 0;
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-normal);
  line-height: var(--h4-font-size);
  margin: 0;
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-normal);
  line-height: var(--h5-font-size);
  margin: 0;
  color: var(--gold-color);
  text-transform: uppercase;
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-normal);
  line-height: var(--h6-font-size);
  margin: 0;
}

.section {
  width: 100%;
  max-width: var(--breakpoint-xl);
  background-color: var(--white-color);
  padding: 2rem;
  overflow: hidden;
  &.wide {
    max-width: 100%;
  }
  &.full-width {
    max-width: 100%;
    padding: 0;
  }
  @media (min-width: var(--breakpoint-xl)) {
    padding: 0;
  }
}

section.dark {
  background: var(--background-color-dark);
  position: relative;
  width: 100%;
  h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    color: var(--white-color);
  }
  p {
    color: var(--white-color);
  }
}

section.wide {
  width: 100%;
}

.dot-intro {
  color: var(--gold-color);
  font-family: "Aeonik Regular", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.dot-intro::before {
  content: "";
  font-family: var(--font-family-base), sans-serif;
  width: 8px;
  height: 8px;
  background-color: var(--gold-color);
  border-radius: 50%;
  margin-right: 10%;
  display: inline-block;
  text-transform: uppercase;
  @media (max-width: 1024px) {
    margin-right: 5%;
  }
}

html[dir="rtl"] .dot-intro {
  font-family: DINNextLTArabic, sans-serif;
}

html[dir="rtl"] .dot-intro::before {
  content: "";
  margin-right: 0;
  margin-left: 10%;
  @media (min-width: 1024px) {
    margin-right: 0;

    margin-left: 5%;
  }
}