:root{
  --ast-global-color-0:#5511f8;
  --ast-global-color-1:#161c4d;
  --ast-global-color-2:#262d5b;
  --ast-global-color-3:#2e3152;
  --ast-global-color-4:#f2f0fe;
  --ast-global-color-5:#ffffff;
  --ast-global-color-6:#f6f6f6;
  --ast-border-color:#e6e2fb;
  --ast-shadow-style-guide:0 6px 15px -2px rgba(16,24,40,.08);
  --ast-normal-container-width:1280px;
}
*,
*::before,
*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:'Karla',sans-serif;
  font-size:17px;
  line-height:1.65;
  color:var(--ast-global-color-3);
  background:var(--ast-global-color-4);
  overflow-x:hidden;
}
h1,h2,h3{
  font-family:'Rubik',sans-serif;
  color:var(--ast-global-color-1);
  margin:0 0 12px;
  line-height:1.28;
}
h1{font-size:55px}
h2{font-size:30px}
h3{font-size:24px}
p{margin:0 0 1.1em}
a{color:var(--ast-global-color-0);text-decoration:none;transition:all .2s linear}
a:hover{color:var(--ast-global-color-2);text-decoration:underline}
a:focus-visible,
button:focus-visible{
  outline:2px dotted currentColor;
  outline-offset:2px;
}
img{max-width:100%;height:auto;display:block}
.screen-reader-text{
  position:absolute !important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}
