:root {
  --ke-ink: #173f3a;
  --ke-paper: #fafafa;
  --ke-white: #ffffff;
  --ke-red: #ff270d;
  --ke-line: rgba(23, 63, 58, 0.2);
}

/* Standalone site interactions */
body.ke-static-site .hamburger {
  cursor: pointer;
}

body.ke-static-site #MainMenuId #xAhN5IHkK3erHJpE,
body.ke-static-site #MainMenuId #xAhN5IHkK3erHJpE img {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.ke-static-site .arrowContainer {
  cursor: pointer;
}

body.ke-static-site .ke-cookie-notice button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

body.ke-static-site .ke-cookie-notice {
  position: fixed !important;
  z-index: 10000 !important;
  left: 50% !important;
  right: auto !important;
  bottom: 20px !important;
  display: flex !important;
  width: min(920px, calc(100vw - 40px)) !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 4px !important;
  background: #123f3a !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3) !important;
  transform: translateX(-50%) !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  color: #fff !important;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
}

body.ke-static-site .ke-cookie-notice .message {
  margin: 0 !important;
  color: #fff !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
}

body.ke-static-site .ke-cookie-notice .ke-cookie-more {
  display: inline-block;
  margin: 4px 0 0 8px;
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

body.ke-static-site .ke-cookie-notice .ke-cookie-more:hover,
body.ke-static-site .ke-cookie-notice .ke-cookie-more:focus-visible {
  color: #fff !important;
  border-bottom-color: var(--ke-red);
}

body.ke-static-site .ke-cookie-notice .optionsWrapper {
  display: flex !important;
  flex: 0 0 auto !important;
  gap: 8px !important;
}

body.ke-static-site .ke-cookie-notice .optionsWrapper button {
  min-height: 40px !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.68) !important;
  border-radius: 2px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 0.82rem !important;
  white-space: nowrap !important;
}

body.ke-static-site .ke-cookie-notice .optionsWrapper .allow {
  border-color: var(--ke-red) !important;
  background: var(--ke-red) !important;
}

body.ke-static-site .ke-lightbox {
  width: min(92vw, 1500px);
  max-width: none;
  height: min(90vh, 1000px);
  padding: 0;
  border: 1px solid rgba(255, 68, 46, 0.8);
  background: #071e1b;
  overflow: hidden;
}

body.ke-static-site .ke-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.88);
}

body.ke-static-site .ke-lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.ke-static-site .ke-lightbox button {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  body.ke-static-site.ke-menu-open {
    overflow: hidden;
  }

  body.ke-static-site #MainMenuId .second {
    display: none !important;
  }

  body.ke-static-site #MainMenuId.is-open .second {
    display: flex !important;
  }

  body.ke-static-site .ke-cookie-notice {
    bottom: 12px !important;
    width: calc(100vw - 24px) !important;
    padding: 14px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  body.ke-static-site .ke-cookie-notice .optionsWrapper,
  body.ke-static-site .ke-cookie-notice .optionsWrapper button {
    width: 100% !important;
  }
}

html {
  scroll-behavior: smooth;
}

body.ke-modern-site .ke-content-section,
body.ke-modern-site .ke-submenu-section {
  scroll-margin-top: 118px;
}

body.ke-modern-home {
  background: var(--ke-paper) !important;
  color: var(--ke-ink);
  overflow-x: hidden;
}

body.ke-modern-home .navWrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

body.ke-modern-home #MainMenuId {
  min-height: 108px !important;
  padding: 0 2.2vw !important;
  background: rgba(18, 63, 58, 0.24) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.ke-modern-home.ke-nav-scrolled #MainMenuId {
  background: rgba(18, 63, 58, 0.97) !important;
  border-bottom-color: rgba(255, 39, 13, 0.7) !important;
  box-shadow: 0 8px 24px rgba(23, 63, 58, 0.16);
}

body.ke-modern-home #xAhN5IHkK3erHJpE {
  width: min(30vw, 410px) !important;
  max-width: 410px !important;
  min-width: 270px;
  height: 76px !important;
  margin: 0 !important;
}

body.ke-modern-home #xAhN5IHkK3erHJpE img {
  object-fit: contain !important;
  object-position: left center !important;
}

body.ke-modern-home #MAINMENULINKS {
  align-self: center !important;
  margin: 0 !important;
  font-size: 0.94rem !important;
  line-height: 1 !important;
}

body.ke-modern-home #MAINMENULINKS a {
  position: relative;
  padding: 14px 0 !important;
  letter-spacing: 0 !important;
}

body.ke-modern-home #MAINMENULINKS a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--ke-red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

body.ke-modern-home #MAINMENULINKS a:hover::after,
body.ke-modern-home #MAINMENULINKS a.router-link-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.ke-modern-home #g2555ZeQT0W9l9H,
body.ke-modern-home #kmOaOD7PFWbnwFuR {
  height: 100svh !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
}

body.ke-modern-home #g2555ZeQT0W9l9H {
  position: relative;
  overflow: hidden;
  contain: layout paint;
}

body.ke-modern-home #g2555ZeQT0W9l9H > .pbElements {
  position: absolute !important;
  z-index: 9;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  height: 100% !important;
  margin: 0 !important;
  box-sizing: border-box;
  pointer-events: none;
}

body.ke-modern-home #kmOaOD7PFWbnwFuR figure,
body.ke-modern-home #kmOaOD7PFWbnwFuR .imgWrapper,
body.ke-modern-home #kmOaOD7PFWbnwFuR img {
  height: 100% !important;
  width: 100% !important;
}

body.ke-modern-home #kmOaOD7PFWbnwFuR {
  position: relative !important;
  overflow: hidden !important;
  background: #0d433c !important;
}

body.ke-modern-home #kmOaOD7PFWbnwFuR > figure {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.ke-modern-home #kmOaOD7PFWbnwFuR > figure > .imgWrapper {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  overflow: hidden !important;
}

body.ke-modern-home #kmOaOD7PFWbnwFuR img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
  filter: none !important;
  transform: none !important;
}

body.ke-modern-home #kmOaOD7PFWbnwFuR .aFigcaptionBgCover {
  background: rgba(0, 0, 0, 0.26) !important;
}

body.ke-modern-home #kmOaOD7PFWbnwFuR .aFigcaption {
  inset: clamp(250px, 46vh, 430px) auto auto max(5vw, calc((100vw - 1280px) / 2)) !important;
  width: min(900px, 78vw) !important;
  height: auto !important;
  padding: 0 !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

body.ke-modern-home #kmOaOD7PFWbnwFuR .CaptionTitle {
  width: 100% !important;
  max-width: 900px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(3.4rem, 6.5vw, 6.8rem) !important;
  font-weight: 500 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.5) !important;
}

body.ke-modern-home #kmOaOD7PFWbnwFuR .CaptionSubTitle {
  display: block !important;
  max-width: 720px !important;
  margin-top: 24px !important;
  color: #fff !important;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem) !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65) !important;
}

body.ke-modern-home #FNtp03IMAxFIMyjB {
  position: absolute !important;
  z-index: 8;
  top: 146px;
  left: max(5vw, calc((100vw - 1280px) / 2));
  right: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding-left: 62px;
  color: #fff !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-align: left !important;
  align-self: auto !important;
  text-shadow: none !important;
}

body.ke-modern-home #FNtp03IMAxFIMyjB::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 2px;
  background: var(--ke-red);
}

body.ke-modern-home #kmOaOD7PFWbnwFuR .arrowContainer {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.45);
}

.ke-service-index {
  position: relative;
  padding: 112px max(5vw, calc((100vw - 1280px) / 2)) 128px;
  overflow: hidden;
  background: var(--ke-paper);
  color: var(--ke-ink);
}

.ke-service-index__header {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: 64px;
  padding-top: 26px;
  border-top: 2px solid var(--ke-red);
}

.ke-service-index__eyebrow {
  margin: 0 0 20px;
  color: var(--ke-red);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ke-service-index h2 {
  max-width: 920px;
  margin: 0;
  color: var(--ke-ink);
  font-size: clamp(2.8rem, 4.65vw, 4.65rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.ke-service-index__intro {
  margin: 0;
  padding-left: 28px;
  border-left: 1px solid var(--ke-red);
  color: #383a36;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.55;
}

.ke-service-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.ke-service-card {
  position: relative;
  grid-column: span 4;
  min-height: 390px;
  overflow: hidden;
  background: #173f3a;
  color: #fff;
  text-decoration: none !important;
}

.ke-service-card:nth-child(1),
.ke-service-card:nth-child(6) {
  grid-column: span 7;
}

.ke-service-card:nth-child(2),
.ke-service-card:nth-child(7) {
  grid-column: span 5;
}

.ke-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ke-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
  transition: background-color 220ms ease;
}

.ke-service-card:hover img {
  transform: scale(1.035);
}

.ke-service-card:hover::after {
  background: rgba(0, 0, 0, 0.18);
}

.ke-service-card__index,
.ke-service-card__title,
.ke-service-card__arrow {
  position: absolute;
  z-index: 2;
}

.ke-service-card__index {
  top: 24px;
  left: 24px;
  font-size: 0.76rem;
  font-weight: 700;
}

.ke-service-card__title {
  right: 68px;
  bottom: 28px;
  left: 24px;
  color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 2.35rem);
  font-weight: 500;
  line-height: 1.08;
}

.ke-service-card__arrow {
  right: 24px;
  bottom: 24px;
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 220ms ease;
}

.ke-service-card:hover .ke-service-card__arrow {
  transform: translate(4px, -4px);
}

body.ke-modern-home #G5qd98G0afGvhUrG {
  display: grid !important;
  grid-template-columns: minmax(340px, 0.9fr) minmax(520px, 1.1fr);
  align-items: stretch !important;
  min-height: 760px !important;
  padding: 0 !important;
  background: var(--ke-white) !important;
  color: var(--ke-ink) !important;
  opacity: 1 !important;
  transform: none !important;
}

body.ke-modern-home #G5qd98G0afGvhUrG::before,
body.ke-modern-home #G5qd98G0afGvhUrG::after,
body.ke-modern-home #yITlPOPYwfS41ayW::before,
body.ke-modern-home #yITlPOPYwfS41ayW::after {
  display: none !important;
}

body.ke-modern-home #yITlPOPYwfS41ayW {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  min-height: 760px;
  opacity: 1 !important;
  z-index: 1 !important;
}

body.ke-modern-home #yITlPOPYwfS41ayW .theBgImgDiv {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  background-image: url("../_media/2149333659-6cc2ee.jpg") !important;
}

body.ke-modern-home #yITlPOPYwfS41ayW .ke-contact-photo {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.ke-modern-home #G5qd98G0afGvhUrG > .pbElements {
  position: relative !important;
  z-index: 2 !important;
  background: var(--ke-white) !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 88px clamp(42px, 6vw, 100px) 72px !important;
  text-align: left !important;
}

body.ke-modern-home #A7ySl8GqTzTZGT9U {
  max-width: 760px !important;
  margin: 0 0 34px !important;
  color: var(--ke-ink) !important;
  font-size: clamp(2.4rem, 4vw, 4.4rem) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.ke-modern-home #dq7qt8SeTPPkdEMv {
  max-width: 780px !important;
  margin: 0 !important;
  color: #292a27 !important;
  font-size: 1.02rem !important;
  line-height: 1.72 !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.ke-modern-home #dq7qt8SeTPPkdEMv a,
body.ke-modern-home #dh4ePet6a7zm54vu a {
  color: var(--ke-red) !important;
}

body.ke-modern-home #dh4ePet6a7zm54vu {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100% !important;
  max-width: 780px !important;
  margin: 36px 0 0 !important;
  padding-top: 22px;
  border-top: 1px solid var(--ke-line);
  color: var(--ke-ink) !important;
}

body.ke-modern-home #dh4ePet6a7zm54vu .singleIconWrapper {
  margin: 0 !important;
  padding: 10px 20px 10px 0;
}

body.ke-modern-home #bsvcgSEW72BSh7SC {
  width: 100% !important;
  max-width: 780px !important;
  margin-top: 38px !important;
  border: 1px solid var(--ke-line);
}

body.ke-modern-home #AB71oNm3g8Bu6YgN {
  align-self: flex-start !important;
  margin-top: 28px !important;
  color: #5a5c56 !important;
  text-align: left !important;
}

.ke-back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--ke-red);
  border-radius: 0;
  background: #123f3a;
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.ke-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ke-back-to-top:hover {
  background: var(--ke-red);
}

body.ke-modern-home .cookieMessage {
  background: #123f3a !important;
  color: #fff !important;
  border-top: 1px solid rgba(255, 39, 13, 0.8) !important;
  box-shadow: 0 -12px 32px rgba(23, 63, 58, 0.18) !important;
}

body.ke-modern-home .cookieMessage .message {
  color: #fff !important;
  text-shadow: none !important;
}

body.ke-modern-home .cookieMessage .optionsWrapper > span {
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: transparent !important;
  color: #fff !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.ke-modern-home .cookieMessage .optionsWrapper > .allow {
  border-color: var(--ke-red) !important;
  background: var(--ke-red) !important;
}

body.ke-modern-home .cookieMessage .optionsWrapper > .necessary:hover,
body.ke-modern-home .cookieMessage .optionsWrapper > .leave:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--ke-ink) !important;
}

@media (max-width: 980px) {
  body.ke-modern-home #MainMenuId {
    min-height: 96px !important;
    padding: 0 22px !important;
  }

  body.ke-modern-home #xAhN5IHkK3erHJpE {
    width: min(72vw, 360px) !important;
    min-width: 0;
    height: 68px !important;
  }

  body.ke-modern-home #g2555ZeQT0W9l9H,
  body.ke-modern-home #kmOaOD7PFWbnwFuR {
    height: 100svh !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }

  body.ke-modern-home #kmOaOD7PFWbnwFuR img {
    object-position: center top !important;
  }

  body.ke-modern-home #kmOaOD7PFWbnwFuR .aFigcaption {
    bottom: 54px !important;
    left: 24px !important;
    width: calc(100vw - 48px) !important;
  }

  body.ke-modern-home #kmOaOD7PFWbnwFuR .CaptionTitle {
    font-size: clamp(2.7rem, 12vw, 4.8rem) !important;
  }

  body.ke-modern-home #kmOaOD7PFWbnwFuR .CaptionSubTitle {
    margin-top: 16px !important;
    font-size: 1rem !important;
  }

  body.ke-modern-home #FNtp03IMAxFIMyjB {
    top: 122px;
    left: 24px;
  }

  .ke-service-index {
    padding: 78px 24px 88px;
  }

  .ke-service-index__header {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 46px;
  }

  .ke-service-index__intro {
    max-width: 620px;
  }

  .ke-service-card,
  .ke-service-card:nth-child(1),
  .ke-service-card:nth-child(2),
  .ke-service-card:nth-child(6),
  .ke-service-card:nth-child(7) {
    grid-column: span 6;
  }

  body.ke-modern-home #G5qd98G0afGvhUrG {
    grid-template-columns: 1fr;
  }

  body.ke-modern-home #yITlPOPYwfS41ayW {
    min-height: 52vw;
  }

  body.ke-modern-home #G5qd98G0afGvhUrG > .pbElements {
    padding: 72px 8vw 58px !important;
  }
}

@media (max-width: 620px) {
  body.ke-modern-home #MainMenuId {
    min-height: 88px !important;
  }

  body.ke-modern-home #xAhN5IHkK3erHJpE {
    width: min(72vw, 330px) !important;
    height: 62px !important;
  }

  body.ke-modern-home #g2555ZeQT0W9l9H,
  body.ke-modern-home #kmOaOD7PFWbnwFuR {
    height: 100svh !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }

  body.ke-modern-home #kmOaOD7PFWbnwFuR .aFigcaption {
    bottom: 42px !important;
  }

  body.ke-modern-home #kmOaOD7PFWbnwFuR .CaptionTitle {
    font-size: clamp(2.4rem, 12vw, 3.65rem) !important;
  }

  body.ke-modern-home #FNtp03IMAxFIMyjB {
    top: 112px;
    padding-left: 48px;
    font-size: 0.7rem !important;
  }

  body.ke-modern-home #FNtp03IMAxFIMyjB::before {
    width: 34px;
  }

  .ke-service-index {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ke-service-index h2 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .ke-service-index__intro {
    padding-left: 18px;
  }

  .ke-service-grid {
    grid-template-columns: 1fr;
  }

  .ke-service-card,
  .ke-service-card:nth-child(n) {
    grid-column: 1;
    min-height: 330px;
  }

  body.ke-modern-home #yITlPOPYwfS41ayW {
    min-height: 78vw;
  }

  body.ke-modern-home #G5qd98G0afGvhUrG > .pbElements {
    padding: 58px 24px 46px !important;
  }

  body.ke-modern-home #A7ySl8GqTzTZGT9U {
    font-size: 2.5rem !important;
  }

  body.ke-modern-home #G5qd98G0afGvhUrG > .pbElements {
    padding: 120px clamp(42px, 5vw, 82px) 20px !important;
  }

  body.ke-modern-home #dh4ePet6a7zm54vu {
    grid-template-columns: 1fr;
  }

  .ke-back-to-top {
    right: 14px;
    bottom: 14px;
  }
}

