*,:after,:before{box-sizing:border-box}:root{--color-text-primary:#000;--color-bg-primary:#faf9f6;--dark:#2f2f2f;--white:#fff;--grey:#f2f2f2;--grey-light:#f7f7f7;--grey-lighter:#fafafa;--green:#00703e;--green-light:#e6fff4;--red:#ba0303;--red-light:#ffe6e6}html{overflow-x:hidden}body{line-height:1.5;font-family:var(--font-beiruti),system-ui,sans-serif}.lang-switcher{display:flex;align-items:center;gap:.5rem}.lang-switcher .icon{font-size:1rem}a{text-decoration:none;color:var(--link-color,#2e7d32);transition:color .3s ease}a:focus,a:hover{color:var(--link-hover-color,#c72)}.cover-image-container{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;min-height:450px;background-color:#f8f8f8;overflow:hidden}.countdown{display:inline-block;background-color:#0070f3;color:#fff;padding:6px 12px;border-radius:8px;font-weight:700;font-size:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 4px 8px rgba(0,112,243,.4);margin:0 6px;min-width:120px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .3s ease}.countdown:hover{background-color:#005bb5}.back-to-top-btn{position:fixed;left:20px;bottom:80px;z-index:1000;background-color:#2563eb;color:#fff;border:1px solid #ccc;padding:10px 14px;border-radius:6px;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.1);font-size:16px;transition:background-color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.back-to-top-btn:focus,.back-to-top-btn:hover{background-color:#1e40af;outline:none}.author-card{margin-top:2rem;padding:1.5rem;border:1px solid #ddd;border-radius:12px;background-color:#fafafa;max-width:800px;margin-inline:auto;box-shadow:0 4px 10px rgba(0,0,0,.05);direction:rtl}.author-title{font-size:1.5rem;margin-bottom:1rem;color:#222;text-align:center;font-weight:700}.author-details{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.author-img{border-radius:50%;object-fit:cover;box-shadow:0 2px 8px rgba(0,0,0,.1)}.author-info{flex:1 1}.author-name{font-size:1.2rem;display:block;margin-bottom:.5rem;color:#333}.author-bio{margin-bottom:.8rem;font-size:.95rem;line-height:1.6;color:#555}.author-links a{margin-right:1rem;color:#0070f3;text-decoration:none;font-weight:500}.author-links a:hover{text-decoration:underline}.article-date,.reading-time{display:block;text-align:right;font-size:.95rem;color:#555;margin-bottom:4px;line-height:1.6}.article-date:before{content:"🗓️ ";margin-left:4px}.reading-time:before{content:" ";margin-left:4px}.article-date.lang-en,.reading-time.lang-en{direction:ltr;text-align:left}.toc-wrapper-container{width:100%;margin:1.5rem auto;display:flex;justify-content:center}.toc-toggle-btn{padding:.5rem 1rem;background:#f0f0f0;border-radius:6px;border:none;cursor:pointer;font-weight:700}.toc-box{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1rem;max-width:700px;width:100%;box-shadow:0 2px 6px rgba(0,0,0,.1)}.toc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.toc-close-btn{background:none;border:none;color:#d00;font-weight:700;cursor:pointer}.toc-nav ul{list-style:none;padding-left:0;margin:0}.toc-item{margin-bottom:.5rem}.toc-item a{color:#0070f3;text-decoration:none}.toc-item a:hover{text-decoration:underline}@media (min-width:1024px){.toc-box{max-width:33%}}.related-articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem;padding:0 1rem}.related-article-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .3s ease}.related-article-card:hover{transform:translateY(-4px)}.related-article-content{padding:1rem}.related-article-title{font-size:1.1rem;margin:0 0 .5rem;font-weight:600}.related-article-date{font-size:.875rem;color:#666}.related-article-card>div{position:relative;width:100%;height:200px}@media (max-width:768px){.related-articles-grid{display:flex;overflow-x:auto;gap:1rem;width:100%;margin-left:-1rem;padding-left:1rem;padding-right:1rem;scroll-padding-left:1rem}.related-article-card{min-width:280px;flex:0 0 auto;flex-direction:column}.related-articles-grid::-webkit-scrollbar{height:8px}.related-articles-grid::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:4px}}[dir=rtl] .navbar-brand{flex-direction:row-reverse}[dir=ltr] .navbar-brand{flex-direction:row}[lang=fr] .article-wrapper{direction:ltr;text-align:left}.article-wrapper{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:1rem}.card{display:flex;flex-direction:column;height:340px;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);text-decoration:none;background-color:#fff;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:scale(1.02);box-shadow:0 4px 16px rgba(0,0,0,.15)}.card-image{height:150px;background-size:cover;background-position:50%;background-repeat:no-repeat}.card-content{padding:1rem;display:flex;flex-direction:column;justify-content:space-between;flex:1 1}.card-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#222}.card-description{font-size:.9rem;color:#444;margin-bottom:.5rem}.card-date{font-size:.8rem;color:#777}.category{background:var(--red);color:#fff;font-weight:500;letter-spacing:1px;border-radius:5px;padding:6px 8px;display:inline-block;margin:3vh 2px 2.5vh;box-shadow:0 0 1px rgba(172,28,56,.1),0 2px 6px rgba(172,28,56,.175)}.category.python{background:var(--green)}.category.web{background:#007acc}.post-detail{margin-top:6.5vh;color:rgba(0,0,0,.55)}.post-detail .icon{margin-right:7px}.post-detail .date{font-size:.85em;color:rgba(0,0,0,.65)}#navbar{padding:10px;min-height:3.25rem;line-height:50px}.navbar-start{font-size:22px;font-weight:600;z-index:999}.button{background-color:#fff;color:#363636;cursor:pointer;justify-content:center;padding:calc(.5em - 1px) 1em;text-align:center;white-space:nowrap;-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;line-height:1.5;position:relative;vertical-align:top;-webkit-user-select:none;-moz-user-select:none;user-select:none}button{margin:0}.button:active,.button:focus,.is-active.button,.is-focused.button,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus{outline:0}.button[disabled],.select select[disabled]{cursor:not-allowed}button a{color:#485fc7;cursor:pointer;text-decoration:none}button a:hover{color:#363636}@keyframes spinAround{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-right:calc(-.5em - 1px);margin-left:.25em}.button .icon.lang-en:first-child:not(:last-child),.button .icon:last-child:not(:first-child){margin-right:.25em;margin-left:calc(-.5em - 1px)}.button .icon.lang-en:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-right:calc(-.5em - 1px);margin-left:calc(-.5em - 1px)}.button:hover{border-color:#b5b5b5;color:#363636}.button:focus{border-color:#485fc7;color:#363636}@media screen and (max-width:768px){.button.is-responsive.is-small{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.button.is-responsive.is-small{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}.icon{align-items:center;display:inline-flex;justify-content:center;height:3.5rem;width:3.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30;color:#0a0a0a}.navbar>.container{width:100%}.navbar-brand,.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem}.navbar-brand{flex-shrink:0}.navbar-brand .navbar-item:focus,.navbar-brand .navbar-item:hover{background-color:transparent}.navbar-burger{font-size:8em;padding:0;color:#097969;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;cursor:pointer;display:block;height:2.75rem;position:relative;width:2.75rem;margin:0 auto 0 0}.navbar-burger.lang-en{padding:0;margin:0 0 0 auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.1;padding:.5rem .75rem;position:relative}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}@media screen and (max-width:1023px){.navbar>.container{display:block}.navbar-brand .navbar-item{align-items:center;display:flex}.navbar-link:after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px hsla(0,0%,4%,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-left:auto}.navbar-end{justify-content:flex-end;margin-right:auto}.navbar-dropdown{background-color:#fff;box-shadow:0 8px 8px hsla(0,0%,4%,.1);font-size:.875rem;position:absolute;top:100%;z-index:20;width:auto;height:auto;padding:10px;display:inline-block}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap;padding-left:3rem}.navbar-dropdown .navbar-item:focus,.navbar-dropdown .navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown .navbar-item.is-active{background-color:#f5f5f5;color:#485fc7}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-right:-.75rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-left:-.75rem}.navbar-link.is-active,a.navbar-item.is-active{color:#0a0a0a}.navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#fafafa}}@media screen and (min-width:1024px) and (max-width:1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1024px){.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid #dbdbdb;border-radius:5px 5px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px hsla(0,0%,4%,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-link:after{border:1px solid #3273dc;border-right:0;border-top:0;content:" ";display:block;height:.5em;pointer-events:none;position:absolute;transform:rotate(-45deg);transform-origin:center;width:.5em;margin-top:-.375em;left:1.125em;top:50%}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #dbdbdb;box-shadow:0 8px 8px hsla(0,0%,4%,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap;padding-right:3rem}.navbar-dropdown .navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown .navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar-dropdown.is-right{left:auto;right:0}}@media only screen and (min-width:768px){.navbar-link{padding-left:2.5em}.navbar-link.lang-en{padding-right:2.5em}}h1,h2,h3,h4,h5,h6{font-style:normal;font-weight:500;text-transform:none;line-height:1.4}p{margin-bottom:1.2em;font-weight:400;text-align:justify;text-justify:inter-word;line-height:1.8}.last-paragraph{text-align:right}.entry-wraper h2,.entry-wraper h3,.entry-wraper h4,.entry-wraper h5,.entry-wraper h6{color:#c72}.border-radius-10{border-radius:10px}ul{margin-right:15px;display:block;list-style-type:disc}hr,ul{padding:0}hr{border-bottom:1px solid #eceff8;border-top:0;margin:30px 0}image,img,video{max-width:100%;height:auto}figure{position:relative}.img{max-width:100%;transition:all .2s ease-out}code{background-color:#f0f0f0;padding:.2em .4em;border-radius:4px;font-family:monospace;font-size:.9em}.image-style img{max-width:100%;height:auto}[data-lazy]{opacity:0;transition:opacity 1.5s ease}[data-lazy].loaded{opacity:1}.pt-50{padding-top:50px!important}.mb-30{margin-bottom:30px!important}.m-auto{margin:auto!important}.border-radius-5{border-radius:5px}.mr-5{margin-right:5px!important}.breadcrumbs ul{display:flex!important;flex-wrap:wrap;list-style:none!important;margin:0!important;padding:0!important;overflow:hidden;white-space:nowrap}.breadcrumbs li{display:flex!important;align-items:center;font-family:Helvetica Neue,sans-serif;font-size:13px;text-transform:uppercase;font-weight:700;letter-spacing:.05em;line-height:20px;color:#4d4d4d}.breadcrumbs li a{color:#4d4d4d;text-decoration:none;padding:4px 8px;display:inline-block;max-width:100%;text-overflow:ellipsis;overflow:hidden}.breadcrumbs .current{font-weight:700;color:#333;pointer-events:none;cursor:default}.breadcrumbs .separator{margin:0 .25rem;color:#aaa}.entry-header .entry-title{font-size:2.5em;text-align:center;color:#c72}.entry-main-content h1,.entry-main-content h2,.entry-main-content h3,.entry-main-content h4,.entry-main-content h5,.entry-main-content h6{font-weight:700}.entry-wraper{position:relative}.entry-main-content{font-size:1.2em}.entry-main-content p{font-size:1.1em;line-height:1.75}.entry-main-content h2{font-size:1.5rem;line-height:1.25;margin:30px 0 28px}.entry-main-content figure{margin:30px 0}.entry-main-content ul{margin-right:15px;padding:0;font-style:normal;margin-bottom:2px}.entry-main-content li{margin-top:20px}.entry-main-content ul>li+li{margin-top:1rem}blockquote{position:relative;padding:0 30px;margin-bottom:1.5rem;font-weight:400;font-style:italic;background-color:#daf7a6;color:#000;border-left:0}blockquote:before{content:"";position:absolute;top:0;right:0;height:100%;width:4px;background:#a2ca10}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}.wp-block-separator{border-top:1px solid #f4f5f9;margin:20px auto}.wp-block-gallery,.wp-block-image{margin-bottom:30px}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px) / 3);margin-left:5px}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.wp-block-image{margin-bottom:30px}.entry-main-content figure.alignleft{margin-right:30px;margin-top:20px;display:table}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;width:100%;margin:10px 0;caption-side:bottom}.wp-block-image figcaption{color:#6a6a6a;z-index:1;bottom:0;right:0;line-height:1.5;margin-bottom:0;margin-top:15px;text-align:center;font-size:12px}@media (min-width:768px) and (max-width:991px){.container-article{max-width:720px;padding-right:2rem;padding-left:2rem}.entry-header.entry-header-style-1,.entry-wraper{max-width:720px;margin:0 auto}.image-style{max-width:100%;margin-bottom:15px}.entry-header .entry-title{font-size:2.3em}}@media (min-width:481px) and (max-width:767px){.container-article{max-width:95%;padding:1rem}.entry-header.entry-header-style-1,.entry-wraper{max-width:100%;margin:0 1rem}.image-style{max-width:100%;margin-bottom:15px}.entry-header .entry-title{font-size:2em}.entry-main-content p{font-size:1em}}@media (max-width:480px){.container-article{padding:0 .5rem}.entry-header.entry-header-style-1,.entry-wraper{margin:0 .5rem}.entry-header .entry-title{font-size:1.8em}.entry-main-content p{font-size:.95em;line-height:1.5}.image-style{max-width:100%;margin-bottom:10px}}table.data-table{width:100%;border-collapse:collapse;border-spacing:0}th{background-color:#d3d3d3;font-weight:500}td,th{text-align:right;padding:16px;border:.2px solid #999}td:first-child,th:first-child{border-radius:5px 0 0 5px}td:last-child,th:last-child{border-radius:0 5px 5px 0}tr:hover{cursor:pointer;font-weight:400;transition:background .2s ease-out}.item-active,tr:hover{background-color:#d3d3d3}.item-active{color:green;border:1px solid green}.item-not-published{color:var(--dark);background-color:var(--grey-light);border:1px solid var(--dark)}.item-on-hold{color:var(--red);background-color:var(--red-light);border:1px solid var(--red)}@media screen and (max-width:640px){td,th{padding:8px;font-size:14px}}.faq{margin:2rem 0;padding:1.5rem;border:1px solid #e2e8f0;border-radius:.75rem;background-color:#f9fafb}.faq-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#111827;text-align:right}.faq-list{list-style:none;padding:0;margin:0}.faq-item{border-bottom:1px solid #e5e7eb;padding:1rem 0}.faq-question{width:100%;background:none;border:none;text-align:right;font-size:1.125rem;font-weight:600;color:#1f2937;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-toggle-icon{font-size:1.5rem;color:#6b7280;margin-right:1rem}.faq-answer{margin-top:.75rem;color:#4b5563;line-height:1.6;font-size:1rem;text-align:right}@media (max-width:640px){.faq-title{font-size:1.25rem}.faq-question{font-size:1rem}.faq-answer{font-size:.95rem}}.footer{background-color:var(--color-bg-primary);color:#fff;padding:2rem 0 3rem}.footer :focus{outline-color:var(--color-bg-primary)}.footer-content{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem;line-height:1.85}@media (min-width:1000px){.footer-content{grid-template-columns:repeat(3,1fr);gap:2rem;font-size:1.125rem}}.footer-heading{font-size:1.5rem;color:#000}.footer-heading+*{margin-top:1.5rem}.footer-datalist dt{margin-top:1.75rem;color:var(--color-text-primary)}.footer-datalist dt:first-of-type{margin-top:0}.footer-datalist dd{margin-top:.75rem;color:var(--color-text-primary)}.footer-datalist a{font-weight:400;text-decoration:none}.footer-datalist a:focus,.footer-datalist a:hover{background-color:var(--color-bg-primary);color:var(--color-text-primary)}.some-list{list-style:none;padding:0;display:flex;flex-wrap:wrap}.some-list-item{margin-right:.75rem}.some-list-link{display:block;line-height:4}.some-list-link svg{width:2rem}.responsive-wrapper{width:80%;max-width:1280px;margin-left:auto;margin-right:auto}.pagenotfound{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}.pagenotfound h1{color:#1d9589;font-size:12.5rem;letter-spacing:.1em;margin:.025em 0;text-shadow:.05em .05em 0 rgba(0,0,0,.25);white-space:nowrap}@media (max-width:30rem){.pagenotfound h1{font-size:5.5rem}}.pagenotfound h1>span{animation:spooky 2s linear infinite alternate;color:#1d9589;display:inline-block}.pagenotfound h2{color:#1d9589;margin-bottom:.4em;font-size:3.5rem;line-height:.5rem}.pagenotfound p{color:#000;margin-top:0;font-size:4em}.buttonnotfound{display:inline-block;text-align:center;padding:10px 15px;margin:30px;font-size:4rem;background-color:#efefef;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.3);cursor:pointer;transition:background .3s ease}.buttonnotfound:hover{background:#1d9589}.buttonnotfound a{color:#1d9589;text-decoration:none}@font-face{font-family:Beiruti;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/f8735501d3753ac1-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Beiruti;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/f10a3ce72cdf4a70-s.woff2) format("woff2");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:Beiruti;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/f0e58ec2c7ea3b8d-s.woff2) format("woff2");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:Beiruti;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/5349b79aeae12222-s.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:Beiruti;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f8735501d3753ac1-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Beiruti;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f10a3ce72cdf4a70-s.woff2) format("woff2");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:Beiruti;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f0e58ec2c7ea3b8d-s.woff2) format("woff2");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:Beiruti;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5349b79aeae12222-s.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:Beiruti;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f8735501d3753ac1-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Beiruti;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f10a3ce72cdf4a70-s.woff2) format("woff2");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:Beiruti;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f0e58ec2c7ea3b8d-s.woff2) format("woff2");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:Beiruti;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5349b79aeae12222-s.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:Beiruti;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f8735501d3753ac1-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Beiruti;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f10a3ce72cdf4a70-s.woff2) format("woff2");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:Beiruti;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f0e58ec2c7ea3b8d-s.woff2) format("woff2");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:Beiruti;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/5349b79aeae12222-s.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:Beiruti Fallback;src:local("Arial");ascent-override:116.97%;descent-override:38.99%;line-gap-override:0.00%;size-adjust:76.94%}.__className_981182{font-family:Beiruti,Beiruti Fallback;font-style:normal}.__variable_981182{--font-beiruti:"Beiruti","Beiruti Fallback"}