@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/careers/careers-style.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/careers/careers-style.scss */
body {
  color: var(--secondary);
}

/* line 33, app/assets/stylesheets/careers/careers-style.scss */
.careers-hero-section-wrapper {
  display: flex;
  width: 100%;
}

/* line 39, app/assets/stylesheets/careers/careers-style.scss */
.careers-hero-section {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 75vh;
  font-family: 'Roboto Condensed', 'sans-serif';
  font-size: 22px;
  background-image: url(/assets/home_images/our_team_banner_image-d7e2db8bfbc93484b1c728351d9209ffcaab18d1d2f55b7325b6d6021059505f.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  /* padding: 10px 0px 10px 0px; */
  margin: 0px 0px 0px 0px;
}

/* line 54, app/assets/stylesheets/careers/careers-style.scss */
.careers-banner-title-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 60, app/assets/stylesheets/careers/careers-style.scss */
.careers-title {
  font-family: "Roboto Condensed";
  font-size: 3.5rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

/* line 68, app/assets/stylesheets/careers/careers-style.scss */
.careers-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)); */
  width: 60%;
  gap: 20px;
  padding: 0px 10px 0px 0px;
}

/* line 79, app/assets/stylesheets/careers/careers-style.scss */
.careers-hero-section-title {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  font-size: 3rem;
  font-weight: 400;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 90, app/assets/stylesheets/careers/careers-style.scss */
.careers-title-info {
  font-family: "Noto Sans";
  font-size: 1.7rem;
  width: 80%;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

/* ================== CURRENT JOBS ====================== */
/* line 101, app/assets/stylesheets/careers/careers-style.scss */
.careers-currentJob-wrapper {
  display: flex;
  width: 100%;
  /* padding: 1rem; */
}

/* line 107, app/assets/stylesheets/careers/careers-style.scss */
.careers-currentJob-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans";
  /* padding: 1rem 0rem 1rem 0rem;
    margin-bottom: 50px; */
}

/* line 117, app/assets/stylesheets/careers/careers-style.scss */
.careers-currentJob-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 50px;
}

/* line 126, app/assets/stylesheets/careers/careers-style.scss */
.careers-currentJob-title-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--light-gray);
  padding: 50px 0px 50px 0px;
  gap: 30px;
}

/* line 137, app/assets/stylesheets/careers/careers-style.scss */
.careers-currentJob-title-cont {
  display: flex;
  width: 90%;
}

/* line 142, app/assets/stylesheets/careers/careers-style.scss */
.careers-currentJob-info-cont {
  display: flex;
  width: 90%;
}

/* line 147, app/assets/stylesheets/careers/careers-style.scss */
.careers-currentJob-title-cont h2 {
  margin: 0px 0px 0px 0px;
}

/* line 151, app/assets/stylesheets/careers/careers-style.scss */
.careers-currentJob-title {
  font-family: "Roboto Condensed";
  font-size: 3.5rem;
  font-weight: 400;
}

/* line 157, app/assets/stylesheets/careers/careers-style.scss */
.careers-currentJob-info {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

/* Main accordion */
/* line 164, app/assets/stylesheets/careers/careers-style.scss */
.careers-currentJob-accordion-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0px 0px 50px 0px;
}

/* line 171, app/assets/stylesheets/careers/careers-style.scss */
.careers-currentJob-accordion-cont {
  display: flex;
  flex-direction: column;
  width: 90%;
}

/* line 177, app/assets/stylesheets/careers/careers-style.scss */
.careers-accordion-item {
  border-bottom: 1px solid #ccc;
}

/* line 181, app/assets/stylesheets/careers/careers-style.scss */
.careers-accordion-header-cont {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 187, app/assets/stylesheets/careers/careers-style.scss */
.careers-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  padding: 2rem 1rem 2rem 1rem;
  width: 100%;
  cursor: pointer;
  color: var(--primary);
}

/* line 202, app/assets/stylesheets/careers/careers-style.scss */
.careers-accordion-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/../images/Chevron_Down_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

/* line 212, app/assets/stylesheets/careers/careers-style.scss */
.careers-accordion-header.active .careers-accordion-icon {
  transform: rotate(180deg);
}

/* line 216, app/assets/stylesheets/careers/careers-style.scss */
.careers-accordion-body {
  display: none;
  padding: 0.5rem 1rem;
}

/* line 221, app/assets/stylesheets/careers/careers-style.scss */
.careers-accordion-body.active {
  flex-direction: column;
}

/* line 225, app/assets/stylesheets/careers/careers-style.scss */
.careers-accordion-body-info {
  font-size: 1rem;
}

/* Job accordion */
/* line 230, app/assets/stylesheets/careers/careers-style.scss */
.careers-job-item {
  border-top: 1px solid var(--light-gray);
}

/* line 234, app/assets/stylesheets/careers/careers-style.scss */
.careers-job-header-cont {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 240, app/assets/stylesheets/careers/careers-style.scss */
.careers-job-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Roboto Condensed";
  background: none;
  border: none;
  font-size: 1.7rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  text-align: left;
  width: 100%;
  cursor: pointer;
}

/* line 255, app/assets/stylesheets/careers/careers-style.scss */
.careers-job-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/../images/Chevron_Down_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

/* line 265, app/assets/stylesheets/careers/careers-style.scss */
.careers-job-header.active .careers-job-icon {
  transform: rotate(180deg);
}

/* line 269, app/assets/stylesheets/careers/careers-style.scss */
.careers-job-body {
  display: none;
  padding-left: 3rem;
}

