.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Almarai, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.footer {
  padding-top: 0rem;
  padding-bottom: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #505050;
  background-color: transparent;
}

.nav-link {
  color: #fff;
  font-weight: 500;
}

.nav-link:hover {
  color: #afdcff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.primary {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Almarai, sans-serif;
  color: #292929;
  font-weight: 400;
}

.nav-link.primary:hover {
  background-color: #afdcff;
}

.logo {
  width: 100px;
  height: 80px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
}

.section-hero {
  height: 100vh;
}

.hero-slider {
  height: 100%;
}

.hero-bgvideo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
}

.slider-arrow_prev {
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow_prev.blue {
  color: #afdcff;
}

.slider-arrow_next {
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow_next.blue {
  color: #afdcff;
}

.section-about {
  position: relative;
  z-index: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-wrapper.left-align {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-wrapper.horizontal {
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 5rem;
}

.content-wrapper.card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.content-wrapper.events {
  max-width: 1440px;
  padding-left: 2.5rem;
}

.content-wrapper.events.left-padding {
  max-width: none;
}

.content-wrapper.events.right-padding {
  padding-right: 2.5rem;
  padding-left: 0rem;
}

.title-wrapper {
  position: relative;
}

.heading-main {
  display: block;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
}

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

.heading-h2 {
  margin-top: 0px;
  margin-bottom: 0.8rem;
  font-family: Almarai, sans-serif;
  color: #afdcff;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: right;
}

.heading-h2.center-align {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-highlighter {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  width: 62px;
  height: 8px;
  margin-left: -0.1rem;
  background-color: #afdcff;
}

.title-highlighter.about {
  top: 15px;
  z-index: -1;
  height: 6px;
}

.title-highlighter.location {
  top: 15px;
  width: 95px;
  height: 6px;
}

.title-highlighter.experts {
  width: 129px;
}

.title-highlighter.events {
  width: 73px;
}

.paragraph-text {
  direction: rtl;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: justify;
}

.paragraph-text.experts {
  width: auto;
  margin-bottom: 0.5rem;
  text-align: right;
}

.paragraph-text.card {
  width: 300px;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.paragraph-text.events {
  width: 100%;
}

.para-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-column-gap: 4rem;
}

.image {
  width: 45%;
  margin-top: 0rem;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-wrapper {
  width: 75%;
}

.heading-wrapper.center-align {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 11%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-wrapper.auto-margin {
  margin-right: auto;
  margin-left: auto;
}

.heading-wrapper.right-align {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 20%;
}

.section-location {
  position: relative;
  top: 0px;
  z-index: 0;
  height: 100vh;
  padding-top: 3rem;
  background-color: #292929;
}

.section-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  overflow: hidden;
  height: 100vh;
}

.image-location {
  width: 700px;
}

.image-wrapper {
  position: relative;
  left: 0rem;
  height: 85%;
  margin: auto;
  background-color: #292929;
}

.image-wrapper.experts {
  min-width: 40%;
}

.image-wrapper.events {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo-wrapper {
  position: absolute;
  left: 342px;
  top: 108px;
  z-index: 2;
  width: 90px;
  height: 90px;
  border: 1px solid #afdcff;
  border-radius: 100px;
  background-color: #292929;
}

.logo-location {
  position: absolute;
  left: 11px;
  top: 20px;
}

.section-experts {
  position: relative;
  z-index: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}

.expert-slider {
  width: 100%;
  height: 80vh;
  background-color: #f3fdff;
}

.content_right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.expert-name {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: right;
}

.expert-title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}

.section-fundamentals {
  position: relative;
  z-index: 0;
  padding-top: 3rem;
  background-color: #292929;
}

.cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cards {
  position: relative;
  width: 100%;
  height: 500px;
}

.cards._1 {
  height: 450px;
  background-image: url('../images/women.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.cards._2 {
  height: 450px;
  background-image: url('../images/sea.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cards._3 {
  height: 450px;
  background-image: url('../images/architecture.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cards._4 {
  height: 450px;
  background-image: url('../images/innovation.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.55);
}

.card-heading {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0rem;
}

.section-events {
  position: relative;
  z-index: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #292929;
  -o-object-fit: fill;
  object-fit: fill;
}

.events-grid {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 5rem;
  grid-row-gap: 8rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.image-2 {
  display: none;
  width: 100%;
  height: 385px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-invest {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #292929;
}

.form-block {
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 2rem;
}

.form-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.form_field-label {
  color: #fff;
  font-weight: 500;
}

.form_text-field {
  border: 1px none #000;
  border-radius: 8px;
  background-color: #3f3f3f;
  color: #fff;
}

.form_text-field:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.form_text-field:active {
  color: #fff;
}

.form_text-field:focus {
  border-radius: 8px;
  background-color: #4d4d4d;
}

.form_select-field {
  border: 1px none #000;
  border-radius: 8px;
  background-color: #3f3f3f;
  color: #fff;
}

.form_select-field:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.form_select-field:active {
  color: #fff;
}

.form_select-field:focus {
  background-color: #4d4d4d;
}

.form_checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #3f3f3f;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding-top: 1rem;
  padding-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 0.75rem;
}

.form_checkbox-field {
  color: #fff;
}

.checkbox-label {
  font-weight: 400;
}

.button {
  width: 100px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #292929;
  font-weight: 500;
}

.button:hover {
  background-color: #afdcff;
}

.button.secondary {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 0.8rem;
}

.button.secondary:hover {
  background-color: #fff;
  color: #292929;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: auto;
  padding-top: 1.8rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #afdcff;
}

.footer_link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 2rem;
}

.footer-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.heading-3 {
  font-weight: 500;
}

.footer-text {
  display: none;
  font-weight: 700;
}

.play-pause-button {
  display: none;
}

.play-pause-button-2 {
  display: none;
}

.quote-icon {
  width: 100px;
  margin-left: -20px;
}

.wg-selector-highlight {
  width: 100%;
  height: 100%;
  background-color: #4049ff;
}

.wg-selector-highlight.h2 {
  background-color: #fff;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.wg-selector-highlight.h1 {
  background-color: #fff;
}

.wg-selector-highlight-wrapper {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 2px;
  margin-top: 0.25rem;
}

.wg-element-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-element-wrapper.sw1 {
  display: none;
  border-style: none;
  border-width: 1px 0px 1px 1px;
  border-color: #000 #fff #000 #000;
}

.wg-selector-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  text-decoration: none;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: 0.5;
}

.wg-toggle-1-switch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  min-width: 3rem;
  padding: 0.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  color: #240c2e;
  font-size: 0.875rem;
  line-height: 1em;
  text-align: center;
}

.wg-toggle-1-switch.ts-large {
  width: 4rem;
  height: 2rem;
  margin-right: 1rem;
  margin-left: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #afdcff;
}

.toggle {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
}

.toggle.t-large {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #56a8f0;
}

.wg-toggle-1-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-transform: translate(0.000001%, 0px);
  -ms-transform: translate(0.000001%, 0px);
  transform: translate(0.000001%, 0px);
  color: rgba(64, 73, 255, 0.3);
  font-weight: 700;
  cursor: pointer;
}

.wg-toggle-1-label.lang1 {
  margin-right: -48px;
  padding-right: 48px;
  color: #fff;
  font-weight: 500;
}

.wg-toggle-1-label.lang2 {
  margin-left: -48px;
  padding-left: 48px;
  color: #fff;
}

.text-block {
  color: #fff;
  font-weight: 500;
}

.text-block-2 {
  color: #fff;
  font-weight: 500;
}

.lang-separator {
  position: absolute;
  left: auto;
  top: 0%;
  right: -8%;
  bottom: 0%;
  border-right: 1.5px solid #fff;
}

.textblock-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.25rem;
}

.copyright-icon {
  width: 20px;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.left-arrow-2.invest-video {
  display: none;
}

.right-arrow-2.invest-video {
  display: none;
}

.link {
  color: #afdcff;
  text-decoration: none;
}

.modal-wrapper {
  position: fixed;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.35);
}

.modal-window {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 600px;
  height: 400px;
  margin: auto;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border-radius: 9px;
  background-color: #3f3f3f;
}

.modal {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.75rem;
  background-color: #fff;
}

.modal-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.close-btn-w {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100rem;
  background-color: #f5efef;
}

.modal-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(41, 40, 40, 0.4);
}

.modal-popup.terms {
  display: none;
}

.modal-popup.privacy {
  display: none;
}

.modal-popup.cookies {
  display: none;
}

.modal-w {
  z-index: 10;
  width: 100%;
  max-height: 100%;
  max-width: 62rem;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.modal-content-w {
  padding: 3rem;
}

.close-btn-line {
  position: absolute;
  width: 1.75rem;
  height: 2px;
  border-radius: 1px;
  background-color: #4353ff;
}

.close-btn-line.is--2nd {
  background-color: #292929;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: #292929;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slide-nav {
  display: none;
}

.heading-h5.white {
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 1.1rem;
}

.heading-h1 {
  color: #fff;
  font-size: 3.3rem;
  line-height: 1.4;
  text-align: right;
}

.paragraph-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-h3 {
  direction: rtl;
  color: #afdcff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
}

.email-link {
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.5rem;
  padding-left: 1rem;
  color: #fff;
  font-size: 2rem;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 0rem;
}

.link-2 {
  color: #afdcff;
  text-decoration: none;
}

.section-partners {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.grid {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.image-logos {
  width: 60%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-block {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.image-3 {
  width: 40px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 1rem;
}

.phone-mockup {
  width: 30%;
}

.textandbutton-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-h4 {
  color: #afdcff;
  text-align: right;
}

.heading-h6 {
  color: #292929;
  font-size: 1.3rem;
}

.list-item {
  margin-bottom: 0.5rem;
  direction: rtl;
  font-size: 1rem;
  text-align: right;
}

.div-block {
  width: 75px;
  height: 75px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
}

.link-block {
  position: relative;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
}

.link-block:hover {
  background-color: #afdcff;
}

.image-4 {
  position: absolute;
  left: 20%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .nav-link {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .nav-link.primary {
    width: 135px;
    margin-top: 2rem;
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0rem 1rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #414141;
  }

  .content-wrapper.card {
    padding-left: 2.5rem;
  }

  .heading-main {
    font-size: 0.8rem;
  }

  .heading-h2 {
    font-size: 2rem;
  }

  .paragraph-text {
    font-size: 1.1rem;
  }

  .paragraph-text.experts {
    font-size: 1rem;
  }

  .paragraph-text.events {
    font-size: 1rem;
  }

  .para-image-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
  }

  .expert-slider {
    height: 60vh;
  }

  .expert-name {
    font-size: 1.5rem;
  }

  .expert-title {
    font-size: 1.1rem;
  }

  .cards-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cards._1 {
    height: 260px;
  }

  .cards._2 {
    height: 260px;
  }

  .cards._3 {
    height: 260px;
  }

  .cards._4 {
    height: 260px;
  }

  .icon {
    color: #fff;
  }

  .icon:focus {
    color: #afdcff;
  }

  .menu-button.w--open {
    padding: 0.5rem;
    background-color: #2e2e2e;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 1rem;
  }

  .nav-link.primary {
    margin-top: 0rem;
  }

  .nav-menu {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    background-color: transparent;
  }

  .section-about {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .content-wrapper.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper.card {
    padding-left: 1.5rem;
  }

  .content-wrapper.events.left-padding {
    padding-left: 0rem;
  }

  .content-wrapper.events.right-padding {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .heading-h2 {
    font-size: 1.8rem;
  }

  .paragraph-text {
    width: 100%;
  }

  .para-image-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    width: 100%;
  }

  .heading-wrapper {
    width: 100%;
  }

  .section-location {
    height: auto;
    padding-top: 2rem;
  }

  .image-location {
    width: 600px;
  }

  .image-wrapper.experts {
    height: 50%;
    min-width: 80%;
  }

  .image-wrapper.events {
    height: 300px;
  }

  .logo-wrapper {
    left: 237px;
    top: 69px;
  }

  .section-experts {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .expert-slider {
    height: 100vh;
  }

  .content_right-wrapper {
    margin-top: 0px;
  }

  .section-fundamentals {
    padding-top: 2rem;
  }

  .cards._2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cards._3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .cards._4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .section-events {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .events-grid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .section-invest {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .form-block {
    padding-top: 1rem;
  }

  .form-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .quote-icon {
    width: 75px;
  }

  .wg-toggle-1-switch.ts-large {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .modal-w {
    margin-bottom: 0px;
  }

  .modal-content-w {
    padding: 2rem;
  }

  .heading-h1 {
    padding-right: 1rem;
    font-size: 2.5rem;
  }

  .image-logos {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .nav-link.primary {
    width: 100%;
    margin-top: 0rem;
    text-align: center;
  }

  .logo {
    width: 80px;
  }

  .nav-menu {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    grid-column-gap: 0rem;
    background-color: transparent;
  }

  .content-wrapper.horizontal {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
  }

  .heading-h2 {
    font-size: 1.5rem;
  }

  .heading-h2.center-align {
    font-size: 1.4rem;
    text-align: right;
  }

  .heading-h2.center-align.mobile {
    text-align: center;
  }

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

  .paragraph-text.card {
    width: 288px;
  }

  .heading-wrapper.center-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-wrapper.center-align.mobile {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-wrapper.experts {
    height: 40%;
    min-width: 100%;
  }

  .logo-wrapper {
    left: 145px;
    top: 43px;
    width: 45px;
    height: 45px;
  }

  .logo-location {
    left: 2px;
    top: 8px;
    max-width: 90%;
  }

  .expert-slider {
    height: 90vh;
  }

  .content_right-wrapper {
    margin-top: 0px;
  }

  .cards._2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .form_checkbox-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-wrapper {
    height: 45vh;
  }

  .button {
    width: 100%;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .modal {
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal-popup {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .modal-w {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .modal-content-w {
    padding: 1.5rem;
  }

  .heading-h1 {
    font-size: 2.2rem;
  }

  .heading-h3 {
    font-size: 1.6rem;
  }

  .email-link {
    padding-right: 1rem;
    font-size: 1.6rem;
  }

  .phone-mockup {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block {
    width: 50px;
    height: 50px;
  }
}

#w-node-dc2928d4-165c-1cd7-9c66-3d1546a89a39-3be4f89c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dc2928d4-165c-1cd7-9c66-3d1546a89a3e-3be4f89c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dc2928d4-165c-1cd7-9c66-3d1546a89a40-3be4f89c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0965c85a-9295-507f-89ba-fb723d8cb009-3be4f89c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dc2928d4-165c-1cd7-9c66-3d1546a89a47-3be4f89c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dc2928d4-165c-1cd7-9c66-3d1546a89a4c-3be4f89c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0563d4bf-139e-b146-0bed-90a0852197b0-3be4f89c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dc2928d4-165c-1cd7-9c66-3d1546a89a42-3be4f89c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e7d2cc18-b648-84df-1bd6-3b4448f68c76-3be4f89c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7df8c52-c345-8ba7-0f21-edf5baf444e7-3be4f89c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-dc2928d4-165c-1cd7-9c66-3d1546a89a40-3be4f89c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 0;
    grid-row-end: 4;
  }

  #w-node-_0965c85a-9295-507f-89ba-fb723d8cb009-3be4f89c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0563d4bf-139e-b146-0bed-90a0852197b0-3be4f89c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 8;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }

  #w-node-dc2928d4-165c-1cd7-9c66-3d1546a89a42-3be4f89c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e7d2cc18-b648-84df-1bd6-3b4448f68c76-3be4f89c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dc2928d4-165c-1cd7-9c66-3d1546a89a40-3be4f89c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_0563d4bf-139e-b146-0bed-90a0852197b0-3be4f89c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 8;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
}

@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: url('../fonts/Almarai-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: url('../fonts/Almarai-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: url('../fonts/Almarai-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}