:root {
  --_color---primary-color: #ed1c24;
  --_spacing---header--padding-top: .5rem;
  --_color---white-color: white;
  --body-font-family: Inter, sans-serif;
  --_color---body-color: #231f20;
  --_typography---body--body-font-size: 1rem;
  --_typography---body--body-line-height: 1.6;
  --container: 1440px;
  --spacing--medium: 8vh;
  --arabic-font-family\<deleted\|variable-e44f3a3c-ff03-7089-6bcc-d9cd905e16a7\>: Cairo;
  --_color---white-trans: #ffffff80;
  --_typography---body--large-font-size: 1.25rem;
  --spacing--small: 4vh;
  --container-fluid: 90%;
  --heading-font-family: Inter, sans-serif;
  --_typography---h1--font-size: clamp(2rem, 4vw, 3.5rem);
  --_typography---h1--line-height: 1.1;
  --_typography---h1--font-weight: 400;
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 2rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---transparent);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---white-color);
  --_button---button-color: var(--_color---primary-color);
  --_button---button-hover-color: var(--_color---white-color);
  --_button---button-hover-background: var(--_color---primary-color);
  --_button---button-hover-border: var(--_color---transparent);
  --_typography---heading-4--font-size: clamp(1.2rem, 2vw, 1.5rem);
  --_typography---heading-4--line-height: 1.2;
  --_typography---heading-4--font-weight: 600;
  --spacing--large: 15vh;
  --_typography---heading-2--font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  --_typography---heading-2--line-height: 1.2;
  --_typography---heading-2--font-weight: 600;
  --_color---light-color: #f1f1f1;
  --_spacing---destination-card--image-cover: 10vh;
  --_color---black-overlay: #00000080;
  --_spacing---destination-card--padding: 10%;
  --_typography---heading-3--font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  --_typography---heading-3--font-weight: 600;
  --_color---secondary-color\<deleted\|variable-2493cf01-5b3a-8a8c-11f4-3090dd6696d6\>: #323b57;
  --_typography---heading-5--font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  --_typography---heading-5--font-family: var(--heading-font-family);
  --_typography---heading-5--line-height: 1.2;
  --_typography---heading-5--font-weight: 500;
  --_color---dark-color\<deleted\|variable-3ac5ab5c-acec-0011-31a5-6f15c23f4d6d\>: #181d31;
  --_color---primry-fade: #fbeff0;
  --_color---link-color: var(--_color---white-color);
  --_color---transparent: #fff0;
  --_typography---body--small-font-size: .8rem;
  --_typography---hero-banner--font-size: clamp(3rem, 5vw, 5.5rem);
  --_typography---hero-banner--font-weight: 600;
  --_color---black-color: #000;
  --_typography---body--body-font-family: var(--body-font-family);
  --_spacing---header--padding-bottom: .5rem;
  --_button---button-font-size: var(--_typography---body--body-font-size);
  --_typography---hero-banner--font-family: var(--heading-font-family);
  --_typography---h1--font-family: var(--heading-font-family);
  --spacing--gutter: 2vh;
  --_typography---heading-2--font-family: var(--heading-font-family);
  --_typography---heading-3--font-family: var(--heading-font-family);
  --_typography---heading-3--line-height: 1.3;
  --_typography---heading-4--font-family: var(--heading-font-family);
  --_color---primary-trans: #222e4b99;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.mt-wrapper {
  padding-top: 80px;
}

.mt-loading-logo-subtitle {
  position: absolute;
  inset: 0%;
}

.mt-loading-logo {
  z-index: 1;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 400px;
  transition: width .2s;
  display: flex;
  position: absolute;
  transform: translate(0, -50%)translate(0, 50vh);
}

