.elementor-500 .elementor-element.elementor-element-8c0c5dc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9a74d65 */.vp-faq-page{
  font-family:Arial, Helvetica, sans-serif;
  background:#fff;
  padding:70px 20px;
}

.vp-faq-container{
  max-width:1150px;
  margin:0 auto;
}

.vp-faq-hero{
  text-align:center;
  margin-bottom:40px;
}

.vp-faq-kicker{
  color:#C51215;
  font-size:14px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:16px;
}

.vp-faq-hero h1{
  color:#06325E;
  font-size:46px;
  line-height:1.08;
  margin:0 auto 18px;
  max-width:900px;
  font-weight:800;
}

.vp-faq-hero p{
  color:#5f6f8a;
  font-size:18px;
  line-height:1.7;
  max-width:780px;
  margin:0 auto 28px;
}

.vp-faq-search{
  display:flex;
  max-width:760px;
  margin:0 auto;
  background:#fff;
  border:1px solid #dfe6f0;
  border-radius:18px;
  padding:8px;
  box-shadow:0 12px 30px rgba(18,63,145,.08);
}

.vp-faq-search input{
  flex:1;
  border:0;
  outline:0;
  padding:0 18px;
  font-size:15px;
  color:#06325E;
}

.vp-faq-search button{
  border:0;
  background:#D31335;
  color:#fff;
  font-weight:800;
  padding:16px 26px;
  border-radius:14px;
  cursor:pointer;
}

.vp-faq-shortcuts{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:42px;
}

.vp-faq-shortcut{
  background:#f7f9fc;
  border:1px solid #dfe6f0;
  border-radius:20px;
  padding:22px;
  text-align:center;
  color:#06325E;
  font-weight:800;
}

.vp-faq-layout{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:30px;
  align-items:start;
}

.vp-faq-sidebar{
  position:sticky;
  top:30px;
  background:linear-gradient(135deg,#010F20,#06325E);
  border-radius:28px;
  padding:30px;
  color:#fff;
}

.vp-faq-sidebar h3{
  font-size:26px;
  margin:0 0 12px;
}

.vp-faq-sidebar p{
  color:rgba(255,255,255,.78);
  line-height:1.6;
  margin-bottom:24px;
}

.vp-faq-btn{
  display:inline-flex;
  background:#D31335;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  padding:15px 22px;
  border-radius:14px;
}

.vp-faq-content h2{
  color:#06325E;
  font-size:28px;
  margin:0 0 18px;
}

.vp-faq-content h2:not(:first-child){
  margin-top:42px;
}

.vp-faq-item{
  background:#fff;
  border:1px solid #dfe6f0;
  border-radius:20px;
  margin-bottom:14px;
  box-shadow:0 8px 24px rgba(18,63,145,.04);
  overflow:hidden;
}

.vp-faq-item summary{
  cursor:pointer;
  list-style:none;
  padding:22px 26px;
  color:#06325E;
  font-size:17px;
  font-weight:800;
  display:flex;
  justify-content:space-between;
  gap:20px;
}

.vp-faq-item summary::-webkit-details-marker{
  display:none;
}

.vp-faq-item summary::after{
  content:"+";
  color:#D31335;
  font-size:24px;
  font-weight:800;
}

.vp-faq-item[open] summary::after{
  content:"−";
}

.vp-faq-item p{
  margin:0;
  padding:0 26px 24px;
  color:#5f6f8a;
  font-size:15px;
  line-height:1.7;
}

@media(max-width:900px){
  .vp-faq-layout{
    grid-template-columns:1fr;
  }

  .vp-faq-sidebar{
    position:relative;
    top:auto;
  }

  .vp-faq-shortcuts{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .vp-faq-hero h1{
    font-size:32px;
  }

  .vp-faq-search{
    flex-direction:column;
    gap:8px;
  }

  .vp-faq-search input{
    min-height:48px;
  }

  .vp-faq-shortcuts{
    grid-template-columns:1fr;
  }
}/* End custom CSS */