/* Static, page-specific closing scenes. These replace the exported two-column blocks. */
body.ke-modern-site .ke-closing-scene {
  position: relative;
  display: grid !important;
  width: 100%;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(70px, 8vw, 126px) max(7vw, calc((100vw - 1480px) / 2)) !important;
  overflow: hidden;
  background: #fff;
  color: var(--ke-ink);
}

body.ke-modern-site .ke-closing-scene h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(2.15rem, 3.6vw, 4rem);
  font-weight: 400;
  line-height: 1.02;
}

body.ke-modern-site .ke-closing-scene p,
body.ke-modern-site .ke-closing-scene li {
  font-size: clamp(.98rem, 1.05vw, 1.08rem);
  line-height: 1.68;
}

body.ke-modern-site .ke-closing-scene ul,
body.ke-modern-site .ke-closing-scene ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ke-modern-site .ke-closing-scene__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--ke-page-accent);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.ke-modern-site .ke-closing-scene__media {
  position: relative;
  margin: 0;
  overflow: hidden;
}

body.ke-modern-site .ke-closing-scene__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(.22,1,.36,1);
}

body.ke-modern-site .ke-closing-scene__media:hover img { transform: scale(1.025); }

body.ke-modern-site .ke-closing-scene__cta {
  margin: 30px 0 0;
  padding-top: 24px;
  color: inherit;
}

/* Rentals: dark production console with a numbered cue list. */
body.ke-page-eventsrent .ke-closing-scene--production {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr) !important;
  gap: 0 !important;
  padding: 0 !important;
  background: #102c2a !important;
  color: #fff;
}

.ke-closing-scene--production .ke-closing-scene__media { min-height: 650px; }
.ke-closing-scene--production .ke-closing-scene__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 45%, rgba(16,44,42,.72));
}
.ke-closing-scene--production .ke-closing-scene__media figcaption {
  position: absolute;
  z-index: 1;
  left: clamp(28px, 5vw, 76px);
  bottom: 38px;
  max-width: 320px;
  color: rgba(255,255,255,.82);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ke-closing-scene--production .ke-closing-scene__content { padding: clamp(62px, 7vw, 108px) clamp(36px, 6vw, 96px) clamp(62px, 7vw, 108px) clamp(34px, 4vw, 70px); }
.ke-closing-scene--production h2 { color: #fff !important; font-size: clamp(2.35rem, 3.7vw, 4.4rem) !important; }
.ke-closing-scene--production ul { margin-top: 42px !important; counter-reset: production; }
.ke-closing-scene--production li {
  position: relative;
  padding: 15px 0 15px 48px;
  color: rgba(255,255,255,.78);
  counter-increment: production;
}
.ke-closing-scene--production li::before {
  content: "0" counter(production);
  position: absolute;
  left: 0;
  top: 17px;
  color: #ff6a57;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.ke-closing-scene--production .ke-closing-scene__cta { color: rgba(255,255,255,.72); box-shadow: inset 0 1px rgba(255,255,255,.12); }
.ke-closing-scene--production .ke-closing-scene__cta strong { color: #fff; }

/* Sustainability: open manifesto with the image carried to the right. */
body.ke-page-eventsconsult .ke-closing-scene--sustainable {
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr) !important;
  gap: clamp(48px, 7vw, 120px) !important;
  align-items: center;
  background: linear-gradient(135deg, #edf7f2 0%, #fff 64%) !important;
}
.ke-closing-scene--sustainable .ke-closing-scene__content { max-width: 720px; }
.ke-closing-scene--sustainable h2 { max-width: 700px; color: #123e38 !important; }
.ke-closing-scene--sustainable .ke-closing-scene__lead { margin: 26px 0 30px; color: #4c625c; font-size: clamp(1.15rem,1.5vw,1.42rem) !important; }
.ke-closing-scene--sustainable li { position: relative; margin: 10px 0; padding-left: 28px; color: #34544c; }
.ke-closing-scene--sustainable li::before { content: ""; position: absolute; left: 0; top: .7em; width: 12px; height: 12px; border-radius: 50%; background: #16896c; box-shadow: 0 0 0 6px rgba(22,137,108,.1); }
.ke-closing-scene--sustainable .ke-closing-scene__media { min-height: 590px; clip-path: polygon(10% 0,100% 0,100% 92%,0 100%,0 9%); }
.ke-closing-scene--sustainable .ke-closing-scene__media figcaption { position: absolute; right: 24px; bottom: 34px; padding: 10px 15px; background: rgba(255,255,255,.9); color: #135447; font-size: .78rem; font-weight: 700; }
.ke-closing-scene--sustainable .ke-closing-scene__cta { color: #31564c; box-shadow: inset 0 1px rgba(22,137,108,.2); }

/* Web: modular studio with a wide editorial header and compact capability field. */
body.ke-page-itweb .ke-closing-scene--digital {
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr) !important;
  grid-template-areas: "head head" "media copy" !important;
  gap: 40px 54px !important;
  background: #eff5f8 !important;
}
.ke-closing-scene--digital > header { grid-area: head; display: grid; grid-template-columns: 220px minmax(0, 850px); gap: 38px; align-items: start; }
.ke-closing-scene--digital > header h2 { color: #173c57 !important; }
.ke-closing-scene--digital .ke-closing-scene__media { grid-area: media; min-height: 520px; box-shadow: 18px 18px 0 #246fa5; }
.ke-closing-scene--digital .ke-closing-scene__content { grid-area: copy; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 36px; align-content: start; }
.ke-closing-scene--digital ul { display: contents; }
.ke-closing-scene--digital li { min-height: 126px; padding: 24px; background: rgba(255,255,255,.82); color: #29495f; box-shadow: 0 12px 30px rgba(31,86,125,.07); }
.ke-closing-scene--digital li::before { content: "↗"; display: block; margin-bottom: 18px; color: #246fa5; font-size: 1.25rem; }
.ke-closing-scene--digital p { grid-column: 1/-1; margin: 4px 0 0; color: #40545f; }
.ke-closing-scene--digital .ke-closing-scene__cta { margin-top: 0; box-shadow: inset 0 1px rgba(36,111,165,.18); }

/* Hybrid: cinematic broadcast strip over a focused dark information field. */
body.ke-page-itzoom .ke-closing-scene--broadcast {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding: 0 !important;
  background: #251d29 !important;
  color: #fff;
}
.ke-closing-scene--broadcast .ke-closing-scene__media { height: clamp(340px, 45vw, 670px); }
.ke-closing-scene--broadcast .ke-closing-scene__media::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 35%,rgba(37,29,41,.92)); }
.ke-closing-scene--broadcast .ke-closing-scene__media figcaption { position:absolute; z-index:1; left:max(7vw,calc((100vw - 1480px)/2)); bottom:34px; color:#fff; font-size:.8rem; letter-spacing:.07em; text-transform:uppercase; }
.ke-closing-scene--broadcast .ke-closing-scene__media figcaption span { margin-right:12px; padding:5px 8px; background:#e854b9; font-weight:800; }
.ke-closing-scene--broadcast .ke-closing-scene__content { display:grid; grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr); gap:38px 80px; padding:58px max(7vw,calc((100vw - 1480px)/2)) 94px; }
.ke-closing-scene--broadcast .ke-closing-scene__eyebrow, .ke-closing-scene--broadcast h2 { grid-column:1; }
.ke-closing-scene--broadcast h2 { color:#fff !important; }
.ke-closing-scene--broadcast ul { grid-column:2; grid-row:1/4; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.ke-closing-scene--broadcast li { padding:20px; background:rgba(255,255,255,.055); color:rgba(255,255,255,.75); }
.ke-closing-scene--broadcast li::before { content:"●"; display:block; margin-bottom:12px; color:#ef7bcc; font-size:.7rem; }
.ke-closing-scene--broadcast .ke-closing-scene__cta { grid-column:1; color:rgba(255,255,255,.7); box-shadow:inset 0 1px rgba(255,255,255,.12); }
.ke-closing-scene--broadcast .ke-closing-scene__cta strong { color:#fff; }

/* Publishing: an editorial spread with a serif title and image folio. */
body.ke-page-publishing .ke-closing-scene--editorial {
  grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr) !important;
  grid-template-areas: "head head" "copy media" !important;
  gap: 48px clamp(50px,7vw,120px) !important;
  background: #fffaf1 !important;
}
.ke-closing-scene--editorial > header { grid-area:head; display:grid; grid-template-columns:240px minmax(0,820px); gap:42px; align-items:start; }
.ke-closing-scene--editorial h2 { color:#442d12 !important; font-family:Georgia,serif; }
.ke-closing-scene--editorial .ke-closing-scene__content { grid-area:copy; }
.ke-closing-scene--editorial .ke-closing-scene__media { grid-area:media; min-height:650px; }
.ke-closing-scene--editorial .ke-closing-scene__media figcaption { position:absolute; left:0; bottom:0; width:100%; padding:55px 26px 22px; background:linear-gradient(transparent,rgba(50,31,11,.82)); color:#fff; font-family:Georgia,serif; font-size:1.1rem; }
.ke-closing-scene--editorial ul { column-count:2; column-gap:30px; margin-bottom:32px !important; }
.ke-closing-scene--editorial li { break-inside:avoid; margin:0 0 22px; padding-top:16px; color:#5d4931; box-shadow:inset 0 1px rgba(215,134,23,.25); }
.ke-closing-scene--editorial p { color:#5d5143; }
.ke-closing-scene--editorial .ke-closing-scene__cta { box-shadow:inset 0 1px rgba(215,134,23,.25); }

/* Consulting: a strategic sequence rather than another service list. */
body.ke-page-publishingcons .ke-closing-scene--strategy {
  grid-template-columns: minmax(0,1.15fr) minmax(330px,.85fr) !important;
  gap: clamp(48px,8vw,130px) !important;
  align-items:center;
  background:linear-gradient(120deg,#edf5f3 0%,#fff 70%) !important;
}
.ke-closing-scene--strategy .ke-closing-scene__content { max-width:780px; }
.ke-closing-scene--strategy h2 { color:#153e3b !important; }
.ke-closing-scene--strategy ol { margin-top:42px !important; }
.ke-closing-scene--strategy li { display:grid; grid-template-columns:54px minmax(0,1fr); gap:18px; align-items:start; padding:15px 0; color:#31534f; }
.ke-closing-scene--strategy li span { display:grid; place-items:center; width:44px; height:44px; border-radius:50%; background:#0f8076; color:#fff; font-size:.7rem; font-weight:800; }
.ke-closing-scene--strategy .ke-closing-scene__media { min-height:620px; border-radius:50% 50% 8px 8px; }
.ke-closing-scene--strategy .ke-closing-scene__media figcaption { position:absolute; right:22px; bottom:22px; padding:10px 15px; background:#0f8076; color:#fff; font-size:.76rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase; }
.ke-closing-scene--strategy .ke-closing-scene__cta { color:#31534f; box-shadow:inset 0 1px rgba(15,128,118,.2); }

/* The service introductions now announce each page in a distinct rhythm. */
body.ke-page-eventsrent #DhGNsTEETjoZCgUP { text-align:left; background:linear-gradient(90deg,#fff 0%,#f8f2f0 100%) !important; }
body.ke-page-eventsconsult #Ud3yADvIh7JKYkH8 { text-align:center; background:#f3f8f5 !important; }
body.ke-page-itweb #epa5WghfdAWAvsxm { text-align:left; background:linear-gradient(135deg,#173c57 0%,#246fa5 100%) !important; color:#fff; }
body.ke-page-itweb #epa5WghfdAWAvsxm .Header2, body.ke-page-itweb #epa5WghfdAWAvsxm .LongText { color:#fff !important; }
body.ke-page-itzoom #b5mHiB0UvesJTFwD { text-align:right; background:#f7f1f6 !important; }
body.ke-page-publishing #DGe0FCfSC9iuzwgU { text-align:left; background:#fffaf1 !important; }
body.ke-page-publishing #DGe0FCfSC9iuzwgU .Header2 { font-family:Georgia,serif !important; font-weight:400 !important; }
body.ke-page-publishingcons #sp7JsHyhu39ZSQBE { text-align:center; background:linear-gradient(180deg,#edf5f3 0%,#fff 100%) !important; }

@media (max-width: 980px) {
  body.ke-modern-site .ke-closing-scene { grid-template-columns:1fr !important; grid-template-areas:none !important; gap:38px !important; }
  .ke-closing-scene--production .ke-closing-scene__media,
  .ke-closing-scene--sustainable .ke-closing-scene__media,
  .ke-closing-scene--digital .ke-closing-scene__media,
  .ke-closing-scene--editorial .ke-closing-scene__media,
  .ke-closing-scene--strategy .ke-closing-scene__media { min-height:460px; }
  .ke-closing-scene--digital > header,
  .ke-closing-scene--editorial > header { display:block; }
  .ke-closing-scene--digital > header .ke-closing-scene__eyebrow,
  .ke-closing-scene--editorial > header .ke-closing-scene__eyebrow { margin-bottom:18px; }
  .ke-closing-scene--digital > header,
  .ke-closing-scene--digital .ke-closing-scene__media,
  .ke-closing-scene--digital .ke-closing-scene__content,
  .ke-closing-scene--editorial > header,
  .ke-closing-scene--editorial .ke-closing-scene__media,
  .ke-closing-scene--editorial .ke-closing-scene__content { grid-area:auto; }
  .ke-closing-scene--broadcast .ke-closing-scene__content { grid-template-columns:1fr; gap:24px; }
  .ke-closing-scene--broadcast .ke-closing-scene__eyebrow,
  .ke-closing-scene--broadcast h2,
  .ke-closing-scene--broadcast ul,
  .ke-closing-scene--broadcast .ke-closing-scene__cta { grid-column:1; grid-row:auto; }
}

@media (max-width: 620px) {
  body.ke-modern-site .ke-closing-scene { padding:58px 7% !important; }
  body.ke-page-eventsrent .ke-closing-scene--production,
  body.ke-page-itzoom .ke-closing-scene--broadcast { padding:0 !important; gap:0 !important; }
  .ke-closing-scene--production .ke-closing-scene__media { min-height:380px; }
  .ke-closing-scene--production .ke-closing-scene__content { padding:48px 7% 60px; }
  .ke-closing-scene--sustainable .ke-closing-scene__media,
  .ke-closing-scene--digital .ke-closing-scene__media,
  .ke-closing-scene--editorial .ke-closing-scene__media,
  .ke-closing-scene--strategy .ke-closing-scene__media { min-height:360px; }
  .ke-closing-scene--digital .ke-closing-scene__content { grid-template-columns:1fr; }
  .ke-closing-scene--digital li { min-height:0; }
  .ke-closing-scene--broadcast .ke-closing-scene__media { height:330px; }
  .ke-closing-scene--broadcast .ke-closing-scene__content { padding:44px 7% 62px; }
  .ke-closing-scene--broadcast ul { grid-template-columns:1fr; }
  .ke-closing-scene--editorial ul { column-count:1; }
  .ke-closing-scene--strategy .ke-closing-scene__media { border-radius:120px 120px 8px 8px; }
}

/* Page hero art: distinct editorial images for the primary destinations. */
body.ke-page-about #BHKaIpjx20fo69Sb .theBgImgDiv {
  background-image: url("../_media/w1000-people-taking-part-high-protocol-event1-da18a6.jpg") !important;
  background-position: center 52% !important;
}

body.ke-page-eventsorg #b7UaWbEvhTaMkoJh .theBgImgDiv {
  background-image: url("../_media/sws-vienna-art-liveart-2-180d5e.jpg") !important;
  background-position: center 52% !important;
}

/* Gallery receives its own opening frame before the two interactive collections. */
body.ke-page-gallery #xu23pU8sgGOAZiLU {
  position: relative !important;
  isolation: isolate;
  padding-top: clamp(520px, 58vw, 720px) !important;
  background: #fff !important;
  overflow: hidden;
}

body.ke-page-gallery #xu23pU8sgGOAZiLU::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: clamp(430px, 48vw, 620px);
  display: block !important;
  background: url("../_media/sws-vienna-live-art-70-d1aa8b.jpg") center 54% / cover no-repeat;
}

body.ke-page-gallery #xu23pU8sgGOAZiLU::after {
  content: "Gallery";
  position: absolute;
  z-index: 1;
  top: clamp(255px, 26vw, 360px);
  left: max(6vw, calc((100vw - 1280px) / 2));
  color: #fff;
  font-size: clamp(3.4rem, 7vw, 7.25rem);
  font-weight: 500;
  line-height: 0.98;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

body.ke-page-gallery #xu23pU8sgGOAZiLU > .pbElements,
body.ke-page-gallery #xu23pU8sgGOAZiLU > .Gallery {
  position: relative;
  z-index: 2;
}

@media (max-width: 620px) {
  body.ke-page-gallery #xu23pU8sgGOAZiLU {
    padding-top: 370px !important;
  }

  body.ke-page-gallery #xu23pU8sgGOAZiLU::before {
    height: 330px;
    background-position: center 50%;
  }

  body.ke-page-gallery #xu23pU8sgGOAZiLU::after {
    top: 204px;
    left: 24px;
    font-size: 3.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ke-service-card img,
  .ke-service-card__arrow,
  .ke-back-to-top {
    transition: none;
  }
}

/* Home editorial introduction */
.ke-home-intro {
  display: grid !important;
  grid-template-columns: minmax(360px, 0.92fr) minmax(520px, 1.08fr) !important;
  align-items: stretch !important;
  width: 100% !important;
  border-top: clamp(22px, 2.2vw, 40px) solid #fff;
  background: #fff;
  color: var(--ke-ink);
}

.ke-home-intro__visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--ke-ink);
  width: 100% !important;
}

.ke-home-intro__visual img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  filter: none !important;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ke-home-intro:hover .ke-home-intro__visual img {
  transform: scale(1.025);
}

.ke-home-intro__experience {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 310px;
  padding: 28px 32px;
  background: var(--ke-red);
  color: #fff;
}

.ke-home-intro__experience strong {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 0.9;
}

.ke-home-intro__experience span {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ke-home-intro__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 5vw, 92px) clamp(52px, 5vw, 90px);
  width: 100% !important;
  min-width: 0;
}

.ke-home-intro__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 26px;
  color: var(--ke-red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ke-home-intro__eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: currentColor;
}

.ke-home-intro h1 {
  margin: 0 0 34px;
  color: var(--ke-ink);
  font-size: clamp(3rem, 4vw, 4.5rem);
  font-weight: 450;
  line-height: 0.98;
  letter-spacing: 0;
}

.ke-home-intro__content > p:not(.ke-home-intro__eyebrow) {
  max-width: 760px;
  margin: 0 0 20px;
  color: #434944;
  font-size: 1.02rem;
  line-height: 1.75;
}

.ke-home-intro__content > .ke-home-intro__lead {
  color: var(--ke-ink);
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
  line-height: 1.55;
}

.ke-home-intro__scope {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--ke-line);
  border-bottom: 1px solid var(--ke-line);
}

.ke-home-intro__scope > div {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  padding: 24px 22px 24px 0;
}

.ke-home-intro__scope > div + div {
  padding-left: 22px;
  border-left: 1px solid var(--ke-line);
}

.ke-home-intro__scope span {
  margin-bottom: 14px;
  color: var(--ke-red);
  font-size: 0.72rem;
  font-weight: 700;
}

.ke-home-intro__scope strong {
  color: var(--ke-ink);
  font-size: 1.05rem;
  font-weight: 700;
}

.ke-home-intro__scope small {
  margin-top: 7px;
  color: #6b706d;
  font-size: 0.82rem;
  line-height: 1.4;
}

.ke-home-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  margin-top: 34px;
}

.ke-home-intro__actions a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ke-ink);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.ke-home-intro__actions a:first-child {
  color: var(--ke-red);
}

.ke-home-intro__actions a span {
  transition: transform 180ms ease;
}

.ke-home-intro__actions a:hover span {
  transform: translate(3px, -2px);
}

/* Compact legal navigation in the contact footer */
body.ke-modern-site .ke-footer-section .IconLinks {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 38px 0 24px !important;
  padding: 0 !important;
  border-top: 1px solid rgba(23, 63, 58, 0.2);
  border-bottom: 1px solid rgba(23, 63, 58, 0.2);
  opacity: 1 !important;
  transform: none !important;
}

body.ke-modern-site .ke-footer-section .IconLinks .singleIconWrapper {
  display: flex !important;
  align-items: center !important;
  min-width: 0;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 14px 18px !important;
}

body.ke-modern-site .ke-footer-section .IconLinks .singleIconWrapper + .singleIconWrapper {
  border-left: 1px solid rgba(23, 63, 58, 0.2);
}

body.ke-modern-site .ke-footer-section .IconLinks object {
  display: none !important;
}

body.ke-modern-site .ke-footer-section .IconLinks .link {
  display: inline-flex !important;
  align-items: center;
  width: 100% !important;
  margin: 0 !important;
  color: var(--ke-ink) !important;
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

body.ke-modern-site .ke-footer-section .IconLinks .singleIconWrapper:first-child .link {
  color: var(--ke-red) !important;
}

body.ke-modern-site .ke-footer-section .IconLinks .link::after {
  content: "↗";
  margin-left: auto;
  padding-left: 12px;
  color: var(--ke-red);
  font-size: 0.82rem;
}

body.ke-modern-site .ke-footer-section .GoogleMap {
  width: 100% !important;
  height: 270px !important;
  min-height: 0 !important;
  margin: 22px 0 0 !important;
}

body.ke-modern-site .ke-footer-section .GoogleMap iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 980px) {
  .ke-home-intro {
    grid-template-columns: 1fr !important;
  }

  .ke-home-intro__visual {
    min-height: min(70vw, 620px);
  }

  .ke-home-intro__content {
    padding: 78px 8vw 86px;
  }
}

/* Reliable replacements for the exported reveal states */
body.ke-modern-site .ke-reveal {
  opacity: 0 !important;
  transform: translateY(22px) !important;
  transition: opacity 560ms ease var(--ke-reveal-delay, 0ms), transform 560ms ease var(--ke-reveal-delay, 0ms) !important;
}

body.ke-modern-site .ke-reveal.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media (prefers-reduced-motion: reduce) {
  body.ke-modern-site .ke-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 620px) {
  .ke-home-intro__visual {
    min-height: 112vw;
  }

  .ke-home-intro__experience {
    min-width: 0;
    padding: 22px 24px;
  }

  .ke-home-intro__experience strong {
    font-size: 3rem;
  }

  .ke-home-intro__content {
    padding: 62px 24px 70px;
  }

  .ke-home-intro h1 {
    font-size: clamp(2.7rem, 12vw, 3.4rem);
  }

  .ke-home-intro__scope {
    grid-template-columns: 1fr;
  }

  .ke-home-intro__scope > div,
  .ke-home-intro__scope > div + div {
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    padding: 18px 0 !important;
    border-left: 0;
  }

  .ke-home-intro__scope > div + div {
    border-top: 1px solid var(--ke-line);
  }

  .ke-home-intro__scope span {
    grid-row: 1 / 3;
    margin: 3px 0 0;
  }

  body.ke-modern-site .ke-footer-section .IconLinks {
    grid-template-columns: 1fr 1fr !important;
  }

  body.ke-modern-site .ke-footer-section .IconLinks .singleIconWrapper:nth-child(3) {
    border-left: 0;
  }

  body.ke-modern-site .ke-footer-section .IconLinks .singleIconWrapper:nth-child(n+3) {
    border-top: 1px solid rgba(23, 63, 58, 0.2);
  }

  body.ke-modern-site .ke-footer-section .GoogleMap {
    height: 220px !important;
  }
}

/* Shared inner-page system */
body.ke-modern-site:not(.ke-modern-home) {
  background: var(--ke-paper) !important;
  color: var(--ke-ink) !important;
  overflow-x: hidden;
}

body.ke-modern-site:not(.ke-modern-home) .navWrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

body.ke-modern-site:not(.ke-modern-home) #MainMenuId {
  min-height: 108px !important;
  padding: 0 2.2vw !important;
  background: rgba(18, 63, 58, 0.56) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.ke-modern-site.ke-no-image-hero:not(.ke-modern-home) #MainMenuId,
body.ke-modern-site.ke-nav-scrolled:not(.ke-modern-home) #MainMenuId {
  background: rgba(18, 63, 58, 0.98) !important;
  border-bottom-color: rgba(255, 39, 13, 0.7) !important;
  box-shadow: 0 8px 24px rgba(23, 63, 58, 0.16);
}

body.ke-modern-site.ke-no-image-hero:not(.ke-modern-home) .routerViewWrapper {
  padding-top: 108px;
}

body.ke-modern-site:not(.ke-modern-home) #xAhN5IHkK3erHJpE {
  width: min(30vw, 410px) !important;
  max-width: 410px !important;
  min-width: 270px;
  height: 76px !important;
  margin: 0 !important;
}

body.ke-modern-site:not(.ke-modern-home) #xAhN5IHkK3erHJpE img {
  object-fit: contain !important;
  object-position: left center !important;
}

body.ke-modern-site:not(.ke-modern-home) #MAINMENULINKS {
  align-self: center !important;
  margin: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1 !important;
}

body.ke-modern-site:not(.ke-modern-home) #MAINMENULINKS a {
  position: relative;
  padding: 14px 0 !important;
  letter-spacing: 0 !important;
}

body.ke-modern-site:not(.ke-modern-home) #MAINMENULINKS a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--ke-red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

body.ke-modern-site:not(.ke-modern-home) #MAINMENULINKS a:hover::after,
body.ke-modern-site:not(.ke-modern-home) #MAINMENULINKS a.router-link-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

@media (max-width: 1350px) and (min-width: 1001px) {
  body.ke-modern-home #xAhN5IHkK3erHJpE,
  body.ke-modern-site:not(.ke-modern-home) #xAhN5IHkK3erHJpE {
    width: 340px !important;
    min-width: 340px !important;
    max-width: 340px !important;
  }

  body.ke-modern-home #MAINMENULINKS,
  body.ke-modern-site:not(.ke-modern-home) #MAINMENULINKS {
    gap: 12px !important;
    font-size: 0.86rem !important;
  }
}

@media (max-width: 1150px) and (min-width: 1001px) {
  body.ke-modern-home #xAhN5IHkK3erHJpE,
  body.ke-modern-site:not(.ke-modern-home) #xAhN5IHkK3erHJpE {
    width: 290px !important;
    min-width: 290px !important;
    max-width: 290px !important;
  }

  body.ke-modern-home #MAINMENULINKS,
  body.ke-modern-site:not(.ke-modern-home) #MAINMENULINKS {
    gap: 8px !important;
    font-size: 0.78rem !important;
  }
}

body.ke-modern-site .ke-inner-hero {
  position: relative !important;
  min-height: clamp(520px, 62svh, 690px) !important;
  padding: 0 !important;
  overflow: hidden;
  opacity: 1 !important;
  transform: none !important;
  background: #173f3a !important;
}

body.ke-modern-site .ke-inner-hero > [data-type="SingleImageBg"],
body.ke-modern-site .ke-inner-hero > [data-type="SingleImageBg"] .theBgImgDiv {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  background-position: center !important;
  background-size: cover !important;
  opacity: 1 !important;
}

body.ke-modern-site .ke-inner-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(18, 63, 58, 0.18);
  pointer-events: none;
}

.ke-inner-hero__title {
  position: absolute;
  z-index: 3;
  right: max(5vw, calc((100vw - 1280px) / 2));
  bottom: 62px;
  left: max(5vw, calc((100vw - 1280px) / 2));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.ke-inner-hero__title span {
  margin-bottom: 16px;
  padding-left: 58px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ke-inner-hero__title span::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 0.55em;
  width: 42px;
  height: 2px;
  background: var(--ke-red);
}

.ke-inner-hero__title strong {
  max-width: 1020px;
  color: #fff;
  font-size: clamp(3.15rem, 5.4vw, 5.35rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

body.ke-modern-site .ke-content-section {
  position: relative !important;
  min-height: 0 !important;
  padding-top: clamp(68px, 7vw, 108px) !important;
  padding-bottom: clamp(68px, 7vw, 108px) !important;
  padding-right: max(6vw, calc((100vw - 1280px) / 2)) !important;
  padding-left: max(6vw, calc((100vw - 1280px) / 2)) !important;
  background: #fff !important;
  color: var(--ke-ink) !important;
  opacity: 1 !important;
  transform: none !important;
}

body.ke-modern-site .ke-content-section.ke-tone-paper {
  background: var(--ke-paper) !important;
}

body.ke-modern-site .ke-content-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(6vw, calc((100vw - 1280px) / 2));
  width: 72px;
  height: 2px;
  background: var(--ke-red);
}

body.ke-modern-site .ke-content-section .Header,
body.ke-modern-site .ke-content-section .Header2,
body.ke-modern-site .ke-content-section .Header3 {
  color: var(--ke-ink) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

body.ke-modern-site .ke-content-section .Header {
  font-size: clamp(2.65rem, 4.35vw, 4.7rem) !important;
}

body.ke-modern-site .ke-content-section .Header2 {
  font-size: clamp(2rem, 3.15vw, 3.25rem) !important;
}

body.ke-modern-site .ke-content-section .Header3 {
  font-size: clamp(1.35rem, 2.2vw, 2.1rem) !important;
}

body.ke-modern-site .ke-content-section .LongText,
body.ke-modern-site .ke-content-section .ShortText,
body.ke-modern-site .ke-content-section .CaptionText,
body.ke-modern-site .ke-content-section label {
  color: #343834 !important;
  line-height: 1.72 !important;
  text-shadow: none !important;
}

body.ke-modern-site .ke-content-section .LongText {
  font-size: clamp(1rem, 1.25vw, 1.12rem) !important;
}

body.ke-modern-site .ke-content-section a:not(.ke-service-card) {
  color: var(--ke-red) !important;
}

body.ke-modern-site .ke-content-section img,
body.ke-modern-site .ke-gallery-section img {
  filter: none !important;
}

body.ke-modern-site .ke-content-section img.ke-media-ready,
body.ke-modern-site .ke-footer-section img.ke-media-ready {
  opacity: 1 !important;
}

body.ke-modern-site .ke-logo-home-link {
  display: block;
  flex: 0 0 auto;
  margin-right: auto;
  color: inherit;
  text-decoration: none;
}

body.ke-modern-site #MainMenuId > .pbMenu.first {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

body.ke-modern-site .ke-logo-home-link .SingleImage {
  transition: opacity 180ms ease, transform 220ms ease;
}

body.ke-modern-site .ke-logo-home-link:hover .SingleImage,
body.ke-modern-site .ke-logo-home-link:focus-visible .SingleImage {
  opacity: 0.9;
  transform: translateY(-2px);
}

body.ke-modern-site .ke-logo-home-link:focus-visible {
  outline: 2px solid var(--ke-red);
  outline-offset: 5px;
}

/* Final structural authority for the six static page compositions. */
body.ke-page-eventsrent #KlVfh4kdrLI4pVYI.ke-closing-scene--production {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr) !important;
  gap: 0 !important;
  padding: 0 !important;
}

body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1.ke-closing-scene--sustainable {
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr) !important;
  gap: clamp(48px, 7vw, 120px) !important;
}

body.ke-page-itweb #QYFZA4KgledQ19Jc.ke-closing-scene--digital {
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr) !important;
  grid-template-areas: "head head" "media copy" !important;
  gap: 40px 54px !important;
}

body.ke-page-itzoom #P54KyO48OvKrS4Sl.ke-closing-scene--broadcast {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding: 0 !important;
}

body.ke-page-publishing #p8z6jH5K9suoNXwb.ke-closing-scene--editorial {
  grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr) !important;
  grid-template-areas: "head head" "copy media" !important;
  gap: 48px clamp(50px, 7vw, 120px) !important;
}

