.elementor-5038 .elementor-element.elementor-element-c37c530{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5038 .elementor-element.elementor-element-e38430b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5038 .elementor-element.elementor-element-44fe55f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5038 .elementor-element.elementor-element-f280549{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5038 .elementor-element.elementor-element-c5c8882{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5038 .elementor-element.elementor-element-d1a336a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5038 .elementor-element.elementor-element-0b8ee4e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5038 .elementor-element.elementor-element-47c1f9d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5038 .elementor-element.elementor-element-a14c6d7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5038 .elementor-element.elementor-element-9da7e14{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5038 .elementor-element.elementor-element-9b338db{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5038 .elementor-element.elementor-element-ed21478{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-e38430b */:root{
  --sm-blue:#00488F;
  --sm-blue-dark:#00376D;
  --sm-orange:#F47A00;
  --sm-orange-light:#FF9A2F;
  --sm-text:#102033;
  --sm-muted:#53657a;
  --sm-bg:#f6f9ff;
}

.sm-hero{
  position:relative;
  overflow:hidden;
  padding:96px 24px 120px;
  min-height:660px;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 86% 12%, rgba(0,72,143,.10), transparent 32%),
    linear-gradient(120deg,#fff 0%,#fff 56%,var(--sm-bg) 100%);
}

.sm-hero::before{
  content:"";
  position:absolute;
  left:-90px;
  top:-90px;
  width:220px;
  height:220px;
  border:18px solid rgba(0,72,143,.12);
  border-radius:50%;
}

.sm-hero::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:90px;
  background:
    linear-gradient(170deg,transparent 0 42%,var(--sm-blue) 43% 100%);
}

.sm-hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:52% 42%;
  gap:6%;
  align-items:center;
}

.sm-kicker{
  margin:0 0 26px;
  color:var(--sm-blue);
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
}

.sm-kicker::after{
  content:"";
  display:block;
  width:58px;
  height:4px;
  margin-top:16px;
  background:var(--sm-orange);
  border-radius:999px;
}

.sm-hero h1{
  margin:0;
  color:var(--sm-text);
  font-size:clamp(38px,3.45vw,56px);
  font-weight:900;
  line-height:1.34;
  letter-spacing:-.04em;
}

.sm-hero h1 span{
  position:relative;
  z-index:1;
  color:var(--sm-blue);
}

.sm-hero h1 span::after{
  content:"";
  position:absolute;
  left:-6px;
  right:-6px;
  bottom:4px;
  height:7px;
  background:var(--sm-orange);
  border-radius:999px;
  z-index:-1;
  transform:rotate(-1.5deg);
}

.sm-lead{
  margin:30px 0 0;
  max-width:620px;
  color:var(--sm-muted);
  font-size:16px;
  font-weight:600;
  line-height:2;
}

.sm-service-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.sm-service-item{
  position:relative;
  display:grid;
  grid-template-columns:70px 1fr;
  align-items:center;
  gap:22px;
  padding:26px 30px;
  background:#fff;
  border:1px solid rgba(0,72,143,.12);
  border-radius:18px;
  box-shadow:0 18px 46px rgba(0,72,143,.08);
  overflow:hidden;
}

.sm-service-item::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:38px;
  height:38px;
  background:var(--sm-orange);
  clip-path:polygon(100% 0,0 100%,100% 100%);
}

.sm-number{
  width:58px;
  height:58px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--sm-blue),var(--sm-blue-dark));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  font-weight:900;
  box-shadow:0 12px 24px rgba(0,72,143,.22);
}

.sm-service-item h3{
  margin:0 0 7px;
  color:var(--sm-text);
  font-size:20px;
  font-weight:900;
  line-height:1.45;
}

.sm-service-item h3::first-letter{
  color:var(--sm-blue);
}

.sm-service-item p{
  margin:0;
  color:#5f6f83;
  font-size:14px;
  line-height:1.7;
  font-weight:600;
}

@media(max-width:1024px){
  .sm-hero{
    padding:80px 22px 110px;
    min-height:auto;
  }

  .sm-hero-inner{
    grid-template-columns:1fr;
    gap:48px;
  }

  .sm-hero-side{
    max-width:720px;
  }
}

@media(max-width:767px){
  .sm-hero{
    padding:56px 18px 86px;
  }

  .sm-hero h1{
    font-size:28px;
    line-height:1.45;
  }

  .sm-lead{
    margin-top:22px;
    font-size:14px;
    line-height:1.85;
  }

  .sm-service-item{
    grid-template-columns:48px 1fr;
    gap:15px;
    padding:20px 18px;
  }

  .sm-number{
    width:48px;
    height:48px;
    font-size:14px;
  }

  .sm-service-item h3{
    font-size:16px;
  }

  .sm-service-item p{
    font-size:13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f280549 */.sm-story{
  position:relative;
  overflow:hidden;
  padding:100px 24px;
  background:
    radial-gradient(circle at 92% 8%, rgba(0,72,143,.08), transparent 32%),
    linear-gradient(120deg,#fff 0%,#fff 58%,#f6f9ff 100%);
}

.sm-story::before{
  content:"";
  position:absolute;
  left:-120px;
  bottom:-120px;
  width:300px;
  height:300px;
  border-radius:50%;
  background:rgba(244,122,0,.08);
}

.sm-story-inner{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:48% 46%;
  gap:6%;
  align-items:center;
}

.sm-story-kicker{
  margin:0 0 26px;
  color:var(--sm-blue);
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
}

.sm-story-kicker::after{
  content:"";
  display:block;
  width:54px;
  height:4px;
  margin-top:16px;
  background:var(--sm-orange);
  border-radius:999px;
}

.sm-story h2{
  margin:0;
  color:var(--sm-text);
  font-size:clamp(34px,3vw,50px);
  font-weight:900;
  line-height:1.45;
  letter-spacing:-.04em;
}

.sm-story h2 span{
  color:var(--sm-blue);
  position:relative;
  z-index:1;
}

.sm-story h2 span::after{
  content:"";
  position:absolute;
  left:-6px;
  right:-6px;
  bottom:3px;
  height:7px;
  background:var(--sm-orange);
  border-radius:999px;
  z-index:-1;
  transform:rotate(-1.5deg);
}

.sm-story-text{
  margin-top:34px;
  padding-left:28px;
  border-left:3px solid rgba(0,72,143,.14);
}

.sm-story-text p{
  margin:0 0 22px;
  color:var(--sm-muted);
  font-size:15px;
  font-weight:600;
  line-height:2.05;
}

.sm-story-text p:last-child{
  margin-bottom:0;
}

.sm-story-flow{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:34px;
}

.sm-story-flow::before{
  content:"";
  position:absolute;
  left:42px;
  top:40px;
  bottom:40px;
  width:2px;
  background:linear-gradient(var(--sm-blue),rgba(0,72,143,.12));
}

.sm-story-step{
  position:relative;
  display:grid;
  grid-template-columns:84px 72px 1fr;
  gap:22px;
  align-items:center;
}

.sm-story-num{
  position:relative;
  z-index:2;
  width:84px;
  height:84px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--sm-blue),var(--sm-blue-dark));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:900;
  box-shadow:0 18px 36px rgba(0,72,143,.22);
}

.sm-story-icon{
  width:66px;
  height:66px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid rgba(0,72,143,.12);
  box-shadow:0 14px 36px rgba(0,72,143,.08);
  font-size:24px;
}

.sm-story-card{
  position:relative;
  padding:26px 30px;
  background:#fff;
  border:1px solid rgba(0,72,143,.12);
  border-radius:18px;
  box-shadow:0 18px 46px rgba(0,72,143,.08);
  overflow:hidden;
}

.sm-story-card::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:38px;
  height:38px;
  background:var(--sm-orange);
  clip-path:polygon(100% 0,0 100%,100% 100%);
}

.sm-story-card h3{
  margin:0 0 10px;
  color:var(--sm-blue);
  font-size:22px;
  font-weight:900;
  line-height:1.45;
}

.sm-story-card p{
  margin:0;
  color:var(--sm-muted);
  font-size:14px;
  font-weight:600;
  line-height:1.8;
}

@media(max-width:1024px){
  .sm-story{
    padding:80px 22px;
  }

  .sm-story-inner{
    grid-template-columns:1fr;
    gap:56px;
  }
}

@media(max-width:767px){
  .sm-story{
    padding:64px 18px;
  }

  .sm-story h2{
    font-size:28px;
    line-height:1.5;
  }

  .sm-story-text{
    margin-top:26px;
    padding-left:18px;
  }

  .sm-story-text p{
    font-size:14px;
    line-height:1.9;
  }

  .sm-story-flow{
    gap:22px;
  }

  .sm-story-flow::before{
    left:24px;
  }

  .sm-story-step{
    grid-template-columns:48px 1fr;
    gap:16px;
  }

  .sm-story-num{
    width:48px;
    height:48px;
    font-size:14px;
  }

  .sm-story-icon{
    display:none;
  }

  .sm-story-card{
    padding:20px 18px;
  }

  .sm-story-card h3{
    font-size:17px;
  }

  .sm-story-card p{
    font-size:13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1a336a */.sm-profile{
  position:relative;
  overflow:hidden;
  padding:100px 24px 120px;
  background:
    radial-gradient(circle at 94% 4%, rgba(0,72,143,.08), transparent 30%),
    linear-gradient(180deg,#f6f9ff 0%,#ffffff 42%,#ffffff 100%);
}

.sm-profile::before{
  content:"";
  position:absolute;
  left:-120px;
  top:-120px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:rgba(244,122,0,.08);
}

.sm-profile::after{
  content:"";
  position:absolute;
  right:-210px;
  top:-160px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(0,72,143,.055);
}

.sm-profile-inner{
  position:relative;
  z-index:2;
  max-width:1180px;
  margin:0 auto;
}

.sm-profile-head{
  margin-bottom:46px;
}

.sm-profile-label{
  margin:0 0 24px;
  color:var(--sm-blue);
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
}

.sm-profile-label::after{
  content:"";
  display:block;
  width:54px;
  height:4px;
  margin-top:16px;
  background:var(--sm-orange);
  border-radius:999px;
}

.sm-profile h2{
  margin:0;
  color:var(--sm-text);
  font-size:clamp(34px,3vw,48px);
  font-weight:900;
  line-height:1.42;
  letter-spacing:-.04em;
}

.sm-profile-card{
  position:relative;
  display:grid;
  grid-template-columns:360px 1fr;
  gap:58px;
  align-items:center;
  padding:48px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(0,72,143,.12);
  border-radius:28px;
  box-shadow:0 24px 64px rgba(0,72,143,.08);
  overflow:hidden;
}

.sm-profile-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:8px;
  height:100%;
  background:linear-gradient(180deg,var(--sm-orange),var(--sm-blue));
}

.sm-profile-card::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:54px;
  height:54px;
  background:var(--sm-orange);
  clip-path:polygon(100% 0,0 100%,100% 100%);
}

.sm-profile-image{
  position:relative;
  z-index:1;
}

.sm-profile-image::before{
  content:"";
  position:absolute;
  left:-18px;
  top:-18px;
  width:90px;
  height:90px;
  border-radius:50%;
  background:rgba(244,122,0,.16);
  z-index:-1;
}

.sm-profile-image::after{
  content:"";
  position:absolute;
  left:22px;
  bottom:-22px;
  width:100%;
  height:100%;
  border-radius:24px;
  background:linear-gradient(135deg,var(--sm-blue),var(--sm-blue-dark));
  z-index:-1;
}

.sm-profile-image img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  display:block;
  border-radius:24px;
  box-shadow:0 18px 42px rgba(0,72,143,.16);
}

.sm-profile-name{
  margin-bottom:24px;
}

.sm-profile-name p{
  margin:0 0 8px;
  color:var(--sm-blue);
  font-size:14px;
  font-weight:900;
  letter-spacing:.08em;
}

.sm-profile-name h3{
  margin:0;
  color:var(--sm-text);
  font-size:clamp(34px,3vw,48px);
  font-weight:900;
  letter-spacing:.08em;
  line-height:1.25;
}

.sm-profile-name span{
  display:block;
  margin-top:8px;
  color:var(--sm-orange);
  font-size:13px;
  font-weight:900;
  letter-spacing:.16em;
}

.sm-profile-lead{
  margin:0;
  color:var(--sm-muted);
  font-size:16px;
  font-weight:600;
  line-height:2;
}

.sm-profile-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:30px;
}

