:root {
  --lynx--black: #1f2022;
  --lynx--white: white;
  --lynx--medium-sea-green: #32b77a;
  --lynx--grey: #797c83;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--white: white;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary500: #9e77ed;
  --radiant-ui-components-library-marketplace--color--heading-dark: #000;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --lynx--deep-pink: #fd4b8b;
  --lynx--medium-purple: #8979ec;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--gray50-2: #f9fafb;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

.rt-component-heading-five-2 {
  color: #150438;
  text-transform: capitalize;
  font-size: 29px;
  font-weight: 400;
  line-height: 31px;
}

.rt-city-background-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.rt-home-three-video {
  z-index: 1;
  width: 95%;
  margin: 3px auto 3px 3px;
}

.rt-home-three-video.rt-video-v4 {
  aspect-ratio: 1;
  object-fit: cover;
  margin-left: -21px;
}

.rt-home-three-feature-video-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 595px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 40px;
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, opacity .2s, color .2s;
  display: flex;
}

.nav-button:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.nav-button:active {
  background-color: #fff;
  border-color: #000;
}

.nav-button.w--current {
  align-self: center;
}

.nav-button.w--current:hover {
  background-color: #fff;
}

.nav-button.homepage {
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
}

.nav-button.homepage:hover {
  color: #000;
  background-color: #fff;
}

.nav-button.homepage.white-navbar {
  color: #000;
  text-transform: capitalize;
  background-color: #fff;
  font-size: 18px;
  transition-duration: .2s, .2s, .2s, .2s;
  transition-timing-function: ease, ease-in-out, ease, ease;
}

.nav-button.homepage.white-navbar:hover {
  background-color: #fff;
  transform: scale(1);
}

