:root {
  --montserrat: Montserrat, sans-serif;
  --_malaika-brand---brand-white: #fff;
  --_malaika-brand---brand-dark: #1a1a1a;
  --_malaika-brand---brand-teal: #3abfcc;
  --_malaika-brand---brand-orange: #e8521a;
  --_malaika-brand---brand-offwhite: #e5e4e2;
}

h1 {
  font-family: var(--montserrat);
  color: var(--_malaika-brand---brand-white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 86px;
  font-weight: 600;
  line-height: 100%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

p {
  color: var(--_malaika-brand---brand-white);
  margin-bottom: 10px;
  line-height: 120%;
}

.malaika-navbar {
  z-index: 9;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.malaika-nav-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.malaika-nav-link {
  opacity: .9;
  color: #efefed;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.malaika-nav-link.malaika-nav-link--login {
  border-style: none;
  border-radius: 0;
}

.malaika-nav-link--login {
  border: 1px solid #efefed80;
  border-radius: 100px;
  padding: 8px 20px;
}

.malaika-footer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1a1a1a00;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
  position: relative;
}

.malaika-footer-inner {
  width: 100%;
  max-width: none;
  margin: 0;
}

.malaika-footer-top {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--_malaika-brand---brand-white);
  grid-template-rows: auto;
  grid-template-columns: 280px 1fr 1fr 1fr 1fr;
  margin-bottom: 64px;
  display: flex;
}

.malaika-footer-brand-desc {
  color: var(--_malaika-brand---brand-dark);
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}

.malaika-footer-cols {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  display: grid;
}

.malaika-footer-col-title {
  color: var(--_malaika-brand---brand-white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.malaika-footer-link {
  color: var(--_malaika-brand---brand-dark);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.malaika-footer-link.w--current {
  color: var(--_malaika-brand---brand-dark);
}

.malaika-footer-bottom {
  border-top: 1px solid #efefed14;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.malaika-footer-copy {
  color: var(--_malaika-brand---brand-dark);
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 100%;
}

.body {
  font-family: var(--montserrat);
  background-color: #fff0;
  background-image: url('../images/Grey-Back.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

.footer-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-hero {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
}

.image-grid-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  display: grid;
}

.section-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding: 60px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-6 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.table-icon {
  width: auto;
  height: 50px;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.p-white {
  color: var(--_malaika-brand---brand-white);
  font-size: clamp(16px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 140%;
}

.p-white:where(.w-variant-b5678784-6d04-ac81-0914-0955fc8513fb) {
  color: var(--_malaika-brand---brand-dark);
}

.link-block {
  background-color: var(--_malaika-brand---brand-white);
  color: var(--_malaika-brand---brand-dark);
  border: 1px solid #000;
  border-radius: 50px;
  padding: 28px 36px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.text-block {
  font-size: 18px;
  font-weight: 500;
}

.section-3 {
  padding: 0;
}

.div-block-11 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image {
  overflow: visible;
}

.table-icon-large {
  width: auto;
  height: 90px;
}

.heading {
  color: var(--_malaika-brand---brand-white);
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
}

.image-2 {
  mix-blend-mode: normal;
  width: 100%;
  height: auto;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.h3-white {
  color: var(--_malaika-brand---brand-white);
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.section-4 {
  padding: 60px;
}

.div-block-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border: 1px solid #000;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.section-5 {
  padding: 60px;
}

.div-block-14 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-6 {
  padding: 60px;
}

.h3 {
  color: var(--_malaika-brand---brand-white);
  --_malaika-brand---brand-white: #fff;
  --_malaika-brand---brand-dark: #1a1a1a;
  --_malaika-brand---brand-teal: #3abfcc;
  --_malaika-brand---brand-orange: #e8521a;
  --_malaika-brand---brand-offwhite: #e5e4e2;
}

.h3:where(.w-variant-292720a8-9120-2ddb-1a69-ee98db9367bc) {
  color: var(--_malaika-brand---brand-white);
}

.h2-white {
  color: var(--_malaika-brand---brand-white);
  --_malaika-brand---brand-white: #fff;
  --_malaika-brand---brand-dark: #1a1a1a;
  --_malaika-brand---brand-teal: #3abfcc;
  --_malaika-brand---brand-orange: #e8521a;
  --_malaika-brand---brand-offwhite: #e5e4e2;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-span {
  font-weight: 700;
}

.p-black {
  color: var(--_malaika-brand---brand-dark);
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: inline-block;
}

.p-black:where(.w-variant-b5678784-6d04-ac81-0914-0955fc8513fb) {
  color: var(--_malaika-brand---brand-dark);
}

.h2-black {
  color: var(--_malaika-brand---brand-dark);
  text-align: left;
  --_malaika-brand---brand-white: #fff;
  --_malaika-brand---brand-dark: #1a1a1a;
  --_malaika-brand---brand-teal: #3abfcc;
  --_malaika-brand---brand-orange: #e8521a;
  --_malaika-brand---brand-offwhite: #e5e4e2;
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  display: inline-flex;
}

.h3-black {
  color: var(--_malaika-brand---brand-dark);
  --_malaika-brand---brand-white: #fff;
  --_malaika-brand---brand-dark: #1a1a1a;
  --_malaika-brand---brand-teal: #3abfcc;
  --_malaika-brand---brand-orange: #e8521a;
  --_malaika-brand---brand-offwhite: #e5e4e2;
}

.h3-black:where(.w-variant-292720a8-9120-2ddb-1a69-ee98db9367bc) {
  color: var(--_malaika-brand---brand-white);
}

.background-video {
  z-index: 1;
  aspect-ratio: 3 / 2;
  height: auto;
}

.div-block-17 {
  width: 100%;
}

.h1-white {
  font-size: clamp(96px, 6vw, 200px);
}

.pricing-table {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px #e5e7eb;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-labels {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cell-r0 {
  border: 1px #0d0e12;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 48px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #0a0d0f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.cell-r1 {
  border: 0 solid #0d0e12;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 49px;
  padding-left: 0;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: var(--_malaika-brand---brand-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.cell-r3 {
  border: 0 solid #0d0e12;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 66px;
  padding-left: 0;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.cell-r0-2 {
  border: 1px #e5e7eb;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 48px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #111827;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.cell-r0-3 {
  border: 1px #e5e7eb;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.image-3 {
  width: 370px;
}

.section {
  position: relative;
}

.div-block-18 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  display: flex;
  position: relative;
}

.section-100vh {
  height: 100vh;
  position: relative;
}

.bold-text {
  text-decoration: none;
}

.p-link {
  color: var(--_malaika-brand---brand-dark);
  text-decoration: none;
}

.div-block-14-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-19 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.link {
  color: var(--_malaika-brand---brand-teal);
  text-decoration: none;
}

.image-4 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  max-width: none;
}

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

.div-block-21 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.overlay {
  z-index: 1;
  aspect-ratio: auto;
  background-color: #00000054;
  position: absolute;
  inset: 0%;
}

.div-block-22 {
  z-index: -1;
  background-image: url('../images/footer-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-23 {
  background-image: url('../images/long.jpg');
  background-position: 0 100%;
  background-repeat: repeat-y;
  background-size: contain;
}

.white-bottom {
  z-index: 0;
  aspect-ratio: auto;
  background-color: #f6000000;
  background-image: url('../images/white-bottom.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-bg-home {
  z-index: 0;
  aspect-ratio: auto;
  background-color: #f6000000;
  background-image: url('../images/hero-pattern.png'), url('../images/long2.jpg');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  position: absolute;
  inset: 0%;
}

.background-video-2, .background-video-3 {
  z-index: 1;
}

.slider-wrapper {
  z-index: 0;
  aspect-ratio: auto;
  background-color: #f6000000;
  background-image: url('../images/hero-bg.png.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slider {
  width: 100%;
  height: 100%;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.hero-bg {
  background-image: url('../images/hero-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.overlay-copy {
  z-index: 1;
  aspect-ratio: auto;
  background-color: #0000002e;
  position: absolute;
  inset: 0%;
}

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

.slide-nav {
  display: none;
}

.div-block-13-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.div-block-16-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-6 {
  aspect-ratio: 3 / 2;
  border-radius: 20px;
  width: 100%;
}

.slider-2 {
  height: 100vh;
}

.div-block-24 {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.div-block-25 {
  background-image: url('../images/long2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-26 {
  background-image: url('../images/Grey5.avif');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100vw;
}

.image-7 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.italic-text {
  color: var(--_malaika-brand---brand-dark);
}

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

.malaika-nav-links-mobile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: none;
}

.malaika-nav-link-mobile {
  opacity: .9;
  color: #efefed;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.malaika-nav-link-mobile.malaika-nav-link--login {
  border-style: none;
  border-radius: 0;
}

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

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

.text-block-2 {
  color: var(--_malaika-brand---brand-white);
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
}

.contact {
  z-index: 10;
  background-color: #000000d6;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-32 {
  z-index: 100;
  background-color: #3abfcc00;
  background-image: url('../images/Grey-Back.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 50px;
  display: flex;
  position: absolute;
}

.form-block {
  background-color: #fff0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 23px;
  position: relative;
}

.text-field {
  border: 1px solid #000;
  border-radius: 40px;
  padding: 28px 36px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  min-width: 420px;
  display: flex;
}

.textarea {
  border: 1px solid #000;
  border-radius: 40px;
  min-height: 220px;
  padding: 28px 30px;
}

.link-block-copy {
  background-color: var(--_malaika-brand---brand-dark);
  color: var(--_malaika-brand---brand-white);
  border: 1px solid #000;
  border-radius: 50px;
  padding: 28px 36px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.message-modal-close {
  aspect-ratio: 1;
  background-color: var(--_malaika-brand---brand-white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

@media screen and (max-width: 991px) {
  .malaika-nav-link {
    font-size: 14px;
  }

  .malaika-footer {
    padding: 64px 32px 32px;
  }

  .malaika-footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .malaika-footer-cols {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-grid-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-5 {
    flex-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: flex;
  }

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

  .padding {
    padding: 40px;
  }

  .p-white {
    font-size: clamp(16px, 2.5vw, 36px);
    line-height: 120%;
  }

  .table-icon-large {
    height: 50px;
  }

  .div-block-13 {
    padding: 20px;
  }

  .h2-white, .h2-black, .h1-white {
    font-size: 48px;
  }

  .pricing-table {
    flex-flow: column;
  }

  .image-3 {
    width: 220px;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

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

  .background-video-2, .background-video-3 {
    aspect-ratio: 2 / 3;
    width: 100%;
    height: auto;
  }

  .malaika-nav-link-mobile {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .malaika-navbar {
    padding: 16px 24px;
  }

  .malaika-nav-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .malaika-footer {
    padding: 48px 24px 32px;
  }

  .malaika-footer-cols {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .malaika-footer-copy {
    font-size: 18px;
  }

  .image-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .table-icon {
    height: 30px;
  }

  .padding {
    padding: 20px;
  }

  .p-white {
    font-size: clamp(16px, 2.5vw, 36px);
  }

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 20px;
    padding: 20px;
  }

  .div-block-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-white, .h2-black {
    font-size: 32px;
  }

  .h1-white {
    font-size: 36px;
  }

  .div-block-18 {
    width: auto;
  }

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

  .div-block-14-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-19 {
    margin-bottom: 10px;
  }

  .malaika-nav-links-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  .malaika-nav-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .malaika-nav-link {
    font-size: 10px;
    display: none;
  }

  .malaika-nav-link.malaika-nav-link--login {
    padding: 0;
  }

  .malaika-footer-inner {
    order: -9999;
  }

  .malaika-footer-brand-desc {
    font-size: 14px;
  }

  .malaika-footer-cols {
    color: var(--_malaika-brand---brand-dark);
    grid-template-columns: repeat(1, 1fr);
  }

  .malaika-footer-col-title {
    color: var(--_malaika-brand---brand-white);
  }

  .malaika-footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    font-size: 10px;
  }

  .malaika-footer-copy {
    font-size: 17px;
  }

  .image-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .p-white {
    font-size: 14px;
  }

  .link-block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 20px;
    display: flex;
  }

  .text-block {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .div-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .table-icon-large {
    height: 35px;
  }

  .div-block-13 {
    border-radius: 40px;
  }

  .image-3 {
    width: 190px;
    max-width: none;
  }

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

  .white-bottom {
    background-image: none;
  }

  .link-block-2 {
    order: -9999;
  }

  .div-block-13-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-25 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .div-block-26 {
    background-position: 50% 0;
    background-size: 100%;
  }

  .italic-text {
    color: var(--_malaika-brand---brand-dark);
  }

  .div-block-27 {
    background-color: var(--_malaika-brand---brand-white);
    border-radius: 20px;
    width: 28px;
    height: 3px;
    display: flex;
  }

  .div-block-28 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    aspect-ratio: auto;
    cursor: pointer;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: auto;
    padding: 17px;
    display: flex;
  }

  .malaika-nav-links-mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--_malaika-brand---brand-teal);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .malaika-nav-link-mobile {
    width: auto;
    font-size: 40px;
    display: flex;
  }

  .malaika-nav-link-mobile.malaika-nav-link--login {
    padding: 0;
  }

  .div-block-29 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
  }

  .div-block-27-copy {
    aspect-ratio: 1;
    background-color: var(--_malaika-brand---brand-white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: auto;
    display: flex;
  }

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

  .link-block-copy {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 20px;
    display: flex;
  }

  .message-modal-close {
    aspect-ratio: 1;
    background-color: var(--_malaika-brand---brand-white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: auto;
    display: flex;
  }
}


