.who-we-are-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.who-we-are-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  position: sticky;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.who-we-are-navbar {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-doubleunit);
  justify-content: space-between;
}
.who-we-are-left-side {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.who-we-are-navlink {
  display: contents;
}
.who-we-are-image {
  width: 160px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.who-we-are-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.who-we-are-icon {
  width: 36px;
  height: 36px;
}
.who-we-are-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.who-we-are-link {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.who-we-are-link1 {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.who-we-are-link2 {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.55;
  text-transform: capitalize;
  text-decoration: none;
}
.who-we-are-mobile-menu {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100VH;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.who-we-are-container01 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.who-we-are-image1 {
  width: 50px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.who-we-are-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.who-we-are-icon2 {
  width: 24px;
  height: 24px;
}
.who-we-are-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.who-we-are-link3 {
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.who-we-are-link4 {
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.who-we-are-link5 {
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.who-we-are-container02 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.who-we-are-container03 {
  flex: 0 0 auto;
  width: 100%;
  height: 650px;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-end;
  background-size: cover;
  justify-content: center;
  background-image: url("public/playground_assets/what-we-do-1.jpg");
  background-position: center;
}
.who-we-are-what-we-do-card {
  flex: 0 0 auto;
  right: 0px;
  width: 700px;
  bottom: -200px;
  height: 450px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: flex-start;
}
.who-we-are-container04 {
  flex: 0 0 auto;
  width: 20%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: rgba(0, 116, 240, 0.5);
}
.who-we-are-container05 {
  flex: 1;
  width: 200px;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-fourunits);
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-primary-custompink);
}
.who-we-are-container06 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.who-we-are-text {
  color: var(--dl-color-primary-customapricot);
  font-size: 48px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 400;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.who-we-are-image2 {
  width: 20px;
  object-fit: cover;
}
.who-we-are-text01 {
  color: var(--dl-color-gray-white);
}
.who-we-are-text03 {
  color: var(--dl-color-gray-white);
}
.who-we-are-social {
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-space-space-tenunits);
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
}
.who-we-are-container07 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-start;
}
.who-we-are-icon4 {
  fill: var(--dl-color-primary-customapricot);
  width: 100px;
  height: 100px;
}
.who-we-are-heading-container {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.who-we-are-text06 {
  color: var(--dl-color-gray-black);
  font-size: 48px;
  align-self: flex-start;
  font-style: normal;
  text-align: center;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.22;
  text-transform: none;
  text-decoration: none;
}
.who-we-are-cards-container {
  width: 100%;
  display: flex;
  grid-gap: 25px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.who-we-are-features-card {
  flex: 1;
  width: auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.who-we-are-text-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.who-we-are-text07 {
  color: var(--dl-color-gray-700);
  font-size: 16px;
  font-style: normal;
  text-align: left;
  font-family: Raleway;
  font-weight: 400;
  line-height: 1.55;
  text-transform: none;
  text-decoration: none;
}
.who-we-are-social1 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-tenunits);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: rgba(0, 116, 240, 0.2);
}
.who-we-are-container08 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-start;
}
.who-we-are-icon6 {
  fill: var(--dl-color-primary-customapricot);
  width: 100px;
  height: 100px;
}
.who-we-are-heading-container1 {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.who-we-are-text12 {
  color: var(--dl-color-gray-black);
  font-size: 48px;
  align-self: flex-start;
  font-style: normal;
  text-align: center;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.22;
  text-transform: none;
  text-decoration: none;
}
.who-we-are-cards-container1 {
  width: 100%;
  display: flex;
  grid-gap: 25px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.who-we-are-features-card1 {
  flex: 1;
  width: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.who-we-are-container09 {
  flex: 0 0 auto;
  width: 200px;
  height: 800px;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  justify-content: space-between;
}
.who-we-are-container10 {
  flex: 0 0 auto;
  width: 150PX;
  height: 150PX;
  display: flex;
  align-self: center;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-customblue);
}
.who-we-are-text13 {
  color: var(--dl-color-gray-white);
  font-size: 100px;
  align-self: center;
  font-style: normal;
  font-weight: 900;
}
.who-we-are-container11 {
  flex: 0 0 auto;
  width: 150PX;
  height: 150PX;
  display: flex;
  align-self: center;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-custompink);
}
.who-we-are-text14 {
  color: var(--dl-color-gray-white);
  font-size: 100px;
  align-self: center;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.who-we-are-container12 {
  flex: 0 0 auto;
  width: 150PX;
  height: 150PX;
  display: flex;
  align-self: center;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-customapricot);
}
.who-we-are-text15 {
  color: var(--dl-color-gray-white);
  font-size: 100px;
  align-self: center;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.who-we-are-container13 {
  flex: 0 0 auto;
  width: 150PX;
  height: 150PX;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-customdarkblue);
}
.who-we-are-text16 {
  color: var(--dl-color-gray-white);
  font-size: 100px;
  align-self: center;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.who-we-are-container14 {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.who-we-are-container15 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.who-we-are-text17 {
  color: var(--dl-color-primary-customblue);
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 10px;
}
.who-we-are-text18 {
  width: 400px;
}
.who-we-are-container16 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.who-we-are-text21 {
  color: var(--dl-color-primary-custompink);
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.who-we-are-text22 {
  width: 400px;
}
.who-we-are-container17 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.who-we-are-text25 {
  color: var(--dl-color-primary-customapricot);
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.who-we-are-text26 {
  width: 500px;
}
.who-we-are-container18 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.who-we-are-text29 {
  color: var(--dl-color-primary-customdarkblue);
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.who-we-are-text30 {
  width: 600px;
}
.who-we-are-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.who-we-are-container19 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.who-we-are-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.who-we-are-copyright-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.who-we-are-link6 {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 400;
  line-height: 1.55;
  text-transform: capitalize;
  text-decoration: none;
}
.who-we-are-container20 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.who-we-are-navlink1 {
  color: var(--dl-color-gray-white);
  margin-right: var(--dl-space-space-fiveunits);
  text-decoration: none;
}
.who-we-are-navlink2 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
@media(max-width: 1600px) {
  .who-we-are-navbar {
    max-width: 1200px;
    background-color: var(--dl-color-gray-black);
  }
  .who-we-are-left-side {
    justify-content: space-between;
  }
  .who-we-are-image {
    width: 160px;
  }
}
@media(max-width: 991px) {
  .who-we-are-what-we-do-card {
    position: static;
  }
}
@media(max-width: 767px) {
  .who-we-are-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-gray-black);
  }
  .who-we-are-icon {
    fill: var(--dl-color-gray-white);
  }
  .who-we-are-links-container {
    display: none;
  }
  .who-we-are-mobile-menu {
    display: none;
  }
  .who-we-are-image1 {
    width: 150px;
  }
  .who-we-are-links-container1 {
    width: 100%;
    grid-gap: 25px;
    align-items: center;
  }
  .who-we-are-link3 {
    text-transform: capitalize;
  }
  .who-we-are-link4 {
    font-size: 18px;
    font-style: normal;
    font-family: Raleway;
    font-weight: 700;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .who-we-are-link5 {
    font-size: 18px;
    font-style: normal;
    font-family: Raleway;
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 0px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .who-we-are-heading-container {
    width: 100%;
  }
  .who-we-are-cards-container {
    align-items: center;
    flex-direction: column;
  }
  .who-we-are-features-card {
    width: 70%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .who-we-are-social1 {
    display: none;
  }
  .who-we-are-heading-container1 {
    width: 100%;
  }
  .who-we-are-cards-container1 {
    align-items: center;
    flex-direction: column;
  }
  .who-we-are-features-card1 {
    width: 100%;
    margin-bottom: var(--dl-space-space-tripleunit);
    flex-direction: row;
  }
  .who-we-are-container09 {
    width: 20%;
  }
}
@media(max-width: 479px) {
  .who-we-are-what-we-do-card {
    width: 100%;
    height: auto;
  }
  .who-we-are-container04 {
    height: 100%;
    display: none;
  }
  .who-we-are-container05 {
    width: 100%;
  }
  .who-we-are-social {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .who-we-are-features-card {
    width: 100%;
  }
  .who-we-are-social1 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .who-we-are-features-card1 {
    width: 100%;
  }
  .who-we-are-footer {
    flex-direction: column-reverse;
  }
  .who-we-are-container20 {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
}