.sm-profile-points div{
  position:relative;
  padding:22px 18px;
  background:#f6f9ff;
  border:1px solid rgba(0,72,143,.12);
  border-radius:18px;
  overflow:hidden;
}

.sm-profile-points div::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:26px;
  height:26px;
  background:rgba(244,122,0,.9);
  clip-path:polygon(100% 0,0 100%,100% 100%);
}

.sm-profile-points strong{
  display:block;
  margin-bottom:8px;
  color:var(--sm-blue);
  font-size:30px;
  font-weight:900;
  line-height:1;
}

.sm-profile-points span{
  color:var(--sm-muted);
  font-size:13px;
  font-weight:800;
  line-height:1.6;
}

.sm-profile-tags{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.sm-profile-tags span{
  padding:10px 16px;
  background:#fff;
  border:1px solid rgba(0,72,143,.14);
  border-radius:999px;
  color:var(--sm-blue);
  font-size:14px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(0,72,143,.04);
}

.sm-profile-tags span:nth-child(1),
.sm-profile-tags span:nth-child(4){
  border-color:rgba(244,122,0,.34);
  color:var(--sm-orange);
}

@media(max-width:1024px){
  .sm-profile{
    padding:80px 22px 100px;
  }

  .sm-profile-card{
    grid-template-columns:1fr;
    gap:42px;
  }

  .sm-profile-image{
    max-width:360px;
  }
}

@media(max-width:767px){
  .sm-profile{
    padding:64px 18px 84px;
  }

  .sm-profile-head{
    margin-bottom:32px;
  }

  .sm-profile h2{
    font-size:28px;
    line-height:1.5;
  }

  .sm-profile-card{
    padding:28px 22px;
    border-radius:22px;
  }

  .sm-profile-card::before{
    width:5px;
  }

  .sm-profile-image{
    max-width:280px;
  }

  .sm-profile-image::after{
    left:14px;
    bottom:-14px;
  }

  .sm-profile-name h3{
    font-size:32px;
  }

  .sm-profile-lead{
    font-size:14px;
    line-height:1.9;
  }

  .sm-profile-points{
    grid-template-columns:1fr;
  }

  .sm-profile-points strong{
    font-size:26px;
  }

  .sm-profile-tags span{
    font-size:12px;
    padding:9px 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47c1f9d */.sm-mission{
  position:relative;
  overflow:hidden;
  padding:100px 24px 120px;
  background:
    radial-gradient(circle at 92% 4%, rgba(0,72,143,.075), transparent 31%),
    radial-gradient(circle at 88% 90%, rgba(244,122,0,.09), transparent 24%),
    linear-gradient(180deg,#ffffff 0%,#ffffff 48%,#f6f9ff 100%);
}

.sm-mission::before{
  content:"";
  position:absolute;
  right:-190px;
  top:-210px;
  width:560px;
  height:560px;
  border-radius:50%;
  background:rgba(0,72,143,.055);
}

.sm-mission::after{
  content:"";
  position:absolute;
  right:76px;
  top:68px;
  width:180px;
  height:180px;
  background-image:radial-gradient(rgba(0,72,143,.18) 1.4px, transparent 1.4px);
  background-size:14px 14px;
  opacity:.28;
}

.sm-mission-inner{
  position:relative;
  z-index:2;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:44% 50%;
  gap:6%;
  align-items:center;
}

.sm-mission-label{
  margin:0 0 24px;
  color:var(--sm-blue);
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
}

.sm-mission-label::after{
  content:"";
  display:block;
  width:54px;
  height:4px;
  margin-top:16px;
  background:var(--sm-orange);
  border-radius:999px;
}

.sm-mission h2{
  margin:0 0 34px;
  color:var(--sm-text);
  font-size:clamp(34px,3.3vw,52px);
  font-weight:900;
  line-height:1.42;
  letter-spacing:-.04em;
}

.sm-mission h2 span{
  position:relative;
  z-index:1;
  color:var(--sm-blue);
}

.sm-mission h2 span::after{
  content:"";
  position:absolute;
  left:-6px;
  right:-6px;
  bottom:4px;
  height:7px;
  background:var(--sm-orange);
  border-radius:999px;
  z-index:-1;
  transform:rotate(-1.4deg);
}

.sm-mission-copy p{
  margin:0 0 20px;
  color:var(--sm-muted);
  font-size:16px;
  font-weight:600;
  line-height:2;
}

.sm-mission-services{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:38px;
  padding:18px;
  background:#fff;
  border:1px solid rgba(0,72,143,.12);
  border-radius:18px;
  box-shadow:0 18px 46px rgba(0,72,143,.07);
  overflow:hidden;
}

.sm-mission-services::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:6px;
  height:100%;
  background:linear-gradient(180deg,var(--sm-orange),var(--sm-blue));
}

.sm-mission-services::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:34px;
  height:34px;
  background:var(--sm-orange);
  clip-path:polygon(100% 0,0 100%,100% 100%);
}

.sm-service-mini{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:88px;
  text-align:center;
  border-radius:14px;
  transition:.25s ease;
}

.sm-service-mini:hover{
  background:#f6f9ff;
}

.sm-service-mini img{
  width:32px;
  height:32px;
  object-fit:contain;
}

.sm-service-mini span{
  color:var(--sm-blue);
  font-size:13px;
  font-weight:900;
  line-height:1.45;
}

.sm-mission-flow{
  position:relative;
  padding:20px 0;
}

.sm-flow-circle{
  position:absolute;
  inset:28px 68px;
  border:8px solid rgba(0,72,143,.12);
  border-radius:50%;
  z-index:-1;
}

.sm-flow-item{
  position:relative;
  width:78%;
  margin:0 auto;
  display:grid;
  grid-template-columns:66px 1fr;
  gap:20px;
  align-items:center;
  padding:23px 28px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(0,72,143,.12);
  border-radius:18px;
  box-shadow:0 18px 46px rgba(0,72,143,.08);
  overflow:hidden;
  transition:.25s ease;
}

.sm-flow-item:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 58px rgba(0,72,143,.11);
}

.sm-flow-item::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:34px;
  height:34px;
  background:var(--sm-orange);
  clip-path:polygon(100% 0,0 100%,100% 100%);
}