body.ke-page-publishingcons #s7TYmiknOj2elZUR.ke-closing-scene--strategy {
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr) !important;
  gap: clamp(48px, 8vw, 130px) !important;
}

@media (max-width: 980px) {
  body.ke-page-eventsrent #KlVfh4kdrLI4pVYI.ke-closing-scene,
  body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1.ke-closing-scene,
  body.ke-page-itweb #QYFZA4KgledQ19Jc.ke-closing-scene,
  body.ke-page-itzoom #P54KyO48OvKrS4Sl.ke-closing-scene,
  body.ke-page-publishing #p8z6jH5K9suoNXwb.ke-closing-scene,
  body.ke-page-publishingcons #s7TYmiknOj2elZUR.ke-closing-scene {
    grid-template-columns: 1fr !important;
    grid-template-areas: none !important;
    gap: 38px !important;
  }
}

@media (max-width: 620px) {
  body.ke-page-eventsrent #KlVfh4kdrLI4pVYI.ke-closing-scene--production,
  body.ke-page-itzoom #P54KyO48OvKrS4Sl.ke-closing-scene--broadcast {
    gap: 0 !important;
    padding: 0 !important;
  }
}

body.ke-modern-site .ke-content-section.twoColumnsAndTop > .pbElements,
body.ke-modern-site .ke-content-section.twoColumns > .pbElements {
  gap: clamp(30px, 5vw, 78px) !important;
}

body.ke-modern-site .ke-submenu-section {
  position: sticky !important;
  z-index: 800;
  top: 108px;
  min-height: 0 !important;
  padding: 18px max(5vw, calc((100vw - 1280px) / 2)) !important;
  background: rgba(255, 255, 255, 0.97) !important;
  color: var(--ke-ink) !important;
  border-bottom: 1px solid var(--ke-line);
  opacity: 1 !important;
  transform: none !important;
}