.rt-component-section-5 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-5.rt-gallery-v-four {
  padding-bottom: 20px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-branches-text-wrapper {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  justify-content: center;
  align-items: flex-start;
}

.section-3 {
  padding-bottom: 41px;
}

.footer-link-two {
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
}

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

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.rt-location-background-overlay {
  z-index: 2;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-title {
  color: #fff6f6;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: underline;
}

.image-2 {
  filter: brightness(120%);
  color: #fff;
  background-image: url('../images/whatsapp-image-2025-02-19-at-10.22.54_1c791bcd.jpg');
  background-position: 70% 25%;
  background-size: cover;
  border-radius: 30px;
  height: 500px;
  padding: 20px 40px;
  position: relative;
}

.footer-light {
  background-color: #aead69;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.hero-content {
  text-align: center;
  position: relative;
  top: 10em;
}

.rt-branch-locations {
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 45px 25px;
  position: relative;
  overflow: hidden;
}

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

.rt-home-three-feature-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
}

.rt-no-margin-2 {
  clear: none;
  color: #000;
  text-align: center;
  margin: 4px 0 15px;
  font-size: 50px;
  font-style: normal;
  line-height: 50px;
}

.rt-lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.code-embed-copy {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  right: -1px;
}

.rt-margin-top-none {
  color: #000;
  text-align: center;
  margin-top: 0;
}

.top-right {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
  border-bottom-left-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: -1px;
  right: -1px;
}

.menu {
  z-index: 0;
  clear: none;
  flex-flow: row;
  order: 0;
  place-content: stretch flex-end;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 10% 0% 0%;
}

.lynx-paragraph-white {
  color: #fff;
  direction: rtl;
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Vollkorn, serif;
  font-size: 30px;
  line-height: 165%;
}

.lynx-paragraph-white.eng {
  text-align: left;
  direction: ltr;
}

.image-4 {
  vertical-align: middle;
}

.nav-bar-dark-bg {
  z-index: auto;
  opacity: 1;
  background-color: #fff0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 35px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 35px 5% 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.lynx-hero-large {
  background-image: url('../images/palestine-ramallah.jpeg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  line-height: 15px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.rt-margin-top-fifteen {
  margin-top: 15px;
}

.rt-background-wrapper {
  align-items: center;
  width: 120%;
  height: 120%;
  position: absolute;
}

.container-5 {
  max-width: 100%;
  padding-left: 173px;
  padding-right: 173px;
}

.rt-home-three-feature-image-block {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: -12px;
  display: block;
  position: absolute;
  inset: 0%;
}

.rt-home-three-feature-contain-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 520px;
  padding-right: 0;
  position: relative;
  left: -9%;
}

.section-2 {
  padding-top: 62px;
}

.nav-bar-white-bg {
  z-index: 10;
  opacity: 1;
  text-overflow: clip;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 80px;
  margin-top: 35px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px 5%;
  display: flex;
  position: absolute;
  overflow: visible;
  box-shadow: 0 4px 20px -15px #2f2f31;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .15s ease-in-out, opacity .2s;
}

.navigation-item:hover {
  opacity: .9;
  color: #eb3d31;
  background-color: #fff0;
  font-weight: 400;
  text-decoration: none;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.white-navbar {
  z-index: 9;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  direction: rtl;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 500;
  transition-duration: .15s, .2s;
  transition-timing-function: ease-in-out, ease;
}

.navigation-item.white-navbar:hover {
  color: #e9291c;
  font-weight: 400;
  text-decoration: none;
  transform: none;
}

.rt-branch-location-item-container {
  z-index: 2;
  align-items: center;
  position: relative;
}

.navigation {
  background-color: #fff0;
  flex-direction: row;
  flex: none;
  order: -1;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding: 0 0%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  background-color: #fff;
  border-radius: 100px;
}

.rt-branches-heading {
  flex: 0 38.52%;
}

.icon {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-2 {
  text-align: right;
  direction: rtl;
}

.heading-2.eng {
  text-align: left;
  direction: ltr;
}

.bold-text-2 {
  font-weight: 400;
}

.paragraph {
  text-align: right;
  direction: rtl;
  font-size: 1.2em;
}

.paragraph.eng {
  text-align: left;
  direction: ltr;
}

.footer-copyright {
  color: #fff;
}

.overflownone.section {
  overflow: hidden;
}

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

.rt-text-center.rt-margin-bottom-ten {
  direction: rtl;
  margin-bottom: 10px;
  font-size: 20px;
}

.rt-text-center.rt-margin-bottom-ten.eng {
  direction: ltr;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.slide {
  vertical-align: super;
  left: 8em;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  line-height: 15px;
  display: flex;
}

.navigation-items {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-overflow-none {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.rt-full-width-2 {
  border-radius: 10px;
  width: 100%;
}

.rt-full-width-2.rt-full-height {
  height: 100%;
}

.rt-full-width-2.rt-portfolio-three-custome-image {
  object-fit: cover;
}

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

.heading-3 {
  text-align: center;
  direction: rtl;
  margin-top: 10px;
  font-size: 45px;
}

.rt-location-icon-white {
  position: absolute;
}

.dropdown-2 {
  margin-left: -20px;
  margin-right: -10px;
  padding-left: 0;
}

.rt-portfolio-three-card-main-wrap-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 30px;
  display: grid;
}

.rt-category-cards-text {
  color: #150438;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
  font-size: 20px;
}

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

.container-3 {
  max-width: none;
  padding-left: 26px;
  padding-right: 26px;
}

.text-span {
  color: #000;
}

.lynx-block-hero-large {
  text-align: right;
  background-color: #86865acf;
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  margin-top: auto;
  margin-bottom: -15px;
  margin-left: 0;
  padding: 0 35px 0 20px;
  font-family: Vollkorn, serif;
  display: flex;
}

.hero-heading {
  color: #000;
  letter-spacing: 2px;
  direction: rtl;
  margin-bottom: 14px;
  font-size: 60px;
  line-height: 51px;
}

.rt-home-three-feature-image-block-two {
  z-index: 6;
  border-radius: 10px;
  position: absolute;
  inset: auto 0% 33px auto;
  overflow: hidden;
}

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

.logo-image {
  width: 175px;
  display: block;
}

.rt-location-icon-dark:hover {
  opacity: .5;
}

.dropdown-list-2 {
  z-index: -20;
  background-color: #ca9f9f;
  position: absolute;
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.rt-branches-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.rt-portfolio-three-card-contain-block-2 {
  pointer-events: none;
  color: #150438;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ffffffad;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 10px 23px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-tag-five-2 {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 24px;
}

.rt-tag-five-2.rt-text-uppercase-2 {
  text-transform: capitalize;
  font-size: 30px;
}

.rt-portfolio-three-card-main-wrap-two-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.heading-4 {
  text-align: center;
  font-family: Vollkorn, serif;
  font-size: 45px;
  font-weight: 700;
}

.heading-4.ar {
  direction: rtl;
  margin-bottom: 47px;
}

.rt-location-branch-link {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.slider {
  background-color: #ddd0;
}

.section {
  padding-left: 30px;
  padding-right: 30px;
}

.rt-location-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.text-block-40 {
  color: #fff;
  letter-spacing: .8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-40:hover {
  color: #eb3d31;
  font-weight: 300;
}

.code-embed {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  left: -30px;
}

.hero-section {
  background-color: #fff;
  background-image: url('../images/new-new.jpg');
  background-position: 50%;
  background-size: cover;
  height: 135vh;
}

.lynx-heading-white {
  color: #fff;
  text-align: right;
  direction: rtl;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: 240px;
  font-family: Vollkorn, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-heading-white.eng {
  margin-left: 0;
}

.slide-2 {
  background-image: url('../images/r.png');
  background-position: 50%;
  background-size: 100% 100%;
}

.rt-portfolio-three-card-2 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rt-portfolio-three-card-2.rt-portfolio-three-card-meddle-two {
  width: 100%;
  max-width: 410px;
}

.rt-portfolio-three-card-2.rt-portfolio-three-card-middle-one {
  width: 100%;
  max-width: none;
  height: auto;
}

.container-7 {
  filter: sepia();
  mix-blend-mode: normal;
  background-image: url('../images/140f0543-29ef-4f2a-95e3-5b9aa97f9747.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  height: 100vh;
}

.bold-text-4 {
  font-weight: 400;
}

.heading-5 {
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 3.5em;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Serif, serif;
  font-size: 2em;
  line-height: 1em;
}

.paragraph-2.ar {
  text-align: center;
  direction: rtl;
  line-height: 1.2em;
}

.container-8 {
  margin-top: 80px;
}

.section-5 {
  height: auto;
}

.section-4 {
  background-image: url('../images/whatsapp-image-2025-02-19-at-16.22.58_7980373e.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

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

.lynx-heading {
  max-width: 740px;
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-process {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 128%;
}

.lynx-paragraph-process {
  max-width: 294px;
  color: var(--lynx--black);
  direction: rtl;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 19px;
  line-height: 165%;
}

.lynx-paragraph-process.ar {
  direction: rtl;
  font-size: 19px;
}

.lynx-grid-process {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-process {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-block-process-pink {
  background-color: var(--lynx--black);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #fd4b8b1a;
}

.lynx-process-number {
  color: var(--lynx--white);
  font-family: PT Serif, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 110%;
}

.lynx-block-process-purple {
  background-color: var(--lynx--medium-sea-green);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.lynx-block-process-green {
  background-color: var(--lynx--grey);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #32b77a1a;
}

.cf-benefits-pointer-number {
  background-image: linear-gradient(84deg, var(--lynx--black), var(--lynx--grey) 54%, var(--conversion-flow-library--sandy-brown));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.benefits-wrapper {
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 160px;
}

.cf-benefits-pointer-heading-and-number {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-video-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.cf-benefits-section {
  text-align: center;
}

.cf-benefits-pointer-line {
  background-color: #b16cea1a;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.cf-benefits-pointer-line._3 {
  background-color: #d1d3d533;
}

.cf-benefits-pointer-item {
  max-width: 300px;
  padding-top: 24px;
  padding-bottom: 56px;
  position: relative;
}

.cf-benefits-image {
  width: 50%;
  max-width: 400px;
  height: 560px;
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  left: 0%;
}

.cf-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.cf-text-block-2._16-px {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.cf-benefits-pointers-right {
  margin-top: 120px;
}

.cf-case-study-number-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
}

.heading-6 {
  text-align: center;
  font-family: Vollkorn, serif;
  font-size: 4em;
  font-weight: 700;
}

.paragraph-3 {
  text-align: center;
  width: 80%;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 2em;
  line-height: 30px;
}

.paragraph-3.ar {
  direction: rtl;
}

.section-6 {
  background-image: url('../images/chatgpt-image-aug-24-2025-07_32_44-am.png');
  background-position: 60% 0;
  background-repeat: repeat;
  background-size: 170% 137%;
  padding-top: 378px;
  padding-right: 0;
}

.container-9 {
  background-color: #fff0;
  border-top-left-radius: 40em;
  border-top-right-radius: 40em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 600px;
  padding-bottom: 96px;
}

.heading-7 {
  text-align: center;
  font-size: 46px;
}

.button {
  background-color: #000;
  border-radius: 13px;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.ar {
  direction: rtl;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.uui-page-padding {
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: none;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  text-align: center;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-text-size-large.ar {
  direction: rtl;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-xsmall.ar {
  direction: rtl;
  font-family: PT Serif, serif;
}

.uui-heading-small {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small.ar {
  text-align: right;
  direction: rtl;
}

.uui-blog04_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 0 3rem;
  display: flex;
}

.uui-blog04_featured-item-content.ar {
  direction: rtl;
}

.uui-blog04_title-link {
  width: 100%;
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blog04_title-link.featured-article {
  margin-bottom: .75rem;
}

.uui-blog04_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blog04_category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog04_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui--gray200);
}

.uui-blog04_component {
  margin-top: 6rem;
}

.uui-blog04_featured-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

.uui-button-link {
  grid-column-gap: .5rem;
  width: 100%;
  color: var(--lynx--black);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-blog04_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blog04_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.uui-blog04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blog04_menu-link {
  color: var(--untitled-ui--gray500);
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-right: 1rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog04_menu-link:hover, .uui-blog04_menu-link.w--current {
  border-bottom-color: var(--untitled-ui--primary700);
  color: var(--untitled-ui--primary700);
}

.uui-blog04_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blog04_item.ar {
  text-align: right;
  direction: rtl;
}

.uui-blog04_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog04_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog04_image-link.is-featured {
  margin-bottom: 0;
}

.uui-blog04_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 4.4rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-cta03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.uui-cta03_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-section_cta03 {
  background-color: var(--untitled-ui--white);
  padding-bottom: 0;
}

.uui-cta03_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

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

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

.paragraph-5 {
  text-align: center;
  font-size: 35px;
  line-height: 42px;
}

.cf-14px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.cf-flex-1---image-1 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.cf-flex-1---image-2 {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  inset: auto -10% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-flex-1---text-contain {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-right: -74px;
  display: flex;
}

.cf-flex-1---image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-32px-heading {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.section-7 {
  background-image: url('../images/whatsapp-image-2025-02-17-at-19.24.52_65e86610.jpg');
  background-position: 50%;
  background-size: cover;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge.ar {
  direction: rtl;
}

.uui-signup-form_wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-heroheader21_form {
  max-width: 32rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-heroheader21_content {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heroheader21_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-heroheader21_image {
  object-fit: cover;
  width: auto;
  height: auto;
  max-height: 60rem;
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge.ar {
  direction: rtl;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-overflow-hidden.rt-carousel-v-two {
  padding-bottom: 100px;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-text-center-2 {
  text-align: center;
}

.rt-auto-fit-11 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-home-two-pricing-round {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto auto -15% 10%;
  box-shadow: 0 2px 50px #dedede40;
}

.rt-home-two-pricing-main-container {
  display: flex;
}

.rt-home-two-pricing-main-wrapper {
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-home-two-pricing-item {
  cursor: pointer;
  flex: none;
  padding-right: 100px;
  position: relative;
}

.rt-home-two-pricing-item.rt-margin-top {
  margin-top: 100px;
}

.side_hero_backet_indicator {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: absolute;
  inset: -16% -16% auto auto;
}

.header {
  border-bottom: 0 solid #fff6;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
}

.header-dropdown-arrow {
  margin-left: 8px;
}

.header-avatar-arrow {
  margin-left: 12px;
}

.tour__price {
  color: #fff;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 140%;
}

.side_hero_backet_indicator_text {
  font-size: 12px;
  font-weight: 700;
}

.header-dropdown-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.side_hero {
  background-color: #00000075;
  justify-content: center;
  align-items: flex-end;
  width: 12%;
  height: 120vh;
  display: flex;
}

.epic-button-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.tour_line {
  perspective: 1000px;
  transform: ;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-left: 4%;
  margin-right: 4%;
  text-decoration: none;
  display: flex;
}

.tour__country {
  color: #fff9;
  letter-spacing: 6px;
  text-indent: 0;
  text-transform: uppercase;
  margin-top: 16px;
  line-height: 28px;
}

.main-title-wrapper {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.header-avatar {
  background-color: #fff;
  border-radius: 200px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.hero_center {
  background-color: #00000057;
  border-left: 0 solid #fff6;
  border-right: 0 solid #fff6;
  width: 76%;
  height: 120vh;
  position: relative;
}

.side_hero_upper_line {
  background-color: #fff6;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  border-left: 0 solid #fff6;
  border-right: 0 solid #fff6;
  width: 100%;
  max-width: 1140px;
  height: 72vh;
  margin-left: auto;
  margin-right: auto;
}

.side_hero_youtube {
  opacity: .4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-logo {
  filter: grayscale(12%);
}

.tour__title {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}

.epic-button {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 320px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.side_hero_bottom {
  background-color: #0000;
  border-top: 0 solid #fff6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  display: flex;
  position: relative;
}

.side_hero_instagram {
  opacity: .4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.h1-main-title {
  color: #fff;
  text-align: center;
  margin-top: -23px;
  margin-left: auto;
  margin-right: auto;
  font-size: 98px;
  line-height: 164px;
}

.epic-button-label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.epic-button-oval.top {
  margin-left: -257px;
  position: static;
  transform: rotate(-4deg);
}

.main-title-subtitle {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  font-weight: 300;
  line-height: 24px;
}

.main-title-subtitle.at {
  direction: rtl;
}

.section-8 {
  perspective: 1000px;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.side_hero_backet {
  margin-top: -44px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.tour_card {
  background-image: linear-gradient(43deg, #ffffff29, #ffffff14);
  border: 1.6px solid #fff3;
  border-radius: 10px;
  align-items: center;
  width: 30%;
  min-width: 20%;
  display: flex;
}

.hero_background {
  perspective: 1000px;
  width: 100vw;
  height: 120vh;
  position: absolute;
  inset: 0%;
}

.header-dropdown-label {
  color: #fff;
  font-weight: 300;
}

.tour__info {
  margin-left: 16px;
  margin-right: 16px;
}

.header_line {
  background-color: #fff6;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.epic-button-arrow {
  margin-left: 12px;
}

.text-block {
  color: #333;
  margin-left: 8px;
  font-weight: 300;
  line-height: 20px;
}

.side_hero_line {
  border-left: 2px solid #fff6;
  width: 2px;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.side_hero_line.right {
  background-color: #00000075;
  inset: 0% 0% 0% auto;
}

.tour__devider {
  background-color: #fff;
  width: 64px;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 16px;
}

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

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  text-align: center;
  font-size: 25px;
}

.button-2 {
  text-align: center;
  background-color: #0000000f;
  font-size: 2.4em;
  line-height: 30px;
  transform: rotate(-10deg);
}

.container-10 {
  background-image: url('../images/epic-button-oval.svg');
  background-position: 50%;
  background-size: 100% 100%;
  padding: 57px;
  transform: rotate(10deg);
}

.container-11 {
  background-image: url('../images/epic-button-oval.svg');
  background-position: 50%;
  background-size: 100% 100%;
}

.collection-item {
  padding-bottom: 61px;
}

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

.section-9 {
  margin-top: 153px;
}

.collection-item-2 {
  padding: 50px;
}

.button-3 {
  vertical-align: text-bottom;
  background-color: #a69e50;
}

.top-left-image {
  z-index: 5;
  width: 100%;
  position: relative;
  top: 15px;
  left: 30px;
}

.bottom-right-image {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
}

.top-right-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: -30px;
}

.bottom-left-image {
  width: 100%;
  position: relative;
  left: 0;
}

.div-block-72 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 30vh;
}

.container-12 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.images-wrapper {
  min-height: 100vh;
}

.gallery-image {
  width: 100%;
}

.uppercase-large-heading {
  color: #1e1e1e;
  margin-bottom: 40px;
  font-size: 10vw;
  font-weight: 700;
}

.section-10 {
  padding-top: 250px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-10.bottom-padding-200px {
  padding-bottom: 200px;
}

.center-image {
  width: 100%;
}

.inner-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.uppercase-small-heading {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: .875rem;
}

.uppercase-small-heading.bottom-margin-small {
  margin-bottom: 10px;
}

.tabs_indicator-line-gradient {
  z-index: 0;
  background-image: linear-gradient(#fff, #000);
  width: 3px;
  height: 6rem;
  position: relative;
  overflow: visible;
  transform: translate(-50%);
}

.tabs_indicator-line-gradient.reverse {
  background-image: linear-gradient(#000, #fff);
}

.tabs_indicator-dot-wrapper {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: translate(-50%, -10px);
  box-shadow: 0 4px 24px #0000001a, 0 4px 4px #ff50001a, inset 0 0 1px #0000001a;
}

.styled-linkd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 30%;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.intro_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.tabs_wrapper {
  display: flex;
}

.tabs_content-item {
  width: 100%;
  height: 100%;
  box-shadow: var(--drop-shadow-2), var(--drop-shadow-1);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tabs_content-item.is-2 {
  color: #fff;
  background-color: #03045e00;
}

.text-size-medium {
  font-size: 1.25rem;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #161a31;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .2s;
}

.button-4:hover {
  background-color: #ed8c25;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.tabs_indicator-wrapper {
  width: 3rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.tabs_indicator-dot {
  z-index: 1;
  object-fit: contain;
  background-color: #fff;
  border-radius: 100%;
  width: 1.8rem;
  max-width: 2rem;
  height: 1.8rem;
  position: static;
  inset: 0%;
  overflow: visible;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.tabs_content-wrapper {
  flex-flow: column;
  width: 70%;
  margin-left: 3rem;
  display: flex;
  position: relative;
}

.text-size-regular {
  font-size: 1rem;
}

.text-span-2 {
  color: #ed8c25;
}

.page-wrapper {
  background-color: #faf9f6;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.nav_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs_link-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #03045e;
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-decoration: none;
  display: flex;
}

.tabs_link-item.w--current {
  background-color: #c8c8c800;
}

.tabs_indicator-line {
  z-index: 1;
  background-color: #000;
  width: 3px;
  height: calc(100% - 12rem);
  position: relative;
  overflow: visible;
  transform: translate(-50%);
}

.nav {
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.card_base {
  color: #44465f;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 25px;
  text-decoration: none;
  position: relative;
  box-shadow: 7px 7px 55px #f2f3f6;
}

.icon_wrap {
  overflow: hidden;
}

.h1_features {
  letter-spacing: -.3px;
  font-size: 22px;
  line-height: 27px;
}

.text_features {
  letter-spacing: -.3px;
  font-size: 16px;
  line-height: 25px;
}

.tabs-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs_links-wrapper {
  flex-flow: column;
  width: 30%;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.tabs_link-item-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #03045e;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-decoration: none;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.tabs-3 {
  display: flex;
}

.sectors {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.projects__list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-13 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-regular {
  font-size: 1rem;
  line-height: 150%;
}

.projects__item {
  width: 100%;
}

.sectors__list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.empty-state {
  background-color: #0000000a;
  border-radius: .5rem;
  padding: 1.5rem;
}

.projects__content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-regular {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.projects__cms {
  width: 100%;
}

.sectors__link {
  border: 1px solid #0000001a;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
  display: inline-flex;
}

.sectors__link:hover {
  background-color: #0000000a;
}

.sectors__link.w--current {
  color: #fff;
  background-color: #f24913;
  border-style: none;
}

.div-block-41 {
  background-image: url('../images/ian-macharia-509884-unsplash.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 216px;
}

.div-block-39 {
  justify-content: space-between;
  display: flex;
}

.div-block-46 {
  text-align: left;
  flex: 1;
  padding: 30px;
}

.div-block-42 {
  text-align: left;
  padding: 50px 30px 30px;
  position: relative;
}

.div-block-44 {
  background-color: #354463;
  flex-direction: column;
  display: flex;
  position: relative;
}

.block-tag {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #354463;
  margin-top: -16px;
  margin-left: 64px;
  padding: 11px 40px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.block-tag.white {
  color: #354463;
  background-color: #fff;
  margin-left: 0;
  position: static;
}

.block-tag.white.blog-grid {
  margin-top: 0;
}

.blog-post-tab-menu-link {
  color: #c1f7d5;
  background-color: #ddd0;
  text-decoration: underline;
  transition: font-size .2s;
}

.blog-post-tab-menu-link:hover {
  font-size: 16px;
  text-decoration: none;
}

.blog-post-tab-menu-link.w--current {
  color: #354463;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
}

.tabs-content {
  margin-top: 60px;
}

.div-block-43 {
  position: absolute;
  inset: -9% auto auto 30px;
}

.div-block-43.event {
  z-index: 1;
  inset: 38% auto auto 30px;
}

.div-block-40 {
  background-color: #354463;
  width: 48.5%;
  position: relative;
}

.accent-heading {
  color: #fff;
  font-size: 44px;
  line-height: 46px;
}

.accent-heading.blue {
  z-index: 1;
  color: #354463;
  margin-top: 0;
  display: inline-block;
  position: absolute;
}

.div-block-48 {
  width: 393px;
  max-width: 100%;
}

.blog-grid-section {
  padding-top: 64px;
  padding-bottom: 122px;
}

.div-block-45 {
  background-image: url('../images/tree-planting.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 279px;
  position: relative;
}

.heading-sm {
  color: #354463;
  text-align: center;
  margin-top: 0;
  margin-bottom: -46px;
  font-size: 20px;
  line-height: 36px;
}

.heading-sm.white {
  color: #fff;
}

.heading-sm.ar {
  direction: rtl;
}

.white-sentence-link {
  color: #fff;
  margin-top: 0;
  transition: opacity .2s;
  display: block;
}

.white-sentence-link:hover {
  opacity: .5;
}

.contain {
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.contain.relative {
  padding-top: 96px;
  padding-bottom: 80px;
  position: relative;
}

.div-block-38 {
  position: relative;
}

.tabs-menu {
  text-align: right;
  background-color: #354463;
  border-radius: 50px;
  padding: 10px;
  display: inline-block;
}

.grid-2 {
  grid-template-rows: auto auto;
}

.tabs-4 {
  text-align: right;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: left;
  text-transform: capitalize;
  direction: ltr;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-6 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden-3 {
  overflow: hidden;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-home-one-about-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rt-home-one-about-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-about-card-overlay {
  background-color: #f9f9f9;
  width: 65%;
  height: 110%;
  position: absolute;
  inset: 0% -5% auto auto;
  transform: skew(-11deg);
}

.rt-about-card-overlay.rt-card-overlay-orange {
  background-color: #f5f5fb;
  right: -7%;
}

.rt-about-card-overlay.rt-card-overlay-grey {
  background-color: var(--lynx--medium-sea-green);
  right: -6%;
}

.rt-home-one-about-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rt-button-two-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-button-two-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: capitalize;
}

.rt-button-white-arrow {
  opacity: 0;
  margin-top: 2px;
  position: absolute;
}

.rt-home-one-about-card-text {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 25px 50px 20px;
  display: flex;
  position: relative;
}

.rt-home-about-card-description {
  max-width: 266px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-align: left;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: left;
  text-transform: capitalize;
  font-family: PT Serif, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
}

.rt-category-cards-text-3.ar {
  text-align: right;
  direction: rtl;
}

.rt-home-one-about-cards-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-home-about-card-description-2 {
  max-width: 266px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-align: right;
  direction: rtl;
}

.rt-home-about-card-description-2.eng {
  text-align: left;
  direction: ltr;
}

.collection-item-3 {
  padding-top: 23px;
}

.collection-item-4 {
  padding-bottom: 34px;
  padding-left: 31px;
  padding-right: 31px;
}

.collection-item-5 {
  padding-bottom: 30px;
}

.section-tall {
  background-color: #bdce98;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 300vh;
  padding-bottom: 100px;
  display: flex;
}

.spacer {
  width: 50px;
  height: 50px;
}

.paragraph-6 {
  font-size: 16px;
  line-height: 20px;
}

.circle-container-sticky {
  z-index: 10;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: 100vw;
  display: flex;
  position: sticky;
  top: 35%;
}

.circle-text-scroll {
  z-index: 10;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  overflow: visible;
}

.circle {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border: 2px solid #000;
  border-radius: 10000px;
  width: 80%;
  height: 80%;
  position: absolute;
}

.section-11 {
  background-color: #fff;
  border-top: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.circle-container {
  color: #fff;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: 100vw;
  margin-top: 230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.circle-text {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 20px;
  position: relative;
  overflow: visible;
}

.link {
  text-decoration: underline;
}

._2 {
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  height: 38%;
  position: relative;
  top: 61.8%;
  left: 0;
}

._7 {
  border-right-style: solid;
  border-right-width: 1px;
  width: 38.2%;
  height: 100%;
}

._4 {
  z-index: 1;
  float: right;
  clear: both;
  border: 1px #000;
  border-bottom-style: solid;
  width: 100%;
  height: 38.2%;
  display: block;
  position: static;
  bottom: .8%;
  left: 0;
}

._8 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  height: 38.2%;
}

._6 {
  border-top-style: solid;
  border-top-width: 1px;
  width: 100%;
  height: 38.2%;
  position: relative;
  top: 61.2%;
  left: 0;
}

._9 {
  float: right;
  border-left-style: solid;
  border-left-width: 1px;
  width: 38.2%;
  height: 100%;
}

._5 {
  float: right;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  width: 38.2%;
  height: 100%;
}

._3 {
  float: left;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  width: 38.2%;
  height: 100%;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.wrapper {
  border: 3px solid #000;
  width: 100vw;
  height: 100vh;
}

._1 {
  float: right;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  width: 38%;
  height: 100%;
}

.white-hero-div {
  background-color: #fff;
  padding: 76px 64px 119px;
  position: relative;
}

.white-hero-div.absolute {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 60px;
  position: absolute;
  bottom: -164px;
  right: 0;
}

.text-block-41 {
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  inset: -5% 26% auto auto;
}

.text-block-41.about {
  right: 0%;
}

.text-block-41.slider {
  z-index: 5;
  background-color: #354463;
  padding-top: 11px;
  padding-bottom: 11px;
  position: absolute;
  inset: -5% 37% auto auto;
}

.div-block-4 {
  margin-top: -16px;
  margin-left: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-4.about {
  width: auto;
  inset: 0% auto auto 0%;
}

.about-hero-section {
  background-image: radial-gradient(circle, #0000, #3544634a), url('../images/whatsapp-image-2025-02-17-at-17.30.41_16578e55.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 173px;
}

.hero-brush-text {
  color: #fff;
  text-align: center;
  width: 400px;
  max-width: 100%;
  margin-top: 230px;
  font-size: 60px;
  line-height: 76px;
}

.section-12 {
  padding: 6px;
}

.code-embed-2 {
  padding: 57px 57px 78px;
  position: relative;
  bottom: 14px;
}

.text-block-42 {
  font-size: 20px;
}

.pop-up-cover {
  z-index: 999995;
  background-image: linear-gradient(#ffffff40, #ffffff40);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-closebutton {
  z-index: 100;
  cursor: pointer;
  background-color: #353535;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.popup-heading {
  color: #353535bf;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 2;
}

.popup-card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 50%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 32px #0003, 6px 6px 16px #0000001f, 3px 3px 8px #00000024;
}

.link-block {
  background-image: linear-gradient(225deg, #eabc55 12%, #72a9d5 55%, #fccb78 94%);
  border-radius: 30px;
  padding: 2px;
  text-decoration: none;
}

.images-container {
  margin-bottom: 50px;
}

.close-x {
  color: #fff;
  justify-content: center;
  font-size: 20px;
}

.popup-image {
  object-fit: cover;
  width: 8em;
  height: 8em;
  margin-left: 2em;
  margin-right: 2em;
}

.popup-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 5px;
  padding: 100px 10px;
  display: flex;
  overflow: hidden;
}

.popup-subheading {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 25px;
  line-height: 1.25;
}

.text-block-43 {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .6s;
}

.text-block-43:hover {
  color: #000;
  background-color: #0000;
}

.fs-slider_slide {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  backface-visibility: hidden;
  width: 100%;
  height: auto;
  transition-property: transform opacity;
  background-color: #fff;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.fs-slider_list {
  height: auto;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.fs-slider_button {
  color: #fff;
  background-color: #c9c9c9;
  padding: 1rem 2rem;
}

.fs-slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-slider_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.fs-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-slider_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.fs-slider_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.fs-slider_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.fs-slider_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

.text-block-44, .text-block-45 {
  color: #000;
}

.button-5 {
  color: #000;
  text-align: center;
  background-color: #a3a3a3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.what-we-do-col-bg {
  outline-offset: 0px;
  text-align: left;
  background-color: #fff;
  outline: 2px solid #333;
  width: 90%;
  margin-top: 30px;
  padding: 655px 30px 30px;
}

.cta-btn {
  color: #354463;
  background-color: #c1f7d5;
  border-radius: 30px;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 22px;
  transition: background-color .2s, color .2s;
}

.cta-btn:hover {
  color: #c1f7d5;
  background-color: #354463;
}

.left-float {
  float: left;
}

.div-block-7 {
  float: none;
  max-width: 100%;
}

.m-b-30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.heading-sm-2 {
  color: #354463;
  margin-top: 0;
  font-size: 28px;
  line-height: 36px;
}

.heading-sm-2.white {
  color: #fff;
}

.heading-sm-2.white.ar {
  text-align: right;
  direction: rtl;
}

.what-we-do-col {
  float: left;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.what-we-do-col.center, .what-we-do-col.last {
  max-width: 100%;
}

.what-we-do-image {
  z-index: 10;
  background-image: url('../images/palestine-ramallah.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 90%;
  height: 600px;
  margin-left: 10%;
  position: absolute;
}

.what-we-do-image.two {
  background-image: url('../images/education-training2x.png');
}

.what-we-do-image.three {
  background-image: url('../images/advocacy2x.png');
}

.div-block-26 {
  justify-content: space-around;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.div-block-73 {
  float: none;
  max-width: 100%;
}

.col-wrap {
  float: left;
  width: auto;
}

.col-wrap.middle {
  margin-left: 60px;
  margin-right: 60px;
}

.slide-content-wrap {
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 64px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.quote-div {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #354463;
  flex: none;
  width: 50%;
  max-width: 50%;
  padding: 50px 64px 60px;
  position: relative;
}

.subheading-sm {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.subheading-sm.white {
  color: #fff;
  text-align: right;
  direction: rtl;
}

.subheading-sm.white.ar {
  font-size: 20px;
  line-height: 30px;
}

.subheading-sm.white.eng {
  text-align: left;
  direction: ltr;
}

.image-5 {
  z-index: -1;
  text-align: left;
  flex: none;
  max-width: 55%;
  margin-left: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.left-arrow {
  display: none;
}

.image-6 {
  z-index: -1;
  text-align: left;
  flex: none;
  max-width: 70%;
  height: 100%;
  margin-left: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.right-arrow {
  display: none;
}

.div-block-14 {
  z-index: 10;
  padding-left: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider-2 {
  background-color: #0000;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-nav {
  text-align: left;
  margin-top: -60px;
  margin-bottom: 0;
  top: 61px;
  left: 0;
  right: 0;
}

.quote-div-2 {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #354463;
  flex: none;
  width: 50%;
  max-width: 50%;
  padding: 50px 64px 60px;
  position: relative;
}

.image-7 {
  z-index: -1;
  text-align: left;
  flex: none;
  max-width: 100%;
  height: 120%;
  margin-left: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.post-author-text {
  margin-top: 30px;
  display: flex;
}

.post-author-text.cc-center {
  align-items: center;
}

.text-container {
  width: 75%;
}

.author-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.post-author {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.post-author:hover {
  text-decoration: underline;
}

.container-14 {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.container-14.cc-center {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-section {
  background-color: #21aa8a80;
  justify-content: center;
  align-items: center;
  padding: 180px 30px 90px;
  display: flex;
}

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: underline;
}

.h1 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.rich-text-block {
  font-size: 25px;
}

.post-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-15 {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.container-15.cc-post-image {
  max-width: 1400px;
}

.image-8 {
  width: 100%;
  max-width: 100%;
}

.post-content {
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.post-content-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: block;
}

.rich-text {
  text-align: right;
  direction: rtl;
  font-size: 25px;
  line-height: 30px;
}

.rich-text.eng {
  text-align: left;
  direction: ltr;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.separator-container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.container-16 {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

._2-collection-item {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.title-section-large {
  background-color: #184043;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 178px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.scratch-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.section-title {
  z-index: 5;
  color: #fff;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.scratch-image-2 {
  z-index: 1;
  min-width: 420px;
  position: absolute;
  inset: 0% auto;
}

.section-subtitle {
  color: #fff;
  font-size: 20px;
}

.blog-section {
  padding-bottom: 100px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.div-block-74 {
  z-index: -1;
  background-color: #184043;
  height: 280px;
  position: absolute;
  inset: 0% 0% auto;
}

.container-small {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.blog-header {
  width: 100%;
  padding-bottom: 0;
}

.blog-details {
  background-color: #1840430d;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 24px;
  font-weight: 500;
  display: flex;
}

.rich-text-block-2 {
  font-size: 25px;
}

.post-content-wrapper-2 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: block;
}

.author-image-wrapper-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.container-17 {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.container-17.cc-center {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-17.cc-post-image {
  max-width: 1400px;
}

.title-section-2 {
  justify-content: center;
  align-items: center;
  padding: 180px 30px 90px;
  display: flex;
}

.section-title-text-2 {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text-2:hover {
  text-decoration: underline;
}

.h1-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.image-9 {
  width: 100%;
  max-width: none;
}

.author-image-wrapper-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.container-18 {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.container-18.cc-center {
  text-align: right;
  direction: rtl;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-section-3 {
  justify-content: center;
  align-items: center;
  padding: 180px 30px 90px;
  display: flex;
}

.section-title-text-3 {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text-3:hover {
  text-decoration: underline;
}

.h1-3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.container-19 {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.container-19.cc-post-image {
  max-width: 1400px;
}

.image-10 {
  width: 100%;
}

.post-content-wrapper-3 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: block;
}

.separator-2 {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-20 {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.section-title-text-4 {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text-4:hover {
  text-decoration: underline;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.cf-heading-animation-div {
  color: #000;
  text-align: right;
  direction: rtl;
  width: auto;
  font-family: PT Serif, serif;
  font-size: 3em;
  font-weight: 700;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px.white {
  color: #000;
  text-align: right;
  direction: rtl;
}

.cf-body---18px.white.eng {
  text-align: left;
  direction: ltr;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.cf-mission-text-grid {
  grid-column-gap: 60px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  width: 100%;
}

.cf-mission-upper-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.cf-mission-line-image {
  background-color: var(--lynx--black);
  -webkit-text-fill-color: transparent;
  object-fit: cover;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.cf-mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-section {
  color: #fff;
  background-color: #0000;
  position: relative;
}

.cf-mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.cf-mission-special-image {
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 400px -180px;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.white {
  color: #000;
  text-align: right;
  font-size: 30px;
}

.cf-h3-heading-40px.white.eng {
  text-align: left;
}

.cf-yellow-king-text-span {
  background-color: var(--conversion-flow-library--medium-purple);
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 54%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.rich-text-block-3 {
  color: #000;
  text-align: right;
  direction: rtl;
  font-size: 1.8em;
  line-height: 30px;
}

.cf-mission-text-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.cf-mission-line-image-2 {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.cf-mission-section-2 {
  color: #fff;
  background-color: #0000;
  position: relative;
}

.text-block-46 {
  color: #000;
  text-align: right;
  padding-top: 20px;
  font-size: 1.7em;
}

.rich-text-block-4 {
  color: #000;
  font-size: 20px;
  line-height: 22px;
}

.image-11 {
  padding-left: 149px;
  padding-right: 149px;
  display: block;
}

.collection-item-6 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.button-6 {
  background-color: #a3a3a3;
}

.rich-text-block-5 {
  color: #fff;
  font-size: 18px;
}

.rich-text-block-6 {
  color: #fff;
  text-align: right;
  direction: rtl;
  font-size: 20px;
}

.title-section-large-2 {
  background-color: #184043;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 197px;
  padding-bottom: 71px;
  display: flex;
  position: relative;
}

.div-block-75 {
  z-index: -1;
  background-color: #184043;
  height: 280px;
  position: absolute;
  inset: 0% 0% auto;
}

.title-section-large-3 {
  background-color: #184043;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 203px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-76 {
  z-index: -1;
  background-color: #184043;
  height: 280px;
  position: absolute;
  inset: 0% 0% auto;
}

.richtextwl {
  text-align: right;
  direction: rtl;
  font-size: 20px;
}

.collection-list-wrapper-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.collection-item-7, .collection-list {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-7 {
  background-color: #9c9c9c;
}

.pagination {
  padding-bottom: 43px;
}

.circle-container-2 {
  color: #000;
  background-color: #fce5d700;
  background-image: url('../images/page1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40% 60%;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: 100vw;
  display: flex;
  position: relative;
}

.circle-text-2 {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px #fff;
  margin-right: 5px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.circle-2 {
  border: 2px solid #000;
  border-radius: 10000px;
  width: 80%;
  height: 80%;
  position: absolute;
}

.rich-text-block-9 {
  text-align: right;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  direction: rtl;
  margin-top: 46px;
  padding-bottom: 0;
  font-size: 20px;
}

@media screen and (min-width: 1440px) {
  .rt-home-three-feature-contain-block {
    left: -8%;
  }

  .hero-section {
    margin-bottom: 128px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lynx-paragraph-process.eng {
    direction: ltr;
  }
}

@media screen and (min-width: 1920px) {
  .nav-button.homepage.white-navbar {
    font-size: 2em;
  }

  .rt-component-container-2 {
    max-width: none;
  }

  .image-2 {
    height: 900px;
  }

  .hero-content {
    top: 19.1em;
  }

  .rt-home-three-feature-wrap {
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-family: PT Serif, serif;
    font-size: 3em;
  }

  .rt-margin-top-none {
    font-size: 2.5em;
    line-height: 50px;
  }

  .container-5 {
    padding-left: 217px;
    padding-right: 217px;
  }

  .navigation-item.white-navbar, .navigation-item.white-navbar.w--current {
    font-size: 2em;
  }

  .heading-2 {
    font-size: 3em;
  }

  .heading-2.eng {
    font-size: 2em;
  }

  .bold-text-2 {
    font-size: 1.2em;
  }

  .paragraph {
    font-size: 2em;
  }

  .paragraph.eng {
    font-size: 1.5em;
  }

  .rt-text-center.rt-margin-bottom-ten {
    font-size: 2em;
    line-height: 40px;
  }

  .rt-category-cards-text.rt-margin-bottom-fifteen {
    font-size: 2.2em;
  }

  .hero-heading {
    font-family: PT Serif, serif;
    font-size: 7em;
  }

  .container-4, .rt-portfolio-three-card-2.rt-portfolio-three-card-meddle-two {
    max-width: none;
  }

  .paragraph-2 {
    font-size: 2.8em;
  }

  .lynx-heading {
    font-size: 5em;
  }

  .lynx-heading-process {
    font-size: 2em;
  }

  .lynx-paragraph-process.eng {
    direction: ltr;
    font-size: 1.6em;
  }

  .button {
    font-size: 30px;
  }

  .uui-text-size-medium {
    font-size: 1.5rem;
  }

  .uui-container-large {
    max-width: none;
  }

  .uui-text-size-large {
    font-size: 1.4rem;
  }

  .uui-heading-xsmall {
    font-size: 1.9rem;
  }

  .uui-button-link {
    font-size: 1.3rem;
  }

  .uui-text-size-xlarge {
    font-size: 2rem;
    display: block;
  }

  .rt-home-two-pricing-round {
    left: 20%;
  }

  .hero_center {
    background-color: #00000029;
  }

  .main-title-subtitle {
    margin-top: 0;
    font-size: 3em;
    line-height: 50px;
  }

  .contain {
    width: auto;
    max-width: 90%;
  }

  .cta-btn {
    font-size: 25px;
  }

  .heading-sm-2.white {
    font-size: 40px;
  }

  .quote-div-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-title {
    font-size: 4em;
  }

  .button-6 {
    font-family: PT Serif, serif;
    font-size: 2.2em;
  }

  .rich-text-block-5 {
    font-size: 30px;
    line-height: 35px;
  }

  .button-7 {
    font-family: PT Serif, serif;
    font-size: 2em;
    font-weight: 700;
  }

  .container-21 {
    max-width: none;
  }

  .text-block-47 {
    font-size: 1.5rem;
  }

  .next {
    font-size: 2.5em;
  }

  .pagination {
    padding-bottom: 50px;
  }

  .text-block-48 {
    font-family: PT Serif, serif;
    font-weight: 700;
  }

  .section-13 {
    padding-top: 167px;
  }

  .text-block-49 {
    font-size: 1.5rem;
  }

  .next-2 {
    font-family: PT Serif, serif;
    font-size: 2em;
    font-weight: 700;
  }

  .bold-text-7 {
    font-size: 1.8em;
    font-weight: 400;
  }

  .container-22 {
    max-width: none;
  }

  .rich-text-block-7 {
    font-size: 2em;
    line-height: 50px;
  }

  .next-3 {
    font-family: PT Serif, serif;
    font-size: 2em;
  }

  .section-14 {
    margin-top: 120px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .rich-text-block-8 {
    font-size: 1.8em;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .rt-home-three-feature-video-block {
    max-width: none;
  }

  .nav-button {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
  }

  .nav-button.homepage.white-navbar {
    border-style: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 12px;
  }

  .rt-branches-text-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .logo-link.center.w--current {
    display: none;
  }

  .rt-home-three-feature-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .dropdown-toggle-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .menu.dark-bg {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .nav-bar-dark-bg {
    background-color: #fff0;
    padding: 0 5%;
    display: none;
  }

  .container-5 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .rt-home-three-feature-contain-block {
    max-width: 800px;
  }

  .nav-bar-white-bg {
    background-color: #fff;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.white-navbar {
    border-top: 1px solid #f3f3f7;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .navigation {
    margin-bottom: 0;
    padding: 0 0%;
  }

  .bold-text-2 {
    font-size: 19px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .navigation-items {
    background-color: #fff;
    width: 100%;
  }

  .menu-button-2 {
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .dropdown-2 {
    display: none;
  }

  .rt-portfolio-three-card-main-wrap-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .hero-heading {
    font-size: 40px;
  }

  .container-4 {
    max-width: 728px;
  }

  .rt-branches-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hero-section {
    height: 55em;
  }

  .lynx-heading-white {
    font-size: 2em;
  }

  .menu-icon-white {
    filter: none;
    display: block;
  }

  .bold-text-4 {
    font-size: 19px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-heading-process {
    font-size: 22px;
  }

  .lynx-grid-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cf-benefits-image {
    display: none;
  }

  .heading-6 {
    margin-top: 12px;
    margin-bottom: -8px;
    font-size: 2.5em;
  }

  .paragraph-3 {
    width: 70%;
    margin-bottom: 91px;
    font-family: PT Serif, serif;
    font-size: 1.2em;
  }

  .section-6 {
    background-position: 60% 0;
    padding-top: 80px;
  }

  .container-9 {
    padding-top: 725px;
    padding-bottom: 51px;
  }

  .uui-heading-large {
    margin-top: 3.9rem;
    font-size: 2.75rem;
  }

  .uui-blog04_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blog04_image-wrapper.is-featured {
    padding-top: 75%;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-cta03_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---wrapper {
    padding-top: 140px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .uui-heading-xlarge {
    font-size: 2rem;
  }

  .uui-heroheader21_content {
    max-width: none;
  }

  .uui-heroheader21_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader21_image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .uui-heroheader21_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .uui-text-size-xlarge {
    font-size: 1.3rem;
  }

  .rt-auto-fit-11.rt-responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-home-two-pricing-round {
    bottom: 0%;
  }

  .rt-home-two-pricing-main-container {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .rt-home-two-pricing-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    display: grid;
  }

  .rt-home-two-pricing-item {
    padding-right: 0;
  }

  .rt-home-two-pricing-item.rt-margin-top {
    margin-top: 0;
  }

  .h1-main-title {
    font-size: 70px;
  }

  .section-10 {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .inner-images-wrapper {
    max-width: none;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tabs_indicator-wrapper {
    width: 2rem;
  }

  .button_wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .sectors__link {
    transition-property: none;
  }

  .sectors__link:hover {
    background-color: #0000;
  }

  .div-block-46 {
    padding-bottom: 60px;
  }

  .div-block-43.event {
    top: 42%;
  }

  .accent-heading.blue {
    font-size: 30px;
  }

  .div-block-48 {
    width: 100%;
  }

  .div-block-45 {
    height: 217px;
  }

  .heading-sm.white {
    font-size: 22px;
    line-height: 28px;
  }

  .contain {
    width: 660px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contain.relative {
    padding-top: 64px;
    padding-bottom: 64px;
    top: 218px;
  }

  .tabs-menu {
    padding: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
  }

  .rt-home-one-about-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-home-one-about-card-text {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-home-one-about-cards-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .circle-container {
    width: 200px;
    height: 200px;
    bottom: 9px;
  }

  .circle-text {
    font-size: 18px;
  }

  .white-hero-div {
    width: 100%;
  }

  .white-hero-div.absolute {
    width: 100%;
    margin-top: 60px;
    position: relative;
    bottom: 0;
  }

  .text-block-41.slider {
    margin-bottom: 30px;
    position: static;
  }

  .about-hero-section {
    background-image: radial-gradient(circle, #0000, #3544634a), url('../images/whatsapp-image-2025-02-17-at-17.30.41_16578e55.jpg');
    background-position: 0 0, 50%;
  }

  .hero-brush-text {
    margin-top: 0;
  }

  .code-embed-2 {
    padding: 45px;
  }

  .pop-up-cover {
    display: flex;
  }

  .popup-card {
    width: 70%;
  }

  .popup-image {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .cta-btn {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7 {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .heading-sm-2.white {
    font-size: 22px;
    line-height: 28px;
  }

  .what-we-do-col {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .what-we-do-col.last {
    margin-top: 0;
    margin-bottom: 0;
  }

  .what-we-do-image {
    height: 200px;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .div-block-73 {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .col-wrap {
    width: 100%;
  }

  .col-wrap.middle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-content-wrap {
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 477px;
    padding-bottom: 0;
    top: 43px;
  }

  .quote-div {
    width: 576px;
    max-width: 100%;
  }

  .image-5, .image-6 {
    width: 576px;
    max-width: 100%;
    inset: 0 auto 0 0;
  }

  .div-block-14 {
    position: static;
  }

  .slide-nav {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    position: static;
  }

  .quote-div-2 {
    width: 576px;
    max-width: 100%;
  }

  .image-7 {
    width: 576px;
    max-width: 100%;
    inset: 0 auto 0 0;
  }

  .text-container {
    width: 100%;
  }

  .container-14 {
    flex-flow: column;
    align-items: center;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .container-15, .container-16, .container-17 {
    flex-flow: column;
    align-items: center;
  }

  .h1-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .container-18 {
    flex-flow: column;
    align-items: center;
  }

  .h1-3 {
    font-size: 36px;
    line-height: 42px;
  }

  .container-19, .container-20 {
    flex-flow: column;
    align-items: center;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cf-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .rt-component-heading-five-2 {
    font-size: 15px;
  }

  .nav-button.homepage.white-navbar {
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .rt-component-section-5.rt-gallery-v-four {
    padding-bottom: 0;
  }

  .section-3 {
    padding-bottom: 43px;
  }

  .logo-link {
    padding-left: 0;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .logo-link.center.w--current {
    display: none;
  }

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

  .hero-content {
    top: auto;
  }

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

  .dropdown-toggle-3 {
    width: 100%;
    display: none;
  }

  .menu {
    width: 100%;
    margin-left: 0;
  }

  .nav-bar-dark-bg {
    padding-left: 0%;
  }

  .lynx-hero-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .container-5 {
    padding-left: 58px;
    padding-right: 58px;
  }

  .rt-home-three-feature-contain-block {
    text-align: center;
    left: 0%;
  }

  .nav-bar-white-bg {
    padding-top: 0;
  }

  .navigation-item.white-navbar {
    border-top: 1px solid #f5f5f5;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .navigation {
    padding: 0;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .navigation-items {
    width: 100%;
    display: none;
  }

  .menu-button-2 {
    display: none;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .rt-portfolio-three-card-main-wrap-2 {
    grid-template-columns: 1fr;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
    padding: 14px;
  }

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

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

  .rt-branches-list-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-portfolio-three-card-contain-block-2 {
    background-color: #ffffffad;
  }

  .rt-tag-five-2.rt-text-uppercase-2 {
    font-size: 17px;
  }

  .rt-portfolio-three-card-main-wrap-two-2 {
    flex-flow: column;
  }

  .heading-4 {
    text-align: center;
    font-family: Vollkorn, serif;
  }

  .hero-section {
    height: 60em;
    padding-top: 162px;
  }

  .lynx-heading-white {
    font-size: 40px;
  }

  .rt-portfolio-three-card-2.rt-portfolio-three-card-meddle-two, .rt-portfolio-three-card-2.rt-portfolio-three-card-middle-one {
    max-width: none;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-heading-process {
    font-size: 20px;
  }

  .lynx-grid-process {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.benefits-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .cf-benefits-pointers-right {
    margin-top: 0;
  }

  .heading-6 {
    margin-top: 197px;
    margin-bottom: -8px;
    font-size: 2em;
  }

  .paragraph-3 {
    margin-bottom: 34px;
    padding-right: 39px;
    font-size: 1em;
  }

  .section-6 {
    background-size: 200%;
  }

  .container-9 {
    padding-top: 573px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-large {
    margin-top: 5.4rem;
    font-size: 2.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-blog04_featured-item-content {
    padding: 0;
  }

  .uui-blog04_title-link.featured-article {
    margin-bottom: .5rem;
  }

  .uui-blog04_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog04_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog04_category-menu.no-scrollbar {
    flex-flow: column;
    justify-content: flex-start;
  }

  .uui-blog04_component {
    margin-top: 4rem;
  }

  .uui-blog04_featured-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-blog04_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blog04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blog04_menu-link:hover {
    color: var(--untitled-ui--gray500);
    border-bottom-style: none;
  }

  .uui-blog04_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-blog04_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog04_image-link:hover {
    box-shadow: none;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-cta03_image-wrapper {
    width: 125%;
    margin-left: -12.5%;
  }

  .uui-section_cta03 {
    overflow: hidden;
  }

  .uui-cta03_form {
    margin-top: 2rem;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xlarge {
    text-align: center;
    font-size: 2.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-heroheader21_form {
    margin-top: 2rem;
  }

  .uui-heroheader21_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader21_component {
    grid-template-rows: auto auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heroheader21_image-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .rt-auto-fit-11.rt-responsive-image-full-width {
    height: 100%;
  }

  .rt-home-two-pricing-main-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-home-two-pricing-item {
    width: 100%;
    padding-right: 0;
  }

  .h1-main-title {
    font-size: 4em;
    line-height: 1.3em;
  }

  .main-title-subtitle {
    font-size: 1.6em;
  }

  .button-2 {
    font-size: 2em;
  }

  .div-block-72 {
    position: static;
  }

  .images-wrapper {
    min-height: auto;
  }

  .styled-linkd {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .tabs_wrapper {
    flex-flow: column;
  }

  .tabs_content-item {
    position: relative;
  }

  .tabs_content-item.is-1 {
    position: absolute;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tabs_indicator-wrapper {
    display: none;
  }

  .tabs_content-wrapper {
    width: 100%;
    height: 20rem;
    margin-left: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .tabs_link-item {
    padding: 1rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .tabs_links-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .tabs_link-item-2 {
    padding: 1rem;
  }

  .sectors {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .projects__list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .container-13 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sectors__link {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-post-tab-menu-link {
    flex: 1;
  }

  .accent-heading.blue {
    position: static;
  }

  .heading-sm {
    font-size: 15px;
  }

  .tabs-menu {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .about-hero-section {
    background-image: radial-gradient(circle, #0000, #3544634a), url('../images/whatsapp-image-2025-02-17-at-17.30.41_16578e55.jpg');
    background-position: 0 0, 50%;
    background-size: auto, contain;
  }

  .hero-brush-text {
    font-size: 30px;
  }

  .popup-card {
    width: 80%;
  }

  .popup-image {
    margin-left: 1em;
    margin-right: 1em;
  }

  .popup-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-subheading {
    font-size: 1.5em;
  }

  .bold-text-6 {
    font-size: 1.3em;
  }

  .slide-content-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 455px;
    padding-bottom: 0;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  ._2-collection-item {
    width: 100%;
  }

  .title-section-2 {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .h1-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .title-section-3 {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .h1-3 {
    font-size: 30px;
    line-height: 36px;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .collection-item-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .rt-component-heading-five-2 {
    font-size: 25px;
  }

  .image-3 {
    color: #fff;
  }

  .rt-home-three-feature-video-block {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-button {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    background-color: #eb3d31;
    border-radius: 40px;
    align-self: center;
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 1.25em 0%;
    font-size: .9em;
    display: flex;
  }

  .nav-button.w--current {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
  }

  .nav-button.homepage {
    display: none;
  }

  .nav-button.homepage.white-navbar {
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .logo-link {
    display: block;
  }

  .logo-link.w--current {
    text-align: center;
    background-color: #fff0;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .logo-link.center.w--current {
    justify-content: center;
  }

  .footer-title {
    text-decoration: underline;
  }

  .image-2 {
    background-position: 50%;
  }

  .hero-content {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    top: auto;
  }

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

  .heading {
    margin-top: -1px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .dropdown-toggle-3 {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .menu {
    z-index: 10;
    filter: none;
    text-transform: lowercase;
    flex-wrap: wrap;
    width: 60px;
    height: 30px;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .menu.dark-bg {
    width: 1px;
    height: 1px;
    display: none;
  }

  .lynx-paragraph-white {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 120%;
  }

  .nav-bar-dark-bg {
    z-index: 80;
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: 55px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
    position: absolute;
    inset: 0 0% auto;
  }

  .lynx-hero-large {
    background-position: 50% 100%;
    background-size: cover;
    min-height: 300px;
    margin-bottom: 11.3em;
  }

  .rt-margin-top-fifteen.rt-body-font-color-2 {
    text-align: center;
  }

  .container-5 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .nav-bar-white-bg {
    z-index: 100;
    background-color: #fff;
    border-top-width: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
  }

  .navigation-item {
    color: #000;
    height: 100%;
  }

  .navigation-item:hover {
    color: #000;
  }

  .navigation-item.white-navbar {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    align-self: center;
    width: 100%;
    height: 70px;
    padding-top: 25px;
    padding-left: 45px;
    padding-right: 45px;
    display: block;
  }

  .navigation-item.white-navbar:hover {
    opacity: 1;
    width: 100%;
  }

  .navigation-item.white-navbar:active {
    opacity: 1;
  }

  .rt-branch-location-item-container {
    font-family: Vollkorn, serif;
  }

  .navigation {
    z-index: 8000;
    width: 100%;
    height: 70px;
    box-shadow: none;
    text-align: right;
    background-color: #fff0;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-right: 0;
    padding: 0 0 20px;
    display: block;
    position: absolute;
    inset: 3% 0% auto;
  }

  .image {
    text-align: left;
    max-width: 70%;
    position: relative;
    left: -2em;
  }

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

  .paragraph {
    text-align: center;
    font-family: Vollkorn, serif;
  }

  .rt-text-center.rt-margin-bottom-ten {
    font-family: Vollkorn, serif;
    font-weight: 400;
    position: static;
  }

  .footer-wrapper-two {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .navigation-items {
    opacity: 1;
    background-color: #f6f9fc;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 0;
    margin-top: 5%;
    position: static;
    top: 0;
    box-shadow: 0 10px 40px 13px #00000069;
  }

  .link-block-3 {
    display: none;
  }

  .menu-button-2, .menu-button-2.w--open {
    flex: none;
  }

  .dropdown-2 {
    display: none;
  }

  .rt-portfolio-three-card-main-wrap-2 {
    flex-flow: column;
    display: inline-flex;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 140px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: -11.1em;
    margin-left: -1em;
    padding: 1px 2px 0 6px;
  }

  .hero-heading {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
  }

  .container-4 {
    max-width: none;
  }

  .logo-image {
    float: none;
    clear: none;
    width: 11em;
    margin-left: 15px;
    padding-left: 0;
  }

  .bold-text-3 {
    font-family: Vollkorn, serif;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .rt-branches-list-wrapper {
    grid-template-rows: auto auto auto auto auto;
    grid-auto-columns: 1.25fr;
  }

  .rt-portfolio-three-card-contain-block-2 {
    background-color: #ffffffad;
  }

  .rt-tag-five-2.rt-text-uppercase-2 {
    font-size: 20px;
  }

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

  .hero-section {
    height: auto;
    min-height: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 110px;
    padding-left: 21px;
    padding-right: 21px;
    top: auto;
  }

  .lynx-heading-white {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 140px;
    font-size: 34px;
  }

  .slide-2 {
    bottom: auto;
  }

  .menu-icon-white {
    filter: none;
    margin-right: 25px;
    padding-right: 0;
    display: block;
  }

  .container-7 {
    background-size: 100% 100%;
    height: 50vh;
  }

  .heading-5 {
    font-size: 3em;
  }

  .paragraph-2 {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .paragraph-2.ar {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-4 {
    height: 40vh;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-heading-process {
    font-size: 19px;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .cf-benefits-pointer-heading-and-number {
    justify-content: flex-start;
  }

  .cf-benefits-pointer-item {
    max-width: none;
  }

  .cf-text-block-2._16-px {
    line-height: 26px;
  }

  .heading-6 {
    margin-top: 76px;
    margin-bottom: -6px;
    font-family: PT Serif, serif;
    font-size: 1.5em;
  }

  .paragraph-3 {
    width: 80%;
    margin-bottom: 56px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .8em;
    line-height: 20px;
  }

  .paragraph-3.ar {
    font-size: 1em;
  }

  .section-6 {
    background-position: 80% 0;
    background-size: 150%;
    padding-top: 235px;
  }

  .container-9 {
    background-color: #ffffffd6;
    padding-top: 0;
  }

  .uui-blog04_category-menu.no-scrollbar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-cta03_component {
    grid-template-columns: 1fr;
  }

  .uui-cta03_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0%;
  }

  .paragraph-5 {
    font-size: 1.3em;
    line-height: 30px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---text-contain {
    margin-top: 60px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .uui-signup-form_wrapper-2 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader21_component {
    grid-template-columns: 1fr;
  }

  .uui-text-size-xlarge {
    text-align: center;
  }

  .h1-main-title {
    margin-top: -3px;
    font-size: 40px;
  }

  .main-title-subtitle {
    margin-top: 0;
  }

  .button-2 {
    text-align: center;
    font-size: 1.6em;
    position: relative;
    right: 40px;
  }

  .top-left-image {
    width: 35vw;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .bottom-right-image {
    width: 40vw;
    position: absolute;
    inset: auto 0% -40px auto;
  }

  .top-right-image {
    width: 35vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bottom-left-image {
    width: 30vw;
    position: absolute;
    inset: auto auto -20px 0%;
  }

  .container-12 {
    max-width: none;
  }

  .center-image {
    width: 50vw;
    position: static;
  }

  .inner-images-wrapper {
    position: relative;
  }

  .intro_wrapper {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .tabs_content-item {
    padding: 2rem;
  }

  .tabs_content-wrapper {
    height: 25rem;
  }

  .button_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .nav_wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .div-block-39 {
    flex-direction: column;
  }

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

  .div-block-40 {
    width: 100%;
  }

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

  .blog-grid-section {
    padding-bottom: 64px;
  }

  .heading-sm {
    font-size: 15px;
    line-height: 22px;
  }

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

  .tabs-menu {
    text-align: center;
    flex-flow: wrap;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
  }

  .tabs-4 {
    margin-top: 40px;
  }

  .rt-home-one-about-cards {
    grid-template-columns: 1fr;
  }

  .rt-about-card-overlay {
    display: none;
  }

  .rt-home-one-about-card-text {
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .circle-container {
    padding: 23px;
    bottom: 53px;
  }

  .circle-text {
    font-size: 16px;
  }

  .white-hero-div {
    text-align: center;
    padding: 50px 30px 30px;
  }

  .div-block-4 {
    margin-left: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .about-hero-section {
    z-index: 1;
    position: static;
  }

  .hero-brush-text {
    font-size: 30px;
    line-height: 46px;
  }

  .popup-card {
    border-width: 10px;
  }

  .images-container {
    justify-content: center;
    display: flex;
  }

  .popup-items {
    height: auto;
    padding: 40px 10px;
  }

  .popup-subheading {
    flex-flow: column wrap;
    width: 100%;
  }

  .what-we-do-col-bg {
    text-align: center;
    width: 100%;
    padding-top: 200px;
  }

  .left-float.center-on-mobile {
    float: none;
  }

  .heading-sm-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .what-we-do-image {
    background-position: 50% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    width: 80%;
    height: 220px;
    margin-right: 10%;
  }

  .div-block-26 {
    padding-left: 0;
  }

  .bold-text-5 {
    font-size: 25px;
  }

  .bold-text-6 {
    font-size: 1em;
  }

  .slide-content-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .quote-div {
    z-index: 1;
    text-align: center;
    width: 100%;
    padding: 30px 32px;
    position: relative;
    top: -52px;
  }

  .image-5, .image-6 {
    z-index: 0;
    margin-bottom: 30px;
    position: static;
  }

  .div-block-14 {
    margin-top: 24px;
    position: static;
  }

  .slide-nav {
    text-align: center;
    margin-top: 0;
    inset: auto 0 -40px;
  }

  .quote-div-2 {
    z-index: 1;
    text-align: center;
    width: 100%;
    padding: 30px 32px;
    position: relative;
  }

  .image-7 {
    z-index: 0;
    margin-bottom: 30px;
    position: static;
  }

  .title-section {
    padding-top: 135px;
  }

  .h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .latest-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-section-2 {
    padding-top: 135px;
  }

  .h1-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .title-section-3 {
    padding-top: 135px;
  }

  .h1-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.mission-flex {
    padding-bottom: 100px;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-mission-text-grid-2 {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .collection-item-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666a1a-80194ede {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666a29-80194ede {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666a38-80194ede {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666a47-80194ede {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666a6e-80194ede {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666a77-80194ede {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666a80-80194ede {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666a89-80194ede {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666a92-80194ede {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666a9c-80194ede {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666aa5-80194ede {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666aae-80194ede {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666ab7-80194ede {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666ab8-80194ede {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_83f8bbe9-13b9-4d83-78f8-327052666ac1-80194ede {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-e991c61b-d08d-3590-88dc-870ae40bf597-cf0d0946, #w-node-e991c61b-d08d-3590-88dc-870ae40bf59f-cf0d0946, #w-node-e991c61b-d08d-3590-88dc-870ae40bf5a7-cf0d0946 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48b6f65-db40-bef9-aa66-902110b5c3b9-515db7ef {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d48b6f65-db40-bef9-aa66-902110b5c3ba-515db7ef {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-d48b6f65-db40-bef9-aa66-902110b5c3bb-515db7ef {
  grid-area: 4 / 1 / 6 / 3;
}

#w-node-d48b6f65-db40-bef9-aa66-902110b5c3bc-515db7ef {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-d48b6f65-db40-bef9-aa66-902110b5c3bd-515db7ef {
  grid-area: 4 / 5 / 6 / 7;
}

#w-node-d48b6f65-db40-bef9-aa66-902110b5c3be-515db7ef {
  grid-area: 1 / 4 / 4 / 7;
}

#w-node-c32a63c0-df60-a64b-bf68-15a45ecfb903-515db7ef {
  justify-self: end;
}

#w-node-_47347547-d570-f615-3e4e-bd443a225e57-515db7ef {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-d6e79348-a434-3e04-463d-828344d83947-e01cd287 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d6e79348-a434-3e04-463d-828344d83956-e01cd287 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d6e79348-a434-3e04-463d-828344d83965-e01cd287 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d6e79348-a434-3e04-463d-828344d83974-e01cd287 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d6e79348-a434-3e04-463d-828344d839b0-e01cd287 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d6e79348-a434-3e04-463d-828344d839b9-e01cd287 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d6e79348-a434-3e04-463d-828344d839c2-e01cd287 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d6e79348-a434-3e04-463d-828344d839cb-e01cd287 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d6e79348-a434-3e04-463d-828344d839d4-e01cd287 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d6e79348-a434-3e04-463d-828344d839de-e01cd287 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-d6e79348-a434-3e04-463d-828344d839e7-e01cd287 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d6e79348-a434-3e04-463d-828344d839f0-e01cd287 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-d6e79348-a434-3e04-463d-828344d839f9-e01cd287 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-d6e79348-a434-3e04-463d-828344d839fa-e01cd287 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d6e79348-a434-3e04-463d-828344d83a03-e01cd287 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_07ac69e4-e30d-6bd2-0e63-0fb76b547943-f83b544d, #w-node-_07ac69e4-e30d-6bd2-0e63-0fb76b54794b-f83b544d, #w-node-_07ac69e4-e30d-6bd2-0e63-0fb76b547953-f83b544d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_896ebd6d-2e04-0d3f-871a-293be6f05e8b-403fd872 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_896ebd6d-2e04-0d3f-871a-293be6f05e8c-403fd872 {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-_896ebd6d-2e04-0d3f-871a-293be6f05e8d-403fd872 {
  grid-area: 4 / 1 / 6 / 3;
}

#w-node-_896ebd6d-2e04-0d3f-871a-293be6f05e8e-403fd872 {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-_896ebd6d-2e04-0d3f-871a-293be6f05e8f-403fd872 {
  grid-area: 4 / 5 / 6 / 7;
}

#w-node-_896ebd6d-2e04-0d3f-871a-293be6f05e90-403fd872 {
  grid-area: 1 / 4 / 4 / 7;
}

#w-node-_896ebd6d-2e04-0d3f-871a-293be6f05f27-403fd872 {
  justify-self: end;
}

#w-node-_896ebd6d-2e04-0d3f-871a-293be6f05f49-403fd872 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_83f8bbe9-13b9-4d83-78f8-327052666a38-80194ede {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83f8bbe9-13b9-4d83-78f8-327052666a47-80194ede {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_83f8bbe9-13b9-4d83-78f8-327052666a80-80194ede {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_83f8bbe9-13b9-4d83-78f8-327052666a92-80194ede {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d6e79348-a434-3e04-463d-828344d83965-e01cd287 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6e79348-a434-3e04-463d-828344d83974-e01cd287 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c32a63c0-df60-a64b-bf68-15a45ecfb903-515db7ef {
    justify-self: start;
  }

  #w-node-_1c23e996-519f-d4bd-3972-c108d542e4d6-515db7ef {
    place-self: center;
  }

  #w-node-_47347547-d570-f615-3e4e-bd443a225e57-515db7ef {
    justify-self: start;
  }

  #w-node-_47347547-d570-f615-3e4e-bd443a225e65-515db7ef {
    place-self: center;
  }

  #w-node-_896ebd6d-2e04-0d3f-871a-293be6f05f27-403fd872 {
    justify-self: start;
  }

  #w-node-_896ebd6d-2e04-0d3f-871a-293be6f05f35-403fd872 {
    place-self: center;
  }

  #w-node-_896ebd6d-2e04-0d3f-871a-293be6f05f49-403fd872 {
    justify-self: start;
  }

  #w-node-_896ebd6d-2e04-0d3f-871a-293be6f05f5c-403fd872 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_83f8bbe9-13b9-4d83-78f8-327052666a29-80194ede {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_83f8bbe9-13b9-4d83-78f8-327052666a38-80194ede {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_83f8bbe9-13b9-4d83-78f8-327052666ab7-80194ede {
    align-self: center;
  }

  #w-node-_47347547-d570-f615-3e4e-bd443a225e57-515db7ef {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_47347547-d570-f615-3e4e-bd443a225e60-515db7ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6e79348-a434-3e04-463d-828344d83956-e01cd287 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d6e79348-a434-3e04-463d-828344d83965-e01cd287 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d6e79348-a434-3e04-463d-828344d839f9-e01cd287 {
    align-self: center;
  }

  #w-node-_896ebd6d-2e04-0d3f-871a-293be6f05f49-403fd872 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_896ebd6d-2e04-0d3f-871a-293be6f05f57-403fd872 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83f8bbe9-13b9-4d83-78f8-327052666a29-80194ede {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_83f8bbe9-13b9-4d83-78f8-327052666a38-80194ede {
    grid-area: 2 / 1 / 4 / 4;
  }

  #w-node-_83f8bbe9-13b9-4d83-78f8-327052666a47-80194ede {
    grid-area: 4 / 1 / 6 / 4;
  }

  #w-node-_83f8bbe9-13b9-4d83-78f8-327052666ab7-80194ede {
    align-self: center;
  }

  #w-node-d48b6f65-db40-bef9-aa66-902110b5c3b9-515db7ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d48b6f65-db40-bef9-aa66-902110b5c3bb-515db7ef {
    grid-area: 4 / 1 / 6 / 3;
  }

  #w-node-d6e79348-a434-3e04-463d-828344d83956-e01cd287 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d6e79348-a434-3e04-463d-828344d83965-e01cd287 {
    grid-area: 2 / 1 / 4 / 4;
  }

  #w-node-d6e79348-a434-3e04-463d-828344d83974-e01cd287 {
    grid-area: 4 / 1 / 6 / 4;
  }

  #w-node-d6e79348-a434-3e04-463d-828344d839f9-e01cd287 {
    align-self: center;
  }

  #w-node-_896ebd6d-2e04-0d3f-871a-293be6f05e8b-403fd872 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_896ebd6d-2e04-0d3f-871a-293be6f05e8d-403fd872 {
    grid-area: 4 / 1 / 6 / 3;
  }
}


