.elementor-988 .elementor-element.elementor-element-4305549{--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-1a7fd9a */.ceg-crp{
  --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;
  width:100%;
  overflow:hidden;
}

.ceg-crp *{box-sizing:border-box}
.ceg-crp a{color:inherit;text-decoration:none}
.ceg-crp h1,
.ceg-crp h2,
.ceg-crp h3,
.ceg-crp p{margin:0}

.ceg-crp .ceg-wrap{
  width:min(var(--max),calc(100% - 40px));
  margin:0 auto;
}

.ceg-crp .ceg-section{
  position:relative;
  width:100%;
  padding:82px 0;
}

.ceg-crp .ceg-section--soft{
  background:linear-gradient(180deg,#f8fbff 0%,#f4f7fb 100%);
}

.ceg-crp .ceg-section--dark{
  background:linear-gradient(135deg,#0d1232 0%,#111942 55%,#16245a 100%);
  color:#fff;
}

.ceg-crp h1{
  font-size:clamp(2.5rem,5vw,4.8rem);
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:900;
  color:var(--navy);
}

.ceg-crp h2{
  font-size:clamp(1.8rem,3vw,3rem);
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:850;
  color:var(--navy);
}

.ceg-crp h3{
  font-size:clamp(1.15rem,1.8vw,1.55rem);
  line-height:1.2;
  font-weight:800;
  color:var(--navy);
}

.ceg-crp .ceg-section--dark h2,
.ceg-crp .ceg-section--dark h3{
  color:#fff;
}

.ceg-crp .ceg-lead{
  font-size:clamp(1.04rem,1.4vw,1.22rem);
  color:var(--muted);
  max-width:760px;
  line-height:1.75;
}

.ceg-crp .ceg-section--dark .ceg-lead,
.ceg-crp .ceg-section--dark .ceg-text{
  color:rgba(255,255,255,.84);
}

.ceg-crp .ceg-text{
  color:#42526b;
  font-size:1.02rem;
  line-height:1.74;
}

.ceg-crp .ceg-stack-16 > * + *{margin-top:16px}
.ceg-crp .ceg-stack-18 > * + *{margin-top:18px}
.ceg-crp .ceg-stack-24 > * + *{margin-top:24px}

.ceg-crp .ceg-intro-narrow{max-width:830px}
.ceg-crp .ceg-intro-wide{max-width:860px}

.ceg-crp .ceg-grid-2{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:center;
}

.ceg-crp .ceg-grid-2--reverse > :first-child{order:2}
.ceg-crp .ceg-grid-2--reverse > :last-child{order:1}

.ceg-crp .ceg-cards{
  display:grid;
  gap:24px;
  margin-top:24px;
}

.ceg-crp .ceg-cards--3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.ceg-crp .ceg-cards--4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ceg-crp .ceg-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ceg-crp .ceg-card__body{
  padding:28px;
}

.ceg-crp .ceg-link-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 64px rgba(13,18,50,.14);
  border-color:rgba(0,151,217,.25);
}

.ceg-crp .ceg-media-placeholder,
.ceg-crp .ceg-hero__media{
  position:relative;
  min-height:280px;
  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-crp .ceg-hero__media{
  min-height:420px;
}

.ceg-crp .ceg-media-placeholder::before,
.ceg-crp .ceg-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
}

.ceg-crp .ceg-crp__hero{
  position:relative;
  width:100%;
  overflow:hidden;
  background:
    radial-gradient(circle at top left,rgba(0,151,217,.18),transparent 32%),
    linear-gradient(180deg,#fff 0%,#f6f9fd 100%);
  padding:96px 0 88px;
}

.ceg-crp .ceg-crp__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-crp .ceg-crp__hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:46px;
  align-items:center;
}

.ceg-crp .ceg-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  padding-top:4px;
}

.ceg-crp .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-crp .ceg-btn:hover{
  transform:translateY(-1px);
}

.ceg-crp .ceg-btn--primary{
  background:#0d1232;
  color:#fff;
}

.ceg-crp .ceg-btn--ghost{
  border:1px solid var(--line);
  background:#fff;
  color:#0d1232;
}

.ceg-crp .ceg-btn--light{
  background:#ffffff;
  color:#0d1232;
}

.ceg-crp .ceg-btn--ghost-dark{
  border:1px solid rgba(255,255,255,.18);
  background:transparent;
  color:#ffffff;
}

.ceg-crp .ceg-cta-box{
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:center;
}

@media (max-width:1180px){
  .ceg-crp .ceg-cards--4{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:1080px){
  .ceg-crp .ceg-grid-2,
  .ceg-crp .ceg-crp__hero-grid,
  .ceg-crp .ceg-cards--3,
  .ceg-crp .ceg-cards--4,
  .ceg-crp .ceg-cta-box{
    grid-template-columns:1fr;
  }

  .ceg-crp .ceg-grid-2--reverse > :first-child,
  .ceg-crp .ceg-grid-2--reverse > :last-child{
    order:initial;
  }

  .ceg-crp .ceg-section{
    padding:72px 0;
  }

  .ceg-crp .ceg-crp__hero{
    padding:82px 0 74px;
  }
}

@media (max-width:640px){
  .ceg-crp .ceg-wrap{
    width:min(var(--max),calc(100% - 24px));
  }

  .ceg-crp .ceg-section{
    padding:58px 0;
  }

  .ceg-crp .ceg-crp__hero{
    padding:68px 0 58px;
  }

  .ceg-crp .ceg-card__body{
    padding:22px;
  }

  .ceg-crp .ceg-hero__actions{
    flex-direction:column;
    align-items:flex-start;
  }

  .ceg-crp .ceg-btn{
    width:100%;
  }

  .ceg-crp .ceg-hero__media,
  .ceg-crp .ceg-media-placeholder{
    min-height:260px;
  }
}/* End custom CSS */