@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
/* line 1, app/assets/stylesheets/pages/about-us.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #545454;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
}

/* =========== Hero Section ============*/
/* line 29, app/assets/stylesheets/pages/about-us.scss */
.about-us-hero-section-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 35, app/assets/stylesheets/pages/about-us.scss */
.about-us-hero-section {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: 'Roboto Condensed', 'sans-serif';
  font-size: 22px;
  background-image: url(/assets/home_images/MRFR_BG_Pattern_01-40e0fa83bdc38d626c7851756be333d9caee4aa538ff7b3db64a8e364b826ad2.png);
  background-position: center;
  background-repeat: repeat;
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  background-size: 60px 60px;
  height: 100%;
}

/* line 50, app/assets/stylesheets/pages/about-us.scss */
.about-us-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 40px;
  /* margin-bottom: 50px; */
}

/* line 60, app/assets/stylesheets/pages/about-us.scss */
.about-us-hero-section-title {
  display: flex;
  justify-content: center;
  /* width: 90%; */
  font-size: 30rem;
  line-height: 350px;
  background-image: url(/assets/home_images/AboutUs_HomeClipImage_01-358b96f5867ede2db0978d079ec3e4bf986fc5c7df855acd131f52ed1c135e8b.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  color: transparent;
  -webkit-background-clip: text;
}

/* line 74, app/assets/stylesheets/pages/about-us.scss */
.about-us-title-detail {
  font-family: roboto condensed;
  font-size: 3.3rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: var(--secondary);
  text-align: left;
}

/* =========== ABOUT MRFR =========== */
/* line 87, app/assets/stylesheets/pages/about-us.scss */
.about-us-about-mrfr-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--section-dark-bg);
  background-image: url(/assets/home_images/MRFR_BG_Pattern_Transperant_01-da911303aff4572e63fe167a5bdac40923ea5532a03ed30bd32150e317b92270.png);
  background-position: center;
  background-repeat: repeat;
  font-family: "Noto Sans";
  padding: 20px 0px 20px 0px;
}

/* line 99, app/assets/stylesheets/pages/about-us.scss */
.about-mrfr-wrapper-inner-wraper {
  display: flex;
  justify-content: center;
  width: 88%;
  margin: 20px 0px 20px 0px;
  /* padding: 1rem 0px 1rem 0px;
    margin-bottom: 3rem; */
}

/* line 108, app/assets/stylesheets/pages/about-us.scss */
.about-mrfr-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
}

/* line 115, app/assets/stylesheets/pages/about-us.scss */
.about-mrfr-container h2 {
  font-family: roboto condensed;
  color: var(--white);
  font-size: 3rem;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

/* .about-mrfr-title {
    color: var(--white);
    font-size: 3.3rem;
    font-weight: 400;
} */
/* line 129, app/assets/stylesheets/pages/about-us.scss */
.about-mrfr-detail {
  width: 80%;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 300;
}

/* ============ Our Vision ============= */
/* line 138, app/assets/stylesheets/pages/about-us.scss */
.about-us-our-vision-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 144, app/assets/stylesheets/pages/about-us.scss */
.about-us-our-vision-inner-wrapper {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0rem 2.5rem 0rem;
  width: 100%;
}

/* line 151, app/assets/stylesheets/pages/about-us.scss */
.about-us-our-vision-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}

/* line 159, app/assets/stylesheets/pages/about-us.scss */
.our-vision-group-01 {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}

/* line 167, app/assets/stylesheets/pages/about-us.scss */
.our-vision-group-02 {
  width: 100%;
}

/* line 171, app/assets/stylesheets/pages/about-us.scss */
.our-vision-container,
.our-values-container,
.our-approach-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: var(--white);
  border-radius: 20px;
  background-position: center 70%;
  background-size: cover;
  min-height: 450px;
  overflow: hidden;
}

/* line 187, app/assets/stylesheets/pages/about-us.scss */
.our-vision-container {
  width: 50%;
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/AboutUs_Our_Vision_01-5842f7bb15d8eeba4e8bb121b7ec0b3bc3a5cec27480448909486122f34bb5cb.jpg);
}

/* line 192, app/assets/stylesheets/pages/about-us.scss */
.our-values-container {
  width: 50%;
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/AboutUs_Our_Values_01-8f05ed617448822edb8fc65af8f237b599f2da45064aa46cd0e671672deaa6e6.jpg);
}

/* line 197, app/assets/stylesheets/pages/about-us.scss */
.our-approach-container {
  width: 100%;
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/AboutUs_Our_Approach_01-7580ab16a07fa1364faa0984ba5833e6e6a12830d75612e675485b5c96a20ab8.jpg);
}

