@font-face {
  font-family: License;
  src: url('../fonts/license.pdf') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Collingar Collingar 400";
  src: url('../fonts/collingar-collingar-400.ttf') format("truetype"), url('../fonts/collingar-collingar-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Collingar Collingar 400";
  src: url('../fonts/collingar-collingar-italic-400.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --text: #333;
  --yellow: #f8df28;
  --pink: #f34690;
  --bg-01: #f1f3f6;
  --bg-02: #f1f3f6;
  --bg-03: #f8f5e0;
  --bg-04: #fefdef;
  --bg-05: #f9f9f1;
  --bg-06: #ececc8;
  --transparent: #fff0;
  --black: #000;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

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

.outfitbody {
  background-color: var(--white);
  color: var(--text);
  font-family: Outfit, sans-serif;
  font-size: 14px;
}

.navigation-content-box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-link-box {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hamburger-bottom-line {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---dropdown-link {
  color: #6e7191;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #4a3aff;
}

.nav-link-2 {
  color: #333;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.nav-link-2:hover {
  color: #f34690;
}

.nav-link-2.w--current {
  color: #f34690;
  text-decoration: underline;
}

.brix---dropdown-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.menu-list-item {
  margin-bottom: 0;
  padding: 0;
}

.menu-list-item.hide {
  display: none;
}

.logo {
  max-width: 80px;
}

.brix---dropdown-toggle {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #4a3aff;
}

.navigation {
  z-index: 100;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
  width: 100%;
  position: sticky;
  inset: 0% 0% auto;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper.navigation-p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper._60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper._60.abs-center {
  flex-flow: row;
  margin-top: auto;
  margin-bottom: auto;
}

.wrapper.footerpadding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hamburger {
  padding: 0;
  transition: transform .3s;
}

.hamburger:hover {
  transform: scale(.96);
}

.hamburger.w--open {
  background-color: #0000;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.hamburger-top-line {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.menu-list {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.menu-bar {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---dropdown-pd {
  padding: 40px;
}

.span-pink {
  color: #f34690;
}

.button-text-78 {
  z-index: 1;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.banner-aps-img {
  z-index: -1;
  width: 650px;
  position: absolute;
  top: 91px;
  right: 0;
  transform: none;
}

.hero {
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text-content {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 70rem;
  display: flex;
  position: relative;
}

.button-box {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 0;
  display: flex;
}

.button-78 {
  z-index: 1;
  background-color: #f8df28;
  border: 2px solid #f8df28;
  border-radius: 30px;
  padding: 14px 28px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

._02-interaction {
  width: 150px;
  position: absolute;
  inset: 15% 35% auto auto;
}

.button-78-box {
  background-color: #fff;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-img-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._03-interaction {
  width: 90px;
  position: absolute;
  inset: 50% 5% auto auto;
}

._01-interaction {
  width: 100px;
  position: absolute;
  inset: 65% 33% auto auto;
}

._01-interaction.ttt {
  transform: rotate(37deg);
}

.button-80 {
  color: #333;
  background-color: #fff0;
  border: 2px solid #f8df28;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 14px 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.btn-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.banner-sub-heading {
  color: #333;
  font-family: Outfit, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.2;
}

.hero-heading {
  color: #333;
  font-family: "Collingar Collingar 400", Arial, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-heading.left {
  text-align: left;
}

.slider-contener {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider-wrapper {
  width: 100%;
}

.section {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.x-dark {
  z-index: 1;
  background-color: #f9f9f1;
  width: 100%;
  height: 100px;
}

.section.x-dark._06 {
  background-color: #ececc8;
}

.section.x-dark.yellow {
  background-color: #f8df28;
}

.section.x-dark.white {
  background-color: #fff;
}

.section-heading {
  color: var(--text);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-family: "Collingar Collingar 400", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.section-heading.bold {
  font-weight: 400;
}

.section-heading.bold.center, .section-heading.center {
  text-align: center;
}

.section-heading.center.small._2 {
  font-size: 30px;
}

.section-heading.white {
  color: #fff;
}

.divider---wave {
  background-color: #fff;
  border-radius: 50%;
  width: 200%;
  height: 1496%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.divider---wave.x-right {
  background-color: #f9f9f1;
}

.divider---wave.x-right._06 {
  background-color: #ececc8;
}

.divider---wave.x-right.yellow {
  background-color: #f8df28;
}

.divider---wave.x-right.white {
  background-color: #fff;
}

.divider---wave._06 {
  background-color: #ececc8;
}

.divider---wave.yellow {
  background-color: #f8df28;
}

.image-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-bg.a-left {
  justify-content: flex-start;
  align-items: center;
}

.aboutimage-box {
  z-index: 1;
  background-image: url('../images/IMG_7582.jpg');
  background-position: 100% 100%;
  background-size: cover;
  border-radius: 100vh;
  width: 100%;
  height: 90%;
  position: relative;
}

.h1 {
  letter-spacing: -.04em;
  white-space: nowrap;
  font-size: 10.6em;
  line-height: 1.1;
  display: block;
}

.about {
  background-color: #ececc8;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.divider {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.title-wrapper {
  display: none;
}

.section-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.section-gap.small, .section-gap.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.section-gap.extraa {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.section-gap.margin-top {
  margin-top: 60px;
}

.divider---half {
  flex: 1;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.divider---half.x-right {
  transform-origin: 50% 0;
  background-color: #fff;
  transform: rotate(180deg);
}

.divider---half.x-right._06 {
  background-color: #ececc8;
}

.divider---half.x-right.yellow {
  background-color: #f8df28;
}

.about-grid-p {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-bg-box {
  background-color: #f8df28;
  border-radius: 100vh;
  width: 80%;
  height: 90%;
  position: absolute;
  inset: auto 38px auto auto;
}

.image-bg-box.left {
  width: 100%;
  right: -8px;
}

.para {
  color: #333;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.3;
}

.para.bold-sub {
  font-size: 20px;
  font-weight: 300;
}

.para.bold-sub.font-brand {
  font-family: "Collingar Collingar 400", Arial, sans-serif;
  font-size: 22px;
}

.para.card-para {
  font-size: 18px;
}

.para._10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.stats-heading {
  color: #f34690;
  text-align: center;
  margin: 0;
  font-family: "Collingar Collingar 400", Arial, sans-serif;
  font-size: 60px;
  line-height: 40px;
}

.code {
  display: none;
}

.stats {
  background-color: #f8df28;
  height: auto;
}

.card {
  background-color: #f8df28;
  border-radius: 2em;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.hide {
  display: none;
}

.vision-s-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.stats-shape-01 {
  z-index: -1;
  opacity: .4;
  filter: blur(8px);
  max-width: 90%;
  display: none;
  position: absolute;
  top: -2px;
  left: auto;
  right: -26px;
}

.stats-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  filter: none;
  background-color: #f9f9f1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.stats-sub {
  color: #333;
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.stats-sub.top-mrg {
  color: #333;
  margin-top: 10px;
}

.stats-sub.small-heading-stats {
  color: #f34690;
  font-size: 15px;
}

.doodle-list_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.slider {
  display: flex;
}

.stats-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.slider-fade {
  background-image: linear-gradient(90deg, #f9f9f1, #f9f9f100 15% 85%, #f9f9f1 101%);
  display: block;
  position: absolute;
  inset: 0%;
}

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

.doodle-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.map-image {
  filter: none;
  height: 600px;
  margin-top: 0;
  margin-bottom: 10px;
}

.sub-section-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.vertical-divider {
  background-color: #f34690;
  width: 1px;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
}

.section-heading-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.country {
  color: #b12727;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  width: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 700;
}

.map-pin {
  background-color: #0000;
  background-image: url('../images/interface.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 50px;
  transition: all .2s;
  position: absolute;
  top: 127px;
  left: 90px;
}

.map-pin:hover {
  transform: translate(0, -3px);
}

.map-pin.middle-east {
  z-index: 1;
  top: 34%;
  left: 61%;
}

.map-pin.south-america {
  top: 55%;
  left: 22%;
}

.map-pin.uk {
  top: 10%;
  left: 44%;
}

.map-pin.bharat {
  z-index: 1;
  top: 37%;
  left: 70%;
}

.map-pin.far-east {
  top: 41%;
  left: 78%;
}

.map-pin.europe {
  top: 17%;
  left: 52%;
}

.map-pin.tanzaniya {
  top: 339px;
  left: 690px;
}

.map-pin.kenya {
  top: 300px;
  left: 708px;
}

.map-pin.uganda {
  top: 291px;
  left: 671px;
}

.map-pin.rawanda {
  top: 317px;
  left: 654px;
}

.map-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.sub-card-text {
  color: #333;
  font-size: 25px;
  line-height: 1.3;
}

.sub-card-text.semibold {
  margin-bottom: 0;
  font-weight: 500;
}

.map-pin-tooltip {
  background-color: #fff;
  border: 2px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -45px;
  padding: 0 10px;
  display: flex;
  position: absolute;
  top: 7px;
  left: -56px;
  right: -56px;
  box-shadow: 1px 1px 10px 2px #00000040;
}

.map-pin-tooltip.north-america {
  justify-content: center;
  align-items: center;
}

.map-pin-tooltip.north-america.hidden {
  display: none;
}

.world-map-section {
  background-color: #ececc8;
}

.partner.hide {
  display: none;
}

.partners-logo-box {
  aspect-ratio: 1;
  background-color: #f9f9f1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 40px;
  display: flex;
}

.partners-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partner-img {
  border-radius: 10px;
}

.partner-img.large {
  max-width: none;
  height: 50px;
}

.links-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sub-heading-box-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
}

.apple-icon-5 {
  width: 150px;
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
}

._2nd-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._2nd-box.flex {
  flex-flow: row;
}

.container-3 {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.footer-divider-copy {
  display: none;
}

.info-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.info-card.f-align-right {
  align-items: flex-end;
}

.global-footer {
  padding-top: 60px;
  padding-bottom: 0;
}

.global-footer.phone-clmm-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.sub-heading-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.sub-heading-box.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

.footer-social-logo {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.setu-verified {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 51px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.setu-verified.hide {
  background-color: #f0f4ef;
  border: 0 solid #729c67;
  display: flex;
}

.heading-4 {
  color: #333;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.bottom-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.heading-65-copy {
  color: #055777;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}

.social-icon-3 {
  background-image: none;
  width: auto;
}

.footer-link {
  color: #333;
  text-decoration: none;
}

.footer-link:hover {
  color: #f34690;
}

.setu-network-link {
  text-decoration: none;
}

.footer {
  background-color: #f8df28;
}

.inner-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.play-store-icon-3 {
  width: 150px;
  margin: 0 0 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.social-link-4 {
  background-color: #f34690;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px;
  transition: background-color .4s;
  display: flex;
}

.social-link-4:hover {
  background-color: #f8df28;
}

.footer-title-5 {
  color: #f34690;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-text {
  color: #333;
  margin-top: 0;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
}

.footer-text._14px {
  font-size: 14px;
}

.footer-text.hover:hover {
  color: #f34690;
}

.footer-text.left-divider {
  border-right: 1px solid #c9c782;
  min-height: 145px;
  padding-right: 10px;
}

.footer-text.auto-height {
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-breadcrumb.ii {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-story-shape {
  background-color: #ffffff29;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.our-story-shape.green-overlay {
  background-color: #0000;
  background-image: url('../images/svg-1_1svg (1).webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 24px;
  display: block;
  position: relative;
  overflow: hidden;
}

.our-story-shape.green-overlay.abs-btm {
  position: absolute;
  inset: auto 0% -10%;
}

.our-story-shape.green-overlay.abs-btm._3 {
  z-index: 2;
  background-image: url('../images/Vector2.png');
  display: none;
  bottom: -3%;
}

.page-banner {
  background-image: url('../images/IMG_7541.jpg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  height: 45vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.page-banner.about-bnr {
  background-image: url('../images/IMG_7541.jpg');
  background-position: 50% 93%;
}

.page-banner.produce-bg {
  background-image: linear-gradient(#a74e1229, #a74e1229), url('../images/IMG_7528.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
}

.page-banner.tech-page {
  background-image: linear-gradient(#0000, #0000), url('../images/IMG_7540.jpg');
  background-position: 0 0, 0 100%;
}

.page-banner.contact-bg {
  background-image: url('../images/IMG_7573.jpg');
  background-position: 50% 25%;
}

.wrapper-3 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper-3._60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.card-heading {
  color: #f34690;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
}

.card-heading.center {
  color: #f34690;
  text-align: center;
}

.infoweb {
  background-color: #f8f5e0;
  border: 1px solid #f8df28;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.infoweb.hide {
  display: none;
}

.container-large {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.slider-img-parent {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.poits-card-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.header-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.slider-img-child {
  background-image: url('../images/Avo1.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.wrapper-4 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper-4._60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper-4._60.hide {
  display: none;
}

.wrapper-4._140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper-4._140._140-top {
  padding-top: 60px;
}

.header {
  overflow: hidden;
}

.slider-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.slider-img {
  border-radius: 32px;
  flex-direction: column;
  width: 100%;
  height: 42rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-img.hide {
  height: auto;
}

.slider-tab {
  margin-top: 1rem;
}

.slider-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.number-content-wrapper {
  flex-flow: column;
  padding-left: 80px;
  display: flex;
}

.apple-bg-box-01 {
  aspect-ratio: 1;
  background-color: #f8df28;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  height: 70%;
  display: flex;
  position: absolute;
  inset: auto auto auto -18%;
}

.inner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.floating-text-box {
  z-index: 1;
  border-radius: 20px;
  width: 500px;
  padding: 0 20px;
  position: relative;
  inset: 0% auto auto 0%;
}

.floating-text-box.abs {
  left: 50%;
}

.apple-abs-img {
  width: 400px;
}

.card-big-no {
  color: #f34690;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.list-parent {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.border-line {
  background-color: #8f8f8f;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-style-number {
  padding-top: 4px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.card_component {
  grid-column-gap: 16px;
  grid-row-gap: 2.25rem;
  background-color: #fff;
  border: .5px solid #f8df28;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-width: 19rem;
  padding: 1rem 1rem 4rem;
  text-decoration: none;
  transition-property: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card_component:hover {
  opacity: 1;
}

.card_component.center {
  grid-row-gap: 16px;
  place-items: stretch center;
  width: 100%;
  min-width: auto;
  height: 100%;
  padding: 40px;
}

.overlay {
  z-index: 1;
  opacity: .87;
  background-color: #398155d9;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.overlay.service-overlay {
  background-color: #0000;
}

.card_information {
  max-width: 19rem;
  position: relative;
}

.service-image {
  width: 100%;
  max-height: 37.5rem;
}

.service-image.main-card {
  object-fit: cover;
  max-height: none;
  display: block;
  position: relative;
}

.service-image.main-card.new {
  top: 21px;
}

.service-image.main-card.new-copy {
  top: 75px;
}

.service-image.main-card.new-2 {
  top: 43px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.card_scroll {
  z-index: -1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #8f00ff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
  transform: translate(0, 101%);
}

.text-color-grey {
  color: #333;
}

.text-color-grey.big {
  color: #f8df28;
  justify-content: center;
  align-items: center;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.service-card-2 {
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card-2._200px {
  height: 200px;
}

.service-card-2._200px.hide {
  display: none;
}

.service-card-2.fixed {
  max-height: 256.969px;
}

.card_line {
  background-color: #f34690;
  width: 10%;
  height: .125rem;
  display: none;
}

.services {
  background-color: #f8df28;
}

.services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.team-card {
  background-color: #f8f5e0;
  border: 0 solid #000;
  padding: 10px;
}

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

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-grid.col-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team {
  background-color: #f9f9f1;
}

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

.section-heading-2 {
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-family: "Collingar Collingar 400", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.section-heading-2.white {
  color: #fff;
}

.section-heading-2.white.font-02 {
  text-align: left;
}

.wrapper-5 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper-5._60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-style-h2 {
  margin: 0;
  font-family: "Collingar Collingar 400", Arial, sans-serif;
  font-size: 35px;
  line-height: 1.2;
}

.heading-style-h2.font-02 {
  color: var(--text);
  text-align: left;
  font-family: "Collingar Collingar 400", Arial, sans-serif;
  font-weight: 400;
}

.tab-icon {
  width: 25px;
}

.accordion_horizontal-component {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 7%;
  padding-bottom: 0;
  transition: all .5s ease-in-out;
  display: flex;
  overflow: hidden;
}

.accordion_horizontal-component.active {
  width: 60%;
}

.accordion_horizontal-bottom {
  justify-content: space-between;
  align-items: center;
  width: 0%;
  padding: 0;
  overflow: hidden;
}

.accordion_horizontal-bottom.active {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.horizontal-img {
  object-fit: contain;
  width: 40%;
  height: 100%;
}

.icon-text-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.max-width-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  width: 23rem;
  display: flex;
}

.accordions_horizontal {
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  width: 100%;
  height: 60vh;
  font-family: Outfit, sans-serif;
  display: flex;
}

.text-vertical {
  color: #333;
  letter-spacing: .5px;
  text-transform: capitalize;
  writing-mode: vertical-rl;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  display: none;
  transform: rotate(180deg);
}

.para-2 {
  color: #333;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.3;
}

.text-number {
  color: #333;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
}

.accordion_horizontal-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  background-color: #f8f5e0;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 2rem;
  display: flex;
}

.mask {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f8f5e0;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 40px 10px 10px;
  display: flex;
}

.section-heading-3 {
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-family: "Collingar Collingar 400", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.section-heading-3.white-text {
  color: #fff;
}

.section-heading-3.white-text.phone-center.left {
  text-align: left;
}

.section-heading-3.center {
  text-align: center;
}

.section-heading-3.white {
  color: #fff;
}

.section-heading-3.white.font-02 {
  text-align: left;
}

.section-heading-3.small {
  font-size: 30px;
}

.qr-cod-img-box {
  background-color: #f9f9f1;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  padding: 20px 20px 25px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 32px #0000001c;
}

.qr-cod-img-box.none {
  width: auto;
}

.banner-flex {
  display: flex;
}

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

.qr-code {
  border-radius: 20px;
}

.qr-code._200px {
  height: 200px;
}

.label-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8df28;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: inline-flex;
  position: absolute;
  inset: auto auto -5%;
}

.wrapper-6 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper-6._60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-33 {
  background-image: none;
  border-radius: 10px;
  width: 90%;
  max-width: none;
  height: auto;
  max-height: none;
  display: inline-block;
}

.floating-text-box-2 {
  z-index: 1;
  background-color: #f9f9f1;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  inset: 0% auto auto 0%;
}

.floating-text-box-2.abs-1 {
  left: -16%;
}

.tech-content-wrapper {
  display: none;
}

.card-big-no-2 {
  color: #f34690;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.qr-code-section {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gap-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.l-p-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: grid;
}

.color-pink {
  color: #f34690;
}

.grid-box {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-box.bg-g {
  background-color: #f9f9f1;
  border-radius: 20px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.stack-box {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.para-5 {
  color: #333;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.3;
}

.para-img {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #f34690;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  font-size: 18px;
  list-style-type: decimal;
  display: flex;
}

.qr-points {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.para-6 {
  color: #333;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.3;
}

.para-6.small {
  font-size: 20px;
}

.mockup-section {
  background-color: #f8df28;
  position: relative;
}

.wrapper-7 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper-7._60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.link {
  color: #f94892;
}

.text-block-33 {
  font-size: 20px;
}

.text-block-33.color-333, .text-block-33.color-333.color-green {
  color: #333;
}

.div-block-2250 {
  border: .5px solid #ececc8;
  border-radius: 100vh;
  width: 100%;
  overflow: hidden;
}

.div-block-2250.hide {
  display: block;
}

.div-block-2250.r {
  border-width: 0;
  border-radius: 0;
}

.uui-contact03_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.brix---input-2 {
  background-color: #fff0;
  border: 0 solid #ececc8;
  min-height: 60px;
  margin-bottom: 0;
  padding: 10px 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---input-2:hover {
  border-color: #344966;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---input-2:focus {
  color: #344966;
  background-color: #fff;
  border-color: #0d1821;
}

.brix---input-2::placeholder {
  color: #333;
  background-color: #0000;
  font-size: 15px;
}

.success-message {
  background-color: #d3e586;
  border-radius: 10px;
  padding: 1.5rem;
}

.error-text {
  color: #fff;
  text-align: center;
}

.success-text {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.icon {
  -webkit-text-stroke-color: #344966;
  background-color: #f8df28;
  border-radius: 100vh;
  width: 40px;
  padding: 10px;
  display: inline-block;
}

.checkbox {
  margin-top: 0;
  margin-left: 0;
}

.uui-contact03_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 25px;
  line-height: 1.2;
  display: grid;
}

.brix---input-2-copy {
  color: #333;
  background-color: #fff0;
  border: 0 solid #afc83b;
  border-radius: 10px;
  min-height: 120px;
  margin-bottom: 0;
  padding: 50px 20px 10px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---input-2-copy:hover {
  border-color: #344966;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---input-2-copy:focus {
  color: #344966;
  background-color: #fff;
  border-color: #344966;
}

.brix---input-2-copy::placeholder {
  color: #333;
  background-color: #0000;
  font-size: 15px;
  font-weight: 400;
}

.checkbox-label-3 {
  font-size: 20px;
}

.error-message {
  background-color: red;
  border-radius: 10px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.map-view {
  width: auto;
  max-width: 100%;
  height: 400px;
  max-height: none;
  display: block;
}

.brix---btn-primary-2 {
  box-shadow: none;
  color: #000;
  text-align: center;
  background-color: #f8df28;
  border: 2px solid #fff0;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.brix---btn-primary-2:hover {
  color: #333;
  background-color: #f8df28;
  border-color: #fff0;
  box-shadow: 3px 5px 20px -8px #729c67;
}

.contact-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #6b8e23;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-links:hover {
  color: #f7c35f;
}

.uui-contact03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.section-heaeding-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.section-4 {
  color: #333;
  margin-top: 100px;
  padding: 40px;
}

.heading-60 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.mt-heading {
  color: #f94892;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 150%;
}

.paragraph-27 {
  margin-bottom: 0;
  padding: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  text-decoration: none;
}

.list-item {
  line-height: 29px;
}

.section-5 {
  color: #333;
  margin-top: 100px;
  padding: 40px;
}

.link-3 {
  color: #333;
  text-decoration: none;
}

.link-meadia-icon {
  width: 50px;
  height: 50px;
}

.media-link-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.vcf-d {
  color: #333;
  border-radius: 100vh;
  text-decoration: none;
  box-shadow: 3px 6px 10px -6px #0003;
}

.company-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.card-logo-box {
  background-color: #fcfcfc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: -75px;
  box-shadow: 1px -4px 30px -3px #0003;
}

.card-banner-img-box {
  background-image: url('../images/IMG_7541.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.link-block-5 {
  color: #333;
  background-color: #fcfcfc;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
  box-shadow: 0 5px 20px -8px #0003;
}

.heading-65 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.card-space {
  height: 75px;
}

.card-logo {
  width: auto;
}

.card-main-div {
  background-color: #fcfcfc;
  border-radius: 10px;
  flex-flow: column;
  width: 478px;
  height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.paragraph-2 {
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.link-main-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.svg {
  width: 20px;
}

.card-main-head {
  color: #b96c93;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.full-screen-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2149433546.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.divider-line {
  background-color: #b96c93;
  width: 90%;
  height: .5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.vcf-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--yellow);
  border-radius: 100vh;
  padding: 10px 20px;
  display: flex;
}

.save-contact-link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.n-blot {
  margin-bottom: -14px;
  display: block;
}

.n-blot._0 {
  margin-bottom: 5px;
}

@media screen and (min-width: 1280px) {
  .map-pin.uk {
    top: 11%;
    left: 45%;
  }

  .map-pin.bharat {
    left: 68%;
  }

  .map-pin.tanzaniya {
    left: 733px;
  }

  .map-pin.kenya {
    left: 753px;
  }

  .map-pin.uganda {
    left: 718px;
  }

  .map-pin.rawanda {
    left: 698px;
  }

  .social-icon-3 {
    opacity: 1;
  }

  .n-blot._0 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1440px) {
  .map-pin.south-america {
    left: 24%;
  }

  .map-pin.uk {
    left: 44.5%;
  }

  .map-pin.bharat {
    left: 68%;
  }

  .map-pin.far-east {
    left: 75%;
  }

  .map-pin.tanzaniya {
    left: 746px;
  }

  .map-pin.kenya {
    left: 764px;
  }

  .map-pin.uganda {
    left: 733px;
  }

  .map-pin.rawanda {
    left: 714px;
  }

  .apple-icon-5 {
    margin-bottom: 0;
  }

  .footer-social-logo {
    padding-right: 0;
  }

  .inner-box {
    text-align: right;
    align-self: flex-start;
  }

  .play-store-icon-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-grid {
    grid-template-columns: minmax(auto, 1.25fr) .25fr .25fr minmax(min-content, max-content);
  }
}

@media screen and (min-width: 1920px) {
  .section-heading.center.small {
    font-size: 40px;
  }

  .map-pin.tanzaniya {
    left: 711px;
  }

  .map-pin.kenya {
    left: 729px;
  }

  .map-pin.uganda {
    left: 694px;
  }

  .map-pin.rawanda {
    left: 678px;
  }

  .footer-grid {
    grid-template-columns: minmax(auto, 1.25fr) .25fr .25fr minmax(min-content, max-content);
  }

  .list-3 {
    align-self: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-bottom-line {
    background-color: #f8df28;
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .nav-link-2 {
    color: #f34690;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .menu-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .logo {
    max-width: 70px;
  }

  .hamburger {
    order: -1;
    transition: transform .3s;
  }

  .hamburger:hover {
    transform: scale(.96);
  }

  .hamburger.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .navigation-flex-box {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .hamburger-top-line {
    color: #f2e0ce;
    background-color: #f34690;
    width: 44px;
    height: 3px;
  }

  .menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .banner-aps-img {
    width: 300px;
    top: 666px;
  }

  .hero {
    height: 80vh;
  }

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

  .hero-text-content {
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  ._02-interaction {
    width: 100px;
    top: -1%;
    right: 8%;
  }

  ._03-interaction {
    top: 27%;
    right: 15%;
  }

  ._01-interaction {
    top: 90%;
    right: 75%;
  }

  .hero-grid {
    display: flex;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-heading {
    font-size: 35px;
  }

  .about {
    height: auto;
  }

  .about-grid-p {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .para {
    margin-bottom: 0;
  }

  .stats-heading {
    font-size: 2.25rem;
  }

  .stats {
    height: auto;
  }

  .card {
    border-radius: 32px;
  }

  .vision-s-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .stats-card {
    width: 150px;
  }

  .doodle-list_item {
    width: 220px;
    height: 220px;
  }

  .stats-grid {
    display: flex;
  }

  .map-image {
    min-width: 85%;
    max-width: 0;
    height: auto;
  }

  .map-pin {
    background-size: 20px;
    width: 35px;
    height: 50px;
    top: 166px;
    left: 134px;
  }

  .map-pin.middle-east {
    top: 30%;
    left: 58%;
  }

  .map-pin.south-america {
    z-index: 2;
  }

  .map-pin.uk {
    top: 6%;
  }

  .map-pin.bharat {
    top: 34%;
    left: 66%;
  }

  .map-pin.far-east {
    z-index: 5;
    top: 32%;
    left: 75%;
  }

  .map-pin.europe {
    top: 12%;
    left: 51%;
  }

  .map-wrapper {
    min-width: 768px;
    max-width: 0;
  }

  .map-pin-tooltip.north-america {
    display: none;
  }

  .partners-logo-box {
    width: 150px;
    padding: 20px;
  }

  .footer-social-logo {
    text-align: left;
    justify-content: center;
  }

  .inner-box {
    flex-direction: column;
    display: block;
  }

  .footer-title-5 {
    font-size: 25px;
  }

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

  .our-story-shape {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .our-story-shape.green-overlay {
    padding-top: 75px;
    display: none;
  }

  .page-banner {
    height: 30vh;
  }

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

  .slider-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .slider-img.hide {
    display: block;
  }

  .slider-tab {
    margin-top: 0;
  }

  .slider-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .list-parent {
    opacity: 1;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .section-heading-2 {
    font-size: 35px;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .tab-icon {
    width: auto;
  }

  .accordion_horizontal-component {
    width: 100%;
    height: 285.594px;
  }

  .accordion_horizontal-component.active, .accordion_horizontal-bottom {
    width: 100%;
  }

  .horizontal-img {
    width: 30%;
  }

  .icon-text-box {
    width: 30px;
    max-width: none;
  }

  .max-width-small {
    flex: 0 auto;
  }

  .accordions_horizontal {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .mask {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
  }

  .section-heading-3 {
    font-size: 35px;
  }

  .qr-cod-img-box {
    width: 300px;
  }

  .image-33 {
    height: auto;
  }

  .floating-text-box-2.abs-1 {
    position: static;
  }

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

  .l-p-wrapper {
    display: flex;
  }

  .l-p-wrapper.reverce {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .para-img {
    justify-content: center;
    align-items: flex-start;
  }

  .qr-points {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .para-6 {
    margin-bottom: 0;
  }

  .brix---input-2-copy {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .uui-contact03_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section-heaeding-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .slider-contener {
    min-height: auto;
  }

  .stats-heading {
    font-size: 1.75rem;
  }

  .stats-sub {
    font-size: 1.25rem;
  }

  .map-image {
    min-width: 100%;
  }

  .map-pin {
    width: 25px;
    height: 40px;
    top: 198px;
    left: 40px;
  }

  .map-pin.middle-east {
    top: 218px;
    left: 259px;
  }

  .map-pin.south-america {
    z-index: 2;
    top: 286px;
    left: 123px;
  }

  .map-pin.uk {
    top: 181px;
    left: 227px;
  }

  .map-pin.bharat {
    top: 196px;
    left: 385px;
  }

  .map-pin.far-east {
    top: 302px;
    left: 228px;
  }

  .map-pin.europe {
    top: 176px;
    left: 313px;
  }

  .map-wrapper {
    min-width: 480px;
    max-width: 767px;
  }

  .info-card.f-align-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bottom-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .footer-grid {
    flex-direction: column;
    display: flex;
  }

  .our-story-shape.green-overlay {
    padding-top: 40px;
    padding-bottom: 65px;
  }

  .our-story-shape.green-overlay.abs-btm {
    display: block;
    bottom: -7%;
  }

  .wrapper-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card_component {
    grid-row-gap: 1.5rem;
    place-items: start;
    height: auto;
    padding-bottom: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .accordion_horizontal-bottom {
    padding-right: 0;
  }

  .text-vertical {
    font-size: 1.25rem;
  }

  .accordion_horizontal-top {
    padding: 1.25rem;
  }

  .mask {
    padding-right: 1rem;
  }

  .wrapper-6, .wrapper-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .brix---input-2, .brix---input-2-copy {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .uui-contact03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .mt-heading {
    text-align: center;
    max-width: 450px;
    font-size: 33px;
  }
}

@media screen and (max-width: 479px) {
  .menu-list-item {
    text-align: left;
    width: 100%;
  }

  .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .banner-aps-img {
    top: 519px;
    right: -144px;
  }

  .hero {
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
  }

  .text-box {
    width: 100%;
  }

  .hero-text-content {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._02-interaction {
    top: 4%;
    right: -18%;
  }

  ._03-interaction {
    display: none;
  }

  ._01-interaction {
    top: 80%;
  }

  .btn-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hero-grid {
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .hero-heading {
    font-size: 40px;
  }

  .slider-contener {
    padding-top: 5rem;
  }

  .divider-wrapper {
    display: none;
  }

  .section-heading.white.font-02 {
    font-family: Outfit, sans-serif;
    font-size: 50px;
    font-weight: 500;
  }

  .h1 {
    white-space: normal;
    font-size: 24.5em;
  }

  .title-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-gap.gap-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .para {
    font-size: 22px;
    font-weight: 300;
  }

  .stats-heading {
    font-size: 35px;
    line-height: 20px;
  }

  .stats {
    height: auto;
  }

  .card {
    min-height: 280px;
  }

  .vision-s-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .stats-card {
    width: 100%;
    height: 150px;
  }

  .stats-sub {
    font-size: 1.1rem;
  }

  .doodle-list_item {
    width: 176px;
    height: 176px;
  }

  .stats-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-2251 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .map-image {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-bottom: 10px;
  }

  .sub-section-grid {
    flex-flow: column;
    display: flex;
  }

  .section-heading-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .country {
    padding-right: 18px;
    font-size: 12px;
  }

  .map-pin {
    width: 20px;
    height: 35px;
    top: 211px;
    left: 33px;
  }

  .map-pin.middle-east {
    top: 42px;
    left: 221px;
  }

  .map-pin.south-america {
    top: 79px;
    left: 106px;
  }

  .map-pin.uk {
    top: 3px;
    left: 166px;
  }

  .map-pin.bharat {
    top: 44px;
    left: 250px;
  }

  .map-pin.far-east {
    top: 49px;
    left: 276px;
  }

  .map-pin.europe {
    top: 198px;
    left: 209px;
  }

  .map-pin.europe.uplift-phone {
    top: 14px;
    left: 195px;
  }

  .map-wrapper {
    min-width: 320px;
    max-width: 479px;
  }

  .map-pin-tooltip {
    padding-left: 5px;
    padding-right: 5px;
    left: -50px;
    right: -50px;
  }

  .map-pin-tooltip.north-america {
    display: none;
  }

  .apple-icon-5 {
    width: 150px;
    max-width: none;
    height: 50px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2nd-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._2nd-box.flex {
    flex-flow: column;
  }

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

  .footer-divider-copy {
    background-color: #0557776b;
    width: 100%;
    height: .5px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .info-card {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .info-card.f-align-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
  }

  .global-footer.phone-clmm-gap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    display: flex;
  }

  .sub-heading-box.flex {
    flex-flow: column;
  }

  .footer-social-logo {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-4 {
    font-size: 16px;
  }

  .bottom-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 10px;
    display: flex;
  }

  .inner-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .play-store-icon-3 {
    height: 50px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-link-4 {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
  }

  .footer-title-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-text.left-divider {
    border-right-style: none;
    min-height: auto;
  }

  .footer-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .banner-breadcrumb.ii {
    flex-flow: column;
  }

  .our-story-shape {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-story-shape.green-overlay {
    background-position: 50%;
    background-size: contain;
    display: none;
  }

  .our-story-shape.green-overlay.abs-btm {
    bottom: -4%;
  }

  .page-banner.tech-page.h-big {
    height: auto;
  }

  .wrapper-3, .wrapper-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper-4._140._60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-img.hide {
    display: none;
  }

  .card_component {
    justify-items: start;
    width: 100%;
    min-width: auto;
    padding-bottom: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .services-grid {
    flex-flow: wrap;
    display: flex;
  }

  .team-card {
    border-width: .5px;
    border-color: #f8df28;
    border-radius: 20px;
  }

  .team-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .section-heading-2.white.font-02 {
    font-family: Outfit, sans-serif;
    font-size: 50px;
    font-weight: 500;
  }

  .wrapper-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .heading-style-h2.font-02 {
    color: #333;
    font-family: Outfit, sans-serif;
  }

  .tab-icon {
    opacity: .43;
  }

  .accordion_horizontal-component {
    height: auto;
  }

  .accordion_horizontal-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-img {
    width: auto;
    height: 10rem;
    margin-right: 0;
  }

  .max-width-small {
    width: 100%;
  }

  .accordions_horizontal {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 0;
  }

  .text-vertical {
    font-size: 1.1rem;
  }

  .para-2 {
    font-size: 20px;
    font-weight: 500;
  }

  .text-number {
    color: #b4ad7e80;
    font-weight: 600;
  }

  .mask {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 1rem;
  }

  .section-heading-3.white-text.phone-center, .section-heading-3.white-text.phone-center.left.p-c {
    text-align: center;
  }

  .section-heading-3.white.font-02 {
    font-family: Outfit, sans-serif;
    font-size: 50px;
    font-weight: 500;
  }

  .qr-cod-img-box.none {
    border-radius: 20px;
  }

  .text-block-34 {
    text-align: center;
    font-size: 15px;
  }

  .qr-code._200px {
    border-radius: 10px;
    height: 100px;
  }

  .wrapper-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-33 {
    height: 200px;
  }

  .l-p-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #38805400;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    width: auto;
    display: flex;
  }

  .l-p-wrapper.reverce {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: column;
  }

  .grid-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
    display: flex;
  }

  .grid-box.bg-g {
    align-items: center;
    padding-left: 0;
  }

  .stack-box {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: 100%;
    max-width: none;
  }

  .list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: center;
    align-items: center;
    padding-left: 20px;
  }

  .list-item-5 {
    width: auto;
  }

  .para-6 {
    font-size: 22px;
    font-weight: 300;
  }

  .wrapper-7 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .checkbox-field {
    margin-top: 20px;
  }

  .brix---input-2 {
    width: 100%;
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2:focus {
    border-color: #f0b128;
  }

  .brix---input-2::placeholder {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-2-copy {
    width: 100%;
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2-copy:focus {
    border-color: #f0b128;
  }

  .brix---input-2-copy::placeholder {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .uui-contact03_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .section-heaeding-box {
    position: static;
  }

  .uui-contact03_form-wrapper {
    width: 100%;
  }

  .section-4 {
    padding: 20px;
  }

  .mt-heading {
    font-size: 30px;
  }

  .bold-text-2 {
    text-align: left;
    font-size: 24px;
    line-height: 29px;
  }

  .section-5 {
    padding: 20px;
  }

  .card-main-div {
    border-radius: 0;
    width: 100%;
  }

  .full-screen-wrapper {
    padding: 0;
  }
}

#w-node-_8df8f7fa-56d8-669a-4c0f-708e8a9e0cd2-b791d66a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-f85860a1-33f7-8b6a-c9f7-c8794525ebc4-4525ebbf, #w-node-f85860a1-33f7-8b6a-c9f7-c8794525ebe3-4525ebbf, #w-node-f85860a1-33f7-8b6a-c9f7-c8794525ebf2-4525ebbf, #w-node-f85860a1-33f7-8b6a-c9f7-c8794525ebff-4525ebbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f85860a1-33f7-8b6a-c9f7-c8794525ec0f-4525ebbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d6865d43-6955-3ebe-98c9-ece49eb386df-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb386ea-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb386f6-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb38702-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb3870e-3a72d07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e28592cc-18bf-1c4a-2d29-32f85307b6a1-81bb9c39, #w-node-e28592cc-18bf-1c4a-2d29-32f85307b6c7-81bb9c39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-e28592cc-18bf-1c4a-2d29-32f85307b6c9-81bb9c39, #w-node-_06a5615d-5529-cf4e-3f18-2aeaf156b718-d23dedd0, #w-node-_06a5615d-5529-cf4e-3f18-2aeaf156b71e-d23dedd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06a5615d-5529-cf4e-3f18-2aeaf156b726-d23dedd0, #w-node-_06a5615d-5529-cf4e-3f18-2aeaf156b728-d23dedd0, #w-node-_06a5615d-5529-cf4e-3f18-2aeaf156b72a-d23dedd0, #w-node-_06a5615d-5529-cf4e-3f18-2aeaf156b72c-d23dedd0, #w-node-_06a5615d-5529-cf4e-3f18-2aeaf156b72e-d23dedd0, #w-node-_06a5615d-5529-cf4e-3f18-2aeaf156b737-d23dedd0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06a5615d-5529-cf4e-3f18-2aeaf156b739-d23dedd0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-d6865d43-6955-3ebe-98c9-ece49eb386df-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb386ea-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb386f6-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb38702-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb3870e-3a72d07a {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f85860a1-33f7-8b6a-c9f7-c8794525ec0f-4525ebbf {
    justify-self: center;
  }

  #w-node-d6865d43-6955-3ebe-98c9-ece49eb386ce-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb386d8-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb386e4-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb386ef-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb386fb-3a72d07a, #w-node-d6865d43-6955-3ebe-98c9-ece49eb38707-3a72d07a {
    justify-self: auto;
  }

  #w-node-_06a5615d-5529-cf4e-3f18-2aeaf156b737-d23dedd0 {
    place-self: center;
  }
}


@font-face {
  font-family: 'License';
  src: url('../fonts/license.pdf') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Collingar Collingar 400';
  src: url('../fonts/collingar-collingar-400.ttf') format('truetype'), url('../fonts/collingar-collingar-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Collingar Collingar 400';
  src: url('../fonts/collingar-collingar-italic-400.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}