:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}/*!
 *  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;src:url(/assets/fontawesome-webfont-G5YE5S7X.eot?v=4.7.0);src:url(/assets/fontawesome-webfont-G5YE5S7X.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/assets/fontawesome-webfont-B-jkhYfk.woff2?v=4.7.0) format("woff2"),url(/assets/fontawesome-webfont-CDK5bt4p.woff?v=4.7.0) format("woff"),url(/assets/fontawesome-webfont-CQDK8MU3.ttf?v=4.7.0) format("truetype"),url(/assets/fontawesome-webfont-D13rzr4g.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font: 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-star-o:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-camera:before{content:""}.fa-list:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-github-square:before{content:""}.fa-lemon-o:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-credit-card:before{content:""}.fa-hdd-o:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-tasks:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-magic:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-desktop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-exclamation:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-unlock-alt:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-youtube-square:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-reddit-square:before{content:""}.fa-spoon:before{content:""}.fa-behance-square:before{content:""}.fa-steam-square:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-bell-slash-o:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm-square:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-heartbeat:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-facebook-official:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-mouse-pointer:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-vimeo:before{content:""}.fa-credit-card-alt:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-percent:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-volume-control-phone:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open-o:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-eercast:before{content:""}.fa-snowflake-o:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"0"}.fa-1:before{content:"1"}.fa-2:before{content:"2"}.fa-3:before{content:"3"}.fa-4:before{content:"4"}.fa-5:before{content:"5"}.fa-6:before{content:"6"}.fa-7:before{content:"7"}.fa-8:before{content:"8"}.fa-9:before{content:"9"}.fa-fill-drip:before{content:""}.fa-arrows-to-circle:before{content:""}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:""}.fa-at:before{content:"@"}.fa-trash-alt:before,.fa-trash-can:before{content:""}.fa-text-height:before{content:""}.fa-user-times:before,.fa-user-xmark:before{content:""}.fa-stethoscope:before{content:""}.fa-comment-alt:before,.fa-message:before{content:""}.fa-info:before{content:""}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:""}.fa-explosion:before{content:""}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:""}.fa-wave-square:before{content:""}.fa-ring:before{content:""}.fa-building-un:before{content:""}.fa-dice-three:before{content:""}.fa-calendar-alt:before,.fa-calendar-days:before{content:""}.fa-anchor-circle-check:before{content:""}.fa-building-circle-arrow-right:before{content:""}.fa-volleyball-ball:before,.fa-volleyball:before{content:""}.fa-arrows-up-to-line:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-circle-minus:before,.fa-minus-circle:before{content:""}.fa-door-open:before{content:""}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:""}.fa-atom:before{content:""}.fa-soap:before{content:""}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:""}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:""}.fa-bridge-circle-check:before{content:""}.fa-pump-medical:before{content:""}.fa-fingerprint:before{content:""}.fa-hand-point-right:before{content:""}.fa-magnifying-glass-location:before,.fa-search-location:before{content:""}.fa-forward-step:before,.fa-step-forward:before{content:""}.fa-face-smile-beam:before,.fa-smile-beam:before{content:""}.fa-flag-checkered:before{content:""}.fa-football-ball:before,.fa-football:before{content:""}.fa-school-circle-exclamation:before{content:""}.fa-crop:before{content:""}.fa-angle-double-down:before,.fa-angles-down:before{content:""}.fa-users-rectangle:before{content:""}.fa-people-roof:before{content:""}.fa-people-line:before{content:""}.fa-beer-mug-empty:before,.fa-beer:before{content:""}.fa-diagram-predecessor:before{content:""}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:""}.fa-burn:before,.fa-fire-flame-simple:before{content:""}.fa-male:before,.fa-person:before{content:""}.fa-laptop:before{content:""}.fa-file-csv:before{content:""}.fa-menorah:before{content:""}.fa-truck-plane:before{content:""}.fa-record-vinyl:before{content:""}.fa-face-grin-stars:before,.fa-grin-stars:before{content:""}.fa-bong:before{content:""}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:""}.fa-arrow-down-up-across-line:before{content:""}.fa-spoon:before,.fa-utensil-spoon:before{content:""}.fa-jar-wheat:before{content:""}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:""}.fa-file-circle-exclamation:before{content:""}.fa-circle-h:before,.fa-hospital-symbol:before{content:""}.fa-pager:before{content:""}.fa-address-book:before,.fa-contact-book:before{content:""}.fa-strikethrough:before{content:""}.fa-k:before{content:"K"}.fa-landmark-flag:before{content:""}.fa-pencil-alt:before,.fa-pencil:before{content:""}.fa-backward:before{content:""}.fa-caret-right:before{content:""}.fa-comments:before{content:""}.fa-file-clipboard:before,.fa-paste:before{content:""}.fa-code-pull-request:before{content:""}.fa-clipboard-list:before{content:""}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:""}.fa-user-check:before{content:""}.fa-vial-virus:before{content:""}.fa-sheet-plastic:before{content:""}.fa-blog:before{content:""}.fa-user-ninja:before{content:""}.fa-person-arrow-up-from-line:before{content:""}.fa-scroll-torah:before,.fa-torah:before{content:""}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:""}.fa-toggle-off:before{content:""}.fa-archive:before,.fa-box-archive:before{content:""}.fa-person-drowning:before{content:""}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:""}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:""}.fa-spray-can:before{content:""}.fa-truck-monster:before{content:""}.fa-w:before{content:"W"}.fa-earth-africa:before,.fa-globe-africa:before{content:""}.fa-rainbow:before{content:""}.fa-circle-notch:before{content:""}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:""}.fa-paw:before{content:""}.fa-cloud:before{content:""}.fa-trowel-bricks:before{content:""}.fa-face-flushed:before,.fa-flushed:before{content:""}.fa-hospital-user:before{content:""}.fa-tent-arrow-left-right:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-binoculars:before{content:""}.fa-microphone-slash:before{content:""}.fa-box-tissue:before{content:""}.fa-motorcycle:before{content:""}.fa-bell-concierge:before,.fa-concierge-bell:before{content:""}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:""}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:""}.fa-mars-and-venus-burst:before{content:""}.fa-caret-square-right:before,.fa-square-caret-right:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-sun-plant-wilt:before{content:""}.fa-toilets-portable:before{content:""}.fa-hockey-puck:before{content:""}.fa-table:before{content:""}.fa-magnifying-glass-arrow-right:before{content:""}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:""}.fa-users-slash:before{content:""}.fa-clover:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-star-and-crescent:before{content:""}.fa-house-fire:before{content:""}.fa-minus-square:before,.fa-square-minus:before{content:""}.fa-helicopter:before{content:""}.fa-compass:before{content:""}.fa-caret-square-down:before,.fa-square-caret-down:before{content:""}.fa-file-circle-question:before{content:""}.fa-laptop-code:before{content:""}.fa-swatchbook:before{content:""}.fa-prescription-bottle:before{content:""}.fa-bars:before,.fa-navicon:before{content:""}.fa-people-group:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-heart-broken:before,.fa-heart-crack:before{content:""}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:""}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:""}.fa-film:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-people-robbery:before{content:""}.fa-lightbulb:before{content:""}.fa-caret-left:before{content:""}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:""}.fa-school-circle-xmark:before{content:""}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:""}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:""}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-headphones-alt:before,.fa-headphones-simple:before{content:""}.fa-sitemap:before{content:""}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:""}.fa-memory:before{content:""}.fa-road-spikes:before{content:""}.fa-fire-burner:before{content:""}.fa-flag:before{content:""}.fa-hanukiah:before{content:""}.fa-feather:before{content:""}.fa-volume-down:before,.fa-volume-low:before{content:""}.fa-comment-slash:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-compress:before{content:""}.fa-wheat-alt:before,.fa-wheat-awn:before{content:""}.fa-ankh:before{content:""}.fa-hands-holding-child:before{content:""}.fa-asterisk:before{content:"*"}.fa-check-square:before,.fa-square-check:before{content:""}.fa-peseta-sign:before{content:""}.fa-header:before,.fa-heading:before{content:""}.fa-ghost:before{content:""}.fa-list-squares:before,.fa-list:before{content:""}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:""}.fa-cart-plus:before{content:""}.fa-gamepad:before{content:""}.fa-circle-dot:before,.fa-dot-circle:before{content:""}.fa-dizzy:before,.fa-face-dizzy:before{content:""}.fa-egg:before{content:""}.fa-house-medical-circle-xmark:before{content:""}.fa-campground:before{content:""}.fa-folder-plus:before{content:""}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:""}.fa-paint-brush:before,.fa-paintbrush:before{content:""}.fa-lock:before{content:""}.fa-gas-pump:before{content:""}.fa-hot-tub-person:before,.fa-hot-tub:before{content:""}.fa-map-location:before,.fa-map-marked:before{content:""}.fa-house-flood-water:before{content:""}.fa-tree:before{content:""}.fa-bridge-lock:before{content:""}.fa-sack-dollar:before{content:""}.fa-edit:before,.fa-pen-to-square:before{content:""}.fa-car-side:before{content:""}.fa-share-alt:before,.fa-share-nodes:before{content:""}.fa-heart-circle-minus:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-microscope:before{content:""}.fa-sink:before{content:""}.fa-bag-shopping:before,.fa-shopping-bag:before{content:""}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:""}.fa-mitten:before{content:""}.fa-person-rays:before{content:""}.fa-users:before{content:""}.fa-eye-slash:before{content:""}.fa-flask-vial:before{content:""}.fa-hand-paper:before,.fa-hand:before{content:""}.fa-om:before{content:""}.fa-worm:before{content:""}.fa-house-circle-xmark:before{content:""}.fa-plug:before{content:""}.fa-chevron-up:before{content:""}.fa-hand-spock:before{content:""}.fa-stopwatch:before{content:""}.fa-face-kiss:before,.fa-kiss:before{content:""}.fa-bridge-circle-xmark:before{content:""}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:""}.fa-chess-bishop:before{content:""}.fa-face-grin-wink:before,.fa-grin-wink:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:""}.fa-road-circle-check:before{content:""}.fa-dice-five:before{content:""}.fa-rss-square:before,.fa-square-rss:before{content:""}.fa-land-mine-on:before{content:""}.fa-i-cursor:before{content:""}.fa-stamp:before{content:""}.fa-stairs:before{content:""}.fa-i:before{content:"I"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:""}.fa-pills:before{content:""}.fa-face-grin-wide:before,.fa-grin-alt:before{content:""}.fa-tooth:before{content:""}.fa-v:before{content:"V"}.fa-bangladeshi-taka-sign:before{content:""}.fa-bicycle:before{content:""}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-ambulance:before,.fa-truck-medical:before{content:""}.fa-wheat-awn-circle-exclamation:before{content:""}.fa-snowman:before{content:""}.fa-mortar-pestle:before{content:""}.fa-road-barrier:before{content:""}.fa-school:before{content:""}.fa-igloo:before{content:""}.fa-joint:before{content:""}.fa-angle-right:before{content:""}.fa-horse:before{content:""}.fa-q:before{content:"Q"}.fa-g:before{content:"G"}.fa-notes-medical:before{content:""}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-dong-sign:before{content:""}.fa-capsules:before{content:""}.fa-poo-bolt:before,.fa-poo-storm:before{content:""}.fa-face-frown-open:before,.fa-frown-open:before{content:""}.fa-hand-point-up:before{content:""}.fa-money-bill:before{content:""}.fa-bookmark:before{content:""}.fa-align-justify:before{content:""}.fa-umbrella-beach:before{content:""}.fa-helmet-un:before{content:""}.fa-bullseye:before{content:""}.fa-bacon:before{content:""}.fa-hand-point-down:before{content:""}.fa-arrow-up-from-bracket:before{content:""}.fa-folder-blank:before,.fa-folder:before{content:""}.fa-file-medical-alt:before,.fa-file-waveform:before{content:""}.fa-radiation:before{content:""}.fa-chart-simple:before{content:""}.fa-mars-stroke:before{content:""}.fa-vial:before{content:""}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:""}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:""}.fa-e:before{content:"E"}.fa-pen-alt:before,.fa-pen-clip:before{content:""}.fa-bridge-circle-exclamation:before{content:""}.fa-user:before{content:""}.fa-school-circle-check:before{content:""}.fa-dumpster:before{content:""}.fa-shuttle-van:before,.fa-van-shuttle:before{content:""}.fa-building-user:before{content:""}.fa-caret-square-left:before,.fa-square-caret-left:before{content:""}.fa-highlighter:before{content:""}.fa-key:before{content:""}.fa-bullhorn:before{content:""}.fa-globe:before{content:""}.fa-synagogue:before{content:""}.fa-person-half-dress:before{content:""}.fa-road-bridge:before{content:""}.fa-location-arrow:before{content:""}.fa-c:before{content:"C"}.fa-tablet-button:before{content:""}.fa-building-lock:before{content:""}.fa-pizza-slice:before{content:""}.fa-money-bill-wave:before{content:""}.fa-area-chart:before,.fa-chart-area:before{content:""}.fa-house-flag:before{content:""}.fa-person-circle-minus:before{content:""}.fa-ban:before,.fa-cancel:before{content:""}.fa-camera-rotate:before{content:""}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:""}.fa-star:before{content:""}.fa-repeat:before{content:""}.fa-cross:before{content:""}.fa-box:before{content:""}.fa-venus-mars:before{content:""}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:""}.fa-expand-arrows-alt:before,.fa-maximize:before{content:""}.fa-charging-station:before{content:""}.fa-shapes:before,.fa-triangle-circle-square:before{content:""}.fa-random:before,.fa-shuffle:before{content:""}.fa-person-running:before,.fa-running:before{content:""}.fa-mobile-retro:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-spider:before{content:""}.fa-hands-bound:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-plane-circle-exclamation:before{content:""}.fa-x-ray:before{content:""}.fa-spell-check:before{content:""}.fa-slash:before{content:""}.fa-computer-mouse:before,.fa-mouse:before{content:""}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:""}.fa-shop-slash:before,.fa-store-alt-slash:before{content:""}.fa-server:before{content:""}.fa-virus-covid-slash:before{content:""}.fa-shop-lock:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-blender-phone:before{content:""}.fa-building-wheat:before{content:""}.fa-person-breastfeeding:before{content:""}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:""}.fa-venus:before{content:""}.fa-passport:before{content:""}.fa-heart-pulse:before,.fa-heartbeat:before{content:""}.fa-people-carry-box:before,.fa-people-carry:before{content:""}.fa-temperature-high:before{content:""}.fa-microchip:before{content:""}.fa-crown:before{content:""}.fa-weight-hanging:before{content:""}.fa-xmarks-lines:before{content:""}.fa-file-prescription:before{content:""}.fa-weight-scale:before,.fa-weight:before{content:""}.fa-user-friends:before,.fa-user-group:before{content:""}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:""}.fa-chess-knight:before{content:""}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:""}.fa-wheelchair:before{content:""}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:""}.fa-toggle-on:before{content:""}.fa-person-walking:before,.fa-walking:before{content:""}.fa-l:before{content:"L"}.fa-fire:before{content:""}.fa-bed-pulse:before,.fa-procedures:before{content:""}.fa-shuttle-space:before,.fa-space-shuttle:before{content:""}.fa-face-laugh:before,.fa-laugh:before{content:""}.fa-folder-open:before{content:""}.fa-heart-circle-plus:before{content:""}.fa-code-fork:before{content:""}.fa-city:before{content:""}.fa-microphone-alt:before,.fa-microphone-lines:before{content:""}.fa-pepper-hot:before{content:""}.fa-unlock:before{content:""}.fa-colon-sign:before{content:""}.fa-headset:before{content:""}.fa-store-slash:before{content:""}.fa-road-circle-xmark:before{content:""}.fa-user-minus:before{content:""}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:""}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:""}.fa-clipboard:before{content:""}.fa-house-circle-exclamation:before{content:""}.fa-file-arrow-up:before,.fa-file-upload:before{content:""}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:""}.fa-bath:before,.fa-bathtub:before{content:""}.fa-underline:before{content:""}.fa-user-edit:before,.fa-user-pen:before{content:""}.fa-signature:before{content:""}.fa-stroopwafel:before{content:""}.fa-bold:before{content:""}.fa-anchor-lock:before{content:""}.fa-building-ngo:before{content:""}.fa-manat-sign:before{content:""}.fa-not-equal:before{content:""}.fa-border-style:before,.fa-border-top-left:before{content:""}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:""}.fa-jedi:before{content:""}.fa-poll:before,.fa-square-poll-vertical:before{content:""}.fa-mug-hot:before{content:""}.fa-battery-car:before,.fa-car-battery:before{content:""}.fa-gift:before{content:""}.fa-dice-two:before{content:""}.fa-chess-queen:before{content:""}.fa-glasses:before{content:""}.fa-chess-board:before{content:""}.fa-building-circle-check:before{content:""}.fa-person-chalkboard:before{content:""}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:""}.fa-hand-back-fist:before,.fa-hand-rock:before{content:""}.fa-caret-square-up:before,.fa-square-caret-up:before{content:""}.fa-cloud-showers-water:before{content:""}.fa-bar-chart:before,.fa-chart-bar:before{content:""}.fa-hands-bubbles:before,.fa-hands-wash:before{content:""}.fa-less-than-equal:before{content:""}.fa-train:before{content:""}.fa-eye-low-vision:before,.fa-low-vision:before{content:""}.fa-crow:before{content:""}.fa-sailboat:before{content:""}.fa-window-restore:before{content:""}.fa-plus-square:before,.fa-square-plus:before{content:""}.fa-torii-gate:before{content:""}.fa-frog:before{content:""}.fa-bucket:before{content:""}.fa-image:before{content:""}.fa-microphone:before{content:""}.fa-cow:before{content:""}.fa-caret-up:before{content:""}.fa-screwdriver:before{content:""}.fa-folder-closed:before{content:""}.fa-house-tsunami:before{content:""}.fa-square-nfi:before{content:""}.fa-arrow-up-from-ground-water:before{content:""}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:""}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:""}.fa-columns:before,.fa-table-columns:before{content:""}.fa-lemon:before{content:""}.fa-head-side-mask:before{content:""}.fa-handshake:before{content:""}.fa-gem:before{content:""}.fa-dolly-box:before,.fa-dolly:before{content:""}.fa-smoking:before{content:""}.fa-compress-arrows-alt:before,.fa-minimize:before{content:""}.fa-monument:before{content:""}.fa-snowplow:before{content:""}.fa-angle-double-right:before,.fa-angles-right:before{content:""}.fa-cannabis:before{content:""}.fa-circle-play:before,.fa-play-circle:before{content:""}.fa-tablets:before{content:""}.fa-ethernet:before{content:""}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:""}.fa-chair:before{content:""}.fa-check-circle:before,.fa-circle-check:before{content:""}.fa-circle-stop:before,.fa-stop-circle:before{content:""}.fa-compass-drafting:before,.fa-drafting-compass:before{content:""}.fa-plate-wheat:before{content:""}.fa-icicles:before{content:""}.fa-person-shelter:before{content:""}.fa-neuter:before{content:""}.fa-id-badge:before{content:""}.fa-marker:before{content:""}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:""}.fa-helicopter-symbol:before{content:""}.fa-universal-access:before{content:""}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:""}.fa-lari-sign:before{content:""}.fa-volcano:before{content:""}.fa-person-walking-dashed-line-arrow-right:before{content:""}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:""}.fa-viruses:before{content:""}.fa-square-person-confined:before{content:""}.fa-user-tie:before{content:""}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:""}.fa-tent-arrow-down-to-line:before{content:""}.fa-certificate:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-suitcase:before{content:""}.fa-person-skating:before,.fa-skating:before{content:""}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:""}.fa-camera-retro:before{content:""}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:""}.fa-arrow-right-to-file:before,.fa-file-import:before{content:""}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:""}.fa-box-open:before{content:""}.fa-scroll:before{content:""}.fa-spa:before{content:""}.fa-location-pin-lock:before{content:""}.fa-pause:before{content:""}.fa-hill-avalanche:before{content:""}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-bomb:before{content:""}.fa-registered:before{content:""}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:""}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:""}.fa-subscript:before{content:""}.fa-diamond-turn-right:before,.fa-directions:before{content:""}.fa-burst:before{content:""}.fa-house-laptop:before,.fa-laptop-house:before{content:""}.fa-face-tired:before,.fa-tired:before{content:""}.fa-money-bills:before{content:""}.fa-smog:before{content:""}.fa-crutch:before{content:""}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:""}.fa-palette:before{content:""}.fa-arrows-turn-right:before{content:""}.fa-vest:before{content:""}.fa-ferry:before{content:""}.fa-arrows-down-to-people:before{content:""}.fa-seedling:before,.fa-sprout:before{content:""}.fa-arrows-alt-h:before,.fa-left-right:before{content:""}.fa-boxes-packing:before{content:""}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:""}.fa-group-arrows-rotate:before{content:""}.fa-bowl-food:before{content:""}.fa-candy-cane:before{content:""}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:""}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:""}.fa-remove-format:before,.fa-text-slash:before{content:""}.fa-face-smile-wink:before,.fa-smile-wink:before{content:""}.fa-file-word:before{content:""}.fa-file-powerpoint:before{content:""}.fa-arrows-h:before,.fa-arrows-left-right:before{content:""}.fa-house-lock:before{content:""}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:""}.fa-children:before{content:""}.fa-blackboard:before,.fa-chalkboard:before{content:""}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:""}.fa-envelope-open:before{content:""}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:""}.fa-mattress-pillow:before{content:""}.fa-guarani-sign:before{content:""}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-cruzeiro-sign:before{content:""}.fa-greater-than-equal:before{content:""}.fa-shield-alt:before,.fa-shield-halved:before{content:""}.fa-atlas:before,.fa-book-atlas:before{content:""}.fa-virus:before{content:""}.fa-envelope-circle-check:before{content:""}.fa-layer-group:before{content:""}.fa-arrows-to-dot:before{content:""}.fa-archway:before{content:""}.fa-heart-circle-check:before{content:""}.fa-house-chimney-crack:before,.fa-house-damage:before{content:""}.fa-file-archive:before,.fa-file-zipper:before{content:""}.fa-square:before{content:""}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:""}.fa-couch:before{content:""}.fa-cedi-sign:before{content:""}.fa-italic:before{content:""}.fa-church:before{content:""}.fa-comments-dollar:before{content:""}.fa-democrat:before{content:""}.fa-z:before{content:"Z"}.fa-person-skiing:before,.fa-skiing:before{content:""}.fa-road-lock:before{content:""}.fa-a:before{content:"A"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:""}.fa-feather-alt:before,.fa-feather-pointed:before{content:""}.fa-p:before{content:"P"}.fa-snowflake:before{content:""}.fa-newspaper:before{content:""}.fa-ad:before,.fa-rectangle-ad:before{content:""}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:""}.fa-filter-circle-xmark:before{content:""}.fa-locust:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:""}.fa-person-dress-burst:before{content:""}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:""}.fa-vector-square:before{content:""}.fa-bread-slice:before{content:""}.fa-language:before{content:""}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:""}.fa-filter:before{content:""}.fa-question:before{content:"?"}.fa-file-signature:before{content:""}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:""}.fa-house-chimney-user:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-puzzle-piece:before{content:""}.fa-money-check:before{content:""}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:""}.fa-code:before{content:""}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:""}.fa-building-circle-exclamation:before{content:""}.fa-magnifying-glass-chart:before{content:""}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:""}.fa-cubes-stacked:before{content:""}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:""}.fa-virus-covid:before{content:""}.fa-austral-sign:before{content:""}.fa-f:before{content:"F"}.fa-leaf:before{content:""}.fa-road:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-person-circle-plus:before{content:""}.fa-chart-pie:before,.fa-pie-chart:before{content:""}.fa-bolt-lightning:before{content:""}.fa-sack-xmark:before{content:""}.fa-file-excel:before{content:""}.fa-file-contract:before{content:""}.fa-fish-fins:before{content:""}.fa-building-flag:before{content:""}.fa-face-grin-beam:before,.fa-grin-beam:before{content:""}.fa-object-ungroup:before{content:""}.fa-poop:before{content:""}.fa-location-pin:before,.fa-map-marker:before{content:""}.fa-kaaba:before{content:""}.fa-toilet-paper:before{content:""}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:""}.fa-eject:before{content:""}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:""}.fa-plane-circle-check:before{content:""}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:""}.fa-object-group:before{content:""}.fa-chart-line:before,.fa-line-chart:before{content:""}.fa-mask-ventilator:before{content:""}.fa-arrow-right:before{content:""}.fa-map-signs:before,.fa-signs-post:before{content:""}.fa-cash-register:before{content:""}.fa-person-circle-question:before{content:""}.fa-h:before{content:"H"}.fa-tarp:before{content:""}.fa-screwdriver-wrench:before,.fa-tools:before{content:""}.fa-arrows-to-eye:before{content:""}.fa-plug-circle-bolt:before{content:""}.fa-heart:before{content:""}.fa-mars-and-venus:before{content:""}.fa-home-user:before,.fa-house-user:before{content:""}.fa-dumpster-fire:before{content:""}.fa-house-crack:before{content:""}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:""}.fa-face-surprise:before,.fa-surprise:before{content:""}.fa-bottle-water:before{content:""}.fa-circle-pause:before,.fa-pause-circle:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-apple-alt:before,.fa-apple-whole:before{content:""}.fa-kitchen-set:before{content:""}.fa-r:before{content:"R"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-cube:before{content:""}.fa-bitcoin-sign:before{content:""}.fa-shield-dog:before{content:""}.fa-solar-panel:before{content:""}.fa-lock-open:before{content:""}.fa-elevator:before{content:""}.fa-money-bill-transfer:before{content:""}.fa-money-bill-trend-up:before{content:""}.fa-house-flood-water-circle-arrow-right:before{content:""}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:""}.fa-circle:before{content:""}.fa-backward-fast:before,.fa-fast-backward:before{content:""}.fa-recycle:before{content:""}.fa-user-astronaut:before{content:""}.fa-plane-slash:before{content:""}.fa-trademark:before{content:""}.fa-basketball-ball:before,.fa-basketball:before{content:""}.fa-satellite-dish:before{content:""}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:""}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:""}.fa-volume-high:before,.fa-volume-up:before{content:""}.fa-users-rays:before{content:""}.fa-wallet:before{content:""}.fa-clipboard-check:before{content:""}.fa-file-audio:before{content:""}.fa-burger:before,.fa-hamburger:before{content:""}.fa-wrench:before{content:""}.fa-bugs:before{content:""}.fa-rupee-sign:before,.fa-rupee:before{content:""}.fa-file-image:before{content:""}.fa-circle-question:before,.fa-question-circle:before{content:""}.fa-plane-departure:before{content:""}.fa-handshake-slash:before{content:""}.fa-book-bookmark:before{content:""}.fa-code-branch:before{content:""}.fa-hat-cowboy:before{content:""}.fa-bridge:before{content:""}.fa-phone-alt:before,.fa-phone-flip:before{content:""}.fa-truck-front:before{content:""}.fa-cat:before{content:""}.fa-anchor-circle-exclamation:before{content:""}.fa-truck-field:before{content:""}.fa-route:before{content:""}.fa-clipboard-question:before{content:""}.fa-panorama:before{content:""}.fa-comment-medical:before{content:""}.fa-teeth-open:before{content:""}.fa-file-circle-minus:before{content:""}.fa-tags:before{content:""}.fa-wine-glass:before{content:""}.fa-fast-forward:before,.fa-forward-fast:before{content:""}.fa-face-meh-blank:before,.fa-meh-blank:before{content:""}.fa-parking:before,.fa-square-parking:before{content:""}.fa-house-signal:before{content:""}.fa-bars-progress:before,.fa-tasks-alt:before{content:""}.fa-faucet-drip:before{content:""}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:""}.fa-ban-smoking:before,.fa-smoking-ban:before{content:""}.fa-terminal:before{content:""}.fa-mobile-button:before{content:""}.fa-house-medical-flag:before{content:""}.fa-basket-shopping:before,.fa-shopping-basket:before{content:""}.fa-tape:before{content:""}.fa-bus-alt:before,.fa-bus-simple:before{content:""}.fa-eye:before{content:""}.fa-face-sad-cry:before,.fa-sad-cry:before{content:""}.fa-audio-description:before{content:""}.fa-person-military-to-person:before{content:""}.fa-file-shield:before{content:""}.fa-user-slash:before{content:""}.fa-pen:before{content:""}.fa-tower-observation:before{content:""}.fa-file-code:before{content:""}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:""}.fa-bus:before{content:""}.fa-heart-circle-xmark:before{content:""}.fa-home-lg:before,.fa-house-chimney:before{content:""}.fa-window-maximize:before{content:""}.fa-face-frown:before,.fa-frown:before{content:""}.fa-prescription:before{content:""}.fa-shop:before,.fa-store-alt:before{content:""}.fa-floppy-disk:before,.fa-save:before{content:""}.fa-vihara:before{content:""}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-comment-dots:before,.fa-commenting:before{content:""}.fa-plant-wilt:before{content:""}.fa-diamond:before{content:""}.fa-face-grin-squint:before,.fa-grin-squint:before{content:""}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:""}.fa-bacterium:before{content:""}.fa-hand-pointer:before{content:""}.fa-drum-steelpan:before{content:""}.fa-hand-scissors:before{content:""}.fa-hands-praying:before,.fa-praying-hands:before{content:""}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:""}.fa-biohazard:before{content:""}.fa-location-crosshairs:before,.fa-location:before{content:""}.fa-mars-double:before{content:""}.fa-child-dress:before{content:""}.fa-users-between-lines:before{content:""}.fa-lungs-virus:before{content:""}.fa-face-grin-tears:before,.fa-grin-tears:before{content:""}.fa-phone:before{content:""}.fa-calendar-times:before,.fa-calendar-xmark:before{content:""}.fa-child-reaching:before{content:""}.fa-head-side-virus:before{content:""}.fa-user-cog:before,.fa-user-gear:before{content:""}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:""}.fa-door-closed:before{content:""}.fa-shield-virus:before{content:""}.fa-dice-six:before{content:""}.fa-mosquito-net:before{content:""}.fa-bridge-water:before{content:""}.fa-person-booth:before{content:""}.fa-text-width:before{content:""}.fa-hat-wizard:before{content:""}.fa-pen-fancy:before{content:""}.fa-digging:before,.fa-person-digging:before{content:""}.fa-trash:before{content:""}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:""}.fa-book-medical:before{content:""}.fa-poo:before{content:""}.fa-quote-right-alt:before,.fa-quote-right:before{content:""}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:""}.fa-cubes:before{content:""}.fa-divide:before{content:""}.fa-tenge-sign:before,.fa-tenge:before{content:""}.fa-headphones:before{content:""}.fa-hands-holding:before{content:""}.fa-hands-clapping:before{content:""}.fa-republican:before{content:""}.fa-arrow-left:before{content:""}.fa-person-circle-xmark:before{content:""}.fa-ruler:before{content:""}.fa-align-left:before{content:""}.fa-dice-d6:before{content:""}.fa-restroom:before{content:""}.fa-j:before{content:"J"}.fa-users-viewfinder:before{content:""}.fa-file-video:before{content:""}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:""}.fa-table-cells:before,.fa-th:before{content:""}.fa-file-pdf:before{content:""}.fa-bible:before,.fa-book-bible:before{content:""}.fa-o:before{content:"O"}.fa-medkit:before,.fa-suitcase-medical:before{content:""}.fa-user-secret:before{content:""}.fa-otter:before{content:""}.fa-female:before,.fa-person-dress:before{content:""}.fa-comment-dollar:before{content:""}.fa-briefcase-clock:before,.fa-business-time:before{content:""}.fa-table-cells-large:before,.fa-th-large:before{content:""}.fa-book-tanakh:before,.fa-tanakh:before{content:""}.fa-phone-volume:before,.fa-volume-control-phone:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-clipboard-user:before{content:""}.fa-child:before{content:""}.fa-lira-sign:before{content:""}.fa-satellite:before{content:""}.fa-plane-lock:before{content:""}.fa-tag:before{content:""}.fa-comment:before{content:""}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:""}.fa-envelope:before{content:""}.fa-angle-double-up:before,.fa-angles-up:before{content:""}.fa-paperclip:before{content:""}.fa-arrow-right-to-city:before{content:""}.fa-ribbon:before{content:""}.fa-lungs:before{content:""}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:""}.fa-litecoin-sign:before{content:""}.fa-border-none:before{content:""}.fa-circle-nodes:before{content:""}.fa-parachute-box:before{content:""}.fa-indent:before{content:""}.fa-truck-field-un:before{content:""}.fa-hourglass-empty:before,.fa-hourglass:before{content:""}.fa-mountain:before{content:""}.fa-user-doctor:before,.fa-user-md:before{content:""}.fa-circle-info:before,.fa-info-circle:before{content:""}.fa-cloud-meatball:before{content:""}.fa-camera-alt:before,.fa-camera:before{content:""}.fa-square-virus:before{content:""}.fa-meteor:before{content:""}.fa-car-on:before{content:""}.fa-sleigh:before{content:""}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:""}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:""}.fa-water:before{content:""}.fa-calendar-check:before{content:""}.fa-braille:before{content:""}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:""}.fa-landmark:before{content:""}.fa-truck:before{content:""}.fa-crosshairs:before{content:""}.fa-person-cane:before{content:""}.fa-tent:before{content:""}.fa-vest-patches:before{content:""}.fa-check-double:before{content:""}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:""}.fa-money-bill-wheat:before{content:""}.fa-cookie:before{content:""}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:""}.fa-hard-drive:before,.fa-hdd:before{content:""}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:""}.fa-dumbbell:before{content:""}.fa-list-alt:before,.fa-rectangle-list:before{content:""}.fa-tarp-droplet:before{content:""}.fa-house-medical-circle-check:before{content:""}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:""}.fa-calendar-plus:before{content:""}.fa-plane-arrival:before{content:""}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:""}.fa-subway:before,.fa-train-subway:before{content:""}.fa-chart-gantt:before{content:""}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:""}.fa-crop-alt:before,.fa-crop-simple:before{content:""}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:""}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:""}.fa-dna:before{content:""}.fa-virus-slash:before{content:""}.fa-minus:before,.fa-subtract:before{content:""}.fa-chess:before{content:""}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:""}.fa-plug-circle-check:before{content:""}.fa-street-view:before{content:""}.fa-franc-sign:before{content:""}.fa-volume-off:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-droplet-slash:before,.fa-tint-slash:before{content:""}.fa-mosque:before{content:""}.fa-mosquito:before{content:""}.fa-star-of-david:before{content:""}.fa-person-military-rifle:before{content:""}.fa-cart-shopping:before,.fa-shopping-cart:before{content:""}.fa-vials:before{content:""}.fa-plug-circle-plus:before{content:""}.fa-place-of-worship:before{content:""}.fa-grip-vertical:before{content:""}.fa-arrow-turn-up:before,.fa-level-up:before{content:""}.fa-u:before{content:"U"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:""}.fa-clock-four:before,.fa-clock:before{content:""}.fa-backward-step:before,.fa-step-backward:before{content:""}.fa-pallet:before{content:""}.fa-faucet:before{content:""}.fa-baseball-bat-ball:before{content:""}.fa-s:before{content:"S"}.fa-timeline:before{content:""}.fa-keyboard:before{content:""}.fa-caret-down:before{content:""}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:""}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:""}.fa-plane-up:before{content:""}.fa-piggy-bank:before{content:""}.fa-battery-3:before,.fa-battery-half:before{content:""}.fa-mountain-city:before{content:""}.fa-coins:before{content:""}.fa-khanda:before{content:""}.fa-sliders-h:before,.fa-sliders:before{content:""}.fa-folder-tree:before{content:""}.fa-network-wired:before{content:""}.fa-map-pin:before{content:""}.fa-hamsa:before{content:""}.fa-cent-sign:before{content:""}.fa-flask:before{content:""}.fa-person-pregnant:before{content:""}.fa-wand-sparkles:before{content:""}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:""}.fa-ticket:before{content:""}.fa-power-off:before{content:""}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:""}.fa-flag-usa:before{content:""}.fa-laptop-file:before{content:""}.fa-teletype:before,.fa-tty:before{content:""}.fa-diagram-next:before{content:""}.fa-person-rifle:before{content:""}.fa-house-medical-circle-exclamation:before{content:""}.fa-closed-captioning:before{content:""}.fa-hiking:before,.fa-person-hiking:before{content:""}.fa-venus-double:before{content:""}.fa-images:before{content:""}.fa-calculator:before{content:""}.fa-people-pulling:before{content:""}.fa-n:before{content:"N"}.fa-cable-car:before,.fa-tram:before{content:""}.fa-cloud-rain:before{content:""}.fa-building-circle-xmark:before{content:""}.fa-ship:before{content:""}.fa-arrows-down-to-line:before{content:""}.fa-download:before{content:""}.fa-face-grin:before,.fa-grin:before{content:""}.fa-backspace:before,.fa-delete-left:before{content:""}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:""}.fa-file-circle-check:before{content:""}.fa-forward:before{content:""}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-face-meh:before,.fa-meh:before{content:""}.fa-align-center:before{content:""}.fa-book-dead:before,.fa-book-skull:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-heart-circle-exclamation:before{content:""}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:""}.fa-calendar-week:before{content:""}.fa-laptop-medical:before{content:""}.fa-b:before{content:"B"}.fa-file-medical:before{content:""}.fa-dice-one:before{content:""}.fa-kiwi-bird:before{content:""}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:""}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:""}.fa-cutlery:before,.fa-utensils:before{content:""}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:""}.fa-mill-sign:before{content:""}.fa-bowl-rice:before{content:""}.fa-skull:before{content:""}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:""}.fa-truck-pickup:before{content:""}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:""}.fa-stop:before{content:""}.fa-code-merge:before{content:""}.fa-upload:before{content:""}.fa-hurricane:before{content:""}.fa-mound:before{content:""}.fa-toilet-portable:before{content:""}.fa-compact-disc:before{content:""}.fa-file-arrow-down:before,.fa-file-download:before{content:""}.fa-caravan:before{content:""}.fa-shield-cat:before{content:""}.fa-bolt:before,.fa-zap:before{content:""}.fa-glass-water:before{content:""}.fa-oil-well:before{content:""}.fa-vault:before{content:""}.fa-mars:before{content:""}.fa-toilet:before{content:""}.fa-plane-circle-xmark:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:""}.fa-sun:before{content:""}.fa-guitar:before{content:""}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:""}.fa-horse-head:before{content:""}.fa-bore-hole:before{content:""}.fa-industry:before{content:""}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:""}.fa-arrows-turn-to-dots:before{content:""}.fa-florin-sign:before{content:""}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:""}.fa-less-than:before{content:"<"}.fa-angle-down:before{content:""}.fa-car-tunnel:before{content:""}.fa-head-side-cough:before{content:""}.fa-grip-lines:before{content:""}.fa-thumbs-down:before{content:""}.fa-user-lock:before{content:""}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:""}.fa-anchor-circle-xmark:before{content:""}.fa-ellipsis-h:before,.fa-ellipsis:before{content:""}.fa-chess-pawn:before{content:""}.fa-first-aid:before,.fa-kit-medical:before{content:""}.fa-person-through-window:before{content:""}.fa-toolbox:before{content:""}.fa-hands-holding-circle:before{content:""}.fa-bug:before{content:""}.fa-credit-card-alt:before,.fa-credit-card:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-hand-holding-hand:before{content:""}.fa-book-open-reader:before,.fa-book-reader:before{content:""}.fa-mountain-sun:before{content:""}.fa-arrows-left-right-to-line:before{content:""}.fa-dice-d20:before{content:""}.fa-truck-droplet:before{content:""}.fa-file-circle-xmark:before{content:""}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:""}.fa-medal:before{content:""}.fa-bed:before{content:""}.fa-h-square:before,.fa-square-h:before{content:""}.fa-podcast:before{content:""}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:""}.fa-bell:before{content:""}.fa-superscript:before{content:""}.fa-plug-circle-xmark:before{content:""}.fa-star-of-life:before{content:""}.fa-phone-slash:before{content:""}.fa-paint-roller:before{content:""}.fa-hands-helping:before,.fa-handshake-angle:before{content:""}.fa-location-dot:before,.fa-map-marker-alt:before{content:""}.fa-file:before{content:""}.fa-greater-than:before{content:">"}.fa-person-swimming:before,.fa-swimmer:before{content:""}.fa-arrow-down:before{content:""}.fa-droplet:before,.fa-tint:before{content:""}.fa-eraser:before{content:""}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:""}.fa-person-burst:before{content:""}.fa-dove:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-socks:before{content:""}.fa-inbox:before{content:""}.fa-section:before{content:""}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:""}.fa-envelope-open-text:before{content:""}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:""}.fa-wine-bottle:before{content:""}.fa-chess-rook:before{content:""}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:""}.fa-dharmachakra:before{content:""}.fa-hotdog:before{content:""}.fa-blind:before,.fa-person-walking-with-cane:before{content:""}.fa-drum:before{content:""}.fa-ice-cream:before{content:""}.fa-heart-circle-bolt:before{content:""}.fa-fax:before{content:""}.fa-paragraph:before{content:""}.fa-check-to-slot:before,.fa-vote-yea:before{content:""}.fa-star-half:before{content:""}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:""}.fa-tree-city:before{content:""}.fa-play:before{content:""}.fa-font:before{content:""}.fa-rupiah-sign:before{content:""}.fa-magnifying-glass:before,.fa-search:before{content:""}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:""}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:""}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:""}.fa-naira-sign:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-walkie-talkie:before{content:""}.fa-file-edit:before,.fa-file-pen:before{content:""}.fa-receipt:before{content:""}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-person-circle-exclamation:before{content:""}.fa-chevron-down:before{content:""}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-skull-crossbones:before{content:""}.fa-code-compare:before{content:""}.fa-list-dots:before,.fa-list-ul:before{content:""}.fa-school-lock:before{content:""}.fa-tower-cell:before{content:""}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:""}.fa-ranking-star:before{content:""}.fa-chess-king:before{content:""}.fa-person-harassing:before{content:""}.fa-brazilian-real-sign:before{content:""}.fa-landmark-alt:before,.fa-landmark-dome:before{content:""}.fa-arrow-up:before{content:""}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:""}.fa-shrimp:before{content:""}.fa-list-check:before,.fa-tasks:before{content:""}.fa-jug-detergent:before{content:""}.fa-circle-user:before,.fa-user-circle:before{content:""}.fa-user-shield:before{content:""}.fa-wind:before{content:""}.fa-car-burst:before,.fa-car-crash:before{content:""}.fa-y:before{content:"Y"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:""}.fa-shipping-fast:before,.fa-truck-fast:before{content:""}.fa-fish:before{content:""}.fa-user-graduate:before{content:""}.fa-adjust:before,.fa-circle-half-stroke:before{content:""}.fa-clapperboard:before{content:""}.fa-circle-radiation:before,.fa-radiation-alt:before{content:""}.fa-baseball-ball:before,.fa-baseball:before{content:""}.fa-jet-fighter-up:before{content:""}.fa-diagram-project:before,.fa-project-diagram:before{content:""}.fa-copy:before{content:""}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:""}.fa-hand-sparkles:before{content:""}.fa-grip-horizontal:before,.fa-grip:before{content:""}.fa-share-from-square:before,.fa-share-square:before{content:""}.fa-child-combatant:before,.fa-child-rifle:before{content:""}.fa-gun:before{content:""}.fa-phone-square:before,.fa-square-phone:before{content:""}.fa-add:before,.fa-plus:before{content:"+"}.fa-expand:before{content:""}.fa-computer:before{content:""}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:""}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:""}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:""}.fa-peso-sign:before{content:""}.fa-building-shield:before{content:""}.fa-baby:before{content:""}.fa-users-line:before{content:""}.fa-quote-left-alt:before,.fa-quote-left:before{content:""}.fa-tractor:before{content:""}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:""}.fa-arrow-down-up-lock:before{content:""}.fa-lines-leaning:before{content:""}.fa-ruler-combined:before{content:""}.fa-copyright:before{content:""}.fa-equals:before{content:"="}.fa-blender:before{content:""}.fa-teeth:before{content:""}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:""}.fa-map:before{content:""}.fa-rocket:before{content:""}.fa-photo-film:before,.fa-photo-video:before{content:""}.fa-folder-minus:before{content:""}.fa-store:before{content:""}.fa-arrow-trend-up:before{content:""}.fa-plug-circle-minus:before{content:""}.fa-sign-hanging:before,.fa-sign:before{content:""}.fa-bezier-curve:before{content:""}.fa-bell-slash:before{content:""}.fa-tablet-android:before,.fa-tablet:before{content:""}.fa-school-flag:before{content:""}.fa-fill:before{content:""}.fa-angle-up:before{content:""}.fa-drumstick-bite:before{content:""}.fa-holly-berry:before{content:""}.fa-chevron-left:before{content:""}.fa-bacteria:before{content:""}.fa-hand-lizard:before{content:""}.fa-notdef:before{content:""}.fa-disease:before{content:""}.fa-briefcase-medical:before{content:""}.fa-genderless:before{content:""}.fa-chevron-right:before{content:""}.fa-retweet:before{content:""}.fa-car-alt:before,.fa-car-rear:before{content:""}.fa-pump-soap:before{content:""}.fa-video-slash:before{content:""}.fa-battery-2:before,.fa-battery-quarter:before{content:""}.fa-radio:before{content:""}.fa-baby-carriage:before,.fa-carriage-baby:before{content:""}.fa-traffic-light:before{content:""}.fa-thermometer:before{content:""}.fa-vr-cardboard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-percent:before,.fa-percentage:before{content:"%"}.fa-truck-moving:before{content:""}.fa-glass-water-droplet:before{content:""}.fa-display:before{content:""}.fa-face-smile:before,.fa-smile:before{content:""}.fa-thumb-tack:before,.fa-thumbtack:before{content:""}.fa-trophy:before{content:""}.fa-person-praying:before,.fa-pray:before{content:""}.fa-hammer:before{content:""}.fa-hand-peace:before{content:""}.fa-rotate:before,.fa-sync-alt:before{content:""}.fa-spinner:before{content:""}.fa-robot:before{content:""}.fa-peace:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-warehouse:before{content:""}.fa-arrow-up-right-dots:before{content:""}.fa-splotch:before{content:""}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:""}.fa-dice-four:before{content:""}.fa-sim-card:before{content:""}.fa-transgender-alt:before,.fa-transgender:before{content:""}.fa-mercury:before{content:""}.fa-arrow-turn-down:before,.fa-level-down:before{content:""}.fa-person-falling-burst:before{content:""}.fa-award:before{content:""}.fa-ticket-alt:before,.fa-ticket-simple:before{content:""}.fa-building:before{content:""}.fa-angle-double-left:before,.fa-angles-left:before{content:""}.fa-qrcode:before{content:""}.fa-clock-rotate-left:before,.fa-history:before{content:""}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:""}.fa-arrow-right-from-file:before,.fa-file-export:before{content:""}.fa-shield-blank:before,.fa-shield:before{content:""}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:""}.fa-house-medical:before{content:""}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:""}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:""}.fa-house-chimney-window:before{content:""}.fa-pen-nib:before{content:""}.fa-tent-arrow-turn-left:before{content:""}.fa-tents:before{content:""}.fa-magic:before,.fa-wand-magic:before{content:""}.fa-dog:before{content:""}.fa-carrot:before{content:""}.fa-moon:before{content:""}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:""}.fa-cheese:before{content:""}.fa-yin-yang:before{content:""}.fa-music:before{content:""}.fa-code-commit:before{content:""}.fa-temperature-low:before{content:""}.fa-biking:before,.fa-person-biking:before{content:""}.fa-broom:before{content:""}.fa-shield-heart:before{content:""}.fa-gopuram:before{content:""}.fa-earth-oceania:before,.fa-globe-oceania:before{content:""}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:""}.fa-hashtag:before{content:"#"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:""}.fa-oil-can:before{content:""}.fa-t:before{content:"T"}.fa-hippo:before{content:""}.fa-chart-column:before{content:""}.fa-infinity:before{content:""}.fa-vial-circle-check:before{content:""}.fa-person-arrow-down-to-line:before{content:""}.fa-voicemail:before{content:""}.fa-fan:before{content:""}.fa-person-walking-luggage:before{content:""}.fa-arrows-alt-v:before,.fa-up-down:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-calendar:before{content:""}.fa-trailer:before{content:""}.fa-bahai:before,.fa-haykal:before{content:""}.fa-sd-card:before{content:""}.fa-dragon:before{content:""}.fa-shoe-prints:before{content:""}.fa-circle-plus:before,.fa-plus-circle:before{content:""}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:""}.fa-hand-holding:before{content:""}.fa-plug-circle-exclamation:before{content:""}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:""}.fa-clone:before{content:""}.fa-person-walking-arrow-loop-left:before{content:""}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:""}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:""}.fa-tornado:before{content:""}.fa-file-circle-plus:before{content:""}.fa-book-quran:before,.fa-quran:before{content:""}.fa-anchor:before{content:""}.fa-border-all:before{content:""}.fa-angry:before,.fa-face-angry:before{content:""}.fa-cookie-bite:before{content:""}.fa-arrow-trend-down:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-draw-polygon:before{content:""}.fa-balance-scale:before,.fa-scale-balanced:before{content:""}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:""}.fa-shower:before{content:""}.fa-desktop-alt:before,.fa-desktop:before{content:""}.fa-m:before{content:"M"}.fa-table-list:before,.fa-th-list:before{content:""}.fa-comment-sms:before,.fa-sms:before{content:""}.fa-book:before{content:""}.fa-user-plus:before{content:""}.fa-check:before{content:""}.fa-battery-4:before,.fa-battery-three-quarters:before{content:""}.fa-house-circle-check:before{content:""}.fa-angle-left:before{content:""}.fa-diagram-successor:before{content:""}.fa-truck-arrow-right:before{content:""}.fa-arrows-split-up-and-left:before{content:""}.fa-fist-raised:before,.fa-hand-fist:before{content:""}.fa-cloud-moon:before{content:""}.fa-briefcase:before{content:""}.fa-person-falling:before{content:""}.fa-image-portrait:before,.fa-portrait:before{content:""}.fa-user-tag:before{content:""}.fa-rug:before{content:""}.fa-earth-europe:before,.fa-globe-europe:before{content:""}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:""}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-baht-sign:before{content:""}.fa-book-open:before{content:""}.fa-book-journal-whills:before,.fa-journal-whills:before{content:""}.fa-handcuffs:before{content:""}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:""}.fa-database:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-bottle-droplet:before{content:""}.fa-mask-face:before{content:""}.fa-hill-rockslide:before{content:""}.fa-exchange-alt:before,.fa-right-left:before{content:""}.fa-paper-plane:before{content:""}.fa-road-circle-exclamation:before{content:""}.fa-dungeon:before{content:""}.fa-align-right:before{content:""}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:""}.fa-life-ring:before{content:""}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:""}.fa-calendar-day:before{content:""}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:""}.fa-arrows-up-down:before,.fa-arrows-v:before{content:""}.fa-face-grimace:before,.fa-grimace:before{content:""}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:""}.fa-level-down-alt:before,.fa-turn-down:before{content:""}.fa-person-walking-arrow-right:before{content:""}.fa-envelope-square:before,.fa-square-envelope:before{content:""}.fa-dice:before{content:""}.fa-bowling-ball:before{content:""}.fa-brain:before{content:""}.fa-band-aid:before,.fa-bandage:before{content:""}.fa-calendar-minus:before{content:""}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:""}.fa-gifts:before{content:""}.fa-hotel:before{content:""}.fa-earth-asia:before,.fa-globe-asia:before{content:""}.fa-id-card-alt:before,.fa-id-card-clip:before{content:""}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:""}.fa-thumbs-up:before{content:""}.fa-user-clock:before{content:""}.fa-allergies:before,.fa-hand-dots:before{content:""}.fa-file-invoice:before{content:""}.fa-window-minimize:before{content:""}.fa-coffee:before,.fa-mug-saucer:before{content:""}.fa-brush:before{content:""}.fa-mask:before{content:""}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:""}.fa-ruler-vertical:before{content:""}.fa-user-alt:before,.fa-user-large:before{content:""}.fa-train-tram:before{content:""}.fa-user-nurse:before{content:""}.fa-syringe:before{content:""}.fa-cloud-sun:before{content:""}.fa-stopwatch-20:before{content:""}.fa-square-full:before{content:""}.fa-magnet:before{content:""}.fa-jar:before{content:""}.fa-note-sticky:before,.fa-sticky-note:before{content:""}.fa-bug-slash:before{content:""}.fa-arrow-up-from-water-pump:before{content:""}.fa-bone:before{content:""}.fa-user-injured:before{content:""}.fa-face-sad-tear:before,.fa-sad-tear:before{content:""}.fa-plane:before{content:""}.fa-tent-arrows-down:before{content:""}.fa-exclamation:before{content:"!"}.fa-arrows-spin:before{content:""}.fa-print:before{content:""}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:""}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"$"}.fa-x:before{content:"X"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:""}.fa-users-cog:before,.fa-users-gear:before{content:""}.fa-person-military-pointing:before{content:""}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:""}.fa-umbrella:before{content:""}.fa-trowel:before{content:""}.fa-d:before{content:"D"}.fa-stapler:before{content:""}.fa-masks-theater:before,.fa-theater-masks:before{content:""}.fa-kip-sign:before{content:""}.fa-hand-point-left:before{content:""}.fa-handshake-alt:before,.fa-handshake-simple:before{content:""}.fa-fighter-jet:before,.fa-jet-fighter:before{content:""}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:""}.fa-barcode:before{content:""}.fa-plus-minus:before{content:""}.fa-video-camera:before,.fa-video:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-person-circle-check:before{content:""}.fa-level-up-alt:before,.fa-turn-up:before{content:""}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-C99Yv4gD.woff2) format("woff2"),url(/assets/fa-brands-400-DtZKBM2a.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-pixiv:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-js-square:before,.fa-square-js:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-reddit-square:before,.fa-square-reddit:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-brave:before{content:""}.fa-sistrix:before{content:""}.fa-instagram-square:before,.fa-square-instagram:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:""}.fa-edge:before{content:""}.fa-threads:before{content:""}.fa-napster:before{content:""}.fa-snapchat-square:before,.fa-square-snapchat:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before,.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-opensuse:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-dribbble-square:before,.fa-square-dribbble:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-debian:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before,.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before,.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-rendact:before,.fa-wpressr:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-square-letterboxd:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-shoelace:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before,.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before,.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-github-square:before,.fa-square-github:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-square-threads:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-google-scholar:before{content:""}.fa-gitlab-square:before,.fa-square-gitlab:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-pinterest-square:before,.fa-square-pinterest:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-signal-messenger:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-mintbit:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-brave-reverse:before{content:""}.fa-facebook-f:before{content:""}.fa-google-plus-square:before,.fa-square-google-plus:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before,.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-letterboxd:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-x-twitter:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before,.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-facebook-square:before,.fa-square-facebook:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-lastfm-square:before,.fa-square-lastfm:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-upwork:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before,.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat-ghost:before,.fa-snapchat:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-behance-square:before,.fa-square-behance:before{content:""}.fa-supple:before{content:""}.fa-webflow:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-git-square:before,.fa-square-git:before{content:""}.fa-square-tumblr:before,.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-stubber:before{content:""}.fa-telegram-plane:before,.fa-telegram:before{content:""}.fa-old-republic:before{content:""}.fa-odysee:before{content:""}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack-hash:before,.fa-slack:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-square-x-twitter:before{content:""}.fa-reacteurope:before{content:""}.fa-medium-m:before,.fa-medium:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-OOsPf1xj.woff2) format("woff2"),url(/assets/fa-regular-400-BMFokQJ2.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-DAI24fNt.woff2) format("woff2"),url(/assets/fa-solid-900-DM0teJdg.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/assets/fa-brands-400-C99Yv4gD.woff2) format("woff2"),url(/assets/fa-brands-400-DtZKBM2a.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/assets/fa-solid-900-DAI24fNt.woff2) format("woff2"),url(/assets/fa-solid-900-DM0teJdg.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/assets/fa-regular-400-OOsPf1xj.woff2) format("woff2"),url(/assets/fa-regular-400-BMFokQJ2.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-solid-900-DAI24fNt.woff2) format("woff2"),url(/assets/fa-solid-900-DM0teJdg.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-brands-400-C99Yv4gD.woff2) format("woff2"),url(/assets/fa-brands-400-DtZKBM2a.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-regular-400-OOsPf1xj.woff2) format("woff2"),url(/assets/fa-regular-400-BMFokQJ2.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-v4compatibility-aR9vOKaP.woff2) format("woff2"),url(/assets/fa-v4compatibility-F0dlVTLQ.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}@font-face{font-family:OpenSans;src:url(/assets/OpenSans-ExtraBold-CISRa4PG.eot);src:url(/assets/OpenSans-ExtraBold-CISRa4PG.eot?#iefix) format("embedded-opentype"),url(/assets/OpenSans-ExtraBold-CEFdyPh3.woff) format("woff"),url(/assets/OpenSans-ExtraBold-BQREDopz.ttf) format("truetype"),url(/assets/OpenSans-ExtraBold-BIdvkspG.svg#OpenSans-ExtraBold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:OpenSans;src:url(/assets/OpenSans-Bold-BS2fDPbI.eot);src:url(/assets/OpenSans-Bold-BS2fDPbI.eot?#iefix) format("embedded-opentype"),url(/assets/OpenSans-Bold-D0Ql3aNa.woff) format("woff"),url(/assets/OpenSans-Bold-Qi2k-7Og.ttf) format("truetype"),url(/assets/OpenSans-Bold-CNcPoU8m.svg#OpenSans-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:OpenSans;src:url(/assets/OpenSans-Medium-Dycr8cBn.eot);src:url(/assets/OpenSans-Medium-Dycr8cBn.eot?#iefix) format("embedded-opentype"),url(/assets/OpenSans-Medium-_k7eL-07.woff) format("woff"),url(/assets/OpenSans-Medium-COtDFs0b.ttf) format("truetype"),url(/assets/OpenSans-Medium-DU5XGocM.svg#OpenSans-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:OpenSans;src:url(/assets/OpenSans-SemiBold-dEJZgqnI.eot);src:url(/assets/OpenSans-SemiBold-dEJZgqnI.eot?#iefix) format("embedded-opentype"),url(/assets/OpenSans-SemiBold-D93qEapH.woff) format("woff"),url(/assets/OpenSans-SemiBold-D8jdTQhd.ttf) format("truetype"),url(/assets/OpenSans-SemiBold-Yh3WGLaY.svg#OpenSans-SemiBold) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:OpenSans;src:url(/assets/OpenSans-Regular-Daj0NsDy.eot);src:url(/assets/OpenSans-Regular-Daj0NsDy.eot?#iefix) format("embedded-opentype"),url(/assets/OpenSans-Regular-CZU9BRzY.woff) format("woff"),url(/assets/OpenSans-Regular-BgHxarj2.ttf) format("truetype"),url(/assets/OpenSans-Regular-DHgVdH_D.svg#OpenSans-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Heebo;src:url(/assets/Heebo-Black-KSgXV0EK.eot);src:url(/assets/Heebo-Black-KSgXV0EK.eot?#iefix) format("embedded-opentype"),url(/assets/Heebo-Black-BVka-zPU.woff2) format("woff2"),url(/assets/Heebo-Black-DDWGS6ok.woff) format("woff"),url(/assets/Heebo-Black-CSQtqMF8.ttf) format("truetype"),url(/assets/Heebo-Black-DjwrS3e-.svg#Heebo-Black) format("svg");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Heebo;src:url(/assets/Heebo-ExtraBold-DltM4mUG.eot);src:url(/assets/Heebo-ExtraBold-DltM4mUG.eot?#iefix) format("embedded-opentype"),url(/assets/Heebo-ExtraBold-BIjcre-C.woff2) format("woff2"),url(/assets/Heebo-ExtraBold-HqbDrk6B.woff) format("woff"),url(/assets/Heebo-ExtraBold-CBPHhC45.ttf) format("truetype"),url(/assets/Heebo-ExtraBold-CTHdO7K7.svg#Heebo-ExtraBold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Heebo;src:url(/assets/Heebo-Regular-DE2_0S_b.eot);src:url(/assets/Heebo-Regular-DE2_0S_b.eot?#iefix) format("embedded-opentype"),url(/assets/Heebo-Regular-D4vo5o0h.woff2) format("woff2"),url(/assets/Heebo-Regular-OHvGB1ZE.woff) format("woff"),url(/assets/Heebo-Regular-HqbdJzI9.ttf) format("truetype"),url(/assets/Heebo-Regular-C7t3tNcW.svg#Heebo-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Heebo;src:url(/assets/Heebo-Medium-BaflpQw-.eot);src:url(/assets/Heebo-Medium-BaflpQw-.eot?#iefix) format("embedded-opentype"),url(/assets/Heebo-Medium-CSCDvH66.woff2) format("woff2"),url(/assets/Heebo-Medium-kpB1GPqA.woff) format("woff"),url(/assets/Heebo-Medium-ESVlmhXG.ttf) format("truetype"),url(/assets/Heebo-Medium-xg4cmX6m.svg#Heebo-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Heebo;src:url(/assets/Heebo-Bold-Dql5FXwm.eot);src:url(/assets/Heebo-Bold-Dql5FXwm.eot?#iefix) format("embedded-opentype"),url(/assets/Heebo-Bold-hyoLP7Rw.woff2) format("woff2"),url(/assets/Heebo-Bold-Bm3PKdC4.woff) format("woff"),url(/assets/Heebo-Bold-TJtJSnVk.ttf) format("truetype"),url(/assets/Heebo-Bold-C9Zs0e3D.svg#Heebo-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}:root{--primary-color: #2155cd;--primary-hover-color: #183a87;--primary-light-color: rgb(251 239 207);--secondary-color: #fff;--text-color: #525252;--dark-color: #262626;--light-dark-color: #343434;--white-color: #ffffff;--success-color: #22ab44;--success-light-color: rgb(34 171 68 / 10%);--danger-color: #ff3b30;--danger-light-color: rgb(255 59 48 / 10%);--info-color: #007aff;--info-light-color: rgb(0 122 255 / 15%);--gray-color: #d1d1d1;--bg-dark: #f5f5f5;--border-grey-color: #e5e5e5;--border-color: #d4d4d4;--input-border-color: #d4d4d4;--input-border-color-focus: #000000;--input-border-danger-color: #ff3b30;--placeholder-color: #737373}*{box-sizing:border-box}body{background:var(--white-color);color:var(--text-color);font-family:OpenSans;font-size:14px;line-height:1.6;font-weight:400;margin:0}:after,:before{box-sizing:border-box}a,input,h1,h2,h3,h4,h5,h6,.btn,button,select,textarea,.owl-prev,.owl-next,.nav-menu,li,img{transition:all .3s}a,button,input,textarea{outline:none!important}a{color:var(--text-color);text-decoration:none;cursor:pointer}a:hover{color:var(--primary-color)}a,button{cursor:pointer}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}label{display:inline-block}h1,h2,h3,h4,h5,h6{margin:0;font-family:Heebo;color:var(--dark-color);font-weight:600}h1,h2{font-size:26px;line-height:34px}h3{font-size:22px;line-height:28px}h4,h5{font-size:18px;line-height:24px}p{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:var(--text-color);font-family:OpenSans}::-webkit-scrollbar{width:.4rem;height:1rem}::-webkit-scrollbar-thumb{background-color:#dfe2e5}::-webkit-scrollbar-track{background-color:#eff2f5}ul,ol{margin:0;padding:0;list-style:none}.container{max-width:1170px;width:100%;margin:0 auto;padding:0 15px}input,textarea{width:100%;font-size:14px;border-radius:4px;outline:none;overflow:hidden;background:var(--white-color);color:var(--dark-color);border-image:initial;padding:10px 12px;box-sizing:border-box;border:1px solid var(--input-border-color);font-family:OpenSans;display:block;height:40px}input:focus,textarea:focus{border:1px solid var(--input-border-color-focus)}.alert-input{border:1px solid var(--input-border-danger-color)}.alert-input:focus{border:1px solid var(--input-border-danger-color)}::placeholder{color:var(--placeholder-color)}img{max-width:100%}.btn{display:block;width:100%;padding:8px 14px;font-size:14px;line-height:1.4;color:var(--dark-color);font-weight:500;font-family:OpenSans;background:#fff;border-radius:4px;border:1px solid #ededed;height:40px;text-align:center;cursor:pointer;transition:all .3s}.btn:hover{color:#fff;border-color:unset}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:unset}.primary-btn{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}.primary-btn:hover{background-color:var(--primary-hover-color);border-color:var(--primary-hover-color);color:var(--white-color);box-shadow:0 4px 5px #00000014}.primary-btn span{margin-right:5px}.secondary-btn{color:var(--text-color);background-color:var(--bg-dark);border-color:var(--bg-dark)}.secondary-btn:hover{color:var(--dark-color);background-color:#d5d5d5;border-color:#d5d5d5;box-shadow:0 4px 5px #6e6e6e14}.secondary-btn span svg path{stroke:var(--white-color)}.secondary-btn:hover span svg path{stroke:var(--white-color)}.dark-btn{color:var(--white-color);background-color:var(--dark-color);border-color:var(--dark-color)}.dark-btn:hover{color:var(--white-color);background-color:var(--light-dark-color);border-color:var(--light-dark-color);box-shadow:0 4px 5px #e2e2e214}.dark-btn span svg path{stroke:var(--white-color)}.dark-btn:hover span svg path{stroke:var(--white-color)}.success-btn{background-color:#34c759;border-color:#34c759;color:var(--white-color)}.success-btn:hover{background-color:#25a946;border-color:#25a946;color:var(--white-color);box-shadow:0 4px 5px #00000014}.danger-btn{background-color:var(--white-color);border-color:var(--danger-color);color:var(--danger-color)}.danger-btn:hover{background-color:var(--danger-color);border-color:var(--danger-color);color:var(--white-color);box-shadow:0 4px 5px #00000014}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:20px 0;font-family:Arial,sans-serif;font-size:14px}.pagination li{list-style:none}.pagination a{display:inline-flex;justify-content:center;align-items:center;width:36px;height:36px;border-radius:6px;background-color:#f4f4f4;color:#333;text-decoration:none;transition:all .3s ease;cursor:pointer}.pagination a:hover{background-color:#007bff;color:#fff}.pagination .active a{background-color:#007bff;color:#fff;font-weight:700}.pagination .disabled a{background-color:#e9ecef;color:#6c757d;cursor:not-allowed;opacity:.6}.pagination .previous a,.pagination .next a{padding:0 12px;width:auto;font-weight:500}.pagination .break a{cursor:default;background-color:transparent;color:#6c757d}@media (max-width: 768px){.pagination{gap:4px;font-size:12px}.pagination a{width:32px;height:32px}.pagination .previous a,.pagination .next a{padding:0 8px}}.info-btn{background-color:#2155cd1a;border-color:#e8edfa;color:var(--primary-color)}.info-btn:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color);box-shadow:0 4px 5px #00000014}.info-btn span svg path{stroke:var(--primary-color)}.info-btn:hover span svg path{stroke:var(--white-color)}.plain-btn{background-color:var(--white-color);border-color:var(--white-color);color:#007aff}.plain-btn:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}.plain-btn:hover span svg path{stroke:var(--white-color)}.btnwth-icon{display:flex;align-items:center;justify-content:center;gap:6px}.btnwth-icon span,.btnwth-icon span svg{display:block}.card{border:1px solid var(--border-grey-color);background:var(--white-color);border-radius:8px;transition:all .3s;position:relative;display:flex;flex-direction:column;min-width:0;box-shadow:2px 2px 16.7px #0000000d}.card-body{padding:20px}.card-header{padding:15px;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;gap:15px}.card-title h3{font-size:18px;line-height:22px;font-weight:600}.card-title-wthicon{display:flex;align-items:center;gap:6px}.card-title-wthicon span,.card-title-wthicon span svg{display:block}.card+.card{margin-top:20px}.w-2px{width:2px!important}.w-3px{width:3px!important}.w-4px{width:4px!important}.w-5px{width:5px!important}.w-6px{width:6px!important}.w-7px{width:7px!important}.w-8px{width:8px!important}.w-9px{width:9px!important}.w-10px{width:10px!important}.w-15px{width:15px!important}.w-20px{width:20px!important}.w-25px{width:25px!important}.w-30px{width:30px!important}.w-35px{width:35px!important}.w-40px{width:40px!important}.w-45px{width:45px!important}.w-50px{width:50px!important}.w-55px{width:55px!important}.w-60px{width:60px!important}.w-65px{width:65px!important}.w-70px{width:70px!important}.w-75px{width:75px!important}.w-80px{width:80px!important}.w-85px{width:85px!important}.w-90px{width:90px!important}.w-95px{width:95px!important}.w-100px{width:100px!important}.w-125px{width:125px!important}.w-130px{width:130px!important}.w-150px{width:150px!important}.w-175px{width:175px!important}.w-200px{width:200px!important}.w-225px{width:225px!important}.w-250px{width:250px!important}.w-275px{width:275px!important}.w-300px{width:300px!important}.w-325px{width:325px!important}.w-350px{width:350px!important}.w-375px{width:375px!important}.w-400px{width:400px!important}.w-425px{width:425px!important}.w-450px{width:450px!important}.w-475px{width:475px!important}.w-500px{width:500px!important}.w-550px{width:550px!important}.w-600px{width:600px!important}.w-650px{width:650px!important}.w-700px{width:700px!important}.w-750px{width:750px!important}.w-800px{width:800px!important}.w-850px{width:850px!important}.w-900px{width:900px!important}.w-950px{width:950px!important}.grid-container{display:grid;grid-template-columns:260px 1fr;grid-template-rows:68px 1fr 68px;grid-template-areas:"header header" "sidenav main" "sidenav main";height:100vh;transition:all .3s}.without-sidebar .grid-container{display:grid;grid-template-columns:0 1fr;grid-template-areas:"header header" "main main" "main main"}.open-sidebar .grid-container{grid-template-columns:0px 1fr;transition:all .3s}.header{grid-area:header;background-color:#fff;box-shadow:0 2px 4px #c3c3c30d;position:relative;border-bottom:1px solid var(--border-grey-color)}.sidenav{grid-area:sidenav;background-color:#fff;box-shadow:0 2px 4px #0f223a1f;position:relative}.main{grid-area:main;background-color:#fff;padding:15px;height:100%;overflow:auto}.footer{grid-area:footer;background-color:#fff;box-shadow:0 0 4px #0f223a1f;position:relative}.overflw-hdn{overflow:hidden;animation:3s all ease-in-out}.max-h-400{max-height:400px;visibility:visible;opacity:1}.max-h-0{max-height:0px;visibility:hidden;opacity:0}.main-header{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 15px;position:relative;z-index:9}.hdrmr-main{display:flex;align-items:center;gap:10px}.language-main{position:relative}.language-title{font-size:14px;font-weight:500;line-height:1.4;color:#404040;position:relative;padding:10px 15px 10px 10px;text-transform:uppercase;cursor:pointer;transition:all .3s}.language-title:before{content:"";font-family:fontAwesome;position:absolute;top:50%;right:0;transform:translateY(-50%)}.language-title:hover{color:#194abc}.language-dropdown{position:absolute;top:54px;right:0;z-index:10}.language-dropdown ul{width:170px;background:#fff;border:1px solid #e5e5e5;border-top:unset;box-shadow:0 2px 4px #0f223a1f;overflow:hidden;border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding:5px 0}.language-dropdown ul li span{display:block;padding:8px 15px;font-size:14px;color:var(--text-color);background:transparent;cursor:pointer;transition:all .3s}.language-dropdown ul li span:hover,.language-dropdown ul li span.active{color:#262626;background:#f5f5f5}.admin-prflsec{position:relative}.admin-prfl-dtls{display:flex;align-items:center;gap:7px;cursor:pointer}.admin-prfl-dtls p{font-size:14px;font-weight:500;line-height:1.4;color:#000}.admin-prfl-bg{width:44px;height:44px;border-radius:50%;overflow:hidden;background:var(--bg-dark)}.admin-prfl-bg span{display:flex;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;align-items:center;justify-content:center;font-size:22px;font-weight:500;font-family:Heebo;color:var(--primary-color)}.admin-prfl-bg:hover span{color:var(--white-color)}.admin-prfl-bg:hover{background-color:var(--primary-color)}.hdrmenu-drpdwn{position:absolute;top:56px;right:0;z-index:10}.hdrmenu-drpdwn ul{width:170px;background:#fff;box-shadow:0 2px 4px #0f223a1f;overflow:hidden;border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding:5px 0}.hdrmenu-drpdwn ul a{display:block;padding:8px 15px;font-size:14px;color:var(--text-color);background:transparent}.hdrmenu-drpdwn ul a span{margin-right:8px}.hdrmenu-drpdwn ul a:hover{color:#262626;background:#f5f5f5}.admin-name{cursor:pointer;display:flex;align-items:center;gap:7px}.admin-name-inner h6{font-size:14px;font-weight:500;line-height:16px}.admin-name-inner p{font-size:12px;font-weight:400;line-height:16px;color:#737373}.notification-main{position:relative}.notification-icon span{padding:10px;font-size:18px;color:#666;cursor:pointer;transition:all .3s;display:block}.notification-icon span:hover{color:#1877f2}.notification-icon span svg{display:block}.notification-icon span:hover svg path{stroke:var(--primary-color)}.hdrnoti-drpdwn{position:absolute;top:56px;right:0;z-index:10}.noti-head{position:absolute;top:0;right:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#fff;z-index:1;border-bottom:1px solid #ededed}.noti-head h3{font-size:16px}.hdrnoti-drpdwn ul{width:500px;background:#fff;box-shadow:0 2px 4px #0f223a1f;overflow:hidden;border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding:60px 0 10px;overflow-y:auto;max-height:400px}.hdrnoti-drpdwn ul li{padding:0 15px;position:relative}.hdrnoti-drpdwn ul li+li{margin-top:15px;padding-top:15px}.hdrnoti-drpdwn ul li:before{content:"";position:absolute;left:0;right:0;top:0;width:95%;height:1px;background:#e5e5e5;margin:0 auto}.hdrnoti-drpdwn ul li:nth-child(1):before{display:none}.notification-card{padding:15px;border-radius:8px;background:#f5f5f5}.notification-card:hover{border-radius:8px;background:#f5f5f5}.notification-top{position:relative;padding-right:40px}.notification-time{position:absolute;top:0;right:0}.notification-top h3{font-size:22px;font-weight:500;line-height:26px;color:var(--primary-color);margin-bottom:3px}.notification-top p{font-size:16px;line-height:24px;font-weight:500;color:var(--dark-color)}.notification-btm{display:flex;gap:15px;align-items:center;justify-content:space-between;margin-top:15px}.notification-data{display:flex;align-items:center;gap:5px}.notification-data span{display:block;font-size:16px;font-weight:500;color:var(--text-color)}.notification-data span svg{display:block}.notification-data p{font-size:16px;font-weight:500;color:var(--dark-color)}.cmpny-copyright{display:flex;align-items:center;justify-content:flex-start;height:100%;padding:0 20px}.sidebar-top{padding:0 15px;display:flex;align-items:center;justify-content:space-between;position:absolute;top:0;left:0;right:0;height:68px}.navmenu-sidbar{display:none}.navbar-icon{width:24px;height:35px;padding:16px 0;background:transparent;border-radius:4px;cursor:pointer}.navbar-icon span{display:block;height:2px;background:#000;position:relative}.navbar-icon span:after,.navbar-icon span:before{content:"";position:absolute;left:0;right:0;height:2px;background:#000}.navbar-icon span:before{top:-7px}.navbar-icon span:after{bottom:-7px}.navbar-icon:hover span{background-color:#1877f2}.close-menu{position:absolute;top:10px;left:100%;width:40px;background:#fff;padding:20px 10px;box-shadow:4px 0 5px #0000001a;border-radius:0 5px 5px 0;display:none}.close-menu span{display:block;height:2px;position:relative}.close-menu span:after,.close-menu span:before{content:"";position:absolute;left:0;right:0;height:2px;top:0;background:#000}.close-menu span:after{transform:rotate(45deg)}.close-menu span:before{transform:rotate(-45deg)}.navbar-icon:hover span:after,.navbar-icon:hover span:before{background-color:#1877f2}.sidenav-inner{height:100%}.navbar-inner{overflow:auto;height:100%;padding-top:10px}.navbar-inner ul li{padding:2px 10px}.menu-link{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;white-space:nowrap;padding:.8rem 10px;color:#525252;-webkit-transition-duration:.45s;-moz-transition-duration:.45s;-o-transition-duration:.45s;transition-duration:.45s;transition-property:color;-webkit-transition-property:color;height:46px;border-radius:0;position:relative}.navbar-inner ul li:nth-child(3) .menu-link:hover .menu-icon svg path,.navbar-inner ul li:nth-child(3) .menu-link.active .menu-icon svg path{fill:#fff;stroke:unset}.navbar-inner ul li:nth-child(5) .menu-link:hover .menu-icon svg path,.navbar-inner ul li:nth-child(5) .menu-link.active .menu-icon svg path{fill:#fff;stroke:unset}.navbar-inner ul li .menu-link:hover .menu-icon svg path,.navbar-inner ul li .menu-link.active .menu-icon svg path{stroke:#fff}.navbar-inner ul li .menu-link:hover .menu-title,.navbar-inner ul li .menu-link.active .menu-title{color:#fff}.menu-icon{margin-right:.3rem;font-size:.8125rem;line-height:1;width:31px;height:31px;border-radius:100%;display:flex;align-items:center;justify-content:center;color:#2e2e2e}.menu-link.active,.menu-link:hover{color:#fff;background-color:var(--primary-color);border-radius:4px;font-weight:600}.menu-link.active .menu-icon svg,.menu-link:hover .menu-icon svg{color:#fff}.menu-sub-accordion .menu-link{padding-left:57px}.menu-arrow:before{content:"";font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900);position:absolute;right:10px;font-size:12px;top:50%;transform:translateY(-50%)}.menu-accordion .menu-link.active .menu-arrow:before{content:""}.open-sidebar .sidebar-top{padding:0}.open-sidebar .sidenav .navmenu-sidbar,.main-header .navmenu-hdr{display:none}.open-sidebar .main-header .navmenu-hdr{display:block}.home-top{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:0 0 15px}.page-title h3{font-size:22px;font-weight:700;line-height:1.14}.top-heading{margin-bottom:15px}.top-heading h3{font-size:18px;line-height:24px}.dashborad-details ul{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px}.dash-content p{font-size:16px;font-weight:500;color:#666}.dash-content p+h3{margin-top:8px}.dash-content h3{font-size:24px;line-height:30px}table{caption-side:bottom;border-collapse:collapse;width:100%;vertical-align:top}.table>:not(:last-child)>:last-child>*{border-bottom-color:inherit}.table>:not(caption)>*>*{padding:.75rem;background-color:transparent;border-bottom-width:0;box-shadow:unset}.table td,.table th{padding-top:1rem;padding-bottom:1rem;text-align:inherit}.table th:first-child{border-top-left-radius:8px}.table th:last-child{border-top-right-radius:8px}.table.table-row-dashed tr{border-bottom-width:1px;border-bottom-style:dashed;border-bottom-color:#e4e6ef}.table tbody tr:last-child{border-bottom:0}.table th{font-size:14px;font-weight:600;text-transform:uppercase;color:var(--dark-color);background:#f5f5f5}.table th{white-space:nowrap}.table td{font-size:14px;font-weight:400;color:var(--dark-color);vertical-align:middle}.responsive-table{overflow-x:auto}.intrnship-location{display:flex;align-items:center;gap:5px}.intrnship-location span,.intrnship-location span svg{display:block}.intrnship-location p{font-size:16px;font-weight:500}.skills-list ol{display:flex;gap:10px;align-items:center}.internship-list .skills-list ol li+li{margin:0}.skills-badge{padding:8px 15px;border:1px solid var(--bg-dark);border-radius:50px;display:block;font-size:14px;font-weight:500;line-height:1.4;background:var(--bg-dark)}.intership-card:hover{box-shadow:0 2px 4px #00000030}.intrnship-contact{display:flex;align-items:center;gap:15px;margin-top:10px}.intrnship-contact .intrnship-location:nth-child(1) span svg path{stroke:#2155cd}.internship-detail .top-intrnship-detail{margin-top:10px}.internship-detail .top-intrnship-detail h3+p{margin-top:0}.internship-detail .top-intrnship-detail h3{font-size:20px;font-weight:600;line-height:26px}.internship-detail .top-intrnship-detail p{font-size:16px;font-weight:500}.internship-detail .intrnsp-full-detail{margin-top:20px;border-top:1px solid var(--border-grey-color);padding-top:15px}.intership-description h3{font-size:18px;font-weight:600;line-height:24px;margin-bottom:5px}.more-description{margin-top:10px}.more-description ul li{position:relative;padding-left:20px}.more-description ul li:before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;background:var(--dark-color);border-radius:50%}.more-description ul li+li{margin-top:10px}.internship-detail .intrnsp-full-detail .intership-description+.intership-description{margin-top:20px}.internship-detail .intrnsp-full-detail .intership-description+.intership-description-wthskils{margin-top:20px}.internship-detail .intrnsp-full-detail .intership-description-wthskils+.intership-description{margin-top:20px}.top-intrnship-head{display:flex;gap:15px;align-items:center;justify-content:space-between}.intrnshirght-flex{display:flex;gap:15px;align-items:center}.intrnship-badge span{color:var(--primary-color);background:#2155cd1a;display:flex;border-radius:4px;padding:7px 10px;font-size:14px;font-weight:500;line-height:14px}.responsive-table::-webkit-scrollbar{width:5px;height:10px}.text-center{text-align:center!important}.text-end{text-align:right!important}.text-start{text-align:left!important}.action-main{display:flex;align-items:center;gap:7px;justify-content:flex-end}.action-buttons span,.action-buttons a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:transparent;border:1px solid #e5e5e5;border-radius:5px}.action-buttons span:hover,.action-buttons a:hover{border-color:#ffe7e7;box-shadow:0 2px 8px #78787826;background-color:#ffe7e7}.action-buttons span:hover svg path,.action-buttons a:hover svg path{stroke:var(--danger-color)}.action-buttons .view-action{border-color:#ececec;background:#d8d8d830;box-shadow:0 4px 4px #a2845e14}.action-buttons .view-action:hover{border-color:var(--primary-color);background:var(--primary-color)}.action-buttons .view-action:hover svg path{stroke:#fff}.action-buttons .edit-action{border-color:#0a84ff;background:#0a84ff1a;box-shadow:0 4px 4px #0a84ff14}.action-buttons .edit-action:hover{border-color:#0a84ff;background:#0a84ff}.action-buttons .edit-action:hover svg path{stroke:#fff}.action-buttons .trash-action{border-color:#ff3b30;background:#ff3b301a;box-shadow:0 4px 4px #0a84ff14}.action-buttons .trash-action:hover{border-color:#ff3b30;background:#ff3b30}.action-buttons .trash-action:hover svg path{stroke:#fff}.action-main .btn{padding:6px 14px;height:36px}.stkytable-action{position:relative}.stkytable-action .table th:last-child,.stkytable-action .table td:last-child{position:sticky;right:0;background:#fff;z-index:1}.stkytable-action .table th:last-child>div.action-main:before,.stkytable-action .table td:last-child>div.action-main:before{width:27px;background:#fff;height:100%;display:block;content:"";position:absolute;left:0;box-shadow:-3px 0 7px #00000012;z-index:-1;top:0}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.chat-card{position:relative;padding:0}.chat-main{display:flex;gap:10px;height:calc(100vh - 146px)}.chat-lftsec,.chat-rgtsec,.chat-detail{height:100%}.chat-lftsec{overflow:hidden;overflow-y:scroll;padding-right:0}.cahtlist-heading{position:absolute;top:0;left:0;z-index:9;padding:20px;background:#fff;max-width:347px;width:100%;border-right:1px solid #ededed;border-bottom:1px solid #ededed;display:flex;align-items:center;gap:10px}.cahtlist-heading h3{font-weight:500;font-size:20px;line-height:26px;margin-top:0}.cahtlist-heading .back-arrow,.chat-header .back-arrow{display:none}.userchat-list{border-radius:5px;max-width:350px;width:100%;overflow:hidden;padding-right:5px}.usrchat-crd{display:flex;padding:15px;position:relative;cursor:pointer}.back-arrow{line-height:13px}.usrchat-crd .chatusr-descrp{width:100%}.usrchat-crd .chatusr-descrp .tp-chtdescrp{display:flex;justify-content:space-between}.usrchat-crd .chatusr-prfl span{border:unset;border-radius:50%;overflow:hidden;width:52px;height:52px;display:block;background:#33e2c71a}.usrchat-crd .chatusr-descrp .tp-chtdescrp h3{margin:0;font-weight:500;font-size:16px;line-height:16px;color:#000;text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.usrchat-crd .chatusr-descrp .tp-chtdescrp p{font-size:14px;font-weight:400;line-height:19.6px;color:#525252}.usrchat-crd .chatusr-descrp .btm-chtdescrp{position:relative;padding-right:30px;margin-top:8px}.usrchat-crd.active .chatusr-descrp .btm-chtdescrp{padding-right:0}.usrchat-crd .chatusr-descrp .btm-chtdescrp p{font-weight:400;font-size:14px;line-height:20px;color:#262626;-webkit-box-orient:vertical;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.userchat-list li+li{margin-top:10px}.usrchat-crd .chatusr-descrp .btm-chtdescrp .nmbr-chat{position:absolute;right:0;bottom:0}.usrchat-crd .chatusr-descrp .btm-chtdescrp .nmbr-chat span{display:flex;width:20px;height:20px;background:#2155cd;text-align:center;border-radius:50%;color:#fff;font-size:12px;justify-content:center;align-items:center}.chat-rgtsec{width:calc(100% - 330px);border:1px solid #e5e5e5}.chat-detail{background:#fff;border-radius:10px}.inner-cht-heading span{font-size:14px;font-weight:400;line-height:20.6px;color:#525252}.cht-lst-status h6{font-size:15px;font-weight:400;line-height:20.6px;color:#525252}.cht-lst-status{display:flex;align-items:center;gap:2px;margin-top:10px}.cht-lst-status span{font-size:14px;font-weight:400;line-height:14px;color:#525252}.chat-header{display:flex;justify-content:space-between;padding:15px;align-items:center;background:#f5f5f5;border-radius:6px 6px 0 0;border-bottom:1px solid #ededed;gap:10px}.chat-header .chathead-userprfl{position:relative}.chat-header .chathead-userprfl:before{content:"";position:absolute;bottom:8px;right:-3px;width:15px;height:15px;border-radius:50%;background:#3da000;border:3px solid #fff;z-index:9}.chat-header .chathead-userprfl span{border:2px solid #3b655d;border-radius:50%;overflow:hidden;width:62px;height:62px;display:block}.chat-header .chathead-userdtl h2{font-weight:500;font-size:18px;line-height:24px;margin-top:0}.chat-header .chathead-userdtl p{font-weight:400;font-size:14px;line-height:16px;letter-spacing:.01em;color:#666}.msginbox-sec{height:calc(100% - 71px);padding:0 0 71px 20px;position:relative}.msginbox-sec ul{height:100%;overflow:auto;padding-bottom:10px;padding-right:15px;padding-top:15px}.msginbox-sec ul li .card{position:relative;box-shadow:0 4px 20px -5.71709px #0000000d;padding:15px;background:#f5f5f5;border-color:#f5f5f5}.msginbox-sec ul li{max-width:90%;width:fit-content}.msginbox-sec ul li.msg-sender{margin:0 0 0 auto}.msginbox-sec ul li.msg-sender .card .msg-descrp p,.msginbox-sec ul li.msg-reciver .msg-descrp p{color:#000e08}.msginbox-sec ul li.msg-sender .card{border-radius:10px 0 10px 10px;margin:0 0 0 auto}.msginbox-sec ul li.msg-reciver .card{border-radius:0 10px 10px;margin:0 auto 0 0;background:#2155cd1a;border-color:#2155cd1a}.msginbox-sec ul .msg-sender+.msg-reciver{margin-top:20px}.msginbox-sec ul .msg-reciver+.msg-sender{margin-top:20px}.msginbox-sec ul .msg-sender+.msg-sender{margin-top:20px}.msginbox-sec ul .msg-reciver+.msg-reciver{margin-top:20px}.msginbox-sec ul li.msg-reciver .msgdate p{text-align:right}.chat-footer{position:absolute;left:0;bottom:0;width:100%;padding:15px;z-index:1;border-top:1px solid #f4f4f4;box-shadow:4px 0 20px #00000008}.chatftr-main{position:relative;padding:0;display:flex;align-items:center;gap:5px}.chat-hdr-right{display:flex;gap:10px;align-items:center}.chat-hdr-right ul{display:flex;gap:10px}.chat-hdr-right ul li+li{border-left:2px solid #007aff;padding-left:10px}.chat-hdr-right ul li span{font-size:16px;font-weight:600;line-height:24px;color:#007aff;cursor:pointer}.chat-hdr-right ul li span:hover{color:var(--primary-hover-color)}.chat-view-pfl span{font-size:16px;font-weight:400;line-height:21.6px;color:#404040;cursor:pointer;transition:all .3s}.chat-view-pfl span:hover{color:var(--primary-color)}.chat-footer .chat-typinput{position:relative;width:calc(100% - 50px)}.attachment .atchmnt-icon{height:50px;display:flex;align-items:center;justify-content:center;width:40px}.moremenu-chtbtn{display:flex;gap:5px;align-items:center}.mic-main .mic-icon{height:50px;display:flex;align-items:center;justify-content:center;width:40px}.send-btnmain .send-icon{height:45px;display:flex;align-items:center;justify-content:center;width:45px;color:#fff;background:linear-gradient(118.12deg,#e22aac 9.7%,#7c175e 105.12%);border-radius:50%;cursor:pointer}.chat-footer .chat-typinput input{border-radius:4px;background:#fff;width:100%;padding:10px 40px 10px 14px;border:1px solid var(--input-border-color);height:40px}.chat-footer .chat-typinput .chatfiles-uplodr{position:absolute;right:16px;top:0;bottom:0}.chat-footer .chat-typinput .chatfiles-uplodr .uplodr-flx{display:flex;align-items:center;height:100%}.chat-footer .chat-typinput .chatfiles-uplodr .uplodr-flx .chatimg-upldr,.chat-footer .chat-typinput .chatfiles-uplodr .uplodr-flx .chat-mic{margin-right:5px}.chat-footer .chat-typinput .chatfiles-uplodr .uplodr-flx .bg-ftrbtn{display:flex;width:40px;height:40px;background:#55877e26;border-radius:6px;align-items:center;justify-content:center;padding:6px;cursor:pointer}.chat-footer .chat-typinput .chatfiles-uplodr .uplodr-flx .bg-ftrbtn:hover{background:#3b655d}.chat-footer .chat-typinput .chatfiles-uplodr .uplodr-flx .bg-ftrbtn:hover svg g path{fill:#fff}.msginbox-sec ul li .msgdate{margin-top:5px}.msginbox-sec ul li .msgdate p{font-weight:400;font-size:14px;line-height:16px;color:#999}.msginbox-sec ul li.msg-sender .msgdate{text-align:right}.msginbox-sec ul li .card .msgprdct-imge{height:150px;width:100%;background:#33e2c71a;border-radius:10px;overflow:hidden;margin-bottom:13px}.msginbox-sec ul li .card .msgprdct-imge span{display:block;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat}.msg-format h3{font-size:14px;line-height:1.4}.msg-format ol{list-style:disc;padding-left:25px;margin:8px 0}.msg-format ol li+li{margin-top:4px}.msg-format h5{font-size:14px;line-height:1.4;margin-top:4px}.chathead-userdtl h2{font-size:18px;font-weight:600;line-height:21.6px}.attachment-icon{position:absolute;top:50%;right:15px;transform:translateY(-33%);cursor:pointer}.msginbox-tp-heading{text-align:center;margin-bottom:15px}.msginbox-tp-heading h5{font-size:16px;font-weight:400;line-height:22px;color:#404040}.chat-hdr-left{display:flex;gap:7px}.chat-hdr-left .chatback-icon{display:block;cursor:pointer;position:relative;top:3px}.chat-hdr-left .chatback-icon svg{display:block}.chat-hdr-left .chatback-icon:hover svg path{fill:red}.chatmain-heading{margin-bottom:15px}.chatmain-heading .title-wthback-btn h3{font-size:26px;font-weight:500;line-height:30px}.main-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;padding:40px 60px;transition:all .3s}.main-popup .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#141313b5;z-index:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lm-outer{width:100%;height:100%;display:table;vertical-align:middle;overflow:auto}.lm-inner{display:table-cell;vertical-align:middle}.popup-inner{max-width:450px;width:100%;margin:0 auto;background:var(--white-color);border:1px solid #797979;border-radius:8px;z-index:5;position:relative;box-shadow:0 16px 26px #27272721;max-height:calc(100vh - 80px);overflow:auto;animation:bounce-open .3s}.popup-header{padding:15px 44px 15px 20px;border-bottom:1px solid #ededed;position:relative;height:59.1px}.popup-heading h3{font-size:18px;line-height:24px;font-weight:500;text-align:center}.popup-title{display:flex;align-items:center;gap:10px}.popup-title span,.popup-title span svg{display:block}.close-pop-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.close-pop-icon span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer}.close-pop-icon span:hover svg path{fill:var(--danger-color)}.popup-body{padding:20px 30px}.popup-btn{margin-top:20px}.circle-modal-icon{margin-bottom:15px}.circle-modal-icon span{width:62px;height:62px;background:var(--primary-color);border:5px solid var(--primary-light-color);display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto}.danger-circle span{background:var(--danger-color);border-color:#ffdfdf}.danger-circle span svg path{stroke:#fff}.modal-common-dtls{text-align:center}.modal-common .logout-image{margin-bottom:15px}.modal-common-dtls h3{font-size:24px;font-weight:700;line-height:28px;color:var(--primary-color)}.modal-common-dtls h3+p{margin-top:5px}.modal-btn{display:flex;align-items:center;gap:10px;margin-top:20px}.action-modal .popup-inner{max-width:378px;width:100%}.action-modal .popup-inner .popup-body{padding:30px}.auth-wrapper{padding-top:72px;height:100vh}.auth-wrapper .container{height:100%;background-size:contain;background-position:center bottom;background-repeat:no-repeat}.auth-wrapper-inner{height:100%}.auth-main{display:flex;justify-content:center;height:100%;padding:30px 25px;flex-wrap:wrap;align-content:center}.auth-card{max-width:520px;width:100%;margin:0 auto;max-height:calc(100% - 30px);overflow:hidden}.auth-card-body{overflow-y:auto;max-height:100%}.auth-card-body-inner{padding:30px}.login-header{margin-bottom:20px}.title-wthback-btn{display:flex;align-items:center;gap:10px}.backlink-icon a{height:32px;display:flex;align-items:center;justify-content:center;transition:all .3s;cursor:pointer}.backlink-icon a:hover{background:transparent}.backlink-icon a:hover svg path{fill:var(--primary-color)}.title-wthback-btn h3{font-size:24px;font-weight:500;line-height:30px}.form-inputs label{font-size:16px;font-weight:500;line-height:16px;display:inline-block;color:var(--dark-color);margin-bottom:6px}.input-wthicon{position:relative}.input-wthicon input{padding-right:45px}.input-wthicon .input-icon{position:absolute;top:0;right:0;bottom:0}.input-wthicon .input-icon span{display:flex;align-items:center;justify-content:center;width:40px;height:100%;font-size:16px;color:var(--text-color);cursor:pointer}.left-align-inputicon input{padding-right:12px;padding-left:40px}.left-align-inputicon .input-icon{right:unset;left:0}.auth-mdl{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:15px}.remember-me{display:flex;gap:7px;align-items:center}.auth-btn{margin-top:15px}.or-stripe{text-align:center;position:relative;margin:12px 0}.or-stripe:before{left:0}.or-stripe:before,.or-stripe:after{content:"";position:absolute;top:50%;transform:translateY(-50%);background:var(--border-color);height:2px;width:45%}.or-stripe:after{right:0}.or-stripe span{position:relative;background:var(--white-color);display:inline-block;padding:6px 10px;z-index:9;font-size:16px;font-weight:600;color:var(--dark-color)}.social-login-main{display:flex;gap:15px}.social-login-inner{width:50%}.social-loginbtn{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--border-color);border-radius:4px;box-shadow:0 1px 2px #1018280d;padding:10px 15px;height:44px;font-size:16px;font-weight:600;color:var(--dark-color);cursor:pointer;transition:all .3s}.social-loginbtn em{font-style:normal;display:block}.social-loginbtn em img{display:block}.social-loginbtn span{font-size:14px!important}.social-loginbtn:hover{border-color:var(--dark-color);background:var(--dark-color);color:var(--white-color);box-shadow:0 2px 5px #10182852}.frgot-btn a{font-size:16px;font-weight:600;line-height:16px;color:var(--dark-color);transition:all .3s}.frgot-btn a:hover{color:var(--primary-color)}.donthave-account{text-align:center;margin-top:15px}.donthave-account p{color:var(--text-color);font-size:16px;font-weight:600;line-height:1.4}.donthave-account p button{background-color:transparent;border:none;color:var(--primary-color);font-weight:700}.tags-rslt{display:flex;align-items:center;gap:12px;margin-top:15px}.tag-ttl{position:relative;font-size:14px;line-height:1.4;font-weight:400;color:var(--text-color);transition:all .3s;text-transform:capitalize;display:flex;padding:10px 35px 10px 15px;border:1px solid var(--border-color);background:var(--white-color);border-radius:50px;align-items:center;justify-content:center;gap:6px;cursor:pointer}.tag-ttl em{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:11px;cursor:pointer}.tag-ttl em svg{display:block}.tag-ttl em svg path{stroke:var(--text-color)}.tag-ttl:hover{background-color:var(--primary-color);border-color:var(--primary-color)}.tag-ttl:hover span{color:var(--white-color)}.tag-ttl:hover em svg path{stroke:var(--white-color)}.tag-ttl:hover em:hover svg path{stroke:var(--danger-color)}.donthave-account p button:hover{color:var(--primary-hover-color)}.auth-description{margin-bottom:20px}.auth-description p{font-size:16px;font-weight:500;color:var(--text-color)}.auth-description p span{color:var(--primary-color)}.otp-input>div{gap:15px}.otp-input input{width:50px;height:50px;text-align:center}.otp-timer span{color:var(--primary-color);font-weight:500}.otp-timer{margin-top:20px;font-size:16px;font-weight:400;line-height:16px;color:var(--dark-color)}.reset-content h3{font-size:22px;font-weight:700;text-align:center;line-height:22px;margin-bottom:15px}.reset-content .auth-description{text-align:center;margin:0}.backto-login{margin-top:20px;text-align:center}.backto-login a{font-size:18px;font-weight:700;color:var(--primary-color);cursor:pointer}.backto-login a:hover{color:var(--primary-hover-color)}.form-flex{display:flex;flex-wrap:wrap;gap:15px}.form-inner-flex{flex:100%}.form-inner-flex-50{flex:47%}.form-inner-flex-33{flex:32%}.form-inner-flex-25{flex:23%}.custom-checkbox label{position:relative;margin-bottom:0;display:block}.custom-checkbox label input[type=checkbox]{position:absolute;display:none}.custom-checkbox label input[type=checkbox]~em{border:1px solid var(--border-color);width:20px;height:20px;border-radius:4px;background:var(--white-color);transition:all .3s;display:block;cursor:pointer}.custom-checkbox label input[type=checkbox]~em:after{content:"";display:block;position:absolute;top:3px;left:7px;width:6px;height:12px;transform:rotate(45deg);border:solid var(--white-color);border-width:0 3px 3px 0;transition:all .3s}.custom-checkbox label input[type=checkbox]:checked~em{border-color:var(--primary-color);background-color:var(--white-color)}.custom-checkbox label input[type=checkbox]:checked~em:after{border-color:var(--primary-color)}.prfile-setup-btn{display:flex;justify-content:space-between;margin-top:20px;gap:15px}.justify-item-end{justify-content:end}.prfile-setup-btn .btn{max-width:180px;width:100%}.fileuploder-label{cursor:pointer;transition:all .3s;display:block}.fileuploder-label-inner{position:relative;padding:11px 12px;border:1px dashed var(--border-color);border-radius:4px;display:flex;align-items:center;justify-content:center}.fileuploder-label span{display:block}.fileuploder-label span svg{display:block}.fileuploder-label input[type=file]{display:none}.fileuploder-label-inner svg{width:46px}.fileuploder-label-inner .uploder-descrp{color:var(--dark-color);font-size:16px;font-weight:500;line-height:24px}.fileuploder-label-inner .uploder-note{color:#b0b0b0;margin-top:2px;font-size:14px;font-weight:400;line-height:1.4}.fileuploder-label .fileuploder-label-inner:hover{border-color:var(--primary-color)}.fileuploder-label-inner:hover svg path{fill:var(--primary-color)}.fileuploder-label:hover .uploder-descrp{color:var(--primary-color)}.fileuploder-label:hover .uploder-note{color:#5c5c5c}.fileuploder-imgemain+.fileuplodr-list{margin-top:15px}.fileuplodr-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.filuploadr-image{position:relative;overflow:hidden;border-radius:5px;background:#e5e5e5;width:100%;height:170px;transition:all .3s}.filuploadr-image .fileclose-icon{position:absolute;top:6px;right:7px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:#000;box-shadow:0 2px 4px #0000003b;cursor:pointer}.filuploadr-image .fileclose-icon svg path{fill:#fff}.filuploadr-image em{background-size:cover;background-repeat:no-repeat;background-position:center center;display:block;height:100%;width:100%}.filuploadr-image:hover .fileclose-icon{background:#ffd3d3;box-shadow:0 2px 4px #3837375c}.filuploadr-image:hover .fileclose-icon svg path{fill:red}.fileuploder-label+.fileuplodr-list{margin-top:20px}.form-inputs+.imageuploader-main{margin-top:2px}.uploder-msg{margin-top:4px}.fileuploder-imgemain+.fileuplodr-sheet-main{margin-top:15px}.fileuplodr-sheet-main{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.fileuplodr-sheet{border:1px solid #d4d4d4;border-radius:5px;padding:15px 40px 15px 15px;position:relative}.pdffile-descrp{position:relative;padding-left:34px}.pdficon-img{position:absolute;left:0;top:0}.remove-pdficon{position:absolute;top:15px;right:15px}.remove-pdficon span{display:block;cursor:pointer}.remove-pdficon span:hover svg path{stroke:#ed2024}.info-tabing{max-width:500px;width:100%;margin:0 auto 40px}.info-tabing ul{display:flex;align-items:center;justify-content:center}.info-tabing ul li{width:33.33%}.info-tabing ul li .info-tab{position:relative}.info-tabing ul li .info-tab:before{content:"";position:absolute;left:-50%;top:38%;transform:translateY(-38%);background:var(--border-color);width:100%;height:1px}.info-tabing ul li:nth-child(1) .info-tab:before{display:none}.info-tab .info-tab-icon{margin-bottom:10px}.info-tab .info-tab-icon span{display:flex;align-items:center;justify-content:center;width:65px;height:65px;border-radius:50%;border:1px solid var(--border-color);background:var(--white-color);margin:0 auto;position:relative;z-index:9}.info-tab h3{font-family:OpenSans;font-size:16px;font-weight:400;line-height:16px;text-align:center}.info-tabing ul li .info-tab.active:before{background:var(--primary-color)}.info-tabing ul li .info-tab.active .info-tab-icon span{border-color:var(--primary-color)}.info-tabing ul li .info-tab.active .info-tab-icon span svg path{stroke:var(--primary-color)}.top-title{margin-bottom:15px}.top-title h3{font-size:24px;font-weight:500;line-height:30px}.width-800{max-width:800px;width:100%;margin:0 auto}.successful-msg-main{display:flex;height:calc(95vh - 70px);align-items:center}.successful-msg-main .card{max-width:585px;width:100%;margin:0 auto}.successful-msg-main .card-body{padding:40px}.successful-msg{text-align:center}.successful-msg-icon{margin-bottom:15px}.successful-msg-icon span{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:0 auto;background:#2155cd1a;border-radius:50%}.successful-msg h3{font-size:16px;line-height:24px}.successful-msg h3+p{margin-top:5px}.explore-btn{margin-top:25px}.explore-btn .btn{max-width:290px;width:100%;margin:0 auto}.blog-list ul{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 20px}.blog-card .blog-image{background:#2155cd1a;height:232px;border-radius:8px;overflow:hidden;margin-bottom:12px}.blog-card .blog-image a{display:block;background-size:cover;background-repeat:no-repeat;background-position:center center;height:100%}.blog-breacrumb{display:flex;gap:10px;align-items:center;margin-bottom:10px}.blog-breacrumb .blog-breacrumb-inner{position:relative;padding-left:12px}.blog-breacrumb .blog-breacrumb-inner:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:var(--primary-color);border-radius:50%}.blog-breacrumb .blog-breacrumb-inner p{color:var(--primary-color)}.blog-card .blog-description a{font-size:16px;font-weight:600;line-height:24px;color:var(--dark-color)}.blog-card .blog-description a:hover{color:var(--primary-color)}.blog-main{margin-top:15px}.blog-heading{margin-bottom:15px}.blog-heading h6{font-size:14px;font-weight:600;color:var(--primary-color);margin-bottom:6px}.blog-heading h3{font-size:28px;line-height:34px}.blog-detail-description p+p{margin-top:15px}.blog-detail-description p span{font-weight:600;margin-right:5px}.blog-detail-description p+.blogdtl-image{margin-top:15px}.blog-detail-description h5{text-align:center;max-width:700px;margin:0 auto 15px;font-size:16px;font-weight:500}.blogdtl-image{height:500px;background:#ebf1ff;border-radius:4px;overflow:hidden;margin-bottom:20px}.blogdtl-image span{display:block;background-size:cover;background-repeat:no-repeat;background-position:center center;height:100%}.blog-detail-description+.blog-detail-description{margin-top:20px}.blog-detail-description h3{font-size:18px;font-weight:600;line-height:24px;margin-bottom:10px}.blog-detail-description h4{font-size:15px;font-weight:600;line-height:20px;margin-bottom:10px}.breadcrumb-main{margin-bottom:20px}.breadcrumb-main .breadcrumb-inner{display:flex;justify-content:space-between;align-items:center;gap:15px}.btns-evnts{display:flex;gap:10px;align-items:center}.dashcrd-bdy{background:#2155cd1a;border-color:#e8edfa}.dash-main{display:flex;justify-content:space-between;align-items:center;gap:15px}.dash-total h3{font-size:32px;font-weight:700;line-height:1.14}.dash-total h3+p{margin-top:4px}.dash-crd-icon span{width:64px;height:64px;border-radius:4px;display:flex;align-items:center;justify-content:center;background:var(--white-color)}.title-wth-descrp .blog-breacrumb .blog-breacrumb-inner:before{background:#737373}.title-wth-descrp .blog-breacrumb .blog-breacrumb-inner p{color:#737373}.fw-bold{font-weight:600}.td-icon,.td-icon svg{display:block}.internship-status{display:flex;align-items:center;gap:5px}.internship-success-status{color:#0ba02c}.internship-status span{font-size:14px;font-weight:500}.internship-danger-status{color:#ff3b30}.data-wthicon{display:flex;align-items:center;gap:5px}.withoutpading-card>.card-body{padding:0}.withoutpading-card .card-header+.card-body{padding:20px}.kebab-main{position:relative}.kebab-icon span{display:block;cursor:pointer;transition:all .3s}.kebab-icon span svg{display:block}.kebab-icon span:hover svg path{fill:var(--dark-color)}.kebab-dropdown{position:absolute;top:100%;right:0;z-index:999}.kebab-dropdown ul{width:170px;background:#fff;box-shadow:0 2px 4px #0f223a1f;overflow:hidden;border-radius:6px;padding:5px 0}.kebab-dropdown ul li a{padding:10px;font-size:14px;font-weight:400;line-height:24px;text-align:left;color:#6d6d6d;display:flex;transition:all .3s;align-items:center;gap:5px}.kebab-dropdown ul li a em{display:block;font-style:normal}.kebab-dropdown ul li a em svg{display:block}.kebab-dropdown ul li a em svg path{fill:#5e6670}.kebab-dropdown ul li:first-child a em svg path{stroke:#5e6670;fill:unset}.kebab-dropdown ul li a:hover{color:var(--primary-color);background:#2155cd1a}.kebab-dropdown ul li a:hover em svg path{fill:var(--primary-color)}.kebab-dropdown ul li:first-child a:hover em svg path{stroke:var(--primary-color);fill:unset}.kebab-flex{display:flex;justify-content:space-between;gap:10px;padding:10px;align-items:center}.kebab-dropdown ul li .kebab-flex a{padding:0}.kebab-dropdown ul li+li{border-top:1px solid #e7e4e4}.table tbody tr:nth-last-child(1) .kebab-dropdown,.table tbody tr:nth-last-child(2) .kebab-dropdown{top:unset;bottom:100%}.fltrsrch-input label{position:relative;width:320px}.fltrsrch-input label span{position:absolute;top:0;left:0;bottom:0;display:flex;align-items:center;justify-content:center;width:40px}.fltrsrch-input label input{padding-left:35px}.select-box{width:100%}.select-box .css-13cymwt-control{background-color:#fff;border-color:#d4d4d4;min-height:37px;border-radius:4px}.select-box .css-t3ipsp-control{background-color:#fff;border-color:#d4d4d4}.select-box .css-art2ul-ValueContainer2{padding:0 8px 0 15px;height:37px}.select-box .css-1dimb5e-singleValue{color:#171717}.select-box .css-t3ipsp-control{border-color:#d4d4d4;box-shadow:unset;border-radius:4px}.select-box .css-t3ipsp-control:hover{border-color:#141414e3}.select-box .css-1nmdiq5-menu{margin-bottom:0;margin-top:1px;box-shadow:0 2px 8px #0000001a;z-index:9;background-color:#fff;border:1px solid #D4D4D4}.select-box .css-d7l1ni-option{background:#fffdf7;color:var(--primary-color);cursor:pointer}.select-box .css-tr4s17-option{background:#fffdf7;color:var(--primary-color)}.select-box .css-d7l1ni-option:active{background-color:transparent}.select-box .css-tr4s17-option:active{background-color:transparent!important}.select-box .css-19bb58m{height:29px}.select-box .css-13cymwt-control:hover{border-color:var(--dark-color)}.status-fltr.select-box{width:130px}.data-wthimage{display:flex;gap:10px;align-items:center}.data-wthimage .data-bg{width:40px;height:40px;border-radius:50%;background:red;overflow:hidden}.data-wthimage .data-bg span{background-size:cover;background-repeat:no-repeat;background-position:center center;height:100%;display:block}.data-name-bg{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:var(--dark-color);font-size:14px;font-weight:600;letter-spacing:.5px}.data-wthimage .data-content{width:calc(100% - 50px)}.data-wthimage .data-content .titl-name{color:var(--dark-color);font-weight:600}.table td .select-box.status-fltr{margin:0 auto}.dashborad-details{margin-bottom:20px}.dashcrd-bdy .card-body{padding:20px}.form-main-title{margin-bottom:12px}.form-main-title h3{font-size:18px;font-weight:600;line-height:1.4}.form-main+.form-main{margin-top:20px}.main-btn{display:flex;gap:10px;align-items:center;justify-content:end;margin-top:20px}.main-btn .main-btn-inner .btn{width:150px}.inputwth-text{position:absolute;right:1px;top:1px;bottom:0}.inputwth-text span{display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;height:96%;width:53px;background:var(--border-color);border-top-right-radius:0;border-bottom-right-radius:0;color:#464646}.primary-text{color:var(--primary-color)}.card+.top-title{margin-top:25px}.elipsis-text{text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.main-flex{display:flex;gap:15px}.align-tem-center{align-items:center}.inner-flex-50{width:50%}.inner-flex-70{width:70%}.inner-flex-30{width:30%}.top-heading{max-width:550px;width:100%;margin:0 auto 40px;text-align:center}.top-heading h3{font-size:40px;font-weight:500;line-height:48px}.top-heading h3+p{margin-top:5px}.premimum-work-section{padding-top:40px}.premimum-work-list ul{display:flex;gap:15px}.premimum-work-list ul li{width:33.33%;position:relative}.premimum-work-list ul li:before{content:"";position:absolute;right:-15%;top:25%;transform:translatey(-25%);background-repeat:no-repeat;background-size:98px 49px;width:98px;height:49px;z-index:1}.premimum-work-list ul li:nth-child(1):before,.premimum-work-list ul li:nth-child(2):before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAAA4CAYAAAAGsC2fAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAPWSURBVHgB7ZxNbtpAFIDfMyFrjuD0AgUlrdRV4ARNpZB2V3IDeoLACZobhOyqJFWTE5CsKrUhcIE20xuwrPjx9D3jocYxCSAInvF8UuRBdgzypzczb8YzuFVuSfhPFxC7IOlIZUTplz3p/QF0BEhPwGCjIy4LXbAsFYyImBUSgR0psQNyeAPDPsl5I8CyMBj+4O61cwB/c5DN5EDi6A+lS6dyiJiny+k8vOTPMfcSdLNrz5NX4uvOJVjmAmEBfGEbAxIDRUSnCDFy6MYNK2V2FhIRh7v/s0iHPInZo+Nu6NQoUvq9uq2+prM0EWHcD20Xhh5FCx6B9Ks29WUNKySelYgI45Z/5EE6VZLyMfSlVkiElYtQ+FEyGNaskHieTYQiRoig/nNdnG83IMU8uwgFC8HB8JgSyLfBD0l1dKxNhMIttyqhRl1IT35KY5d37SIYPzqG8gRAFvkzItR+n23XIUUkQoTC3W9R2wFHXKbjpddzDtMyrpUoEQwnhuhkTsZVVb9XSkO7kTgRjF9VebKZJhmJFMHweBZmSQZIHtOiLu7wnTh/3QFDSawIhbt/2whyji7JKJkqI/EimDTI0EIEY7oMBzRBXOxUpJSnwJNUkPnm7n13wSC0iQhFKDKM6k1pExFjBpkqz5dTycXsZtOUyNAuIhi/a7sp26M8AzuyjyXdM3D9IoLghy4dLNE4iOA8w8l6n0FztBTBiC8F4cvwe1FQeXHQ0lqGtiIYXwZ1ZYFlSKiSjCPQFC3biCj+nAbACZcddCq/zgqnoBlGiGDCQ+gUJQXdEj6tq6Yw4mK7RtWTP5lECZ923VpjIkKha8JnTESM0TThMy4iGB0TPvMiAh4mfDzBNHrTPbkYGRGKySnXZEeG0SIYXWQYWTWFGQ+FTFRTyWvAjY8IRdLfDDE+IhSTkRF0bXnJQEJIjQjGl9HDAr9FCCwDMm33fasKCSA1VVOUyOudx17Pqa+zEU+tCIZkVAMZnGOstd1ItQgm0oivLTpSL0IRrqpgDauYrIgQ0eiAJQjhoZVZosuKiCGyiolZWMhW+a6JKDtPVXdWxCPECZl38T6LCFZCCSm9Q3Hx6jruOitiBmKEQLApzDVNgFxNe7jMVvm2TdeOE8dpizatiDkYbXOBFXSc3UkpvKUSbwjj3VC5E95KyT24u8fJa5kHVZ0VsSCPSAnwZwm7wUKb2LmQcHRYEUtA7T0CHuTRAX7wu3P8ux8dVsSKGO1BgjlEp/nEpTfUiNesiBUyWj/u3U857QtQDf0GWJ6bCQEKK2KVDAYu4HimIVaAwopYPY8KsCSMf1/7RXkQ2oUMAAAAAElFTkSuQmCC)}.premimum-work-list ul li:nth-child(3):before{display:none}.premium-work-box{text-align:center;border-radius:8px;background:#fff}.premium-work-icon{width:150px;height:150px;border-radius:50%;border:1px dashed var(--primary-color);margin:0 auto 20px;overflow:hidden}.premium-work-icon span{display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;height:100%}.premium-work-box h3{font-size:18px;font-weight:600;line-height:24px;color:var(--primary-color);max-width:290px;width:100%;margin:0 auto}.premium-about-section{padding-top:40px}.premium-about-description h3{font-size:40px;font-weight:500;line-height:44px;margin-bottom:7px}.premium-about-image{text-align:right}.subscription-section{padding:50px 0 15px}.plan-main ul{display:flex;justify-content:center;gap:15px}.plan-main ul li{width:33.33%}.plan-card{border:1px solid #E5E5E5;border-radius:8px;background:#fff;height:100%;position:relative}.plan-header{padding:20px 15px;border-bottom:1px solid #e5e5e5}.plan-header h3{font-size:18px;font-weight:600;line-height:24px;margin-bottom:3px}.plan-amount{display:flex;align-items:flex-end;margin-top:20px}.plan-amount h2{font-size:36px;font-weight:600;line-height:36px;color:var(--primary-color)}.plan-amount span{font-size:16px;font-weight:500}.plan-body{padding:15px 15px 85px}.plan-description{position:relative;padding-left:15px}.plan-description:before{content:"";position:absolute;left:0;top:6px;width:5px;height:5px;border-radius:50%;background:#868686}.plan-description span{position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.plan-description-list{margin-top:15px;margin-bottom:15px}.plan-description+.plan-description{margin-top:5px}.plan-footer{padding:20px 15px}.plan-flex{display:flex;gap:20px}.plan-inner-flex-70{flex:70%}.plan-inner-flex-30{flex:30%}.payment-reqst-header{margin-bottom:20px}.payment-reqst-header h3{font-size:20px;font-weight:600;line-height:24px;margin-bottom:4px}.payment-table-header{display:flex;gap:15px;align-items:center;padding:10px 0;border-bottom:1px solid #e5e5e5}.payment-table-header .payment-header-data{width:15%}.payment-table-header .payment-header-data:nth-child(1){width:70%}.payment-header-data h3{font-size:18px;font-weight:500;line-height:24px}.payment-header-data:nth-child(2) h3{text-align:center}.payment-header-data:nth-child(3) h3{text-align:end}.payment-table-body{padding:8px 0}.payment-body-data{display:flex;gap:15px;align-items:center;padding:10px 0}.payment-data-inner{width:15%}.payment-body-data .payment-data-inner:nth-child(1){width:70%}.payment-body-data .payment-data-inner:nth-child(2) p{text-align:center}.payment-body-data .payment-data-inner:nth-child(3) p{text-align:end}.payment-table-footer{display:flex;gap:15px;justify-content:flex-end;border-top:1px solid #e5e5e5;padding-top:10px}.pymnt-via{display:flex;gap:5px;align-items:center;justify-content:center;margin-top:20px}.pymnt-via p{font-size:16px;font-weight:600}.pymnt-via span svg,.pymnt-via span{display:block}.query-msg{text-align:center;margin-top:15px}.query-msg p span{color:var(--primary-color)}.paynow-btn{margin-top:20px}.paynow-btn .btn{max-width:250px;width:100%;margin:0 auto}.singel-plan .plan-body{padding-bottom:15px}.dark-table{border-radius:8px;padding:15px}.dark-table-hdng{margin-bottom:10px}.dark-table-hdng h3{font-size:20px;line-height:26px}.dark-table+.dark-table{margin-top:20px}.orderhistory-main{border-top:1px solid #e5e5e5;padding-top:15px}.orderhistory-data{display:flex;align-items:center;justify-content:space-between;gap:15px}.orderhistory-data p{font-size:16px;font-weight:500}.orderhistory-data h3{font-size:16px;font-weight:500;line-height:24px}.orderhistory-data+.orderhistory-data{margin-top:10px}.payment-successful-main{display:flex;align-items:center;justify-content:center;height:59vh}.payment-successful{padding:30px;border:1px solid #e5e5e5;border-radius:8px;max-width:320px;width:100%;margin:0 auto;text-align:center}.payment-successful .payment-icon{margin-bottom:15px}.payment-successful .payment-icon span{display:flex;align-items:center;justify-content:center;background:#007aff33;width:155px;height:155px;border-radius:50%;margin:0 auto;position:relative}.payment-successful .payment-icon span:before,.payment-successful .payment-icon span:after{content:"";position:absolute;border-radius:50%;z-index:1}.payment-successful .payment-icon span:before{left:10px;top:10px;background:#007aff7f;width:136px;height:136px}.payment-successful .payment-icon span:after{left:21px;top:22px;background:#007aff;width:114px;height:114px}.payment-successful .payment-icon span svg{position:relative;z-index:9}.payment-successful h3{font-size:20px;font-weight:600;line-height:26px}.rating-modal .review-form-main{border:unset;padding:0;margin:0}.rating-modal .review-form-main .review-form{background:#fff;padding:0}.rating-modal .review-form-main .review-form .rating-input{justify-content:center;margin-bottom:10px}.rating-modal .review-logo{text-align:center;margin-bottom:15px}.tabing-list ul{display:flex;gap:5px;align-items:center;border-bottom:2px solid var(--border-grey-color)}.tabing-list ul li .tab-title{position:relative;padding:15px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:400;line-height:24px;color:#737373;cursor:pointer;transition:all .3s}.tabing-list ul li .tab-title:before{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:transparent}.tabing-list ul li .tab-title.active,.tabing-list ul li .tab-title:hover{color:#ed2024}.tabing-list ul li .tab-title.active:before,.tabing-list ul li .tab-title:hover:before{background-color:#ed2024}.tab-content{margin-top:25px}.btn-main{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.btn-main .btn{width:120px}.blog-feedback-form{margin-top:20px}.aplction-heading-prf{display:flex;justify-content:space-between}.aplction-prfl{width:80px;height:80px;background-color:#ededed;border-radius:50%;padding:1px}.aplction-prfl span{display:block;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.aplction-hdr-lft{display:flex;align-items:center;gap:15px}.aplction-inner-title h3{font-size:20px;font-weight:600;line-height:24px}.aplction-prfl-title{display:flex;align-items:flex-start;gap:10px}.aplction-inner-title h3+p{margin-top:8px}.aplction-inner-title p{font-size:16px;font-weight:400;line-height:21px;color:#525252}.glmp-review{display:flex;align-items:center;gap:6px}.glmp-review p{font-family:Heebo;font-size:18px;font-weight:500;line-height:25px;color:#fc0}.glmp-review span{display:block;position:relative;top:-2px}.glmp-review span svg{display:block}.aplction-hdr-requment ul{display:flex;gap:10px;align-items:center}.aplction-hdr-requment ul li a{font-size:16px;font-weight:600;line-height:24px;color:#007aff;transition:all .3s}.aplction-hdr-requment ul li a:hover{color:var(--primary-hover-color)}.aplction-hdr-requment ul li+li{border-left:2px solid #007aff;padding-left:10px}.aplction-msg-status{display:flex;align-items:center;gap:10px}.aplction-hdr-requment+.aplction-msg-status{margin-top:15px}.aplction-msg-btn{display:flex;align-items:center;gap:7px;cursor:pointer}.aplction-msg-btn span{display:inline-flex}.aplction-msg-btn:hover span svg path{stroke:#007aff}.aplction-msg-btn p{font-size:16px;font-weight:600;line-height:20px}.aplction-msg-btn:hover p{color:#007aff}.aplction-main{display:flex;justify-content:space-between;gap:20px;margin-top:30px}.aplction-inner-70{flex:60%}.aplction-inner-30{flex:35%}.aplction-decption-title h3{font-size:18px;font-weight:600;line-height:18px;color:#262626}.aplction-description p{font-size:16px;font-weight:400;line-height:24px}.aplction-decption-title{margin-bottom:10px}.aplction-description p+p{margin-top:10px}.review-form{background:#f6f6f6;border-radius:4px;padding:20px}.review-form h3{font-size:16px;font-weight:700;line-height:24px;margin-bottom:15px}.rating-input{display:flex;align-items:center;gap:8px}.rating-input span{cursor:pointer;display:block}.rating-input span svg{display:block;width:34px;height:34px}.aplction-othr-review-main .review-profile-dtls{display:flex;gap:10px;margin-bottom:10px;position:relative;padding-right:100px}.aplction-othr-review-main .review-profile-dtls .review-profile-data h3{font-size:16px;font-weight:600;line-height:24px}.aplction-othr-review-main .review-profile-dtls .review-profile{background:#edf2ff;width:44px;height:44px;border-radius:50%;overflow:hidden}.aplction-othr-review-main .review-profile-dtls .review-profile span{display:block;background-size:cover;background-repeat:no-repeat;background-position:center center;height:100%}.aplction-othr-review-main .review-profile-dtls .review-profile-data{width:calc(100% - 54px)}.aplction-othr-review-main .review-profile-dtls .review-profile-data .rtng-star{display:flex;gap:4px;margin-top:2px}.aplction-othr-review-main .review-profile-dtls .review-profile-data .rtng-star span,.review-profile-dtls .review-profile-data .rtng-star span svg{display:block}.aplction-othr-review-main .review-left{width:100%;display:flex;justify-content:space-between}.aplction-othr-review-main .review-right{width:100%}.aplction-othr-review-main .rating-time p{font-size:14px;font-weight:600;line-height:21.6px;color:#a3a3a3}.aplction-othr-review-main .review-description p{font-size:14px;line-height:1.4}.aplction-othr-review-main{margin-top:30px}.review-list ul li+li{border-top:1px solid var(--border-grey-color);padding-top:20px;margin-top:20px}.aplction-description+.aplction-description{border-top:2px solid #f5f5f5;padding-top:25px;margin-top:25px}.aplction-description+.aplction-reviews-main{border-top:2px solid #f5f5f5;padding-top:25px;margin-top:25px}.aplction-prsnl-info .aplction-prsnl-icon{margin-bottom:10px}.aplction-prsnl-info .aplction-prsnl-icon span{display:flex;align-items:center;height:26px}.aplction-prsnl-info .aplction-prsnl-icon span svg{display:block}.aplction-prsnl-info h4{font-size:16px;font-weight:500;line-height:1.4;color:var(--dark-color)}.hdng-viewbtn{margin-top:5px}.aplction-prsnl-info .hdng-viewbtn span{color:var(--primary-color);cursor:pointer;font-weight:600;font-size:14px;line-height:1.4px;display:flex;align-items:center;height:28px;justify-content:center;width:fit-content;border:1px solid #ffffff;border-radius:40px;padding:8px 0;text-align:left;transition:all .3s}.aplction-prsnl-info .hdng-viewbtn span:hover{color:#fff;background:var(--primary-color);padding:8px 14px;text-align:center}.aplction-prsnl-info p+h4{margin-top:7px}.aplction-main .main-flex{flex-wrap:wrap;gap:25px 20px}.aplction-main .main-flex .inner-flex-50{flex:47%;width:unset}.download-resume-main{display:flex;align-items:center;justify-content:space-between}.form-inner-flx-50{width:47%}.form-inner-flx-100{width:100%}.resume-detail-lft{display:flex;align-items:center;gap:10px}.resume-deatil-description p{font-size:14px;font-weight:400;line-height:20px}.resume-deatil-description h4{font-size:16px;font-weight:400;line-height:20px;color:#262626}.resume-deatil-description p+h4{margin-top:3px}.resume-icon span{display:block}.resume-icon span svg{display:block}.download-icon span{height:48px;width:48px;display:flex;align-items:center;justify-content:center;background-color:#2155cd1a;border-radius:5px;cursor:pointer;transition:all .3s}.download-icon span:hover{background-color:var(--primary-color);box-shadow:0 2px 8px #0000003b}.download-icon span:hover svg path{stroke:var(--white-color)}.aplction-contact-dital{display:flex;align-items:center;gap:10px}.aplction-contact-heading h3{font-size:16px;font-weight:500;line-height:24px;margin-bottom:15px;color:#262626}.aplction-contact-list ul li{border-top:1px solid #ededed;padding:15px 0}.aplction-contact-dital span{display:block;height:100%}.aplction-contact-dital span svg{display:block}.explore-btn-flex{display:flex;gap:15px;justify-content:center}.explore-btn-flex .btn{max-width:180px;width:100%}.badge{padding:6px 14px;display:flex;align-items:center;justify-content:center;max-width:110px;background:#e5e5e5;color:#737373;border-radius:21px;gap:5px;font-size:14px;font-weight:600;line-height:16px}.form-btn{margin-top:20px}.review-form .form-btn{display:flex;justify-content:flex-end}.review-form .form-btn .btn{width:180px}.aplction-othr-review-main .rating-time{position:absolute;right:0}.blogbg-wthkebab{position:relative}.blogbg-wthkebab .kebab-main{position:absolute;top:11px;right:5px}.blog-list ul .blogbg-wthkebab .kebab-dropdown ul{display:block;width:100px}.blog-list ul .blogbg-wthkebab .kebab-dropdown ul li a{line-height:1.4}.blog-card .blogbg-wthkebab .blog-image{position:relative}.blog-card .blogbg-wthkebab .blog-image:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:#00000017}.blog-card .blog-image span{display:block;background-size:cover;background-repeat:no-repeat;background-position:center center;height:100%}.blogbg-wthkebab .kebab-main .kebab-icon span svg path{fill:red}.blogbg-wthkebab .kebab-main .kebab-icon span:hover svg path{fill:#b80404}.blogdetail-withkebab{position:relative}.blogdetail-withkebab .kebab-main{position:absolute;top:5px;right:0}.profile-uploader{width:150px;margin-top:6px;position:relative}.profile-uploader .prfl-bg{position:relative;width:150px;height:150px;background-color:#ededed;border-radius:4px;margin:0 auto;overflow:hidden;border:2px solid var(--border-grey-color)}.profile-uploader .prfl-bg span{display:block;background-size:cover;background-repeat:no-repeat;background-position:center center;height:100%}.profile-uploader label input{display:none}.profile-uploader label{display:block;position:absolute;bottom:-12px;right:-13px}.profile-uploader label span{display:flex;width:40px;height:40px;background:var(--dark-color);border-radius:4px;justify-content:center;align-items:center;cursor:pointer;transition:all .3s}.profile-uploader label span:hover{background-color:var(--primary-color);box-shadow:0 2px 8px #00000024}@keyframes bounce-open{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@media screen and (max-width: 991px){.grid-container{grid-template-columns:0px 1fr}.main-header .navmenu-hdr{display:block}.sidenav{position:inherit;padding-top:0;position:fixed;top:0;left:0;bottom:0;z-index:999;transition:all .3s;height:100vh;width:90%;max-width:250px}.sidenav-inner{height:100%;background-color:#fff;box-shadow:0 2px 4px #0f223a1f;position:relative;z-index:9;padding-top:68px}body:not(.open-sidebar) .sidenav{transform:translate(-120%)}.overlay-sidebar{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:-1;transition:all .3s;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.open-sidebar .overlay-sidebar{opacity:1;visibility:visible}.navigation-menu nav ul{flex-wrap:wrap;max-height:100%;overflow:auto;margin:0;padding-left:0;padding-right:0;padding-top:0;gap:0}.navigation-menu nav ul li{width:100%}.navigation-menu nav ul li a{padding:10px 20px;color:#000;border-bottom:unset;text-align:left}.open-sidebar .close-menu{display:block}.open-sidebar .sidebar-top{padding:10px 15px}}