.sm-flow-icon{
  width:56px;
  height:56px;
  border-radius:16px;
  background:#f3f7ff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.sm-flow-icon img{
  width:36px;
  height:36px;
  object-fit:contain;
}

.sm-flow-item h3{
  margin:0 0 6px;
  color:var(--sm-blue);
  font-size:22px;
  font-weight:900;
  line-height:1.35;
}

.sm-flow-item p{
  margin:0;
  color:var(--sm-muted);
  font-size:14px;
  font-weight:700;
  line-height:1.7;
}

.sm-flow-arrow{
  width:0;
  height:0;
  margin:12px auto;
  border-left:9px solid transparent;
  border-right:9px solid transparent;
  border-top:16px solid var(--sm-blue);
  filter:drop-shadow(0 4px 8px rgba(0,72,143,.18));
}

.sm-flow-item:nth-of-type(2) .sm-flow-icon,
.sm-flow-item:nth-of-type(6) .sm-flow-icon{
  background:#fff3e8;
}

@media(max-width:1024px){
  .sm-mission{
    padding:80px 22px 100px;
  }

  .sm-mission-inner{
    grid-template-columns:1fr;
    gap:58px;
  }

  .sm-mission-flow{
    max-width:760px;
  }
}

@media(max-width:767px){
  .sm-mission{
    padding:64px 18px 84px;
  }

  .sm-mission h2{
    font-size:28px;
    line-height:1.5;
  }

  .sm-mission-copy p{
    font-size:14px;
    line-height:1.9;
  }

  .sm-mission-services{
    grid-template-columns:repeat(2,1fr);
    margin-top:30px;
    padding:16px;
  }

  .sm-service-mini{
    min-height:82px;
  }

  .sm-service-mini span{
    font-size:12px;
  }

  .sm-flow-circle{
    display:none;
  }

  .sm-flow-item{
    width:100%;
    grid-template-columns:52px 1fr;
    gap:16px;
    padding:20px 18px;
  }

  .sm-flow-icon{
    width:48px;
    height:48px;
    border-radius:14px;
  }

  .sm-flow-icon img{
    width:30px;
    height:30px;
  }

  .sm-flow-item h3{
    font-size:18px;
  }

  .sm-flow-item p{
    font-size:13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9da7e14 */.sm-info{
  position:relative;
  overflow:hidden;
  padding:100px 24px 120px;
  background:
    radial-gradient(circle at 92% 8%, rgba(0,72,143,.07), transparent 30%),
    linear-gradient(180deg,#f6f9ff 0%,#ffffff 35%,#ffffff 100%);
}

.sm-info::before{
  content:"";
  position:absolute;
  left:-140px;
  top:-140px;
  width:300px;
  height:300px;
  border-radius:50%;
  background:rgba(244,122,0,.08);
}

.sm-info::after{
  content:"";
  position:absolute;
  right:-220px;
  bottom:-220px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(0,72,143,.05);
}

.sm-info-inner{
  position:relative;
  z-index:2;
  max-width:1000px;
  margin:0 auto;
}

.sm-info-head{
  text-align:center;
  margin-bottom:48px;
}

.sm-info-label{
  margin:0;
  color:var(--sm-blue);
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
}

.sm-info-label::after{
  content:"";
  display:block;
  width:54px;
  height:4px;
  margin:16px auto 0;
  background:var(--sm-orange);
  border-radius:999px;
}

.sm-info h2{
  margin:24px 0 24px;
  color:var(--sm-text);
  font-size:clamp(34px,3vw,48px);
  font-weight:900;
  letter-spacing:-.04em;
}

.sm-info-head p{
  max-width:720px;
  margin:0 auto;
  color:var(--sm-muted);
  font-size:16px;
  font-weight:600;
  line-height:2;
}

.sm-info-card{
  position:relative;
  background:#fff;
  border:1px solid rgba(0,72,143,.12);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,72,143,.08);
}

.sm-info-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:6px;
  height:100%;
  background:linear-gradient(
    180deg,
    var(--sm-orange),
    var(--sm-blue)
  );
}

.sm-info-card::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:46px;
  height:46px;
  background:var(--sm-orange);
  clip-path:polygon(
    100% 0,
    0 100%,
    100% 100%
  );
}

