:root{--accent: #0a4d57;--accent-dark: #0a4d57;--accent-light: #067da0;--contrast: #ff5555;--font-1: "Arimo", sans-serif;--font-2: "Comfortaa", sans-serif;--text-color: #898989}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;-webkit-text-decoration:underline dotted;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}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-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:-.125rem}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box}body{position:relative;margin:0;height:100%;font-family:var(--font-1);font-size:1.125rem;color:var(--text-color);background:#fff}body:after{content:"";position:absolute;top:0;left:50%;display:none;width:1px;height:100%;background-color:#ff0;z-index:1000}.lock body{overflow:hidden;touch-action:none}*,*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:inherit;font-weight:inherit}img{max-width:100%;height:auto;vertical-align:top}ul{margin:0;padding:0;list-style-type:none}p{margin:0;padding:0}.hidden{display:none}.container{margin:0 auto;padding:0 .625rem;max-width:87.5rem;width:100%}input[type=submit]:disabled{opacity:.6!important;cursor:not-allowed!important}a{color:inherit;text-decoration:none}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}.title-hidden{position:absolute;opacity:0;pointer-events:none}.line-clamp-1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);color:red}.visually-hidden:focus{position:unset!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.svg-color svg *[fill]{fill:currentColor}.svg-color svg *[stroke]{stroke:currentColor}svg *{transition-property:fill,stroke}:root{--scroll-dark: #222;--scroll-light: #444}*{scrollbar-color:var(--scroll-light) var(--scroll-dark);scrollbar-width:thin}*::-webkit-scrollbar{width:.75rem;height:.75rem}*::-webkit-scrollbar-track{background:var(--scroll-dark)}*::-webkit-scrollbar-thumb{background-color:var(--scroll-light);border:.1875rem solid var(--scroll-light);border-radius:.3125rem}.myscrollbar{overflow:auto;scrollbar-color:#ccc #fff;scrollbar-width:thin}.myscrollbar::-webkit-scrollbar{width:.8125rem;height:.8125rem}.myscrollbar::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:.625rem}.myscrollbar::-webkit-scrollbar-track{background-color:#fff}.main-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.main-header__logout{font-size:.875rem;font-weight:600;color:var(--accent);text-decoration:underline;text-underline-offset:.125rem;transition:color .2s ease}.main-header__logout:hover{color:var(--accent-light)}.main-menu{position:relative;display:flex;align-items:center;transition:all .3s;z-index:2}@media screen and (max-width:992px){.main-menu{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%;background:#fffc;opacity:0;transform:scale(1.3);z-index:1000;pointer-events:none}}.main-menu.fixed{opacity:1;transform:scale(1);pointer-events:initial}.main-menu li.current-menu-item a:before{opacity:1;transform:translateY(0)}.main-menu a{position:relative;display:block;margin:0 4rem;padding:0;font-size:1rem;color:#141414;transition:all .6s}.main-menu a:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:.125rem;background-color:#000;opacity:0;transform:translateY(.625rem);transition:all .4s}.main-menu a:hover:before{opacity:1;transform:translateY(0)}.sandwitch-wrap{display:none;padding:1.125rem .625rem;border-radius:.1875rem;z-index:1001}@media screen and (max-width:992px){.sandwitch-wrap{display:inline-flex;justify-content:center;align-items:center}}.sandwitch{position:relative;display:block;width:1.4375rem;height:.875rem;cursor:pointer}.sandwitch--active .sandwitch__line--top{top:.375rem;transform:rotate(45deg)}.sandwitch--active .sandwitch__line--middle{opacity:0}.sandwitch--active .sandwitch__line--bottom{top:.375rem;transform:rotate(-45deg)}.sandwitch__line{position:absolute;left:0;display:block;width:100%;height:.125rem;background-color:#000;transition:all linear .1s}.sandwitch__line--top{top:0}.sandwitch__line--middle{top:.375rem}.sandwitch__line--bottom{top:.75rem}.main-footer{background:green}.page-privacy{padding:7.5rem 0 5rem}.page-privacy table{margin-bottom:1.875rem;border-collapse:collapse}.page-privacy th{color:#fff;background-color:#444}.page-privacy th,.page-privacy td{padding:.625rem 1.25rem;border:1px solid #aaa}@media screen and (max-width:750px){.page-privacy .overflow-inner{overflow-x:auto}.page-privacy table{width:46.875rem}}.language{position:relative;top:.375rem;text-align:left}.language__current{padding:0 3.2rem;text-align:left;cursor:pointer}.language .widget_wpglobus{opacity:0;transition:all .4s;pointer-events:none}.language .widget_wpglobus.active{opacity:1;pointer-events:auto}.language .widget-title{display:none}.language .list{padding:3.2rem;background:var(--accent)}.language .list a{display:block;font-size:1.4rem;text-transform:uppercase;opacity:.8;transition:all .4s}.language .list a:not(:last-of-type){margin-bottom:3.2rem}.language .list a:hover{opacity:1}.language .list .code{display:none!important}.form__row{display:flex;gap:1.375rem}@media screen and (max-width:576px){.form__row{display:block}}.form__row>*{flex:0 0 calc(50% - .6875rem)}.form__group input[type=text],.form__group input[type=email],.form__group input[type=tel],.form__group textarea{margin-bottom:1.375rem;padding:.75rem;width:100%;font-size:.9375rem;font-weight:400;letter-spacing:.15px;color:#fff;background:transparent;border:none;border-bottom:1px solid #d8dbe7;border-radius:0;transition:all .3s ease-out;font-style:normal;outline:none}.form__group input[type=text]::-webkit-input-placeholder,.form__group input[type=email]::-webkit-input-placeholder,.form__group input[type=tel]::-webkit-input-placeholder,.form__group textarea::-webkit-input-placeholder{color:#d8dbe7}.form__group input[type=text]::-moz-placeholder,.form__group input[type=email]::-moz-placeholder,.form__group input[type=tel]::-moz-placeholder,.form__group textarea::-moz-placeholder{color:#d8dbe7}.form__group input[type=text]::placeholder,.form__group input[type=email]::placeholder,.form__group input[type=tel]::placeholder,.form__group textarea::placeholder{color:#d8dbe7}.form__group input[type=text]:focus-visible,.form__group input[type=email]:focus-visible,.form__group input[type=tel]:focus-visible,.form__group textarea:focus-visible{background-color:#f2f2f2;outline:.1875rem solid var(--text-color)!important;outline-offset:.125rem!important}.form__group input[type=text]:focus,.form__group input[type=email]:focus,.form__group input[type=tel]:focus,.form__group textarea:focus{border-color:#fff}.form__group textarea{min-height:3.9375rem;height:3.9375rem;max-height:31.25rem;overflow-y:auto;resize:vertical}.form__footer{position:relative;display:flex;align-items:center;margin-top:4.6875rem}@media screen and (max-width:576px){.form__footer{display:flex;flex-direction:column;gap:1.375rem}}.form__footer input[type=checkbox]{display:none}.form__footer input[type=checkbox]:checked+.wpcf7-list-item-label:after{opacity:1}.form__privacy{font-size:.8125rem;font-weight:400;letter-spacing:.13px}.form__privacy .wpcf7-list-item{margin:0}.form__privacy .wpcf7-list-item-label{position:relative;display:block;padding-right:1.25rem;padding-left:2.5rem;max-width:40rem;letter-spacing:.2px;cursor:pointer}@media screen and (max-width:992px){.form__privacy .wpcf7-list-item-label{text-align:left}}.form__privacy .wpcf7-list-item-label:before{content:"";position:absolute;top:0;left:0;width:1.5rem;height:1.5rem;border:1px solid white;border-radius:50%}.form__privacy .wpcf7-list-item-label:after{content:"";position:absolute;top:.25rem;left:.25rem;width:1rem;height:1rem;background:#fff;border-radius:50%;opacity:0}.form__privacy .wpcf7-list-item-label a{transition:all .3s ease-out;text-decoration:underline}.form__privacy .wpcf7-list-item-label a:hover{text-decoration:none}.form input[type=submit]{padding:.75rem 1.375rem;border-radius:2rem;color:#fff;background:var(--Black, #0b0b0b);border:none}.form .wpcf7-spinner{position:absolute;right:0;bottom:-2.5rem;margin:0;width:1.5rem;height:1.5rem}.form .wpcf7-not-valid-tip{font-size:.75rem;font-style:italic;color:#fff}.btn{color:#fff}.btn:focus-visible{outline:.1875rem solid red;outline-offset:.1875rem}.breadcrumbs{display:flex;align-items:center;margin-bottom:5.6rem}@media screen and (max-width:1200px){.breadcrumbs{flex-wrap:wrap}}@media screen and (max-width:576px){.breadcrumbs{display:block}}.breadcrumbs__icon{display:flex;justify-content:center;align-items:center;width:5.2rem;height:5.2rem;border:1px solid var(--accent)}.breadcrumbs li{font-size:2rem;font-weight:500}@media screen and (max-width:1200px){.breadcrumbs li{margin-bottom:3.2rem}}.breadcrumbs li:first-of-type a:hover svg{transform:translate(-.5rem)}.breadcrumbs a{position:relative;display:block;margin-right:3.2rem;padding-right:3.2rem;font-size:1.9rem;font-weight:400;line-height:2.8rem;transition:all .4s}.breadcrumbs a:before{content:"";position:absolute;top:50%;right:0;display:block;width:.4rem;height:.4rem;color:var(--accent);background:#000;border-radius:50%;transform:translateY(-50%)}@media screen and (max-width:576px){.breadcrumbs a:before{display:none}}.breadcrumbs span{color:var(--accent)}.breadcrumbs svg{position:relative;transition:all .4s}.select{position:relative;width:100%;z-index:10}.select__current{height:5.6rem;display:flex;align-items:center;padding:0 2rem;background:#0000001a;border:1px solid rgba(255,255,255,.3);color:#ffffffb3;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select__dropdown{position:absolute;top:calc(100% + .4rem);left:0;width:100%;background:var(--contrast);border:1px solid rgba(255,255,255,.3);display:none;z-index:100}.select__dropdown li{padding:1.4rem 2rem;cursor:pointer;color:#fff}.select__dropdown li:hover{background:#1c5fa0}.select.open .select__dropdown{display:block}.select__error{display:none;margin-top:.4rem;color:#dc3232;font-size:1em;font-weight:400}.select.error .select__error{display:block}.auth-page{display:flex;align-items:center;justify-content:center;height:100vh;overflow:hidden;padding:2.5rem;background:var(--accent-dark)}@media(min-width:1550px){.auth-page{padding:3.75rem}}@media(max-width:1024px){.auth-page{padding:1.5rem}}@media(max-width:767px){.auth-page{padding:1rem;height:100dvh;align-items:flex-start}}.auth-page__container{position:relative;max-width:100%;width:45rem;max-height:100vh;display:flex;flex-direction:column;z-index:2}@media(min-width:1550px){.auth-page__container{width:53.75rem}}@media(max-width:1024px){.auth-page__container{max-height:calc(100vh - 3rem)}}@media(max-width:767px){.auth-page__container{width:100%;max-height:calc(100dvh - 2rem);margin-top:auto;margin-bottom:auto}}.auth-page__title{padding:2rem;color:#fff;font-family:Arimo;font-size:2.25rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.36px;border-bottom:1px solid #fff}@media(min-width:1550px){.auth-page__title{font-size:2.75rem;padding:2.5rem}}@media(max-width:1024px){.auth-page__title{font-size:1.75rem;padding:1.5rem}}@media(max-width:767px){.auth-page__title{font-size:1.375rem;padding:1rem}}.auth-page__card{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.auth-page__bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.auth-page__header{background:#ffffffe6;padding:2rem}@media(min-width:1550px){.auth-page__header{padding:2.5rem}}@media(max-width:1024px){.auth-page__header{padding:1.5rem}}@media(max-width:767px){.auth-page__header{padding:1rem 1.5rem}}.auth-page__logo{margin-bottom:.25rem}.auth-page__tagline{color:var(--accent-light);font-family:var(--font-2);font-size:.625rem;line-height:normal}.auth-page__tagline strong{font-weight:700}.auth-page__footer{background:#ffffffe6;padding:2rem;color:#7ba1a7;font-family:var(--font-1);font-size:.9375rem;line-height:normal}@media(min-width:1550px){.auth-page__footer{padding:2.5rem}}@media(max-width:1024px){.auth-page__footer{padding:1.5rem}}@media(max-width:767px){.auth-page__footer{padding:1rem 1.5rem;font-size:.8125rem}}.auth-card{background:#ffffffe6;padding:2rem;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);flex:1;min-height:0;overflow-y:auto}@media(min-width:1550px){.auth-card{padding:2.5rem}}@media(max-width:1024px){.auth-card{padding:1.5rem}}@media(max-width:767px){.auth-card{padding:1rem 1.5rem}}.auth-card__title{color:var(--accent);font-family:var(--font-1);font-size:1.5rem;font-weight:400;line-height:normal;letter-spacing:-.24px;margin-bottom:.75rem}.auth-card__subtitle{color:var(--text-color);font-family:var(--font-1);font-size:1rem;line-height:normal;letter-spacing:-.16px;margin-bottom:3rem}@media(max-width:767px){.auth-card__subtitle{font-size:.875rem;margin-bottom:1.5rem}}.auth-card__link{color:var(--accent);-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;transition:color .3s ease-out}@media(hover:hover){.auth-card__link:hover{color:var(--accent-light)}}.auth-form__field{position:relative}.auth-form__field:has(input:focus-within),.auth-form__field:has(input:hover){z-index:1}.auth-form__field--email{margin-bottom:-1px}.auth-form__field label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-form__field input[type=email],.auth-form__field input[type=password]{background-color:transparent;width:100%;padding:.71875rem .75rem;border:none;border-top:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd;font-family:var(--font-1);color:var(--accent);font-size:1rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.16px;transition:border-color .3s ease-out}@media(max-width:550px){.auth-form__field input[type=email],.auth-form__field input[type=password]{font-size:.875rem}}.auth-form__field input[type=email]:-webkit-autofill,.auth-form__field input[type=email]:-webkit-autofill:hover,.auth-form__field input[type=email]:-webkit-autofill:focus,.auth-form__field input[type=password]:-webkit-autofill,.auth-form__field input[type=password]:-webkit-autofill:hover,.auth-form__field input[type=password]:-webkit-autofill:focus{box-shadow:0 0 0 62.5rem transparent inset;-webkit-text-fill-color:var(--accent);-webkit-transition:background-color 9999s ease-out;transition:background-color 9999s ease-out}@media(hover:hover){.auth-form__field input[type=email]:hover,.auth-form__field input[type=password]:hover{border-color:#7ba1a7}.auth-form__field input[type=email]:focus,.auth-form__field input[type=password]:focus{border-color:#7ba1a7;outline:none}}.auth-form__remember{margin-top:.75rem}.auth-form__remember label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;color:var(--text-color);font-family:var(--font-1);font-size:.9375rem;line-height:normal;letter-spacing:-.15px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-form__remember input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1rem;height:1rem;flex-shrink:0;border:1px solid #cdcdcd;background-color:transparent;cursor:pointer;transition:border-color .3s ease-out,background-color .3s ease-out}.auth-form__remember input[type=checkbox]:checked{background-color:var(--accent);border-color:var(--accent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M1 3.5L3.8 6.5L9 1' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}@media(hover:hover){.auth-form__remember input[type=checkbox]:hover{border-color:#767676}}.auth-form__message{margin-top:.75rem;font-family:var(--font-1);font-size:.8125rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.13px}.auth-form__message--error{color:#f55}.auth-form__message--success{color:#4caf50}.auth-form__submit{margin-top:3rem;border:none;border-radius:2rem;background:var(--accent-light);padding:.75rem 1.5rem;color:#e3e3e3;font-family:var(--font-1);font-size:1.0625rem;font-weight:700;line-height:normal;transition:background-color .3s ease-out;cursor:pointer}@media(max-width:767px){.auth-form__submit{margin-top:1.5rem}}@media(hover:hover){.auth-form__submit:hover{background:var(--accent)}}
