.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;
}

p {
  margin-bottom: 10px;
  line-height: 2;
}

a {
  text-decoration: underline;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

.hero-section {
  z-index: 1;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.heading.ar {
  max-width: 24ch;
  direction: rtl;
  color: #ffae00;
  font-family: Notosansarabic, sans-serif;
  font-weight: 600;
  display: none;
}

.paragraph {
  max-width: 66ch;
  margin-bottom: 0;
}

.paragraph.ar {
  max-width: 56ch;
  direction: rtl;
  font-family: Notosansarabic Light, sans-serif;
  font-size: 22px;
  line-height: 1.4;
}

.library-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.book-animation {
  min-height: 170px;
  min-width: 1700px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.scroller {
  z-index: 1;
  width: 100vw;
  height: 2700vh;
  justify-content: flex-start;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.scroller.ar {
  width: 100%;
  height: 5600vh;
}

.accordion_item {
  min-height: 600px;
  min-width: 140px;
  filter: brightness(80%);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: filter .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion_item:hover {
  filter: brightness();
}

.book-heading {
  z-index: 2;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#412b1b, #a38258);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 52px;
  position: absolute;
  transform: translate(-5px)rotate(90deg);
}

.book-heading._2 {
  background-image: linear-gradient(#362406, #6b4b33 30%, #976d4d);
}

.book-heading.red {
  background-image: linear-gradient(#543128, #926346);
}

.book-heading.green {
  background-image: linear-gradient(#233d33, #668760);
}

.book-heading.bleu {
  background-image: linear-gradient(#302b29, #6a5b48);
}

.accordion_description-wrapper {
  z-index: 10;
  width: 640px;
  height: 540px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  opacity: .9;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
}

.anchors-wrap {
  width: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.anchor {
  height: 100vh;
}

.container {
  z-index: 2;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.m-book-wrap {
  width: 15vh;
  height: 100vh;
  cursor: pointer;
  border: 1px solid #fff;
  flex-direction: column;
  transition: background-color .5s;
  display: flex;
}

.m-book-wrap:hover {
  background-color: #161616;
}

.m-book-number {
  width: 15vh;
  height: 15vh;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  display: flex;
}

.m-book-content {
  width: 85vh;
  height: 15vh;
  transform-origin: 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  left: 15vh;
  transform: rotate(90deg);
}

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

.heading-4._2 {
  text-align: right;
}

.m-book {
  display: flex;
}

.m-book-side-wrap {
  width: 0;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-width: 1px 0;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.image {
  width: 200px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  margin-bottom: auto;
  display: flex;
}

.heading-5 {
  margin-bottom: 100px;
}

.paragraph-2 {
  opacity: .45;
}

.div-block-6 {
  min-width: 40vw;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 15vh 50px 50px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-lottie {
  z-index: -1;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.l3 {
  min-height: 1080px;
  min-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.button {
  width: 210px;
  height: 50px;
  color: #ffae00;
  background-color: rgba(235, 174, 20, .1);
  border: 1px solid #ffae00;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: all .5s;
  display: flex;
}

.button:hover {
  width: 220px;
  box-shadow: 0 0 20px 1px rgba(255, 174, 0, .5);
}

.button.ar {
  direction: rtl;
  font-family: Notosansarabic Light, sans-serif;
  font-size: 20px;
}

.sticky {
  width: 100vw;
  height: 100vh;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky.ar {
  justify-content: flex-end;
}

.book-paragraph {
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.book-paragraph.ar {
  direction: rtl;
  font-family: Notosansarabic Regular, sans-serif;
  font-size: 16px;
}

.gradient {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 55%, #000);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader-wrap {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.loader {
  width: 220px;
}

.link-block {
  width: 60px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .7;
  color: #efd286;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.link-block.w--current {
  width: 100px;
  opacity: 1;
  color: #f7e19d;
}

.line {
  width: 100%;
  height: 1px;
  min-width: 20px;
  background-color: #efd286;
}

.left-links {
  z-index: 50;
  height: 100vh;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.left-links.ar {
  width: 180px;
  height: 100vh;
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, 0));
  align-items: flex-end;
  padding-right: 0;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.date {
  min-width: 4ch;
  color: #efd286;
}

.date.ar {
  min-width: 4ch;
  direction: rtl;
  font-family: Notosansarabic Regular, sans-serif;
}

.date.ar.width {
  min-width: 12ch;
}

.book-image {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
}

.content-title {
  font-family: Notosansarabic Regular, sans-serif;
}

.content-title.ar {
  direction: rtl;
}

.hero-text-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text-block.ar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.side-image {
  z-index: 3;
  width: 50px;
  position: relative;
}

.side-image.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.div-block-7 {
  height: 0;
}

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

.sub-heading.ar {
  max-width: 31ch;
  direction: rtl;
  font-family: Notosansarabic Light, sans-serif;
  font-weight: 600;
}

.accordion_list-wrapper {
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.accordion_item-wrapper {
  cursor: pointer;
}

.accordion_item-wrapper.w--current {
  background-color: #f7f7f4;
  border-bottom-style: none;
  border-radius: 5px;
}

.accordion_title-wrapper {
  width: 100%;
  height: 100%;
  min-height: 600px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-container {
  z-index: 50;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-bar {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo {
  width: 90px;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.link.w--current {
  color: #ddb151;
  border-bottom: 1px solid #ddb151;
}

.link.ar {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.indicator {
  z-index: -1;
  height: 1px;
  background-color: #ddb151;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-title {
  width: 350px;
}

@media screen and (max-width: 991px) {
  .navigation-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .logo, .aldjazairi-logo {
    margin-right: 0;
  }

  .link {
    display: none;
  }
}

#w-node-_8e3a9cd8-f0ec-c637-5a31-d96064b0f297-64b0f28c, #w-node-_8e3a9cd8-f0ec-c637-5a31-d96064b0f29a-64b0f28c, #w-node-_8e3a9cd8-f0ec-c637-5a31-d96064b0f28e-64b0f28c, #w-node-_56af6932-0f2e-27c4-9044-24b156751ee7-56751ee5, #w-node-_56af6932-0f2e-27c4-9044-24b156751ee9-56751ee5, #w-node-_56af6932-0f2e-27c4-9044-24b156751eec-56751ee5, #w-node-_49d86dca-2d5a-1d66-c804-4c7b72c1e213-41b3b53a, #w-node-_49d86dca-2d5a-1d66-c804-4c7b72c1e215-41b3b53a, #w-node-_49d86dca-2d5a-1d66-c804-4c7b72c1e218-41b3b53a, #w-node-_184b37a8-01b5-2927-7c4f-ef6a2365d482-41b3b53a, #w-node-_184b37a8-01b5-2927-7c4f-ef6a2365d484-41b3b53a, #w-node-_184b37a8-01b5-2927-7c4f-ef6a2365d487-41b3b53a, #w-node-_50c63809-5222-6e0b-12d3-3f35124c7214-41b3b53a, #w-node-_50c63809-5222-6e0b-12d3-3f35124c7216-41b3b53a, #w-node-_50c63809-5222-6e0b-12d3-3f35124c7219-41b3b53a, #w-node-d198595b-5f07-f24f-b22f-f97ec2fdec64-41b3b53a, #w-node-d198595b-5f07-f24f-b22f-f97ec2fdec66-41b3b53a, #w-node-d198595b-5f07-f24f-b22f-f97ec2fdec69-41b3b53a, #w-node-_4d03c4fb-b035-e956-4844-ad7c81c9b790-41b3b53a, #w-node-_4d03c4fb-b035-e956-4844-ad7c81c9b792-41b3b53a, #w-node-_4d03c4fb-b035-e956-4844-ad7c81c9b795-41b3b53a, #w-node-_7efab808-88d4-405e-9d96-d90caa3acb3f-41b3b53a, #w-node-_7efab808-88d4-405e-9d96-d90caa3acb41-41b3b53a, #w-node-_7efab808-88d4-405e-9d96-d90caa3acb44-41b3b53a, #w-node-b1ae41a3-0e99-7597-0157-bb73cf076687-41b3b53a, #w-node-b1ae41a3-0e99-7597-0157-bb73cf076689-41b3b53a, #w-node-b1ae41a3-0e99-7597-0157-bb73cf07668c-41b3b53a, #w-node-_26d8715b-5d2f-a67a-9322-2b16c94be27c-41b3b53a, #w-node-_26d8715b-5d2f-a67a-9322-2b16c94be27e-41b3b53a, #w-node-_26d8715b-5d2f-a67a-9322-2b16c94be281-41b3b53a, #w-node-d4718ac4-a242-99c6-8733-011f285ec038-41b3b53a, #w-node-d4718ac4-a242-99c6-8733-011f285ec03a-41b3b53a, #w-node-d4718ac4-a242-99c6-8733-011f285ec03d-41b3b53a, #w-node-d676a544-591a-bccf-0122-e529a4abdebc-41b3b53a, #w-node-d676a544-591a-bccf-0122-e529a4abdebe-41b3b53a, #w-node-d676a544-591a-bccf-0122-e529a4abdec1-41b3b53a, #w-node-_103d635a-bf79-7d7d-6593-0810aec0ff85-41b3b53a, #w-node-_103d635a-bf79-7d7d-6593-0810aec0ff87-41b3b53a, #w-node-_103d635a-bf79-7d7d-6593-0810aec0ff8a-41b3b53a, #w-node-_8e1911da-09d8-7489-6089-8c1ec918b3f4-41b3b53a, #w-node-_8e1911da-09d8-7489-6089-8c1ec918b3f6-41b3b53a, #w-node-_8e1911da-09d8-7489-6089-8c1ec918b3f9-41b3b53a, #w-node-f8eaba1d-8bbe-d5ee-6f47-981fd6a78028-41b3b53a, #w-node-f8eaba1d-8bbe-d5ee-6f47-981fd6a7802a-41b3b53a, #w-node-f8eaba1d-8bbe-d5ee-6f47-981fd6a7802d-41b3b53a, #w-node-_4791efdb-f8d6-43a2-76d6-1235c94d732d-41b3b53a, #w-node-_4791efdb-f8d6-43a2-76d6-1235c94d732f-41b3b53a, #w-node-_4791efdb-f8d6-43a2-76d6-1235c94d7332-41b3b53a, #w-node-_9c606f46-92d8-230f-9da5-99286aaa642b-41b3b53a, #w-node-_9c606f46-92d8-230f-9da5-99286aaa642d-41b3b53a, #w-node-_9c606f46-92d8-230f-9da5-99286aaa6430-41b3b53a, #w-node-e55b1117-67b1-5eb3-ed8c-9fc95e88338e-41b3b53a, #w-node-e55b1117-67b1-5eb3-ed8c-9fc95e883390-41b3b53a, #w-node-e55b1117-67b1-5eb3-ed8c-9fc95e883393-41b3b53a, #w-node-a923ddef-2738-ffd2-8439-461dd430bf18-41b3b53a, #w-node-a923ddef-2738-ffd2-8439-461dd430bf1a-41b3b53a, #w-node-a923ddef-2738-ffd2-8439-461dd430bf1d-41b3b53a, #w-node-f6a7eefc-20e7-8191-aa0b-fee581f3af40-41b3b53a, #w-node-f6a7eefc-20e7-8191-aa0b-fee581f3af42-41b3b53a, #w-node-f6a7eefc-20e7-8191-aa0b-fee581f3af45-41b3b53a, #w-node-_52cbdfc9-dabd-0bd8-acac-d66e07a0dd6e-41b3b53a, #w-node-_52cbdfc9-dabd-0bd8-acac-d66e07a0dd70-41b3b53a, #w-node-_52cbdfc9-dabd-0bd8-acac-d66e07a0dd73-41b3b53a, #w-node-b41bfa00-bcba-3ca4-c21a-1c236569f6f5-41b3b53a, #w-node-b41bfa00-bcba-3ca4-c21a-1c236569f6f7-41b3b53a, #w-node-b41bfa00-bcba-3ca4-c21a-1c236569f6fa-41b3b53a, #w-node-_14f3b961-bf7a-52c4-1df8-88f30cceba7c-41b3b53a, #w-node-_14f3b961-bf7a-52c4-1df8-88f30cceba7e-41b3b53a, #w-node-_14f3b961-bf7a-52c4-1df8-88f30cceba81-41b3b53a, #w-node-_16f32480-9762-15fe-6c0e-ce98549044a6-41b3b53a, #w-node-_16f32480-9762-15fe-6c0e-ce98549044a8-41b3b53a, #w-node-_16f32480-9762-15fe-6c0e-ce98549044ab-41b3b53a, #w-node-d02f8549-1e2c-161a-9633-3c3aa1193505-41b3b53a, #w-node-d02f8549-1e2c-161a-9633-3c3aa1193507-41b3b53a, #w-node-d02f8549-1e2c-161a-9633-3c3aa119350a-41b3b53a, #w-node-_6ecb56d1-71e0-c82e-3eae-4e9c0c1155df-41b3b53a, #w-node-_6ecb56d1-71e0-c82e-3eae-4e9c0c1155e1-41b3b53a, #w-node-_6ecb56d1-71e0-c82e-3eae-4e9c0c1155e4-41b3b53a, #w-node-_5edb47cf-cfda-3a02-8588-e5b5a6949b05-41b3b53a, #w-node-_5edb47cf-cfda-3a02-8588-e5b5a6949b07-41b3b53a, #w-node-_5edb47cf-cfda-3a02-8588-e5b5a6949b0a-41b3b53a, #w-node-ff251b8c-6f09-f2fb-0e2a-c0dc514c406c-41b3b53a, #w-node-ff251b8c-6f09-f2fb-0e2a-c0dc514c406e-41b3b53a, #w-node-ff251b8c-6f09-f2fb-0e2a-c0dc514c4071-41b3b53a, #w-node-_8069a22a-688d-e6a8-2684-ca662d29e117-41b3b53a, #w-node-_8069a22a-688d-e6a8-2684-ca662d29e119-41b3b53a, #w-node-_8069a22a-688d-e6a8-2684-ca662d29e11c-41b3b53a, #w-node-_73aace3f-0200-a301-26d2-b24d5d90ff57-41b3b53a, #w-node-_73aace3f-0200-a301-26d2-b24d5d90ff59-41b3b53a, #w-node-_73aace3f-0200-a301-26d2-b24d5d90ff5c-41b3b53a, #w-node-_5fe334cc-a148-4762-fc51-7ec7e1bed6b9-41b3b53a, #w-node-_5fe334cc-a148-4762-fc51-7ec7e1bed6bb-41b3b53a, #w-node-_5fe334cc-a148-4762-fc51-7ec7e1bed6be-41b3b53a, #w-node-_35f191fd-bf86-8f2c-b644-64e80d995b3c-41b3b53a, #w-node-_35f191fd-bf86-8f2c-b644-64e80d995b3e-41b3b53a, #w-node-_35f191fd-bf86-8f2c-b644-64e80d995b41-41b3b53a, #w-node-fb335e09-d6db-3ce4-a6e7-caa2d85575a7-41b3b53a, #w-node-fb335e09-d6db-3ce4-a6e7-caa2d85575a9-41b3b53a, #w-node-fb335e09-d6db-3ce4-a6e7-caa2d85575ac-41b3b53a, #w-node-_4c61593b-8120-8f83-3346-9e0986942c57-41b3b53a, #w-node-_4c61593b-8120-8f83-3346-9e0986942c59-41b3b53a, #w-node-_4c61593b-8120-8f83-3346-9e0986942c5c-41b3b53a, #w-node-a516fbac-803d-3591-f70f-d087df544fbe-41b3b53a, #w-node-a516fbac-803d-3591-f70f-d087df544fc0-41b3b53a, #w-node-a516fbac-803d-3591-f70f-d087df544fc3-41b3b53a, #w-node-_0f77797e-11ec-7fa0-9a1b-2e2f7c7382df-41b3b53a, #w-node-_0f77797e-11ec-7fa0-9a1b-2e2f7c7382e1-41b3b53a, #w-node-_0f77797e-11ec-7fa0-9a1b-2e2f7c7382e4-41b3b53a, #w-node-_0bbd1600-d11b-6970-6552-351d5245d759-41b3b53a, #w-node-_0bbd1600-d11b-6970-6552-351d5245d75b-41b3b53a, #w-node-_0bbd1600-d11b-6970-6552-351d5245d75e-41b3b53a, #w-node-b54ab164-7fe2-0d82-ff55-3ec700d860e3-41b3b53a, #w-node-b54ab164-7fe2-0d82-ff55-3ec700d860e5-41b3b53a, #w-node-b54ab164-7fe2-0d82-ff55-3ec700d860e8-41b3b53a, #w-node-_746c6811-8ca7-8f8b-3a8c-b3d2bd1370ca-41b3b53a, #w-node-_746c6811-8ca7-8f8b-3a8c-b3d2bd1370cc-41b3b53a, #w-node-_746c6811-8ca7-8f8b-3a8c-b3d2bd1370cf-41b3b53a, #w-node-_4307f406-4f29-76f4-a76e-5427856c0b5a-41b3b53a, #w-node-_4307f406-4f29-76f4-a76e-5427856c0b5c-41b3b53a, #w-node-_4307f406-4f29-76f4-a76e-5427856c0b5f-41b3b53a, #w-node-feebe5e5-0867-3f8a-35be-cfbd21531e51-41b3b53a, #w-node-feebe5e5-0867-3f8a-35be-cfbd21531e53-41b3b53a, #w-node-feebe5e5-0867-3f8a-35be-cfbd21531e56-41b3b53a, #w-node-_5df0f938-8679-949a-b068-523de234c8e7-41b3b53a, #w-node-_5df0f938-8679-949a-b068-523de234c8e9-41b3b53a, #w-node-_5df0f938-8679-949a-b068-523de234c8ec-41b3b53a, #w-node-_100737b0-64a8-3d13-b009-9a4af3da0a3c-41b3b53a, #w-node-_100737b0-64a8-3d13-b009-9a4af3da0a3e-41b3b53a, #w-node-_100737b0-64a8-3d13-b009-9a4af3da0a41-41b3b53a, #w-node-_0dfc8d02-e4d3-ef92-19eb-e9b630302f81-41b3b53a, #w-node-_0dfc8d02-e4d3-ef92-19eb-e9b630302f83-41b3b53a, #w-node-_0dfc8d02-e4d3-ef92-19eb-e9b630302f86-41b3b53a, #w-node-_432ad3be-17da-64fe-420b-5c69c093af62-41b3b53a, #w-node-_432ad3be-17da-64fe-420b-5c69c093af64-41b3b53a, #w-node-_432ad3be-17da-64fe-420b-5c69c093af67-41b3b53a, #w-node-_3bfd1ec2-0a59-fdff-c9f4-735dfc6d1da8-41b3b53a, #w-node-_3bfd1ec2-0a59-fdff-c9f4-735dfc6d1daa-41b3b53a, #w-node-_3bfd1ec2-0a59-fdff-c9f4-735dfc6d1dad-41b3b53a, #w-node-_1396d6b1-0c28-22ab-311d-53ce09351069-41b3b53a, #w-node-_1396d6b1-0c28-22ab-311d-53ce0935106b-41b3b53a, #w-node-_1396d6b1-0c28-22ab-311d-53ce0935106e-41b3b53a, #w-node-a8ae6374-ea8e-6c28-e501-a171c378eb82-41b3b53a, #w-node-a8ae6374-ea8e-6c28-e501-a171c378eb84-41b3b53a, #w-node-a8ae6374-ea8e-6c28-e501-a171c378eb87-41b3b53a, #w-node-b71145fc-b46b-6920-c16f-b6d738cde1ae-41b3b53a, #w-node-b71145fc-b46b-6920-c16f-b6d738cde1b0-41b3b53a, #w-node-b71145fc-b46b-6920-c16f-b6d738cde1b3-41b3b53a, #w-node-f365e9da-2820-166c-d934-ce3527aa435e-41b3b53a, #w-node-f365e9da-2820-166c-d934-ce3527aa4360-41b3b53a, #w-node-f365e9da-2820-166c-d934-ce3527aa4363-41b3b53a, #w-node-_712613cb-50aa-da70-a80d-5dad7ac93927-41b3b53a, #w-node-_712613cb-50aa-da70-a80d-5dad7ac93929-41b3b53a, #w-node-d3b644ac-5888-6992-ba2d-5a98acecf252-41b3b53a, #w-node-d3b644ac-5888-6992-ba2d-5a98acecf254-41b3b53a, #w-node-d3b644ac-5888-6992-ba2d-5a98acecf257-41b3b53a, #w-node-_21e69a8d-865e-c4b7-e330-abaedd9fbffe-41b3b53a, #w-node-_21e69a8d-865e-c4b7-e330-abaedd9fc000-41b3b53a, #w-node-_21e69a8d-865e-c4b7-e330-abaedd9fc003-41b3b53a, #w-node-e9f4205d-9019-1273-f855-9ab2dbfb8bdc-41b3b53a, #w-node-e9f4205d-9019-1273-f855-9ab2dbfb8bde-41b3b53a, #w-node-e9f4205d-9019-1273-f855-9ab2dbfb8be1-41b3b53a, #w-node-_23d6056e-fa63-7b1c-5614-cc34cff33b4b-41b3b53a, #w-node-_23d6056e-fa63-7b1c-5614-cc34cff33b4d-41b3b53a, #w-node-_23d6056e-fa63-7b1c-5614-cc34cff33b50-41b3b53a, #w-node-_0a0fb789-ce32-3289-7133-3832c624f5cd-41b3b53a, #w-node-_0a0fb789-ce32-3289-7133-3832c624f5cf-41b3b53a, #w-node-_0a0fb789-ce32-3289-7133-3832c624f5d2-41b3b53a, #w-node-_59ed714b-80ac-192f-3fcc-3d6db149453d-41b3b53a, #w-node-_59ed714b-80ac-192f-3fcc-3d6db149453f-41b3b53a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Notosansarabic Light';
  src: url('../fonts/NotoSansArabic-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic Regular';
  src: url('../fonts/NotoSansArabic-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}