.sm-info-table{
  width:100%;
  border-collapse:collapse;
}

.sm-info-table th,
.sm-info-table td{
  padding:26px 32px;
  text-align:left;
  border-bottom:1px solid rgba(0,72,143,.10);
  vertical-align:top;
}

.sm-info-table tr:last-child th,
.sm-info-table tr:last-child td{
  border-bottom:none;
}

.sm-info-table th{
  width:220px;
  background:#f7faff;
  color:var(--sm-blue);
  font-size:15px;
  font-weight:900;
}

.sm-info-table td{
  color:var(--sm-text);
  font-size:16px;
  font-weight:700;
  line-height:1.9;
}

.sm-info-table tr:hover th,
.sm-info-table tr:hover td{
  background:#fbfdff;
}

@media(max-width:767px){

  .sm-info{
    padding:64px 18px 84px;
  }

  .sm-info h2{
    font-size:28px;
  }

  .sm-info-head{
    text-align:left;
  }

  .sm-info-label::after{
    margin-left:0;
  }

  .sm-info-head p{
    text-align:left;
    font-size:14px;
    line-height:1.9;
  }

  .sm-info-card{
    border-radius:20px;
  }

  .sm-info-table th,
  .sm-info-table td{
    display:block;
    width:100%;
    padding:18px 20px;
  }

  .sm-info-table th{
    border-bottom:none;
    padding-bottom:6px;
  }

  .sm-info-table td{
    padding-top:6px;
    font-size:14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed21478 */.sm-cta{
  position:relative;
  overflow:hidden;
  padding:56px 24px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(
      135deg,
      var(--sm-blue) 0%,
      var(--sm-blue-dark) 100%
    );
}

.sm-cta::before{
  content:"";
  position:absolute;
  left:-120px;
  top:-120px;
  width:260px;
  height:260px;
  border-radius:50%;
  border:16px solid rgba(255,255,255,.05);
}

.sm-cta-inner{
  position:relative;
  z-index:2;
  max-width:1040px;
  margin:0 auto;
}

.sm-cta-card{
  position:relative;

  display:grid;
  grid-template-columns:1fr 320px;
  gap:32px;
  align-items:center;

  padding:40px 44px;

  background:#fff;

  border-radius:28px;

  box-shadow:
    0 25px 70px rgba(0,0,0,.16);

  overflow:hidden;
}

.sm-cta-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:6px;
  height:100%;
  background:
    linear-gradient(
      180deg,
      var(--sm-orange),
      var(--sm-blue)
    );
}

.sm-cta-label{
  margin:0;

  color:var(--sm-orange);

  font-size:12px;
  font-weight:900;
  letter-spacing:.22em;
}

.sm-cta-label::after{
  content:"";
  display:block;

  width:60px;
  height:4px;

  margin-top:12px;

  background:var(--sm-orange);

  border-radius:999px;
}

.sm-cta h2{
  margin:22px 0 16px;

  color:var(--sm-text);

  font-size:clamp(30px,2.6vw,40px);

  line-height:1.32;
  font-weight:900;

  letter-spacing:-.05em;
}

.sm-cta h2 span{
  position:relative;
  color:var(--sm-blue);
}

.sm-cta h2 span::after{
  content:"";
  position:absolute;
  left:-6px;
  right:-6px;
  bottom:4px;
  height:7px;
  background:var(--sm-orange);
  border-radius:999px;
  z-index:-1;
}

.sm-cta-text{
  margin:0 0 20px;

  color:var(--sm-muted);

  font-size:14.5px;
  font-weight:600;
  line-height:1.9;
}

.sm-cta-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;

  margin-bottom:22px;
}

