.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-72479 .elementor-element.elementor-element-12374fa4{font-family:"Arial", Sans-serif;font-size:14px;font-weight:400;color:#FFFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-72479 .elementor-element.elementor-element-01177d9{text-align:center;}.elementor-72479 .elementor-element.elementor-element-01177d9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:19px;font-weight:600;color:#FFFFFF;}.elementor-72479 .elementor-element.elementor-element-a593754{text-align:center;}.elementor-72479 .elementor-element.elementor-element-a593754 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:19px;font-weight:600;color:#FFFFFF;}.elementor-72479 .elementor-element.elementor-element-e135c85{text-align:center;}.elementor-72479 .elementor-element.elementor-element-e135c85 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:19px;font-weight:600;color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-e588a39 *//* SIDE-LAYOUT VARIANT (FOR VALERIA ONLY) */
.ih-profile-card.ih-profile-card--side {
  flex-direction: row;
  align-items: flex-start;
}

.ih-profile-card.ih-profile-card--side .ih-profile-photo {
  margin: 0 20px 0 0;
  text-align: left;
  flex: 0 0 220px;          /* width of the photo column */
}

.ih-profile-card.ih-profile-card--side .ih-profile-photo img {
  width: 220px;
  height: 220px;
  border-radius: 18px;
  object-fit: cover;
  object-position: 50% 30%;
}

.ih-profile-card.ih-profile-card--side .ih-profile-body {
  flex: 1;
}

/* On mobile, fall back to vertical layout */
@media (max-width: 640px) {
  .ih-profile-card.ih-profile-card--side {
    flex-direction: column;
  }

  .ih-profile-card.ih-profile-card--side .ih-profile-photo {
    margin: 0 0 14px;
    flex: 0 0 auto;
    text-align: center;
  }

  .ih-profile-card.ih-profile-card--side .ih-profile-photo img {
    width: 100%;
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-327691b *//* GRID WRAPPER FOR ALL CARDS */
.ih-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* CARD – VERTICAL LAYOUT */
.ih-profile-card {
  display: flex;
  flex-direction: column;          /* photo on top */
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 50, 110, 0.08);
  font-family: "Aptos", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* PHOTO */
.ih-profile-photo {
  margin: 0 0 14px;
}

.ih-profile-photo img {
  width: 100%;
  height: 230px;              /* taller so face fits better */
  border-radius: 18px;
  object-fit: cover;          /* crop nicely */
  object-position: 50% 15%;   /* adjust framing (up/down) if needed */
  display: block;
}

/* TEXT BLOCK */
.ih-profile-body {
  flex: 1;
}

/* NAME */
.ih-profile-name {
  margin: 0 0 4px;
  font-size: 1.8rem;          /* bigger */
  font-weight: 700;
  color: #0b1f3f;             /* dark navy/black */
}

/* ROLE */
.ih-profile-role {
  margin: 0 0 4px;
  font-size: 1.1rem;          /* bigger */
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f7fbb;             /* IH blue */
}

/* LOCATION */
.ih-profile-location {
  margin: 0 0 12px;
  font-size: 1.0rem;          /* bigger */
  color: #44536a;
}

/* BIO */
.ih-profile-bio {
  margin: 0 0 14px;
  font-size: 1.05rem;         /* bigger */
  line-height: 1.7;
  color: #111111;
}

/* LANGUAGES */
.ih-profile-languages {
  margin: 0;
  font-size: 1.03rem;         /* bigger */
  color: #111111;
}

/* SMALL LABEL (e.g. "Languages") */
.ih-label {
  display: block;
  font-size: 0.9rem;          /* slightly bigger */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2f7fbb;
  margin-bottom: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-236452b *//* GRID WRAPPER FOR ALL CARDS */
.ih-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* CARD – VERTICAL LAYOUT */
.ih-profile-card {
  display: flex;
  flex-direction: column;          /* photo on top */
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 50, 110, 0.08);
  font-family: "Aptos", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* PHOTO */
.ih-profile-photo {
  margin: 0 0 14px;
}

.ih-profile-photo img {
  width: 100%;
  height: 230px;              /* taller so face fits better */
  border-radius: 18px;
  object-fit: cover;          /* crop nicely */
  object-position: 50% 15%;   /* adjust framing (up/down) if needed */
  display: block;
}

/* TEXT BLOCK */
.ih-profile-body {
  flex: 1;
}

/* NAME */
.ih-profile-name {
  margin: 0 0 4px;
  font-size: 1.8rem;          /* bigger */
  font-weight: 700;
  color: #0b1f3f;             /* dark navy/black */
}

/* ROLE */
.ih-profile-role {
  margin: 0 0 4px;
  font-size: 1.1rem;          /* bigger */
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f7fbb;             /* IH blue */
}

/* LOCATION */
.ih-profile-location {
  margin: 0 0 12px;
  font-size: 1.0rem;          /* bigger */
  color: #44536a;
}

/* BIO */
.ih-profile-bio {
  margin: 0 0 14px;
  font-size: 1.05rem;         /* bigger */
  line-height: 1.7;
  color: #111111;
}

/* LANGUAGES */
.ih-profile-languages {
  margin: 0;
  font-size: 1.03rem;         /* bigger */
  color: #111111;
}

/* SMALL LABEL (e.g. "Languages") */
.ih-label {
  display: block;
  font-size: 0.9rem;          /* slightly bigger */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2f7fbb;
  margin-bottom: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c77f9e0 *//* GRID WRAPPER FOR ALL CARDS */
.ih-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* CARD – VERTICAL LAYOUT */
.ih-profile-card {
  display: flex;
  flex-direction: column;          /* photo on top */
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 50, 110, 0.08);
  font-family: "Aptos", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* PHOTO */
.ih-profile-photo {
  margin: 0 0 14px;
}

.ih-profile-photo img {
  width: 100%;
  height: 230px;              /* taller so face fits better */
  border-radius: 18px;
  object-fit: cover;          /* crop nicely */
  object-position: 50% 15%;   /* adjust framing (up/down) if needed */
  display: block;
}

/* TEXT BLOCK */
.ih-profile-body {
  flex: 1;
}

/* NAME */
.ih-profile-name {
  margin: 0 0 4px;
  font-size: 1.8rem;          /* bigger */
  font-weight: 700;
  color: #0b1f3f;             /* dark navy/black */
}

/* ROLE */
.ih-profile-role {
  margin: 0 0 4px;
  font-size: 1.1rem;          /* bigger */
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f7fbb;             /* IH blue */
}

/* LOCATION */
.ih-profile-location {
  margin: 0 0 12px;
  font-size: 1.0rem;          /* bigger */
  color: #44536a;
}

/* BIO */
.ih-profile-bio {
  margin: 0 0 14px;
  font-size: 1.05rem;         /* bigger */
  line-height: 1.7;
  color: #111111;
}

/* LANGUAGES */
.ih-profile-languages {
  margin: 0;
  font-size: 1.03rem;         /* bigger */
  color: #111111;
}

/* SMALL LABEL (e.g. "Languages") */
.ih-label {
  display: block;
  font-size: 0.9rem;          /* slightly bigger */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2f7fbb;
  margin-bottom: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0bdd234 *//* GRID WRAPPER FOR ALL CARDS */
.ih-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* CARD – VERTICAL LAYOUT */
.ih-profile-card {
  display: flex;
  flex-direction: column;          /* photo on top */
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 50, 110, 0.08);
  font-family: "Aptos", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* PHOTO */
.ih-profile-photo {
  margin: 0 0 14px;
}

.ih-profile-photo img {
  width: 100%;
  height: 230px;              /* taller so face fits better */
  border-radius: 18px;
  object-fit: cover;          /* crop nicely */
  object-position: 50% 15%;   /* adjust framing (up/down) if needed */
  display: block;
}

/* TEXT BLOCK */
.ih-profile-body {
  flex: 1;
}

/* NAME */
.ih-profile-name {
  margin: 0 0 4px;
  font-size: 1.8rem;          /* bigger */
  font-weight: 700;
  color: #0b1f3f;             /* dark navy/black */
}

/* ROLE */
.ih-profile-role {
  margin: 0 0 4px;
  font-size: 1.1rem;          /* bigger */
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f7fbb;             /* IH blue */
}

/* LOCATION */
.ih-profile-location {
  margin: 0 0 12px;
  font-size: 1.0rem;          /* bigger */
  color: #44536a;
}

/* BIO */
.ih-profile-bio {
  margin: 0 0 14px;
  font-size: 1.05rem;         /* bigger */
  line-height: 1.7;
  color: #111111;
}

/* LANGUAGES */
.ih-profile-languages {
  margin: 0;
  font-size: 1.03rem;         /* bigger */
  color: #111111;
}

/* SMALL LABEL (e.g. "Languages") */
.ih-label {
  display: block;
  font-size: 0.9rem;          /* slightly bigger */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2f7fbb;
  margin-bottom: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87eb76e *//* GRID WRAPPER FOR ALL CARDS */
.ih-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* CARD – VERTICAL LAYOUT */
.ih-profile-card {
  display: flex;
  flex-direction: column;          /* photo on top */
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 50, 110, 0.08);
  font-family: "Aptos", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* PHOTO */
.ih-profile-photo {
  margin: 0 0 14px;
}

.ih-profile-photo img {
  width: 100%;
  height: 230px;              /* taller so face fits better */
  border-radius: 18px;
  object-fit: cover;          /* crop nicely */
  object-position: 50% 15%;   /* adjust framing (up/down) if needed */
  display: block;
}

/* TEXT BLOCK */
.ih-profile-body {
  flex: 1;
}

/* NAME */
.ih-profile-name {
  margin: 0 0 4px;
  font-size: 1.8rem;          /* bigger */
  font-weight: 700;
  color: #0b1f3f;             /* dark navy/black */
}

/* ROLE */
.ih-profile-role {
  margin: 0 0 4px;
  font-size: 1.1rem;          /* bigger */
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f7fbb;             /* IH blue */
}

/* LOCATION */
.ih-profile-location {
  margin: 0 0 12px;
  font-size: 1.0rem;          /* bigger */
  color: #44536a;
}

/* BIO */
.ih-profile-bio {
  margin: 0 0 14px;
  font-size: 1.05rem;         /* bigger */
  line-height: 1.7;
  color: #111111;
}

/* LANGUAGES */
.ih-profile-languages {
  margin: 0;
  font-size: 1.03rem;         /* bigger */
  color: #111111;
}

/* SMALL LABEL (e.g. "Languages") */
.ih-label {
  display: block;
  font-size: 0.9rem;          /* slightly bigger */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2f7fbb;
  margin-bottom: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68e46e7 *//* GRID WRAPPER FOR ALL CARDS */
.ih-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* CARD – VERTICAL LAYOUT */
.ih-profile-card {
  display: flex;
  flex-direction: column;          /* photo on top */
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 50, 110, 0.08);
  font-family: "Aptos", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* PHOTO */
.ih-profile-photo {
  margin: 0 0 14px;
}

.ih-profile-photo img {
  width: 100%;
  height: 230px;              /* taller so face fits better */
  border-radius: 18px;
  object-fit: cover;          /* crop nicely */
  object-position: 50% 15%;   /* adjust framing (up/down) if needed */
  display: block;
}

/* TEXT BLOCK */
.ih-profile-body {
  flex: 1;
}

/* NAME */
.ih-profile-name {
  margin: 0 0 4px;
  font-size: 1.8rem;          /* bigger */
  font-weight: 700;
  color: #0b1f3f;             /* dark navy/black */
}

/* ROLE */
.ih-profile-role {
  margin: 0 0 4px;
  font-size: 1.1rem;          /* bigger */
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f7fbb;             /* IH blue */
}

/* LOCATION */
.ih-profile-location {
  margin: 0 0 12px;
  font-size: 1.0rem;          /* bigger */
  color: #44536a;
}

/* BIO */
.ih-profile-bio {
  margin: 0 0 14px;
  font-size: 1.05rem;         /* bigger */
  line-height: 1.7;
  color: #111111;
}

/* LANGUAGES */
.ih-profile-languages {
  margin: 0;
  font-size: 1.03rem;         /* bigger */
  color: #111111;
}

/* SMALL LABEL (e.g. "Languages") */
.ih-label {
  display: block;
  font-size: 0.9rem;          /* slightly bigger */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2f7fbb;
  margin-bottom: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b8f2b6 *//* GRID WRAPPER FOR ALL CARDS */
.ih-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* CARD – VERTICAL LAYOUT */
.ih-profile-card {
  display: flex;
  flex-direction: column;          /* photo on top */
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 50, 110, 0.08);
  font-family: "Aptos", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* PHOTO */
.ih-profile-photo {
  margin: 0 0 14px;
}

.ih-profile-photo img {
  width: 100%;
  height: 230px;              /* taller so face fits better */
  border-radius: 18px;
  object-fit: cover;          /* crop nicely */
  object-position: 50% 15%;   /* adjust framing (up/down) if needed */
  display: block;
}

/* TEXT BLOCK */
.ih-profile-body {
  flex: 1;
}

/* NAME */
.ih-profile-name {
  margin: 0 0 4px;
  font-size: 1.8rem;          /* bigger */
  font-weight: 700;
  color: #0b1f3f;             /* dark navy/black */
}

/* ROLE */
.ih-profile-role {
  margin: 0 0 4px;
  font-size: 1.1rem;          /* bigger */
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f7fbb;             /* IH blue */
}

/* LOCATION */
.ih-profile-location {
  margin: 0 0 12px;
  font-size: 1.0rem;          /* bigger */
  color: #44536a;
}

/* BIO */
.ih-profile-bio {
  margin: 0 0 14px;
  font-size: 1.05rem;         /* bigger */
  line-height: 1.7;
  color: #111111;
}

/* LANGUAGES */
.ih-profile-languages {
  margin: 0;
  font-size: 1.03rem;         /* bigger */
  color: #111111;
}

/* SMALL LABEL (e.g. "Languages") */
.ih-label {
  display: block;
  font-size: 0.9rem;          /* slightly bigger */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2f7fbb;
  margin-bottom: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b87a6a *//* GRID WRAPPER FOR ALL CARDS */
.ih-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* CARD – VERTICAL LAYOUT */
.ih-profile-card {
  display: flex;
  flex-direction: column;          /* photo on top */
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 50, 110, 0.08);
  font-family: "Aptos", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* PHOTO */
.ih-profile-photo {
  margin: 0 0 14px;
}

.ih-profile-photo img {
  width: 100%;
  height: 230px;              /* taller so face fits better */
  border-radius: 18px;
  object-fit: cover;          /* crop nicely */
  object-position: 50% 15%;   /* adjust framing (up/down) if needed */
  display: block;
}

/* TEXT BLOCK */
.ih-profile-body {
  flex: 1;
}

/* NAME */
.ih-profile-name {
  margin: 0 0 4px;
  font-size: 1.8rem;          /* bigger */
  font-weight: 700;
  color: #0b1f3f;             /* dark navy/black */
}

/* ROLE */
.ih-profile-role {
  margin: 0 0 4px;
  font-size: 1.1rem;          /* bigger */
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f7fbb;             /* IH blue */
}

/* LOCATION */
.ih-profile-location {
  margin: 0 0 12px;
  font-size: 1.0rem;          /* bigger */
  color: #44536a;
}

/* BIO */
.ih-profile-bio {
  margin: 0 0 14px;
  font-size: 1.05rem;         /* bigger */
  line-height: 1.7;
  color: #111111;
}

/* LANGUAGES */
.ih-profile-languages {
  margin: 0;
  font-size: 1.03rem;         /* bigger */
  color: #111111;
}

/* SMALL LABEL (e.g. "Languages") */
.ih-label {
  display: block;
  font-size: 0.9rem;          /* slightly bigger */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2f7fbb;
  margin-bottom: 2px;
}/* End custom CSS */