.elementor-958 .elementor-element.elementor-element-24c2b54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-493712f */.ceg-osm2{
  --navy:#0d1232;
  --blue:#0097d9;
  --red:#d72335;
  --green:#7dba7f;
  --ink:#172033;
  --muted:#667085;
  --line:#dfe5ee;
  --soft:#f4f7fb;
  --white:#ffffff;
  --max:1240px;
  --radius:24px;
  --shadow:0 18px 60px rgba(13,18,50,.10);
  color:var(--ink);
  background:#fff;
  font-family:Inter,Arial,Helvetica,sans-serif;
}

.ceg-osm2 *{box-sizing:border-box}
.ceg-osm2 a{color:inherit;text-decoration:none}
.ceg-osm2 h1,
.ceg-osm2 h2,
.ceg-osm2 h3,
.ceg-osm2 p{margin:0}

.ceg-osm2 .ceg-wrap{
  width:min(var(--max),calc(100% - 40px));
  margin:0 auto;
}

.ceg-osm2 .ceg-section{padding:84px 0}

.ceg-osm2 .ceg-section--soft{
  background:linear-gradient(180deg,#f8fbff 0%,#f4f7fb 100%);
}

.ceg-osm2 .ceg-section--dark{
  background:linear-gradient(135deg,#0d1232 0%,#111942 55%,#16245a 100%);
  color:#fff;
}

.ceg-osm2 h1{
  font-size:clamp(2.5rem,5vw,4.9rem);
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:900;
}

.ceg-osm2 h2{
  font-size:clamp(1.8rem,3vw,3rem);
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:850;
}

.ceg-osm2 h3{
  font-size:clamp(1.15rem,1.8vw,1.5rem);
  line-height:1.2;
  font-weight:800;
}

.ceg-osm2 .ceg-lead{
  font-size:clamp(1.04rem,1.4vw,1.22rem);
  color:var(--muted);
  max-width:780px;
  line-height:1.78;
}

.ceg-osm2 .ceg-section--dark .ceg-lead,
.ceg-osm2 .ceg-section--dark .ceg-text{
  color:rgba(255,255,255,.84);
}

.ceg-osm2 .ceg-text{
  color:#42526b;
  font-size:1.02rem;
  line-height:1.78;
}

.ceg-osm2 .ceg-stack-16 > * + *{margin-top:16px}
.ceg-osm2 .ceg-stack-18 > * + *{margin-top:18px}
.ceg-osm2 .ceg-stack-24 > * + *{margin-top:24px}

.ceg-osm2 .ceg-intro-wide{max-width:860px}
.ceg-osm2 .ceg-intro-cluster{max-width:860px}

.ceg-osm2 .ceg-grid-2{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:44px;
  align-items:center;
}

.ceg-osm2 .ceg-grid-2--reverse > :first-child{order:2}
.ceg-osm2 .ceg-grid-2--reverse > :last-child{order:1}

.ceg-osm2 .ceg-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:28px;
}

.ceg-osm2 .ceg-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
  height:100%;
}

.ceg-osm2 .ceg-card__body{
  padding:28px;
}

.ceg-osm2 .ceg-media-placeholder,
.ceg-osm2 .ceg-hero__media{
  position:relative;
  min-height:300px;
  border-radius:24px;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(0,151,217,.14),rgba(13,18,50,.04)),
    repeating-linear-gradient(45deg,rgba(13,18,50,.05) 0 12px,rgba(255,255,255,.55) 12px 24px);
  border:1.5px dashed rgba(13,18,50,.18);
}

.ceg-osm2 .ceg-hero__media{
  min-height:420px;
}

.ceg-osm2 .ceg-hero__media--dark{
  border-color:rgba(255,255,255,.18);
  background:
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03)),
    repeating-linear-gradient(45deg,rgba(255,255,255,.04) 0 12px,rgba(255,255,255,.02) 12px 24px);
}