.sm-cta-points span{
  position:relative;

  padding:8px 14px 8px 30px;

  background:#f7faff;

  border:1px solid rgba(0,72,143,.12);

  border-radius:999px;

  color:var(--sm-blue);

  font-size:12.5px;
  font-weight:900;
}

.sm-cta-points span::before{
  content:"✓";

  position:absolute;
  left:12px;
  top:50%;
  transform:translateY(-50%);

  color:var(--sm-orange);
}

.sm-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;

  min-width:220px;

  padding:15px 30px;

  text-decoration:none;

  color:#fff;

  background:var(--sm-orange);

  border:2px solid var(--sm-orange);

  border-radius:999px;

  font-size:15px;
  font-weight:900;

  transition:.25s ease;

  box-shadow:
    0 12px 28px rgba(244,122,0,.22);
}

.sm-cta-btn:hover{
  transform:translateY(-3px);

  background:#fff;
  color:var(--sm-orange);

  box-shadow:
    0 18px 34px rgba(244,122,0,.25);
}

.sm-btn-icon{
  width:28px;
  height:28px;

  border-radius:50%;

  background:rgba(255,255,255,.2);

  display:flex;
  align-items:center;
  justify-content:center;

  flex-shrink:0;
}

.sm-cta-btn:hover .sm-btn-icon{
  background:rgba(244,122,0,.12);
}

