.turbo-progress-bar {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  height: 3px;
  background: #0076ff;
  z-index: 9999;
  transition:
    width 300ms ease-out,
    opacity 150ms 150ms ease-in;
  transform: translate3d(0, 0, 0);
}

/* SCROLLBAR */

[dark-scroll]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

[dark-scroll]::-webkit-scrollbar-track-piece {
  background-color: #2b2b2b;
  border: 1px solid #1d1d1d;
}

[dark-scroll]::-webkit-scrollbar-thumb {
  height: 10px;
  background-color: #4d4d4d;
}
[dark-scroll]::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}

/* LOAD PROGRESS */

.turbolinks-progress-bar {
  height: 3px;
  background-color: #ff6250;
}

/* GROUPING */

[data-id].ui-selecting {
  box-shadow: inset 0 0 0 1px #4285f4 !important;
}
[data-id].ui-selected {
  box-shadow: inset 0 0 0 1px #4285f4 !important;
}

/* CURSOR */

body[mode='comments'] * {
  cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjkxNjQ4IDIzLjQxMDlDNS40OTE1MyAyMi45ODg3IDUuOTMxNzkgMjIuMzkzNSA2LjIzMjggMjEuNjQwN0M0Ljc5MDY5IDE5LjczODMgNCAxNy4zOTMzIDQgMTQuOTk3NUM0IDguOTM0MSA4LjkzMjgyIDQgMTUuMDAyMiA0QzIxLjA3MTcgNCAyNiA4LjkzOTE5IDI2IDE1LjAwMjVDMjYgMjEuMDY1OSAyMS4wNjcyIDI2IDE0Ljk5NzggMjZDMTIuOTg5NiAyNiAxMS4wMzUzIDI1LjQ1NTcgOS4zMjM2NyAyNC40MjMxQzguNDI5NjUgMjQuOTU3MiA3LjQxNDM0IDI1LjIyNjggNi4zMDAxOCAyNS4yMjY4QzUuOTU0MjYgMjUuMjI2OCA1LjU5OTM1IDI1LjIwMTQgNS4yNTM0MiAyNS4xNDU0QzQuOTAzIDI1LjA4OTUgNC42Mjg5NiAyNC44MDQ2IDQuNTUyNTggMjQuNDE4QzQuNDc2MjEgMjQuMDI2NCA0LjYxOTk3IDIzLjYyOTYgNC45MTY0OCAyMy40MTA5WiIgZmlsbD0iI0ZGNjI1MCIvPgo8L3N2Zz4K')
      0 24,
    auto !important;
}

body[mode='code'] [data-id]:not(.hidden) {
  cursor: default;
}

/* default node state */

body[mode='code'] [data-id]:not(.hidden), body[mode='comments'] [data-id]:not(.hidden) {
  pointer-events: all;
}

/* is_image */

body[mode='code'] [data-id].is_image [data-id], body[mode='comments'] [data-id].is_image [data-id] {
  pointer-events: none !important;
}

/* without a data-id or ignored */

[data-id].ignore,body[mode='code'] *:not([data-id]) {
  pointer-events: none !important;
}
/* disable transforms for ignored elements */


body[mode='code'] [data-id]:hover{
  transform: none !important;
}


    .hotspot {
      position: absolute;
      border: 1px solid #2a9fd8;
      background: rgba(0, 173, 255, 0.54);
      opacity: 0;
      z-index: -1;
      pointer-events:none;
    }
 
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Inter:400,700");


@font-face {
  font-family: "Optima-Regular";
  font-style: normal;
  font-weight: 400;
  src: url('https://anima-uploads.s3.amazonaws.com/5d4906462ebf58532ed32742/unicode.optima.ttf') format("truetype");
}

@font-face {
  font-family: "Brown-Regular";
  font-style: normal;
  font-weight: 400;
  src: url('https://anima-uploads.s3.amazonaws.com/projects/6309af124df0c20ccf0bcd43/fonts/brown-regular.otf') format("opentype");
}
/* The following line is used to measure usage of this code in production. For more info see our usage billing page */
@import url("https://px.animaapp.com/63f48a9364fab7f454464385.63f48a95f4af3788b5a6b657.M4sgsrN.hch.png");


.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.component-wrapper a {
  display: contents;
  pointer-events: auto;
  text-decoration: none;
}

.component-wrapper * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  pointer-events: none;
}

.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
  pointer-events: auto;
}

