:root {
  --flowui-component-library-gray-200: #f3f5fb;
  --background: #090b17;
  --flowui-component-library-gray-100: #f7f9fd;
  --flowui-component-library-error-lighter: #fceff0;
  --flowui-component-library-error-darker: #5b0b11;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-grey-600: #393b6a;
  --menu: #1f1f27;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-white: white;
  --acent-color: #642eff;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-primary-dark: #2d0896;
  --flowui-component-library-grey-300: #e4e6f1;
  --midnight-blue: #1a112c;
  --light-steel-blue: #b6b9ce5c;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.navbar-brand-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-brand-3.sherif {
  display: none;
}

.sherif-beily-3 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #0f0505;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-error-message {
  background-color: var(--flowui-component-library-error-lighter);
  color: var(--flowui-component-library-error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area {
  border: 1px none var(--flowui-component-library-grey-600);
  background-color: var(--menu);
  color: #fff;
  -webkit-text-stroke-color: var(--flowui-component-library-grey-600);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library-grey-600);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-label {
  color: var(--flowui-component-library-white);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-field-input {
  border: 1px none var(--flowui-component-library-grey-600);
  background-color: var(--menu);
  color: #fff;
  -webkit-text-stroke-color: var(--flowui-component-library-grey-600);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library-grey-600);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library-gray-500);
  -webkit-text-stroke-color: var(--flowui-component-library-grey-600);
}

.f-contact-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  display: block;
}

.body-10 {
  background-color: var(--background);
  margin-bottom: 18px;
  font-family: Omnes, sans-serif;
}

.div-block-17 {
  align-self: center;
  padding-left: 360px;
  padding-right: 360px;
}

.nav-link {
  color: var(--flowui-component-library-gray-500);
  -webkit-text-stroke-color: var(--flowui-component-library-gray-200);
  cursor: pointer;
  font-family: Omnes, sans-serif;
  display: none;
}

