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

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

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 115.879px;
  height: 33.0678px;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}

.design-bureau-3 {
  color: var(--flowui-component-library-gray-200);
  letter-spacing: .01em;
  font-family: Omnes, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.sherif-beilys-logo-4 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 56px;
  margin-left: auto;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 5% 19%;
}

.text-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.f-footer-detail {
  color: #ffffffad;
  align-self: center;
  margin-bottom: 0;
  margin-right: 57px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
  right: -56px;
}

.f-footer-logo-mark {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.f-container-large {
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-footer-small {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #15131b3b;
  order: 3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: auto;
  padding: 2px 80px;
  display: block;
  position: sticky;
  inset: auto 0% 0%;
}

.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-paragraph-large-2 {
  color: var(--flowui-component-library-gray-500);
  text-align: center;
  letter-spacing: -.02em;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 52px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.f-h3-heading {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Omnes, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
  display: block;
}

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

.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 {
  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-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.model-1._22, .navbar.model-1._33 {
  display: block;
}

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

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

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

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

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

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

.div-block {
  background-color: var(--background);
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: auto;
  padding-bottom: 0;
  display: flex;
}

.div-block.get-in-touch {
  flex-direction: column;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 121px;
  display: flex;
}

.get-in-touch {
  min-height: auto;
  margin-bottom: 0;
  display: block;
}

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

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

.body-17 {
  background-color: #15131a;
}

.html-embed-7 {
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
}

.frame-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 22px;
  display: flex;
}

.div-block-57 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100vw;
  height: 100vh;
  margin-top: -70px;
  overflow: hidden;
}

.div-block-58 {
  object-fit: contain;
  width: 100vw;
  height: 500px;
  overflow: visible;
}

@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.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-d5d4ebd8-3e5a-c137-7de4-460da7be8cc3-605d23c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