body.ke-modern-site .ke-submenu-section .Links,
body.ke-modern-site .ke-submenu-section .pbElements {
  display: flex !important;
  flex-flow: row wrap !important;
  gap: 12px 34px !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
}

body.ke-modern-site .ke-submenu-section a {
  color: var(--ke-ink) !important;
  font-size: 0.94rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

body.ke-modern-site .ke-submenu-section a:hover,
body.ke-modern-site .ke-submenu-section a.router-link-active {
  color: var(--ke-red) !important;
}

/* Floating section tabs inspired by the SGEM World inner-page navigation */
body.ke-modern-site .ke-submenu-section.ke-submenu-empty {
  display: none !important;
}

body.ke-modern-site:not(.ke-modern-home),
body.ke-modern-site:not(.ke-modern-home) .routerViewWrapper {
  background: #fff !important;
}

body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) {
  top: 120px;
  width: min(940px, calc(100% - 48px)) !important;
  margin: -32px auto 30px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: transparent !important;
  box-shadow: 0 18px 42px rgba(23, 63, 58, 0.11);
}

body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) .Links,
body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) .pbElements {
  display: flex !important;
  flex-flow: row nowrap !important;
  gap: 7px !important;
  justify-content: stretch !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) .Links {
  flex-direction: row !important;
}

body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) .linkSpan::before,
body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) .linkSpan::after {
  display: none !important;
}

body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) a {
  position: relative;
  display: flex !important;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 14px 24px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  text-align: center;
  line-height: 1.25 !important;
  border-right: 0;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease !important;
}

body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) a:last-child {
  border-right: 0;
}

body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) a::after {
  display: none !important;
}

body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) a:hover,
body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) a.router-link-active {
  background: var(--ke-ink) !important;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(23, 63, 58, 0.16);
}

body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) .Links.fade-up,
body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) .Links.fade-in {
  opacity: 1 !important;
  transform: none !important;
}

body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) + .ke-content-section::before {
  display: none !important;
}

@media (max-width: 620px) {
  body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) {
    top: 88px;
    width: calc(100% - 24px) !important;
    margin: -24px auto 20px !important;
    padding: 0 !important;
    overflow: hidden;
  }

  body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) .Links,
  body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) .pbElements {
    flex-flow: column nowrap !important;
    width: 100% !important;
  }

  body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) .Links {
    flex-direction: column !important;
  }

  body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) a {
    flex: 0 0 auto;
    width: 100% !important;
    min-height: 48px;
    padding: 11px 18px !important;
    font-size: 0.82rem !important;
    border-right: 0;
    border-bottom: 0;
  }

  body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) a:last-child {
    border-bottom: 0;
  }

  body.ke-modern-site .ke-submenu-section:not(.ke-submenu-empty) a::after {
    right: 32%;
    bottom: 5px;
    left: 32%;
  }
}

body.ke-modern-site .ke-gallery-section .CaptionTitle {
  letter-spacing: 0 !important;
}

body.ke-modern-site .ke-form-section input,
body.ke-modern-site .ke-form-section textarea,
body.ke-modern-site .ke-form-section select {
  border-color: rgba(23, 63, 58, 0.45) !important;
  background: transparent !important;
  color: var(--ke-ink) !important;
}

body.ke-modern-site .ke-form-section button,
body.ke-modern-site .ke-form-section .Button,
body.ke-modern-site .ke-form-section input[type="submit"] {
  border-color: var(--ke-red) !important;
  background: var(--ke-red) !important;
  color: #fff !important;
}

body.ke-modern-site .ke-footer-section {
  display: grid !important;
  grid-template-columns: minmax(340px, 0.9fr) minmax(520px, 1.1fr);
  align-items: stretch !important;
  min-height: 620px !important;
  padding: 0 !important;
  background: #fff !important;
  color: var(--ke-ink) !important;
  opacity: 1 !important;
  transform: none !important;
}

body.ke-modern-site .ke-footer-section::before,
body.ke-modern-site .ke-footer-section::after,
body.ke-modern-site .ke-footer-section > [data-type="SingleImageBg"]::before,
body.ke-modern-site .ke-footer-section > [data-type="SingleImageBg"]::after {
  display: none !important;
}

body.ke-modern-site .ke-footer-section > [data-type="SingleImageBg"] {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  min-height: 620px;
  opacity: 1 !important;
  z-index: 1 !important;
}

body.ke-modern-site .ke-footer-section .ke-contact-photo {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.ke-modern-site .ke-footer-section > .pbElements {
  position: relative !important;
  z-index: 2 !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 118px clamp(42px, 5vw, 82px) 34px !important;
  background: #fff !important;
  text-align: left !important;
}

body.ke-modern-site .ke-footer-section .Header2 {
  max-width: 760px !important;
  margin: 0 0 24px !important;
  color: var(--ke-ink) !important;
  font-size: clamp(2.15rem, 2.65vw, 2.85rem) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.ke-modern-site .ke-footer-section .LongText,
body.ke-modern-site .ke-footer-section .ShortText {
  color: #343834 !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.ke-modern-site .ke-footer-section a {
  color: var(--ke-red) !important;
}

body.ke-modern-site .ke-footer-section .IconLinks {
  width: 100% !important;
  max-width: 780px !important;
  padding-top: 22px;
  border-top: 1px solid var(--ke-line);
  color: var(--ke-ink) !important;
}

body.ke-modern-site .ke-footer-section .GoogleMap {
  display: none !important;
}

body.ke-modern-site .cookieMessage {
  background: #123f3a !important;
  color: #fff !important;
  border-top: 1px solid rgba(255, 39, 13, 0.8) !important;
  box-shadow: 0 -12px 32px rgba(23, 63, 58, 0.18) !important;
}

body.ke-modern-site .cookieMessage .message {
  color: #fff !important;
  text-shadow: none !important;
}

body.ke-modern-site .cookieMessage .optionsWrapper > span {
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: transparent !important;
  color: #fff !important;
}

body.ke-modern-site .cookieMessage .optionsWrapper > .allow {
  border-color: var(--ke-red) !important;
  background: var(--ke-red) !important;
}

@media (max-width: 980px) {
  body.ke-modern-site:not(.ke-modern-home) #MainMenuId {
    min-height: 96px !important;
    padding: 0 22px !important;
  }

  body.ke-modern-site:not(.ke-modern-home) #xAhN5IHkK3erHJpE {
    width: min(72vw, 360px) !important;
    min-width: 0;
    height: 68px !important;
  }

  body.ke-modern-site.ke-no-image-hero:not(.ke-modern-home) .routerViewWrapper {
    padding-top: 96px;
  }

  body.ke-modern-site .ke-inner-hero {
    min-height: 58svh !important;
  }

  .ke-inner-hero__title {
    right: 24px;
    bottom: 48px;
    left: 24px;
  }

  .ke-inner-hero__title strong {
    font-size: clamp(2.7rem, 10vw, 4.8rem);
  }

  body.ke-modern-site .ke-submenu-section {
    top: 96px;
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  body.ke-modern-site .ke-content-section {
    padding: 72px 8vw !important;
  }

  body.ke-modern-site .ke-footer-section {
    grid-template-columns: 1fr;
  }

  body.ke-modern-site .ke-footer-section > [data-type="SingleImageBg"] {
    min-height: 52vw;
  }

  body.ke-modern-site .ke-footer-section > .pbElements {
    padding: 72px 8vw 58px !important;
  }
}

@media (max-width: 620px) {
  body.ke-modern-site:not(.ke-modern-home) #MainMenuId {
    min-height: 88px !important;
  }

  body.ke-modern-site:not(.ke-modern-home) #xAhN5IHkK3erHJpE {
    width: min(72vw, 330px) !important;
    height: 62px !important;
  }

  body.ke-modern-site.ke-no-image-hero:not(.ke-modern-home) .routerViewWrapper {
    padding-top: 88px;
  }

  body.ke-modern-site .ke-inner-hero {
    min-height: 520px !important;
  }

  .ke-inner-hero__title {
    bottom: 34px;
  }

  .ke-inner-hero__title span {
    padding-left: 48px;
    font-size: 0.7rem;
  }

  .ke-inner-hero__title strong {
    font-size: clamp(2.45rem, 11vw, 3.8rem);
  }

  body.ke-modern-site .ke-submenu-section {
    top: 88px;
    padding: 14px 18px !important;
  }

  body.ke-modern-site .ke-submenu-section .Links,
  body.ke-modern-site .ke-submenu-section .pbElements {
    justify-content: center !important;
  }

  body.ke-modern-site .ke-content-section {
    padding: 58px 24px !important;
  }

  body.ke-modern-site .ke-content-section::before {
    left: 24px;
  }

  body.ke-modern-site .ke-footer-section > [data-type="SingleImageBg"] {
    min-height: 76vw;
  }

  body.ke-modern-site .ke-footer-section > .pbElements {
    padding: 58px 24px 46px !important;
  }

  body.ke-modern-site .ke-footer-section .Header2 {
    font-size: 2.5rem !important;
  }
}

/* About page: editorial sequence, scoped to /about only */
body.ke-page-about #pepeyqRyyMEAeRrD {
  display: grid !important;
  grid-template-columns: minmax(420px, 0.9fr) minmax(560px, 1.1fr) !important;
  gap: 0 !important;
  min-height: 760px !important;
  padding: 0 !important;
  background: #fff !important;
}

body.ke-page-about #pepeyqRyyMEAeRrD::before {
  display: none;
}

body.ke-page-about #pepeyqRyyMEAeRrD > .left {
  width: 100% !important;
  min-width: 0;
  min-height: 760px;
  padding: 0 !important;
}

body.ke-page-about #pepeyqRyyMEAeRrD .SingleImage {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
}

body.ke-page-about #pepeyqRyyMEAeRrD .SingleImage img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.ke-page-about #pepeyqRyyMEAeRrD > .right {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  width: 100% !important;
  min-width: 0;
  padding: clamp(72px, 6vw, 110px) clamp(58px, 6vw, 112px) !important;
}

body.ke-page-about #pepeyqRyyMEAeRrD .Header {
  max-width: 720px !important;
  margin-bottom: 32px !important;
  color: var(--ke-ink) !important;
  font-size: clamp(3rem, 4.4vw, 5rem) !important;
}

body.ke-page-about #pepeyqRyyMEAeRrD .Header::before {
  content: "Who we are";
  display: block;
  margin-bottom: 24px;
  color: var(--ke-red);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.ke-page-about #pepeyqRyyMEAeRrD .LongText {
  max-width: 760px !important;
  color: #3f4541 !important;
  font-size: 1.04rem !important;
  line-height: 1.78 !important;
  text-align: left !important;
}

body.ke-page-about #GytDSJcAjAimtTqW {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.7fr) minmax(520px, 1.3fr) !important;
  gap: clamp(56px, 8vw, 140px) !important;
  align-items: start !important;
  padding: clamp(86px, 8vw, 136px) max(6vw, calc((100vw - 1320px) / 2)) !important;
  background: var(--ke-ink) !important;
  border-top: 4px solid #7453a6;
}

body.ke-page-about #GytDSJcAjAimtTqW::before {
  top: clamp(86px, 8vw, 136px);
  left: max(6vw, calc((100vw - 1320px) / 2));
  width: 54px;
  background: var(--ke-red);
}

body.ke-page-about #GytDSJcAjAimtTqW .Header2 {
  margin: 34px 0 0 !important;
  color: #fff !important;
  font-size: clamp(2.8rem, 4.4vw, 5rem) !important;
}

body.ke-page-about #GytDSJcAjAimtTqW .LongText {
  max-width: 800px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: clamp(1.08rem, 1.4vw, 1.28rem) !important;
  line-height: 1.72 !important;
  text-align: left !important;
}

body.ke-page-about #MPE0zFw40tPrXC3R {
  display: block !important;
  padding: clamp(86px, 8vw, 132px) max(5vw, calc((100vw - 1360px) / 2)) !important;
  background: #fff !important;
  border-top: 4px solid #c98618;
}

body.ke-page-about #MPE0zFw40tPrXC3R::before {
  left: max(5vw, calc((100vw - 1360px) / 2));
}

body.ke-page-about #MPE0zFw40tPrXC3R > .pbElements:first-child {
  align-items: flex-start !important;
  max-width: 900px;
  margin: 0 0 54px !important;
}

body.ke-page-about #MPE0zFw40tPrXC3R .Header2 {
  margin-bottom: 18px !important;
  color: var(--ke-ink) !important;
  font-size: clamp(2.7rem, 4.4vw, 4.8rem) !important;
  text-align: left !important;
}

body.ke-page-about #MPE0zFw40tPrXC3R > .pbElements:first-child .LongText {
  max-width: 820px !important;
  margin: 0 !important;
  color: #555b57 !important;
  text-align: left !important;
}

body.ke-page-about #MPE0zFw40tPrXC3R .horizontalSlide {
  overflow: visible !important;
}

body.ke-page-about #MPE0zFw40tPrXC3R .arrowContainer {
  display: none !important;
}

body.ke-page-about #MPE0zFw40tPrXC3R .Gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 54px 28px !important;
  width: 100% !important;
  margin: 0 !important;
  transform: none !important;
}

body.ke-page-about #MPE0zFw40tPrXC3R .Item {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-about #MPE0zFw40tPrXC3R .Item:last-child {
  grid-column: 2;
}

body.ke-page-about #MPE0zFw40tPrXC3R .imgWrapper {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ke-paper);
}

body.ke-page-about #MPE0zFw40tPrXC3R .imgWrapper img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  transform: scale(1.001);
  transition: transform 500ms ease !important;
}

body.ke-page-about #MPE0zFw40tPrXC3R .Item:hover .imgWrapper img {
  transform: scale(1.035);
}

body.ke-page-about #MPE0zFw40tPrXC3R .aFigcaptionBgCover {
  display: none !important;
}

body.ke-page-about #MPE0zFw40tPrXC3R .aFigcaption {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  position: static !important;
  width: 100% !important;
  padding: 20px 0 0 !important;
  color: var(--ke-ink) !important;
  text-align: left !important;
  text-decoration: none !important;
}

body.ke-page-about #MPE0zFw40tPrXC3R .CaptionTitle {
  color: var(--ke-ink) !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
}

body.ke-page-about #MPE0zFw40tPrXC3R .CaptionSubTitle {
  margin-top: 8px !important;
  color: #636965 !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
}

body.ke-page-about #zYAcVPdRuZZ77YqD {
  display: grid !important;
  grid-template-columns: minmax(350px, 0.82fr) minmax(540px, 1.18fr) !important;
  gap: clamp(58px, 8vw, 140px) !important;
  align-items: start !important;
  padding: clamp(86px, 8vw, 132px) max(6vw, calc((100vw - 1320px) / 2)) !important;
  overflow: hidden;
  background: var(--ke-paper) !important;
  border-top: 4px solid #138a68;
}

body.ke-page-about #zYAcVPdRuZZ77YqD::after {
  content: "DE / EN";
  position: absolute;
  right: max(5vw, calc((100vw - 1420px) / 2));
  bottom: -0.18em;
  color: rgba(23, 63, 58, 0.055);
  font-size: clamp(7rem, 14vw, 14rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

body.ke-page-about #zYAcVPdRuZZ77YqD .Header2,
body.ke-page-about #zYAcVPdRuZZ77YqD .LongText {
  position: relative;
  z-index: 1;
}

body.ke-page-about #zYAcVPdRuZZ77YqD .Header2 {
  margin: 0 !important;
  color: var(--ke-ink) !important;
  font-size: clamp(2.5rem, 3.9vw, 4.3rem) !important;
}

body.ke-page-about #zYAcVPdRuZZ77YqD .LongText {
  max-width: 780px !important;
  margin: 0 !important;
  color: #424844 !important;
  font-size: 1.04rem !important;
  line-height: 1.78 !important;
  text-align: left !important;
}

