.cadd_about_awards {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_about_awards {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_about_awards {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_about_awards {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_about_awards {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.cadd_about_awards__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}
.cadd_about_awards__label {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_about_awards__label {
    font-size: 0.75rem;
  }
}
.cadd_about_awards__label {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(106, 114, 130);
}
.cadd_about_awards__heading {
  font-family: Inter;
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_about_awards__heading {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .cadd_about_awards__heading {
    font-size: 1.875rem;
  }
}
.cadd_about_awards__heading {
  margin: 0;
  font-weight: 700;
  color: rgb(16, 24, 40);
}
.cadd_about_awards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cadd_about_awards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cadd_about_awards__grid {
    grid-template-columns: 1fr;
  }
}
.cadd_about_awards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 1.5rem;
  background-color: rgb(249, 250, 251);
  border-radius: 0.75rem;
  text-align: center;
}
.cadd_about_awards__icon img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  filter: invert(1) brightness(0);
  opacity: 0.75;
}
.cadd_about_awards__title {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_about_awards__title {
    font-size: 0.875rem;
  }
}
.cadd_about_awards__title {
  margin: 0;
  font-weight: 700;
  color: rgb(16, 24, 40);
}
.cadd_about_awards__org {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_about_awards__org {
    font-size: 0.75rem;
  }
}
.cadd_about_awards__org {
  margin: 0;
  font-weight: 400;
  color: rgb(106, 114, 130);
}.cadd_contact_details {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_contact_details {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_contact_details {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_contact_details {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_contact_details {
  background-color: #ffffff;
}
.cadd_contact_details__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 900px) {
  .cadd_contact_details__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.cadd_contact_details__form {
  display: flex;
  flex-direction: column;
}
.cadd_contact_details__form_placeholder {
  padding: 2rem;
  background-color: rgb(249, 250, 251);
  border-radius: 0.5rem;
  color: rgb(106, 114, 130);
  font-style: italic;
}
.cadd_contact_details__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.cadd_contact_details__items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cadd_contact_details__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.cadd_contact_details__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: rgb(16, 24, 40);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cadd_contact_details__icon img {
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
}
.cadd_contact_details__item_body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 0.25rem;
}
.cadd_contact_details__item_title {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_contact_details__item_title {
    font-size: 0.875rem;
  }
}
.cadd_contact_details__item_title {
  font-weight: 700;
  color: rgb(16, 24, 40);
}
.cadd_contact_details__item_content {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_contact_details__item_content {
    font-size: 0.75rem;
  }
}
.cadd_contact_details__item_content {
  margin: 0;
  font-weight: 400;
  color: rgb(74, 85, 101);
  line-height: 1.7;
}
.cadd_contact_details__social {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cadd_contact_details__social_heading {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_contact_details__social_heading {
    font-size: 0.875rem;
  }
}
.cadd_contact_details__social_heading {
  margin: 0;
  font-weight: 700;
  color: rgb(16, 24, 40);
}
.cadd_contact_details__social_links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cadd_contact_details__social_link {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(16, 24, 40, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cadd_contact_details__social_link img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
.cadd_contact_details__social_link:hover {
  border-color: rgb(16, 24, 40);
  background-color: rgba(16, 24, 40, 0.05);
}
.cadd_contact_details__map {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cadd_contact_details__map_heading {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_contact_details__map_heading {
    font-size: 0.875rem;
  }
}
.cadd_contact_details__map_heading {
  margin: 0;
  font-weight: 700;
  color: rgb(16, 24, 40);
}
.cadd_contact_details__map_frame {
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: rgb(249, 250, 251);
  aspect-ratio: 4/3;
}
.cadd_contact_details__map_frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}.cadd_contact_hero {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_contact_hero {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_contact_hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_contact_hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_contact_hero {
  background-color: rgb(16, 24, 40);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.cadd_contact_hero__label {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_contact_hero__label {
    font-size: 0.75rem;
  }
}
.cadd_contact_hero__label {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(106, 114, 130);
}
.cadd_contact_hero__heading {
  font-family: Inter;
  font-size: 3.75rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_contact_hero__heading {
    font-size: 3rem;
  }
}
@media (max-width: 500px) {
  .cadd_contact_hero__heading {
    font-size: 2.25rem;
  }
}
.cadd_contact_hero__heading {
  margin: 0;
  font-weight: 600;
  color: rgb(255, 255, 255);
  max-width: 45rem;
}
.cadd_contact_hero__description {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_contact_hero__description {
    font-size: 0.875rem;
  }
}
.cadd_contact_hero__description {
  margin: 0;
  font-weight: 400;
  color: rgb(209, 213, 220);
  max-width: 35rem;
}.cadd_about_hero {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_about_hero {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_about_hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_about_hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_about_hero {
  background-color: rgb(16, 24, 40);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 100%;
}
.cadd_about_hero__label {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_about_hero__label {
    font-size: 0.75rem;
  }
}
.cadd_about_hero__label {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(106, 114, 130);
}
.cadd_about_hero__heading {
  font-family: Inter;
  font-size: 3.75rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_about_hero__heading {
    font-size: 3rem;
  }
}
@media (max-width: 500px) {
  .cadd_about_hero__heading {
    font-size: 2.25rem;
  }
}
.cadd_about_hero__heading {
  margin: 0;
  font-weight: 400;
  color: rgb(255, 255, 255);
  max-width: 40rem;
}
.cadd_about_hero__description {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_about_hero__description {
    font-size: 0.875rem;
  }
}
.cadd_about_hero__description {
  margin: 0;
  font-weight: 400;
  color: rgb(209, 213, 220);
  max-width: 37.5rem;
}.cadd_about_team {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_about_team {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_about_team {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_about_team {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_about_team {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.cadd_about_team__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}
.cadd_about_team__label {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_about_team__label {
    font-size: 0.75rem;
  }
}
.cadd_about_team__label {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(106, 114, 130);
}
.cadd_about_team__heading {
  font-family: Inter;
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_about_team__heading {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .cadd_about_team__heading {
    font-size: 1.875rem;
  }
}
.cadd_about_team__heading {
  margin: 0;
  font-weight: 700;
  color: rgb(16, 24, 40);
}
.cadd_about_team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cadd_about_team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cadd_about_team__grid {
    grid-template-columns: 1fr;
  }
}
.cadd_about_team__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cadd_about_team__photo {
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: rgb(249, 250, 251);
}
.cadd_about_team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cadd_about_team__photo_placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cadd_about_team__photo_placeholder svg {
  width: 3rem;
  height: 3rem;
  color: rgb(106, 114, 130);
  opacity: 0.5;
}
.cadd_about_team__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.cadd_about_team__name {
  font-family: Inter;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_about_team__name {
    font-size: 1rem;
  }
}
.cadd_about_team__name {
  margin: 0;
  font-weight: 700;
  color: rgb(16, 24, 40);
}
.cadd_about_team__role {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_about_team__role {
    font-size: 0.75rem;
  }
}
.cadd_about_team__role {
  margin: 0;
  font-weight: 400;
  color: rgb(106, 114, 130);
}
.cadd_about_team__description {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_about_team__description {
    font-size: 0.75rem;
  }
}
.cadd_about_team__description {
  margin: 0.5rem 0 0;
  font-weight: 400;
  color: rgb(74, 85, 101);
  line-height: 1.75;
}.cadd_core_values {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_core_values {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_core_values {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_core_values {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_core_values {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.cadd_core_values__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}
.cadd_core_values__label {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_core_values__label {
    font-size: 0.75rem;
  }
}
.cadd_core_values__label {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(106, 114, 130);
}
.cadd_core_values__heading {
  font-family: Inter;
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_core_values__heading {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .cadd_core_values__heading {
    font-size: 1.875rem;
  }
}
.cadd_core_values__heading {
  margin: 0;
  font-weight: 700;
  color: rgb(16, 24, 40);
}
.cadd_core_values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  width: 100%;
}
@media (max-width: 900px) {
  .cadd_core_values__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cadd_core_values__grid {
    grid-template-columns: 1fr;
  }
}
.cadd_core_values__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.cadd_core_values__icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgb(16, 24, 40);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cadd_core_values__icon img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}
.cadd_core_values__title {
  font-family: Inter;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_core_values__title {
    font-size: 1rem;
  }
}
.cadd_core_values__title {
  margin: 0;
  font-weight: 700;
  color: rgb(16, 24, 40);
}
.cadd_core_values__description {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_core_values__description {
    font-size: 0.75rem;
  }
}
.cadd_core_values__description {
  margin: 0;
  font-weight: 400;
  color: rgb(74, 85, 101);
  line-height: 1.75;
}.cadd_about_pane {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_about_pane {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_about_pane {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_about_pane {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_about_pane {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  background-color: rgb(249, 250, 251);
}
@media (max-width: 768px) {
  .cadd_about_pane {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    gap: 1.5rem;
    justify-content: reverse end;
  }
}
.cadd_about_pane__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.cadd_about_pane__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
.cadd_about_pane__subheading {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_about_pane__subheading {
    font-size: 0.75rem;
  }
}
.cadd_about_pane__subheading {
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(106, 114, 130);
}
.cadd_about_pane__heading h2 {
  font-family: Inter;
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_about_pane__heading h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .cadd_about_pane__heading h2 {
    font-size: 1.875rem;
  }
}
.cadd_about_pane__heading h2 {
  font-weight: 500;
  color: rgb(10, 10, 10);
}
.cadd_about_pane__description {
  font-family: Inter;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_about_pane__description {
    font-size: 1rem;
  }
}
.cadd_about_pane__description {
  font-weight: 400;
  line-height: 1.5;
  color: rgb(74, 85, 101);
}
.cadd_about_pane__footer a {
  color: rgb(10, 10, 10);
  text-decoration: none;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_about_pane__footer a {
    font-size: 0.875rem;
  }
}
.cadd_about_pane__footer a {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cadd_about_pane__footer a:hover, .cadd_about_pane__footer a:focus, .cadd_about_pane__footer a:active, .cadd_about_pane__footer a:visited {
  color: rgb(10, 10, 10);
}.cadd_vission_mission {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_vission_mission {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_vission_mission {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_vission_mission {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_vission_mission {
  background-color: #ffffff;
}
.cadd_vission_mission__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 640px) {
  .cadd_vission_mission__grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}
.cadd_vission_mission__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cadd_vission_mission__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: rgb(16, 24, 40);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cadd_vission_mission__icon img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.cadd_vission_mission__title {
  font-family: Inter;
  font-size: 1.875rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_vission_mission__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  .cadd_vission_mission__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.cadd_vission_mission__title {
  margin: 0;
  font-weight: 700;
  color: rgb(16, 24, 40);
}
.cadd_vission_mission__description {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_vission_mission__description {
    font-size: 0.875rem;
  }
}
.cadd_vission_mission__description {
  margin: 0;
  font-weight: 400;
  color: rgb(74, 85, 101);
  line-height: 1.75;
}.cadd_design_process {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_design_process {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_design_process {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_design_process {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_design_process {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  background-color: rgb(249, 250, 251);
}
.cadd_design_process__header {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.cadd_design_process__title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cadd_design_process__subheading {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_design_process__subheading {
    font-size: 0.875rem;
  }
}
.cadd_design_process__subheading {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: rgb(106, 114, 130);
}
.cadd_design_process__heading h2 {
  font-family: Inter;
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_design_process__heading h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .cadd_design_process__heading h2 {
    font-size: 1.875rem;
  }
}
.cadd_design_process__heading h2 {
  font-weight: 500;
  text-align: center;
  color: rgb(10, 10, 10);
}
.cadd_design_process__description {
  font-family: Inter;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_design_process__description {
    font-size: 1rem;
  }
}
.cadd_design_process__description {
  font-weight: 400;
  text-align: center;
  color: rgb(74, 85, 101);
}
.cadd_design_process__step_number {
  font-family: Inter;
  font-size: 4.5rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_design_process__step_number {
    font-size: 3.75rem;
  }
}
@media (max-width: 500px) {
  .cadd_design_process__step_number {
    font-size: 3rem;
  }
}
.cadd_design_process__step_number {
  font-weight: 700;
  color: rgb(229, 231, 235);
}
.cadd_design_process__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  gap: 2.5rem;
}
.cadd_design_process__step {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cadd_design_process__step_line {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cadd_design_process__step_name {
  font-family: Inter;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_design_process__step_name {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (max-width: 500px) {
  .cadd_design_process__step_name {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.cadd_design_process__step_name {
  font-weight: 600;
  color: rgb(10, 10, 10);
}
.cadd_design_process__step_description {
  font-family: Inter;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_design_process__step_description {
    font-size: 1rem;
  }
}
.cadd_design_process__step_description {
  font-weight: 400;
  color: rgb(74, 85, 101);
}.cadd_home_cta {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_home_cta {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_home_cta {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_home_cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_home_cta {
  background-color: rgb(16, 24, 40);
}
.cadd_home_cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
.cadd_home_cta__heading {
  font-family: Inter;
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_home_cta__heading {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .cadd_home_cta__heading {
    font-size: 1.875rem;
  }
}
.cadd_home_cta__heading {
  margin: 0;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.cadd_home_cta__description {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_home_cta__description {
    font-size: 0.875rem;
  }
}
.cadd_home_cta__description {
  margin: 0;
  font-weight: 400;
  color: rgb(106, 114, 130);
}
.cadd_home_cta__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 480px) {
  .cadd_home_cta__buttons {
    flex-direction: column;
    width: 100%;
  }
}
.cadd_home_cta__btn {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_home_cta__btn {
    font-size: 0.875rem;
  }
}
.cadd_home_cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: 400;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 480px) {
  .cadd_home_cta__btn {
    width: 100%;
    justify-content: center;
  }
}
.cadd_home_cta__btn--primary {
  background-color: rgb(255, 255, 255);
  color: rgb(16, 24, 40);
  border: 1px solid rgb(255, 255, 255);
}
.cadd_home_cta__btn--primary:hover {
  background-color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.88);
}
.cadd_home_cta__btn--secondary {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cadd_home_cta__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgb(255, 255, 255);
}
.cadd_home_cta__arrow {
  font-style: normal;
}.cadd_home_hero {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_home_hero {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_home_hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_home_hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_home_hero {
  background: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
}
@media (max-width: 768px) {
  .cadd_home_hero {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
  }
}
.cadd_home_hero .cadd_home_hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .cadd_home_hero .cadd_home_hero__content {
    gap: 1.125rem;
  }
}
@media (max-width: 500px) {
  .cadd_home_hero .cadd_home_hero__content {
    gap: 1rem;
  }
}
.cadd_home_hero .cadd_home_hero__subheading {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_home_hero .cadd_home_hero__subheading {
    font-size: 0.75rem;
  }
}
.cadd_home_hero .cadd_home_hero__subheading {
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(106, 114, 130);
}
.cadd_home_hero .cadd_home_hero__heading h2 {
  font-family: Inter;
  font-size: 3.75rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_home_hero .cadd_home_hero__heading h2 {
    font-size: 3rem;
  }
}
@media (max-width: 500px) {
  .cadd_home_hero .cadd_home_hero__heading h2 {
    font-size: 2.25rem;
  }
}
.cadd_home_hero .cadd_home_hero__heading h2 {
  font-weight: 600;
  letter-spacing: 0px;
  color: rgb(10, 10, 10);
}
.cadd_home_hero .cadd_home_hero__description {
  font-family: Inter;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_home_hero .cadd_home_hero__description {
    font-size: 1rem;
  }
}
.cadd_home_hero .cadd_home_hero__description {
  font-weight: 400;
  color: rgb(74, 85, 101);
}
.cadd_home_hero .cadd_home_hero__ctas {
  display: flex;
  gap: 1rem;
}
@media (max-width: 500px) {
  .cadd_home_hero .cadd_home_hero__ctas {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
.cadd_home_hero .cadd_home_hero__cta {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  border: 0.125rem solid rgb(16, 24, 40);
  font-weight: 400;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_home_hero .cadd_home_hero__cta {
    font-size: 0.875rem;
  }
}
.cadd_home_hero .cadd_home_hero__cta {
  color: rgb(16, 24, 40);
  text-decoration: none;
}
.cadd_home_hero .cadd_home_hero__cta:hover, .cadd_home_hero .cadd_home_hero__cta:focus, .cadd_home_hero .cadd_home_hero__cta:active, .cadd_home_hero .cadd_home_hero__cta:visited {
  color: rgb(16, 24, 40);
}
@media (max-width: 500px) {
  .cadd_home_hero .cadd_home_hero__cta {
    padding: 1rem 0.75rem;
  }
}
.cadd_home_hero .cadd_home_hero__cta--dark {
  background-color: rgb(16, 24, 40);
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.cadd_home_hero .cadd_home_hero__cta--dark:hover, .cadd_home_hero .cadd_home_hero__cta--dark:focus, .cadd_home_hero .cadd_home_hero__cta--dark:active, .cadd_home_hero .cadd_home_hero__cta--dark:visited {
  color: rgb(255, 255, 255);
}
.cadd_home_hero .cadd_home_hero__highlights {
  display: flex;
  justify-content: space-between;
}
.cadd_home_hero .cadd_home_hero__highlights .cadd_home_hero__highlight {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background-color: rgb(255, 255, 255);
  border: 0.125rem solid rgb(255, 255, 255);
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
.cadd_home_hero .cadd_home_hero__highlights .cadd_home_hero__highlight .cadd_home_hero__highlight_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: rgb(16, 24, 40);
}
@media (max-width: 500px) {
  .cadd_home_hero .cadd_home_hero__highlights .cadd_home_hero__highlight .cadd_home_hero__highlight_icon {
    width: 3rem;
    height: 3rem;
  }
}
.cadd_home_hero .cadd_home_hero__highlights .cadd_home_hero__highlight .cadd_home_hero__highlight_icon img {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 500px) {
  .cadd_home_hero .cadd_home_hero__highlights .cadd_home_hero__highlight .cadd_home_hero__highlight_icon img {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.cadd_home_hero .cadd_home_hero__highlights .cadd_home_hero__highlight .cadd_home_hero__highlight_number {
  font-weight: 700;
  font-family: Inter;
  font-size: 1.875rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_home_hero .cadd_home_hero__highlights .cadd_home_hero__highlight .cadd_home_hero__highlight_number {
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  .cadd_home_hero .cadd_home_hero__highlights .cadd_home_hero__highlight .cadd_home_hero__highlight_number {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.cadd_home_hero .cadd_home_hero__highlights .cadd_home_hero__highlight .cadd_home_hero__highlight_number {
  line-height: 1;
  text-align: center;
  color: rgb(10, 10, 10);
}
.cadd_home_hero .cadd_home_hero__highlights .cadd_home_hero__highlight .cadd_home_hero__highlight_text {
  font-weight: 400;
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_home_hero .cadd_home_hero__highlights .cadd_home_hero__highlight .cadd_home_hero__highlight_text {
    font-size: 0.75rem;
  }
}
.cadd_home_hero .cadd_home_hero__highlights .cadd_home_hero__highlight .cadd_home_hero__highlight_text {
  text-align: center;
  color: rgb(74, 85, 101);
}
.cadd_home_hero .cadd_home_hero__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cadd_home_hero .cadd_home_hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
}.cadd_our_story {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_our_story {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_our_story {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_our_story {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_our_story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .cadd_our_story {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    gap: 1.5rem;
    justify-content: reverse end;
  }
}
.cadd_our_story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.cadd_our_story__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
.cadd_our_story__subheading {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_our_story__subheading {
    font-size: 0.75rem;
  }
}
.cadd_our_story__subheading {
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(106, 114, 130);
}
.cadd_our_story__heading h2 {
  font-family: Inter;
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_our_story__heading h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .cadd_our_story__heading h2 {
    font-size: 1.875rem;
  }
}
.cadd_our_story__heading h2 {
  font-weight: 500;
  color: rgb(10, 10, 10);
}
.cadd_our_story__description {
  font-family: Inter;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_our_story__description {
    font-size: 1rem;
  }
}
.cadd_our_story__description {
  font-weight: 400;
  line-height: 1.5;
  color: rgb(74, 85, 101);
}.cadd_testimonials {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_testimonials {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_testimonials {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_testimonials {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_testimonials {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.cadd_testimonials__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
}
.cadd_testimonials__label {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_testimonials__label {
    font-size: 0.75rem;
  }
}
.cadd_testimonials__label {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(106, 114, 130);
}
.cadd_testimonials__heading {
  font-family: Inter;
  font-size: 2.25rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_testimonials__heading {
    font-size: 1.75rem;
  }
}
@media (max-width: 500px) {
  .cadd_testimonials__heading {
    font-size: 1.5rem;
  }
}
.cadd_testimonials__heading {
  margin: 0;
  font-weight: 500;
  color: rgb(10, 10, 10);
}
.cadd_testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .cadd_testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .cadd_testimonials__grid {
    grid-template-columns: 1fr;
  }
}
.cadd_testimonials__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.75rem;
  border: 1px solid rgb(229, 231, 235);
  border-radius: 0.5rem;
  background-color: rgb(255, 255, 255);
}
.cadd_testimonials__quote {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_testimonials__quote {
    font-size: 0.875rem;
  }
}
.cadd_testimonials__quote {
  margin: 0;
  font-weight: 400;
  color: rgb(74, 85, 101);
  line-height: 1.7;
}
.cadd_testimonials__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cadd_testimonials__avatar {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
}
.cadd_testimonials__avatar--image {
  background-color: transparent;
}
.cadd_testimonials__avatar--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cadd_testimonials__author_info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.cadd_testimonials__author_name {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_testimonials__author_name {
    font-size: 0.75rem;
  }
}
.cadd_testimonials__author_name {
  margin: 0;
  font-weight: 600;
  color: rgb(10, 10, 10);
}
.cadd_testimonials__author_role {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_testimonials__author_role {
    font-size: 0.75rem;
  }
}
.cadd_testimonials__author_role {
  margin: 0;
  font-weight: 400;
  color: rgb(106, 114, 130);
}.cadd_timeline {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_timeline {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_timeline {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_timeline {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_timeline {
  background-color: rgb(249, 250, 251);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.cadd_timeline__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}
.cadd_timeline__label {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_timeline__label {
    font-size: 0.75rem;
  }
}
.cadd_timeline__label {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(106, 114, 130);
}
.cadd_timeline__heading {
  font-family: Inter;
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_timeline__heading {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .cadd_timeline__heading {
    font-size: 1.875rem;
  }
}
.cadd_timeline__heading {
  margin: 0;
  font-weight: 700;
  color: rgb(16, 24, 40);
}
.cadd_timeline__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: left;
}
.cadd_timeline__item {
  display: flex;
  flex-direction: row;
  align-items: start;
  width: 100%;
}
.cadd_timeline__year {
  font-family: Inter;
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_timeline__year {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .cadd_timeline__year {
    font-size: 1.875rem;
  }
}
.cadd_timeline__year {
  font-weight: 700;
  height: 100%;
  flex-grow: 0;
  min-width: 5ch;
  flex-basis: auto;
}
.cadd_timeline__content {
  font-family: Inter;
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_timeline__content {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .cadd_timeline__content {
    font-size: 1.875rem;
  }
}
.cadd_timeline__content {
  padding-left: 1ch;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: auto;
  padding-bottom: 1.5rem;
  border-left: 3px solid rgb(16, 24, 40);
}
.cadd_timeline__title {
  font-family: Inter;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_timeline__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (max-width: 500px) {
  .cadd_timeline__title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.cadd_timeline__title {
  color: rgb(10, 10, 10);
}
.cadd_timeline__description {
  font-family: Inter;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_timeline__description {
    font-size: 1rem;
  }
}
.cadd_timeline__description {
  color: rgb(106, 114, 130);
}.cadd_what_we_do {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1200px) {
  .cadd_what_we_do {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.cadd_what_we_do {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .cadd_what_we_do {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cadd_what_we_do {
  background-color: rgb(16, 24, 40);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.cadd_what_we_do__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 30rem;
}
.cadd_what_we_do__label {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_what_we_do__label {
    font-size: 0.75rem;
  }
}
.cadd_what_we_do__label {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(106, 114, 130);
}
.cadd_what_we_do__heading {
  font-family: Inter;
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cadd_what_we_do__heading {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .cadd_what_we_do__heading {
    font-size: 1.875rem;
  }
}
.cadd_what_we_do__heading {
  margin: 0;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.cadd_what_we_do__description {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_what_we_do__description {
    font-size: 0.875rem;
  }
}
.cadd_what_we_do__description {
  margin: 0;
  font-weight: 400;
  color: rgb(209, 213, 220);
}
.cadd_what_we_do__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .cadd_what_we_do__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cadd_what_we_do__grid {
    grid-template-columns: 1fr;
  }
}
.cadd_what_we_do__card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.75rem;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgb(51, 65, 85);
  border-radius: 0.5rem;
}
.cadd_what_we_do__icon img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.cadd_what_we_do__card_title {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_what_we_do__card_title {
    font-size: 0.875rem;
  }
}
.cadd_what_we_do__card_title {
  margin: 0;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.cadd_what_we_do__card_description {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cadd_what_we_do__card_description {
    font-size: 0.75rem;
  }
}
.cadd_what_we_do__card_description {
  margin: 0;
  font-weight: 400;
  color: rgb(209, 213, 220);
}