@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);: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:#ffffffb3;--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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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(90deg,#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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.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)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,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__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(/static/media/fontawesome-webfont.09b9015b1ecaf95655b1.eot);src:url(/static/media/fontawesome-webfont.09b9015b1ecaf95655b1.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/static/media/fontawesome-webfont.0317d582b93c20f68e05.woff2) format("woff2"),url(/static/media/fontawesome-webfont.f7f1738ca345185e0185.woff) format("woff"),url(/static/media/fontawesome-webfont.f0af1680f082547a7aae.ttf) format("truetype"),url(/static/media/fontawesome-webfont.ed6298903ae1554c7f3e.svg#fontawesomeregular) format("svg")}.fa{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.28571429em}.fa-ul{list-style-type:none;margin-left:2.14285714em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2.14285714em;position:absolute;text-align:center;top:.14285714em;width:2.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-display:swap;font-family:Futura PT Demi;font-style:normal;font-weight:600;src:url(/static/media/FuturaPT-Demi.9427520fbb37a99905ea.woff2) format("woff2"),url(/static/media/FuturaPT-Demi.74c7db7676274344903c.woff) format("woff")}@font-face{font-display:swap;font-family:Futura PT Demi;font-style:italic;font-weight:600;src:url(/static/media/FuturaPT-DemiObl.f63a7556041d2f767b72.woff2) format("woff2"),url(/static/media/FuturaPT-DemiObl.cde34964645965247e2b.woff) format("woff")}@font-face{font-display:swap;font-family:Futura PT;font-style:italic;font-weight:900;src:url(/static/media/FuturaPT-HeavyObl.0e021a66a67fa32a395a.woff2) format("woff2"),url(/static/media/FuturaPT-HeavyObl.b382756458b73df82727.woff) format("woff")}@font-face{font-display:swap;font-family:Futura PT;font-style:normal;font-weight:900;src:url(/static/media/FuturaPT-Heavy.1439b8f91a2fa4eab1f2.woff2) format("woff2"),url(/static/media/FuturaPT-Heavy.28ddf340890771c7e81a.woff) format("woff")}@font-face{font-display:swap;font-family:Futura PT;font-style:normal;font-weight:300;src:url(/static/media/FuturaPT-Light.9a9f84c1e3abdcb51b69.woff2) format("woff2"),url(/static/media/FuturaPT-Light.edfe203e81e31350c928.woff) format("woff")}@font-face{font-display:swap;font-family:Futura PT;font-style:italic;font-weight:300;src:url(/static/media/FuturaPT-LightObl.09ae65a5f2695ae2c42c.woff2) format("woff2"),url(/static/media/FuturaPT-LightObl.4fa293a0c0be119d21b9.woff) format("woff")}@font-face{font-display:swap;font-family:Futura PT;font-style:normal;font-weight:500;src:url(/static/media/FuturaPT-Medium.1f2725e37ef35704295e.woff2) format("woff2"),url(/static/media/FuturaPT-Medium.0a315b3a69618cfc2a7a.woff) format("woff")}@font-face{font-display:swap;font-family:Futura PT;font-style:italic;font-weight:500;src:url(/static/media/FuturaPT-MediumObl.b426d7f1e38c9c95eb27.woff2) format("woff2"),url(/static/media/FuturaPT-MediumObl.4b0ffadc08d1fe1b1bc4.woff) format("woff")}html{font-size:18px}:root{scroll-behavior:unset}body{background-color:#fff;color:#6c6c6c;font-family:Open Sans,sans-serif;font-size:16px;font-size:.8888888889rem;overflow-x:hidden}@media(max-width:767px){body{font-size:14px}}p{color:#6c6c6c;font-size:18px;line-height:1.8em}h1,h2,h3,h4,h5,h6{color:#062265;font-family:Futura PT}ul{margin:0;padding-left:0}a{transition:all .2s}a,a:hover{text-decoration:none}.sr-only{display:none!important;opacity:0;visibility:hidden}.page-wrapper{position:relative}.App,.page-wrapper{overflow:hidden}.wow{visibility:hidden}.fi:before{margin:0}.section-padding{padding:120px 0}@media(max-width:767px){.section-padding{padding:80px 0}}.pt-120{padding-top:120px!important}.contact-validation-active .error-handling-messages{margin-top:15px!important;width:100%!important}.contact-validation-active label.error{color:red;display:block;font-size:.7777777778rem;font-weight:400;margin:5px 0 0;text-align:left}.contact-validation-active #loader{display:none;margin-top:10px}.contact-validation-active #loader i{animation:rotating 2s linear infinite;color:#ffb100;display:inline-block;font-size:30px;font-size:1.6666666667rem}.contact-validation-active #error,.contact-validation-active #success{color:#fff;display:none;font-size:16px;padding:5px 10px;text-align:center;width:100%}@media(max-width:767px){.contact-validation-active #error,.contact-validation-active #success{font-size:15px}}.contact-validation-active #success{background-color:#009a00;border-left:5px solid green;margin-bottom:5px}.contact-validation-active #error{background-color:#ff1919;border-left:5px solid red}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotating{animation:rotating 5s infinite alternate}.back-to-top{background-color:#ffb100b3;border:2px solid #ffb100;border-radius:45px;bottom:15px;display:none;height:45px;line-height:45px;position:fixed;right:15px;text-align:center;transition:all .2s;width:45px;z-index:999}@media(max-width:991px){.back-to-top{height:35px;line-height:35px;width:35px}}.back-to-top:hover{background-color:#ffb100}.back-to-top i{color:#fff;font-size:18px;font-size:1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.mfp-wrap{background-color:#000000e6;z-index:99999}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{-webkit-backface-visibility:hidden;opacity:0;transition:all .3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}.fancybox-overlay{background:#000000e6;z-index:9999!important}.fancybox-wrap{z-index:99999!important}.section-title,.section-title-s4{margin-bottom:70px;margin-top:-2px;position:relative}.section-title span,.section-title-s4 span{color:#ffb100}@media(max-width:767px){.section-title,.section-title-s4{margin-bottom:45px;padding-left:0}}.section-title-s4>span,.section-title>span{color:#004585;display:inline-block;font-family:Futura PT;font-size:16px;font-size:1.06667rem;font-weight:500;margin-top:50px;position:relative;text-transform:uppercase}.section-title-s4>span:before,.section-title>span:before{background:#ffb100;content:"";height:2px;left:-35px;position:absolute;top:12px;width:30px}@media(max-width:767px){.section-title-s4>span,.section-title>span{margin-top:20px}}.section-title>span{margin-top:60px}@media(max-width:767px){.section-title>span{margin-top:20px}}@media(max-width:991px){.section-title-s4>span,.section-title>span{font-size:14px;font-size:.93333rem}}@media(max-width:767px){.section-title-s4>span,.section-title>span{letter-spacing:2px}}.section-title h2,.section-title-s4 h2{font-size:48px;font-size:3.2rem;font-weight:600;margin:.31em 0 0;position:relative}@media(max-width:991px){.section-title h2,.section-title-s4 h2{font-size:42px;font-size:2.8rem}}@media(max-width:767px){.section-title h2,.section-title-s4 h2{font-size:35px}}@media(max-width:575px){.section-title h2,.section-title-s4 h2{font-size:25px}}.section-title h2,.section-title-s4 h2,.section-title-s4>span,.section-title>span{position:relative;z-index:2}.section-title .transparent-text,.section-title-s4 .transparent-text{color:#e0e1e3;font-family:Futura PT;font-size:200px;font-size:11.1111111111rem;font-weight:900;left:0;line-height:.8em;opacity:.2;position:absolute;top:-3px}.section-title .transparent-text{left:-50px}@media(max-width:575px){.section-title .transparent-text{left:0}}@media(max-width:991px){.section-title .transparent-text,.section-title-s4 .transparent-text{font-size:110px;font-size:7.33333rem}}@media(max-width:767px){.section-title .transparent-text,.section-title-s4 .transparent-text{font-size:60px;font-size:4rem}}.section-title-s2{margin-bottom:85px;position:relative;text-align:center}@media(max-width:991px){.section-title-s2{margin-bottom:75px}}@media(max-width:767px){.section-title-s2{margin-bottom:65px}}.section-title-s2 h2{font-size:48px;font-size:3.2rem;font-weight:700;margin:0;padding-top:.6em;position:relative;text-transform:uppercase;z-index:2}@media(max-width:991px){.section-title-s2 h2{font-size:42px;font-size:2.8rem}}@media(max-width:767px){.section-title-s2 h2{font-size:35px;font-size:2.33333rem;padding-top:.15em}}.section-title-s2 .transparent-text{color:#f1f2f2;font-family:Oswald,sans-serif;font-size:125px;font-size:8.33333rem;font-weight:700;left:50%;line-height:.8em;position:absolute;text-transform:uppercase;top:0;transform:translateX(-50%)}@media(max-width:991px){.section-title-s2 .transparent-text{font-size:110px;font-size:7.33333rem}}@media(max-width:767px){.section-title-s2 .transparent-text{font-size:60px;font-size:4rem}}.section-title-s3{margin-bottom:40px}.section-title-s3>span{color:#777676;font-size:16px;font-size:1.06667rem;font-weight:500;letter-spacing:5px;position:relative;text-transform:uppercase}@media(max-width:991px){.section-title-s3>span{font-size:14px;font-size:.93333rem}}@media(max-width:767px){.section-title-s3>span{letter-spacing:2px}}.section-title-s3 h2{font-size:45px;font-size:3rem;font-weight:500;margin:.21em 0 0;position:relative;text-transform:uppercase}@media(max-width:991px){.section-title-s3 h2{font-size:42px;font-size:2.8rem}}@media(max-width:767px){.section-title-s3 h2{font-size:35px;font-size:2.33333rem}}.section-title-s4{padding-left:0;text-align:center}.section-title-s4 .transparent-text{left:50%;transform:translateX(-50%)}.section-title-s4>span:after{display:none}.section-title.text-left{text-align:left}.section-title.text-left .transparent-text{left:-50px;transform:translateX(0)}.theme-btn{-webkit-backface-visibility:hidden;background:#ffb100;border:0;border-radius:0;display:inline-block;font-family:Futura PT;font-size:20px;font-size:1.1111111111rem;font-weight:500;overflow:hidden;padding:15px 45px;position:relative;text-transform:capitalize;z-index:1}.theme-btn:before{background:#fff;content:"";height:100%;left:0;opacity:.3;position:absolute;top:0;transform:scale3d(1.9,1.4,1) rotate(180deg) translate3d(0,100%,0);transition:transform .6s;width:100%;z-index:9}.theme-btn:active,.theme-btn:focus,.theme-btn:hover{color:#fff}.theme-btn:active:before,.theme-btn:focus:before,.theme-btn:hover:before{transform:scale3d(1.9,1.4,1) rotate(180deg) translate3d(0,-100%,0)}.theme-btn:hover:after{opacity:1}@media(max-width:991px){.theme-btn{font-size:18px;font-size:1rem}}@media(max-width:767px){.theme-btn{font-size:16px;padding:12px 25px}}.theme-btn-s2{-webkit-backface-visibility:hidden;background:#0000;border:1px solid #ffb100;border-radius:0;color:#fff;color:#ffb100;display:inline-block;font-family:Futura PT;font-size:20px;font-size:1.1111111111rem;font-weight:500;padding:15px 45px;position:relative;text-transform:capitalize;z-index:1}.theme-btn-s2:active,.theme-btn-s2:focus,.theme-btn-s2:hover{background-color:#ffb100}@media(max-width:991px){.theme-btn-s2{font-size:16px;font-size:.8888888889rem}}.theme-btn-s2:active,.theme-btn-s2:focus,.theme-btn-s2:hover{color:#fff}.theme-btn-s2:hover:after{opacity:1}@media(max-width:767px){.theme-btn-s2{font-size:16px;padding:12px 25px}}.form input,.form select,.form textarea{border-color:#bfbfbf;border-radius:0;box-shadow:none;color:#595959;font-style:normal;outline:0}.form input:focus,.form select:focus,.form textarea:focus{border-color:#ffb100;-o-box-shadow:0 0 5px 0 #ffc133;-ms-box-shadow:0 0 5px 0 #ffc133;box-shadow:0 0 5px 0 #ffc133}.form ::-webkit-input-placeholder{color:#595959;font-style:14px;font-style:italic}.form :-moz-placeholder,.form ::-moz-placeholder{color:#595959;font-style:14px;font-style:italic}.form :-ms-input-placeholder{color:#595959;font-style:14px;font-style:italic}.form select{-webkit-appearance:none;appearance:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODJDNUEwNDMwNjRGMTFFQ0EwNkNBMDQ5M0Y3MzlERUIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODJDNUEwNDIwNjRGMTFFQ0EwNkNBMDQ5M0Y3MzlERUIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTVCNTM0MzM4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVCNTM0MzQ4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4AUIDqAAAAY0lEQVR42mLcs239GQYGhgpnz4A9DGhg7/YN5UDKmAlI3APiVUABFywKOoD4LBPQhDAgYw+yQiQFIBs6Gf///w/TuQpIgRStBuI0mAKQHFwRksJQZAVgAFKEjIEeCUUXAwgwAMvZRQudZVi/AAAAAElFTkSuQmCC) no-repeat 100%;cursor:pointer;display:inline-block;font-style:normal}.form select::-ms-expand{display:none}.form ::placeholder{font-style:normal}.social-links{overflow:hidden}.social-links li{float:left;height:35px;margin-right:1px;width:35px}.social-links li a{background-color:#ffc133;color:#fff;display:block;height:35px;line-height:35px;text-align:center;width:35px}.social-links li a:hover{background-color:#ffb100}.wpo-breadcumb-area{background:url(/static/media/page-title.a295a8bd41cc24575e8c.jpg) no-repeat top/cover;display:flex;flex-direction:column;justify-content:center;min-height:400px;position:relative;z-index:1}@media(max-width:767px){.wpo-breadcumb-area{min-height:250px}}.wpo-breadcumb-area:before{background:#062265;content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:-1}.wpo-breadcumb-area .wpo-breadcumb-wrap{text-align:center}.wpo-breadcumb-area .wpo-breadcumb-wrap h2{color:#fff;font-size:60px;line-height:60px;margin-bottom:20px;margin-top:-10px}@media(max-width:767px){.wpo-breadcumb-area .wpo-breadcumb-wrap h2{font-size:30px;line-height:35px;margin-bottom:10px}}.wpo-breadcumb-area .wpo-breadcumb-wrap ul li{color:#fff;display:inline-block;font-family:Futura PT;font-size:20px;padding:0 5px;position:relative}@media(max-width:767px){.wpo-breadcumb-area .wpo-breadcumb-wrap ul li{font-size:18px}}.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:after{content:"/";left:7px;position:relative}.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child span{color:#cbd4fd}.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child:after{display:none}.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a{color:#fff;font-size:20px;transition:all .3s}.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a:hover{color:#ffb100}.wpo-about-section.wpo-about-section-s2{padding-top:170px}.preloader{background-color:#062265;height:100%;overflow:hidden;position:fixed;width:100%;z-index:1000}.preloader .angular-shape{height:100%;left:0;position:absolute;top:0;transform:rotate(50deg) scaleY(3.5);width:100%}.preloader .angular-shape>div:first-child{background:#062060;height:100%;left:0;position:absolute;top:0;width:20%}.preloader .angular-shape>div:nth-child(2){background:#062060;height:100%;left:35%;position:absolute;top:0;width:30%}.preloader .angular-shape>div:nth-child(3){background:#062060;height:100%;left:80%;position:absolute;top:0;width:20%}.preloader .spinner{height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}.preloader .double-bounce1,.preloader .double-bounce2{animation:sk-bounce 2s ease-in-out infinite;background-color:#fff;border-radius:50%;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.preloader .double-bounce2{animation-delay:-1s}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}@media screen and (min-width:992px){.blog-sidebar{padding-left:45px}}@media(max-width:991px){.blog-sidebar{margin-top:80px;max-width:400px}}@media(max-width:767px){.blog-sidebar{margin-top:60px;max-width:400px}}.blog-sidebar .widget h3{color:#062265;font-family:Futura PT Demi;font-size:23px;font-size:1.2777777778rem;margin:0 0 1.3em;padding-bottom:20px;position:relative;text-transform:capitalize}.blog-sidebar .widget h3:before{background-color:#ffb100;left:0;width:55px}.blog-sidebar .widget h3:after,.blog-sidebar .widget h3:before{border-radius:10px;bottom:0;content:"";height:4px;position:absolute}.blog-sidebar .widget h3:after{background-color:#f2f2f2;left:65px;width:80%}.blog-sidebar>.widget+.widget{margin-top:65px}.blog-sidebar .search-widget form div{position:relative}.blog-sidebar .search-widget input{background-color:#ffb1000d;border:0;border-radius:5px;box-shadow:none;font-size:16px;font-size:.8888888889rem;height:70px;padding:6px 50px 6px 20px;transition:all .3s}.blog-sidebar .search-widget input:focus{background-color:#ffb1001a}.blog-sidebar .search-widget form button{background:#0000;background-color:#ffb100;border:0;border-radius:6px;color:#fff;font-size:20px;font-size:1.1111111111rem;height:50px;line-height:50px;outline:0;position:absolute;right:10px;top:52%;transform:translateY(-50%);width:50px}.blog-sidebar .about-widget{background-color:#f4f8fc;padding:45px;position:relative;text-align:center;z-index:1}@media(max-width:1200px){.blog-sidebar .about-widget{padding:35px}}.blog-sidebar .about-widget .aw-shape{position:absolute;right:0;top:0;z-index:-1}.blog-sidebar .about-widget .img-holder{margin-bottom:25px}.blog-sidebar .about-widget .img-holder img{border-radius:50%;max-width:200px;width:100%}.blog-sidebar .about-widget ul{display:flex;justify-content:center;list-style:none}.blog-sidebar .about-widget ul li{margin-right:10px}.blog-sidebar .about-widget ul li:last-child{margin-right:0}.blog-sidebar .about-widget ul li a{background-color:#fff;border-radius:50%;display:block;height:40px;line-height:40px;text-decoration:none;width:40px}.blog-sidebar .about-widget h4{font-weight:700;margin-bottom:15px}.blog-sidebar .about-widget p{font-size:15px;font-size:.8333333333rem;margin-bottom:1.2em}.blog-sidebar .about-widget a{color:#062265;font-family:Futura PT;font-size:14px;font-size:.7777777778rem;text-decoration:underline}.blog-sidebar .about-widget a:hover{color:#ffb100}.blog-sidebar .category-widget ul{list-style:none}.blog-sidebar .category-widget ul li{font-size:19px;font-size:1.0555555556rem;position:relative}@media(max-width:767px){.blog-sidebar .category-widget ul li{font-size:16px;font-size:.8888888889rem}}.blog-sidebar .category-widget ul li span{position:absolute;right:0}.blog-sidebar .category-widget ul>li+li{margin-top:12px;padding-top:12px}.blog-sidebar .category-widget ul a{color:#474f62;display:block;font-family:Futura PT Demi}.blog-sidebar .category-widget ul a span{background-color:#f4f8fc;border-radius:50%;display:inline-block;font-size:18px;height:30px;line-height:30px;text-align:center;width:30px}@media(max-width:767px){.blog-sidebar .category-widget ul a span{font-size:14px;font-size:.7777777778rem}}.blog-sidebar .category-widget ul a:hover,.blog-sidebar .category-widget ul li:hover:before{color:#ffb100}.blog-sidebar .recent-post-widget .post{overflow:hidden}.blog-sidebar .recent-post-widget .posts>.post+.post{margin-top:15px;padding-top:15px}.blog-sidebar .recent-post-widget .post .img-holder{float:left;width:90px}.blog-sidebar .recent-post-widget .post .img-holder img{border-radius:6px;height:80px;object-fit:cover;width:100%}.blog-sidebar .recent-post-widget .post .details{float:left;padding-left:20px;width:calc(100% - 90px)}.blog-sidebar .recent-post-widget .post h4{font-family:Futura PT Demi;font-size:19px;font-size:1.0555555556rem;font-weight:500;line-height:1.3em;margin:0 0 .3em}@media(max-width:1199px){.blog-sidebar .recent-post-widget .post h4{margin:0}}@media(max-width:767px){.blog-sidebar .recent-post-widget .post h4{font-size:16px;font-size:.8888888889rem}}.blog-sidebar .recent-post-widget .post h4 a{color:#062265;display:inline-block}.blog-sidebar .recent-post-widget .post h4 a:hover{color:#ffb100}.blog-sidebar .recent-post-widget .post .details .date{color:#6e6e6e;font-size:13px;font-size:.7222222222rem}.blog-sidebar .recent-post-widget .post .details .date i{display:inline-block;padding-right:7px}.blog-sidebar .wpo-instagram-widget ul{display:flex;flex-wrap:wrap;list-style:none}.blog-sidebar .wpo-instagram-widget ul li{flex:0 0 33.33%;margin-bottom:5px;max-width:33.33%;padding:0 3px}.blog-sidebar .wpo-instagram-widget ul li img{border-radius:6px;height:90px;object-fit:cover;width:100%}.blog-sidebar .tag-widget ul{list-style:none;overflow:hidden}.blog-sidebar .tag-widget ul li{float:left;margin:0 8px 8px 0}.blog-sidebar .tag-widget ul li a{background:#ecf4fb;border-radius:5px;color:#062265;display:inline-block;font-size:15px;font-size:.8333333333rem;padding:5px 18px}.blog-sidebar .tag-widget ul li a:hover{background:#ffb100;color:#fff}.blog-sidebar .wpo-contact-widget{background:#062265;border:0;padding:30px 40px}@media(max-width:1200px){.blog-sidebar .wpo-contact-widget{padding:20px}}.blog-sidebar .wpo-contact-widget h2{color:#fff;font-size:36px;font-weight:700;margin-bottom:20px;text-align:left}.blog-sidebar .wpo-contact-widget h2:before{left:28px}.blog-sidebar .wpo-contact-widget p{color:#fff;font-size:18px}.blog-sidebar .wpo-contact-widget a{border:1px solid #fff;color:#fff;display:inline-block;font-size:18px;margin-top:10px;padding:10px 90px 10px 20px;position:relative}.blog-sidebar .wpo-contact-widget a:before{content:"";font-family:themify;font-size:18px;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.pagination-wrapper{margin-top:60px;text-align:center}@media(max-width:991px){.pagination-wrapper{margin-top:40px;text-align:left}}.pagination-wrapper .pg-pagination{display:inline-block;list-style-type:none;overflow:hidden;text-align:center}.pagination-wrapper .pg-pagination li{float:left;font-family:Futura PT;margin-right:10px}@media(max-width:767px){.pagination-wrapper .pg-pagination li{margin-right:5px}}.pagination-wrapper .pg-pagination li:last-child{margin-right:0}.pagination-wrapper .pg-pagination li a{background-color:#0000;background:#ebf4fc;color:#062265;display:block;font-size:16px;font-size:.8888888889rem;font-weight:600;height:50px;line-height:50px;width:50px}@media(max-width:991px){.pagination-wrapper .pg-pagination li a{font-size:15px;font-size:.8333333333rem;height:40px;line-height:40px;width:40px}}.pagination-wrapper .pg-pagination .active a,.pagination-wrapper .pg-pagination li a:hover{background:#ffb100;border-color:#ffb100;color:#fff}.pagination-wrapper .pg-pagination .fi:before{font-size:15px;font-size:.8333333333rem}.pagination-wrapper-left{text-align:left}.pagination-wrapper-right{text-align:right}@media screen and (min-width:1200px){.pagination-wrapper-right{padding-right:50px}}@media(max-width:991px){.pagination-wrapper-right{margin-top:45px;text-align:left}}.wpo-site-header{background-color:#fff}.sticky-header{box-shadow:0 -5px 15px #086ad84a;top:-400px;transition:all 1s;visibility:hidden}.sticky-on{visibility:visible}.wpo-site-header.wpo-header-style-1 .navigation.sticky-on{background:#004585}@media(min-width:991px){.wpo-site-header{padding:0 130px}}.wpo-site-header .row{width:100%}@media(max-width:360px){.wpo-site-header .row{flex-wrap:nowrap}}@media screen and (min-width:992px){.wpo-site-header #navbar{justify-content:center}.wpo-site-header #navbar li{position:relative}.wpo-site-header #navbar>ul>li>a:before{background:#ffb100;border-radius:3px;content:"";height:4px;left:0;opacity:0;position:absolute;top:0;transition:all .3s;visibility:hidden;width:100%}.wpo-site-header #navbar>ul>li>a.active:before,.wpo-site-header #navbar>ul>li>a:hover:before{opacity:1;visibility:visible}.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a{position:relative}.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before{content:"";font-family:themify;font-size:11px;font-size:.73333rem;position:absolute;right:15px;top:58%;transform:translateY(-50%)}.wpo-site-header #navbar>ul>li:hover>.sub-menu{opacity:1;top:100%;visibility:visible}.wpo-site-header #navbar .sub-menu>li:hover>.sub-menu{left:100%;opacity:1;visibility:visible}}.wpo-site-header .container-fluid{padding-right:0}@media(max-width:991px){.wpo-site-header .container{max-width:100%;width:100%}.wpo-site-header .header-right{right:-10px}.wpo-site-header .navbar-header button span{background-color:#fff;display:block;height:2px;margin-bottom:5px;width:20px}.wpo-site-header .navbar-header button span:last-child{margin:0}}.wpo-site-header #navbar ul{list-style:none}@media(max-width:991px)and (max-width:991px){.wpo-site-header #navbar{opacity:1;top:0;visibility:visible}}@media(max-width:991px){.wpo-site-header #navbar>ul{z-index:101}.wpo-site-header #navbar ul a{color:#000}.wpo-site-header #navbar ul a:hover,.wpo-site-header #navbar ul li.current a{color:#ffb100}.wpo-site-header #navbar .close-navbar .ti-close{position:relative;top:1px}.wpo-site-header .navbar-toggler .first-angle,.wpo-site-header .navbar-toggler .last-angle{transition:all .3s}.wpo-site-header .x-close .middle-angle{opacity:0}.wpo-site-header .x-close .first-angle{left:10px;position:absolute;top:16px;-webkit-transform:rotate(-44deg)}.wpo-site-header .x-close .last-angle{position:absolute;right:10px;top:16px;-webkit-transform:rotate(44deg)}.wpo-site-header .navbar-collapse.collapse{display:none}.wpo-site-header .navbar-collapse.collapse.in,.wpo-site-header .navbar-header .collapse,.wpo-site-header .navbar-toggle{display:block}.wpo-site-header .navbar-header{float:none;position:relative;text-align:center;z-index:999}.wpo-site-header .navbar-nav,.wpo-site-header .navbar-nav>li,.wpo-site-header .navbar-right{float:none}}.wpo-site-header .header-right{align-items:center;display:flex;justify-content:flex-end;position:relative;z-index:991}.wpo-site-header .header-right button{background:#0000;border:0;outline:0;padding:0}.wpo-site-header .header-right>div{float:left;margin-right:8px;position:relative}.wpo-site-header .header-right .close-form .theme-btn{padding:10px 25px}@media(max-width:767px){.wpo-site-header .header-right>div{margin-right:10px}}.wpo-site-header .header-right>div:last-child{margin:0 0 0 10px;position:relative}@media(max-width:767px){.wpo-site-header .header-right>div:last-child{margin:3px 0 0 10px}}.wpo-site-header .header-right .header-search-form-wrapper{position:relative}.wpo-site-header .header-right .header-search-form-wrapper .fi:before{font-size:18px}.wpo-site-header .header-right .search-toggle-btn{border:0}.wpo-site-header .header-right .search-toggle-btn .fi:before{color:#fff;font-size:20px}.wpo-site-header .header-auth-buttons{align-items:center;display:flex;justify-content:flex-end}@media(max-width:991px){.wpo-site-header .header-auth-buttons{display:none!important}}.wpo-site-header .auth-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.wpo-site-header .auth-buttons .btn{border:2px solid #0000;border-radius:4px;font-size:14px;font-weight:600;letter-spacing:.5px;padding:10px 24px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.wpo-site-header .auth-buttons .btn-outline-primary{background:#0000!important;border-color:#ffb100!important;color:#ffb100!important}.wpo-site-header .auth-buttons .btn-outline-primary:hover{box-shadow:0 4px 12px #ffb1004d;transform:translateY(-2px)}.wpo-site-header .auth-buttons .btn-outline-primary:hover,.wpo-site-header .auth-buttons .btn-primary{background:#ffb100!important;border-color:#ffb100!important;color:#fff!important}.wpo-site-header .auth-buttons .btn-primary:hover{background:#ff9f00!important;border-color:#ff9f00!important;box-shadow:0 4px 12px #ffb10066;color:#fff!important;transform:translateY(-2px)}@media(max-width:991px){.wpo-site-header .auth-buttons{gap:6px}.wpo-site-header .auth-buttons .btn{font-size:11px;letter-spacing:.2px;padding:6px 12px}}@media(max-width:767px){.wpo-site-header .auth-buttons{align-items:stretch;flex-direction:column;gap:4px;width:100%}.wpo-site-header .auth-buttons .btn{font-size:10px;letter-spacing:0;padding:6px 10px;text-align:center;white-space:nowrap;width:100%}}@media(max-width:575px){.wpo-site-header .auth-buttons{gap:3px}.wpo-site-header .auth-buttons .btn{border-width:1px;font-size:9px;padding:4px 8px;width:100%}}@media(max-width:400px){.wpo-site-header .auth-buttons .btn{font-size:8px;padding:3px 6px;width:100%}}.cart-search-contact button{background:#0000;border:0;outline:0;padding:0}.cart-search-contact>div{float:left;position:relative}.cart-search-contact>div+div{margin-left:12px}.cart-search-contact .header-search-form{background:#fff;border-radius:6px;box-shadow:-2px 18px 40px -9px #999;opacity:0;padding:30px;position:absolute;right:0;top:75px;transform:scale(0);transition:all .5s;visibility:hidden;width:350px}@media(max-width:991px){.cart-search-contact .header-search-form{top:65px}}@media(max-width:767px){.cart-search-contact .header-search-form{right:15px}}@media(max-width:575px){.cart-search-contact .header-search-form{padding:15px;width:260px}}.cart-search-contact .header-search-form-wrapper .fi:before{font-size:18px;font-size:1rem}.cart-search-contact form div{position:relative}.cart-search-contact form div button{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.cart-search-contact form div button .fi:before{font-size:18px!important}.cart-search-contact input{border:1px solid #e1e1e1;border-radius:0;box-shadow:none;height:50px;padding:6px 20px;width:100%}.cart-search-contact input:focus{border-color:#ffb100;box-shadow:none}.wpo-site-header .header-right .header-search-content-toggle{opacity:1;right:0;transform:scale(1);visibility:visible}@media(max-width:991px){.page-wrapper{transition:all .3s}.body-overlay:before{background:#000000e6;content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s;width:100%;z-index:10}}.header-search-area{background:#fff;left:0;padding:100px 0;position:fixed;text-align:center;top:0;width:100%;z-index:999}.header-search-area h3{font-size:45px;margin:0 0 1em}.header-search-area form{position:relative}.header-search-area input{border:0;border-bottom:1px solid #d0d0d0;border-radius:0;box-shadow:none;font-size:18px;font-size:1.2rem;height:50px}.header-search-area input:focus{border-color:#ffb100;box-shadow:none}.header-search-area form button{background:#0000;border:0;bottom:10px;font-size:20px;font-size:1.33333rem;position:absolute;right:0}.header-search-area form button:focus{border:none;outline:none}.header-search-area .close-form{border-bottom:1px solid;bottom:auto;padding-bottom:5px;position:absolute;right:35px;top:35px}.header-search-area .close-form button{background:#0000;border:0;color:#000;font-size:13px;font-size:.86667rem;letter-spacing:2px;outline:0;text-transform:uppercase;z-index:99}.header-search-area .close-form button:focus{border:0;outline:0}.wpo-site-header .navigation{background-color:#fff;border:0;border-radius:0;margin-bottom:0;padding:0}.wpo-site-header .navigation>.container{position:relative}@media(max-width:991px){.wpo-site-header .navigation{padding:20px 0}}.wpo-site-header #navbar{transition:all .5s}.wpo-site-header #navbar>ul li a:focus,.wpo-site-header #navbar>ul li a:hover{color:#ffb100;text-decoration:none}@media screen and (min-width:992px){.wpo-site-header #navbar li{position:relative}.wpo-site-header #navbar>ul>li>a{color:#232f4b;display:block;font-family:Futura PT;font-size:20px;font-weight:500;padding:35px 20px;position:relative}.wpo-site-header #navbar>ul .sub-menu{background-color:#fff;box-shadow:0 2px 20px 0 #3e419f17;left:0;opacity:0;padding:20px 0;position:absolute;top:110%;transition:all .3s;visibility:hidden;width:220px;z-index:10}.wpo-site-header #navbar>ul>li .sub-menu a{color:#062265;display:block;font-family:Futura PT;font-size:18px;font-size:1rem;font-weight:500;overflow:hidden;padding:10px 20px;position:relative}.wpo-site-header #navbar>ul>li .sub-menu a:after{background:#ffb100;bottom:4px;content:"";height:2px;left:20px;opacity:0;position:absolute;transition:all .3s;visibility:hidden;width:0}.wpo-site-header #navbar>ul>li .sub-menu a.active:after,.wpo-site-header #navbar>ul>li .sub-menu a:hover:after{opacity:1;visibility:visible;width:40px}.wpo-site-header #navbar>ul>li>.sub-menu .sub-menu{left:110%;top:0}.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a{position:relative}.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before{content:"";font-family:themify;font-size:11px;font-size:.6111111111rem;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.wpo-site-header #navbar>ul>li:hover>.sub-menu{opacity:1;top:100%;visibility:visible}.wpo-site-header #navbar .sub-menu>li:hover>.sub-menu{left:100%;opacity:1;visibility:visible}}@media(max-width:991px){.wpo-site-header #navbar>ul>li a{color:#fff;display:block;font-size:15px;font-size:.8333333333rem;font-weight:600}.wpo-site-header #navbar>ul>li a.active,.wpo-site-header #navbar>ul>li a:hover{color:#fff}.wpo-site-header #navbar>ul .sub-menu>li:last-child{border-bottom:0}.wpo-site-header #navbar>ul>li>.sub-menu a{padding:8px 15px 8px 45px}.wpo-site-header #navbar>ul>li>.sub-menu .sub-menu a{padding:8px 15px 8px 65px}.wpo-site-header #navbar>ul .menu-item-has-children>a{position:relative}.wpo-site-header #navbar>ul .menu-item-has-children>a.active,.wpo-site-header #navbar>ul .menu-item-has-children>a:hover{color:#91a3ff}.wpo-site-header #navbar>ul .menu-item-has-children>a:before{content:"";font-family:themify;font-size:11px;font-size:.6111111111rem;position:absolute;right:30px;top:50%;transform:translateY(-50%);transition:all .3s}.wpo-site-header #navbar>ul .menu-item-has-children>a.rotate:before{top:29%;transform:rotate(90deg)}.wpo-site-header #navbar>ul .menu-item-has-children>a.rotate{color:#91a3ff}}@media screen and (min-width:992px){.wpo-site-header #navbar .close-navbar,.wpo-site-header .navbar-header .open-btn{display:none}}.wpo-site-header .menu-close{display:none}@media(max-width:991px){.wpo-site-header .container{width:100%}.wpo-site-header .mobail-menu button{background-color:#fff;border:0;height:35px;outline:0;padding:5px 10px;position:relative;width:40px;z-index:20}.wpo-site-header .mobail-menu button:focus{box-shadow:none;outline:none}.wpo-site-header .mobail-menu button span{background-color:#062265;display:block;height:2px;margin-bottom:5px;width:20px}.wpo-site-header .mobail-menu button span:last-child{margin:0}.wpo-site-header #navbar{background:#062265;border:0;display:block!important;height:100%;left:-320px;margin:0;opacity:0;padding:0;position:fixed;top:0;visibility:hidden;width:300px;z-index:999999}.wpo-site-header #navbar .navbar-nav{display:block}.wpo-site-header #navbar>ul{position:relative;z-index:101}.wpo-site-header #navbar ul a{color:#000}.wpo-site-header #navbar ul a:hover,.wpo-site-header #navbar ul li.current a{color:#ffb100}.wpo-site-header #navbar .navbar-nav{height:100%;overflow:auto;padding-bottom:60px}.wpo-site-header #navbar .close-navbar{background-color:#fff;border:0;color:#000;height:40px;left:-41px;outline:none;position:absolute;top:90px;width:40px;z-index:20}.wpo-site-header #navbar .close-navbar .ti-close{position:relative;top:1px}.wpo-site-header #navbar>ul>li>a{color:#fff;padding:10px 35px!important}.wpo-site-header .menu-close{background:none;border:1px solid #fff;color:#fff;display:block;height:40px;line-height:40px;margin:30px 30px 30px auto;text-align:center;width:40px;z-index:99}.wpo-site-header .slideInn{left:0!important;opacity:1!important;visibility:visible!important}.wpo-site-header .navbar-toggler .first-angle,.wpo-site-header .navbar-toggler .last-angle{transition:all .3s}.wpo-site-header .x-close .middle-angle{opacity:0}.wpo-site-header .x-close .first-angle{left:10px;position:absolute;top:16px;-webkit-transform:rotate(-44deg)}.wpo-site-header .x-close .last-angle{position:absolute;right:10px;top:16px;-webkit-transform:rotate(44deg)}}@media(max-width:767px){.wpo-site-header .navbar-header .navbar-brand{font-size:24px}.wpo-site-header #navbar .navbar-nav{margin:0}}@media(max-width:991px){.wpo-site-header .navbar-collapse.collapse{display:none}.wpo-site-header .navbar-collapse.collapse.in,.wpo-site-header .navbar-header .collapse,.wpo-site-header .navbar-toggle{display:block}.wpo-site-header .navbar-header,.wpo-site-header .navbar-nav,.wpo-site-header .navbar-nav>li,.wpo-site-header .navbar-right{float:none}}.wpo-site-header.wpo-header-style-1{background:#0000;left:0;position:absolute;width:100%;z-index:99}.wpo-site-header.wpo-header-style-1 .navigation{background:#0000}.wpo-site-header.wpo-header-style-1 #navbar>ul>li>a{color:#fff}@media(max-width:440px){.wpo-site-header .navbar-header .navbar-brand img{max-width:170px;padding-top:10px}}@media(max-width:370px){.wpo-site-header .navbar-header .navbar-brand img{max-width:175px}}@media(max-width:1700px){.wpo-site-header{padding:0 30px}}@media(max-width:1500px){.wpo-site-header #navbar>ul>li>a{padding:30px 15px}.wpo-site-header{padding:0 10px}}@media(max-width:1400px){.wpo-site-header #navbar>ul>li>a{font-size:18px;padding:30px 20px}}@media(max-width:1200px){.wpo-site-header #navbar>ul>li>a{font-size:16px;padding:30px 15px}.wpo-site-header .header-right .theme-btn{display:none}}@media(max-width:991px){.wpo-site-header #navbar>ul>li>a{font-size:15px}}@media(max-width:767px){.header-right .theme-btn{padding:20px 12px}.wpo-site-header .header-right .close-form{display:none}}@media(max-width:575px){.wpo-hero-section-1{height:400px}.wpo-hero-section-1 .wpo-hero-title-top span{font-size:18px}.wpo-hero-section-1 .wpo-hero-title h2{font-size:30px;line-height:35px}.wpo-hero-section-1 .wpo-hero-subtitle p{font-size:18px;line-height:22px;margin-bottom:30px}.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .video-holder{left:0;top:10px}.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .r-img{left:195px;top:-20%}.wpo-hero-section-1.wpo-hero-section-2{height:720px}.wpo-gallery-section .wpo-section-title-button{margin-bottom:40px;text-align:center}.wpo-gallery-section .wpo-section-title{text-align:center}}.wpo-site-header.wpo-header-style-2,.wpo-site-header.wpo-header-style-3,.wpo-site-header.wpo-header-style-4{background:#0000;border-bottom:1px solid #fff;left:0;padding:0 50px;position:absolute;width:100%;z-index:99}@media(max-width:1700px){.wpo-site-header.wpo-header-style-2,.wpo-site-header.wpo-header-style-3,.wpo-site-header.wpo-header-style-4{padding:0 30px}}@media(max-width:1500px){.wpo-site-header.wpo-header-style-2,.wpo-site-header.wpo-header-style-3,.wpo-site-header.wpo-header-style-4{padding:0 10px}}.wpo-site-header.wpo-header-style-2:before,.wpo-site-header.wpo-header-style-3:before,.wpo-site-header.wpo-header-style-4:before{background:#fff;content:"";height:100%;left:0;position:absolute;top:0;width:335px}@media(max-width:991px){.wpo-site-header.wpo-header-style-2:before,.wpo-site-header.wpo-header-style-3:before,.wpo-site-header.wpo-header-style-4:before{display:none}}.wpo-site-header.wpo-header-style-2 .navigation,.wpo-site-header.wpo-header-style-3 .navigation,.wpo-site-header.wpo-header-style-4 .navigation{background:#0000}.wpo-site-header.wpo-header-style-2 .navigation.sticky-header,.wpo-site-header.wpo-header-style-3 .navigation.sticky-header,.wpo-site-header.wpo-header-style-4 .navigation.sticky-header{background:#fff}.wpo-site-header.wpo-header-style-2 .navigation.sticky-header .header-right .cart-search-contact .search-toggle-btn,.wpo-site-header.wpo-header-style-2 .navigation.sticky-header .mobail-menu button,.wpo-site-header.wpo-header-style-3 .navigation.sticky-header .header-right .cart-search-contact .search-toggle-btn,.wpo-site-header.wpo-header-style-3 .navigation.sticky-header .mobail-menu button,.wpo-site-header.wpo-header-style-4 .navigation.sticky-header .header-right .cart-search-contact .search-toggle-btn,.wpo-site-header.wpo-header-style-4 .navigation.sticky-header .mobail-menu button{background-color:#f7f7f7}.wpo-site-header.wpo-header-style-2 .header-right .theme-btn,.wpo-site-header.wpo-header-style-3 .header-right .theme-btn,.wpo-site-header.wpo-header-style-4 .header-right .theme-btn{background:#062265}@media(max-width:1300px){.wpo-site-header.wpo-header-style-2 .header-right .theme-btn,.wpo-site-header.wpo-header-style-3 .header-right .theme-btn,.wpo-site-header.wpo-header-style-4 .header-right .theme-btn{padding:14px 30px}}.wpo-site-header.wpo-header-style-2 .header-right .cart-search-contact .search-toggle-btn,.wpo-site-header.wpo-header-style-3 .header-right .cart-search-contact .search-toggle-btn,.wpo-site-header.wpo-header-style-4 .header-right .cart-search-contact .search-toggle-btn{background:#fff;height:60px;line-height:65px;margin-right:15px;width:60px}@media(max-width:991px){.wpo-site-header.wpo-header-style-2 .header-right .cart-search-contact .search-toggle-btn,.wpo-site-header.wpo-header-style-3 .header-right .cart-search-contact .search-toggle-btn,.wpo-site-header.wpo-header-style-4 .header-right .cart-search-contact .search-toggle-btn{height:40px;line-height:45px;margin-right:0;width:40px}.wpo-site-header.wpo-header-style-2 .header-right .cart-search-contact .search-toggle-btn .fi:before,.wpo-site-header.wpo-header-style-3 .header-right .cart-search-contact .search-toggle-btn .fi:before,.wpo-site-header.wpo-header-style-4 .header-right .cart-search-contact .search-toggle-btn .fi:before{font-size:16px}}.wpo-site-header.wpo-header-style-2 .header-right .cart-search-contact .search-toggle-btn i:before,.wpo-site-header.wpo-header-style-3 .header-right .cart-search-contact .search-toggle-btn i:before,.wpo-site-header.wpo-header-style-4 .header-right .cart-search-contact .search-toggle-btn i:before{color:#062265}.wpo-site-header.wpo-header-style-3{padding:0 200px}@media(max-width:1700px){.wpo-site-header.wpo-header-style-3{padding:0 30px}}@media(max-width:1500px){.wpo-site-header.wpo-header-style-3{padding:0 10px}}.wpo-site-header.wpo-header-style-3:before{display:none}.wpo-site-header.wpo-header-style-3 .header-right .theme-btn{border-radius:40px}.wpo-site-header.wpo-header-style-4,.wpo-site-header.wpo-header-style-4 .navigation.sticky-header{border-color:#fff3}.wpo-site-header.wpo-header-style-4 .navbar-brand,.wpo-site-header.wpo-header-style-4 .navigation.sticky-header .navbar-brand{position:relative;top:20px}@media(max-width:991px){.wpo-site-header.wpo-header-style-4 .navbar-brand,.wpo-site-header.wpo-header-style-4 .navigation.sticky-header .navbar-brand{top:0}}.wpo-site-header.wpo-header-style-4 .navigation.sticky-header:before,.wpo-site-header.wpo-header-style-4:before{background:url(data:image/png;base64,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) no-repeat top/cover;content:"";height:170px;left:0;position:absolute;top:0;width:307px}@media(max-width:991px){.wpo-site-header.wpo-header-style-4 .navigation.sticky-header:before,.wpo-site-header.wpo-header-style-4:before{display:none}}.wpo-site-header.wpo-header-style-4 .navigation.sticky-header:before{height:100px;width:280px}@media(max-width:1500px){.wpo-site-header.wpo-header-style-4 .navigation.sticky-header:before{height:100%}}.wpo-site-header.wpo-header-style-4 .navigation.sticky-header .navbar-brand{top:0}.navbar-brand img{max-width:225px}.wpo-site-header.wpo-header-style-5 .header-right .search-toggle-btn .fi:before{color:#333}.fixed-navbar{position:relative;z-index:5555}.fixed-navbar.active .header-style-2,.fixed-navbar.active .wpo-site-header{background:#fff;border:none;box-shadow:0 1px 5px #0000001a;-moz-box-shadow:0 1px 5px #0000001a;-webkit-box-shadow:0 1px 5px #0000001a;left:0;position:fixed;top:0;width:100%;z-index:555}.fixed-navbar.active .wpo-header-style-1{background:#004585}.fixed-navbar.active .wpo-header-style-4:before{height:100px;width:280px}@media(max-width:1500px){.fixed-navbar.active .wpo-header-style-4:before{height:100%}}.fixed-navbar.active .wpo-header-style-4 .navbar-brand{top:0}.wpo-hero-section-1{background:linear-gradient(90deg,#142e95,#3758d2);display:flex;flex-direction:column;height:1000px;justify-content:center;position:relative;z-index:1}@media(max-width:1400px){.wpo-hero-section-1{height:850px}}@media(max-width:991px){.wpo-hero-section-1{height:550px}}@media(max-width:575px){.wpo-hero-section-1{height:auto;min-height:450px;padding:80px 0}}.wpo-hero-section-1 .wpo-hero-section-text{padding-top:80px}@media(max-width:575px){.wpo-hero-section-1 .wpo-hero-section-text{padding-top:60px}}.wpo-hero-section-1 .wpo-hero-title h2{color:#fff;font-size:150px;font-weight:900;line-height:115px;margin:10px 0 25px}@media(max-width:1400px){.wpo-hero-section-1 .wpo-hero-title h2{font-size:115px;line-height:90px}}@media(max-width:1200px){.wpo-hero-section-1 .wpo-hero-title h2{font-size:90px;line-height:70px}}@media(max-width:991px){.wpo-hero-section-1 .wpo-hero-title h2{text-align:center}}@media(max-width:767px){.wpo-hero-section-1 .wpo-hero-title h2{font-size:70px}}@media(max-width:575px){.wpo-hero-section-1 .wpo-hero-title h2{font-size:35px;margin-bottom:0}}.wpo-hero-section-1 .wpo-hero-title h2 span{display:block}@media(max-width:991px){.wpo-hero-section-1 .wpo-hero-title h2 span{display:inline-block}}.wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(2){padding-left:180px}@media(max-width:1400px){.wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(2){padding-left:70px}}@media(max-width:1200px){.wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(2){padding-left:55px}}@media(max-width:991px){.wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(2){padding-left:0}}.wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(3){padding-left:286px}@media(max-width:1400px){.wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(3){padding-left:151px}}@media(max-width:1200px){.wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(3){padding-left:118px}}@media(max-width:991px){.wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(3){padding-left:0}}.wpo-hero-section-1 .btns{position:relative;right:-60px;text-align:right}@media(max-width:1400px){.wpo-hero-section-1 .btns{right:40px}}@media(max-width:1200px){.wpo-hero-section-1 .btns{right:90px}}@media(max-width:991px){.wpo-hero-section-1 .btns{right:0;text-align:center}}.wpo-hero-section-1 .btns a{color:#ffb100;font-family:Futura PT;font-size:25px;padding-left:120px;position:relative}.wpo-hero-section-1 .btns a:before{background:#ffb100;content:"";height:3px;left:-10px;position:absolute;top:50%;transition:all .3s;width:100px}@media(max-width:1200px){.wpo-hero-section-1 .btns a:before{height:2px}}@media(max-width:991px){.wpo-hero-section-1 .btns a:before{display:none}}.wpo-hero-section-1 .btns a:hover:before{left:0}@media(max-width:1200px){.wpo-hero-section-1 .btns a{font-size:20px}}@media(max-width:991px){.wpo-hero-section-1 .btns a{padding-left:0}}.wpo-hero-section-1 .right-vec{position:absolute;right:250px;top:53%;transform:translateY(-50%);z-index:1}@media(max-width:1800px){.wpo-hero-section-1 .right-vec{right:150px}}@media(max-width:1500px){.wpo-hero-section-1 .right-vec{right:50px}}@media(max-width:991px){.wpo-hero-section-1 .right-vec{display:none}}@media(max-width:1500px){.wpo-hero-section-1 .right-vec .right-img{text-align:center}}.wpo-hero-section-1 .right-vec .right-img img{animation:bounce 3s linear infinite}@media(max-width:1500px){.wpo-hero-section-1 .right-vec .right-img img{width:70%}}.wpo-hero-section-1 .right-vec .round-1{animation:circle 60s linear infinite;border:1px dashed #fff3;border-radius:50%;height:754px;left:-80px;position:absolute;top:0;width:754px;z-index:-1}@media(max-width:1500px){.wpo-hero-section-1 .right-vec .round-1{height:554px;left:5px;width:554px}}.wpo-hero-section-1 .right-vec .round-2{animation:circle 60s linear infinite;border:1px solid #fff3;border-radius:50%;height:634px;left:-20px;position:absolute;top:65px;width:634px;z-index:-1}@media(max-width:1500px){.wpo-hero-section-1 .right-vec .round-2{height:434px;left:65px;width:434px}}.wpo-hero-section-1 .right-vec .round-3{animation:circle 60s linear infinite;border:1px dashed #fff3;border-radius:50%;height:535px;left:30px;position:absolute;top:115px;width:535px;z-index:-1}@media(max-width:1500px){.wpo-hero-section-1 .right-vec .round-3{height:335px;left:115px;width:335px}}.wpo-hero-section-1 .right-vec .round-4{animation:circle 60s linear infinite;border:1px solid #fff3;border-radius:50%;height:424px;left:85px;position:absolute;top:165px;width:424px;z-index:-1}@media(max-width:1500px){.wpo-hero-section-1 .right-vec .round-4{display:none}}.wpo-hero-section-1 .social-link{left:-90px;position:absolute;text-align:center;top:53%;transform:rotate(-90deg)}@media(max-width:1400px){.wpo-hero-section-1 .social-link{left:-120px}}.wpo-hero-section-1 .social-link ul{display:flex;justify-content:center;list-style:none}.wpo-hero-section-1 .social-link ul li a{color:#fff;padding-right:50px;position:relative}.wpo-hero-section-1 .social-link ul li a:before{background:#ffb100;content:"";height:1px;position:absolute;right:-8px;top:50%;transform:translateX(-50%);width:30px}.wpo-hero-section-1 .social-link ul li a:hover{color:#ffb100}.wpo-hero-section-1 .social-link ul li:last-child a{padding-right:0}.wpo-hero-section-1 .social-link ul li:last-child a:before{display:none}@keyframes circle{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes bounce{0%{transform:translateY(0) translateX(0)}50%{transform:translateY(15px) translateX(7px)}to{transform:translateY(0) translateX(0)}}.wpo-hero-section-2{background:url(/static/media/slide.5c0d69cdfa4aa0f66c8b.jpg) no-repeat top/cover;display:flex;flex-direction:column;height:1000px;justify-content:center;overflow:hidden;position:relative;z-index:1}@media(max-width:1400px){.wpo-hero-section-2{height:850px}}@media(max-width:991px){.wpo-hero-section-2{height:550px}}@media(max-width:575px){.wpo-hero-section-2{height:450px}}.wpo-hero-section-2 .wpo-hero-section-text{padding-top:80px}@media(max-width:575px){.wpo-hero-section-2 .wpo-hero-section-text{padding-top:60px}}.wpo-hero-section-2 .right-vec{bottom:0;position:absolute;right:250px;top:auto;transform:none;z-index:1}@media(max-width:1700px){.wpo-hero-section-2 .right-vec{right:100px;text-align:center}}@media(max-width:991px){.wpo-hero-section-2 .right-vec{display:none}}.wpo-hero-section-2 .right-vec .shape-1{background-color:#ffb100;bottom:0;content:"";height:612px;left:-50px;position:absolute;width:669px;z-index:-1}@media(max-width:1700px){.wpo-hero-section-2 .right-vec .shape-1{left:0;width:550px;width:450px}}@media(max-width:1400px){.wpo-hero-section-2 .right-vec .shape-1{height:480px;left:0;width:500px}}.wpo-hero-section-2 .right-vec .shape-1 .inner-shape{position:absolute;right:0;top:0}@media(max-width:1500px){.wpo-hero-section-2 .right-vec .right-img{text-align:center}}.wpo-hero-section-2 .right-vec .right-img img{animation:bounce 3s linear infinite}@media(max-width:1700px){.wpo-hero-section-2 .right-vec .right-img img{width:80%}}@media(max-width:1400px){.wpo-hero-section-2 .right-vec .right-img img{width:70%}}.wpo-hero-section-2 .btns{right:0;text-align:left}.wpo-hero-section-2 .btns .theme-btn-s2{color:#444;font-size:18px;padding:15px 45px;text-transform:uppercase}@media(max-width:575px){.wpo-hero-section-2 .btns .theme-btn-s2{font-size:14px;padding:15px}}.wpo-hero-section-2 .btns .theme-btn-s2:before{display:none}.wpo-hero-section-2 .wpo-hero-title h2{color:#444;font-size:120px;font-weight:900;line-height:115px;margin:10px 0 30px}@media(max-width:1400px){.wpo-hero-section-2 .wpo-hero-title h2{font-size:80px}}@media(max-width:1200px){.wpo-hero-section-2 .wpo-hero-title h2{font-size:60px;margin-bottom:10px;margin-top:0}}@media(max-width:575px){.wpo-hero-section-2 .wpo-hero-title h2{font-size:40px;line-height:60px;margin-bottom:10px;margin-top:0}}.wpo-hero-section-2 .wpo-hero-title-top span{display:block;margin-bottom:20px}.wpo-hero-section-2 .wpo-hero-title-top ul{display:flex;list-style:none;position:relative}.wpo-hero-section-2 .wpo-hero-title-top ul li{color:#444;font-size:18px;padding-left:30px;position:relative;text-transform:uppercase}.wpo-hero-section-2 .wpo-hero-title-top ul li:before{background:#ffb100;border-radius:50%;content:"";height:10px;left:10px;position:absolute;top:10px;width:10px}.wpo-hero-section-2 .wpo-hero-title-top ul li:first-child{padding-left:0}.wpo-hero-section-2 .wpo-hero-title-top ul li:first-child:before{display:none}.wpo-hero-section-2 .container{height:auto;position:relative}.wpo-hero-section-2 .social-link{bottom:0;left:0;position:relative;top:240px;transform:rotate(0)}@media(max-width:1400px){.wpo-hero-section-2 .social-link{top:160px}}@media(max-width:991px){.wpo-hero-section-2 .social-link{display:none}}.wpo-hero-section-2 .social-link ul{display:flex;justify-content:flex-start;list-style:none;padding-left:50px}.wpo-hero-section-2 .social-link ul:before{background:#ffb100;content:"";height:2px;left:-8px;position:absolute;top:50%;transform:translateX(-50%);width:70px}.wpo-hero-section-2 .social-link ul li a{color:#fff;color:#444;padding-right:20px;position:relative}.wpo-hero-section-2 .social-link ul li a:hover{color:#ffb100}.wpo-hero-section-2 .social-link ul li:last-child a{padding-right:0}.wpo-hero-section-3,.wpo-hero-section-4{background:#f0f8f8;display:flex;flex-direction:column;height:1000px;justify-content:center;overflow:hidden;position:relative;z-index:1}@media(max-width:1400px){.wpo-hero-section-3,.wpo-hero-section-4{height:850px}}@media(max-width:991px){.wpo-hero-section-3,.wpo-hero-section-4{height:650px}}@media(max-width:575px){.wpo-hero-section-3,.wpo-hero-section-4{height:600px}}.wpo-hero-section-3 .wpo-hero-section-text,.wpo-hero-section-4 .wpo-hero-section-text{padding-top:80px;position:relative;z-index:11}@media(max-width:575px){.wpo-hero-section-3 .wpo-hero-section-text,.wpo-hero-section-4 .wpo-hero-section-text{padding-top:60px}}.wpo-hero-section-3 .right-vec,.wpo-hero-section-4 .right-vec{position:absolute;right:50px;top:54%;transform:translateY(-50%);z-index:1}@media(max-width:1700px){.wpo-hero-section-3 .right-vec,.wpo-hero-section-4 .right-vec{right:0;text-align:center}}@media(max-width:1500px){.wpo-hero-section-3 .right-vec,.wpo-hero-section-4 .right-vec{right:-80px}}@media(max-width:1400px){.wpo-hero-section-3 .right-vec,.wpo-hero-section-4 .right-vec{right:-100px}}.wpo-hero-section-3 .right-vec .inner-shape,.wpo-hero-section-4 .right-vec .inner-shape{left:-10%;position:absolute;top:15%;z-index:-1}@media(max-width:1700px){.wpo-hero-section-3 .right-vec .inner-shape,.wpo-hero-section-4 .right-vec .inner-shape{top:5%}}@media(max-width:1400px){.wpo-hero-section-3 .right-vec .inner-shape img,.wpo-hero-section-4 .right-vec .inner-shape img{width:70%}}@media(max-width:991px){.wpo-hero-section-3 .right-vec,.wpo-hero-section-4 .right-vec{display:none}}.wpo-hero-section-3 .right-vec .right-img,.wpo-hero-section-4 .right-vec .right-img{z-index:1}@media(max-width:1500px){.wpo-hero-section-3 .right-vec .right-img,.wpo-hero-section-4 .right-vec .right-img{text-align:center}}.wpo-hero-section-3 .right-vec .right-img img,.wpo-hero-section-4 .right-vec .right-img img{animation:bounce 3s linear infinite}@media(max-width:1700px){.wpo-hero-section-3 .right-vec .right-img img,.wpo-hero-section-4 .right-vec .right-img img{width:80%}}@media(max-width:1400px){.wpo-hero-section-3 .right-vec .right-img img,.wpo-hero-section-4 .right-vec .right-img img{width:70%}}.wpo-hero-section-3 .wpo-hero-title h2,.wpo-hero-section-4 .wpo-hero-title h2{color:#444;font-size:85px;font-weight:900;line-height:110px;margin:10px 0 30px}.wpo-hero-section-3 .wpo-hero-title h2 span,.wpo-hero-section-4 .wpo-hero-title h2 span{color:#ffb100;text-decoration:underline}@media(max-width:1440px){.wpo-hero-section-3 .wpo-hero-title h2,.wpo-hero-section-4 .wpo-hero-title h2{font-size:65px;line-height:85px}}@media(max-width:1200px){.wpo-hero-section-3 .wpo-hero-title h2,.wpo-hero-section-4 .wpo-hero-title h2{font-size:50px;line-height:65px;margin-bottom:10px;margin-top:0}}@media(max-width:575px){.wpo-hero-section-3 .wpo-hero-title h2,.wpo-hero-section-4 .wpo-hero-title h2{font-size:28px;line-height:40px;margin-bottom:10px;margin-top:0}}.wpo-hero-section-3 p,.wpo-hero-section-4 p{max-width:625px}.wpo-hero-section-3 .btns,.wpo-hero-section-4 .btns{align-items:center;display:flex;margin-top:20px}.wpo-hero-section-3 .btns .theme-btn,.wpo-hero-section-4 .btns .theme-btn{border-radius:40px}.wpo-hero-section-3 .btns ul,.wpo-hero-section-4 .btns ul{align-items:center;display:flex;list-style:none;margin-left:15px}.wpo-hero-section-3 .btns ul .video-holder button.wrap,.wpo-hero-section-4 .btns ul .video-holder button.wrap{background:#444;border:none;border-radius:50%;display:block!important;font-size:0;height:40px;left:0;margin-right:20px;position:relative;width:40px}.wpo-hero-section-3 .btns ul .video-holder button.wrap:before,.wpo-hero-section-4 .btns ul .video-holder button.wrap:before{border-bottom:10px solid #0000;border-left:10px solid #fff;border-top:10px solid #0000;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:0}.wpo-hero-section-3 .btns ul li.video-text a,.wpo-hero-section-4 .btns ul li.video-text a{color:#444;font-size:20px}@media(max-width:375px){.wpo-hero-section-3 .btns ul li.video-text,.wpo-hero-section-4 .btns ul li.video-text{display:none}}.wpo-hero-section-3 .container-fluid,.wpo-hero-section-4 .container-fluid{height:auto;padding-left:200px;position:relative}@media(max-width:1700px){.wpo-hero-section-3 .container-fluid,.wpo-hero-section-4 .container-fluid{padding-left:30px}}.wpo-hero-section-3 .social-link,.wpo-hero-section-4 .social-link{bottom:0;left:0;position:relative;top:150px;transform:rotate(0)}@media(max-width:1400px){.wpo-hero-section-3 .social-link,.wpo-hero-section-4 .social-link{top:125px}}@media(max-width:991px){.wpo-hero-section-3 .social-link,.wpo-hero-section-4 .social-link{display:none}}.wpo-hero-section-3 .social-link ul,.wpo-hero-section-4 .social-link ul{display:flex;justify-content:flex-start;list-style:none;padding-left:50px}.wpo-hero-section-3 .social-link ul:before,.wpo-hero-section-4 .social-link ul:before{background:#ffb100;content:"";height:2px;left:-8px;position:absolute;top:50%;transform:translateX(-50%);width:70px}.wpo-hero-section-3 .social-link ul li a,.wpo-hero-section-4 .social-link ul li a{color:#fff;color:#444;padding-right:20px;position:relative}.wpo-hero-section-3 .social-link ul li a:hover,.wpo-hero-section-4 .social-link ul li a:hover{color:#ffb100}.wpo-hero-section-3 .social-link ul li:last-child a,.wpo-hero-section-4 .social-link ul li:last-child a{padding-right:0}.wpo-hero-section-4{background:url(/static/media/slide2.711ad8f5cb1b62ef9bd9.jpg) no-repeat top/cover}@media(max-width:991px){.wpo-hero-section-4{background:#062265;height:500px}}@media(max-width:575px){.wpo-hero-section-4{height:400px}}.wpo-hero-section-4 .container-fluid{padding-left:270px}@media(max-width:1700px){.wpo-hero-section-4 .container-fluid{padding-left:100px}}@media(max-width:767px){.wpo-hero-section-4 .container-fluid{padding-left:30px}}.wpo-hero-section-4 .wpo-hero-title h2{color:#fff}.wpo-hero-section-4 .right-vec{border-radius:50%;position:absolute;right:0;top:68%;transform:translateY(-50%);z-index:1}@media(max-width:1700px){.wpo-hero-section-4 .right-vec{right:0;text-align:center}}@media(max-width:1500px){.wpo-hero-section-4 .right-vec{right:-80px}}@media(max-width:1400px){.wpo-hero-section-4 .right-vec{right:-100px}}@media(max-width:991px){.wpo-hero-section-4 .right-vec{display:none}}.wpo-hero-section-4 .right-vec .right-img{border-radius:50%;height:920px;width:900px}@media(max-width:1700px){.wpo-hero-section-4 .right-vec .right-img{height:720px;width:700px}}@media(max-width:1500px){.wpo-hero-section-4 .right-vec .right-img{text-align:center}}.wpo-hero-section-4 .right-vec .right-img img{animation:bounce 3s linear infinite;border:20px solid #fbf5e2;border-radius:50%;height:920px;object-fit:cover;width:900px}@media(max-width:1700px){.wpo-hero-section-4 .right-vec .right-img img{height:720px;width:700px}}@media(max-width:1400px){.wpo-hero-section-4 .right-vec .right-img img{width:auto}}.wpo-site-footer{background:#062265;font-size:15px;overflow:hidden;position:relative;text-align:left}.wpo-site-footer ul{list-style:none;text-align:left}.wpo-site-footer li,.wpo-site-footer p{color:#fff;text-align:left}.wpo-site-footer .container{position:relative}.wpo-site-footer .wpo-upper-footer{padding:90px 0}@media(max-width:991px){.wpo-site-footer .wpo-upper-footer{padding:60px 0 0}}@media(max-width:767px){.wpo-site-footer .wpo-upper-footer{padding:60px 0 0}}@media(max-width:991px){.wpo-site-footer .wpo-upper-footer .col{margin-bottom:70px;min-height:235px}}@media(max-width:767px){.wpo-site-footer .wpo-upper-footer .col{margin-bottom:60px;min-height:auto}}.wpo-site-footer .widget-title{margin-bottom:30px;text-align:left}.wpo-site-footer .widget-title h3{color:#fff;font-family:Futura PT Demi;font-size:20px;margin:0;position:relative;text-align:left;text-transform:uppercase}@media(max-width:991px){.wpo-site-footer .widget-title h3{font-size:20px;font-size:1.25rem}}.wpo-site-footer .about-widget .logo{max-width:180px}.wpo-site-footer .about-widget p{line-height:1.9em;margin-bottom:.8em;text-align:left}.wpo-site-footer .about-widget p:last-child{margin-bottom:0}.wpo-site-footer .about-widget ul{overflow:hidden;padding-top:10px}.wpo-site-footer .about-widget ul li{float:left;font-size:22px}.wpo-site-footer .about-widget ul li a{background:#ffffff1a;border-radius:50%;color:#fff;display:block;font-size:18px;height:36px;line-height:40px;text-align:center;width:36px}.wpo-site-footer .about-widget ul li a:hover{background:#fff;color:#062265}.wpo-site-footer .about-widget ul li+li{margin-left:25px}@media(max-width:1200px){.wpo-site-footer .about-widget ul li+li{margin-left:20px}}.wpo-site-footer .wpo-service-link-widget{padding-left:30px}@media(max-width:1200px){.wpo-site-footer .wpo-service-link-widget{padding-left:0}}.wpo-site-footer .link-widget{overflow:hidden}@media screen and (min-width:1200px){.wpo-site-footer .link-widget{padding-left:75px}}@media(max-width:1199px){.wpo-site-footer .link-widget{padding-left:20px}}@media(max-width:991px){.wpo-site-footer .link-widget{padding-left:0}}@media(max-width:767px){.wpo-site-footer .link-widget{max-width:350px}}.wpo-site-footer .link-widget ul li{position:relative}.wpo-site-footer .link-widget ul li a{color:#fff;font-size:17px;text-align:left}.wpo-site-footer .link-widget ul li a:hover{text-decoration:underline}.wpo-site-footer .link-widget ul li+li{padding-top:15px}.wpo-site-footer .contact-ft{margin-top:20px}.wpo-site-footer .contact-ft ul li{color:#e5e3e3;font-size:17px;padding-bottom:15px;padding-left:35px;position:relative;text-align:left}.wpo-site-footer .contact-ft ul li i{left:0;position:absolute;top:0}.wpo-site-footer .contact-ft ul li .fi:before{font-size:20px;margin-right:15px}.wpo-site-footer .wpo-lower-footer{background:#031a50;position:relative;text-align:left}.wpo-site-footer .wpo-lower-footer .row{padding:20px 0;position:relative;text-align:left}.wpo-site-footer .wpo-lower-footer .copyright{display:inline-block;font-size:15px;font-size:.9375rem;margin:0;text-align:left}.wpo-site-footer .wpo-lower-footer .copyright a{color:#fff;text-decoration:none}@media(max-width:991px){.wpo-site-footer .wpo-lower-footer .copyright{display:block;float:none;font-size:14px}}.wpo-site-footer .instagram{display:block;width:100%}.wpo-site-footer .instagram .widget-title{margin-bottom:30px;padding-left:0;text-align:left}.wpo-site-footer .instagram .widget-title h3{margin:0;text-align:left}.wpo-site-footer .instagram ul{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 -15px;padding:0}.wpo-site-footer .instagram ul li{align-self:flex-start;aspect-ratio:16/9;flex-basis:calc(50% - 30px);flex-grow:0;flex-shrink:0;margin-bottom:20px;max-width:calc(50% - 30px);padding:0 15px;position:relative}.wpo-site-footer .instagram ul li img{border:2px solid #fff;border-radius:8px;box-shadow:0 4px 8px #0000004d;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.wpo-site-footer .instagram ul li .video-overlay{display:none}@media(min-width:768px){.wpo-site-footer .instagram ul li{flex-basis:calc(33.333% - 30px);flex-grow:0;flex-shrink:0;max-width:calc(33.333% - 30px)}}.sticky-header{left:0;opacity:0;position:fixed;top:-200px;transition:all .7s;width:100%;z-index:9999}.sticky-on{opacity:1;top:0}@media(max-width:991px){.wpo-work-section,.wpo-work-section-s2{padding-bottom:50px}}.wpo-work-section .wpo-work-iem,.wpo-work-section-s2 .wpo-work-iem{text-align:center}@media(max-width:991px){.wpo-work-section .wpo-work-iem,.wpo-work-section-s2 .wpo-work-iem{margin-bottom:30px}}.wpo-work-section .wpo-work-iem .wpo-work-icon-wrap,.wpo-work-section-s2 .wpo-work-iem .wpo-work-icon-wrap{background:#e8f3fd;border-radius:50%;height:167px;margin:0 auto 25px;position:relative;width:167px;z-index:1}.wpo-work-section .wpo-work-iem .wpo-work-icon-wrap .wpo-work-icon,.wpo-work-section-s2 .wpo-work-iem .wpo-work-icon-wrap .wpo-work-icon{background:#ffb100;border-radius:50%;height:100px;left:15px;line-height:100px;position:absolute;text-align:center;top:15px;width:100px;z-index:1}.wpo-work-section .wpo-work-iem .wpo-work-icon-wrap .wpo-work-icon-thumb,.wpo-work-section-s2 .wpo-work-iem .wpo-work-icon-wrap .wpo-work-icon-thumb{background:#fff;border-radius:50%;bottom:20px;box-shadow:0 5px 18.8px 1.2px #6366bb1a;height:55px;line-height:55px;position:absolute;right:30px;text-align:center;width:55px;z-index:-1}.wpo-work-section .wpo-work-iem .wpo-work-icon-wrap .wpo-work-icon-thumb span,.wpo-work-section-s2 .wpo-work-iem .wpo-work-icon-wrap .wpo-work-icon-thumb span{-webkit-text-fill-color:#fff;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#8188a9;color:#fff;font-family:Futura PT;font-size:40px;font-size:2.2222222222rem;font-weight:900}.wpo-work-section .wpo-work-iem .wpo-work-text h4,.wpo-work-section-s2 .wpo-work-iem .wpo-work-text h4{font-size:25px;font-weight:600}@media(max-width:1200px){.wpo-work-section .wpo-work-iem .wpo-work-text h4,.wpo-work-section-s2 .wpo-work-iem .wpo-work-text h4{font-size:20px}}.wpo-work-section .col:nth-child(2) .wpo-work-iem .wpo-work-icon,.wpo-work-section .col:nth-child(4) .wpo-work-iem .wpo-work-icon,.wpo-work-section-s2 .col:nth-child(2) .wpo-work-iem .wpo-work-icon,.wpo-work-section-s2 .col:nth-child(4) .wpo-work-iem .wpo-work-icon{background-color:#004585;bottom:15px;left:auto;right:15px;top:auto}.wpo-work-section .col:nth-child(2) .wpo-work-iem .wpo-work-icon-thumb,.wpo-work-section .col:nth-child(4) .wpo-work-iem .wpo-work-icon-thumb,.wpo-work-section-s2 .col:nth-child(2) .wpo-work-iem .wpo-work-icon-thumb,.wpo-work-section-s2 .col:nth-child(4) .wpo-work-iem .wpo-work-icon-thumb{left:30px;top:20px}.wpo-about-section,.wpo-about-section-s2{padding:80px 0 120px}@media(max-width:767px){.wpo-about-section,.wpo-about-section-s2{padding:60px 0 90px}}.wpo-about-section .about-img,.wpo-about-section-s2 .about-img{border-radius:50%;height:465px;margin-left:auto;margin-right:75px;padding:10px;position:relative;text-align:right;width:465px;z-index:1}@media(max-width:991px){.wpo-about-section .about-img,.wpo-about-section-s2 .about-img{margin:0 auto}}@media(max-width:767px){.wpo-about-section .about-img,.wpo-about-section-s2 .about-img{height:335px;width:335px}}@media(max-width:575px){.wpo-about-section .about-img,.wpo-about-section-s2 .about-img{height:225px;width:225px}}.wpo-about-section .about-img:after,.wpo-about-section-s2 .about-img:after{border:1px solid #f1e5e5;border-radius:50%;content:"";height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.wpo-about-section .about-img img,.wpo-about-section-s2 .about-img img{border-radius:50%;width:100%}.wpo-about-section .about-img .shape-1,.wpo-about-section-s2 .about-img .shape-1{background:#fefaf0;border-radius:50%;height:369px;left:-100px;position:absolute;top:-90px;width:369px;z-index:-1}@media(max-width:767px){.wpo-about-section .about-img .shape-1,.wpo-about-section-s2 .about-img .shape-1{height:269px;left:-85px;top:-70px;width:269px}}@media(max-width:575px){.wpo-about-section .about-img .shape-1,.wpo-about-section-s2 .about-img .shape-1{height:225px;left:-36px;width:225px}}.wpo-about-section .about-img .shape-2,.wpo-about-section-s2 .about-img .shape-2{background:#fcf4f4;border-radius:50%;bottom:-90px;height:230px;left:0;position:absolute;width:230px;z-index:-1}@media(max-width:767px){.wpo-about-section .about-img .shape-2,.wpo-about-section-s2 .about-img .shape-2{bottom:-50px;height:135px;width:135px}}.wpo-about-section .about-img .ab-btn,.wpo-about-section-s2 .about-img .ab-btn{background-color:#004585;color:#fff;font-family:Futura PT;font-size:22px;font-size:1.2222222222rem;left:-70px;padding:15px 25px;position:absolute;top:58%;z-index:11}@media screen and (min-width:991px)and (max-width:1299px){.wpo-about-section .about-img .ab-btn,.wpo-about-section-s2 .about-img .ab-btn{left:-30px}}@media(max-width:767px){.wpo-about-section .about-img .ab-btn,.wpo-about-section-s2 .about-img .ab-btn{font-size:14px;font-size:.7777777778rem}}@media(max-width:575px){.wpo-about-section .about-img .ab-btn,.wpo-about-section-s2 .about-img .ab-btn{left:-30px}}@media(max-width:991px){.wpo-about-section .about-content,.wpo-about-section-s2 .about-content{padding-top:120px}}.wpo-about-section .about-content .section-title,.wpo-about-section-s2 .about-content .section-title{margin-bottom:30px}.wpo-about-section .about-content .section-title h2,.wpo-about-section-s2 .about-content .section-title h2{font-size:50px}@media(max-width:575px){.wpo-about-section .about-content .section-title h2,.wpo-about-section-s2 .about-content .section-title h2{font-size:35px}}.wpo-about-section .about-content ul,.wpo-about-section-s2 .about-content ul{list-style:none;margin-bottom:30px;margin-top:30px}.wpo-about-section .about-content ul li,.wpo-about-section-s2 .about-content ul li{font-size:18px;padding-bottom:15px;padding-left:20px;position:relative}.wpo-about-section .about-content ul li i,.wpo-about-section-s2 .about-content ul li i{color:#ffb100;font-size:12px;left:0;margin-right:10px;position:absolute;top:8px}.wpo-service-section,.wpo-service-section-s2{padding:40px 0 90px;position:relative}@media(max-width:1700px){.wpo-service-section,.wpo-service-section-s2{padding:0 0 50px}}.wpo-service-section-s2:before,.wpo-service-section:before{background:#fdfaf4;border-radius:50%;content:"";height:620px;position:absolute;right:-18%;top:-30%;width:682px}@media(max-width:1700px){.wpo-service-section-s2:before,.wpo-service-section:before{height:520px;width:582px}}@media(max-width:1500px){.wpo-service-section-s2:before,.wpo-service-section:before{height:420px;top:-20%;width:482px}}@media(max-width:1300px){.wpo-service-section-s2:before,.wpo-service-section:before{height:320px;top:-20%;width:382px}}@media(max-width:767px){.wpo-service-section-s2:before,.wpo-service-section:before{display:none}}@media(max-width:991px){.wpo-service-section,.wpo-service-section-s2{padding-top:0}}.wpo-service-section .wpo-service-item,.wpo-service-section-s2 .wpo-service-item{box-shadow:0 2px 10.2px 1.8px #2121210d;margin-bottom:30px;overflow:hidden;padding:55px 30px;position:relative;text-align:center;z-index:1}@media(max-width:1200px){.wpo-service-section .wpo-service-item,.wpo-service-section-s2 .wpo-service-item{padding:55px 25px}}@media(max-width:767px){.wpo-service-section .wpo-service-item,.wpo-service-section-s2 .wpo-service-item{padding:35px 15px}}.wpo-service-section .wpo-service-item .wpo-service-icon,.wpo-service-section-s2 .wpo-service-item .wpo-service-icon{margin-bottom:20px}.wpo-service-section .wpo-service-item .wpo-service-icon img,.wpo-service-section-s2 .wpo-service-item .wpo-service-icon img{user-drag:none;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.wpo-service-section .wpo-service-item .wpo-service-text h2,.wpo-service-section-s2 .wpo-service-item .wpo-service-text h2{font-size:22px;font-weight:600}.wpo-service-section .wpo-service-item .wpo-service-text h2 a,.wpo-service-section-s2 .wpo-service-item .wpo-service-text h2 a{color:#062265}.wpo-service-section .wpo-service-item .wpo-service-text h2 a:hover,.wpo-service-section-s2 .wpo-service-item .wpo-service-text h2 a:hover{color:#ffb100}.wpo-service-section .wpo-service-item .wpo-service-text p,.wpo-service-section-s2 .wpo-service-item .wpo-service-text p{margin-bottom:0}.wpo-service-section .wpo-service-item .visible-icon,.wpo-service-section-s2 .wpo-service-item .visible-icon{position:absolute;right:-30px;top:-50px;z-index:-1}.wpo-fun-fact-section,.wpo-fun-fact-section-s2,.wpo-fun-fact-section-s3{background:#24243e;padding:100px 0;text-align:center}@media(max-width:767px){.wpo-fun-fact-section,.wpo-fun-fact-section-s2,.wpo-fun-fact-section-s3{padding-bottom:30px}}.wpo-fun-fact-section h2,.wpo-fun-fact-section-s2 h2,.wpo-fun-fact-section-s3 h2{font-size:30px;font-size:1.6666666667rem;font-weight:600;margin:0 0 1.8em}@media(max-width:991px){.wpo-fun-fact-section h2,.wpo-fun-fact-section-s2 h2,.wpo-fun-fact-section-s3 h2{font-size:26px;font-size:1.4444444444rem}}@media(max-width:767px){.wpo-fun-fact-section h2,.wpo-fun-fact-section-s2 h2,.wpo-fun-fact-section-s3 h2{font-size:25px;font-size:1.3888888889rem}}.wpo-fun-fact-section .wpo-fun-fact-grids .grid,.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid,.wpo-fun-fact-section-s3 .wpo-fun-fact-grids .grid{float:left;width:25%}@media(max-width:767px){.wpo-fun-fact-section .wpo-fun-fact-grids .grid,.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid,.wpo-fun-fact-section-s3 .wpo-fun-fact-grids .grid{margin-bottom:50px;width:50%}}.wpo-fun-fact-section .grid .info,.wpo-fun-fact-section-s2 .grid .info,.wpo-fun-fact-section-s3 .grid .info{align-items:center;display:flex;justify-content:center}.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s2 .grid h3,.wpo-fun-fact-section-s3 .grid h3{-webkit-text-fill-color:#24243e;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#c4c4c4;align-items:center;color:#ffb100;display:flex;float:left;font-family:Futura PT;font-size:100px;font-size:5.5555555556rem;font-weight:900;justify-content:center;margin-bottom:0;margin-right:20px}.wpo-fun-fact-section .grid h3 .odometer-inside,.wpo-fun-fact-section-s2 .grid h3 .odometer-inside,.wpo-fun-fact-section-s3 .grid h3 .odometer-inside{display:flex}@media(max-width:1200px){.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s2 .grid h3,.wpo-fun-fact-section-s3 .grid h3{ont-size:2.7777777778rem;font-size:50px}}@media(max-width:991px){.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s2 .grid h3,.wpo-fun-fact-section-s3 .grid h3{font-size:40px;font-size:2.2222222222rem}}@media(max-width:767px){.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s2 .grid h3,.wpo-fun-fact-section-s3 .grid h3{font-size:35px;font-size:1.9444444444rem}}.wpo-fun-fact-section .grid h3+p,.wpo-fun-fact-section-s2 .grid h3+p,.wpo-fun-fact-section-s3 .grid h3+p{color:#c4c4c4;font-family:Futura PT;font-size:25px;font-size:1.3888888889rem;line-height:35px;margin:0;max-width:120px;text-align:left}@media(max-width:1200px){.wpo-fun-fact-section .grid h3+p,.wpo-fun-fact-section-s2 .grid h3+p,.wpo-fun-fact-section-s3 .grid h3+p{font-size:20px;font-size:1.1111111111rem;line-height:22px;max-width:90px}}@media(max-width:991px){.wpo-fun-fact-section .grid h3+p,.wpo-fun-fact-section-s2 .grid h3+p,.wpo-fun-fact-section-s3 .grid h3+p{font-size:16px;font-size:.8888888889rem}}.wpo-project-section{padding:100px 0 120px;position:relative;z-index:1}.wpo-project-section .container{position:relative}.wpo-project-section .section-title-s4{left:-10%;position:absolute;top:40%;transform:rotate(-90deg);z-index:-1}@media(max-width:1200px){.wpo-project-section .section-title-s4{display:none}.wpo-project-section{padding:70px 0 90px}}.wpo-project-section .project-section-title span{color:#007a6c;font-family:Futura PT;font-size:20px;font-weight:500}.wpo-project-section .project-section-title h2{font-size:40px;font-weight:600}@media(max-width:575px){.wpo-project-section .project-section-title h2{font-size:30px}}.wpo-project-section .project-section-title{margin-bottom:70px}.wpo-project-section .wpo-project-item{position:relative}.wpo-project-section .wpo-project-item .wpo-project-text h2{font-size:25px;font-weight:600;margin-bottom:30px}.wpo-project-section .wpo-project-item .wpo-project-text h2 a{color:#062265}.wpo-project-section .wpo-project-item .wpo-project-text h2 a:hover{color:#ffb100}.wpo-project-section .wpo-project-item .wpo-project-img:hover img{transform:scale(1.2)}.wpo-project-section .wpo-project-item .wpo-project-thumb{background:#fff;box-shadow:0 5px 18.8px 1.2px #2425571a;height:100px;line-height:100px;position:absolute;right:-20px;text-align:center;top:40px;width:100px;z-index:11}.wpo-project-section .wpo-project-item .wpo-project-thumb span{font-family:Futura PT;font-size:55px;font-weight:500}.wpo-project-section .slick-arrow{border-radius:0;color:#6e6e6e;font-size:0;height:50px;line-height:65px;margin:0;padding:0;transition:all .3s;width:50px;z-index:1}.wpo-project-section .slick-arrow:after{border-bottom:3px solid #ffb100;border-right:3px solid #ffb100;bottom:-3px;content:"";height:48px;opacity:0;position:absolute;right:-3px;transition:all .3s;visibility:hidden;width:48px;z-index:-1}.wpo-project-section .slick-arrow:hover:after{opacity:1;visibility:visible}@media(max-width:767px){.wpo-project-section .slick-arrow{display:none!important}}.wpo-project-section .owl-dots{text-align:center}.wpo-project-section .owl-dots button{background-color:#d6d6d6;border:0;border-radius:50%;height:12px;margin:5px;width:10px}.wpo-project-section .owl-dots button.active{background-color:#ffb100}.wpo-project-section .slick-next{position:absolute;right:0;top:-120px}.wpo-project-section .slick-next:before{color:#ffb100;content:"";font-family:themify}.wpo-project-section .slick-prev{left:auto;position:absolute;right:70px;top:-120px}.wpo-project-section .slick-prev:after{border-bottom:3px solid #ffb100;border-left:3px solid #ffb100;border-right:0!important;bottom:-3px;left:-3px}.wpo-project-section .slick-prev:before{color:#ffb100;content:"";font-family:themify}.wpo-project-section .slick-list{margin:0 -30px}.wpo-project-section .slick-slide{padding:0 30px}@media(max-width:575px){.wpo-project-section{padding-left:15px}}.wpo-testimonials-section{background:#f9f5f3}.wpo-testimonials-section .testimonials-left{padding-right:80px}@media(max-width:1200px){.wpo-testimonials-section .testimonials-left{margin-bottom:50px;padding-right:0}}.wpo-testimonials-section .testimonials-left span{font-family:Futura PT}.wpo-testimonials-section .testimonials-left span:before{background:#ffb100;content:"";height:2px;left:-35px;position:absolute;top:12px;width:30px}@media(max-width:1300px){.wpo-testimonials-section .testimonials-left h3{font-size:30px}}@media(max-width:1200px){.wpo-testimonials-section .testimonials-left h3{font-size:40px}}@media(max-width:575px){.wpo-testimonials-section .testimonials-left h3{font-size:30px}}.wpo-testimonials-section .testimonials-wrapper .testimonials-item .testimonials-item-top{background:#fff;padding:40px;position:relative;z-index:1}.wpo-testimonials-section .testimonials-wrapper .testimonials-item .testimonials-item-top:before{border-color:#fff #0000 #0000;border-style:solid;border-width:25px 25px 0;bottom:-25px;content:"";height:0;left:40px;margin-top:0;position:absolute;width:0}.wpo-testimonials-section .testimonials-wrapper .testimonials-item .testimonials-item-top:after{color:#f1f1f1;content:"";font-family:Flaticon;font-size:50px;position:absolute;right:30px;top:20px;z-index:-1}.wpo-testimonials-section .testimonials-wrapper .testimonials-item .testimonials-item-top p{line-height:40px;margin-bottom:0}.wpo-testimonials-section .testimonials-wrapper .testimonials-item .testimonials-item-bottom{align-items:center;display:flex;padding-left:35px;padding-top:30px}.wpo-testimonials-section .testimonials-wrapper .testimonials-item .testimonials-item-bottom .testimonials-item-bottom-author{margin-right:15px}.wpo-testimonials-section .testimonials-wrapper .testimonials-item .testimonials-item-bottom .testimonials-item-bottom-author img{border-radius:50%;height:70px;width:70px}.wpo-testimonials-section .testimonials-wrapper .testimonials-item .testimonials-item-bottom .testimonials-item-bottom-author-text h3{font-size:22px;font-weight:600}.wpo-testimonials-section .testimonials-wrapper .testimonials-item .testimonials-item-bottom .testimonials-item-bottom-author-text span{color:#6c6c6c;font-size:18px}.wpo-testimonials-section .testimonials-wrapper .slick-list{margin:0 -15px}.wpo-testimonials-section .testimonials-wrapper .slick-slide{padding:0 15px}.wpo-support-section .wpo-support-wrap{align-items:center;background:linear-gradient(90deg,#1833a2,#3758d2 77%);background:-ms-linear-gradient(90deg,#1833a2 0,#3758d2 77%);display:flex;justify-content:space-between;padding:80px 100px}@media(max-width:991px){.wpo-support-section .wpo-support-wrap{flex-wrap:wrap;justify-content:center}}@media(max-width:767px){.wpo-support-section .wpo-support-wrap{padding:40px}}@media(max-width:575px){.wpo-support-section .wpo-support-wrap{padding:30px 20px}}.wpo-support-section .wpo-support-wrap .wpo-support-item-left{max-width:470px}@media(max-width:991px){.wpo-support-section .wpo-support-wrap .wpo-support-item-left{margin:0 auto 20px;text-align:center}}.wpo-support-section .wpo-support-wrap .wpo-support-item-left h3{color:#fff;font-size:35px;margin-bottom:20px}@media(max-width:575px){.wpo-support-section .wpo-support-wrap .wpo-support-item-left h3{font-size:30px;margin-bottom:12px}}.wpo-support-section .wpo-support-wrap .wpo-support-item-left p{color:#fff}.wpo-support-section .wpo-support-wrap .wpo-support-item-right a.theme-btn{background:#fff;color:#303030}.wpo-support-section .wpo-support-wrap .wpo-support-item-right a.theme-btn:hover{background:#ffb100;color:#fff}.wpo-blog-section{padding-bottom:90px}@media(max-width:767px){.wpo-blog-section{padding-bottom:40px}}.wpo-blog-section .row{margin:0 -40px}@media(max-width:767px){.wpo-blog-section .row{margin:0 -15px}}.wpo-blog-section .col{border-right:1px dashed #ebebeb;margin-bottom:30px;padding:0 40px}@media(max-width:767px){.wpo-blog-section .col{padding:0 15px}}.wpo-blog-section .col:last-child{border:0}@media(max-width:991px){.wpo-blog-section .col:nth-child(2){border:0}}@media(max-width:767px){.wpo-blog-section .col:last-child{border:0}}.wpo-blog-section .wpo-blog-item .wpo-blog-img{position:relative}.wpo-blog-section .wpo-blog-item .wpo-blog-img img{width:100%}.wpo-blog-section .wpo-blog-item .wpo-blog-img .blog-thumb{background:#ffb100;border-radius:2px;left:20px;padding:5px 15px 6px;position:absolute;top:20px}.wpo-blog-section .wpo-blog-item .wpo-blog-img .blog-thumb span{color:#fff;font-size:14px}.wpo-blog-section .wpo-blog-item .wpo-blog-img .blog-favorite{background:#fff;border-radius:50%;box-shadow:0 5px 16px 0 #fe5a0e59;color:#ffb100;height:50px;line-height:56px;position:absolute;right:20px;text-align:center;top:10px;width:50px}.wpo-blog-section .wpo-blog-item .wpo-blog-img .blog-favorite i{font-size:20px}.wpo-blog-section .wpo-blog-item .wpo-blog-text{padding-top:30px}.wpo-blog-section .wpo-blog-item .wpo-blog-text span{color:#007a6c;display:block;font-size:15px;margin-bottom:10px}.wpo-blog-section .wpo-blog-item .wpo-blog-text h2{font-size:25px;font-weight:900;margin-bottom:20px}@media(max-width:767px){.wpo-blog-section .wpo-blog-item .wpo-blog-text h2{font-size:20px}}.wpo-blog-section .wpo-blog-item .wpo-blog-text h2 a{color:#062265}.wpo-blog-section .wpo-blog-item .wpo-blog-text h2 a:hover{color:#ffb100}.wpo-blog-section .wpo-blog-item .wpo-blog-text a.theme-btn-s2{border-radius:3px;color:#282828;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;padding:15px 25px}.wpo-blog-section .wpo-blog-item .wpo-blog-text a.theme-btn-s2 i{font-size:14px;left:3px;position:relative;top:2px}@media(max-width:1200px){.wpo-work-section-s2{padding-bottom:80px}}@media(max-width:767px){.wpo-work-section-s2{padding-bottom:50px}}.wpo-work-section-s2 .wpo-work-wrap .wpo-work-iem{box-shadow:0 2px 10.2px 1.8px #2121210d;padding:30px}@media(max-width:1400px){.wpo-work-section-s2 .wpo-work-wrap .wpo-work-iem{padding:30px 0}.wpo-work-section-s2 .wpo-work-wrap .wpo-work-iem .wpo-work-text h4{font-size:20px}}.wpo-service-section-s2 .wpo-service-item{border:1px solid #ebebeb;box-shadow:none}.wpo-service-section-s2 .wpo-service-item .visible-icon{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:-1}.wpo-fun-fact-section-s2,.wpo-fun-fact-section-s3{background:none;padding:0}.wpo-fun-fact-section-s2 .wpo-fun-fact-grids,.wpo-fun-fact-section-s3 .wpo-fun-fact-grids{background:#062265;border-radius:10px;padding:80px 60px}@media(max-width:1400px){.wpo-fun-fact-section-s2 .wpo-fun-fact-grids,.wpo-fun-fact-section-s3 .wpo-fun-fact-grids{padding:60px 30px}}@media(max-width:767px){.wpo-fun-fact-section-s2 .wpo-fun-fact-grids,.wpo-fun-fact-section-s3 .wpo-fun-fact-grids{padding:40px 15px 0}}.wpo-fun-fact-section-s2 .wpo-fun-fact-grids h3,.wpo-fun-fact-section-s3 .wpo-fun-fact-grids h3{-webkit-text-fill-color:#062265;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#c4c4c4}@media(max-width:767px){.wpo-fun-fact-section-s2 .wpo-fun-fact-grids h3,.wpo-fun-fact-section-s3 .wpo-fun-fact-grids h3{margin-right:5px}}.wpo-fun-fact-section-s3{padding-bottom:120px}@media(max-width:991px){.wpo-fun-fact-section-s3{padding-bottom:90px}}.wpo-about-section-s2 .about-img{border-radius:0;height:100%;z-index:1}.wpo-about-section-s2 .about-img:after{border-color:#ffb100;border-radius:0;border-bottom-left-radius:80px;height:96%;width:96%;z-index:-1}.wpo-about-section-s2 .about-img .shape-1{bottom:-105px;left:80px;top:auto}.wpo-about-section-s2 .about-img .shape-2{bottom:20px;left:-95px}.wpo-about-section-s2 .about-img .shape-3{left:-70px;position:absolute;top:-70px;z-index:-1}.wpo-about-section-s2 .about-img .shape-3 img{border-radius:0}.wpo-about-section-s2 .about-img img{border-radius:0;border-bottom-left-radius:80px}.wpo-contact-section{overflow:hidden;padding-bottom:0}.wpo-contact-section .wpo-contact-wrap{position:relative;z-index:1}.wpo-contact-section .wpo-contact-wrap:before{background:url(data:image/png;base64,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) no-repeat top/cover;content:"";height:50%;left:0;position:absolute;top:-140px;width:100%;z-index:-14}.wpo-contact-section .wpo-contact-wrap .contact-form .contact-form-title{margin-bottom:30px}.wpo-contact-section .wpo-contact-wrap .contact-form .contact-form-title h2{font-size:40px;font-weight:600;margin-bottom:30px;padding-bottom:20px;position:relative}.wpo-contact-section .wpo-contact-wrap .contact-form .contact-form-title h2:before{background:#ffb100;bottom:0;content:"";height:5px;left:0;position:absolute;width:110px}.wpo-contact-section .wpo-contact-wrap .contact-form .contact-form-title p{font-size:20px;font-weight:600}.wpo-contact-section .wpo-contact-wrap .contact-form .form-control{border:1px solid #d7d7d7;height:60px;width:100%}.wpo-contact-section .wpo-contact-wrap .contact-form .form-field{margin-bottom:30px}.wpo-contact-section .wpo-contact-wrap .contact-form .form-field p{color:red;font-size:14px}.wpo-contact-section .wpo-contact-wrap .contact-form textarea.form-control{height:170px}.wpo-contact-section .wpo-contact-wrap .contact-form .theme-btn{display:block;margin-top:20px;width:100%}.wpo-protfolio-area{padding-bottom:90px}.wpo-protfolio-area-3{padding-bottom:70px}.wpo-protfolio-text h2{color:#fff;font-size:40px}.wpo-protfolio-text span{color:#fff;display:block;font-size:18px;font-weight:300;margin-bottom:20px}.wpo-protfolio-text a{background:#ffffff59;border-radius:40px;color:#fff;display:inline-block;font-size:18px;padding:10px 50px;position:relative}.wpo-protfolio-text a:after{border:1px solid #fff;border-radius:40px;bottom:-5px;content:"";height:120%;left:-5px;position:absolute;width:105%}.wpo-protfolio-text a:before{background:#fff;border-radius:40px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s;width:100%;z-index:9}.wpo-protfolio-text a:hover:before{left:0;opacity:.3}.wpo-blog-img,.wpo-protfolio-single{margin-bottom:1px;overflow:hidden;position:relative}.wpo-protfolio-text{bottom:30px;left:0;padding:40px;position:absolute}.wpo-protfolio-right{margin-top:-200px}.wpo-protfolio-area .section-title{margin-bottom:120px}.wpo-protfolio-img img{width:100%}@media(max-width:767px){.wpo-protfolio-area .section-title{margin-bottom:40px}.wpo-protfolio-right{margin-top:0}.protfolio-btn{margin-top:15px;text-align:center}}@media(max-width:590px){.protfolio-btn a{font-size:20px}}.sortable-gallery{overflow:hidden}.gallery-filters{margin-bottom:60px;text-align:center}.gallery-filters ul{list-style:none;overflow:hidden;text-align:center}.gallery-filters ul,.gallery-filters ul li{display:inline-block}.gallery-filters ul li a{color:#141348;display:block;font-weight:600;text-transform:capitalize}.gallery-filters ul>li+li{margin-left:30px}.gallery-filters ul li a.current{color:#ffb100}@media(max-width:500px){.gallery-filters ul>li+li{margin-bottom:5px;margin-left:10px}}.wpo-protfolio-area .wpo-protfolio-single{margin-bottom:30px}.wpo-protfolio-area .wpo-protfolio-img{position:relative}.wpo-protfolio-area .wpo-protfolio-img:before{background:#25224d66;content:"";height:0;left:0;opacity:0;position:absolute;top:0;transition:all .3s;visibility:hidden;width:100%}.wpo-protfolio-area .wpo-protfolio-single:hover .wpo-protfolio-img:before{height:100%;opacity:1;visibility:visible}.wpo-protfolio-area .wpo-protfolio-text{bottom:-200px;opacity:0;transition:all .3s;visibility:hidden}.wpo-protfolio-area .wpo-protfolio-single:hover .wpo-protfolio-text{bottom:0;opacity:1;visibility:visible}.wpo-protfolio-area-3 .wpo-protfolio-text{bottom:0;padding:30px 0;position:relative}.wpo-protfolio-area-3 .wpo-protfolio-text h2{color:#131058;font-weight:400;margin-top:0}.wpo-protfolio-area-3 .wpo-protfolio-text span{color:#666}.protfolio-slide-area .wpo-protfolio-single{margin-bottom:30px;overflow:hidden;position:relative;z-index:9}.protfolio-slide-area .wpo-protfolio-single:after{background:#08084ecc;content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s;width:0;z-index:9}.protfolio-slide-area .wpo-protfolio-single:hover:after{width:100%}.protfolio-slide-area .protfolio-btn{margin-top:0;text-align:center}.protfolio-slide-area .thumb-text{opacity:0;position:absolute;right:10px;top:-30%;transition:all .6s;visibility:hidden;z-index:999}.protfolio-slide-area .slick-slide{padding:0 15px}@media(max-width:767px){.protfolio-slide-area .slick-slide{padding:0}}.protfolio-slide-area .wpo-protfolio-img img{min-height:350px;object-fit:cover}.protfolio-slide-area .thumb-text span{color:#fff;font-family:Conv_Now-Bold;font-size:200px;font-weight:700;line-height:190px;z-index:999}@media(max-width:1500px){.protfolio-slide-area .wpo-protfolio-text h2{font-size:30px}}@media(max-width:450px){.protfolio-slide-area .wpo-protfolio-text h2{font-size:25px}}.protfolio-slide-area .wpo-protfolio-text{bottom:-50%;opacity:0;transition:all .5s;visibility:hidden;z-index:999}.protfolio-slide-area .wpo-protfolio-single:hover .wpo-protfolio-text{bottom:0;opacity:1;visibility:visible}@media(max-width:767px){.protfolio-slide-area .wpo-protfolio-single:hover .wpo-protfolio-text{padding:20px}}.protfolio-slide-area .wpo-protfolio-single:hover .thumb-text{opacity:1;top:0;visibility:visible}.gallery-active .owl-item.active{position:relative}.gallery-active .owl-nav button.owl-next{bottom:-70px;left:52%;transform:translateY(-50%)}.gallery-active .owl-nav button{bottom:-70px;box-shadow:0 16px 32px 0 #b8b8b84d;height:50px;left:48%;line-height:46px;position:absolute;text-align:center;transform:translateY(-50%);transition:all .3s;width:50px}@media(max-width:1200px){.gallery-active .owl-nav button{left:43%}}@media(max-width:767px){.gallery-active .owl-nav button{left:35%}}.gallery-active .owl-nav button{background:#0000;border:0;border-radius:50%;color:#333;text-decoration:none}.gallery-active .owl-nav button:hover{background:#ffb100;border-radius:50%;color:#fff;text-decoration:none}.protfolio-slide-area .owl-carousel .owl-item img{height:475px;object-fit:cover}@media(max-width:767px){.protfolio-slide-area .owl-carousel .owl-item img{height:375px}}.wpo-protfolio-area-3 .wpo-protfolio-text h2 a{color:#062265;font-size:40px;padding:0}.wpo-protfolio-area-3 .wpo-protfolio-text h2 a:hover{color:#ffb100}@media(max-width:991px){.wpo-service-single-section{padding-bottom:60px}}.wpo-service-single-section .wpo-service-single-wrap img{width:100%}.wpo-service-single-section .wpo-service-single-wrap .wpo-service-single-img img{max-height:475px;object-fit:cover}.wpo-service-single-section .wpo-service-single-wrap .wpo-service-single-content .wpo-service-single-content-des{padding:40px 0}@media(max-width:767px){.wpo-service-single-section .wpo-service-single-wrap .wpo-service-single-content .wpo-service-single-content-des{padding:35px 0}}.wpo-service-single-section .wpo-service-single-wrap .wpo-service-single-content .wpo-service-single-content-des h2{font-family:Futura PT;font-size:33px;font-weight:700;margin-bottom:30px}@media(max-width:767px){.wpo-service-single-section .wpo-service-single-wrap .wpo-service-single-content .wpo-service-single-content-des h2{font-size:25px;margin-bottom:16px}}.wpo-service-single-section .wpo-service-single-wrap .wpo-service-single-content .wpo-service-single-content-des p{margin-bottom:30px}.wpo-service-single-section .wpo-service-single-wrap .wpo-service-single-content .wpo-service-single-content-des .wpo-service-single-sub-img{margin-top:50px}.wpo-service-single-section .wpo-service-single-wrap .wpo-service-single-content .wpo-service-single-content-des .wpo-service-single-sub-img ul{display:flex;list-style:none}.wpo-service-single-section .wpo-service-single-wrap .wpo-service-single-content .wpo-service-single-content-des .wpo-service-single-sub-img li{padding-left:10px;padding-right:10px}.wpo-service-single-section .wpo-service-single-wrap .wpo-service-single-content .wpo-service-single-content-des .wpo-service-single-sub-img li:last-child{padding-left:10px;padding-right:0}.wpo-service-single-section .wpo-service-single-wrap .wpo-service-single-content .wpo-service-single-content-des .wpo-service-single-sub-img li:first-child{padding-left:0}.wpo-service-single-section .wpo-service-single-wrap .wpo-related-section h2{font-family:Futura PT;font-size:30px;font-weight:700;margin-bottom:30px}@media(max-width:575px){.wpo-service-single-section .wpo-service-single-wrap .wpo-related-section h2{font-size:25px}}.wpo-service-single-section .wpo-service-single-wrap .wpo-related-section .wpo-related-item{background:#fff;box-shadow:0 5px 15px 0 #3e419f1a;margin-bottom:30px;padding:30px 25px}.wpo-service-single-section .wpo-service-single-wrap .wpo-related-section .wpo-related-item .wpo-related-icon{background:#f5f5f7;border-radius:50%;height:65px;line-height:65px;text-align:center;width:65px}.wpo-service-single-section .wpo-service-single-wrap .wpo-related-section .wpo-related-item .wpo-related-icon img{height:36px;line-height:50px;object-fit:contain;width:36px}.wpo-service-single-section .wpo-service-single-wrap .wpo-related-section .wpo-related-item .wpo-related-icon .fi:before{color:#ffb100;font-size:30px}.wpo-service-single-section .wpo-service-single-wrap .wpo-related-section .wpo-related-item .wpo-related-text h2{font-size:22px;font-weight:600;margin:20px 0 15px}.wpo-service-single-section .wpo-service-single-wrap .wpo-related-section .wpo-related-item .wpo-related-text h2 a{color:#062265}.wpo-service-single-section .wpo-service-single-wrap .wpo-related-section .wpo-related-item .wpo-related-text h2 a:hover{color:#ffb100}.wpo-service-single-section .wpo-service-single-wrap .wpo-related-section .wpo-related-item .wpo-related-text p{margin-bottom:0}.wpo-service-single-section .wpo-service-single-wrap .wpo-benefits-section{padding-top:30px}.wpo-service-single-section .wpo-service-single-wrap .wpo-benefits-section h2{font-family:Futura PT;font-size:30px;font-weight:700;margin-bottom:30px}.wpo-service-single-section .wpo-service-single-wrap .wpo-benefits-section .accordion{border-top:1px solid #e1e1e1}.wpo-service-single-section .wpo-service-single-wrap .wpo-benefits-section .accordion-item{border:0;border-bottom:1px solid #e1e1e1}.wpo-service-single-section .wpo-service-single-wrap .wpo-benefits-section .accordion-item .accordion-body{padding-left:0;padding-right:0}.wpo-service-single-section .wpo-service-single-wrap .wpo-benefits-section .accordion-item button{border:0;border-radius:0;color:#062265;font-family:Open Sans,sans-serif;font-size:20px;font-weight:600;padding:16px 0;text-align:left}.wpo-service-single-section .wpo-service-single-wrap .wpo-benefits-section .accordion-item button:after{background:none;content:"";font-family:themify;font-size:15px;font-weight:700;transform:rotate(0deg)}.wpo-service-single-section .wpo-service-single-wrap .wpo-benefits-section .accordion-item button.collapsed{color:#373b3e}.wpo-service-single-section .wpo-service-single-wrap .wpo-benefits-section .accordion-item button.collapsed:after{content:""}.wpo-service-single-section .wpo-service-single-wrap .wpo-benefits-section .accordion-item button:focus{border-color:#e1e1e1;box-shadow:none;outline:none}.wpo-service-single-section .wpo-service-single-wrap .wpo-benefits-section .accordion-item .accordion-collapse{border:0}.wpo-service-single-section .wpo-service-single-wrap .wpo-benefits-section .accordion-button{background:#0000}.wpo-service-single-section .wpo-project-details-list{margin-top:50px}.wpo-service-single-section .wpo-minimal-wrap:before{background:#22204780;content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s;width:100%}.wpo-service-single-section .wpo-project-details-text{background:#0a308c;padding:40px;text-align:center}.wpo-service-single-section .wpo-project-details-text-3{background:#092a77;padding:40px;text-align:center}.wpo-service-single-section .wpo-project-details-list .col{padding:0}.wpo-service-single-section .wpo-project-details-list .row{margin:0}.wpo-service-single-section .wpo-project-details-text h2,.wpo-service-single-section .wpo-project-details-text-3 h2{color:#fff;font-size:22px;margin-bottom:0}.wpo-service-single-section .wpo-project-details-text span,.wpo-service-single-section .wpo-project-details-text-3 span{color:#ddd;display:block;font-size:16px;margin-bottom:10px}.wpo-service-single-section .wpo-p-details-section{margin-top:50px}.wpo-service-single-section .wpo-p-details-section ul{list-style:none}.wpo-service-single-section .wpo-p-details-section h5{font-size:30px;font-weight:500;margin-bottom:30px}.wpo-single-sidebar{padding-left:20px}@media(max-width:991px){.wpo-single-sidebar{margin-top:60px;padding-left:0}}.wpo-single-sidebar .widget{background:#f9f9f9;margin-bottom:40px;padding:30px 40px}@media(max-width:1200px){.wpo-single-sidebar .widget{padding:20px}}.wpo-single-sidebar .widget h2{display:block;font-family:Futura PT;font-size:25px;font-weight:700;margin-bottom:30px;padding-bottom:20px;position:relative;text-align:left}.wpo-single-sidebar .widget h2:before{background:#ffb100;bottom:0;content:"";height:4px;left:0;position:absolute;width:70px}.wpo-single-sidebar .widget ul{list-style:none}.wpo-single-sidebar .wpo-service-widget ul li a{border-bottom:1px solid #e1e1e1;color:#062265;display:block;font-size:16px;font-weight:600;padding:15px 0 15px 30px;position:relative}.wpo-single-sidebar .wpo-service-widget ul li a:before{color:#ffb100;content:"";font-family:themify;font-size:14px;left:0;position:absolute;top:15px}.wpo-single-sidebar .wpo-service-widget ul li a:hover{color:#ffb100}.wpo-single-sidebar .wpo-service-widget ul li:last-child a{border-bottom:0;padding-bottom:0}.wpo-single-sidebar .wpo-service-widget ul li:first-child a{padding-top:0}.wpo-single-sidebar .wpo-service-widget ul li:first-child a:before{top:2px}.wpo-single-sidebar .wpo-newsletter-widget p{color:#062265;font-size:18px;text-align:left}.wpo-single-sidebar .wpo-newsletter-widget span{color:#444;font-size:15px}.wpo-single-sidebar .wpo-newsletter-widget span a{color:#062265;font-weight:700}.wpo-single-sidebar .wpo-newsletter-widget span a:hover{color:#ffb100}.wpo-single-sidebar .wpo-newsletter-widget .form input{border:1px solid #e1e1e1;border-radius:0;display:block;height:50px;padding:15px;text-align:center;width:100%}.wpo-single-sidebar .wpo-newsletter-widget .form input:focus{box-shadow:none}.wpo-single-sidebar .wpo-newsletter-widget .form button{background:#ffb100;border:none;border-radius:0;color:#fff;height:50px;margin:20px 0;text-align:center;width:100%}.wpo-single-sidebar .wpo-instagram-widget ul{display:flex;flex-wrap:wrap}.wpo-single-sidebar .wpo-instagram-widget ul li{flex:0 0 33.33%;margin-bottom:5px;max-width:33.33%;padding:0 3px}.wpo-single-sidebar .wpo-instagram-widget ul li img{width:100%}.wpo-single-sidebar .wpo-contact-widget{background:url(/static/media/page-title.a295a8bd41cc24575e8c.jpg) no-repeat 50%;background-size:cover;border:0;position:relative;z-index:1}.wpo-single-sidebar .wpo-contact-widget:before{background:#163967e6;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.wpo-single-sidebar .wpo-contact-widget h2{color:#fff;font-size:36px;font-weight:700;margin-bottom:20px;text-align:left}.wpo-single-sidebar .wpo-contact-widget h2:before{background:#fff}.wpo-single-sidebar .wpo-contact-widget p{color:#fff;font-size:18px}.wpo-single-sidebar .wpo-contact-widget a{border:1px solid #fff;color:#fff;display:inline-block;font-size:18px;margin-top:10px;padding:10px 90px 10px 20px;position:relative}.wpo-single-sidebar .wpo-contact-widget a:before{content:"";font-family:themify;font-size:18px;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.wpo-benefits-section .MuiAccordionSummary-root{padding:15px 16px}.wpo-benefits-section .wpo-benefits-item p{margin-bottom:0}.wpo-blog-pg-section .wpo-blog-content .post{margin-bottom:70px}@media(max-width:991px){.wpo-blog-pg-section .wpo-blog-content .post{margin-bottom:50px}}@media(max-width:767px){.wpo-blog-pg-section .wpo-blog-content .post{margin-bottom:40px}}.wpo-blog-pg-section .entry-meta{list-style:none;margin:35px 0;overflow:hidden}@media(max-width:767px){.wpo-blog-pg-section .entry-meta{margin:25px 0}}.wpo-blog-pg-section .entry-meta ul{list-style:none}.wpo-blog-pg-section .entry-meta ul li{float:left;font-size:14px;font-size:.7777777778rem;font-weight:500;text-transform:uppercase}.wpo-blog-pg-section .entry-meta ul li a{color:#636893;text-decoration:underline}.wpo-blog-pg-section .entry-meta ul li a:hover{color:#ffb100}.wpo-blog-pg-section .entry-meta ul li i{margin-right:3px;position:relative;top:2px}.wpo-blog-pg-section .entry-meta ul li+li{margin-left:20px;padding-left:20px;position:relative}.wpo-blog-pg-section .entry-meta ul li+li:before{background:#ffb100;border-radius:50%;content:"";height:7px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:7px}@media(max-width:440px){.wpo-blog-pg-section .entry-meta ul li+li:before{display:none}.wpo-blog-pg-section .entry-meta ul li+li{margin-left:0;padding-left:0}}@media(max-width:767px){.wpo-blog-pg-section .entry-meta ul li{font-size:12px;font-size:.6666666667rem}}@media(max-width:440px){.wpo-blog-pg-section .entry-meta ul li{display:block;float:none;margin-bottom:5px}}.wpo-blog-pg-section .post h3{font-family:Futura PT Demi;font-size:34px;font-size:1.8888888889rem;font-weight:600;line-height:1.2em;margin:-.27em 0 .7em}@media(max-width:991px){.wpo-blog-pg-section .post h3{font-size:25px;font-size:1.3888888889rem}}@media(max-width:767px){.wpo-blog-pg-section .post h3{font-size:22px;font-size:1.2222222222rem}}.wpo-blog-pg-section .post h3 a{color:#062265}.wpo-blog-pg-section .post h3 a:hover{color:#ffb100}.wpo-blog-pg-section .post p{margin-bottom:1.5em}@media(max-width:991px){.wpo-blog-pg-section .post p{font-size:16px;font-size:.8888888889rem}}.wpo-blog-pg-section .post a.read-more{color:#6e6e6e;font-family:Futura PT;font-size:16px;text-decoration:underline;text-transform:uppercase}.wpo-blog-pg-section .post a.read-more:hover{color:#ffb100}.wpo-blog-pg-section .entry-media img{width:100%}.wpo-blog-pg-section .format-quote,.wpo-blog-pg-section .format-standard{background-color:#f4f8fc;padding:25px 35px 45px}@media(max-width:767px){.wpo-blog-pg-section .format-quote,.wpo-blog-pg-section .format-standard{padding:25px 20px 45px}}.wpo-blog-pg-section .format-standard{position:relative}.wpo-blog-pg-section .format-standard:before{color:#e5f0fb;content:"";font-family:flaticon;font-size:90px;line-height:80px;position:absolute;right:0;top:0;transform:rotate(180deg)}.wpo-blog-pg-section .format-gallery{position:relative}.wpo-blog-pg-section .format-gallery .owl-controls{left:0;margin:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover{background:#ffb100;color:#fff}.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]{background:#fff;border:0;border-radius:50%;color:#ffb100;height:50px;line-height:58px;margin:0;padding:0;transition:all .3s;width:50px}.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi:before{font-size:20px}.wpo-blog-pg-section .format-gallery .owl-nav .owl-next,.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev{position:absolute;top:50%;transform:translateY(-50%)}.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev{left:15px}.wpo-blog-pg-section .format-gallery .owl-nav .owl-next{right:15px}.wpo-blog-pg-section .format-quote{padding:80px 60px;position:relative;text-align:center}@media(max-width:767px){.wpo-blog-pg-section .format-quote{padding:40px 20px}}.wpo-blog-pg-section .format-quote p{margin-bottom:0}.wpo-blog-pg-section .format-quote:before{color:#ecf3fb;content:"";font-family:Flaticon;font-size:250px;font-size:13.8888888889rem;left:50%;margin-left:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.wpo-blog-pg-section .format-quote h3,.wpo-blog-pg-section .format-quote p{position:relative}.wpo-blog-pg-section .format-video .video-holder{position:relative;text-align:center}.wpo-blog-pg-section .format-video .video-holder:before{background-color:#062265;background:linear-gradient(90deg,#007a6c,#ffb100);content:"";height:100%;left:0;opacity:.5;position:absolute;top:0;transition:all .3s;width:100%}.wpo-blog-pg-section .format-video .video-holder:hover:before{opacity:.7}.wpo-blog-pg-section .format-video .video-holder ul{list-style:none}.wpo-blog-pg-section .format-video .video-holder button.wrap{background:#fff;border:0;border-radius:50%;height:63px;left:50%;line-height:84px;position:absolute;top:50%;transform:translate(-50%,-50%);width:63px;z-index:1}.wpo-blog-pg-section .format-video .video-holder button.wrap:before{animation:save-the-date-pulse 1s infinite;background:#ffffff4d;border-radius:50%;content:"";height:140%;left:-12px;position:absolute;top:-12px;width:140%;z-index:-1}.wpo-blog-pg-section .format-video .video-holder .fi:before{color:#ffb100;font-size:36px;font-size:2rem}@media screen and (min-width:1200px){.blog-pg-left-sidebar .blog-sidebar{padding-left:0;padding-right:45px}.blog-pg-fullwidth .wpo-blog-content{padding:0}}@keyframes save-the-date-pulse{0%{transform:scaleX(1)}50%{transform:scale3d(.95,.95,.95)}to{transform:scaleX(1)}}@media screen and (min-width:992px){.order-lg-1 .blog-sidebar{padding-left:0;padding-right:45px}}.wpo-blog-pg-section .wpo-blog-content .post .video-btn{display:none}.wpo-blog-pg-section .wpo-blog-content .post.format-video .video-btn{display:block}.wpo-blog-single-section .entry-meta{list-style:none;margin:35px 0;overflow:hidden}@media(max-width:767px){.wpo-blog-single-section .entry-meta{margin:25px 0}}.wpo-blog-single-section .entry-meta ul{list-style:none}.wpo-blog-single-section .entry-meta ul li{float:left;font-size:14px;font-size:.7777777778rem;font-weight:500;text-transform:uppercase}.wpo-blog-single-section .entry-meta ul li a{color:#636893;text-decoration:underline}.wpo-blog-single-section .entry-meta ul li a:hover{color:#ffb100}.wpo-blog-single-section .entry-meta ul li i{margin-right:3px;position:relative;top:2px}.wpo-blog-single-section .entry-meta ul li+li{margin-left:20px;padding-left:20px;position:relative}.wpo-blog-single-section .entry-meta ul li+li:before{background:#ffb100;border-radius:50%;content:"";height:7px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:7px}@media(max-width:440px){.wpo-blog-single-section .entry-meta ul li+li:before{display:none}.wpo-blog-single-section .entry-meta ul li+li{margin-left:0;padding-left:0}}@media(max-width:767px){.wpo-blog-single-section .entry-meta ul li{font-size:12px;font-size:.6666666667rem}}@media(max-width:440px){.wpo-blog-single-section .entry-meta ul li{display:block;float:none;margin-bottom:5px}}.wpo-blog-single-section .entry-media img{width:100%}.wpo-blog-single-section .post h2{font-family:Futura PT Demi;font-size:35px;font-size:1.9444444444rem;line-height:1.3em;margin:-.22em 0 .7em}@media(max-width:991px){.wpo-blog-single-section .post h2{font-size:30px;font-size:1.6666666667rem}}@media(max-width:767px){.wpo-blog-single-section .post h2{font-size:25px;font-size:1.3888888889rem}}.wpo-blog-single-section .post p{margin-bottom:1.5em}.wpo-blog-single-section .post h3{font-size:24px;font-size:1.3333333333rem;font-weight:600;line-height:1.3em;margin:1.8em 0 1em}@media(max-width:991px){.wpo-blog-single-section .post h3{font-size:22px;font-size:1.2222222222rem}}@media(max-width:767px){.wpo-blog-single-section .post h3{font-size:20px;font-size:1.1111111111rem}}.wpo-blog-single-section .post blockquote{background-color:#f4f8fc;border:0;color:#233d62;font-size:20px;line-height:1.6em;margin-bottom:40px;margin-top:60px;padding:65px;position:relative;text-align:center;text-decoration:underline}@media(max-width:767px){.wpo-blog-single-section .post blockquote{padding:55px 25px}}.wpo-blog-single-section .post blockquote:before{background:#fff;border:2px solid #f4f8fc;border-radius:50%;color:#ffffff80;color:#ffb100;content:"";font-family:Flaticon;font-size:20px;font-size:1.1111111111rem;height:60px;left:50%;line-height:60px;position:absolute;top:-30px;transform:translateX(-50%);width:60px}.wpo-blog-single-section .post .gallery{margin:40px -7.5px 0;overflow:hidden}.wpo-blog-single-section .post .gallery>div{float:left;margin:0 7.5px 15px;width:calc(50% - 15px)}.wpo-blog-single-section .post .gallery img{width:100%}.wpo-blog-single-section .tag-share,.wpo-blog-single-section .tag-share-s2{border-bottom:1px solid #e1e1e1;color:#062265;margin:75px 0 0;padding-bottom:30px}@media(max-width:767px){.wpo-blog-single-section .tag-share,.wpo-blog-single-section .tag-share-s2{margin-top:40px}}.wpo-blog-single-section .tag-share ul,.wpo-blog-single-section .tag-share-s2 ul{display:inline-block;list-style:none;overflow:hidden}.wpo-blog-single-section .tag-share ul li,.wpo-blog-single-section .tag-share-s2 ul li{float:left}@media(max-width:767px){.wpo-blog-single-section .tag-share ul li,.wpo-blog-single-section .tag-share-s2 ul li{margin:2px}}.wpo-blog-single-section .tag-share ul>li+li,.wpo-blog-single-section .tag-share-s2 ul>li+li{margin-left:10px}@media(max-width:767px){.wpo-blog-single-section .tag-share ul>li+li,.wpo-blog-single-section .tag-share-s2 ul>li+li{margin:2px}}.wpo-blog-single-section .tag-share .tag,.wpo-blog-single-section .tag-share-s2 .tag{align-items:center;display:flex}.wpo-blog-single-section .tag-share .tag>span,.wpo-blog-single-section .tag-share-s2 .tag>span{color:#062265;display:inline-block;font-family:Futura PT;font-weight:600;padding-right:15px;text-transform:uppercase}.wpo-blog-single-section .tag-share .tag ul,.wpo-blog-single-section .tag-share-s2 .tag ul{list-style:none;position:relative}.wpo-blog-single-section .tag-share .tag li,.wpo-blog-single-section .tag-share-s2 .tag li{position:relative}.wpo-blog-single-section .tag-share .tag a,.wpo-blog-single-section .tag-share-s2 .tag a{background:#ecf4fb;border-radius:5px;color:#062265;display:inline-block;font-size:12px;font-size:.6666666667rem;padding:5px 18px;text-transform:uppercase}@media(max-width:767px){.wpo-blog-single-section .tag-share .tag a,.wpo-blog-single-section .tag-share-s2 .tag a{font-size:13px;font-size:.7222222222rem}}.wpo-blog-single-section .tag-share .tag a:hover,.wpo-blog-single-section .tag-share-s2 .tag a:hover{color:#ffb100}.wpo-blog-single-section .tag-share-s2{border-bottom:0;margin:30px 0 0}.wpo-blog-single-section .tag-share-s2 .tag a{background:none;color:#6e6e6e;font-size:16px;font-size:.8888888889rem;padding:0;text-decoration:underline;text-transform:capitalize}.wpo-blog-single-section .author-box{margin:35px 0 60px}.wpo-blog-single-section .author-box .author-avatar{float:left}@media(max-width:767px){.wpo-blog-single-section .author-box .author-avatar{float:none}}.wpo-blog-single-section .author-box .author-avatar img{border-radius:50%}.wpo-blog-single-section .author-box .author-content{display:block;overflow:hidden;padding-left:25px}@media(max-width:767px){.wpo-blog-single-section .author-box .author-content{margin:15px 0 0;padding:0}}.wpo-blog-single-section .author-box .author-content p{margin-bottom:20px}.wpo-blog-single-section .author-box .author-name{color:#062265;display:inline-block;font-family:Futura PT;font-size:24px;font-size:1.3333333333rem;font-weight:600;margin-bottom:10px}.wpo-blog-single-section .author-box .social-link{display:inline-block;list-style:none}.wpo-blog-single-section .author-box .social-link li{float:left;margin-right:12px}.wpo-blog-single-section .author-box .social-link a{color:#062265;display:block;font-size:13px;font-size:.7222222222rem}.wpo-blog-single-section .author-box .social-link a:hover{color:#ffb100}.wpo-blog-single-section .more-posts{border:1px solid #d8e0f1;overflow:hidden;padding:0 25px}.wpo-blog-single-section .more-posts>div{float:left;width:50%}@media(max-width:767px){.wpo-blog-single-section .more-posts>div{float:none;width:100%}}.wpo-blog-single-section .more-posts>div>a{display:inline-block}.wpo-blog-single-section .more-posts .next-post,.wpo-blog-single-section .more-posts .previous-post{padding:40px 0}@media(max-width:767px){.wpo-blog-single-section .more-posts .next-post,.wpo-blog-single-section .more-posts .previous-post{padding:25px 15px!important}}.wpo-blog-single-section .more-posts .next-post{border-left:1px solid #d8e0f1;padding-left:15px;padding-right:5px;text-align:right}@media(max-width:767px){.wpo-blog-single-section .more-posts .next-post{border-left:0;border-top:1px solid #d8e0f1;text-align:left}}.wpo-blog-single-section .more-posts .next-post .post-control-link{padding-right:25px;position:relative}@media(max-width:767px){.wpo-blog-single-section .more-posts .next-post .post-control-link{padding-right:0}}.wpo-blog-single-section .more-posts .next-post .post-control-link:before{content:"";font-family:themify;position:absolute;right:0;top:0}@media(max-width:767px){.wpo-blog-single-section .more-posts .next-post .post-control-link:before{display:none}}.wpo-blog-single-section .more-posts .previous-post{padding-left:5px;padding-right:15px}.wpo-blog-single-section .more-posts .previous-post .post-control-link{padding-left:25px;position:relative}@media(max-width:767px){.wpo-blog-single-section .more-posts .previous-post .post-control-link{padding-left:0}}.wpo-blog-single-section .more-posts .previous-post .post-control-link:before{content:"";font-family:themify;left:0;position:absolute;top:0}@media(max-width:767px){.wpo-blog-single-section .more-posts .previous-post .post-control-link:before{display:none}}.wpo-blog-single-section .more-posts .next-post>a>span,.wpo-blog-single-section .more-posts .previous-post>a>span{display:block}.wpo-blog-single-section .more-posts .post-control-link{color:#6e6e6e;font-size:14px;font-size:.7777777778rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.wpo-blog-single-section .more-posts .post-name{color:#062265;font-family:Futura PT;font-size:18px;font-size:1rem;margin:.7em 0 0}@media(max-width:991px){.wpo-blog-single-section .more-posts .post-name{font-size:18px;font-size:1rem}}.wpo-blog-single-section .more-posts a:hover .post-control-link{color:#ffb100}.wpo-blog-single-section .comments-area{margin-top:70px}.wpo-blog-single-section .comments-area li>div{border-bottom:1px solid #e4effb;padding:35px}@media(max-width:991px){.wpo-blog-single-section .comments-area li>div{padding:35px 25px}}.wpo-blog-single-section .comments-area ol{list-style-type:none;padding-left:0}.wpo-blog-single-section .comments-area ol ul{list-style-type:none;padding-left:30px}.wpo-blog-single-section .comments-area ol>li:last-child div{border-bottom:0}.wpo-blog-single-section .comments-area .comments-title{font-size:22px;font-size:1.2222222222rem;font-weight:500;letter-spacing:3px;margin:0 0 1em;text-transform:uppercase}@media(max-width:991px){.wpo-blog-single-section .comments-area .comments-title{font-size:20px;font-size:1.1111111111rem}}.wpo-blog-single-section .comments-area li>div{position:relative}.wpo-blog-single-section .comments-area .comment-theme{left:35px;position:absolute}@media(max-width:767px){.wpo-blog-single-section .comments-area .comment-theme{position:static}}.wpo-blog-single-section .comments-area .comment-theme img{border-radius:50%}.wpo-blog-single-section .comments-area .comment-main-area{padding-left:100px}@media(max-width:767px){.wpo-blog-single-section .comments-area .comment-main-area{margin-top:25px;padding-left:0}}.wpo-blog-single-section .comments-area .comment-main-area p{margin-bottom:20px}.wpo-blog-single-section .comments-area .comments-meta h4{color:#062265;font-family:Futura PT;font-size:18px;font-size:1rem;font-weight:700;margin:0 0 1em}.wpo-blog-single-section .comments-area .comments-meta h4 span{color:#6e6e6e;display:inline-block;font-family:Open Sans,sans-serif;font-size:15px;font-size:.8333333333rem;font-weight:400;padding-left:5px;text-transform:none}@media(max-width:767px){.wpo-blog-single-section .comments-area .comments-meta h4 span{padding-left:0}}.wpo-blog-single-section .comments-area .comment-reply-link{border-radius:50px;color:#062265;display:inline-block;font-family:Futura PT;font-family:Open Sans,sans-serif;font-size:14px;font-size:.7777777778rem;font-weight:600;letter-spacing:1px;text-align:center;text-decoration:underline;text-transform:uppercase}.wpo-blog-single-section .comments-area .comment-reply-link:hover{color:#ffb100}.wpo-blog-single-section .comment-respond{margin-top:70px}.wpo-blog-single-section .comment-respond .comment-reply-title{font-size:22px;font-size:1.2222222222rem;letter-spacing:2px;margin:0 0 1.5em;text-transform:uppercase}@media(max-width:991px){.wpo-blog-single-section .comment-respond .comment-reply-title{font-size:20px;font-size:1.1111111111rem}}.wpo-blog-single-section .comment-respond form input,.wpo-blog-single-section .comment-respond form textarea{background-color:#fff;border:1px solid #a4adbe;border-radius:30px;box-shadow:none;height:55px;margin-bottom:15px;outline:0;padding:6px 15px;transition:all .3s;width:100%}.wpo-blog-single-section .comment-respond form input:focus,.wpo-blog-single-section .comment-respond form textarea:focus{border-color:#ffb100;box-shadow:none}@media(max-width:991px){.wpo-blog-single-section .comment-respond form input,.wpo-blog-single-section .comment-respond form textarea{height:40px}}.wpo-blog-single-section .comment-respond form textarea{height:220px;padding:15px}@media(max-width:991px){.wpo-blog-single-section .comment-respond form textarea{height:150px}}.wpo-blog-single-section .comment-respond .form-inputs{overflow:hidden}.wpo-blog-single-section .comment-respond .form-inputs>input:first-child{float:left;width:49%}@media(max-width:767px){.wpo-blog-single-section .comment-respond .form-inputs>input:first-child{float:none;width:100%}}.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2){float:right;width:49%}@media(max-width:767px){.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2){float:none;width:100%}}.wpo-blog-single-section .comment-respond .form-submit input{background-color:#1e2845;border:0;border-radius:30px;color:#fff;font-family:Futura PT;font-size:15px;letter-spacing:2px;margin-bottom:0;max-width:180px;outline:0;text-transform:uppercase}.wpo-blog-single-section .comment-respond .form-submit input:hover{background-color:#062265}@media screen and (min-width:1200px){.wpo-blog-single-left-sidebar-section .blog-sidebar{padding-left:0;padding-right:45px}}.wpo-contact-pg-section{padding-bottom:0}.wpo-contact-pg-section .wpo-contact-title{margin:0 auto 50px;max-width:440px;text-align:center}@media(max-width:767px){.wpo-contact-pg-section .wpo-contact-title{margin-bottom:30px}}.wpo-contact-pg-section .wpo-contact-title h2{font-size:35px;font-size:1.9444444444rem;font-weight:600;margin-bottom:20px}@media(max-width:575px){.wpo-contact-pg-section .wpo-contact-title h2{font-size:25px;font-size:1.3888888889rem}}.wpo-contact-pg-section form input,.wpo-contact-pg-section form select,.wpo-contact-pg-section form textarea{background:#f4f6fa;border:1px solid #0000;border-radius:30px;box-shadow:none!important;height:45px;padding-left:25px;width:100%}@media(max-width:991px){.wpo-contact-pg-section form input,.wpo-contact-pg-section form select,.wpo-contact-pg-section form textarea{height:45px}}.wpo-contact-pg-section form input:focus,.wpo-contact-pg-section form select:focus,.wpo-contact-pg-section form textarea:focus{background:#f4f6fa;border-color:#ffb100}.wpo-contact-pg-section form textarea{height:180px;padding-top:15px}.wpo-contact-pg-section form{margin:0 -15px;overflow:hidden}.wpo-contact-pg-section form ::-webkit-input-placeholder{color:#9d9c9c;font-style:15px;font-style:normal}.wpo-contact-pg-section form :-moz-placeholder,.wpo-contact-pg-section form ::-moz-placeholder{color:#9d9c9c;font-style:15px;font-style:normal}.wpo-contact-pg-section form :-ms-input-placeholder{color:#9d9c9c;font-style:15px;font-style:normal}.wpo-contact-pg-section form select{-webkit-appearance:auto;appearance:auto;color:#a9a9a9;cursor:pointer;display:inline-block;font-size:15px;font-size:.8333333333rem;opacity:1;padding:6px 25px}.wpo-contact-pg-section form .form-field p{color:red;font-size:14px}.wpo-contact-pg-section form .form-submit{margin-left:0;margin-top:30px;padding-bottom:40px;text-align:center;width:100%}@media(max-width:767px){.wpo-contact-pg-section form .form-submit{margin-bottom:0}}.wpo-contact-pg-section form .form-submit .theme-btn{border-radius:30px;font-family:Open Sans,sans-serif;font-size:16px}.wpo-contact-pg-section form .form-submit .theme-btn:after{border-radius:30px}.wpo-contact-pg-section form .fullwidth{clear:both;float:none;width:calc(100% - 25px)}.wpo-contact-pg-section .office-info{padding-bottom:100px}@media(max-width:767px){.wpo-contact-pg-section .office-info{padding-bottom:60px}}@media(max-width:1200px){.wpo-contact-pg-section .office-info .col .office-info-item{margin-bottom:30px}.wpo-contact-pg-section .office-info .col:last-child .office-info-item{margin-bottom:0}}.wpo-contact-pg-section .office-info .office-info-item{box-shadow:0 5px 15px 0 #3e419f1a;overflow:hidden;padding:40px;position:relative;text-align:center}.wpo-contact-pg-section .office-info .office-info-item .office-info-icon{background:#f5f5f5;border-radius:50%;height:85px;line-height:110px;margin:0 auto;text-align:center;width:85px}.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .fi:before{font-size:40px}.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2{font-size:30px;font-weight:500;margin:20px 0}.wpo-contact-pg-section .office-info .office-info-item .office-info-text p{margin-bottom:0}.wpo-contact-pg-section .office-info .office-info-item .hidden-icon{opacity:.03;position:absolute;right:-20px;top:-20px}.wpo-contact-pg-section .office-info .office-info-item .hidden-icon .fi:before{font-size:135px}.wpo-contact-pg-section .wpo-contact-form-area{background:#fff;box-shadow:0 1px 15px 0 #3e419f1a;margin-bottom:-125px;padding:50px 50px 0;position:relative;z-index:99}@media(max-width:767px){.wpo-contact-pg-section .wpo-contact-form-area{padding:50px 30px 30px}}.wpo-contact-map-section .wpo-contact-map{height:550px}.wpo-contact-map-section iframe{border:0;height:100%;outline:0;width:100%}.wpo-contact-map-section h2.hidden{display:none}.error-404-section{text-align:center}.error-404-section .error-message{margin-top:70px;padding:0 200px}@media(max-width:991px){.error-404-section .error-message{margin-top:50px;padding:0 100px}}@media(max-width:767px){.error-404-section .error-message{padding:0}}.error-404-section .error-message h3{font-size:30px;font-size:1.6666666667rem;margin:0 0 .8em}.error-404-section .error-message p{margin-bottom:1.8em}.video-container{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.btn-large{font-size:30px!important;font-weight:700!important;padding:20px 60px!important}.wpo-hero-section-text{margin-left:-100px!important;position:relative!important;z-index:2!important}.wpo-hero-title h2{display:flex;flex-direction:column}.wpo-hero-title h2 span:nth-child(2){padding-left:240px!important}.wpo-hero-title h2 span:nth-child(3){padding-left:400px!important}.btns{position:relative!important;right:-100px!important;text-align:right!important}.btns a{font-size:25px!important;padding-left:120px!important}.btns a:before{width:100px!important}.right-vec{max-width:800px!important;right:50px!important;text-align:right!important;width:auto!important}.right-img,.right-vec{overflow:visible!important}.right-img{margin:0 auto!important;max-width:100%!important;text-align:center!important;width:100%!important}.right-img img,.right-img picture{margin:0 auto!important}.right-img img,.right-img picture,.right-img picture img{display:block!important;height:auto!important;max-width:90%!important;object-fit:contain!important;width:auto!important}@media (max-width:1400px){.wpo-hero-section-text{margin-left:-50px!important}.wpo-hero-title h2 span:nth-child(2){padding-left:100px!important}.wpo-hero-title h2 span:nth-child(3){padding-left:201px!important}.btns{right:60px!important}.right-vec{max-width:700px!important;right:30px!important}}@media (max-width:1200px){.wpo-hero-section-text{margin-left:0!important}.wpo-hero-title h2 span:nth-child(2){padding-left:75px!important}.wpo-hero-title h2 span:nth-child(3){padding-left:148px!important}.btns{right:120px!important}.btns a{font-size:20px!important}.right-vec{max-width:600px!important;right:10px!important}}@media (max-width:991px){.btn-large{font-size:24px!important;padding:15px 45px!important}.wpo-hero-section-text{margin-left:0!important}.wpo-hero-title h2 span:first-child{padding-left:0!important}.wpo-hero-title h2 span:nth-child(2){padding-left:40px!important}.wpo-hero-title h2 span:nth-child(3){padding-left:80px!important}.btns{right:0!important;text-align:center!important}.btns a{padding-left:0!important}.btns a:before{display:none!important}.right-vec{max-width:500px!important;right:0!important}.right-img,.right-img img,.right-img picture,.right-img picture img{max-width:100%!important}}@media (max-width:575px){.btn-large{font-size:20px!important;padding:12px 35px!important}.right-vec{max-width:400px!important}}.right-img,.right-vec{box-sizing:border-box!important}@supports (-webkit-appearance:none){.right-img img,.right-img picture{max-width:90%!important;width:auto!important}}.airplane-container{left:50%!important;max-width:200px!important;position:absolute!important;top:10%!important;transform:translateX(-50%)!important;width:100%!important;z-index:3!important}.airplane-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;object-fit:contain!important;width:100%!important}.anas-bot-container{bottom:20%!important;left:8%!important;max-width:180px!important;position:absolute!important;width:100%!important;z-index:3!important}.anas-bot-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;object-fit:contain!important;width:100%!important}@media (max-width:1400px){.airplane-container{max-width:150px!important;top:5%!important}.anas-bot-container{bottom:18%!important;left:6%!important;max-width:150px!important}.wpo-hero-title h2 span:nth-child(2){padding-left:180px!important}.wpo-hero-title h2 span:nth-child(3){padding-left:320px!important}}@media (max-width:1200px){.airplane-container{max-width:120px!important;top:20%!important}.anas-bot-container{bottom:15%!important;left:4%!important;max-width:120px!important}.wpo-hero-title h2 span:nth-child(2){padding-left:140px!important}.wpo-hero-title h2 span:nth-child(3){padding-left:250px!important}}@media (max-width:991px){.airplane-container{display:none!important}.anas-bot-container{bottom:15%!important;display:block!important;left:15px!important;max-width:140px!important;position:absolute!important;right:auto!important;z-index:3!important}.anas-bot-img{max-width:140px!important;width:100%!important}.wpo-hero-title h2{align-items:center!important;display:flex!important;flex-direction:column!important;padding-left:0!important;text-align:center!important}.wpo-hero-title h2 span:first-child{margin-right:60px!important;padding:0!important}.wpo-hero-title h2 span:nth-child(2){margin:0!important;padding:0!important}.wpo-hero-title h2 span:nth-child(3){margin-left:60px!important;padding:0!important}.btns{display:flex!important;justify-content:flex-end!important;padding-right:15px!important;text-align:right!important}.btns .theme-btn-s2{align-items:center!important;display:flex!important;justify-content:center!important;min-width:160px!important;padding-left:20px!important;padding-right:20px!important;text-align:center!important;width:auto!important}}.wpo-hero-section-1 .social-link{pointer-events:auto!important;z-index:100!important}.wpo-hero-section-1 .social-link ul,.wpo-hero-section-1 .social-link ul li{pointer-events:auto!important}.wpo-hero-section-1 .social-link ul li a{cursor:pointer!important;pointer-events:auto!important;position:relative!important;z-index:101!important}@media (max-width:991px){.wpo-hero-section-1 .social-link{display:none!important}}@media (min-width:992px){body.lang-ar .anas-bot-container{left:auto!important;right:8%!important}body.lang-ar .wpo-hero-section-text{margin-left:0!important;margin-right:150px!important;text-align:right!important}body.lang-ar .wpo-hero-title h2{align-items:flex-start!important;text-align:right!important}body.lang-ar .wpo-hero-title h2 span:nth-child(2){padding-left:0!important;padding-right:280px!important}body.lang-ar .wpo-hero-title h2 span:nth-child(3){padding-left:0!important;padding-right:450px!important}body.lang-ar .btns{left:auto!important;margin-right:150px!important;right:auto!important;text-align:right!important}body.lang-ar .right-vec{left:50px!important;right:auto!important;text-align:left!important}body.lang-ar .right-img{margin-left:0!important;margin-right:auto!important}body.lang-ar .wpo-hero-section-1 .social-link{direction:ltr!important;left:-90px!important;right:auto!important;transform:rotate(-90deg)!important;z-index:999!important}body.lang-ar .wpo-hero-section-1 .social-link ul{direction:ltr!important;justify-content:flex-start!important}}@media (max-width:991px){body.lang-ar .anas-bot-container{bottom:30%!important;display:block!important;left:15px!important;max-width:140px!important;position:absolute!important;right:auto!important;z-index:3!important}body.lang-ar .anas-bot-img{max-width:140px!important;width:100%!important}body.lang-ar .wpo-hero-title h2{align-items:flex-end!important;display:flex!important;flex-direction:column!important;padding-right:15px!important;text-align:right!important}body.lang-ar .wpo-hero-title h2 span:first-child,body.lang-ar .wpo-hero-title h2 span:nth-child(2),body.lang-ar .wpo-hero-title h2 span:nth-child(3){padding-right:0!important}body.lang-ar .wpo-hero-section-text{margin-left:auto!important;margin-right:0!important;padding-right:0!important;text-align:right!important}body.lang-ar .btns{display:block!important;margin-top:30px!important;text-align:center!important}body.lang-ar .btns .theme-btn{display:inline-block!important}body.lang-ar .btns .btn-large{align-items:center!important;background:#0000!important;border:2px solid #ffb100!important;border-radius:0!important;box-sizing:border-box!important;color:#ffb100!important;display:inline-flex!important;height:55px!important;justify-content:center!important;line-height:1!important;min-width:200px!important;padding:0 25px!important;text-align:center!important;width:auto!important}}@media (max-width:575px){body.lang-ar .anas-bot-container{bottom:28%!important;left:10px!important;max-width:120px!important}body.lang-ar .anas-bot-img{max-width:120px!important}body.lang-ar .wpo-hero-title h2 span:nth-child(2){padding-right:20px!important}body.lang-ar .wpo-hero-title h2 span:nth-child(3){padding-right:40px!important}body.lang-ar .btns .btn-large{font-size:18px!important;height:50px!important;line-height:1!important;min-width:180px!important}}body:not(.lang-ar) .about-content.text-left,body:not(.lang-ar) .about-content.text-left *,body:not(.lang-ar) .about-content.text-left p,html:not(.lang-ar) .about-content.text-left,html:not(.lang-ar) .about-content.text-left *,html:not(.lang-ar) .about-content.text-left .section-title,html:not(.lang-ar) .about-content.text-left .section-title h2,html:not(.lang-ar) .about-content.text-left .section-title span,html:not(.lang-ar) .about-content.text-left h2,html:not(.lang-ar) .about-content.text-left p{text-align:left!important}body:not(.lang-ar) .about-content.text-left .theme-btn-s2,body:not(.lang-ar) .about-content.text-left p,html:not(.lang-ar) .about-content.text-left .theme-btn-s2,html:not(.lang-ar) .about-content.text-left p{margin-left:0!important;text-align:left!important}body:not(.lang-ar) .about-content.text-left,html:not(.lang-ar) .about-content.text-left{text-align:left!important}.about-img img{display:block!important;height:auto!important;max-width:100%!important}.girl-image-container{bottom:-30px!important;max-width:250px!important;position:absolute!important;right:20px!important;width:100%!important;z-index:2!important}.girl-image{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;object-fit:contain!important;width:100%!important}@media (max-width:1400px){.girl-image-container{bottom:-25px!important;max-width:200px!important;right:15px!important}}@media (max-width:1200px){.girl-image-container{bottom:-20px!important;max-width:180px!important;right:10px!important}}@media (max-width:991px){.girl-image-container{bottom:-15px!important;max-width:150px!important;right:5px!important}}@media (max-width:575px){.girl-image-container{display:none!important}}@media (max-width:991px){.wpo-about-section,.wpo-about-section-s2{margin-top:50px!important;padding-top:50px!important}.wpo-about-section .about-img .shape-1,.wpo-about-section-s2 .about-img .shape-1{left:-100px;top:-90px}.wpo-about-section .about-img .shape-2,.wpo-about-section-s2 .about-img .shape-2{bottom:-90px;left:0}@media (max-width:767px){.wpo-about-section .about-img .shape-1,.wpo-about-section-s2 .about-img .shape-1{left:-85px;top:-70px}.wpo-about-section .about-img .shape-2,.wpo-about-section-s2 .about-img .shape-2{bottom:-50px}}@media (max-width:575px){.wpo-about-section .about-img .shape-1,.wpo-about-section-s2 .about-img .shape-1{height:225px;left:-36px;top:-50px;width:225px}}}body.lang-ar .about-content.text-left,body.lang-ar .about-content.text-left *,body.lang-ar .about-content.text-left .section-title,body.lang-ar .about-content.text-left .section-title h2,body.lang-ar .about-content.text-left .section-title span,body.lang-ar .about-content.text-left h2,body.lang-ar .about-content.text-left p{text-align:right!important}body.lang-ar .about-content .section-title>span:before,body.lang-ar .section-title.text-left>span:before{left:auto!important;right:-35px!important}body.lang-ar .about-content.text-left .theme-btn-s2{margin-left:auto!important;margin-right:0!important;text-align:right!important}body.lang-ar .about-content.text-left p{line-height:1.9;margin-bottom:1.5em;margin-left:0!important;margin-right:0!important;text-align:right!important;word-spacing:.15em}body.lang-ar .about-content.text-left{text-align:right!important}body.lang-ar .about-content .section-title .transparent-text{left:auto!important;right:-50px!important;transform:translateX(0)!important}body.lang-ar .girl-image-container{left:20px!important;right:auto!important}@media (max-width:1400px){body.lang-ar .girl-image-container{left:15px!important;right:auto!important}}@media (max-width:1200px){body.lang-ar .girl-image-container{left:10px!important;right:auto!important}}@media (max-width:991px){body.lang-ar .girl-image-container{left:5px!important;right:auto!important}body.lang-ar .about-content.text-left p{line-height:1.8;margin-bottom:1.3em;word-spacing:.1em}body.lang-ar .about-content .section-title>span:before,body.lang-ar .section-title.text-left>span:before{left:auto!important;right:-35px!important}}body.lang-ar .about-img .ab-btn{text-align:right!important}.wpo-fun-fact-section .wpo-fun-fact-grids{align-items:stretch;display:flex;flex-wrap:nowrap;justify-content:space-between}.wpo-fun-fact-section .wpo-fun-fact-grids .grid{align-items:center;display:flex;flex:1 1 25%;float:none;justify-content:center;margin-bottom:30px;min-width:0;width:auto}@media (max-width:767px){.wpo-fun-fact-section .wpo-fun-fact-grids{flex-wrap:wrap}.wpo-fun-fact-section .wpo-fun-fact-grids .grid{flex:1 1 50%;max-width:50%}}@media (max-width:480px){.wpo-fun-fact-section .wpo-fun-fact-grids{flex-wrap:wrap}.wpo-fun-fact-section .wpo-fun-fact-grids .grid{flex:1 1 100%;max-width:100%}}.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s2 .grid h3,.wpo-fun-fact-section-s3 .grid h3{font-size:80px!important}@media (max-width:1200px){.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s2 .grid h3,.wpo-fun-fact-section-s3 .grid h3{font-size:40px!important}}@media (max-width:991px){.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s2 .grid h3,.wpo-fun-fact-section-s3 .grid h3{font-size:32px!important}}@media (max-width:767px){.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s3 .grid h3{font-size:28px!important}}body.lang-ar .wpo-fun-fact-section .grid .info{text-align:right!important}@media (max-width:767px){body.lang-ar .wpo-fun-fact-section .grid .info{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center!important;width:100%!important}body.lang-ar .wpo-fun-fact-section .grid .info h3,body.lang-ar .wpo-fun-fact-section .grid .info p{display:block!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;width:100%!important}}@media (max-width:480px){body.lang-ar .wpo-fun-fact-section .wpo-fun-fact-grids .grid{flex:1 1 50%!important;max-width:50%!important;padding:0 10px}}.wpo-project-section .project-section-title.text-left{text-align:left}.wpo-project-section .project-section-title.text-left span{color:#e91e63;text-align:left}.wpo-project-section .project-section-title.text-left h2{color:#004585;font-size:32px;text-align:left}.wpo-project-section .section-title-s4 .transparent-text{display:none}.wpo-project-section .wpo-project-item .wpo-project-img{border-radius:12px;box-shadow:0 10px 25px #00000014;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.wpo-project-section .wpo-project-item .wpo-project-img img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transform:scale(1);transition:all .3s;width:100%}.wpo-project-section .wpo-project-item .wpo-project-img:hover img{transform:scale(1.05)}.wpo-project-section .wpo-project-item .wpo-project-text h2{font-size:20px;margin-bottom:15px}.wpo-project-section .wpo-project-item .wpo-project-text h2 a{color:#1d1d1d;font-size:20px}.wpo-project-section .wpo-project-item .wpo-project-text h2 a:hover{color:#e91e63}.wpo-project-section .wpo-project-item .wpo-project-thumb{height:80px;line-height:80px;right:-15px;top:30px;width:80px}.wpo-project-section .wpo-project-item .wpo-project-thumb span{font-size:40px}.wpo-project-section .slick-arrow{align-items:center!important;background:#fff;border:1px solid #b7b7b7;display:flex!important;font-size:20px!important;justify-content:center!important}.wpo-project-section .slick-arrow:before{display:none!important}.wpo-project-section .slick-arrow svg{color:#ffb100;height:20px;width:20px}.project-anas-bot-container{bottom:20px!important;left:50px!important;max-width:150px!important;position:absolute!important;width:100%!important;z-index:2!important}.project-anas-bot-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;left:50%!important;object-fit:contain!important;width:100%!important}.project-boy-girl-container{left:60%!important;max-width:300px!important;position:absolute!important;top:15%!important;transform:translate(-50%)!important;width:100%!important;z-index:3!important}.project-boy-girl-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;object-fit:contain!important;width:100%!important}@media (max-width:1400px){.project-anas-bot-container{bottom:15px!important;left:15px!important;max-width:120px!important}.project-boy-girl-container{left:50%!important;max-width:240px!important;top:50%!important;transform:translate(-50%)!important}}@media (max-width:1200px){.project-anas-bot-container{bottom:10px!important;left:10px!important;max-width:100px!important}.project-boy-girl-container{left:50%!important;max-width:200px!important;top:50%!important;transform:translate(-50%)!important}}@media (max-width:991px){.project-anas-bot-container{bottom:5px!important;left:5px!important;max-width:80px!important}.project-boy-girl-container{left:50%!important;max-width:160px!important;top:50%!important;transform:translate(-50%)!important}}@media (max-width:575px){.project-anas-bot-container,.project-boy-girl-container{display:none!important}}@media (max-width:767px){.wpo-project-section .project-section-title.text-left h2{font-size:26px}}body.lang-ar .wpo-project-section .section-title.text-left,body.lang-ar .wpo-project-section .section-title.text-left h2,body.lang-ar .wpo-project-section .section-title.text-left span{text-align:right!important}body.lang-ar .project-anas-bot-container{left:auto!important;right:50px!important}body.lang-ar .project-boy-girl-container{left:auto!important;right:60%!important;transform:translate(50%)!important}body.lang-ar .wpo-project-section .wpo-project-item .wpo-project-thumb{left:-15px!important;right:auto!important}body.lang-ar .wpo-project-section .wpo-project-item .wpo-project-text h2{text-align:right!important}body.lang-ar .wpo-project-section .slick-arrow{right:auto!important;top:-120px!important}body.lang-ar .wpo-project-section .slick-prev{left:0!important}body.lang-ar .wpo-project-section .slick-next{left:60px!important}.custom-banner-section{overflow:hidden;padding:80px 0;position:relative}.custom-banner-wrapper{box-shadow:0 20px 40px #0045854d}.banner-content,.custom-banner-wrapper{border-radius:20px;overflow:hidden;position:relative}.banner-content{align-items:center;background:linear-gradient(135deg,#004585,#062265 50%,#004585);display:flex;height:300px;justify-content:space-between;padding:60px;width:100%}.banner-content:before{background:linear-gradient(45deg,#ffb100,#ffc233 50%,#ffb100);border-radius:50%;content:"";height:200%;position:absolute;right:-20%;top:-30%;transform:rotate(-15deg);width:100%;z-index:1}.banner-text-section{color:#fff;max-width:60%;position:relative;text-align:left;z-index:2}.banner-title{color:#fff;font-family:FuturaPT-Bold,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.1;margin:0;text-shadow:0 2px 10px #0003}.banner-button-section{align-items:center;display:flex;position:relative;right:150px;z-index:3}.banner-cta-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;display:inline-block;font-family:FuturaPT-Bold,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:1px;padding:18px 40px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.banner-cta-button:hover{background:#ffffff40;border-color:#ffffff80;box-shadow:0 10px 25px #0003;transform:translateY(-2px)}@media (max-width:768px){.custom-banner-section{padding:40px 0}.banner-content{flex-direction:column;height:250px;justify-content:center;padding:40px 30px;text-align:center}.banner-text-section{margin-bottom:30px;max-width:100%;text-align:center}.banner-title{font-size:2.5rem}.banner-button-section{justify-content:center;right:0;width:100%}.banner-content:before{height:180%;right:-30%;top:-40%;width:90%}}@media (max-width:992px) and (min-width:769px){.banner-content{height:280px;padding:50px 40px}.banner-title{font-size:3rem}.banner-content:before{right:-25%;top:-35%;width:80%}}@media (min-width:1201px){.banner-content:before{right:-15%;top:-35%;width:70%}}@media (max-width:480px){.custom-banner-section{padding:30px 0}.banner-content{height:200px;padding:25px 20px}.banner-title{font-size:1.8rem;line-height:1.2}.banner-button-section{justify-content:center;right:0;width:100%}.banner-cta-button{font-size:.9rem;padding:12px 25px}.banner-content:before{height:200%;right:-35%;top:-50%;width:100%}}@media (max-width:360px){.banner-content{height:180px;padding:20px 15px}.banner-title{font-size:1.5rem}.banner-button-section{justify-content:center;right:0;width:100%}.banner-cta-button{font-size:.8rem;padding:10px 20px}}.wpo-level-test-section{background:#f4f8fc;position:relative}.wpo-level-test-wrapper{background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;margin:0 auto;max-width:1000px;overflow:hidden;padding:25px 50px;position:relative}.wpo-level-test-content{position:relative;text-align:center;z-index:2}.wpo-level-test-wrapper:before{background-image:radial-gradient(circle at 85% 15%,#e0e0e04d 0,#0000 50%),radial-gradient(circle at 15% 85%,#e0e0e033 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.wpo-level-test-section .section-title-s4 span{color:#004585!important;display:inline-block;font-family:Futura PT;font-weight:500;letter-spacing:3px;position:relative;text-transform:uppercase}.wpo-level-test-section .section-title-s4 span:before{background:#ffb100;content:"";height:2px;left:-35px;position:absolute;top:12px;width:30px}.wpo-level-test-section .section-title-s4 h2{color:#004585!important;font-family:Futura PT;font-size:34px;font-weight:600;line-height:1.25;margin-top:10px;text-transform:none}.level-test-girl-books-container{bottom:50px!important;left:50px!important;max-width:300px!important;position:absolute!important;width:100%!important;z-index:2!important}.level-test-girl-books-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;object-fit:contain!important;width:100%!important}.level-test-airplane-container{max-width:240px!important;position:absolute!important;right:50px!important;top:50px!important;width:100%!important;z-index:2!important}.level-test-airplane-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;object-fit:contain!important;width:100%!important}.level-test-paper-plane-container{left:20px!important;max-width:300px!important;position:absolute!important;top:20px!important;width:100%!important;z-index:2!important}.level-test-paper-plane-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;object-fit:contain!important;rotate:-13deg!important;transform:scaleX(-1)!important;width:100%!important}.level-test-anas-bot-container{bottom:35px!important;max-width:200px!important;position:absolute!important;right:100px!important;width:100%!important;z-index:2!important}.level-test-anas-bot-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;object-fit:contain!important;width:100%!important}@media (max-width:1400px){.level-test-girl-books-container{bottom:40px!important;left:40px!important;max-width:200px!important}.level-test-airplane-container{max-width:300px!important;right:40px!important;top:40px!important}.level-test-paper-plane-container{left:15px!important;max-width:170px!important;top:15px!important}.level-test-anas-bot-container{bottom:40px!important;max-width:450px!important;right:40px!important}}@media (max-width:1200px){.level-test-girl-books-container{bottom:30px!important;left:30px!important;max-width:400px!important}.level-test-airplane-container{max-width:160px!important;right:30px!important;top:30px!important}.level-test-paper-plane-container{left:10px!important;max-width:150px!important;top:10px!important}.level-test-anas-bot-container{bottom:30px!important;max-width:150px!important;right:30px!important}}@media (max-width:991px){.level-test-girl-books-container{bottom:20px!important;left:20px!important;max-width:160px!important}.level-test-airplane-container{max-width:120px!important;right:20px!important;top:20px!important}.level-test-paper-plane-container{left:8px!important;max-width:125px!important;top:8px!important}.level-test-anas-bot-container{bottom:20px!important;max-width:120px!important;right:20px!important}}@media (max-width:575px){.level-test-airplane-container,.level-test-anas-bot-container,.level-test-girl-books-container,.level-test-paper-plane-container{display:none!important}}.wpo-level-test-description{margin:15px auto 25px;max-width:800px;text-align:left}.wpo-level-test-description p{color:#6c6c6c;font-size:1.1rem;line-height:1.7;margin-bottom:20px}.wpo-level-test-description p:last-child{margin-bottom:0}.wpo-level-test-actions{margin-bottom:25px}.wpo-level-test-footer{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.wpo-level-test-contact-text{color:#004585;display:inline-block;font-family:Futura PT;font-weight:500;letter-spacing:3px;position:relative;text-transform:uppercase}.wpo-level-test-contact-text:before{background:#ffb100;content:"";height:2px;left:-35px;position:absolute;top:12px;width:30px}@media (max-width:991px){.wpo-level-test-section .section-title-s4 h2{font-size:30px}}@media (max-width:768px){.wpo-level-test-wrapper{margin:0 20px;padding:20px 30px}.wpo-level-test-description{margin:15px 0 20px;text-align:center}.wpo-level-test-description p{font-size:1rem}.wpo-level-test-footer{flex-direction:column;gap:15px;text-align:center}.wpo-level-test-section .section-title-s4 h2{font-size:26px}}@media (max-width:480px){.wpo-level-test-wrapper{margin:0 15px;padding:15px 20px}.wpo-level-test-description p{font-size:.95rem;line-height:1.6}.wpo-level-test-section .section-title-s4 h2{font-size:22px}}body.lang-ar .wpo-level-test-description{text-align:center!important}body.lang-ar .wpo-level-test-footer{flex-direction:column!important;gap:20px!important;justify-content:center!important;text-align:center!important}body.lang-ar .wpo-level-test-contact-text:before,body.lang-ar .wpo-level-test-section .section-title-s4 span:before{left:auto!important;right:-35px!important}body.lang-ar .wpo-level-test-actions{text-align:center!important}body.lang-ar .level-test-paper-plane-container{left:20px!important;right:auto!important}body.lang-ar .level-test-airplane-container{left:auto!important;right:50px!important}body.lang-ar .level-test-girl-books-container{left:50px!important;right:auto!important}body.lang-ar .level-test-anas-bot-container{left:auto!important;right:100px!important}[dir=rtl] .wpo-level-test-content{text-align:right}[dir=rtl] .wpo-level-test-section .section-title-s4 span:before{left:auto;right:-35px}[dir=rtl] .level-test-girl-books-container{left:auto!important;right:50px!important}[dir=rtl] .level-test-airplane-container{left:50px!important;right:auto!important}[dir=rtl] .level-test-paper-plane-container{left:auto!important;right:20px!important}[dir=rtl] .level-test-anas-bot-container{left:100px!important;right:auto!important}@media (max-width:1400px){[dir=rtl] .level-test-girl-books-container{left:auto!important;right:40px!important}[dir=rtl] .level-test-airplane-container{left:40px!important;right:auto!important}[dir=rtl] .level-test-paper-plane-container{left:auto!important;right:15px!important}[dir=rtl] .level-test-anas-bot-container{left:40px!important;right:auto!important}}@media (max-width:1200px){[dir=rtl] .level-test-girl-books-container{left:auto!important;right:30px!important}[dir=rtl] .level-test-airplane-container{left:30px!important;right:auto!important}[dir=rtl] .level-test-paper-plane-container{left:auto!important;right:10px!important}[dir=rtl] .level-test-anas-bot-container{left:30px!important;right:auto!important}}@media (max-width:991px){[dir=rtl] .level-test-girl-books-container{left:auto!important;right:20px!important}[dir=rtl] .level-test-airplane-container{left:20px!important;right:auto!important}[dir=rtl] .level-test-paper-plane-container{left:auto!important;right:10px!important}[dir=rtl] .level-test-anas-bot-container{left:20px!important;right:auto!important}}[dir=rtl] .wpo-level-test-description p{line-height:1.9;margin-bottom:1.5em;text-align:right;word-spacing:.15em}[dir=rtl] .wpo-level-test-description h3{margin-bottom:1em;text-align:right}@media (max-width:991px){[dir=rtl] .wpo-level-test-description p{line-height:1.8;margin-bottom:1.3em;word-spacing:.1em}}.wpo-bundles{margin-top:20px}.wpo-bundle-card{background:#fff;border:1px solid #e1e1e1;border-radius:12px;box-shadow:0 6px 18px #0000000f;display:flex;flex-direction:column;height:100%;padding:24px}.wpo-bundle-title{color:#004585;font-size:20px;font-weight:800;line-height:1.3;margin:0 0 8px;text-align:left}.wpo-bundle-sub{color:#6c6c6c;font-weight:600;margin-bottom:10px;text-align:left}.wpo-bundle-price{align-items:baseline;display:flex;gap:8px;margin:10px 0 16px}.wpo-bundle-price .amount{font-size:28px;font-weight:800}.wpo-bundle-price .meta{color:#555;font-size:12px;font-weight:600}.wpo-bundle-sep{background:#e1e1e1;height:1px;margin:14px 0 18px}.wpo-bundle-features{list-style:none;margin:0;padding:0}.wpo-bundle-features li{align-items:flex-start;color:#222;display:flex;gap:10px;margin:8px 0;text-align:left}.wpo-bundle-features li .icon{align-items:center;border:2px solid #007a6c;border-radius:50%;color:#007a6c;display:inline-flex;flex:0 0 18px;font-size:12px;height:18px;justify-content:center;line-height:1;margin-top:2px;width:18px}.wpo-bundle-actions{display:flex;justify-content:flex-start;margin-top:auto}.wpo-bundle-card.emphasis{border-color:#d8e0f1;box-shadow:0 12px 28px #0045851f}@media (max-width:991px){.wpo-bundle-card{margin-bottom:20px}}[dir=rtl] .wpo-bundle-features li,[dir=rtl] .wpo-bundle-sub,[dir=rtl] .wpo-bundle-title{text-align:right}[dir=rtl] .wpo-bundle-features li .icon{margin-left:10px;margin-right:0}[dir=rtl] .wpo-bundle-actions{justify-content:flex-end}[dir=rtl] .wpo-bundle-card p{line-height:1.9;margin-bottom:1.5em;text-align:right;word-spacing:.15em}[dir=rtl] .wpo-bundle-sub{line-height:1.7;word-spacing:.1em}[dir=rtl] .wpo-bundle-features li,[dir=rtl] .wpo-bundle-price{flex-direction:row-reverse}@media (max-width:991px){[dir=rtl] .wpo-bundle-card p{line-height:1.8;margin-bottom:1.3em;word-spacing:.1em}[dir=rtl] .wpo-bundle-sub{line-height:1.6}}.wpo-contact-section.compact.section-padding{padding:60px 0}.wpo-contact-section.compact .wpo-contact-wrap .contact-form .contact-form-title h2{font-size:30px;margin-bottom:20px;padding-bottom:14px}.wpo-contact-section.compact .wpo-contact-wrap .contact-form .contact-form-title p{font-size:16px}.wpo-contact-section.compact .wpo-contact-wrap .contact-form .form-control{height:48px}.wpo-contact-section.compact .wpo-contact-wrap .contact-form .form-field{margin-bottom:18px}.wpo-contact-section.compact .wpo-contact-wrap .contact-form textarea.form-control{height:120px}.wpo-contact-section.compact .wpo-contact-wrap .contact-form .theme-btn{margin-top:12px}.wpo-contact-section.compact .contact-img{align-items:center;display:flex;height:100%;justify-content:center}.wpo-contact-section.compact .contact-img img{display:block;height:auto;max-height:400px;max-width:80%;object-fit:contain;width:auto}@media (max-width:991px){.wpo-contact-section.compact .contact-img{display:none}}@media (max-width:767px){.wpo-contact-section .contact-img{display:none}}[dir=rtl] .wpo-contact-section.compact .wpo-contact-wrap .contact-form .contact-form-title h2,[dir=rtl] .wpo-contact-section.compact .wpo-contact-wrap .contact-form .contact-form-title p,[dir=rtl] .wpo-contact-section.compact .wpo-contact-wrap .contact-form .form-control,[dir=rtl] .wpo-contact-section.compact .wpo-contact-wrap .contact-form textarea.form-control{text-align:right}[dir=rtl] .wpo-contact-section.compact .wpo-contact-wrap .contact-form .theme-btn{margin-left:0;margin-right:auto}[dir=rtl] .wpo-contact-section.compact .contact-form p{line-height:1.9;margin-bottom:1.5em;text-align:right;word-spacing:.15em}[dir=rtl] .wpo-contact-section.compact .contact-form label{display:block;margin-bottom:.5em;text-align:right}[dir=rtl] .wpo-contact-section.compact .wpo-contact-wrap .contact-form .form-field input,[dir=rtl] .wpo-contact-section.compact .wpo-contact-wrap .contact-form .form-field textarea{text-align:right}@media (max-width:991px){[dir=rtl] .wpo-contact-section.compact .contact-form p{line-height:1.8;margin-bottom:1.3em;word-spacing:.1em}}.mobileMenu{box-shadow:0 10px 40px 0 #3232321a;height:100vh;left:-300px;overflow-x:auto;overflow-y:scroll;position:fixed;top:0;transition:all .3s ease 0s;width:300px;z-index:9999}.mobileMenu,.responsivemenu .card-body{background:#243352}.mobileMenu h2{padding-left:20px}.mobileMenu.show{left:0}.showmenu{cursor:pointer;position:relative;top:0;z-index:999}.responsivemenu{list-style:none;padding-left:0;padding-top:30px}.responsivemenu li a,.responsivemenu li p{color:#fff;cursor:pointer;display:block;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;letter-spacing:0;padding:13px 35px;text-transform:capitalize}.responsivemenu ul{list-style:none}.responsivemenu li p{margin-bottom:0;position:relative}.responsivemenu .card{border:none}.responsivemenu .card-body{padding-top:0}.responsivemenu .card-body li{background:#243352}.responsivemenu li a{position:relative}.responsivemenu li i{position:absolute;right:20px;top:17px}.showmenu i{color:#fff;font-size:30px}.mobileMenu,.showmenu{display:none}@media (max-width:992px){.showmenu{border-radius:5px;display:block;height:36px;line-height:40px;text-align:center;width:40px}.showmenu button:focus{box-shadow:none;outline:none}.showmenu button span{background-color:#fff;display:block;height:2px;margin:0 auto 5px;width:20px}.mobileMenu{display:block}}.middle-header-3 .showmenu{top:36px}.middle-header2 .showmenu{top:26px}.middle-header-3 .showmenu i{color:#fff}@media(max-width:450px){.mobileMenu{left:-240px;width:240px}.responsivemenu li a,.responsivemenu li p{font-size:14px;padding:13px 25px}}.mobile-auth-buttons{margin-top:20px}.mobile-auth-buttons:first-of-type{border-top:1px solid #ffffff1a;margin-top:30px;padding-top:20px}.mobile-auth-btn{border-radius:5px;display:block;font-size:15px!important;font-weight:600!important;margin:0 20px;padding:12px 35px!important;text-align:center;text-decoration:none;transition:all .3s ease}.mobile-signin-btn{background:#0000!important;border:2px solid #ffb100;color:#ffb100!important}.mobile-signin-btn:hover,.mobile-signup-btn{background:#ffb100!important;color:#fff!important}.mobile-signup-btn{border:2px solid #ffb100}.mobile-signup-btn:hover{background:#ff9f00!important;border-color:#ff9f00}@media(max-width:450px){.mobile-auth-btn{font-size:14px!important;margin:0 15px;padding:10px 25px!important}}ul.smothscroll{bottom:25px;display:flex;flex-direction:column;gap:10px;list-style:none;position:fixed;right:30px;z-index:99}ul.smothscroll .language-toggle-btn,ul.smothscroll a{align-items:center;background-color:#ffb100b3;background-position:0;background-size:200%,1px;border:2px solid #ffb100;border-radius:50%;box-shadow:0 4px 15px #ffb1004d;color:#fff;cursor:pointer;display:flex;height:45px;justify-content:center;transition:all .3s ease;width:45px}ul.smothscroll .language-toggle-btn svg,ul.smothscroll a svg{font-size:18px;transition:transform .3s ease}ul.smothscroll .language-toggle-btn:hover,ul.smothscroll a:hover{background-color:#ffb100;box-shadow:0 6px 20px #ffb10066;color:#fff;transform:translateY(-3px)}ul.smothscroll .language-toggle-btn:hover svg,ul.smothscroll a:hover svg{transform:translateY(-2px)}@media(max-width:767px){ul.smothscroll{bottom:20px;right:20px}ul.smothscroll .language-toggle-btn,ul.smothscroll a{height:40px;width:40px}ul.smothscroll .language-toggle-btn svg,ul.smothscroll a svg{font-size:16px}}.performance-dashboard{background:#000c;border-radius:5px;bottom:20px;color:#fff;display:flex;flex-direction:column;font-family:monospace;font-size:12px;gap:5px;padding:10px;position:fixed;right:20px;z-index:9999}.performance-metric{display:flex;gap:10px;justify-content:space-between}.metric-label{font-weight:700}.metric-value{color:#4caf50}.features-bot-container{bottom:20px!important;max-width:150px!important;position:absolute!important;right:20px!important;width:100%!important;z-index:2!important}.features-bot-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;object-fit:contain!important;width:100%!important}.features-paper-plane-container{left:20px!important;max-width:400px!important;position:absolute!important;top:20px!important;width:100%!important;z-index:2!important}.features-paper-plane-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;object-fit:contain!important;transform:scaleX(-1)!important;width:100%!important}@media (max-width:1400px){.features-bot-container{bottom:15px!important;max-width:120px!important;right:15px!important}.features-paper-plane-container{left:15px!important;max-width:340px!important;top:15px!important}}@media (max-width:1200px){.features-bot-container{bottom:10px!important;max-width:100px!important;right:10px!important}.features-paper-plane-container{left:10px!important;max-width:300px!important;top:10px!important}}@media (max-width:991px){.features-bot-container{bottom:5px!important;max-width:80px!important;right:5px!important}.features-paper-plane-container{left:5px!important;max-width:240px!important;top:5px!important}}@media (max-width:575px){.features-bot-container,.features-paper-plane-container{display:none!important}}.services-boy-question-container{left:20px!important;max-width:225px!important;position:absolute!important;top:60%!important;transform:translateY(-50%)!important;width:100%!important;z-index:2!important}.services-boy-question-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;object-fit:contain!important;width:100%!important}.services-girl-blushing-container{max-width:225px!important;position:absolute!important;right:20px!important;top:60%!important;transform:translateY(-50%)!important;width:100%!important;z-index:2!important}.services-girl-blushing-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))!important;height:auto!important;object-fit:contain!important;width:100%!important}@media (max-width:1400px){.services-boy-question-container{left:15px!important;max-width:180px!important}.services-girl-blushing-container{max-width:180px!important;right:15px!important}}@media (max-width:1200px){.services-boy-question-container{left:10px!important;max-width:150px!important}.services-girl-blushing-container{max-width:150px!important;right:10px!important}}@media (max-width:991px){.services-boy-question-container{left:5px!important;max-width:120px!important}.services-girl-blushing-container{max-width:120px!important;right:5px!important}}@media (max-width:575px){.services-boy-question-container,.services-girl-blushing-container{display:none!important}}.ui-config-dashboard{background:#f8f9fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:20px}.dashboard-header{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:20px;padding:20px}.dashboard-header h1{color:#2c3e50;font-size:28px;font-weight:600;margin:0}.dashboard-actions{display:flex;flex-wrap:wrap;gap:10px}.btn{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;padding:10px 20px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:#007bff}.btn-primary:hover{background:#0056b3}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#545b62}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333;transform:translateY(-2px)}.btn-info{background:#17a2b8;color:#fff}.btn-info:hover{background:#138496;transform:translateY(-2px)}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#218838;transform:translateY(-2px)}.btn-warning{background:#ffc107;color:#212529}.btn-warning:hover{background:#e0a800;transform:translateY(-2px)}.dashboard-content{grid-gap:20px;display:grid;gap:20px;grid-template-columns:300px 1fr 400px;height:calc(100vh - 200px)}.dashboard-sidebar{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow-y:auto;padding:20px}.dashboard-sidebar h3{border-bottom:2px solid #e9ecef;color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 15px;padding-bottom:10px}.section-list{gap:10px}.section-item,.section-list{display:flex;flex-direction:column}.section-btn{background:#f8f9fa;border:2px solid #e9ecef;border-radius:6px;color:#495057;cursor:pointer;font-size:14px;font-weight:500;padding:12px 15px;text-align:left;transition:all .3s ease}.section-btn:hover{background:#e9ecef;border-color:#007bff}.section-btn.active{background:#007bff;border-color:#007bff;color:#fff}.element-list{display:flex;flex-direction:column;gap:5px;margin-top:10px;padding-left:20px}.element-btn{background:#0000;border:1px solid #dee2e6;border-radius:4px;color:#6c757d;cursor:pointer;font-size:12px;padding:8px 12px;text-align:left;transition:all .3s ease}.element-btn:hover{background:#f8f9fa;border-color:#007bff;color:#007bff}.element-btn.active{background:#007bff;border-color:#007bff;color:#fff}.dashboard-main{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow-y:auto;padding:20px}.controls-panel h2{border-bottom:2px solid #e9ecef;color:#2c3e50;font-size:22px;font-weight:600;margin:0 0 20px;padding-bottom:10px}.control-group{background:#f8f9fa;border-left:4px solid #007bff;border-radius:6px;margin-bottom:25px;padding:15px}.control-group h4{color:#495057;font-size:16px;font-weight:600;margin:0 0 15px}.control-group h5{color:#6c757d;font-size:14px;font-weight:500;margin:15px 0 10px}.control-item{align-items:center;display:flex;gap:10px;margin-bottom:10px}.control-item label{color:#495057;font-size:13px;font-weight:500;min-width:120px}.control-item input{border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:13px;padding:8px 12px;transition:border-color .3s ease}.control-item input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.responsive-group{background:#fff;border:1px solid #e9ecef;border-radius:4px;margin-top:15px;padding:10px}.dashboard-preview{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow-y:auto;padding:20px}.dashboard-preview h3{border-bottom:2px solid #e9ecef;color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 15px;padding-bottom:10px}.css-preview{background:#2d3748;border-radius:6px;margin-bottom:15px;overflow-x:auto;padding:15px}.css-preview pre{word-wrap:break-word;color:#e2e8f0;font-family:Courier New,monospace;font-size:12px;line-height:1.5;margin:0;white-space:pre-wrap}.preview-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.preview-content{background:#fff;border-radius:8px;max-height:90vh;max-width:90vw;overflow:auto;padding:20px}.preview-content h3{color:#2c3e50;font-size:20px;font-weight:600;margin:0 0 15px}.preview-iframe{margin-top:15px}@media (max-width:1200px){.dashboard-content{grid-template-columns:250px 1fr 350px}}@media (max-width:992px){.dashboard-content{grid-template-columns:1fr;grid-template-rows:auto auto auto;height:auto}.dashboard-sidebar{order:1}.dashboard-main{order:2}.dashboard-preview{order:3}}@media (max-width:768px){.ui-config-dashboard{padding:10px}.dashboard-header{align-items:stretch;flex-direction:column}.dashboard-actions{justify-content:center}.dashboard-content{gap:15px}}@media (max-width:576px){.btn{font-size:12px;padding:8px 15px}.control-item{align-items:stretch;flex-direction:column}.control-item label{margin-bottom:5px;min-width:auto}.css-preview pre{font-size:10px}}.btn,.control-group,.element-btn,.section-btn{transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:focus,.control-item input:focus,.element-btn:focus,.section-btn:focus{outline:2px solid #007bff;outline-offset:2px}.loading{opacity:.6;pointer-events:none}.loading-state{min-height:50vh}.loading-state h2{color:#2c3e50;font-size:24px;margin-bottom:20px}.spinner{border:4px solid #f3f3f3;border-top-color:#007bff;height:40px;width:40px}.success{background-color:#d4edda!important;border-color:#28a745!important}.error{background-color:#f8d7da!important;border-color:#dc3545!important}.debug-panel{background:#f8f9fa;border-left:4px solid #17a2b8;border-radius:6px;margin-top:20px;padding:15px}.debug-panel h4{color:#17a2b8;font-size:14px;font-weight:600;margin:0 0 10px}.debug-info{margin-bottom:15px}.debug-info p{color:#495057;font-size:12px;margin:5px 0}.debug-info strong{color:#212529}.back-to-home{box-shadow:0 2px 8px #ffb1004d}.back-to-home svg{font-size:18px;transition:transform .3s ease}.back-to-home:hover svg{transform:translateX(-2px)}@media (max-width:575px){.auth-page-header{padding:12px 15px}.back-to-home{height:35px;width:35px}.back-to-home svg{font-size:16px}.auth-logo img{height:32px}}:root{--primary:#004585;--primary-dark:#036;--primary-light:#0a6ebd;--gold:#ffb100;--gold-light:#ffc940;--whatsapp:#25d366;--whatsapp-dark:#128c7e;--gradient-primary:linear-gradient(135deg,#004585,#0a6ebd 50%,#1a7fd4);--gradient-gold:linear-gradient(135deg,#ffb100,#ff9500);--gradient-whatsapp:linear-gradient(135deg,#25d366,#128c7e);--gradient-success:linear-gradient(135deg,#22c55e,#16a34a);--gradient-glass:linear-gradient(135deg,#ffffffe6,#ffffffb3);--gradient-bg:linear-gradient(180deg,#e8f4fd,#f8fafc 50%,#fff);--text-primary:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;--border-light:#e2e8f0;--border-focus:#00458580;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 10px 40px #0000001f;--shadow-xl:0 20px 60px #00000026;--shadow-glow:0 0 30px #00458533;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--transition-fast:0.15s ease;--transition-normal:0.25s ease;--transition-slow:0.4s cubic-bezier(0.4,0,0.2,1)}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.rtl .animate-slide-in,[dir=rtl] .animate-slide-in{animation-name:slideInLeft}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.loginWrapper{align-items:center;background:linear-gradient(180deg,#e8f4fd,#f8fafc 50%,#fff);background:var(--gradient-bg);flex-direction:column;justify-content:center;overflow:hidden;padding:20px}.loginWrapper:before{background:radial-gradient(circle,#0045850d 0,#0000 70%);height:100%;right:-30%;top:-50%;width:80%}.loginWrapper:after{background:radial-gradient(circle,#ffb1000d 0,#0000 70%);bottom:-30%;content:"";height:80%;left:-20%;pointer-events:none;position:absolute;width:60%}.auth-page-header{margin-bottom:2rem;padding:20px 30px;width:100%}.back-to-home{background:linear-gradient(135deg,#004585,#0a6ebd 50%,#1a7fd4);background:var(--gradient-primary);box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow-sm);font-size:14px;transition:.25s ease;transition:var(--transition-normal)}.back-to-home:hover{box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow-md);transform:scale(1.05)}[dir=rtl] .back-to-home{order:3}.auth-logo img{transition:.15s ease;transition:var(--transition-fast)}.loginForm{animation:fadeInUp .5s ease-out;background:#fff;border:1px solid #fffc;border-radius:24px;border-radius:var(--radius-xl);box-shadow:0 20px 60px #00000026;box-shadow:var(--shadow-xl);max-width:480px;padding:48px 40px;position:relative;width:100%;z-index:1}.loginForm .shape-img{display:none}.signup-progress{margin-bottom:32px;padding:0 20px}.progress-step,.signup-progress{align-items:center;display:flex;justify-content:center}.progress-step{background:#f1f5f9;border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:50%;color:#94a3b8;color:var(--text-muted);font-size:14px;font-weight:600;height:40px;position:relative;transition:all .25s ease;transition:all var(--transition-normal);width:40px;z-index:2}.progress-step.active{background:linear-gradient(135deg,#004585,#0a6ebd 50%,#1a7fd4);background:var(--gradient-primary);border-color:#004585;border-color:var(--primary);box-shadow:0 4px 15px #00458566;color:#fff;transform:scale(1.1)}.progress-step.completed{background:linear-gradient(135deg,#ffb100,#ff9500);background:var(--gradient-gold);border-color:#ffb100;border-color:var(--gold);box-shadow:0 4px 15px #ffb10066;color:#fff}.progress-step.completed svg{height:16px;width:16px}.progress-line{background:#e2e8f0;background:var(--border-light);border-radius:2px;flex:1 1;height:3px;margin:0 6px;max-width:50px;overflow:hidden;position:relative;transition:.4s cubic-bezier(.4,0,.2,1);transition:var(--transition-slow)}.progress-line.active{background:linear-gradient(135deg,#ffb100,#ff9500);background:var(--gradient-gold)}.progress-line.active:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff80,#0000);background-size:200% 100%;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.loginForm h2{animation:fadeIn .4s ease-out .1s both;color:#0f172a;color:var(--text-primary);font-family:Outfit,system-ui,sans-serif;font-size:28px;font-weight:700;letter-spacing:-.5px;margin-bottom:8px;text-align:center}.loginForm>p{animation:fadeIn .4s ease-out .2s both;color:#64748b;color:var(--text-secondary);font-size:15px;line-height:1.5;margin-bottom:32px;text-align:center}[dir=rtl] .loginForm h2,[dir=rtl] .loginForm>p{font-family:Cairo,Outfit,system-ui,sans-serif}.inputOutline .MuiOutlinedInput-root{background:#f8fafc;border-radius:12px!important;border-radius:var(--radius-md)!important;transition:all .25s ease!important;transition:all var(--transition-normal)!important}.inputOutline .MuiOutlinedInput-root:hover{background:#f1f5f9}.inputOutline .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#cbd5e1!important}.inputOutline .MuiOutlinedInput-root.Mui-focused{background:#fff}.inputOutline .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#004585!important;border-color:var(--primary)!important;border-width:2px!important;box-shadow:0 0 0 3px #0045851a}.inputOutline .MuiOutlinedInput-input{font-size:15px;padding:16px 14px}.inputOutline .MuiFormLabel-root{font-weight:500}.inputOutline .MuiFormLabel-root.Mui-focused{color:#004585!important;color:var(--primary)!important}.field-icon{color:#94a3b8;color:var(--text-muted);font-size:16px;margin-right:8px;transition:.15s ease;transition:var(--transition-fast)}[dir=rtl] .field-icon{margin-left:8px;margin-right:0}.inputOutline .Mui-focused .field-icon{color:#004585;color:var(--primary)}.phone-input-wrapper{margin-bottom:8px}.phone-input-inner{position:relative}.phone-input-label{color:#0f172a;color:var(--text-primary);display:block;font-size:14px;font-weight:500;margin-bottom:8px}.phone-container .phone-input{background:#f8fafc!important;border:2px solid #e2e8f0!important;border:2px solid var(--border-light)!important;border-radius:12px!important;border-radius:var(--radius-md)!important;color:#0f172a;color:var(--text-primary);font-size:16px!important;height:56px!important;padding-left:108px!important;text-align:left!important;transition:all .25s ease!important;transition:all var(--transition-normal)!important;width:100%!important}.phone-container .phone-input:hover{background:#f1f5f9!important;border-color:#cbd5e1!important}.phone-container .phone-input:focus{background:#fff!important;border-color:#25d366!important;border-color:var(--whatsapp)!important;box-shadow:0 0 0 3px #25d36626!important}.phone-container .phone-button{background:#0000!important;border:none!important;border-radius:12px 0 0 12px!important;border-radius:var(--radius-md) 0 0 var(--radius-md)!important;border-right:1px solid #e2e8f0!important;border-right:1px solid var(--border-light)!important;padding-left:14px!important;padding-right:8px!important}.phone-container .selected-flag{background:#0000!important;padding:0 8px 0 0!important;width:auto!important}.phone-container .selected-flag .arrow{border-top-color:#64748b!important;border-top-color:var(--text-secondary)!important}.whatsapp-field-icon{color:#25d366;color:var(--whatsapp);font-size:20px;left:64px;pointer-events:none}.phone-input-inner:after,.whatsapp-field-icon{position:absolute;top:50%;transform:translateY(-50%);z-index:5}.phone-input-inner:after{background:#e2e8f0;background:var(--border-light);content:"";height:28px;left:54px;width:1px}.phone-hint{align-items:center;color:#64748b;color:var(--text-secondary);display:flex;font-size:12px;gap:4px;margin-left:14px;margin-top:6px}[dir=rtl] .phone-hint{margin-left:0;margin-right:14px}.phone-error{color:#dc2626;font-size:12px;font-weight:500;margin-left:14px;margin-top:4px}.whatsapp-status-indicator{animation:fadeInUp .3s ease forwards;margin-top:12px;opacity:0;transform:translateY(-10px)}.whatsapp-status-indicator:empty{display:none}.whatsapp-status-indicator.checking{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--radius-md);display:flex;gap:10px;padding:12px 16px}.whatsapp-status-indicator.checking:before{animation:spin .8s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top:2px solid var(--whatsapp);content:"";height:18px;width:18px}.whatsapp-status-indicator.checking .status-text{color:#64748b;color:var(--text-secondary);font-size:13px;font-weight:500}.whatsapp-status-indicator.valid{display:block}.whatsapp-found{align-items:center;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #6ee7b7;border-radius:12px;border-radius:var(--radius-md);box-shadow:0 2px 8px #22c55e1a;display:flex;gap:14px;padding:14px 18px}.wa-profile-pic{border:3px solid #22c55e;border-radius:50%;box-shadow:0 4px 12px #22c55e40;height:42px;object-fit:cover;width:42px}.wa-icon-valid{align-items:center;animation:successPop .4s ease;background:linear-gradient(135deg,#25d366,#128c7e);background:var(--gradient-whatsapp);border-radius:50%;box-shadow:0 4px 12px #22c55e4d;color:#fff;display:flex;font-size:20px;height:42px;justify-content:center;width:42px}.whatsapp-found .status-text.success{align-items:center;color:#166534;display:flex;flex:1 1;font-size:14px;font-weight:600;gap:8px}.whatsapp-found .status-text.success:after{align-items:center;background:#22c55e;border-radius:50%;color:#fff;content:"✓";display:inline-flex;font-size:11px;font-weight:700;height:20px;justify-content:center;width:20px}.whatsapp-status-indicator.unregistered .status-text.warning{align-items:flex-start;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fcd34d;border-radius:12px;border-radius:var(--radius-md);color:#92400e;display:flex;font-size:13px;font-weight:500;gap:10px;line-height:1.5;padding:12px 16px}.whatsapp-status-indicator.unregistered .status-text.warning:before{content:"⚠️";flex-shrink:0;font-size:16px}.whatsapp-status-indicator.error{display:none}.verification-options{animation:fadeInUp .4s ease;display:flex;flex-direction:column;gap:16px}.verify-option{align-items:center;background:#fff;border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:16px;border-radius:var(--radius-lg);cursor:pointer;display:flex;overflow:hidden;padding:20px 24px;position:relative;text-align:left;transition:all .25s ease;transition:all var(--transition-normal);width:100%}[dir=rtl] .verify-option{text-align:right}.verify-option:before{background:linear-gradient(135deg,#0000,#00000005);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:.25s ease;transition:var(--transition-normal)}.verify-option:hover{box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow-md);transform:translateY(-3px)}.verify-option:hover:before{opacity:1}.verify-option.whatsapp{background:linear-gradient(135deg,#25d36608,#fff);border-color:#25d3664d}.verify-option.whatsapp:hover{background:linear-gradient(135deg,#25d36614,#25d36605);border-color:#25d366;border-color:var(--whatsapp);box-shadow:0 8px 30px #25d36626}.verify-option.email:hover{border-color:#004585;border-color:var(--primary);box-shadow:0 8px 30px #0045851a}.option-icon-wrapper{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:24px;height:52px;justify-content:center;margin-right:18px;transition:.25s ease;transition:var(--transition-normal);width:52px}[dir=rtl] .option-icon-wrapper{margin-left:18px;margin-right:0}.option-icon-wrapper.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);background:var(--gradient-whatsapp);box-shadow:0 4px 15px #25d3664d;color:#fff}.option-icon-wrapper.email{background:linear-gradient(135deg,#004585,#0a6ebd 50%,#1a7fd4);background:var(--gradient-primary);box-shadow:0 4px 15px #0045854d;color:#fff}.verify-option:hover .option-icon-wrapper{transform:scale(1.08)}.option-info{flex:1 1}.option-info h4{color:#0f172a;color:var(--text-primary);font-size:16px;font-weight:600;margin:0 0 4px}.option-info span{color:#64748b;color:var(--text-secondary);display:block;font-size:13px}.mobile-hint{align-items:center;color:#25d366!important;color:var(--whatsapp)!important;display:flex!important;font-weight:500;gap:6px;margin-top:6px}.option-arrow{color:#94a3b8;color:var(--text-muted);font-size:20px;transition:.25s ease;transition:var(--transition-normal)}[dir=rtl] .option-arrow{transform:scaleX(-1)}.verify-option:hover .option-arrow{color:#004585;color:var(--primary);transform:translateX(4px)}[dir=rtl] .verify-option:hover .option-arrow{transform:translateX(-4px) scaleX(-1)}.code-icon-wrapper{align-items:center;animation:successPop .5s ease;background:linear-gradient(135deg,#004585,#0a6ebd 50%,#1a7fd4);background:var(--gradient-primary);border-radius:50%;box-shadow:0 8px 30px #0045854d;color:#fff;display:flex;font-size:32px;height:72px;justify-content:center;margin:0 auto 24px;width:72px}.code-icon-wrapper svg{height:32px;width:32px}.code-input-wrapper{margin-bottom:20px}.code-input-wrapper .MuiOutlinedInput-input{color:#004585;color:var(--primary);font-family:SF Mono,Roboto Mono,monospace;font-size:36px!important;font-weight:700;letter-spacing:16px;padding:20px 16px!important;text-align:center}.code-input-wrapper .MuiOutlinedInput-root{background:#f8fafc;border-radius:16px!important;border-radius:var(--radius-lg)!important}.code-input-wrapper .MuiOutlinedInput-root.Mui-focused{background:#fff}.code-input-wrapper .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#004585!important;border-color:var(--primary)!important;border-width:2px!important}.resend-area{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:20px;text-align:center}.resend-area span{color:#64748b;color:var(--text-secondary);font-size:14px}.resend-link{background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#004585;color:var(--primary);cursor:pointer;font-size:14px;font-weight:600;padding:4px 8px;text-decoration:underline;text-underline-offset:2px;transition:.15s ease;transition:var(--transition-fast)}.resend-link:hover:not(:disabled){background:#00458514}.resend-link:disabled{color:#94a3b8;color:var(--text-muted);cursor:not-allowed;text-decoration:none}.success-icon-wrapper{align-items:center;animation:successPop .5s ease;background:linear-gradient(135deg,#22c55e,#16a34a);background:var(--gradient-success);border-radius:50%;box-shadow:0 8px 30px #22c55e4d;color:#fff;display:flex;font-size:32px;height:72px;justify-content:center;margin:0 auto 24px;width:72px}.success-icon-wrapper svg{height:32px;width:32px}.password-strength-indicator{background:#f8fafc;border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--radius-md);margin-top:12px;padding:16px}.strength-rule{align-items:center;color:#64748b;color:var(--text-secondary);display:flex;font-size:13px;gap:10px;padding:6px 0;transition:.15s ease;transition:var(--transition-fast)}.strength-rule.valid{color:#16a34a}.strength-rule svg{color:#16a34a;height:16px;width:16px}.rule-bullet{color:#94a3b8;color:var(--text-muted);display:inline-block;text-align:center;width:16px}.cBtnTheme{background:linear-gradient(135deg,#004585,#0a6ebd 50%,#1a7fd4)!important;background:var(--gradient-primary)!important;border-radius:12px!important;border-radius:var(--radius-md)!important;box-shadow:0 4px 20px #0045854d!important;font-size:16px!important;font-weight:600!important;overflow:hidden;padding:14px 24px!important;position:relative;text-transform:none!important;transition:all .25s ease!important;transition:all var(--transition-normal)!important}.cBtnTheme:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.cBtnTheme:hover{box-shadow:0 8px 30px #00458566!important;transform:translateY(-2px)!important}.cBtnTheme:hover:before{left:100%}.cBtnTheme:active{transform:translateY(0)!important}.cBtnTheme.success-btn{background:linear-gradient(135deg,#22c55e,#16a34a)!important;background:var(--gradient-success)!important;box-shadow:0 4px 20px #22c55e4d!important}.cBtnTheme.success-btn:hover{box-shadow:0 8px 30px #22c55e66!important}.back-btn{align-items:center;background:none;border:none;border-radius:12px;border-radius:var(--radius-md);color:#64748b;color:var(--text-secondary);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;margin-top:16px;padding:12px 16px;transition:all .15s ease;transition:all var(--transition-fast)}.back-btn:hover{background:#0045850d;color:#004585;color:var(--primary)}.noteHelp{color:#64748b;color:var(--text-secondary);font-size:14px;margin-top:28px;text-align:center}.noteHelp a{color:#004585;color:var(--primary);font-weight:600;position:relative;text-decoration:none}.noteHelp a:after{background:#004585;background:var(--primary);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .15s ease;transition:width var(--transition-fast);width:0}.noteHelp a:hover:after{width:100%}@media (max-width:576px){.loginWrapper{padding:16px}.auth-page-header{padding:12px 16px}.back-to-home{height:36px;left:16px;width:36px}[dir=rtl] .back-to-home{left:auto;right:16px}.auth-logo img{height:36px}.loginForm{border-radius:16px;border-radius:var(--radius-lg);margin-top:70px;padding:32px 24px}.loginForm h2{font-size:24px}.loginForm>p{font-size:14px}.loginForm>p,.signup-progress{margin-bottom:24px}.progress-step{font-size:13px;height:36px;width:36px}.progress-line{max-width:40px}.verify-option{padding:16px 18px}.option-icon-wrapper{font-size:20px;height:46px;margin-right:14px;width:46px}[dir=rtl] .option-icon-wrapper{margin-left:14px;margin-right:0}.option-info h4{font-size:15px}.option-info span{font-size:12px}.code-icon-wrapper,.success-icon-wrapper{font-size:28px;height:60px;width:60px}.code-input-wrapper .MuiOutlinedInput-input{font-size:28px!important;letter-spacing:12px;padding:16px 12px!important}.wa-icon-valid,.wa-profile-pic{font-size:18px;height:36px;width:36px}.whatsapp-found{gap:12px;padding:12px 14px}.whatsapp-found .status-text.success{font-size:13px}}@media (max-width:375px){.loginForm{padding:24px 18px}.progress-step{font-size:12px;height:32px;width:32px}.progress-line{margin:0 4px;max-width:30px}.code-input-wrapper .MuiOutlinedInput-input{font-size:24px!important;letter-spacing:8px}}.phone-dropdown{border:1px solid #e2e8f0!important;border:1px solid var(--border-light)!important;border-radius:12px!important;border-radius:var(--radius-md)!important;box-shadow:0 10px 40px #0000001f!important;box-shadow:var(--shadow-lg)!important;max-height:280px!important}.phone-dropdown .country{align-items:center!important;display:flex!important;gap:10px!important;padding:10px 14px!important;transition:background .15s ease;transition:background var(--transition-fast)}.phone-dropdown .country .flag{margin-right:10px!important}.phone-dropdown .country-name{margin-left:8px!important}.phone-dropdown .country:hover{background:#f1f5f9!important}.phone-dropdown .country.highlight{background:#00458514!important}[dir=rtl] .phone-input-inner:after{left:54px!important;right:auto!important}.phone-search{border:1px solid #e2e8f0!important;border:1px solid var(--border-light)!important;border-radius:8px!important;border-radius:var(--radius-sm)!important;margin:8px!important;padding:12px!important;width:calc(100% - 16px)!important}.rtl .loginForm,[dir=rtl] .loginForm{direction:rtl}[dir=rtl] .back-btn,[dir=rtl] .signup-progress{flex-direction:row-reverse}[dir=rtl] .phone-input-inner,[dir=rtl] .phone-input-wrapper{direction:ltr!important}[dir=rtl] .phone-input-wrapper .phone-hint{direction:rtl!important;text-align:right!important}[dir=rtl] .phone-hint{margin-left:14px;margin-right:0;text-align:left}[dir=rtl] .inputOutline,[dir=rtl] .inputOutline .MuiOutlinedInput-root{direction:ltr!important}[dir=rtl] .inputOutline .MuiOutlinedInput-input,[dir=rtl] .inputOutline input{direction:ltr!important;text-align:left!important}[dir=rtl] .inputOutline .MuiInputLabel-root{left:14px!important;right:auto!important;transform-origin:top left!important}[dir=rtl] .inputOutline .MuiInputLabel-shrink{transform:translateY(-9px) scale(.75)!important}[dir=rtl] .inputOutline .MuiInputAdornment-positionStart{margin-left:0!important;margin-right:0!important}[dir=rtl] .field-icon{margin-left:0!important;margin-right:8px!important}.wpo-account-area{background:#f8f9fa;padding:100px 0}.wpo-account-form-area{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:40px;position:relative;z-index:2}.wpo-logo h2{color:#333;margin-bottom:30px;text-align:center}.wpo-account-form{margin-bottom:20px}.theme-btn{background:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:12px 20px;transition:background .3s}.theme-btn:hover{background:#0056b3}.account-form-link{margin-top:20px;text-align:center}.account-form-link a{color:#007bff;text-decoration:none}.account-form-link a:hover{text-decoration:underline}body.lang-ar,body.lang-ar h1,body.lang-ar h2,body.lang-ar h3,body.lang-ar h4,body.lang-ar h5,body.lang-ar h6,body.lang-ar label,body.lang-ar li,body.lang-ar p,body.lang-ar span{text-align:right}body.lang-ar p{line-height:1.8;margin-bottom:1.2em;word-spacing:.1em}body.lang-ar .description p,body.lang-ar .long-paragraph,body.lang-ar .text-content p,body.lang-ar .wpo-about-section .about-content p,body.lang-ar .wpo-level-test-section .wpo-level-test-description p{line-height:1.9;margin-bottom:1.5em;text-align:right;word-spacing:.15em}body.lang-ar .form-control,body.lang-ar input,body.lang-ar select,body.lang-ar textarea{text-align:right}body.lang-ar input[type=email],body.lang-ar input[type=number],body.lang-ar input[type=tel],body.lang-ar input[type=url]{direction:ltr;text-align:right}body.lang-ar ol,body.lang-ar ul{padding-right:0}body.lang-ar .auth-modal-content,body.lang-ar .card-body,body.lang-ar .dropdown-item,body.lang-ar .dropdown-menu,body.lang-ar .modal-body,body.lang-ar .modal-footer,body.lang-ar .modal-header,body.lang-ar .nav .navbar-nav li a,body.lang-ar .user-menu-dropdown,body.lang-ar .wpo-site-footer .copyright,body.lang-ar .wpo-site-footer .widget,body.lang-ar .wpo-site-footer .widget-title h3{text-align:right}body.lang-ar .wpo-site-footer .contact-ft li{direction:rtl;padding-left:0!important;padding-right:50px!important;text-align:right}body.lang-ar .wpo-site-footer .contact-ft li i{left:auto!important;right:0!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-section-text{margin-left:-100px!important;position:relative!important;text-align:right;z-index:2!important}body.lang-ar .wpo-hero-section-1 .btns{position:relative!important;right:-100px!important;text-align:right!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2{align-items:flex-end;display:flex;flex-direction:column;text-align:right}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:first-child{padding-left:0!important;padding-right:0!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(2){padding-left:0!important;padding-right:100px!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(3){padding-left:0!important;padding-right:180px!important}@media (max-width:1400px){body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(2){padding-left:0!important;padding-right:60px!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(3){padding-left:0!important;padding-right:100px!important}}@media (max-width:1200px){body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(2){padding-left:0!important;padding-right:40px!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(3){padding-left:0!important;padding-right:80px!important}}@media (max-width:991px){body.lang-ar .wpo-hero-section-1 .wpo-hero-section-text{margin-left:25%!important;margin-right:0!important;text-align:center!important}body.lang-ar .wpo-hero-section-1 .btns{margin-left:-25%!important;right:0!important;text-align:center!important;width:125%!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2{align-items:center;text-align:center!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:first-child{margin-left:60px!important;margin-right:0!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(2){margin-left:30px!important;margin-right:0!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(3){margin-left:0!important;margin-right:0!important}}@media (max-width:575px){body.lang-ar .wpo-hero-section-1 .wpo-hero-section-text{margin-left:20%!important;margin-right:0!important;padding-top:60px!important;text-align:center!important}body.lang-ar .wpo-hero-section-1 .btns{margin-left:-20%!important;right:0!important;text-align:center!important;width:120%!important}body.lang-ar .wpo-hero-section-1 .btns a{font-size:20px!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2{align-items:center!important;text-align:center!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:first-child{margin-left:40px!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(2){margin-left:20px!important}body.lang-ar .wpo-hero-section-1 .wpo-hero-title h2 span:nth-child(3){margin-left:0!important}}body.lang-ar #features .section-title-s4 h2,body.lang-ar #features .section-title-s4 span,body.lang-ar .wpo-work-section .wpo-work-text,body.lang-ar .wpo-work-section .wpo-work-text h4{text-align:center!important}body.lang-ar #features .section-title-s4{align-items:center;display:flex;flex-direction:column;float:none!important;margin:0 auto 50px!important;text-align:center!important}body.lang-ar #level-test .section-title-s4 h2,body.lang-ar #level-test .section-title-s4 span{text-align:center!important}body.lang-ar #level-test .section-title-s4{align-items:center;display:flex;flex-direction:column;float:none!important;margin:0 auto 50px!important;text-align:center!important}body.lang-ar .wpo-service-section,body.lang-ar .wpo-service-section .section-title,body.lang-ar .wpo-service-section .section-title h2,body.lang-ar .wpo-service-section .section-title span,body.lang-ar .wpo-service-section .wpo-service-item,body.lang-ar .wpo-service-section .wpo-service-text h2,body.lang-ar .wpo-service-section .wpo-service-text p,body.lang-ar .wpo-service-section h2,body.lang-ar .wpo-service-section p{text-align:center!important}body.lang-ar .wpo-service-section .section-title{width:100%}body.lang-ar .wpo-service-section .section-title,body.lang-ar .wpo-service-section .wpo-service-item{align-items:center;display:flex;flex-direction:column}body.lang-ar .wpo-about-section .about-content{text-align:right}body.lang-ar .custom-banner-section .banner-title{font-size:2.5rem!important;padding-right:100px!important;text-align:right!important}body.lang-ar .custom-banner-section .banner-cta-button{font-size:1.5em!important;padding:20px 45px!important}body.lang-ar .custom-banner-section .banner-button-section{left:150px!important;right:auto!important}@media (max-width:768px){body.lang-ar .custom-banner-section .banner-title{font-size:2rem!important;padding-left:0!important;padding-right:0!important;text-align:center!important}body.lang-ar .custom-banner-section .banner-text-section{max-width:100%!important;text-align:center!important}body.lang-ar .custom-banner-section .banner-content{flex-direction:column!important;text-align:center!important}body.lang-ar .custom-banner-section .banner-button-section{justify-content:center!important;right:0!important;width:100%!important}body.lang-ar .custom-banner-section .banner-cta-button{font-size:1.2em!important;padding:15px 30px!important}}@media (max-width:480px){body.lang-ar .custom-banner-section .banner-title{font-size:1.6rem!important;line-height:1.3!important;padding-left:0!important;padding-right:0!important;text-align:center!important}body.lang-ar .custom-banner-section .banner-cta-button{font-size:1em!important;padding:12px 25px!important}}body.lang-ar .opportunity-card,body.lang-ar .opportunity-card h3,body.lang-ar .opportunity-card p,body.lang-ar .text-left,body.lang-ar .wpo-testimonials-section .testimonials-item-top h3,body.lang-ar .wpo-testimonials-section .testimonials-item-top p,body.lang-ar .wpo-testimonials-section .testimonials-left .theme-btn,body.lang-ar .wpo-testimonials-section .testimonials-left h3,body.lang-ar .wpo-testimonials-section .testimonials-left p{text-align:right!important}body.lang-ar .opportunity-card p{line-height:1.8}body.lang-ar .learn-more-link,body.lang-ar .level-card-description,body.lang-ar .level-card-description-text,body.lang-ar .level-card-header,body.lang-ar .level-card-title,body.lang-ar .level-features h4,body.lang-ar .level-features li,body.lang-ar .timestamp-item{text-align:right!important}body.lang-ar .level-card-description,body.lang-ar .level-card-description-text{line-height:1.7}body.lang-ar .wpo-blog-section .wpo-bundle-card,body.lang-ar .wpo-blog-section .wpo-bundle-features li,body.lang-ar .wpo-blog-section .wpo-bundle-sub{text-align:right}body.lang-ar .wpo-blog-section .wpo-bundle-sub{line-height:1.6}body.lang-ar .wpo-blog-section .wpo-bundle-features li span:last-child{display:inline-block;text-align:right;width:calc(100% - 20px)}body.lang-ar .wpo-contact-section .contact-form,body.lang-ar .wpo-contact-section .contact-form-title,body.lang-ar .wpo-contact-section .contact-form-title h2,body.lang-ar .wpo-contact-section .contact-form-title p,body.lang-ar .wpo-contact-section .form-field input,body.lang-ar .wpo-contact-section .form-field textarea{text-align:right}body.lang-ar .section-title.text-left,body.lang-ar .section-title.text-left .transparent-text{text-align:right!important}body.lang-ar .section-title.text-left .transparent-text{left:auto!important;right:-50px!important;transform:translateX(0)!important}.language-switcher{align-items:center;display:inline-flex;margin-right:15px;position:relative}.language-switcher-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:24px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 14px;transition:all .3s ease}.language-switcher-btn:hover{background:#fff3;border-color:#fff6;transform:translateY(-1px)}.language-switcher-btn:focus{box-shadow:0 0 0 3px #ffb1004d;outline:none}.language-switcher-btn .flag-emoji{font-size:18px;line-height:1}.language-switcher-btn .lang-code{font-weight:600;letter-spacing:.5px}.language-switcher-btn .chevron-icon{font-size:10px;transition:transform .3s ease}.language-switcher-btn .chevron-icon.rotated{transform:rotate(180deg)}.language-switcher-dropdown{background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:180px;opacity:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);transform:translateY(-10px) scale(.95);transition:all .25s cubic-bezier(.4,0,.2,1);visibility:hidden;z-index:1000}.language-switcher.open .language-switcher-dropdown{opacity:1;transform:translateY(0) scale(1);visibility:visible}.language-option{align-items:center;background:#0000;border:none;color:#333;cursor:pointer;display:flex;font-size:15px;gap:12px;padding:14px 16px;text-align:left;transition:all .2s ease;width:100%}.language-option:hover{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.language-option:first-child{border-radius:12px 12px 0 0}.language-option:last-child{border-radius:0 0 12px 12px}.language-option.active{background:linear-gradient(135deg,#e8f4ff,#d4ebff);color:#004585}.language-option .flag-emoji{font-size:20px;line-height:1}.language-option .lang-name{flex:1 1;font-weight:500}.language-option .check-icon{color:#004585;font-size:12px;opacity:0;transform:scale(0);transition:all .2s ease}.language-option.active .check-icon{opacity:1;transform:scale(1)}.language-option+.language-option{border-top:1px solid #f0f0f0}.fixed-navbar.active .language-switcher-btn{background:#0000000d;border-color:#0000001a;color:#333}.fixed-navbar.active .language-switcher-btn:hover{background:#0000001a;border-color:#0003}.header-auth-buttons{align-items:center;display:flex;gap:10px}@media (max-width:991px){.language-switcher{margin:0 10px 0 0}.language-switcher-btn{font-size:12px;padding:6px 10px}}@media (max-width:576px){.language-switcher-btn{padding:5px 8px}.language-switcher-btn .lang-code{display:none}body.lang-ar .wpo-about-section .about-content p,body.lang-ar .wpo-level-test-description p,body.lang-ar p{line-height:1.7;text-align:right}body.lang-ar .mobile-long-paragraph{line-height:1.8;margin-bottom:1.3em;word-spacing:.1em}}.header-user-menu{align-items:center;display:flex}.user-menu-trigger{border:2px solid #ffb100!important;border-radius:16px;box-shadow:0 0 0 1px #ffb100;min-width:220px;padding:8px 24px}.user-menu-trigger:hover{border-color:#ffb100!important;box-shadow:0 4px 15px #ffb1004d,0 0 0 1px #ffb100;transform:translateY(-1px)}.user-avatar,.user-avatar-placeholder{height:36px;margin-left:8px;width:36px}.user-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-weight:700;justify-content:center}.user-info{align-items:flex-start;flex-direction:column}.user-name{color:#2d3748;font-size:14px;font-weight:600;max-width:120px}.user-email{color:#8b92a7;font-size:12px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{color:#8b92a7;font-size:14px;transition:transform .3s ease}.user-menu-trigger:hover .dropdown-arrow{color:#667eea}.user-menu-backdrop{z-index:999}@media (max-width:767px){.user-menu-backdrop{-webkit-tap-highlight-color:transparent;animation:backdropFadeIn .3s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#00000080;touch-action:none}}@media (max-width:575px){.user-menu-backdrop{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#0009}}.user-menu-dropdown{animation:slideDown .3s ease;border:1px solid #667eea1a;border-radius:16px;box-shadow:0 10px 40px #00000026;top:calc(100% + 10px);z-index:1000}.dropdown-header{background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border-bottom:1px solid #f7fafc;border-radius:16px 16px 0 0;padding:20px}.dropdown-avatar-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);font-weight:700}.dropdown-user-details h4{color:#2d3748;font-size:16px;font-weight:700}.dropdown-user-details p{color:#8b92a7}.dropdown-item{color:#4a5568;font-size:14px;font-weight:500;gap:12px;padding:12px 20px;text-align:left}.dropdown-item:hover{background:#f7fafc;color:#667eea}.dropdown-item i{font-size:16px;text-align:center;width:20px}.dropdown-divider{background:#f7fafc}.logout-item{border-top:1px solid #f7fafc;color:#e53e3e!important;padding-top:16px}.logout-item:hover{background:#e53e3e1a!important;color:#c53030!important}@media (max-width:991px){.user-menu-trigger{min-width:150px;padding:6px 12px}.user-avatar,.user-avatar-placeholder{height:32px;width:32px}.user-avatar-placeholder{font-size:12px}.user-name{font-size:13px;max-width:80px}.user-email{font-size:11px;max-width:80px}.user-menu-dropdown{width:280px}}@media (max-width:767px){.user-menu-trigger{gap:8px;min-width:120px;padding:6px 10px}.user-info{display:none}.user-menu-dropdown{right:-10px;width:260px}}@media (max-width:575px){.user-menu-trigger{border-radius:50%;height:48px;justify-content:center;min-width:auto;padding:6px;width:48px}.dropdown-arrow{display:none}.user-menu-dropdown{animation:mobileSlideUp .4s cubic-bezier(.4,0,.2,1);border-radius:20px;box-shadow:0 20px 60px #0000004d;left:auto;max-width:340px;right:15px;top:calc(100% + 12px);width:calc(100vw - 30px)}.dropdown-header{border-radius:20px 20px 0 0;padding:20px}.dropdown-user-details h4{font-size:15px}.dropdown-user-details p{font-size:12px}.dropdown-item{font-size:15px;min-height:52px;padding:16px 20px}.dropdown-item i{font-size:18px;width:22px}}.auth-modal-overlay{align-items:center;animation:overlayFadeIn .3s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#062265cc;bottom:0;display:flex;font-family:Open Sans,sans-serif;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:99999}.auth-modal-container{animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #ffb10033;border-radius:20px;box-shadow:0 20px 60px #06226526;max-width:480px;overflow:hidden;position:relative;width:100%}.auth-modal-header{align-items:center;background:linear-gradient(135deg,#f4f8fc,#e8f2ff);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:30px 30px 20px;position:relative}.auth-modal-header:before{background:linear-gradient(135deg,#004585,#ffb100 50%,#004585);content:"";height:4px;left:0;position:absolute;right:0;top:0}.auth-modal-icon{align-items:center;background:linear-gradient(135deg,#004585,#062265);border-radius:16px;box-shadow:0 8px 25px #0045854d;color:#fff;display:flex;font-size:24px;height:64px;justify-content:center;transition:all .3s ease;width:64px}.auth-modal-icon:hover{box-shadow:0 12px 35px #00458566;transform:translateY(-2px)}.auth-modal-close{align-items:center;background:#6c6c6c1a;border:none;border-radius:12px;color:#6c6c6c;cursor:pointer;display:flex;font-size:18px;height:44px;justify-content:center;padding:12px;transition:all .3s ease;width:44px}.auth-modal-close:hover{background:#dc35451a;color:#dc3545;transform:scale(1.05)}.auth-modal-content{padding:40px 30px 30px;text-align:center}.auth-modal-title{color:#062265;font-family:Futura PT,sans-serif;font-size:28px;font-weight:700;line-height:1.3;margin:0 0 16px}.auth-modal-message{color:#6c6c6c;font-family:Open Sans,sans-serif;font-size:16px;line-height:1.6;margin:0 auto 32px;max-width:360px}.auth-modal-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.auth-modal-btn{align-items:center;border:2px solid #0000;border-radius:12px;display:inline-flex;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;gap:8px;justify-content:center;min-width:160px;overflow:hidden;padding:16px 32px;position:relative;text-decoration:none;transition:all .3s ease}.auth-modal-btn-primary{background:linear-gradient(135deg,#ffb100,#ff9f00);box-shadow:0 8px 25px #ffb10066;color:#fff}.auth-modal-btn-primary:hover{box-shadow:0 12px 35px #ffb10080;color:#fff;text-decoration:none;transform:translateY(-2px)}.auth-modal-btn-primary:hover svg{color:#fff}.auth-modal-btn-secondary{background:#0000;border:2px solid #004585;color:#004585}.auth-modal-btn-secondary:hover{background:#004585;box-shadow:0 8px 25px #0045854d;color:#fff;text-decoration:none;transform:translateY(-2px)}.auth-modal-btn-secondary:hover svg{color:#fff}@media (max-width:768px){.auth-modal-container{border-radius:16px;margin:20px;max-width:calc(100vw - 40px)}.auth-modal-header{padding:24px 20px 16px}.auth-modal-content{padding:32px 20px 24px}.auth-modal-icon{font-size:20px;height:56px;width:56px}.auth-modal-title{font-size:24px}.auth-modal-message{font-size:15px;margin-bottom:28px}.auth-modal-actions{align-items:center;flex-direction:column;gap:12px}.auth-modal-btn{max-width:280px;padding:14px 28px;width:100%}}@media (max-width:480px){.auth-modal-overlay{padding:16px}.auth-modal-container{border-radius:12px;margin:0;max-width:100%}.auth-modal-header{padding:20px 16px 12px}.auth-modal-content{padding:24px 16px 20px}.auth-modal-icon{font-size:18px;height:48px;width:48px}.auth-modal-title{font-size:22px}.auth-modal-message{font-size:14px;margin-bottom:24px}.auth-modal-btn{font-size:14px;padding:12px 24px}.auth-modal-footer p{font-size:13px}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.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{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.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{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.wpo-testimonials-section .testimonials-left span{color:#004585;display:inline-block;font-family:Futura PT,sans-serif;font-size:20px;font-weight:500;margin-bottom:10px;margin-top:-.31em;position:relative;text-transform:uppercase}.wpo-testimonials-section .testimonials-left h3{font-size:40px;font-weight:600;margin-bottom:20px}.wpo-testimonials-section .testimonials-left p{font-size:18px;line-height:1.8em;margin-bottom:25px;text-align:left!important}.wpo-testimonials-section .testimonials-item-top h3{color:#062265;font-size:25px;font-weight:600;margin-bottom:15px;margin-top:0;text-align:left!important;white-space:nowrap}.wpo-testimonials-section .testimonials-item-top p{font-size:18px;line-height:1.8em;margin-bottom:30px;text-align:left!important}.text-left{text-align:left!important}.wpo-testimonials-section .testimonials-left .theme-btn{margin-left:0!important;text-align:left!important}.opportunity-card,.opportunity-card h3,.opportunity-card p{text-align:left!important}.wpo-testimonials-section .testimonials-item-top:after,.wpo-testimonials-section .testimonials-item-top:before{display:none!important}.opportunity-image{bottom:20px;left:20px;max-width:150px;position:absolute;z-index:1}.opportunity-image img{border-radius:8px;display:block;height:auto;max-width:100%}.opportunity-button{bottom:20px;position:absolute;right:20px;z-index:10}.opportunity-button .theme-btn-s2{font-size:17.5px;font-weight:600;letter-spacing:.5px;padding:15px 31px;position:relative;text-transform:uppercase;z-index:10}.opportunity-card{min-height:420px;padding-bottom:100px}.wpo-testimonials-section .testimonials-wrapper .slick-list{margin:-30px 0!important;padding:30px 0!important}.wpo-testimonials-section .testimonials-item-top{overflow:visible!important;transition:transform .3s ease,box-shadow .3s ease}.wpo-testimonials-section .testimonials-item-top:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}@media (max-width:767px){.wpo-testimonials-section .testimonials-left h3{font-size:30px}.opportunity-button .theme-btn-s2{font-size:15px;padding:12.5px 25px}.opportunity-button{bottom:15px;right:15px}.opportunity-card{min-height:450px;padding-bottom:90px}.wpo-testimonials-section .testimonials-item-top h3{font-size:22px}.opportunity-image{bottom:15px;left:15px;max-width:120px}}body.lang-ar .wpo-testimonials-section .testimonials-item-top h3,body.lang-ar .wpo-testimonials-section .testimonials-left p{text-align:right!important}body.lang-ar .wpo-testimonials-section .testimonials-item-top p{direction:rtl!important;text-align:right!important;unicode-bidi:embed!important}body.lang-ar .opportunity-card{direction:rtl!important;text-align:right!important}body.lang-ar .opportunity-card h3{text-align:right!important}body.lang-ar .opportunity-card p{direction:rtl!important;text-align:right!important;unicode-bidi:embed!important}body.lang-ar .wpo-testimonials-section .testimonials-left .theme-btn{margin-left:auto!important;margin-right:0!important}body.lang-ar .opportunity-image{left:auto;right:20px}body.lang-ar .opportunity-button{left:20px;right:auto}@media (max-width:767px){body.lang-ar .opportunity-image{left:auto;right:15px}body.lang-ar .opportunity-button{left:15px;right:auto}}.level-test-modal-overlay{align-items:center;animation:overlayFadeIn .3s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#062265cc;bottom:0;display:flex;font-family:Open Sans,sans-serif;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:99999}.level-test-modal-container{animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #ffb10033;border-radius:20px;box-shadow:0 20px 60px #06226526;max-width:520px;overflow:hidden;position:relative;width:100%}.level-test-modal-header{align-items:center;background:linear-gradient(135deg,#f4f8fc,#e8f2ff);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:30px 30px 20px;position:relative}.level-test-modal-header:before{background:linear-gradient(135deg,#004585,#ffb100 50%,#004585);content:"";height:4px;left:0;position:absolute;right:0;top:0}.level-test-modal-icon{align-items:center;background:linear-gradient(135deg,#28a745,#20c997);border-radius:16px;box-shadow:0 8px 25px #28a7454d;color:#fff;display:flex;font-size:28px;height:64px;justify-content:center;transition:all .3s ease;width:64px}.level-test-modal-icon:hover{box-shadow:0 12px 35px #28a74566;transform:translateY(-2px)}.level-test-modal-close{align-items:center;background:#6c6c6c1a;border:none;border-radius:12px;color:#6c6c6c;cursor:pointer;display:flex;font-size:18px;height:44px;justify-content:center;padding:12px;transition:all .3s ease;width:44px}.level-test-modal-close:hover{background:#dc35451a;color:#dc3545;transform:scale(1.05)}.level-test-modal-content{padding:40px 30px 30px;text-align:center}.level-test-modal-title{color:#062265;font-family:Futura PT,sans-serif;font-size:28px;font-weight:700;line-height:1.3;margin:0 0 16px}.level-test-modal-message{color:#6c6c6c;font-family:Open Sans,sans-serif;font-size:16px;line-height:1.6;margin:0 auto 32px;max-width:420px}.existing-result-summary{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;border-radius:16px;margin-bottom:32px;padding:24px;text-align:left}.result-item{align-items:center;border-bottom:1px solid #6c6c6c1a;display:flex;justify-content:space-between;padding:12px 0}.result-item:last-child{border-bottom:none;padding-bottom:0}.result-label{color:#6c6c6c;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600}.result-value{color:#062265;font-family:Futura PT,sans-serif;font-size:16px;font-weight:700}.level-badge{background:linear-gradient(135deg,#004585,#062265);border-radius:8px;color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;padding:6px 16px}.level-test-modal-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.level-test-modal-btn{align-items:center;border:2px solid #0000;border-radius:12px;cursor:pointer;display:inline-flex;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;gap:8px;justify-content:center;min-width:180px;overflow:hidden;padding:16px 32px;position:relative;text-decoration:none;transition:all .3s ease}.level-test-modal-btn-primary{background:linear-gradient(135deg,#ffb100,#ff9f00);box-shadow:0 8px 25px #ffb10066;color:#fff}.level-test-modal-btn-primary:hover{box-shadow:0 12px 35px #ffb10080;color:#fff;text-decoration:none;transform:translateY(-2px)}.level-test-modal-btn-secondary{background:#0000;border:2px solid #004585;color:#004585}.level-test-modal-btn-secondary:hover{background:#004585;box-shadow:0 8px 25px #0045854d;color:#fff;text-decoration:none;transform:translateY(-2px)}@media (max-width:768px){.level-test-modal-container{border-radius:16px;margin:20px;max-width:calc(100vw - 40px)}.level-test-modal-header{padding:24px 20px 16px}.level-test-modal-content{padding:32px 20px 24px}.level-test-modal-icon{font-size:24px;height:56px;width:56px}.level-test-modal-title{font-size:24px}.level-test-modal-message{font-size:15px;margin-bottom:28px}.existing-result-summary{margin-bottom:28px;padding:20px}.level-test-modal-actions{align-items:center;flex-direction:column;gap:12px}.level-test-modal-btn{max-width:280px;padding:14px 28px;width:100%}}@media (max-width:480px){.level-test-modal-overlay{padding:16px}.level-test-modal-container{border-radius:12px;margin:0;max-width:100%}.level-test-modal-header{padding:20px 16px 12px}.level-test-modal-content{padding:24px 16px 20px}.level-test-modal-icon{font-size:20px;height:48px;width:48px}.level-test-modal-title{font-size:22px}.level-test-modal-message{font-size:14px;margin-bottom:24px}.existing-result-summary{padding:16px}.result-label{font-size:13px}.result-value{font-size:14px}.level-badge{font-size:12px;padding:5px 12px}.level-test-modal-btn{font-size:14px;padding:12px 24px}}.wpo-site-footer .about-widget ul{align-items:center!important;display:flex!important;gap:15px!important;justify-content:flex-start!important;list-style:none!important;margin:0!important;padding-left:0!important;padding-top:10px!important}.wpo-site-footer .about-widget ul li{float:none!important;margin:0!important}.wpo-site-footer .about-widget ul li+li{margin-left:0!important}.wpo-site-footer .about-widget ul li a{align-items:center!important;display:flex!important;height:40px!important;justify-content:center!important;line-height:1!important;width:40px!important}.wpo-site-footer .about-widget ul li a svg{display:block!important}.google-one-tap-container{position:relative;width:100%}.google-one-tap-button{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:420px;min-height:50px;width:100%}.google-one-tap-button iframe,.google-one-tap-button>div{max-width:420px!important;min-width:200px!important;width:100%!important}.google-one-tap-button iframe{height:50px!important;min-height:50px!important}.google-one-tap-loading{align-items:center;background:#0000004d;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-spinner{border:4px solid #f3f3f3;border-radius:50%;border-top-color:#ffb100;height:50px;width:50px}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACmCAMAAAACnqETAAADAFBMVEUAAAD30gQCKn0GJJ4MP4kMlD43WGf9/f329vcBAQHhAADx8vHvAwL8AQL7UlL4RUUzqDP2MjLp6un2Jyj0Ghn2PTr9fHvi5OJYuln7Xl75+UPpNzXUAQH29jH6cXC+AAIAJwBNtE/23Ff5aGdDr0TJAQHsZV3qR0IAOQB3x3fdRD/Z2NvuWFLkcG7fVlH4kI4AAlXO0M8BATsdS6MCagIBfQEASgPoKSc4VKL442q4xeQAigD46eetAABYd9jvf3nZMiwAAoD30zz55X5ng9tPbKZnwGXz8x77+lY7OTjzzikABGsenh72pKNPldEAWgHgGBgAACH88/Gqt95JR0OWAwP3uLd/qdr53kMBBJJ3d3XMPTpWer8NnAwABKPH1O1VVFIuLSz13NtZnlf2kEh9keLn7vfZ4vNkZGHzvwJIXZRfZLuDwfv4y8tvk79LlUblzsxorGcCBusFKuYCCcdmfq5jqvlxt/tzktEABLb8/HL2tlTAw8SLlMFpj/ZlpNhBZ81BYbQcGxuToN9SYdjXY2Lz7lD0dCQ6S9Dm0EUCYPdDlvWWvd2AnviXqc11eMZTqPc3cPMCRev16ZrRUE0Hf/tNT7HIJyTptDVTffSsTkvhtgQ0T4jigoFUx/g+hsX9/QUHzQY1dbJ7sHV02Pduvd0leiK1XmaTrfpCQPgELrrdsrY1NamgyPrh03iPxosvX92ysbCgoZzk5kP1YD7t6AILnu+45LykNS40qvXDdHnR6tBennz6u3TSxU1Or9Swz6wqzCsPZKzglJbIqEY8hDhyAgFzbJxuOC+Li4d9sJLFsnhwbvH2d1A3kzAqPZQITsN76nq2dzaZdKJf4F6RJkb078YFiM+tnWZGh2F+dDibykYoMcsnekdI1UhCAwWb25qVkEq43km9yBrclQMGwfyZ3/zZ2QK9gJxsJWCBUk32QwqOSYKRxh6Xdm3B4oMW22EPZzawnR72kgZltCqPxrdH1dkBkqDdWwwMwMO9O2sqKXHvipPGJkzlRVLhJjVIs9KrAAAAB3RSTlMA/v3+/Pn9Fk05qAAAUU9JREFUeNp0nAlYVNcVxzHazoroGBkXhAgCCjMsroDoKIgKdFABBwQUnSAoCqLRFBfcCBIM4kbqShO1hlSrCJqQQmNssVFqjBarsdjFJWlMTOLXJDZt8/X7+j/n3pk3vNq/bb8+3nbP79137/+dd954qTVt8uTJL73OMhqNer03ady4cWOhWbNmjV+0FfKGjMb36Y9/1fXUst9cb2y8/lpb797z5k2dOjXVD9Ljn59fcHBwQEDAgGch3l9on6feeeedn0r9kvT222+/sErRgvcDArwV8f5tN/rcvPnMZ22pqVFRSVGjR38k9Rsp9fLql/MXLj20VGjt2rVeak2Og/auI/kHBQ3We/tCo0ZNhwYNGj58/NaWlpbOyMhIX1//2/jTrICvckhXruQsWbJw4cL3tzhPORynSk5lZWVtglL9IkmdDQ05NqvVGhLwbKSUL+Tvb9yH/2sj+eN0IZZ3fvq3Hnp71ZtCOyofdnTYSzq9xX7UtsF9+/Y1FpeZT54sc2aUlq6Jy89YM/qj2oZaoeOkMR8dV/Tee++NWb04rrA5MRYKDAyc/NKCpwDIyKhE9LEzZ/r4DLQAAE6EyEeM6AcNH7m1pTMnB+fHX7tG9Bs0Xt+GwM/frqm5tz950aKDk6rsiA0xbUrbRAii/BDeV9bGhQsPRlyOCAuZ9GykZwT++n2RHPnVYQU+oaFDPQD8jEQAPiDdaLPaHGVXbn/O7YHQuIH9B/gYgzts1iqrtSopKWlNRkzS6I8arFaOFvTfew8AfiYil/rN6sWTKwtbArOzExISUl7+vwCuQNt8Bg71AQCcTwNpWeFbW3IIQEmJr08XgIzX2xDcvZrs7Jru5EWXwwKSwh2RkQ77w7Q0bXp6YRoDaKO+kZl8MCwsYpJ3pEf8liAAoPhDhqUMQ/wAkF+oqKiosJYA7HxotdnTtVe6Pr/S0h+AI90QffU3T9obGuwdD5PqkmJiMtbM+ajWI/60TX0COhoarAAE1dfXV80FgMmLi1oSKP7/B6ASAGyBV4YM7D/Bx8/bF7g5fgmgEwCCSiJtJQRgxEi9zZqVdYUu9pW0tLCIgOvxdR0dpxx5aWl7EzV7CYDV+tXnCzMzkzMvE4AFlTuhZaSf/OQny1L32RC+JcHikzJ06NAJoe+YNKRbsbG3xPlWZTxssNmdOP/J27ffudLJ60V7DAaT1lxRVvfwYe3Jlrq4uJiKjAwAcIWP+BkAhV/i7HA0uAG8BAIUf8qfzvwvgJcQf+XMK4GWi8OGTpgQ6uftzwC0LIM2WgcASwaXOBwlA7v6/YgAhFRt2pRGeu0/UyImbal77eHDo2kVAJAeKwE0fl6P63/5nSlTAKBCiR8AovbZEL9lf8I5AMD5booAE7OzY8X5fhGJi0/nTzTcMh+80iIBaF0APqvIu3EjqfRGcV3S4aSKYk8AaW4ADU4gOFlfn8sAXnoJBDpTCMDL87zU2kwATl+x1Nw+P2HChKHBBMDHFT8DwGjX11FSYu/f/aMf9XtOjwAacf2hmxRg7ywXDrr30kb7NVhDquo/z0y+nJs7ZUoYA5DxM4BFmcnJyV93PzjbvQhK3urqAYF7xflWVT5ssDaU4Ox7T9+6Ei4BaN0AUkvXJEExMTGHD9cdFgA2yfgZQAP1f0dJw0lrfS4BmIb4z5yZBgL/H8DibbehGROenQ0AQRhvZPwQAGDQ8wlqsFkmdP9ofr/n/OgK2ml1xxQECAAy/tdee++91wCA1mfWJy/KXUTr536T+O67764X2r9//T+3JkPdDx50f7qItDXfff+zeAxY1lYV0VCmPV1Ts5fGAGUYDbHpo0qT6vKTignAtWvXiuf0StwGZZPQybMPAYC8/xF/bj0AUPwvvzytKCdl6dMAvJxRuXjxkCHnL86YMXs2A8B4m4yWQTrdIp0uByMajcATJrwzXwCIiIjAFSrbJwGI+FlH00YH8/rQy5enQPsYgBK/BLCI1c0Afonhn/XjH8MNLP9o1Y4Pfg795N9hYQ23bt1q4fb07z+A/ITR2J8AFJnqOP7iuj7Fc35TK+9/bkPaM+NGiSnsB6wRIwGA4n/5T5Pzc5aeeAqAP1VCM4niWRqVgr1p1sEYlskNJQC4BQZbLJi0MAgCgBUKqYo3VEVEhIWFTZqXtYmVxiIAtB4QeDUAvMuSFBgAJCkwAKHlLAKw4wMIFG5URVgdLdwedEq6BuCgj1qzpi4uiVScYa6I0fWKJQVC2aRDY0eNWrlyECwMMIDDc2vZ6UF0F7z8tB5w4kTvtZ+ygklGkk4lvZ6sne45SDg8aJIQ2z+4Mmg0qcfauXPnfvPNN9XV/1S0VSWyf1Ls4FZ5aIHu/blGKb2UOM0ckq4PmsZ2b8yYMb2l4FbhX8ePHwmhuSPXkhaQ5q0tXzBvntdUUq9eSyFu9njXxpA74Leg198yktRWVI4OkAkymw2Q3WO90+nnN3u2H0QkHI6JpHHj2GvTYdsupd68GfVZ4yTJqJeUaNKhQ+rzCUvOMXEr//4vD3333XdLe+rRJx4iqumDnT2O5zW1HII1hPLy8pJGjz9GWgk9D61Al4fWkWay9VRbUa1GEVCYDRoonu0dr++n0ZQ0dMCNdDRYHVrtuImjWHQ80lvfl4WfhJetw1CFm6h+rkazd28iJHvyIe/IHt7ZOBY7o4GPH4smPqf7nRwz/sH6bmmi2HtvYiBUYPxEcZakt701PdsPAIhb3DBbYmIIAOK+F9HXJ6z7t799AwDI48+cOQRi66m2ogoAYVwIQEkQb8DrJza1azRWq9NpjUjXtg+aNXHU9EEQHW/YsGFD3toHMFZbgzUsDNPkPgAgpScG1vA4TgB8PZATAAoc6IasWPHhhwCQkyNCdwMIJCVqDabA8+cAAJFLYVD92dvpjvQe7ZcA7p0/350dEzNmy+iRAHBPrO9+AwB41Of4h2HoFdZYhsfL7ej7QmbSBdED/GkDXv+ju9Pv4i9mM+g09Rs1duKoQSQR/4whb7msbFhufHy8M2xup6AZ3sHzWOChaveIWQCtn00A7s/84MDuD4bd+fBDcYEukrVna5fwMQPAsqnQZOqqLtBzezysvHd6z/YLANndUELMGAmgXqzPfeON3+IE8PHbuL2YegYCAO+/fz/io2VMM+5HpR/BGXIPGCzix3oAaBo13aApK9Mahg8fNAo9ANsPGi7iB4BLZRUPH9advJGb6zx+3Jk7FwFtCNekNzQUabW3cAv0Ek9uUA0U+PGsY4NmzrxQVBS3e82wGQDA7bvI8SsAsgNP7y26HV4GALyeJzGaY5J18fZ4GT+3DwBK8/K2ZF/s7v46ZYwEsMJHrJ/gApBJ8QPAs9gh2BYBnT077OwUnvcBwB0/nCEAQPFBdADefv5dPEu3p2u18e39Bg2aPou2h9wNmP3wi7bGL9qsuVOcizoBgM/X0BBtamggK2wGABn+WSLw8awm9P4Du3ecys+aMWPGt6J9medF/EsBIBbxJxSFm4vM5moJAOGL+AHAO90jfglgy5bshO7uFAIQM2fkyhUr6sX6fW+MJQDYX1wvWI/+uOIc79mziJec4ESxDPGy6AF9RfzYHgBw02s7yswNhf1GDJ8+lvcfPgKrxfoAa0S9uP9HTV95LHdur8TzuF7W5OSqDdEGAFiaiIjk9U8hAMdw+1Ts3r37VPOMGR/K9l3k+CUA9P9b4c6y8LKC6upqAiDj3wpxD1Dix/m9Uku3KAD6xMx5DgC6xfrLYwnAEuw/jOJnAMHjpnvECwA8aK5YseK3EA2aogf0pQNIAIOaXI8S0/sBAPaHaLUEIOJHPmjUsWACACN7/qLVmoz2Zjabv3x8X+oBdP/DWeih94d9sHv3BzO+fOOND6l9C93xL00BgOy97dHo/ZHm6EcAwM8OHlZ+YLpFtF9eQAGA9+81pg8DQCzdU3D9Ef/YN3AC8OP4Z5D1DBg7XYmfAKitqYl7AA8AvDxxVLtGW1VVVhYRZjC0jhg/Tuzv3j6gCuEjfghGYd/cXrFk5BNqai4K633k938h/Zp15C8Tx68E7X7Dtm2b8QZEAH743j8gYQQwC8TGlp08Z7ZWC+k/4eFf6pc//Sje3+TZ/pFeqXkQ7hoIhhoAnve8ogRgCQZBMQsgTgBgXykpAoDKmpoIuJP/wMvzwaOKHkisVfUnDYZZ2J/k3n4ST/94UiHt2/d+Lx7yttFAXnP+60W6+X9ggQFzGDdeOJT791fQNAgAv/qHFFMAAJou7AWQBCAkKXzknW71bD96APnWQ4c+hthRsv1Ty2WNA4InwYYpzhJSW1MT+lmkxx9awyfNhQVmvf9+c9M4kVt1by8tsmuLub3I/in6er7URGkh1SZ1znfk/xR9o2oP7F8Pax1vbO8RgJcwhYp8BvpMcD1t+0GffPJ7xUo+CA54Yc+DPXv2vGA0vkBavfqIW+xeH3kr8iJ9QxJegQNpu/TMzZupnzXOkQ7+OkumeCCOU+Si2Sr7kR6RkQZ/iA0y62PWVKlUiLy8fsz1MSd6s+YhLz1vu0t7ILS4T1Rqn2cU9fF6YQdpMZIAG6dNmzZ5bX+7PZKGsXi0CM9xwZ+0DmuVnejxsHMDJu3Zu24vkrT+QTtYq4/8nvWHPzyeCa2HUySRbzMKAO9CGhZ15Pku67uGlaS7frzoeFat26uY2CpzijiIrbKfLdH2buy7eKLkR8oAaXWhQNLH8+qEKirKy0tLS6O8bXVZQpvg8dPmbV/O+jH0IvRClLY06hkPAcBGqLa19ckBzC0HVg+0R9rQFpqFtWER1oBPhr3+eutPocevPzIaBwTseTORAu/rQ7sd2AgA4g69T1PlfmGVsX9fn8ESALk4ER5Gsb/Mny2tbzGkPQwASH1s2iTDBwC2yhYeVdgq+yXODAwpCCzAozT7Dml12fqR8VGcOMtk9A0pkUvsI7YvR+DQrl2vQLtWpdbFPAVAq8lgMrcygKEEoKQsJKTMYQgLDQn4ZN3r60T43ngSrH5g1rBcWaINAoCMX1plXq8GoBUAXNYX4RcfPqzVXa8tqk3bpATAVtnCVpytsp8tsCBifcJVil8BoFhfu7OE5RCyGn0HWxweQLYvf/HF2tp1T568IgD0Gf2MJilKBSCrPf5Cc3h76e4zuwmAv8ZqQ5cLMwwNA4DWn+IfwoeqX3/8kQvAQC2rGQCU+NkqywuiAqAVACa6rO/hYsR/uBi3wKZd7wGA1gPAcEvfhAQAmEEA4DwLEgo4/tmzwyYdYqurWF+9zWKxhCKlTjnV2WEBxkhHX5/G8jSZEZoKALWJWbuyYgWBVRgA6vqk9hgDNh54YtI2t2jbn5wBgAl2m1XTYAmxhFoNU5DG/uRnHuG/d/yjEa0X7kID+99tgu6OxTytxK8A0KoAaCGexz+rWHPpUtKaG4e1hwnAhhNZlLtMhwyG+HhDGVvl0PXZ2fv7w3oMe8vPijuf4of2AQCyutDmzWdI1zcv0Psr8SOFF2As0Th8Qr84CiEzcjSKni09b4l5C+al4r9uAcCBA1nthuYKc3spA4i0hWgNdFazgbK8n3iEjzct380S1rd/f+mkAECJH87O21/2v76eALQM4MiRX0+MKqXsFXSYAei8/d3WXLHaoQNTUga4AYSGiesPTSEASvwEwCrin4D4GYAv4m9MS5M5yalGX1uixccntCDwKqf5n5FSboGNBw4caG03m1tbz5zZs3v1bAAAKvtJDAuzAeD1c0r4DEBY4f4DKH4C8AclfgYQxFl0etRWAAj+RwjA6DUyfuoC3xt02F6JnwDQ8UNpeQAB+DTY6op/HxJLU+au3jj5JYRPwvR5ZoFN3v12oVxjkE+oXbG+4o71WH5dJa9VALD7wBPMArvP7AEAfaTVgm3NZkzcszHoBCvhM4BvhTcfMOCB8OZH/sDxp0hrCwA8PvKjNqkaAPaL80sAyvU3fF+sU1tptspDaRkA3gKAEIoforwaAPhZ3f2de4RWeUvAARqDKH65ZDKE7/nxriexm17ZtO0JxvhXX1n1Q5UAYCMQTCsvn7ybEuYL9JE2q9jfZJoSBgADEP5xt757MJM0xMcHUUOfzr9Pywlua+vtThhJAOvdPYDc/LjRayC+CxiDTm2l2SpbeJmPHywzyhLDXH1ICI96wEAcAlIr4ABKSThuXt4c75ByyJ2Zj9qDWbD2SSJmAdaqBSp5CdPoB5frx9LDdEVDG6C5cKnB/xz1kdB3rAcP2Bb7+X0q9GtOXirWU7HGEgBSwI/CoehosrIT2f7pFKmtNFvlYF4W/jvAI6kMoX2y1kBIZKBHu1PDwfNI7A1ZbP+UIgPMAn08hFnAIOROal3P6pnlzSQlK8pHf4F2s+AwjSRNvDsCadl76bQif9tbqDBdNvzPfxcy8+nCw1OULDDrOukEi7PXnngo+IDLY8UZZMmGOmsMn09yPTI8VwjhWEUkXIY4mYVu2/7qq9tJXuqsLoxJj+XMZqEWUmdnskabf8olWOI9Rl9Ik07vqeh1id/EpqZRUGKOhksqxveuZGm0Idx3g//+BPrd734n793wXnuFEoUOXc+ClJcrC4wiI8rv0On4GNUbbh8TBRtwDOPVWerxv2P9SuiPukKcBwd0xRPusuLSH+/xUmd1r9dm5XsuZzZ35kBLxCt+ANBoihA5CY6YAODEmnS8KRpIr7cBgJp2uyDkahcmi+EAUE7SpvPQFRrw9yfcvk5nPHUyApDokQWPBQCOXN7DafPo+ABH1RN8fL0t6OrVq1X3eC7C8dVZ6vHu2P/4xz//WQDAQ44rnmhXFlrYYxeAW+mJ6bcSEyUAEFCyqJdPfkX6HLp8+fJXBEBTyAR2uAD0tWjSfbh9BGAUxX/1zi8HVXcpAHZq03m9BNBptXY4ET8DUOKXANJk/AxAFETYbO/ayJ3aACAwcH3gep/Qru4PUZ8w/nW8X9gWOMSdZR7bRG81jkOU1XjeDUArFOey4i++WFW1vr4NAMTLaFjLvekuAJvylYKIXIcvFcQItzLB9o5G44CzylcA+Pe1+GjS+fojwGDO4hbcOfuXX35bnZ0deIgB7Nyp1QqrygB+1Wb9lbOBAUQTAOV1XuwhdRZXI7Q3UVplfSKS45aEc0MH9p/yTveKkQCw7WrIXneWmYDMrD3++Mnx47x8Iqt8GiTs4+bJ8y6V3Xj4sOLkjV27qjA9AYCBvGJsQkLgXraKBAAEOsCdZPfLdbjjRwQAUOJvxy7t/BK+NKuPhqVYTX6PEHJ101+qq8MWLcrUqdf/ne5Pa+OvMLPRPB3dBw+ychaDSkers7gaFiAliv31sSHr14euv0o8n322XoeAHXhwOyuydsMYwJDax0+ePD5OywCA8NM4fAIwdWfdtIqKvKyMXbuKDPWFRS8wAG3r3lvtF0RBAveANuqv7K2Dc+3K9Z/g7gGtlKRja9sjPjSQF6/eqc7+9ttztKz3Z6uarl22BcqL+jvdo1URvyqzGbSUpOTX6XlkW0mvpaqzuBLA6dOxOD4DKMA7koRzaMyUf3+xczUCvlVgic+m+CWAIUNqjz95vEkBwJdfAniVhj6+/xuRjGyTAO42XRjVxJMfACjxE4CuveRlC2SO7d13NJD59yJFSQD0QRj+tPHu7flhpqv6y+pv/9lF7wn0QexZ4g1bBIBZBCAnIsJaEm+QAJT4f/Naqrmndd2wCFMPhuHTp3OWQDk6vS1hfcL+6v6I/iU8vgPAkAs1+5vPIn62zt6+56AsdNChjx49OqcvwsEQPx2OjwcAIv5d+YW5hfkSgNZ814wNGADHP0HEo58Q8PXe2Fjx/JkCxd7T8uXn+CUA3P4AILcPFu8NuqrDziF+lND4hfCjigAQsywKozQN0Esc8eJ89LTHLk8+7ZmV+LnBnJX2KNAA8KvVQ//9xWTYkDNnJq9VW2m5XF8vl2lSx/X3AMDhU35kee7yXS94mfh8St78RNZDOetAEwBAmaRjoS6t4a7M0TKFcWxNtfE+cvvgsWKCjs3U8jwFAGxd0w150DIAkHO0QSjaSPM3Pa6BI+RnVtojAPAErBRo6AeHtN1YDP8uRra1aiutXgYALTZ1H287pn+SxAAA0pFB0aQT7wuzKbOQwV93kfC/Qt13j/TI0k5kg2Yqox1YY0VBwlKdWXgx6VvLzKlRrPEjRU53Q7QQdpenE/bW7G7JBpZOpUmfLVi9arXQWkhtpdXLZP8WzFsQFx3Hh2vm/CjrBZaX9UbvmzenotZWWmpZ3AOJUgvCtkq/2u2Vy0lmbiOfZhxLqSWuyC/FpS5qbCyiW/6LUm/om2rv6mrvR9VGyCRkNErs6uOprS2bcpaZ91Bbd0CTmsTiPd/i8gtuzxGVPpoIebTY61qJ+aT9pJOytEnQ6NfiSBlxcbWsMTRG7LBtdFvJ8nxI9FAyKEhgkJRa4jqHpigjQxMZqamry/fV1Hk3eWRx198zmjTpmEZovSbe7tRGq4+ntraGnlY9nJfT47Wu5YAGVIKSZIEF7y8KOrg9R5C++r2iI6/W9myvF2p3/YNwyqQYcl/Fc14TkcNAk+r60AkPhBzg0wkA4GNi2fyDCMAg5VURKkfz4uwOzWJN0GBNuR0Qrnk3jTrrqlh68O1wvDlyNCBp6R+k0Tqq7ACgOp7K2koA6b7xSgFGeuTgvkElWBYAEDgidxVY8P5c0DGMrbLTgx908tVTPdo73uumw+4baW94WByTlp+fFuMCkJGhBqD1ACCeFP2pTg/WVzkgTpiXUV6GtCCeD4Li82N29vYGoDs1/Lrvy379ngcADaWtg0JwMAe8ufp46gIM+brdYnEKL4/lSF5fItqjFE6ms6/g/UVBB18Qb1xgeno4x7qqf/XUKdr81i2ZIfJaU1LR0YEsbUxMWmnFUQEgP5/sYFxceXlWn1XIGR6w0JzDWosGZ2SIBgeFwJvDeBBvtxWVz5Ior2Xle486i4KIO1fP3aEXkiv0QQ47pa9CQoTTnP304227d08ejwMsszRaylwAZIGDvwCw/RQ8ObRRaBUXcIiCDpwPAN6NvQoN5vgHngOA5XT7NDVJa+31WUXSjRsxa27EXEuLawGAo3HU/+OysnBjlpdmPeNnExkYV16+HO3NEKMQJjgrGizjl1a0MTLI4xL2vek9KrBg+IiuhBRUFhMAfrojiae74Kcf715m8j0+ngDgj/vBR9QOAyArUmj2njc5cJmkOLCKa5u5PTO4YMM7cR0REPELAMtxxA0bpDX3SsXYFwNdu5bWmZN0bc7RjNraOMSPHpBRCgCrKWcYKq//njNrp4kGmyCQCQlGg5X40WDZA3z6u3vAnUEjRtw5d+5LAJi/Qm9xcOstFht9JxHp9/TjDeteKJyd7AFhuVPKhFX39vcXXd4hssjbuQO4IGxkAD6iPZy1Rg9Yj/g5/IGPAGD58kJ42Q0bwnE8AUDG39mZl5eToyMAiL62Fok2AkD34O7QM26jlIcG14oui6sYEjymrpxeyuUJlaZuqViWnz5Y0x8AQpt7J6V6Hxs+4k4N2chD386f/6EeRseB9lso89oBY6I+3lhVAQYDSHfud5qEkUEWGftj574ii2xWUqJyPTqfKOjg/WlQ5P7v4wJwSguhoJEV7hW1huOHKO1xDQD45aJWWyoAUAPOhBEAgwtAbZ2YhC2haDA/bbkfNvKmxmRobJF5mgEDNL/Q2EPKU72nD7rPPhq5rwf9CIDdageAUK2hod4GAKrj/U8BRiQ/ju8/R/7UJ4Ssbl9HutbpL63uUws2RH/k5bKe1vrKq8td1nsflDsXAES5OXQY9da639SS6uQswAC0ByyTlR6QAQkbEgIBQNbicggY8qCpdRpb3M6dNAguS4rTWC4ZjwVCXIABCitgdZ2RGNBDMAs4bSUAoDre/xRgsCFYvx5hkbkVVjfIv6/L6j61YIMLOs7ysuvttdSRV+vcnqEecycAiFpbFtUbiEpbzpiy6NKsDlhL/pS1ZQuq6TZwkjCYJOtuSVNJpZ8nIQeaf/NmPlKyz9R+b4T++cj46JF+9iM9JK2un5+0uurjkX2T5Qsso5Df/7O6smCj5/a93oI+5eUjKu0JVpLMJK/r18PDZRaWq4i3k0ykcHbLKmcqaoVlCvcQtGjEjyZ6emF1Fre3CpDa6vKZhbHn8wdLueytnqU8n7CTFSllugeMik0WaJd6CrUZDTfmwep/cY3S5M/hmqjP73V9Mj0uKjnA7ZQtFebiRWiVt8x/yrHW6GE1SYf8Hraa2psUa2m0QWRlQ0QWd8FiUrkrL5XK+ytm13iiUog3mzZtQbANsrpL7CfpySCz+G8BXEChYRVAxj1vSsmCDVUBxTfFTq3zpDO+Li5/Q9OFlrg6tdX2MovZCn6MtXM7PS8LAPQ+HQA48IcPeardqFesJtf6HvL2bby97tat9unCCQIAz/ORkWKeBwB3PgafKWxOFVYXCYvjwuqe4NAlnpcIgIhcFkQAAAfOfwwNIwAALR4IkKEpMJp6ZrWj1QUUgx2Yde32G/hIB+VVx6LUVlsCcF2Dyt4MQBzvFQgAKP62pvA2CUBaTZmF/RjLEV+dn7nuVvuo4fQRFQBYoHRH31DKAgdX5EMSb0ZGXIy0uiU+JcLqEoBprvgZgBK/BKDEHxYBAIMEAG16NQDoJYAdO7QCQAKnL043N5+mbpB4qNEZ77CXlFRk5FMJfFOd/OyOxJ/deZ1A99+8Weue5gjALphFLL+yezcB2AhZmy5Y2Wnh9feSCGE1ET8DAM2D3WeHDKFuMGi80R/hl+CjqvgSBsBlc5V0vMpCqigRF4viN7AVXV252B3+S8jaKtdTZoH5q7IIaUUjJnEBhYHWxysA3ty4482Nb2r5+KyMuvw64fQqnBknT2aU7aQe0PX8MqoXaKUsaCvivWvQmiQA7qHQ5t7bkSt5RctWYzcD2MEAwsNDJICvFi7sewf6knRnIltPn8vdxGNYvGkcAPj42OPt9hJfTqpyAws1GRnaImRBXQAQf4mBG7i2snwnaxlp51R1FjnEYRfqgBo69nHO0YD1ngAKNxbiP7S9BFAXV1EhnN7D8KLw5riiirq4lXUHK47VIf6mC63tTU3trU3T78IJilJSpQcAwK5XeLlQAXCg6oMbVYife8DCep8RSqkpACD+e0hL70UPGD5S70/pLXQ6pyhY4BzfYi20uNDgBoD4Bxi4gQyQZnVZPK3OMquXOecIdgQA0vMGuPwbD+yg9RIA4o8T20+tAFvxlV59Te6y0Vh5wWQytLYaTOgBAFCp3KNiEPzxrldUADD8VV06/wUWfw4AZDUVqzoSy2GXHwyZiTGgHwGhLHGoj7Mk0jmUAVS4D54BxcVcr90E5fUfkJTGb36ox4gSDwg9hkthP4RQCDtu3Ic6dYEDF1CYPAHweowBwgqPbVoJyXJXfFCxrCgjDv8Jr4urO51bk1GBLDOUQ+IssxesKKlSqveeH7+iBnAAqo/YTTogsq49rOfB7m23brUOp2UGQNH4DJ1gEVnledP47pKvfLdEqd/9occo8TMAJX4CoFXilwBg+lQA5HoFAIcvviiZWsHXH4q5nVDzk9HqLLNXUaFLJlORqahuz4uQOCDPAkblUYvkx1bTw3oGt3Xi4ivLsoDBnVWeygNc3mYSsoQA4PnyFwDIMCglD8EjXc3/kAQAPbPE4Wx9PW6BF6RDkW1ci2+K+JsngQE9AB2QOwEudGNdRoU6y+zl/ohMmjWyf6uiyfduWEVSnJ0wZLw4UvkMTaebCCuqLOtVFQxKGasQdwSYZdcZPWweSykFFuKwlZxoOBdQXIiGmvUkVxJ5g5TaSivnHs3SqeQ1UZUl7Q1p9Bp3kQWvFicXNvvQfGX7cR8fmqs6oPozOp1KAqgClSyw1AKSnqVA/PbTXj3E7RWnn/81jrcb4loHme7+n/Pz5krWuu3GM5+hVnmOfAICAFVWtzdVE9g05VApHvNTPawnW8fLiYmPeXvofmCNztv2lRxRuG/p1AUXOl6rrDd6WFGyyqsXQ4oXnKe3sRIT2f5YAsY2PV4nNJPUS2nv/a9wQJ3yewPiW2OcP3wDN8LQvIHP3zO+7/kXJ8IvrYGuJBUDgEhqyruaAJSXa0I0eaSjRwGA1otw2DrqOs8HBt6hzb+tSbi4RAdn17jE/UI7UwJw+Po6xLOFjmsroj//fEMmr+eCCovl6lUfeqHu47d2scsG0WA5eSqMj1AovM/QiAB8JXZnnRvBul6u9k4/v9Ccmbzwn8ZIgROwwDPET6sxdeaEa5xOTfiSnHA+//OeWetce0cDVAzl5BwGgNb29lb570L73fZ+AFCqsWg4fgCIYuspLidbVxzwNgggzZOQ0o2AyNpG2JWHKQZgJ6sdycvR3CGdDbYyE6kFABD/+uyEgoFcUBHQEAHVV1XxZyNhcwUAy/r1FP+UiIBZo0zmY+2etcQc//3uzE5T54P1evSokvj4SB/w7I/jAUB4Z3N6ZF8f3/TmJRsYwMILraQLUOvwz8ocHR2ODlSo5V65sg8ANKx0B7IsJGGtLaraXXF+Nir0/r77fPb58wkXM1HAAACUpbZjvQJAfJY00EnLRt8gdPXPIyIuiwoRLqi4mlBQkFI9gQFQUWpDhNNZbwWAXADg+AMD9w8dOmVKaMAsg2FQ+3BYFs/2TL+/EIN4Z8qjgXqjf4kdpoP7kwCgMWkdMGNDI03hOD+11+xhrWWt8uHiwyfbGk+6AdjtjkhhPV3Fx2F0/tnyszixP9cCy8/UshP2y8/Q7Brg9sHeImvLX42JlLADy+E4HrxxZlhY8gSuEGGrjOrnagAg4wMA9RH4lCu+w5lLADpQ+mlxxm8LvFUytKTEcnCWofV5fOVzzAmVlDk7yAneP4/4M79GcSoBcJb4l8SHIH4+Hj8oNoeGLtv8kNojASjWGlnwS5eK16BMM6eidMlhFwBtpK/Bw3qGqqyn2J+SkASAPtM6fz7l62QG4O8RvwQQL95qOGnZDeCyLGaGVeYesL8ayxKANl6Lt125+/DV2CVTZZGzcrHZPDmvbPLm8O/RA4a39+uux+WQF2T6/ZZMxJ/yDbcHPcBGPYDjFwBM2lPL8jafyTCF4/zUXrOHlY7iStXDEDlUAPCNdzgdeHqz8z9Hwzx8SQoAR4/S6/yYo1FsPbUKADipewnZeMvxZcrS7q2LuNY3TMYPAQAUSfHbeDma/1xmtdIYYMYYQE5yYEFKyjdoLwMIC4sHAPzHSQAqKovi8L5w2uT8yrz8uPLiWStN7Su60COnkADg8fkWU2dmZkr/ZwWAoCCMAUEU/7M4np9BE57TrM3avLm8sHnhBkM0ffbX4S4mdoSNXiPiv3b7ypIlt2/rvNjaYnwXFQb99QRAO5QB4Fvio6PZeor4OAury7mYXfMtWeFvD/X6OpNqfbtkXpYLIkTBhX1w30gDA6D9Mfp2d/cTn6kZg7gQoLpaFlQsKH/J9Sj6p1/8Yktq76LFIDAtP39yXn5dXv4zs5DFqFB06Us8jYZn7v/GVRCBW4qrC4aKMQA9wJyzJFqbn2+IXrgkmgHkDqRV8nwE4DDU53DO7dt0C6gLCqZi+tdatHlyGhjN1lPL4vVbAwPvu2aVOyn7dd4h92ReVhREqAsuxk6XqyFplT0LMILXyklQUpiaVJlfWRkXt7g8P6M8I2Na1KyVpTt2vPjiRgjO/MAq3RKopsDd3lNFbuVDWTj/hmYTj3ctzQYCEIFRVzkfirUheRdcAwB1lpXsnyHAFOVyj2w9hdPk9UsPjVM+Oxv/9cdzx49VliF1wcVY1S84eBg9JavMLlyqeOrhw6mpl4qjooqfiSruM+sErLmHYP7++sijvduVYgfa7gX1+XV6Y48TzoF6WOFPDilfxZHUWWB1VlY+Fe12qTe0wCOIQKkE+SaAQcp6E1JvlZRSYaH+AyCPn1sTnxMqmq2SOsurXl5L6vUWnYFb4KXWJ3v39viFBXXWVFpT/EFY0wOiSjg//03Wmd5ZdRcSL9SJdyN4MRK4cuX69bHvtjWyLn4claHNqFCssfN/ACSSlF+MGKC8+fSFjHPbWOJ4Bw/+1VsldXvVy2sXQ+ug2Fgy108DwIHXPr4gfmHhs4fQDegL0g2dPhI20/2ISwA4B52fv5EeQncAwGk0/HReHj/u5qUGrny+oCBWNPhg48GuKK3GcMkKcR2DddI8IfQYIffvA8hfjEDBBklG4A8AHDj0DnTwr656mAApdZZXvcxWe+bM27e3bQujn/J6CoDH/FFkQs1dBnCiklL4izERbebSUmEMTE3HzOIzOQaw42+dnX/bCBGAFjS/heNXADQ27u+6eLHrIABkGOouKVmdsgyhiooMoU/58/ga1vnzNV/j9beUqB94v02JnwDopFxPzOqCCvUyAZi8rQa/d5f9fwAkcg/APXteApgGFWq0hZM9ANx9fkWTJ4CizOQiAWDBYnR8cf1BYHNq4PMAEAgACfsPgkBXVMWlS+gBso6lapJGqKVFI6T+BQpTz6ywuSzeKVVG6tCxtrZsdQPgeLu65C9W8LLyCxEAgFlm2+2IiHsAMOWpAKgHXKAe8AQE3j5BxMrp/NO4tJQBtFOKpp2sJAPYsTwuOTnuRQbwfcWNG5eEMLdc0kkABxMu7t+f0nWzK75nlrdMxpe8SAGgxA8fYVJlhf+nFpkVvUSn6RQAOCtd39WVi3gJQKS4f0R9bxAATAaAewUFADDlqQD+W9y1hkVRRmGyy+6ygrYleMVCM4sQoRvQKiFSBlG56CZiYYigEIgFlcJWhIJ0YUuUCLMbT1mhS4ClaRJPEQRElhbhpRD1qSyhInvq6f6e832zMzta/arebm4zOzvnnW9n3j3fOe9H8f/gev6HH57vpPZyMAbK0pESpAfz/YKA5YuWvb9skdnMBGCq6PO2lpbMz6l19pWhUZdg8h1ljvLHSOCiZUxASxyw/eM9F7Cbn1LHNGWugYHyv3pJgIcDhSRAla5B/zQCZNvdnj2y7U73/lAiYFVJ3/33980jJXkqAsDA84e+aaorq5MEYCaLlBjiVwgw73z//eadZgAEIAV3O6YB9qN4CASQ1t/KMkP82BEE4Mu/5+ieoyDA6pnVzd3G6Ni3r0P8aVqwNA94nJDcetfnWyRuB7Z80rqDvv8MPA+36y1M9W13escIEACVNW9eX9+8vyIghr0Fnq/r/IEdFnq/xP1fwbHjprFqZyYCvHDaYzRXGBkHJAoCArby5qtJa4KAGctAwIzqTR9/vP3j7Xu20whQ69gwAs7UgbPIfGyRRUYxs1LMCzy6tnWTGj8R8CkDnUfyDyc5WOiyxCtmQmTOGxcXd20cm7mdTIALI4DwvHBYGOopjceO9czaggDcA0TBA+4BIGCSsp1mr8YIAgKrqqs/BrbvOWr1lMa5egJ0WWQQAIhqXgAEqE9BQu+3OuilvL7W+FZKOAmHvYuBkwl4rV81WCB4CmNtgncag+XfKyr0bWyiq7kK2MDQdb2dPALUtzPWywznWolWoFcD/fv1Ul6pE1DKjVmkiloGPgMvPTh/qpGOWjsGoPeZUlF9+ypv//pVTspyLe5S3n/paR5YynvfweDt+qzzEAn5CWhkdySGR2NKMD4+1oH/c5WAsv9lO9qSqJZ5k5LbNgukKuerrxUmKrSXzyTQ2moSuJEgiiouIKBfAPBTpWO0IzJS9rAsWNAWPLR0ZQw9VyIisH1UQcnXnJVdSYjg/U/Twcdvl5/fewzejv0ZSlZ2SDmhsLs7t5w+I2yIozwjwwGxjFcZkflh+iz1L7VBtW+jzc3pzM8CwoyGUM7hBcjz5YIKqTSBaWrWWbTxcVZ6IHhgYNMAZ6Vv7ADEk4J9jgUBE1TpiConQzls5WJji2IHStN+8vErCEzzpSqlEVtnVG0dylnZEioQmMf7y7jnzXMTEDjBF/aHAG/n/YHD54us8xDE7WjurLVXuPDDlAjIiUzPyTcY8ImRKSBAZH0PHJAFF4+/jfDwd2wl5c5jw8xB9cSAzVeeL0tleZ8gpYik6yRlQp0KMSkrXb3uq2EXvpv8LmWluWNFEIAqBDcBqnSMTiQCEH7R/D2lu1ItkJZdBWm+aWkj0qq2YjtnZbkKawbvf4TQ39/d3d/Pf/TZFVjg+xID22l/jv6aiyYOP4DECBNQX9HgKMx3VRAB0Q5k9nNiiYCUICaA4p84ejTCp/25zQ21zCCgvHxmJUZAoYEJkOcLLzQMDE5fsRcaLDQ+BA5to8IwImCA4qcn7cePX6cSAG8zI0nj8WJ6fJQqHeMdiZH5dPk3IXyjOf/rkC5fhF9QUFp69jkoNOSsLBdIzOD9ScGcf+gio/GiQ+dfjxcYMV2SAN6O/YGJzcaJQuoSARXfFDkiwztiYjPzw8opNZcSaTBGRpYnwhwT+59/WEijfux/heI4URk+8+aamZWzzTKNPUyebxKZwRURwskLbSqatCj+nTsPCQJ8/Dyn35kAY27nV7VaAiZdDAjT03gUfdLl79rVbcxw5M+mvjykMEePSyutikPpKkvXEtkxzwQA2wzANv6jT0RBYJcggLfT/ofroKK2NSOi4ZOHOEBAaE650VEUkwkC+LGNf5SkJRFwzWiaGm08QbW+xxxZe/dWOvdmhs901EzP1BAgpO9UR74U4sBZbSYm4KNtOz8iIAlLSlGVSgoB/vUDQWb+bSAIGMnnTlL0ivgcXP62Tbu6zZE54bDW+toPI6CrNC6utPQcGgEsXRE/CGDlxe1Tt8Ay8NAtz9KffWBmtpXCv/NO1RFip9G80+hfh+MTAfmFFbGO0AUdMZnhsbPLUzLSMQjQ05kY5J8YGUv7L2scfaB/XOMLtH+8MysWU9tAT0tfX7gkwGgdIaWvvlZZEPAhj4DPQIDOoYIJ2GdsQFkiDDLcBJyvFjzE5+Dmtys7qDwW1ZIgAFJza0HaCIRf+v3XisMD1+IKAoRIsaRmp2/nP/pEzPAkgM3TcAecOFwc35Gf73C5CuubY9rDQQCMkVPgCms04kVkfvhs3v/9/nHj+hE/E1CE+LmYt69vtyQAOWSY1UkCZPyybQ7KkupCP9yG+ImAG2vUyXYyiLyCCfBvaPDXEGA8Xy14iM9v67Tj4u++dPduJiCgYF7p2WdXVZ177tenfT9CODzw58Wx9OQMlq/9ppvsvufSn/EVmAECKEGnOkIMP7TN/9A1fHwiIL+jor4+ph7FuUxAeUo+EwBvcBDA+7//Pp8PEyDiZ4AAPl8iQErfE4cPc8GSBNr4hDK/Wrb9ieOp8YGAffvEF078NmDpeI1a4DC1vjYxJ5YQDuArMCuwC4MItjaY7Kq6lmtz5VOApScr2DE3QcvjP4APPZ9fYpyyljdetMkWFnJ2lghIsVgc+UYjnoL+QeGz9ftP5cd/bCxYIJhk1tn6F7XC+qzzeP32K94ABAEXAyCApOONkwGRtT1rSLxaPQzAP4qwdKk34wvOEn/xKnDUmzBGB9477w4gj7frfX01hg8MvMbfYRZLmHAX4/35DfyOydjbo5pZJn1zvSXUUmEBVb4L6D+f/yMKQKYRvPKSBgeTUKp7gdT0c3XSNSlaZqzjo4upse0DAVFcDHytgmt3rwDqLNQXbekwAaLAwky1x3w8ofRVua/P4iImwwcGNQ198OBBLy2mMlQSnQGLF/vOnD5scyCjTPEpVnZhFjRtdkrbHX8U4JVUUVFfUeF4z2wjWHN9NtZ5SNFop8PBZXzF6dmjID0/ePjh4vLyYsXn4davd0mI/uKh8CWm2Wwz5uN2ki8xS1tRsMDHQy2ytnfzTn3tMLLQhocNAcETpOPEwaHeBz0IQLM5Q5ixzX4iIzVjZUZ2yr0ls8gQvEw6RNCdZm8+vmLjbXZjsGfbnTGdunBEgYa31/6KehdKS9dMkVlfH79JfdousCSnK7ANPviRlgBIz4TmDx7+xlUyq6T+vpkzUeM0EwSkKSil2l2y2AQBNTWoxiSLTZa2ggA+HipRAf65DxABOBN3HpMImGS42cClc+w4sXmoNfVlDwI4cDm7Ezt7UmpMQkRIRMLqEkYZHCJYOmeGH99xfDcISDWkTvHwPU7npplhskADBDhcaE5fY7EycimrmqvxCU5yBoIAZ0YqbEKH5W678VgFcsz7R4/u3MsIy7ZZFaQCtZMFAYsWGY3bXmACRgoCjGaWtg8h06Ma3N3+4Dlau/xRAd6CAJmCIQJsqanW0zUE5GjihxvdsOyYkEC/iLensB98SZl0iNiLG+bx3cczZ4832g1TZPxyBKRsYTM04XiBr0CM0+VyrrmYSwKmjB+6o2CS77qFC5WSl2hnW1tloiUE99yQoIuoDW3WrP19eAYMGwY16uuN2IDsXbtkSQwREGrYtuydDiLgHZNa22tmKawYQsRUiIIFs2cWOMgA3Ky+tuy2W63eY4d4jgCKX5qxPZFhD5oVaX9xeiPiBwGKQ0T4pszdxzcdnz0+WG2rpPoD5fMofiYgz4HLDygjYKhrfqDvsGTFwQEEVGbh8o84e5h950RuQ5vVtx8MjEP8RIA4YEJX6S7hQEG+xKGGmnfeWW5sJgLU2l4LZX0VApo3SkcIszZ+aeCw+D5gJq8Qcesv3t6bdyN9oBCwocKloKmpyTW4KmHx4mGLnVOyED9QdmxvZlvbk20gYNPu3cfDmQAZPxOwfosYfTTbRZ4kXhdQ/z6AEUfCYLz3QGDwsGS+/A8IAootCfh2+gUdIqlMI2B0H+KfQfFTZ6c6AjgLS77Eoc3L33lnUUcz+RKrtb0Wer86AmKE9jfrsrj06j5NQcMvYzdu5OsvQStKuGd3z8g0Bc7CzY/RyASobYAQckPCTdK3mJukqP6A70G4Aymf52W1EZRvsTWXtHM20hUSndEZVrQt4vKPFFJ58jdNfXPm9I07wZnJfaZt8maxU6D5PCKgbhkufkcz+RKTtJUE8PvlPeD55/kxcPfa0++RM/EA2d9ByRnuY8cV4RU2NSo1dcpULQHlhoxYEf4ZggAZ/jyE31g1NV+N/9iQ3aZp5Fs8nCDOn9sBRDl0SBSyxl5jgy/RZnWnQfunwdWcgPRG3NEgKviZkNs8XErJyW8coJo4jh+pWZNH29pVw88jX2I00eBGENRMvsQsRQUB/H4qxmasB2BuFp0jg+dmrefCxk4iAjhLTO5x08JgTD9pWpibAHiRWSIRvyDgSRDA8SN8ip8IcMdfXX0MBJBvscZHGN5iiJ8IyL5wTDYISLUB6n28FtpftrkxC0d98JCy+9e5peR57FEk8SkI0ElN8iVGaVxNjdFcCF9isV0QwNvXqklvgAjIkUOAAQImGW82KlVaIOACOKmOBwMqATnKUwA8yBEgKWACshQdn3kcbYDsW6w5v7UYeQSaqU6lEUBunLUCbxOGfr90A5qtjiqAYuqsu0yVkqjj9YBeatLmGmRlC4NCF7m3hwbR/zmPtq8FtPZm0bpaXsg/88sWNcuJ/81QGFCW01DA8k+iCsD+HrtwOhonqIh9pZgCYpghfIXF1RcNegLu1rVeb0+p2pDkmTcmWenO4QI2BXJIXRYVdUWS5h1508aqWXZAX2sszNDUz1uvgvXzKZf40MwX6R0puCXvVeC009T0uSZGL5aimlrgsbq2NdPARqFSAgp4++juYqdmsawwesRrpbPNs1Y4NcpiycbuLqcLv7OzKqfe8d6XG0UWF4Djg77WGFIaULPU6kQJpm0efXTtqZf4GFD8vkx6RwquRdYsEeI9aRSyppw2JYwHATiQphZ4rK5tDVnV6kt8gbQZcVuxHQEmInBgMyAIuIZqd6Ujg00bPhPgb8/KaiqrbGrLbNkNApAvp/dI5OprjSGllx9oKiiQWV8QgMB/+OabH14ngIBTLfGB0IXXGQjQOVLk0WSvcJTg/b1HjRmT3NWVfDWDCcDxNLXAcqkrV0y3UGKUVv4KS06k4a5IvsFGg82W4pTxny4IQPzI+E1sngil5yZABvhCtr2msrKsrL2sJbNpSWwYCHjpvQx1u77WGAQ0lXVtLaiSWV8i4BCmYcYJBtby8ckugn1ozf5iBHD8TIDekSKPJns1S4SMRU3pxStXagkAnZpaYNGuHjElLcIqCVhY2DCnetjWrajuRUbI2L1ypc3s3Mzxn75ZElDnP3L4yJ3NUHoKAcoVDsKZVFa2tcMvP65lScvUOx5JwdpRe1ezozwmS30CRslaY5WArtTcLrmEBxMw7hmgkVYgen2tCDg1JCRVU5w9wPEzAXpHCnah1SwRMgQP3ITkZDseusBz8V6cNVVrgQUBFYGrdwRWSHO0woVz6ue8m3z2OaVLUZxs6541q9uwsuH4McJxk5l+506sI9P+kcNJKofILyjPWI7CXB0IaI/tmUEE7G8JuyPSkIFs0XEpTVuJAG2tsSAgI7iKs54gAN/9ZwjjBAHpQnnWObOF9BZKEvFLAvSOFAoBSOLheIIAFDFnX6olQK4mp86vm8v37i2HYwET0DBnznx8P7efc24ptmMEVNhsIe4sKxFw/sSLzIdkgYM+CxtKBLS0NM3vw11uMBNfgUhaNkuugLYaI0CNX0rpAy1dUWVx4v0g4NFHrxUj4DUQcKcgIDUqCgSYFQIGZPyt75r0jhRUIHF/ibpECBEA45mNl3KPPAgQq8npCDBmwARItKlRre2cBvpl0Ps4B2zrtmVPkPFJApBTbTbX1TWPBAH6goWhWI+wMhMFUC0tRwaXbAYBuP4Z6nS5rtaYf0scaKqqKsX7FQLoHnBtx2uCAGVPbvNKZwKMRhl+77smvSPFipmo9OD4BQFGIDk7N5mPgQssaoU1tcB6H18QUN9O8QNzh3LACcPUggQmgB4AdTv9rxl+1clLbnh3pq3bvHl+S8sgsGTzbBCwyuJu6zHX6muNJ9MSH+/jAPx+IgC3vh8OH0b8TADf1QFaLg1marcyAQNMQG8rCNA7UqygUieO/1U+Ht+YduzINQv4i1phtRYYBEzx8PFFbW77EqXN7N2rva/tDtEvqWH+uyU3QMDqrErG5vDNRMBe7ZoarfpaY7HEh/r+9fT4B15nEAGA6LYGmACcungMAia9IwXXInMWex4fz6wWTwgChhJyGd6EC7QqDTB5ojVNV5BAVN+od3AANJP0c8NUeTo7r3U8jqsuqaGrNZZaW33/ep37WR5B02amb03TO1LQXis2cIGEPF8mxw0vo4TSO6lRngycm8f6c3mL895Tz2D7IGRuUvQR8i6Tvr46qXoGgAINLomYCgz19qw/GeMMv2l8uPNxxQhZ3/ZmtCkwQ1pbLM+6cQvDKODuHLuccBrjlFL6KkDbR6f3Fc5YzwVaAi7X3WshTRmyE9NUbFxsSHwPwJewweXaHw2dW78SSBPS9Ko6T6l6BrLHqATOEXg6zDvbZseyvAEy6zu2MiElISTFnuh0kt1g1lSeKFXPx6Jvw4MpitYW5Rb9+bO5GytfIX3VeISPsFqwIXyJ9b7C/kgZKVnrzrIyFwhwNyPj7rTMlFecQrGvATrLmpYhY5SV5YLUTGNpSgURNVqpCgJycvCDTVr0gQCbPcAOF6ULpZMUChsnTAAdYoa/CATgt4Z6PhabgWtm+bUgQLPuDlas0J0/CEBgmtXx1HiEj7BnBsq80+slt0cwrW35yB14g7L/fU1N5SBgUd225prmZvzT8QIIWJyBq4/w9zaVHXiBCWgX8Z+tFEQs12QYckHADcgv5CN+SUDqJVi2WcQPAi5IwHjxi9pRVNQCFE2FoUIGtxKuIkxPeiUxalSq36jixYziFZ9tOwQoo+DDZyUBLpdRIQAXViN9RTx3bdnyKKUh7lrrE8J1pAUFUqh54bHEEBO6L92xXsaP3ekNdxIBzc11zXUdy5mANcZVxmJx+V9A3osIcLnjv8SeS1ng5WrbSOhS/ZIYdlsCHtDSIv/C8UUJiVEbEzc6isKZgLAVM+1m+xrCQWBNdN4jAci8+zqJEJTu3qp+PTRSuK4C+dHl/BoE0Fp2Bw4I6QsCEM2WlIwMUPDoQyCACyZm4IRYamsJoCzFS3dgvh1QZpxLvkCWt3lnc0dH3aLlNcsQcF7kquJVuPxNB16QBLTL+M+eYIew4CzwIqVSDwREqPETAUNxBTTl9xfMjSzescNZviM8fMCR4ggHAZhtUOJ/GQQsDh6VGuI7cxURsMZNgHL8IL5gD3f+8ENPA7JMd93Jnz8aNSaHxep44oLiB3IK4gcBomAibdy4UsSvJ+AOEKAvOJisLqbGAa/A+HfSt5/iv4wIcHH8IwKy3W12y/3l+TEBFL+6GpzNMwucixHEX38QMLBsERGAG4wHAaHOmc7a6Rw/E6B9vyRgeWddTc+yh4gAWcDR3y+lr/ARvj09/faHeLuQ3jNQyS1Xm5u28WfCbwI/t+oLDkiaNjMKmwUBaxo6cfk5fiKggeIfRj/OcEtpvhxZ4EWaR23hkJynn0b80qP0uTAmQOMHEO1E/JVU4VS0bFlReNjcL38W+Jjwc+/4jW/nTg/FuuF8fuvmHpSOQwC7zrBP8H03d7bcdwNPtbEZm0b6Ch9h3Ai2KFNxbqXGaX0vvXRFAB7L0REBYt21ukV0xfPqcfkXyfiR9Y12pQ3zTbCiBubQRcOx/+XXLJqjdWgAAc/h+iN+JmC2TY2fgBGgVHjtxlK54WGn8AkOsEepr1es4tEB5AEHo0Wef0ts7O0iQM5Sq6vjgQB1KpK2mw3ysy2M0JPa5k7K8roNKd4hmOZ0lnVqV6ML2+Vn99/ZXDdyotj/suWeDg1UEIG7AB4CjNlmXe1wvJPL3ABRkPFPPsG3riIo3xEQIGcZRZhEgPoUoP312y93t/HJ1eZOMifTFRwAJi2ODr7g8frdd9+/6jLs7y5AMHmC5B+yzO4SB5Jz0gwil0ACkHPCEv/kE6zvslOFsgCXVyAHitU5dFJabscO2iy211kmT4zXFUioApyxoiF4UrCKKVfrs7TwRvFwJt7Rdvqxj4cc26Skvrm0gl0hNrAWlu+9SpGm+uONB7T11nkEFvj4B2jV7T958uPT5k4+7zvluumPZxZQzdSefEVncRHlKRXvhLXMI8WPKHeeFfWpU66+2I2bxuuztDeopjkPA2+dIWt9xSIwsWFsniYW1SA5PFYWSLg/T18wofcN5l+D5JPlqidtkGTq3OXx+ZM7MLkB++7QDp7BMZ3sU5zqB6td5TUIeH29RyelT9QkjfEuCPDw+gIBWEYZi2lLPL5dn6X9vkK7uvqun0St78bg2KL89vZYIgB5e9EoCCFABCRkB4waFSgelWVy9ThVCut9gykfkJ7TiQVPmnqK1tyfZJrfE9ilfj4I2LFxdce+jn3+b/ASG3x+2Zj/svtJn+JRtByesj8IwK+kyFSLgoU+fl1pJcDoRrqTNvanpKutuUBxvXVXdwgYUAjQL2xMxcvrqhcutNqruc3tmFzSIraoKbCqpWg2ETBTNEqyEPLB9Ugd5et2f6tkSyMH4AQc0eK5H1NREWHj43OOL316J9DUfpAIWNJXUqDWOk/uwFjZV7gv1PLGp5IAX7vdzzfAHjJB+BRnj4Kxsbrw8hkPbXvo0ewQBe9CKnaljR5dMoj4B68dfcTgqbUt9fVL2g3Z5yhfKzYsMDaT+dghiyQgrQWPgVBrbkvuu9W9+bLWt6ioottNADu9BUIOEwF2q93X94QEapI4feLOOhs5/u6KCmuMQkBDw/T0+9e0d7b3HLw/2tQQtHB/ybw0WTsMAlZvWr3vDf+gjn1MAElfu1+C1c8vdQJtlxdMXXj5jIefKXxw/c8+Er1QSl1bYex73eC4/bcNjpMEpNTUpIiChvr65x21BssxBXRArK6N+M+/iKRv647OzoUNDXMKl7TX7tmDEeBYwKvLhYe3NLWAAG7MdHG36BgmIISywr7utrloJ8evpt0pfuSpkaN2kfSFUnQ1dC5Ys6aop70FvxVMFqyEg4qVNFkLfB4TsG/fGxQ/pu9J+dl9rX7D7NZRtF1XOwwCHq149MEv8UoABPAIaBwcd+2rg9cyAXyNm2XBQkPnlztiUqBZBIbwCGCLjzp/MxPgKK+GCij0r9/elrO9N56qLlnptBw4MBg+m5e8cFH8IECt5j7BGH7iininev1PT9osa4PxiypGSGsQ0NlQ1g4CsEY6pDKPgMZ5aUoW+rw3Vg+sw7y1nL4XBASEWBP8Un1puz5r7XXWaw8+mNJtVbDQZ8LWNEUJv/pqY3+k+v0X94DumApHtLpiob5NjdvcPr7utsJaavOSBIQTAZktLWeFzz6dZmpcFH8ZF0EtjaCeYVmQgIWTk4o1M4+VWVPNuuODgPbOpibcAfct20cEzJ+zv0TMoigEVK/m+CUByDonJEwYAWfJS2i7LmsNAh5c/60GV/gEY4EkjVsc33SgvbDEHdTXqlvxFFgQPUSF3pzse9z+GVWEgp9AgIj/0ieBcNPp90xfsMDF/cJXEgEbIsoA8l0mxA3qzdN4Ieh3VOmNLG9WT1N7T0/PvmUvEwFL+maUqtIZBLy9eqMIXxKAeO2pVmvCKN6ul9pev6z/9lktAd471BwtcF6e6vIEHkBAyu54TfzxenMyOFMzygWGTOXHP0HU+t56j3ITdF0IoJbX8/N88MiWE0sEb/1C0LfiPJwNrsCypvY3yHHC1FMwSiOVQQAeg7J8AzD9g7TGCPiOcYWCabqCB9XxVqAt3mPR1l9MOkD+aZ2Jz9CW+tL205OAQV43mBPQemmql776haClFI6Pjxbo1e1vMs31qDn4J2ntpZeKVgzkB6y+7tetEr2M7b0vM2B6JrerWdbLTxzBB+qzynqCshT4BfAMvX7JjPjElKypUxMdiZI3xV3CIrPEdDlOkyDmXj1yhMsfFOxou/XYx0mQ3sBUQH98fbxeeql4jq1h/vwGm1153bpDwaZO16ae3pdp4QG4aSvb3W1uFzWW9KHAAQUNgFrQYFINHAmmLMMW+sv4ovimN5htFVjj62HCzcDp8UYkiOm2K+6Cs3k1OpRVKlnhvPe43oHTvlSQ8X7UykPyNWFpkpDexe4CjgqrrbvCUIG/u7u7K1z6eEWBREKC6sBgt7UvXDjfliBf66XpyzcXw4UX5dlyu2JudrgR1lq37R+k6WwOXRY0cIpN9SF+NWuLdCDBrDD8xqZYUHpbwfe8dEJkfEa6IyMyIzIofDM1SIAAIRttstY3773pq5TjkTna+4unf6M5/lLZZrfaXcBRERGD6CNKbLaIwLLGTindu7oUKcxS0Wq1qw4MCWBgznxriHgNy1as2vQmgMLNuI4hgoDp0y9Us8Bk7tXYuB/3wMHGfhCgncpae5pYKFlK3XlHs7YYHzM+Zn5sPY3LWeZCEFCyEi1jW7bwyh5vtX6ptAF+DFSblMXYbObuzs5uKwhYtQrF2qNJqpOP8WlEsOpzvEFI7417Kzcvwn0QBEBDlJQsdux9zzXuSFl3EMULFMxQpDCEiJ/Nb1jACOswxYEhwTZ/DjHAr/F+Q4qM/+mON0EA1ieFR+aFQkoyAbj8TXPQlHek8dAHTMBTMn5MZgqhk91gtIv9s7Y8Rlj/li8oP8dvndkaE2M1SpdReIzqsr6FICCCYMzo6Ww6UiEIOHzg8OETh6+l2uM8nqVIxwDiLHJSFknv4tq9mzfvq2letjnMaQx1BZY4sVNZo6sisZDPZ96M0aPj4s5mKQxlZLdhPCOppUhFMICCgCXWEHptaG7GIBDxPx3XEX36zewRugBnL9vi6PL34RnY19j45utrP3n4ecKbEpdCGAHGhiVGaoDfjnsALr/lQf8P+L6UXm+hiSCcvkShrna4cKkwWcFPIXNPj9koCDgwsbFxeP+1JJ3xGvEXrzlYnIEs2ZqkY85KVHdnEQF1ze+AgIxIgyHCFpy7uqy5OAMEsI0vjZcROH8mAPEGQCj5ZZ/rlooh1iW33bbEGoXXMRUx3Rkcf08cLWV98kLJB+jyX4fLX0fT16d5ZpVp/UASxsaL68XqcTwCHnzrg5eZQb/qG1J4+Ct4K10bv4YAY4WrtrY+NHSFGAEnTvQfuZZylnjN8R8EA5QjjHZL6X3LQMDs4sgUw7JAIqAx0uEPAvj8S5EWl1KYpKEd9Xw0Ia9KRTDwwAMLU6PO9jZ0d3P4lOmJewME6KTkVa6SPmigvsbDb74mCFDjJwIGXU3AEQX70Umi+qQGpba/fLNqsksE97KUdsO0IUa47GCuqbbWbAmlgFHwcWI4jk6lt71uvwdRshOfpfyU6Ozra9rMXWaNByqaWppccUGQ0uL8x20dgaSxJIDiDaH4tVIxxLrwgQfmpIZ466WpXkp+4VooLj8qWCQBavyvjtvwjOfrL/yy/ahVW3yDfAKqM/j+z4Crr6VQ5yvMBAQCZloMGgFQVrgEXYX9OBoRoD8fECB/SvUAggBzs6UszlVcaGYCeK0KavbD/kzAqaUixsB1ty1J9e5Vbsp7qvYgw3GStCQp3NdY8vzrDBCgPvUIG3y6BLYKeAepbFrS/f27XlZshm9gRF/h6SsMAuRTgN7DBOArII7feKqCjHihH+QwYAL487qRpmMC9FL4r6Virgmo7WVAYP7Ue0ppif+1/4sTH7izrm5jsA0C+v2nELhEpJrhr1teTilEUCCOcvRortxpxYqkJOXopyrI0LflWdxrTwicJIUf2GCaq5WGSTC4nzZtndvyIgzgo2G7B2SNw1VXjQw9R/N+/epzQZM1OWZgnhszGJfq8MckTbGtbdIfXv82TD0xAzs00jDJiaxncIIsY1s3Nyy/PMgRCTsouR0ODVF+qpPt2P66ukOWBPX9l9cp6CkoaEk7z2io+YaADlfCVaNHqEBKqErGHa4QkD3l92xeZZWqAX+fku31b8M0vy8QpbCKFGYCVq97e906tvYhAiLb2spRmy+2gwBEfoni4njJ2MGYi5ZftDNhgnw/CLhIunuPXJ6WVjMZN9FOrRSeN8LdIgkwAUVFOQtynAvuKSrCC4Ph1z9+tRm6ugw2/MFg8Pq3QVnVsq+q3VlSImAdCEhel2tMTU5uRYNCZnkbehPk9pBsuwLy6LzQ1BlxzfKROy3yfweDAMR/jSwrWT7ZuDLBMCBvgj/9tHU8CKDoq6q8CRczAU6MAAyBBQvwgi/879lRUfRvw39BgCuwqa9MWeh4jkkSkJycm1yLv0BAZmI59WZI6asvUKC8PFWLi6zGyCtAgDR3H3PObQ+keUfFzAqJql5XnZzMbnCt80Yg/LRzq6puSsPEEAgQGOjJFH8wEH4dExx8MS7/f0JA55KyOftlv8WGsj3JYi2L5GRj7eNvm0FAW2Ybxf+LlL46qUq+vX2B15xPFilw9Zl43uV1irm9IMAeMmuW3Sj5hRIUBFS99VZV2lg3AZkopJQMSJ/jm25KMPxHBPS0NO0vk+eHE5wWLK29UpPffhwjQC999W1uuIeU1cD1REwlnT8ZBMjhf+W5D4AAc8isAnM1H5L79ogA79KqHxdV/aQSgPjBQLgkgG8D+Ps/ImAJrv+c990LKU9bLU82udZci2puvfRtL9Sux19/namzERUFO/3FdGBklljiYqRKAHyWv8Is4k8//cQNGCDAG6iqajmGphVJQHgPCBhQRkAqf/v/s3vAEjV+QQDHT0DG7vFWvdTEkFduGDxiBiOoXWLxGqVgQV3i4qZzHzCVggBzzziNFJ43huMvrfqpCk07IICR2TMwHwNAfQoA/9VToM+15HzNQspz8fgHkiUNraeQvu48MGDqp6fgYnfFQrS6xMWFY667rdTbaK45wBBGF5fNGKN1uU0GAYz5bh1wCS484T/TAUdNk7ULKSuFvK0SJ0lfHS677MzyFZrV1NQlLi6Aj9dYb3+T55IXM9CxogAcV/3vSvC/Bj1utPD6n/EnnaQbrf6BCX0AAAAASUVORK5CYII=);height:11px;width:16px}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .bl,.react-tel-input .fr,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .bq,.react-tel-input .nl{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{background:#fff;border:1px solid #cacaca;border-radius:5px;font-size:14px;height:35px;letter-spacing:.01rem;line-height:25px;margin-bottom:0!important;margin-left:0;margin-top:0!important;outline:none;padding-left:48px;position:relative;width:300px}.react-tel-input .form-control.invalid-number,.react-tel-input .form-control.invalid-number:focus{background-color:#faf0f0;border:1px solid #d79f9f;border-left-color:#cacaca}.react-tel-input .flag-dropdown{background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px;bottom:0;padding:0;position:absolute;top:0}.react-tel-input .flag-dropdown:focus,.react-tel-input .flag-dropdown:hover{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input .flag-dropdown.open,.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:initial}.react-tel-input .selected-flag{border-radius:3px 0 0 3px;height:100%;outline:none;padding:0 0 0 8px;position:relative;width:38px}.react-tel-input .selected-flag:focus,.react-tel-input .selected-flag:hover{background-color:#fff}.react-tel-input .selected-flag .flag{margin-top:-5px;position:absolute;top:50%}.react-tel-input .selected-flag .arrow{border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid #555;height:0;left:20px;margin-top:-2px;position:relative;top:50%;width:0}.react-tel-input .selected-flag .arrow.up{border-bottom:4px solid #555;border-top:none}.react-tel-input .country-list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:1px 2px 10px #00000059;list-style:none;margin:10px 0 10px -1px;max-height:200px;outline:none;overflow-y:scroll;padding:0;position:absolute;width:300px;z-index:1}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country.highlight,.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{background-color:#fff;padding:10px 0 6px 10px;position:-webkit-sticky;position:sticky;top:0}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;outline:none;padding:3px 8px 5px}.react-tel-input .country-list .no-entries-message{opacity:.7;padding:7px 10px 11px}.react-tel-input .invalid-number-message{color:#de0000}.react-tel-input .invalid-number-message,.react-tel-input .special-label{background:#fff;font-size:13px;left:46px;padding:0 2px;position:absolute;top:-8px;z-index:1}.react-tel-input .special-label{display:none;white-space:nowrap}.loginWrapper{background:#f9f9f9;display:flex;min-height:100vh;padding:80px 0;position:relative}.loginWrapper:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.03;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.loginWrapper .loginForm{background:#fff;border-radius:10px;box-shadow:0 0 15px #0000000d;margin:auto;max-width:90%;padding:70px 50px;position:relative;width:500px;z-index:2}.loginWrapper .loginForm .shape-img{height:80%;left:50%;opacity:.05;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:80%;z-index:-1}.loginWrapper .loginForm .shape-img .fi:before{font-size:300px}@media (max-width:575px){.loginWrapper .loginForm .shape-img .fi:before{font-size:200px}}@media (max-width:445px){.loginWrapper .loginForm{padding:70px 15px!important;position:relative}}.loginWrapper .loginForm>h2{margin-bottom:20px;text-align:center}.loginWrapper .loginForm>p{color:#666;font-size:13px;font-weight:500;margin-bottom:30px;text-align:center}.loginWrapper .loginForm form .inputOutline label{background:#fff;font-size:16px;padding:0 10px 0 0}.loginWrapper .loginForm form .inputOutline input{font-size:13px;letter-spacing:0}.loginWrapper .loginForm form .inputOutline input::-webkit-input-placeholder{color:#888;opacity:1}.loginWrapper .loginForm form .inputOutline input::-moz-placeholder{color:#888;opacity:1}.loginWrapper .loginForm form .inputOutline input:-ms-input-placeholder{color:#888;opacity:1}.loginWrapper .loginForm form .inputOutline input:-moz-placeholder{color:#888;opacity:1}.loginWrapper .loginForm .formAction{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between}.loginWrapper .loginForm .formAction label span{font-size:14px}@media (max-width:575px){.loginWrapper .loginForm .formAction label span{font-size:13px}}.loginWrapper .loginForm .formAction label span svg{height:1.2em;width:1.2em}.loginWrapper .loginForm .formAction a{color:#246fea;cursor:pointer;display:block;font-size:16px;font-weight:500;letter-spacing:0;transition:all .3s ease 0s}.loginWrapper .loginForm .formFooter{display:flex;margin-top:20px}.loginWrapper .loginForm .loginWithSocial{display:flex;justify-content:center;margin:20px auto 0;width:320px}@media (max-width:445px){.loginWrapper .loginForm .loginWithSocial{width:185px!important}}.loginWrapper .loginForm .loginWithSocial button{background:#3b5998;border-radius:3px;color:#fff;display:block;flex:1 1;font-size:14px;margin:5px;min-width:0;min-width:auto;padding:4px 9px;text-align:center}.loginWrapper .loginForm .loginWithSocial button.facebook{background:#3b5998}.loginWrapper .loginForm .loginWithSocial button.twitter{background:#55acee}.loginWrapper .loginForm .loginWithSocial button.linkedin{background:#0077b5}.loginWrapper .loginForm .noteHelp{font-size:13px;font-weight:500;letter-spacing:0;margin-top:20px;text-align:center}.loginWrapper .loginForm .noteHelp a{color:#0077b5;cursor:pointer;display:inline-block;font-size:13px;font-weight:500;margin-left:10px}.loginWrapper .MuiInputLabel-outlined.MuiInputLabel-shrink{transform:translate(14px,-10px) scale(.75)}.cBtnTheme{background:#0a58ca;background-color:#0a58ca!important;color:#fff!important}.Toastify__toast-body{font-size:16px}.auth-page-header{align-items:center;background:#004585;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;left:0;padding:15px 20px;position:fixed;right:0;top:0;z-index:1000}.back-to-home{align-items:center;background:#ffb100;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.back-to-home:hover{background:#ff9f00;box-shadow:0 4px 12px #ffb10066;color:#fff;transform:translateX(-3px)}.back-to-home i{font-size:18px}.auth-logo{left:50%;position:absolute;transform:translateX(-50%)}.auth-logo img{height:40px;width:auto}@media (max-width:575px){.auth-page-header{padding:12px 15px}.back-to-home{height:35px;width:35px}.back-to-home i{font-size:16px}.auth-logo img{height:32px}}.wpo-account-area{background:#f9f9f9;min-height:100vh;padding:100px 0 80px;position:relative}.wpo-account-area:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.03;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.wpo-account-area .container,.wpo-account-form{position:relative;z-index:2}.google-callback-page{align-items:center;background:#f9f9f9;display:flex;justify-content:center;min-height:100vh;padding:20px;position:relative}.google-callback-page:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.03;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.callback-container{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;max-width:500px;padding:60px 40px;position:relative;text-align:center;width:100%;z-index:2}.callback-loading{align-items:center;display:flex;flex-direction:column;gap:20px}.callback-loading h2{color:#004585;font-size:24px;font-weight:700;margin:0}.callback-loading p{color:#666;font-size:16px;margin:0}.callback-error{align-items:center;display:flex;flex-direction:column;gap:15px}.error-icon{font-size:60px;margin-bottom:10px}.callback-error h2{color:#dc3545;font-size:24px;font-weight:700;margin:0}.callback-error p{color:#666;font-size:16px;margin:0}.redirect-message{color:#a0aec0;font-size:14px;font-style:italic;margin-top:10px}@media (max-width:768px){.callback-container{padding:40px 30px}.callback-error h2,.callback-loading h2{font-size:20px}.callback-error p,.callback-loading p{font-size:14px}}.verify-email-page{background:linear-gradient(135deg,#004585,#062265);display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative}.verify-email-bg-pattern{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;opacity:.08;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.verify-email-header{padding:30px 20px;position:relative;text-align:center;z-index:2}.verify-email-logo img{height:70px;transition:transform .3s ease}.verify-email-logo:hover img{transform:scale(1.05)}.verify-email-content{align-items:center;display:flex;flex:1 1;justify-content:center;padding:40px 20px 80px;position:relative;z-index:1}.verify-email-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:550px;overflow:hidden;padding:60px 50px;position:relative;text-align:center;width:100%}.verify-email-card:before{background:linear-gradient(90deg,#004585,#ffb100 50%,#004585);content:"";height:6px;left:0;position:absolute;right:0;top:0}.status-icon-wrapper{height:100px;width:100px}.status-icon-wrapper.loading{background:#ffb1001a}.status-icon-wrapper.error{animation:scaleIn .5s ease-out;background:#dc35451a}.status-icon{font-size:50px}.status-icon-wrapper.loading .status-icon{color:#ffb100}.status-icon-wrapper.error .status-icon{color:#dc3545}.verify-email-card h1{color:#004585;font-family:Futura PT,sans-serif;font-size:32px;font-weight:900;margin:0 0 20px}.verify-email-card p{color:#555;font-size:17px;line-height:1.6;margin:0 0 15px}.redirect-text{color:#ffb100;font-weight:600;margin-top:20px!important}.error-message{color:#dc3545;font-weight:500;margin-bottom:30px!important}.verify-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:30px}.btn-primary,.btn-secondary{padding:14px 35px}@media (max-width:768px){.verify-email-card{border-radius:20px;padding:40px 30px}.verify-email-card h1{font-size:26px}.verify-email-card p{font-size:15px}.status-icon-wrapper{height:80px;width:80px}.status-icon{font-size:40px}.verify-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}}@media (max-width:480px){.verify-email-header{padding:20px}.verify-email-logo img{height:50px}.verify-email-card{padding:30px 20px}.verify-email-card h1{font-size:22px}.status-icon-wrapper{height:70px;width:70px}.status-icon{font-size:35px}}.signup-verify-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.signup-verify-page,.verify-notice-page{display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative}.verify-notice-page{background:linear-gradient(135deg,#004585,#062265)}.verify-notice-bg-pattern{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;opacity:.08;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.verify-notice-header{padding:30px 20px;position:relative;text-align:center;z-index:2}.verify-notice-logo img{height:70px;transition:transform .3s ease}.verify-notice-logo:hover img{transform:scale(1.05)}.verify-notice-content{align-items:center;display:flex;flex:1 1;justify-content:center;padding:40px 20px 80px;position:relative;z-index:1}.verify-notice-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:600px;overflow:hidden;padding:60px 50px;position:relative;text-align:center;width:100%}.verify-notice-card:before{background:linear-gradient(90deg,#004585,#ffb100 50%,#004585);content:"";height:6px;left:0;position:absolute;right:0;top:0}.email-icon-wrapper{display:inline-block;margin-bottom:30px;position:relative}.email-icon{animation:emailFloat 3s ease-in-out infinite;color:#ffb100;font-size:80px;position:relative;z-index:2}@keyframes emailFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.email-pulse{animation:pulse 2s ease-out infinite;background:#ffb10033;border-radius:50%;height:120px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px;z-index:1}.verify-notice-card h1{color:#004585;font-family:Futura PT,sans-serif;font-size:36px;font-weight:900;margin:0 0 20px}.verify-main-text{color:#555;font-size:18px;line-height:1.7;margin:0 0 40px}.verify-info-boxes{display:flex;flex-direction:column;gap:15px;margin-bottom:40px}.info-box{align-items:center;background:#f8f9fa;border-left:4px solid #0000;border-radius:12px;display:flex;gap:15px;padding:18px 20px;transition:all .3s ease}.info-box:hover{background:#f0f4f8;transform:translateX(5px)}.info-box:first-child{border-left-color:#28a745}.info-box:last-child{border-left-color:#ffc107}.info-icon{flex-shrink:0;font-size:24px}.info-icon.success{color:#28a745}.info-icon.warning{color:#ffc107}.info-box p{color:#333;font-size:15px;font-weight:500;margin:0;text-align:left}.verify-notice-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.btn-primary,.btn-secondary{align-items:center;border:2px solid #0000;border-radius:50px;cursor:pointer;display:inline-flex;font-family:Futura PT,sans-serif;font-size:16px;font-weight:700;justify-content:center;letter-spacing:.5px;padding:16px 40px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#004585,#062265);box-shadow:0 4px 15px #0045854d;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#036,#041a4d);box-shadow:0 6px 20px #00458566;transform:translateY(-2px)}.btn-secondary{background:#0000;border-color:#004585;color:#004585}.btn-secondary:hover{background:#004585;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.verify-notice-card{border-radius:20px;padding:40px 30px}.verify-notice-card h1{font-size:28px}.verify-main-text{font-size:16px}.email-icon{font-size:60px}.email-pulse{height:100px;width:100px}.verify-notice-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}.info-box{padding:15px}.info-icon{font-size:20px}.info-box p{font-size:14px}}@media (max-width:480px){.verify-notice-header{padding:20px}.verify-notice-logo img{height:50px}.verify-notice-card{padding:30px 20px}.verify-notice-card h1{font-size:24px}.email-icon{font-size:50px}}.internal-navbar{background:#fff;border-bottom:3px solid #0000;box-shadow:0 2px 20px #00000014;font-family:Futura PT,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;left:0;overflow:visible;position:fixed;position:relative;right:0;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000}.internal-navbar:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.08;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.internal-navbar.subscription-demo{background:linear-gradient(180deg,#fff,#f8fcff);border-bottom-color:#004585;box-shadow:0 2px 20px #00458526,0 0 30px #0045850d}.internal-navbar.subscription-demo:before{filter:brightness(0) saturate(100%) invert(18%) sepia(89%) saturate(1729%) hue-rotate(193deg) brightness(95%) contrast(101%);opacity:.12}.internal-navbar.subscription-premium{background:linear-gradient(180deg,#fff,#fffef8);border-bottom-color:#ffb100;box-shadow:0 2px 20px #ffb10026,0 0 30px #ffb1000d}.internal-navbar.subscription-premium:before{filter:brightness(0) saturate(100%) invert(68%) sepia(89%) saturate(1729%) hue-rotate(1deg) brightness(102%) contrast(104%);opacity:.15}.internal-navbar.scrolled{box-shadow:0 4px 30px #0000001f}.internal-navbar.subscription-demo.scrolled{box-shadow:0 4px 30px #00458533,0 0 40px #00458514}.internal-navbar.subscription-premium.scrolled{box-shadow:0 4px 30px #ffb10033,0 0 40px #ffb10014}.navbar-container{margin:0 auto;max-width:1440px;padding:0 40px;position:relative;z-index:1}.navbar-content{height:80px;justify-content:space-between;overflow:visible;position:relative}.navbar-content,.navbar-left{align-items:center;display:flex}.navbar-left{z-index:2}.home-button{align-items:center;background:linear-gradient(135deg,#004585,#062265);border:2px solid #0000;border-radius:12px;box-shadow:0 4px 15px #00458533;color:#fff;display:flex;font-size:14px;font-weight:600;gap:8px;overflow:hidden;padding:12px 20px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.home-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.home-button:hover:before{left:100%}.home-button:hover{background:linear-gradient(135deg,#0056b3,#073a7a);box-shadow:0 8px 25px #0045854d;color:#fff;transform:translateY(-2px)}.home-button:active{box-shadow:0 4px 15px #00458533;transform:translateY(0)}.home-button.active{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 4px 15px #28a7454d}.home-button.active:hover{background:linear-gradient(135deg,#218838,#1ea085);box-shadow:0 8px 25px #28a74566;color:#fff}.home-button svg{font-size:16px;transition:transform .3s ease}.home-button:hover svg{transform:scale(1.1)}.home-button span{font-family:Futura PT,sans-serif;font-weight:600;letter-spacing:.5px}.desktop-nav{gap:8px;margin-right:20px}.desktop-nav,.nav-link{align-items:center;display:flex}.nav-link{border-radius:12px;color:#062265;font-family:Futura PT,sans-serif;font-size:15px;font-weight:700;gap:10px;letter-spacing:.3px;overflow:hidden;padding:12px 20px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-link:before{background:#0000000d;border-radius:12px;content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.nav-link:hover:before{opacity:1}.nav-link:hover{transform:translateY(-2px)}.subscription-demo .nav-link:hover{background:#00458514;color:#004585}.subscription-premium .nav-link:hover{background:#ffb10014;color:#ffb100}.nav-link.active{background:linear-gradient(135deg,#004585,#062265);box-shadow:0 4px 15px #0045854d;color:#fff;transform:translateY(-2px)}.subscription-demo .nav-link.active{box-shadow:0 4px 20px #00458566,0 0 0 2px #00458533}.subscription-premium .nav-link.active{background:linear-gradient(135deg,#ffb100,#ff9f00);box-shadow:0 4px 20px #ffb10066,0 0 0 2px #ffb10033;color:#fff}.nav-link.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.nav-link svg{font-size:18px;transition:transform .3s ease}.nav-link:hover svg{transform:scale(1.1)}.coming-soon{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#ffb100,#ff9f00);border-radius:10px;box-shadow:0 2px 8px #ffb10066;color:#fff;font-size:9px;font-weight:900;letter-spacing:.8px;padding:3px 8px;position:absolute;right:-6px;text-transform:uppercase;top:-6px}.nav-link.admin-link{background:linear-gradient(135deg,#dc3545,#c82333);box-shadow:0 4px 15px #dc35454d;color:#fff}.nav-link.admin-link:hover{background:linear-gradient(135deg,#c82333,#bd2130);box-shadow:0 6px 20px #dc354566}.navbar-user{align-items:center;display:flex;gap:15px}.navbar-user,.user-menu-container{position:relative;z-index:1001}.user-menu-trigger{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:26px;box-shadow:0 2px 12px #00000014;cursor:pointer;display:flex;font-family:Futura PT,sans-serif;gap:12px;height:52px;overflow:hidden;padding:4px 18px 4px 4px;position:relative;transition:all .3s ease}.user-menu-trigger:before{background:#00000008;border-radius:24px;content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.user-menu-trigger:hover:before{opacity:1}.user-menu-trigger:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.subscription-demo .user-menu-trigger{background:linear-gradient(135deg,#fff,#f8fcff);border-color:#004585;box-shadow:0 2px 12px #00458526,0 0 20px #0045850d}.subscription-demo .user-menu-trigger:after{background:linear-gradient(135deg,#004585,#062265);border-radius:26px;content:"";inset:-2px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;position:absolute;transition:opacity .3s ease}.subscription-demo .user-menu-trigger:hover:after{opacity:.5}.subscription-premium .user-menu-trigger{background:linear-gradient(135deg,#fff,#fffef8);border-color:#ffb100;box-shadow:0 2px 12px #ffb10026,0 0 20px #ffb1000d}.subscription-premium .user-menu-trigger:after{background:linear-gradient(135deg,#ffb100,#ff9f00);border-radius:26px;content:"";inset:-2px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;position:absolute;transition:opacity .3s ease}.subscription-premium .user-menu-trigger:hover:after{opacity:.5}.user-avatar,.user-avatar-placeholder{align-items:center;border:2px solid #e0e0e0;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;min-height:40px;min-width:40px;transition:all .3s ease;width:40px}.user-avatar{object-fit:cover}.user-avatar-placeholder{background:linear-gradient(135deg,#004585,#062265);color:#fff;font-size:14px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.subscription-demo .user-avatar,.subscription-demo .user-avatar-placeholder{border-color:#004585;box-shadow:0 0 15px #0045854d}.subscription-premium .user-avatar,.subscription-premium .user-avatar-placeholder{border-color:#ffb100;box-shadow:0 0 15px #ffb1004d}.subscription-premium .user-avatar-placeholder{background:linear-gradient(135deg,#ffb100,#ff9f00);color:#fff}.user-info{align-items:center;display:flex;flex:1 1;min-width:0}.user-name{color:#062265;font-family:Futura PT,sans-serif;font-size:15px;font-weight:700;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease;white-space:nowrap}.subscription-demo .user-menu-trigger:hover .user-name{color:#004585}.subscription-premium .user-menu-trigger:hover .user-name{color:#ffb100}.dropdown-arrow{color:#062265;flex-shrink:0;font-size:12px;transition:all .3s ease}.user-menu-trigger:hover .dropdown-arrow{transform:translateY(2px)}.subscription-demo .dropdown-arrow{color:#004585}.subscription-premium .dropdown-arrow{color:#ffb100}.user-menu-backdrop{background:#0000001a;bottom:0;cursor:pointer;left:0;position:fixed;right:0;top:0;z-index:1100}@media (max-width:767px){.user-menu-backdrop{-webkit-tap-highlight-color:transparent;animation:backdropFadeIn .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#00000080;touch-action:none}@keyframes backdropFadeIn{0%{backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);opacity:0}to{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:1}}}@media (max-width:575px){.user-menu-backdrop{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#0009}@keyframes backdropFadeIn{0%{backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);opacity:0}to{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:1}}}.user-menu-dropdown{animation:dropdownSlide .3s cubic-bezier(.4,0,.2,1);background:#fff;border:2px solid #e0e0e0;border-radius:20px;box-shadow:0 12px 40px #00000026;overflow:hidden;position:absolute;right:0;top:calc(100% + 16px);width:320px;z-index:1101}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.subscription-demo .user-menu-dropdown{border-color:#004585;box-shadow:0 12px 40px #00458533,0 0 30px #0045851a}.subscription-premium .user-menu-dropdown{border-color:#ffb100;box-shadow:0 12px 40px #ffb10033,0 0 30px #ffb1001a}.dropdown-header{overflow:hidden;padding:24px;position:relative}.dropdown-header,.subscription-demo .dropdown-header{background:linear-gradient(135deg,#004585,#062265)}.subscription-demo .dropdown-header:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.subscription-premium .dropdown-header{background:linear-gradient(135deg,#ffb100,#ff9f00)}.subscription-premium .dropdown-header:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#fff3 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.dropdown-user-info{align-items:center;display:flex;gap:12px;position:relative;z-index:1}.dropdown-avatar,.dropdown-avatar-placeholder{border:2px solid #ffffff80;border-radius:50%;flex-shrink:0;height:48px;min-height:48px;min-width:48px;width:48px}.dropdown-avatar{box-shadow:0 4px 12px #0003;object-fit:cover}.dropdown-avatar-placeholder{align-items:center;background:#fff3;box-shadow:0 4px 12px #0003;color:#fff;display:flex;font-size:18px;font-weight:800;justify-content:center;text-transform:uppercase}.dropdown-user-details{flex:1 1;min-width:0}.dropdown-user-details h4{color:#fff;font-family:Futura PT,sans-serif;font-size:17px;font-weight:900;margin:0 0 4px;text-shadow:0 2px 4px #0003}.dropdown-user-details p{color:#ffffffe6;font-size:13px;font-weight:500;margin:0}.dropdown-content{background:#fff;padding:8px 0}.dropdown-item{align-items:center;background:none;border:none;border-left:3px solid #0000;color:#062265;cursor:pointer;display:flex;font-family:Futura PT,sans-serif;font-size:15px;font-weight:700;gap:14px;padding:14px 24px;position:relative;text-decoration:none;transition:all .3s ease;width:100%}.dropdown-item:hover:not(.disabled){background:#00000008;padding-left:28px}.subscription-demo .dropdown-item:hover:not(.disabled){background:#0045850d;border-left-color:#004585;color:#004585}.subscription-premium .dropdown-item:hover:not(.disabled){background:#ffb1000d;border-left-color:#ffb100;color:#ffb100}.dropdown-item.disabled{cursor:not-allowed;opacity:.5}.dropdown-item svg{flex-shrink:0;font-size:18px;transition:transform .3s ease;width:20px}.dropdown-item:hover:not(.disabled) svg{transform:scale(1.1)}.subscription-demo .dropdown-item:hover:not(.disabled) svg{color:#004585}.subscription-premium .dropdown-item:hover:not(.disabled) svg{color:#ffb100}.coming-soon-tag{background:linear-gradient(135deg,#ffb100,#ff9f00);border-radius:12px;box-shadow:0 2px 8px #ffb1004d;color:#fff;flex-shrink:0;font-size:9px;font-weight:900;letter-spacing:.8px;margin-left:auto;padding:4px 10px;text-transform:uppercase}.dropdown-divider{background:#0000001a;height:1px;margin:8px 0}.subscription-demo .dropdown-divider{background:linear-gradient(90deg,#0000,#00458533 50%,#0000)}.subscription-premium .dropdown-divider{background:linear-gradient(90deg,#0000,#ffb10033 50%,#0000)}.dropdown-item.admin-item{color:#dc3545;font-weight:800}.dropdown-item.admin-item:hover{background:#dc35451a;border-left-color:#dc3545;color:#c82333}.logout-item{border-top:1px solid #0000001a;color:#dc3545;font-weight:800;margin-top:8px;padding-top:14px}.logout-item:hover{background:#dc35451a;border-left-color:#dc3545;color:#c82333}.mobile-menu-toggle{background:#fff;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;display:none;padding:10px;transition:all .3s ease}.mobile-menu-toggle:hover{background:#00000008;transform:scale(1.05)}.subscription-demo .mobile-menu-toggle{border-color:#004585}.subscription-premium .mobile-menu-toggle{border-color:#ffb100}.hamburger{display:flex;flex-direction:column;height:18px;position:relative;width:24px}.hamburger span{background:#062265;border-radius:2px;display:block;height:2px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger span:first-child,.hamburger span:nth-child(2){margin-bottom:6px}.subscription-demo .hamburger span{background:#004585}.subscription-premium .hamburger span{background:#ffb100}.hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{background:#fff;border-top:2px solid #e0e0e0;box-shadow:0 8px 30px #00000026;display:none;left:0;max-height:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .4s ease}.mobile-nav.active{max-height:500px}.subscription-demo .mobile-nav{border-top-color:#004585;box-shadow:0 8px 30px #00458533}.subscription-premium .mobile-nav{border-top-color:#ffb100;box-shadow:0 8px 30px #ffb10033}.mobile-nav-content{padding:20px 30px}.mobile-nav-link{align-items:center;background:#00000005;border-left:3px solid #0000;border-radius:10px;color:#062265;display:flex;font-family:Futura PT,sans-serif;font-size:16px;font-weight:700;gap:14px;margin-bottom:8px;padding:16px;text-decoration:none;transition:all .3s ease}.mobile-nav-link:hover:not(.disabled){background:#0000000d;padding-left:24px}.subscription-demo .mobile-nav-link:hover:not(.disabled){background:#00458514;border-left-color:#004585;color:#004585}.subscription-premium .mobile-nav-link:hover:not(.disabled){background:#ffb10014;border-left-color:#ffb100;color:#ffb100}.mobile-nav-link.active{background:linear-gradient(135deg,#004585,#062265);box-shadow:0 4px 15px #0045854d;color:#fff;font-weight:800}.subscription-premium .mobile-nav-link.active{background:linear-gradient(135deg,#ffb100,#ff9f00);box-shadow:0 4px 15px #ffb1004d}.mobile-nav-link.disabled{cursor:not-allowed;opacity:.5}.mobile-nav-link.logout{background:#dc35450d;border:2px solid #dc354533;color:#dc3545;cursor:pointer;font-weight:800;margin-top:16px;width:100%}.mobile-nav-link.logout:hover{background:#dc35451a;border-color:#dc3545;color:#c82333}.mobile-nav-link svg{font-size:20px;transition:transform .3s ease;width:24px}.mobile-nav-link:hover svg{transform:scale(1.1)}.mobile-nav-divider{background:#0000001a;height:1px;margin:16px 0}.subscription-demo .mobile-nav-divider{background:linear-gradient(90deg,#0000,#00458533 50%,#0000)}.subscription-premium .mobile-nav-divider{background:linear-gradient(90deg,#0000,#ffb10033 50%,#0000)}.mobile-nav-link.admin-link{background:linear-gradient(135deg,#dc35451a,#dc35450d);border-left-color:#dc3545;color:#dc3545;font-weight:800}.mobile-nav-link.admin-link:hover{background:linear-gradient(135deg,#dc354526,#dc35451a);border-left-color:#c82333}@media (max-width:1200px){.navbar-container{padding:0 30px}.navbar-content{height:75px}.nav-link{font-size:14px;padding:10px 18px}}@media (max-width:991px){.desktop-nav{display:none}.mobile-menu-toggle,.mobile-nav{display:block}.navbar-user{gap:10px}.home-button{font-size:13px;padding:10px 16px}.home-button span{display:none}.home-button svg{font-size:18px}.user-menu-trigger{gap:10px;height:48px;padding:4px 16px 4px 4px}.user-avatar,.user-avatar-placeholder{height:38px;min-height:38px;min-width:38px;width:38px}.user-name{font-size:14px}.user-menu-dropdown{width:300px}}@media (max-width:767px){.navbar-container{padding:0 20px}.navbar-content{height:70px}.home-button{border-radius:10px;font-size:12px;padding:8px 12px}.home-button svg{font-size:16px}.user-menu-trigger{gap:8px;height:46px;padding:4px 14px 4px 4px}.user-avatar,.user-avatar-placeholder{height:36px;min-height:36px;min-width:36px;width:36px}.user-name{font-size:13px}.user-menu-dropdown{right:-10px;width:280px}.mobile-nav-content{padding:15px 20px}}@media (max-width:575px){.navbar-container{padding:0 15px}.navbar-content{height:65px}.home-button{border-radius:8px;font-size:11px;padding:6px 10px}.home-button svg{font-size:14px}.user-menu-trigger{align-items:center;border-radius:50%;display:flex;gap:0;height:46px;justify-content:center;max-width:46px;min-width:46px;padding:0;width:46px}.user-avatar,.user-avatar-placeholder{height:38px;margin:0;max-height:38px;max-width:38px;min-height:38px;min-width:38px;width:38px}.user-avatar-placeholder{font-size:13px}.user-info{display:none}.mobile-menu-toggle{display:none!important}.dropdown-arrow{display:none}.user-menu-dropdown{animation:mobileSlideUp .4s cubic-bezier(.4,0,.2,1);border-radius:24px;box-shadow:0 20px 60px #0000004d,0 0 1px #0000001a;left:auto;max-width:360px;overflow:hidden;position:fixed;right:15px;top:75px;width:calc(100vw - 30px)}@keyframes mobileSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-header{border-radius:24px 24px 0 0;padding:20px}.dropdown-user-details h4{font-size:16px}.dropdown-user-details p{font-size:13px}.dropdown-item{align-items:center;border-left-width:4px;display:flex;font-size:16px;min-height:58px;padding:18px 24px}.dropdown-item:active{transform:scale(.98);transition:transform .1s ease}.dropdown-item svg{font-size:22px;height:24px;width:24px}.dropdown-divider{height:2px;margin:10px 0}.coming-soon-tag{font-size:10px;padding:5px 12px}.mobile-nav-content{padding:15px}.mobile-nav-link{font-size:15px;padding:14px 12px}}.dropdown-item:focus,.mobile-nav-link:focus,.nav-link:focus,.user-menu-trigger:focus{outline:2px solid #004585;outline-offset:2px}.subscription-premium .dropdown-item:focus,.subscription-premium .mobile-nav-link:focus,.subscription-premium .nav-link:focus,.subscription-premium .user-menu-trigger:focus{outline-color:#ffb100}.internal-navbar{animation:slideDown .5s cubic-bezier(.4,0,.2,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.nav-link{animation:fadeIn .4s ease-out backwards}.nav-link:first-child{animation-delay:.1s}.nav-link:nth-child(2){animation-delay:.15s}.nav-link:nth-child(3){animation-delay:.2s}.nav-link:nth-child(4){animation-delay:.25s}.nav-link:nth-child(5){animation-delay:.3s}@media (prefers-reduced-motion:reduce){.dropdown-item,.hamburger span,.internal-navbar,.mobile-nav,.mobile-nav-link,.nav-link,.user-menu-trigger{animation:none;transition:none}.user-menu-dropdown{animation:none}}@media (prefers-contrast:high){.internal-navbar{background:#fff;border-bottom:3px solid #000}.nav-link{border:1px solid #0000}.nav-link:hover{border-color:#000}.user-menu-trigger{border:2px solid #000}}.dashboard-page #navbar,.dashboard-page .nav.navbar-nav,.dashboard-page .navigation-holder,.dashboard-page .wpo-site-header:not(.internal-navbar),.profile-page #navbar,.profile-page .nav.navbar-nav,.profile-page .navigation-holder,.profile-page .wpo-site-header:not(.internal-navbar),.subscription-page #navbar,.subscription-page .nav.navbar-nav,.subscription-page .navigation-holder,.subscription-page .wpo-site-header:not(.internal-navbar){display:none!important;left:-9999px!important;opacity:0!important;position:absolute!important;visibility:hidden!important}.dashboard-page .internal-navbar,.profile-page .internal-navbar,.subscription-page .internal-navbar{display:block!important;left:0!important;position:fixed!important;right:0!important;top:0!important;visibility:visible!important;z-index:1000!important}.admin-dashboard-wrapper~.desktop-nav,.admin-dashboard-wrapper~.navbar-nav,.admin-dashboard-wrapper~nav,nav.navbar-nav.desktop-nav{display:none!important;left:-9999px!important;opacity:0!important;position:absolute!important;visibility:hidden!important}body:has(.admin-dashboard-wrapper) .desktop-nav:not(.internal-navbar *),body:has(.admin-dashboard-wrapper) .navbar-nav:not(.internal-navbar *),body:has(.admin-dashboard-wrapper) nav:not(.internal-navbar *){display:none!important}.admin-dashboard-wrapper{display:flex;flex-direction:column;margin-top:70px;min-height:100vh}.admin-dashboard-container{flex:1 1;margin:0 auto;max-width:1400px;padding:40px 20px;width:100%}.admin-header{margin-bottom:30px}.admin-header h1{color:#333;font-size:32px;margin-bottom:10px}.admin-header p{color:#666;font-size:16px}.admin-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:10px;margin-bottom:30px}.admin-tabs button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:16px;padding:12px 24px;transition:all .3s}.admin-tabs button:hover{color:#333}.admin-tabs button.active{border-bottom-color:#1976d2;color:#1976d2}.admin-loading{color:#666;font-size:18px;padding:60px 20px;text-align:center}.stats-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.stat-card{border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px}.stat-card h3{color:#666;font-size:14px;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.stat-number{color:#1976d2;font-size:36px;font-weight:700;margin-bottom:12px}.stat-details{color:#666;display:flex;font-size:14px;gap:16px}.users-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.search-input{border:1px solid #ddd;border-radius:6px;font-size:14px;padding:10px 16px;width:300px}.user-count{color:#666;font-size:14px}.subscriptions-table,.users-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}table{border-collapse:collapse;width:100%}thead{background:#f5f5f5}th{color:#333;font-weight:600;letter-spacing:.5px;text-align:left;text-transform:uppercase}td,th{font-size:14px;padding:16px}td{border-top:1px solid #e0e0e0;color:#666}tbody tr:hover{background:#f9f9f9}.status-badge{border-radius:12px;display:inline-block;font-size:12px;padding:4px 12px}.status-badge.active{background:#e8f5e9;color:#2e7d32}.status-badge.inactive{background:#ffebee;color:#c62828}.status-badge.admin{background:#e3f2fd;color:#1565c0}.status-badge.verified{background:#e8f5e9;color:#2e7d32}.type-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.type-badge.demo{background:#fff3e0;color:#e65100}.type-badge.paid{background:#e8f5e9;color:#2e7d32}.actions{display:flex;flex-wrap:wrap;gap:8px}.btn-small{background:#fff;border:1px solid #1976d2;border-radius:4px;color:#1976d2;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .3s}.btn-small:hover{background:#1976d2;color:#fff}.btn-small.btn-danger{border-color:#d32f2f;color:#d32f2f}.btn-small.btn-danger:hover{background:#d32f2f;color:#fff}.btn-small.btn-warning{border-color:#f57c00;color:#f57c00}.btn-small.btn-warning:hover{background:#f57c00;color:#fff}.pagination{align-items:center;display:flex;gap:16px;justify-content:center;margin-top:20px;padding:20px}.pagination button{background:#fff;border:1px solid #1976d2;border-radius:4px;color:#1976d2;cursor:pointer;padding:8px 16px;transition:all .3s}.pagination button:hover:not(:disabled){background:#1976d2;color:#fff}.pagination button:disabled{cursor:not-allowed;opacity:.5}.pagination span{color:#666;font-weight:600}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}.users-header{align-items:flex-start;flex-direction:column;gap:12px}.search-input{width:100%}.subscriptions-table,.users-table{overflow-x:auto}table{min-width:800px}}.admin-coupons{display:flex;flex-direction:column;gap:30px}.coupons-table-container.card,.create-coupon-section.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:30px}.section-header{border-bottom:2px solid #f0f0f0;padding-bottom:20px}.section-header h3{align-items:center;color:#333;display:flex;font-size:24px;gap:12px;margin-bottom:8px}.section-header h3 svg{color:#1976d2;font-size:22px}.section-subtitle{color:#666;font-size:14px;margin:0}.coupon-form{display:flex;flex-direction:column;gap:24px}.form-row .full-width{grid-column:1/-1}.form-group-enhanced{display:flex;flex-direction:column;gap:8px}.form-group-enhanced label{align-items:center;color:#333;display:flex;font-size:14px;font-weight:600;gap:8px;letter-spacing:.5px;text-transform:uppercase}.label-icon{color:#1976d2;font-size:14px}.form-group-enhanced input[type=datetime-local],.form-group-enhanced input[type=number],.form-group-enhanced input[type=text],.form-group-enhanced select{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#333;font-size:15px;padding:12px 16px;transition:all .3s}.form-group-enhanced input:focus,.form-group-enhanced select:focus{border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a;outline:none}.input-uppercase{text-transform:uppercase}.input-with-prefix{align-items:center;border:2px solid #e0e0e0;border-radius:8px;display:flex;position:relative;transition:all .3s}.input-with-prefix:focus-within{border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.input-with-prefix .prefix,.input-with-prefix .suffix{background:#f5f5f5;color:#666;font-size:15px;font-weight:600;padding:12px 16px}.input-with-prefix .prefix{border-radius:6px 0 0 6px;border-right:2px solid #e0e0e0}.input-with-prefix .suffix{border-left:2px solid #e0e0e0;border-radius:0 6px 6px 0}.input-with-prefix input{border:none!important;border-radius:0;box-shadow:none!important;flex:1 1;font-size:15px;padding:12px 16px}.input-with-prefix input:focus{outline:none}.select-wrapper{position:relative}.select-wrapper:after{color:#666;content:"▼";font-size:12px;pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.select-wrapper select{-webkit-appearance:none;appearance:none;cursor:pointer;padding-right:40px;width:100%}.field-hint{align-items:center;color:#888;display:flex;font-size:13px;gap:6px;margin-top:4px}.field-hint svg{color:#1976d2;font-size:12px}.checkbox-label{align-items:center;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:16px;transition:all .3s}.checkbox-label:hover{background:#e3f2fd;border-color:#1976d2}.checkbox-label input[type=checkbox]{accent-color:#1976d2;cursor:pointer;height:20px;width:20px}.checkbox-text{color:#333;font-size:15px;font-weight:600}.btn-create-coupon{align-items:center;background:linear-gradient(135deg,#1976d2,#1565c0);border:none;border-radius:8px;box-shadow:0 4px 12px #1976d24d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;margin-top:10px;padding:16px 32px;transition:all .3s}.btn-create-coupon:hover{background:linear-gradient(135deg,#1565c0,#0d47a1);box-shadow:0 6px 16px #1976d266;transform:translateY(-2px)}.btn-create-coupon:active{box-shadow:0 2px 8px #1976d24d;transform:translateY(0)}.coupons-table-container h3{color:#333;font-size:20px;margin-bottom:20px}.coupons-table-container table{margin-top:0}.text-center{color:#999;font-style:italic;text-align:center}@media (max-width:768px){.form-row{grid-template-columns:1fr}.coupons-table-container.card,.create-coupon-section.card{padding:20px}.section-header h3{font-size:20px}.btn-create-coupon{width:100%}}.admin-whatsapp{display:flex;flex-direction:column;gap:24px}.whatsapp-status-panel.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px}.whatsapp-status-panel .section-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.whatsapp-status-panel .section-header h3{align-items:center;color:#333;display:flex;font-size:20px;gap:10px;margin:0}.whatsapp-status-panel .section-header h3 svg{color:#25d366}.btn-refresh{align-items:center;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;display:flex;gap:6px;padding:8px 12px;transition:all .3s}.btn-refresh:hover{background:#f5f5f5;border-color:#ccc}.status-content{display:flex;flex-direction:column;gap:16px}.status-indicator{align-items:center;border-radius:8px;display:flex;font-size:16px;font-weight:600;gap:10px;padding:12px 16px}.status-indicator.connected{background:#e8f5e9;color:#2e7d32}.status-indicator.disconnected{background:#ffebee;color:#c62828}.status-details{color:#666;display:flex;flex-wrap:wrap;font-size:14px;gap:20px}.status-details span{display:flex;gap:6px}.whatsapp-main-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.whatsapp-chats.card,.whatsapp-composer.card,.whatsapp-messages.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px}.whatsapp-composer .section-header h3 svg{color:#1976d2}.composer-form{display:flex;flex-direction:column;gap:16px}.composer-form textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:15px;min-height:100px;padding:12px 16px;resize:vertical;transition:border-color .3s}.composer-form textarea:focus{border-color:#1976d2;outline:none}.btn-send-message{align-items:center;background:#25d366;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:14px 24px;transition:all .3s}.btn-send-message:hover:not(:disabled){background:#128c7e}.btn-send-message:disabled{cursor:not-allowed;opacity:.5}.whatsapp-chats .section-header h3 svg{color:#25d366}.chats-search{margin-bottom:16px}.search-input-wrapper{position:relative}.search-input-wrapper .search-icon{color:#999;left:14px;position:absolute;top:50%;transform:translateY(-50%)}.search-input-wrapper input{border:2px solid #e0e0e0;border-radius:8px;font-size:14px;padding:12px 16px 12px 40px;transition:border-color .3s;width:100%}.search-input-wrapper input:focus{border-color:#1976d2;outline:none}.chats-list{border:1px solid #e0e0e0;border-radius:8px;max-height:400px;overflow-y:auto}.chat-item{border-bottom:1px solid #e0e0e0;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:14px 16px;position:relative;transition:background .2s}.chat-item:last-child{border-bottom:none}.chat-item:hover{background:#f5f5f5}.chat-item.selected{background:#e3f2fd;border-left:3px solid #1976d2}.chat-info{align-items:center;display:flex;justify-content:space-between}.chat-name{color:#333;font-size:14px;font-weight:600}.chat-time{color:#999;font-size:12px}.chat-preview{color:#666;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unread-badge{background:#25d366;border-radius:10px;color:#fff;font-size:11px;font-weight:600;min-width:20px;padding:2px 8px;position:absolute;right:16px;text-align:center;top:50%;transform:translateY(-50%)}.no-chats{color:#999;font-style:italic;padding:40px 20px;text-align:center}.chats-pagination{align-items:center;border-top:1px solid #e0e0e0;display:flex;gap:12px;justify-content:center;margin-top:16px;padding-top:16px}.chats-pagination button{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:13px;padding:8px 16px;transition:all .2s}.chats-pagination button:hover:not(:disabled){background:#f5f5f5;border-color:#ccc}.chats-pagination button:disabled{cursor:not-allowed;opacity:.5}.whatsapp-messages.card{margin-top:24px}.whatsapp-messages .section-header{align-items:center;display:flex;justify-content:space-between}.whatsapp-messages .section-header h3 svg{color:#25d366}.messages-list{background:#ece5dd;border-radius:8px;display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto;padding:16px}.no-messages{color:#888;font-style:italic;padding:40px 20px;text-align:center}.message-bubble{border-radius:8px;max-width:70%;padding:10px 14px;position:relative}.message-bubble.sent{align-self:flex-end;background:#dcf8c6;border-bottom-right-radius:2px}.message-bubble.received{align-self:flex-start;background:#fff;border-bottom-left-radius:2px}.message-content{word-wrap:break-word;color:#333;font-size:14px;line-height:1.4}.message-time{color:#999;font-size:11px;margin-top:4px;text-align:right}.quick-reply{border-top:1px solid #e0e0e0;margin-top:16px;padding-top:16px}.quick-reply input{border:2px solid #e0e0e0;border-radius:24px;font-size:14px;padding:12px 16px;transition:border-color .3s;width:100%}.quick-reply input:focus{border-color:#25d366;outline:none}@media (max-width:1024px){.whatsapp-main-grid{grid-template-columns:1fr}}@media (max-width:768px){.whatsapp-status-panel .section-header{align-items:flex-start;flex-direction:column;gap:12px}.status-details{flex-direction:column;gap:8px}.message-bubble{max-width:85%}}.whatsapp-config-panel.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px}.whatsapp-config-panel .section-header{border-bottom:none;margin-bottom:10px;padding-bottom:0}.whatsapp-config-panel .section-header h3{align-items:center;color:#333;display:flex;font-size:20px;gap:10px;margin:0}.whatsapp-config-panel .section-header h3 svg{color:#1976d2}.whatsapp-config-panel .section-subtitle{color:#666;font-size:14px;margin-bottom:20px}.config-form{display:flex;flex-direction:column;gap:20px}.config-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.api-key-input-wrapper{display:flex;gap:8px}.api-key-input-wrapper input{flex:1 1}.btn-toggle-visibility{background:#f5f5f5;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:13px;padding:10px 16px;transition:all .2s;white-space:nowrap}.btn-toggle-visibility:hover{background:#e0e0e0}.btn-save-config{align-items:center;align-self:flex-start;background:#1976d2;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:14px 28px;transition:all .3s}.btn-save-config:hover:not(:disabled){background:#1565c0}.btn-save-config:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.config-row{grid-template-columns:1fr}.api-key-input-wrapper{flex-direction:column}.btn-save-config{width:100%}}.admin-institutions{display:flex;flex-direction:column;gap:30px}.institution-form{display:flex;flex-direction:column;gap:24px}.form-heading{border-bottom:2px solid #e3f2fd;color:#1976d2;font-size:16px;font-weight:600;margin-bottom:10px;margin-top:10px;padding-bottom:8px}.code-badge{background:#e8eaf6;border-radius:6px;color:#3f51b5;font-family:monospace;font-size:13px;font-weight:600;padding:4px 10px}.table-responsive{overflow-x:auto}.bulk-result-box{border:1px solid #0000;border-radius:12px;margin-top:30px;padding:24px}.bulk-result-box.success{background:#e8f5e9;border-color:#a5d6a7;color:#2e7d32}.bulk-result-box h4{align-items:center;display:flex;font-size:18px;gap:10px;margin-bottom:12px}.codes-preview{background:#fff9;border-radius:8px;font-size:14px;margin-top:16px;padding:16px}.codes-preview ul{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));list-style:none;margin:10px 0 0;padding:0}.codes-preview li{background:#fff;border:1px solid #c8e6c9;border-radius:4px;font-family:monospace;padding:6px 12px;text-align:center}.dashboard-page{background:#f4f8fc;min-height:100vh;position:relative}.dashboard-container{padding:100px 0 80px;position:relative;z-index:10}.dashboard-wrapper{margin:0 auto;max-width:1400px;padding:0 30px;position:relative}.dashboard-hero{background:linear-gradient(135deg,#004585,#062265);border-radius:20px;box-shadow:0 15px 50px #0622654d;margin-bottom:40px;overflow:hidden;padding:50px;position:relative}.dashboard-hero:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:0}.hero-greeting h1{color:#fff;font-size:42px;font-weight:800;margin:0 0 10px;text-shadow:0 2px 10px #0000001a}.hero-greeting p{color:#ffffffe6;font-size:18px;margin:0}.hero-avatar,.hero-avatar-placeholder{border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 10px 30px #0003;height:100px;width:100px}.hero-avatar{object-fit:cover}.hero-avatar-placeholder{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;color:#fff;display:flex;font-size:36px;font-weight:700;justify-content:center;text-transform:uppercase}.stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:40px}.stat-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;display:flex;gap:20px;padding:30px;transition:all .3s ease}.stat-card:hover{box-shadow:0 10px 40px #0000001f;transform:translateY(-5px)}.stat-icon{border-radius:16px;font-size:28px;height:60px;width:60px}.stat-info{flex:1 1}.stat-info h3{color:#8b92a7;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.stat-info p{color:#2d3748;font-size:18px;font-weight:700;margin:0 0 8px;overflow-wrap:break-word;word-break:break-word}.stat-meta{color:#8b92a7;display:block;font-size:13px;margin-bottom:8px}.stat-link{align-items:center;color:#667eea;display:inline-flex;font-size:14px;font-weight:600;gap:5px;text-decoration:none;transition:all .3s ease}.stat-link:hover{color:#764ba2;gap:8px}.stat-link.disabled{color:#cbd5e0;cursor:not-allowed;pointer-events:none}.courses-browse-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:40px}.course-level-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.course-level-card:hover{box-shadow:0 10px 40px #0000001f;transform:translateY(-5px)}.course-level-header{align-items:center;color:#fff;display:flex;justify-content:space-between;padding:25px}.course-level-header h3{font-family:Futura PT,sans-serif;font-size:22px;font-weight:800;margin:0}.course-level-tag{background:#fff3;border-radius:50px;font-size:14px;font-weight:700;padding:5px 15px}.course-level-body{padding:25px}.course-level-description{color:#8b92a7;font-size:16px;font-weight:600;margin:0 0 20px}.course-features{list-style:none;margin:0 0 25px;padding:0}.course-features li{align-items:center;color:#2d3748;display:flex;font-size:14px;font-weight:500;gap:10px;margin-bottom:12px}.course-features li:last-child{margin-bottom:0}.course-features svg{color:#48bb78;flex-shrink:0;font-size:12px}.course-action-btn{align-items:center;background:linear-gradient(135deg,#004585,#062265);border-radius:12px;box-shadow:0 4px 15px #0622654d;color:#fff;display:inline-flex;font-family:Futura PT,sans-serif;font-weight:700;gap:8px;justify-content:center;padding:14px;text-decoration:none;transition:all .3s ease;width:100%}.course-action-btn:hover{background:linear-gradient(135deg,#ffb100,#ff9f00);box-shadow:0 6px 20px #ffb10066;color:#fff;transform:translateY(-2px)}.course-action-btn.disabled{background:#e2e8f0;box-shadow:none;color:#8b92a7;cursor:not-allowed}.course-action-btn.disabled:hover{box-shadow:none;transform:none}.view-all-card{display:block;text-decoration:none;transition:all .3s ease}.view-all-card:hover{box-shadow:0 10px 40px #00000026;transform:translateY(-5px)}.view-all-card .course-level-header{background:linear-gradient(135deg,#ffb100,#ff9f00)!important}.view-all-features{margin:20px 0}.feature-item{color:#2d3748;font-size:14px;gap:10px;margin-bottom:12px}.feature-item svg{color:#ffb100;flex-shrink:0;font-size:14px}.view-all-btn{background:#004585!important;color:#fff!important;justify-content:center;text-align:center}.view-all-card:hover .view-all-btn{background:#062265!important;transform:translateY(-2px)}.alert-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:40px;padding:40px}.alert-header{gap:20px;margin-bottom:30px}.alert-header,.alert-icon{align-items:center;display:flex}.alert-icon{border-radius:50%;flex-shrink:0;font-size:32px;height:70px;justify-content:center;width:70px}.demo-alert .alert-icon{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.warning-alert .alert-icon{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);color:#d63031}.inactive-alert .alert-icon{background:linear-gradient(135deg,#dfe6e9,#b2bec3);color:#2d3436}.alert-title h3{color:#2d3748;font-size:24px;font-weight:700;margin:0 0 5px}.alert-title p{color:#8b92a7;font-size:15px;margin:0}.countdown-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:30px}.countdown-box{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 4px 15px #667eea4d;padding:25px;text-align:center}.countdown-num{color:#fff;display:block;font-size:40px;font-weight:800;line-height:1;margin-bottom:8px}.countdown-text{color:#fffc;display:block;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.alert-details{grid-gap:20px;background:#f7fafc;border-radius:12px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:30px;padding:25px}.detail-item{display:flex;flex-direction:column;gap:5px}.detail-value{font-size:18px}.alert-actions{display:flex;flex-wrap:wrap;gap:15px}.alert-btn{align-items:center;border-radius:12px;box-shadow:0 4px 15px #0000001a;display:inline-flex;font-size:15px;font-weight:600;gap:8px;padding:14px 28px;text-decoration:none;transition:all .3s ease}.alert-btn:hover{box-shadow:0 6px 25px #00000026;transform:translateY(-2px)}.alert-btn.primary,.demo-alert .alert-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.warning-alert .alert-btn{background:linear-gradient(135deg,#fdcb6e,#e17055)}.alert-btn.secondary{border:2px solid #667eea;color:#667eea}.alert-btn.secondary:hover{background:#667eea}.section-header{margin-bottom:30px}.section-header h2{font-size:32px;margin:0 0 8px}.section-header p{font-size:16px}.actions-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:50px}.action-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:35px;position:relative;text-decoration:none;transition:all .3s ease}.action-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.action-card.disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.action-icon{align-items:center;border-radius:18px;color:#fff;display:flex;font-size:32px;height:70px;justify-content:center;margin-bottom:20px;transition:all .3s ease;width:70px}.action-card:hover .action-icon{transform:scale(1.1) rotate(5deg)}.action-icon.purple{background:linear-gradient(135deg,#667eea,#764ba2)}.action-icon.pink{background:linear-gradient(135deg,#f093fb,#f5576c)}.action-icon.blue{background:linear-gradient(135deg,#4facfe,#00f2fe)}.action-icon.green{background:linear-gradient(135deg,#43e97b,#38f9d7)}.action-card h3{color:#2d3748;font-size:20px;font-weight:700;margin:0 0 10px}.action-card p{color:#8b92a7;font-size:14px;line-height:1.6;margin:0 0 20px}.action-arrow{align-items:center;background:#f7fafc;border-radius:50%;color:#667eea;display:inline-flex;font-size:18px;height:40px;justify-content:center;transition:all .3s ease;width:40px}.action-card:hover .action-arrow{background:#667eea;color:#fff;transform:translateX(5px)}.action-card.disabled .action-arrow{background:#e2e8f0;color:#cbd5e0}.coming-soon-badge{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);border-radius:20px;color:#2d3436;font-size:11px;font-weight:700;letter-spacing:.5px;padding:6px 14px;position:absolute;right:20px;text-transform:uppercase;top:20px}.resources-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:50px}.resource-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:35px;transition:all .3s ease}.resource-card:hover{box-shadow:0 10px 40px #0000001f;transform:translateY(-5px)}.resource-card.highlight,.resource-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.resource-icon{align-items:center;border-radius:16px;color:#fff;display:flex;font-size:28px;height:60px;justify-content:center;margin-bottom:20px;width:60px}.resource-card h3{color:#2d3748;font-size:22px;font-weight:700;margin:0 0 20px}.resource-card.highlight h3{color:#fff}.resource-card ul{list-style:none;margin:0;padding:0}.resource-card ul li{align-items:center;border-bottom:1px solid #e2e8f0;color:#4a5568;display:flex;font-size:15px;gap:12px;padding:12px 0}.resource-card.highlight ul li{border-bottom-color:#fff3;color:#ffffffe6}.resource-card ul li:last-child{border-bottom:none}.resource-card ul li i{color:#48bb78;flex-shrink:0}.resource-card.highlight ul li i{color:#fff}.resource-btn{border-radius:10px;color:#667eea;display:inline-block;font-size:15px;font-weight:600;margin-top:20px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.resource-btn:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}@media (max-width:1200px){.dashboard-wrapper{padding:0 25px}.actions-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:991px){.dashboard-container{padding:90px 0 60px}.dashboard-hero{padding:40px 30px}.hero-greeting h1{font-size:36px}.hero-avatar,.hero-avatar-placeholder{height:80px;width:80px}.hero-avatar-placeholder{font-size:28px}.countdown-grid{grid-template-columns:repeat(2,1fr)}.alert-details{grid-template-columns:1fr}}@media (max-width:767px){.dashboard-container{padding:80px 0 50px}.dashboard-wrapper{padding:0 20px}.dashboard-hero{padding:30px 25px}.hero-content{flex-direction:column;gap:20px;text-align:center}.hero-greeting h1{font-size:28px}.hero-greeting p{font-size:16px}.stats-grid{grid-template-columns:1fr}.stat-card{padding:25px}.alert-card{padding:30px 25px}.alert-header{flex-direction:column;text-align:center}.alert-title h3{font-size:20px}.countdown-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.countdown-box{padding:20px}.countdown-num{font-size:32px}.alert-actions{flex-direction:column}.alert-btn{justify-content:center;width:100%}.section-header h2{font-size:26px}.actions-grid{grid-template-columns:1fr}.action-card{padding:30px}.resources-grid{grid-template-columns:1fr}.resource-card{padding:30px}}@media (max-width:575px){.dashboard-hero{padding:25px 20px}.hero-greeting h1{font-size:24px}.hero-avatar,.hero-avatar-placeholder{height:70px;width:70px}.hero-avatar-placeholder{font-size:24px}.stat-card{flex-direction:column;padding:20px;text-align:center}.stat-icon{margin:0 auto 15px}.alert-card{padding:25px 20px}.demo-alert{padding:20px}.demo-alert-content{flex-direction:column;gap:20px}.demo-alert-header{align-items:flex-start;flex-direction:column;gap:8px}.demo-alert h3{font-size:18px}.demo-alert p{font-size:13px}.demo-alert-countdown{border:1px solid #ffffff26;border-left:none;border-right:none;padding:15px 0;width:100%}.countdown-num{font-size:24px}.alert-btn-upgrade{font-size:15px;justify-content:center;padding:12px 24px;width:100%}.alert-icon{font-size:28px;height:60px;width:60px}.countdown-grid{gap:10px}.countdown-box{padding:15px}.countdown-num{font-size:28px}.countdown-text{font-size:11px}.action-card{padding:25px}.action-icon{font-size:28px;height:60px;width:60px}.action-card h3{font-size:18px}.resource-card{padding:25px}.resource-icon{font-size:24px;height:50px;width:50px}.resource-card h3{font-size:20px}}.actions-grid,.alert-card,.dashboard-hero,.resources-grid,.stats-grid{animation:fadeIn .6s ease-out}.stat-card:first-child{animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}.action-card:first-child{animation-delay:.1s}.action-card:nth-child(2){animation-delay:.2s}.action-card:nth-child(3){animation-delay:.3s}.action-card:nth-child(4){animation-delay:.4s}.dashboard-page #navbar,.dashboard-page .nav.navbar-nav,.dashboard-page .navbar-collapse,.dashboard-page .navigation-holder,.dashboard-page .wpo-site-header:not(.internal-navbar){display:none!important;left:-9999px!important;opacity:0!important;position:absolute!important;top:-9999px!important;visibility:hidden!important}.dashboard-page .navigation,.dashboard-page .wpo-site-header ul li a{display:none!important}.stat-card:first-child .stat-icon{background:linear-gradient(135deg,#004585,#062265)}.stat-card:nth-child(2) .stat-icon{background:linear-gradient(135deg,#ffb100,#ff9f00)}.stat-card:nth-child(3) .stat-icon{background:linear-gradient(135deg,#28a745,#20c997)}.stat-card:nth-child(4) .stat-icon{background:linear-gradient(135deg,#6f42c1,#5a32a3)}.demo-alert-compact{background:linear-gradient(135deg,#004585,#062265);border-radius:20px;margin-bottom:30px;padding:20px 30px}.demo-alert-grid{grid-gap:30px;align-items:center;display:grid;gap:30px;grid-template-columns:2fr 2fr 1fr}.demo-info h4{color:#fff;font-family:Futura PT,sans-serif;font-size:18px;font-weight:800;margin:8px 0 0}.demo-badge{align-items:center;background:#ffb10026;border:1px solid #ffb1004d;border-radius:50px;color:#ffb100;display:inline-flex;font-size:11px;font-weight:700;gap:6px;padding:5px 12px}.demo-badge svg{font-size:12px}.demo-timer{border-left:1px solid #fff3;border-right:1px solid #fff3;padding:0 20px;text-align:center}.timer-label{align-items:center;color:#ffffffb3;display:flex;font-size:11px;font-weight:600;gap:6px;justify-content:center;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}.timer-label svg{color:#ffb100;font-size:12px}.timer-values{align-items:center;display:flex;gap:12px;justify-content:center}.timer-values span{color:#ffb100;font-family:Futura PT,sans-serif;font-size:28px;font-weight:900;min-width:45px}.demo-action{display:flex;justify-content:center}.demo-alert-compact .upgrade-btn{align-items:center;background:#ffb100!important;border:none!important;border-radius:50px!important;box-shadow:0 4px 15px #ffb10066!important;color:#004585!important;cursor:pointer;display:inline-flex!important;font-family:Futura PT,sans-serif;font-size:15px!important;font-weight:700!important;gap:8px;padding:12px 28px!important;text-decoration:none!important;transition:all .3s ease;white-space:nowrap}.demo-alert-compact .upgrade-btn:hover{background:#ff9800!important;box-shadow:0 6px 20px #ffb10080!important;color:#004585!important;transform:translateY(-2px)}.demo-alert-compact .upgrade-btn svg{font-size:16px}.warning-alert .alert-icon{background:linear-gradient(135deg,#ffb100,#ff9f00);color:#fff}.inactive-alert .alert-icon{background:linear-gradient(135deg,#6c757d,#495057);color:#fff}.action-icon.purple{background:linear-gradient(135deg,#004585,#062265)}.action-icon.pink{background:linear-gradient(135deg,#ffb100,#ff9f00)}.action-icon.blue{background:linear-gradient(135deg,#004585,#06c)}.action-icon.green{background:linear-gradient(135deg,#28a745,#20c997)}.alert-btn.primary,.demo-alert .alert-btn{background:linear-gradient(135deg,#004585,#062265);color:#fff}.alert-btn.primary:hover,.demo-alert .alert-btn:hover{background:linear-gradient(135deg,#062265,#004585)}.warning-alert .alert-btn{background:linear-gradient(135deg,#ffb100,#ff9f00);color:#fff}.warning-alert .alert-btn:hover{background:linear-gradient(135deg,#ff9f00,#ffb100)}.alert-btn.secondary{background:#fff;border:2px solid #004585;color:#004585}.alert-btn.secondary:hover{background:#004585;color:#fff}.resource-card.highlight,.resource-icon{background:linear-gradient(135deg,#004585,#062265)}.resource-card.highlight{color:#fff}.resource-card.highlight .resource-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3}.resource-btn{background:#fff;color:#004585}.resource-btn:hover{background:#ffffffe6;color:#062265}.countdown-box{background:linear-gradient(135deg,#004585,#062265)}.stat-link{color:#004585}.stat-link:hover{color:#062265}.action-icon i.ti-user:before{content:"👤";font-family:inherit}.action-icon i.ti-credit-card:before{content:"💳";font-family:inherit}.action-icon i.ti-book:before{content:"📚";font-family:inherit}.action-icon i.ti-clipboard:before{content:"📋";font-family:inherit}.resource-icon i.ti-help-alt:before{content:"❓";font-family:inherit}.resource-icon i.ti-star:before{content:"⭐";font-family:inherit}.resource-icon i.ti-gift:before{content:"🎁";font-family:inherit}i.ti-lock:before{content:"🔒";font-family:inherit}.action-emoji,.icon-emoji,.resource-emoji,.stat-emoji{display:inline-block;font-size:28px}.icon-emoji{line-height:1}.arrow-emoji{margin-left:5px}.arrow-emoji,.check-emoji{display:inline-block;font-size:16px}.check-emoji{color:#28a745;margin-right:8px}.gift-emoji,.lock-emoji{display:inline-block;font-size:16px;margin-left:5px}.action-icon .icon-emoji,.stat-icon .icon-emoji{font-size:32px}.resource-icon .icon-emoji{font-size:28px}.alert-icon .icon-emoji{font-size:32px}.action-icon i,.alert-icon i,.resource-icon i,.stat-icon i{font-size:28px;line-height:1}.action-arrow i,.stat-link i{font-size:16px;margin-left:5px}.resource-card ul li i{color:#28a745;font-size:16px;margin-right:8px}@media (max-width:768px){.demo-alert-compact{padding:20px}.demo-alert-grid{gap:20px;grid-template-columns:1fr}.demo-info h4{font-size:16px}.demo-timer{border:1px solid #fff3;border-left:none;border-right:none;padding:15px 0}.timer-values span{font-size:24px;min-width:40px}.upgrade-btn{justify-content:center;width:100%}}.modal-overlay{align-items:center;animation:fadeIn .2s ease-in-out;background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:500px;width:100%}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:24px 24px 16px}.modal-header,.modal-title{align-items:center;display:flex}.modal-title{gap:12px}.modal-title svg{color:#0a58ca;font-size:24px}.modal-title h2{color:#1f2937;font-size:22px;font-weight:600;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:20px;justify-content:center;padding:8px;transition:all .2s}.close-btn:hover{background:#f3f4f6;color:#1f2937}.change-password-form{padding:24px}.form-group label{color:#374151;font-size:14px}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:15px;padding:12px 45px 12px 16px;transition:all .2s;width:100%}.password-input-wrapper input:focus{border-color:#0a58ca;box-shadow:0 0 0 3px #0a58ca1a;outline:none}.password-input-wrapper input:disabled{background:#f9fafb;cursor:not-allowed}.toggle-password{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:12px;transition:color .2s}.toggle-password:hover{color:#0a58ca}.form-hint{color:#6b7280;display:block;font-size:13px;margin-top:6px}.modal-actions{border-top:1px solid #e5e7eb;margin-top:28px;padding-top:20px}.modal-actions button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:12px 24px;transition:all .2s}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover:not(:disabled){background:#e5e7eb}.btn-submit{background:#0a58ca;color:#fff}.btn-submit:hover:not(:disabled){background:#084298;box-shadow:0 4px 12px #0a58ca4d;transform:translateY(-1px)}.modal-actions button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:576px){.modal-content{margin:0 10px;max-width:100%}.modal-header{padding:20px 20px 12px}.modal-title h2{font-size:20px}.change-password-form{padding:20px}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}.profile-page{background:#f4f8fc;min-height:100vh;position:relative}.profile-container{padding:100px 0 80px;position:relative;z-index:10}.profile-wrapper{margin:0 auto;max-width:1400px;padding:0 30px;position:relative}.profile-hero{background:linear-gradient(135deg,#004585,#062265);border-radius:20px;box-shadow:0 15px 50px #0622654d;margin-bottom:40px;overflow:hidden;padding:50px;position:relative}.profile-hero:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:0}.hero-avatar{flex-shrink:0}.avatar-image,.avatar-placeholder{border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 10px 30px #0003;height:120px;width:120px}.avatar-image{object-fit:cover}.avatar-placeholder{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;color:#fff;display:flex;font-size:40px;font-weight:700;justify-content:center;text-transform:uppercase}.profile-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:2fr 1fr}.profile-grid .main-card{grid-row:span 2}.profile-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.profile-card:hover{box-shadow:0 10px 40px #0000001f;transform:translateY(-5px)}.card-header{justify-content:space-between;padding:30px 30px 0}.card-header,.card-title{align-items:center;display:flex}.card-title{gap:15px}.title-icon{align-items:center;border-radius:14px;color:#fff;display:flex;font-size:24px;height:50px;justify-content:center;width:50px}.title-icon,.title-icon.purple{background:linear-gradient(135deg,#667eea,#764ba2)}.title-icon.pink{background:linear-gradient(135deg,#f093fb,#f5576c)}.title-icon.green{background:linear-gradient(135deg,#43e97b,#38f9d7)}.card-title h2{color:#2d3748;font-size:22px;font-weight:700;margin:0}.edit-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:all .3s ease}.edit-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.card-content{padding:30px}.info-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,1fr)}.info-item{flex-direction:column;gap:8px}.info-item label{color:#8b92a7;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.info-item p{color:#2d3748;font-size:16px;font-weight:600;margin:0}.status-container{align-items:center;display:flex}.status-badge{border-radius:20px;font-size:13px;font-weight:600;gap:6px;padding:8px 16px}.edit-form{animation:fadeIn .3s ease}.form-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,1fr);margin-bottom:30px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:span 2}.form-group label{color:#8b92a7;font-size:13px;letter-spacing:.5px;text-transform:uppercase}.form-group input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#2d3748;font-size:16px;font-weight:500;padding:14px 16px;transition:all .3s ease}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.form-group small{color:#8b92a7;font-size:12px;margin-top:4px}.form-actions{display:flex;gap:15px}.cancel-btn,.save-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;padding:14px 28px;transition:all .3s ease}.save-btn{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.save-btn:hover{box-shadow:0 6px 20px #48bb7866;transform:translateY(-2px)}.cancel-btn{background:#f7fafc;border:2px solid #e2e8f0;color:#4a5568}.cancel-btn:hover{background:#edf2f7;border-color:#cbd5e0}.overview-stats{display:flex;flex-direction:column;gap:20px}.stat-item{align-items:center;background:#f7fafc;border-radius:12px;display:flex;gap:15px;padding:20px;transition:all .3s ease}.stat-item:hover{background:#edf2f7}.stat-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:20px;height:45px;justify-content:center;width:45px}.stat-info{display:flex;flex-direction:column;gap:4px}.stat-label{color:#8b92a7;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.stat-value{color:#2d3748;font-size:16px;font-weight:700}.stat-value.verified{color:#48bb78}.stat-value.unverified{color:#ed8936}.subscription-info{text-align:center}.subscription-badge{margin-bottom:20px}.subscription-badge .badge{border-radius:20px;display:inline-block;font-size:14px;font-weight:600;letter-spacing:.5px;padding:10px 20px;text-transform:uppercase}.badge.demo{background:linear-gradient(135deg,#fff3cd,#ffeaa7);color:#856404}.badge.premium{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.subscription-details{display:flex;flex-direction:column;gap:12px}.detail-row{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;font-size:14px;justify-content:space-between;padding:12px 0}.detail-row:last-child{border-bottom:none}.detail-row span:first-child{color:#8b92a7;font-weight:500}.detail-row span:last-child{color:#2d3748;font-weight:600}.status-active{color:#48bb78!important}.no-subscription{padding:30px 20px;text-align:center}.no-sub-icon{background:#f7fafc;color:#cbd5e0;font-size:28px;height:60px;margin:0 auto 15px;width:60px}.no-subscription p{color:#8b92a7;margin:0 0 15px}.upgrade-link{align-items:center;color:#667eea;display:inline-flex;font-size:14px;font-weight:600;gap:8px;text-decoration:none;transition:all .3s ease}.upgrade-link:hover{color:#5a67d8;gap:12px}.security-options{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.security-item{align-items:center;background:#f7fafc;border-radius:12px;display:flex;justify-content:space-between;padding:20px}.security-info h4{color:#2d3748;font-size:16px;font-weight:600;margin:0 0 4px}.security-info p{color:#8b92a7;font-size:13px;margin:0}.security-btn{background:#e2e8f0;border:none;border-radius:8px;color:#a0aec0;cursor:not-allowed;font-size:13px;font-weight:600;padding:8px 16px}.coming-soon-notice{align-items:center;background:#fff3cd;border-radius:8px;color:#856404;display:flex;font-size:13px;font-weight:500;gap:8px;padding:15px}@media (max-width:1200px){.profile-wrapper{padding:0 25px}.profile-grid{grid-template-columns:1fr}.profile-grid .main-card{grid-row:span 1}}@media (max-width:991px){.profile-container{padding:90px 0 60px}.profile-hero{padding:40px 30px}.hero-text h1{font-size:36px}.avatar-image,.avatar-placeholder{height:100px;width:100px}.avatar-placeholder{font-size:32px}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.info-grid{grid-template-columns:1fr}}@media (max-width:767px){.profile-container{padding:80px 0 50px}.profile-wrapper{padding:0 20px}.profile-hero{padding:30px 25px}.hero-content{flex-direction:column;gap:20px;text-align:center}.hero-text h1{font-size:28px}.hero-text p{font-size:16px}.card-header{align-items:flex-start;flex-direction:column;gap:15px;padding:25px 25px 0}.card-content{padding:25px}.form-actions{flex-direction:column}.cancel-btn,.save-btn{justify-content:center;width:100%}.security-item{align-items:flex-start;flex-direction:column;gap:15px}.security-btn{align-self:stretch;text-align:center}}@media (max-width:575px){.profile-hero{padding:25px 20px}.hero-text h1{font-size:24px}.avatar-image,.avatar-placeholder{height:80px;width:80px}.avatar-placeholder{font-size:28px}.card-header{padding:20px 20px 0}.card-content{padding:20px}.title-icon{font-size:20px;height:45px;width:45px}.card-title h2{font-size:18px}.stat-item{padding:15px}.stat-icon{font-size:18px;height:40px;width:40px}}.profile-card,.profile-hero{animation:fadeIn .6s ease-out}.profile-card:first-child{animation-delay:.1s}.profile-card:nth-child(2){animation-delay:.2s}.profile-card:nth-child(3){animation-delay:.3s}.profile-card:nth-child(4){animation-delay:.4s}.profile-page #navbar,.profile-page .nav.navbar-nav,.profile-page .navbar-collapse,.profile-page .navigation-holder,.profile-page .wpo-site-header:not(.internal-navbar){display:none!important;left:-9999px!important;opacity:0!important;position:absolute!important;top:-9999px!important;visibility:hidden!important}.profile-page .navigation,.profile-page .wpo-site-header ul li a{display:none!important}.title-icon,.title-icon.purple{background:linear-gradient(135deg,#004585,#062265)}.title-icon.pink{background:linear-gradient(135deg,#ffb100,#ff9f00)}.title-icon.green{background:linear-gradient(135deg,#28a745,#20c997)}.edit-btn{background:linear-gradient(135deg,#004585,#062265)}.edit-btn:hover{background:linear-gradient(135deg,#062265,#004585);box-shadow:0 6px 20px #06226566}.save-btn{background:linear-gradient(135deg,#28a745,#20c997)}.save-btn:hover{background:linear-gradient(135deg,#20c997,#28a745);box-shadow:0 6px 20px #28a74566}.stat-icon{background:linear-gradient(135deg,#004585,#062265)}.upgrade-link{color:#004585}.upgrade-link:hover{color:#062265}.status-badge.verified{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.status-badge.unverified,.subscription-badge.demo{background:linear-gradient(135deg,#fff3cd,#ffeaa7);color:#856404}.subscription-badge.premium{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.institution-dashboard-container{padding:20px}.loading-spinner-container,.stats-card-icon{align-items:center;display:flex;justify-content:center}.loading-spinner-container{flex-direction:column;padding:20px}.loading-spinner-container.fullscreen{background-color:#ffffffe6;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-spinner{display:inline-block}.spinner{border:3px solid #f3f3f3;border-top-color:#ff6b6b}.spinner-small .spinner{border-width:2px;height:20px;width:20px}.spinner-medium .spinner{border-width:3px;height:40px;width:40px}.spinner-large .spinner{border-width:4px;height:60px;width:60px}.loading-text{color:#333;font-size:14px;font-weight:500;margin-top:15px}.subscription-page{background:#f4f8fc;min-height:100vh;position:relative}.subscription-wrapper:before{background-image:none;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:-1}.subscription-container{padding:100px 0 80px;position:relative;z-index:1}.subscription-wrapper{margin:0 auto;max-width:1400px;padding:0 30px;position:relative}.loading-state{flex-direction:column;padding:100px 20px;text-align:center}.loading-state h2{color:#2d3748;font-size:28px;font-weight:700;margin:0 0 10px}.loading-state p{color:#8b92a7;font-size:16px;margin:0}.subscription-hero{background:linear-gradient(135deg,#004585,#062265);border-radius:20px;box-shadow:0 15px 50px #0622654d;margin-bottom:50px;overflow:hidden;padding:50px;position:relative}.subscription-hero:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:0}.hero-content{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:1}.hero-text h1{color:#fff;font-size:42px;font-weight:800;margin:0 0 10px;text-shadow:0 2px 10px #0000001a}.hero-text p{color:#ffffffe6;font-size:18px;margin:0}.hero-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:48px;height:100px;justify-content:center;width:100px}.section-header{margin-bottom:40px;text-align:center}.section-header h2{color:#2d3748;font-size:36px;font-weight:800;margin:0 0 10px}.section-header p{color:#8b92a7;font-size:18px;margin:0}.current-subscription-section{margin-bottom:60px}.subscription-status-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:40px;transition:all .3s ease}.subscription-status-card:hover{box-shadow:0 10px 40px #0000001f;transform:translateY(-5px)}.status-header{flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:40px}.status-badge-container,.status-header{align-items:center;display:flex}.status-badge{align-items:center;border-radius:25px;display:inline-flex;font-size:16px;font-weight:700;gap:10px;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase}.status-actions{display:flex;gap:15px}.renew-btn,.upgrade-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.upgrade-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.upgrade-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.renew-btn{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.renew-btn:hover{box-shadow:0 6px 20px #48bb7866;transform:translateY(-2px)}.subscription-details-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.detail-card{align-items:center;background:#f7fafc;border-radius:16px;display:flex;gap:15px;padding:25px;transition:all .3s ease}.detail-card:hover{background:#edf2f7;transform:translateY(-2px)}.detail-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;color:#fff;display:flex;flex-shrink:0;font-size:22px;height:50px;justify-content:center;width:50px}.detail-info{display:flex;flex-direction:column;gap:4px}.detail-label{color:#8b92a7;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.detail-value{color:#2d3748;font-size:16px;font-weight:700}.detail-value.status-active{color:#48bb78}.detail-value.status-expired{color:#e53e3e}.detail-value.highlight{color:#667eea}.demo-benefits{background:#f7fafc;border-radius:16px;margin-top:20px;padding:30px}.demo-benefits h3{color:#2d3748;font-size:20px;font-weight:700;margin:0 0 20px;text-align:center}.benefits-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.benefit-item{align-items:center;border-radius:8px;display:flex;font-size:14px;font-weight:500;gap:10px;padding:12px}.benefit-item.included{background:#48bb781a;color:#2f855a}.benefit-item.included i{color:#48bb78}.benefit-item.excluded{background:#e53e3e1a;color:#c53030}.benefit-item.excluded i{color:#e53e3e}.no-subscription-section{margin-bottom:60px}.no-subscription-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:60px 40px;text-align:center}.no-sub-icon{align-items:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e0);border-radius:50%;color:#a0aec0;display:flex;font-size:48px;height:100px;justify-content:center;margin:0 auto 30px;width:100px}.no-subscription-card h2{color:#2d3748;font-size:32px;font-weight:700;margin:0 0 15px}.no-subscription-card p{color:#8b92a7;font-size:18px;line-height:1.6;margin:0 0 30px}.quick-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.quick-action-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:16px 32px;transition:all .3s ease}.quick-action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.quick-action-btn.primary:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.quick-action-btn.secondary{background:#fff;border:2px solid #667eea;color:#667eea}.quick-action-btn.secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.pricing-section{margin-bottom:80px}.pricing-cards{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:900px}.pricing-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:40px 30px;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.pricing-card.featured{border:3px solid #667eea;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-8px)}.plan-badge{align-items:center;display:flex;gap:6px;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase;top:20px}.premium-card .plan-badge.popular{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.plan-header{border-bottom:2px solid #f7fafc;margin-bottom:30px;padding-bottom:25px;text-align:center}.plan-header h3{color:#2d3748;font-size:28px;font-weight:800;margin:0 0 20px}.price-display{align-items:baseline;gap:5px;justify-content:center;margin-bottom:10px}.price-currency{color:#8b92a7;font-size:24px;font-weight:600}.price-amount{color:#2d3748;font-size:56px;font-weight:800;line-height:1}.price-period{color:#8b92a7;font-size:18px;font-weight:600}.price-note{background:#48bb781a;border-radius:12px;color:#48bb78;display:inline-block;font-size:14px;font-weight:600;padding:6px 12px}.plan-features{margin-bottom:30px}.feature-item{border-bottom:1px solid #f7fafc;font-size:15px;font-weight:500;gap:12px;padding:12px 0}.feature-item:last-child{border-bottom:none}.feature-included{color:#48bb78;font-size:18px}.feature-excluded{color:#e53e3e;font-size:18px}.feature-item span{color:#2d3748}.plan-btn{border:none;border-radius:12px;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:.5px;padding:16px;text-transform:uppercase;transition:all .3s ease;width:100%}.demo-card .plan-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.demo-card .plan-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.premium-card .plan-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.premium-card .plan-btn.primary:hover:not(:disabled){box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.plan-btn.current{background:#e2e8f0;color:#a0aec0;cursor:not-allowed}.plan-btn:disabled{box-shadow:none!important;cursor:not-allowed;opacity:.6;transform:none!important}.faq-section{margin-bottom:60px}.faq-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.faq-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:30px;transition:all .3s ease}.faq-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.faq-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;color:#fff;display:flex;font-size:24px;height:50px;justify-content:center;margin-bottom:20px;width:50px}.faq-card h4{color:#2d3748;font-size:20px;font-weight:700;margin:0 0 15px}.faq-card p{color:#8b92a7;font-size:15px;line-height:1.6;margin:0}@media (max-width:1200px){.subscription-wrapper{padding:0 25px}.pricing-cards{grid-template-columns:1fr;max-width:500px}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-8px)}}@media (max-width:991px){.subscription-container{padding:90px 0 60px}.subscription-hero{padding:40px 30px}.hero-icon,.hero-text h1{font-size:36px}.hero-icon{height:80px;width:80px}.subscription-details-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.subscription-container{padding:80px 0 50px}.subscription-wrapper{padding:0 20px}.subscription-hero{padding:30px 25px}.hero-content{flex-direction:column;gap:20px;text-align:center}.hero-text h1{font-size:28px}.hero-text p{font-size:16px}.section-header h2{font-size:28px}.status-header{align-items:flex-start;flex-direction:column}.status-actions{justify-content:center;width:100%}.subscription-details-grid{grid-template-columns:1fr}.subscription-status-card{padding:30px 25px}.no-subscription-card{padding:50px 25px}.quick-actions{flex-direction:column}.quick-action-btn{justify-content:center;width:100%}.pricing-card{padding:30px 25px}.faq-grid{grid-template-columns:1fr}.faq-card{padding:25px}}@media (max-width:575px){.subscription-hero{padding:25px 20px}.hero-text h1{font-size:24px}.hero-icon{font-size:32px;height:70px;width:70px}.subscription-status-card{padding:25px 20px}.detail-card{padding:20px}.detail-icon{font-size:20px;height:45px;width:45px}.no-subscription-card{padding:40px 20px}.no-sub-icon{font-size:40px;height:80px;width:80px}.pricing-card{padding:25px 20px}.plan-header h3{font-size:24px}.price-amount{font-size:48px}.faq-card{padding:20px}.faq-icon{font-size:20px;height:45px;width:45px}}.faq-card,.no-subscription-card,.pricing-card,.subscription-hero,.subscription-status-card{animation:fadeIn .6s ease-out}.pricing-card:first-child{animation-delay:.1s}.pricing-card:nth-child(2){animation-delay:.2s}.faq-card:first-child{animation-delay:.1s}.faq-card:nth-child(2){animation-delay:.2s}.faq-card:nth-child(3){animation-delay:.3s}.faq-card:nth-child(4){animation-delay:.4s}.faq-card:nth-child(5){animation-delay:.5s}.faq-card:nth-child(6){animation-delay:.6s}.subscription-page #navbar,.subscription-page .nav.navbar-nav,.subscription-page .navbar-collapse,.subscription-page .navigation-holder,.subscription-page .wpo-site-header:not(.internal-navbar){display:none!important;left:-9999px!important;opacity:0!important;position:absolute!important;top:-9999px!important;visibility:hidden!important}.subscription-page .navigation,.subscription-page .wpo-site-header ul li a{display:none!important}.detail-icon,.renew-btn,.upgrade-btn{background:linear-gradient(135deg,#004585,#062265)}.renew-btn:hover,.upgrade-btn:hover{background:linear-gradient(135deg,#062265,#004585);box-shadow:0 6px 20px #06226566}.renew-btn{background:linear-gradient(135deg,#28a745,#20c997)}.renew-btn:hover{background:linear-gradient(135deg,#20c997,#28a745);box-shadow:0 6px 20px #28a74566}.quick-action-btn.primary{background:linear-gradient(135deg,#004585,#062265)}.quick-action-btn.primary:hover{background:linear-gradient(135deg,#062265,#004585);box-shadow:0 8px 25px #06226566}.quick-action-btn.secondary{border-color:#004585;color:#004585}.quick-action-btn.secondary:hover{background:#004585}.status-badge.demo{background:linear-gradient(135deg,#fff3cd,#ffeaa7);color:#856404}.status-badge.premium{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.status-badge.expired{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24}.demo-card .plan-btn{background:linear-gradient(135deg,#004585,#062265)}.demo-card .plan-btn:hover:not(:disabled){background:linear-gradient(135deg,#062265,#004585);box-shadow:0 6px 20px #06226566}.premium-card .plan-btn.primary{background:linear-gradient(135deg,#004585,#062265)}.premium-card .plan-btn.primary:hover:not(:disabled){background:linear-gradient(135deg,#062265,#004585);box-shadow:0 8px 25px #06226566}.faq-icon{background:linear-gradient(135deg,#004585,#062265)}.plan-badge.popular{background:linear-gradient(135deg,#ffb100,#ff9f00)}.demo-card .plan-badge{background:linear-gradient(135deg,#fff3cd,#ffeaa7);color:#856404}.pricing-card.featured{border-color:#004585}.price-note{background:#28a7451a}.feature-included,.price-note{color:#28a745}.feature-excluded{color:#dc3545}.alert-icon i.ti-lock:before{content:"🔒";font-family:inherit}.faq-icon i.ti-help-alt:before{content:"❓";font-family:inherit}.faq-icon i.ti-credit-card:before{content:"💳";font-family:inherit}.faq-icon i.ti-money:before{content:"💰";font-family:inherit}.faq-icon i.ti-arrow-up:before{content:"⬆️";font-family:inherit}.faq-icon i.ti-support:before{content:"🎧";font-family:inherit}.faq-icon i.ti-mobile:before{content:"📱";font-family:inherit}i.ti-check:before{content:"✓";font-family:inherit}i.ti-close:before{content:"✕";font-family:inherit}i.ti-arrow-right:before{content:"→";font-family:inherit}i.ti-gift:before{content:"🎁";font-family:inherit}i.ti-star:before{content:"⭐";font-family:inherit}i.ti-arrow-up:before{content:"⬆️";font-family:inherit}i.ti-reload:before{content:"🔄";font-family:inherit}i.ti-crown:before{content:"👑";font-family:inherit}[class*=" ti-"],[class^=ti-]{font-family:inherit!important;font-size:inherit}.upgrade-section{margin:60px 0}.upgrade-card{background:linear-gradient(135deg,#004585,#062265);border-radius:24px;box-shadow:0 20px 60px #0045854d;overflow:hidden;padding:50px;position:relative}.upgrade-card:before{background:#ffb1001a;border-radius:50%;content:"";height:400px;position:absolute;right:-10%;top:-50%;width:400px;z-index:0}.upgrade-content{align-items:center;display:flex;gap:50px;position:relative;z-index:1}.upgrade-left{flex:1 1}.upgrade-badge{align-items:center;background:#ffb10033;border-radius:50px;color:#ffb100;display:inline-flex;font-size:14px;font-weight:700;gap:10px;margin-bottom:20px;padding:10px 20px}.upgrade-badge svg{font-size:16px}.upgrade-card h3{color:#fff;font-family:Futura PT,sans-serif;font-size:32px;font-weight:900;margin:0 0 15px}.upgrade-card p{color:#ffffffe6;font-size:18px;line-height:1.6;margin:0 0 30px}.upgrade-features{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.upgrade-feature{align-items:center;color:#fff;display:flex;font-size:16px;font-weight:500;gap:12px}.upgrade-feature svg{color:#ffb100;flex-shrink:0;font-size:20px}.upgrade-pricing{align-items:center;display:flex;flex-wrap:wrap;gap:30px}.upgrade-price{align-items:baseline;display:flex;gap:5px}.upgrade-price .price-label{color:#fffc;font-size:18px;font-weight:500}.upgrade-price .price-amount{color:#ffb100;font-family:Futura PT,sans-serif;font-size:48px;font-weight:900}.upgrade-price .price-period{color:#fffc;font-size:18px;font-weight:500}.upgrade-savings{align-items:center;background:#ffb10033;border-radius:50px;color:#ffb100;display:flex;font-size:14px;font-weight:600;gap:8px;padding:8px 16px}.upgrade-savings svg{font-size:16px}.upgrade-right{flex-shrink:0}.upgrade-cta{text-align:center}.upgrade-premium-btn{align-items:center;background:#ffb100;border:none;border-radius:50px;box-shadow:0 8px 25px #ffb10066;color:#004585;cursor:pointer;display:inline-flex;font-family:Futura PT,sans-serif;font-size:20px;font-weight:700;gap:12px;padding:20px 50px;transition:all .3s ease;white-space:nowrap}.upgrade-premium-btn:hover{background:#ff9800;box-shadow:0 12px 35px #ffb10080;transform:translateY(-3px)}.upgrade-premium-btn:active{transform:translateY(-1px)}.upgrade-premium-btn svg{font-size:22px}.upgrade-note{align-items:center;color:#ffffffb3;display:flex;gap:8px;justify-content:center;margin-top:15px}.upgrade-note,.upgrade-note svg{font-size:14px}@media (max-width:992px){.upgrade-content{flex-direction:column;gap:40px}.upgrade-right{width:100%}.upgrade-premium-btn{justify-content:center;width:100%}}@media (max-width:768px){.upgrade-card{padding:30px 25px}.upgrade-card h3{font-size:24px}.upgrade-card p{font-size:16px}.upgrade-price .price-amount{font-size:36px}.upgrade-premium-btn{font-size:18px;padding:16px 40px}}.subscribe-page{background:#f4f8fc;min-height:100vh;position:relative}.subscribe-page:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.05;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.subscribe-conversion-section{padding:140px 0 100px;position:relative;z-index:1}.conversion-hero-title{animation:fadeInDown .6s ease-out;margin-bottom:60px;text-align:center}.conversion-hero-title h1{color:#004585;font-family:Futura PT,sans-serif;font-size:56px;font-weight:900;line-height:1.2;margin-bottom:20px}.conversion-hero-title h2{color:#062265;font-size:28px;font-weight:600;line-height:1.4;margin:0}.subscribe-alert{align-items:center;background:#fff3cd;border:1px solid #ffc107;border-radius:12px;box-shadow:0 4px 15px #ffc10733;color:#856404;display:flex;font-size:16px;gap:12px;margin-bottom:40px;padding:18px 25px}.conversion-row{animation:fadeInUp .7s ease-out}.conversion-icon-display{align-items:center;animation:fadeInLeft .8s ease-out;display:flex;flex-direction:column;justify-content:center;padding:60px 30px;text-align:center}.conversion-icon-display .icon-circle{align-items:center;animation:floatIcon 6s ease-in-out infinite;background:linear-gradient(135deg,#004585,#062265);border-radius:50%;box-shadow:0 20px 60px #0045854d;display:flex;height:200px;justify-content:center;margin-bottom:30px;position:relative;width:200px}.conversion-icon-display .icon-circle:before{animation:pulse 2s ease-in-out infinite;border:3px solid #00458533;border-radius:50%;content:"";height:220px;position:absolute;width:220px}.conversion-icon-display .icon-circle svg{color:#ffb100;filter:drop-shadow(0 4px 10px rgba(255,177,0,.3));font-size:100px}.conversion-icon-display h3{color:#004585;font-family:Futura PT,sans-serif;font-size:32px;font-weight:900;margin-bottom:15px}.conversion-icon-display p{color:#6c6c6c;font-size:18px;margin:0}.conversion-content{padding:0 20px}.welcome-message{background:linear-gradient(135deg,#0045850d,#0622650d);border-left:4px solid #004585;border-radius:15px;margin-bottom:30px;padding:25px}.welcome-message p{color:#062265;font-size:20px;font-weight:500;line-height:1.6;margin:0}.value-proposition{margin-bottom:35px}.value-proposition p{color:#062265;font-size:18px;line-height:1.7;margin:0}.value-proposition strong{color:#004585;font-weight:700}.pricing-comparison{background:#fff;border-radius:15px;box-shadow:0 10px 30px #00000014;margin-bottom:35px;padding:30px}.price-row{align-items:center;border-bottom:2px solid #f4f8fc;display:flex;justify-content:space-between;padding:15px 0}.price-row:last-child{border-bottom:none;margin-top:10px}.price-row.featured{background:linear-gradient(135deg,#ffb100,#ff9f00);border-bottom:none;border-radius:12px;margin:10px -30px 0;padding:20px 30px}.price-label{color:#062265;font-size:18px;font-weight:600}.price-row.featured .price-label{color:#fff;font-size:20px}.old-price-amount{color:#999;font-family:Futura PT,sans-serif;font-size:24px;font-weight:700;text-decoration:line-through}.new-price-amount{color:#fff;font-family:Futura PT,sans-serif;font-size:42px;font-weight:900}.cta-message{margin-bottom:30px}.cta-message h3{color:#004585;font-size:24px;margin:0}.btn-proceed-payment,.cta-message h3{font-family:Futura PT,sans-serif;font-weight:700}.btn-proceed-payment{align-items:center;background:linear-gradient(135deg,#004585,#062265);border:none;border-radius:12px;box-shadow:0 10px 30px #00458566;color:#fff;cursor:pointer;display:flex;font-size:20px;gap:12px;justify-content:center;letter-spacing:.5px;padding:22px 40px;text-transform:uppercase;transition:all .3s ease;width:100%}.btn-proceed-payment:hover:not(:disabled){box-shadow:0 15px 40px #00458580;transform:translateY(-3px)}.btn-proceed-payment:disabled{cursor:not-allowed;opacity:.7;transform:none}.security-badge{align-items:center;color:#6c6c6c;display:flex;font-size:14px;gap:8px;justify-content:center;margin-top:20px}.security-badge svg{color:#28a745;font-size:16px}.btn-dashboard{align-items:center;border-radius:12px;box-shadow:0 8px 25px #00458566;display:inline-flex;gap:10px;justify-content:center;padding:18px 50px}.btn-dashboard:hover{box-shadow:0 12px 35px #00458580}.plan-selection{margin-bottom:30px;text-align:center}.plan-selection h3{color:#062265;font-size:20px;font-weight:600;margin-bottom:20px}.plan-toggle-container{display:flex;flex-direction:column;gap:15px;margin:0 auto;max-width:400px}.plan-option{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;display:flex;overflow:hidden;padding:15px 20px;position:relative;transition:all .3s ease}.plan-option:hover{border-color:#b0b0b0;transform:translateY(-2px)}.plan-option.active{background:#00458508;border-color:#004585;box-shadow:0 4px 15px #0045851a}.plan-radio{align-items:center;border:2px solid #ccc;border-radius:50%;display:flex;height:24px;justify-content:center;margin-right:15px;transition:all .3s ease;width:24px}.plan-option.active .plan-radio{border-color:#004585}.radio-circle{background-color:#004585;border-radius:50%;height:12px;opacity:0;transform:scale(0);transition:all .3s ease;width:12px}.plan-option.active .radio-circle{opacity:1;transform:scale(1)}.plan-details{align-items:flex-start;display:flex;flex:1 1;flex-direction:column}.plan-name{color:#062265;font-size:18px;font-weight:700;margin-bottom:4px}.plan-price{color:#666;font-size:15px}.plan-badge{background:#ff4757;border-radius:20px;box-shadow:0 2px 8px #ff47574d;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.form-group label{font-size:16px;margin-bottom:10px}.input-with-icon svg{color:#004585;font-size:18px;left:15px;position:absolute;top:50%;transform:translateY(-50%)}.input-with-icon input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#062265;font-size:16px;padding:18px 20px 18px 50px;transition:all .3s ease;width:100%}.input-with-icon input:focus{border-color:#004585;box-shadow:0 0 0 3px #0045851a;outline:none}.input-with-icon input:disabled{background:#f4f8fc;cursor:not-allowed}.terms-notice{background:#ffb1000d;border-left:4px solid #ffb100;border-radius:12px;margin-top:25px;padding:20px;text-align:center}.terms-notice p{color:#6c6c6c;font-size:14px;line-height:1.6;margin:0}.terms-notice a{color:#004585;font-weight:600;text-decoration:none}.terms-notice a:hover{text-decoration:underline}.subscribe-hero-section{background:linear-gradient(135deg,#004585,#062265);overflow:hidden;padding:140px 0 80px;position:relative;text-align:center;z-index:1}.subscribe-hero-section:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:0}.subscribe-hero-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.crown-icon{animation:crownFloat 3s ease-in-out infinite;color:#ffb100;font-size:100px;margin-bottom:30px}@keyframes crownFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(-3deg)}}.subscribe-hero-content h1{color:#fff;font-family:Futura PT,sans-serif;font-size:60px;font-weight:900;margin-bottom:20px;text-shadow:0 4px 20px #0003}.subscribe-hero-content p{color:#ffffffe6;font-size:22px;margin:0}.subscribe-content-section{margin-top:-40px;padding:60px 0 80px;position:relative;z-index:1}.already-subscribed-card{animation:fadeInUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:60px 50px;text-align:center}.already-subscribed-card .check-icon{color:#28a745;font-size:80px;margin-bottom:30px}.already-subscribed-card h2{color:#062265;font-family:Futura PT,sans-serif;font-size:32px;font-weight:700;margin-bottom:20px}.already-subscribed-card p{color:#6c6c6c;font-size:18px;line-height:1.8;margin-bottom:35px}.simplified-enroll-form h3{color:#004585;font-family:Futura PT,sans-serif;font-size:28px;font-weight:700;margin-bottom:15px}.simplified-enroll-form p{color:#6c6c6c;font-size:18px;line-height:1.6;margin-bottom:30px}.form-group{margin-bottom:25px}@media (max-width:991px){.subscribe-conversion-section{padding:120px 0 80px}.conversion-hero-title h1{font-size:48px}.conversion-hero-title h2{font-size:24px}.conversion-icon-display{margin-bottom:40px;padding:40px 20px}.conversion-icon-display .icon-circle{height:160px;width:160px}.conversion-icon-display .icon-circle:before{height:180px;width:180px}.conversion-icon-display .icon-circle svg{font-size:80px}.conversion-icon-display h3{font-size:28px}.conversion-content{padding:0}.subscribe-hero-section{padding:120px 0 60px}.subscribe-hero-content h1{font-size:48px}.crown-icon{font-size:80px}.simplified-enroll-form h3{font-size:24px}.simplified-enroll-form p{font-size:16px}}@media (max-width:767px){.subscribe-conversion-section{padding:100px 0 60px}.conversion-hero-title{margin-bottom:40px}.conversion-hero-title h1{font-size:36px}.conversion-hero-title h2{font-size:20px}.conversion-icon-display{padding:30px 15px}.conversion-icon-display .icon-circle{height:140px;width:140px}.conversion-icon-display .icon-circle:before{height:160px;width:160px}.conversion-icon-display .icon-circle svg{font-size:70px}.conversion-icon-display h3{font-size:24px}.conversion-icon-display p{font-size:16px}.welcome-message{padding:20px}.welcome-message p{font-size:18px}.value-proposition p{font-size:16px}.pricing-comparison{padding:25px 20px}.price-row.featured{margin:10px -20px 0;padding:18px 20px}.new-price-amount{font-size:36px}.cta-message h3{font-size:22px}.btn-proceed-payment{font-size:18px;padding:20px 35px}.subscribe-hero-section{padding:100px 0 50px}.subscribe-hero-content h1{font-size:36px}.subscribe-hero-content p{font-size:18px}.crown-icon{font-size:70px}.already-subscribed-card{padding:40px 30px}.simplified-enroll-form h3{font-size:22px}.simplified-enroll-form p{font-size:15px}.input-with-icon input{padding:15px 15px 15px 45px}.input-with-icon svg{font-size:16px;left:12px}}@media (max-width:575px){.conversion-hero-title h1{font-size:28px}.conversion-hero-title h2{font-size:18px}.conversion-icon-display{padding:25px 10px}.conversion-icon-display .icon-circle{height:120px;width:120px}.conversion-icon-display .icon-circle:before{height:140px;width:140px}.conversion-icon-display .icon-circle svg{font-size:60px}.conversion-icon-display h3{font-size:22px}.conversion-icon-display p{font-size:15px}.welcome-message p{font-size:16px}.value-proposition p{font-size:15px}.pricing-comparison{padding:20px 15px}.price-row{flex-direction:column;gap:8px;text-align:center}.price-row.featured{margin:10px -15px 0;padding:15px}.price-label{font-size:16px}.old-price-amount{font-size:20px}.new-price-amount{font-size:32px}.cta-message h3{font-size:20px}.btn-proceed-payment{font-size:16px;padding:18px 30px}.subscribe-hero-content h1{font-size:28px}.subscribe-hero-content p{font-size:16px}.crown-icon{font-size:60px}.terms-notice{padding:15px}.terms-notice p{font-size:13px}}.trial-expired-page-wrapper .fixed-navbar:not(.active) .wpo-site-header.wpo-header-style-1 #navbar>ul>li>a{color:#062265!important}.trial-expired-page-wrapper .fixed-navbar:not(.active) .wpo-site-header.wpo-header-style-1 #navbar>ul>li>a:hover{color:#ffb100!important}.trial-expired-page-wrapper .fixed-navbar.active .wpo-site-header.wpo-header-style-1 #navbar>ul>li>a{color:#fff!important}.trial-expired-page{background:#fff;min-height:100vh;padding:120px 0 80px;position:relative}.trial-expired-arabic-bg{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;opacity:.05;position:absolute;right:0;top:0;z-index:0}.trial-expired-page .container{position:relative;z-index:1}.trial-expired-text-content{padding-right:40px}.expired-icon{animation:pulse 2s infinite;font-size:4rem;margin-bottom:20px}.trial-expired-text-content h1{color:#e74c3c;font-family:Futura PT,sans-serif;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:25px;text-align:left}.trial-expired-intro{font-size:1.3rem;line-height:1.8;margin-bottom:20px}.trial-expired-intro,.trial-expired-message{color:#6c6c6c;font-family:Open Sans,sans-serif;text-align:left}.trial-expired-message{font-size:1.15rem;font-style:italic;margin-bottom:35px}.trial-expired-action-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding-left:40px}.trial-expired-features{background:#f7fafc;border:2px solid #e0e1e3;border-radius:12px;margin:35px 0;padding:35px;text-align:left}.feature-item{margin-bottom:15px}.feature-item:last-child{margin-bottom:0}.trial-expired-pricing{background:#fff5f5;border-left:4px solid #e74c3c;border-radius:12px;margin-bottom:30px;max-width:500px;padding:30px;width:100%}.pricing-text{color:#062265;font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 20px}.pricing-text strong{color:#e74c3c;display:block;margin-bottom:5px}.price-display{display:flex;flex-direction:column;gap:10px}.old-price-label{color:#6c6c6c;font-family:Open Sans,sans-serif;font-size:1rem}.old-price-value{font-weight:600;text-decoration:line-through}.new-price-label{color:#062265;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600}.new-price-value{color:#e74c3c;font-size:2rem;font-weight:700;margin-left:5px}.proceed-trial-expired-btn{background:#e74c3c;border:none;border-radius:50px;box-shadow:0 4px 15px #e74c3c66;color:#fff;cursor:pointer;font-family:Futura PT,sans-serif;font-size:1.3rem;font-weight:600;margin-bottom:15px;max-width:500px;overflow:hidden;padding:20px 40px;position:relative;transition:all .3s ease;width:100%}.proceed-trial-expired-btn:before{background:#fff;content:"";height:100%;left:-100%;opacity:.3;position:absolute;top:0;transition:all .3s ease;width:100%}.proceed-trial-expired-btn:hover:not(:disabled){box-shadow:0 6px 20px #e74c3c99;color:#fff;transform:translateY(-2px)}.proceed-trial-expired-btn:hover:not(:disabled):before{left:100%}.proceed-trial-expired-btn:active{transform:translateY(0)}.proceed-trial-expired-btn:disabled{cursor:not-allowed;opacity:.6}.btn-secondary-trial{background:#0000;border:2px solid #bdc3c7;border-radius:50px;color:#6c6c6c;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;max-width:500px;padding:15px;transition:all .3s ease;width:100%}.btn-secondary-trial:hover{background:#f7fafc;border-color:#95a5a6;color:#062265}@media (max-width:991px){.trial-expired-page{padding:100px 0 60px}.trial-expired-text-content{margin-bottom:50px;padding-right:15px}.trial-expired-text-content h1{font-size:2.5rem}.trial-expired-action-content{min-height:auto;padding-left:15px}}@media (max-width:768px){.trial-expired-page{padding:80px 0 40px}.trial-expired-text-content h1{font-size:2rem}.trial-expired-intro{font-size:1.1rem}.trial-expired-features{padding:25px}.feature-item{font-size:1rem}.trial-expired-pricing{padding:20px}.proceed-trial-expired-btn{font-size:1.1rem;padding:16px 35px}}@media (max-width:575px){.trial-expired-text-content h1{font-size:1.75rem}.trial-expired-intro{font-size:1rem}.proceed-trial-expired-btn{font-size:1rem;padding:14px 30px}.new-price-value{font-size:1.6rem}}.demo-expired-page{background:#f4f8fc;min-height:100vh;position:relative}.demo-expired-page:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.05;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.expired-conversion-section{padding:140px 0 100px;position:relative;z-index:1}.expired-conversion-hero-title{animation:fadeInDown .6s ease-out;margin-bottom:60px;text-align:center}.expired-conversion-hero-title h1{color:#004585;font-family:Futura PT,sans-serif;font-size:56px;font-weight:900;line-height:1.2;margin-bottom:20px}.expired-conversion-hero-title h2{color:#062265;font-size:28px;font-weight:600;line-height:1.4;margin:0}.expired-conversion-row{animation:fadeInUp .7s ease-out}.expired-icon-display{align-items:center;animation:fadeInLeft .8s ease-out;display:flex;flex-direction:column;justify-content:center;padding:60px 30px;text-align:center}.expired-icon-display .icon-circle{align-items:center;animation:floatIcon 6s ease-in-out infinite;background:linear-gradient(135deg,#004585,#062265);border-radius:50%;box-shadow:0 20px 60px #0045854d;display:flex;height:200px;justify-content:center;margin-bottom:30px;position:relative;width:200px}.expired-icon-display .icon-circle:before{animation:pulse 2s ease-in-out infinite;border:3px solid #00458533;border-radius:50%;content:"";height:220px;position:absolute;width:220px}.expired-icon-display .icon-circle svg{color:#ffb100;filter:drop-shadow(0 4px 10px rgba(255,177,0,.3));font-size:100px}.expired-icon-display h3{color:#004585;font-family:Futura PT,sans-serif;font-size:32px;font-weight:900;margin-bottom:15px}.expired-icon-display p{color:#6c6c6c;font-size:18px;margin:0}.expired-conversion-content{padding:0 20px}.expired-welcome-message{background:linear-gradient(135deg,#0045850d,#0622650d);border-left:4px solid #004585;border-radius:15px;margin-bottom:30px;padding:25px}.expired-welcome-message p{color:#062265;font-size:20px;font-weight:500;line-height:1.6;margin:0}.expired-value-proposition{margin-bottom:35px}.expired-value-proposition p{color:#062265;font-size:18px;line-height:1.7;margin:0}.expired-value-proposition strong{color:#004585;font-weight:700}.expired-pricing-comparison{background:#fff;border-radius:15px;box-shadow:0 10px 30px #00000014;margin-bottom:35px;padding:30px}.expired-price-row{align-items:center;border-bottom:2px solid #f4f8fc;display:flex;justify-content:space-between;padding:15px 0}.expired-price-row:last-child{border-bottom:none;margin-top:10px}.expired-price-row.featured{background:linear-gradient(135deg,#ffb100,#ff9f00);border-bottom:none;border-radius:12px;margin:10px -30px 0;padding:20px 30px}.expired-price-label{color:#062265;font-size:18px;font-weight:600}.expired-price-row.featured .expired-price-label{color:#fff;font-size:20px}.expired-old-price-amount{color:#999;font-family:Futura PT,sans-serif;font-size:24px;font-weight:700;text-decoration:line-through}.expired-new-price-amount{color:#fff;font-family:Futura PT,sans-serif;font-size:42px;font-weight:900}.expired-cta-message{margin-bottom:30px}.expired-cta-message h3{color:#004585;font-family:Futura PT,sans-serif;font-size:24px;font-weight:700;margin:0}.btn-proceed-payment-expired{align-items:center;background:linear-gradient(135deg,#004585,#062265);border:none;border-radius:12px;box-shadow:0 10px 30px #00458566;color:#fff;cursor:pointer;display:flex;font-family:Futura PT,sans-serif;font-size:20px;font-weight:700;gap:12px;justify-content:center;letter-spacing:.5px;padding:22px 40px;text-transform:uppercase;transition:all .3s ease;width:100%}.btn-proceed-payment-expired:hover:not(:disabled){box-shadow:0 15px 40px #00458580;transform:translateY(-3px)}.btn-proceed-payment-expired:disabled{cursor:not-allowed;opacity:.7;transform:none}.expired-security-badge{align-items:center;color:#6c6c6c;display:flex;font-size:14px;gap:8px;justify-content:center;margin-top:20px}.expired-security-badge svg{color:#28a745;font-size:16px}.expired-user-info-minimal{background:#0045850d;border-radius:10px;margin-top:25px;padding:15px;text-align:center}.expired-user-info-minimal p{color:#6c6c6c;font-size:14px;margin:0}.expired-user-info-minimal strong{color:#004585;font-weight:600}@media (max-width:991px){.expired-conversion-section{padding:120px 0 80px}.expired-conversion-hero-title h1{font-size:48px}.expired-conversion-hero-title h2{font-size:24px}.expired-icon-display{margin-bottom:40px;padding:40px 20px}.expired-icon-display .icon-circle{height:160px;width:160px}.expired-icon-display .icon-circle:before{height:180px;width:180px}.expired-icon-display .icon-circle svg{font-size:80px}.expired-icon-display h3{font-size:28px}.expired-conversion-content{padding:0}}@media (max-width:767px){.expired-conversion-section{padding:100px 0 60px}.expired-conversion-hero-title{margin-bottom:40px}.expired-conversion-hero-title h1{font-size:36px}.expired-conversion-hero-title h2{font-size:20px}.expired-icon-display{padding:30px 15px}.expired-icon-display .icon-circle{height:140px;width:140px}.expired-icon-display .icon-circle:before{height:160px;width:160px}.expired-icon-display .icon-circle svg{font-size:70px}.expired-icon-display h3{font-size:24px}.expired-icon-display p{font-size:16px}.expired-welcome-message{padding:20px}.expired-welcome-message p{font-size:18px}.expired-value-proposition p{font-size:16px}.expired-pricing-comparison{padding:25px 20px}.expired-price-row.featured{margin:10px -20px 0;padding:18px 20px}.expired-new-price-amount{font-size:36px}.expired-cta-message h3{font-size:22px}.btn-proceed-payment-expired{font-size:18px;padding:20px 35px}}@media (max-width:575px){.expired-conversion-hero-title h1{font-size:28px}.expired-conversion-hero-title h2{font-size:18px}.expired-icon-display{padding:25px 10px}.expired-icon-display .icon-circle{height:120px;width:120px}.expired-icon-display .icon-circle:before{height:140px;width:140px}.expired-icon-display .icon-circle svg{font-size:60px}.expired-icon-display h3{font-size:22px}.expired-icon-display p{font-size:15px}.expired-welcome-message p{font-size:16px}.expired-value-proposition p{font-size:15px}.expired-pricing-comparison{padding:20px 15px}.expired-price-row{flex-direction:column;gap:8px;text-align:center}.expired-price-row.featured{margin:10px -15px 0;padding:15px}.expired-price-label{font-size:16px}.expired-old-price-amount{font-size:20px}.expired-new-price-amount{font-size:32px}.expired-cta-message h3{font-size:20px}.btn-proceed-payment-expired{font-size:16px;padding:18px 30px}}.payment-success-page{background:linear-gradient(135deg,#004585,#062265);display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative}.payment-success-bg-pattern{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;opacity:.08;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.payment-success-header{padding:30px 20px;position:relative;text-align:center;z-index:2}.payment-success-logo img{height:70px;transition:transform .3s ease}.payment-success-logo:hover img{transform:scale(1.05)}.payment-success-content{align-items:center;display:flex;flex:1 1;justify-content:center;padding:40px 20px 80px;position:relative;z-index:1}.success-card{animation:successPop .6s cubic-bezier(.68,-.55,.265,1.55);border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:650px;overflow:hidden;padding:60px 50px;position:relative}@keyframes successPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.success-card:before{background:linear-gradient(90deg,#004585,#ffb100 50%,#004585);content:"";height:6px;left:0;position:absolute;right:0;top:0}.status-icon-wrapper{align-items:center;border-radius:50%;display:inline-flex;height:110px;justify-content:center;margin-bottom:30px;position:relative;width:110px}.status-icon-wrapper.processing{background:#ffb1001a}.status-icon-wrapper.success{animation:scaleIn .5s ease-out;background:#28a7451a}.status-icon{font-size:55px}.status-icon-wrapper.processing .status-icon{color:#ffb100}.status-icon-wrapper.success .status-icon{color:#28a745}.spinning{animation:spin 1s linear infinite}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-card h1{color:#004585;font-family:Futura PT,sans-serif;font-size:36px;font-weight:900;margin:0 0 20px}.success-message{color:#555;font-size:18px;line-height:1.7;margin:0 0 30px}.processing-text{color:#666;font-size:17px;margin:0}.welcome-badge{align-items:center;animation:welcomePulse 2s ease-in-out infinite;background:linear-gradient(135deg,#ffb100,#ff8c00);border-radius:50px;box-shadow:0 4px 15px #ffb1004d;color:#fff;display:inline-flex;font-size:20px;font-weight:800;gap:12px;margin-bottom:35px;padding:15px 30px}@keyframes welcomePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.star-icon{animation:starRotate 3s linear infinite;font-size:18px}@keyframes starRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.success-features{display:flex;flex-direction:column;gap:15px;margin-bottom:35px}.feature-item{background:#f8f9fa;border-left:4px solid #28a745;border-radius:12px;gap:15px;padding:18px 25px}.feature-item:hover{background:#e8f5e9;transform:translateX(5px)}.feature-icon{color:#28a745;font-size:22px}.feature-item span{color:#333;font-size:16px;font-weight:600;text-align:left}.redirect-info{margin-bottom:25px}.redirect-info p{color:#ffb100;font-size:15px;font-weight:600;margin:0}.btn-dashboard{background:linear-gradient(135deg,#004585,#062265);border:none;border-radius:50px;box-shadow:0 4px 15px #0045854d;color:#fff;cursor:pointer;font-family:Futura PT,sans-serif;font-size:18px;font-weight:700;letter-spacing:.5px;padding:18px 40px;transition:all .3s ease;width:100%}.btn-dashboard:hover{background:linear-gradient(135deg,#036,#041a4d);box-shadow:0 6px 20px #00458566;transform:translateY(-2px)}.btn-dashboard:active{transform:translateY(0)}@media (max-width:768px){.success-card{border-radius:20px;padding:40px 30px}.success-card h1{font-size:28px}.success-message{font-size:16px}.status-icon-wrapper{height:90px;width:90px}.status-icon{font-size:45px}.welcome-badge{font-size:18px;padding:12px 25px}.feature-item{padding:15px 20px}.feature-icon{font-size:20px}.feature-item span{font-size:15px}.btn-dashboard{font-size:16px;padding:16px 35px}}@media (max-width:480px){.payment-success-header{padding:20px}.payment-success-logo img{height:50px}.success-card{padding:30px 20px}.success-card h1{font-size:24px}.status-icon-wrapper{height:80px;width:80px}.status-icon{font-size:40px}.welcome-badge{font-size:16px;padding:10px 20px}.feature-item{padding:12px 15px}.feature-icon{font-size:18px}.feature-item span{font-size:14px}}.renew-page-wrapper .fixed-navbar:not(.active) .wpo-site-header.wpo-header-style-1 #navbar>ul>li>a{color:#062265!important}.renew-page-wrapper .fixed-navbar:not(.active) .wpo-site-header.wpo-header-style-1 #navbar>ul>li>a:hover{color:#ffb100!important}.renew-page-wrapper .fixed-navbar.active .wpo-site-header.wpo-header-style-1 #navbar>ul>li>a{color:#fff!important}.renew-page{background:#fff;min-height:100vh;padding:120px 0 80px;position:relative}.renew-arabic-bg{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;opacity:.05;position:absolute;right:0;top:0;z-index:0}.renew-page .container{position:relative;z-index:1}.renew-text-content{padding-right:40px}.renew-icon{font-size:4rem;margin-bottom:20px}.renew-text-content h1{color:#062265;font-family:Futura PT,sans-serif;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:25px;text-align:left}.renew-intro{color:#6c6c6c;font-family:Open Sans,sans-serif;font-size:1.3rem;line-height:1.8;margin-bottom:35px;text-align:left}.current-subscription-box{background:#f7fafc;border:2px solid #e0e1e3;border-radius:12px;margin:35px 0;padding:30px;text-align:left}.current-subscription-box h3{color:#062265;font-family:Futura PT,sans-serif;font-size:1.3rem;margin-bottom:20px}.subscription-info{display:flex;flex-direction:column;gap:15px}.info-item{align-items:center;border-bottom:1px solid #e0e1e3;display:flex;justify-content:space-between;padding:10px 0}.info-item:last-child{border-bottom:none}.info-label{color:#6c6c6c;font-size:1rem}.info-label,.info-value{font-family:Open Sans,sans-serif}.info-value{color:#062265;font-size:1.1rem;font-weight:600}.info-value.highlight{color:#ffb100;font-weight:700}.renew-action-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding-left:40px}.renewal-pricing{background:#fff5f5;border-left:4px solid #ffb100;border-radius:12px;margin-bottom:30px;max-width:500px;padding:30px;width:100%}.renewal-pricing h3{color:#062265;font-family:Futura PT,sans-serif;font-size:1.3rem;margin-bottom:20px}.price-display-renew{align-items:baseline;display:flex;gap:10px;margin-bottom:25px}.price-amount{color:#ffb100;font-family:Futura PT,sans-serif;font-size:3rem;font-weight:700}.price-period{color:#6c6c6c;font-family:Open Sans,sans-serif;font-size:1.2rem}.renewal-features{display:flex;flex-direction:column;gap:12px}.feature-item{align-items:center;color:#062265;font-family:Open Sans,sans-serif;font-size:1.1rem}.feature-icon{font-size:1.5rem;font-weight:700;margin-right:15px;min-width:30px}.proceed-renew-btn{background:#ffb100;border:none;border-radius:50px;box-shadow:0 4px 15px #ffb10066;color:#fff;cursor:pointer;font-family:Futura PT,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:15px;max-width:500px;overflow:hidden;padding:20px 60px;position:relative;transition:all .3s ease;width:100%}.proceed-renew-btn:before{background:#fff;content:"";height:100%;left:-100%;opacity:.3;position:absolute;top:0;transition:all .3s ease;width:100%}.proceed-renew-btn:hover:not(:disabled){box-shadow:0 6px 20px #ffb10099;color:#fff;transform:translateY(-2px)}.proceed-renew-btn:hover:not(:disabled):before{left:100%}.proceed-renew-btn:active{transform:translateY(0)}.proceed-renew-btn:disabled{cursor:not-allowed;opacity:.6}.btn-secondary-renew{background:#0000;border:2px solid #bdc3c7;border-radius:50px;color:#6c6c6c;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;max-width:500px;padding:15px;transition:all .3s ease;width:100%}.btn-secondary-renew:hover{background:#f7fafc;border-color:#95a5a6;color:#062265}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-family:Open Sans,sans-serif;margin-bottom:20px;max-width:500px;padding:15px;text-align:center;width:100%}@media (max-width:991px){.renew-page{padding:100px 0 60px}.renew-text-content{margin-bottom:50px;padding-right:15px}.renew-text-content h1{font-size:2.5rem}.renew-action-content{min-height:auto;padding-left:15px}}@media (max-width:768px){.renew-page{padding:80px 0 40px}.renew-text-content h1{font-size:2rem}.renew-intro{font-size:1.1rem}.current-subscription-box,.renewal-pricing{padding:20px}.price-amount{font-size:2.5rem}.proceed-renew-btn{font-size:1.2rem;padding:16px 45px}}@media (max-width:575px){.renew-text-content h1{font-size:1.75rem}.renew-intro{font-size:1rem}.proceed-renew-btn{font-size:1.1rem;padding:14px 35px}.price-amount{font-size:2rem}}.iframe-test-page{background:#fff;min-height:100vh;position:relative}.iframe-test-page .level-test-content-section{height:calc(100vh - 80px);margin:0;overflow:hidden;padding:0;position:relative;width:100%}.assessment-iframe{border:none;display:block;height:100%;opacity:1;transition:opacity .3s ease;width:100%}.assessment-iframe.loading{opacity:.3}@media (max-width:767px){.iframe-loading .spinner{font-size:2rem}.iframe-loading p{font-size:1rem}.iframe-loading{padding:2rem}}.level-test-results-page{background:#f4f8fc;min-height:100vh;position:relative}.level-test-results-page:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:repeat;background-size:50%;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.results-hero-section{background:linear-gradient(135deg,#004585,#062265);overflow:hidden;padding:120px 0 50px;position:relative;text-align:center;z-index:1}.results-hero-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.trophy-icon{animation:trophyBounce 2s ease-in-out infinite;color:#ffb100;font-size:70px;margin-bottom:20px}@keyframes trophyBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.results-hero-content h1{color:#fff;font-family:Futura PT,sans-serif;font-size:48px;font-weight:900;margin-bottom:15px;text-shadow:0 4px 20px #0003}.results-hero-content p{color:#ffffffe6;font-size:18px;margin:0}.results-stats-section{margin-top:-30px;padding:40px 0;position:relative;z-index:1}.results-alert{background:#fff3cd;border:1px solid #ffc107;border-radius:10px;color:#856404;font-size:16px;gap:12px;padding:15px 25px}.result-stat-card,.results-alert{align-items:center;display:flex;margin-bottom:30px}.result-stat-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;gap:25px;height:100%;min-height:180px;overflow:hidden;padding:35px 30px;position:relative;transition:all .3s ease}.result-stat-card:before{background:linear-gradient(135deg,#004585,#062265);content:"";height:100%;left:0;position:absolute;top:0;width:5px}.result-stat-card:hover{box-shadow:0 15px 50px #0000001f;transform:translateY(-8px)}.result-stat-card .stat-icon{align-items:center;background:linear-gradient(135deg,#004585,#062265);border-radius:16px;box-shadow:0 8px 25px #0045854d;color:#fff;display:flex;flex-shrink:0;font-size:40px;height:80px;justify-content:center;width:80px}.result-stat-card.level-card .stat-icon{background:linear-gradient(135deg,#ffb100,#ff9f00);box-shadow:0 8px 25px #ffb1004d}.result-stat-card .stat-content{flex:1 1}.result-stat-card .stat-value{color:#004585;font-family:Futura PT,sans-serif;font-size:56px;font-weight:900;line-height:1;margin-bottom:10px}.result-stat-card .stat-value.level-value{font-size:44px}.result-stat-card .stat-label{color:#062265;font-family:Futura PT,sans-serif;font-size:18px;font-weight:600;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.result-stat-card .stat-meta{color:#6c6c6c;font-size:14px;line-height:1.5}.result-stat-card .stat-meta .score-breakdown{color:#004585;font-size:15px;font-weight:600;margin-bottom:5px}.result-stat-card .stat-meta .test-date{color:#6c6c6c;font-size:14px}.results-opportunity-section{background:#fff;position:relative;z-index:1}.section-title-area{margin-bottom:40px;text-align:left}.section-subtitle{color:#ffb100;display:inline-block;font-family:Futura PT,sans-serif;font-size:16px;font-weight:600;letter-spacing:2px;margin-bottom:15px;position:relative;text-transform:uppercase}.section-subtitle:before{background:#ffb100;content:"";height:2px;left:-40px;position:absolute;top:50%;transform:translateY(-50%);width:30px}.section-title-main{color:#062265;font-family:Futura PT,sans-serif;font-size:48px;font-weight:900;line-height:1.2;margin-bottom:20px}.section-description{color:#6c6c6c;font-size:18px;line-height:1.8;margin:0}.opportunity-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 40px #00000014;margin-bottom:30px;padding:30px;position:relative;transition:all .3s ease}.opportunity-card:hover{border-color:#ffb100;box-shadow:0 20px 60px #00000026;transform:translateY(-10px)}.opportunity-card.premium-card{background:linear-gradient(135deg,#f8fbff,#fff);border-color:#004585}.opportunity-card.premium-card:hover{border-color:#ffb100}.opportunity-card.demo-card{background:linear-gradient(135deg,#f8fff9,#fff)}.card-badge{align-items:center;background:linear-gradient(135deg,#ffb100,#ff9f00);border-radius:25px;box-shadow:0 4px 15px #ffb1004d;color:#fff;display:flex;font-size:14px;font-weight:700;gap:8px;letter-spacing:.5px;padding:8px 20px;position:absolute;right:20px;text-transform:uppercase;top:20px}.card-badge.demo-badge{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 4px 15px #28a7454d}.opportunity-card h3{color:#062265;font-family:Futura PT,sans-serif;font-size:26px;font-weight:700;line-height:1.3;margin-bottom:15px;margin-top:45px}.pricing-section{background:#00458508;border:1px solid #0045851a;border-radius:12px;margin:15px 0;padding:15px 20px}.demo-card .pricing-section{background:#28a74508;border-color:#28a7451a}.old-price{color:#999;font-size:14px;margin-bottom:5px;text-decoration:line-through}.current-price{color:#004585;font-family:Futura PT,sans-serif;font-size:40px;font-weight:900;line-height:1.2;margin-bottom:0}.current-price.free-price{color:#28a745;font-size:18px;font-weight:700}.savings-badge{background:#28a74526;border-radius:20px;color:#28a745;display:inline-block;font-size:14px;font-weight:700;margin-bottom:8px;padding:6px 15px}.free-note{color:#6c6c6c;font-size:14px;font-weight:600}.card-description{color:#6c6c6c;font-size:15px;line-height:1.6;margin-bottom:0}.card-image{margin:15px 0;text-align:center}.card-image img{border-radius:12px;height:150px;max-width:100%;object-fit:contain}.card-action{margin-top:15px}.card-action .theme-btn,.card-action .theme-btn-s2{align-items:center;display:flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;letter-spacing:.5px;padding:15px 35px;text-transform:uppercase;transition:all .3s ease;width:100%}.card-action .theme-btn-s2:hover,.card-action .theme-btn:hover{box-shadow:0 8px 25px #ffb10066;transform:translateY(-2px)}.card-action .theme-btn-s2:disabled,.card-action .theme-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.results-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:120px 20px;position:relative;z-index:1}.results-loading .spinner-border{border-color:#004585 #0000 #004585 #004585;border-width:.4em;height:4rem;width:4rem}.results-loading p{color:#062265;font-size:20px;font-weight:600;margin-top:25px}.results-error-state{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:120px 20px;position:relative;z-index:1}.results-error-content{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;max-width:600px;padding:60px;text-align:center}.results-error-icon{font-size:80px;margin-bottom:30px}.results-error-icon.error{color:#dc3545}.results-error-icon.info{color:#004585}.results-error-content h2{color:#062265;font-family:Futura PT,sans-serif;font-size:36px;font-weight:700;margin-bottom:20px}.results-error-content p{color:#6c6c6c;font-size:18px;line-height:1.8;margin-bottom:35px}.results-error-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.results-error-actions .theme-btn{padding:15px 40px}.results-signup-section{background:linear-gradient(135deg,#f8fbff,#f4f8fc);position:relative;z-index:1}.signup-cta-card{background:#fff;border:2px solid #0045851a;border-radius:24px;box-shadow:0 10px 50px #0045851a;padding:50px;text-align:center;transition:all .3s ease}.signup-cta-card:hover{box-shadow:0 15px 60px #00458526;transform:translateY(-5px)}.signup-cta-icon{align-items:center;background:linear-gradient(135deg,#004585,#062265);border-radius:50%;box-shadow:0 8px 25px #0045854d;color:#fff;display:flex;font-size:36px;height:80px;justify-content:center;margin:0 auto 25px;width:80px}.signup-cta-card h2{color:#062265;font-family:Futura PT,sans-serif;font-size:32px;font-weight:800;margin-bottom:15px}.signup-cta-card>p{color:#6c6c6c;font-size:18px;line-height:1.6;margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:500px}.signup-benefits{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-bottom:35px}.signup-benefits .benefit-item{align-items:center;background:#0045850d;border-radius:12px;display:flex;gap:10px;padding:12px 20px;transition:all .3s ease}.signup-benefits .benefit-item:hover{background:#0045851a;transform:translateY(-2px)}.signup-benefits .benefit-item svg{color:#004585;font-size:20px}.signup-benefits .benefit-item:nth-child(2) svg{color:#25d366}.signup-benefits .benefit-item:nth-child(3) svg{color:#ffb100}.signup-benefits .benefit-item span{color:#062265;font-size:15px;font-weight:600}.signup-cta-actions{align-items:center;display:flex;flex-direction:column;gap:15px}.signup-cta-actions .theme-btn{align-items:center;display:flex;font-size:17px;font-weight:700;gap:10px;padding:16px 50px}.signup-cta-actions .signin-link{color:#6c6c6c;font-size:15px;margin:0}.signup-cta-actions .signin-link a{color:#004585;font-weight:600;text-decoration:none;transition:color .3s ease}.signup-cta-actions .signin-link a:hover{color:#ffb100}@media (max-width:1199px){.section-title-main{font-size:42px}.opportunity-card h3{font-size:24px}}@media (max-width:991px){.results-hero-section{padding:120px 0 60px}.results-hero-content h1{font-size:48px}.trophy-icon{font-size:80px}.result-stat-card{padding:40px 30px}.result-stat-card .stat-value{font-size:60px}.result-stat-card .stat-value.level-value{font-size:48px}.section-title-area{margin-bottom:50px}.section-title-main{font-size:36px}}@media (max-width:767px){.results-hero-section{padding:100px 0 50px}.results-hero-content h1{font-size:36px}.results-hero-content p{font-size:18px}.trophy-icon{font-size:70px}.results-stats-section{padding:40px 0}.result-stat-card{flex-direction:column;padding:35px 25px;text-align:center}.result-stat-card .stat-icon{font-size:40px;height:80px;width:80px}.result-stat-card .stat-value{font-size:52px}.result-stat-card .stat-value.level-value{font-size:42px}.result-stat-card .stat-label{font-size:18px}.section-subtitle:before{display:none}.section-title-main{font-size:30px}.section-description{font-size:16px}.opportunity-card{padding:30px 25px}.opportunity-card h3{font-size:24px;margin-bottom:15px;padding-right:0}.card-badge{font-size:12px;padding:6px 15px;right:15px;top:15px}.current-price{font-size:40px}.results-error-content{padding:40px 30px}.results-error-content h2{font-size:28px}}@media (max-width:575px){.results-hero-content h1{font-size:28px}.results-hero-content p{font-size:16px}.trophy-icon{font-size:60px}.result-stat-card .stat-value{font-size:48px}.result-stat-card .stat-value.level-value{font-size:36px}.section-title-main{font-size:26px}.opportunity-card h3{font-size:22px}.current-price{font-size:36px}.card-action .theme-btn,.card-action .theme-btn-s2{font-size:16px;padding:15px 30px}}.opportunity-card,.result-stat-card,.results-hero-content{animation:fadeInUp .6s ease-out}.result-stat-card:first-child{animation-delay:.1s}.result-stat-card:nth-child(2){animation-delay:.2s}.opportunity-card:first-child{animation-delay:.1s}.opportunity-card:nth-child(2){animation-delay:.2s}.demo-confirmation-page{background:#f4f8fc;min-height:100vh;position:relative}.demo-confirmation-page:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.05;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.demo-conversion-section{padding:140px 0 100px;position:relative;z-index:1}.demo-conversion-hero-title{animation:fadeInDown .6s ease-out;margin-bottom:60px;text-align:center}.demo-conversion-hero-title h1{color:#004585;font-family:Futura PT,sans-serif;font-size:56px;font-weight:900;line-height:1.2;margin-bottom:20px}.demo-conversion-hero-title h2{color:#062265;font-size:28px;font-weight:600;line-height:1.4;margin:0}.demo-alert{align-items:center;background:#fff3cd;border:1px solid #ffc107;border-radius:12px;box-shadow:0 4px 15px #ffc10733;color:#856404;display:flex;font-size:16px;gap:12px;margin-bottom:40px;padding:18px 25px}.demo-conversion-row{animation:fadeInUp .7s ease-out}.demo-icon-display{animation:fadeInLeft .8s ease-out;flex-direction:column;padding:60px 30px;text-align:center}.demo-icon-display,.demo-icon-display .icon-circle{align-items:center;display:flex;justify-content:center}.demo-icon-display .icon-circle{animation:floatIcon 6s ease-in-out infinite;background:linear-gradient(135deg,#ffb100,#ff9f00);border-radius:50%;box-shadow:0 20px 60px #ffb1004d;height:200px;margin-bottom:30px;position:relative;width:200px}.demo-icon-display .icon-circle:before{animation:pulse 2s ease-in-out infinite;border:3px solid #ffb10033;border-radius:50%;content:"";height:220px;position:absolute;width:220px}.demo-icon-display .icon-circle svg{color:#fff;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2));font-size:100px}.demo-icon-display h3{color:#004585;font-family:Futura PT,sans-serif;font-size:32px;font-weight:900;margin-bottom:15px}.demo-icon-display p{color:#6c6c6c;font-size:18px;margin:0}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.demo-conversion-content{padding:0 20px}.demo-benefits-list{margin-bottom:35px}.demo-benefit-item{align-items:flex-start;border-bottom:2px solid #0045851a;display:flex;gap:15px;padding:18px 0}.demo-benefit-item:last-child{border-bottom:none}.demo-benefit-item .benefit-icon{color:#004585;flex-shrink:0;font-size:24px;margin-top:2px}.demo-benefit-item p{color:#062265;font-size:18px;font-weight:500;line-height:1.6;margin:0}.demo-bonus-reminder{background:linear-gradient(135deg,#ffb100,#ff9f00);border-radius:15px;box-shadow:0 10px 35px #ffb10059;margin-bottom:35px;padding:30px;text-align:center}.bonus-header{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:15px}.bonus-crown{color:#fff;font-size:28px}.bonus-header h3{color:#fff;font-family:Futura PT,sans-serif;font-size:22px;font-weight:700;margin:0}.bonus-content{margin-top:10px}.bonus-text{color:#fffffff2;font-size:16px;margin:0 0 8px}.bonus-highlight{font-size:28px;font-weight:900;letter-spacing:1px;margin:0}.bonus-highlight,.btn-proceed-demo{color:#fff;font-family:Futura PT,sans-serif;text-transform:uppercase}.btn-proceed-demo{align-items:center;background:linear-gradient(135deg,#004585,#062265);border:none;border-radius:12px;box-shadow:0 10px 30px #00458566;cursor:pointer;display:flex;font-size:20px;font-weight:700;gap:12px;justify-content:center;letter-spacing:.5px;padding:22px 40px;transition:all .3s ease;width:100%}.btn-proceed-demo:hover:not(:disabled){box-shadow:0 15px 40px #00458580;transform:translateY(-3px)}.btn-proceed-demo:disabled{cursor:not-allowed;opacity:.7;transform:none}.user-info-minimal{background:#0045850d;border-radius:10px;margin-top:25px;padding:15px;text-align:center}.user-info-minimal p{color:#6c6c6c;font-size:14px;margin:0}.user-info-minimal strong{color:#004585;font-weight:600}@media (max-width:991px){.demo-conversion-section{padding:120px 0 80px}.demo-conversion-hero-title h1{font-size:48px}.demo-conversion-hero-title h2{font-size:24px}.demo-icon-display{margin-bottom:40px;padding:40px 20px}.demo-icon-display .icon-circle{height:160px;width:160px}.demo-icon-display .icon-circle:before{height:180px;width:180px}.demo-icon-display .icon-circle svg{font-size:80px}.demo-icon-display h3{font-size:28px}.demo-conversion-content{padding:0}}@media (max-width:767px){.demo-conversion-section{padding:100px 0 60px}.demo-conversion-hero-title{margin-bottom:40px}.demo-conversion-hero-title h1{font-size:36px}.demo-conversion-hero-title h2{font-size:20px}.demo-icon-display{padding:30px 15px}.demo-icon-display .icon-circle{height:140px;width:140px}.demo-icon-display .icon-circle:before{height:160px;width:160px}.demo-icon-display .icon-circle svg{font-size:70px}.demo-icon-display h3{font-size:24px}.demo-benefit-item p,.demo-icon-display p{font-size:16px}.demo-bonus-reminder{padding:25px 20px}.bonus-header h3{font-size:20px}.bonus-highlight{font-size:24px}.btn-proceed-demo{font-size:18px;padding:20px 35px}}@media (max-width:575px){.demo-conversion-hero-title h1{font-size:28px}.demo-conversion-hero-title h2{font-size:18px}.demo-icon-display{padding:25px 10px}.demo-icon-display .icon-circle{height:120px;width:120px}.demo-icon-display .icon-circle:before{height:140px;width:140px}.demo-icon-display .icon-circle svg{font-size:60px}.demo-icon-display h3{font-size:22px}.demo-icon-display p{font-size:15px}.demo-benefit-item{gap:12px;padding:15px 0}.demo-benefit-item .benefit-icon{font-size:20px}.demo-benefit-item p{font-size:15px}.demo-bonus-reminder{padding:20px 15px}.bonus-crown{font-size:24px}.bonus-header{flex-direction:column;gap:8px}.bonus-header h3{font-size:18px}.bonus-text{font-size:14px}.bonus-highlight{font-size:20px}.btn-proceed-demo{font-size:16px;padding:18px 30px}}.contact-page{background:linear-gradient(135deg,#004585,#062265);font-family:Open Sans,sans-serif;min-height:100vh;overflow-x:hidden;position:relative}.contact-page:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.contact-container{padding:120px 60px 60px;position:relative;z-index:1}.contact-wrapper{margin:0 auto;max-width:1200px;padding:0 20px}.contact-main-content{display:flex;flex-direction:column;gap:0;margin-bottom:60px}.contact-form-section{background:#fff;border:1px solid #ffb10026;border-radius:20px;box-shadow:0 20px 60px #0622651a;margin:0 auto;max-width:800px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%;z-index:2}.contact-form-section:hover{box-shadow:0 25px 70px #06226526;transform:translateY(-5px)}.form-container{padding:40px}.form-header{margin-bottom:30px;text-align:center}.form-header h2{color:#062265;font-family:Futura PT,sans-serif;font-size:2rem;font-weight:700;margin-bottom:10px}.form-header p{color:#6c6c6c;font-size:1rem;line-height:1.6;margin:0}.contact-form{max-width:100%}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:20px}.form-group label{color:#062265;display:block;font-family:Open Sans,sans-serif;font-size:.9rem;font-weight:600;margin-bottom:8px}.required{color:#dc3545}.input-wrapper{position:relative}.input-icon{color:#a0aec0;font-size:1rem;left:16px;transition:color .3s ease}.textarea-icon{top:20px;transform:none}.input-wrapper input,.input-wrapper textarea{background:#f8f9fa;border:2px solid #e2e8f0;border-radius:10px;box-sizing:border-box;color:#062265;font-family:Open Sans,sans-serif;font-size:1rem;padding:16px 16px 16px 45px;transition:all .3s ease;width:100%}.input-wrapper input:focus,.input-wrapper textarea:focus{background:#fff;border-color:#004585;box-shadow:0 0 0 3px #0045851a;outline:none}.input-wrapper input:focus+.input-icon,.input-wrapper textarea:focus+.input-icon{color:#004585}.input-wrapper textarea{min-height:140px;padding-top:20px;resize:vertical}.radio-group{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.radio-option{align-items:center;background:#f8f9fa;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;flex-basis:calc(50% - 12px);flex-grow:1;flex-shrink:1;font-size:.9rem;font-weight:500;justify-content:center;min-width:120px;padding:14px 18px;position:relative;text-align:center;transition:all .3s ease}.radio-option:hover{background:#f0f4ff;border-color:#004585;box-shadow:0 4px 12px #0045851a;transform:translateY(-2px)}.radio-option.selected{background:#004585;border-color:#004585;color:#fff}.radio-option.selected .radio-content svg{color:#fff}.radio-content{align-items:center;display:flex;flex:1 1;gap:6px;justify-content:center}.radio-content svg{color:#6c6c6c;font-size:1rem;transition:color .3s ease}.submit-btn{align-items:center;background:linear-gradient(135deg,#ffb100,#ff9f00);border:none;border-radius:10px;box-shadow:0 6px 20px #ffb10066;color:#062265;cursor:pointer;display:flex;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;gap:10px;justify-content:center;margin-top:10px;padding:16px 35px;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){box-shadow:0 10px 25px #ffb10080;color:#062265;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.spinner{animation:spin 1s linear infinite;border:3px solid #0622654d;border-radius:50%;border-top-color:#062265;height:20px;width:20px}.success-container{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:40px 20px}.success-card{background:#fff;border:1px solid #ffb10026;border-radius:20px;box-shadow:0 20px 60px #0622651a;margin:0 auto;max-width:500px;padding:50px 30px;text-align:center;width:100%}.success-icon{align-items:center;background:#28a7451a;border-radius:50%;color:#28a745;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 25px;width:80px}.success-card h2{color:#062265;font-family:Futura PT,sans-serif;font-size:2rem;font-weight:700;margin-bottom:15px}.success-card p{color:#6c6c6c;font-size:1rem;line-height:1.6;margin-bottom:25px}.back-to-contact{background:linear-gradient(135deg,#004585,#062265);border:none;border-radius:10px;box-shadow:0 6px 20px #0045854d;color:#fff;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;padding:14px 30px;transition:all .3s ease}.back-to-contact:hover{box-shadow:0 10px 25px #00458566;transform:translateY(-2px)}@media (max-width:991px){.contact-container{padding:120px 50px 50px}.form-container{padding:30px}.contact-form-section{max-width:100%}.form-row{gap:0;grid-template-columns:1fr}.radio-option{flex:1 1 100%}}@media (max-width:768px){.contact-container{padding:120px 50px 50px}.contact-wrapper{padding:0 15px}.form-container{padding:25px}.form-header h2{font-size:1.7rem}.radio-option{padding:12px 15px}}@media (max-width:576px){.contact-container{padding:120px 40px 40px}.form-container{padding:20px 15px}.form-header h2{font-size:1.5rem}.success-card{padding:40px 20px}.success-icon{font-size:2rem;height:70px;width:70px}.success-card h2{font-size:1.7rem}.radio-option{flex:1 1 100%;min-width:100%}}.level-card{background:#fff;border:1px solid #e1e1e1;border-radius:12px;box-shadow:0 6px 18px #0000000f;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.level-card:hover{border-color:#d8e0f1;box-shadow:0 12px 28px #0045851f;transform:translateY(-2px)}.level-card-header{align-items:center;background:#004585;color:#fff;display:flex;justify-content:space-between;min-height:80px;overflow:hidden;padding:20px;position:relative}.level-info{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;z-index:2}.level-cefr-tag{background:#ffb100;border:2px solid #fff3;border-radius:25px;box-shadow:0 2px 8px #ffb1004d;color:#004585;font-size:16px;font-weight:800;letter-spacing:1px;padding:8px 20px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.level-image-container{border:2px solid #fff3;border-radius:8px;box-shadow:0 2px 8px #0000004d;flex-shrink:0;height:60px;overflow:hidden;position:relative;width:60px;z-index:2}.level-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.level-card:hover .level-image{transform:scale(1.1)}.level-card-content{display:flex;flex:1 1;flex-direction:column;padding:24px}.level-card-title{color:#004585;font-size:20px;font-weight:800;line-height:1.3;margin:0 0 12px;text-align:left}.level-card-description{flex:1 1;margin:0 0 18px;text-align:left}.level-card-description-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#6c6c6c;display:-webkit-box;font-size:16px;line-height:1.6;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis}.learn-more-link{color:#004585;font-size:14px;font-weight:600;text-decoration:none;transition:color .3s ease}.learn-more-link:hover{color:#ffb100;text-decoration:none}.level-separator{background:#e1e1e1;height:1px;margin:14px 0 18px}.level-metrics{background:#00458508;border:1px solid #0045851a;border-radius:8px;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px;padding:12px}.metric-item{flex:1 1;text-align:center}.metric-number{display:block;font-size:18px;font-weight:800;margin-bottom:2px}.metric-label{color:#6c6c6c;font-size:11px;letter-spacing:.5px}.level-features{margin-bottom:18px}.level-features h4{color:#004585;font-size:16px;font-weight:700;margin:0 0 12px;text-align:left}.level-features ul{list-style:none;margin:0;padding:0}.level-features li{align-items:flex-start;color:#222;display:flex;gap:10px;margin:8px 0;text-align:left}.level-features li:last-child{margin-bottom:0}.level-features li svg{align-items:center;border:2px solid #007a6c;border-radius:50%;color:#007a6c;display:inline-flex;flex:0 0 18px;font-size:12px;height:18px;justify-content:center;line-height:1;margin-top:2px;width:18px}.more-features{color:#8b92a7!important;font-style:italic}.more-features span{font-weight:600}.level-timestamps{border-top:1px solid #e1e1e1;margin-bottom:18px;padding-top:14px}.timestamp-item{font-size:12px;gap:8px;margin-bottom:6px;text-align:left}.timestamp-item:last-child{margin-bottom:0}.timestamp-item svg{flex-shrink:0;font-size:11px}.level-actions{display:flex;gap:12px;justify-content:space-between;margin-top:auto}.level-start-btn{align-items:center;background:#ffb100;border:none;border-radius:6px;box-shadow:0 2px 8px #ffb1004d;color:#004585;cursor:pointer;display:inline-flex;flex:1 1;font-size:14px;font-weight:700;justify-content:center;padding:12px 16px;text-decoration:none;transition:all .3s ease}.level-start-btn:hover{background:#ff9f00;box-shadow:0 4px 12px #ffb10066;color:#004585;text-decoration:none;transform:translateY(-1px)}.level-details-btn{align-items:center;background:#004585;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;flex:1 1;font-size:14px;font-weight:600;justify-content:center;padding:12px 16px;text-decoration:none;transition:all .3s ease}.level-details-btn:hover{background:#062265;color:#fff;text-decoration:none;transform:translateY(-1px)}@media (max-width:768px){.level-card-header{min-height:70px;padding:16px}.level-cefr-tag{font-size:14px;padding:6px 16px}.level-image-container{height:50px;width:50px}.level-card-content{padding:20px}.level-card-title{font-size:18px}.level-card-description-text{font-size:15px}.learn-more-link{font-size:13px}.level-metrics{gap:8px;padding:10px}.metric-number{font-size:16px}.metric-label{font-size:10px}}@media (max-width:480px){.level-card-header{align-items:center;flex-direction:row;gap:12px;min-height:60px;padding:14px;text-align:left}.level-info{align-items:flex-start}.level-cefr-tag{font-size:12px;padding:5px 14px}.level-image-container{height:40px;width:40px}.level-actions{gap:8px}.level-details-btn,.level-start-btn{font-size:12px;padding:10px 12px}.level-card-content{padding:18px}.level-card-title{font-size:16px;text-align:left}.level-card-description-text{font-size:14px;text-align:left}.learn-more-link{display:block;font-size:12px;text-align:left}.level-features h4{text-align:left}.level-metrics{gap:6px;padding:8px}.metric-number{font-size:14px}.metric-label{font-size:9px}}.levels-page{background:#f4f8fc;min-height:100vh;overflow-x:hidden;position:relative}.levels-container{padding:100px 0 80px;position:relative;z-index:10}.levels-wrapper{margin:0 auto;max-width:1400px;padding:0 30px;position:relative}.page-header{margin-bottom:40px}.back-link{color:#667eea;gap:8px;transition:all .3s ease}.back-link:hover{color:#764ba2;gap:10px;text-decoration:none}.page-title-section{margin-bottom:60px;position:relative;text-align:center}.title-content{margin:0 auto;max-width:800px}.title-badge{background:#ffb100;border-radius:25px;box-shadow:0 2px 8px #ffb1004d;color:#004585;display:inline-block;font-size:14px;font-weight:800;letter-spacing:1px;margin-bottom:20px;padding:8px 24px;text-transform:uppercase}.page-title-section h1{color:#004585;font-family:Futura PT,sans-serif;font-size:48px;font-weight:900;line-height:1.2;margin:0 0 20px}.page-subtitle{color:#6c6c6c;font-size:18px;line-height:1.7;margin:0}.levels-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin-bottom:80px}.loading-state{min-height:400px}.loading-content{max-width:400px}.loading-spinner{color:#667eea}.loading-content h2{color:#2d3748;font-weight:700;margin:0 0 15px}.loading-content p{color:#8b92a7;line-height:1.6;margin:0}.error-state{align-items:center;display:flex;justify-content:center;min-height:400px}.error-content{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;max-width:500px;padding:40px;text-align:center}.error-icon{color:#e53e3e;font-size:48px}.error-content h2{color:#2d3748;font-family:Futura PT,sans-serif;font-size:28px;font-weight:700;margin:0 0 15px}.error-content p{color:#8b92a7;font-size:16px;line-height:1.6;margin:0 0 30px}.retry-btn{background:linear-gradient(135deg,#004585,#062265);border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:Futura PT,sans-serif;font-size:16px;font-weight:700;padding:14px 30px;transition:all .3s ease}.retry-btn:hover{background:linear-gradient(135deg,#062265,#004585);box-shadow:0 6px 20px #06226566;transform:translateY(-2px)}.no-levels{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;grid-column:1/-1;padding:60px 20px;text-align:center}.no-levels h3{color:#2d3748;font-family:Futura PT,sans-serif;font-size:24px;font-weight:700;margin:0 0 15px}.no-levels p{color:#8b92a7;font-size:16px;line-height:1.6;margin:0}.levels-info{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:40px}.info-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:40px;transition:all .3s ease}.info-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.info-card h3{color:#2d3748;font-family:Futura PT,sans-serif;font-size:22px;font-weight:700;margin:0 0 20px}.info-card p{color:#8b92a7;font-size:16px;line-height:1.7;margin:0}@media (max-width:1200px){.levels-grid{gap:25px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.levels-wrapper{padding:0 25px}}@media (max-width:768px){.levels-container{padding:80px 0 60px}.levels-wrapper{padding:0 20px}.page-title-section h1{font-size:36px}.page-subtitle{font-size:16px}.title-badge{font-size:12px;padding:6px 20px}.levels-grid{margin-bottom:60px}.levels-grid,.levels-info{gap:20px;grid-template-columns:1fr}.info-card{padding:30px}}@media (max-width:480px){.levels-wrapper{padding:0 15px}.page-title-section{margin-bottom:40px}.page-title-section h1{font-size:28px}.page-subtitle{font-size:15px}.title-badge{font-size:11px;padding:5px 16px}.info-card{padding:25px}.info-card h3{font-size:20px}.info-card p{font-size:15px}.error-content h2,.loading-content h2{font-size:24px}.error-content p,.loading-content p{font-size:15px}}.level-details-page{background-color:#f4f8fc;font-family:Futura PT,sans-serif;min-height:100vh;position:relative}.visually-hidden{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.arabic-background{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;opacity:.05;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.level-details-container{animation:fadeInUp .6s ease-out;margin:0 auto;max-width:1200px;padding:40px 20px;position:relative;z-index:1}.level-details-wrapper{width:100%}.back-navigation{margin-bottom:30px}.back-link{align-items:center;color:#004585;display:inline-flex;font-size:16px;font-weight:600;gap:10px;text-decoration:none;transition:transform .3s ease,color .3s ease;will-change:transform}.back-link:hover{color:#062265;transform:translateX(-5px)}.back-link:focus{border-radius:4px;outline:3px solid #ffb100;outline-offset:4px}.back-link:focus:not(:focus-visible){outline:none}.back-link:focus-visible{outline:3px solid #ffb100;outline-offset:4px}.loading-state{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:40px 20px}.loading-content{text-align:center}.loading-spinner{animation:spin 1s linear infinite;color:#004585;font-size:48px;margin-bottom:20px}.loading-content h2{color:#004585;font-family:Futura PT,sans-serif;font-size:28px;margin-bottom:10px}.loading-content p{color:#6c6c6c;font-size:16px}.error-state,.not-found-state{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:40px 20px}.error-content,.not-found-content{max-width:500px;text-align:center}.error-icon{color:#dc3545}.error-content h2,.not-found-content h2{color:#004585;font-family:Futura PT,sans-serif;font-size:32px;margin-bottom:15px}.error-content p,.not-found-content p{color:#6c6c6c;font-size:18px;margin-bottom:30px}.back-btn,.retry-btn{background:#004585;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-block;font-family:Futura PT,sans-serif;font-size:16px;font-weight:700;padding:14px 32px;text-decoration:none;transition:transform .3s ease,background .3s ease,box-shadow .3s ease;will-change:transform}.back-btn:hover,.retry-btn:hover{background:#062265;box-shadow:0 4px 12px #0045854d;transform:translateY(-2px)}.back-btn:focus,.retry-btn:focus{outline:3px solid #ffb100;outline-offset:4px}.back-btn:focus:not(:focus-visible),.retry-btn:focus:not(:focus-visible){outline:none}.back-btn:focus-visible,.retry-btn:focus-visible{outline:3px solid #ffb100;outline-offset:4px}.level-hero{background:linear-gradient(135deg,#004585,#062265);border-radius:20px;contain:layout style paint;margin-bottom:40px;overflow:hidden;padding:60px;position:relative}.level-hero:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.08;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.level-hero-content{align-items:center;display:flex;gap:50px;position:relative;z-index:1}.level-hero-image-container{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;border-radius:20px;flex-shrink:0;height:300px;overflow:hidden;position:relative;width:300px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.level-hero-image-container img{display:block}.level-hero-image{aspect-ratio:1/1;border-radius:20px;box-shadow:0 15px 50px #0000004d;contain:layout style paint;display:block;height:300px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;width:300px;will-change:transform}.level-hero-image:hover{box-shadow:0 20px 60px #0006;transform:scale(1.02)}.level-badge{background:#ffb100;border-radius:50px;box-shadow:0 4px 15px #ffb10066;color:#004585;font-family:Futura PT,sans-serif;font-size:24px;font-weight:800;letter-spacing:2px;padding:10px 30px;position:absolute;right:20px;text-transform:uppercase;top:20px}.level-hero-text{flex:1 1}.level-details-title{color:#fff;font-family:Futura PT,sans-serif;font-size:48px;font-weight:900;line-height:1.2;margin:0}.level-details-description{contain:layout style;margin:0 auto 50px;max-width:800px;text-align:center}.level-details-description p{color:#6c6c6c;font-family:Futura PT,sans-serif;font-size:18px;line-height:1.8}.metrics-grid{grid-gap:30px;contain:layout style;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-bottom:50px}.metric-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;contain:layout style paint;padding:40px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;will-change:transform}.metric-card:first-child{animation-delay:.1s}.metric-card:nth-child(2){animation-delay:.2s}.metric-card:nth-child(3){animation-delay:.3s}.metric-card:hover{box-shadow:0 10px 40px #0000001f;transform:translateY(-5px)}.metric-icon{color:#004585;font-size:36px;margin-bottom:15px;transition:transform .3s ease,color .3s ease}.metric-card:hover .metric-icon{color:#ffb100;transform:scale(1.1)}.metric-number{color:#004585;font-family:Futura PT,sans-serif;font-size:48px;font-weight:900;margin-bottom:10px}.metric-label{color:#8b92a7;font-size:16px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.features-section{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #00458514;border-radius:24px;box-shadow:0 8px 32px #00000014;contain:layout style paint;margin-bottom:50px;overflow:hidden;padding:60px;position:relative}.features-section:before{background:radial-gradient(circle,#ffb1000d 0,#0000 70%);content:"";height:100%;pointer-events:none;position:absolute;right:-50%;top:-50%;width:100%}.features-title{color:#004585;font-family:Futura PT,sans-serif;font-size:36px;font-weight:800;margin-bottom:20px;position:relative;text-align:center;z-index:1}.features-title:after{background:linear-gradient(90deg,#ffb100,#ff9f00);border-radius:2px;content:"";display:block;height:4px;margin:15px auto 0;width:80px}.features-grid{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));list-style:none;margin-bottom:30px;margin-left:0;padding:0;position:relative;z-index:1}.feature-item{align-items:flex-start;background:#fff;border:1px solid #0045850f;border-radius:16px;box-shadow:0 2px 8px #0000000a;display:flex;gap:16px;height:100%;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.feature-item:before{background:linear-gradient(180deg,#ffb100,#ff9f00);bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transform-origin:bottom;transition:transform .3s ease;width:4px}.feature-item:hover{border-color:#ffb10033;box-shadow:0 8px 24px #0045851f;transform:translateY(-4px)}.feature-item:hover:before{transform:scaleY(1);transform-origin:top}.feature-icon{align-items:center;border-radius:12px;box-shadow:0 4px 12px #00458533;color:#ffb100;display:flex;flex-shrink:0;font-size:16px;height:32px;justify-content:center;transition:all .3s ease;width:32px}.feature-icon,.feature-item:hover .feature-icon{background:linear-gradient(135deg,#004585,#062265)}.feature-item:hover .feature-icon{box-shadow:0 6px 16px #0045854d;color:#fff;transform:scale(1.1) rotate(5deg)}.feature-text{color:#2d3748;flex:1 1;font-weight:500;line-height:1.7;text-align:left}.feature-text,.show-more-btn{font-family:Futura PT,sans-serif;font-size:16px}.show-more-btn{background:#0000;border:2px solid #004585;border-radius:12px;color:#004585;cursor:pointer;display:block;font-weight:700;margin:0 auto;padding:12px 30px;transition:transform .3s ease,background .3s ease,color .3s ease,box-shadow .3s ease;will-change:transform}.show-more-btn:hover{background:#004585;box-shadow:0 4px 12px #00458533;color:#fff;transform:translateY(-2px)}.show-more-btn:focus{outline:3px solid #ffb100;outline-offset:4px}.show-more-btn:focus:not(:focus-visible){outline:none}.show-more-btn:focus-visible{outline:3px solid #ffb100;outline-offset:4px}.timestamps-section{background:#00458508;border-radius:12px;contain:layout style paint;display:flex;gap:40px;justify-content:center;margin-bottom:50px;padding:30px}.timestamp-item{align-items:center;color:#6c6c6c;display:flex;font-family:Futura PT,sans-serif;font-size:14px;gap:10px;transition:color .3s ease}.timestamp-item:hover{color:#004585}.timestamp-icon{color:#004585;font-size:16px;transition:transform .3s ease}.timestamp-item:hover .timestamp-icon{transform:scale(1.1)}.action-buttons{contain:layout style;display:flex;gap:20px;justify-content:center;margin-bottom:50px}.btn-start-learning{background:#ffb100;border:none;border-radius:12px;box-shadow:0 4px 15px #ffb1004d;color:#004585;cursor:pointer;font-family:Futura PT,sans-serif;font-size:18px;font-weight:700;padding:18px 40px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;will-change:transform}.btn-start-learning:hover{background:#ff9f00;box-shadow:0 6px 20px #ffb10066;transform:translateY(-2px)}.btn-start-learning:focus{outline:3px solid #004585;outline-offset:4px}.btn-start-learning:focus:not(:focus-visible){outline:none}.btn-start-learning:focus-visible{outline:3px solid #004585;outline-offset:4px}.btn-back{background:#004585;border:none;border-radius:12px;color:#fff;display:inline-block;font-family:Futura PT,sans-serif;font-size:18px;font-weight:700;padding:18px 40px;text-decoration:none;transition:transform .3s ease,background .3s ease;will-change:transform}.btn-back:hover{background:#062265;transform:translateY(-2px)}.btn-back:focus{outline:3px solid #ffb100;outline-offset:4px}.btn-back:focus:not(:focus-visible){outline:none}.btn-back:focus-visible{outline:3px solid #ffb100;outline-offset:4px}@media (max-width:1199px){.level-hero-image,.level-hero-image-container{height:250px;width:250px}.level-badge{font-size:20px;padding:8px 24px}.level-details-title{font-size:36px}.level-details-description p{font-size:17px}.features-section{padding:50px 40px}.features-title{font-size:30px}.feature-item{padding:18px}.metric-number{font-size:42px}}@media (max-width:767px){.level-details-container{padding:20px 15px}.back-link{font-size:14px}.level-hero{border-radius:16px;padding:30px 20px}.level-hero-content{flex-direction:column;gap:20px;text-align:center}.level-hero-image,.level-hero-image-container{height:200px;width:200px}.level-hero-image{border-radius:16px}.level-badge{font-size:16px;letter-spacing:1px;padding:6px 16px;right:10px;top:10px}.level-details-title{font-size:28px;line-height:1.3}.level-details-description{margin-bottom:40px}.level-details-description p{font-size:16px;line-height:1.7}.metrics-grid{gap:20px;grid-template-columns:1fr;margin-bottom:40px}.metric-card{border-radius:16px;padding:30px 20px}.metric-icon{font-size:32px}.metric-number{font-size:40px}.metric-label{font-size:14px}.features-section{border-radius:20px;margin-bottom:40px;padding:40px 20px}.features-title{font-size:26px;margin-bottom:25px}.features-grid{gap:16px;grid-template-columns:1fr;margin-bottom:25px}.feature-item{padding:16px}.feature-icon{font-size:14px;height:28px;width:28px}.feature-text{font-size:15px}.show-more-btn{font-size:15px;min-height:44px;padding:12px 24px}.timestamps-section{align-items:center;border-radius:12px;flex-direction:column;gap:15px;margin-bottom:40px;padding:25px 20px}.timestamp-item{font-size:13px}.timestamp-icon{font-size:14px}.action-buttons{flex-direction:column;gap:15px;margin-bottom:40px}.btn-back,.btn-start-learning{border-radius:12px;font-size:16px;min-height:44px;padding:16px 32px;text-align:center;width:100%}.error-content h2,.loading-content h2,.not-found-content h2{font-size:24px}.error-content p,.loading-content p,.not-found-content p{font-size:16px}.loading-spinner{font-size:40px}.error-icon{font-size:56px}.back-btn,.retry-btn{font-size:15px;min-height:44px;padding:12px 28px}}@media (max-width:374px){.level-details-container{padding:15px 10px}.level-hero{padding:20px 15px}.level-hero-image,.level-hero-image-container{height:180px;width:180px}.level-details-title{font-size:24px}.level-badge{font-size:14px;padding:5px 12px}.metric-number{font-size:36px}.features-section{padding:30px 15px}.features-title{font-size:22px}.feature-item{padding:14px}.feature-icon{font-size:13px;height:26px;width:26px}}.iframe-lessons-page{background:#fff;min-height:100vh;position:relative}.iframe-lessons-page .lessons-content-section{height:calc(100vh - 80px);margin:0;overflow:hidden;padding:0;position:relative;width:100%}.course-iframe{border:none;display:block;height:100%;opacity:1;transition:opacity .3s ease;width:100%}.course-iframe.loading{opacity:.3}.iframe-loading{background:#fffffff2;border-radius:15px;box-shadow:0 10px 40px #0000001a;left:50%;padding:3rem;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1000}.iframe-loading .spinner{animation:spin 1s linear infinite;color:#667eea;font-size:3rem;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.iframe-loading p{color:#666;font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.iframe-loading small{color:#999;font-size:.9rem;font-weight:400}.iframe-error{background:#fffffff2;border-radius:15px;box-shadow:0 10px 40px #0000001a;left:50%;padding:3rem;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1000}.iframe-error p{color:#e74c3c;font-size:1.1rem;margin-bottom:1.5rem}.btn-retry{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:transform .2s ease,box-shadow .2s ease}.btn-retry:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}@media (max-width:767px){.iframe-lessons-page .lessons-content-section{height:calc(100vh - 60px)}.iframe-loading .spinner{font-size:2rem}.iframe-loading p{font-size:1rem}.iframe-error,.iframe-loading{padding:2rem}.iframe-error p{font-size:1rem}}.upgrade-modal-overlay{align-items:center;animation:overlayFadeIn .3s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#062265cc;bottom:0;display:flex;font-family:Open Sans,sans-serif;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:99999}@keyframes overlayFadeIn{0%{backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);opacity:0}to{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:1}}.upgrade-modal{animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #ffb10033;border-radius:20px;box-shadow:0 20px 60px #06226526;display:flex;flex-direction:row;max-width:700px;overflow:hidden;position:relative;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.upgrade-modal:before{background:linear-gradient(135deg,#004585,#ffb100 50%,#004585);content:"";height:4px;left:0;position:absolute;right:0;top:0;z-index:1}.upgrade-modal-left{align-items:center;background:linear-gradient(135deg,#f4f8fc,#e8f2ff);border-right:1px solid #0045851a;display:flex;flex-direction:column;justify-content:center;min-width:220px;padding:40px 30px}.upgrade-modal-right{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:35px 35px 30px}.upgrade-modal .modal-close-btn{align-items:center;background:#6c6c6c1a;border:none;border-radius:12px;color:#6c6c6c;cursor:pointer;display:flex;font-size:18px;height:44px;justify-content:center;padding:12px;position:absolute;right:20px;top:20px;transition:all .3s ease;width:44px;z-index:10}.upgrade-modal .modal-close-btn:hover{background:#dc35451a;color:#dc3545;transform:scale(1.05)}.upgrade-modal .modal-icon{align-items:center;background:linear-gradient(135deg,#004585,#062265);border-radius:16px;box-shadow:0 8px 25px #0045854d;color:#fff;display:flex;font-size:32px;height:80px;justify-content:center;margin-bottom:16px;transition:all .3s ease;width:80px}.upgrade-modal .modal-icon:hover{box-shadow:0 12px 35px #00458566;transform:translateY(-2px)}.upgrade-modal-left .icon-label{color:#004585;font-family:Open Sans,sans-serif;font-size:13px;font-weight:600;letter-spacing:.3px;text-align:center}.upgrade-modal h2{color:#062265;font-family:Futura PT,sans-serif;font-size:24px;font-weight:700;line-height:1.3;margin:0 0 6px;text-align:left}.modal-lesson-info{border-bottom:1px solid #e2e8f0;margin-bottom:18px;padding-bottom:18px;text-align:left}.modal-lesson-info .lesson-title{color:#004585;font-size:16px;font-weight:600;line-height:1.4;margin-bottom:4px}.modal-lesson-info .lesson-number{color:#6c6c6c;font-size:13px;margin:0}.upgrade-modal .modal-description{color:#6c6c6c;font-family:Open Sans,sans-serif;font-size:14px;line-height:1.65;margin:0 0 20px;text-align:left}.modal-benefits{background:#0000;border:none;border-radius:0;flex-grow:1;margin:0 0 24px;padding:0}.modal-benefits h3{align-items:center;color:#062265;display:flex;font-family:Futura PT,sans-serif;font-size:14px;font-weight:600;gap:6px;margin:0 0 12px}.modal-benefits h3 svg{color:#ffb100;font-size:16px}.modal-benefits ul{grid-gap:8px 16px;display:grid;gap:8px 16px;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}.modal-benefits ul li{align-items:center;color:#374151;display:flex;font-family:Open Sans,sans-serif;font-size:13px;line-height:1.5;padding:0}.modal-actions{border-top:1px solid #e2e8f0;flex-direction:row;gap:12px;margin:0;padding:20px 0 0}.btn-upgrade,.modal-actions{align-items:center;display:flex}.btn-upgrade{background:linear-gradient(135deg,#ffb100,#ff9f00);border:none;border-radius:10px;box-shadow:0 6px 20px #ffb10059;color:#fff;cursor:pointer;flex:1 1;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;gap:6px;justify-content:center;padding:13px 28px;transition:all .3s ease;white-space:nowrap}.btn-upgrade:hover{box-shadow:0 8px 25px #ffb10073;transform:translateY(-2px)}.btn-upgrade svg{font-size:14px}.btn-maybe-later{background:#0000;border:2px solid #d1d5db;border-radius:10px;color:#6c6c6c;cursor:pointer;font-family:Open Sans,sans-serif;font-size:13px;font-weight:600;padding:11px 24px;transition:all .3s ease;white-space:nowrap}.btn-maybe-later:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.modal-current-plan,.plan-badge{display:none}@media (max-width:768px){.upgrade-modal{border-radius:16px;flex-direction:column;margin:20px;max-width:calc(100vw - 40px)}.upgrade-modal-left{border-bottom:1px solid #0045851a;border-right:none;min-width:auto;padding:30px 20px}.upgrade-modal-right{padding:24px 20px 20px}.upgrade-modal .modal-icon{font-size:24px;height:64px;margin-bottom:12px;width:64px}.upgrade-modal h2{font-size:20px;text-align:center}.modal-lesson-info{text-align:center}.upgrade-modal .modal-description{font-size:14px;margin-bottom:16px;text-align:center}.modal-benefits{margin-bottom:16px}.modal-benefits ul{gap:6px;grid-template-columns:1fr}.modal-benefits ul li{font-size:13px}.modal-actions{flex-direction:column}.btn-upgrade{font-size:14px;padding:12px 24px}.btn-maybe-later{font-size:13px;padding:10px 20px}.modal-current-plan{font-size:12px;text-align:center}}@media (max-width:480px){.upgrade-modal-overlay{padding:16px}.upgrade-modal{border-radius:12px;margin:0;max-width:100%}.upgrade-modal-left{padding:24px 16px}.upgrade-modal-right{padding:20px 16px 16px}.upgrade-modal .modal-close-btn{height:36px;padding:8px;right:12px;top:12px;width:36px}.upgrade-modal .modal-icon{font-size:20px;height:56px;width:56px}.upgrade-modal h2{font-size:18px}.modal-lesson-info .lesson-title{font-size:15px}.modal-benefits h3,.upgrade-modal .modal-description{font-size:13px}.modal-benefits ul li{font-size:12px}.btn-upgrade{font-size:13px;padding:11px 20px}.btn-maybe-later{font-size:12px;padding:9px 16px}}.error-404-page{align-items:center;background:linear-gradient(135deg,#f4f8fc,#e8f2fc);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:40px 20px;position:relative}.error-404-background{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.error-404-container{margin:0 auto;max-width:800px;position:relative;width:100%;z-index:1}.error-404-content{animation:fadeInUp .6s ease-out;background:#fff;border:3px solid #0045851a;border-radius:30px;box-shadow:0 20px 60px #00458526;overflow:hidden;padding:80px 60px;position:relative;text-align:center}.error-404-content:before{background:linear-gradient(90deg,#004585,#062265 50%,#ffb100);content:"";height:6px;left:0;position:absolute;right:0;top:0}.error-404-icon{animation:fadeInDown .7s ease-out;margin-bottom:40px}.error-404-icon .icon-circle{align-items:center;animation:floatIcon 4s ease-in-out infinite;background:linear-gradient(135deg,#004585,#062265);border-radius:50%;box-shadow:0 15px 40px #0045854d;display:inline-flex;height:150px;justify-content:center;position:relative;width:150px}.error-404-icon .icon-circle:before{animation:pulse 2s ease-in-out infinite;border:3px solid #00458533;border-radius:50%;content:"";height:170px;position:absolute;width:170px}.error-404-icon .icon-circle svg{color:#ffb100;filter:drop-shadow(0 4px 10px rgba(255,177,0,.3));font-size:70px}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.error-404-number{animation:fadeIn .8s ease-out;margin-bottom:30px}.error-404-number h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#004585,#062265 50%,#ffb100);-webkit-background-clip:text;background-clip:text;font-family:Futura PT,sans-serif;font-size:120px;font-weight:900;letter-spacing:-5px;line-height:1;margin:0;text-shadow:0 10px 30px #00458533}.error-404-message{animation:fadeIn .9s ease-out;margin-bottom:40px}.error-404-message h2{color:#004585;font-family:Futura PT,sans-serif;font-size:36px;font-weight:800;margin:0 0 15px}.error-404-message p{color:#6c6c6c;font-size:18px;line-height:1.6;margin:0 auto;max-width:500px}.error-404-actions{animation:fadeInUp 1s ease-out;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:40px}.btn-404-primary,.btn-404-secondary{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-family:Futura PT,sans-serif;font-size:16px;font-weight:700;gap:10px;letter-spacing:.3px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.btn-404-primary{background:linear-gradient(135deg,#004585,#062265);box-shadow:0 8px 25px #0045854d;color:#fff}.btn-404-primary:hover{box-shadow:0 12px 35px #00458566;transform:translateY(-3px)}.btn-404-secondary{background:#fff;border:2px solid #004585;box-shadow:0 4px 15px #0045851a;color:#004585}.btn-404-secondary:hover{background:#0045850d;box-shadow:0 8px 20px #00458533;transform:translateY(-3px)}.btn-404-primary svg,.btn-404-secondary svg{font-size:18px}.error-404-links{animation:fadeIn 1.1s ease-out;border-top:2px solid #0045851a;padding-top:30px}.error-404-links>p{color:#8b92a7;font-size:14px;font-weight:500;margin:0 0 15px}.quick-links{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.quick-links a{border-radius:8px;color:#004585;font-family:Futura PT,sans-serif;font-size:15px;font-weight:600;padding:8px 16px;text-decoration:none;transition:all .3s ease}.quick-links a:hover{background:#00458514;color:#062265;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:991px){.error-404-content{padding:60px 40px}.error-404-icon .icon-circle{height:130px;width:130px}.error-404-icon .icon-circle:before{height:150px;width:150px}.error-404-icon .icon-circle svg{font-size:60px}.error-404-number h1{font-size:100px}.error-404-message h2{font-size:32px}.error-404-message p{font-size:17px}}@media (max-width:767px){.error-404-page{padding:30px 15px}.error-404-content{border-radius:25px;padding:50px 30px}.error-404-icon{margin-bottom:30px}.error-404-icon .icon-circle{height:110px;width:110px}.error-404-icon .icon-circle:before{height:130px;width:130px}.error-404-icon .icon-circle svg{font-size:50px}.error-404-number h1{font-size:80px;letter-spacing:-3px}.error-404-message h2{font-size:28px}.error-404-message p{font-size:16px}.error-404-actions{flex-direction:column;gap:12px}.btn-404-primary,.btn-404-secondary{justify-content:center;padding:16px 28px;width:100%}}@media (max-width:575px){.error-404-content{border-radius:20px;padding:40px 25px}.error-404-icon{margin-bottom:25px}.error-404-icon .icon-circle{height:100px;width:100px}.error-404-icon .icon-circle:before{height:120px;width:120px}.error-404-icon .icon-circle svg{font-size:45px}.error-404-number h1{font-size:70px;letter-spacing:-2px}.error-404-message{margin-bottom:30px}.error-404-message h2{font-size:24px}.error-404-message p{font-size:15px}.btn-404-primary,.btn-404-secondary{font-size:15px;padding:14px 24px}.quick-links{gap:12px}.quick-links a{font-size:14px;padding:6px 14px}}.btn-404-primary:focus,.btn-404-secondary:focus,.quick-links a:focus{outline:2px solid #004585;outline-offset:2px}@media (prefers-reduced-motion:reduce){.error-404-actions,.error-404-content,.error-404-icon,.error-404-links,.error-404-message,.error-404-number,.icon-circle,.icon-circle:before{animation:none}.btn-404-primary:hover,.btn-404-secondary:hover,.quick-links a:hover{transform:none}}.redeem-page{background-color:#f8f9fa;min-height:100vh}.redeem-container{margin:80px auto;max-width:600px;padding:20px}.redeem-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:40px;text-align:center}.redeem-card h1{color:#1a202c;margin-bottom:12px}.redeem-card p{color:#4a5568;margin-bottom:32px}.redeem-form{display:flex;flex-direction:column;gap:12px}.redeem-form input{border:1px solid #e2e8f0;border-radius:6px;font-size:16px;letter-spacing:1px;outline:none;padding:12px 16px;text-align:center;text-transform:uppercase;transition:all .2s}.redeem-form input:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}.redeem-form button{background-color:#3182ce;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:background-color .2s}.redeem-form button:hover{background-color:#2c5282}.redeem-form button:disabled{background-color:#cbd5e0;cursor:not-allowed}.redeem-success{animation:fadeIn .5s ease-out}.success-icon{font-size:48px;margin-bottom:16px}.discount-details{background-color:#f0fff4;border:1px solid #c6f6d5;border-radius:6px;color:#2f855a;margin:24px 0;padding:16px}.discount-details span{display:block;font-size:14px;margin-bottom:4px}.discount-details strong{font-size:24px}.btn-secondary{background-color:initial;border:1px solid #cbd5e0;border-radius:6px;color:#4a5568;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .2s}.btn-secondary:hover{background-color:#edf2f7;color:#2d3748}.partner-page{background:#f4f8fc;min-height:100vh;position:relative}.partner-hero{background:linear-gradient(135deg,#004585,#062265);overflow:hidden;padding:140px 0 80px;position:relative}.partner-hero:before{background-image:url(/static/media/arabic-bg-dark.809c443a11eb387a5a0f.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";inset:0;opacity:.08;pointer-events:none;position:absolute}.partner-hero-overlay{background:radial-gradient(circle at top right,#ffb10040,#0000 55%);inset:0;opacity:.9;position:absolute}.partner-hero-inner{align-items:center;display:flex;justify-content:center;position:relative;z-index:1}.partner-hero-text{color:#fff;max-width:720px}.partner-label{background:#ffffff1f;border-radius:999px;display:inline-block;font-size:14px;font-weight:600;letter-spacing:.08em;margin-bottom:18px;padding:6px 16px;text-transform:uppercase}.partner-hero-text h1{color:orange;font-family:Futura PT,sans-serif;font-size:56px;font-weight:900;line-height:1.1;margin-bottom:16px}.partner-hero-text h2{color:#ffffffe6;font-size:22px;font-weight:600;margin-bottom:24px}.partner-hero-badges{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:20px}.partner-badge{align-items:center;background:#0000002e;border-radius:999px;display:inline-flex;font-size:14px;gap:8px;padding:10px 16px}.partner-badge svg{font-size:16px}.partner-hero-note{color:#ffffffe6;font-size:16px;margin:0;max-width:640px}.partner-content-section{margin-top:-30px;padding:60px 0 90px;position:relative;z-index:1}.partner-content-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.partner-benefits-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:40px}.partner-benefits-card h3{color:#062265;font-family:Futura PT,sans-serif;font-size:28px;font-weight:800;margin-bottom:20px}.partner-benefits-list{list-style:none;margin:0 0 24px;padding:0}.partner-benefits-list li{align-items:flex-start;display:flex;gap:12px;padding:10px 0}.partner-benefit-icon{color:#28a745;flex-shrink:0;font-size:18px;margin-top:4px}.partner-benefits-list span{color:#4a5568;font-size:16px;line-height:1.6}.partner-teacher-highlight{align-items:flex-start;background:#0045850a;border:1px solid #0045851f;border-radius:16px;display:flex;gap:16px;margin-top:10px;padding:18px 20px}.partner-teacher-icon{color:#004585;font-size:32px}.partner-teacher-highlight h4{color:#062265;font-size:18px;font-weight:700;margin:0 0 6px}.partner-teacher-highlight p{color:#4a5568;font-size:15px;margin:0}.partner-form-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:40px 36px}.partner-form-card h3{color:#062265;font-family:Futura PT,sans-serif;font-size:24px;font-weight:800;margin-bottom:8px}.partner-form-card p{color:#6c6c6c;font-size:15px;margin-bottom:24px}.partner-form{display:flex;flex-direction:column;gap:18px}.partner-form-row{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.partner-form-group{display:flex;flex-direction:column;gap:6px}.partner-form-group label{color:#2d3748;font-size:14px;font-weight:600}.partner-form-group input,.partner-form-group textarea{border:1px solid #e2e8f0;border-radius:10px;font-family:Open Sans,sans-serif;font-size:14px;outline:none;padding:12px 14px;transition:all .2s ease}.partner-form-group input:focus,.partner-form-group textarea:focus{border-color:#004585;box-shadow:0 0 0 3px #00458526}.partner-form-group textarea{min-height:120px;resize:vertical}.required{color:#e53e3e}.partner-primary-btn{align-items:center;background:linear-gradient(135deg,#ffb100,#ff9f00);border:none;border-radius:12px;box-shadow:0 8px 25px #ffb10066;color:#004585;cursor:pointer;display:inline-flex;font-family:Futura PT,sans-serif;font-size:16px;font-weight:700;gap:10px;justify-content:center;padding:16px 28px;transition:all .3s ease;width:100%}.partner-primary-btn:hover:not(:disabled){box-shadow:0 12px 35px #ffb10080;transform:translateY(-2px)}.partner-primary-btn:disabled{cursor:not-allowed;opacity:.7}.partner-primary-btn svg{font-size:18px}.partner-secondary-btn{background:#0000;border:1px solid #ffffffb3;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;margin-top:16px;padding:12px 24px;transition:all .3s ease}.partner-secondary-btn:hover{background:#ffffff1a}.partner-small-print{color:#a0aec0;font-size:12px;margin-top:10px}.partner-hero-success{background:linear-gradient(135deg,#004585,#062265);padding:140px 0 80px}.partner-success-card{background:#fff;border-radius:24px;box-shadow:0 16px 50px #0000001f;margin:0 auto;max-width:640px;padding:40px 36px;text-align:center}.partner-success-icon{align-items:center;background:#28a7451f;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.partner-success-icon svg{color:#28a745;font-size:36px}.partner-success-card h1{color:#062265;font-family:Futura PT,sans-serif;font-size:28px;font-weight:800;margin-bottom:10px}.partner-success-card p{color:#4a5568;font-size:15px;margin:0}@media (max-width:991px){.partner-hero{padding:120px 0 60px}.partner-hero-text h1{font-size:42px}.partner-content-grid{grid-template-columns:1fr}.partner-benefits-card,.partner-form-card{padding:30px 24px}}@media (max-width:767px){.partner-hero{padding:100px 0 50px}.partner-hero-text h1{font-size:32px}.partner-hero-text h2{font-size:18px}.partner-hero-badges{gap:10px}.partner-form-row{grid-template-columns:1fr}}@media (max-width:575px){.partner-hero-text h1{font-size:28px}.partner-success-card{padding:32px 24px}}.error-boundary-container{align-items:center;background-color:#f4f8fc;display:flex;justify-content:center;min-height:100vh;padding:20px}.error-boundary-content{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;max-width:600px;padding:60px 40px;text-align:center}.error-icon{font-size:64px;margin-bottom:20px}.error-boundary-content h1{color:#004585;font-family:Futura PT,sans-serif;font-size:32px;font-weight:700;margin-bottom:15px}.error-message{color:#6c6c6c;font-size:18px;line-height:1.8;margin-bottom:30px}.error-details{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;margin:20px 0;padding:15px;text-align:left}.error-details summary{color:#495057;cursor:pointer;font-weight:600;margin-bottom:10px}.error-stack{word-wrap:break-word;background-color:#fff;border:1px solid #dee2e6;border-radius:4px;color:#dc3545;font-size:12px;margin-top:10px;overflow-x:auto;padding:10px;white-space:pre-wrap}.error-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.error-actions .btn{border:none;border-radius:12px;cursor:pointer;display:inline-block;font-family:Futura PT,sans-serif;font-size:18px;font-weight:700;padding:18px 40px;text-decoration:none;transition:all .3s ease}.error-actions .btn-primary{background-color:#ffb100;box-shadow:0 4px 15px #ffb1004d;color:#004585}.error-actions .btn-primary:hover{background-color:#ff9f00;box-shadow:0 6px 20px #ffb10066;transform:translateY(-2px)}.error-actions .btn-outline-primary{background-color:#004585;border:none;color:#fff}.error-actions .btn-outline-primary:hover{background-color:#062265;transform:translateY(-2px)}.cookie-banner{align-items:flex-start;animation:slideUp .4s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#004585fa,#062265fa);border-top:2px solid #ffb100;bottom:0;box-shadow:0 -8px 32px #0000004d;color:#fff;display:flex;gap:24px;justify-content:space-between;left:0;padding:20px 24px;position:fixed;right:0;z-index:9999}.cookie-banner-content{display:flex;flex:1 1;flex-direction:column;gap:6px}.cookie-banner-title{align-items:center;color:#fff;display:flex;font-family:Futura PT,sans-serif;font-size:16px;font-weight:700;gap:8px;letter-spacing:.5px;text-align:left}.cookie-banner-title:before{content:"🍪";filter:drop-shadow(0 2px 4px rgba(255,177,0,.3));font-size:20px}.cookie-banner-text{color:#ffffffe6;font-size:14px;line-height:1.6;max-width:700px;text-align:left}.cookie-banner-actions{display:flex;flex-shrink:0;gap:12px}.cookie-btn{border:none;border-radius:50px;cursor:pointer;font-family:Futura PT,sans-serif;font-size:14px;font-weight:700;letter-spacing:.5px;padding:12px 28px;transition:all .3s ease;white-space:nowrap}.cookie-btn-primary{background:#ffb100;box-shadow:0 4px 15px #ffb1004d;color:#062265}.cookie-btn-primary:hover{background:#ffa000;box-shadow:0 6px 20px #ffb10080;transform:translateY(-2px)}.cookie-btn-primary:active{transform:translateY(0)}.cookie-btn-secondary{background:#0000;border:2px solid #fff6;color:#fff}.cookie-btn-secondary:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-2px)}.cookie-btn-secondary:active{transform:translateY(0)}@media (max-width:768px){.cookie-banner{align-items:stretch;flex-direction:column;gap:20px;padding:24px 20px}.cookie-banner-title{font-size:15px}.cookie-banner-text{font-size:13px}.cookie-banner-actions{justify-content:stretch;width:100%}.cookie-btn{flex:1 1;padding:14px 20px}}@media (max-width:480px){.cookie-banner-actions{flex-direction:column-reverse;gap:10px}.cookie-btn{width:100%}}.exit-intent-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.exit-intent-popup{animation:slideUp .4s ease;background:#fff;border-radius:24px;box-shadow:0 30px 60px #0006;display:flex;max-width:800px;overflow:hidden;position:relative;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.exit-intent-left{align-items:center;background:linear-gradient(135deg,#004585,#036);color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;padding:40px 30px;position:relative}.shine-effect{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#fff0 70%);height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:0}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gift-visual{margin-bottom:20px;position:relative;z-index:1}.floating-emoji{animation:float 3s ease-in-out infinite;display:block;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));font-size:80px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.value-props{position:relative;text-align:center;z-index:1}.value-props h3{color:#ffb100;font-size:24px;font-weight:700;margin:0 0 15px}.value-props ul{display:inline-block;list-style:none;margin:0;padding:0;text-align:left}.value-props li{align-items:center;display:flex;font-size:16px;gap:10px;margin-bottom:10px;opacity:.9}.exit-intent-right{background:#fff;display:flex;flex:1.2 1;flex-direction:column;justify-content:center;padding:40px;position:relative}.exit-intent-close{background:none;border:none;color:#ccc;cursor:pointer;font-size:28px;line-height:1;position:absolute;right:15px;top:15px;transition:color .2s;z-index:10}.exit-intent-close:hover{color:#004585}.exit-intent-header{margin-bottom:25px;text-align:center}.exit-intent-header h2{color:#004585;font-size:26px;font-weight:800;margin:0 0 8px}.exit-intent-header p{color:#666;font-size:15px;line-height:1.5;margin:0}.exit-intent-header strong{color:#004585}.exit-intent-form{display:flex;flex-direction:column;gap:14px}.form-group input{border:2px solid #e1e4e8;border-radius:10px;box-sizing:border-box;font-size:15px;padding:12px 16px;transition:all .2s;width:100%}.form-group input:focus{border-color:#004585;box-shadow:0 0 0 3px #0045851a;outline:none}.form-group input.error{border-color:#ef4444}.input-with-icon{position:relative}.input-icon{font-size:18px;left:14px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.input-with-icon input{padding-left:42px}.error-text{color:#ef4444;display:block;font-size:12px;margin-top:4px}.divider{align-items:center;color:#aaa;display:flex;font-size:13px;gap:12px;margin:2px 0}.divider:after,.divider:before{background:#eee;content:"";flex:1 1;height:1px}.exit-intent-submit{background:linear-gradient(135deg,#ffb100,#ff9500);border:none;border-radius:10px;box-shadow:0 4px 15px #ffb1004d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:10px;padding:16px;transition:all .2s}.exit-intent-submit:hover:not(:disabled){box-shadow:0 6px 20px #ffb10066;transform:translateY(-2px)}.exit-intent-submit:disabled{cursor:not-allowed;opacity:.7}.privacy-note{color:#999;font-size:12px;margin:10px 0 0;text-align:center}@media (max-width:768px){.exit-intent-popup{flex-direction:column;max-width:400px}.exit-intent-left{flex:0 1;padding:24px}.gift-visual{margin-bottom:15px}.floating-emoji{font-size:50px}.value-props h3{font-size:20px}.value-props ul{display:none}.exit-intent-right{padding:24px}}@font-face{font-family:flaticon;src:url(/static/media/flaticon.e3c94e9e50cde102bb68.ttf) format("truetype"),url(/static/media/flaticon.c39e0c392cafd1de967a.woff) format("woff"),url(/static/media/flaticon.84369f68962d3e64abe4.woff2) format("woff2"),url(/static/media/flaticon.a28692c835684bdcf6cb.eot#iefix) format("embedded-opentype"),url(/static/media/flaticon.28ed193fd823e5c9eb6a.svg#flaticon) format("svg")}i[class*=" flaticon-"]:before,i[class^=flaticon-]:before{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:flaticon!important;font-style:normal;font-variant:normal;font-weight:400!important;line-height:1;text-transform:none}.flaticon-loupe:before{content:"\f101"}.flaticon-shopping-cart:before{content:"\f102"}.flaticon-shopping-cart-1:before{content:"\f103"}.flaticon-shopping-bag:before{content:"\f104"}.flaticon-shopping-cart-2:before{content:"\f105"}.flaticon-placeholder:before{content:"\f106"}.flaticon-email:before{content:"\f107"}.flaticon-play-button:before{content:"\f108"}.flaticon-user:before{content:"\f109"}.flaticon-quotation:before{content:"\f10a"}.flaticon-quotation-1:before{content:"\f10b"}.flaticon-house:before{content:"\f10c"}.flaticon-phone-call:before{content:"\f10d"}.flaticon-badge:before{content:"\f10e"}.flaticon-vegan:before{content:"\f10f"}.flaticon-diary:before{content:"\f110"}.flaticon-support:before{content:"\f111"}.flaticon-family:before{content:"\f112"}.flaticon-broken-arm:before{content:"\f113"}.flaticon-wounded:before{content:"\f114"}.flaticon-handcuffs:before{content:"\f115"}.flaticon-graduation-cap:before{content:"\f116"}.flaticon-book:before{content:"\f117"}.flaticon-auction:before{content:"\f118"}.flaticon-balance:before{content:"\f119"}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;color:#fff;padding:20px}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.21b950de.css.map*/