/* line 274, app/assets/stylesheets/careers/careers-style.scss */
.careers-job-desc {
  margin: 0.5rem 0;
  font-size: 1.5rem;
  font-weight: 400;
}

/* line 280, app/assets/stylesheets/careers/careers-style.scss */
.careers-job-desc-list {
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 1.2rem;
}

/* line 285, app/assets/stylesheets/careers/careers-style.scss */
.careers-job-list {
  padding-left: 1.2rem;
}

/* line 289, app/assets/stylesheets/careers/careers-style.scss */
.careers-job-list li {
  margin-bottom: 10px;
}

/* line 293, app/assets/stylesheets/careers/careers-style.scss */
.careers-job-info {
  margin-bottom: 0.3rem;
}

/* line 297, app/assets/stylesheets/careers/careers-style.scss */
.careers-job-apply-btn-cont {
  padding: 1rem 0rem;
}

/* line 301, app/assets/stylesheets/careers/careers-style.scss */
.careers-apply-btn {
  background-color: var(--primary);
  color: var(--light-gray);
  border: none;
  max-width: 9rem;
  height: 3.3rem;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 1.3rem;
}

/* line 313, app/assets/stylesheets/careers/careers-style.scss */
.careers-apply-btn:hover {
  background-color: var(--primary);
}

/* ================== CAREERS WITH US ====================== */
/* line 321, app/assets/stylesheets/careers/careers-style.scss */
.careers-withUs-wrapper {
  display: flex;
}

/* line 325, app/assets/stylesheets/careers/careers-style.scss */
.careers-withUs-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans";
  padding: 1rem 0rem 1rem 0rem;
  /* margin-bottom: 50px; */
}

/* line 335, app/assets/stylesheets/careers/careers-style.scss */
.careers-withUs-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 88%;
  gap: 60px;
}

/* line 343, app/assets/stylesheets/careers/careers-style.scss */
.careers-withUs-title-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

/* line 351, app/assets/stylesheets/careers/careers-style.scss */
.careers-withUs-title-cont {
  display: flex;
}

/* line 355, app/assets/stylesheets/careers/careers-style.scss */
.careers-withUs-title-cont h2 {
  margin: 0px 0px 0px 0px;
}

/* line 359, app/assets/stylesheets/careers/careers-style.scss */
.careers-withUs-title {
  font-family: "Roboto Condensed";
  font-size: 3.2rem;
  font-weight: 400;
}

/* line 365, app/assets/stylesheets/careers/careers-style.scss */
.careers-withUs-title-info {
  font-size: 1.5rem;
}

/* line 369, app/assets/stylesheets/careers/careers-style.scss */
.careers-withUs-body-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 377, app/assets/stylesheets/careers/careers-style.scss */
.careers-withUs-body-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 384, app/assets/stylesheets/careers/careers-style.scss */
.careers-withUs-body-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

/* line 392, app/assets/stylesheets/careers/careers-style.scss */
.withUs-card-img-cont {
  background-position: center;
  background-size: cover;
  width: 45%;
  height: 540px;
  border-radius: 10px;
}

/* line 400, app/assets/stylesheets/careers/careers-style.scss */
.withUs-card-img-01 {
  background-image: url(/assets/home_images/careers_with_us_img_01-07ca5d9fc931022bbb3f2fe8798a78cb99cdc8a509ab2eb2c8358530e383dd38.png);
}

/* line 404, app/assets/stylesheets/careers/careers-style.scss */
.withUs-card-img-02 {
  background-image: url(/assets/home_images/careers_with_us_img_02-cad90ad6f42b767868878f8f5baacf9a6709bf410c535f98aa462653701b2f62.png);
}

/* line 408, app/assets/stylesheets/careers/careers-style.scss */
.withUs-card-img-03 {
  background-image: url(/assets/home_images/careers_with_us_img_03-ba1cebfa85def6d4c2e3072619f07825ed0ef1eaf4487214de09b533454ecd93.png);
}

/* line 412, app/assets/stylesheets/careers/careers-style.scss */
.withUs-card-info-group-cont {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 30px;
}

/* line 419, app/assets/stylesheets/careers/careers-style.scss */
.withUs-card-info-title-cont {
  display: flex;
}

/* line 423, app/assets/stylesheets/careers/careers-style.scss */
.withUs-card-info-title-cont h3 {
  margin: 0px 0px 0px 0px;
}

/* line 427, app/assets/stylesheets/careers/careers-style.scss */
.withUs-card-info-title {
  font-size: 2.8rem;
  font-weight: 600;
}

/* line 432, app/assets/stylesheets/careers/careers-style.scss */
.withUs-card-info {
  font-size: 1.5rem;
}

/* ================== CAREERS WITH US ====================== */
/* line 438, app/assets/stylesheets/careers/careers-style.scss */
.careers-warning-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans";
  padding: 20px 0px 0px 0px;
  margin: 50px 0px 50px 0px;
  border-top: 1.5px solid #d1d1d1;
}

/* line 449, app/assets/stylesheets/careers/careers-style.scss */
.careers-warning-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88%;
  gap: 30px;
}

/* line 458, app/assets/stylesheets/careers/careers-style.scss */
.careers-warning-title-cont {
  display: flex;
}

/* line 462, app/assets/stylesheets/careers/careers-style.scss */
.careers-warning-title-cont h2 {
  margin: 0px 0px 0px 0px;
}

/* line 466, app/assets/stylesheets/careers/careers-style.scss */
.careers-warning-title {
  font-family: "Roboto Condensed";
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
}

/* line 473, app/assets/stylesheets/careers/careers-style.scss */
.careers-warning-desc {
  text-align: center;
  font-size: 1.2rem;
}