.skip-link:focus{
  clip:auto;
  width:auto;
  height:auto;
  left:6px;
  top:7px;
  z-index:100000;
  background:#fff;
  padding:10px 14px;
}
.ast-container{
  max-width:var(--ast-normal-container-width);
  margin:0 auto;
  padding:0 20px;
}
.site-header{background:#fff;border-bottom:1px solid var(--ast-border-color)}
.ast-above-header-wrap{padding:18px 0;border-bottom:1px solid var(--ast-border-color)}
.site-primary-header-wrap{display:flex;align-items:center;justify-content:center}
.site-branding .custom-logo-link{
  display:inline-flex;
  align-items:center;
  color:var(--ast-global-color-1);
}
.site-branding .custom-logo{
  display:block;
  width:200px;
  height:auto;
}
.logo-mark{
  width:34px;height:34px;border-radius:8px;
  background:var(--ast-global-color-0);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;font-weight:700;
}
.logo-text{font-size:24px;letter-spacing:.3px}
.ast-main-header-wrap{padding:12px 0}
.ast-nav-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:6px 2px;
  align-items:center;
}
.main-header-menu .menu-link{
  display:inline-block;
  padding:9px 13px;
  border-radius:6px;
  color:var(--ast-global-color-1);
  font-weight:600;
}
.main-header-menu .menu-link:hover{
  background:var(--ast-global-color-4);
  color:var(--ast-global-color-0);
  text-decoration:none;
}
.ast-mobile-header-wrap{display:none}
.mobile-nav{
  border-top:1px solid var(--ast-border-color);
  padding:10px 20px 14px;
  background:#fff;
}
.menu-toggle{
  border:0;
  background:var(--ast-global-color-0);
  color:#fff;
  border-radius:5px;
  padding:7px 10px;
  font-size:20px;
}
.menu-toggle:hover{background:var(--ast-global-color-2)}
.menu-toggle:active{transform:translateY(1px)}
.menu-toggle:disabled{opacity:.5;cursor:not-allowed}
.site-content{padding:28px 0 60px}
.content-area.primary{width:100%}
.site-main{width:100%}
.ast-hero{
  background:linear-gradient(180deg,var(--ast-global-color-5) 82%,var(--ast-global-color-4) 82%);
  border-radius:12px;
  display:grid;
  grid-template-columns:56% 44%;
  padding:60px;
  margin-bottom:54px;
  gap:24px;
}
.ast-hero-kicker{font-size:20px;color:var(--ast-global-color-2)}
.ast-hero p{max-width:680px}
.ast-hero-art{
  min-height:0;
  max-width:380px;
  width:100%;
  border-radius:12px;
  overflow:hidden;
  display:flex;
  justify-self:end;
  background:
      radial-gradient(circle at 20% 10%,rgba(85,17,248,.12),transparent 40%),
      linear-gradient(135deg,#d9d2ff,#f8f6ff);
}
.ast-hero-art img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.ast-button{
  display:inline-block;
  margin-top:8px;
  border:0;
  border-radius:5px;
  background:var(--ast-global-color-0);
  color:#fff;
  padding:15px 26px;
  font-size:13px;
  font-weight:600;
  letter-spacing:2px;
  text-transform:uppercase;
}
.ast-button:hover{background:var(--ast-global-color-2);color:#fff;text-decoration:none}
.ast-button:active{transform:translateY(1px)}
.ast-home-section{margin:0 0 62px}
.ast-section-head{text-align:center;margin-bottom:24px}
.ast-home-grid{
  display:grid;
  gap:20px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.ast-card{
  display:flex;
  background:#fff;
  border:1px solid var(--ast-border-color);
  box-shadow:var(--ast-shadow-style-guide);
  border-radius:10px;
  overflow:hidden;
}
.ast-card-media{width:50%;min-height:220px}
.ast-card-media a{display:block;height:100%}
.ast-card-media img{width:100%;height:100%;object-fit:cover}
.ast-card-content{
  width:50%;
  padding:24px;
  display:flex;
  flex-direction:column;
}
.ast-card-title{
  margin:0 0 8px;
  font-family:'Rubik',sans-serif;
  font-size:22px;
  line-height:1.35;
}
.ast-card-title a{color:var(--ast-global-color-1)}
.ast-card-title a:hover{color:var(--ast-global-color-0)}
.ast-card-summary{color:#5f6386;margin-bottom:12px}
.ast-card-meta{
  margin-bottom:10px;
  color:#7f83a8;
  font-size:14px;
}
.ast-dot{margin:0 6px;color:#b1b4ce}
.ast-read-more-link{
  margin-top:auto;
  font-weight:600;
  font-size:14px;
}
.ast-breadcrumb{margin:6px 0 20px}
.ast-breadcrumb ol{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  font-size:14px;
}
.ast-breadcrumb li:not(:last-child)::after{
  content:"/";
  color:#a2a6c9;
  margin-left:6px;
}
.ast-archive-description{
  margin:0 0 20px;
  background:#fff;
  border-radius:10px;
  border:1px solid var(--ast-border-color);
  padding:20px 26px;
}
.ast-category-list{display:grid;gap:20px}
.navigation.pagination{margin:24px 0 0}
.navigation .nav-links{display:flex;flex-wrap:wrap;gap:8px}
.page-numbers{
  min-width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 10px;
  border-radius:5px;
  border:2px solid #cfd2eb;
  color:#4f547c;
  background:#fff;
  font-weight:700;
}
.page-numbers:hover{
  border-color:var(--ast-global-color-0);
  color:var(--ast-global-color-0);
  text-decoration:none;
}
.page-numbers.current{
  color:#fff;
  background:var(--ast-global-color-0);
  border-color:var(--ast-global-color-0);
}
.page-numbers.disabled{opacity:.45;pointer-events:none}
.entry-header{margin-bottom:18px}
.entry-title{margin-bottom:10px}
.entry-meta{color:#73789d}
.entry-meta a{font-weight:600}
.ast-content-index{
  background:#fff;
  border:1px solid var(--ast-border-color);
  border-radius:10px;
  padding:16px 20px;
  margin:0 0 20px;
}
.ast-content-index-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.ast-content-index-list li a{display:inline-block}
.ast-content-index-list .is-level-3{padding-left:16px}
.ast-article-single{
  background:#fff;
  border:1px solid var(--ast-border-color);
  border-radius:10px;
  padding:28px;
}
.ast-article-body h2{font-size:30px;margin-top:24px}
.ast-article-body h3{font-size:25px;margin-top:22px}
.ast-article-body ul,.ast-article-body ol{padding-left:22px}
.ast-faq{margin-top:26px}
.ast-faq-item{
  border:1px solid var(--ast-border-color);
  border-radius:8px;
  padding:14px 16px;
  margin:0 0 12px;
  background:#fcfcff;
}
.ast-faq-item h3{font-size:20px}
.ast-related-posts-container{margin-top:24px}
.ast-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ast-related-grid .ast-card{display:block}
.ast-related-grid .ast-card-media,
.ast-related-grid .ast-card-content{width:100%}
.ast-related-grid .ast-card-content{padding:18px}
.page-content-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:24px;
  align-items:start;
}
.page-side-visual img{
  width:100%;
  display:block;
  border-radius:10px;
  border:1px solid var(--ast-border-color);
  box-shadow:0 6px 15px -2px rgba(16,24,40,.08);
}
.page-content-block h2{font-size:30px;margin-top:24px}
.ast-404-page{
  background:#fff;
  border:1px solid var(--ast-border-color);
  border-radius:10px;
  padding:34px;
}
.ast-404-categories{margin-top:28px}
.ast-404-categories ul{
  list-style:none;
  padding:0;
  margin:10px 0 0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ast-404-categories a{
  display:inline-block;
  background:#f6f4ff;
  border:1px solid #ddd7ff;
  border-radius:16px;
  padding:7px 12px;
}
.site-footer{
  background:#fff;
  border-top:1px solid var(--ast-border-color);
}
.site-above-footer-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:24px 20px;
}
.footer-logo-image{width:200px;height:auto;display:block}
.site-primary-footer-wrap{
  border-top:1px solid var(--ast-border-color);
  padding:14px 20px 24px;
}
.ast-footer-copyright{text-align:center;color:#5d6186}
.sp-smart-post-back-to-top-wrapper{
  cursor:pointer;
  position:fixed;
  right:30px;
  bottom:30px;
  background-color:var(--ast-global-color-0);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:8px;
  border:0;
  z-index:999;
}
.sp-smart-post-back-to-top-wrapper:hover{background:var(--ast-global-color-2)}
.ast-empty{margin:20px 0;color:#8185ab}

@media (max-width:921px){
  h1{font-size:40px}
  h2{font-size:35px}
  h3{font-size:26px}
  .ast-above-header-wrap,#ast-desktop-header{display:none}
  .ast-mobile-header-wrap{display:block;background:#fff}
  .ast-mobile-header-wrap .site-primary-header-wrap{justify-content:space-between}
  .ast-mobile-header-wrap .site-branding .custom-logo{width:160px}
  .site-content{padding-top:20px}
  .ast-hero{
    grid-template-columns:1fr;
    padding:30px;
    margin-bottom:40px;
  }
  .ast-hero-art{
    max-width:300px;
    justify-self:center;
  }
  .ast-home-grid,
  .ast-related-grid{grid-template-columns:1fr}
  .ast-card{flex-direction:column}
  .ast-card-media,.ast-card-content{width:100%}
  .page-content-layout{grid-template-columns:1fr}
  .site-above-footer-wrap{
    text-align:center;
  }
}
@media (max-width:544px){
  body{font-size:16px}
  h1{font-size:34px}
  h2{font-size:30px}
  h3{font-size:24px}
  .ast-container{padding:0 12px}
  .ast-article-single,.ast-archive-description,.ast-404-page{padding:20px}
}