/* Events organization: seven compact phases, rebuilt from the exported sections. */
body.ke-page-eventsorg .ke-events-accordion {
  width:min(calc(100% - 48px),1180px) !important;
  min-height:0 !important;
  margin:12px auto !important;
  padding:0 !important;
  overflow:hidden;
  border-radius:6px;
  background:linear-gradient(110deg,#f3f7f5 0%,#fff 100%) !important;
  box-shadow:0 12px 34px rgba(18,63,57,.07);
  transition:background-color 240ms ease,box-shadow 240ms ease,transform 240ms ease;
}

body.ke-page-eventsorg .ke-events-accordion:nth-of-type(even) {
  background:linear-gradient(110deg,#fff7f2 0%,#fff 100%) !important;
}

body.ke-page-eventsorg .ke-events-accordion.is-open {
  background:linear-gradient(120deg,#eaf4f1 0%,#fff 74%) !important;
  box-shadow:0 22px 54px rgba(18,63,57,.12);
}

body.ke-page-eventsorg .ke-events-accordion::before,
body.ke-page-eventsorg .ke-events-accordion > .wrapperTop,
body.ke-page-eventsorg .ke-events-accordion .Header2::before {
  display:none !important;
}

body.ke-page-eventsorg .ke-events-accordion > .colWrapper {
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

body.ke-page-eventsorg .ke-events-accordion.is-open > .colWrapper {
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr) !important;
  gap:clamp(28px,5vw,76px) !important;
}

body.ke-page-eventsorg .ke-events-accordion .left,
body.ke-page-eventsorg .ke-events-accordion .right {
  width:auto !important;
  min-width:0;
  margin:0 !important;
}

body.ke-page-eventsorg .ke-events-accordion .left {
  max-width:none !important;
  padding:22px clamp(22px,3vw,38px) !important;
}

body.ke-page-eventsorg .ke-events-accordion .Header2 {
  display:grid !important;
  grid-template-columns:44px minmax(0,1fr) 28px;
  gap:14px;
  align-items:center;
  width:100%;
  max-width:none !important;
  margin:0 !important;
  color:#153f3a !important;
  cursor:pointer;
  font-size:clamp(1.08rem,1.65vw,1.42rem) !important;
  font-weight:600 !important;
  line-height:1.25 !important;
  outline:none;
}

body.ke-page-eventsorg .ke-events-accordion .Header2:hover,
body.ke-page-eventsorg .ke-events-accordion .Header2:focus-visible { color:#d54c37 !important; }
body.ke-page-eventsorg .ke-events-accordion .Header2:focus-visible { outline:2px solid rgba(213,76,55,.45); outline-offset:6px; }

body.ke-page-eventsorg .ke-events-step {
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:rgba(18,63,57,.09);
  color:#177d70;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
}

body.ke-page-eventsorg .ke-events-accordion.is-open .ke-events-step {
  background:#ff3924;
  color:#fff;
  box-shadow:0 8px 20px rgba(255,57,36,.22);
}

body.ke-page-eventsorg .ke-accordion-marker {
  position:relative;
  width:24px;
  height:24px;
  color:#177d70;
}

body.ke-page-eventsorg .ke-accordion-marker::before,
body.ke-page-eventsorg .ke-accordion-marker::after {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:9px;
  height:9px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:translate(-50%,-66%) rotate(45deg);
  transition:transform 260ms ease;
}

body.ke-page-eventsorg .ke-accordion-marker::after { display:none; }
body.ke-page-eventsorg .ke-events-accordion.is-open .ke-accordion-marker::before { transform:translate(-50%,-34%) rotate(225deg); }

body.ke-page-eventsorg .ke-events-accordion .right {
  overflow:hidden;
  max-height:0;
  padding:0 !important;
  opacity:0;
  transition:max-height 520ms ease,opacity 300ms ease !important;
}

body.ke-page-eventsorg .ke-events-accordion.is-open .right {
  padding:24px clamp(26px,4vw,54px) 28px 0 !important;
  opacity:1;
}

body.ke-page-eventsorg .ke-events-accordion .right .LongText {
  max-width:760px !important;
  margin:0 !important;
  color:#3e4c48 !important;
  font-size:.98rem !important;
  line-height:1.68 !important;
  text-align:left !important;
}

@media (max-width:760px) {
  body.ke-page-eventsorg .ke-events-accordion { width:calc(100% - 28px) !important; }
  body.ke-page-eventsorg .ke-events-accordion.is-open > .colWrapper { grid-template-columns:1fr !important; gap:0 !important; }
  body.ke-page-eventsorg .ke-events-accordion .left { padding:18px 18px !important; }
  body.ke-page-eventsorg .ke-events-accordion .Header2 { grid-template-columns:38px minmax(0,1fr) 24px; gap:10px; font-size:1.04rem !important; }
  body.ke-page-eventsorg .ke-events-step { width:34px; height:34px; }
  body.ke-page-eventsorg .ke-events-accordion.is-open .right { padding:0 20px 24px 66px !important; }
}

/* Event technology rentals: dense equipment index and balanced closing story */
body.ke-page-eventsrent #R80WS9UJceXXkaKo {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(54px, 8vw, 126px) !important;
  align-items: start !important;
}

body.ke-page-eventsrent #R80WS9UJceXXkaKo > .wrapperTop,
body.ke-page-eventsrent #R80WS9UJceXXkaKo > .colWrapper {
  width: 100% !important;
  margin: 0 !important;
}

body.ke-page-eventsrent #R80WS9UJceXXkaKo > .wrapperTop {
  position: sticky;
  top: 190px;
}

body.ke-page-eventsrent #R80WS9UJceXXkaKo > .wrapperTop .Header2 {
  max-width: 440px !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: clamp(2.5rem, 4vw, 4.3rem) !important;
}

body.ke-page-eventsrent #R80WS9UJceXXkaKo > .colWrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 clamp(34px, 4vw, 62px) !important;
}

body.ke-page-eventsrent #R80WS9UJceXXkaKo .left,
body.ke-page-eventsrent #R80WS9UJceXXkaKo .right {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-eventsrent #R80WS9UJceXXkaKo .LongText {
  margin: 0 !important;
  text-align: left !important;
}

body.ke-page-eventsrent #KlVfh4kdrLI4pVYI {
  display: grid !important;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr) !important;
  gap: clamp(58px, 8vw, 130px) !important;
  align-items: center !important;
}

body.ke-page-eventsrent #KlVfh4kdrLI4pVYI > .left,
body.ke-page-eventsrent #KlVfh4kdrLI4pVYI > .right {
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-eventsrent #KlVfh4kdrLI4pVYI .SingleImage {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.ke-page-eventsrent #KlVfh4kdrLI4pVYI .SingleImage img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: 4 / 3;
  object-fit: cover !important;
}

body.ke-page-eventsrent #KlVfh4kdrLI4pVYI .Header2 {
  max-width: 660px !important;
  margin-bottom: 34px !important;
  font-size: clamp(2.5rem, 4vw, 4.4rem) !important;
}

body.ke-page-eventsrent #KlVfh4kdrLI4pVYI .LongText {
  max-width: 680px !important;
  margin: 0 !important;
  text-align: left !important;
}

@media (max-width: 980px) {
  body.ke-page-eventsrent #R80WS9UJceXXkaKo,
  body.ke-page-eventsrent #KlVfh4kdrLI4pVYI {
    grid-template-columns: 1fr !important;
  }

  body.ke-page-eventsrent #R80WS9UJceXXkaKo > .wrapperTop {
    position: static;
  }
}

@media (max-width: 620px) {
  body.ke-page-eventsrent #R80WS9UJceXXkaKo > .colWrapper {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.ke-page-eventsrent #R80WS9UJceXXkaKo > .wrapperTop .Header2,
  body.ke-page-eventsrent #KlVfh4kdrLI4pVYI .Header2 {
    font-size: 2.35rem !important;
  }
}

/* Sustainability consulting: retain every service while improving scanability */
body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(54px, 8vw, 126px) !important;
  align-items: start !important;
}

body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn > .wrapperTop,
body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn > .colWrapper {
  width: 100% !important;
  margin: 0 !important;
}

body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn > .wrapperTop {
  position: sticky;
  top: 190px;
}

body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn > .wrapperTop .Header2 {
  max-width: 450px !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: clamp(2.45rem, 3.8vw, 4.15rem) !important;
}

body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn > .colWrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 clamp(34px, 4vw, 62px) !important;
}

body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn .left,
body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn .right {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn .LongText {
  margin: 0 !important;
  text-align: left !important;
}

body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1 {
  display: grid !important;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr) !important;
  gap: clamp(58px, 8vw, 130px) !important;
  align-items: center !important;
}

body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1 > .left,
body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1 > .right {
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1 .SingleImage {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1 .SingleImage img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: 4 / 3;
  object-fit: cover !important;
}

body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1 .Header2 {
  max-width: 660px !important;
  margin-bottom: 34px !important;
  font-size: clamp(2.5rem, 4vw, 4.4rem) !important;
}

body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1 .LongText {
  max-width: 680px !important;
  margin: 0 !important;
  text-align: left !important;
}

@media (max-width: 980px) {
  body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn,
  body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1 {
    grid-template-columns: 1fr !important;
  }

  body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn > .wrapperTop {
    position: static;
  }
}

@media (max-width: 620px) {
  body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn > .colWrapper {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.ke-page-eventsconsult #x6rH6YgUeMOkx1qn > .wrapperTop .Header2,
  body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1 .Header2 {
    font-size: 2.3rem !important;
  }
}

/* Web development: complete technical service index with an editorial image close */
body.ke-page-itweb #wfPIr0dl5PnpjZly {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(54px, 8vw, 126px) !important;
  align-items: start !important;
}

body.ke-page-itweb #wfPIr0dl5PnpjZly > .wrapperTop,
body.ke-page-itweb #wfPIr0dl5PnpjZly > .colWrapper {
  width: 100% !important;
  margin: 0 !important;
}

body.ke-page-itweb #wfPIr0dl5PnpjZly > .wrapperTop {
  position: sticky;
  top: 190px;
}

body.ke-page-itweb #wfPIr0dl5PnpjZly > .wrapperTop .Header2 {
  max-width: 450px !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: clamp(2.4rem, 3.7vw, 4rem) !important;
}

body.ke-page-itweb #wfPIr0dl5PnpjZly > .colWrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 clamp(34px, 4vw, 62px) !important;
}

body.ke-page-itweb #wfPIr0dl5PnpjZly .left,
body.ke-page-itweb #wfPIr0dl5PnpjZly .right {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-itweb #wfPIr0dl5PnpjZly .LongText {
  margin: 0 !important;
  text-align: left !important;
}

body.ke-page-itweb #QYFZA4KgledQ19Jc {
  display: grid !important;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr) !important;
  gap: clamp(58px, 8vw, 130px) !important;
  align-items: center !important;
}

body.ke-page-itweb #QYFZA4KgledQ19Jc > .left,
body.ke-page-itweb #QYFZA4KgledQ19Jc > .right {
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-itweb #QYFZA4KgledQ19Jc .SingleImage {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.ke-page-itweb #QYFZA4KgledQ19Jc .SingleImage img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: 4 / 3;
  object-fit: cover !important;
}

body.ke-page-itweb #QYFZA4KgledQ19Jc .Header2 {
  max-width: 660px !important;
  margin-bottom: 34px !important;
  font-size: clamp(2.45rem, 3.8vw, 4.15rem) !important;
}

body.ke-page-itweb #QYFZA4KgledQ19Jc .LongText {
  max-width: 680px !important;
  margin: 0 !important;
  text-align: left !important;
}

@media (max-width: 980px) {
  body.ke-page-itweb #wfPIr0dl5PnpjZly,
  body.ke-page-itweb #QYFZA4KgledQ19Jc {
    grid-template-columns: 1fr !important;
  }

  body.ke-page-itweb #wfPIr0dl5PnpjZly > .wrapperTop {
    position: static;
  }
}

@media (max-width: 620px) {
  body.ke-page-itweb #wfPIr0dl5PnpjZly > .colWrapper {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.ke-page-itweb #wfPIr0dl5PnpjZly > .wrapperTop .Header2,
  body.ke-page-itweb #QYFZA4KgledQ19Jc .Header2 {
    font-size: 2.3rem !important;
  }
}

/* Hybrid and virtual events: sister composition to the web services page */
body.ke-page-itzoom #deEnO4Bsyn7w8tkd {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(54px, 8vw, 126px) !important;
  align-items: start !important;
}

body.ke-page-itzoom #deEnO4Bsyn7w8tkd > .wrapperTop,
body.ke-page-itzoom #deEnO4Bsyn7w8tkd > .colWrapper {
  width: 100% !important;
  margin: 0 !important;
}

body.ke-page-itzoom #deEnO4Bsyn7w8tkd > .wrapperTop {
  position: sticky;
  top: 190px;
}

body.ke-page-itzoom #deEnO4Bsyn7w8tkd > .wrapperTop .Header2 {
  max-width: 450px !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: clamp(2.45rem, 3.8vw, 4.1rem) !important;
}

body.ke-page-itzoom #deEnO4Bsyn7w8tkd > .colWrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 clamp(34px, 4vw, 62px) !important;
}

body.ke-page-itzoom #deEnO4Bsyn7w8tkd .left,
body.ke-page-itzoom #deEnO4Bsyn7w8tkd .right {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-itzoom #deEnO4Bsyn7w8tkd .LongText {
  margin: 0 !important;
  text-align: left !important;
}

body.ke-page-itzoom #P54KyO48OvKrS4Sl {
  display: grid !important;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr) !important;
  gap: clamp(58px, 8vw, 130px) !important;
  align-items: center !important;
}

body.ke-page-itzoom #P54KyO48OvKrS4Sl > .left,
body.ke-page-itzoom #P54KyO48OvKrS4Sl > .right {
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-itzoom #P54KyO48OvKrS4Sl .SingleImage {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.ke-page-itzoom #P54KyO48OvKrS4Sl .SingleImage img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: 4 / 3;
  object-fit: cover !important;
}

body.ke-page-itzoom #P54KyO48OvKrS4Sl .Header2 {
  max-width: 680px !important;
  margin-bottom: 34px !important;
  font-size: clamp(2.45rem, 3.8vw, 4.1rem) !important;
}

body.ke-page-itzoom #P54KyO48OvKrS4Sl .LongText {
  max-width: 680px !important;
  margin: 0 !important;
  text-align: left !important;
}

@media (max-width: 980px) {
  body.ke-page-itzoom #deEnO4Bsyn7w8tkd,
  body.ke-page-itzoom #P54KyO48OvKrS4Sl {
    grid-template-columns: 1fr !important;
  }

  body.ke-page-itzoom #deEnO4Bsyn7w8tkd > .wrapperTop {
    position: static;
  }
}

@media (max-width: 620px) {
  body.ke-page-itzoom #deEnO4Bsyn7w8tkd > .colWrapper {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.ke-page-itzoom #deEnO4Bsyn7w8tkd > .wrapperTop .Header2,
  body.ke-page-itzoom #P54KyO48OvKrS4Sl .Header2 {
    font-size: 2.3rem !important;
  }
}

/* Publishing: full editorial service index with a strong photographic close */
body.ke-page-publishing #DGe0FCfSC9iuzwgU {
  padding-top: clamp(58px, 6vw, 86px) !important;
  padding-bottom: clamp(64px, 6vw, 92px) !important;
}

body.ke-page-publishing #DGe0FCfSC9iuzwgU::before,
body.ke-page-publishing #GUJ424onDzSan47q::before,
body.ke-page-publishing #p8z6jH5K9suoNXwb::before {
  display: none !important;
}

body.ke-page-publishing #DGe0FCfSC9iuzwgU .Header2 {
  max-width: 1120px !important;
  margin-bottom: 30px !important;
  font-size: clamp(2.35rem, 4vw, 4.15rem) !important;
}

body.ke-page-publishing #DGe0FCfSC9iuzwgU .LongText {
  max-width: 1120px !important;
  margin: 0 !important;
  text-align: left !important;
}

body.ke-page-publishing #GUJ424onDzSan47q {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(54px, 8vw, 126px) !important;
  align-items: start !important;
}

body.ke-page-publishing #GUJ424onDzSan47q > .wrapperTop,
body.ke-page-publishing #GUJ424onDzSan47q > .colWrapper {
  width: 100% !important;
  margin: 0 !important;
}

body.ke-page-publishing #GUJ424onDzSan47q > .wrapperTop {
  position: sticky;
  top: 190px;
}

body.ke-page-publishing #GUJ424onDzSan47q > .wrapperTop .Header2 {
  max-width: 440px !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: clamp(2.45rem, 3.8vw, 4.1rem) !important;
}

body.ke-page-publishing #GUJ424onDzSan47q > .colWrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 clamp(34px, 4vw, 62px) !important;
}

body.ke-page-publishing #GUJ424onDzSan47q .left,
body.ke-page-publishing #GUJ424onDzSan47q .right {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-publishing #GUJ424onDzSan47q .LongText {
  margin: 0 !important;
  text-align: left !important;
}

body.ke-page-publishing #p8z6jH5K9suoNXwb {
  display: grid !important;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr) !important;
  gap: clamp(58px, 8vw, 130px) !important;
  align-items: center !important;
}

body.ke-page-publishing #p8z6jH5K9suoNXwb > .left,
body.ke-page-publishing #p8z6jH5K9suoNXwb > .right {
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-publishing #p8z6jH5K9suoNXwb .SingleImage {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.ke-page-publishing #p8z6jH5K9suoNXwb .SingleImage img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: 4 / 3;
  object-fit: cover !important;
}

body.ke-page-publishing #p8z6jH5K9suoNXwb .Header2 {
  max-width: 680px !important;
  margin-bottom: 34px !important;
  font-size: clamp(2.4rem, 3.7vw, 4rem) !important;
}

body.ke-page-publishing #p8z6jH5K9suoNXwb .LongText {
  max-width: 680px !important;
  margin: 0 !important;
  text-align: left !important;
}

@media (max-width: 980px) {
  body.ke-page-publishing #GUJ424onDzSan47q,
  body.ke-page-publishing #p8z6jH5K9suoNXwb {
    grid-template-columns: 1fr !important;
  }

  body.ke-page-publishing #GUJ424onDzSan47q > .wrapperTop {
    position: static;
  }
}