.mt-loading_wrap {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.mt-loading-logo-base {
  opacity: 0;
}

.mt-loading-logo-emblem {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: inline-flex;
  position: absolute;
}

.mt-loading_top {
  background-color: var(--_color---primary-color);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.mt-loading_bottom {
  background-color: var(--_color---primary-color);
  height: 60%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 38%;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mt-loading-logo-title {
  position: absolute;
  inset: 0%;
}

.mt-loading_wrap-2 {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-27 {
  padding-top: var(--_spacing---header--padding-top);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mt-header {
  z-index: 99;
  background-color: var(--_color---white-color);
  height: 80px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  background-color: var(--_color---white-color);
  font-family: var(--body-font-family);
  color: var(--_color---body-color);
  font-size: var(--_typography---body--body-font-size);
  line-height: var(--_typography---body--body-line-height);
}

.mt-container {
  z-index: 2;
  width: 90%;
  max-width: var(--container);
  position: relative;
}

.mt-container._1 {
  padding-top: var(--spacing--medium);
}

.mt-row_flex {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mt-row_flex.mt-g_3vw {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
}

.mt-row_flex.mt-g_5vw {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  align-items: flex-start;
}

.mt-row_flex.mt-gap_0 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.mt-row_flex.mt-align_center.h-100.mt-map_row {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
}

.mt-site_logo {
  width: 150px;
  max-width: 150px;
}

.mt-hero_banner {
  background-image: url('../images/revive-banner.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.mt-hero_banner.mt-primary_bgr {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.mt-hero_banner_video {
  z-index: 99;
  width: 90%;
  height: 80vh;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.mt-video_banner_overlay {
  z-index: 2;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.mt-header_right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  font-family: var(--arabic-font-family\<deleted\|variable-e44f3a3c-ff03-7089-6bcc-d9cd905e16a7\>);
  color: var(--_color---white-color);
  font-size: var(--_typography---body--body-font-size);
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--_color---white-trans);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.mobile {
  font-size: var(--_typography---body--large-font-size);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.mt-hero_banner_caption {
  padding-top: var(--spacing--small);
  padding-bottom: var(--spacing--small);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mt-hero_banner_caption.mt-small_pb {
  z-index: 3;
  inset: 0%;
}

.mt-container_fluid {
  max-width: var(--container-fluid);
  position: relative;
}

.mt-small_pb {
  padding-bottom: var(--spacing--small);
}

.mt-primary_bgr {
  background-color: var(--_color---primary-color);
  color: var(--_color---white-color);
}

.mt-h1 {
  font-family: var(--heading-font-family);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h1--font-weight);
  margin-top: 0;
}

.mt-h1.mt-intro_title {
  max-width: 100%;
  margin-bottom: 2vh;
}

.mt-row_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mt-row_grid.mt-grid_3 {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.mt-row_grid.mt-gap_0.mt-col_4, .mt-row_grid.mt-col_4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mt-btn {
  padding: var(--_button---button-padding-top-bottom) var(--_button---button-padding-left-right);
  border: var(--_button---button-border-width) solid var(--_button---button-border-color);
  border-radius: var(--_button---button-border-radius);
  background-color: var(--_button---button-background);
  color: var(--_button---button-color);
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 2rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---transparent);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---white-color);
  --_button---button-color: var(--_color---primary-color);
  --_button---button-hover-color: var(--_color---white-color);
  --_button---button-hover-background: var(--_color---primary-color);
  --_button---button-hover-border: var(--_color---transparent);
  --_button---button-font-size: var(--_typography---body--body-font-size);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.mt-btn:where(.w-variant-fd04077f-41b0-179f-df09-788ced50f56b) {
  background-color: var(--_color---primary-color);
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 1.5rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---transparent);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---primary-color);
  --_button---button-color: var(--_color---white-color);
  --_button---button-hover-color: var(--_color---primary-color);
  --_button---button-hover-background: var(--_color---primary-color);
  --_button---button-hover-border: var(--_color---transparent);
  --_button---button-font-size: var(--_typography---body--body-font-size);
}

.mt-btn:where(.w-variant-91008590-745e-1f47-bc67-0d6e5eeea004) {
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 2rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---white-color);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---transparent);
  --_button---button-color: var(--_color---white-color);
  --_button---button-hover-color: var(--_color---white-color);
  --_button---button-hover-background: var(--_color---white-color);
  --_button---button-hover-border: var(--_color---white-color);
  --_button---button-font-size: var(--_typography---body--body-font-size);
}

.mt-btn:where(.w-variant-df29bcef-12e3-fcfc-c683-5364a9d24199) {
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 1.5rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---transparent);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---primary-color);
  --_button---button-color: var(--_color---white-color);
  --_button---button-hover-color: var(--_color---primary-color);
  --_button---button-hover-background: var(--_color---primary-color);
  --_button---button-hover-border: var(--_color---transparent);
  --_button---button-font-size: var(--_typography---body--body-font-size);
}

.mt-btn:where(.w-variant-37fbd7ff-865d-9280-67ba-b3d552e6a929) {
  min-width: 200px;
}

.mt-btn:hover:where(.w-variant-fd04077f-41b0-179f-df09-788ced50f56b) {
  border-color: var(--_color---primary-color);
  background-color: var(--_color---white-color);
  color: var(--_color---primary-color);
  -webkit-text-stroke-color: var(--_button---button-hover-color);
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 1.5rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---transparent);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---primary-color);
  --_button---button-color: var(--_color---white-color);
  --_button---button-hover-color: var(--_color---primary-color);
  --_button---button-hover-background: var(--_color---primary-color);
  --_button---button-hover-border: var(--_color---transparent);
  --_button---button-font-size: var(--_typography---body--body-font-size);
}

.mt-btn:hover:where(.w-variant-91008590-745e-1f47-bc67-0d6e5eeea004) {
  background-color: var(--_button---button-hover-background);
  color: var(--_color---primary-color);
}

.mt-btn:hover:where(.w-variant-37fbd7ff-865d-9280-67ba-b3d552e6a929) {
  border-color: var(--_color---white-color);
  background-color: var(--_button---button-hover-background);
  color: var(--_button---button-hover-color);
  -webkit-text-stroke-color: var(--_button---button-hover-border);
}

.mt-btn.mt-btn_play {
  padding-left: var(--_button---button-padding-top-bottom);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.mt-btn.mt-btn_play:hover {
  background-color: var(--_button---button-hover-background);
  color: var(--_button---button-hover-color);
}

.text-block {
  font-size: var(--_typography---body--body-font-size);
}

.text-block:where(.w-variant-37fbd7ff-865d-9280-67ba-b3d552e6a929) {
  text-align: center;
}

.h-100 {
  height: 100vh;
}

.mt-header_line {
  z-index: 1;
  background-color: var(--_color---white-color);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% 50%;
  transform: translate(-50%);
}

.mt-header_bgr {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: absolute;
  inset: 0%;
}

.mt-h4 {
  font-family: var(--heading-font-family);
  font-size: var(--_typography---heading-4--font-size);
  line-height: var(--_typography---heading-4--line-height);
  font-weight: var(--_typography---heading-4--font-weight);
  text-align: left;
}

.mt-h4.mt-sub_title {
  text-align: left;
}

.mt-h4.mt-hero_sub_title {
  text-align: center;
}

.mt-h4.mt-narrative_sub_title {
  font-size: var(--_typography---heading-4--font-size);
  margin-bottom: 0;
}

.mt-hero_visible_content {
  height: 100vh;
  padding-top: var(--spacing--large);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.mt-hero_hidden_content {
  padding-bottom: var(--spacing--small);
  text-align: center;
}

.mt-hero_scroll_line {
  background-color: var(--_color---white-color);
  width: 1px;
  height: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-28 {
  overflow: hidden;
}

.div-block-28._2 {
  text-align: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-29 {
  height: 15vh;
  margin-bottom: 20px;
}

.mt-section.mt-primary_bgr.mt-intro_section {
  height: 300vh;
}

.mt-section.mt-plain_bgr.mt-large_pt.mt-section_philosophy {
  overflow: hidden;
}

.mt-section.mt-section_narrative {
  height: 130vh;
  position: relative;
}

.mt-section.mt-section_narrative.mt-primary_bgr {
  height: 200vh;
}

.mt-section.mt-section_core_concept.mt-large_pt.mt-large_pb.mt-dark_bgr {
  overflow: hidden;
}

.mt-intro_content_wrap {
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mt-intro_content_image {
  justify-content: flex-end;
  width: 50%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.mt-intro_content {
  width: 50%;
}

.mt-intro_content.mt-medium_pt {
  padding-left: 40px;
}

.mt-intro_content.mt-medium_pt.mt-medium_pb {
  padding-left: 0;
}

.mt-justify-content-end {
  justify-content: flex-end;
  display: flex;
}

.mt-medium_pt {
  padding-top: var(--spacing--medium);
}

.mt-medium_pt.mt-medium_pb.mt-plain_bgr.mt-footer_graphic {
  background-size: 100%;
}

.mt-medium_pt.mt-medium_pb.mt-primary_bgr.mt-page_banner {
  margin-top: 80px;
}

.mt-medium_pt.mt-medium_pb.mt-cta {
  background-color: #87061b;
  background-image: radial-gradient(circle, #98061f, #87061b);
}

.mt-medium_pb {
  padding-bottom: var(--spacing--medium);
}

.mt-h2 {
  font-family: var(--heading-font-family);
  font-size: var(--_typography---heading-2--font-size);
  line-height: var(--_typography---heading-2--line-height);
  font-weight: var(--_typography---heading-2--font-weight);
  margin-top: 0;
  margin-bottom: 0;
}

.mt-h2.mt-text_center {
  text-align: center;
}

.mt-h2.mt-text_center.mt-hero_title {
  text-align: left;
}

.mt-h2.mt-narrative_title {
  line-height: var(--_typography---heading-2--line-height);
}

.mt-h2.mt-secondary_color.mt-philosophy_title {
  color: var(--_color---white-color);
}

.mt-intro_image {
  width: 60%;
  height: 40vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mt-intro_image._2 {
  width: 50%;
  height: 40vh;
  inset: auto auto 0% 5vw;
}

.mt-intro_image._1 {
  width: 100%;
  height: 80vh;
  position: relative;
}

.mt-large {
  font-size: var(--_typography---body--large-font-size);
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mt-intro_image_cover {
  z-index: 1;
  background-color: var(--_color---primary-color);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.mt-intro_image_cover._1 {
  background-color: var(--_color---white-color);
  width: 40%;
  height: 80vh;
  inset: -1px auto 0 0;
}

.mt-intro_image_cover._2 {
  background-color: var(--_color---white-color);
  opacity: 1;
  width: 101%;
  height: 40vh;
  inset: auto -1px 0 0;
}

.mt-intro_h_line {
  background-color: var(--_color---white-color);
  max-width: 80%;
  height: 1px;
  margin-bottom: 3vh;
  transform: translate(-17vh);
}

.mt-intro_content_image_right {
  width: 25vw;
  height: 40vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mt-plain_bgr {
  background-color: var(--_color---white-color);
  color: var(--_color---body-color);
}

.mt-light_bgr {
  background-color: var(--_color---light-color);
}

.mt-col_2_3 {
  flex: 0 66%;
}

.mt-col_1_3 {
  flex: 0 33%;
  position: relative;
}

.mt-primary_color {
  color: var(--_color---primary-color);
}

.paragraph.mt-large {
  z-index: 2;
  position: relative;
}

.mt-mb_2vh {
  margin-bottom: 2vh;
}

.mt-mb_5vh {
  margin-bottom: 5vh;
}

.mt-mb_3vh {
  margin-bottom: 3vh;
}

.mt-philosophy_img._2, .mt-philosophy_img._1 {
  z-index: 1;
  position: relative;
}

.mt-large_pt {
  padding-top: var(--spacing--large);
}

.mt-large_pb {
  padding-bottom: var(--spacing--large);
}

.div-block-30 {
  position: relative;
  overflow: hidden;
}

.div-block-30.mt-sub_title.mt-mb_5vh {
  display: inline-block;
}

.mt-sub_title_cover {
  background-color: var(--_color---white-color);
  position: absolute;
  inset: 0%;
  transform: translate(100%);
}

.mt-sub_title {
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.mt-section_title {
  overflow: hidden;
}

.mt-section_title.mt-mb_2vh {
  z-index: 2;
  position: relative;
}

.mt-philosophy_line {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 80%;
  height: 50vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-block-31 {
  background-color: var(--_color---white-color);
  height: 0%;
  position: absolute;
  inset: -1px 0% auto;
}

.div-block-32 {
  background-color: var(--_color---white-color);
  height: 0%;
  position: absolute;
  inset: auto 0% -1px;
}

.div-block-33 {
  background-color: var(--_color---white-color);
  display: none;
  position: absolute;
  inset: -1px 0% auto;
}

.div-block-34 {
  background-color: var(--_color---white-color);
  display: none;
  position: absolute;
  inset: auto 0% -1px;
}

.background-video-2 {
  height: 100vh;
  position: sticky;
  top: 0;
}

.mt-video_cover_top {
  z-index: 3;
  background-color: var(--_color---primary-color);
  height: 15vh;
  position: absolute;
  inset: -1px 0% auto;
}

.mt-narrative_content_overlay {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mt-video_cover_bottom {
  background-color: var(--_color---primary-color);
  height: 15vh;
  position: absolute;
  inset: auto 0% -1px;
}

.mt-video_cover_left {
  background-color: var(--_color---primary-color);
  width: 40vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mt-video_cover_right {
  background-color: var(--_color---primary-color);
  width: 40vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mt-narrative_content_wrap {
  z-index: 9;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #27443499;
  width: 40%;
  padding-top: 20vh;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0%;
}

.mt-col_1_2 {
  flex: 0 50%;
}

.mt-narative_content {
  position: relative;
}

.mt-narrative_image {
  width: 25vw;
  height: 50vh;
  position: absolute;
  inset: 5vh 2vw auto auto;
}

.mt-narrative_image._1 {
  width: 20vw;
}

.mt-narrative_image._1.mobile {
  display: none;
}

.mt-narrative_image._2 {
  z-index: 0;
  width: 10vw;
  height: 30vh;
  inset: auto auto 0% 0%;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mt-destination_wrap {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  contain: paint;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  position: relative;
}

.mt-destination_card {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mt-destination_card.right {
  height: 100%;
  position: static;
  transform: translate(0);
}

.mt-destination_card.right:hover {
  z-index: 2;
}

.mt-destination_card.left {
  z-index: 1;
  height: 100%;
  position: static;
}

.mt-destination {
  width: 90%;
  height: 90%;
}

.mt-destination_image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.mt-destination_cover {
  z-index: 2;
  background-color: var(--_color---white-color);
  position: absolute;
}

.mt-destination_cover.top {
  height: var(--_spacing---destination-card--image-cover);
  inset: 0% 0% auto;
}

.mt-destination_cover.bottom {
  height: var(--_spacing---destination-card--image-cover);
  inset: auto 0% 0%;
}

.mt-destination_cover.left {
  width: var(--_spacing---destination-card--image-cover);
  inset: 0% auto 0% 0%;
}

.mt-destination_cover.right {
  width: var(--_spacing---destination-card--image-cover);
  inset: 0% 0% 0% auto;
}

.mt-destination_overlay {
  z-index: 1;
  background-color: var(--_color---black-overlay);
  color: var(--_color---white-color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mt-destination_title {
  color: var(--_color---white-color);
}

.code-embed {
  width: 40px;
}

.mt-destination_description {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 100%;
}

.mt-destination_description.mt-primary_bgr {
  z-index: 9;
  padding: var(--_spacing---destination-card--padding);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.mt-destination_description.mt-primary_bgr:where(.w-variant-4552f9a7-1e0a-8d6d-3b00-d561a7d42844), .mt-destination_description.mt-primary_bgr.right-12 {
  z-index: 2;
  left: auto;
  right: 100%;
  transform: translate(-100%);
}

.mt-destination_description.mt-primary_bgr.left {
  width: 50%;
  left: auto;
  right: 0;
  transform: translate(100%);
}

.mt-destination_description.mt-primary_bgr.right {
  width: 50%;
  transform: translate(-100%);
}

.mt-h3.mt-destination_title_sec {
  font-size: var(--_typography---heading-3--font-size);
  font-weight: var(--_typography---heading-3--font-weight);
  margin-top: 0;
  margin-bottom: 0;
}

.mt-destination_label {
  z-index: 9;
  background-color: var(--_color---secondary-color\<deleted\|variable-2493cf01-5b3a-8a8c-11f4-3090dd6696d6\>);
  width: 220px;
  height: 220px;
  color: var(--_color---white-color);
  text-align: center;
  pointer-events: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mt-destination_label.mobile {
  display: none;
}

.mt-destination_left {
  height: 100vh;
}

.mt-btn_hover_div {
  border-radius: var(--_button---button-border-radius);
  background-color: var(--_button---button-hover-background);
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.div-block-36 {
  z-index: 1;
  color: var(--_button---button-color);
  position: relative;
}

.mt-philosophy_subtitle.mt-h5 {
  font-size: var(--_typography---heading-5--font-size);
}

.mt-h5 {
  font-family: var(--_typography---heading-5--font-family);
  font-size: var(--_typography---heading-5--font-size);
  line-height: var(--_typography---heading-5--line-height);
  font-weight: var(--_typography---heading-5--font-weight);
  text-transform: uppercase;
}

.heading {
  margin-top: 0;
}

.mt-hero_sub_title.mt-h5.mt-text_center {
  text-align: left;
}

.mt-text_center {
  text-align: center;
}

.div-block-37 {
  height: 500vh;
}

.div-block-38 {
  width: 40vw;
  height: 100vh;
}

.div-block-39 {
  flex: 0 auto;
}

.mt-col_2_5 {
  flex-basis: 40%;
}

.mt-col_1_5 {
  flex: 0 20%;
}

.mt-core_image_large {
  height: 100vh;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mt-core_content {
  position: relative;
}

.mt-core_content.mt-large {
  z-index: 2;
}

.mt-dark_bgr {
  background-color: var(--_color---dark-color\<deleted\|variable-3ac5ab5c-acec-0011-31a5-6f15c23f4d6d\>);
  color: var(--_color---light-color);
}

.mt-core_image_center {
  z-index: 1;
  width: 70%;
  height: 50vh;
  margin-top: -25vh;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.mt-core_image_left._2 {
  width: 20vh;
  height: 25vh;
  margin-left: auto;
}

.image-7 {
  margin-bottom: 10vh;
}

.mt-secondary_color {
  color: var(--_color---secondary-color\<deleted\|variable-2493cf01-5b3a-8a8c-11f4-3090dd6696d6\>);
}

.mt-primary_fade_color {
  color: var(--_color---primry-fade);
}

.mt-core_image_center_img {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.image-8 {
  object-fit: cover;
  height: 100%;
}

.mt-ksa_map {
  margin-left: auto;
  margin-right: auto;
}

.mt-map_section {
  justify-content: center;
  align-items: center;
  height: 150vh;
}

.mt-map_wrap {
  height: 100vh;
  color: var(--_color---white-color);
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.mt-ksa_al_baha {
  z-index: 2;
  transform-origin: 40%;
  width: 6%;
  color: var(--_color---light-color);
  position: absolute;
  bottom: 15%;
  left: 36%;
}

.mt-ksa_al_baha.image {
  z-index: 3;
  height: auto;
}

.mt-map_inner {
  height: 80vh;
  position: relative;
}

.image-9 {
  width: 100%;
  height: 100%;
}

.mt-footer {
  background-color: var(--_color---light-color);
  border-top: 2px solid #dadada;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mt-footer_logo {
  width: 150px;
}

.mt-footer_contact_widget {
  margin-top: 0;
}

.mt-footer_menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  padding-left: 0;
  display: flex;
}

.text-block-2 {
  color: var(--_color---link-color);
  text-decoration: none;
}

.list-item {
  color: var(--_color---white-color);
}

.link-block, .text-block-3, .link-block-2 {
  color: var(--_color---link-color);
  text-decoration: none;
}

.mt-footer_widget_title {
  margin-top: 0;
  margin-bottom: 20px;
}

.mt-footer_widget_title.mt-h5.mt-text_right {
  text-align: right;
}

.mt-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  margin-top: 40px;
  display: flex;
}

.link-block-3 {
  color: #fff;
  width: 30px;
  height: 30px;
}

.link-block-3:hover {
  color: #868c58;
}

.mt-subscribe_form {
  margin-top: 60px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--_color---white-color);
  background-color: var(--_color---transparent);
  padding-bottom: 20px;
  padding-left: 0;
}

.form {
  position: relative;
}

.submit-button {
  background-image: url('../images/arrow-right.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-block-4 {
  width: 30px;
  color: var(--_color---white-color);
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mt-footer_bottom {
  margin-top: var(--spacing--medium);
  padding-top: var(--spacing--small);
  border-top: 1px solid var(--_color---white-trans);
  border-bottom: 0px solid var(--_color---white-trans);
}

.mt-footer_bottom.mt-small {
  border-top-color: #ffffff0d;
}

.mt-terms {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  display: flex;
}

.text-block-4, .link-block-5 {
  text-decoration: none;
}

.mt-small {
  font-size: var(--_typography---body--small-font-size);
}

.link-block-6 {
  width: 30px;
  height: 30px;
  color: var(--_color---white-color);
  transition: all .2s;
}

.link-block-6:hover {
  color: var(--_color---white-trans);
}

.mt-header_btn_wrap {
  align-self: flex-end;
}

.mt-map_wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mt-map_image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.mt-map_overlay {
  z-index: 2;
  object-fit: cover;
  background-color: #ffffff4d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mt-map_content {
  z-index: 9;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.mt-align_center {
  align-self: center;
  align-items: center;
}

.mt-mobile_menu_wrap {
  background-color: var(--_color---primary-color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, 100%);
}

.mt-mobile_menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.mt-hamburger {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.mt-hamburger_top {
  background-color: #fff;
  border-radius: 5px;
  width: 20px;
  height: 2px;
}

.mt-hamburger_top:hover {
  width: 30px;
}

.mt-hamburger_middle {
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 2px;
}

.mt-hamburger_close {
  background-color: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
}

.mt-hamburger_bottom {
  background-color: #fff;
  border-radius: 5px;
  width: 20px;
  height: 2px;
}

.mt-map_card.mt-primary_bgr {
  width: 70%;
  margin-left: auto;
  transition: transform .3s;
  position: relative;
  transform: translate(0, 100vh);
}

.mt-map_card.mt-primary_bgr:where(.w-variant-bd205d12-a825-abc1-095a-3ea360412ade) {
  margin-left: 0;
  margin-right: auto;
}

.mt-map_card.mt-primary_bgr.left {
  margin-left: auto;
}

.mt-map_card_image {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mt-card_description {
  padding: 20px 30px;
}

.div-block-40 {
  background-color: var(--_color---primary-color);
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-41 {
  overflow: hidden;
}

.mt-hero_banner_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mt-hero_banner_btn {
  z-index: 9;
  position: absolute;
  inset: auto 0% 10vh auto;
}

.code-embed-3 {
  color: currentColor;
  width: 30px;
  height: 30px;
}

.mt-play_btn {
  width: 50px;
  height: 50px;
  color: var(--_color---white-color);
  cursor: pointer;
  transition: all .2s;
}

.mt-play_btn:hover {
  transform: scale(1.5);
}

.scroll-down {
  width: 30px;
  height: auto;
}

.mt-close_video {
  z-index: 9;
  width: 40px;
  height: 40px;
  color: var(--_color---primary-color);
  position: absolute;
  inset: 30px 30px auto auto;
}

.mt-scroll_down {
  width: 30px;
  position: absolute;
  bottom: 50px;
}

.div-block-42 {
  width: 200px;
}

.div-block-43 {
  position: absolute;
  bottom: 10vh;
}

.lottie-animation {
  width: 50px;
}

.mt-hero_title {
  font-size: var(--_typography---hero-banner--font-size);
  line-height: 1em;
  font-weight: var(--_typography---hero-banner--font-weight);
}

.div-block-47 {
  margin-top: 20px;
}

.mt-experience_card {
  flex: none;
  position: relative;
  overflow: hidden;
}

.mt-exp_img_wrap {
  justify-content: center;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.mt-exp_img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.mt-exp_img_overlay {
  background-color: var(--_color---black-color);
  opacity: .3;
  position: absolute;
  inset: 0%;
}

.mt-exp_content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-48 {
  min-height: 250px;
}

.code-embed-4 {
  width: 20px;
  display: flex;
}

.mt-exp_book_btn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--_color---light-color);
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  text-decoration: none;
}

.mt-primary_fade_bgr {
  background-color: var(--_color---primry-fade);
  color: var(--_color---white-color);
}

.div-block-49 {
  z-index: 2;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.mt-map_click {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.mt-map_card_close {
  z-index: 9;
  width: 30px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.div-block-50 {
  overflow: hidden;
}

.div-block-50.h-100 {
  position: relative;
}

.mt-gap_0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.link, .mt-link {
  color: var(--_color---primry-fade);
}

.mt-link:hover {
  color: var(--_color---light-color);
  text-decoration: none;
}

.text-block-7 {
  color: currentColor;
}

.background-video-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mt-experience_logo {
  z-index: 3;
  object-fit: contain;
  object-position: 0% 50%;
  width: 100px;
  max-height: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-51 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  display: flex;
}

.navbar {
  background-color: #ddd0;
}

.nav-link-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-2.w--current {
  color: var(--_color---primary-color);
}

.nav-link-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-3.w--current {
  color: var(--_color---primary-color);
}

.heading-2 {
  color: var(--_color---white-color);
  font-size: var(--_typography---hero-banner--font-size);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1em;
}

.heading-3, .heading-4 {
  color: var(--_color---white-color);
  font-size: var(--_typography---hero-banner--font-size);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1.1em;
}

.div-block-52 {
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: black black black var(--_color---primary-color);
  max-width: 50%;
  color: var(--_color---white-color);
  font-size: var(--_typography---body--large-font-size);
  margin-top: 40px;
  padding-left: 20px;
}

.div-block-53 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-3, .paragraph-4 {
  margin-bottom: 0;
}

.heading-5 {
  color: var(--_color---black-color);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
}

.mt-section_header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-left: 5px solid var(--_color---primary-color);
  align-items: center;
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.code-embed-5 {
  height: 36px;
}

.bold-text {
  color: var(--_color---primary-color);
}

.div-block-55 {
  background-color: var(--_color---light-color);
  text-align: center;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-56 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-56.contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-6 {
  color: var(--_color---primary-color);
  font-size: var(--_typography---heading-4--font-size);
}

.div-block-57 {
  background-color: var(--_color---white-color);
  width: 120px;
  height: 120px;
  color: var(--_color---primary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.image-11 {
  object-fit: contain;
  max-height: 100%;
}

.paragraph-5 {
  font-size: var(--_typography---body--body-font-size);
  color: currentColor;
}

.div-block-58 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.mt-step_card {
  border: 1px solid var(--_color---light-color);
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
}

.image-12 {
  width: 150px;
}

.heading-7 {
  color: var(--_color---black-color);
  font-size: var(--_typography---heading-5--font-size);
  line-height: var(--_typography---heading-5--line-height);
  text-align: center;
  font-weight: 600;
}

.div-block-60 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-61 {
  background-color: var(--_color---primary-color);
  border-radius: 2px;
  width: 40px;
  height: 3px;
}

.paragraph-6 {
  color: var(--_color---body-color);
  font-size: var(--_typography---body--body-font-size);
  text-align: center;
}

.div-block-62 {
  border: 1px solid var(--_color---light-color);
  background-color: var(--_color---white-color);
  width: 50px;
  height: 50px;
  color: var(--_color---primary-color);
  font-size: var(--_typography---heading-3--font-size);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -25px 0% auto 50%;
  transform: translate(-50%);
}

.text-block-8 {
  font-size: var(--_typography---heading-4--font-size);
}

.image-13 {
  border-radius: 16px;
  width: 100%;
}

.nav-menu-2 {
  font-size: var(--_typography---body--body-font-size);
  font-weight: 600;
}

.rich-text-block {
  color: var(--_color---body-color);
  font-size: var(--_typography---heading-2--font-size);
  display: flex;
}

.rich-text-block-2 {
  color: var(--_color---body-color);
  font-size: var(--_typography---heading-4--font-size);
  line-height: var(--_typography---h1--line-height);
  display: flex;
}

.bold-text-2 {
  color: var(--_color---primary-color);
}

.paragraph-7 {
  position: relative;
  top: -4px;
}

.superscript {
  top: 10px;
}

.heading-8 {
  padding-left: 10px;
}

.div-block-63 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-9 {
  color: var(--_color---black-color);
}

.bold-text-3 {
  color: var(--_color---primary-color);
}

.paragraph-8 {
  max-width: 80%;
  color: var(--_color---body-color);
}

.div-block-64 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--_color---light-color);
  background-image: linear-gradient(180deg, var(--_color---light-color), white);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.heading-10 {
  color: var(--_color---primary-color);
}

.image-14 {
  background-color: var(--_color---white-color);
  display: block;
}

.div-block-65 {
  border: 1px solid var(--_color---primary-color);
  background-color: var(--_color---white-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 140px;
  min-width: 140px;
  height: 140px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.div-block-66 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.div-block-68 {
  margin-top: 9px;
}

.div-block-69 {
  position: sticky;
  top: 0;
}

.bold-text-4 {
  color: var(--_color---primary-color);
}

.heading-11 {
  color: var(--_color---black-color);
}

.div-block-70 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-71 {
  margin-top: 20px;
}

.div-block-72 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-73 {
  background-color: #f9f9f9;
  border-radius: 16px;
  padding: 20px;
  overflow: hidden;
}

.bold-text-5 {
  color: var(--_color---primary-color);
}

.div-block-74 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-75 {
  margin: var(--spacing--small) auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-9 {
  text-align: center;
}

.mt-container_narrow {
  width: 90%;
}

.heading-12 {
  color: var(--_color---white-color);
  font-size: var(--_typography---heading-2--font-size);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-10 {
  color: var(--_color---white-color);
  text-align: center;
}

.div-block-76 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.div-block-77 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
  display: flex;
}

.bold-text-6 {
  color: var(--_color---primary-color);
}

.rich-text-block-3 {
  max-width: 50%;
  color: var(--_color---body-color);
}

.code, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  color: var(--_color---primary-color);
}

.mt-cta {
  background-color: #98061f;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_color---primary-color), #98061f);
}

.bold-text-12 {
  color: var(--_color---primary-color);
}

.mt-footer_graphic {
  background-image: url('../images/footer-pic.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-78 {
  height: 50vh;
}

.nav-link-4 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.nav-link-4.w--current {
  color: var(--_color---primary-color);
  display: none;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-block-9 {
  font-size: var(--_typography---body--small-font-size);
  text-align: center;
}

.body-2 {
  font-family: var(--_typography---body--body-font-family);
  color: var(--_color---body-color);
  font-size: var(--_typography---body--body-font-size);
  line-height: var(--_typography---body--body-line-height);
}

.rich-text-block-4 {
  font-size: var(--_typography---body--body-font-size);
  border-left-color: #000;
}

.block-quote {
  background-color: var(--_color---primary-color);
  color: var(--_color---white-color);
  border-left-style: none;
  border-radius: 8px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 600;
}

.code-embed-6 {
  width: 60px;
  color: var(--_color---primary-color);
}

.bold-text-13, .bold-text-14 {
  color: var(--_color---primary-color);
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.code-embed-7 {
  color: currentColor;
  width: 40px;
  height: 40px;
}

.link-block-7 {
  color: var(--_color---black-color);
}

.link-block-7:hover {
  color: var(--_color---primary-color);
}

.div-block-81 {
  height: 100vh;
}

.rich-text-block-5 {
  font-size: var(--_typography---body--small-font-size);
  text-align: center;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-9 {
  color: var(--_color---body-color);
  white-space: nowrap;
  text-decoration: underline;
}

.link-block-9:hover {
  color: var(--_color---primary-color);
  text-decoration: none;
}

.bold-text-15 {
  color: currentColor;
}

.bold-text-16 {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---body--body-font-size: 1rem;
    --_typography---body--body-line-height: 1.6;
    --_typography---body--large-font-size: 1rem;
    --_typography---h1--font-size: clamp(2rem, 4vw, 3.5rem);
    --_typography---h1--line-height: 1.1;
    --_typography---h1--font-weight: 400;
    --_typography---heading-4--font-size: clamp(1.2rem, 2vw, 1.5rem);
    --_typography---heading-4--line-height: 1.2;
    --_typography---heading-4--font-weight: 600;
    --_typography---heading-2--font-size: clamp(1.75rem, 3.2vw, 2.75rem);
    --_typography---heading-2--line-height: 1.2;
    --_typography---heading-2--font-weight: 600;
    --_typography---heading-3--font-size: clamp(1.5rem, 2.6vw, 2.25rem);
    --_typography---heading-3--font-weight: 600;
    --_typography---heading-5--font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    --_typography---heading-5--font-family: var(--heading-font-family);
    --_typography---heading-5--line-height: 1.2;
    --_typography---heading-5--font-weight: 500;
    --_typography---body--small-font-size: .8rem;
    --_typography---hero-banner--font-size: clamp(3rem, 5vw, 5.5rem);
    --_typography---hero-banner--font-weight: 600;
    --_typography---body--body-font-family: var(--body-font-family);
    --_typography---hero-banner--font-family: var(--heading-font-family);
    --_typography---h1--font-family: var(--heading-font-family);
    --_typography---heading-2--font-family: var(--heading-font-family);
    --_typography---heading-3--font-family: var(--heading-font-family);
    --_typography---heading-3--line-height: 1.3;
    --_typography---heading-4--font-family: var(--heading-font-family);
    --_spacing---header--padding-top: .5rem;
    --_spacing---destination-card--image-cover: 4vh;
    --_spacing---destination-card--padding: 4%;
    --_spacing---header--padding-bottom: .5rem;
    --body-font-family: Inter, sans-serif;
    --container: 1440px;
    --spacing--medium: 6vh;
    --arabic-font-family\<deleted\|variable-e44f3a3c-ff03-7089-6bcc-d9cd905e16a7\>: Cairo;
    --spacing--small: 3vh;
    --container-fluid: 90%;
    --heading-font-family: Inter, sans-serif;
    --spacing--large: 10vh;
    --spacing--gutter: 2vh;
  }

  .mt-hero_banner {
    background-color: #7f040c;
    background-image: url('../images/home-banner-mobile.webp');
    background-position: 100% 100%;
    background-size: auto 100%;
  }

  .navbar-no-shadow-container {
    display: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--_color---primary-color);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 350px;
    max-width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: fixed;
    inset: 110px 0% auto;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .mt-h1.mt-intro_title {
    max-width: none;
    font-size: var(--_typography---h1--font-size);
  }

  .mt-row_grid.mt-gap_0.mt-col_4, .mt-row_grid.mt-col_4 {
    grid-template-columns: 1fr 1fr;
  }

  .mt-large.mt-intro_desc {
    max-width: none;
  }

  .paragraph.mt-large, .mt-section_title.mt-mb_2vh {
    z-index: 2;
  }

  .div-block-31 {
    height: 100%;
  }

  .mt-narrative_content_wrap {
    width: 50%;
  }

  .mt-destination_label {
    width: 150px;
    height: 150px;
    top: 10%;
    transform: translate(-50%);
  }

  .mt-header_btn_wrap.mobile {
    display: block;
  }

  .mt-mobile_menu_wrap {
    padding-top: 140px;
    padding-bottom: 140px;
    transform: translate(0, 100%);
  }

  .mt-hamburger {
    display: flex;
  }

  .mt-hamburger_top {
    width: 30px;
  }

  .mt-hamburger_middle {
    width: 0;
  }

  .mt-hamburger_bottom {
    width: 30px;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    overflow: hidden;
  }

  .mt-map_card.mt-primary_bgr {
    width: 100%;
    transform: translate(0, 100vh);
  }

  .mt-map_card_image {
    height: 200px;
  }

  .mt-exp_img_wrap {
    height: 70vw;
  }

  .div-block-56.contact {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-58 {
    grid-template-columns: 1fr;
  }

  .mt-step_card {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
  }

  .div-block-60 {
    align-items: flex-start;
  }

  .paragraph-6 {
    text-align: left;
  }

  .div-block-78 {
    height: 20vh;
  }

  .div-block-79 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mt-container {
    width: 90%;
  }

  .mt-row_flex.mt-g_5vw {
    flex-flow: column;
  }

  .mt-hero_banner {
    background-color: #7f040c;
    background-image: url('../images/home-banner-mobile.webp');
    background-size: 70%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .mt-row_grid.mt-gap_0.mt-col_4 {
    grid-template-columns: 1fr;
  }

  .mt-section.mt-plain_bgr.mt-intro_section {
    padding-bottom: var(--spacing--medium);
  }

  .mt-intro_content_wrap {
    flex-flow: column;
    height: auto;
  }

  .mt-intro_content_image {
    padding-right: 0;
    position: static;
  }

  .mt-intro_content.mt-medium_pt {
    width: 100%;
  }

  .mt-intro_image._1 {
    height: 50vh;
    position: static;
  }

  .mt-col_2_3, .mt-col_1_3 {
    flex-basis: 100%;
  }

  .mt-map_card.mt-primary_bgr {
    transform: translate(0, 100vh);
  }

  .mt-exp_img_wrap {
    height: 100vw;
  }

  .div-block-52 {
    max-width: 890%;
  }

  .div-block-56.contact {
    grid-template-columns: 1fr 1fr;
  }

  .heading-7 {
    text-align: left;
  }

  .div-block-77 {
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---body--body-font-size: 1rem;
    --_typography---body--body-line-height: 1.6;
    --_typography---body--large-font-size: 1rem;
    --_typography---h1--font-size: clamp(2rem, 4vw, 3.5rem);
    --_typography---h1--line-height: 1.1;
    --_typography---h1--font-weight: 400;
    --_typography---heading-4--font-size: clamp(1.2rem, 2vw, 1.5rem);
    --_typography---heading-4--line-height: 1.2;
    --_typography---heading-4--font-weight: 600;
    --_typography---heading-2--font-size: clamp(1.75rem, 3.2vw, 2.75rem);
    --_typography---heading-2--line-height: 1.2;
    --_typography---heading-2--font-weight: 600;
    --_typography---heading-3--font-size: clamp(1.5rem, 2.6vw, 2.25rem);
    --_typography---heading-3--font-weight: 600;
    --_typography---heading-5--font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    --_typography---heading-5--font-family: var(--heading-font-family);
    --_typography---heading-5--line-height: 1.2;
    --_typography---heading-5--font-weight: 500;
    --_typography---body--small-font-size: .8rem;
    --_typography---hero-banner--font-size: clamp(2rem, 4vw, 5.5rem);
    --_typography---hero-banner--font-weight: 600;
    --_typography---body--body-font-family: var(--body-font-family);
    --_typography---hero-banner--font-family: var(--heading-font-family);
    --_typography---h1--font-family: var(--heading-font-family);
    --_typography---heading-2--font-family: var(--heading-font-family);
    --_typography---heading-3--font-family: var(--heading-font-family);
    --_typography---heading-3--line-height: 1.3;
    --_typography---heading-4--font-family: var(--heading-font-family);
    --body-font-family: Inter, sans-serif;
    --container: 1440px;
    --spacing--medium: 4vh;
    --arabic-font-family\<deleted\|variable-e44f3a3c-ff03-7089-6bcc-d9cd905e16a7\>: Cairo;
    --spacing--small: 3vh;
    --container-fluid: 90%;
    --heading-font-family: Inter, sans-serif;
    --spacing--large: 8vh;
    --spacing--gutter: 2vh;
  }

  .mt-loading-logo {
    max-width: 80%;
  }

  .mt-loading-logo-emblem {
    max-height: 100%;
  }

  .mt-row_flex {
    flex-flow: column;
    align-items: stretch;
  }

  .mt-row_flex.mt-medium_pt {
    flex: 0 auto;
    order: -9999;
  }

  .mt-hero_banner {
    background-size: 100%;
  }

  .mt-header_right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .navbar-no-shadow-container {
    position: static;
  }

  .nav-menu {
    flex-direction: column;
    max-width: 100%;
    inset: 70px 0% auto;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .mt-hero_banner_caption {
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 100px;
  }

  .mt-container_fluid.mt-footer_container {
    flex-flow: column;
    display: flex;
  }

  .mt-row_grid.mt-gap_0.mt-col_4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .mt-row_grid.mt-col_4 {
    grid-template-columns: 1fr;
  }

  .text-block {
    text-align: center;
  }

  .mt-section.mt-plain_bgr.mt-intro_section.mt-medium_pt.mt-medium_pb {
    height: auto;
  }

  .mt-intro_content_wrap {
    flex-flow: column;
    height: auto;
  }

  .mt-intro_content_image {
    width: 100%;
    height: 40vh;
    position: static;
    overflow: hidden;
  }

  .mt-intro_content.mt-medium_pt {
    width: 100%;
    padding-right: 40px;
  }

  .mt-medium_pt.mt-medium_pb.mt-plain_bgr.mt-footer_graphic {
    background-image: url('../images/footer-pic-mobile.webp');
  }

  .mt-intro_image._1 {
    height: 40vh;
    position: relative;
  }

  .mt-intro_image_cover._1 {
    height: 40vh;
  }

  .mt-intro_image_cover._2 {
    height: 20vh;
  }

  .mt-intro_content_image_right {
    width: 50vw;
  }

  .mt-col_1_3 {
    order: -9999;
  }

  .mt-philosophy_img._2 {
    display: none;
  }

  .mt-sub_title, .mt-section_title.mt-mb_2vh {
    z-index: 11;
  }

  .mt-philosophy_content.mt-large_pt {
    padding-top: 0;
  }

  .mt-narrative_content_wrap {
    width: 100%;
  }

  .mt-col_1_2 {
    flex-basis: 100%;
  }

  .mt-col_1_2.footer-bottom {
    order: -9999;
  }

  .mt-narative_content {
    z-index: 11;
  }

  .mt-narrative_image._1 {
    z-index: 1;
    width: 50vw;
  }

  .mt-narrative_image._1.mobile {
    z-index: 9;
    display: block;
  }

  .mt-narrative_image._1.desktop {
    display: none;
  }

  .mt-destination_wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .mt-destination_description.mt-primary_bgr.left, .mt-destination_description.mt-primary_bgr.right {
    width: 100%;
  }

  .mt-destination_label {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .mt-destination_label.desktop {
    display: none;
  }

  .mt-destination_label.mobile {
    display: flex;
  }

  .mt-destination_left, .mt-destination_right {
    height: 50vh;
  }

  .mt-col_2_5, .mt-col_1_5 {
    flex-basis: 100%;
  }

  .mt-core_image_large {
    height: 50vh;
  }

  .mt-map_section {
    height: auto;
  }

  .mt-footer_menu, .mt-social {
    justify-content: flex-start;
  }

  .mt-terms {
    text-align: center;
    justify-content: center;
  }

  .mt-header_btn_wrap {
    display: none;
  }

  .mt-map_wrapper {
    height: 50vh;
  }

  .mt-mobile_menu_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mt-mobile_menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-5 {
    text-align: center;
  }

  .nav-link-2, .nav-link-3 {
    color: var(--_color---white-color);
  }

  .div-block-52 {
    max-width: none;
  }

  .mt-section_header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-56, .div-block-56.contact, .div-block-58 {
    grid-template-columns: 1fr;
  }

  .mt-step_card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
  }

  .heading-7 {
    text-align: center;
  }

  .div-block-60 {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-6 {
    text-align: center;
  }

  .nav-menu-2 {
    background-color: var(--_color---body-color);
    padding-top: 100px;
    position: fixed;
  }

  .rich-text-block-2 {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-63 {
    grid-template-columns: 1fr;
  }

  .div-block-64 {
    flex-flow: column;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-70, .div-block-72, .div-block-74 {
    grid-template-columns: 1fr;
  }

  .div-block-75 {
    max-width: none;
  }

  .div-block-76, .div-block-77 {
    flex-flow: column;
  }

  .rich-text-block-3 {
    max-width: none;
  }

  .div-block-78 {
    height: 50vh;
  }

  .div-block-79, .div-block-80 {
    text-align: center;
  }

  .heading-13 {
    margin-bottom: 0;
  }

  .heading-14, .heading-15, .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-15 {
    object-fit: contain;
    object-position: 100% 100%;
    height: 500px;
  }

  .menu-button-2 {
    z-index: 9;
    padding: 10px 0 10px 20px;
  }

  .menu-button-2.w--open {
    background-color: var(--_color---transparent);
  }

  .icon {
    font-size: 2rem;
  }

  .nav-link-4 {
    color: var(--_color---white-color);
    display: block;
  }

  .nav-link-4.w--current {
    display: block;
  }

  .container {
    max-width: none;
  }
}

#w-node-aa7fea43-f809-5016-186a-cf133ab4aa5f-a46f0182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba302e55-5706-0fde-a723-28c2aac00dfe-aac00df3 {
  justify-self: start;
}

#w-node-ba302e55-5706-0fde-a723-28c2aac00e00-aac00df3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ba302e55-5706-0fde-a723-28c2aac00e00-aac00df3 {
    grid-column: span 1 / span 1;
  }
}