.ceg-osm2 .ceg-media-placeholder::before,
.ceg-osm2 .ceg-hero__media::before{
  content:"Image container";
  position:absolute;
  inset:auto 18px 18px 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border-radius:14px;
  background:rgba(255,255,255,.86);
  color:#46536a;
  font-weight:700;
  font-size:.92rem;
  backdrop-filter:blur(10px);
}

.ceg-osm2 .ceg-hero__media--dark::before{
  background:rgba(255,255,255,.14);
  color:#ffffff;
}

.ceg-osm2 .ceg-list{
  padding:0;
  margin:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.ceg-osm2 .ceg-list li{
  position:relative;
  padding-left:18px;
  color:#42526b;
  line-height:1.68;
}

.ceg-osm2 .ceg-section--dark .ceg-list li{
  color:rgba(255,255,255,.84);
}

.ceg-osm2 .ceg-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.78em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--blue);
  transform:translateY(-50%);
}

.ceg-osm2 .ceg-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:8px;
  color:#0d1232;
  font-weight:800;
}

.ceg-osm2 .ceg-link span{
  width:34px;
  height:34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#eaf5fd;
  color:#0d1232;
}

.ceg-osm2 .ceg-hero{
  position:relative;
  overflow:hidden;
  padding:100px 0 88px;
  background:
    radial-gradient(circle at top left,rgba(0,151,217,.18),transparent 32%),
    linear-gradient(180deg,#fff 0%,#f6f9fd 100%);
}

.ceg-osm2 .ceg-hero::after{
  content:"";
  position:absolute;
  inset:auto -10% -120px auto;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,151,217,.10) 0%,rgba(0,151,217,0) 68%);
  pointer-events:none;
}

.ceg-osm2 .ceg-hero__grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:46px;
  align-items:center;
}

.ceg-osm2 .ceg-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  padding-top:2px;
}

.ceg-osm2 .ceg-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  font-weight:800;
  transition:.25s ease;
}

.ceg-osm2 .ceg-btn--primary{
  background:#0d1232;
  color:#fff;
}

.ceg-osm2 .ceg-btn--ghost{
  border:1px solid var(--line);
  background:#fff;
  color:#0d1232;
}

.ceg-osm2 .ceg-btn:hover{transform:translateY(-1px)}

.ceg-osm2 .ceg-cta-box{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:26px;
  padding:34px;
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
  background:
    radial-gradient(circle at top left,rgba(0,151,217,.08),transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}

.ceg-osm2 .ceg-cta-box__copy{
  max-width:760px;
}

@media (max-width:1080px){
  .ceg-osm2 .ceg-grid-2,
  .ceg-osm2 .ceg-hero__grid,
  .ceg-osm2 .ceg-cards,
  .ceg-osm2 .ceg-cta-box{
    grid-template-columns:1fr;
    flex-direction:column;
    align-items:flex-start;
  }

  .ceg-osm2 .ceg-grid-2--reverse > :first-child,
  .ceg-osm2 .ceg-grid-2--reverse > :last-child{
    order:initial;
  }

  .ceg-osm2 .ceg-section{padding:72px 0}
  .ceg-osm2 .ceg-hero{padding:86px 0 72px}
}

@media (max-width:640px){
  .ceg-osm2 .ceg-wrap{
    width:min(var(--max),calc(100% - 24px));
  }

  .ceg-osm2 .ceg-section{padding:58px 0}
  .ceg-osm2 .ceg-hero{padding:74px 0 58px}

  .ceg-osm2 .ceg-card__body{
    padding:22px;
  }

  .ceg-osm2 .ceg-hero__actions{
    flex-direction:column;
    align-items:flex-start;
    width:100%;
  }

  .ceg-osm2 .ceg-btn{
    width:100%;
  }

  .ceg-osm2 .ceg-hero__media{
    min-height:320px;
  }

  .ceg-osm2 .ceg-media-placeholder{
    min-height:240px;
  }

  .ceg-osm2 .ceg-cta-box{
    padding:24px;
  }
}/* End custom CSS */