@media (max-width: 620px) {
  body.ke-page-publishing #DGe0FCfSC9iuzwgU {
    padding-top: 54px !important;
    padding-bottom: 62px !important;
  }

  body.ke-page-publishing #GUJ424onDzSan47q > .colWrapper {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.ke-page-publishing #DGe0FCfSC9iuzwgU .Header2,
  body.ke-page-publishing #GUJ424onDzSan47q > .wrapperTop .Header2,
  body.ke-page-publishing #p8z6jH5K9suoNXwb .Header2 {
    font-size: 2.25rem !important;
  }
}

/* Consulting and strategy: measured hierarchy for the complete advisory offer */
body.ke-page-publishingcons #sp7JsHyhu39ZSQBE {
  padding-top: clamp(58px, 6vw, 86px) !important;
  padding-bottom: clamp(64px, 6vw, 92px) !important;
}

body.ke-page-publishingcons #sp7JsHyhu39ZSQBE::before,
body.ke-page-publishingcons #ODlhgOJ03txZRnpC::before,
body.ke-page-publishingcons #s7TYmiknOj2elZUR::before {
  display: none !important;
}

body.ke-page-publishingcons #sp7JsHyhu39ZSQBE .Header2 {
  max-width: 1120px !important;
  margin-bottom: 30px !important;
  font-size: clamp(2.35rem, 4vw, 4.05rem) !important;
}

body.ke-page-publishingcons #sp7JsHyhu39ZSQBE .LongText {
  max-width: 1120px !important;
  margin: 0 !important;
  text-align: left !important;
}

body.ke-page-publishingcons #ODlhgOJ03txZRnpC {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(54px, 8vw, 126px) !important;
  align-items: start !important;
}

body.ke-page-publishingcons #ODlhgOJ03txZRnpC > .wrapperTop,
body.ke-page-publishingcons #ODlhgOJ03txZRnpC > .colWrapper {
  width: 100% !important;
  margin: 0 !important;
}

body.ke-page-publishingcons #ODlhgOJ03txZRnpC > .wrapperTop {
  position: sticky;
  top: 190px;
}

body.ke-page-publishingcons #ODlhgOJ03txZRnpC > .wrapperTop .Header2 {
  max-width: 440px !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: clamp(2.45rem, 3.8vw, 4.05rem) !important;
}

body.ke-page-publishingcons #ODlhgOJ03txZRnpC > .colWrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 clamp(34px, 4vw, 62px) !important;
}

body.ke-page-publishingcons #ODlhgOJ03txZRnpC .left,
body.ke-page-publishingcons #ODlhgOJ03txZRnpC .right {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-publishingcons #ODlhgOJ03txZRnpC .LongText {
  margin: 0 !important;
  text-align: left !important;
}

body.ke-page-publishingcons #s7TYmiknOj2elZUR {
  display: grid !important;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr) !important;
  gap: clamp(58px, 8vw, 130px) !important;
  align-items: center !important;
}

body.ke-page-publishingcons #s7TYmiknOj2elZUR > .left,
body.ke-page-publishingcons #s7TYmiknOj2elZUR > .right {
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

body.ke-page-publishingcons #s7TYmiknOj2elZUR .SingleImage {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.ke-page-publishingcons #s7TYmiknOj2elZUR .SingleImage img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: 4 / 3;
  object-fit: cover !important;
}

body.ke-page-publishingcons #s7TYmiknOj2elZUR .Header2 {
  max-width: 680px !important;
  margin-bottom: 34px !important;
  font-size: clamp(2.35rem, 3.6vw, 3.9rem) !important;
}

body.ke-page-publishingcons #s7TYmiknOj2elZUR .LongText {
  max-width: 680px !important;
  margin: 0 !important;
  text-align: left !important;
}

@media (max-width: 980px) {
  body.ke-page-publishingcons #ODlhgOJ03txZRnpC,
  body.ke-page-publishingcons #s7TYmiknOj2elZUR {
    grid-template-columns: 1fr !important;
  }

  body.ke-page-publishingcons #ODlhgOJ03txZRnpC > .wrapperTop {
    position: static;
  }
}

@media (max-width: 620px) {
  body.ke-page-publishingcons #sp7JsHyhu39ZSQBE {
    padding-top: 54px !important;
    padding-bottom: 62px !important;
  }

  body.ke-page-publishingcons #ODlhgOJ03txZRnpC > .colWrapper {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.ke-page-publishingcons #sp7JsHyhu39ZSQBE .Header2,
  body.ke-page-publishingcons #ODlhgOJ03txZRnpC > .wrapperTop .Header2,
  body.ke-page-publishingcons #s7TYmiknOj2elZUR .Header2 {
    font-size: 2.25rem !important;
  }
}

