:root {
  --text-1: #010b38;
  --primary-1: #2c81fd;
  --white: white;
  --text-2: #586085;
  --black: black;
  --primary-2: #18a996;
  --faq-border-size: 0px;
  --blur-value: 0px;
  --font-family: Lato, sans-serif;
}

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

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

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

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

body {
  direction: rtl;
  color: #333;
  font-family: IBM Plex Sans Arabic, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.container.nav-container {
  flex-flow: row;
}

.container.post-section {
  flex-flow: column;
}

.container.faq, .container.plans-container {
  align-items: stretch;
}

.container.footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.container.footer.copy {
  flex-flow: column;
}

.container.logo-section {
  overflow: hidden;
}

.container.streach {
  align-items: stretch;
}

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

.hero-imge-card-1 {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-image: radial-gradient(circle, rgba(255, 255, 255, .4), rgba(255, 255, 255, .08));
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 180px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 4px 64px rgba(0, 0, 0, .07);
}

.hero-imge-card-1._2 {
  width: 170px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-imge-card-1._3 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-imge-card-1._1 {
  margin-top: 24px;
}

.product-img-dev {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 8px;
  display: flex;
}

.product-photo {
  width: 56px;
}

.product-descreiption-div {
  background-color: rgba(255, 255, 255, .8);
}

.product-descreiption-div._1 {
  background-color: rgba(255, 255, 255, 0);
}

.text-block {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: IBM Plex Sans Arabic, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.image {
  width: 440px;
  padding-bottom: 24px;
}

.herto-img-div {
  justify-content: center;
  align-items: center;
  padding-right: 56px;
  display: flex;
  position: relative;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  left: 0;
}

.section.hide {
  display: none;
}

.section.full-height {
  height: 100vh;
}

.section.sliding {
  direction: ltr;
}

.section.postpage-sec {
  padding-top: 80px;
}

.hero-text-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.heading-lower-sentence {
  color: var(--text-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans Arabic, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.button {
  background-image: linear-gradient(90deg, #2c5afd, var(--primary-1));
  color: #fff;
  border-radius: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.button.primary {
  border: 1px solid var(--primary-1);
  background-image: linear-gradient(90deg, var(--primary-1), #0658cf);
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.primary:hover {
  background-image: linear-gradient(90deg, var(--primary-1), #0048b1);
}

.button.primary.top-bar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-width: 1.5px;
  border-color: var(--text-2);
  background-image: none;
  padding: 4px 8px;
}

.button.primary.top-bar:hover {
  background-color: var(--primary-1);
  color: var(--white);
  border-color: rgba(88, 96, 133, 0);
}

.button.primary.top-bar.hide-desktop {
  display: none;
}

.button.primary.outlined {
  color: var(--primary-1);
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
}

.button.primary.outlined:hover {
  background-image: linear-gradient(rgba(231, 231, 231, .5), rgba(231, 231, 231, .5));
}

.button.primary.form-button {
  padding-left: 48px;
  padding-right: 48px;
  font-family: "Fa Solid 900", sans-serif;
}

.button.primary.form-button.footer-button-form {
  padding-left: 24px;
  padding-right: 24px;
  font-family: "Fa Solid 900", sans-serif;
}

.button.primary.footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: none;
  border-style: none;
  padding: 0;
}

.button.primary.hero:hover {
  background-image: linear-gradient(90deg, #0057d6, #005feb);
}

.button.secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--text-1);
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #f8f8f8;
  text-decoration: none;
}

.button.secondary.tabs {
  background-color: rgba(255, 255, 255, .24);
  background-image: none;
  border-color: rgba(44, 129, 253, .11);
  margin-left: 4px;
  margin-right: 4px;
  box-shadow: 0 4px 64px rgba(0, 0, 0, .07);
}

.button.secondary.tabs:hover {
  background-color: rgba(207, 207, 207, .24);
}

.button.secondary.tabs.w--current {
  background-image: linear-gradient(90deg, var(--primary-1), #005feb);
  color: var(--white);
}

.button.secondary.tabs.w--current:hover {
  background-image: linear-gradient(90deg, #004ec0, #005feb);
}

.button.secondary.transperent:hover {
  background-image: linear-gradient(#e6e6e6, #e6e6e6);
}

.button.tabs.w--current {
  margin-left: 4px;
  margin-right: 4px;
}

.hero-buttons-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-buttons-div.hide-phone {
  display: flex;
}

.hero-buttons-div.hide-desktop {
  display: none;
}

.hero-paragraph {
  color: var(--text-2);
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.hero-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  height: 96px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.nav-outer-wrapper.container.nav-container {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
}

.nav-link {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.nav-link.link-block-2 {
  font-family: IBM Plex Sans Arabic, sans-serif;
  font-weight: 500;
}

.nav-link.link-block-2.w--current {
  color: var(--primary-1);
  font-weight: 700;
}

.scrol-lottie-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scrol-lottie-div.hide-desktop {
  display: none;
}

.hero-text-div-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-3 {
  color: var(--text-1);
  font-weight: 600;
}

.div-block-5 {
  display: flex;
}

.blure-layer {
  filter: blur(130px);
  background-color: rgba(44, 129, 253, .4);
  border-radius: 260px;
  width: 500px;
  height: 500px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blure-layer.blue {
  z-index: -1;
  background-color: rgba(44, 129, 253, .25);
  position: fixed;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blure-layer.green {
  z-index: -1;
  background-color: rgba(36, 249, 221, .4);
  position: fixed;
  top: auto;
  bottom: 11%;
  left: auto;
  right: 0%;
}

.blure-layer.green.our-featuer-sec {
  z-index: -3;
  background-color: rgba(36, 249, 221, .2);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 30%;
}

.cards-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  overflow: visible;
}

.heading-3 {
  color: var(--text-1);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.heading-3.rtl {
  text-align: right;
}

.heading-3.hero {
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .8), rgba(255, 255, 255, .08));
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.div-block-6.why-us-card {
  border-color: #eee;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  box-shadow: 0 4px 64px rgba(0, 0, 0, .07);
}

.div-block-6.why-us-card.second {
  margin-left: 0;
  margin-right: 40px;
}

.paragraph-2 {
  color: var(--text-2);
  text-align: justify;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-2.shareline {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-2.shareline.rtl {
  text-align: right;
}

.paragraph-2.section-slogan {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}

.paragraph-2.rtl {
  text-align: justify;
}

.paragraph-2.more {
  color: var(--primary-1);
  margin-top: 12px;
  text-decoration: none;
}

.paragraph-2.right {
  text-align: right;
}

.paragraph-2.hero {
  color: var(--white);
}

.grid-whyus {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  grid-template-rows: auto;
  margin-top: 32px;
}

.body {
  background-color: #fcfcfc;
}

.features-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

.feature-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .4), rgba(255, 255, 255, .08));
  border: 1px solid #eee;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  box-shadow: 0 4px 64px rgba(0, 0, 0, .07);
}

.feature-card.post-card {
  direction: rtl;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .4), rgba(255, 255, 255, .08));
  border-width: 2px;
  border-color: rgba(255, 255, 255, .32);
  align-items: stretch;
  min-width: 300px;
  margin-left: 16px;
  margin-right: 16px;
}

.price-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
  padding-left: 88px;
  padding-right: 88px;
}

.text-block-5 {
  background-color: var(--primary-2);
  color: #fff;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .4) 8%, rgba(255, 255, 255, .08));
  border: 2px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px 32px 16px;
  display: flex;
  box-shadow: 0 4px 64px rgba(0, 0, 0, .07);
}

.div-block-9.focused {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle, #f1f0ff 8%, rgba(241, 240, 255, 0));
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-2 {
  font-family: IBM Plex Sans Arabic, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 72px;
}

.div-block-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hr {
  background-color: #e2e2e2;
  height: 1px;
}

.div-block-11 {
  margin-bottom: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.newsletter-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-left: 111px;
  margin-right: 111px;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .4), rgba(255, 255, 255, .08));
  border: 2px solid rgba(255, 255, 255, .32);
  border-radius: 0 8px 8px 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 130px 99px;
  display: flex;
  box-shadow: 0 4px 64px rgba(0, 0, 0, .07);
}

.div-block-13 {
  transform-style: preserve-3d;
  background-image: linear-gradient(rgba(44, 129, 253, .8), #18a996), url('../images/Screenshot-2024-03-17-at-23.03.14_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0 8px 8px 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-field {
  border-radius: 8px;
}

.text-field.paragraph-2.formtext {
  border: 0 solid #000;
  font-weight: 300;
}

.form {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 360px;
  display: flex;
}

.form.footer-form {
  width: 310px;
}

.herosection {
  padding-top: 64px;
  padding-bottom: 64px;
}

.div-block-14 {
  background-image: url('../images/steptodown.com708457.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  padding-top: 110px;
  padding-bottom: 110px;
}

.sections-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 48px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-image: radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .4));
  border: 2px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 24px 30px 14px;
  box-shadow: 0 4px 64px rgba(0, 0, 0, .07);
}

.accordion-item-content {
  margin-top: 10px;
  margin-left: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  background-image: url('../images/arrowdrop.svg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 16px, auto;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  padding: 16px;
  font-size: 32px;
  line-height: 30px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .08);
}

.image-3 {
  height: 48px;
}

.div-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.section-5 {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
}

.tabs-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.slider {
  direction: ltr;
}

.slider_slide {
  width: 24rem;
  margin-right: 1rem;
}

.slider_navigation {
  height: 1.75rem;
  font-size: .5rem;
  display: flex;
  top: auto;
  bottom: .25rem;
  left: 0%;
  right: auto;
}

.slider_arrow {
  background-color: var(--primary-1);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .6s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slider_arrow:hover {
  background-color: var(--white);
  color: var(--primary-1);
  border-color: #ced2d9;
}

.slider_arrow.left {
  transition-timing-function: cubic-bezier(.6, .6, 0, 1);
  display: flex;
  right: 3rem;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.blog-inner-container {
  direction: ltr;
  width: 100%;
  max-width: 92rem;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0;
}

.slider_mask {
  width: 25%;
  overflow: visible;
}

.icon-1x1-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: .875rem;
  min-width: .875rem;
  max-width: .875rem;
  height: .875rem;
  min-height: .875rem;
  max-height: .875rem;
  display: flex;
}

.feature-icon {
  background-image: url('../images/cursor-finger-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border: 2px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  padding: 32px;
  display: flex;
}

.feature-icon.our-feauters.first {
  background-image: url('../images/arrow-up-right-and-arrow-down-left-from-center-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.our-feauters.second {
  background-image: url('../images/toggle-off-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.our-feauters.third {
  background-image: url('../images/laptop-mobile-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.our-feauters.fifth {
  background-image: url('../images/headset-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.our-feauters.fourth {
  background-image: url('../images/credit-card-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.our-feauters.sixth {
  background-image: url('../images/box-check-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.why-us.icon-inside {
  background-image: url('../images/keyboard-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.why-us.middle {
  background-image: url('../images/arrow-trend-up-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.fifth {
  background-image: url('../images/headset-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.first {
  background-image: url('../images/arrow-up-right-and-arrow-down-left-from-center-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.second {
  background-image: url('../images/toggle-off-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.third {
  background-image: url('../images/laptop-mobile-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.forth {
  background-image: url('../images/credit-card-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.feature-icon.sixth {
  background-image: url('../images/box-check-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
}

.navbar-home--section {
  height: 96px;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: var(--primary-1);
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.carousel-arrow-oval.next-arrow {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.carousel-arrows {
  z-index: 4;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  width: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  direction: rtl;
  text-align: right;
  background-image: radial-gradient(circle, #fff, rgba(255, 255, 255, .4));
  border: 2px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 16px;
  display: flex;
  position: relative;
}

.swiper-slide {
  opacity: .9;
  color: rgba(255, 255, 255, .5);
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.swiper.first-swiper {
  direction: ltr;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.image-8 {
  object-fit: cover;
  border-radius: 8px;
  height: 220px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.text-block-8 {
  color: var(--white);
  font-size: 16px;
}

.text-block-8.header {
  color: var(--black);
}

.text-block-8.footer {
  color: var(--text-2);
}

.footer-link-wrap-02 {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer-link-white {
  color: var(--text-2);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

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

.text-rights-light {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.copytight {
  background-color: var(--text-1);
  color: #d3d3d3;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-9 {
  transform: rotate(90deg);
}

.tabs-content {
  overflow: visible;
}

.white-brand {
  display: none;
}

.word-highlight {
  color: var(--primary-1);
}

.word-highlight-discription {
  color: var(--text-1);
  font-weight: 700;
}

.lottie-animation {
  height: 24px;
}

.link-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.fa-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
  display: none;
}

.text-block-9 {
  font-size: 16px;
  font-weight: 600;
}

.success-message {
  color: #333;
  background-color: rgba(221, 221, 221, 0);
}

.error-message {
  border-radius: 9px;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-image {
  height: 56px;
}

.marquee-2 {
  grid-column-gap: 1rem;
  background-color: rgba(255, 255, 255, .24);
  width: 100%;
  margin-top: 32px;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.nav-blure-layer {
  z-index: -1;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-flex {
  font-family: Mozamel;
  font-weight: 400;
}

.icon-truck {
  font-family: Mozamel;
}

.footer-09 {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: rgba(255, 255, 255, .24);
  padding-top: 32px;
  box-shadow: 1px -5px 64px rgba(0, 0, 0, .07);
}

.footer-09.hide {
  display: none;
}

.text-rights-light-2 {
  color: var(--text-2);
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, .08);
  margin-top: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-wrap-3 {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 42px;
  margin-bottom: 32px;
  display: flex;
}

.paragraph-light {
  color: var(--text-1);
  font-size: 15px;
}

.paragraph-light.right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: right;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 13px;
  display: flex;
}

.footer-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-white-2 {
  color: var(--text-2);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-white-2:hover {
  opacity: .5;
}

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

.button-2 {
  color: #5e4dcd;
  background-color: #ffd2dd;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 16px;
}

.button-2.button-space {
  margin-top: 20px;
}

.footer-title-large {
  color: var(--text-1);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

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

.hero-paragraph-2 {
  color: #586085;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.text-block-11 {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: IBM Plex Sans Arabic, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.word-highlight-2 {
  color: #2c81fd;
}

.word-highlight-discription-2 {
  color: #010b38;
  font-weight: 700;
}

.button-3 {
  color: #fff;
  background-image: linear-gradient(90deg, #2c5afd, #2c81fd);
  border-radius: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.button-3.primary:hover {
  background-image: linear-gradient(90deg, #2c81fd, #0048b1);
}

.button-3.primary.hero:hover {
  background-image: linear-gradient(90deg, #0057d6, #005feb);
}

.button-3.secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #010b38;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #f8f8f8;
  text-decoration: none;
}

.button-3.secondary.transperent:hover {
  background-image: linear-gradient(#e6e6e6, #e6e6e6);
}

.button-3.primary {
  color: #fff;
  background-image: linear-gradient(90deg, #2c81fd, #005feb);
  border: 1px solid #2c81fd;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-3.primary.form-button {
  margin-top: 24px;
  padding-left: 48px;
  padding-right: 48px;
}

.heading-lower-sentence-2 {
  color: #010b38;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans Arabic, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.container-3 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.image-10 {
  width: 380px;
  padding-bottom: 24px;
}

.text-block-13 {
  color: #010b38;
  font-weight: 600;
}

.logo-grid-logo-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27 {
  background-image: url('../images/Comp-1-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.login-grid-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 48px;
}

.field {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  background-image: radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
  border: 1px solid rgba(3, 3, 3, .08);
  border-radius: 8px;
  height: 48px;
}

.form-2 {
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 16px;
  display: flex;
}

.content-part {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .4), rgba(255, 255, 255, .08));
  border: 2px solid rgba(255, 255, 255, .32);
  border-radius: 0 8px 8px 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 80px 130px;
  display: flex;
  box-shadow: 0 4px 64px rgba(0, 0, 0, .07);
}

.container-4 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.section-6 {
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.login-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  margin-left: 32px;
  margin-right: 32px;
}

.login-grid-desctiption {
  color: #586085;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.aj-box {
  font-family: Newsite;
}

.italic-text {
  font-family: Apjed, sans-serif;
}

.social-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-top: 1px solid rgba(0, 0, 0, .08);
  padding-top: 16px;
  display: flex;
}

.social-link {
  color: #000;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.footer-small-title {
  text-align: right;
  margin-bottom: 0;
  font-weight: 600;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-14 {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
}

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

.div-block-31 {
  display: flex;
}

.text-span-3 {
  font-family: Apjed, sans-serif;
}

.text-span-3.hide-desktop {
  display: none;
}

.div-block-32 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.text-block-15 {
  color: var(--text-2);
  font-family: Apjed, sans-serif;
}

.form-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-4, .text-span-5 {
  font-family: Apjed, sans-serif;
}

.featured-block {
  margin-top: 10px;
}

.seach-bar {
  color: #9899ad;
  border: 1px #000;
  border-radius: 15px;
  height: 60px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 15px;
  box-shadow: 0 12px 14px rgba(0, 0, 0, .06);
}

.seach-bar.glassing {
  box-shadow: none;
  background-color: rgba(255, 255, 255, .32);
  background-image: radial-gradient(circle, rgba(255, 255, 255, .16), rgba(255, 255, 255, .32));
  border: 2px solid rgba(255, 255, 255, .32);
}

.title-large {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.profile-picture {
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 0;
}

.blog-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.blog-content.hero {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 16px;
  padding-right: 16px;
}

.next-button {
  background-color: #fb9acf;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px 36px;
  text-decoration: none;
}

.title-medium {
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.stick-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 123px;
}

.image-11 {
  position: absolute;
}

.search-button-wrapper {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0;
  right: auto;
}

.subscription {
  background-image: url('../images/Group-35569.svg'), radial-gradient(circle, rgba(255, 255, 255, .4), rgba(255, 255, 255, .16));
  background-position: -20px -30px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 125px, auto;
  border: 2px solid rgba(255, 255, 255, .24);
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.form-3 {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  width: 60px;
  height: 60px;
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.categories-block {
  margin-top: 40px;
}

.search-icon {
  position: absolute;
  top: 22px;
  bottom: 0%;
  left: 0%;
  right: 22px;
}

.profile-block {
  align-items: center;
  display: none;
}

.blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.search-button {
  background-color: var(--primary-1);
  border-radius: 15px;
  width: 60px;
  height: 100%;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.feature-image {
  border-radius: 15px;
  margin-left: 20px;
  margin-right: 0;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .16);
}

.text-field-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.search {
  position: relative;
}

.blog-image {
  width: 100%;
}

.blog-image.hero-posts-slider {
  background-color: #c90000;
  border-radius: 16px;
  margin-bottom: 24px;
}

.title-small {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small.pink {
  color: var(--primary-2);
  margin-bottom: 0;
}

.categories-pill {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 6px 16px;
  text-decoration: none;
}

.content-right {
  position: -webkit-sticky;
  position: sticky;
}

.content-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-item {
  color: #202146;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .32), rgba(255, 255, 255, .16));
  border-radius: 8px;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle, #fff, #fff);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .06);
}

.blog-item.glassing {
  background-image: radial-gradient(circle, rgba(255, 255, 255, .32), rgba(255, 255, 255, .16));
  border: 2px solid rgba(255, 255, 255, .32);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
}

.blog-item.glassing.blog-hero-post {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/steptodown.com481852_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-style: none;
  border-width: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 380px;
}

.paragraph-detials-medium {
  color: #9899ad;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.heading-h2 {
  color: #202146;
  margin-top: 0;
}

.div-block-33 {
  color: rgba(51, 51, 51, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-33.hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.div-block-34 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-h1 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.blog-hero-image {
  object-fit: cover;
  border-radius: 15px;
  margin-top: 64px;
  margin-bottom: 24px;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .06);
}

.paragraph-detials-large {
  color: #202146;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 30px;
}

.text-span-6 {
  color: var(--black);
  font-weight: 700;
}

.form-4 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, .4), rgba(255, 255, 255, .2));
  border: 2px solid rgba(255, 255, 255, .24);
  border-radius: 15px;
  display: flex;
}

.image-12 {
  position: absolute;
}

.footer-column-flat {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
}

.footer-link-large {
  color: #1e2833;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link-large:hover {
  color: #5e4dcd;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.footer-06-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.footer-06 {
  background-color: #fff;
  padding: 92px 3%;
}

.footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.social-wrap-2 {
  display: flex;
}

.secondary-link-dark {
  color: #1e2833;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.social-link-2 {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-link-wrapper {
  flex-wrap: wrap;
  padding-top: 23px;
  display: flex;
}

.logo {
  margin-bottom: 32px;
}

.text-rights {
  color: rgba(30, 40, 51, .5);
  margin-left: 32px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

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

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

  .container.nav-container {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-imge-card-1._2 {
    left: 11%;
  }

  .hero-imge-card-1._3 {
    right: 9%;
  }

  .hero-imge-card-1._1 {
    right: 10%;
  }

  .herto-img-div {
    padding-right: 0;
  }

  .heading-lower-sentence {
    font-size: 32px;
    line-height: 40px;
  }

  .button.primary.top-bar {
    border-width: 1px;
    border-color: var(--white);
    margin-left: 15px;
    margin-right: 15px;
    padding: 18px 24px;
  }

  .button.primary.top-bar:hover {
    background-color: var(--primary-1);
  }

  .button.primary.top-bar.hide-phone {
    display: none;
  }

  .button.primary.top-bar.hide-desktop {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--primary-1);
    border-style: none;
    border-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: -98px;
    display: flex;
  }

  .button.secondary.transperent {
    border-width: 0;
  }

  .hero-buttons-div.hide-phone {
    display: none;
  }

  .hero-buttons-div.hide-desktop {
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    display: flex;
  }

  .hero-heading {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 0;
  }

  .nav-link {
    text-align: right;
  }

  .nav-link.link-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, .04);
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link.link-block-2.w--current {
    color: var(--text-1);
    background-color: rgba(255, 255, 255, .67);
    border-radius: 8px;
    font-family: IBM Plex Sans Arabic, sans-serif;
  }

  .scrol-lottie-div {
    margin-top: 56px;
  }

  .scrol-lottie-div.hide-desktop {
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    display: flex;
  }

  .scrol-lottie-div.hide-phone {
    display: none;
  }

  .hero-text-div-content {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
  }

  .div-block-5 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .heading-3.price {
    flex-flow: column;
    display: flex;
  }

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

  .img-side {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .price-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .newsletter-grid {
    margin-left: 17px;
    margin-right: 17px;
  }

  .div-block-12 {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form {
    width: 350px;
  }

  .herosection {
    padding-top: 0;
  }

  .slider-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider_mask {
    width: 50%;
  }

  .nav-menu {
    background-color: rgba(7, 16, 56, .98);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100vh;
    margin-top: -96px;
    padding-top: 100px;
  }

  .text-block-8.header {
    color: var(--white);
  }

  .text-block-8.header.icon {
    font-family: Apjed, sans-serif;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
  }

  .white-brand, .colored-brand {
    margin-right: 30px;
  }

  .word-highlight {
    color: var(--primary-1);
    font-size: 40px;
  }

  .fa-icon {
    display: block;
  }

  .footer-09 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-rights-light-2, .footer-centre {
    padding-left: 3%;
    padding-right: 3%;
  }

  .word-highlight-2 {
    color: #2c81fd;
    font-size: 40px;
  }

  .button-3.secondary.transperent {
    border-width: 0;
  }

  .heading-lower-sentence-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-27 {
    display: none;
  }

  .form-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(255, 255, 255, 0);
    border-width: 0;
    border-color: rgba(228, 228, 228, 0);
    flex-flow: column;
    align-items: stretch;
  }

  .content-part {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .login-grid {
    grid-template-columns: 1fr;
  }

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

  .text-span-3 {
    margin-bottom: 0;
    font-family: Apjed, sans-serif;
  }

  .text-span-3.hide-desktop {
    display: block;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-column-flat {
    justify-content: center;
    align-items: flex-end;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

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

  .container.faq {
    align-items: stretch;
  }

  .hero-imge-card-1._2 {
    left: 0%;
  }

  .hero-imge-card-1._3, .hero-imge-card-1._1 {
    right: 0%;
  }

  .nav-link.link-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blure-layer.blue {
    background-color: rgba(44, 129, 253, .18);
    bottom: 15%;
  }

  .blure-layer.green {
    background-color: rgba(36, 249, 221, .32);
  }

  .heading-3.price {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .grid-whyus {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .img-side {
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
  }

  .image-2 {
    width: 240px;
  }

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

  .newsletter-grid {
    grid-template-columns: 3fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .slider_slide {
    width: auto;
  }

  .slider_arrow:hover {
    background-color: #fff;
  }

  .slider_arrow.left {
    right: 3rem;
  }

  .slider-2 {
    margin-top: 3rem;
  }

  .blog-inner-container {
    padding-bottom: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .slider_mask {
    width: auto;
  }

  .word-highlight {
    color: var(--primary-1);
    font-size: 40px;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .paragraph-light.right {
    padding-right: 0;
  }

  .word-highlight-2 {
    color: #2c81fd;
    font-size: 40px;
  }

  .social-wrap {
    justify-content: center;
    align-items: center;
  }

  .div-block-29 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-32 {
    justify-content: center;
    align-items: center;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-hero-image {
    margin-top: 32px;
  }

  .footer-column-flat {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .footer-link-large {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-column {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .footer-06-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-link-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .div-block-35 {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .container.post-section {
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }

  .container.footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .container.why-us {
    align-items: stretch;
  }

  .hero-imge-card-1._2 {
    width: 106px;
  }

  .hero-imge-card-1._3, .hero-imge-card-1._1 {
    width: 110px;
  }

  .product-img-dev {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .product-photo {
    width: 24px;
  }

  .text-block {
    background-color: rgba(255, 255, 255, .15);
    font-size: 10px;
    line-height: 16px;
  }

  .image {
    width: auto;
    height: 40vh;
    padding: 20px;
  }

  .hero-text-div {
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .button.primary {
    height: 56px;
    display: flex;
  }

  .button.primary.top-bar {
    justify-content: flex-start;
    align-items: center;
  }

  .button.primary.top-bar:hover {
    background-color: var(--primary-1);
  }

  .button.primary.top-bar.hide-desktop {
    margin-top: -135px;
  }

  .button.primary.form-button {
    padding-left: 19px;
    padding-right: 19px;
  }

  .button.primary.form-button.footer-button-form {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Fa Solid 900", sans-serif;
  }

  .button.primary.footer {
    display: none;
  }

  .button.primary.hero {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .button.secondary {
    justify-content: center;
    align-items: center;
    height: 56px;
  }

  .button.secondary.tabs {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.secondary.transperent {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }

  .hero-buttons-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 48px;
  }

  .hero-paragraph {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
  }

  .navbar {
    height: 64px;
  }

  .nav-link {
    color: var(--white);
    border-bottom: 0 solid rgba(255, 255, 255, .12);
    flex-flow: column;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 8px;
    display: flex;
  }

  .nav-link.link-block-2 {
    flex: 0 auto;
  }

  .nav-link.link-block-2.w--current {
    background-color: rgba(255, 255, 255, .67);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .scrol-lottie-div {
    justify-content: center;
    align-items: center;
  }

  .scrol-lottie-div.hide-desktop {
    text-decoration: none;
  }

  .blure-layer.blue {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .blure-layer.green {
    bottom: -19%;
  }

  .cards-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .heading-3 {
    text-align: center;
    font-size: 16px;
  }

  .heading-3.price {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 24px;
  }

  .heading-3.features {
    text-align: right;
  }

  .div-block-6.why-us-card {
    background-image: linear-gradient(rgba(255, 255, 255, .24), rgba(255, 255, 255, .24)), url('../images/steptodown.com237506_1.webp'), radial-gradient(circle, rgba(255, 255, 255, .8), rgba(255, 255, 255, .08));
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 70vw;
    margin-bottom: 8px;
    margin-left: 0;
    position: relative;
  }

  .div-block-6.why-us-card.first {
    background-image: url('../images/steptodown.com237506_1.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
  }

  .div-block-6.why-us-card.second {
    background-image: url('../images/steptodown.com198152_1.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 24px;
    margin-right: 0;
  }

  .div-block-6.why-us-card.third {
    background-image: url('../images/steptodown.com407965_1.webp');
    background-position: 0%;
    background-size: cover;
    border-radius: 24px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .paragraph-2.center {
    color: var(--black);
    text-align: center;
    -webkit-text-stroke-color: var(--primary-1);
    font-size: 12px;
    line-height: 16px;
  }

  .grid-whyus {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .img-side {
    display: none;
  }

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

  .feature-card.post-card {
    direction: rtl;
    text-align: right;
    width: auto;
    min-width: 300px;
  }

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

  .div-block-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-span-2.price-number {
    line-height: 56px;
  }

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

  .div-block-12 {
    justify-content: flex-start;
    align-items: stretch;
    padding: 33px 16px;
  }

  .div-block-13 {
    display: none;
  }

  .form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-width: 0;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .form.footer-form {
    width: 100%;
  }

  .herosection {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sections-title {
    font-size: 28px;
  }

  .accordion-wrapper {
    margin-top: 32px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-5 {
    background-color: #fff;
    background-image: none;
    padding-bottom: 0;
  }

  .slider_navigation {
    right: 7rem;
  }

  .slider-2 {
    margin-top: 0;
    padding-bottom: 4rem;
  }

  .slider_mask {
    width: 95%;
  }

  .colored-logo {
    width: 88px;
  }

  .feature-icon.our-feauters {
    border-radius: 70px;
  }

  .feature-icon.our-feauters.first {
    background-image: url('../images/arrow-up-right-and-arrow-down-left-from-center-1.svg'), radial-gradient(circle, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 24px, auto;
  }

  .feature-icon.why-us.icon-inside {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-image: url('../images/truck-side-1.svg'), radial-gradient(circle, #fff, rgba(255, 255, 255, .32));
    margin-bottom: 71px;
  }

  .feature-icon.why-us.icon-inside.top {
    background-image: url('../images/keyboard-1_1.svg'), radial-gradient(circle, #fff, rgba(255, 255, 255, .32));
  }

  .feature-icon.why-us.icon-inside.middle {
    background-image: url('../images/arrow-trend-up-1_1.svg'), radial-gradient(circle, #fff, rgba(255, 255, 255, .32));
  }

  .navbar-home--section {
    height: 64px;
  }

  .div-block-24 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .nav-menu {
    height: 100vh;
    margin-top: -64px;
  }

  .footer-link-wrap-02 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .footer-link-white {
    color: var(--text-2);
    font-size: 12px;
  }

  .tabs-content {
    overflow: visible;
  }

  .white-logo {
    width: 88px;
  }

  .white-brand {
    justify-content: center;
    align-items: center;
  }

  .colored-brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .word-highlight {
    color: var(--primary-1);
    font-size: 40px;
    font-weight: 700;
  }

  .word-highlight-discription {
    color: var(--text-1);
    font-weight: 700;
  }

  .link-block-2 {
    border-top: 0 solid #000;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    border-left: 0 solid #000;
    border-right: 0 #000;
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
    margin-right: 19px;
    padding: 16px 15px;
    text-decoration: none;
    display: flex;
  }

  .link-block-2.w--current {
    background-color: rgba(0, 0, 0, .08);
    border-radius: 8px;
  }

  .text-block-10 {
    color: var(--text-1);
  }

  .div-block-28 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -webkit-backdrop-filter: blur(23px);
    backdrop-filter: blur(23px);
    background-color: rgba(255, 255, 255, .36);
    border: 1px solid rgba(255, 255, 255, .41);
    border-radius: 24px;
    flex-flow: column;
    width: 90%;
    margin-top: 39px;
    margin-bottom: 0;
    padding: 16px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: -19%;
    left: auto;
    right: auto;
    box-shadow: 0 4px 64px rgba(0, 0, 0, .07);
  }

  .text-rights-light-2 {
    margin-top: 0;
  }

  .paragraph-light.right {
    padding-right: 0;
  }

  .footer-title-large {
    text-align: center;
    margin-bottom: 0;
  }

  .hero-paragraph-2 {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-11 {
    background-color: rgba(255, 255, 255, .15);
    font-size: 10px;
    line-height: 16px;
  }

  .word-highlight-2 {
    color: #2c81fd;
    font-size: 40px;
    font-weight: 700;
  }

  .word-highlight-discription-2 {
    color: #010b38;
    font-weight: 700;
  }

  .button-3.primary.hero {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .button-3.secondary {
    justify-content: center;
    align-items: center;
    height: 56px;
  }

  .button-3.secondary.transperent {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }

  .button-3.primary {
    height: 56px;
    display: flex;
  }

  .text-block-12 {
    color: #010b38;
  }

  .image-10 {
    width: auto;
    height: 40vh;
    padding: 20px;
  }

  .form-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-width: 0;
    flex-flow: column;
    align-items: stretch;
  }

  .content-part {
    justify-content: flex-start;
    align-items: stretch;
    padding: 33px 16px;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-6 {
    padding-top: 0;
  }

  .login-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .login-grid-logo {
    width: 88px;
  }

  .social-wrap {
    margin-bottom: 24px;
  }

  .social-link {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-span-3 {
    font-family: Apjed, sans-serif;
  }

  .text-span-3.menu-icon {
    font-size: 18px;
  }

  .div-block-32 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .blog-grid {
    grid-row-gap: 18px;
  }

  .featured-item {
    flex-flow: row;
  }

  .heading-h1 {
    font-size: 21px;
  }

  .footer-column-flat {
    justify-content: center;
    padding-right: 0;
  }

  .footer-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: stretch;
  }

  .footer-06-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .footer-link-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 18px;
    padding-top: 0;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

#w-node-cc9940bd-3c14-d6cb-8926-ab4b8b821475-3c255a20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7cdfc04-6747-9cc8-6f96-d0c54b4112f4-3c255a20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d82a49de-1bb2-73ff-9747-0641b3083f3f-3c255a20, #w-node-f9718685-261a-c3ba-c8c6-d0ee33e222d9-3c255a20, #w-node-_355f10fe-af4a-a385-6db5-d92a3596ba40-3c255a20, #w-node-_767ded72-a3f9-49d5-3772-366fe49146a2-3c255a20, #w-node-_125beb16-79cc-fccf-b578-bc747f323e10-3c255a20, #w-node-_77b6b6e2-d85f-62a4-262f-9163c46967d7-3c255a20, #w-node-_8dea86af-7499-5317-6853-7210941b6d1e-3c255a20, #w-node-f1f29167-a085-bad5-31bd-31f3fefeef72-3c255a20, #w-node-fbf38f53-0139-f778-9c9d-866d95dc99bc-3c255a20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87ff92e0-0377-a059-8a2f-a6e48fa67331-3c255a20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e8f24427-3a9b-1439-8c6b-1b17b0961fee-3c255a20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f47fa91c-8710-ec74-f838-6b5f0c40446c-3c255a20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f47fa91c-8710-ec74-f838-6b5f0c404489-3c255a20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_676978c2-0ff8-1615-8fe6-f55bac6c3360-3c255a20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_676978c2-0ff8-1615-8fe6-f55bac6c337d-3c255a20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ed95a53-b6c2-3b59-0bf5-c90df1dde635-3c255a20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6ed95a53-b6c2-3b59-0bf5-c90df1dde652-3c255a20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ed95a53-b6c2-3b59-0bf5-c90df1dde68e-3c255a20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6ed95a53-b6c2-3b59-0bf5-c90df1dde6ab-3c255a20, #w-node-_9fe1484f-ed78-82b0-6919-ffeceda3892d-3c255a20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b349252b-ea36-471d-08e8-b3d96e8bc552-3c255a20 {
  align-self: center;
  justify-self: end;
}

#w-node-abfd3ccf-70a3-35d1-16c3-3c0ad043f4cc-4cca8d52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-d82a49de-1bb2-73ff-9747-0641b3083f3f-3c255a20, #w-node-f9718685-261a-c3ba-c8c6-d0ee33e222d9-3c255a20, #w-node-_355f10fe-af4a-a385-6db5-d92a3596ba40-3c255a20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apjed';
  src: url('../fonts/apjed.woff2') format('woff2'), url('../fonts/apjed.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}