.elementor-637 .elementor-element.elementor-element-7bfb2de{--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;}.elementor-637 .elementor-element.elementor-element-58018b2{--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-b51ad04 */.suido-city{
  background:#fff;
  color:#1f2d3d;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
}

.suido-city-hero{
  background:linear-gradient(90deg,#ffffff 0%,#ffffff 58%,#f5faff 100%);
  padding:80px 20px 72px;
}

.suido-city-hero__content,
.suido-city-section,
.suido-city-cta{
  max-width:1080px;
  margin:0 auto;
}

.suido-city-hero__label{
  display:inline-flex;
  background:#2d74ca;
  color:#fff;
  font-weight:800;
  border-radius:999px;
  padding:8px 16px;
  margin:0 0 18px;
}

.suido-city-hero h1{
  margin:0 0 18px;
  font-size:3rem;
  line-height:1.25;
  font-weight:900;
  color:#0d57b5;
}

.suido-city-hero__lead{
  max-width:720px;
  color:#526074;
  font-size:1.05rem;
  line-height:1.9;
  margin:0 0 26px;
}

.suido-city-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  padding:16px 28px;
  border-radius:999px;
  background:linear-gradient(180deg,#ff3030 0%,#eb1e1e 100%);
  color:#fff;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 14px 30px rgba(223,31,31,0.24);
}

.suido-city-section{
  padding:76px 20px;
}

.suido-city-head{
  text-align:center;
  margin-bottom:34px;
}

.suido-city-head p{
  margin:0 0 8px;
  color:#2d74ca;
  font-size:.95rem;
  font-weight:800;
  letter-spacing:.08em;
}

.suido-city-head h2{
  margin:0;
  font-size:2rem;
  line-height:1.4;
  font-weight:900;
  color:#1d2a38;
}

.suido-city-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.suido-city-card{
  background:#fff;
  border:1px solid #dbe7f6;
  border-radius:22px;
  padding:24px 20px;
  box-shadow:0 10px 24px rgba(32,61,105,.06);
}

.suido-city-card span{
  display:flex;
  width:54px;
  height:54px;
  align-items:center;
  justify-content:center;
  background:#f4f8fd;
  border-radius:16px;
  font-size:1.6rem;
  margin-bottom:14px;
}

.suido-city-card h3{
  margin:0 0 10px;
  font-size:1.15rem;
  font-weight:900;
}

.suido-city-card p{
  margin:0;
  color:#526074;
  font-size:.94rem;
  line-height:1.75;
}

.suido-city-blue{
  max-width:none;
  background:#f8fbff;
}

.suido-city-blue .suido-city-head,
.suido-city-blue .suido-city-list{
  max-width:1080px;
  margin-left:auto;
  margin-right:auto;
}

.suido-city-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.suido-city-list div{
  background:#fff;
  border:1px solid #dbe7f6;
  border-radius:16px;
  padding:18px 20px;
  font-weight:800;
  color:#1f2d3d;
}

.suido-city-price{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.suido-city-price div{
  background:#fff;
  border:1px solid #dbe7f6;
  border-radius:20px;
  padding:24px 20px;
  text-align:center;
  box-shadow:0 10px 24px rgba(32,61,105,.06);
}

.suido-city-price strong{
  display:block;
  margin-bottom:10px;
}

.suido-city-price span{
  color:#e53935;
  font-size:1.4rem;
  font-weight:900;
}

.suido-city-note{
  margin:18px 0 0;
  color:#666;
  font-size:.9rem;
  line-height:1.7;
}

.suido-city-cta{
  background:linear-gradient(135deg,#2d74ca 0%,#1f5fb0 100%);
  color:#fff;
  border-radius:28px;
  padding:44px 28px;
  text-align:center;
  box-shadow:0 18px 40px rgba(31,95,176,.22);
}

.suido-city-cta p{
  margin:0 0 10px;
  font-weight:800;
  color:rgba(255,255,255,.88);
}

.suido-city-cta h2{
  margin:0 0 24px;
  font-size:2rem;
  font-weight:900;
}

.suido-city-btn--white{
  background:#fff;
  color:#1f5fb0;
  box-shadow:0 10px 24px rgba(255,255,255,.2);
}

.suido-city-faq details{
  background:#f8fbff;
  border:1px solid #dbe7f6;
  border-radius:16px;
  margin-bottom:12px;
  overflow:hidden;
}

.suido-city-faq summary{
  cursor:pointer;
  padding:18px 20px;
  font-weight:900;
  list-style:none;
}

.suido-city-faq p{
  margin:0;
  padding:0 20px 20px;
  color:#526074;
  line-height:1.8;
}

@media(max-width:1024px){
  .suido-city-card-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:767px){
  .suido-city-hero{
    padding:52px 16px 48px;
  }

  .suido-city-hero h1{
    font-size:2rem;
  }

  .suido-city-section{
    padding:56px 16px;
  }

  .suido-city-head{
    text-align:left;
    margin-bottom:26px;
  }

  .suido-city-head h2{
    font-size:1.55rem;
  }

  .suido-city-card-grid,
  .suido-city-list,
  .suido-city-price{
    grid-template-columns:1fr;
  }

  .suido-city-cta{
    margin:0 16px 16px;
    padding:30px 20px;
    border-radius:22px;
    text-align:left;
  }

  .suido-city-cta h2{
    font-size:1.55rem;
  }

  .suido-city-btn{
    width:100%;
  }
}/* End custom CSS */