h1,h2,h3,h4,h5,h6,
.section-title,.page-title,.hero-title,.builder-page-title,.contact-popover__title,.pd-title,.trust-head{
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif !important;
}

.logo img,
.header .logo img,
.top .logo img{
  display:block!important;
  height:20px!important;
  width:auto!important;
  max-width:125px!important;
  object-fit:contain;
}

.header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  border-bottom:1px solid #eef1f7;
}
.header .container,
.header .inner{
  max-width:none;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 28px;
  box-sizing:border-box;
}
.header .left,
.header .right{
  display:flex;
  align-items:center;
  gap:6px;
}
.header .logo{
  display:inline-flex;
  align-items:center;
  color:#1B5CFF;
  font-size:22px;
  font-weight:900;
  letter-spacing:1px;
  text-decoration:none;
}
.icon-btn{
  width:40px;
  height:40px;
  border:0;
  border-radius:50%;
  background:none;
  color:#0A1A4F;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .2s ease,color .2s ease;
}
.icon-btn:hover,
.icon-btn:focus-visible{
  background:#f4f6fb;
  outline:none;
}
.icon-btn svg{
  width:23px;
  height:23px;
}

.hdr-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#1B5CFF;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  padding:10px 18px;
  border-radius:30px;
  white-space:nowrap;
  max-width:140px;
  overflow:hidden;
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease,max-width .22s ease,padding .22s ease,margin .22s ease;
}
.hdr-cta.is-hidden{
  opacity:0;
  transform:translateY(-8px);
  visibility:hidden;
  pointer-events:none;
  max-width:0;
  padding-left:0;
  padding-right:0;
  margin-left:-6px;
}
.site-chat-toggle{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  color:#FF2D8E !important;
  background:#fff0f7 !important;
  border:1px solid rgba(255,45,142,.16) !important;
  box-shadow:0 6px 16px rgba(255,45,142,.12);
  outline:none;
  transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.site-chat-toggle:hover,
.site-chat-toggle:focus-visible,
.site-chat-toggle[aria-expanded="true"]{
  background:#FF2D8E !important;
  color:#fff !important;
  border-color:#FF2D8E !important;
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(255,45,142,.22);
}
.site-chat-toggle svg{
  width:23px !important;
  height:23px !important;
  stroke:currentColor;
}

.overlay{
  position:fixed;
  inset:0;
  z-index:90;
  background:rgba(10,26,79,.5);
  -webkit-backdrop-filter:blur(5px) saturate(.78);
  backdrop-filter:blur(5px) saturate(.78);
  opacity:0;
  visibility:hidden;
  transition:opacity .3s ease,visibility .3s ease;
}
.overlay.show{
  opacity:1;
  visibility:visible;
}
.drawer{
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  z-index:100;
  width:82%;
  max-width:340px;
  background:#fff;
  box-shadow:none;
  transform:translateX(-105%);
  visibility:hidden;
  pointer-events:none;
  transition:transform .3s ease, box-shadow .3s ease, visibility 0s linear .3s;
  display:flex;
  flex-direction:column;
  overflow-y:auto;
}
.drawer.show{
  transform:translateX(0);
  visibility:visible;
  pointer-events:auto;
  transition-delay:0s;
  box-shadow:16px 0 40px rgba(10,26,79,.18);
}
.drawer-head{
  padding:18px 20px 8px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.drawer-head .signup{
  color:#0A1A4F;
  font-size:14px;
  line-height:1.35;
}
.drawer-head .signup b{
  display:block;
}
.drawer .x{
  font-size:28px;
  line-height:1;
  background:none;
  border:0;
  color:#0A1A4F;
  cursor:pointer;
}
.drawer-login{
  margin:4px 20px 14px;
  display:block;
  background:#1B5CFF;
  color:#fff;
  text-align:center;
  text-decoration:none;
  font-weight:800;
  padding:13px;
  border-radius:30px;
  font-size:15px;
}
.drawer-sep{
  height:1px;
  background:#eef1f7;
  margin:6px 20px;
}
.drawer-nav{
  padding:6px 12px 20px;
}
.drawer-nav a{
  display:flex;
  align-items:center;
  gap:14px;
  padding:13px 8px;
  color:#0A1A4F;
  text-decoration:none;
  font-weight:700;
  font-size:16px;
  border-radius:12px;
  transition:background .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease;
}
.drawer-nav a svg{
  width:22px;
  height:22px;
  color:#0A1A4F;
  flex:0 0 22px;
}
.drawer-nav a:hover,
.drawer-nav a:focus-visible{
  color:#1B5CFF;
  background:#f6f8ff;
  box-shadow:0 5px 16px rgba(10,26,79,.06);
  transform:translateX(2px);
  outline:none;
}
.drawer-nav a:hover svg,
.drawer-nav a:focus-visible svg{
  color:#1B5CFF;
}

.article-topbar{
  min-height:64px!important;
  padding:12px 28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  background:#fff!important;
  border-bottom:1px solid #eef1f7!important;
  box-sizing:border-box!important;
}
.article-logo,
.article-logo img{
  display:block!important;
}
.article-logo img{
  height:20px!important;
  width:auto!important;
  max-width:125px!important;
  object-fit:contain!important;
}
.article-toplink{
  color:#1B5CFF!important;
  font-weight:800!important;
  text-decoration:none!important;
}

.site-chat-fab{
  position:fixed !important;
  right:18px !important;
  bottom:18px !important;
  z-index:80 !important;
}
.sticky-cta{
  transition:opacity .25s ease,transform .25s ease,visibility .25s ease;
}
.sticky-cta.is-footer-hidden{
  opacity:0;
  transform:translateY(120%);
  visibility:hidden;
  pointer-events:none;
}
body.is-home .sticky-cta{
  opacity:0;
  transform:translateY(120%);
  visibility:hidden;
  pointer-events:none;
}
body.is-home .sticky-cta.is-visible{
  opacity:1;
  transform:translateY(0);
  visibility:visible;
  pointer-events:auto;
}
.contact-popover{
  position:fixed;
  inset:0;
  z-index:220;
  width:auto;
  min-height:100dvh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(10,26,79,.48);
  -webkit-backdrop-filter:blur(5px) saturate(.78);
  backdrop-filter:blur(5px) saturate(.78);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease,visibility .22s ease;
}
.contact-popover.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.contact-popover__panel{
  position:relative;
  width:min(520px,100%);
  background:#fff;
  border:1px solid rgba(255,255,255,.7);
  border-radius:28px;
  padding:30px;
  box-shadow:0 28px 80px rgba(10,26,79,.32);
  transform:translateY(10px) scale(.98);
  transition:transform .24s ease;
}
.contact-popover.is-open .contact-popover__panel{
  transform:translateY(0) scale(1);
}
.contact-popover__close{
  position:absolute;
  top:16px;
  right:16px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#f3f6ff;
  color:#0A1A4F;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.contact-popover__close:hover,
.contact-popover__close:focus-visible{
  background:#e7edff;
  outline:none;
}
.contact-popover__title{
  color:#0A1A4F;
  font-weight:900;
  font-size:28px;
  line-height:1.08;
  margin:0 46px 10px 0;
}
.contact-popover__text{
  color:#7a86a8;
  font-size:16px;
  line-height:1.45;
  max-width:390px;
  margin:0 0 22px;
}
.contact-popover__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.contact-popover__item{
  width:100%;
  min-height:74px;
  min-width:0;
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px 14px;
  border:1px solid #e3e9f7;
  border-radius:18px;
  background:#fff;
  color:#0A1A4F;
  text-decoration:none;
  font-family:inherit;
  font-size:15px;
  font-weight:800;
  text-align:left;
  cursor:pointer;
  box-sizing:border-box;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}
.contact-popover__item:hover,
.contact-popover__item:focus-visible{
  transform:none;
  border-color:#cdd9ff;
  background:#fff;
  box-shadow:none;
  outline:none;
}
.contact-popover__item span:last-child{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.contact-popover__item small{
  color:#7a86a8;
  font-size:13px;
  font-weight:700;
}
.contact-popover__icon{
  width:54px;
  height:54px;
  border-radius:50%;
  flex:0 0 54px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0A1A4F;
  font-size:13px;
  font-weight:900;
  background:#fff;
  box-shadow:0 10px 22px rgba(10,26,79,.10);
  overflow:hidden;
}
.contact-popover__icon img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  border-radius:50%;
}
.contact-popover__icon--tg,
.contact-popover__icon--max{background:#fff}
.contact-popover__mailbox{
  margin:20px 0 0;
  padding:14px 16px;
  border-radius:16px;
  background:#f6f8ff;
  border:1px solid #e3e9f7;
  text-align:center;
}
.contact-popover__mailbox span{
  display:block;
  color:#7a86a8;
  font-size:13px;
  font-weight:700;
  margin-bottom:6px;
}
.contact-popover__mail{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  margin:0;
  color:#1B5CFF;
  font-size:16px;
  font-weight:900;
  text-decoration:none;
}
.contact-popover__mail:hover{color:#FF2D8E}
html.contact-modal-open,
html.contact-modal-open body{
  overflow:hidden;
}
.drawer-bottom{
  margin-top:auto;
  padding:10px 20px 22px;
}
.drawer-socials{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-bottom:14px;
}
.drawer-socials a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  min-height:0;
  border-radius:50%;
  background:transparent;
  color:#0A1A4F;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  box-shadow:none;
  padding:0;
  overflow:hidden;
}
.drawer-socials img,
.footer .socials img{
  width:40px;
  height:40px;
  display:block;
  border-radius:50%;
}
.drawer-email{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:44px;
  color:#1B5CFF;
  background:#f6f8ff;
  border:1px solid #e3e9f7;
  border-radius:14px;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  text-align:center;
  box-shadow:0 10px 24px rgba(10,26,79,.08);
}
.drawer-nav a.drawer-legal{
  color:#7a86a8;
  font-size:13px;
  font-weight:600;
  padding-top:9px;
  padding-bottom:9px;
}
.drawer-nav a.drawer-legal svg{
  width:18px;
  height:18px;
  flex-basis:18px;
  color:#9aa5c0;
}
.footer{
  background:#f6f8ff!important;
  color:#0A1A4F!important;
  border-top:1px solid #e2e7f5!important;
  padding:72px 0 38px!important;
}
.footer .foot-email{
  color:#1B5CFF;
  font-weight:900;
}
.footer .container{
  max-width:1200px;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
}
.footer .foot-cols{
  display:grid;
  grid-template-columns:repeat(1,1fr)!important;
  gap:34px!important;
  margin-bottom:36px!important;
  text-align:left;
}
.footer .foot-cols h5{
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.8px;
  margin-bottom:18px;
  color:#0A1A4F!important;
}
.footer .foot-group-title{
  margin:18px 0 8px;
  color:#6f7890;
  font-size:13px;
  font-weight:900;
}
.footer .foot-cols a{
  display:block;
  color:#46516b!important;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
  padding:7px 0;
  transition:color .2s ease, transform .2s ease;
}
.footer .foot-cols a img{
  width:34px;
  height:34px;
  border-radius:50%;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
.footer .foot-cols a span{
  vertical-align:middle;
}
.footer .foot-cols a:hover{
  color:#1B5CFF!important;
  transform:translateX(2px);
}
.footer .foot-contact-link{
  display:flex!important;
  align-items:center;
  width:max-content;
}
.footer .foot-mail-card{
  margin-top:16px;
  padding:16px 18px!important;
  border:1px solid #dfe5f4;
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 34px rgba(10,26,79,.06);
  max-width:300px;
}
.footer .foot-mail-card small{
  display:block;
  color:#7a849a!important;
  font-size:13px;
  font-weight:800;
  margin-bottom:6px;
}
.footer .foot-mail-card b{
  display:block;
  color:#1B5CFF;
  font-size:17px;
}
.footer .socials{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 28px;
}
.footer .socials a{
  width:44px;
  height:44px;
  border-radius:12px;
  background:rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:13px;
  transition:.2s;
}
.footer .socials a:hover{
  background:#1B5CFF;
  transform:translateY(-3px);
}
.footer .foot-legal{
  text-align:center;
  color:#7a849a;
  font-size:12px;
  line-height:2;
  border-top:1px solid #dfe5f4!important;
  padding-top:26px!important;
}
.footer .foot-legal a{
  color:#66708a!important;
  text-decoration:underline;
}
@media(min-width:860px){
  .footer .foot-cols{grid-template-columns:1.25fr 1fr 1fr!important}
}
@media(max-width:560px){
  .contact-popover{
    padding:16px;
    align-items:center;
  }
  .contact-popover__panel{
    padding:24px 18px 20px;
    border-radius:24px;
  }
  .contact-popover__title{
    font-size:24px;
    margin-right:42px;
  }
  .contact-popover__text{
    font-size:14px;
    margin-bottom:18px;
  }
  .contact-popover__grid{
    gap:8px;
  }
  .contact-popover__item{
    min-height:66px;
    padding:10px;
  }
  .contact-popover__icon{
    width:46px;
    height:46px;
    flex-basis:46px;
    border-radius:14px;
  }
}

@media (max-width: 859px) {
  .header > .container,
  .header > .inner {
    box-sizing:border-box !important;
    max-width:none !important;
    width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    padding-left:13px !important;
    padding-right:13px !important;
  }
}