/* Six service stories, each with its own information architecture. */
body.ke-page-eventsrent { --ke-page-accent: #ff3924; --ke-page-tint: #f5f2f0; }
body.ke-page-eventsconsult { --ke-page-accent: #16896c; --ke-page-tint: #eff7f2; }
body.ke-page-itweb { --ke-page-accent: #246fa5; --ke-page-tint: #f2f6f8; }
body.ke-page-itzoom { --ke-page-accent: #bf4d9a; --ke-page-tint: #f7f1f6; }
body.ke-page-publishing { --ke-page-accent: #d78617; --ke-page-tint: #fbf5e9; }
body.ke-page-publishingcons { --ke-page-accent: #0f8076; --ke-page-tint: #edf5f3; }

body.ke-modern-site .ke-feature-system {
  align-items: start !important;
  background: var(--ke-page-tint) !important;
}

body.ke-modern-site .ke-feature-system::before { display: none !important; }

body.ke-modern-site .ke-feature-system > .wrapperTop .Header2 {
  color: var(--ke-ink) !important;
  font-size: clamp(2.15rem, 2.8vw, 3rem) !important;
  line-height: 1.05 !important;
}

.ke-feature-tabs { width: 100%; min-width: 0; }
.ke-feature-tabs__eyebrow {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  color: var(--ke-page-accent);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.ke-feature-tabs__eyebrow small { color: inherit; font: inherit; }
.ke-feature-tabs__visual { position: relative; margin: 0; overflow: hidden; background: var(--ke-ink); }
.ke-feature-tabs__visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.22,1,.36,1); }
.ke-feature-tabs__visual:hover img { transform: scale(1.025); }
.ke-feature-tabs__visual figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 38px 24px 18px;
  background: linear-gradient(transparent, rgba(6,27,25,.86));
  color: #fff;
  font-size: .83rem;
  line-height: 1.45;
}
.ke-feature-tabs__nav { min-width: 0; scrollbar-width: none; }
.ke-feature-tabs__nav::-webkit-scrollbar { display: none; }
.ke-feature-tab {
  border: 0;
  background: transparent;
  color: var(--ke-ink);
  text-align: left;
  cursor: pointer;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}
.ke-feature-tab span { color: var(--ke-page-accent); font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.ke-feature-tab strong { display: block; font-size: .9rem; font-weight: 700; line-height: 1.3; }
.ke-feature-tab:focus-visible { outline: 3px solid color-mix(in srgb, var(--ke-page-accent) 34%, transparent); outline-offset: 2px; }
.ke-feature-story { position: relative; overflow: hidden; animation: ke-story-in 420ms cubic-bezier(.22,1,.36,1) both; }
.ke-feature-story[hidden] { display: none !important; }
.ke-feature-story__number { position: absolute; pointer-events: none; font-weight: 800; line-height: 1; }
.ke-feature-story h3, .ke-feature-story__copy { position: relative; z-index: 1; }
.ke-feature-story h3 { margin: 0 0 20px; font-weight: 600; line-height: 1.1; }
.ke-feature-story__copy { color: #3d4541; font-size: clamp(.98rem,1.08vw,1.06rem); line-height: 1.72; }

/* Live production: image-led control desk. */
.ke-feature-tabs--production {
  display: grid;
  grid-template-columns: minmax(250px,.82fr) minmax(0,1.18fr);
  grid-template-areas: "label label" "visual nav" "visual panel";
  background: #102c2a;
  box-shadow: 0 28px 70px rgba(8,35,32,.18);
}
.ke-feature-tabs--production .ke-feature-tabs__eyebrow { grid-area: label; padding: 18px 22px; color: #ff6a57; }
.ke-feature-tabs--production .ke-feature-tabs__visual { grid-area: visual; min-height: 520px; }
.ke-feature-tabs--production .ke-feature-tabs__nav { grid-area: nav; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:6px; padding: 18px 20px 0; }
.ke-feature-tabs--production .ke-feature-tab { min-height: 64px; padding: 11px 13px; color: rgba(255,255,255,.72); background:rgba(255,255,255,.045); }
.ke-feature-tabs--production .ke-feature-tab.is-active { background: #ff3924; color: #fff; transform: translateX(5px); }
.ke-feature-tabs--production .ke-feature-tab.is-active span { color: #fff; }
.ke-feature-tabs--production .ke-feature-tabs__panels { grid-area: panel; }
.ke-feature-tabs--production .ke-feature-story { min-height: 250px; padding: 30px 34px 38px; color: #fff; }
.ke-feature-tabs--production .ke-feature-story h3 { color: #fff; font-size: clamp(1.65rem,2.3vw,2.3rem); }
.ke-feature-tabs--production .ke-feature-story__copy { color: rgba(255,255,255,.76); }
.ke-feature-tabs--production .ke-feature-story__number { right: 18px; bottom: -24px; color: rgba(255,255,255,.06); font-size: 8rem; }

/* Sustainability: a visual path with chapter milestones. */
.ke-feature-tabs--path { display: grid; grid-template-columns: minmax(230px,.65fr) minmax(0,1.35fr); gap: 0 34px; }
.ke-feature-tabs--path .ke-feature-tabs__eyebrow { grid-column: 1/-1; margin-bottom: 15px; }
.ke-feature-tabs--path .ke-feature-tabs__visual { grid-column: 1/-1; height: 280px; margin-bottom: 28px; }
.ke-feature-tabs--path .ke-feature-tabs__visual img { object-position: center 46%; }
.ke-feature-tabs--path .ke-feature-tabs__nav { position: relative; padding-left: 20px; }
.ke-feature-tabs--path .ke-feature-tabs__nav::before { content:""; position:absolute; top:12px; bottom:12px; left:4px; width:1px; background:rgba(22,137,108,.28); }
.ke-feature-tabs--path .ke-feature-tab { position: relative; display: grid; grid-template-columns: 32px 1fr; gap: 8px; width: 100%; padding: 10px 10px 10px 14px; }
.ke-feature-tabs--path .ke-feature-tab::before { content:""; position:absolute; left:-20px; top:18px; width:9px; height:9px; border:2px solid #16896c; border-radius:50%; background:#eff7f2; }
.ke-feature-tabs--path .ke-feature-tab.is-active { color:#16896c; transform:translateX(5px); }
.ke-feature-tabs--path .ke-feature-tab.is-active::before { background:#16896c; box-shadow:0 0 0 6px rgba(22,137,108,.12); }
.ke-feature-tabs--path .ke-feature-story { min-height: 330px; padding: 36px 40px; background:linear-gradient(145deg,#fff 0%,#f4faf7 100%); box-shadow:0 20px 48px rgba(20,91,73,.1); }
.ke-feature-tabs--path .ke-feature-story h3 { max-width:620px; color:#123e38; font-size:clamp(1.8rem,2.8vw,2.65rem); }
.ke-feature-tabs--path .ke-feature-story__number { right:20px; bottom:-24px; color:rgba(22,137,108,.08); font-size:9rem; }

/* Digital studio: a modular service canvas. */
.ke-feature-tabs--studio { display:grid; grid-template-columns:minmax(210px,.48fr) minmax(0,1.52fr); gap:22px; }
.ke-feature-tabs--studio .ke-feature-tabs__eyebrow { grid-column:1/-1; }
.ke-feature-tabs--studio .ke-feature-tabs__visual { min-height:310px; }
.ke-feature-tabs--studio .ke-feature-tabs__nav { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
.ke-feature-tabs--studio .ke-feature-tab { min-height:98px; padding:14px; border:0; background:rgba(255,255,255,.8); box-shadow:0 8px 22px rgba(31,86,125,.07); }
.ke-feature-tabs--studio .ke-feature-tab:nth-child(1), .ke-feature-tabs--studio .ke-feature-tab:nth-child(6) { grid-column:span 2; }
.ke-feature-tabs--studio .ke-feature-tab:hover { transform:translateY(-3px); border-color:#246fa5; }
.ke-feature-tabs--studio .ke-feature-tab.is-active { background:#246fa5; color:#fff; border-color:#246fa5; }
.ke-feature-tabs--studio .ke-feature-tab.is-active span { color:#b9e5ff; }
.ke-feature-tabs--studio .ke-feature-tabs__panels { grid-column:1/-1; }
.ke-feature-tabs--studio .ke-feature-story { min-height:260px; padding:34px 40px; background:linear-gradient(120deg,#fff 0%,#edf6fb 100%); box-shadow:0 20px 48px rgba(31,86,125,.1); }
.ke-feature-tabs--studio .ke-feature-story h3 { max-width:720px; color:#173c57; font-size:clamp(1.7rem,2.55vw,2.4rem); }
.ke-feature-tabs--studio .ke-feature-story__number { right:26px; top:-12px; color:rgba(36,111,165,.07); font-size:8.5rem; }

/* Hybrid events: broadcast frame and horizontal rundown. */
.ke-feature-tabs--broadcast { background:#251d29; color:#fff; }
.ke-feature-tabs--broadcast .ke-feature-tabs__eyebrow { padding:18px 22px; color:#ef7bcc; }
.ke-feature-tabs--broadcast .ke-feature-tabs__visual { height:300px; }
.ke-feature-tabs--broadcast .ke-feature-tabs__visual img { object-position:center 58%; }
.ke-feature-tabs--broadcast .ke-feature-tabs__nav { display:flex; gap:6px; overflow-x:auto; padding:8px 20px 0; scroll-snap-type:x proximity; }
.ke-feature-tabs--broadcast .ke-feature-tab { flex:0 0 min(220px,32%); min-height:78px; padding:14px 12px; color:rgba(255,255,255,.62); scroll-snap-align:start; }
.ke-feature-tabs--broadcast .ke-feature-tab.is-active { color:#fff; background:rgba(239,95,189,.17); }
.ke-feature-tabs--broadcast .ke-feature-tab.is-active span { color:#ef7bcc; }
.ke-feature-tabs--broadcast .ke-feature-story { min-height:270px; padding:34px 40px 42px; }
.ke-feature-tabs--broadcast .ke-feature-story h3 { max-width:720px; color:#fff; font-size:clamp(1.75rem,2.55vw,2.45rem); }
.ke-feature-tabs--broadcast .ke-feature-story__copy { max-width:780px; color:rgba(255,255,255,.72); }
.ke-feature-tabs--broadcast .ke-feature-story__number { right:24px; bottom:-25px; color:rgba(239,95,189,.1); font-size:9rem; }

/* Publishing: an editorial collection, browsed as individual chapters. */
.ke-feature-tabs--editorial { display:block; }
.ke-feature-tabs--editorial .ke-feature-tabs__eyebrow { padding:0 2px 10px; }
.ke-feature-tabs--editorial .ke-feature-tabs__visual { height:300px; margin:22px 0 18px; }
.ke-feature-tabs--editorial .ke-feature-tabs__visual img { object-position:center 58%; }
.ke-feature-tabs--editorial .ke-feature-tabs__nav { display:flex; gap:12px; overflow-x:auto; padding:2px 2px 18px; scroll-snap-type:x proximity; }
.ke-feature-tabs--editorial .ke-feature-tab { position:relative; flex:0 0 220px; min-height:126px; padding:38px 18px 18px; border:0; background:#fffaf1; box-shadow:0 9px 24px rgba(111,71,17,.08); scroll-snap-align:start; }
.ke-feature-tabs--editorial .ke-feature-tab span { position:absolute; top:16px; left:18px; }
.ke-feature-tabs--editorial .ke-feature-tab:nth-child(3n+2) { background:#f6ead4; }
.ke-feature-tabs--editorial .ke-feature-tab:nth-child(3n) { background:#f0f4ee; }
.ke-feature-tabs--editorial .ke-feature-tab:hover { transform:translateY(-4px); border-color:#d78617; }
.ke-feature-tabs--editorial .ke-feature-tab.is-active { background:#d78617; color:#fff; border-color:#d78617; box-shadow:0 14px 30px rgba(151,91,11,.18); }
.ke-feature-tabs--editorial .ke-feature-tab.is-active span { color:#fff3d7; }
.ke-feature-tabs--editorial .ke-feature-tabs__panels { margin-top:4px; }
.ke-feature-tabs--editorial .ke-feature-story { min-height:280px; padding:38px 44px; background:linear-gradient(125deg,#fffdf8 0%,#f9eed8 100%); box-shadow:0 20px 50px rgba(85,59,21,.08); }
.ke-feature-tabs--editorial .ke-feature-story h3 { max-width:740px; color:#442d12; font-family:Georgia,serif; font-size:clamp(1.8rem,2.7vw,2.55rem); font-weight:400; }
.ke-feature-tabs--editorial .ke-feature-story__number { right:28px; bottom:-28px; color:rgba(215,134,23,.08); font:700 9rem/1 Georgia,serif; }

/* Consulting: strategic roadmap with a focused reading pane. */
.ke-feature-tabs--roadmap { display:grid; grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr); gap:0 34px; }
.ke-feature-tabs--roadmap .ke-feature-tabs__eyebrow { grid-column:1/-1; margin-bottom:18px; }
.ke-feature-tabs--roadmap .ke-feature-tabs__nav { display:grid; gap:6px; }
.ke-feature-tabs--roadmap .ke-feature-tab { display:grid; grid-template-columns:38px 1fr; gap:8px; width:100%; padding:14px 12px; background:rgba(255,255,255,.62); }
.ke-feature-tabs--roadmap .ke-feature-tab.is-active { padding-left:18px; background:#0f8076; color:#fff; }
.ke-feature-tabs--roadmap .ke-feature-tab.is-active span { color:#b9fff7; }
.ke-feature-tabs--roadmap .ke-feature-story { min-height:390px; padding:42px 44px; background:#153e3b; color:#fff; }
.ke-feature-tabs--roadmap .ke-feature-story h3 { color:#fff; font-size:clamp(1.8rem,2.7vw,2.55rem); }
.ke-feature-tabs--roadmap .ke-feature-story__copy { color:rgba(255,255,255,.75); }
.ke-feature-tabs--roadmap .ke-feature-story__number { right:20px; bottom:-26px; color:rgba(255,255,255,.07); font-size:9rem; }
.ke-feature-tabs--roadmap .ke-feature-tabs__visual { grid-column:1/-1; height:220px; margin-top:24px; }
.ke-feature-tabs--roadmap .ke-feature-tabs__visual img { object-position:center 38%; }

@keyframes ke-story-in { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:translateY(0); } }

@media (max-width:980px) {
  .ke-feature-tabs--production,
  .ke-feature-tabs--path,
  .ke-feature-tabs--studio,
  .ke-feature-tabs--editorial,
  .ke-feature-tabs--roadmap { display:block; }
  .ke-feature-tabs__eyebrow { margin-bottom:14px; }
  .ke-feature-tabs__visual { height:280px !important; min-height:0 !important; margin:0 0 20px !important; }
  .ke-feature-tabs--production .ke-feature-tabs__nav,
  .ke-feature-tabs--path .ke-feature-tabs__nav,
  .ke-feature-tabs--roadmap .ke-feature-tabs__nav { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); padding:0; }
  .ke-feature-tabs--path .ke-feature-tabs__nav::before,
  .ke-feature-tabs--path .ke-feature-tab::before { display:none; }
  .ke-feature-tabs--production .ke-feature-tabs__panels,
  .ke-feature-tabs--path .ke-feature-tabs__panels,
  .ke-feature-tabs--studio .ke-feature-tabs__panels,
  .ke-feature-tabs--editorial .ke-feature-tabs__panels,
  .ke-feature-tabs--roadmap .ke-feature-tabs__panels { margin-top:20px; }
}

@media (max-width:620px) {
  .ke-feature-tabs__nav,
  .ke-feature-tabs--production .ke-feature-tabs__nav,
  .ke-feature-tabs--path .ke-feature-tabs__nav,
  .ke-feature-tabs--studio .ke-feature-tabs__nav,
  .ke-feature-tabs--editorial .ke-feature-tabs__nav,
  .ke-feature-tabs--roadmap .ke-feature-tabs__nav {
    display:flex;
    overflow-x:auto;
    padding:0;
    scroll-snap-type:x proximity;
  }
  .ke-feature-tab,
  .ke-feature-tabs--broadcast .ke-feature-tab { flex:0 0 min(78vw,275px); min-height:72px; scroll-snap-align:start; }
  .ke-feature-tabs__visual { height:220px !important; }
  .ke-feature-story { min-height:0 !important; padding:30px 25px 38px !important; }
  .ke-feature-story__number { font-size:6.5rem !important; }
}

/* Sustainability and diversity: readable chapters instead of uninterrupted text walls. */
body.ke-page-sdgstate #c2566vLBKh9QDyL,
body.ke-page-sdgstate #y2566zZX0y8m7Ce {
  --ke-statement-accent: #138a68;
  --ke-statement-tint: #edf8f3;
}

body.ke-page-sdgstate #jv9acaJIc9NVDlL7,
body.ke-page-sdgstate #dUeOH77QECMNn2P1 {
  --ke-statement-accent: #7453a6;
  --ke-statement-tint: #f4f0f8;
}

.ke-statement-chapters {
  width: 100%;
}

.ke-statement-intro {
  margin-bottom: 26px;
  padding: 22px 24px;
  border-left: 4px solid var(--ke-statement-accent);
  background: var(--ke-statement-tint);
  color: #39413d;
  line-height: 1.72;
}

.ke-statement-chapter {
  margin: 8px 0;
  background: color-mix(in srgb, var(--ke-statement-tint) 72%, #fff);
  box-shadow: 0 8px 22px rgba(23, 63, 58, 0.055);
}

.ke-statement-chapter summary {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  padding: 21px 4px;
  color: var(--ke-ink);
  cursor: pointer;
  list-style: none;
}

.ke-statement-chapter summary::-webkit-details-marker {
  display: none;
}

.ke-statement-chapter summary::after {
  content: "+";
  color: var(--ke-statement-accent);
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 220ms ease;
}

.ke-statement-chapter[open] summary::after {
  transform: rotate(45deg);
}

.ke-statement-chapter summary span {
  color: var(--ke-statement-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ke-statement-chapter summary strong {
  font-size: clamp(1.05rem, 1.35vw, 1.26rem);
  line-height: 1.35;
}

.ke-statement-chapter__copy {
  padding: 0 54px 26px;
  color: #444c48;
  font-size: 1rem;
  line-height: 1.72;
  animation: ke-story-in 320ms ease both;
}

body.ke-page-sdgstate .ke-statement-section {
  background: #fff !important;
}

body.ke-page-sdgstate .ke-statement-section.ke-tone-paper {
  background: var(--ke-statement-tint) !important;
}

/* Closing image-and-copy scenes share the page accent without repeating the opening layout. */
body.ke-page-eventsrent #KlVfh4kdrLI4pVYI,
body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1,
body.ke-page-itweb #QYFZA4KgledQ19Jc,
body.ke-page-itzoom #P54KyO48OvKrS4Sl,
body.ke-page-publishing #p8z6jH5K9suoNXwb,
body.ke-page-publishingcons #s7TYmiknOj2elZUR {
  border-top: 0;
}

body.ke-page-eventsrent #KlVfh4kdrLI4pVYI .SingleImage,
body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1 .SingleImage,
body.ke-page-itweb #QYFZA4KgledQ19Jc .SingleImage,
body.ke-page-itzoom #P54KyO48OvKrS4Sl .SingleImage,
body.ke-page-publishing #p8z6jH5K9suoNXwb .SingleImage,
body.ke-page-publishingcons #s7TYmiknOj2elZUR .SingleImage {
  border-bottom: 0;
  box-shadow: 0 24px 54px color-mix(in srgb, var(--ke-page-accent) 13%, transparent);
}

body.ke-page-eventsrent #KlVfh4kdrLI4pVYI .Header2,
body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1 .Header2,
body.ke-page-itweb #QYFZA4KgledQ19Jc .Header2,
body.ke-page-itzoom #P54KyO48OvKrS4Sl .Header2,
body.ke-page-publishing #p8z6jH5K9suoNXwb .Header2,
body.ke-page-publishingcons #s7TYmiknOj2elZUR .Header2 {
  font-size: clamp(2.2rem, 2.9vw, 3.1rem) !important;
}

@media (max-width: 620px) {
  .ke-statement-chapter summary {
    grid-template-columns: 32px minmax(0, 1fr) 20px;
    gap: 10px;
  }

  .ke-statement-chapter__copy {
    padding: 0 42px 24px;
  }

  body.ke-page-eventsrent #KlVfh4kdrLI4pVYI .SingleImage,
  body.ke-page-eventsconsult #Vc8ppvllzTDcrNd1 .SingleImage,
  body.ke-page-itweb #QYFZA4KgledQ19Jc .SingleImage,
  body.ke-page-itzoom #P54KyO48OvKrS4Sl .SingleImage,
  body.ke-page-publishing #p8z6jH5K9suoNXwb .SingleImage,
  body.ke-page-publishingcons #s7TYmiknOj2elZUR .SingleImage {
    box-shadow: 0 16px 34px color-mix(in srgb, var(--ke-page-accent) 12%, transparent);
  }
}

/* Shared interactive gallery: one bounded stage plus a horizontal image rail. */
body.ke-modern-site .ke-gallery-section {
  overflow: hidden !important;
}

body.ke-modern-site .ke-gallery {
  display: block !important;
  width: min(100%, 1280px) !important;
  max-width: 1280px !important;
  height: auto !important;
  margin: clamp(28px, 4vw, 52px) auto 0 !important;
  overflow: visible !important;
}

body.ke-modern-site .ke-gallery-stage {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: clamp(380px, 48vw, 650px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(23, 63, 58, 0.2) !important;
  background: #e5ebe8 !important;
}

body.ke-modern-site .ke-gallery-open {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: zoom-in;
}

body.ke-modern-site .ke-gallery-open img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  transform: none !important;
  transition: transform 500ms cubic-bezier(.22, 1, .36, 1) !important;
}

body.ke-modern-site .ke-gallery-open:hover img {
  transform: scale(1.018) !important;
}

body.ke-modern-site .ke-gallery-arrow {
  position: absolute !important;
  z-index: 3 !important;
  top: 50% !important;
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 50% !important;
  background: rgba(18, 63, 58, 0.9) !important;
  color: #fff !important;
  transform: translateY(-50%) !important;
  cursor: pointer;
}

body.ke-modern-site .ke-gallery-prev { left: 18px !important; }
body.ke-modern-site .ke-gallery-next { right: 18px !important; }

body.ke-modern-site .ke-gallery-count {
  position: absolute !important;
  z-index: 3 !important;
  right: 16px !important;
  bottom: 16px !important;
  padding: 8px 11px !important;
  background: #173f3a !important;
  color: #fff !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
}

body.ke-modern-site .ke-gallery-thumbs {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  gap: 10px !important;
  margin: 12px 0 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity;
}

body.ke-modern-site .ke-gallery-thumb {
  display: block !important;
  flex: 0 0 clamp(132px, 15vw, 190px) !important;
  width: clamp(132px, 15vw, 190px) !important;
  height: clamp(88px, 10vw, 126px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 2px solid transparent !important;
  background: #e5ebe8 !important;
  opacity: 0.62;
  cursor: pointer;
  scroll-snap-align: start;
  transition: opacity 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.ke-modern-site .ke-gallery-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

body.ke-modern-site .ke-gallery-thumb:hover { opacity: 1; transform: translateY(-3px); }
body.ke-modern-site .ke-gallery-thumb.is-active { opacity: 1; border-color: #ff270d !important; }

body.ke-page-eventsorg #DqcTFbh4SOj6TJAk {
  min-height: 0 !important;
  padding-top: clamp(64px, 7vw, 104px) !important;
  padding-bottom: clamp(72px, 8vw, 116px) !important;
}

body.ke-page-eventsorg #DqcTFbh4SOj6TJAk .ke-gallery-stage {
  height: clamp(360px, 44vw, 590px) !important;
}

@media (max-width: 720px) {
  body.ke-modern-site .ke-gallery-stage,
  body.ke-page-eventsorg #DqcTFbh4SOj6TJAk .ke-gallery-stage {
    height: clamp(270px, 68vw, 390px) !important;
  }

  body.ke-modern-site .ke-gallery-arrow {
    width: 42px !important;
    height: 42px !important;
  }

  body.ke-modern-site .ke-gallery-prev { left: 10px !important; }
  body.ke-modern-site .ke-gallery-next { right: 10px !important; }

  body.ke-modern-site .ke-gallery-thumb {
    flex-basis: 112px !important;
    width: 112px !important;
    height: 76px !important;
  }
}

/* Gallery: retain both auto-sliding triptychs and give their stories editorial scale */
body.ke-page-gallery .ke-gallery-section {
  padding-top: clamp(72px, 7vw, 104px) !important;
  padding-bottom: clamp(76px, 8vw, 118px) !important;
}

body.ke-page-gallery .ke-gallery-section::before {
  display: none !important;
}

body.ke-page-gallery .ke-gallery-section > .pbElements:first-child {
  width: min(100%, 1180px) !important;
  margin: 0 auto clamp(48px, 5vw, 72px) !important;
  align-items: flex-start !important;
}

body.ke-page-gallery .ke-gallery-section .Header {
  max-width: 980px !important;
  margin: 0 0 30px !important;
  text-align: left !important;
  font-size: clamp(2.65rem, 4.7vw, 4.85rem) !important;
}

body.ke-page-gallery .ke-gallery-section .LongText {
  max-width: 1040px !important;
  margin: 0 !important;
  text-align: left !important;
}

body.ke-page-gallery .ke-gallery-section .Gallery {
  width: 100% !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
}

body.ke-page-gallery .ke-gallery-section .Item,
body.ke-page-gallery .ke-gallery-section .Item img {
  border-radius: 0 !important;
}

/* Self-contained editorial gallery */
body.ke-page-gallery .ke-gallery-section .ke-gallery {
  width: min(100%, 1320px) !important;
  max-width: 1320px !important;
  height: auto !important;
  margin: clamp(34px, 4vw, 58px) auto 0 !important;
  overflow: visible !important;
}

body.ke-page-gallery .ke-gallery-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: clamp(480px, 67vw, 790px);
  max-height: 76vh;
  overflow: hidden;
  border: 1px solid rgba(18, 72, 65, 0.2);
  background: #edf2f0;
}

body.ke-page-gallery .ke-gallery-open {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: clamp(18px, 3vw, 42px);
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

body.ke-page-gallery .ke-gallery-open img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 0;
  transform: scale(0.992);
  transition: opacity 280ms ease, transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.ke-page-gallery .ke-gallery-open img.is-ready {
  opacity: 1;
  transform: scale(1);
}

body.ke-page-gallery .ke-gallery-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: rgba(13, 67, 60, 0.94);
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

body.ke-page-gallery .ke-gallery-prev { left: clamp(12px, 2vw, 28px); }
body.ke-page-gallery .ke-gallery-next { right: clamp(12px, 2vw, 28px); }

body.ke-page-gallery .ke-gallery-arrow:hover,
body.ke-page-gallery .ke-gallery-arrow:focus-visible {
  background: #ff2a1a;
  transform: translateY(-50%) scale(1.06);
}

body.ke-page-gallery .ke-gallery-count {
  position: absolute;
  z-index: 3;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  padding: 8px 12px;
  background: #0d433c;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.ke-page-gallery .ke-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1.2vw, 16px);
  margin-top: clamp(10px, 1.5vw, 18px);
}

body.ke-page-gallery .ke-gallery-thumb {
  position: relative;
  height: clamp(100px, 14vw, 180px);
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  background: #edf2f0;
  opacity: 0.62;
  cursor: pointer;
  transition: opacity 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.ke-page-gallery .ke-gallery-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.ke-page-gallery .ke-gallery-thumb:hover,
body.ke-page-gallery .ke-gallery-thumb:focus-visible,
body.ke-page-gallery .ke-gallery-thumb.is-active {
  border-color: #ff2a1a;
  opacity: 1;
}

body.ke-page-gallery .ke-gallery-thumb:hover {
  transform: translateY(-3px);
}

body.ke-static-site .ke-lightbox .ke-lightbox-close,
body.ke-static-site .ke-lightbox .ke-lightbox-prev,
body.ke-static-site .ke-lightbox .ke-lightbox-next {
  position: absolute;
  z-index: 2;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(7, 30, 27, 0.88);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

body.ke-static-site .ke-lightbox .ke-lightbox-close { top: 14px; right: 14px; }
body.ke-static-site .ke-lightbox .ke-lightbox-prev { top: 50%; left: 14px; transform: translateY(-50%); }
body.ke-static-site .ke-lightbox .ke-lightbox-next { top: 50%; right: 14px; transform: translateY(-50%); }

body.ke-static-site .ke-lightbox .ke-lightbox-count {
  position: absolute;
  right: 20px;
  bottom: 16px;
  padding: 7px 10px;
  background: rgba(7, 30, 27, 0.88);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
}

@media (max-width: 620px) {
  body.ke-page-gallery .ke-gallery-section {
    padding: 58px 24px 70px !important;
  }

  body.ke-page-gallery .ke-gallery-section > .pbElements:first-child {
    margin-bottom: 38px !important;
  }

  body.ke-page-gallery .ke-gallery-section .Header {
    margin-bottom: 24px !important;
    font-size: 2.35rem !important;
  }

  body.ke-page-gallery .ke-gallery-section .LongText {
    text-align: left !important;
  }

  body.ke-page-gallery .ke-gallery-stage {
    height: auto;
    max-height: none;
    aspect-ratio: 3 / 2;
  }

  body.ke-page-gallery .ke-gallery-open {
    padding: 10px;
  }

  body.ke-page-gallery .ke-gallery-arrow {
    width: 42px;
    height: 42px;
  }

  body.ke-page-gallery .ke-gallery-thumb {
    height: 82px;
  }
}

/* Contact: preserve both complete forms while making every control unmistakable */
body.ke-page-contacts #cYGzXsmdVCaCLiVM::before,
body.ke-page-contacts #oB3r4ubTDqxlbm1h::before {
  display: none !important;
}

body.ke-page-contacts #cYGzXsmdVCaCLiVM .Header {
  font-size: clamp(2.7rem, 4.8vw, 4.8rem) !important;
}

body.ke-page-contacts #cYGzXsmdVCaCLiVM .LongText {
  text-align: left !important;
}

body.ke-page-contacts .ke-form-section input,
body.ke-page-contacts .ke-form-section textarea,
body.ke-page-contacts .ke-form-section select {
  min-height: 48px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(23, 63, 58, 0.34) !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.95rem !important;
  transition: border-color 180ms ease, box-shadow 180ms ease !important;
}

body.ke-page-contacts .ke-form-section textarea {
  min-height: 96px !important;
  resize: vertical;
}

body.ke-page-contacts .ke-form-section label {
  color: #47605b !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  opacity: 1 !important;
}

body.ke-page-contacts .ke-form-section input:focus,
body.ke-page-contacts .ke-form-section textarea:focus,
body.ke-page-contacts .ke-form-section select:focus {
  outline: 0 !important;
  border-color: var(--ke-red) !important;
  box-shadow: 0 0 0 3px rgba(255, 39, 13, 0.1) !important;
}

body.ke-page-contacts .ke-form-section .Button.CaptionButton {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 148px !important;
  min-height: 50px !important;
  padding: 12px 24px !important;
  border-radius: 2px !important;
  color: #fff !important;
  font-size: 0.94rem !important;
  font-weight: 600 !important;
}

body.ke-page-contacts #oB3r4ubTDqxlbm1h .Header2 {
  font-size: clamp(2.4rem, 3.7vw, 3.8rem) !important;
}

@media (max-width: 620px) {
  body.ke-page-contacts #cYGzXsmdVCaCLiVM .Header,
  body.ke-page-contacts #oB3r4ubTDqxlbm1h .Header2 {
    font-size: 2.35rem !important;
    text-align: left !important;
  }

  body.ke-page-contacts #oB3r4ubTDqxlbm1h .ShortText {
    text-align: left !important;
  }

  body.ke-page-contacts .ke-form-section input,
  body.ke-page-contacts .ke-form-section textarea,
  body.ke-page-contacts .ke-form-section select {
    font-size: 16px !important;
  }
}

/* Sustainability and diversity statements: long-form reading without stretched copy */
body.ke-page-sdgstate #c2566vLBKh9QDyL::before,
body.ke-page-sdgstate #y2566zZX0y8m7Ce::before,
body.ke-page-sdgstate #jv9acaJIc9NVDlL7::before,
body.ke-page-sdgstate #dUeOH77QECMNn2P1::before {
  display: none !important;
}

body.ke-page-sdgstate #c2566vLBKh9QDyL .Header,
body.ke-page-sdgstate #jv9acaJIc9NVDlL7 .Header2 {
  font-size: clamp(2.7rem, 4.7vw, 4.8rem) !important;
}

body.ke-page-sdgstate #c2566vLBKh9QDyL .LongText,
body.ke-page-sdgstate #jv9acaJIc9NVDlL7 .LongText,
body.ke-page-sdgstate #y2566zZX0y8m7Ce .LongText,
body.ke-page-sdgstate #dUeOH77QECMNn2P1 .LongText {
  text-align: left !important;
}

body.ke-page-sdgstate #y2566zZX0y8m7Ce .LongText,
body.ke-page-sdgstate #dUeOH77QECMNn2P1 .LongText {
  max-width: 1180px !important;
  margin: 0 auto !important;
}

body.ke-page-sdgstate #c2566vLBKh9QDyL img,
body.ke-page-sdgstate #jv9acaJIc9NVDlL7 img {
  filter: none !important;
}

/* Final editorial calibration: compact titles and a composed contact experience */
body.ke-page-gallery .ke-gallery-section .Header {
  font-size: clamp(2.55rem, 3.6vw, 3.65rem) !important;
  line-height: 1.04 !important;
}

body.ke-page-sdgstate #c2566vLBKh9QDyL .Header,
body.ke-page-sdgstate #jv9acaJIc9NVDlL7 .Header2 {
  font-size: clamp(2.5rem, 3.5vw, 3.55rem) !important;
  line-height: 1.06 !important;
}

body.ke-page-contacts #cYGzXsmdVCaCLiVM {
  display: block !important;
  padding: 0 0 clamp(72px, 7vw, 108px) !important;
  overflow: hidden !important;
  border-bottom: 0 !important;
  background: #f4f6f5 !important;
}

body.ke-page-contacts #cYGzXsmdVCaCLiVM > .SingleImageBg {
  position: relative !important;
  width: 100% !important;
  height: clamp(390px, 54vh, 610px) !important;
  min-height: 390px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #173f3a !important;
}

body.ke-page-contacts #cYGzXsmdVCaCLiVM > .SingleImageBg::after {
  content: "Let's create something remarkable.";
  position: absolute;
  left: max(7vw, calc((100vw - 1180px) / 2));
  bottom: clamp(42px, 7vh, 78px);
  z-index: 2;
  width: min(720px, 78vw);
  color: #fff;
  font-size: clamp(2.55rem, 4.7vw, 5rem);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

body.ke-page-contacts #cYGzXsmdVCaCLiVM > .SingleImageBg .theBgImgDiv {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  background-size: cover !important;
  background-position: center 56% !important;
  transform: scale(1.01);
}

body.ke-page-contacts #cYGzXsmdVCaCLiVM > .SingleImageBg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 34, 30, 0.78) 0%, rgba(7, 34, 30, 0.28) 54%, rgba(7, 34, 30, 0.06) 100%);
  pointer-events: none;
}

body.ke-page-contacts #cYGzXsmdVCaCLiVM > .bottomCols {
  position: relative !important;
  z-index: 3 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr) !important;
  gap: clamp(46px, 7vw, 108px) !important;
  width: min(calc(100% - 48px), 1180px) !important;
  max-width: 1180px !important;
  margin: clamp(-42px, -3vw, -26px) auto 0 !important;
  padding: clamp(42px, 5vw, 68px) !important;
  border-top: 4px solid var(--ke-red) !important;
  background: #fff !important;
  box-shadow: 0 28px 70px rgba(17, 57, 51, 0.12) !important;
}

body.ke-page-contacts #cYGzXsmdVCaCLiVM > .bottomCols > .right,
body.ke-page-contacts #cYGzXsmdVCaCLiVM > .bottomCols > .left {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  align-self: start !important;
}

body.ke-page-contacts #cYGzXsmdVCaCLiVM .Header {
  margin: 0 0 24px !important;
  color: #123f39 !important;
  font-size: clamp(2.5rem, 3.5vw, 3.55rem) !important;
  line-height: 1.02 !important;
}

body.ke-page-contacts #cYGzXsmdVCaCLiVM .LongText {
  color: #2f4f4a !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
}

body.ke-page-contacts #cYGzXsmdVCaCLiVM form {
  display: grid !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(26px, 3vw, 38px) !important;
  border-left: 1px solid rgba(18, 63, 57, 0.18) !important;
  background: #edf2f0 !important;
}

body.ke-page-contacts #oB3r4ubTDqxlbm1h {
  display: block !important;
  width: 100% !important;
  padding: clamp(76px, 8vw, 118px) max(24px, calc((100vw - 1180px) / 2)) !important;
  color: #173f3a !important;
  background: #fff !important;
}

body.ke-page-contacts #oB3r4ubTDqxlbm1h .Header2 {
  max-width: 760px !important;
  margin: 0 0 10px !important;
  color: #123f39 !important;
  font-size: clamp(2.5rem, 3.5vw, 3.55rem) !important;
  line-height: 1.04 !important;
}

body.ke-page-contacts #oB3r4ubTDqxlbm1h .ShortText {
  margin: 0 0 42px !important;
  color: var(--ke-red) !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}

body.ke-page-contacts #oB3r4ubTDqxlbm1h form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 22px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(28px, 4vw, 54px) !important;
  border: 1px solid rgba(18, 63, 57, 0.18) !important;
  border-top: 4px solid #173f3a !important;
  background: #f4f6f5 !important;
  box-shadow: 18px 18px 0 rgba(255, 39, 13, 0.08) !important;
}

body.ke-page-contacts #oB3r4ubTDqxlbm1h form > .InputTwoText,
body.ke-page-contacts #oB3r4ubTDqxlbm1h form > .Button.CaptionButton {
  grid-column: 1 / -1 !important;
}

body.ke-page-contacts #oB3r4ubTDqxlbm1h form > .inputWrapper {
  width: 100% !important;
}

body.ke-page-contacts #oB3r4ubTDqxlbm1h form .InputTwoText {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  margin: 0 !important;
}

body.ke-page-contacts #oB3r4ubTDqxlbm1h form .inputWrapper,
body.ke-page-contacts #cYGzXsmdVCaCLiVM form .inputWrapper {
  width: 100% !important;
  margin: 0 !important;
}

body.ke-page-contacts #oB3r4ubTDqxlbm1h form input,
body.ke-page-contacts #oB3r4ubTDqxlbm1h form textarea,
body.ke-page-contacts #oB3r4ubTDqxlbm1h form select,
body.ke-page-contacts #cYGzXsmdVCaCLiVM form input,
body.ke-page-contacts #cYGzXsmdVCaCLiVM form textarea,
body.ke-page-contacts #cYGzXsmdVCaCLiVM form select {
  margin: 0 !important;
  border: 1px solid rgba(18, 63, 57, 0.34) !important;
  background: #fff !important;
  color: #173f3a !important;
  opacity: 1 !important;
}

body.ke-page-contacts #oB3r4ubTDqxlbm1h form label,
body.ke-page-contacts #cYGzXsmdVCaCLiVM form label {
  color: #365b55 !important;
  opacity: 1 !important;
}

@media (max-width: 860px) {
  body.ke-page-contacts #cYGzXsmdVCaCLiVM > .bottomCols {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
    padding: 36px 28px !important;
  }

  body.ke-page-contacts #cYGzXsmdVCaCLiVM form {
    border-left: 0 !important;
    border-top: 1px solid rgba(18, 63, 57, 0.18) !important;
  }

  body.ke-page-contacts #oB3r4ubTDqxlbm1h form {
    grid-template-columns: 1fr !important;
    padding: 30px 24px !important;
  }

  body.ke-page-contacts #oB3r4ubTDqxlbm1h form > * {
    grid-column: 1 !important;
  }

  body.ke-page-contacts #oB3r4ubTDqxlbm1h form .InputTwoText {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 620px) {
  body.ke-page-sdgstate #c2566vLBKh9QDyL .Header,
  body.ke-page-sdgstate #jv9acaJIc9NVDlL7 .Header2 {
    font-size: 2.35rem !important;
  }

  body.ke-page-sdgstate #c2566vLBKh9QDyL .LongText,
  body.ke-page-sdgstate #jv9acaJIc9NVDlL7 .LongText,
  body.ke-page-sdgstate #y2566zZX0y8m7Ce .LongText,
  body.ke-page-sdgstate #dUeOH77QECMNn2P1 .LongText {
    line-height: 1.68 !important;
    text-align: left !important;
  }
}

