:root{--color-primary:#115EB4;--color-primary-dark:#023866;--color-secondary:#261B77;--color-red:#BC1823;--color-yellow:#FAB51A;--color-orange:#A35004;--color-black:#111111;--color-text-primary:#1E1E1E;--color-white:#FFFFFF;--font-family-primary:'Mulish',sans-serif;--font-family-secondary:'DM Sans',sans-serif;--font-size-h1:52px;--font-size-h2:42px;--font-size-h3:36px;--font-size-h4:24px;--font-size-h5:20px;--font-size-h6:16px;--font-size-body:16px;--font-size-body-small:14px;--font-size-body-xs:12px;--line-height-heading:1.2;--line-height-heading-large:1.3;--line-height-body:1.5;--font-weight-extrabold:800;--font-weight-bold:700;--font-weight-semibold:600;--font-weight-medium:500;--font-weight-regular:400;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-xxl:3rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-full:1.5rem;--shadow-sm:0px 0px 21.25px -1.594px rgba(0, 0, 0, 0.1);--shadow-md:0px 0px 25px 0px rgba(0, 0, 0, 0.07);--shadow-lg:0px 21.838px 21.838px 0px rgba(0, 31, 84, 0.05);--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease;--container-width:1335px}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:var(--font-family-secondary);font-size:var(--font-size-body);font-weight:var(--font-weight-medium);line-height:1.7;margin:0;padding:0;color:var(--color-text-primary);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,abbr,b,blockquote,cite,code,del,dfn,em,h1,h2,h3,h4,h5,h6,i,ins,kbd,mark,p,pre,q,samp,small,span,strong,sub,sup,time{margin-top:0}input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{font-family:var(--font-family-secondary);font-weight:500;font-size:1rem;line-height:1.6;color:var(--color-text-primary);background-color:rgba(230,235,240,.3);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);padding:12px 20px;width:100%;transition:var(--transition-fast)}input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,select::placeholder,textarea::placeholder{color:rgba(0,0,0,.6);opacity:1}input[type=date]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:rgba(0,0,0,.6);opacity:1}input[type=date]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=url]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:rgba(0,0,0,.6);opacity:1}input[type=date]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:rgba(0,0,0,.6);opacity:1}input[type=date]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,select:focus,textarea:focus{outline:0;background-color:rgba(230,235,240,.5);border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(17,94,180,.1)}input[type=date]:active,input[type=datetime-local]:active,input[type=email]:active,input[type=number]:active,input[type=password]:active,input[type=search]:active,input[type=tel]:active,input[type=text]:active,input[type=time]:active,input[type=url]:active,select:active,textarea:active{outline:0;background-color:rgba(230,235,240,.5);border-color:var(--color-primary)}textarea{resize:vertical;min-height:120px}select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23111' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;padding-right:40px}input[type=checkbox],input[type=radio]{padding:0;margin-right:var(--spacing-xs);cursor:pointer;background:rgba(230,235,240,.3);border:1px solid rgba(0,0,0,.1);appearance:none;-webkit-appearance:none;-moz-appearance:none}input[type=checkbox]:focus,input[type=radio]:focus{outline:0;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(17,94,180,.1)}input[type=checkbox]:checked,input[type=radio]:checked{background:var(--color-primary);border-color:var(--color-primary)}input[type=checkbox]{width:18px;height:18px;border-radius:var(--radius-sm)}input[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M10 3L4.5 8.5 2 6' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px}input[type=radio]{width:18px;height:18px;border-radius:50%}input[type=radio]:checked{background-image:radial-gradient(circle,#fff 0,#fff 40%,var(--color-primary) 40%,var(--color-primary) 100%)}input[type=button],input[type=reset],input[type=submit]{display:inline-flex;align-items:center;justify-content:center;font-family:"DM Sans",sans-serif;font-weight:600;font-size:16px;line-height:1.6;letter-spacing:0;text-align:center;text-transform:uppercase;text-decoration:none;border-radius:30px;padding:10px 30px;cursor:pointer;transition:var(--transition-normal);background:#115eb4;border:1px solid #115eb4;color:#fff;width:auto}input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:#fff;text-decoration:none}dl,ol,ul{margin-bottom:var(--spacing-md);padding-left:var(--spacing-lg)}dd,dt,li{line-height:var(--line-height-body)}table{width:100%;border-collapse:collapse;margin-bottom:var(--spacing-md);box-shadow:var(--shadow-sm);overflow:hidden}td,th{padding:var(--spacing-sm) var(--spacing-md);text-align:left;border-bottom:1px solid rgba(0,0,0,.1)}th{font-weight:var(--font-weight-bold);background-color:rgba(0,0,0,.05);color:var(--color-text-primary)}tr:hover{background-color:rgba(0,0,0,.02)}blockquote{margin:var(--spacing-lg) 0;padding:var(--spacing-md) var(--spacing-lg);border-left:4px solid var(--color-primary);background-color:rgba(17,94,180,.05);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);font-style:italic}cite{display:block;margin-top:var(--spacing-sm);font-size:var(--font-size-body-small);font-style:normal;color:var(--color-text-primary);opacity:.7}code,kbd,samp{font-family:"Courier New",monospace;font-size:.9em;padding:.2em .4em;background-color:rgba(0,0,0,.05);border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.1)}pre{padding:var(--spacing-md);background-color:rgba(0,0,0,.05);border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.1);box-shadow:var(--shadow-sm);overflow-x:auto;margin-bottom:var(--spacing-md)}pre code{padding:0;background:0 0;border:none}embed,iframe,object,video{max-width:100%;height:auto}figure{margin:var(--spacing-lg) 0}figure img{margin-bottom:var(--spacing-sm)}figcaption{font-size:var(--font-size-body-small);color:var(--color-text-primary);opacity:.7;text-align:center;padding:var(--spacing-xs) 0}hr{border:none;border-top:1px solid rgba(0,0,0,.1);margin:var(--spacing-xl) 0;box-shadow:0 1px 0 hsla(0,0%,100%,.1)}address{font-style:normal;line-height:var(--line-height-body);margin-bottom:var(--spacing-md)}dl{margin-bottom:var(--spacing-md)}dt{font-weight:var(--font-weight-bold);margin-top:var(--spacing-sm);margin-bottom:var(--spacing-xs)}dd{margin-left:var(--spacing-lg);margin-bottom:var(--spacing-sm);padding-left:var(--spacing-md);border-left:2px solid rgba(0,0,0,.1)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:var(--font-family-primary);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading);color:var(--color-secondary);margin-bottom:var(--spacing-md)}.h1,h1{font-size:var(--font-size-h1)}.h2,h2{font-size:var(--font-size-h2)}.h3,h3{font-size:var(--font-size-h3)}.h4,h4{font-size:var(--font-size-h4)}.h5,h5{font-size:var(--font-size-h5)}.h6,h6{font-size:var(--font-size-h6)}p{margin-bottom:var(--spacing-md)}p:last-child{margin-bottom:0}a{color:var(--color-primary);text-decoration:none;transition:var(--transition-fast)}a:focus,a:hover{color:var(--color-primary-dark)}ol,ul{margin-bottom:var(--spacing-md);padding-left:var(--spacing-lg)}img{max-width:100%;height:auto}.container{max-width:var(--container-width);margin:0 auto;width:100%;padding:0 var(--spacing-md)}@media(max-width:1600px){.container{max-width:1210px}}@media(max-width:1400px){.container{max-width:1110px}}.container-full{max-width:100%;margin:0 auto;padding:0 var(--spacing-md)}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:"DM Sans",sans-serif;font-weight:600;font-size:16px;line-height:1.6;letter-spacing:0;text-align:center;text-transform:uppercase;text-decoration:none;border-width:1px;border-radius:30px;padding:10px 30px;cursor:pointer;gap:10px;transition:var(--transition-normal);border:1px solid rgba(0,0,0,0)}.btn:focus,.btn:hover{text-decoration:none}.btn-primary{background:#115eb4;border:1px solid #115eb4;color:#fff}.btn-primary:focus,.btn-primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:#fff}.btn-secondary{background:var(--color-red);border:1px solid var(--color-red);color:#fff}.btn-secondary:focus,.btn-secondary:hover{opacity:.9;color:#fff}.btn-outline{background:rgba(0,0,0,0);border:1px solid #115eb4;color:#115eb4}.btn-outline.btn-white{border-color:#fff;background:#fff}.btn-outline:focus,.btn-outline:hover{background:#115eb4;border-color:#115eb4;color:#fff}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.text-white{color:var(--color-white)}.text-primary{color:var(--color-primary)}.text-red{color:var(--color-red)}.font-bold{font-weight:var(--font-weight-bold)}.font-extrabold{font-weight:var(--font-weight-extrabold)}.font-primary{font-family:var(--font-family-primary)}.font-secondary{font-family:var(--font-family-secondary)}.bg-primary{background-color:var(--color-primary)}.bg-white{background-color:var(--color-white)}.mb-0{margin-bottom:0!important}.mt-0{margin-top:0!important}.gradient-text{background:linear-gradient(315.63deg,#bc1823 0,#115eb4 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}.site-header{position:relative;z-index:99;padding:var(--spacing-md) 0}.site-header .site-logo{max-width:210px;line-height:1}.header-wrapper{display:flex;justify-content:space-between;align-items:center;gap:10px}.header-wrapper .header-menu-logo{display:flex;align-items:center;gap:16px}.header-wrapper .header-menu-btn{padding:5px;background-color:rgba(0,0,0,0)!important;border:none;display:none;cursor:pointer;transition:var(--transition-fast)}.header-wrapper .header-menu-btn:focus,.header-wrapper .header-menu-btn:hover{opacity:.7;outline:0}.header-wrapper .header-menu-btn svg{display:block}.header-wrapper .header-nav-actions{display:flex;align-items:center;gap:30px}.header-wrapper .header-search-btn{line-height:1;padding:11px;background-color:var(--color-primary);color:#fff}.header-wrapper .header-dashboard-btn{display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:12px;background-color:var(--color-primary);color:#fff;border-radius:50%}.header-wrapper .header-dashboard-btn svg{width:20px;height:20px}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9998;opacity:0;visibility:hidden;transition:opacity var(--transition-normal),visibility var(--transition-normal);backdrop-filter:blur(2px)}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-drawer{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100%;background-color:var(--color-white);box-shadow:-4px 0 20px rgba(0,0,0,.15);z-index:9999;display:flex;flex-direction:column;transition:right var(--transition-normal);overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu-overlay.active .mobile-menu-drawer{right:0}@media(max-width:480px){.mobile-menu-drawer{max-width:100%}}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-lg) var(--spacing-md);border-bottom:1px solid rgba(0,0,0,.1);background-color:var(--color-white);position:sticky;top:0;z-index:10}.mobile-menu-header .site-branding{flex:1}.mobile-menu-header .site-logo{max-width:150px;line-height:1}.mobile-menu-header .mobile-menu-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background-color:rgba(0,0,0,0);border:none;cursor:pointer;color:var(--color-text-primary);transition:var(--transition-fast);border-radius:var(--radius-md)}.mobile-menu-header .mobile-menu-close:focus,.mobile-menu-header .mobile-menu-close:hover{background-color:rgba(0,0,0,.05);color:var(--color-primary);outline:0}.mobile-menu-header .mobile-menu-close svg{width:24px;height:24px}.mobile-menu-navigation{flex:1;padding:var(--spacing-md);overflow-y:auto}.mobile-nav-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.mobile-nav-menu li{position:relative;margin:0;padding:0}.mobile-nav-menu li a{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) var(--spacing-lg);font-family:var(--font-family-secondary);font-weight:var(--font-weight-semibold);font-size:16px;line-height:1.5;letter-spacing:0;text-transform:uppercase;color:var(--color-text-primary);text-decoration:none;border-radius:var(--radius-md);transition:var(--transition-fast);position:relative}.mobile-nav-menu li a:focus,.mobile-nav-menu li a:hover{background-color:rgba(17,94,180,.05);color:var(--color-primary);text-decoration:none;outline:0}.mobile-nav-menu li a::after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background-color:var(--color-primary);border-radius:0 2px 2px 0;transition:height var(--transition-fast)}.mobile-nav-menu li a:focus::after,.mobile-nav-menu li a:hover::after{height:60%}.mobile-nav-menu li.current-menu-item a{color:var(--color-primary);background-color:rgba(17,94,180,.08)}.mobile-nav-menu li.current-menu-item a::after{height:60%}.mobile-nav-menu li .sub-menu{list-style:none;margin:0;padding:0;padding-left:var(--spacing-lg);padding-top:var(--spacing-sm);display:none;max-height:0;overflow:hidden;transition:max-height var(--transition-normal),padding-top var(--transition-normal)}.mobile-nav-menu li .sub-menu li a{font-size:14px;text-transform:none;padding:var(--spacing-sm) var(--spacing-lg);color:rgba(30,30,30,.8)}.mobile-nav-menu li .sub-menu li a:focus,.mobile-nav-menu li .sub-menu li a:hover{color:var(--color-primary);background-color:rgba(17,94,180,.05)}.mobile-nav-menu li.menu-item-has-children>a{position:relative;padding-right:var(--spacing-xl)}.mobile-nav-menu li.menu-item-has-children>a::before{content:"";position:absolute;right:var(--spacing-lg);top:50%;transform:translateY(-50%) rotate(0);width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transition:transform var(--transition-fast)}.mobile-nav-menu li.menu-item-has-children.active>a::before{transform:translateY(-50%) rotate(45deg)}.mobile-nav-menu li.menu-item-has-children.active>.sub-menu{display:block;max-height:1000px;padding-top:var(--spacing-sm)}body.mobile-menu-open{overflow:hidden;position:fixed;width:100%}.search-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding-top:80px;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.search-modal-overlay.active{opacity:1;visibility:visible}@media(max-width:767px){.search-modal-overlay{padding-top:40px}}.search-modal-container{width:100%;max-width:800px;margin:0 auto;padding:0 20px}.search-modal-content{background-color:var(--color-white);border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.search-modal-content .search-modal-form{padding:20px;border-bottom:1px solid rgba(0,0,0,.1)}.search-modal-content .search-input-wrapper{position:relative;display:flex;align-items:center;background-color:var(--color-white);border:2px solid var(--color-primary);border-radius:8px;padding:12px 16px;transition:border-color .3s}.search-modal-content .search-input-wrapper:focus-within{border-color:var(--color-primary-dark);box-shadow:0 0 0 3px rgba(17,94,180,.1)}.search-modal-content .search-icon{width:20px;height:20px;color:var(--color-primary);margin-right:12px;flex-shrink:0}.search-modal-content .search-modal-input{flex:1;background-color:rgba(0,0,0,0)!important;border:none!important;outline:0!important;box-shadow:none!important;color:var(--color-text-primary);font-family:var(--font-family-secondary);font-size:16px;line-height:1.5;padding:0!important}.search-modal-content .search-modal-input::-moz-placeholder{color:rgba(30,30,30,.5)}.search-modal-content .search-modal-input::placeholder{color:rgba(30,30,30,.5)}.search-modal-content .search-results-container{overflow-y:auto;padding:20px;background-color:var(--color-white)}@media(max-width:767px){.search-modal-content .search-modal-input{font-size:15px}.search-modal-content .search-results-container{max-height:300px}}.search-modal-content .search-no-results{display:flex;align-items:center;justify-content:center;height:100%;min-height:auto}.search-modal-content .no-recent-searches{color:rgba(30,30,30,.6);font-family:var(--font-family-secondary);font-size:16px;margin:0;text-align:center}body.search-modal-open{overflow:hidden}.main-navigation .nav-menu-wrapper{padding:10px 40px;border:1px solid #d9e2fd;border-radius:30px}.main-navigation .nav-menu{list-style:none;margin:0;padding:0;display:flex;gap:2.5rem}.main-navigation .nav-menu li a{font-family:var(--font-family-secondary);font-weight:var(--font-weight-semibold);font-size:14px;line-height:24px;letter-spacing:0;text-transform:uppercase;color:var(--color-text-primary);transition:var(--transition-normal)}.main-navigation .nav-menu li a:focus,.main-navigation .nav-menu li a:hover{text-decoration:none;color:var(--color-primary)}.main-navigation .nav-menu li.current-menu-item a{color:var(--color-primary)}.site-footer{--color-secondary:#FFFFFF;color:var(--color-white);background:#000;position:relative;overflow:hidden}.site-footer::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:1;opacity:.9}.site-footer .footer-background-overlay{position:absolute;top:0;left:0;width:100%;background-color:#000;height:100%;z-index:1}.site-footer .footer-background-overlay img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.site-footer .container{position:relative;z-index:3}.site-footer .footer-content{padding:80px 0;display:grid;grid-template-columns:1fr 2fr;gap:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.site-footer .footer-left{max-width:235px}.site-footer .footer-left .footer-logo{filter:brightness(0) invert(1);margin-bottom:20px}.site-footer .footer-left .footer-description{margin-bottom:30px;line-height:1.75}.site-footer .footer-social{display:flex;gap:10px}.site-footer .footer-social a{display:inline-block;line-height:0;padding:10px;background:#fff;border-radius:5px}.site-footer .footer-right{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.site-footer .footer-right h4{margin-bottom:20px}.site-footer .footer-right .footer-menu{margin:0;list-style:none;padding:0}.site-footer .footer-right li:not(:last-child){margin-bottom:10px}.site-footer .footer-right a{color:#fff;line-height:1.75}.site-footer .footer-copyright{padding:20px 0;text-align:center}.title-wrapper{text-align:center;margin-bottom:60px}.section-padding{padding:100px 0}.section-lightbg{background-color:#eff3ff}.border-title{position:relative;padding-left:42px}.border-title:before{content:"";width:12px;height:100%;position:absolute;top:0;left:0;background:linear-gradient(0deg,#125eb4 0,rgba(37,33,124,0) 100%)}@media(max-width:767px){.search-modal-content .no-recent-searches{font-size:15px}.border-title{padding-left:32px}}@media(max-width:1023px){:root{--font-size-h1:42px;--font-size-h2:36px;--font-size-h3:28px}.header-wrapper .header-menu-btn{display:block}.header-wrapper .header-nav-actions{gap:20px}.main-navigation{display:none}.title-wrapper{margin-bottom:20px}.section-padding,.site-footer .footer-content{padding:60px 0}}@media(max-width:767px){:root{--font-size-h1:36px;--font-size-h2:30px;--font-size-h3:24px;--font-size-h4:20px}.site-header .site-logo{max-width:140px}.header-wrapper .header-menu-logo{gap:10px}.header-wrapper .header-search-btn{padding:8px}.header-wrapper .header-dashboard-btn{padding:10px}.header-wrapper .header-dashboard-btn svg{width:18px;height:18px}.header-wrapper .header-login-btn{padding:10px 20px;font-size:12px}.header-wrapper .header-nav-actions{gap:10px}.title-wrapper{margin-bottom:10px}.section-padding{padding:40px 0}.site-footer .footer-content{padding:40px 0;grid-template-columns:1fr;gap:40px}}@media(max-width:575px){.site-footer .footer-right{display:grid;grid-template-columns:1fr 1fr;gap:40px}}.single-post-wrapper{display:grid;grid-template-columns:1fr 350px;gap:30px;align-items:start}@media(max-width:1023px){.single-post-wrapper{grid-template-columns:1fr}}.single-post-content .single-post-title{margin-bottom:30px}.single-post-content .single-post-featured-image{margin-bottom:30px;border-radius:15px;overflow:hidden}.single-post-content .single-post-featured-image img{width:100%;height:auto;display:block}.single-post-content .single-post-meta{display:flex;align-items:center;gap:30px;margin-bottom:30px;flex-wrap:wrap}.single-post-content .single-post-meta .post-meta-item{display:flex;align-items:center;gap:8px;color:var(--color-text-primary)}.single-post-content .single-post-meta .post-meta-item svg{width:20px;height:19px;flex-shrink:0}.single-post-content .single-post-meta .post-meta-item span,.single-post-content .single-post-meta .post-meta-item time{font-family:var(--font-family-primary)}.single-post-content .single-post-entry-content{color:var(--color-text-primary);line-height:1.8}.single-post-content .single-post-entry-content p:not(:last-child){margin-bottom:20px}.single-post-content .single-post-entry-content h2{margin-top:40px;margin-bottom:15px;font-size:28px}.single-post-content .single-post-entry-content h3{margin-top:40px;margin-bottom:15px;font-size:24px}@media(max-width:767px){.single-post-content .single-post-meta{gap:20px}.single-post-content .single-post-entry-content h2{font-size:24px}.single-post-content .single-post-entry-content h3{font-size:20px}}.single-post-content .single-post-entry-content h4{margin-top:40px;margin-bottom:15px;font-size:20px}.single-post-content .single-post-entry-content h5{margin-top:40px;margin-bottom:15px;font-size:18px}@media(max-width:767px){.single-post-content .single-post-entry-content h4{font-size:18px}.single-post-content .single-post-entry-content h5{font-size:16px}}.single-post-content .single-post-entry-content h6{margin-top:40px;margin-bottom:15px;font-size:16px}.single-post-content .single-post-entry-content ol,.single-post-content .single-post-entry-content ul{margin-bottom:20px;padding-left:20px}.single-post-content .single-post-entry-content ol li,.single-post-content .single-post-entry-content ul li{margin-bottom:10px}.single-post-content .single-post-entry-content a{text-decoration:underline}.single-post-content .single-post-entry-content a:hover{color:var(--color-primary-dark,#0d4a8a)}.single-post-content .single-post-entry-content img{max-width:100%;height:auto;border-radius:8px;margin:20px 0 0}.single-post-content .single-post-entry-content blockquote{border-left:4px solid var(--color-primary);padding-left:20px;margin:20px 0;font-style:italic;color:var(--color-text-primary)}.single-post-content .single-post-entry-content .wp-block-image img{margin:0}.single-post-content .single-post-entry-content .wp-block-image figure{margin:20px 0}.single-post-content .single-post-entry-content .wp-block-image figcaption{margin-bottom:0}.single-post-content .single-post-entry-content .wp-block-embed,.single-post-content .single-post-entry-content .wp-block-embed-youtube,.single-post-content .single-post-entry-content figure.wp-block-embed{margin:30px 0;width:100%;display:block;clear:both}.single-post-content .single-post-entry-content .wp-block-embed-youtube.wp-has-aspect-ratio,.single-post-content .single-post-entry-content .wp-block-embed.wp-has-aspect-ratio,.single-post-content .single-post-entry-content figure.wp-block-embed.wp-has-aspect-ratio{position:relative;height:0;padding-bottom:56.25%;overflow:hidden}.single-post-content .single-post-entry-content .wp-block-embed-youtube.wp-has-aspect-ratio .wp-block-embed__wrapper,.single-post-content .single-post-entry-content .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper,.single-post-content .single-post-entry-content figure.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0}.single-post-content .single-post-entry-content .wp-block-embed-youtube.wp-has-aspect-ratio embed,.single-post-content .single-post-entry-content .wp-block-embed-youtube.wp-has-aspect-ratio iframe,.single-post-content .single-post-entry-content .wp-block-embed-youtube.wp-has-aspect-ratio object,.single-post-content .single-post-entry-content .wp-block-embed-youtube.wp-has-aspect-ratio video,.single-post-content .single-post-entry-content .wp-block-embed.wp-has-aspect-ratio embed,.single-post-content .single-post-entry-content .wp-block-embed.wp-has-aspect-ratio iframe,.single-post-content .single-post-entry-content .wp-block-embed.wp-has-aspect-ratio object,.single-post-content .single-post-entry-content .wp-block-embed.wp-has-aspect-ratio video,.single-post-content .single-post-entry-content figure.wp-block-embed.wp-has-aspect-ratio embed,.single-post-content .single-post-entry-content figure.wp-block-embed.wp-has-aspect-ratio iframe,.single-post-content .single-post-entry-content figure.wp-block-embed.wp-has-aspect-ratio object,.single-post-content .single-post-entry-content figure.wp-block-embed.wp-has-aspect-ratio video{position:absolute;top:0;left:0;width:100%;height:100%;border:none;margin:0;padding:0}.single-post-content .single-post-entry-content .wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio,.single-post-content .single-post-entry-content .wp-block-embed.wp-embed-aspect-16-9.wp-has-aspect-ratio,.single-post-content .single-post-entry-content figure.wp-block-embed.wp-embed-aspect-16-9.wp-has-aspect-ratio{padding-bottom:56.25%}.single-post-content .single-post-entry-content .wp-block-embed-youtube.wp-embed-aspect-4-3.wp-has-aspect-ratio,.single-post-content .single-post-entry-content .wp-block-embed.wp-embed-aspect-4-3.wp-has-aspect-ratio,.single-post-content .single-post-entry-content figure.wp-block-embed.wp-embed-aspect-4-3.wp-has-aspect-ratio{padding-bottom:75%}.single-post-content .single-post-entry-content .wp-block-embed-youtube.wp-embed-aspect-1-1.wp-has-aspect-ratio,.single-post-content .single-post-entry-content .wp-block-embed.wp-embed-aspect-1-1.wp-has-aspect-ratio,.single-post-content .single-post-entry-content figure.wp-block-embed.wp-embed-aspect-1-1.wp-has-aspect-ratio{padding-bottom:100%}.single-post-content .single-post-entry-content .wp-block-embed-youtube.wp-embed-aspect-21-9.wp-has-aspect-ratio,.single-post-content .single-post-entry-content .wp-block-embed.wp-embed-aspect-21-9.wp-has-aspect-ratio,.single-post-content .single-post-entry-content figure.wp-block-embed.wp-embed-aspect-21-9.wp-has-aspect-ratio{padding-bottom:42.857%}.single-post-content .single-post-entry-content .wp-block-embed-youtube:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper,.single-post-content .single-post-entry-content .wp-block-embed:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper,.single-post-content .single-post-entry-content figure.wp-block-embed:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.single-post-content .single-post-entry-content .wp-block-embed-youtube:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper embed,.single-post-content .single-post-entry-content .wp-block-embed-youtube:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper iframe,.single-post-content .single-post-entry-content .wp-block-embed-youtube:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper object,.single-post-content .single-post-entry-content .wp-block-embed-youtube:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper video,.single-post-content .single-post-entry-content .wp-block-embed:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper embed,.single-post-content .single-post-entry-content .wp-block-embed:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper iframe,.single-post-content .single-post-entry-content .wp-block-embed:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper object,.single-post-content .single-post-entry-content .wp-block-embed:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper video,.single-post-content .single-post-entry-content figure.wp-block-embed:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper embed,.single-post-content .single-post-entry-content figure.wp-block-embed:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper iframe,.single-post-content .single-post-entry-content figure.wp-block-embed:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper object,.single-post-content .single-post-entry-content figure.wp-block-embed:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.single-post-content .single-post-entry-content .wp-block-embed-youtube>embed,.single-post-content .single-post-entry-content .wp-block-embed-youtube>iframe,.single-post-content .single-post-entry-content .wp-block-embed-youtube>object,.single-post-content .single-post-entry-content .wp-block-embed-youtube>video,.single-post-content .single-post-entry-content .wp-block-embed>embed,.single-post-content .single-post-entry-content .wp-block-embed>iframe,.single-post-content .single-post-entry-content .wp-block-embed>object,.single-post-content .single-post-entry-content .wp-block-embed>video,.single-post-content .single-post-entry-content figure.wp-block-embed>embed,.single-post-content .single-post-entry-content figure.wp-block-embed>iframe,.single-post-content .single-post-entry-content figure.wp-block-embed>object,.single-post-content .single-post-entry-content figure.wp-block-embed>video{width:100%;height:auto;min-height:400px;border:none;display:block}@media(max-width:767px){.single-post-content .single-post-entry-content h6{font-size:14px}.single-post-content .single-post-entry-content .wp-block-embed,.single-post-content .single-post-entry-content .wp-block-embed-youtube,.single-post-content .single-post-entry-content figure.wp-block-embed{margin:20px 0}.single-post-content .single-post-entry-content .wp-block-embed-youtube>embed,.single-post-content .single-post-entry-content .wp-block-embed-youtube>iframe,.single-post-content .single-post-entry-content .wp-block-embed-youtube>object,.single-post-content .single-post-entry-content .wp-block-embed-youtube>video,.single-post-content .single-post-entry-content .wp-block-embed>embed,.single-post-content .single-post-entry-content .wp-block-embed>iframe,.single-post-content .single-post-entry-content .wp-block-embed>object,.single-post-content .single-post-entry-content .wp-block-embed>video,.single-post-content .single-post-entry-content figure.wp-block-embed>embed,.single-post-content .single-post-entry-content figure.wp-block-embed>iframe,.single-post-content .single-post-entry-content figure.wp-block-embed>object,.single-post-content .single-post-entry-content figure.wp-block-embed>video{min-height:250px}}.single-post-content .single-post-entry-content .wp-block-embed-youtube.is-provider-youtube,.single-post-content .single-post-entry-content .wp-block-embed.is-provider-youtube,.single-post-content .single-post-entry-content figure.wp-block-embed.is-provider-youtube{background-color:#000;border-radius:8px;overflow:hidden}.single-post-content .single-post-entry-content .wp-block-embed-youtube.is-provider-youtube .wp-block-embed__wrapper,.single-post-content .single-post-entry-content .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper,.single-post-content .single-post-entry-content figure.wp-block-embed.is-provider-youtube .wp-block-embed__wrapper{border-radius:8px;overflow:hidden}.single-post-content .single-post-entry-content .wp-block-embed figcaption,.single-post-content .single-post-entry-content .wp-block-embed-youtube figcaption,.single-post-content .single-post-entry-content figure.wp-block-embed figcaption{margin-top:10px;font-size:14px;color:var(--color-text-primary);text-align:center;font-style:italic;position:relative;z-index:1}.single-post-content .single-post-entry-content .faq--wrapper h2{margin-bottom:0}.single-post-content .single-post-entry-content #rank-math-faq,.single-post-content .single-post-entry-content .rank-math-block{margin:20px 0 40px}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-list,.single-post-content .single-post-entry-content .rank-math-block .rank-math-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-list-item,.single-post-content .single-post-entry-content .rank-math-block .rank-math-list-item{background-color:#f5f5f5;border:1px solid rgba(0,0,0,.1);border-radius:10px;overflow:hidden;transition:.3s}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-list-item:hover,.single-post-content .single-post-entry-content .rank-math-block .rank-math-list-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-question,.single-post-content .single-post-entry-content .rank-math-block .rank-math-question{margin:0;padding:20px 25px;background-color:#f0f2f5;color:#000;font-size:18px;font-weight:600;line-height:1.5;cursor:pointer;position:relative;transition:.3s;border:none;width:100%;text-align:left;font-family:var(--font-family-primary);display:block}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-question::after,.single-post-content .single-post-entry-content .rank-math-block .rank-math-question::after{content:"+";position:absolute;right:25px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:300;color:var(--color-primary);transition:transform .3s;line-height:1}@media(max-width:767px){.single-post-content .single-post-entry-content .wp-block-embed figcaption,.single-post-content .single-post-entry-content .wp-block-embed-youtube figcaption,.single-post-content .single-post-entry-content figure.wp-block-embed figcaption{font-size:13px;margin-top:8px}.single-post-content .single-post-entry-content #rank-math-faq,.single-post-content .single-post-entry-content .rank-math-block{margin:30px 0}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-list,.single-post-content .single-post-entry-content .rank-math-block .rank-math-list{gap:15px}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-question,.single-post-content .single-post-entry-content .rank-math-block .rank-math-question{padding:18px 20px;font-size:16px}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-question::after,.single-post-content .single-post-entry-content .rank-math-block .rank-math-question::after{right:20px;font-size:22px}}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-question:hover,.single-post-content .single-post-entry-content .rank-math-block .rank-math-question:hover{background-color:#e5e8eb;color:var(--color-primary)}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-list-item.active .rank-math-question,.single-post-content .single-post-entry-content #rank-math-faq .rank-math-list-item[open] .rank-math-question,.single-post-content .single-post-entry-content .rank-math-block .rank-math-list-item.active .rank-math-question,.single-post-content .single-post-entry-content .rank-math-block .rank-math-list-item[open] .rank-math-question{background-color:var(--color-primary);color:#fff}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-list-item.active .rank-math-question::after,.single-post-content .single-post-entry-content #rank-math-faq .rank-math-list-item[open] .rank-math-question::after,.single-post-content .single-post-entry-content .rank-math-block .rank-math-list-item.active .rank-math-question::after,.single-post-content .single-post-entry-content .rank-math-block .rank-math-list-item[open] .rank-math-question::after{content:"−";color:#fff;transform:translateY(-50%)}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-answer,.single-post-content .single-post-entry-content .rank-math-block .rank-math-answer{padding:0 25px;max-height:0;overflow:hidden;transition:max-height .3s,padding .3s;background-color:#fff}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-answer p,.single-post-content .single-post-entry-content .rank-math-block .rank-math-answer p{margin:0;padding:20px 0;color:var(--color-text-primary);font-size:16px;line-height:1.8;font-family:var(--font-family-primary)}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-answer p:not(:last-child),.single-post-content .single-post-entry-content .rank-math-block .rank-math-answer p:not(:last-child){margin-bottom:15px}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-answer p a,.single-post-content .single-post-entry-content .rank-math-block .rank-math-answer p a{color:var(--color-primary);text-decoration:underline;text-underline-offset:4px;transition:color .3s}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-answer p a:hover,.single-post-content .single-post-entry-content .rank-math-block .rank-math-answer p a:hover{color:var(--color-primary-dark,#0d4a8a)}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-answer p strong,.single-post-content .single-post-entry-content .rank-math-block .rank-math-answer p strong{font-weight:600;color:#000}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-list-item.active .rank-math-answer,.single-post-content .single-post-entry-content #rank-math-faq .rank-math-list-item[open] .rank-math-answer,.single-post-content .single-post-entry-content .rank-math-block .rank-math-list-item.active .rank-math-answer,.single-post-content .single-post-entry-content .rank-math-block .rank-math-list-item[open] .rank-math-answer{max-height:2000px;padding:0 25px}.single-post-sidebar{display:flex;flex-direction:column;gap:0}.single-post-sidebar .sidebar-widget{background-color:#f5f5f5;border:1px solid rgba(0,0,0,.1);border-radius:10px;padding:20px;margin-top:30px}.single-post-sidebar .sidebar-widget:first-child{margin-top:0}.single-post-sidebar .sidebar-widget .sidebar-widget-title{margin-bottom:20px;color:#000}@media(max-width:767px){.single-post-content .single-post-entry-content #rank-math-faq .rank-math-answer,.single-post-content .single-post-entry-content .rank-math-block .rank-math-answer{padding:0 20px}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-answer p,.single-post-content .single-post-entry-content .rank-math-block .rank-math-answer p{font-size:15px;padding:18px 0}.single-post-content .single-post-entry-content #rank-math-faq .rank-math-list-item.active .rank-math-answer,.single-post-content .single-post-entry-content #rank-math-faq .rank-math-list-item[open] .rank-math-answer,.single-post-content .single-post-entry-content .rank-math-block .rank-math-list-item.active .rank-math-answer,.single-post-content .single-post-entry-content .rank-math-block .rank-math-list-item[open] .rank-math-answer{padding:0 20px}.single-post-sidebar .sidebar-widget{padding:15px}.single-post-sidebar .sidebar-widget .sidebar-widget-title{margin-bottom:15px}}.sidebar-search .search-form{position:relative;background:#fff;border-radius:5px;padding:5px}.sidebar-search .search-form .search-field{width:100%;padding:12px 40px 12px 16px;border:none;border-radius:5px;background-color:#fff;font-family:var(--font-family-secondary);font-size:16px;color:#000;box-sizing:border-box;outline:0;box-shadow:none}.sidebar-search .search-form .search-field::-moz-placeholder{color:rgba(0,0,0,.6)}.sidebar-search .search-form .search-field::placeholder{color:rgba(0,0,0,.6)}.sidebar-search .search-form .search-field:focus{outline:0;box-shadow:none}.sidebar-search .search-form .search-submit{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#616161;transition:color .3s}.sidebar-search .search-form .search-submit:hover{color:#000}.sidebar-search .search-form .search-submit svg{width:20px;height:20px}.sidebar-recent-posts .recent-posts-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.sidebar-recent-posts .recent-post-item{margin:0}.sidebar-recent-posts .recent-post-item .recent-post-link{display:flex;gap:12px;align-items:flex-start;text-decoration:none;color:inherit;transition:opacity .3s}.sidebar-recent-posts .recent-post-item .recent-post-link:hover{opacity:.8}.sidebar-recent-posts .recent-post-item .recent-post-thumbnail{flex-shrink:0;width:70px;height:60px;border-radius:6px;overflow:hidden;display:block}.sidebar-recent-posts .recent-post-item .recent-post-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sidebar-recent-posts .recent-post-item .recent-post-content{flex:1;min-width:0}.sidebar-recent-posts .recent-post-item .recent-post-content .recent-post-title{margin:0;color:#000;font-size:14px;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width:767px){.sidebar-recent-posts .recent-posts-list{gap:12px}.sidebar-recent-posts .recent-post-item .recent-post-link{gap:10px}.sidebar-recent-posts .recent-post-item .recent-post-thumbnail{width:60px;height:60px}.sidebar-recent-posts .recent-post-item .recent-post-content .recent-post-title{font-size:13px}}.sidebar-categories .categories-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px}.sidebar-categories .categories-list li{margin:0}.sidebar-categories .categories-list a{display:inline-block;padding:8px 16px;background-color:#fff;color:#115eb4;border-radius:30px;text-decoration:none;border:1px solid #fff;font-weight:600;font-size:12px;transition:.3s;white-space:nowrap}@media(max-width:767px){.sidebar-categories .categories-list{gap:8px}.sidebar-categories .categories-list a{padding:6px 14px}}.sidebar-categories .categories-list a:hover{background-color:#fff;border:1px solid #115eb4}.sidebar-share .share-buttons{display:flex;gap:12px;flex-wrap:wrap}.sidebar-share .share-button{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#e0e0e0;border:none;cursor:pointer;transition:.3s;text-decoration:none;padding:0}.sidebar-share .share-button svg{width:20px;height:20px;flex-shrink:0}.sidebar-share .share-button:hover{background-color:#d0d0d0;transform:translateY(-2px)}.sidebar-share .share-button:active{transform:translateY(0);background-color:#e0e0e0}.sidebar-share .share-button:focus{background-color:#e0e0e0;outline:0;box-shadow:none}.sidebar-cta{margin-top:30px;display:flex;flex-direction:column;gap:15px}.sidebar-quote{background-color:var(--color-primary)!important;color:#fff}.sidebar-quote .quote-text{padding:0;margin:0;border:0;background:0 0;box-shadow:none;font-family:var(--font-family-primary);font-style:italic;line-height:1.6;color:#fff;font-size:20px}@media(max-width:767px){.sidebar-share .share-buttons{gap:10px}.sidebar-share .share-button{width:40px;height:40px}.sidebar-share .share-button svg{width:18px;height:18px}.sidebar-cta{margin-top:20px;gap:12px}.sidebar-quote .quote-text{font-size:18px}}
/*# sourceMappingURL=single.min.css.map */