.nav-link:hover {
  color: var(--acent-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.nav-link.w--current {
  color: var(--flowui-component-library-gray-200);
  cursor: pointer;
  font-family: Omnes, sans-serif;
  display: block;
}

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

.logo-letter {
  color: var(--flowui-component-library-gray-200);
  letter-spacing: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.logo-letter.tm {
  padding-bottom: 14px;
  font-size: 20px;
}

.menu-button-2, .menu-button-2._32323, .menu-button-2._32323 {
  display: none;
}

.navbar {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #15131b;
  justify-content: center;
  width: auto;
  height: auto;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar.model-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar.model-1._22, .navbar.model-1._33 {
  display: block;
}

.navbar.model-2 {
  z-index: 2;
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-bottom: 8px;
  display: flex;
  position: sticky;
  top: 0%;
}

.navbar.model-2._34 {
  background-color: #00044e;
  position: fixed;
}

.navbar.model-2._2342345 {
  position: fixed;
}

.navbar.model-2._2342345._1241 {
  display: none;
  position: sticky;
}

.navbar.model3 {
  display: none;
  top: 0%;
}

.div-logo-letter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 38px;
  display: flex;
}

.div-logo-letter.s, .div-logo-letter.coma {
  display: none;
}

.div-logo-letter.tm {
  margin-left: 4px;
}

.div-logo-letter.s, .div-logo-letter.coma {
  display: none;
}

.primary-button {
  background-color: var(--acent-color);
  perspective: none;
  perspective-origin: 50%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 42px;
  margin: 12px 7px;
  padding: 0 40px;
  font-family: Omnes, sans-serif;
  font-weight: 500;
  display: flex;
  transform: none;
}

.primary-button:hover {
  background-color: #33136d;
}

.primary-button:active, .primary-button:focus {
  display: flex;
}

.primary-button.w--current {
  display: none;
}

.primary-button.secondary {
  color: var(--flowui-component-library-gray-200);
  text-transform: uppercase;
  white-space: normal;
  background-color: #ffffff0d;
  border-radius: 40px;
  height: 54px;
  display: flex;
}

.primary-button._23 {
  justify-content: center;
  padding-left: 86px;
  padding-right: 86px;
}

.primary-button._42134325 {
  text-transform: uppercase;
  border-radius: 40px;
  height: 48px;
  display: flex;
}

.primary-button._42134325.jfal {
  outline-offset: 0px;
  background-color: #642eff00;
  outline: 1px solid #fff;
}

.primary-button._42134325._23456 {
  display: none;
}

.nav-menu {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  display: flex;
}

.letter-play {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.h2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--flowui-component-library-gray-200);
  text-align: center;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 16px;
  padding: 0 130px;
  font-family: Omnes, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.service-list {
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
  top: 100px;
}

.letter {
  color: var(--flowui-component-library-gray-200);
  letter-spacing: 0;
  font-family: Omnes, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
}

.div-service-item {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.link-3 {
  color: #6734f9;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  font-family: Omnes, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.html-embed-5 {
  justify-content: center;
  align-items: center;
  margin-top: -331px;
  display: flex;
}

.heading-15 {
  color: var(--flowui-component-library-gray-200);
  text-align: center;
  margin-bottom: 27px;
  font-family: Omnes, sans-serif;
  font-size: 62px;
}

.paragraph-4 {
  color: var(--flowui-component-library-gray-400);
  text-align: center;
  margin-bottom: 37px;
  padding-left: 0;
  padding-right: 0;
  font-family: Omnes, sans-serif;
  font-size: 18px;
}

.text-block-22 {
  color: var(--flowui-component-library-gray-500);
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Omnes, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-13 {
  width: 600vw;
  height: auto;
  padding-bottom: 6px;
  display: block;
}

.image-13.konooz {
  width: 400px;
  padding-bottom: 47px;
}

.container-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17 {
  object-fit: contain;
  width: 800px;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 40px;
  display: block;
}

.word {
  display: flex;
}

.word.we-re {
  display: none;
}

.head {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sb-section {
  opacity: 1;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sb-section._4a {
  object-fit: contain;
  margin-top: 91px;
  padding-top: 101px;
}

.sb-section.vertical {
  flex-direction: column;
  min-height: 100vh;
}

.sb-section.featuredwork {
  flex-direction: column;
  min-height: 50vh;
}

.sb-section._23 {
  display: none;
}

.sb-container {
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1140px;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.sb-container.assist-you {
  margin-left: 80px;
  margin-right: 80px;
}

.sb-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  margin-top: 6px;
  display: flex;
}

.sb-paragaph {
  color: var(--flowui-component-library-gray-400);
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.sb-paragaph.mobile {
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.sb-paragaph.header {
  color: var(--flowui-component-library-gray-500);
  margin-top: 20px;
  margin-bottom: 27px;
  font-size: 18px;
  display: none;
}

.sb-paragaph.header._11 {
  margin-top: 0;
  font-size: 16px;
}

.div-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
  padding: 10px 0 25px;
}

.cell-2 {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
}

.sb-icon {
  clear: none;
  text-align: left;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 110%;
  display: block;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #212135;
  border-radius: 14px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.tab-link {
  color: var(--flowui-component-library-gray-500);
  background-color: #0000;
  border-radius: 20px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 18px;
}

.tab-link:hover {
  color: var(--flowui-component-library-gray-400);
}

.tab-link.w--current {
  color: var(--flowui-component-library-white);
  background-color: #0000;
  border-radius: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  display: none;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.sb-cell {
  color: var(--flowui-component-library-gray-200);
  background-color: #18181f;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
}

.sb-h1, .sb-h1.hkgk, .sb-h1.hkgk {
  display: none;
}

.image-24 {
  width: 900vw;
  margin-bottom: 40px;
}

.wrapper {
  flex-flow: column;
  display: flex;
}

.section-34 {
  display: none;
  overflow: visible;
}

.image-25 {
  display: block;
}

.image-25.sfaf {
  display: none;
}

.div-block-52 {
  justify-content: center;
  align-items: center;
  height: 66px;
  display: none;
}

.section-36 {
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 21px;
  display: flex;
}

.target-audience {
  height: auto;
}

.wwd--customer {
  color: #242424;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 44px;
  font-weight: 900;
  line-height: 110%;
}

.wwd--customer.people {
  color: #ff7012;
  height: 54px;
}

.wwd--customer.governments {
  color: #ef1541;
  height: 54px;
}

.wwd--customer.communties {
  color: #049de0;
  height: 54px;
}

.wwd--customer.target-audience {
  color: #6e55dc;
  height: 54px;
}

.menu-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.row01-4 {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1332px;
  text-decoration: none;
  display: flex;
}

.card-item-30 {
  grid-row-gap: 6.15243px;
  background-image: linear-gradient(#ff8a8a, #f01515 70%);
  border-radius: 29.9931px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 228.921px;
  padding: 6.15243px;
  display: flex;
}

.grid-4 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 92px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.brand-symbol {
  object-fit: cover;
}

.brand-2.w--current, .brand-3 {
  display: none;
}

.brand-4 {
  margin-top: 2px;
}

.brand-4.w--current {
  margin-top: 17px;
}

.card-item-35 {
  grid-row-gap: 6.15243px;
  background-image: linear-gradient(#fca971, #f60 70%);
  border-radius: 29.9931px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 228.921px;
  padding: 6.15243px;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 193.085px;
  text-decoration: none;
  display: flex;
}

.card-item-36 {
  grid-row-gap: 6.15243px;
  border: 3.07621px undefined undefined;
  background-image: linear-gradient(#60a798, #1c6d5b 70%);
  border-radius: 29.9931px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 228.921px;
  margin-bottom: 0;
  padding: 6.15243px;
  display: flex;
}

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

.div-block-125 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.card-item-37 {
  grid-row-gap: 6.15243px;
  background-image: linear-gradient(#304670, #001743 70%);
  border-radius: 29.9931px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 228.921px;
  padding: 6.15243px;
  display: flex;
}

.card-item-38 {
  grid-row-gap: 6.15243px;
  background-image: linear-gradient(#fcfafa, #e7e7e7 70%);
  border: .769053px solid #0000001a;
  border-radius: 29.9931px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 228.921px;
  padding: 6.15243px;
  display: flex;
}

.card-item-38._323 {
  width: 600px;
}

.card-item-39 {
  grid-row-gap: 6.15243px;
  background-image: linear-gradient(#9fe9dc, #2dad96 70%);
  border-radius: 29.9931px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 228.921px;
  padding: 6.15243px;
  display: flex;
}

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

.vectors-wrapper-17 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 193px;
  text-decoration: none;
  display: flex;
}

.card-item-40 {
  grid-row-gap: 6.15243px;
  background-image: linear-gradient(#305039, #081e0e 70%);
  border-radius: 29.9931px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 228.921px;
  padding: 6.15243px;
  display: flex;
}

.text-block-28 {
  color: #fff;
  margin-top: 0;
  font-size: 10px;
  line-height: 120%;
}

.div-block-129 {
  background-color: #fff;
  width: 1px;
  height: 40px;
}

.div-block-130 {
  flex: 1;
  width: auto;
}

.div-block-131 {
  margin-top: -28px;
}

.div-block-132 {
  background-color: #ffffff1f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.code-embed-29 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame {
  justify-content: flex-start;
  align-items: flex-start;
  height: 140px;
  display: flex;
  overflow: hidden;
}

.frame.menu {
  height: 54px;
}

.service-menu {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #090b17e0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 100vw;
  min-height: 100vh;
  padding-left: 126px;
  padding-right: 126px;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu--div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff1a;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 400px;
  padding: 20px;
  display: grid;
}

.menu-items {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.menu-items.header {
  justify-content: space-between;
}

.menu-item-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-39 {
  width: 54px;
  height: 54px;
}

.menu-heading {
  font-weight: 600;
  line-height: 110%;
}

.menu-heading.header {
  font-weight: 400;
}

.buttons {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 50px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.buttons.primary {
  color: #3f2a7e;
  background-color: #ffffff30;
  border-style: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 48px;
}

.button-icon {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: #fff;
}

.div-block-134 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
}

.heading-26 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.frame-container {
  align-self: stretch;
  max-width: none;
}

@media screen and (min-width: 1920px) {
  .f-footer-detail {
    color: var(--flowui-component-library-gray-100);
  }

  .f-text-area {
    border-color: var(--flowui-component-library-gray-200);
    background-color: #1f1f2769;
  }

  .f-field-input {
    border-color: var(--flowui-component-library-gray-200);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #1f1f2769;
  }

  .f-paragraph-large-2 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .navbar {
    text-align: center;
  }

  .primary-button.secondary {
    color: var(--flowui-component-library-gray-200);
    background-color: #252525;
  }

  .link-3 {
    color: var(--flowui-component-library-gray-500);
  }

  .html-embed-5 {
    margin-left: 0;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-13 {
    width: auto;
  }

  .body-14 {
    background-color: #095443;
  }

  .section-19 {
    top: 59px;
  }

  .section-19.fssf {
    display: block;
  }

  .div-block-29 {
    align-items: flex-start;
  }

  .div-block-29.water {
    align-items: center;
  }

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

  .paragraph-5.center {
    margin-top: 58px;
    margin-bottom: 96px;
  }

  .paragraph-5.left {
    text-align: left;
    margin-bottom: 0;
  }

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

  .image-15.water {
    width: 149%;
  }

  .frame-4899 {
    justify-content: flex-start;
    align-items: center;
  }

  .frame-5280 {
    justify-content: center;
    align-items: flex-start;
  }

  .sb-paragaph {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .sb-paragaph.mobile {
    margin-top: 5px;
  }

  .sb-paragaph.header {
    font-size: 20px;
  }

  .div-container {
    margin-left: auto;
    margin-right: auto;
  }

  .sb-icon {
    margin-bottom: 20px;
    line-height: 100%;
  }

  .tabs-menu {
    max-width: none;
    padding-left: 1px;
    padding-right: 1px;
  }

  .tab-link {
    font-size: 20px;
  }

  .tab-link.w--current {
    font-weight: 500;
  }

  .sb-h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sb-cell {
    background-color: var(--menu);
    color: #fff;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
  }

  .brand-2.w--current {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar-menu-3 {
    max-width: unset;
  }

  .navbar-link-3 {
    justify-content: center;
  }

  .sherif-beilys-logo-4 {
    margin-left: -116px;
  }

  .navbar-logo-left-6 {
    padding-right: 0;
  }

  .f-container-large {
    padding-left: 114px;
    padding-right: 0;
  }

  .f-footer-small {
    order: 3;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .body-4 {
    background-color: var(--background);
  }

  .div-block-17 {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar.model-2 {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .h2 {
    font-size: 28px;
  }

  .div-service-item {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-3 {
    justify-content: center;
    align-self: center;
    font-size: 18px;
  }

  .html-embed-5 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-top: -188px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .section-19.fssf {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17 {
    margin-bottom: 6px;
  }

  .slide.picture {
    padding-bottom: 40px;
  }

  .div-block-29 {
    margin-top: 0;
  }

  .image-15 {
    width: 100%;
    padding-bottom: 42px;
  }

  .frame-5274 {
    flex-direction: column;
  }

  .frame-4899 {
    justify-content: flex-start;
    min-width: 607.131px;
  }

  .group-4743.sd {
    width: 100%;
    height: auto;
  }

  .group-4412 {
    width: auto;
    height: auto;
  }

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

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

  .sb-container {
    margin-top: 89px;
  }

  .sb-paragaph {
    margin-top: 20px;
  }

  .div-container {
    display: block;
  }

  .sb-icon {
    line-height: 100%;
  }

  .tab-link {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .sb-h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sb-cell {
    background-color: var(--menu);
    color: var(--flowui-component-library-white);
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper {
    display: none;
  }

  .section-34 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
  }

  .image-26 {
    padding-bottom: 66px;
  }

  .mobile-margin-top-10 {
    display: flex;
  }

  .button-primary-2.teritary {
    display: none;
  }

  .button-primary-2.teritary.menu {
    display: flex;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #1f1f27;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-2 {
    height: 54px;
  }

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

  .div-block-70 {
    margin-left: auto;
  }

  .nav-menu-4 {
    background-color: #1f1f27;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    display: flex;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .container-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-38 {
    margin-top: 49px;
  }

  .brand-2 {
    padding-left: 10px;
  }

  .brand-2.w--current {
    padding-top: 16px;
    padding-left: 25px;
  }

  .frame {
    height: 90px;
  }

  .icon-2 {
    color: #fff;
    margin-top: 8px;
  }

  .service-menu {
    padding-left: 63px;
    padding-right: 63px;
  }

  .menu--div {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    height: auto;
  }

  .menu-heading {
    font-size: 14px;
    font-weight: 400;
  }

  .buttons.primary {
    height: 44px;
    margin: 433px 288px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-menu-3 {
    background-color: #221f1f;
    border-radius: 20px;
    margin-top: 2px;
    margin-left: 6px;
    margin-right: 6px;
    display: block;
  }

  .sherif-beilys-logo-4 {
    left: 26%;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #221f1f;
    border-radius: 20px;
    margin-right: 7px;
  }

  .utility-page-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .f-footer-small {
    order: 3;
    margin-top: auto;
    margin-bottom: auto;
    position: static;
    inset: auto 0% 0%;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
    max-width: 100vw;
    padding-left: 46px;
    padding-right: 46px;
    display: block;
  }

  .body-4 {
    background-color: var(--background);
  }

  .menu-button-2 {
    color: #fff;
  }

  .menu-button-2.w--open {
    color: var(--acent-color);
    background-color: #0000;
    display: none;
  }

  .nav-menu {
    display: flex;
  }

  .service-list {
    background-color: #0000;
    flex-direction: column;
    align-items: stretch;
    min-width: 100vw;
    display: block;
  }

  .letter {
    font-size: 5vw;
  }

  .div-service-item {
    border-bottom: 1px solid #33136d;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block {
    padding-top: 20px;
    display: flex;
  }

  .link-3 {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 42px;
    display: flex;
  }

  .html-embed-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    display: none;
  }

  .section-19.fssf {
    display: block;
  }

  .sb-container {
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .sb-paragaph {
    font-size: 14px;
    line-height: 120%;
  }

  .sb-paragaph.mobile {
    font-size: 14px;
  }

  .sb-paragaph.header._11 {
    display: block;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    background-color: var(--menu);
    border-radius: 6px;
    flex-direction: row;
  }

  .tab-link {
    border-radius: 6px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding: 7px 11px;
    display: flex;
  }

  .tab-link.w--current {
    border-radius: 6px;
  }

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

  .tabs {
    max-width: 100vw;
  }

  .sb-h2 {
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .text-block-26 {
    font-size: 12px;
  }

  .wrapper {
    display: none;
  }

  .section-34 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .image-2 {
    height: 44px;
  }

  .navbar-sb {
    padding: 20px 10px 10px;
  }

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .container-29.navbar {
    flex-flow: row;
    padding: 0;
  }

  .container-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-132 {
    flex: none;
    align-self: flex-end;
  }

  .frame {
    height: 70px;
  }

  .service-menu {
    z-index: 100;
    justify-content: flex-start;
    align-items: center;
    padding-top: 93px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .buttons.primary {
    z-index: 0;
    z-index: 0;
    margin-left: 182px;
    margin-right: 182px;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .navbar-brand-3 {
    color: #7f4e4eab;
  }

  .sherif-beily-3 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 14px;
    display: flex;
  }

  .navbar-menu-3 {
    object-fit: none;
    background-color: #221f1f;
    border-radius: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 12px 7px 0;
    padding-top: 81px;
    padding-bottom: 458px;
    display: block;
  }

  .vectors-wrapper-3 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .sherif-beilys-logo-4 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    background-color: #15131b00;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .text-14 {
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    opacity: 1;
    color: #1e1b1b;
    object-fit: fill;
    background-color: #1e1b1b;
    margin-right: 7px;
    display: block;
    position: static;
    overflow: visible;
  }

  .menu-button:active {
    color: #7d12c3;
  }

  .menu-button.w--open {
    background-color: #221f1f;
    border-radius: 20px;
    margin-right: 7px;
  }

  .icon {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: #1e1b1b00;
    background-clip: border-box;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    display: block;
  }

  .icon:active {
    color: #6a10c4;
  }

  .icon:focus {
    color: #5d02dd;
  }

  .utility-page-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 151px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .utility-page-content {
    align-self: auto;
    display: flex;
  }

  .utility-page-form {
    align-self: stretch;
  }

  .cta {
    align-self: stretch;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .f-footer-detail {
    text-align: center;
    margin-bottom: 17px;
  }

  .f-container-large {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .f-footer-small {
    z-index: auto;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    mix-blend-mode: normal;
    background-color: #15131b47;
    flex-direction: column;
    order: 4;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 24px;
    transition: opacity .2s;
    display: flex;
    position: static;
    inset: auto 0% 0%;
    transform: translate(0);
  }

  .f-text-area {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .f-field-label {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .f-field-input {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .f-contact-form {
    margin-left: 0;
    margin-right: 0;
  }

  .f-paragraph-large-2 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .f-contact-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-field {
    align-self: stretch;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .error-message {
    color: var(--acent-color);
    background-color: #0000;
  }

  .body-4 {
    background-color: var(--background);
  }

  .body-10 {
    margin-top: 0;
  }

  .div-block-17 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link {
    border-style: none none solid;
    border-color: var(--flowui-component-library-grey-600);
    text-align: center;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .menu-button-2 {
    color: #fff;
    display: none;
  }

  .menu-button-2.w--open {
    color: var(--acent-color);
    background-color: #0000;
    border-radius: 40px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 10px;
  }

  .navbar {
    top: 0;
  }

  .navbar.model-2 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .primary-button {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 0;
    max-width: none;
    margin-top: 11px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
    bottom: 5%;
  }

  .primary-button.secondary {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-top: 0%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .primary-button._23 {
    width: auto;
    display: block;
  }

  .nav-menu {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    text-align: center;
    background-color: #0b041f61;
    border: 1px solid #0000;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: -6px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 85px;
    padding-bottom: 28px;
    display: block;
  }

  .letter-play {
    justify-content: flex-end;
    align-self: auto;
    display: flex;
  }

  .h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 28px;
    font-size: 18px;
  }

  .service-list {
    flex-direction: column;
    align-self: stretch;
    min-width: 100vw;
    display: block;
  }

  .letter {
    justify-content: center;
    align-items: flex-end;
    font-size: 6vw;
    display: block;
  }

  .div-service-item {
    background-color: #15131b;
    border-bottom: 1px solid #33136d;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-service-item:hover {
    background-color: #ac82ee;
    border-bottom-style: none;
  }

  .div-block {
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .link-3 {
    box-shadow: none;
    text-align: center;
    border-bottom: 1px #000;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 42px;
    font-size: 14px;
    display: flex;
  }

  .html-embed-5 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    max-width: 100vw;
    height: auto;
    margin: 0 0 -119px;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-right: 0;
    display: flex;
  }

  .container-4 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .text-block-22 {
    display: none;
  }

  .div-block-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    padding-left: 14px;
    padding-right: 68px;
  }

  .text-block-23 {
    font-size: 11px;
    line-height: 100%;
  }

  .section-19.fssf {
    border: 0 solid #fff;
    border-top-width: 1px;
    max-width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .heading-16 {
    text-align: center;
    font-size: 12px;
    display: none;
  }

  .heading-16._12 {
    text-align: left;
    text-align: left;
    font-size: 18px;
  }

  .heading-17 {
    text-align: left;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 120%;
  }

  .div-block-26 {
    align-items: center;
  }

  .div-block-27 {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    padding: 35px 10px;
  }

  .slide.picture {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-29 {
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 1px;
  }

  .div-block-29.sdd {
    margin-top: 67px;
  }

  .paragraph-5 {
    color: #dcefeb;
    font-size: 12px;
  }

  .image-14 {
    min-width: 80px;
  }

  .image-15 {
    width: 100%;
  }

  .container-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-5274 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .frame-5275 {
    justify-content: center;
    align-items: center;
  }

  .frame-4899 {
    flex-direction: column;
    min-width: 0;
  }

  .frame-5277, .frame-5278, .frame-5280 {
    justify-content: center;
    align-items: center;
  }

  .group-5025 {
    flex: 0 auto;
    align-self: flex-start;
    width: 90%;
    height: auto;
  }

  .frame-5284 {
    width: 100%;
    display: block;
  }

  .div-block-33 {
    min-width: 300px;
    min-height: 300px;
    display: flex;
  }

  .group-4743 {
    width: 160%;
  }

  .group-4743.sd {
    width: 100%;
    margin-top: 27px;
  }

  .group-4412 {
    width: 100%;
    height: 100%;
  }

  .div-block-34 {
    flex-direction: column;
    padding: 90px 20px 29px;
  }

  .a4---440, .group-5004 {
    width: auto;
    height: auto;
  }

  .div-block-35 {
    padding: 65px 20px;
  }

  .image-17 {
    width: auto;
    max-width: 100vw;
    height: auto;
    padding-left: 19px;
    padding-right: 19px;
  }

  .footer {
    position: static;
    inset: auto 0% 0%;
  }

  .cover {
    max-width: 100vw;
  }

  .bag {
    min-width: auto;
    max-width: none;
    margin-top: -83.7vh;
    margin-left: -3.3vw;
  }

  .section-1 {
    max-width: 100vw;
  }

  .head {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
  }

  .sb-section {
    display: block;
  }

  .sb-section.vertical {
    flex-direction: column;
  }

  .sb-container {
    margin-left: 0;
    margin-right: 0;
  }

  .sb-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .sb-paragaph {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 120%;
  }

  .sb-paragaph.mobile {
    margin-top: 0;
    font-size: 14px;
  }

  .div-container {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-left: 13px;
    display: block;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .sb-icon {
    height: auto;
    margin-bottom: 0;
    line-height: 100%;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--menu);
    object-fit: fill;
    border-radius: 14px;
    flex-flow: column wrap;
    align-self: stretch;
    align-items: center;
    overflow: hidden;
  }

  .tab-link {
    border-radius: 0;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    min-height: 42px;
    display: flex;
  }

  .tab-link:hover {
    background-color: #0000;
  }

  .tab-link.w--current {
    background-color: #0000;
    border-radius: 0;
    min-height: 42px;
  }

  .tabs {
    max-width: 100vw;
  }

  .sb-h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
  }

  .sb-cell {
    background-color: var(--menu);
    color: #fff;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 0;
  }

  .sb-h1 {
    text-align: center;
    font-size: 28px;
  }

  .image-24 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper {
    display: none;
  }

  .section-34 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .div-block-54 {
    flex-flow: column;
    align-self: stretch;
    margin-top: 19px;
    margin-left: 21px;
    margin-right: 21px;
  }

  .wwd--customer {
    font-size: 28px;
  }

  .wwd--customer.people, .wwd--customer.governments, .wwd--customer.communties {
    height: 34px;
  }

  .wwd--customer.people, .wwd--customer.governments, .wwd--customer.communties {
    height: 34px;
  }

  .wwd--customer.target-audience {
    height: 34px;
    font-size: 34px;
  }

  .menu-title {
    margin-bottom: -14px;
    font-size: 34px;
    line-height: 120%;
  }

  .code-embed-25 {
    width: 100px;
    display: flex;
  }

  .brand {
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section-sb {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-24 {
    text-align: left;
    line-height: 120%;
  }

  .button-primary-2 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 44px;
    font-size: 12px;
    display: flex;
  }

  .menu-button-4 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .menu-button-4.w--open {
    background-color: #1f1f2700;
  }

  .nav-link-3 {
    display: none;
  }

  .image-2 {
    object-fit: contain;
    align-self: flex-start;
  }

  .image-2._34 {
    display: none;
  }

  .navbar-sb {
    justify-content: center;
    align-items: flex-start;
    padding-left: 13px;
    padding-right: 13px;
  }

  .nav-menu-4 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: #000;
    border-radius: 32px;
    flex-direction: column;
    justify-content: flex-start;
    height: 90vh;
    min-height: auto;
    margin-top: 9px;
  }

  .container-29 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .container-29.navbar {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-78 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-top: auto;
  }

  .button-primary-3 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 44px;
    font-size: 12px;
    display: flex;
  }

  .button-primary-3.secondary {
    flex: 1;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
  }

  .button-primary-3.secondary._3244 {
    color: #a9a4b5;
    background-color: #a9a4b600;
    border: 2px solid #a9a4b5;
    display: none;
  }

  ._1 {
    background-color: var(--flowui-component-library-gray-200);
    width: 20px;
    height: 4px;
  }

  .line._1 {
    align-self: auto;
    width: 30px;
  }

  .line._2 {
    align-self: auto;
  }

  .menu-x-icon {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .image-38 {
    display: block;
  }

  .div-block-132 {
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 30px;
    flex: none;
    order: 0;
    align-self: flex-end;
    width: 54px;
    height: 54px;
    margin-right: 0;
    position: static;
    top: 0%;
  }

  .menu-header {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .frame {
    height: 40px;
    display: flex;
  }

  .frame.menu {
    height: 34px;
  }

  .icon-2 {
    margin-top: 8px;
  }

  .service-menu {
    background-color: #090b17a6;
    justify-content: flex-start;
    align-items: center;
    padding-top: 66px;
    display: none;
    inset: 0%;
  }

  .menu--div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1.25fr;
    padding: 10px;
  }

  .buttons.primary {
    align-self: stretch;
    margin-top: 113px;
    margin-left: 28px;
    margin-right: 28px;
  }

  .text-block-15 {
    font-size: 12px;
  }

  .code-embed-30 {
    margin-top: -60px;
  }

  .body-29 {
    background-color: #090b17;
  }

  .div-block-137 {
    object-fit: fill;
    inset: auto 0% 0% auto;
  }
}

#w-node-e08c5ef3-6ad7-e4bd-03c0-e1b15dc8240b-4b9c0726 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c8a7a4aa-45fd-5a70-0312-1985cd8b9ecf-4b9c0726, #w-node-_00afa7d3-0614-d108-dfb8-f6671bbe3948-4b9c0726, #w-node-_5cf60194-dc9e-48f0-9a97-c330fc814c1f-4b9c0726, #w-node-cddf5ed5-7d35-54fa-113a-769d7329a2af-4b9c0726, #w-node-_7f98dac8-284a-d9e6-6a16-5352a864b9cb-4b9c0726, #w-node-_1df762df-1029-1f3a-31f6-ee98d7817e5b-4b9c0726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a140f118-c3a3-95db-f510-67763665e996-4b9c0726 {
  grid-template-rows: auto 281px 280px;
  grid-template-columns: 1fr 1fr;
}

#w-node-a140f118-c3a3-95db-f510-67763665e997-4b9c0726 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a140f118-c3a3-95db-f510-67763665e99b-4b9c0726, #w-node-a140f118-c3a3-95db-f510-67763665e9a2-4b9c0726, #w-node-a140f118-c3a3-95db-f510-67763665e9a9-4b9c0726, #w-node-a140f118-c3a3-95db-f510-67763665e9b0-4b9c0726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2783e728-975e-b561-da89-7200976b1bb9-4b9c0726 {
  grid-template-rows: auto 281px 280px;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2ca0b799-ad90-2021-94a2-fff3fa01e198-4b9c0726 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_23d12498-f779-c256-98f7-9ea914a705b7-4b9c0726, #w-node-_96f2445d-4326-5711-1931-ac83d53b9475-4b9c0726, #w-node-_37deed4b-df27-2190-f393-c828974f653a-4b9c0726, #w-node-a42960ec-a150-d799-93fd-2af292d9fd2c-4b9c0726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a85cc79-dff5-f270-da3c-49ca9210f9d1-4b9c0726 {
  grid-template-rows: auto 281px 280px;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8a85cc79-dff5-f270-da3c-49ca9210f9d2-4b9c0726 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a85cc79-dff5-f270-da3c-49ca9210f9d6-4b9c0726, #w-node-_8a85cc79-dff5-f270-da3c-49ca9210f9dd-4b9c0726, #w-node-_8a85cc79-dff5-f270-da3c-49ca9210f9e4-4b9c0726, #w-node-_8a85cc79-dff5-f270-da3c-49ca9210f9eb-4b9c0726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7799eb-90a5-0971-f634-386f4c92695d-4b9c0726 {
  grid-template-rows: auto 281px 280px;
  grid-template-columns: 1fr 1fr;
}

#w-node-ee7799eb-90a5-0971-f634-386f4c92695e-4b9c0726 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee7799eb-90a5-0971-f634-386f4c926962-4b9c0726, #w-node-ee7799eb-90a5-0971-f634-386f4c926969-4b9c0726, #w-node-ee7799eb-90a5-0971-f634-386f4c926970-4b9c0726, #w-node-ee7799eb-90a5-0971-f634-386f4c926977-4b9c0726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62d9fca1-69f4-494b-a404-dcf2a0684f43-4b9c0726 {
  grid-template-rows: auto 281px 280px;
  grid-template-columns: 1fr 1fr;
}

#w-node-_62d9fca1-69f4-494b-a404-dcf2a0684f44-4b9c0726 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62d9fca1-69f4-494b-a404-dcf2a0684f48-4b9c0726, #w-node-_62d9fca1-69f4-494b-a404-dcf2a0684f4f-4b9c0726, #w-node-_62d9fca1-69f4-494b-a404-dcf2a0684f56-4b9c0726, #w-node-_62d9fca1-69f4-494b-a404-dcf2a0684f5d-4b9c0726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e08c5ef3-6ad7-e4bd-03c0-e1b15dc8240b-4b9c0726 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e08c5ef3-6ad7-e4bd-03c0-e1b15dc8240b-4b9c0726 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-a140f118-c3a3-95db-f510-67763665e99b-4b9c0726, #w-node-a140f118-c3a3-95db-f510-67763665e9a2-4b9c0726, #w-node-a140f118-c3a3-95db-f510-67763665e9a9-4b9c0726, #w-node-a140f118-c3a3-95db-f510-67763665e9b0-4b9c0726, #w-node-_23d12498-f779-c256-98f7-9ea914a705b7-4b9c0726, #w-node-_96f2445d-4326-5711-1931-ac83d53b9475-4b9c0726, #w-node-_37deed4b-df27-2190-f393-c828974f653a-4b9c0726, #w-node-a42960ec-a150-d799-93fd-2af292d9fd2c-4b9c0726, #w-node-_8a85cc79-dff5-f270-da3c-49ca9210f9d6-4b9c0726, #w-node-_8a85cc79-dff5-f270-da3c-49ca9210f9dd-4b9c0726, #w-node-_8a85cc79-dff5-f270-da3c-49ca9210f9e4-4b9c0726, #w-node-_8a85cc79-dff5-f270-da3c-49ca9210f9eb-4b9c0726 {
    grid-column: span 2 / span 2;
  }

  #w-node-ee7799eb-90a5-0971-f634-386f4c92695d-4b9c0726 {
    grid-template-rows: auto 281px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ee7799eb-90a5-0971-f634-386f4c926962-4b9c0726, #w-node-ee7799eb-90a5-0971-f634-386f4c926969-4b9c0726, #w-node-ee7799eb-90a5-0971-f634-386f4c926970-4b9c0726, #w-node-ee7799eb-90a5-0971-f634-386f4c926977-4b9c0726 {
    grid-column: span 2 / span 2;
  }

  #w-node-_62d9fca1-69f4-494b-a404-dcf2a0684f48-4b9c0726 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_62d9fca1-69f4-494b-a404-dcf2a0684f4f-4b9c0726, #w-node-_62d9fca1-69f4-494b-a404-dcf2a0684f56-4b9c0726, #w-node-_62d9fca1-69f4-494b-a404-dcf2a0684f5d-4b9c0726 {
    grid-column: span 2 / span 2;
  }
}
