@charset "UTF-8";/*! 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}template{display:none}[hidden]{display:none}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255, 255, 255, 0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width :480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width :480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:0 0;outline:0;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.szh-menu-container{position:relative;width:0;height:0}.szh-menu{margin:0;padding:0;list-style:none;box-sizing:border-box;width:max-content;position:absolute;z-index:100;border:1px solid rgba(0,0,0,.1);background-color:#fff}.szh-menu:focus{outline:0}.szh-menu--state-closed{display:none}.szh-menu__arrow{box-sizing:border-box;width:.75rem;height:.75rem;background-color:#fff;border:1px solid transparent;border-left-color:rgba(0,0,0,.1);border-top-color:rgba(0,0,0,.1);position:absolute;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translateX(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translateX(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:0}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{cursor:default;background-color:inherit}.szh-menu__item--disabled{cursor:default;color:#aaa}.szh-menu__submenu{position:relative}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{margin:0;padding:0;list-style:none}.szh-menu__divider{height:1px;margin:.5rem 0;background-color:rgba(0,0,0,.12)}.szh-menu-button{box-sizing:border-box}.szh-menu{user-select:none;color:#212529;border:none;border-radius:.25rem;box-shadow:0 3px 7px rgba(0,0,0,.133),0 .6px 2px rgba(0,0,0,.1);min-width:10rem;padding:.5rem 0}.szh-menu__item{display:flex;align-items:center;position:relative;padding:.375rem 1.5rem}.szh-menu-container--itemTransition .szh-menu__item{transition-property:background-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.szh-menu__item--active{color:#fff;background-color:#007bff}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio::before{content:"○";position:absolute;left:.8rem;top:.55rem;font-size:.8rem}.szh-menu__item--type-radio.szh-menu__item--checked::before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox::before{position:absolute;left:.8rem}.szh-menu__item--type-checkbox.szh-menu__item--checked::before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item::after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@keyframes szh-menu-show-slide-left{from{opacity:0;transform:translateX(.75rem)}}@keyframes szh-menu-hide-slide-left{to{opacity:0;transform:translateX(.75rem)}}@keyframes szh-menu-show-slide-right{from{opacity:0;transform:translateX(-.75rem)}}@keyframes szh-menu-hide-slide-right{to{opacity:0;transform:translateX(-.75rem)}}@keyframes szh-menu-show-slide-top{from{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-hide-slide-top{to{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-show-slide-bottom{from{opacity:0;transform:translateY(-.75rem)}}@keyframes szh-menu-hide-slide-bottom{to{opacity:0;transform:translateY(-.75rem)}}.szh-menu--state-opening.szh-menu--dir-left{animation:szh-menu-show-slide-left .15s ease-out}.szh-menu--state-closing.szh-menu--dir-left{animation:szh-menu-hide-slide-left .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-right{animation:szh-menu-show-slide-right .15s ease-out}.szh-menu--state-closing.szh-menu--dir-right{animation:szh-menu-hide-slide-right .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-top{animation:szh-menu-show-slide-top .15s ease-out}.szh-menu--state-closing.szh-menu--dir-top{animation:szh-menu-hide-slide-top .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-bottom{animation:szh-menu-show-slide-bottom .15s ease-out}.szh-menu--state-closing.szh-menu--dir-bottom{animation:szh-menu-hide-slide-bottom .15s ease-in forwards}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;right:0;top:0;display:block;margin-right:auto;margin-left:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;min-height:1px;display:none}[dir=rtl] .slick-slide{float:left}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/images/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;src:url(/fonts/slick.eot);src:url(/fonts/slick.eot?#iefix) format("embedded-opentype"),url(/fonts/slick.woff) format("woff"),url(/fonts/slick.ttf) format("truetype"),url(/fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:auto;left:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:-25px;left:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;right:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}@font-face{font-family:Eras;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/eras-light.otf) format("opentype")}@font-face{font-family:Eras;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/eras-book.otf) format("opentype")}@font-face{font-family:Eras;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/eras-demi.otf) format("opentype")}@font-face{font-family:Eras;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/eras-bold.otf) format("opentype")}:root{--color-primary:#096FB1;--color-secondary:#B9B9B9;--color-dark:#0C293F;--color-line-and-gray-back:#e8e8e8;--color-dark-line-and-gray-back:#9D9C9E;--color-gray:#F7F7F7;--color-placeholder:#B9B9B9;--color-yellow:#ffd667;--color-red:#ff6767;--color-green:#5ebd84}:root .force-en,:root:lang(en){--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-family:"Eras",sans-serif;letter-spacing:.1em}:root .force-ar,:root:lang(ar){--font-weight-light:200;--font-weight-regular:400;--font-weight-medium:700;--font-weight-bold:900;--font-family:"Tajawal",sans-serif}*{box-sizing:border-box;font-family:var(--font-family)}html{font-size:14px;font-weight:var(--font-weight-regular)}@media screen and (max-width:540px){html{font-size:12px}}body{touch-action:pan-x pan-y}@media screen and (max-width:768px){body.no-scroll-drawer{overflow:hidden}}body.no-scroll-modal{overflow:hidden}body.no-scroll-loadable{overflow:hidden}a{text-decoration:none;display:inline-block;color:#0c293f;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}a:hover{opacity:50%}h1{font-size:1.5rem;margin:.667em 0;font-weight:var(--font-weight-bold)}h2{font-size:1.35em;margin:.667em 0;font-weight:var(--font-weight-bold)}h3{font-size:1.2em;margin:.667em 0;font-weight:var(--font-weight-bold)}h4{font-size:1.05em;margin:.667em 0;font-weight:var(--font-weight-bold)}h5{font-size:.9em;margin:.667em 0;font-weight:var(--font-weight-bold)}h6{font-size:.75em;margin:.667em 0;font-weight:var(--font-weight-bold)}ul{margin:0;padding:0}li{list-style:none}body.development *{outline:#ada9a9 dashed 1px}body.development svg,body.development svg *{outline:unset!important}body.development table,body.development table *{outline:unset!important}.nt{margin:unset;margin-inline:unset;margin-block:unset;font-size:unset;font-weight:unset}.disabled{pointer-events:none;opacity:50%}.me-icon{color:#096fb1;width:1.6rem;height:1.6rem}html[dir=rtl] .me-icon:not(.no-flip){-webkit-transform:scaleX(-1)!important;transform:scaleX(-1)!important}.h-gap{display:flex!important;flex-direction:row;gap:1rem;align-items:center;justify-content:center}.v-gap{display:flex!important;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.table-container .table-header,.wide-flex{display:flex!important;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}@media screen and (max-width:540px){.table-container .table-header,.wide-flex{flex-direction:column;align-items:stretch}}.inline-200{display:inline-block;min-width:200px}@media screen and (max-width:540px){.inline-200{display:block}}.h-gap.jc-fs,.table-container .jc-fs.table-header,.v-gap.jc-fs,.wide-flex.jc-fs{justify-content:flex-start!important}.h-gap.jc-fe,.table-container .jc-fe.table-header,.v-gap.jc-fe,.wide-flex.jc-fe{justify-content:flex-end!important}.h-gap.ai-fs,.table-container .ai-fs.table-header,.v-gap.ai-fs,.wide-flex.ai-fs{align-items:flex-start!important}.h-gap.ai-fe,.table-container .ai-fe.table-header,.v-gap.ai-fe,.wide-flex.ai-fe{align-items:flex-end!important}.flex-1{flex:1}.multi-lang{flex:1;display:flex;flex-direction:column;gap:.5rem}.editor-wrapper{background-color:#f7f7f7;border-radius:4px;padding:1rem;display:flex;flex-direction:column}.editor-wrapper .editor-editor{background:#fff;padding:0 1rem;min-height:200px}.bs{white-space:break-spaces}@media screen and (min-width:769px){*{scrollbar-color:#096fb1 #f7f7f7!important;scrollbar-width:thin!important;scrollbar-height:thin!important}* ::-webkit-scrollbar{width:8px;height:8px}* ::-webkit-scrollbar-track{background:#f7f7f7}* ::-webkit-scrollbar-thumb{background:#096fb1}* ::-webkit-scrollbar-thumb:hover{background:#0c293f}}#main-header{position:fixed;right:0;left:0;top:0;background-color:#fff;border-bottom:1px #e8e8e8 solid;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1);z-index:100;text-align:center}#main-header nav{width:1200px;max-width:90%;margin:auto;height:80px;display:flex;align-items:center;justify-content:space-between}#main-header nav .menu-logo-container{display:flex;align-items:stretch;flex:auto}#main-header nav .menu-logo-container .menu-btn{margin-left:32px;cursor:pointer}#main-header nav .menu-logo-container .logo{cursor:pointer}#main-header nav .menu-logo-container .small-language{display:none}#main-header nav .menu-logo-container .left-notifications{display:none}#main-header nav .menu-logo-container .left-wrapper{margin:0 2rem;display:flex;flex-direction:row;align-items:center;gap:2rem}#main-header nav .menu-logo-container .left-wrapper .vl{height:70%;border-right:1px solid #f7f7f7}#main-header nav .menu-logo-container .left-wrapper .h-btn{color:#0c293f}#main-header nav .menu-logo-container .left-wrapper .h-btn.new{color:#096fb1;font-weight:var(--font-weight-medium)}@media screen and (max-width:768px){#main-header nav .menu-logo-container .left-wrapper{margin:0 1.5rem;font-size:.8rem;gap:1.5rem}}#main-header nav .right-wrapper{display:flex;align-items:center}@media screen and (max-width:540px){#main-header nav .right-wrapper{display:none}}#main-header nav .right-wrapper a{color:#096fb1;margin-left:2rem}#main-header nav .right-wrapper a:last-child{margin-left:0}#main-header nav .right-wrapper a.language{color:#0c293f}@media screen and (max-width:540px){#main-header nav .menu-logo-container{flex:1;justify-content:space-between}#main-header nav .menu-logo-container .logo{width:100px}#main-header nav .menu-logo-container .small-language{display:block;width:45px;line-height:45px;margin-right:32px}#main-header nav .menu-logo-container .right-notifications{display:none}#main-header nav .menu-logo-container .left-notifications{display:block;width:45px;margin-right:32px;align-self:center}#main-header nav .menu-logo-container .left-wrapper{display:none}}#main-header nav .dd-list{text-align:right;white-space:nowrap}#main-header nav .dd-list ul li{margin-bottom:1rem}#main-header nav .dd-list ul li:last-child{margin-bottom:0}#landing-header{text-align:center;position:absolute;top:0;right:0;left:0;z-index:100}#landing-header .top{background-color:rgba(12,41,63,.85);transition:.5s;transition-timing-function:ease-in}#landing-header .top .container{width:1200px;max-width:90%;margin:auto;height:50px;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:2rem}#landing-header .top .container .main{flex:1;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:1.5rem}#landing-header .top .container .main .left{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:1rem}#landing-header .top .container .main .left .item a{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;gap:.5rem;color:#b9b9b9}#landing-header .top .container .main .left .item a .me-icon{color:#096fb1;width:1rem;height:1rem}@media screen and (max-width:768px){#landing-header .top .container .main .left .item a .txt{display:none}}#landing-header .top .container .main .right{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:1rem}#landing-header .top .container .main .right .item a{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;gap:.5rem;color:#b9b9b9}#landing-header .top .container .main .right .item a .me-icon{color:#b9b9b9;width:1rem;height:1rem}#landing-header .top .container .main .right .item.language{margin-right:1.5rem}#landing-header .bottom{background-color:rgba(18,55,83,.85);transition:.5s;transition-timing-function:ease-in}#landing-header .bottom .container{width:1200px;max-width:90%;margin:auto;height:80px;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:2rem}#landing-header .bottom .container .logo{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%}#landing-header .bottom .container .logo img{width:129px;height:55px;object-fit:contain;transition:.5s;transition-timing-function:ease-in}@media screen and (max-width:768px){#landing-header .bottom .container .logo img{width:90.3px;height:38.5px}}@media screen and (max-width:540px){#landing-header .bottom .container .logo img{width:64.5px;height:27.5px}}#landing-header .bottom .container .main{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:2rem}#landing-header .bottom .container .main .right{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:3vw}#landing-header .bottom .container .main .right .item{position:relative}#landing-header .bottom .container .main .right .item a{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;gap:.5rem;color:#b9b9b9}#landing-header .bottom .container .main .right .item a .bar{position:absolute;right:-5;bottom:0;left:100%;height:.4rem;background-color:rgba(255,255,255,0);transition:.5s;transition-timing-function:ease-in}#landing-header .bottom .container .main .right .item a.active{color:#fff}#landing-header .bottom .container .main .right .item a.active .bar{background-color:#fff;left:-5}@media screen and (max-width:420px){#landing-header .bottom .container{flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding-top:.5rem}#landing-header .bottom .container .logo,#landing-header .bottom .container .main{flex:1;width:100%}#landing-header .bottom .container .main .right{flex:1;justify-content:space-between}#landing-header .bottom .container .main .right .item a{font-size:.8rem}}#landing-header.fixed{position:fixed}#landing-header.fixed .top{display:none;background-color:rgba(12,41,63,.95)}#landing-header.fixed .bottom{background-color:rgba(18,55,83,.95)}#landing-header.fixed .bottom .logo img{-webkit-transform:scale(.9);transform:scale(.9)}#landing-header.solid .top{background-color:#0c293f}#landing-header.solid .bottom{background-color:#123753}#landing-footer .top{background-color:#1a1a1a}#landing-footer .top>div{width:1200px;max-width:90%;margin:auto;padding:4rem 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:2rem}#landing-footer .top>div .col .title{height:56px;margin-bottom:2rem}#landing-footer .top>div .col .title .text{line-height:56px;font-weight:var(--font-weight-medium);color:#b9b9b9}#landing-footer .top>div .col .title .bar{width:32px;height:5px;background-color:#096fb1}#landing-footer .top>div .col ul a{color:#f7f7f7;display:flex;flex-direction:row;gap:.5rem;align-items:center}#landing-footer .top>div .col ul li{margin-bottom:1rem}#landing-footer .top>div .col ul li:last-child{margin-bottom:0}#landing-footer .top>div .social{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}#landing-footer .top>div .social .me-icon{width:2rem;height:2rem}#landing-footer .bottom{background-color:#242424}#landing-footer .bottom>div{width:1200px;max-width:90%;margin:auto;text-align:center;padding:2rem 0;color:#b9b9b9}#main-footer .footer1{padding:4rem 0;background-color:#fff}#main-footer .footer1>div{width:1200px;max-width:90%;margin:auto}#main-footer .footer1>div>.row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2.5rem}#main-footer .footer1>div>.row h2{white-space:nowrap;color:#b9b9b9;height:47.4px;line-height:47.4px;margin-bottom:2rem}@media screen and (max-width:768px){#main-footer .footer1>div>.row h2{margin-bottom:1rem}}#main-footer .footer1>div>.row li{margin-bottom:1rem}#main-footer .footer1>div>.row li:last-child{margin-bottom:0}#main-footer .footer1>div>.row a{color:#096fb1}#main-footer .footer1>div>.row .col.section .row:first-child{margin-bottom:4rem}#main-footer .footer1>div>.row .col.section .row img{margin-left:2rem}#main-footer .footer2{padding:1rem 2rem;background-color:#e9e9e9;color:#0c293f;font-weight:var(--font-weight-bold);text-align:center}#main-footer .footer2>div{width:1200px;max-width:90%;margin:auto}#drawer{position:fixed;right:-250px;top:80px;bottom:0;background-color:#fff;z-index:50;width:250px;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1);transition:.5s;transition-timing-function:ease-in;overflow-y:auto;padding:1rem 0}#drawer.opened{transition:.5s;transition-timing-function:ease-out;right:0}#drawer .item{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem;-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}#drawer .item:hover{opacity:50%}#drawer .item .me-icon{color:#b9b9b9;width:1.2rem;height:1.2rem;margin-left:.6rem}#drawer .item .title{flex:1;color:#b9b9b9}#drawer .item .badge{min-width:1.2rem;height:1.2rem;border-radius:.5rem;background-color:#ff6767;text-align:center;color:#fff;font-size:1rem;padding:.1rem}#drawer .item.active{background-color:#096fb1}#drawer .item.active *{color:#fff;font-weight:var(--font-weight-medium)}#drawer .group{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.7rem 1rem;background-color:#f1f1f1}#drawer .group .title{flex:1;color:#0c293f;font-weight:700}@media screen and (max-width:768px){#drawer-backdrop{position:fixed;z-index:-1;right:0;left:0;top:0;bottom:0;background-color:transparent;transition:.5s;transition-timing-function:ease-in}#drawer-backdrop.opened{z-index:40;background-color:rgba(9,111,177,.5);transition:.5s;transition-timing-function:ease-out}}.button{display:inline-block;height:3em;line-height:3em;padding:0 2rem;background-color:#096fb1;border:1px solid transparent;border-radius:2px;color:#fff;transition:.5s ease;cursor:pointer;font-size:1rem;text-align:center}.button-block{display:block}.button-danger{background-color:#ff6767}.button-warning{background-color:#ffd667}.button-success{background-color:#5ebd84}.button-secondary{background-color:#b9b9b9}.button-gray{background-color:gray}.button-disabled{cursor:no-drop;pointer-events:none;opacity:60%}.button-loading{background-color:#c5c5c5}.button .me-icon{height:2rem;width:2rem;margin-left:1rem}.button .me-icon,.button .me-icon *{color:#fff}.button-small{height:2em;line-height:2em;padding:0 1rem;border-radius:1px}.button-small .me-icon{height:1rem;width:1rem;margin-left:1rem}.button:hover{opacity:70%}input,textarea{transition:.5s ease;text-align:right;display:block;width:100%;height:3em;line-height:3em;padding:0 16px;background-color:#f7f7f7;border:1px solid transparent;border-radius:2px;color:#0c293f;font-size:1rem;font-weight:var(--font-weight-regular)}input.white,textarea.white{background-color:#fff}input:focus:not(:read-only),textarea:focus:not(:read-only){outline:0;border-width:1px;border-color:#096fb1;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}input:read-only,textarea:read-only{background-color:#b0b0b0}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-weight:var(--font-weight-light)}input::placeholder,textarea::placeholder{font-weight:var(--font-weight-light)}textarea{line-height:unset;padding:16px}input[type=checkbox]{height:3em;width:3em;accent-color:#0c293f}input.forced-ltr{text-align:left!important}textarea{height:unset;min-height:200px;resize:vertical;transition:unset}input[type=date i],input[type=datetime-local i],input[type=time i]{-webkit-appearance:unset;appearance:unset}.input-group{text-align:right;margin-bottom:2rem}.input-group>label.title{display:block;font-size:1.35rem;color:#0c293f;margin-bottom:1rem}.input-group>small.hint{display:block;font-size:1rem;color:#b9b9b9;margin-top:1rem}.input-group.error input:not(.no-error){border:1px solid #ff6767}.input-group .error{display:block;margin-top:.5rem;margin-right:.5rem;color:#ff6767}.in-gr-nm{margin-bottom:unset}.small-loading{height:100%;width:2.4em;display:inline-block}.absolute-loadable,.loadable,.static-loadable{background-color:#fff;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.static-loadable{position:fixed;z-index:200}.static-loadable .loading{height:5em;width:5em;display:block}.absolute-loadable{position:absolute}.absolute-loadable .loading{height:3.5em;width:3.5em;display:block}.loadable-container.loading{position:relative;overflow:hidden;min-height:50vh}.m-toast{color:#b9b9b9}.m-toast .progress-error{background:#ff6767}.m-toast .progress-success{background:#096fb1}.m-toast .progress-warning{background:#096fb1}.m-toast .progress-info{background:#096fb1}.table-container .table-footer,.table-container .table-header{padding:1rem 0}.table-container .table-header h1{margin:unset}.table-container .table-header .actions-container>*{margin-right:1rem}.table-container .table-header .actions-container>:first-child{margin-right:0}.table-container .top-filters{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr);margin:1rem 0;align-items:start}@media screen and (min-width:421px){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.table-container .top-filters{grid-template-columns:repeat(4,1fr)}}.table-container .top-filters .top-filter .title{display:block;font-size:1.35rem;color:#0c293f;margin-bottom:1rem}.table-container .top-filters .top-filter .filter{display:block}.table-container .table-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}@media screen and (max-width:420px){.table-container .table-footer{flex-direction:column}}.table-container .table-footer .records{color:#b9b9b9}.table-container .table-footer .pager{display:flex;flex-direction:row;justify-content:center;align-items:center}.table-container .table-footer .pager .next{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;margin-right:1rem}.table-container .table-footer .pager .next:hover{opacity:50%}.table-container .table-footer .pager .page{display:flex;flex-direction:row;justify-content:center;align-items:center}.table-container .table-footer .pager .page input{width:6rem;text-align:center;margin-left:1rem;background-color:#fff}.table-container .table-footer .pager .back{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;margin-left:1rem}.table-container .table-footer .pager .back:hover{opacity:50%}.table-container .table-wrapper{overflow:auto;display:block}.table-container .table-wrapper table{white-space:nowrap;min-width:100%;font-size:1rem}.table-container .table-wrapper table tfoot,.table-container .table-wrapper table tfoot *,.table-container .table-wrapper table thead,.table-container .table-wrapper table thead *{color:#fff}.table-container .table-wrapper table tfoot .titles-row th,.table-container .table-wrapper table thead .titles-row th{background-color:#0c293f;border-radius:1px}.table-container .table-wrapper table tfoot .titles-row th .title,.table-container .table-wrapper table thead .titles-row th .title{padding:.4rem .5rem;cursor:initial;display:flex;flex-direction:row;justify-content:center;align-items:center}.table-container .table-wrapper table tfoot .titles-row th .title.sortable,.table-container .table-wrapper table thead .titles-row th .title.sortable{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}.table-container .table-wrapper table tfoot .titles-row th .title.sortable:hover,.table-container .table-wrapper table thead .titles-row th .title.sortable:hover{opacity:50%}.table-container .table-wrapper table tfoot .titles-row th .title>.me-icon,.table-container .table-wrapper table thead .titles-row th .title>.me-icon{margin-right:1rem;width:1.5rem;height:1.5rem}.table-container .table-wrapper table thead th>.filter{padding:.2rem 0}.table-container .table-wrapper table thead th>.filter,.table-container .table-wrapper table thead th>.filter *{color:#000}.table-container .table-wrapper table tbody tr{transition:.5s ease}.table-container .table-wrapper table tbody tr:nth-child(even){background-color:#f7f7f7}.table-container .table-wrapper table tbody tr:hover{background-color:#dac4da!important}.table-container .table-wrapper table tbody tr td{border:1px solid #a4a4a4}.table-container .table-wrapper table tbody tr td .cell{padding:.5rem}.table-container .table-wrapper table tbody tr td.ltr .cell{direction:ltr!important}.table-container.no-data td.no-data-td{text-align:center}.table-container.no-data td.no-data-td,.table-container.no-data td.no-data-td>*{color:#b9b9b9!important}.table-container.no-data td.no-data-td>div{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;height:150px}.empty-ui{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.empty-ui img{width:4rem;height:4rem}.empty-ui .description{margin-top:2rem;color:#b9b9b9;font-size:1.2rem}.clr-primary{color:#096fb1!important}.clr-primary svg{color:#096fb1!important}.clr-secondary{color:#b9b9b9!important}.clr-secondary svg{color:#b9b9b9!important}.clr-dark{color:#0c293f!important}.clr-dark svg{color:#0c293f!important}.clr-yellow{color:#ffd667!important}.clr-yellow svg{color:#ffd667!important}.clr-green{color:#5ebd84!important}.clr-green svg{color:#5ebd84!important}.clr-red{color:#ff6767!important}.clr-red svg{color:#ff6767!important}.page-header-card>div{width:1200px;max-width:90%;margin:auto;font-size:1.5rem;padding:2rem 0;font-weight:var(--font-weight-bold);color:#b9b9b9}.page-header-card.withBack>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.page-header-card.withBack>div .back-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:1rem;background-color:#b9b9b9;padding:0 1rem}.page-header-card.withBack>div .back-btn .me-icon{margin-left:0}.page-wrapper-card{padding-bottom:.1rem}.page-wrapper-card>.container-card{margin-bottom:2rem}.page-wrapper-card.empty{display:block;min-height:150px}.container-card:not(.clear)>.container{width:1200px;max-width:90%;margin:auto}.container-card>.container>.title{font-size:1em;margin-bottom:1rem;font-weight:var(--font-weight-medium);color:#b9b9b9;display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center}.container-card>.container>.content{grid-gap:1rem!important;grid-auto-rows:1fr;grid-auto-columns:1fr}.container-card>.container>.content.list{display:flex;flex-direction:column;gap:1rem}.container-card>.container>.content.fixed-1{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.container-card>.container>.content.fixed-1{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-1{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-1{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.container-card>.container>.content.fixed-1{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:1025px){.container-card>.container>.content.fixed-1{grid-template-columns:repeat(1,1fr)}}.container-card>.container>.content.fixed-2{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.container-card>.container>.content.fixed-2{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-2{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-2{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.container-card>.container>.content.fixed-2{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.container-card>.container>.content.fixed-2{grid-template-columns:repeat(2,1fr)}}.container-card>.container>.content.fixed-3{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.container-card>.container>.content.fixed-3{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-3{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-3{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.container-card>.container>.content.fixed-3{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.container-card>.container>.content.fixed-3{grid-template-columns:repeat(3,1fr)}}.container-card>.container>.content.fixed-4{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.container-card>.container>.content.fixed-4{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-4{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-4{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){.container-card>.container>.content.fixed-4{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1025px){.container-card>.container>.content.fixed-4{grid-template-columns:repeat(4,1fr)}}.container-card>.container>.content.fixed-5{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.container-card>.container>.content.fixed-5{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-5{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-5{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:769px){.container-card>.container>.content.fixed-5{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1025px){.container-card>.container>.content.fixed-5{grid-template-columns:repeat(5,1fr)}}.container-card>.container>.content.empty{display:block;min-height:150px}.block-card{background-color:#fff;padding:1rem;border-radius:2px}.block-card.form{padding:2rem}.block-card>.title{font-size:1em;margin-bottom:1rem;font-weight:var(--font-weight-medium);color:#b9b9b9;display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center}#modals-manager .modal-root{position:fixed;right:0;left:0;top:0;bottom:0;z-index:150}#modals-manager .modal-root .back-drop{position:absolute;right:0;left:0;top:0;bottom:0;background-color:#096fb1;opacity:0;transition:.5s ease;transition-delay:120ms}#modals-manager .modal-root .modal-container{position:absolute;right:0;left:0;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center}#modals-manager .modal-root .modal-container .modal-wrapper{transition:.5s ease;-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}#modals-manager .modal-root.status-OPEN .back-drop{opacity:.35}#modals-manager .modal-root.status-OPEN .modal-container .modal-wrapper{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}#modals-manager .m-modal{max-width:500px;max-height:90vh;min-height:150px;width:90vw;overflow:auto;background:#fff;border-radius:1px;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}#modals-manager-portal-container{z-index:150;position:fixed}#clear-layout main{min-height:100vh;background-color:#f7f7f7}#clear-layout main section{padding:2rem 0}#clear-layout main section>div{width:1200px;max-width:90%;margin:auto}#main-layout main{padding-top:80px;padding-bottom:2rem;padding-right:0;min-height:100vh;background-color:#f7f7f7}@media screen and (min-width:769px){#main-layout main{transition:.5s;transition-timing-function:ease-in}}@media screen and (min-width:769px){#main-layout footer{transition:.5s;transition-timing-function:ease-in}}@media screen and (min-width:769px){#main-layout.drawer-opened footer,#main-layout.drawer-opened main{transition:.5s;transition-timing-function:ease-out;padding-right:250px}}#landing-layout main{min-height:100vh;background-color:#fff}#landing-layout main section{padding:4rem 0}#landing-layout main section>div{width:1200px;max-width:90%;margin:auto}#landing-layout main .big-title{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:4rem}#landing-layout main .big-title .top{height:2.6rem;width:7rem;border:5px solid #096fb1;border-bottom:none}#landing-layout main .big-title .title{color:#57768b;font-weight:var(--font-weight-medium);font-size:2.5rem}#landing-layout main .big-title .sub{color:#b9b9b9}#landing-layout main .big-title .bottom{width:7rem;height:1rem;border-top:5px solid #096fb1}#home-page #splash{background:url(/images/splash.jpg?v=1.0) no-repeat center;background-size:cover!important;padding:130px 0 2rem;height:100vh;text-align:center}#home-page #splash>div .texts{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}#home-page #splash>div .texts .big{font-size:3.5rem;color:#fff;font-weight:var(--font-weight-bold)}#home-page #splash>div .texts .small{font-size:2rem;color:#d1caca;font-weight:var(--font-weight-regular)}#home-page #splash>div .texts .button{background:#1f435c}#home-page #quick-look{background:url(/images/texture1.png?v=1.0) center;background-size:contain!important}#home-page #quick-look>div.main-container .about{color:#b9b9b9;width:50%}@media screen and (max-width:768px){#home-page #quick-look>div.main-container .about{width:unset}}#home-page #quick-look>div.main-container>.bottom{margin-top:2rem;display:flex;flex-direction:row;align-items:center;gap:2rem}@media screen and (max-width:768px){#home-page #quick-look>div.main-container>.bottom{flex-direction:column-reverse;gap:4rem}}#home-page #quick-look>div.main-container>.bottom .features{flex:1;display:grid;grid-gap:2rem;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:421px){#home-page #quick-look>div.main-container>.bottom .features{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){#home-page #quick-look>div.main-container>.bottom .features{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){#home-page #quick-look>div.main-container>.bottom .features{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){#home-page #quick-look>div.main-container>.bottom .features{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){#home-page #quick-look>div.main-container>.bottom .features{grid-template-columns:repeat(2,1fr)}}#home-page #quick-look>div.main-container>.bottom .features .feature{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}#home-page #quick-look>div.main-container>.bottom .features .feature .icon{padding:.8rem;border-radius:2rem;border:2px solid #096fb1}#home-page #quick-look>div.main-container>.bottom .features .feature .icon .me-icon{width:2rem;height:2rem}#home-page #quick-look>div.main-container>.bottom .features .feature .title{color:#096fb1;font-weight:var(--font-weight-medium)}#home-page #quick-look>div.main-container>.bottom .features .feature .description{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#b9b9b9}#home-page #quick-look>div.main-container>.bottom .image{flex:1}#home-page #quick-look>div.main-container>.bottom .image img{width:100%;max-height:50vh;object-fit:contain}#home-page #quick-look>div.statistics-container{margin-top:2rem;width:calc(1200px + 8rem);padding:1rem 4rem;background:#f7f7f7;border-radius:100rem}@media screen and (max-width:768px){#home-page #quick-look>div.statistics-container{width:100%!important;max-width:100%!important;border-radius:0;padding:2rem 0}}#home-page #quick-look>div.statistics-container>div.statistics{display:grid;grid-gap:2rem;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:421px){#home-page #quick-look>div.statistics-container>div.statistics{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){#home-page #quick-look>div.statistics-container>div.statistics{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){#home-page #quick-look>div.statistics-container>div.statistics{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){#home-page #quick-look>div.statistics-container>div.statistics{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1025px){#home-page #quick-look>div.statistics-container>div.statistics{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:768px){#home-page #quick-look>div.statistics-container>div.statistics{width:90%;max-width:1200px!important;margin:auto}}#home-page #quick-look>div.statistics-container>div.statistics .statistic{display:flex;flex-direction:row;align-items:flex-start;gap:0}@media screen and (min-width:421px){#home-page #quick-look>div.statistics-container>div.statistics .statistic{gap:0}}@media screen and (min-width:541px){#home-page #quick-look>div.statistics-container>div.statistics .statistic{gap:0}}@media screen and (min-width:769px){#home-page #quick-look>div.statistics-container>div.statistics .statistic{gap:1rem}}@media screen and (min-width:1025px){#home-page #quick-look>div.statistics-container>div.statistics .statistic{gap:1rem}}@media screen and (min-width:769px){#home-page #quick-look>div.statistics-container>div.statistics .statistic{justify-content:center}}#home-page #quick-look>div.statistics-container>div.statistics .statistic .icon .me-icon{width:2rem;height:2rem}@media screen and (min-width:421px){#home-page #quick-look>div.statistics-container>div.statistics .statistic .icon .me-icon{width:2rem}}@media screen and (min-width:541px){#home-page #quick-look>div.statistics-container>div.statistics .statistic .icon .me-icon{width:2rem}}@media screen and (min-width:769px){#home-page #quick-look>div.statistics-container>div.statistics .statistic .icon .me-icon{width:3rem}}@media screen and (min-width:1025px){#home-page #quick-look>div.statistics-container>div.statistics .statistic .icon .me-icon{width:4rem}}@media screen and (min-width:421px){#home-page #quick-look>div.statistics-container>div.statistics .statistic .icon .me-icon{height:2rem}}@media screen and (min-width:541px){#home-page #quick-look>div.statistics-container>div.statistics .statistic .icon .me-icon{height:2rem}}@media screen and (min-width:769px){#home-page #quick-look>div.statistics-container>div.statistics .statistic .icon .me-icon{height:3rem}}@media screen and (min-width:1025px){#home-page #quick-look>div.statistics-container>div.statistics .statistic .icon .me-icon{height:4rem}}#home-page #quick-look>div.statistics-container>div.statistics .statistic .texts{display:flex;flex-direction:column;align-items:flex-start}#home-page #quick-look>div.statistics-container>div.statistics .statistic .texts .label{font-size:4rem;font-size:2rem;color:#096fb1;font-weight:var(--font-weight-bold)}@media screen and (min-width:421px){#home-page #quick-look>div.statistics-container>div.statistics .statistic .texts .label{font-size:2rem}}@media screen and (min-width:541px){#home-page #quick-look>div.statistics-container>div.statistics .statistic .texts .label{font-size:2rem}}@media screen and (min-width:769px){#home-page #quick-look>div.statistics-container>div.statistics .statistic .texts .label{font-size:3rem}}@media screen and (min-width:1025px){#home-page #quick-look>div.statistics-container>div.statistics .statistic .texts .label{font-size:4rem}}#home-page #quick-look>div.statistics-container>div.statistics .statistic .texts .value{color:#b9b9b9}#home-page #our-services{padding:0}#home-page #our-services>div{width:100%;max-width:unset;text-align:center}#home-page #our-services>div>.top{background:#1f435c}#home-page #our-services>div>.top>div{width:1200px;max-width:90%;margin:auto;padding:4rem 0}#home-page #our-services>div>.top>div .big-title{margin-bottom:0;align-items:center;text-align:center}#home-page #our-services>div>.top>div .big-title .bottom,#home-page #our-services>div>.top>div .big-title .top{border-color:#fff}#home-page #our-services>div>.top>div .big-title .title{color:#fff}#home-page #our-services>div>.services .service{background:#fff;padding:2rem;height:25rem;display:flex;flex-direction:column;align-items:center;gap:1rem}#home-page #our-services>div>.services .service.even{background:#f7f7f7}#home-page #our-services>div>.services .service .me-icon{width:3rem;height:3rem;margin-bottom:2rem}#home-page #our-services>div>.services .service .title{font-weight:var(--font-weight-medium);font-size:2rem;color:#000}#home-page #our-services>div>.services .service .description{overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;flex:1;color:#b9b9b9}#home-page #our-services>div>.services .service .button{background:0 0;border:1px solid #1f435c;color:#1f435c}#home-page #our-services>div>.services .slick-dots{bottom:-3.75rem}#home-page #our-services>div>.services .slick-dots li{height:1.5rem;width:1.5rem}#home-page #our-services>div>.services .slick-dots li button{height:1.5rem;width:1.5rem}#home-page #our-services>div>.services .slick-dots li button::before{height:1.5rem;width:1.5rem;font-size:1.5rem;line-height:1.5rem;color:#fff;opacity:.8;-webkit-transform:scale(.7);transform:scale(.7);transition:.5s;transition-timing-function:ease-in}#home-page #our-services>div>.services .slick-dots li.slick-active button::before{color:#096fb1;opacity:.95;-webkit-transform:scale(1);transform:scale(1)}#home-page #our-services>div>.bottom{background:#1f435c;height:6rem}#home-page #our-clients>div .big-title{align-items:center;text-align:center}#home-page #our-clients>div .clients .client{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;text-align:center}#home-page #our-clients>div .clients .client img{width:80px;height:80px;object-fit:contain}#home-page #our-clients>div .clients .client .name{color:#1f435c;font-weight:var(--font-weight-medium);font-size:1.2rem}#home-page #our-clients>div .clients .client .owner{color:#b9b9b9}#home-page #contact-us{background:url(/images/contact-us-background.jpg?v=1.0) no-repeat right;background-size:cover!important}#home-page #contact-us>div .big-title .bottom,#home-page #contact-us>div .big-title .top{border-color:#fff}#home-page #contact-us>div .big-title .title{color:#fff}#home-page #contact-us>div .form .half{width:50%;min-width:min(600px,100%)}#home-page #contact-us>div .form .half .input-group label{color:#fff}#home-page #contact-us>div .form .half .submit-container{text-align:left}#home-page #contact-us>div .form .half .submit-container .button{border:1px solid #fff;background:0 0}#booking-page{padding-top:130px}#booking-page .form .half{width:50%;min-width:min(600px,100%)}#booking-page .form .half .days{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}#booking-page .form .half .days .day{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;border:1px solid #b9b9b9;color:#a0a0a0;border-radius:2px;padding:.5rem}#booking-page .form .half .days .day:hover{opacity:50%}#booking-page .form .half .days .day.selected{border:1px solid #096fb1;color:#fff;background:#096fb1;padding:.5rem .6rem}#booking-page .form .half .times-range{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}#booking-page .form .half .times-range>div{flex:1}#booking-page .form .half .times-range>div input{margin-top:.6rem}#booking-page .form .half .platforms{display:grid;grid-gap:2rem;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:1rem}#booking-page .form .half .platforms .platform{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;border:1px solid #b9b9b9;color:#a0a0a0;border-radius:2px;padding:1rem;text-align:center}#booking-page .form .half .platforms .platform:hover{opacity:50%}#booking-page .form .half .platforms .platform .me-icon{color:#b9b9b9;transition:.5s ease;margin-bottom:.6rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#booking-page .form .half .platforms .platform.selected{border:1px solid #096fb1;background:#096fb1;padding:1rem;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}#booking-page .form .half .platforms .platform.selected,#booking-page .form .half .platforms .platform.selected *{color:#fff}#booking-page .form .half .platforms .platform.selected .me-icon{-webkit-transform:translateX(0);transform:translateX(0)}#booking-page .form .half .submit-container .button{display:block}#info-page{padding-top:130px}#info-page .big-title{margin-bottom:0}#info-page section.head{padding-bottom:0!important}#info-page section.data{padding-top:0!important}main.auth-page{text-align:center;background-color:#fff}main.auth-page section.form{min-height:calc(100vh - 4rem);display:flex;align-items:center;justify-content:center;background-color:#f7f7f7}main.auth-page section.form>div{width:500px!important;padding:4rem;background-color:#fff;border-radius:2px}@media screen and (max-width:540px){main.auth-page section.form>div{padding:2rem}}main.auth-page section.form>div .title-container{margin-bottom:2rem}main.auth-page section.form>div .title-container h1{margin-top:0;color:#0c293f}main.auth-page section.form>div .title-container small{color:#b9b9b9;font-weight:var(--font-weight-light)}main.login-page section.form>div .reset{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}@media screen and (max-width:768px){main.login-page section.form>div .reset{flex-direction:column}main.login-page section.form>div .reset .title{text-align:center!important;margin-left:unset!important}}main.login-page section.form>div .reset .title{flex:1;text-align:right;color:#0c293f;margin-left:1rem}main.login-page section.form>div .reset .button{background-color:unset;color:#ff6767;padding:unset}main.login-page section.form>div .divider{margin:2rem 0;display:flex;flex-direction:row;align-items:center}main.login-page section.form>div .divider div.text{color:#b9b9b9;height:2rem;line-height:2rem;padding:0 1rem}main.login-page section.form>div .divider div.line{flex:1;border-top:1px solid #b9b9b9}main.login-page section.form>div .social a:first-child{margin-left:3rem}main.login-page section.form>div .social a:last-child{margin-right:3rem}main.login-page section.form>div .register{margin-top:4rem}main.login-page section.form>div .register .title{color:#0c293f;font-size:1.1rem}main.login-page section.form>div .register .btn{display:block;font-size:1.5rem;font-weight:700;color:#096fb1;margin-top:1rem}main.register-page section.form>div .title-container h1{color:#096fb1}main.register-page section.form>div .name{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem}@media screen and (max-width:420px){main.register-page section.form>div .name{flex-direction:column;align-items:stretch;gap:0}}main.register-page section.form>div .name>*{flex:1}main.register-page section.form>div .buttons{display:flex;flex-direction:row}main.register-page section.form>div .buttons .back{background-color:#b9b9b9}main.register-page section.form>div .buttons .register{flex:1;margin-right:1rem}main.register-page section.form>div .divider{margin:2rem 0;display:flex;flex-direction:row;align-items:center}main.register-page section.form>div .divider div.text{color:#b9b9b9;height:2rem;line-height:2rem;padding:0 1rem}main.register-page section.form>div .divider div.line{flex:1;border-top:1px solid #b9b9b9}main.register-page section.form>div .social a:first-child{margin-left:3rem}main.register-page section.form>div .social a:last-child{margin-right:3rem}main.register-page section.form>div .account-type-container{text-align:right}main.register-page section.form>div .account-type-container h2{font-weight:var(--font-weight-medium);color:#b9b9b9}main.register-page section.form>div .account-type-container .row{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr);text-align:center;margin-top:1rem}@media screen and (min-width:421px){main.register-page section.form>div .account-type-container .row{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:541px){main.register-page section.form>div .account-type-container .row{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:541px){main.register-page section.form>div .account-type-container .row{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:769px){main.register-page section.form>div .account-type-container .row{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1025px){main.register-page section.form>div .account-type-container .row{grid-template-columns:repeat(3,1fr)}}main.register-page section.form>div .account-type-container .row .col{transition:.5s ease;background-color:#f7f7f7;border-radius:2px;padding:2rem 1rem;cursor:pointer;border-width:2px;border-color:transparent;border-style:solid}main.register-page section.form>div .account-type-container .row .col .name{transition:.5s ease;margin-top:1rem;color:#b9b9b9;font-weight:var(--font-weight-medium)}main.register-page section.form>div .account-type-container .row .col svg{transition:.5s ease}main.register-page section.form>div .account-type-container .row .col svg path{stroke:#b9b9b9}main.register-page section.form>div .account-type-container .row .col.selected{box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1);background-color:#e8e8e8;pointer-events:none;border-color:#096fb1}main.register-page section.form>div .account-type-container .row .col.selected .name{color:#096fb1;-webkit-transform:scale(1.1);transform:scale(1.1)}main.register-page section.form>div .account-type-container .row .col.selected svg{-webkit-transform:scale(1.1);transform:scale(1.1)}main.register-page section.form>div .account-type-container .row .col.selected svg path{stroke:#096fb1}main.register-page section.form>div .login{margin-top:4rem}main.register-page section.form>div .login .title{color:#0c293f;font-size:1.1rem}main.register-page section.form>div .login .btn{display:block;font-size:1.5rem;font-weight:700;color:#096fb1;margin-top:1rem}main.reset-password-page section.form>div .login{margin-top:2rem}main.reset-password-page section.form>div .login .btn{display:block;font-size:1.5rem;font-weight:700;color:#096fb1}#error-page{display:flex;flex-direction:column;justify-content:center;align-items:center}#error-page .error-description{font-size:3rem;color:#0c293f}#error-page .home-btn{margin-top:2rem}