.component-wrapper.not-ready,
.component-wrapper.not-ready * {
  visibility: hidden !important;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.full-width-a {
  width: 100%;
}

.full-height-a {
  height: 100%;
}

.container-center-vertical {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  pointer-events: none;
}

.container-center-vertical > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.auto-animated div {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated input {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from { opacity: 0 }
 to { opacity: 1 }
}

.animate-nodelay {
  animation-delay: 0s;
}

.align-self-flex-start {
  align-self: flex-start;
}

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

.align-self-flex-center {
  align-self: flex-center;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

input:focus {
  outline: none;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  /*visibility: hidden;*/
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}
:root { 
  --almond2: #faf6ef;
  --almond3: #f5ecdf;
  --black: #000000;
  --eerie-black: #171717;
  --mixed-newblack: #1c1c1b;
  --mixed-newcopper-red: #d95448;
  --mixed-newgrey: #555660;
  --mixed-newwhite: #ffffff;
  --mixed-oldblack: #1c1c1b;
  --mixed-oldclassic-copper: #98694c;
  --mixed-oldcopper-red: #d95448;
  --mixed-oldgrey: #555660;
  --originalblack: #1c1c1b;
  --originalcopper: #98694c;
  --originalgrey: #555660;
  --originallight-grey: #c7c6c5;
  --slate-gray1: #f4f7f7;
 
  --font-size-l: 18px;
  --font-size-m: 16px;
  --font-size-s: 12px;
  --font-size-xl: 22px;
  --font-size-xxl: 28px;
  --font-size-xxxl: 32px;
  --font-size-xxxxl: 60px;
 
  --font-family-brown-regular: "Brown-Regular", Helvetica;
  --font-family-inter: "Inter", Helvetica;
  --font-family-optima-regular: "Optima-Regular", Helvetica;
}
.headinghero-text {
  font-family: var(--font-family-optima-regular);
  /*font-family: "Almarai","Optima-Regular";*/
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -2px;
}

.headingh1 {
  font-family: var(--font-family-optima-regular);
  /*font-family: "Almarai","Optima-Regular";*/
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.headingh2 {
  font-family: var(--font-family-optima-regular);
  /*font-family: "Almarai","Optima-Regular";*/
 
  font-size: var(--font-size-xxl);
 
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.headingh3 {
  font-family: var(--font-family-optima-regular);
  /*font-family: "Almarai","Optima-Regular";*/
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.headingh4 {
  font-family: var(--font-family-optima-regular);
  /*font-family: "Almarai","Optima-Regular";*/
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.contentbody1 {
  /*font-family: "Almarai","Optima-Regular";*/
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.contentbody1-bold {
  /*font-family: "Almarai","Optima-Regular";*/
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
}

.contentbody2 {
  /*font-family: "Almarai","Optima-Regular";*/
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.contentbody2-bold {
   /*font-family: "Almarai","Optima-Regular";*/
 font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
}
.contentbody3 {
  /*font-family: "Almarai","Optima-Regular";*/
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
}
.contentbody4 {
  font-family: var(--font-family-inter);
  /*font-family: "Almarai","Optima-Regular";*/
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}
.contentbody5 {
  /*font-family: var(--font-family-inter);*/
  /*font-family: Optima; */
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

:root {
}


.scrolling-C61RwL {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  height: auto;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: fit-content;
}

.hero-cover-risVud {
  background-color: transparent;
  height: 810px;
  margin-right: -2.00px;
  min-width: 1442px;
  position: relative;
}

.hero-image-mxA5gl {
  background-color: transparent;
  height: 810px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 1440px;
}

.effect-mxA5gl {
  background: linear-gradient(180deg, rgb(148.7499949336052, 56.75986088812351, 0) 0%, rgba(204.00000303983688, 131.00000739097595, 86.00000247359276, 0.5) 56.77083134651184%, rgba(149.00000631809235, 56.99998900294304, 0, 0.44999998807907104) 100%);
  height: 810px;
  mix-blend-mode: multiply;
  width: 1440px;
}

.roaya-360-value-cred-mxA5gl {
  background-color: transparent;
  color: var(--mixed-newwhite);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 342px;
  line-height: 70px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: center;
  text-shadow: 0px 5px 10px #00000059;
  top: 335px;
  width: auto;
}

.discover-more-mxA5gl {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: auto;
  justify-content: center;
  left: 645px;
  padding: 8px 16px;
  position: absolute;
  top: 702px;
}

.scroll-down-JxMpaA {
  background-color: transparent;
  height: 32px;
  min-width: 32px;
  mix-blend-mode: normal;
  position: relative;
}

.union-CuIZkI {
  height: 24px;
  left: 4px;
  top: 4px;
  width: 24px;
}

.discover-more-JxMpaA {
  color: var(--mixed-newwhite);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
}

.scrolling-nav-risVud {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  width: fit-content;
}

.services-section-4it2W3 {
  align-items: center;
  background-color: var(--mixed-newwhite);
  display: flex;
  flex-direction: column;
  gap: 46px;
  height: auto;
  mix-blend-mode: normal;
  padding: 100px 56px;
  position: relative;
  width: fit-content;
}

.slogan-text-G8CFAs {
  color: var(--mixed-newblack);
}

.services-l-ayout-YPNY9V {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  gap: 16px;
  height: auto;
  position: relative;
  width: fit-content;
}

.x01-xv0NKY {
  align-items: flex-start;
  background-color: transparent;
  border: 1px solid;
  border-color: var(--mixed-newblack);
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: auto;
  padding: 52px;
  position: relative;
  width: fit-content;
  
}
.x01-xv0NKZ {
  align-items: flex-start;
  background-color: transparent;
  border: 1px solid;
  border-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: auto;
  padding: 52px;
  position: relative;
  width: fit-content;
  
}

.x01-xv0NKY:hover,.x01-xv0NKZ:hover {
  border-color: var(--mixed-newblack);
  background-color: #f3f3f3;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}



.consultant3-1ijGMF {
  background-color: transparent;
  height: 68px;
  min-width: 68px;
  position: relative;
}

.union-VmWSc5 {
  height: 51px;
  left: 6px;
  top: 8px;
  width: 57px;
}

.content-1ijGMF {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  position: relative;
  width: 256px;
}

.consulting-AJD0A5 {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: 256px;
}

.according-to-the-vis-AJD0A5 {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  width: 256px;
}

.button-1ijGMF {
  align-items: center;
  align-self: stretch;
  background-color: var(--mixed-newblack);
  display: flex;
  gap: 8px;
  height: 46px;
  justify-content: center;
  mix-blend-mode: normal;
  overflow: hidden;
  padding: 12px;
  position: relative;
}

.button-MEpskK {
  background-color: transparent;
  color: var(--mixed-newwhite);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.x02-xv0NKY {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: auto;
  padding: 32px;
  position: relative;
  width: fit-content;
}

.property-TT0Wdp {
  background-color: transparent;
  height: 68px;
  min-width: 68px;
  position: relative;
}

.union-PLjpBC {
  height: 51px;
  left: 8px;
  top: 8px;
  width: 51px;
}

.content-TT0Wdp {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.property-management-2L5RCY {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  width: 100%;
}

.due-to-the-experienc-2L5RCY {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  width: 100%;
}

.x03-xv0NKY {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 310px;
  padding: 32px;
  position: relative;
  width: fit-content;
}

.location-S0vxPI {
  background-color: transparent;
  height: 68px;
  min-width: 68px;
  position: relative;
}

.union-QVGfrB {
  height: 51px;
  left: 8px;
  top: 8px;
  width: 51px;
}

.content-S0vxPI {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  position: relative;
  width: 256px;
}

.find-real-estate-locations-Cxxsrx {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  width: 256px;
}

.due-to-the-companys-Cxxsrx {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  width: 256px;
}

.x04-xv0NKY {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 310px;
  padding: 32px;
  position: relative;
  width: fit-content;
}

.facility-J9t40L {
  background-color: transparent;
  height: 68px;
  min-width: 68px;
  position: relative;
}

.union-KO8S4n {
  height: 51px;
  left: 9px;
  top: 8px;
  width: 51px;
}

.content-J9t40L {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  position: relative;
  width: 256px;
}

.facility-management-Ga5ywd {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: 256px;
}

.roaya-is-keen-to-pro-Ga5ywd {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  width: 256px;
}

.case-studies-4it2W3 {
  align-items: center;
  background-color: var(--slate-gray1);
  display: flex;
  flex-direction: column;
  gap: 46px;
  height: auto;
  mix-blend-mode: normal;
  padding: 100px 56px;
  position: relative;
  width: fit-content;
}

.slogan-text-CoHJLi {
  color: #ff0000;
}

.slide-r3xDpE {
  background-color: transparent;
  height: 242px;
  min-width: 1328px;
  position: relative;
}

.left-rW7NrH {
  height: 32px;
  min-width: 32px;
  opacity: 0.35;
}

.union-gdAH0M {
  height: 24px;
  left: 4px;
  top: 4px;
  width: 24px;
}

.right-rW7NrH {
  height: 32px;
  min-width: 32px;
}

.union-RHmgBi {
  height: 24px;
  left: 4px;
  top: 4px;
  width: 24px;
}

.content-nJBjZN {
  align-items: center;
  justify-content: space-between;
  left: 80px;
  mix-blend-mode: normal;
  position: absolute;
  top: 0px;
  width: 1168px;
}

.title-des-SN01Fv {
  width: 432px;
}

.frame-34214-tCQjfv {
  align-items: flex-start;
  gap: 2px;
}

.facade-and-frontage-oXGNb1 {
  color: var(--mixed-newgrey);
  width: fit-content;
}

.al-khobar-city-walk-oXGNb1 {
  color: var(--mixed-newblack);
  line-height: 34px;
  white-space: nowrap;
  width: fit-content;
}

.al-khobar-city-walk-tCQjfv {
  align-self: stretch;
  color: var(--mixed-newgrey);
  line-height: 20px;
}

.button-tCQjfv {
  align-items: center;
  background-color: var(--mixed-oldclassic-copper);
  display: flex;
  gap: 8px;
  height: auto;
  justify-content: center;
  mix-blend-mode: normal;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: fit-content;
}

.button-Fn8KR2 {
  background-color: transparent;
  color: var(--mixed-newwhite);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.group-34214-SN01Fv {
  background-color: transparent;
  height: 242px;
  min-width: 544px;
  position: relative;
}

.slides-indicators-r3xDpE {
  align-items: center;
  background-color: transparent;
  display: flex;
  gap: 4px;
  height: auto;
  justify-content: center;
  position: relative;
  width: fit-content;
}

.rectangle-4258-Q5oPUr {
  background-color: var(--mixed-newblack);
  border-radius: 16px;
  height: 8px;
  min-width: 32px;
  mix-blend-mode: normal;
  position: relative;
}

.rectangle-4259-Q5oPUr {
  background-color: var(--originallight-grey);
  border-radius: 16px;
  height: 8px;
  min-width: 8px;
  mix-blend-mode: normal;
  position: relative;
}

.rectangle-4260-Q5oPUr {
  background-color: var(--originallight-grey);
  border-radius: 16px;
  height: 8px;
  min-width: 8px;
  mix-blend-mode: normal;
  position: relative;
}

.the-story-4it2W3 {
  align-items: center;
  background-color: var(--slate-gray1);
  display: flex;
  height: auto;
  justify-content: space-between;
  padding: 100px 56px;
  width: 1440px;
}

.group-11-Dg3Yia {
  background-color: transparent;
  height: 310px;
  min-width: 656px;
  position: relative;
}

.title-des-Dg3Yia {
  width: 544px;
}

.the-story-lKls0c {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-top: -1.00px;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.roaya-is-a-saudi-lim-lKls0c {
  align-self: stretch;
  background-color: transparent;
  color: var(--mixed-newgrey);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
}

.team-4it2W3 {
  align-items: center;
  background-color: var(--slate-gray1);
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: auto;
  mix-blend-mode: normal;
  padding: 100px 56px;
  position: relative;
  width: fit-content;
}

.frame-34214-ixT6iN {
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.meet-our-team-Z3dRoH {
  background-color: transparent;
  color: var(--mixed-newgrey);
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.people-who-made-it-successful-Z3dRoH {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.group-34239-ixT6iN {
  background-color: transparent;
  height: 673px;
  min-width: 1328px;
  position: relative;
}

.frame-34240-nrZwo0 {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto;
  left: 1120px;
  position: absolute;
  top: 0px;
  width: fit-content;
}

.mashal-bin-salman-gaWZgp {
  line-height: 28px;
}

.ceo-of-roaya-gaWZgp {
  line-height: 16px;
}

.group-34236-xJRer9 {
  background-color: transparent;
  height: 208px;
  min-width: 208px;
  position: relative;
}

.frame-34241-nrZwo0 {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto;
  left: 0px;
  position: absolute;
  top: 0px;
  width: fit-content;
}

.mashal-bin-salman-HJd75j {
  line-height: 28px;
}

.ceo-of-roaya-HJd75j {
  line-height: 16px;
}

.group-34237-CK68xE {
  background-color: transparent;
  height: 208px;
  min-width: 208px;
  position: relative;
}

.left-Z8tUQe {
  height: 46px;
  min-width: 46px;
}

.union-s5uG87 {
  height: 34px;
  left: 6px;
  top: 6px;
  width: 34px;
}

.right-Z8tUQe {
  height: 46px;
  min-width: 46px;
}

.union-c8jZqF {
  height: 34px;
  left: 6px;
  top: 6px;
  width: 34px;
}

.group-34238-VcFk2j {
  background-color: transparent;
  height: 600px;
  min-width: 544px;
  position: relative;
}

.group-34235-a8x4dB {
  background-color: transparent;
  height: 600px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 544px;
}

.rectangle-4265-a8x4dB {
  background: linear-gradient(180deg, rgba(28.000000230968, 28.000000230968, 27.000000290572643, 0) 0%, rgba(28.000000230968, 28.000000230968, 27.000000290572643, 0.05000000074505806) 68.22916865348816%, rgb(28.000000230968, 28.000000230968, 27.000000290572643) 100%);
  background-color: transparent;
  height: 600px;
  left: 0px;
  mix-blend-mode: normal;
  position: absolute;
  top: 0px;
  width: 544px;
}

.frame-34236-0MlWqB {
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  width: fit-content;
}

.qoute-rV2ux2 {
  background-color: transparent;
  height: 68px;
  min-width: 68px;
  mix-blend-mode: normal;
  position: relative;
}

.union-IDISZP {
  height: 45px;
  left: 6px;
  top: 11px;
  width: 57px;
}

.lorem-ipsum-dolor-si-rV2ux2 {
  font-family: var(--font-family-brown-regular);
  font-size: var(--font-size-m);
  letter-spacing: 0.00px;
  line-height: normal;
  width: 432px;
}

.mashal-bin-salman-7Q7xNw {
  line-height: 34px;
}

.ceo-of-roaya-7Q7xNw {
  line-height: 20px;
}

.clients-4it2W3 {
  align-items: center;
  background-color: var(--mixed-newwhite);
  display: flex;
  flex-direction: column;
  gap: 46px;
  height: auto;
  mix-blend-mode: normal;
  padding: 56px 0px;
  position: relative;
  width: fit-content;
}

.section-title-exLI87 {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: auto;
  justify-content: center;
  position: relative;
  width: fit-content;
}

.who-we-work-with-txaxjd {
  background-color: transparent;
  color: var(--mixed-newgrey);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.theres-a-reason-we-have-amazing-clients-txaxjd {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.frame-34226-exLI87 {
  align-items: flex-start;
  gap: 100px;
  justify-content: center;
  width: 1440px;
}

.group-34217-iK27lb {
  background-color: transparent;
  height: 150px;
  margin-left: -480.00px;
  min-width: 150px;
  position: relative;
}

.group-34218-iK27lb {
  background-color: transparent;
  height: 150px;
  margin-left: -230.00px;
  min-width: 150px;
  position: relative;
}

.group-34219-iK27lb {
  background-color: transparent;
  height: 150px;
  min-width: 150px;
  position: relative;
}

.group-34220-iK27lb {
  background-color: transparent;
  height: 150px;
  min-width: 150px;
  position: relative;
}

.mask-group-iK27lb {
  background-color: transparent;
  height: 150px;
  min-width: 150px;
  position: relative;
}

.group-34221-rpx8pJ {
  background-color: transparent;
  height: 150px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 150px;
}

.group-34222-iK27lb {
  background-color: transparent;
  height: 150px;
  min-width: 150px;
  position: relative;
}
.group-34232-iK27lb {
  background-color: transparent;
  /*height: 450px;
  min-width: 150px;*/
  position: relative;
}

.group-34223-iK27lb {
  background-color: transparent;
  height: 150px;
  min-width: 150px;
  position: relative;
}

.group-34224-iK27lb {
  background-color: transparent;
  height: 150px;
  min-width: 150px;
  position: relative;
}

.group-34225-iK27lb {
  background-color: transparent;
  height: 150px;
  margin-right: -230.00px;
  min-width: 150px;
  position: relative;
}

.section-b-1-iK27lb {
  background-color: transparent;
  height: 150px;
  margin-right: -480.00px;
  min-width: 150px;
  mix-blend-mode: normal;
  object-fit: cover;
  position: relative;
}

.footer-4it2W3 {
  align-items: center;
  background-color: var(--mixed-newblack);
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: auto;
  justify-content: center;
  mix-blend-mode: normal;
  padding: 56px 68px;
  position: relative;
  width: fit-content;
}

.frame-34226-TxLdmH {
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--mixed-newgrey);
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  justify-content: space-between;
  padding: 0px 0px 32px;
  width: 1304px;
}

.logo-FYx41n {
  height: 34px;
  min-width: 90px;
}

.union-ef8yv3 {
  height: 34px;
  left: 0px;
  top: 0px;
  width: 48px;
}

.union-Gk9RlA {
  height: 34px;
  left: 56px;
  top: 0px;
  width: 34px;
}

.frame-34227-FYx41n {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  gap: 16px;
  height: auto;
  justify-content: center;
  position: relative;
  width: fit-content;
}

.navigation-item-f4UrQf {
  flex-direction: column;
}

.navigation-item-FdTE3D {
  flex-direction: column;
}

.navigation-item-xuDlT5 {
  flex-direction: column;
}

.navigation-item-YZOyHJ {
  flex-direction: column;
}

.frame-34226-FYx41n {
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
  width: fit-content;
}

.linkedin-7VcI1Z {
  background-color: transparent;
  height: 36px;
  min-width: 36px;
  position: relative;
}

.twitter-7VcI1Z {
  background-color: transparent;
  height: 36px;
  min-width: 36px;
  position: relative;
}

.you-tube-7VcI1Z {
  background-color: transparent;
  height: 36px;
  min-width: 36px;
  position: relative;
}

.instagram-7VcI1Z {
  background-color: transparent;
  height: 36px;
  min-width: 36px;
  position: relative;
}

.all-rights-reserved-TxLdmH {
  background-color: transparent;
  color: var(--mixed-newwhite);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.al-khobar-city-walk {
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
}

.ceo-of-roaya {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 700;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.chevron-right {
  background-color: transparent;
  height: 20px;
  min-width: 20px;
  position: relative;
}

.dec-26-2022-by-mashal-bin-salman {
  background-color: transparent;
  color: var(--mixed-newgrey);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  width: fit-content;
}

.discover-more {
  background-color: transparent;
  width: fit-content;
}

.effect {
  background-color: transparent;
  left: 0px;
  position: absolute;
  top: 0px;
}

.facade-and-frontage {
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
}

.frame-34214 {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  width: fit-content;
}

.frame-34233 {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  width: 544px;
}

.frame-34234 {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto;
  position: relative;
  width: 544px;
}

.frame-34236 {
  background-color: transparent;
  display: flex;
  height: auto;
  position: relative;
}

.group-34233 {
  background-color: transparent;
  height: 228px;
  min-width: 656px;
  position: relative;
}

.left {
  background-color: transparent;
  mix-blend-mode: normal;
  position: relative;
}

.logo {
  background-color: transparent;
  mix-blend-mode: normal;
  position: relative;
}

.lorem-ipsum-dolor-si {
  background-color: transparent;
  color: var(--mixed-newgrey);
  font-style: normal;
  font-weight: 400;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
}

.mashal-bin-salman {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.name {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: auto;
  position: relative;
  width: fit-content;
}

.navigation-item {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 8px 16px;
  position: relative;
  width: fit-content;
}

.project-image {
  background-color: transparent;
  height: 546px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 360px;
}

.rectangle-4283 {
  background-color: var(--almond3);
  height: 228px;
  left: 0px;
  mix-blend-mode: normal;
  position: absolute;
  top: 0px;
  width: 656px;
}

.right {
  background-color: transparent;
  mix-blend-mode: normal;
  position: relative;
}

.slogan-text {
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.title {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  width: 296px;
}

.title-layout {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: auto;
  position: relative;
  width: fit-content;
}

.union {
  background-color: transparent;
  mix-blend-mode: normal;
  position: absolute;
}
/* screen - landingpage */

.landingpage {
  background-color: var(--mixed-newwhite);
  border: 1px none;
  height: 810px;
  mix-blend-mode: normal;
  overflow-x: hidden;
  position: relative;
  width: 1440px;
}

.landingpage .arrows-nJBjZN {
  left: 0px;
  top: 105px;
}

.landingpage .group-34248-4it2W3 {
  background-color: transparent;
  height: 546px;
  min-width: 1440px;
  position: relative;
}

.landingpage .projects-pRxxVs {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: auto;
  justify-content: center;
  left: 0px;
  position: absolute;
  top: 0px;
  width: fit-content;
}

.landingpage .project01-7nLLzT {
  background-color: transparent;
  height: 546px;
  min-width: 360px;
  mix-blend-mode: normal;
  position: relative;
}

.landingpage .effect-6e0H1x {
  background: linear-gradient(180deg, rgba(85.0000025331974, 86.00000247359276, 96.00000187754631, 0) 0%, rgba(85.0000025331974, 86.00000247359276, 96.00000187754631, 0.6499999761581421) 100%);
  height: 546px;
  mix-blend-mode: normal;
  width: 360px;
}

.landingpage .content-6e0H1x {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  left: 32px;
  position: absolute;
  top: 424px;
  width: fit-content;
}

.landingpage .facade-and-frontage-ydrHxP {
  align-self: stretch;
  color: var(--mixed-newwhite);
}

.landingpage .al-khobar-city-walk-ydrHxP {
  align-self: stretch;
  color: var(--mixed-newwhite);
  line-height: 34px;
}

.landingpage .project02-7nLLzT {
  background-color: transparent;
  height: 546px;
  min-width: 360px;
  mix-blend-mode: normal;
  position: relative;
}

.landingpage .effect-P8yTJy {
  background: linear-gradient(180deg, rgba(85.0000025331974, 86.00000247359276, 96.00000187754631, 0) 0%, rgba(85.0000025331974, 86.00000247359276, 96.00000187754631, 0.6499999761581421) 100%);
  height: 546px;
  mix-blend-mode: normal;
  width: 360px;
}

.landingpage .content-P8yTJy {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  left: 32px;
  position: absolute;
  top: 458px;
  width: fit-content;
}

.landingpage .facade-and-frontage-r82wkD {
  align-self: stretch;
  color: var(--mixed-newwhite);
}

.landingpage .al-khobar-city-walk-r82wkD {
  align-self: stretch;
  color: var(--mixed-newwhite);
  line-height: 34px;
  white-space: nowrap;
}

.landingpage .project03-7nLLzT {
  background-color: transparent;
  height: 546px;
  min-width: 360px;
  mix-blend-mode: normal;
  position: relative;
}

.landingpage .rectangle-19-hEZ5BT {
  background-color: var(--almond3);
  height: 546px;
  left: 0px;
  mix-blend-mode: normal;
  position: absolute;
  top: 0px;
  width: 360px;
}

.landingpage .image-hEZ5BT {
  height: 93px;
  left: 133px;
  top: 226px;
  width: 93px;
}

.landingpage .union-ZzvIlq {
  height: 70px;
  left: 12px;
  top: 12px;
  width: 70px;
}

.landingpage .effect-wMnmha {
  background: linear-gradient(180deg, rgba(85.0000025331974, 86.00000247359276, 96.00000187754631, 0) 0%, rgba(85.0000025331974, 86.00000247359276, 96.00000187754631, 0.6499999761581421) 100%);
  height: 546px;
  mix-blend-mode: normal;
  width: 360px;
}

.landingpage .content-wMnmha {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  left: 32px;
  position: absolute;
  top: 458px;
  width: fit-content;
}

.landingpage .facade-and-frontage-oWuAtG {
  align-self: stretch;
  color: var(--mixed-newwhite);
}

.landingpage .al-khobar-city-walk-oWuAtG {
  align-self: stretch;
  color: var(--mixed-newwhite);
  line-height: 34px;
  white-space: nowrap;
}

.landingpage .project04-7nLLzT {
  background-color: transparent;
  height: 546px;
  min-width: 360px;
  mix-blend-mode: normal;
  position: relative;
}

.landingpage .effect-JEjNJD {
  background: linear-gradient(180deg, rgba(85.0000025331974, 86.00000247359276, 96.00000187754631, 0) 0%, rgba(85.0000025331974, 86.00000247359276, 96.00000187754631, 0.6499999761581421) 100%);
  height: 546px;
  mix-blend-mode: normal;
  width: 360px;
}

.landingpage .content-JEjNJD {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  left: 32px;
  position: absolute;
  top: 458px;
  width: fit-content;
}

.landingpage .facade-and-frontage-EOeObM {
  align-self: stretch;
  color: var(--mixed-newwhite);
}

.landingpage .al-khobar-city-walk-EOeObM {
  align-self: stretch;
  color: var(--mixed-newwhite);
  line-height: 34px;
  white-space: nowrap;
}

.landingpage .arrows-pRxxVs {
  left: 56px;
  top: 257px;
}

.landingpage .left-YkJa9e {
  height: 32px;
  min-width: 32px;
  opacity: 0.35;
}

.landingpage .union-pjSiQc {
  height: 24px;
  left: 4px;
  top: 4px;
  width: 24px;
}

.landingpage .right-YkJa9e {
  height: 32px;
  min-width: 32px;
}

.landingpage .union-wmLyYw {
  height: 24px;
  left: 4px;
  top: 4px;
  width: 24px;
}

.landingpage .frame-34238-4it2W3 {
  background-color: var(--mixed-newwhite);
  flex-direction: column;
  gap: 32px;
  mix-blend-mode: normal;
  padding: 100px 56px;
  width: fit-content;
}

.landingpage .slogan-text-WfljU2 {
  color: var(--mixed-newblack);
}

.landingpage .frame-34237-MWaLoj {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 56px;
  height: auto;
  position: relative;
  width: fit-content;
}

.landingpage .frame-34236-V7NZl2 {
  align-items: center;
  justify-content: space-between;
  width: 1328px;
}

.landingpage .image-hEUo8o {
  height: 68px;
  left: 294px;
  top: 91px;
  width: 68px;
}

.landingpage .union-wXeRek {
  height: 51px;
  left: 8px;
  top: 8px;
  width: 51px;
}

.landingpage .frame-34233-lluIUJ {
  gap: 16px;
}

.landingpage .al-khobar-city-walk-7l5E3n {
  color: var(--mixed-newblack);
  line-height: 34px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.landingpage .lorem-ipsum-dolor-si-7l5E3n {
  align-self: stretch;
  line-height: 20px;
}

.landingpage .button-ciqEzb {
  align-items: center;
  background-color: transparent;
  display: flex;
  gap: 8px;
  height: 64px;
  justify-content: center;
  overflow: hidden;
  padding: 12px 16px;
  position: relative;
  width: 208px;
}

.landingpage .button-zoTGzT {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.landingpage .frame-34235-V7NZl2 {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: auto;
  justify-content: space-between;
  position: relative;
  width: 1328px;
}

.landingpage .al-khobar-city-walk-N1KTJf {
  color: var(--mixed-newblack);
  line-height: 34px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.landingpage .lorem-ipsum-dolor-si-N1KTJf {
  align-self: stretch;
  line-height: 20px;
}

.landingpage .button-Oz0nZF {
  align-items: center;
  background-color: transparent;
  display: flex;
  gap: 8px;
  height: 64px;
  justify-content: center;
  overflow: hidden;
  padding: 12px 16px;
  position: relative;
  width: 208px;
}

.landingpage .button-6v5qDg {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.landingpage .image-8Szc9m {
  height: 68px;
  left: 294px;
  top: 91px;
  width: 68px;
}

.landingpage .union-eqDbWv {
  height: 51px;
  left: 8px;
  top: 8px;
  width: 51px;
}

.landingpage .frame-34238-V7NZl2 {
  background-color: transparent;
  justify-content: space-between;
  width: 1328px;
}

.landingpage .image-v5r9dV {
  height: 68px;
  left: 294px;
  top: 91px;
  width: 68px;
}

.landingpage .union-xsYH8n {
  height: 51px;
  left: 8px;
  top: 8px;
  width: 51px;
}

.landingpage .al-khobar-city-walk-7GEvbx {
  color: var(--mixed-newblack);
  line-height: 34px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.landingpage .lorem-ipsum-dolor-si-7GEvbx {
  align-self: stretch;
  line-height: 20px;
}

.landingpage .button-112xHa {
  align-items: center;
  background-color: transparent;
  display: flex;
  gap: 8px;
  height: 64px;
  justify-content: center;
  overflow: hidden;
  padding: 12px 16px;
  position: relative;
  width: 208px;
}

.landingpage .button-JMKXL1 {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.landingpage .arrows-nrZwo0 {
  left: 0px;
  top: 350px;
}

.landingpage .frame-34239-nrZwo0 {
  align-items: flex-end;
  gap: 16px;
  left: 224px;
  position: absolute;
  top: 73px;
}

.landingpage .frame-34239-VcFk2j {
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.landingpage .label-5AbX9N {
  margin-top: -1.00px;
  text-align: left;
}

.landingpage .label-OE5YJV {
  margin-top: -1.00px;
  text-align: left;
}

.landingpage .label-u6KvNX {
  margin-top: -1.00px;
  text-align: left;
}

.landingpage .label-AfwDbm {
  margin-top: -1.00px;
  text-align: left;
}

.landingpage .header-C61RwL {
  align-items: center;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--mixed-newwhite);
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  display: flex;
  height: auto;
  justify-content: space-between;
  left: 0px;
  padding: 46px 56px;
  position: fixed;
  top: 0px;
  width: 1440px;
}

.landingpage .workstreams-IcPKRJ {
  align-items: center;
  background-color: transparent;
  display: flex;
  gap: 16px;
  height: auto;
  position: relative;
  width: fit-content;
}

.landingpage .logo-exxAnB {
  height: 46px;
  min-width: 121.43997192382812px;
}

.landingpage .union-Uxd4vV {
  height: 46px;
  left: 0px;
  top: 0px;
  width: 65px;
}

.landingpage .union-1lkYfw {
  height: 46px;
  left: 75px;
  top: 0px;
  width: 46px;
}

.landingpage .navigation-exxAnB {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: auto;
  justify-content: center;
  position: relative;
  width: fit-content;
}

.landingpage .navigation-item-29SPzZ {
  flex-direction: column;
}

.landingpage .label-sCnW7v {
  margin-top: -1.00px;
  text-align: left;
}

.landingpage .navigation-item-IteCoU {
  flex-direction: column;
}

.landingpage .label-tAJPIx {
  margin-top: -1.00px;
  text-align: left;
}

.landingpage .navigation-item-EZwIJQ {
  flex-direction: column;
}

.landingpage .label-OjfNnG {
  margin-top: -1.00px;
  text-align: left;
}

.landingpage .user-actions-IcPKRJ {
  align-items: center;
  background-color: transparent;
  display: flex;
  gap: 16px;
  height: auto;
  justify-content: flex-end;
  position: relative;
  width: fit-content;
}

.landingpage .contact-S8eJs2 {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: auto;
  justify-content: center;
  position: relative;
  width: fit-content;
}

.landingpage .navigation-item-tzOapx {
  gap: 4px;
}

.landingpage .language-lnA7ms {
  background-color: transparent;
  height: 24px;
  min-width: 24px;
  mix-blend-mode: normal;
  position: relative;
}

.landingpage .label-lnA7ms {
  direction: rtl;
  text-align: right;
}

.landingpage .navigation-item-2ogKMG {
  gap: 4px;
}

.landingpage .video-call-APaPkS {
  background-color: transparent;
  height: 24px;
  min-width: 24px;
  overflow: hidden;
  position: relative;
}

.landingpage .union-nEzMxZ {
  height: 18px;
  left: 3px;
  top: 3px;
  width: 18px;
}

.landingpage .label-APaPkS {
  text-align: left;
}

.landingpage .navigation-item-xmxh81 {
  gap: 4px;
}

.landingpage .whats-app-TMw6Fx {
  background-color: transparent;
  height: 24px;
  min-width: 24px;
  position: relative;
}

.landingpage .union-mbuGTy {
  height: 18px;
  left: 3px;
  top: 3px;
  width: 18px;
}

.landingpage .label-TMw6Fx {
  text-align: left;
}

.landingpage .button-S8eJs2 {
  align-items: center;
  background-color: var(--mixed-newwhite);
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: auto;
  justify-content: center;
  mix-blend-mode: normal;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: fit-content;
}

.landingpage .button-dVNaf6 {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.landingpage .arrows {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: auto;
  justify-content: space-between;
  position: absolute;
  width: 1328px;
}

.landingpage .content {
  background-color: transparent;
  display: flex;
  height: auto;
}

.landingpage .frame-34226 {
  background-color: transparent;
  display: flex;
  height: auto;
  position: relative;
}

.landingpage .frame-34238 {
  align-items: center;
  display: flex;
  height: auto;
  position: relative;
}

.landingpage .frame-34239 {
  background-color: transparent;
  display: flex;
  height: auto;
  width: fit-content;
}

.landingpage .image {
  background-color: transparent;
  position: absolute;
}

.landingpage .label {
  background-color: transparent;
  color: var(--mixed-newwhite);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.landingpage .the-story {
  mix-blend-mode: normal;
  position: relative;
}

.landingpage .title-des {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto;
  position: relative;
}

.landingpage .title-text {
  background-color: transparent;
  color: var(--mixed-newblack);
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}
</style><style id="overrides-styles">
.box-highlight {
  position: absolute;
  box-shadow:inset 0 0 0 1px #4285f4;
  background: rgba(66, 133, 244, 0.1);
  pointer-events: none;
  box-sizing: border-box;
  width:0;
  height:0;
  top:0;
  left:0;
  transform:translate3d(0,0,0);
}

.box-wrapper {
  width:100%;
  height:100%;
  position:relative
}
.tag-box {
  position: absolute;
  left: var(--tag-box-left);
  top: var(--tag-box-top);
  width: var(--tag-box-width);
  height: 20px;
  // max-width: var(--width);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.tag-name {
  padding: 0 8px;
  height: 100%;
  background: #4285f4;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-family: sans-serif;
  flex-shrink: 0;
}
.tag-component-name {
  padding: 0 8px;
  height: 100%;
  background: rgba(51, 102, 255, 0.2);
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #4285f4;
  visibility: hidden;
  font-family: sans-serif;
  min-width: 0;
  flex: 1;
  overflow: hidden;
}

.tag-component-name span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display:inline-block;
  height: 100%;
  position: relative;
  top: 3px;
}

.box-highlight.hover {
  z-index:10;
}
.box-highlight.fixed {
  z-index:9;
}


.box-highlight.is_component {
  position: absolute;
  box-shadow: inset 0 0 0 1px #ff6250;
  background: rgba(255, 98, 80,0.1);
}
.box-highlight.is_root_screen {
  background: transparent;
  box-shadow: inset 0px 0 0 3px #4285f4;
}
.box-highlight.is_component.is_root_screen {
  box-shadow: inset 0px 0 0 3px #ff6250;
}

.box-highlight.is_root_screen .tag-box {
  background: transparent;
  top:3px;
  left:0;
}



.is_component .tag-component-name{
  color: #E2412E;
  background: #F2BFAF;
}
.is_component .tag-name{
  background: #ff6250;
  color:#fff;
}

</style><style id="action-links-styles">
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

#anima-interface{
  transition: all 0.5s ease-in-out;
}

#anima-watermark {
  transition: all 0.5s ease-in-out;
  display: none;
}
#anima-watermark-link{
  position: fixed;
  bottom:20px;
  height:30px;
  border-radius: 1000px;
  background: #3B3B3B;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  user-select:none;
  transition: width 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  text-decoration:none;
  color:#fff;
  padding:8px 16px 8px 11px;
  font-family:Mulish, sans-serif;
  font-size:12px;
}
#anima-watermark-link .text {
  margin-left: 6px;
}

.omniview-anima-action-links .link{
  height: 30px;
  width: 30px;
  border-radius: 1000px;
  background: #3B3B3B;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  user-select:none;
  transition: width 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  text-decoration:none;
  color:#fff;
}
.omniview-anima-action-links #comment-link .text,.omniview-anima-action-links #code-link .text{
  display:none;
  font-size:12px;
  margin-right:5px;
}
.omniview-anima-action-links #comment-link:hover,.omniview-anima-action-links #code-link:hover{
  width:105px;
}
.omniview-anima-action-links #comment-link.pop-active,.omniview-anima-action-links #code-link.pop-active{
  width:105px;
  background: #FF6250;
}
.omniview-anima-action-links #comment-link.pop-active .text,.omniview-anima-action-links #code-link.pop-active .text{
  display:block
}
.omniview-anima-action-links #comment-link:hover .text,.omniview-anima-action-links #code-link:hover .text{
  display:block;
}

.link.navigation{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  width:auto;
  height:32px;
  color:#fff;
  font-size:12px;
  cursor:default;
  padding:0 5px;
}
.link.navigation .icon{
  margin:0 6px;
  fill:none;
  stroke:currentColor;
  cursor:pointer;
}
.link.navigation .icon.disabled{
  opacity:0.5;
  cursor:default;
}


.link.navigation .home-icon{
  margin-left:6px;
  fill:currentColor;
  stroke:currentColor;
  cursor:pointer;
}

.omniview-anima-action-links .restart{
  height: 30px;
  padding:0 12px;
  background: #3B3B3B;
  border-radius: 1000px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  color:#f1f1f1;
  font-size: 12px;
}

.omniview-anima-action-links{
  display:flex;
  align-items:center;
  position:fixed;
  bottom:20px;
  right:20px;
  font-family:Mulish, sans-serif;
  transition: all 0.5s ease-in-out;
  opacity:1;
}

.omniview-anima-action-links > * + *{
   margin-right: 0;
   margin-left: 10px;
}

.idle{
  opacity:0;
  pointer-events:none;
}

#popoverOpener {
  position: absolute;
  left: 50%;
  margin-left: -10vw;
  text-align: center;
  top: 45vh;
  width: 20vw;
}


.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  font-family: "sans-serif";
  font-size: 14px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.popover.top {
  margin-top: -12px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  height: 100%;
  width: 100%;
  display:flex;
  overflow:hidden;
  font-family:Mulish, sans-serif;
}



.popover>.arrow,.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  content: "";
  border-width: 10px
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  border-bottom-width: 0
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
  border-left-width: 0
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff
}



#anima-comment-popover,#anima-code-popover{
  background:#333333;
  color:#fff;
}

#anima-comment-popover.top>.arrow,#anima-comment-popover.top>.arrow:after,#anima-code-popover.top>.arrow:after,#anima-code-popover.top>.arrow {
  border-top-color:#333;  
}

#anima-comment-popover .btn,#anima-code-popover .btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 20px;
  background: #FF6250;
  color:#fff;
  border-radius: 100px;
  width: max-content;
  text-decoration:none;
}

@media screen and (max-width: 550px) {
  #anima-watermark-link {
    padding: 6px !important;
  }
  #anima-watermark-link .text {
    display: none !important;
  }
}

</style>