.yarl__fullsize{width:100%;height:100%}.yarl__relative{position:relative}.yarl__portal{opacity:0;transition:opacity var(--yarl__fade_animation_duration,.25s)var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999);position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.yarl__carousel{height:100%;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px,0)*1px + var(--yarl__carousel_spacing_percent,0)*1%));flex:none;place-content:center;align-items:stretch;display:flex}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px,0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent,0))*var(--yarl__carousel_spacing_percent,0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px,0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent,0))*var(--yarl__carousel_spacing_percent,0)*1%)}.yarl__flex_center{place-content:center;align-items:center;display:flex}.yarl__slide{padding:calc(var(--yarl__carousel_padding_px,0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent,0))*var(--yarl__carousel_padding_percent,0)*1%);flex:1;position:relative;overflow:hidden}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;max-width:100%;max-height:100%}.yarl__slide_image_cover{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d;-webkit-transform:translateZ(0)}}.yarl__slide_placeholder{line-height:0;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}.yarl__slide_loading{color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,rgba(255,255,255,.8)));animation:1s linear yarl__delayed_fadein}.yarl__slide_loading line{animation:1s linear infinite yarl__stroke_opacity}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{padding:var(--yarl__toolbar_padding,8px);justify-content:flex-end;display:flex;position:absolute;top:0;bottom:auto;left:auto;right:0}[dir=rtl] .yarl__toolbar{top:0;bottom:auto;left:0;right:auto}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,rgba(255,255,255,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));margin:var(--yarl__button_margin,0);padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent;outline:none;line-height:0}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,rgba(255,255,255,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus-visible:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,rgba(255,255,255,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%)rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%)rotate(180deg)}.yarl__no_scroll{overscroll-behavior:none;height:100%;overflow:hidden}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}
pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
html{scroll-behavior:smooth}body{margin:0}.BlogContent-module-scss-module__6ncbaW__content{color:#373f41;margin-bottom:4rem;font-size:1rem;line-height:1.8}.BlogContent-module-scss-module__6ncbaW__content h1,.BlogContent-module-scss-module__6ncbaW__content h2,.BlogContent-module-scss-module__6ncbaW__content h3,.BlogContent-module-scss-module__6ncbaW__content h4,.BlogContent-module-scss-module__6ncbaW__content h5,.BlogContent-module-scss-module__6ncbaW__content h6{color:#1a365d;margin-top:3rem;margin-bottom:1rem;scroll-margin-top:100px;font-weight:700;line-height:1.3}.BlogContent-module-scss-module__6ncbaW__content h1{margin-top:0;font-size:2.25rem}.BlogContent-module-scss-module__6ncbaW__content h2{border-bottom:2px solid #dee2e6;padding-bottom:.5rem;font-size:2rem}.BlogContent-module-scss-module__6ncbaW__content h3{font-size:1.75rem}.BlogContent-module-scss-module__6ncbaW__content h4{font-size:1.5rem}.BlogContent-module-scss-module__6ncbaW__content h5{font-size:1.25rem}.BlogContent-module-scss-module__6ncbaW__content h6{color:#6c757d;font-size:1.1rem}.BlogContent-module-scss-module__6ncbaW__content p{margin-bottom:1rem}.BlogContent-module-scss-module__6ncbaW__content a{color:#2b79c2;text-decoration:underline;transition:color .2s}.BlogContent-module-scss-module__6ncbaW__content a:hover{color:#1d5283}.BlogContent-module-scss-module__6ncbaW__content ul,.BlogContent-module-scss-module__6ncbaW__content ol{margin-bottom:1rem;padding-left:2.5rem}.BlogContent-module-scss-module__6ncbaW__content ul li,.BlogContent-module-scss-module__6ncbaW__content ol li{margin-bottom:.5rem}.BlogContent-module-scss-module__6ncbaW__content ul ul,.BlogContent-module-scss-module__6ncbaW__content ul ol,.BlogContent-module-scss-module__6ncbaW__content ol ul,.BlogContent-module-scss-module__6ncbaW__content ol ol{margin-top:.5rem;margin-bottom:0}.BlogContent-module-scss-module__6ncbaW__content ul{list-style-type:disc}.BlogContent-module-scss-module__6ncbaW__content ol{list-style-type:decimal}.BlogContent-module-scss-module__6ncbaW__content input[type=checkbox]{margin-right:.5rem}.BlogContent-module-scss-module__6ncbaW__content blockquote{color:#373f41;background-color:#e9ecef;border-left:4px solid #2b79c2;margin:2rem 0;padding:1rem 2rem;font-style:italic}.BlogContent-module-scss-module__6ncbaW__content blockquote p:last-child{margin-bottom:0}.BlogContent-module-scss-module__6ncbaW__content pre{background-color:#f6f8fa;border-radius:6px;margin:2rem 0;padding:1rem;font-size:.875rem;line-height:1.6;overflow-x:auto}.BlogContent-module-scss-module__6ncbaW__content pre code{font-size:inherit;background-color:transparent;border-radius:0;padding:0}.BlogContent-module-scss-module__6ncbaW__content code{color:#1a365d;background-color:rgba(43,121,194,.1);border-radius:3px;padding:2px 6px;font-size:.9em}.BlogContent-module-scss-module__6ncbaW__content__imageButton{cursor:zoom-in;background:0 0;border:none;width:-moz-fit-content;width:fit-content;margin:2rem auto;padding:0;transition:opacity .2s,transform .2s;display:block}.BlogContent-module-scss-module__6ncbaW__content__imageButton:hover{opacity:.9;transform:scale(1.02)}.BlogContent-module-scss-module__6ncbaW__content__imageButton:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #2b79c2}.BlogContent-module-scss-module__6ncbaW__content__imageButton:active{opacity:.8;transform:scale(.98)}.BlogContent-module-scss-module__6ncbaW__content__image{border-radius:8px;max-width:100%;height:auto;transition:inherit;display:block;box-shadow:0 4px 12px rgba(0,0,0,.1)}.BlogContent-module-scss-module__6ncbaW__content__image:hover{box-shadow:0 6px 16px rgba(0,0,0,.15)}.BlogContent-module-scss-module__6ncbaW__content__tableWrapper{margin:2rem 0;overflow-x:auto}.BlogContent-module-scss-module__6ncbaW__content table{border-collapse:collapse;width:100%;font-size:.875rem}.BlogContent-module-scss-module__6ncbaW__content table thead{background-color:#e9ecef}.BlogContent-module-scss-module__6ncbaW__content table thead th{text-align:left;font-weight:700}.BlogContent-module-scss-module__6ncbaW__content table th,.BlogContent-module-scss-module__6ncbaW__content table td{border:1px solid #dee2e6;padding:.5rem 1rem}.BlogContent-module-scss-module__6ncbaW__content table tbody tr:nth-child(2n){background-color:#f8f9fa}.BlogContent-module-scss-module__6ncbaW__content table tbody tr:hover{background-color:rgba(43,121,194,.05)}.BlogContent-module-scss-module__6ncbaW__content hr{border:none;border-top:2px solid #dee2e6;margin:3rem 0}.BlogContent-module-scss-module__6ncbaW__content del{color:#6c757d}.BlogContent-module-scss-module__6ncbaW__content strong{font-weight:700}.BlogContent-module-scss-module__6ncbaW__content em{font-style:italic}@media print{.BlogContent-module-scss-module__6ncbaW__content{font-size:11pt;line-height:1.6}.BlogContent-module-scss-module__6ncbaW__content__imageButton{cursor:default;margin:1rem 0}.BlogContent-module-scss-module__6ncbaW__content__imageButton:hover{opacity:1;transform:none}.BlogContent-module-scss-module__6ncbaW__content__image{max-width:100%;box-shadow:none;page-break-inside:avoid}.BlogContent-module-scss-module__6ncbaW__content__image:hover{box-shadow:none}.BlogContent-module-scss-module__6ncbaW__content pre,.BlogContent-module-scss-module__6ncbaW__content blockquote,.BlogContent-module-scss-module__6ncbaW__content table{page-break-inside:avoid}.BlogContent-module-scss-module__6ncbaW__content a{color:#373f41;text-decoration:none}.BlogContent-module-scss-module__6ncbaW__content a[href^=http]:after{content:" (" attr(href)")";color:#6c757d;font-size:9pt}.BlogContent-module-scss-module__6ncbaW__content h1,.BlogContent-module-scss-module__6ncbaW__content h2,.BlogContent-module-scss-module__6ncbaW__content h3,.BlogContent-module-scss-module__6ncbaW__content h4,.BlogContent-module-scss-module__6ncbaW__content h5,.BlogContent-module-scss-module__6ncbaW__content h6{page-break-after:avoid;page-break-inside:avoid}}
html{scroll-behavior:smooth}body{margin:0}.SocialShare-module-scss-module__2f9Nva__share{border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6;margin:3rem 0;padding:2rem 0}.SocialShare-module-scss-module__2f9Nva__share__title{color:#1a365d;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.SocialShare-module-scss-module__2f9Nva__share__buttons{flex-wrap:wrap;gap:.5rem;display:flex}.SocialShare-module-scss-module__2f9Nva__share__button{color:#373f41;cursor:pointer;background-color:#fff;border:1px solid #dee2e6;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.SocialShare-module-scss-module__2f9Nva__share__button svg{flex-shrink:0}.SocialShare-module-scss-module__2f9Nva__share__button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.SocialShare-module-scss-module__2f9Nva__share__button--native{color:#fff;background-color:#1a365d;border-color:#1a365d}.SocialShare-module-scss-module__2f9Nva__share__button--native:hover{background-color:#0f1f35;border-color:#0f1f35}.SocialShare-module-scss-module__2f9Nva__share__button--facebook:hover{color:#fff;background-color:#1877f2;border-color:#1877f2}.SocialShare-module-scss-module__2f9Nva__share__button--twitter:hover{color:#fff;background-color:#000;border-color:#000}.SocialShare-module-scss-module__2f9Nva__share__button--linkedin:hover{color:#fff;background-color:#0a66c2;border-color:#0a66c2}.SocialShare-module-scss-module__2f9Nva__share__button--copy:hover{color:#fff;background-color:#2b79c2;border-color:#2b79c2}.SocialShare-module-scss-module__2f9Nva__share__skeleton{background:linear-gradient(90deg,#f8f9fa 25%,#e9ecef 50%,#f8f9fa 75%) 0 0/200% 100%;border-radius:8px;height:100px;animation:1.5s infinite SocialShare-module-scss-module__2f9Nva__shimmer}@keyframes SocialShare-module-scss-module__2f9Nva__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media print{.SocialShare-module-scss-module__2f9Nva__share{display:none}}