.sm-cta-note{
  margin:14px 0 0;

  color:#64748b;

  font-size:12px;
  font-weight:700;
}

.sm-cta-visual{
  position:relative;
}

.sm-cta-visual::before{
  content:"";
  position:absolute;

  right:20px;
  top:12px;

  width:80px;
  height:80px;

  border-radius:50%;

  background:rgba(244,122,0,.10);

  z-index:-1;
}

.sm-cta-visual img{
  width:100%;
  max-height:290px;

  display:block;

  object-fit:contain;

  box-shadow:none;
}

.sm-cta-badge{
  position:absolute;

  left:-10px;
  bottom:20px;

  padding:12px 15px;

  background:#fff;

  border:1px solid rgba(0,72,143,.12);

  border-radius:16px;

  box-shadow:
    0 12px 28px rgba(0,72,143,.12);
}

.sm-cta-badge strong{
  display:block;
  margin-bottom:3px;

  color:var(--sm-blue);

  font-size:13px;
  font-weight:900;
}

.sm-cta-badge span{
  color:#64748b;

  font-size:11px;
  font-weight:700;
}

@media(max-width:1024px){

  .sm-cta-card{
    grid-template-columns:1fr;
    gap:24px;
  }

  .sm-cta-visual{
    max-width:320px;
    margin:0 auto;
  }
}

@media(max-width:767px){

  .sm-cta{
    padding:48px 14px;
  }

  .sm-cta-card{
    display:flex;
    flex-direction:column;

    padding:32px 20px;

    border-radius:22px;
  }

  .sm-cta-copy{
    order:1;
  }

  .sm-cta-visual{
    order:2;
    max-width:280px;
  }

  .sm-cta-visual img{
    max-height:230px;
  }

  .sm-cta-badge{
    left:50%;
    bottom:5px;
    transform:translateX(-50%);
    width:90%;
    text-align:center;
  }

  .sm-cta h2{
    font-size:26px;
    line-height:1.45;
  }

  .sm-cta-text{
    font-size:14px;
  }

  .sm-cta-points{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .sm-cta-points span:last-child{
    grid-column:1/-1;
  }

  .sm-cta-btn{
    width:100%;
    min-width:0;
  }

  .sm-cta-note{
    text-align:center;
  }
}/* End custom CSS */