@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;600;700;800&family=Inter:wght@400&family=Montserrat:wght@100;300;600;700;800&family=Open+Sans:wght@400&family=Oswald:wght@200;300;500&family=Roboto:wght@300;400&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;700&family=Roboto:wght@300;400&family=Inter:wght@400&family=Montserrat:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap";.hline{position:relative;display:inline-block;padding-bottom:10px;margin-bottom:10px;display:flex;justify-content:flex-start;border-bottom:2px solid #414141}.hline:after{content:"";position:absolute;left:0;width:100%;bottom:0;width:100px;height:2px;background-color:var(--theme-color-highlight);transition:width .3s ease-in-out}.hline:hover:after{left:0;background-color:var(--theme-color-highlight)}.leftalign{text-align:left}.right-align{text-align:right}.center-align{text-align:center}.left-top{display:flex;justify-content:flex-start;align-items:flex-start}.left-center{display:flex;justify-content:flex-start;align-items:center}.left-bottom{display:flex;justify-content:flex-start;align-items:flex-end}.right-top{display:flex;justify-content:flex-end;align-items:flex-start}.right-center{display:flex;justify-content:flex-end;align-items:center}.right-bottom{display:flex;justify-content:flex-end;align-items:flex-end}.full{width:100%;height:100%}.text-300{font-size:.75rem}.text-400{font-size:.875rem}.text-500{font-size:1rem}.text-600{font-size:1.125rem}.text-700{font-size:1.25rem}.text-800{font-size:1.5rem}.text-900{font-size:2rem}.text-12{font-size:.75rem}.text-14{font-size:.875rem}.text-16{font-size:1rem}.text-18{font-size:1.125rem}.text-20{font-size:1.25rem}.text-24{font-size:1.5rem}.text-32{font-size:2rem}.fw-normal{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.fw-extrabold{font-weight:800}.italic{font-style:italic}.normal{font-style:normal}.m-1{margin:4px!important}.m-2{margin:8px!important}.m-3{margin:12px!important}.m-y-1{margin-top:4px!important;margin-bottom:4px!important}.m-y-2{margin-top:8px!important;margin-bottom:8px!important}.m-y-3{margin-top:12px!important;margin-bottom:12px!important}.m-x-1{margin-left:4px!important;margin-right:4px!important}.m-x-2{margin-left:8px!important;margin-right:8px!important}.m-x-3{margin-left:12px!important;margin-right:12px!important}.m-t-1{margin-top:4px!important}.m-t-2{margin-top:8px!important}.m-t-3{margin-top:12px!important}.m-b-1{margin-bottom:4px!important}.m-b-2{margin-bottom:8px!important}.m-b-3{margin-bottom:12px!important}.m-l-1{margin-left:4px!important}.m-l-2{margin-left:8px!important}.m-l-3{margin-left:12px!important}.m-r-1{margin-right:4px!important}.m-r-2{margin-right:8px!important}.m-r-3{margin-right:12px!important}--- .p-1{padding:4px!important}.p-2{padding:8px!important}.p-3{padding:12px!important}.p-4{padding:20px!important}.p-y-1{padding-top:4px!important;padding-bottom:4px!important}.p-y-2{padding-top:8px!important;padding-bottom:8px!important}.p-y-3{padding-top:12px!important;padding-bottom:12px!important}.p-x-1{padding-left:4px!important;padding-right:4px!important}.p-x-2{padding-left:8px!important;padding-right:8px!important}.p-x-3{padding-left:12px!important;padding-right:12px!important}.p-t-1{padding-top:4px!important}.p-t-2{padding-top:8px!important}.p-t-3{padding-top:12px!important}.p-b-1{padding-bottom:4px!important}.p-b-2{padding-bottom:8px!important}.p-b-3{padding-bottom:12px!important}.p-l-1{padding-left:4px!important}.p-l-2{padding-left:8px!important}.p-l-3{padding-left:12px!important}.p-r-1{padding-right:4px!important}.p-r-2{padding-right:8px!important}.p-r-3{padding-right:12px!important}.form-container{border-radius:12px;background:#fff;font-family:Segoe UI,sans-serif}.form-title{font-size:28px;font-weight:600;margin-bottom:20px;position:relative;padding-bottom:8px;color:#2d63ad}.form-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#2d63ad;border-radius:2px}.form-group{margin-bottom:20px;width:300px;flex:1;display:flex;flex-direction:column}.form-group.hlayout{flex-direction:row;align-items:center;gap:10px}.form-group .form-label{display:flex;font-weight:600;color:#666;min-width:200px;align-items:center;font-family:Arial;justify-content:flex-start}.form-group .form-label span{color:red;margin-left:2px}.form-group .form-control{width:300px;font-size:15px;transition:border-color .3s ease;border-radius:none!important}.form-group label{display:block;font-weight:500;margin-bottom:6px;color:#333;min-width:200px}.form-group label span{color:red;margin-left:2px}.form-group input,.form-group textarea{width:100%;padding:10px 12px;border-radius:6px;font-size:15px;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#2d63ad;outline:none}.form-group textarea{resize:vertical;min-height:100px}.error-text{color:red;font-size:.85em;margin-top:4px;display:block}button{padding:10px 20px;background-color:var(--theme-color);color:#fff;font-weight:700;border:none;border-radius:none!important;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:var(--theme-color-hover)}input:disabled{background-color:#e0e0e0;color:#666;cursor:not-allowed;border:1px solid #ccc}.submit-btn{padding:10px 20px;background-color:#2d63ad;margin:10px auto;color:#fff;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background-color:#3c84e9}.submit-btn:disabled{background-color:#ccc;color:#fff;cursor:not-allowed;opacity:.6}.spinner{display:inline-block;width:24px;height:24px;border:2px solid rgba(0,0,0,.2);border-top:2px solid #333;border-radius:50%;animation:spin .6s linear infinite;margin-right:6px;margin-left:10px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:600px){.form-group .form-label{width:150px!important;min-width:150px!important}.form-group .form-control{width:350px;min-width:350px!important}}.lrow{display:flex;flex-direction:row;gap:10;background:#00f}.lrow{display:flex;flex-direction:row;gap:10}.lrow label,.lrow .form-control{width:300px}.crow{display:flex;flex-direction:column;gap:10}.crow label,.crow .form-control{width:300px}.form-container,.form-group{height:auto;overflow:visible;align-items:flex-start}.hstack-left-top{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;gap:5px}.hstack-center-top{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;gap:5px}.hstack-right-top{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;width:100%;gap:5px}.hstack-left-center{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;gap:5px}.hstack-center-center{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;gap:5px}.hstack-right-center{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;gap:5px}.hstack-left-bottom{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;width:100%;gap:5px}.hstack-center-bottom{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;width:100%;gap:5px}.hstack-right-bottom{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;width:100%;gap:5px}.hstack-evenly{display:flex;flex-direction:row;justify-content:space-evenly;width:100%;align-items:center}.hstack-polar{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.hstack-mirror{display:flex;flex-direction:row;justify-content:center;width:100%;align-items:center;gap:10px}.vstack-left-top{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%;gap:5px}.vstack-left-center{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;gap:5px}.vstack-left-bottom{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:100%;gap:5px}.vstack-right-top{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;height:100%;gap:5px}.vstack-right-center{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;height:100%;gap:5px}.vstack-right-bottom{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;height:100%;gap:5px}.vstack-center{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;gap:5px}.vstack-evenly{display:flex;flex-direction:column;justify-content:space-evenly;height:100%;align-items:center}.vstack-polar{display:flex;flex-direction:column;justify-content:space-between;height:100%;align-items:center}.vstack-mirror{display:flex;flex-direction:column;justify-content:center;height:100%;align-items:center;gap:10px}.elegant-card{background:linear-gradient(135deg,#f0f0f0,#fff);border:1px solid #ddd}.dark-card{background:#222;color:#fff;border:1px solid #444}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.soft-card{box-shadow:0 10px 15px #00000026}.gradient-card{background:linear-gradient(to right,#f96,#ff5e62);color:#fff}.bg2{background-image:url(/static_assets/images/red1.png);background-size:cover;background-color:green;background-blend-mode:screen}body.loading{background-color:#000}body.loading .app{display:none}div#root{width:100%;height:100%;margin:0;padding:0}::-webkit-scrollbar{height:5px;width:10px}::-webkit-scrollbar-thumb{background:#999;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#555}::-webkit-scrollbar-track{background:#f1f1f1}@media (max-width: 48rem){.no-scrollbar::-webkit-scrollbar{display:none!important}.no-scrollbar{-ms-overflow-style:none!important;scrollbar-width:none!important}}.shadow{filter:drop-shadow(1px 2px 8px var(--brand-color-dark))}.shadow-micro{box-shadow:.5px 1px 1px #3366ccb3}.shadow-small{box-shadow:1px 2px 2px #36c5,2px 4px 4px #36c5,3px 6px 6px #36c5}.shadow-large{box-shadow:1px 2px 2px #36c3,2px 4px 4px #36c3,4px 8px 8px #36c3,8px 16px 16px #36c3,16px 32px 32px #36c3}.texts-shadow{box-shadow:10px 10px #ffd217,-20px 20px #5ac7ff,30px -30px red,-40px -40px #0f0,40px 30px #440880}.shadow-light-text{color:#fff;-webkit-text-stroke:.5px black!important}.small-dark-text{color:#000;text-shadow:.3px .3px 0 rgba(255,255,255,.5)!important}.thinborder{filter:drop-shadow(1px 1px 12px rgba(var(--mode-text-color),.5))}.thinborder:before{box-shadow:1px 1px 12px rgba(var(--mode-text-color),.5)}.border{border:1px solid black!important;border-radius:4px;outline:none!important;box-shadow:0 2px 4px #0000001a}.border:focus{border:1px solid rgba(var(--mode-text-color),.5)!important;box-shadow:0 2px 4px #0000004d}.rounded{border-radius:15px}.thinborder{position:relative;height:100%;width:100%;overflow:hidden}.thinborder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:.5px solid rgba(var(--brand-color-dark),.2);pointer-events:none;box-sizing:border-box}body{font-family:var(--font-body);line-height:1.6;color:#333;margin:0;padding:0;font-weight:200}h1,h2,h3,h4{font-family:var(--font-section);font-weight:800;color:#222;margin-top:1.5em;margin-bottom:.5em;line-height:1.2}h1{font-size:2.5em;font-weight:700}h2{font-size:2em;font-weight:600}h3{font-size:1.5em;font-weight:600}h4{font-size:1.2em;font-weight:500}.lead{font-size:1.25em;font-weight:400;line-height:1.5;color:#444;display:block;margin-bottom:1.5em}a{color:#395cdd;text-decoration:none;transition:color .3s ease}a:hover{color:#2a4aa9;text-decoration:underline}ul,ol{margin-left:1.5em;margin-bottom:1em}hr{border:none;border-top:1px solid #ddd;margin:2em 0}:root{--theme-color:#003399;--theme-color-hover:#2244aa;--theme-color-highlight:#005aca}html{height:100%;margin:0}body{min-height:100vh;height:auto;margin:0}.crow,.ccol,.crow-end{display:flex;gap:5px;cursor:pointer;width:100%}.crow{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.ccol{flex-direction:column;justify-content:center;align-items:center}.crow-end{flex-direction:row;justify-content:space-between;align-items:center}.no-style-link{all:unset;text-decoration:none;color:inherit;cursor:default;outline:none}.no-style-link:focus{outline:none;box-shadow:none}.hand{cursor:pointer}.disabled{background:#d1d1d1!important;opacity:.5;z-index:100!important}.card{border-radius:10px;padding:20px;background:#ffffff1a;transition:transform .2s ease-in-out}.card:hover{transform:scale(1.01)}.elegant-card{background:linear-gradient(135deg,#f0f0f0,#fff)}.dark-card{background:#222;color:#fff}.glass-card{background:rgba(var(--brand-color),.1)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.bg{background:linear-gradient(135deg,rgba(var(--brand-color-dark),.3),rgba(var(--brand-color-dark),.08) 96%)}.bg1{background:rgba(var(--brand-color),.4)!important}.bg2{background-image:url(/static_assets/images/red1.png);background-size:cover;background-color:green;background-blend-mode:screen}:root{--top-bar-height: 2.5rem;--top-menu-bar-height: 5.625rem}.header{width:100%;max-width:100%;margin:0;padding:0;position:relative}.header-logo-section{width:100%;height:auto;max-height:none;padding:0;margin:0;z-index:100000}.page-header__info-bar{width:100%;height:var(--top-bar-height);background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 15px}.page-header__info-bar-border{width:100%;padding-bottom:1px}.page-header__info-bar-border:before{content:"";position:absolute;top:40;left:0;width:100%;border-bottom:.1px solid #ccc}.top-menu-container{display:flex;align-items:center;justify-content:space-between;width:100%;height:auto;margin:0;padding:0rem 1rem;margin-top:.25rem;top:0;z-index:1000}.header-logo-en{position:relative;height:auto;z-index:10;padding-left:10px;display:flex;align-items:center}.header-logo-en img{height:5rem}.header-menu{position:relative;z-index:10;margin:0;padding:0 10px 0 0;max-height:none}.header-title{flex-grow:1;text-align:center;padding:0 20px;display:none}.header-title>h2{font-size:16px!important;margin-top:10px}@media (max-width: 48rem){.page-header__info-bar,.page-header__info-bar-border{height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;display:none}.header-logo-section{height:4.375rem!important;margin-bottom:10px!important}.top-menu-container{height:auto;padding:.5rem}.header-title{display:block;padding:0 10px}.header-title h2{color:#fff!important;font-size:1.2rem}.header-menu{display:flex;justify-content:center;align-items:center;padding-right:10px}.top-menu-container{justify-content:space-between;align-items:center;margin:0!important;background:linear-gradient(to bottom,#194ca2d9 10%,#194ca2e6 90%),url(/static_assets/images/site/patterns/subtle-grey.png);background-blend-mode:screen;background-size:auto,50px 10px;background-repeat:repeat,repeat;background-position:0 0,0 0}.desktop-menu{display:none}.burger-icon{display:block}html{font-size:85%}.sticky-header-wrapper{position:sticky!important;top:0!important;z-index:1000}}.page-content{max-width:100%!important;padding-top:0!important;margin-top:0!important}.sticky-header-wrapper{width:100%;position:sticky!important;top:-2.5rem;z-index:1000;background:#fff}.header-logo-en{width:90px;height:60px;margin-left:20px;background-size:auto 100%;background-position:left center;background-repeat:no-repeat;background-image:url(/static_assets/images/site/BMSlogo_en.png)}.header-logo-fr{width:90px;height:60px;margin-left:20px;background-size:auto 100%;background-position:left center;background-repeat:no-repeat;background-image:url(/static_assets/images/site/BMSlogo_fr.png)}@media (max-width: 48rem){.header-logo-en{padding-left:20px;background-image:url(/static_assets/images/site/logo_reverse.png)}.header-logo-fr{padding-left:20px;background-image:url(/static_assets/images/site/logo_reverse.png)}.header-logo-section{height:68px!important;margin-bottom:10px!important}}:root{--menu-bg: white;--menu-text: #333;--menu-border: #transparent;--menu-box-shadow: none;--menu-hover-text: #444;--menu-hover-shadow: rgba(255,255,255,.8);--menu-selected: var(--theme-color);--mega-bg: #fff;--mega-text: #222;--mega-hover-shadow: rgba(24,24,24,.7);--mega-border: #ccc;--mega-item-border: rgba(48,48,48,.2);--ripple-color: rgba(0,86,179,.1);--burger-bg: #333;--burger-color: white}.desktop-menu{display:flex;list-style:none;background:var(--menu-bg);padding:0;margin:0;position:relative;width:auto;font-size:1rem;font-weight:700;flex-direction:row;justify-content:flex-start;border-bottom:1px solid var(--menu-border);box-shadow:0 0 18px var(--menu-box-shadow);background:green!important}.desktop-menu>li{position:relative;padding:0 5px!important;color:var(--menu-text);cursor:pointer;height:6.25rem;font-size:1em;display:flex;align-items:center;justify-content:center}ul.desktop-menu>li{background:var(--menu-bg)!important}.desktop-menu a{color:var(--menu-text);text-decoration:none;font-weight:800;padding-top:2px!important;padding-left:5px!important;padding-right:5px!important}.desktop-menu a.fr{color:var(--menu-text);text-decoration:none;font-weight:800;width:fit-content;max-width:120px;white-space:normal}.desktop-menu>li>a:hover{color:var(--menu-hover-text)!important;text-decoration:none;text-shadow:0 0 16px var(--menu-hover-shadow),0 0 16px var(--menu-hover-shadow);background:var(--menu-bg)}ul.mega-menu>li{background:var(--mega-bg)!important;margin:0;padding:0}ul.mega-menu>li a{color:var(--mega-text)}ul.mega-menu>li a:hover{background:var(--mega-bg)!important;color:var(--mega-text);text-shadow:1px 1px 6px var(--mega-hover-shadow)}.mega-menu{display:none;position:absolute;top:100%;left:0;background:var(--mega-bg);color:var(--mega-text);min-width:100px;border:1px solid var(--mega-border);z-index:100}.desktop-menu li:hover>.mega-menu{display:block}.mega-menu a{display:block;padding:10px;color:var(--mega-text);text-decoration:none;white-space:nowrap}.mega-menu li{position:relative;padding:5px;list-style-type:none;display:flex;align-items:center;width:auto}.mega-menu li .mega-menu{top:0;left:100%;margin-left:1px}.mega-menu li:hover>.mega-menu{display:block;z-index:101}.mega-menu li:not(:has(.mega-menu)){position:relative;overflow:hidden}.mega-menu li:not(:has(.mega-menu)):before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;background:var(--ripple-color);border-radius:50%;transform:translate(-50%,-50%) scale(1);opacity:0;transition:transform .4s ease,opacity .4s ease;pointer-events:none;z-index:0}.mega-menu li:not(:has(.mega-menu)):hover:before{transform:translate(-50%,-50%) scale(20);opacity:1}.mega-menu li>a{position:relative;z-index:1}.mega-menu li{border-bottom:.5px solid var(--mega-item-border);padding:10px 0}.mega-menu li .has-submenu{margin-left:10px;width:auto;white-space:nowrap;padding:10px 0}.mega-menu li .has-submenu:after{content:"▶";font-size:12px;margin-left:10px;margin-top:0;display:inline-block;font-family:var(--font-header)}.has-submenu:hover:after{color:#00f;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.4))}.blue-gradient-scheme{--btn-color-start: #000080;--btn-color-end: #000090;--btn-hover-start: #000080;--btn-hover-end: #0000f0;--btn-shadow-color: rgba(0, 0, 0, .15)}.purple-gradient-scheme{--btn-color-start: #6a11cb;--btn-color-end: #2575fc;--btn-hover-start: #2575fc;--btn-hover-end: #6a11cb;--btn-shadow-color: rgba(106, 17, 203, .3)}.gradient-button>*{margin:0!important;padding:0!important}.gradient-button{height:40px;border:none;border-radius:4px;cursor:pointer;color:#fff!important;font-size:16px;font-weight:700;text-transform:uppercase;vertical-align:center;display:flex;align-items:center;justify-content:center;text-align:center;background-image:linear-gradient(to right,var(--btn-color-start) 0%,var(--btn-color-end) 100%);box-shadow:0 4px 6px var(--btn-shadow-color, rgba(0, 0, 0, .1))}.desktop-menu>li>a.selected{background:var(--menu-selected)!important;color:#fff!important}.desktop-menu>li>a.selected:hover,.desktop-menu>li>a.selected.active:hover,.desktop-menu>li>a.selected:focus{background:var(--menu-selected)!important}.desktop-menu>li>a.gradient-button{background:initial;background:var(--menu-selected);margin:0 5px}.desktop-menu>li>a.gradient-button:hover{background:initial;background:var(--menu-selected);text-shadow:none;color:#fff!important}@media (min-width: 64rem) and (max-width: 75em){html{font-size:80%!important}.desktop-menu>li{background:red!important}}@media (min-width: 45rem) and (max-width: 64em){html{font-size:60%!important}.desktop-menu>li{display:flex}}@media (max-width: 48rem){html{font-size:50%!important}.desktop-menu{display:none!important}.burger-icon{display:block!important}}.burger-icon{display:none;font-size:16px;padding:0 6px;background:#fff;color:#000;cursor:pointer;z-index:15;border-radius:4px}.mobile-menu{position:fixed;top:0;left:0;width:260px;height:100%;background:#222;transform:translate(-100%);transition:transform .3s ease;z-index:999;padding-top:50px}.mobile-menu.open{transform:translate(0)}.close-icon{position:absolute;top:10px;right:15px;color:#fff;font-size:24px;cursor:pointer}.mobile-item{color:#fff;padding:15px 20px;border-bottom:1px solid #444;cursor:pointer}.sidebar_submenu{padding-left:20px;background:#333;margin-top:10px}.sidebar_submenu a{display:block;padding:10px 0;color:#ccc;text-decoration:none}.container{width:100%;margin:0 auto;padding:0 20px}.grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 768px){.grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.grid{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 480px){.header{font-size:14px}.footer{font-size:12px}}@media (max-width: 768px){.header{font-size:16px}}:root{--table-detail-label-percent: 40%;--table-detail-field-percent: 60%;--table-edit-form-label-percent: 30%;--table-edit-form-field-percent: 70%}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;font-family:Raleway,sans-serif}.hand{cursor:pointer!important}.hide{display:none}.show{display:block}.fontshadow{text-shadow:1px 1px 1px rgba(0,0,0,.3);text-shadow:-1px -1px -1px rgba(255,255,255,.1)}.border{border:1px solid rgba(var(--mode-text-color),.3)!important;box-shadow:0 2px 4px #0000001a}.footer-container{max-width:var(--site-width);margin:0 auto;border-radius:10px;background:#202020}.top-footer{margin:0 auto;color:#fff;display:flex;justify-content:space-between;gap:20px;padding:30px 15px}.bottom-footer{background:#161616;color:#fff;height:50px;display:flex;justify-content:space-between;flex-direction:row;margin:0 auto;padding:15px;border-top:1px solid rgba(0,0,0,.5);transition:all .3s ease-in-out;z-index:5}.footer-section{flex:1;padding:20px;text-align:center;min-height:100px}.footer_button{background:var(--theme-color)!important}@media (max-width: 768px){.top-footer{flex-direction:column;gap:0}.footer-body{min-height:auto;width:100%;text-align:left}}.toggle-container{display:flex;gap:0;border-radius:4px;overflow:hidden;gap:3px;width:fit-content}.toggle-button{flex:1;padding:5px 20px;border:none;background-color:#fff;color:#000;cursor:pointer;font-weight:700;font-size:10px}.toggle-button.active{background-color:#ccc;color:#000}.toggle-button:not(.active):hover{color:#fff}.bg-gray{background:#aaa}.bg-white{background:#f1f1f1}.text-black{color:#111}.text-white{color:#fff}:root{--site-width: 1400px;--page-width: 1200px;--info-bar-color-start: rgba(48, 97, 164, .8);--info-bar-color-end: rgba(39, 76, 152, 1);--font-header: "IBM Plex Sans Web", sans-serif;--font-body:"Source Sans 3", sans-serif;--font-section: "IBM Plex Sans Web", sans-serif}*{box-sizing:border-box}html{height:100%;margin:0;overflow-x:hidden;font-size:100%}body{min-height:100vh;height:auto;margin:0;font-family:var(--font-body);font-weight:400;line-height:1.6;color:#333}.pageheight{min-height:400px}h1,h2,h3,h4{font-family:var(--font-header);color:#222;margin-top:1.5em;margin-bottom:.5em;line-height:1.2;font-weight:600}h1{font-size:2.5rem;font-weight:700}p{margin-top:0;margin-bottom:1em}.site-content{position:relative;width:var(--site-width);max-width:100%;margin:0 auto}.page-content{position:relative;width:var(--page-width);max-width:95%;margin:0 auto}.full-width-element{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.row{display:flex;flex-wrap:wrap;width:100%;align-items:center;box-sizing:border-box;padding:0!important;margin:0;gap:0}.self-start{align-self:flex-start}@media (max-width: 48rem){html{font-size:60%}h1{font-size:clamp(2rem,1.5rem + 1.5vw,2.5rem)}}@media (max-width: 37.5rem){html{font-size:85%}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{flex:0 0 100%;max-width:100%}#flex-content-wrapper{flex-direction:column}}@media (max-width: 48rem){.page-banner{display:none}}.page-container{width:100%;max-width:var(--site-width);margin:0 auto;padding-left:15px;padding-right:15px;font-family:var(--font-body);background:#fff}.page-body{width:100%;min-height:50vh;padding:0}.page-footer{width:100%;position:relative;z-index:5;background:red}.page-header{max-width:var(--site-width);margin:0 auto;position:relative;z-index:10}ul.c-list{position:relative;padding:0;margin:0;height:auto;font-family:var(--font-body);clear:left}ul.c-list li{position:relative;list-style-type:none;height:auto;padding:0 0 .25rem;margin:0 0 .25rem;display:list-item}ul.c-list li span{display:block;word-break:break-word;line-height:1.8rem;font-family:var(--font-body);font-size:1.1rem}span.underline{text-decoration:underline!important}.c-list.m-circle li:before{border-radius:50%;background-color:#2d63ad}.c-list.iconok li{position:relative;padding-left:1.5rem;line-height:2;padding-top:0;padding-bottom:0}.c-list.iconok li:before{content:"";position:absolute;top:.5em;left:0;width:1rem;height:1rem;background:#2d63ad;border-radius:50%;z-index:9}.c-list.iconok li:after{content:"";position:absolute;top:.6625rem;left:.375rem;width:.3125rem;height:.5625rem;border:solid white;border-width:0 .125rem .125rem 0;transform:rotate(45deg);z-index:10}ul,ol{position:relative;padding:0;margin:0;height:auto;list-style-type:none}.badge{width:1.25rem!important;height:1.25rem!important;min-width:1.25rem!important;min-height:1.25rem!important;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#777;color:#fff;font-size:.6rem!important;font-weight:400;line-height:1!important;text-align:center;margin-right:0;padding:0;padding-top:.35rem!important}.badge-title{font-weight:500;font-size:.9375rem;color:#2d63ad}.badge.selected{background-color:#2d63ad}.fixedArrow{width:2.5rem}a.badge-link{gap:.5rem;text-decoration:none;color:#888;font-size:.5rem!important;font-weight:500;height:1.5rem;flex-wrap:nowrap;padding-bottom:.3125rem;border-bottom:.0625rem solid #ddd;display:flex;align-items:center;justify-content:flex-start}a.badge-link:hover{color:#2d63ad}.divider{width:40%;margin-top:0;margin-bottom:20px;border:0;border-top:2px solid rgba(0,0,0,.15);z-index:9;display:inline-block}.divider.fw{width:100%}.divider.lg{border-top:4px solid rgba(0,0,0,.15)}.divider:after{position:absolute;display:inline;content:"";width:30px;margin-top:-2px;border-top:2px solid #2d63ad;z-index:9}.divider.fw:after{width:35px}.divider.lg:after{margin-top:-4px;border-top:4px solid #2d63ad}.container{width:100%;padding:0!important;margin:0 0 10px!important;box-sizing:border-box;height:100%}.row{display:flex;flex-wrap:wrap;width:100%;box-sizing:border-box;padding:0;margin:0;align-items:center;vertical-align:middle}@media (min-width: 768px){.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 calc(50% - 5px);max-width:calc(50% - 5px)}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.row>.col-md-6:first-child{margin-right:10px!important}}.center{display:flex;justify-content:center;align-items:center}.hcenter{display:flex;justify-content:center}.vcenter{display:flex;vertical-align:middle;align-items:center;margin:0!important;padding:0!important}.gap-1{gap:4px!important}.gap-2{gap:8px!important}.gap-3{gap:12px!important}.gap-x-1{column-gap:4px!important}.gap-x-2{column-gap:8px!important}.gap-x-3{column-gap:12px!important}.gap-y-1{row-gap:4px!important}.gap-y-2{row-gap:8px!important}.gap-y-3{row-gap:12px!important}@media (max-width: 767px){.row>.col-md-6{width:100%!important;margin-bottom:1rem;margin-right:0!important;padding-left:0!important;padding-right:0!important}.row>.col-md-6:last-child{margin-bottom:0}}
