@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(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}:root{--color-primary:#325868;--color-primary2:#507484;--color-primary3:#8EA3A8;--color-primary4:#BEC6C5;--color-secondary:#DF805E;--color-dark:#42495B;--color-line-and-gray-back:#F7F0E7;--color-dark-line-and-gray-back:#F1ECE6;--color-gray:#F1ECE6;--color-placeholder:#7A839E;--color-yellow:#ffd667;--color-red:#ff6767;--color-green:#74AC8F}:root .force-en,:root:lang(en){--font-weight-thin:100;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--font-family:"Montserrat","Tajawal",sans-serif}:root .force-ar,:root:lang(ar){--font-weight-thin:200;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--font-family:"Tajawal","Montserrat",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:#42495b;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:#325868;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:#f1ece6;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:#325868 #f1f1f1!important;scrollbar-width:thin!important;scrollbar-height:thin!important}* ::-webkit-scrollbar{width:8px;height:8px}* ::-webkit-scrollbar-track{background:#f1f1f1}* ::-webkit-scrollbar-thumb{background:#325868}* ::-webkit-scrollbar-thumb:hover{background:#507484}}header{transition:.5s ease;right:0;left:0;top:0;z-index:100;text-align:center}header .main-nav{width:1200px;max-width:90%;margin:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1.3rem}@media screen and (min-width:421px){header .main-nav{gap:1.3rem}}@media screen and (min-width:541px){header .main-nav{gap:2rem}}@media screen and (min-width:769px){header .main-nav{gap:2rem}}@media screen and (min-width:1025px){header .main-nav{gap:2rem}}header .main-nav .logo img{width:51px;height:91px;transition:.5s ease}@media screen and (max-width:540px){header .main-nav .logo img{width:30.6px;height:54.6px}}header .main-nav #menu-list{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1.3rem}@media screen and (min-width:421px){header .main-nav #menu-list{gap:1.3rem}}@media screen and (min-width:541px){header .main-nav #menu-list{gap:2rem}}@media screen and (min-width:769px){header .main-nav #menu-list{gap:2rem}}@media screen and (min-width:1025px){header .main-nav #menu-list{gap:2rem}}header .main-nav #menu-list a{color:#325868;font-weight:var(--font-weight-bold);font-size:.8rem}@media screen and (min-width:421px){header .main-nav #menu-list a{font-size:.8rem}}@media screen and (min-width:541px){header .main-nav #menu-list a{font-size:1rem}}@media screen and (min-width:769px){header .main-nav #menu-list a{font-size:1rem}}@media screen and (min-width:1025px){header .main-nav #menu-list a{font-size:1rem}}header .main-nav #menu-list a.active{color:#df805e;font-weight:var(--font-weight-bold)}header .main-nav #menu-list.as-sub{flex:1}header .main-nav #menu-list .sub-title{color:#507484;font-size:1.5rem;font-weight:var(--font-weight-bold);padding-bottom:5px;border-bottom:4px solid #df805e}header.position-absolute{position:absolute}header.position-absolute .main-nav{height:125px}header.position-fixed{position:fixed;background:#fff;box-shadow:0 6px 10px 0 rgba(0,0,0,.03),0 1px 18px 0 rgba(0,0,0,.025),0 3px 5px -1px rgba(0,0,0,.05)}header.position-fixed .main-nav{height:100px}header.position-fixed .main-nav .logo img{width:30.6px;height:54.6px}footer{position:relative}footer .newsletter{background:url(/images/footer1.jpg) no-repeat top right;background-size:contain;padding-bottom:calc(441px + 4rem)}@media screen and (max-width:768px){footer .newsletter{padding-bottom:calc(750px + 4rem)}}@media screen and (max-width:540px){footer .newsletter{padding-bottom:calc(700px + 4rem)}}footer .newsletter .container{width:1200px;max-width:90%;margin:auto;padding:4rem 0;text-align:center}footer .newsletter .container .title{color:#df805e;font-size:1.2rem;margin-bottom:1rem}footer .newsletter .container .description{color:#42495b;font-size:2rem}footer .newsletter .container .send{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;width:500px;margin:auto;margin-top:2rem;max-width:100%}footer .newsletter .container .send .button{background:#df805e}footer .front{background-position:right -500px top 0;background-size:cover;min-height:441px;position:absolute;right:0;left:0;bottom:0;display:flex;flex-direction:column}@media screen and (min-width:421px){footer .front{background-position:right -500px top 0}}@media screen and (min-width:541px){footer .front{background-position:right -500px top 0}}@media screen and (min-width:769px){footer .front{background-position:right -100px top 0}}@media screen and (min-width:1025px){footer .front{background-position:100%}}footer .front .container{flex:1;width:1200px;max-width:90%;margin:auto;position:relative;padding-top:100px;display:flex;flex-direction:column}footer .front .container,footer .front .container *{color:#fff}footer .front .container .top{flex:1;display:flex;flex-direction:row;justify-content:space-between;gap:2rem}footer .front .container .top .logo-col{padding-right:180px;display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width:768px){footer .front .container .top .logo-col{padding-right:0;align-items:center}}footer .front .container .top .logo-col .footer-logo{height:130px;object-fit:contain}footer .front .container .top .logo-col .title{font-size:2rem;font-weight:var(--font-weight-medium);margin-bottom:2rem}footer .front .container .top .logo-col .flex{flex:1;min-height:2rem}footer .front .container .top .logo-col .socials{display:flex;flex-direction:row;justify-content:space-between;gap:1rem}footer .front .container .top .col{padding-top:130px}@media screen and (max-width:768px){footer .front .container .top .col{padding-top:0}}footer .front .container .top .col .title{font-size:1.3rem;font-weight:var(--font-weight-medium);margin-bottom:2rem}footer .front .container .top .col ul li{margin-bottom:1rem}footer .front .container .top .col ul li a{color:#bec6c5}footer .front .container .top .col ul li a .me-icon{width:1rem;height:1rem}@media screen and (max-width:740px){footer .front .container .top{flex-direction:column}}footer .front .container .top .lang-btn{display:block;background-color:#df805e;color:#fff!important}footer .front .container .bottom{margin-top:3rem;text-align:center}footer .front .container .bottom .rights{display:inline-block;padding:1rem;text-align:center;border-top:3px #bec6c5 solid}#drawer{position:fixed;right:-250px;top:100px;bottom:0;background-color:#fff;z-index:50;width:250px;box-shadow:0 6px 10px 0 rgba(0,0,0,.03),0 1px 18px 0 rgba(0,0,0,.025),0 3px 5px -1px rgba(0,0,0,.05);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:#7a839e;width:1.2rem;height:1.2rem;margin-left:.6rem}#drawer .item .title{flex:1;color:#7a839e}#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:#325868}#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:#42495b;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(50,88,104,.5);transition:.5s;transition-timing-function:ease-out}}.button{display:inline-block;height:3em;line-height:3em;padding:0 2rem;background-color:#325868;border:1px solid transparent;border-radius:10px;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:#74ac8f}.button-secondary{background-color:#7a839e}.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:4px}.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:#f7f0e7;border:1px solid transparent;border-radius:10px;color:#42495b;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:#325868;box-shadow:0 6px 10px 0 rgba(0,0,0,.03),0 1px 18px 0 rgba(0,0,0,.025),0 3px 5px -1px rgba(0,0,0,.05)}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:#42495b}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:#42495b;margin-bottom:1rem}.input-group>small.hint{display:block;font-size:1rem;color:#df805e;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:#df805e}.m-toast .progress-error{background:#ff6767}.m-toast .progress-success{background:#325868}.m-toast .progress-warning{background:#325868}.m-toast .progress-info{background:#325868}.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: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:#42495b;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:#df805e}.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:#42495b;border-radius:4px}.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:#f1ece6}.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:#7a839e!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:#df805e;font-size:1.2rem}.clr-primary{color:#325868!important}.clr-primary svg{color:#325868!important}.clr-secondary{color:#df805e!important}.clr-secondary svg{color:#df805e!important}.clr-dark{color:#42495b!important}.clr-dark svg{color:#42495b!important}.clr-yellow{color:#ffd667!important}.clr-yellow svg{color:#ffd667!important}.clr-green{color:#74ac8f!important}.clr-green svg{color:#74ac8f!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:#df805e}.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:#df805e;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:#df805e;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: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: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: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: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: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:10px}.block-card.form{padding:2rem}.block-card>.title{font-size:1em;margin-bottom:1rem;font-weight:var(--font-weight-medium);color:#df805e;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:#325868;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:4px;box-shadow:0 6px 10px 0 rgba(0,0,0,.03),0 1px 18px 0 rgba(0,0,0,.025),0 3px 5px -1px rgba(0,0,0,.05)}#modals-manager-portal-container{z-index:150;position:fixed}#clear-layout main{min-height:100vh;background-color:#f1ece6}#clear-layout main section{padding:2rem 0}#clear-layout main section>div{width:1200px;max-width:90%;margin:auto}#main-layout main{padding-top:100px;padding-bottom:2rem;padding-right:0;min-height:100vh;background-color:#fff}#main-layout main section:not(.clear){padding:4rem 0}#main-layout main section:not(.clear)>div{width:1200px;max-width:90%;margin:auto}@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}}#home-page{padding-top:0!important;padding-bottom:0!important}#home-page #home-section{padding-top:125px;background:url(/images/mask1.png) no-repeat center;background-size:cover;height:100vh}#home-page #home-section>div{display:flex;flex-direction:column;height:100%}#home-page #home-section>div .top{width:1200px;max-width:90%;margin:auto;flex:1;display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:2rem;height:100%;padding:2rem 0}@media screen and (max-width:768px){#home-page #home-section>div .top{flex-direction:column}#home-page #home-section>div .top .big-logo{max-height:20vh}}#home-page #home-section>div .top .big-logo{object-fit:contain;width:12vw;max-width:190px;min-width:150px}#home-page #home-section>div .top .top-texts-container{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}@media screen and (max-width:768px){#home-page #home-section>div .top .top-texts-container{align-items:center;text-align:center}}#home-page #home-section>div .top .top-texts-container .text1{font-size:2.5rem;font-weight:var(--font-weight-regular);color:#325868}#home-page #home-section>div .top .top-texts-container .text2{font-size:4rem;font-weight:var(--font-weight-bold);color:#325868}#home-page #home-section>div .top .top-texts-container .text3{font-size:1rem;font-weight:var(--font-weight-light);color:#df805e}#home-page #home-section>div .top .top-texts-container .button{background:#df805e}#home-page #home-section>div .bottom{background:#f1ece6}#home-page #home-section>div .bottom>div{width:1200px;max-width:90%;margin:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;height:60px}@media screen and (min-width:421px){#home-page #home-section>div .bottom>div{height:60px}}@media screen and (min-width:541px){#home-page #home-section>div .bottom>div{height:80px}}@media screen and (min-width:769px){#home-page #home-section>div .bottom>div{height:110px}}@media screen and (min-width:1025px){#home-page #home-section>div .bottom>div{height:120px}}#home-page #home-section>div .bottom>div .statistic{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center}@media screen and (min-width:421px){#home-page #home-section>div .bottom>div .statistic{gap:0}}@media screen and (min-width:541px){#home-page #home-section>div .bottom>div .statistic{gap:1rem}}@media screen and (min-width:769px){#home-page #home-section>div .bottom>div .statistic{gap:2rem}}@media screen and (min-width:1025px){#home-page #home-section>div .bottom>div .statistic{gap:2rem}}#home-page #home-section>div .bottom>div .statistic>.me-icon{width:1.5rem;height:1.5rem;color:#325868}@media screen and (min-width:421px){#home-page #home-section>div .bottom>div .statistic>.me-icon{width:1.5rem}}@media screen and (min-width:541px){#home-page #home-section>div .bottom>div .statistic>.me-icon{width:1.5rem}}@media screen and (min-width:769px){#home-page #home-section>div .bottom>div .statistic>.me-icon{width:2.5rem}}@media screen and (min-width:1025px){#home-page #home-section>div .bottom>div .statistic>.me-icon{width:3.5rem}}@media screen and (min-width:421px){#home-page #home-section>div .bottom>div .statistic>.me-icon{height:1.5rem}}@media screen and (min-width:541px){#home-page #home-section>div .bottom>div .statistic>.me-icon{height:1.5rem}}@media screen and (min-width:769px){#home-page #home-section>div .bottom>div .statistic>.me-icon{height:2.5rem}}@media screen and (min-width:1025px){#home-page #home-section>div .bottom>div .statistic>.me-icon{height:3.5rem}}#home-page #home-section>div .bottom>div .statistic>div{display:flex;flex-direction:column;align-items:flex-start}#home-page #home-section>div .bottom>div .statistic>div>div.clearer{font-size:1.2rem;font-weight:var(--font-weight-bold);height:0;overflow:hidden}@media screen and (min-width:421px){#home-page #home-section>div .bottom>div .statistic>div>div.clearer{font-size:1.2rem}}@media screen and (min-width:541px){#home-page #home-section>div .bottom>div .statistic>div>div.clearer{font-size:1.2rem}}@media screen and (min-width:769px){#home-page #home-section>div .bottom>div .statistic>div>div.clearer{font-size:1.7rem}}@media screen and (min-width:1025px){#home-page #home-section>div .bottom>div .statistic>div>div.clearer{font-size:2.5rem}}#home-page #home-section>div .bottom>div .statistic>div>div.counter{font-size:1.2rem;color:#df805e;font-weight:var(--font-weight-bold);margin-bottom:0}@media screen and (min-width:421px){#home-page #home-section>div .bottom>div .statistic>div>div.counter{font-size:1.2rem}}@media screen and (min-width:541px){#home-page #home-section>div .bottom>div .statistic>div>div.counter{font-size:1.2rem}}@media screen and (min-width:769px){#home-page #home-section>div .bottom>div .statistic>div>div.counter{font-size:1.7rem}}@media screen and (min-width:1025px){#home-page #home-section>div .bottom>div .statistic>div>div.counter{font-size:2.5rem}}@media screen and (min-width:421px){#home-page #home-section>div .bottom>div .statistic>div>div.counter{margin-bottom:0}}@media screen and (min-width:541px){#home-page #home-section>div .bottom>div .statistic>div>div.counter{margin-bottom:.5rem}}@media screen and (min-width:769px){#home-page #home-section>div .bottom>div .statistic>div>div.counter{margin-bottom:1rem}}@media screen and (min-width:1025px){#home-page #home-section>div .bottom>div .statistic>div>div.counter{margin-bottom:1rem}}#home-page #home-section>div .bottom>div .statistic>div>div.txt{font-size:.8rem;color:#325868;font-weight:var(--font-weight-medium)}@media screen and (min-width:421px){#home-page #home-section>div .bottom>div .statistic>div>div.txt{font-size:.8rem}}@media screen and (min-width:541px){#home-page #home-section>div .bottom>div .statistic>div>div.txt{font-size:.8rem}}@media screen and (min-width:769px){#home-page #home-section>div .bottom>div .statistic>div>div.txt{font-size:1.1rem}}@media screen and (min-width:1025px){#home-page #home-section>div .bottom>div .statistic>div>div.txt{font-size:1.5rem}}#home-page #bio-section{position:relative}#home-page #bio-section>div.texture{position:absolute;left:0;background:url(/images/bio-texture.jpg) no-repeat center;background-size:contain;width:50%;height:100%}@media screen and (max-width:768px){#home-page #bio-section{overflow:hidden}#home-page #bio-section>div.texture{width:100%;top:calc(20vh + 6rem);bottom:0;background:url(/images/bio-texture.jpg) no-repeat top;background-size:contain}}#home-page #bio-section>div.container{position:relative;padding:4rem 0;width:1200px;max-width:90%;margin:auto;display:flex;flex-direction:row;align-items:stretch;gap:2rem}#home-page #bio-section>div.container img{width:50%;display:block;object-fit:contain}#home-page #bio-section>div.container div.bio{flex:1;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}#home-page #bio-section>div.container div.bio .text1{color:#df805e;font-size:1.5rem;font-weight:var(--font-weight-bold)}#home-page #bio-section>div.container div.bio .text2{color:#42495b;font-size:3rem;font-weight:var(--font-weight-bold)}#home-page #bio-section>div.container div.bio .text3{overflow:hidden;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical;color:#7a839e;flex:1;line-height:1.5}#home-page #bio-section>div.container div.bio .button{background-color:#df805e}@media screen and (max-width:768px){#home-page #bio-section>div.container{flex-direction:column;align-items:center;text-align:center}#home-page #bio-section>div.container img{width:unset;height:20vh}#home-page #bio-section>div.container div.bio{align-items:center;text-align:center}}#home-page #our-services-section{background-color:#f1ece6}#home-page #our-services-section>div .text1{color:#df805e;font-size:1.5rem;font-weight:var(--font-weight-bold);margin-bottom:1rem}#home-page #our-services-section>div .text2{color:#42495b;font-size:3rem;font-weight:var(--font-weight-bold)}#home-page #our-services-section>div .types-nav{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin-top:4rem;margin-bottom:2rem}#home-page #our-services-section>div .types-nav .type-btn{transition:.5s ease;color:#8ea3a8;font-size:1.2rem;font-weight:var(--font-weight-bold)}#home-page #our-services-section>div .types-nav .type-btn.active{color:#df805e}#home-page #our-services-section>div .services{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){#home-page #our-services-section>div .services{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){#home-page #our-services-section>div .services{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){#home-page #our-services-section>div .services{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){#home-page #our-services-section>div .services{grid-template-columns:repeat(3,1fr)}}#home-page #our-services-section>div .services .service{background:#fff;border-radius:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;gap:3rem;aspect-ratio:1;border:2px transparent dashed;transition:.2s;transition-timing-function:ease-in;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}#home-page #our-services-section>div .services .service .me-icon{color:#df805e!important;width:90px;height:90px;transition:.5s;transition-timing-function:ease-in}#home-page #our-services-section>div .services .service .texts{display:flex;flex-direction:column;gap:1rem}#home-page #our-services-section>div .services .service .texts .title{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#325868;font-size:1.2rem;font-weight:var(--font-weight-bold)}#home-page #our-services-section>div .services .service .texts .description{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#507484}#home-page #our-services-section>div .services .service:hover{-webkit-transform:scale(.99);transform:scale(.99);border:2px #325868 dashed}#home-page #our-services-section>div .services .service:hover .me-icon{background-color:rgba(50,88,104,.1);border-radius:10px;padding:1rem}@media screen and (max-width:768px){#home-page #our-services-section>div .services .service{flex-direction:row;aspect-ratio:unset;text-align:right;gap:1rem;border-radius:10px}#home-page #our-services-section>div .services .service .me-icon{object-fit:contain;width:45px;height:45px}}#home-page #our-clients-section>div .text1{color:#df805e;font-size:1.5rem;font-weight:var(--font-weight-bold);margin-bottom:1rem}#home-page #our-clients-section>div .text2{color:#42495b;font-size:3rem;font-weight:var(--font-weight-bold)}#home-page #our-clients-section>div .slider-container{display:flex;flex-direction:row;align-items:center;gap:2rem}#home-page #our-clients-section>div .slider-container>a{margin-top:9rem}#home-page #our-clients-section>div .slider-container>.slider{width:80vw;margin:auto;max-width:800px}#home-page #our-clients-section>div .slider-container>.slider .review{height:200px;background-color:#325868;border-radius:36px;position:relative;margin-top:9rem;display:flex;flex-direction:row;align-items:center;gap:2rem;padding:2rem;padding-top:7rem}#home-page #our-clients-section>div .slider-container>.slider .review .left{margin-right:2rem}#home-page #our-clients-section>div .slider-container>.slider .review .left img{width:10rem;height:10rem;border-radius:5rem;overflow:hidden;object-fit:cover;position:absolute;top:-5rem}#home-page #our-clients-section>div .slider-container>.slider .review .left .name{color:#fff;font-size:1.7rem;font-weight:var(--font-weight-bold);margin-bottom:1rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}#home-page #our-clients-section>div .slider-container>.slider .review .left .job{color:#bec6c5;font-size:1.25rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}#home-page #our-clients-section>div .slider-container>.slider .review .right{flex:1;text-align:center}#home-page #our-clients-section>div .slider-container>.slider .review .right .content{position:relative;display:inline-block;color:#fff;font-size:1.1rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;padding-top:50px}#home-page #our-clients-section>div .slider-container>.slider .review .right .content img{position:absolute;left:30px;top:0}@media screen and (max-width:768px){#home-page #our-clients-section>div .slider-container>a{display:none}#home-page #our-clients-section>div .slider-container .slider{width:100%;margin:auto;max-width:unset}#home-page #our-clients-section>div .slider-container .slider .review{height:300px;margin-top:8rem;flex-direction:column;align-items:flex-start;gap:2rem;padding:1rem;padding-top:5rem}#home-page #our-clients-section>div .slider-container .slider .review .left{margin-right:1rem}#home-page #our-clients-section>div .slider-container .slider .review .left img{width:8rem;height:8rem;top:-4rem}#home-page #our-clients-section>div .slider-container .slider .review .right{text-align:right;margin-right:1rem}}#home-page #our-works-section{background-color:#f1ece6}#home-page #our-works-section>div{width:1200px;max-width:90%;margin:auto;padding:4rem 0}#home-page #our-works-section>div .text1{color:#df805e;font-size:1.5rem;font-weight:var(--font-weight-bold);margin-bottom:1rem}#home-page #our-works-section>div .text2{color:#42495b;font-size:3rem;font-weight:var(--font-weight-bold)}#home-page #our-works-section>div .slider{margin:0 -2rem}@media screen and (max-width:768px){#home-page #our-works-section>div .slider{margin:0;max-width:100%}}#home-page #our-works-section>div .slider .work-container{padding:2rem}#home-page #our-works-section>div .slider .work-container .work{display:flex;flex-direction:column;gap:1rem;background:#fff;padding:2rem;border-radius:36px}#home-page #our-works-section>div .slider .work-container .work img{width:80%;margin:auto;object-fit:contain;max-height:60vh}#home-page #our-works-section>div .slider .work-container .work .title{color:#325868;size:1.6rem}#home-page #our-works-section>div .slider .work-container .work .description{color:#bec6c5}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:#f1ece6}main.auth-page section.form>div{width:500px!important;padding:4rem;background-color:#fff;border-radius:10px}@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:#42495b}main.auth-page section.form>div .title-container small{color:#df805e;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:#42495b;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:#df805e;height:2rem;line-height:2rem;padding:0 1rem}main.login-page section.form>div .divider div.line{flex:1;border-top:1px solid #df805e}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:#42495b;font-size:1.1rem}main.login-page section.form>div .register .btn{display:block;font-size:1.5rem;font-weight:700;color:#325868;margin-top:1rem}main.register-page section.form>div .title-container h1{color:#325868}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:#df805e}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:#df805e;height:2rem;line-height:2rem;padding:0 1rem}main.register-page section.form>div .divider div.line{flex:1;border-top:1px solid #df805e}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:#df805e}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: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:#f1ece6;border-radius:10px;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:#df805e;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:#df805e}main.register-page section.form>div .account-type-container .row .col.selected{box-shadow:0 6px 10px 0 rgba(0,0,0,.03),0 1px 18px 0 rgba(0,0,0,.025),0 3px 5px -1px rgba(0,0,0,.05);background-color:#f7f0e7;pointer-events:none;border-color:#325868}main.register-page section.form>div .account-type-container .row .col.selected .name{color:#325868;-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:#325868}main.register-page section.form>div .login{margin-top:4rem}main.register-page section.form>div .login .title{color:#42495b;font-size:1.1rem}main.register-page section.form>div .login .btn{display:block;font-size:1.5rem;font-weight:700;color:#325868;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:#325868}#error-page{display:flex;flex-direction:column;justify-content:center;align-items:center}#error-page .error-description{font-size:3rem;color:#42495b}#error-page .home-btn{margin-top:2rem}#contact-us-page #form>div{width:500px}#contact-us-page #form>div .button{background:#df805e;float:left}#booking-page #form>div{width:500px}#booking-page #form>div .days{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}#booking-page #form>div .days .day{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;border:1px solid #325868;color:#325868;border-radius:10px;padding:.5rem}#booking-page #form>div .days .day:hover{opacity:50%}#booking-page #form>div .days .day.selected{border:1px solid #74ac8f;color:#fff;background:#74ac8f;padding:.5rem .6rem}#booking-page #form>div .times-range{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}#booking-page #form>div .times-range>div{flex:1}#booking-page #form>div .times-range>div input{margin-top:.6rem}#booking-page #form>div .platforms{display:grid;grid-gap:2rem;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:1rem}#booking-page #form>div .platforms .platform{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;border:1px solid #325868;color:#325868;border-radius:10px;padding:1rem;text-align:center}#booking-page #form>div .platforms .platform:hover{opacity:50%}#booking-page #form>div .platforms .platform .me-icon{color:#bec6c5;transition:.5s ease;margin-bottom:.6rem;-webkit-transform:translateX(50%);transform:translateX(50%)}#booking-page #form>div .platforms .platform.selected{border:1px solid #81cfdd;background:#81cfdd;padding:1rem;box-shadow:0 6px 10px 0 rgba(0,0,0,.03),0 1px 18px 0 rgba(0,0,0,.025),0 3px 5px -1px rgba(0,0,0,.05)}#booking-page #form>div .platforms .platform.selected,#booking-page #form>div .platforms .platform.selected *{color:#fff}#booking-page #form>div .platforms .platform.selected .me-icon{-webkit-transform:translateX(0);transform:translateX(0)}#booking-page #form>div .button{background:#325868;display:block}