.xcontainer,.xcontainer-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;box-sizing:border-box}.xrow{display:flex;flex-wrap:wrap;flex:1 1 auto}@media(min-width:768px){.xcontainer{max-width:720px}}@media(min-width:960px){.xcontainer{max-width:920px}}@media(min-width:1280px){.xcontainer{max-width:1140px}}@media(min-width:1520px){.xcontainer{max-width:1440px}}:root{--color-accent-light-2: #acc5f8;--color-accent-light: #83a5ea;--color-accent: #1547ad;--color-accent-trans: rgba(21, 71, 173, .3);--color-accent-op60: rgba(21, 71, 173, .6);--color-accent-light-bg: #E6EBF6;--topbar-height: 5rem;--font-family: "K2D", sans-serif;--extra-margin: 0px;--extra-margin-top-info: 0px;--extra-margin-cumulated: 0px;--body-bg: #ffffff}body.theme-letwork{--color-accent-light-2: #acc5f8;--color-accent-light: #83a5ea;--color-accent: #1547ad;--color-accent-trans: rgba(21, 71, 173, .3);--color-accent-op60: rgba(21, 71, 173, .6);--font-family: "Archivo", sans-serif}body.theme-tuncia{--color-accent-light-2: #acc5f8;--color-accent-light: #49a594;--color-accent: #2e6e62;--color-accent-trans: rgba(21, 71, 173, .3);--color-accent-op60: rgba(21, 71, 173, .6);--color-accent-light-bg: #eff0f0;--font-family: "Karla", sans-serif}body.theme-globier{--color-accent-light-2: #acc5f8;--color-accent-light: #83a5ea;--color-accent: #1547ad;--color-accent-trans: rgba(21, 71, 173, .3);--color-accent-op60: rgba(21, 71, 173, .6);--font-family: "Montserrat", sans-serif;--body-bg: #000000}input[type=text],input[type=password],textarea{font-size:1.1rem;background:#fff;padding:.5rem;border:1px solid rgba(0,0,0,.1)!important;color:#000;display:block;font-family:var(--font-family)}input[type=text]:focus,input[type=text]:active,input[type=password]:focus,input[type=password]:active,textarea:focus,textarea:active{border:1px solid #1547ad!important;outline:none}input[type=text]::placeholder,input[type=password]::placeholder,textarea::placeholder{color:#0000004d}input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#0000004d}input[type=text]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#0000004d}input[type=text]:disabled,input[type=password]:disabled,textarea:disabled{color:#000;background:#70707033}.input_checkbox_wrapper{display:flex;position:relative;cursor:pointer;padding-left:2rem;min-height:1.5rem;align-items:center;font-size:.9rem;margin-top:.5rem;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.input_checkbox_wrapper input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:1.5rem;width:1.5rem;background-color:#fff;display:flex;justify-content:center;align-items:center;border:1px solid rgba(0,0,0,.1)}.checkmark:focus,.checkmark:active{border:1px solid #1547ad;outline:none}.input_checkbox_wrapper:hover input~.checkmark{background-color:#0000001a}.checkmark:after{content:"done";font-family:Material Icons;position:absolute;display:none;text-align:center;color:#000}.input_checkbox_wrapper input:checked~.checkmark:after{display:block}button.x_admin_primary{background-color:#1748cf;padding:.5rem 1rem;border-radius:2px}.hamburger-vino #mobile-habmurger{display:none}.hamburger-vino .toggle{position:relative;width:28px;height:28px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;transition-duration:.5s;margin:0}.hamburger-vino .bars{width:100%;height:3px;background-color:#000;border-radius:4px}.hamburger-vino #bar2{transition-duration:.8s}.hamburger-vino #bar1,.hamburger-vino #bar3{width:70%}.hamburger-vino #mobile-habmurger:checked+.toggle .bars{position:absolute;transition-duration:.5s}.hamburger-vino #mobile-habmurger:checked+.toggle #bar2{transform:scaleX(0);transition-duration:.5s}.hamburger-vino #mobile-habmurger:checked+.toggle #bar1{width:100%;transform:rotate(45deg);transition-duration:.5s}.hamburger-vino #mobile-habmurger:checked+.toggle #bar3{width:100%;transform:rotate(-45deg);transition-duration:.5s}.hamburger-vino #mobile-habmurger:checked+.toggle{transition-duration:.5s;transform:rotate(180deg)}.button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button.prim{background:var(--color-accent);padding:.5rem 2rem;box-sizing:border-box;display:flex;align-items:unset;justify-content:center;cursor:pointer;width:fit-content;color:#fff;font-weight:700}.button.compact{padding:.2rem 1rem}.button.scalable{transform:scale(1);transition:transform .3s ease-out}.button.scalable:hover{transform:scale(1.05)}.button.scalable:active{transform:scale(1)}html,body{padding:0;margin:0;font-family:var(--font-family);color:#fff}body{background:var(--body-bg);min-height:100vh;position:relative}a{color:var(--color-accent);text-decoration:none}a:visited{color:var(--color-accent)}#body_bg{position:fixed;width:100vw;height:100vh;z-index:-1000;top:0;left:0;background:#83c0f6;background:-moz-radial-gradient(circle,rgba(131,192,246,.25) 0%,rgba(36,60,180,0) 100%);background:-webkit-radial-gradient(circle,rgba(131,192,246,.25) 0%,rgba(36,60,180,0) 100%);background:radial-gradient(circle,#83c0f640,#243cb400);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#83c0f6",endColorstr="#243cb4",GradientType=1)}.material-icons{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.primary_button{background-color:var(--color-accent);padding:.5rem 1rem;border:none;font-size:1.1rem;font-family:var(--font-family);color:#fff;cursor:pointer;transition:transform .3s;transform:scale(1)}.primary_button:not(.disabled):focus{border:none;outline:none}.primary_button:not(.disabled):hover{transform:scale(1.05)}.primary_button:not(.disabled):active{transform:scale(1);opacity:.8}.primary_button.disabled{opacity:.8}.primary_button.disabled:focus{border:none;outline:none}.secondary_button{background:#70707047;border:none;font-size:1.1rem;font-family:var(--font-family);cursor:pointer;padding:.5rem;color:#fff;transition:transform .3s;transform:scale(1)}.secondary_button:not(.disabled):focus{border:none;outline:none}.secondary_button:not(.disabled):hover{transform:scale(1.05)}.secondary_button:not(.disabled):active{transform:scale(1);opacity:.8}.secondary_button.disabled{opacity:.8}.secondary_button.disabled:focus{border:none;outline:none}.secondary_button.static_color{background:#424445}.text_button{background:none;border:none;font-size:1.1rem;font-family:var(--font-family);cursor:pointer;padding:.5rem 0;display:flex;justify-content:center;align-items:center}.text_button .material-icons{margin-right:.5rem}.text_button:focus{border:none;outline:none}.form_message{box-sizing:border-box;width:80%;margin:0 auto 1rem;padding:.5rem;color:#fff;text-align:center}.form_message.error{background-color:#b81919}.form_message.success{background-color:#168712}
