:root{--color-primary:#f09132;--color-secondary:#5a63b0;--container-padding:15px}.form-control{border:1px solid #dddcf5;border-radius:5px;color:#292929;font-size:18px}.form-control:active,.form-control:focus{border-color:var(--color-secondary)}.divider{border-bottom:1px solid rgba(38,38,38,.1);height:0;width:100%}main.content{flex:1;height:100%}.blog-listing h1,.blog-listing h2,.blog-listing h3,.blog-listing h4,.blog-listing h5,.blog-listing h6{font-weight:600}.blog-listing h1{font-size:calc(1.375rem + 1.5vw)}.blog-listing h2:not(.post-box__title){font-size:calc(1.325rem + .9vw)}.blog-listing h3{font-size:calc(1.3rem + .6vw)}.blog-listing h4{font-size:calc(1.275rem + .3vw)}.blog-listing h5{font-size:1.25rem;margin-bottom:.5rem}.blog-listing h6{font-size:1rem}@media(min-width:1200px){.blog-listing h1{font-size:2.5rem}.blog-listing h2:not(.post-box__title){font-size:2rem}.blog-listing h3{font-size:1.75rem}.blog-listing h4{font-size:1.5rem}}.filter-box{background:var(--color-secondary);border:1px solid #dddcf5;border-radius:6px;box-shadow:0 60px 30px -30px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:16px;margin:0 0 48px;padding:24px;--icon-size:24px}.filter-box .filter-item-container{position:relative}.filter-box .filter-item-container:after{background-repeat:no-repeat;content:"";display:block;height:var(--icon-size);pointer-events:none;position:absolute;right:15px;top:50%;width:var(--icon-size)}.filter-box .filter-item-container:has(>input):after{background-image:url(/images/blog/search.svg);background-position:50%;background-size:contain;transform:translateY(-50%)}.filter-box .filter-item-container:has(>button):after{background-image:url(/images/blog/arrow-down.svg);background-position:100%;background-size:12px 6px;height:6px;transform:translate(-1px,-20%);width:12px}.filter-box .filter-item-container:has(>button.open):after,.filter-box .filter-item-container:has(>button[aria-describedby]):after{background-image:url(/images/blog/close.svg);background-position:100%;background-size:15px;height:15px;transform:translateY(-50%);width:15px}.filter-dropdown-content{background:#fff;border:1px solid #dddcf5;border-radius:6px;box-shadow:0 50px 30px -20px rgba(0,0,0,.08);left:0;margin-top:8px;max-height:400px;overflow-y:auto;padding:15px;position:absolute;right:0;top:100%;z-index:1000}.filter-dropdown-content .all-series,.filter-dropdown-content .all-tags{display:flex}.filter-box .filter-item{align-items:center;background:#fff;border:1px solid #dddcf5;border-radius:5px;color:#262626;display:flex;font-size:18px;height:40px;padding:0 calc(30px + var(--icon-size)) 0 15px;text-transform:capitalize;width:100%}.filter-box input.filter-item{text-transform:none}.filter-box .filter-item:focus{outline:none}.filter-box .filter-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.all-series,.all-tags{color:var(--color-secondary);display:flex;flex-wrap:wrap;font-size:15px;gap:8px;line-height:18px}.all-series a,.all-tags a{border:1px solid #5a63b0;border-radius:5px;padding:4px 8px;text-decoration:none}.fresh-post{margin-top:24px}.fresh-post__content{display:flex;flex-direction:column;gap:8px;margin-top:16px}.fresh-post__img{align-items:center;display:grid;flex:1;position:relative}.fresh-post__img>a{border:1px solid rgba(90,99,176,.25);border-radius:10px;display:block;position:relative}.fresh-post__img>a:before{content:"";display:block;padding-top:56.25%}.fresh-post__img img{border-radius:10px;display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.fresh-post__time{color:#9f9e9e;display:flex;flex-direction:column}.fresh-post__title{font-size:min(1.375rem + 1.5vw,40px);font-weight:600;margin:0;max-width:80ch;text-wrap:pretty}.fresh-post__title a{color:inherit;text-decoration:none}.fresh-post__author{align-items:center;color:#9f9e9e;display:flex;font-size:16px;gap:8px}.fresh-post__author img{border:1px solid #eee;border-radius:50%;height:40px;width:40px}.fresh-post__badges{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0}.fresh-post__badges a{display:inline-block}.fresh-post__excerpt{font-size:18px}.post-header{display:grid;gap:8px;grid-template-areas:"img img" "time social" "title title" "badges badges" "author author";padding:24px 0}.post-header__img{grid-area:img}.post-header__img img{border-radius:10px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.post-header__time{color:#9f9e9e;display:flex;flex-direction:column;grid-area:time}.post-header__social{align-items:center;display:flex;gap:8px;grid-area:social;justify-content:flex-end}.post-header__social a{align-items:center;color:inherit;display:flex;filter:grayscale(.5);height:32px;justify-content:center;opacity:.5;transition:.3s;width:32px}.post-header__social a:last-of-type{background-color:var(--color-primary);border-radius:50%;color:#fff}.post-header__social a:hover{filter:none;opacity:1}.post-header__title{font-size:calc(1.375rem + 1.5vw);font-weight:600;grid-area:title;margin:0;max-width:80ch}.post-header__badges{display:flex;flex-wrap:wrap;gap:8px;grid-area:badges;margin:6px 0}.post-header__author{align-items:center;color:#9f9e9e;display:flex;font-size:16px;gap:8px;grid-area:author}.post-header__author img{border:1px solid #eee;border-radius:50%;height:40px;width:40px}.post-box{border:1px solid rgba(90,99,176,.25);box-shadow:0 10px 17px 5px rgba(0,0,0,.05);overflow:hidden;position:relative;width:100%}.post-box__img{display:block;position:relative}.post-box__img:before{content:"";display:block;padding-top:56.25%;width:100%}.post-box__img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.post-box__time{color:#9f9e9e;display:flex;gap:32px;margin-bottom:8px}.post-box__title{font-size:1.5rem;font-weight:600}.post-box__title a{color:inherit;text-decoration:none}.serie,.tag{background:#fff 0 0 no-repeat padding-box;border-radius:25px;display:inline-block;font-size:1.4rem;font-size:16px;font-weight:500;line-height:1.25;margin:0;opacity:1;padding:.375rem .875rem;text-decoration:none;transition:all .15s ease-in}.tag{border:1px solid #f5eeff;color:#843aea}.serie{border:1px solid #e8f3ff;color:#006adc}.serie span,.tag span{color:#9f9e9e;font-size:14px}.tag:hover{background-color:#eadeff;color:#843aea}.serie:hover,.tag:hover{text-decoration:underline;transition:none}.serie:hover{background:#e8f3ff;color:#006adc}.tag.tag-solid{background:#f5eeff;color:#843aea}.serie.serie-solid{background:#e8f3ff;color:#006adc}.post-row{align-items:stretch;display:flex;flex-direction:column;width:100%;--sidebar-spacing:24px}.post-row__sidebar{padding:48px 0;position:relative}.post-row__subscribe{display:flex;justify-content:center;margin:8px 0 var(--sidebar-spacing) 0}.post-row__subscribe .button-cta{flex:1;padding-left:16px;padding-right:16px;white-space:nowrap}.post-row__subscribe .rss-button{align-items:center;border:none;display:flex;justify-content:center;margin-left:10px;width:54px}.post-row__subscribe .rss-button,.post-row__subscribe .rss-button:active{background-color:var(--color-primary);color:#fff}.post-row__subscribe .rss-button img{height:16px;width:14px}.post-row__related{margin-bottom:var(--sidebar-spacing)}.post-row__related a{color:inherit;display:flex;font-size:16px;font-weight:400;gap:12px;line-height:20px;margin-bottom:24px;text-decoration:none;width:100%}.post-row__related a>div{flex:1;width:100%}.post-row__related h4{color:#36291b;font-size:30px;font-weight:600;line-height:35px;margin-bottom:24px}.post-row__related time{color:#262626;display:block;margin-bottom:5px;opacity:.4}.post-row__related img{border-radius:5px;display:block;height:90px;-o-object-fit:cover;object-fit:cover;width:123px}.post-row__canonicalUrl{font-style:italic;margin-top:48px;max-width:680px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-row__canonicalUrl a{text-underline-offset:.2em}.post-content{font-size:20px;line-height:1.6;max-width:680px}.post-content .excerpt{color:#374151;font-size:inherit;font-weight:600;line-height:inherit}.post-content ol,.post-content p,.post-content ul{font-size:inherit}.post-content p{margin-bottom:1rem;margin-top:0}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.post-content h1{font-size:calc(1.375rem + 1.5vw)}.post-content h2{font-size:calc(1.325rem + .9vw)}.post-content h3{font-size:calc(1.3rem + .6vw)}.post-content h4{font-size:calc(1.275rem + .3vw)}.post-content h5{font-size:1.25rem}.post-content h6{font-size:1rem}@media(min-width:1200px){.post-content h1{font-size:2.5rem}.post-content h2{font-size:2rem}.post-content h3{font-size:1.75rem}.post-content h4{font-size:1.5rem}}.post-content ul{list-style:disc;padding-left:2rem}.post-content ol{list-style:decimal;padding-left:2rem}.post-content dl,.post-content ol,.post-content ul{margin-bottom:1rem;margin-top:0}.post-content ol ol,.post-content ol ul,.post-content ul ol,.post-content ul ul{margin-bottom:0}.post-content ul ul{list-style:circle}.post-content ul ul ul{list-style:square}.post-content blockquote,.post-content figure{margin:0 0 1rem}.post-content dt{font-weight:700}.post-content dd{margin-bottom:.5rem;margin-left:0}.post-content pre{margin-bottom:1rem;margin-top:0}.post-content img,.post-content svg{vertical-align:middle}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{font-weight:600;margin-top:40px;position:relative;scroll-margin-top:90px}.post-content h1 a:has(i),.post-content h2 a:has(i),.post-content h3 a:has(i),.post-content h4 a:has(i),.post-content h5 a:has(i),.post-content h6 a:has(i){bottom:0;height:1em;line-height:1;margin:0 0 4px 12px;opacity:0;position:absolute;transition:.3s}@media(hover:none){.post-content h1 a:has(i),.post-content h2 a:has(i),.post-content h3 a:has(i),.post-content h4 a:has(i),.post-content h5 a:has(i),.post-content h6 a:has(i){opacity:1}}.post-content h1:hover a:has(i),.post-content h2:hover a:has(i),.post-content h3:hover a:has(i),.post-content h4:hover a:has(i),.post-content h5:hover a:has(i),.post-content h6:hover a:has(i){opacity:1}.post-content h1 a i,.post-content h2 a i,.post-content h3 a i,.post-content h4 a i,.post-content h5 a i,.post-content h6 a i{background-image:url(/images/blog/link.svg);background-repeat:no-repeat;background-size:contain;bottom:50%;display:block;height:20px;position:absolute;transform:translateY(50%);width:20px}.post-content a{word-wrap:break-word;text-decoration:underline;text-underline-offset:.2em}.post-content .video.video-youtube{padding-bottom:56.25%;position:relative}.post-content .video.video-youtube iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.post-content>iframe{max-width:100%}.post-content strong{font-weight:600}.post-content hr{border:0;border-top:1px solid;margin:1rem 0;opacity:.25;width:100%}.post-content code{font-size:.875em;margin:0 2px}.post-content pre{line-height:1.4;position:relative}.post-content pre:before{border-radius:3px;color:#6b6b6b;content:attr(data-language);font-family:Source Sans Pro,sans-serif;font-size:12px;font-weight:600;padding:2px;position:absolute;right:2px;top:0}.post-content pre code{font-size:16px}.post-content pre code:not(.hljs){background:#f0f0f0}.post-content pre:not(:has(.hljs)){background:#f0f0f0;padding:.5em;scrollbar-width:thin}.post-content pre:not(:has(.hljs))::-webkit-scrollbar{height:8px;width:8px}.post-content pre:not(:has(.hljs))::-webkit-scrollbar-track{background-color:#efefef;border-radius:8px}.post-content pre:not(:has(.hljs))::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:8px}.post-content a[data-fancybox=gallery]{display:block}.post-content img{display:block;margin:0 auto;max-height:50vh;max-width:100%}.post-content img:hover{cursor:zoom-in;filter:brightness(.9)}.post-content small{font-size:.875em}.post-content table{margin:1rem 0;overflow-x:auto;width:100%}.post-content table td{border:1px solid #d3dae6;font-weight:inherit;padding:2px 8px;text-align:inherit;vertical-align:middle}.post-content table tr:first-of-type td{background-color:#f5f7fa;font-weight:600}.tag-description{font-size:18px}.post-cta{margin:48px 0}.post-cta__text:not(:empty){margin-bottom:40px}.post-cta__text{color:#262626;font-size:30px;font-weight:400;line-height:1.1;margin-left:auto;margin-right:auto;text-align:center}.post-cta__text b{color:var(--color-primary);font-weight:400}.post-cta__actions{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.post-cta__actions .button-cta,.post-cta__actions .button-outline{line-height:20px;min-width:218px;padding:16px}@media(min-width:768px){:root{--container-padding:30px}.filter-box{flex-direction:row}.filter-box .filter-item-container{flex:1 1 33.3%;min-width:0}.post-cta{margin:96px 0}.post-cta__text{font-size:40px}.post-content .post-cta{margin:64px 0 80px}.post-row__canonicalUrl{font-size:18px}}@media(min-width:992px){.fresh-post{padding:32px 0}.fresh-post__content{margin-top:0}.fresh-post__time{flex-direction:row;gap:32px}.fresh-post__img{min-height:100%}.fresh-post__img a{border:1px solid var(--color-secondary);border-radius:8px}.fresh-post__img img{height:calc(100% - 30px);left:15px;top:15px;width:calc(100% - 30px)}.post-header{align-items:center;grid-template-areas:"img img img" "title title title" "badges badges badges" "author time social";grid-template-columns:auto 1fr 1fr;margin-bottom:12px}.post-header__img{display:none;margin:24px 0}.post-header__title{font-size:48px}.post-header__time{flex-direction:row;gap:24px;margin-left:16px}.post-row{align-items:flex-start;flex-direction:row;--sidebar-width:300px;gap:32px}.post-row__content{flex:1;width:calc(100% - var(--sidebar-width) - var(--sidebar-spacing)*2)}.post-row__sidebar{align-self:stretch;flex:none;padding:0;width:var(--sidebar-width)}.post-row__subscribe{margin:10px 0}.post-row__related{-moz-column-gap:48px;column-gap:48px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;margin:48px 0;row-gap:24px}.post-row__related h4{grid-column:1/4;margin-bottom:0}.post-row__related a{flex-direction:row-reverse}.post-row__related a>div span{text-wrap:balance}#vertical-banner-desktop{position:sticky;top:110px}.post-cta{margin:96px 0}.post-cta__text{font-size:40px}.post-content .post-cta{margin:64px 0 80px}}@media(min-width:1200px){.post-row{--sidebar-spacing:48px}}.contact-form{margin:48px 0;text-align:center}.contact-form__title{color:#1a1a1a;font-size:30px;font-weight:600;line-height:35px}.contact-form__description{font-size:24px}.contact-form__description:not(:empty){margin-bottom:20px}.contact-form__privacy{color:#bbbcbf;margin-bottom:24px}.contact-form__privacy a{color:var(--color-secondary);text-decoration:underline}input[name=b_13b9659b659dcce482526ea2d_11a1b7987b]{left:-5000px;opacity:0;position:absolute;top:-5000px}.contact-modal .modal-content{background-color:#fff}.contact-modal .modal-body{padding:1rem}.contact-modal .contact-form{margin:12px 0 24px}.contact-modal .contact-form .tw-grid{grid-template-columns:1fr;max-width:100%}.contact-modal .contact-form__title{margin-bottom:24px}.contact-modal .contact-form__description{display:none}.contact-modal .close{align-items:center;color:#292929;display:flex;font-size:1.6rem;height:40px;justify-content:center;opacity:.8;position:absolute;right:10px;top:10px;width:40px;z-index:10}@media(min-width:768px){.contact-form{margin:100px 0}.contact-form__title{font-size:60px;line-height:1.0833;margin-bottom:16px}.contact-form__description{font-size:20px;line-height:30px;margin:0 auto 40px}.contact-form__privacy{font-size:18px;line-height:26px}.contact-modal .contact-form__title{font-size:30px}}