@charset "UTF-8";.blog-hero{padding-right:10vw;padding-left:10vw}@media(max-width:1200px){.blog-hero{padding-right:5vw;padding-left:5vw}}.blog-hero{padding-top:4rem;padding-bottom:4rem}@media(max-width:500px){.blog-hero{padding-top:3rem;padding-bottom:3rem}}.blog-hero{background-color:#101828;display:flex;flex-direction:column;gap:1rem}.blog-hero__label{font-family:Inter;font-size:.875rem;line-height:1.5}@media(max-width:768px){.blog-hero__label{font-size:.75rem}}.blog-hero__label{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:#6a7282}.blog-hero__heading{font-family:Inter;font-size:3.75rem;line-height:1.25}@media(max-width:768px){.blog-hero__heading{font-size:3rem}}@media(max-width:500px){.blog-hero__heading{font-size:2.25rem}}.blog-hero__heading{margin:0;font-weight:700;color:#fff;max-width:45rem}.blog-hero__description{font-family:Inter;font-size:1rem;line-height:1.5}@media(max-width:768px){.blog-hero__description{font-size:.875rem}}.blog-hero__description{margin:0;font-weight:400;color:#d1d5dc;max-width:35rem}.blog-archive{padding-right:10vw;padding-left:10vw}@media(max-width:1200px){.blog-archive{padding-right:5vw;padding-left:5vw}}.blog-archive{background-color:#fff}.blog-archive__inner{padding-top:3rem;padding-bottom:5rem;display:flex;flex-direction:column;gap:1.75rem}.blog-archive__filters{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:600px){.blog-archive__filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.25rem;scrollbar-width:none}.blog-archive__filters::-webkit-scrollbar{display:none}}.blog-archive__filter{font-family:Inter;font-size:.875rem;line-height:1.5}@media(max-width:768px){.blog-archive__filter{font-size:.75rem}}.blog-archive__filter{display:inline-flex;align-items:center;padding:.5rem 1.125rem;border-radius:6.25rem;border:1px solid rgba(16,24,40,.2);background-color:transparent;color:#101828;text-decoration:none;font-weight:500;white-space:nowrap;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.blog-archive__filter:hover{background-color:#f9fafb}.blog-archive__filter--active{background-color:#101828;color:#fff;border-color:#101828}.blog-archive__filter--active:hover{background-color:#101828}.blog-archive__count{font-family:Inter;font-size:.875rem;line-height:1.5}@media(max-width:768px){.blog-archive__count{font-size:.75rem}}.blog-archive__count{margin:0;color:#6a7282}.blog-archive__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:900px){.blog-archive__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.blog-archive__grid{grid-template-columns:1fr}}.blog-archive__empty{font-family:Inter;font-size:1rem;line-height:1.5}@media(max-width:768px){.blog-archive__empty{font-size:.875rem}}.blog-archive__empty{color:#6a7282;margin:0}.blog-archive__pagination .navigation{display:flex;justify-content:center}.blog-archive__pagination .nav-links{display:flex;align-items:center;gap:.375rem}.blog-archive__pagination .page-numbers{font-family:Inter;font-size:.875rem;line-height:1.5}@media(max-width:768px){.blog-archive__pagination .page-numbers{font-size:.75rem}}.blog-archive__pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .5rem;border-radius:.375rem;border:1px solid rgba(16,24,40,.2);color:#101828;text-decoration:none;font-weight:500;transition:background-color .15s ease}.blog-archive__pagination .page-numbers.current{background-color:#101828;color:#fff;border-color:#101828}.blog-archive__pagination .page-numbers:not(.current):hover{background-color:#f9fafb}.blog-archive__pagination .page-numbers.dots{border-color:transparent;background:none}.blog-archive__pagination .page-numbers.dots:hover{background:none}.blog-post-card{display:flex;flex-direction:column;gap:1rem;position:relative}.blog-post-card__image{position:relative;border-radius:.5rem;overflow:hidden;aspect-ratio:16/10;background-color:#f9fafb}.blog-post-card__image img{width:100%;height:100%;object-fit:cover;display:block}.blog-post-card__image-placeholder{width:100%;height:100%;background-color:#f9fafb}.blog-post-card__cat{position:absolute;top:.75rem;left:.75rem;background-color:#ffffffeb;color:#101828;font-family:Inter;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:6.25rem}.blog-post-card__body{display:flex;flex-direction:column;gap:.625rem}.blog-post-card__meta{display:flex;align-items:center;gap:1rem}.blog-post-card__date,.blog-post-card__read-time{display:inline-flex;align-items:center;gap:.3125rem;font-family:Inter;font-size:.75rem;color:#6a7282}.blog-post-card__date svg,.blog-post-card__read-time svg{width:.8125rem;height:.8125rem;flex-shrink:0}.blog-post-card__title{font-family:Inter;font-size:1.125rem;line-height:1.5}@media(max-width:768px){.blog-post-card__title{font-size:1rem}}.blog-post-card__title{margin:0;font-weight:700;line-height:1.3}.blog-post-card__title a{color:#101828;text-decoration:none}.blog-post-card__title a:after{content:"";position:absolute;inset:0;z-index:1}.blog-post-card__title a:hover{text-decoration:underline}.blog-post-card__excerpt{font-family:Inter;font-size:.875rem;line-height:1.5}@media(max-width:768px){.blog-post-card__excerpt{font-size:.75rem}}.blog-post-card__excerpt{margin:0;color:#4a5565;line-height:1.75}.blog-post-card__read-more{font-family:Inter;font-size:.875rem;line-height:1.5}@media(max-width:768px){.blog-post-card__read-more{font-size:.75rem}}.blog-post-card__read-more{position:relative;z-index:2;color:#101828;font-weight:600;text-decoration:none}.blog-post-card__read-more:hover{text-decoration:underline}.site-footer{background-color:#101828;color:#d1d5dc;font-size:.875rem;line-height:1.6}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;padding:4rem 10vw 3rem;border-bottom:1px solid rgb(51,65,85)}@media(max-width:1200px){.footer-inner{padding-left:5vw;padding-right:5vw}}@media(max-width:768px){.footer-inner{grid-template-columns:1fr;gap:2.5rem;padding-top:3rem;padding-bottom:2rem}}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-brand .footer-logo img{height:auto}.footer-brand .footer-site-title a{color:inherit;text-decoration:none;font-size:1.25rem;font-weight:600}.footer-brand .footer-description{color:#d1d5dc;margin:0;max-width:20rem}.footer-social{display:flex;gap:.75rem;margin-top:.25rem}.footer-social .social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#ffffff14;color:#d1d5dc;text-decoration:none;transition:background-color .2s ease}.footer-social .social-link:hover{background-color:#ffffff29}.footer-links .footer-heading{color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin:0 0 1.25rem}.footer-links #footer-menu,.footer-links #footer-menu ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer-links #footer-menu a,.footer-links #footer-menu ul a{color:#d1d5dc;text-decoration:none;transition:color .2s ease}.footer-links #footer-menu a:hover,.footer-links #footer-menu ul a:hover{color:#fff}.footer-contact .footer-heading{color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin:0 0 1.25rem}.footer-contact .contact-item{display:flex;align-items:flex-start;gap:.75rem;color:#d1d5dc;margin-bottom:1rem}.footer-contact .contact-item svg{flex-shrink:0;margin-top:.125rem}.footer-contact .contact-item span{line-height:1.5}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 10vw;color:#6a7282;font-size:.8125rem}@media(max-width:1200px){.footer-bottom{padding-left:5vw;padding-right:5vw}}@media(max-width:640px){.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.footer-bottom p{margin:0}.site-header{background-color:#ffffffe6;backdrop-filter:blur(.75rem);-webkit-backdrop-filter:blur(.75rem);position:sticky;z-index:999999;top:0;padding-top:1.5rem;padding-bottom:1.5rem;border-bottom:.125rem solid rgba(229,231,235,.5);padding-right:10vw;padding-left:10vw}@media(max-width:1200px){.site-header{padding-right:5vw;padding-left:5vw}}.header-inner{display:flex;align-items:center;justify-content:space-between}.main-navigation #primary-menu,.main-navigation #primary-menu ul{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.main-navigation #primary-menu a,.main-navigation #primary-menu ul a{display:inline-block;text-decoration:none;color:#4a5565;font-weight:400;font-size:1rem;line-height:1.5;padding-bottom:.125rem}.main-navigation #primary-menu .current-menu-item>a,.main-navigation #primary-menu .current_page_item>a,.main-navigation #primary-menu ul .current-menu-item>a,.main-navigation #primary-menu ul .current_page_item>a{border-bottom:2px solid currentColor;color:#101828;font-weight:500}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;gap:.3125rem;background:none;border:none;cursor:pointer;padding:.25rem}.menu-toggle .hamburger-bar{display:block;width:1.5rem;height:.125rem;color:#101828;background-color:currentColor;transition:transform .2s ease,opacity .2s ease}.menu-toggle[aria-expanded=true] .hamburger-bar:nth-child(1){transform:translateY(.4375rem) rotate(45deg)}.menu-toggle[aria-expanded=true] .hamburger-bar:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] .hamburger-bar:nth-child(3){transform:translateY(-.4375rem) rotate(-45deg)}@media(max-width:768px){.menu-toggle{display:flex}.main-navigation{display:none;position:fixed;left:0;right:0;z-index:999;background-color:#ffffffe6;backdrop-filter:blur(.875rem);-webkit-backdrop-filter:blur(.875rem);padding:1rem 5vw}.main-navigation.is-open{display:block}.main-navigation #primary-menu{flex-direction:column;align-items:flex-start;gap:1rem}.main-navigation #primary-menu .current-menu-item>a,.main-navigation #primary-menu .current_page_item>a{border-bottom:none}}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-ext-wght-normal.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-wght-normal.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-ext-wght-normal.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-wght-normal.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-vietnamese-wght-normal.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}body{margin:0;font-family:Inter Variable,sans-serif}h3,h2,p,h1,li,ul{margin:0}.cadd-single-post{padding-right:10vw;padding-left:10vw}@media(max-width:1200px){.cadd-single-post{padding-right:5vw;padding-left:5vw}}.cadd-single-post{padding-top:3rem;padding-bottom:5rem}.cadd-single-post__inner{max-width:45rem;margin:0 auto;display:flex;flex-direction:column;gap:1.75rem}.cadd-single-post__categories{display:flex;gap:.5rem;flex-wrap:wrap}.cadd-single-post__category{font-family:Inter;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:#6a7282}.cadd-single-post__title{font-family:Inter;font-size:3rem;line-height:1.25}@media(max-width:768px){.cadd-single-post__title{font-size:2.25rem}}@media(max-width:500px){.cadd-single-post__title{font-size:1.875rem}}.cadd-single-post__title{margin:0;font-weight:700;color:#101828;line-height:1.2}.cadd-single-post__meta{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.cadd-single-post__meta-author,.cadd-single-post__meta-date,.cadd-single-post__meta-read{display:flex;align-items:center;gap:.375rem;font-family:Inter;font-size:.8125rem;color:#6a7282}.cadd-single-post__meta-author svg,.cadd-single-post__meta-date svg,.cadd-single-post__meta-read svg{width:.875rem;height:.875rem;flex-shrink:0}.cadd-single-post__meta-author a,.cadd-single-post__meta-date a,.cadd-single-post__meta-read a{color:#101828;font-weight:600;text-decoration:none}.cadd-single-post__meta-author a:hover,.cadd-single-post__meta-date a:hover,.cadd-single-post__meta-read a:hover{text-decoration:underline}.cadd-single-post__meta-role{color:#6a7282}.cadd-single-post__meta-role:before{content:"·";margin:0 .25rem}.cadd-single-post__thumbnail{border-radius:.5rem;overflow:hidden}.cadd-single-post__thumbnail img{width:100%;height:auto;display:block}.cadd-single-post__content{font-family:Inter;font-size:1rem;line-height:1.8;color:#4a5565}.cadd-single-post__content h2{font-size:1.5rem;font-weight:700;color:#101828;margin:2.5rem 0 1rem;line-height:1.3}.cadd-single-post__content h3{font-size:1.25rem;font-weight:700;color:#101828;margin:2rem 0 .75rem;line-height:1.3}.cadd-single-post__content h4{font-size:1.125rem;font-weight:600;color:#101828;margin:1.5rem 0 .5rem}.cadd-single-post__content p{margin:0 0 1.25rem}.cadd-single-post__content blockquote{margin:.5rem 0;padding:.25rem 1.25rem;border-left:3px solid rgb(16,24,40)}.cadd-single-post__content blockquote p{font-style:italic;color:#4a5565;margin:0}.cadd-single-post__content ul,.cadd-single-post__content ol{margin:0 0 1.25rem;padding-left:1.5rem}.cadd-single-post__content ul li,.cadd-single-post__content ol li{margin-bottom:.5rem}.cadd-single-post__content a{color:#101828;text-decoration:underline}.cadd-single-post__content img{max-width:100%;height:auto;border-radius:.5rem}.cadd-single-post__content hr{border:none;border-top:1px solid rgba(16,24,40,.1);margin:2.5rem 0}.cadd-single-post__tags{display:flex;gap:.5rem;flex-wrap:wrap;padding-top:.25rem}.cadd-single-post__tag{font-family:Inter;font-size:.8125rem;font-weight:400;color:#4a5565;background-color:#f9fafb;padding:.25rem .75rem;border-radius:.25rem}.cadd-single-post__author-bio{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:#f9fafb;border-radius:.5rem}.cadd-single-post__author-avatar{width:3rem;height:3rem;border-radius:50%;background-color:#101828;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.cadd-single-post__author-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.cadd-single-post__author-initial{font-family:Inter;font-size:1.125rem;font-weight:700;color:#fff}.cadd-single-post__author-info{display:flex;flex-direction:column;gap:.25rem}.cadd-single-post__author-name{font-family:Inter;font-size:.9375rem;font-weight:700;color:#101828;display:block}.cadd-single-post__author-role{font-family:Inter;font-size:.875rem;font-weight:400;color:#4a5565;display:block}.cadd-single-post__author-desc{font-family:Inter;font-size:.8125rem;font-weight:400;color:#4a5565;margin:0;line-height:1.6}