/* line 202, app/assets/stylesheets/pages/about-us.scss */
.our-vision-container h2,
.our-values-container h2,
.our-approach-container h2 {
  font-family: "Noto sans";
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

/* line 211, app/assets/stylesheets/pages/about-us.scss */
.our-vision-container article,
.our-values-container article,
.our-approach-container article {
  font-family: "Noto sans";
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.5rem;
  border-radius: 10px;
}

/* ============== Our Team ==================== */
/* line 224, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-our-team-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0px 0px 0px;
}

/* line 231, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-our-team-inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  background-image: linear-gradient(to bottom, rgba(0, 17, 40, 0.8), rgba(0, 17, 40, 0.8)), url(/assets/home_images/AboutUs_Our_Team_02-164321395e7d8f75f7bca58cc11f895212a8e9f5fe47b635b4bb997fefb3d207.jpg);
  background-position: center;
}

/* line 241, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-our-team-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88%;
}

/* line 248, app/assets/stylesheets/pages/about-us.scss */
.our-team-title {
  font-family: "Roboto Condensed";
  font-size: 4.5rem;
  font-weight: 400;
  color: var(--white);
}

/* ============= OUR VISIONARIES =============== */
/* line 257, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-our-visionaries-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 30px 0px 50px 0px;
  background-color: #EAEAEA;
}

/* line 266, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-our-visionaries-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: var(--light-gray); */
  background-color: #EAEAEA;
  font-family: "Noto Sans";
  /* padding: 2rem 0rem 2.5rem 0rem; */
  gap: 1.5rem;
}

/* line 277, app/assets/stylesheets/pages/about-us.scss */
.our-visionaries-cont,
.leadership-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 88%;
}

/* line 285, app/assets/stylesheets/pages/about-us.scss */
.our-visionaries-cont-group,
.leadership-cont-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0rem 2rem 0rem;
}

/* line 294, app/assets/stylesheets/pages/about-us.scss */
.our-visionaries-cont-title,
.leadership-cont-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: roboto condensed;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 400;
}

/* line 305, app/assets/stylesheets/pages/about-us.scss */
.our-visionaries-cont-detail,
.leadership-cont-detail {
  width: 80%;
  color: #434343;
  display: flex;
  font-size: 1.3rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 316, app/assets/stylesheets/pages/about-us.scss */
.visionaries-card-inner-wrapper,
.leadership-card-inner-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}

/* line 324, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card {
  width: 385px;
  height: 632px;
  /* background-color: #001128; */
  color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Sans";
  background-image: radial-gradient(circle farthest-side at center top, #2f4563 0%, #001128 100%);
}

/* line 339, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  /* background: radial-gradient(circle at center, white 0%, #001128 80%); */
}

/* line 348, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-image img {
  width: 160px;
  height: auto;
  object-fit: contain;
}

/* line 354, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 0 12px;
}

/* line 363, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

/* line 369, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-subtitle {
  font-size: 1rem;
  color: #aaa;
  margin: 4px 0 0 0;
}

/* line 375, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-info-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  text-align: center;
}

/* line 383, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-info {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #ccc;
  margin: 0;
}

/* line 390, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-footer {
  width: 24px;
  height: 24px;
  background-image: url(/assets/home_images/AboutUs_LinkedIn_Icon_01-c105f3ae1095d584e10953e5c0d1b5592b1a5d64ab9e52810cda88c5f3861a95.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 16px;
  cursor: pointer;
}

/* ================== OUR JOURNEY ====================== */
/* line 402, app/assets/stylesheets/pages/about-us.scss */
.aboutus-our-journey-wrapper {
  display: flex;
  width: 100%;
  padding: 50px 0px 50px 0px;
}

/* line 407, app/assets/stylesheets/pages/about-us.scss */
.our-journey-inner-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  /* margin-bottom: 20px;
    padding: 1rem 0rem 2.5rem 0rem; */
  font-family: "Noto Sans";
  justify-content: center;
}

/* line 418, app/assets/stylesheets/pages/about-us.scss */
.our-journey-container {
  display: flex;
  flex-direction: column;
  width: 88%;
}

/* line 424, app/assets/stylesheets/pages/about-us.scss */
.our-journey-title-group {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0px 20px 0px;
}

/* line 430, app/assets/stylesheets/pages/about-us.scss */
.our-journey-title-group h2 {
  width: 100%;
  font-family: roboto condensed;
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
}

/* line 439, app/assets/stylesheets/pages/about-us.scss */
.our-journey-img-cont-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 446, app/assets/stylesheets/pages/about-us.scss */
.our-journey-img-cont-group h3 {
  font-size: 2.5rem;
  font-weight: 400;
}

/* line 451, app/assets/stylesheets/pages/about-us.scss */
.our-journey-img-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}

/* line 458, app/assets/stylesheets/pages/about-us.scss */
.our-journey-image {
  width: 100%;
}

/* line 465, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-our-visionaries-ineer-wrapper {
  width: 100%;
}