@media (max-width: 980px) {
  body.ke-page-about #pepeyqRyyMEAeRrD,
  body.ke-page-about #GytDSJcAjAimtTqW,
  body.ke-page-about #zYAcVPdRuZZ77YqD {
    grid-template-columns: 1fr !important;
  }

  body.ke-page-about #pepeyqRyyMEAeRrD {
    min-height: 0 !important;
  }

  body.ke-page-about #pepeyqRyyMEAeRrD > .left {
    min-height: min(74vw, 620px);
  }

  body.ke-page-about #pepeyqRyyMEAeRrD > .right {
    padding: 72px 8vw 84px !important;
  }

  body.ke-page-about #GytDSJcAjAimtTqW,
  body.ke-page-about #zYAcVPdRuZZ77YqD {
    gap: 38px !important;
    padding: 82px 8vw !important;
  }

  body.ke-page-about #GytDSJcAjAimtTqW::before {
    top: 82px;
    left: 8vw;
  }

  body.ke-page-about #MPE0zFw40tPrXC3R .Gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.ke-page-about #MPE0zFw40tPrXC3R .Item:last-child {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  body.ke-page-about #pepeyqRyyMEAeRrD > .left {
    min-height: 78vw;
  }

  body.ke-page-about #pepeyqRyyMEAeRrD > .right {
    padding: 58px 24px 66px !important;
  }

  body.ke-page-about #pepeyqRyyMEAeRrD .Header {
    margin-bottom: 24px !important;
    font-size: 2.75rem !important;
  }

  body.ke-page-about #GytDSJcAjAimtTqW,
  body.ke-page-about #zYAcVPdRuZZ77YqD {
    gap: 30px !important;
    padding: 68px 24px !important;
  }

  body.ke-page-about #GytDSJcAjAimtTqW::before {
    top: 68px;
    left: 24px;
  }

  body.ke-page-about #GytDSJcAjAimtTqW .Header2 {
    font-size: 2.8rem !important;
  }

  body.ke-page-about #MPE0zFw40tPrXC3R {
    padding: 68px 24px !important;
  }

  body.ke-page-about #MPE0zFw40tPrXC3R::before {
    left: 24px;
  }

  body.ke-page-about #MPE0zFw40tPrXC3R > .pbElements:first-child {
    margin-bottom: 38px !important;
  }

  body.ke-page-about #MPE0zFw40tPrXC3R .Gallery {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 18px !important;
    width: max-content !important;
    padding: 0 0 22px !important;
  }

  body.ke-page-about #MPE0zFw40tPrXC3R .horizontalSlide {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--ke-red) rgba(23, 63, 58, 0.12);
    scrollbar-width: thin;
  }

  body.ke-page-about #MPE0zFw40tPrXC3R .horizontalSlide::-webkit-scrollbar {
    height: 4px;
  }

  body.ke-page-about #MPE0zFw40tPrXC3R .horizontalSlide::-webkit-scrollbar-track {
    background: rgba(23, 63, 58, 0.12);
  }

  body.ke-page-about #MPE0zFw40tPrXC3R .horizontalSlide::-webkit-scrollbar-thumb {
    background: var(--ke-red);
  }

  body.ke-page-about #MPE0zFw40tPrXC3R .Item,
  body.ke-page-about #MPE0zFw40tPrXC3R .Item:last-child {
    flex: 0 0 calc(100vw - 82px) !important;
    width: calc(100vw - 82px) !important;
    scroll-snap-align: start;
    grid-column: auto;
  }

  body.ke-page-about #zYAcVPdRuZZ77YqD::after {
    right: 18px;
    bottom: 0;
    font-size: 5rem;
  }

  body.ke-page-about #zYAcVPdRuZZ77YqD .Header2 {
    font-size: 2.55rem !important;
  }
}

/* Footer closing rhythm: complete information without a viewport-long title block */
@media (min-width: 981px) {
  body.ke-modern-site .ke-footer-section > .pbElements {
    padding: 104px clamp(42px, 5vw, 82px) 36px !important;
  }

  body.ke-modern-home #G5qd98G0afGvhUrG > .pbElements {
    padding: 120px clamp(42px, 5vw, 82px) 20px !important;
  }

  body.ke-modern-site .ke-footer-section .Header2 {
    margin-bottom: 18px !important;
    font-size: 32px !important;
    line-height: 1.08 !important;
  }

  body.ke-modern-home #A7ySl8GqTzTZGT9U {
    margin-bottom: 18px !important;
    font-size: 32px !important;
    line-height: 1.08 !important;
  }

  body.ke-modern-home #dq7qt8SeTPPkdEMv {
    font-size: 14.5px !important;
    line-height: 1.42 !important;
  }

  body.ke-modern-home #dh4ePet6a7zm54vu {
    margin-top: 18px !important;
    padding-top: 14px !important;
  }

  body.ke-modern-home #AB71oNm3g8Bu6YgN {
    margin-top: 16px !important;
  }

  body.ke-modern-site .ke-footer-section .LongText {
    font-size: 15px !important;
    line-height: 1.52 !important;
  }

  body.ke-modern-site .ke-footer-section .IconLinks {
    margin-top: 22px !important;
    padding-top: 16px !important;
  }

  body.ke-modern-site .ke-footer-section .GoogleMap {
    margin: 0 !important;
  }

  body.ke-modern-site .ke-footer-section .ShortText {
    margin-top: 18px !important;
  }
}
