@font-face {
  font-family: Futura;
  src: url('../fonts/futura-medium-bt.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --body: #333;
  --primary: #083f18;
  --white: white;
  --black: black;
  --title: #161616;
  --transparent: transparent;
  --border: gainsboro;
  --white-2: white;
  --black-2: black;
}

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

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

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

body {
  color: var(--body);
  background-color: #fffbda;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-left {
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  height: 100%;
  display: flex;
}

.hero-right {
  width: 100%;
  max-width: 48%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-top {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.hero-middle {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.brand {
  color: var(--body);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-content {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.hero-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.primary-btn {
  background-color: var(--primary);
  color: var(--white);
  background-image: url('../images/brand-whatsapp.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 11px 15px 11px 55px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .3s, color .3s, border-color .3s;
  box-shadow: 0 1px 12px #00000014;
}

.primary-btn:hover {
  filter: sepia();
}

.body-small {
  font-size: 14px;
  line-height: 130%;
}

.dark-title {
  color: var(--black);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.gem-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gem-block {
  grid-row-gap: 4px;
  border: 1px solid var(--primary);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 1px 4px #00000014;
}

.khakhra-image {
  width: 80px;
  height: 80px;
}

.body-x-small {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

.body-medium {
  font-size: 16px;
  line-height: 150%;
}

.contact-wrap {
  grid-column-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-link {
  color: var(--title);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.contact-link:hover {
  color: var(--primary);
}

.midde-emerald {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.emerald-image {
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  height: 100%;
}

.md-block {
  grid-row-gap: 8px;
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  max-width: 264px;
  padding: 12px;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.md-img {
  aspect-ratio: 1 / 1.0417;
  filter: grayscale();
}

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

.ceo-name {
  color: var(--black);
  font-weight: 700;
}

.ceo-position {
  font-size: 14px;
  line-height: 150%;
}

.text-block {
  z-index: 2;
  flex-flow: row;
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% -31px;
  transform: rotate(-90deg);
}

.text-wrap {
  flex: none;
  display: flex;
}

.text-inner {
  flex: none;
  margin-right: 10px;
}

.scroll-text {
  opacity: .5;
  color: var(--title);
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.icon-text {
  color: var(--primary);
  font-size: 12px;
  line-height: 150%;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 26px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-left {
    grid-row-gap: 30px;
  }

  .hero-right {
    max-width: 47%;
  }

  .hero-middle {
    grid-row-gap: 10px;
  }

  .hero-info {
    padding-top: 5px;
  }

  .gem-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .emerald-image {
    object-position: 45% 50%;
  }

  .text-block {
    left: -26px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    grid-row-gap: 30px;
    flex-flow: column;
    height: auto;
  }

  .hero-left {
    max-width: none;
  }

  .hero-right {
    grid-row-gap: 10px;
    aspect-ratio: 3 / 2;
    flex-flow: column;
    max-width: none;
    display: flex;
    position: relative;
  }

  .hero-top {
    grid-row-gap: 30px;
    max-width: none;
  }

  .gem-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .md-block {
    max-width: 200px;
    bottom: 14px;
    right: 14px;
  }

  .text-block {
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    transform: rotate(0);
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-bottom: 40px;
  }

  .hero-left {
    justify-content: space-between;
    align-items: center;
  }

  .hero-right {
    aspect-ratio: 2 / 3;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-top {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-bottom {
    text-align: center;
  }

  .brand {
    grid-column-gap: 10px;
  }

  .hero-info {
    justify-content: flex-start;
    align-items: center;
  }

  .gem-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-wrap {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .midde-emerald {
    display: none;
  }

  .md-block {
    max-width: 280px;
    position: static;
  }
}

#w-node-_75ff4dc2-b972-6daa-0c30-60f1f51e64df-1aa91b59 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_584e87ba-7bc3-f997-c542-43bbb900494f-1aa91b59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_75ff4dc2-b972-6daa-0c30-60f1f51e64df-1aa91b59 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}