/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*,div{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Arial,sans-serif;font-size:11.5px;color:#114681;background:#fff;height:100vh}@media screen and (max-width:850px){body{font-size:10px}}a{color:inherit}ul{padding:0 0 0 24px}.wrapper{display:flex;justify-content:center;z-index:10}.wrapper .wrapper__inner{width:1024px;display:flex;min-height:calc(100vh - 200px)}.wrapper .wrapper__inner .wrapper__half{width:50%}@media screen and (max-width:1024px){.wrapper .wrapper__inner{width:100%}}@media (max-width:850px) and (orientation:landscape){.wrapper .wrapper__inner{min-height:100vh}}@media (max-width:500px) and (orientation:portrait){.wrapper .wrapper__inner{flex-direction:column;min-height:65vh}.wrapper .wrapper__inner .wrapper__half{width:100%}}.title{width:100%;height:100%;font-family:Cocogoose,sans-serif;font-size:120px;text-transform:uppercase;line-height:.88;display:flex;flex-direction:column;justify-content:center;align-items:center;text-shadow:2px 2px #fcf2e2,2px -2px #fcf2e2,-2px 2px #fcf2e2,-2px -2px #fcf2e2}.title .title-cursive{font-family:Amanise,serif;text-transform:lowercase;line-height:1;font-size:90px}.title div:last-child{line-height:.75}@media screen and (max-width:850px) and (orientation:landscape){.title{height:100vh;font-size:60px}.title .title-cursive{font-size:45px}}@media screen and (max-width:500px) and (orientation:portrait){.title{height:40vh;font-size:60px}.title .title-cursive{font-size:45px}}.password-form{height:100%;display:flex;justify-content:flex-start;align-items:center;padding:0 16px}.password-form form{width:66.6666%;display:flex;flex-direction:column;position:relative;margin-top:58px}.password-form form .form__row{padding:8px 0;width:100%}.password-form form .form__row.mandatory{text-align:right;font-size:8px;color:#8c8279}.password-form form .form__input{width:100%;overflow:hidden;position:relative}.password-form form .form__input input{padding:12px;width:100%;font-family:Arial,sans-serif;font-size:13px;color:#8c8279;background:transparent;outline:none;border:none;z-index:1}.password-form form .form__input .form__input-background{width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;z-index:0;outline:1px solid #8c8279;box-shadow:inset 0 0 3px rgba(140,130,121,.5)}.password-form form input[type=submit]{padding:8px;margin-top:24px;color:#1f487c;border:none;outline:1px solid #1f487c;font-family:Cocogoose,sans-serif;font-size:19px;background:none;border-radius:0;cursor:pointer}.password-form form .form__error{pointer-events:none;position:absolute;top:100%;opacity:0;width:100%;color:#f22;transition:.35s}.password-form form .form__error .form__error-message{width:100%}.password-form form .form__error.active{opacity:1}@media screen and (max-width:850px) and (orientation:landscape){.password-form form{margin-top:40px}.password-form form input[type=submit]{margin-top:8px}}@media screen and (max-width:500px) and (orientation:portrait){.password-form form{margin:0;width:100%;height:20vh}.password-form form input[type=submit]{margin-top:0}.password-form form .form__error{padding:6px 8px;z-index:150;background:#fff;transform:translateY(10px);border-radius:8px;border:1px solid red}.password-form form .form__error.active{transform:translate(0)}}.background{position:absolute;top:0;left:0;width:100%;height:calc(100vh - 200px);display:flex;justify-content:flex-start;pointer-events:none;z-index:-1}.background .background__image{width:50%;height:100%;overflow:hidden}.background .background__image img{width:100%;height:100%;object-fit:cover;object-position:right center}@media screen and (max-width:850px) and (orientation:landscape){.background{height:100vh}}@media screen and (max-width:500px) and (orientation:portrait){.background{height:40vh}.background .background__image{width:100%}.background .background__image img{width:125%;height:100%;object-fit:cover;object-position:left top}}.popup{position:fixed;top:0;left:0;width:100%;height:calc(100vh - 199px);background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;transition:opacity .35s;z-index:50;padding:16px 0;opacity:0;pointer-events:none;overflow:hidden}.popup .popup__inner{position:relative;background:#fff;color:#000;width:1280px;max-height:100%;padding:32px 48px;overflow-x:hidden;overflow-y:scroll;transition:transform .35s;transform:translateY(16px)}.popup .popup__inner .popup__title{font-size:19px;font-weight:700}.popup .popup__inner .popup__text{column-count:3;font-size:10px}.popup .popup-close{padding:4px;width:36px;height:36px;top:8px;right:4px;position:absolute;cursor:pointer;transform:rotate(45deg);transition:transform .35s;-webkit-tap-highlight-color:transparent}.popup .popup-close .popup-close__inner{width:100%;height:100%;border:2px solid #114681;border-radius:100%;position:relative}.popup .popup-close .popup-close__inner div{position:absolute;top:50%;left:50%;width:75%;border-bottom:2px solid #114681;transform:translate(-50%,-50%) rotate(45deg)}.popup .popup-close .popup-close__inner div:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.popup#popup-video{padding:0}.popup#popup-video .popup__inner{padding:0;width:100%;height:100%;background:transparent;overflow:visible;display:flex;justify-content:center;align-items:center}.popup#popup-video .popup__inner .video{display:flex}.popup#popup-video .popup__inner .video iframe{width:100%;height:auto;outline:none;border:none;background:#000}.popup#popup-video .popup-close{top:12px;right:12px}.popup.active{opacity:1;pointer-events:all}.popup.active .popup__inner{transform:translate(0)}.popup.active .popup-close{transform:rotate(0)}@media screen and (max-width:1280px){.popup .popup__inner{width:calc(100% - 32px)}}@media screen and (max-width:850px){.popup{z-index:200;height:100%}.popup .popup__inner{padding:12px 16px}.popup .popup__inner .popup__text{column-count:1;font-size:9px;text-align:justify}.popup .popup-close{width:32px;height:32px;top:4px;right:4px;background:#fff;border-radius:100%}}.footer{width:100%;min-height:200px;color:#fff;background:#1f487c;display:flex;justify-content:center;text-align:justify;z-index:100;position:relative;font-size:9.5px}.footer [data-target]{font-weight:700;cursor:pointer}.footer .footer__show-more{display:none;position:absolute;top:0;right:0;padding:12px 16px}.footer .footer__show-more span:nth-child(2){display:none}.footer .footer__inner{padding-top:16px;padding-bottom:24px;width:1024px;position:relative}.footer .footer__inner .footer__row{display:flex}.footer .footer__inner .footer__row .footer__disclaimer{flex:1}.footer .footer__inner .footer__row .footer__logo{width:25%;display:flex;justify-content:flex-end;align-items:flex-end}.footer .footer__inner .footer__row .footer__logo img{width:125px;height:100%;object-fit:contain}@media screen and (max-width:1024px){.footer .footer__inner{padding-left:16px;padding-right:16px;width:100%}}@media screen and (max-width:500px){.footer{min-height:40vh}.footer [data-target]{font-size:8.7px}.footer .footer__inner{padding-left:24px;padding-right:24px;text-align:center;font-size:6.7px}.footer .footer__inner .footer__row{flex-direction:column}.footer .footer__inner .footer__row .footer__disclaimer{width:100%}.footer .footer__inner .footer__row .footer__logo{width:100%;justify-content:center;padding-top:8px}.footer .footer__inner .footer__row .footer__logo img{height:30px;width:auto;object-fit:contain}}@media screen and (max-width:850px) and (orientation:landscape){.footer{position:fixed;left:0;top:100%;transition:transform .35s;transform:translateY(-32px)}.footer.show-more{transform:translateY(-100%)}.footer.show-more .footer__show-more span:first-child{display:none}.footer.show-more .footer__show-more span:nth-child(2){display:inline}.footer .footer__inner{padding-top:12px}.footer [data-target]{display:inline-block;padding-bottom:8px}.footer .footer__show-more{display:block}}