:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{box-sizing:content-box;position:absolute;height:0;width:1px;content:"";z-index:-1;border:8px solid transparent;left:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{visibility:visible;opacity:1}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media(max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;-webkit-clip-path:circle(0);clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.tippy-touch{cursor:pointer!important}.tippy-notransition{transition:none!important}.tippy-popper{max-width:400px;perspective:800px;z-index:9999;outline:0;transition-timing-function:cubic-bezier(.165,.84,.44,1);pointer-events:none}.tippy-popper.html-template{max-width:96%;max-width:calc(100% - 20px)}.tippy-popper[x-placement^=top] [x-arrow]{border-top:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px;margin:0 9px}.tippy-popper[x-placement^=top] [x-arrow].arrow-small{border-top:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;bottom:-5px}.tippy-popper[x-placement^=top] [x-arrow].arrow-big{border-top:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;bottom:-10px}.tippy-popper[x-placement^=top] [x-circle]{transform-origin:0 33%}.tippy-popper[x-placement^=top] [x-circle].enter{transform:scale(1) translate(-50%,-55%);opacity:1}.tippy-popper[x-placement^=top] [x-circle].leave{transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow]{border-top:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-top:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-top:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow]{border-top:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-top:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-top:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] [data-animation=perspective]{transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective].enter{opacity:1;transform:translateY(-10px) rotateX(0)}.tippy-popper[x-placement^=top] [data-animation=perspective].leave{opacity:0;transform:translateY(0) rotateX(90deg)}.tippy-popper[x-placement^=top] [data-animation=fade].enter{opacity:1;transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade].leave{opacity:0;transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].enter{opacity:1;transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].leave{opacity:0;transform:translateY(0)}.tippy-popper[x-placement^=top] [data-animation=scale].enter{opacity:1;transform:translateY(-10px) scale(1)}.tippy-popper[x-placement^=top] [data-animation=scale].leave{opacity:0;transform:translateY(0) scale(0)}.tippy-popper[x-placement^=bottom] [x-arrow]{border-bottom:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px;margin:0 9px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small{border-bottom:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;top:-5px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big{border-bottom:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;top:-10px}.tippy-popper[x-placement^=bottom] [x-circle]{transform-origin:0 -50%}.tippy-popper[x-placement^=bottom] [x-circle].enter{transform:scale(1) translate(-50%,-45%);opacity:1}.tippy-popper[x-placement^=bottom] [x-circle].leave{transform:scale(.15) translate(-50%,-5%);opacity:0}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow]{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-bottom:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-bottom:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow]{border-bottom:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-bottom:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-bottom:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter{opacity:1;transform:translateY(10px) rotateX(0)}.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave{opacity:0;transform:translateY(0) rotateX(-90deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade].enter{opacity:1;transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade].leave{opacity:0;transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].enter{opacity:1;transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].leave{opacity:0;transform:translateY(0)}.tippy-popper[x-placement^=bottom] [data-animation=scale].enter{opacity:1;transform:translateY(10px) scale(1)}.tippy-popper[x-placement^=bottom] [data-animation=scale].leave{opacity:0;transform:translateY(0) scale(0)}.tippy-popper[x-placement^=left] [x-arrow]{border-left:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;right:-7px;margin:6px 0}.tippy-popper[x-placement^=left] [x-arrow].arrow-small{border-left:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;right:-5px}.tippy-popper[x-placement^=left] [x-arrow].arrow-big{border-left:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;right:-10px}.tippy-popper[x-placement^=left] [x-circle]{transform-origin:50% 0}.tippy-popper[x-placement^=left] [x-circle].enter{transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=left] [x-circle].leave{transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow]{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-left:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow]{border-left:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-left:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-left:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] [data-animation=perspective]{transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective].enter{opacity:1;transform:translateX(-10px) rotateY(0)}.tippy-popper[x-placement^=left] [data-animation=perspective].leave{opacity:0;transform:translateX(0) rotateY(-90deg)}.tippy-popper[x-placement^=left] [data-animation=fade].enter{opacity:1;transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade].leave{opacity:0;transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].enter{opacity:1;transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].leave{opacity:0;transform:translateX(0)}.tippy-popper[x-placement^=left] [data-animation=scale].enter{opacity:1;transform:translateX(-10px) scale(1)}.tippy-popper[x-placement^=left] [data-animation=scale].leave{opacity:0;transform:translateX(0) scale(0)}.tippy-popper[x-placement^=right] [x-arrow]{border-right:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;left:-7px;margin:6px 0}.tippy-popper[x-placement^=right] [x-arrow].arrow-small{border-right:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;left:-5px}.tippy-popper[x-placement^=right] [x-arrow].arrow-big{border-right:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;left:-10px}.tippy-popper[x-placement^=right] [x-circle]{transform-origin:-50% 0}.tippy-popper[x-placement^=right] [x-circle].enter{transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=right] [x-circle].leave{transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow]{border-right:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-right:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-right:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow]{border-right:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-right:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-right:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] [data-animation=perspective]{transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective].enter{opacity:1;transform:translateX(10px) rotateY(0)}.tippy-popper[x-placement^=right] [data-animation=perspective].leave{opacity:0;transform:translateX(0) rotateY(90deg)}.tippy-popper[x-placement^=right] [data-animation=fade].enter{opacity:1;transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade].leave{opacity:0;transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].enter{opacity:1;transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].leave{opacity:0;transform:translateX(0)}.tippy-popper[x-placement^=right] [data-animation=scale].enter{opacity:1;transform:translateX(10px) scale(1)}.tippy-popper[x-placement^=right] [data-animation=scale].leave{opacity:0;transform:translateX(0) scale(0)}.tippy-popper .tippy-tooltip.transparent-theme{background-color:rgba(0,0,0,.7)}.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill]{background-color:transparent}.tippy-popper .tippy-tooltip.light-theme{color:#26323d;box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);background-color:#fff}.tippy-popper .tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:.95rem;padding:.4rem .8rem;text-align:center;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#333}.tippy-tooltip--small{padding:.25rem .5rem;font-size:.8rem}.tippy-tooltip--big{padding:.6rem 1.2rem;font-size:1.2rem}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:transparent}.tippy-tooltip[data-interactive]{pointer-events:auto}.tippy-tooltip[data-inertia]{transition-timing-function:cubic-bezier(.53,2,.36,.85)}.tippy-tooltip [x-arrow]{position:absolute;width:0;height:0}.tippy-tooltip [x-circle]{position:absolute;will-change:transform;background-color:#333;border-radius:50%;width:130%;width:calc(110% + 2rem);left:50%;top:50%;z-index:-1;overflow:hidden;transition:all ease}.tippy-tooltip [x-circle]:before{content:"";padding-top:90%;float:left}@media(max-width:450px){.tippy-popper{max-width:96%;max-width:calc(100% - 20px)}}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#ff3030;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#ff3030;--light:#25262c;--dark:#191b1f;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}sub,sup{vertical-align:baseline}a{color:#007bff;text-decoration:none}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}progress{vertical-align:baseline}[type=search]{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}output{display:inline-block}summary{cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:.875em;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,html.style1 .container-lg,html.style1 .container-md,html.style1 .container-sm,html.style1 .container-xl,html.style2 .container-lg,html.style2 .container-md,html.style2 .container-sm,html.style2 .container-xl,html.style3 .container-lg,html.style3 .container-md,html.style3 .container-sm,html.style3 .container-xl,html.style4 .container-lg,html.style4 .container-md,html.style4 .container-sm,html.style4 .container-xl,html.style5 .container-lg,html.style5 .container-md,html.style5 .container-sm,html.style5 .container-xl,html.style6 .container-lg,html.style6 .container-md,html.style6 .container-sm,html.style6 .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm,html.style1 .container,html.style1 .container-sm,html.style2 .container,html.style2 .container-sm,html.style3 .container,html.style3 .container-sm,html.style4 .container,html.style4 .container-sm,html.style5 .container,html.style5 .container-sm,html.style6 .container,html.style6 .container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm,html.style1 .container,html.style1 .container-md,html.style1 .container-sm,html.style2 .container,html.style2 .container-md,html.style2 .container-sm,html.style3 .container,html.style3 .container-md,html.style3 .container-sm,html.style4 .container,html.style4 .container-md,html.style4 .container-sm,html.style5 .container,html.style5 .container-md,html.style5 .container-sm,html.style6 .container,html.style6 .container-md,html.style6 .container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm,html.style1 .container,html.style1 .container-lg,html.style1 .container-md,html.style1 .container-sm,html.style2 .container,html.style2 .container-lg,html.style2 .container-md,html.style2 .container-sm,html.style3 .container,html.style3 .container-lg,html.style3 .container-md,html.style3 .container-sm,html.style4 .container,html.style4 .container-lg,html.style4 .container-md,html.style4 .container-sm,html.style5 .container,html.style5 .container-lg,html.style5 .container-md,html.style5 .container-sm,html.style6 .container,html.style6 .container-lg,html.style6 .container-md,html.style6 .container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl,html.style1 .container,html.style1 .container-lg,html.style1 .container-md,html.style1 .container-sm,html.style1 .container-xl,html.style2 .container,html.style2 .container-lg,html.style2 .container-md,html.style2 .container-sm,html.style2 .container-xl,html.style3 .container,html.style3 .container-lg,html.style3 .container-md,html.style3 .container-sm,html.style3 .container-xl,html.style4 .container,html.style4 .container-lg,html.style4 .container-md,html.style4 .container-sm,html.style4 .container-xl,html.style5 .container,html.style5 .container-lg,html.style5 .container-md,html.style5 .container-sm,html.style5 .container-xl,html.style6 .container,html.style6 .container-lg,html.style6 .container-md,html.style6 .container-sm,html.style6 .container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,html.style1 .col,html.style1 .col-1,html.style1 .col-10,html.style1 .col-11,html.style1 .col-12,html.style1 .col-2,html.style1 .col-3,html.style1 .col-4,html.style1 .col-5,html.style1 .col-6,html.style1 .col-7,html.style1 .col-8,html.style1 .col-9,html.style1 .col-auto,html.style1 .col-lg,html.style1 .col-lg-1,html.style1 .col-lg-10,html.style1 .col-lg-11,html.style1 .col-lg-12,html.style1 .col-lg-2,html.style1 .col-lg-3,html.style1 .col-lg-4,html.style1 .col-lg-5,html.style1 .col-lg-6,html.style1 .col-lg-7,html.style1 .col-lg-8,html.style1 .col-lg-9,html.style1 .col-lg-auto,html.style1 .col-md,html.style1 .col-md-1,html.style1 .col-md-10,html.style1 .col-md-11,html.style1 .col-md-12,html.style1 .col-md-2,html.style1 .col-md-3,html.style1 .col-md-4,html.style1 .col-md-5,html.style1 .col-md-6,html.style1 .col-md-7,html.style1 .col-md-8,html.style1 .col-md-9,html.style1 .col-md-auto,html.style1 .col-sm,html.style1 .col-sm-1,html.style1 .col-sm-10,html.style1 .col-sm-11,html.style1 .col-sm-12,html.style1 .col-sm-2,html.style1 .col-sm-3,html.style1 .col-sm-4,html.style1 .col-sm-5,html.style1 .col-sm-6,html.style1 .col-sm-7,html.style1 .col-sm-8,html.style1 .col-sm-9,html.style1 .col-sm-auto,html.style1 .col-xl,html.style1 .col-xl-1,html.style1 .col-xl-10,html.style1 .col-xl-11,html.style1 .col-xl-12,html.style1 .col-xl-2,html.style1 .col-xl-3,html.style1 .col-xl-4,html.style1 .col-xl-5,html.style1 .col-xl-6,html.style1 .col-xl-7,html.style1 .col-xl-8,html.style1 .col-xl-9,html.style1 .col-xl-auto,html.style2 .col,html.style2 .col-1,html.style2 .col-10,html.style2 .col-11,html.style2 .col-12,html.style2 .col-2,html.style2 .col-3,html.style2 .col-4,html.style2 .col-5,html.style2 .col-6,html.style2 .col-7,html.style2 .col-8,html.style2 .col-9,html.style2 .col-auto,html.style2 .col-lg,html.style2 .col-lg-1,html.style2 .col-lg-10,html.style2 .col-lg-11,html.style2 .col-lg-12,html.style2 .col-lg-2,html.style2 .col-lg-3,html.style2 .col-lg-4,html.style2 .col-lg-5,html.style2 .col-lg-6,html.style2 .col-lg-7,html.style2 .col-lg-8,html.style2 .col-lg-9,html.style2 .col-lg-auto,html.style2 .col-md,html.style2 .col-md-1,html.style2 .col-md-10,html.style2 .col-md-11,html.style2 .col-md-12,html.style2 .col-md-2,html.style2 .col-md-3,html.style2 .col-md-4,html.style2 .col-md-5,html.style2 .col-md-6,html.style2 .col-md-7,html.style2 .col-md-8,html.style2 .col-md-9,html.style2 .col-md-auto,html.style2 .col-sm,html.style2 .col-sm-1,html.style2 .col-sm-10,html.style2 .col-sm-11,html.style2 .col-sm-12,html.style2 .col-sm-2,html.style2 .col-sm-3,html.style2 .col-sm-4,html.style2 .col-sm-5,html.style2 .col-sm-6,html.style2 .col-sm-7,html.style2 .col-sm-8,html.style2 .col-sm-9,html.style2 .col-sm-auto,html.style2 .col-xl,html.style2 .col-xl-1,html.style2 .col-xl-10,html.style2 .col-xl-11,html.style2 .col-xl-12,html.style2 .col-xl-2,html.style2 .col-xl-3,html.style2 .col-xl-4,html.style2 .col-xl-5,html.style2 .col-xl-6,html.style2 .col-xl-7,html.style2 .col-xl-8,html.style2 .col-xl-9,html.style2 .col-xl-auto,html.style3 .col,html.style3 .col-1,html.style3 .col-10,html.style3 .col-11,html.style3 .col-12,html.style3 .col-2,html.style3 .col-3,html.style3 .col-4,html.style3 .col-5,html.style3 .col-6,html.style3 .col-7,html.style3 .col-8,html.style3 .col-9,html.style3 .col-auto,html.style3 .col-lg,html.style3 .col-lg-1,html.style3 .col-lg-10,html.style3 .col-lg-11,html.style3 .col-lg-12,html.style3 .col-lg-2,html.style3 .col-lg-3,html.style3 .col-lg-4,html.style3 .col-lg-5,html.style3 .col-lg-6,html.style3 .col-lg-7,html.style3 .col-lg-8,html.style3 .col-lg-9,html.style3 .col-lg-auto,html.style3 .col-md,html.style3 .col-md-1,html.style3 .col-md-10,html.style3 .col-md-11,html.style3 .col-md-12,html.style3 .col-md-2,html.style3 .col-md-3,html.style3 .col-md-4,html.style3 .col-md-5,html.style3 .col-md-6,html.style3 .col-md-7,html.style3 .col-md-8,html.style3 .col-md-9,html.style3 .col-md-auto,html.style3 .col-sm,html.style3 .col-sm-1,html.style3 .col-sm-10,html.style3 .col-sm-11,html.style3 .col-sm-12,html.style3 .col-sm-2,html.style3 .col-sm-3,html.style3 .col-sm-4,html.style3 .col-sm-5,html.style3 .col-sm-6,html.style3 .col-sm-7,html.style3 .col-sm-8,html.style3 .col-sm-9,html.style3 .col-sm-auto,html.style3 .col-xl,html.style3 .col-xl-1,html.style3 .col-xl-10,html.style3 .col-xl-11,html.style3 .col-xl-12,html.style3 .col-xl-2,html.style3 .col-xl-3,html.style3 .col-xl-4,html.style3 .col-xl-5,html.style3 .col-xl-6,html.style3 .col-xl-7,html.style3 .col-xl-8,html.style3 .col-xl-9,html.style3 .col-xl-auto,html.style4 .col,html.style4 .col-1,html.style4 .col-10,html.style4 .col-11,html.style4 .col-12,html.style4 .col-2,html.style4 .col-3,html.style4 .col-4,html.style4 .col-5,html.style4 .col-6,html.style4 .col-7,html.style4 .col-8,html.style4 .col-9,html.style4 .col-auto,html.style4 .col-lg,html.style4 .col-lg-1,html.style4 .col-lg-10,html.style4 .col-lg-11,html.style4 .col-lg-12,html.style4 .col-lg-2,html.style4 .col-lg-3,html.style4 .col-lg-4,html.style4 .col-lg-5,html.style4 .col-lg-6,html.style4 .col-lg-7,html.style4 .col-lg-8,html.style4 .col-lg-9,html.style4 .col-lg-auto,html.style4 .col-md,html.style4 .col-md-1,html.style4 .col-md-10,html.style4 .col-md-11,html.style4 .col-md-12,html.style4 .col-md-2,html.style4 .col-md-3,html.style4 .col-md-4,html.style4 .col-md-5,html.style4 .col-md-6,html.style4 .col-md-7,html.style4 .col-md-8,html.style4 .col-md-9,html.style4 .col-md-auto,html.style4 .col-sm,html.style4 .col-sm-1,html.style4 .col-sm-10,html.style4 .col-sm-11,html.style4 .col-sm-12,html.style4 .col-sm-2,html.style4 .col-sm-3,html.style4 .col-sm-4,html.style4 .col-sm-5,html.style4 .col-sm-6,html.style4 .col-sm-7,html.style4 .col-sm-8,html.style4 .col-sm-9,html.style4 .col-sm-auto,html.style4 .col-xl,html.style4 .col-xl-1,html.style4 .col-xl-10,html.style4 .col-xl-11,html.style4 .col-xl-12,html.style4 .col-xl-2,html.style4 .col-xl-3,html.style4 .col-xl-4,html.style4 .col-xl-5,html.style4 .col-xl-6,html.style4 .col-xl-7,html.style4 .col-xl-8,html.style4 .col-xl-9,html.style4 .col-xl-auto,html.style5 .col,html.style5 .col-1,html.style5 .col-10,html.style5 .col-11,html.style5 .col-12,html.style5 .col-2,html.style5 .col-3,html.style5 .col-4,html.style5 .col-5,html.style5 .col-6,html.style5 .col-7,html.style5 .col-8,html.style5 .col-9,html.style5 .col-auto,html.style5 .col-lg,html.style5 .col-lg-1,html.style5 .col-lg-10,html.style5 .col-lg-11,html.style5 .col-lg-12,html.style5 .col-lg-2,html.style5 .col-lg-3,html.style5 .col-lg-4,html.style5 .col-lg-5,html.style5 .col-lg-6,html.style5 .col-lg-7,html.style5 .col-lg-8,html.style5 .col-lg-9,html.style5 .col-lg-auto,html.style5 .col-md,html.style5 .col-md-1,html.style5 .col-md-10,html.style5 .col-md-11,html.style5 .col-md-12,html.style5 .col-md-2,html.style5 .col-md-3,html.style5 .col-md-4,html.style5 .col-md-5,html.style5 .col-md-6,html.style5 .col-md-7,html.style5 .col-md-8,html.style5 .col-md-9,html.style5 .col-md-auto,html.style5 .col-sm,html.style5 .col-sm-1,html.style5 .col-sm-10,html.style5 .col-sm-11,html.style5 .col-sm-12,html.style5 .col-sm-2,html.style5 .col-sm-3,html.style5 .col-sm-4,html.style5 .col-sm-5,html.style5 .col-sm-6,html.style5 .col-sm-7,html.style5 .col-sm-8,html.style5 .col-sm-9,html.style5 .col-sm-auto,html.style5 .col-xl,html.style5 .col-xl-1,html.style5 .col-xl-10,html.style5 .col-xl-11,html.style5 .col-xl-12,html.style5 .col-xl-2,html.style5 .col-xl-3,html.style5 .col-xl-4,html.style5 .col-xl-5,html.style5 .col-xl-6,html.style5 .col-xl-7,html.style5 .col-xl-8,html.style5 .col-xl-9,html.style5 .col-xl-auto,html.style6 .col,html.style6 .col-1,html.style6 .col-10,html.style6 .col-11,html.style6 .col-12,html.style6 .col-2,html.style6 .col-3,html.style6 .col-4,html.style6 .col-5,html.style6 .col-6,html.style6 .col-7,html.style6 .col-8,html.style6 .col-9,html.style6 .col-auto,html.style6 .col-lg,html.style6 .col-lg-1,html.style6 .col-lg-10,html.style6 .col-lg-11,html.style6 .col-lg-12,html.style6 .col-lg-2,html.style6 .col-lg-3,html.style6 .col-lg-4,html.style6 .col-lg-5,html.style6 .col-lg-6,html.style6 .col-lg-7,html.style6 .col-lg-8,html.style6 .col-lg-9,html.style6 .col-lg-auto,html.style6 .col-md,html.style6 .col-md-1,html.style6 .col-md-10,html.style6 .col-md-11,html.style6 .col-md-12,html.style6 .col-md-2,html.style6 .col-md-3,html.style6 .col-md-4,html.style6 .col-md-5,html.style6 .col-md-6,html.style6 .col-md-7,html.style6 .col-md-8,html.style6 .col-md-9,html.style6 .col-md-auto,html.style6 .col-sm,html.style6 .col-sm-1,html.style6 .col-sm-10,html.style6 .col-sm-11,html.style6 .col-sm-12,html.style6 .col-sm-2,html.style6 .col-sm-3,html.style6 .col-sm-4,html.style6 .col-sm-5,html.style6 .col-sm-6,html.style6 .col-sm-7,html.style6 .col-sm-8,html.style6 .col-sm-9,html.style6 .col-sm-auto,html.style6 .col-xl,html.style6 .col-xl-1,html.style6 .col-xl-10,html.style6 .col-xl-11,html.style6 .col-xl-12,html.style6 .col-xl-2,html.style6 .col-xl-3,html.style6 .col-xl-4,html.style6 .col-xl-5,html.style6 .col-xl-6,html.style6 .col-xl-7,html.style6 .col-xl-8,html.style6 .col-xl-9,html.style6 .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #eff1f2}.table thead th{vertical-align:bottom;border-bottom:2px solid #eff1f2}.table tbody+tbody{border-top:2px solid #eff1f2}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #eff1f2}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#ffc5c5}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ff9393}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ffacac}.table-light,.table-light>td,.table-light>th{background-color:#c2c2c4}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#8e8e91}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#b5b5b7}.table-dark,.table-dark>td,.table-dark>th{background-color:#bfbfc0}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#87888b}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b2b2b3}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#eff1f2}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#ff3030}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(255,48,48,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#ff3030;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#ff3030;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#ff3030}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#ff3030}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#ff3030}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#ff6363;background-color:#ff6363}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#ff3030}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#ff3030}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#ff3030;border-color:#ff3030}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#ff0a0a;border-color:#fc0000}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#ff3030;border-color:#ff3030}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#fc0000;border-color:#ef0000}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}.btn-light{color:#fff;background-color:#25262c;border-color:#25262c}.btn-light.focus,.btn-light:focus,.btn-light:hover{color:#fff;background-color:#141417;border-color:#0e0e10}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}.btn-light.disabled,.btn-light:disabled{color:#fff;background-color:#25262c;border-color:#25262c}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#fff;background-color:#0e0e10;border-color:#080809}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}.btn-dark{color:#fff;background-color:#191b1f;border-color:#191b1f}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#08090a;border-color:#020203}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#191b1f;border-color:#191b1f}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#020203;border-color:#000}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#ff3030;border-color:#ff3030}.btn-outline-danger:hover{color:#fff;background-color:#ff3030;border-color:#ff3030}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ff3030;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#ff3030;border-color:#ff3030}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}.btn-outline-light{color:#25262c;border-color:#25262c}.btn-outline-light:hover{color:#fff;background-color:#25262c;border-color:#25262c}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#25262c;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#fff;background-color:#25262c;border-color:#25262c}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}.btn-outline-dark{color:#191b1f;border-color:#191b1f}.btn-outline-dark:hover{color:#fff;background-color:#191b1f;border-color:#191b1f}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#191b1f;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#191b1f;border-color:#191b1f}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg,html.style1 .btn-group-lg>.btn,html.style2 .btn-group-lg>.btn,html.style3 .btn-group-lg>.btn,html.style4 .btn-group-lg>.btn,html.style5 .btn-group-lg>.btn,html.style6 .btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm,html.style1 .btn-group-sm>.btn,html.style2 .btn-group-sm>.btn,html.style3 .btn-group-sm>.btn,html.style4 .btn-group-sm>.btn,html.style5 .btn-group-sm>.btn,html.style6 .btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split,html.style1 .btn-group-sm>.btn+.dropdown-toggle-split,html.style2 .btn-group-sm>.btn+.dropdown-toggle-split,html.style3 .btn-group-sm>.btn+.dropdown-toggle-split,html.style4 .btn-group-sm>.btn+.dropdown-toggle-split,html.style5 .btn-group-sm>.btn+.dropdown-toggle-split,html.style6 .btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split,html.style1 .btn-group-lg>.btn+.dropdown-toggle-split,html.style2 .btn-group-lg>.btn+.dropdown-toggle-split,html.style3 .btn-group-lg>.btn+.dropdown-toggle-split,html.style4 .btn-group-lg>.btn+.dropdown-toggle-split,html.style5 .btn-group-lg>.btn+.dropdown-toggle-split,html.style6 .btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}.custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl,.navbar html.style1 .container-lg,.navbar html.style1 .container-md,.navbar html.style1 .container-sm,.navbar html.style1 .container-xl,.navbar html.style2 .container-lg,.navbar html.style2 .container-md,.navbar html.style2 .container-sm,.navbar html.style2 .container-xl,.navbar html.style3 .container-lg,.navbar html.style3 .container-md,.navbar html.style3 .container-sm,.navbar html.style3 .container-xl,.navbar html.style4 .container-lg,.navbar html.style4 .container-md,.navbar html.style4 .container-sm,.navbar html.style4 .container-xl,.navbar html.style5 .container-lg,.navbar html.style5 .container-md,.navbar html.style5 .container-sm,.navbar html.style5 .container-xl,.navbar html.style6 .container-lg,.navbar html.style6 .container-md,.navbar html.style6 .container-sm,.navbar html.style6 .container-xl,html.style1 .navbar .container,html.style1 .navbar .container-fluid,html.style1 .navbar .container-lg,html.style1 .navbar .container-md,html.style1 .navbar .container-sm,html.style1 .navbar .container-xl,html.style2 .navbar .container,html.style2 .navbar .container-fluid,html.style2 .navbar .container-lg,html.style2 .navbar .container-md,html.style2 .navbar .container-sm,html.style2 .navbar .container-xl,html.style3 .navbar .container,html.style3 .navbar .container-fluid,html.style3 .navbar .container-lg,html.style3 .navbar .container-md,html.style3 .navbar .container-sm,html.style3 .navbar .container-xl,html.style4 .navbar .container,html.style4 .navbar .container-fluid,html.style4 .navbar .container-lg,html.style4 .navbar .container-md,html.style4 .navbar .container-sm,html.style4 .navbar .container-xl,html.style5 .navbar .container,html.style5 .navbar .container-fluid,html.style5 .navbar .container-lg,html.style5 .navbar .container-md,html.style5 .navbar .container-sm,html.style5 .navbar .container-xl,html.style6 .navbar .container,html.style6 .navbar .container-fluid,html.style6 .navbar .container-lg,html.style6 .navbar .container-md,html.style6 .navbar .container-sm,html.style6 .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl,html.style1 .navbar-expand-sm>.container,html.style1 .navbar-expand-sm>.container-fluid,html.style1 .navbar-expand-sm>.container-lg,html.style1 .navbar-expand-sm>.container-md,html.style1 .navbar-expand-sm>.container-sm,html.style1 .navbar-expand-sm>.container-xl,html.style2 .navbar-expand-sm>.container,html.style2 .navbar-expand-sm>.container-fluid,html.style2 .navbar-expand-sm>.container-lg,html.style2 .navbar-expand-sm>.container-md,html.style2 .navbar-expand-sm>.container-sm,html.style2 .navbar-expand-sm>.container-xl,html.style3 .navbar-expand-sm>.container,html.style3 .navbar-expand-sm>.container-fluid,html.style3 .navbar-expand-sm>.container-lg,html.style3 .navbar-expand-sm>.container-md,html.style3 .navbar-expand-sm>.container-sm,html.style3 .navbar-expand-sm>.container-xl,html.style4 .navbar-expand-sm>.container,html.style4 .navbar-expand-sm>.container-fluid,html.style4 .navbar-expand-sm>.container-lg,html.style4 .navbar-expand-sm>.container-md,html.style4 .navbar-expand-sm>.container-sm,html.style4 .navbar-expand-sm>.container-xl,html.style5 .navbar-expand-sm>.container,html.style5 .navbar-expand-sm>.container-fluid,html.style5 .navbar-expand-sm>.container-lg,html.style5 .navbar-expand-sm>.container-md,html.style5 .navbar-expand-sm>.container-sm,html.style5 .navbar-expand-sm>.container-xl,html.style6 .navbar-expand-sm>.container,html.style6 .navbar-expand-sm>.container-fluid,html.style6 .navbar-expand-sm>.container-lg,html.style6 .navbar-expand-sm>.container-md,html.style6 .navbar-expand-sm>.container-sm,html.style6 .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl,html.style1 .navbar-expand-sm>.container,html.style1 .navbar-expand-sm>.container-fluid,html.style1 .navbar-expand-sm>.container-lg,html.style1 .navbar-expand-sm>.container-md,html.style1 .navbar-expand-sm>.container-sm,html.style1 .navbar-expand-sm>.container-xl,html.style2 .navbar-expand-sm>.container,html.style2 .navbar-expand-sm>.container-fluid,html.style2 .navbar-expand-sm>.container-lg,html.style2 .navbar-expand-sm>.container-md,html.style2 .navbar-expand-sm>.container-sm,html.style2 .navbar-expand-sm>.container-xl,html.style3 .navbar-expand-sm>.container,html.style3 .navbar-expand-sm>.container-fluid,html.style3 .navbar-expand-sm>.container-lg,html.style3 .navbar-expand-sm>.container-md,html.style3 .navbar-expand-sm>.container-sm,html.style3 .navbar-expand-sm>.container-xl,html.style4 .navbar-expand-sm>.container,html.style4 .navbar-expand-sm>.container-fluid,html.style4 .navbar-expand-sm>.container-lg,html.style4 .navbar-expand-sm>.container-md,html.style4 .navbar-expand-sm>.container-sm,html.style4 .navbar-expand-sm>.container-xl,html.style5 .navbar-expand-sm>.container,html.style5 .navbar-expand-sm>.container-fluid,html.style5 .navbar-expand-sm>.container-lg,html.style5 .navbar-expand-sm>.container-md,html.style5 .navbar-expand-sm>.container-sm,html.style5 .navbar-expand-sm>.container-xl,html.style6 .navbar-expand-sm>.container,html.style6 .navbar-expand-sm>.container-fluid,html.style6 .navbar-expand-sm>.container-lg,html.style6 .navbar-expand-sm>.container-md,html.style6 .navbar-expand-sm>.container-sm,html.style6 .navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl,html.style1 .navbar-expand-md>.container,html.style1 .navbar-expand-md>.container-fluid,html.style1 .navbar-expand-md>.container-lg,html.style1 .navbar-expand-md>.container-md,html.style1 .navbar-expand-md>.container-sm,html.style1 .navbar-expand-md>.container-xl,html.style2 .navbar-expand-md>.container,html.style2 .navbar-expand-md>.container-fluid,html.style2 .navbar-expand-md>.container-lg,html.style2 .navbar-expand-md>.container-md,html.style2 .navbar-expand-md>.container-sm,html.style2 .navbar-expand-md>.container-xl,html.style3 .navbar-expand-md>.container,html.style3 .navbar-expand-md>.container-fluid,html.style3 .navbar-expand-md>.container-lg,html.style3 .navbar-expand-md>.container-md,html.style3 .navbar-expand-md>.container-sm,html.style3 .navbar-expand-md>.container-xl,html.style4 .navbar-expand-md>.container,html.style4 .navbar-expand-md>.container-fluid,html.style4 .navbar-expand-md>.container-lg,html.style4 .navbar-expand-md>.container-md,html.style4 .navbar-expand-md>.container-sm,html.style4 .navbar-expand-md>.container-xl,html.style5 .navbar-expand-md>.container,html.style5 .navbar-expand-md>.container-fluid,html.style5 .navbar-expand-md>.container-lg,html.style5 .navbar-expand-md>.container-md,html.style5 .navbar-expand-md>.container-sm,html.style5 .navbar-expand-md>.container-xl,html.style6 .navbar-expand-md>.container,html.style6 .navbar-expand-md>.container-fluid,html.style6 .navbar-expand-md>.container-lg,html.style6 .navbar-expand-md>.container-md,html.style6 .navbar-expand-md>.container-sm,html.style6 .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl,html.style1 .navbar-expand-md>.container,html.style1 .navbar-expand-md>.container-fluid,html.style1 .navbar-expand-md>.container-lg,html.style1 .navbar-expand-md>.container-md,html.style1 .navbar-expand-md>.container-sm,html.style1 .navbar-expand-md>.container-xl,html.style2 .navbar-expand-md>.container,html.style2 .navbar-expand-md>.container-fluid,html.style2 .navbar-expand-md>.container-lg,html.style2 .navbar-expand-md>.container-md,html.style2 .navbar-expand-md>.container-sm,html.style2 .navbar-expand-md>.container-xl,html.style3 .navbar-expand-md>.container,html.style3 .navbar-expand-md>.container-fluid,html.style3 .navbar-expand-md>.container-lg,html.style3 .navbar-expand-md>.container-md,html.style3 .navbar-expand-md>.container-sm,html.style3 .navbar-expand-md>.container-xl,html.style4 .navbar-expand-md>.container,html.style4 .navbar-expand-md>.container-fluid,html.style4 .navbar-expand-md>.container-lg,html.style4 .navbar-expand-md>.container-md,html.style4 .navbar-expand-md>.container-sm,html.style4 .navbar-expand-md>.container-xl,html.style5 .navbar-expand-md>.container,html.style5 .navbar-expand-md>.container-fluid,html.style5 .navbar-expand-md>.container-lg,html.style5 .navbar-expand-md>.container-md,html.style5 .navbar-expand-md>.container-sm,html.style5 .navbar-expand-md>.container-xl,html.style6 .navbar-expand-md>.container,html.style6 .navbar-expand-md>.container-fluid,html.style6 .navbar-expand-md>.container-lg,html.style6 .navbar-expand-md>.container-md,html.style6 .navbar-expand-md>.container-sm,html.style6 .navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl,html.style1 .navbar-expand-lg>.container,html.style1 .navbar-expand-lg>.container-fluid,html.style1 .navbar-expand-lg>.container-lg,html.style1 .navbar-expand-lg>.container-md,html.style1 .navbar-expand-lg>.container-sm,html.style1 .navbar-expand-lg>.container-xl,html.style2 .navbar-expand-lg>.container,html.style2 .navbar-expand-lg>.container-fluid,html.style2 .navbar-expand-lg>.container-lg,html.style2 .navbar-expand-lg>.container-md,html.style2 .navbar-expand-lg>.container-sm,html.style2 .navbar-expand-lg>.container-xl,html.style3 .navbar-expand-lg>.container,html.style3 .navbar-expand-lg>.container-fluid,html.style3 .navbar-expand-lg>.container-lg,html.style3 .navbar-expand-lg>.container-md,html.style3 .navbar-expand-lg>.container-sm,html.style3 .navbar-expand-lg>.container-xl,html.style4 .navbar-expand-lg>.container,html.style4 .navbar-expand-lg>.container-fluid,html.style4 .navbar-expand-lg>.container-lg,html.style4 .navbar-expand-lg>.container-md,html.style4 .navbar-expand-lg>.container-sm,html.style4 .navbar-expand-lg>.container-xl,html.style5 .navbar-expand-lg>.container,html.style5 .navbar-expand-lg>.container-fluid,html.style5 .navbar-expand-lg>.container-lg,html.style5 .navbar-expand-lg>.container-md,html.style5 .navbar-expand-lg>.container-sm,html.style5 .navbar-expand-lg>.container-xl,html.style6 .navbar-expand-lg>.container,html.style6 .navbar-expand-lg>.container-fluid,html.style6 .navbar-expand-lg>.container-lg,html.style6 .navbar-expand-lg>.container-md,html.style6 .navbar-expand-lg>.container-sm,html.style6 .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl,html.style1 .navbar-expand-lg>.container,html.style1 .navbar-expand-lg>.container-fluid,html.style1 .navbar-expand-lg>.container-lg,html.style1 .navbar-expand-lg>.container-md,html.style1 .navbar-expand-lg>.container-sm,html.style1 .navbar-expand-lg>.container-xl,html.style2 .navbar-expand-lg>.container,html.style2 .navbar-expand-lg>.container-fluid,html.style2 .navbar-expand-lg>.container-lg,html.style2 .navbar-expand-lg>.container-md,html.style2 .navbar-expand-lg>.container-sm,html.style2 .navbar-expand-lg>.container-xl,html.style3 .navbar-expand-lg>.container,html.style3 .navbar-expand-lg>.container-fluid,html.style3 .navbar-expand-lg>.container-lg,html.style3 .navbar-expand-lg>.container-md,html.style3 .navbar-expand-lg>.container-sm,html.style3 .navbar-expand-lg>.container-xl,html.style4 .navbar-expand-lg>.container,html.style4 .navbar-expand-lg>.container-fluid,html.style4 .navbar-expand-lg>.container-lg,html.style4 .navbar-expand-lg>.container-md,html.style4 .navbar-expand-lg>.container-sm,html.style4 .navbar-expand-lg>.container-xl,html.style5 .navbar-expand-lg>.container,html.style5 .navbar-expand-lg>.container-fluid,html.style5 .navbar-expand-lg>.container-lg,html.style5 .navbar-expand-lg>.container-md,html.style5 .navbar-expand-lg>.container-sm,html.style5 .navbar-expand-lg>.container-xl,html.style6 .navbar-expand-lg>.container,html.style6 .navbar-expand-lg>.container-fluid,html.style6 .navbar-expand-lg>.container-lg,html.style6 .navbar-expand-lg>.container-md,html.style6 .navbar-expand-lg>.container-sm,html.style6 .navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl,html.style1 .navbar-expand-xl>.container,html.style1 .navbar-expand-xl>.container-fluid,html.style1 .navbar-expand-xl>.container-lg,html.style1 .navbar-expand-xl>.container-md,html.style1 .navbar-expand-xl>.container-sm,html.style1 .navbar-expand-xl>.container-xl,html.style2 .navbar-expand-xl>.container,html.style2 .navbar-expand-xl>.container-fluid,html.style2 .navbar-expand-xl>.container-lg,html.style2 .navbar-expand-xl>.container-md,html.style2 .navbar-expand-xl>.container-sm,html.style2 .navbar-expand-xl>.container-xl,html.style3 .navbar-expand-xl>.container,html.style3 .navbar-expand-xl>.container-fluid,html.style3 .navbar-expand-xl>.container-lg,html.style3 .navbar-expand-xl>.container-md,html.style3 .navbar-expand-xl>.container-sm,html.style3 .navbar-expand-xl>.container-xl,html.style4 .navbar-expand-xl>.container,html.style4 .navbar-expand-xl>.container-fluid,html.style4 .navbar-expand-xl>.container-lg,html.style4 .navbar-expand-xl>.container-md,html.style4 .navbar-expand-xl>.container-sm,html.style4 .navbar-expand-xl>.container-xl,html.style5 .navbar-expand-xl>.container,html.style5 .navbar-expand-xl>.container-fluid,html.style5 .navbar-expand-xl>.container-lg,html.style5 .navbar-expand-xl>.container-md,html.style5 .navbar-expand-xl>.container-sm,html.style5 .navbar-expand-xl>.container-xl,html.style6 .navbar-expand-xl>.container,html.style6 .navbar-expand-xl>.container-fluid,html.style6 .navbar-expand-xl>.container-lg,html.style6 .navbar-expand-xl>.container-md,html.style6 .navbar-expand-xl>.container-sm,html.style6 .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl,html.style1 .navbar-expand-xl>.container,html.style1 .navbar-expand-xl>.container-fluid,html.style1 .navbar-expand-xl>.container-lg,html.style1 .navbar-expand-xl>.container-md,html.style1 .navbar-expand-xl>.container-sm,html.style1 .navbar-expand-xl>.container-xl,html.style2 .navbar-expand-xl>.container,html.style2 .navbar-expand-xl>.container-fluid,html.style2 .navbar-expand-xl>.container-lg,html.style2 .navbar-expand-xl>.container-md,html.style2 .navbar-expand-xl>.container-sm,html.style2 .navbar-expand-xl>.container-xl,html.style3 .navbar-expand-xl>.container,html.style3 .navbar-expand-xl>.container-fluid,html.style3 .navbar-expand-xl>.container-lg,html.style3 .navbar-expand-xl>.container-md,html.style3 .navbar-expand-xl>.container-sm,html.style3 .navbar-expand-xl>.container-xl,html.style4 .navbar-expand-xl>.container,html.style4 .navbar-expand-xl>.container-fluid,html.style4 .navbar-expand-xl>.container-lg,html.style4 .navbar-expand-xl>.container-md,html.style4 .navbar-expand-xl>.container-sm,html.style4 .navbar-expand-xl>.container-xl,html.style5 .navbar-expand-xl>.container,html.style5 .navbar-expand-xl>.container-fluid,html.style5 .navbar-expand-xl>.container-lg,html.style5 .navbar-expand-xl>.container-md,html.style5 .navbar-expand-xl>.container-sm,html.style5 .navbar-expand-xl>.container-xl,html.style6 .navbar-expand-xl>.container,html.style6 .navbar-expand-xl>.container-fluid,html.style6 .navbar-expand-xl>.container-lg,html.style6 .navbar-expand-xl>.container-md,html.style6 .navbar-expand-xl>.container-sm,html.style6 .navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl,html.style1 .navbar-expand>.container,html.style1 .navbar-expand>.container-fluid,html.style1 .navbar-expand>.container-lg,html.style1 .navbar-expand>.container-md,html.style1 .navbar-expand>.container-sm,html.style1 .navbar-expand>.container-xl,html.style2 .navbar-expand>.container,html.style2 .navbar-expand>.container-fluid,html.style2 .navbar-expand>.container-lg,html.style2 .navbar-expand>.container-md,html.style2 .navbar-expand>.container-sm,html.style2 .navbar-expand>.container-xl,html.style3 .navbar-expand>.container,html.style3 .navbar-expand>.container-fluid,html.style3 .navbar-expand>.container-lg,html.style3 .navbar-expand>.container-md,html.style3 .navbar-expand>.container-sm,html.style3 .navbar-expand>.container-xl,html.style4 .navbar-expand>.container,html.style4 .navbar-expand>.container-fluid,html.style4 .navbar-expand>.container-lg,html.style4 .navbar-expand>.container-md,html.style4 .navbar-expand>.container-sm,html.style4 .navbar-expand>.container-xl,html.style5 .navbar-expand>.container,html.style5 .navbar-expand>.container-fluid,html.style5 .navbar-expand>.container-lg,html.style5 .navbar-expand>.container-md,html.style5 .navbar-expand>.container-sm,html.style5 .navbar-expand>.container-xl,html.style6 .navbar-expand>.container,html.style6 .navbar-expand>.container-fluid,html.style6 .navbar-expand>.container-lg,html.style6 .navbar-expand>.container-md,html.style6 .navbar-expand>.container-sm,html.style6 .navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl,html.style1 .navbar-expand>.container,html.style1 .navbar-expand>.container-fluid,html.style1 .navbar-expand>.container-lg,html.style1 .navbar-expand>.container-md,html.style1 .navbar-expand>.container-sm,html.style1 .navbar-expand>.container-xl,html.style2 .navbar-expand>.container,html.style2 .navbar-expand>.container-fluid,html.style2 .navbar-expand>.container-lg,html.style2 .navbar-expand>.container-md,html.style2 .navbar-expand>.container-sm,html.style2 .navbar-expand>.container-xl,html.style3 .navbar-expand>.container,html.style3 .navbar-expand>.container-fluid,html.style3 .navbar-expand>.container-lg,html.style3 .navbar-expand>.container-md,html.style3 .navbar-expand>.container-sm,html.style3 .navbar-expand>.container-xl,html.style4 .navbar-expand>.container,html.style4 .navbar-expand>.container-fluid,html.style4 .navbar-expand>.container-lg,html.style4 .navbar-expand>.container-md,html.style4 .navbar-expand>.container-sm,html.style4 .navbar-expand>.container-xl,html.style5 .navbar-expand>.container,html.style5 .navbar-expand>.container-fluid,html.style5 .navbar-expand>.container-lg,html.style5 .navbar-expand>.container-md,html.style5 .navbar-expand>.container-sm,html.style5 .navbar-expand>.container-xl,html.style6 .navbar-expand>.container,html.style6 .navbar-expand>.container-fluid,html.style6 .navbar-expand>.container-lg,html.style6 .navbar-expand>.container-md,html.style6 .navbar-expand>.container-sm,html.style6 .navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media(min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#ff3030}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#fc0000}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}.badge-light{color:#fff;background-color:#25262c}a.badge-light:focus,a.badge-light:hover{color:#fff;background-color:#0e0e10}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}.badge-dark{color:#fff;background-color:#191b1f}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#020203}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media(min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#851919;background-color:#ffd6d6;border-color:#ffc5c5}.alert-danger hr{border-top-color:#ffacac}.alert-danger .alert-link{color:#5a1111}.alert-light{color:#131417;background-color:#d3d4d5;border-color:#c2c2c4}.alert-light hr{border-top-color:#b5b5b7}.alert-light .alert-link{color:#000}.alert-dark{color:#0d0e10;background-color:#d1d1d2;border-color:#bfbfc0}.alert-dark hr{border-top-color:#b2b2b3}.alert-dark .alert-link{color:#000}.progress{height:1rem;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1 1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#851919;background-color:#ffc5c5}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#851919;background-color:#ffacac}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#851919;border-color:#851919}.list-group-item-light{color:#131417;background-color:#c2c2c4}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#131417;background-color:#b5b5b7}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#131417;border-color:#131417}.list-group-item-dark{color:#0d0e10;background-color:#bfbfc0}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#0d0e10;background-color:#b2b2b3}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#0d0e10;border-color:#0d0e10}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #eff1f2;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #eff1f2;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top,html.style1 .bs-tooltip-auto[x-placement^=top],html.style2 .bs-tooltip-auto[x-placement^=top],html.style3 .bs-tooltip-auto[x-placement^=top],html.style4 .bs-tooltip-auto[x-placement^=top],html.style5 .bs-tooltip-auto[x-placement^=top],html.style6 .bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow,html.style1 .bs-tooltip-auto[x-placement^=top] .arrow,html.style2 .bs-tooltip-auto[x-placement^=top] .arrow,html.style3 .bs-tooltip-auto[x-placement^=top] .arrow,html.style4 .bs-tooltip-auto[x-placement^=top] .arrow,html.style5 .bs-tooltip-auto[x-placement^=top] .arrow,html.style6 .bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right,html.style1 .bs-tooltip-auto[x-placement^=right],html.style2 .bs-tooltip-auto[x-placement^=right],html.style3 .bs-tooltip-auto[x-placement^=right],html.style4 .bs-tooltip-auto[x-placement^=right],html.style5 .bs-tooltip-auto[x-placement^=right],html.style6 .bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow,html.style1 .bs-tooltip-auto[x-placement^=right] .arrow,html.style2 .bs-tooltip-auto[x-placement^=right] .arrow,html.style3 .bs-tooltip-auto[x-placement^=right] .arrow,html.style4 .bs-tooltip-auto[x-placement^=right] .arrow,html.style5 .bs-tooltip-auto[x-placement^=right] .arrow,html.style6 .bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom,html.style1 .bs-tooltip-auto[x-placement^=bottom],html.style2 .bs-tooltip-auto[x-placement^=bottom],html.style3 .bs-tooltip-auto[x-placement^=bottom],html.style4 .bs-tooltip-auto[x-placement^=bottom],html.style5 .bs-tooltip-auto[x-placement^=bottom],html.style6 .bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow,html.style1 .bs-tooltip-auto[x-placement^=bottom] .arrow,html.style2 .bs-tooltip-auto[x-placement^=bottom] .arrow,html.style3 .bs-tooltip-auto[x-placement^=bottom] .arrow,html.style4 .bs-tooltip-auto[x-placement^=bottom] .arrow,html.style5 .bs-tooltip-auto[x-placement^=bottom] .arrow,html.style6 .bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left,html.style1 .bs-tooltip-auto[x-placement^=left],html.style2 .bs-tooltip-auto[x-placement^=left],html.style3 .bs-tooltip-auto[x-placement^=left],html.style4 .bs-tooltip-auto[x-placement^=left],html.style5 .bs-tooltip-auto[x-placement^=left],html.style6 .bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow,html.style1 .bs-tooltip-auto[x-placement^=left] .arrow,html.style2 .bs-tooltip-auto[x-placement^=left] .arrow,html.style3 .bs-tooltip-auto[x-placement^=left] .arrow,html.style4 .bs-tooltip-auto[x-placement^=left] .arrow,html.style5 .bs-tooltip-auto[x-placement^=left] .arrow,html.style6 .bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top,html.style1 .bs-popover-auto[x-placement^=top],html.style2 .bs-popover-auto[x-placement^=top],html.style3 .bs-popover-auto[x-placement^=top],html.style4 .bs-popover-auto[x-placement^=top],html.style5 .bs-popover-auto[x-placement^=top],html.style6 .bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow,html.style1 .bs-popover-auto[x-placement^=top]>.arrow,html.style2 .bs-popover-auto[x-placement^=top]>.arrow,html.style3 .bs-popover-auto[x-placement^=top]>.arrow,html.style4 .bs-popover-auto[x-placement^=top]>.arrow,html.style5 .bs-popover-auto[x-placement^=top]>.arrow,html.style6 .bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right,html.style1 .bs-popover-auto[x-placement^=right],html.style2 .bs-popover-auto[x-placement^=right],html.style3 .bs-popover-auto[x-placement^=right],html.style4 .bs-popover-auto[x-placement^=right],html.style5 .bs-popover-auto[x-placement^=right],html.style6 .bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow,html.style1 .bs-popover-auto[x-placement^=right]>.arrow,html.style2 .bs-popover-auto[x-placement^=right]>.arrow,html.style3 .bs-popover-auto[x-placement^=right]>.arrow,html.style4 .bs-popover-auto[x-placement^=right]>.arrow,html.style5 .bs-popover-auto[x-placement^=right]>.arrow,html.style6 .bs-popover-auto[x-placement^=right]>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom,html.style1 .bs-popover-auto[x-placement^=bottom],html.style2 .bs-popover-auto[x-placement^=bottom],html.style3 .bs-popover-auto[x-placement^=bottom],html.style4 .bs-popover-auto[x-placement^=bottom],html.style5 .bs-popover-auto[x-placement^=bottom],html.style6 .bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow,html.style1 .bs-popover-auto[x-placement^=bottom]>.arrow,html.style2 .bs-popover-auto[x-placement^=bottom]>.arrow,html.style3 .bs-popover-auto[x-placement^=bottom]>.arrow,html.style4 .bs-popover-auto[x-placement^=bottom]>.arrow,html.style5 .bs-popover-auto[x-placement^=bottom]>.arrow,html.style6 .bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left,html.style1 .bs-popover-auto[x-placement^=left],html.style2 .bs-popover-auto[x-placement^=left],html.style3 .bs-popover-auto[x-placement^=left],html.style4 .bs-popover-auto[x-placement^=left],html.style5 .bs-popover-auto[x-placement^=left],html.style6 .bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow,html.style1 .bs-popover-auto[x-placement^=left]>.arrow,html.style2 .bs-popover-auto[x-placement^=left]>.arrow,html.style3 .bs-popover-auto[x-placement^=left]>.arrow,html.style4 .bs-popover-auto[x-placement^=left]>.arrow,html.style5 .bs-popover-auto[x-placement^=left]>.arrow,html.style6 .bs-popover-auto[x-placement^=left]>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#ff3030!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#fc0000!important}.bg-light{background-color:#25262c!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#0e0e10!important}.bg-dark{background-color:#191b1f!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#020203!important}.bg-white{background-color:#fff!important}.border{border:1px solid #eff1f2!important}.border-top{border-top:1px solid #eff1f2!important}.border-right{border-right:1px solid #eff1f2!important}.border-bottom{border-bottom:1px solid #eff1f2!important}.border-left{border-left:1px solid #eff1f2!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#ff3030!important}.border-light{border-color:#25262c!important}.border-dark{border-color:#191b1f!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{white-space:nowrap}.sr-only-focusable:active,.sr-only-focusable:focus{white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#ff3030!important}a.text-danger:focus,a.text-danger:hover{color:#e30000!important}.text-light{color:#25262c!important}a.text-light:focus,a.text-light:hover{color:#020202!important}.text-dark{color:#191b1f!important}a.text-dark:focus,a.text-dark:hover{color:#000!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#eff1f2}.table .thead-dark th{color:inherit;border-color:#eff1f2}}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857em;text-align:center}.fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{padding:.2em .25em .15em;border:.08em solid #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}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{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-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo: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-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right: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-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open: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-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half: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-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate: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-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste: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-stethoscope:before{content:""}.fa-suitcase: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-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop: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-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt: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-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn: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-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket: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-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file: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-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr: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-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello: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-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright: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:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery: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-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-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-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon: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-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd: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-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle: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:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer: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-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup: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}[class*=" icon-"],[class^=icon-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;*margin-right:.3em}[class*=" icon-"]:before,[class^=icon-]:before{text-decoration:inherit;display:inline-block;speak:none}.icon-large:before{vertical-align:-10%;font-size:1.3333333333em}a [class*=" icon-"],a [class^=icon-]{display:inline}[class*=" icon-"].icon-fixed-width,[class^=icon-].icon-fixed-width{display:inline-block;width:1.1428571429em;text-align:right;padding-right:.2857142857em}[class*=" icon-"].icon-fixed-width.icon-large,[class^=icon-].icon-fixed-width.icon-large{width:1.4285714286em}.icons-ul{margin-left:2.1428571429em;list-style-type:none}.icons-ul>li{position:relative}.icons-ul .icon-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;text-align:center;line-height:inherit}[class*=" icon-"].hide,[class^=icon-].hide{display:none}.icon-muted{color:#eee}.icon-light{color:#fff}.icon-dark{color:#333}.icon-border{border:1px solid #eee;padding:.2em .25em .15em;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;border-radius:6px}.icon-5x{font-size:5em}.icon-5x.icon-border{border-width:5px;border-radius:7px}.pull-right{float:right}.pull-left{float:left}[class*=" icon-"].pull-left,[class^=icon-].pull-left{margin-right:.3em}[class*=" icon-"].pull-right,[class^=icon-].pull-right{margin-left:.3em}.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}.icon-stack [class*=" icon-"],.icon-stack [class^=icon-]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}.icon-stack .icon-stack-base{font-size:2em;*line-height:1em}.icon-spin{display:inline-block;animation:spin 2s linear infinite}a .icon-spin,a .icon-stack{display:inline-block;text-decoration:none}.icon-rotate-90:before{transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.icon-rotate-180:before{transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.icon-rotate-270:before{transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.icon-flip-horizontal:before{transform:scaleX(-1)}.icon-flip-vertical:before{transform:scaleY(-1)}a .icon-flip-horizontal:before,a .icon-flip-vertical:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-rotate-90:before{display:inline-block}.icon-wand:before{content:""}.icon-volume:before{content:""}.icon-user:before{content:""}.icon-unlock:before{content:""}.icon-unlink:before{content:""}.icon-trash:before{content:""}.icon-thought:before{content:""}.icon-target:before{content:""}.icon-tag:before{content:""}.icon-tablet:before{content:""}.icon-star:before{content:""}.icon-spray:before{content:""}.icon-signal:before{content:""}.icon-shopping-cart:before{content:""}.icon-shopping-cart-full:before{content:""}.icon-settings:before{content:""}.icon-search:before{content:""}.icon-zoom-in:before{content:""}.icon-zoom-out:before{content:""}.icon-cut:before{content:""}.icon-ruler:before{content:""}.icon-ruler-pencil:before{content:""}.icon-ruler-alt:before{content:""}.icon-bookmark:before{content:""}.icon-bookmark-alt:before{content:""}.icon-reload:before{content:""}.icon-plus:before{content:""}.icon-pin:before{content:""}.icon-pencil:before{content:""}.icon-pencil-alt:before{content:""}.icon-paint-roller:before{content:""}.icon-paint-bucket:before{content:""}.icon-na:before{content:""}.icon-mobile:before{content:""}.icon-minus:before{content:""}.icon-medall:before{content:""}.icon-medall-alt:before{content:""}.icon-marker:before{content:""}.icon-marker-alt:before{content:""}.icon-arrow-up:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-down:before{content:""}.icon-lock:before{content:""}.icon-location-arrow:before{content:""}.icon-link:before{content:""}.icon-layout:before{content:""}.icon-layers:before{content:""}.icon-layers-alt:before{content:""}.icon-key:before{content:""}.icon-import:before{content:""}.icon-image:before{content:""}.icon-heart:before{content:""}.icon-heart-broken:before{content:""}.icon-hand-stop:before{content:""}.icon-hand-open:before{content:""}.icon-hand-drag:before{content:""}.icon-folder:before{content:""}.icon-flag:before{content:""}.icon-flag-alt:before{content:""}.icon-flag-alt-2:before{content:""}.icon-eye:before{content:""}.icon-export:before{content:""}.icon-exchange-vertical:before{content:""}.icon-desktop:before{content:""}.icon-cup:before{content:""}.icon-crown:before{content:""}.icon-comments:before{content:""}.icon-comment:before{content:""}.icon-comment-alt:before{content:""}.icon-close:before{content:""}.icon-clip:before{content:""}.icon-angle-up:before{content:""}.icon-angle-right:before{content:""}.icon-angle-left:before{content:""}.icon-angle-down:before{content:""}.icon-check:before{content:""}.icon-check-box:before{content:""}.icon-camera:before{content:""}.icon-announcement:before{content:""}.icon-brush:before{content:""}.icon-briefcase:before{content:""}.icon-bolt:before{content:""}.icon-bolt-alt:before{content:""}.icon-blackboard:before{content:""}.icon-bag:before{content:""}.icon-move:before{content:""}.icon-arrows-vertical:before{content:""}.icon-arrows-horizontal:before{content:""}.icon-fullscreen:before{content:""}.icon-arrow-top-right:before{content:""}.icon-arrow-top-left:before{content:""}.icon-arrow-circle-up:before{content:""}.icon-arrow-circle-right:before{content:""}.icon-arrow-circle-left:before{content:""}.icon-arrow-circle-down:before{content:""}.icon-angle-double-up:before{content:""}.icon-angle-double-right:before{content:""}.icon-angle-double-left:before{content:""}.icon-angle-double-down:before{content:""}.icon-zip:before{content:""}.icon-world:before{content:""}.icon-wheelchair:before{content:""}.icon-view-list:before{content:""}.icon-view-list-alt:before{content:""}.icon-view-grid:before{content:""}.icon-uppercase:before{content:""}.icon-upload:before{content:""}.icon-underline:before{content:""}.icon-truck:before{content:""}.icon-timer:before{content:""}.icon-ticket:before{content:""}.icon-thumb-up:before{content:""}.icon-thumb-down:before{content:""}.icon-text:before{content:""}.icon-stats-up:before{content:""}.icon-stats-down:before{content:""}.icon-split-v:before{content:""}.icon-split-h:before{content:""}.icon-smallcap:before{content:""}.icon-shine:before{content:""}.icon-shift-right:before{content:""}.icon-shift-left:before{content:""}.icon-shield:before{content:""}.icon-notepad:before{content:""}.icon-server:before{content:""}.icon-quote-right:before{content:""}.icon-quote-left:before{content:""}.icon-pulse:before{content:""}.icon-printer:before{content:""}.icon-power-off:before{content:""}.icon-plug:before{content:""}.icon-pie-chart:before{content:""}.icon-paragraph:before{content:""}.icon-panel:before{content:""}.icon-package:before{content:""}.icon-music:before{content:""}.icon-music-alt:before{content:""}.icon-mouse:before{content:""}.icon-mouse-alt:before{content:""}.icon-money:before{content:""}.icon-microphone:before{content:""}.icon-menu:before{content:""}.icon-menu-alt:before{content:""}.icon-map:before{content:""}.icon-map-alt:before{content:""}.icon-loop:before{content:""}.icon-location-pin:before{content:""}.icon-list:before{content:""}.icon-light-bulb:before{content:""}.icon-Italic:before{content:""}.icon-info:before{content:""}.icon-infinite:before{content:""}.icon-id-badge:before{content:""}.icon-hummer:before{content:""}.icon-home:before{content:""}.icon-help:before{content:""}.icon-headphone:before{content:""}.icon-harddrives:before{content:""}.icon-harddrive:before{content:""}.icon-gift:before{content:""}.icon-game:before{content:""}.icon-filter:before{content:""}.icon-files:before{content:""}.icon-file:before{content:""}.icon-eraser:before{content:""}.icon-envelope:before{content:""}.icon-download:before{content:""}.icon-direction:before{content:""}.icon-direction-alt:before{content:""}.icon-dashboard:before{content:""}.icon-control-stop:before{content:""}.icon-control-shuffle:before{content:""}.icon-control-play:before{content:""}.icon-control-pause:before{content:""}.icon-control-forward:before{content:""}.icon-control-backward:before{content:""}.icon-cloud:before{content:""}.icon-cloud-up:before{content:""}.icon-cloud-down:before{content:""}.icon-clipboard:before{content:""}.icon-car:before{content:""}.icon-calendar:before{content:""}.icon-book:before{content:""}.icon-bell:before{content:""}.icon-basketball:before{content:""}.icon-bar-chart:before{content:""}.icon-bar-chart-alt:before{content:""}.icon-back-right:before{content:""}.icon-back-left:before{content:""}.icon-arrows-corner:before{content:""}.icon-archive:before{content:""}.icon-anchor:before{content:""}.icon-align-right:before{content:""}.icon-align-left:before{content:""}.icon-align-justify:before{content:""}.icon-align-center:before{content:""}.icon-alert:before{content:""}.icon-alarm-clock:before{content:""}.icon-agenda:before{content:""}.icon-write:before{content:""}.icon-window:before{content:""}.icon-widgetized:before{content:""}.icon-widget:before{content:""}.icon-widget-alt:before{content:""}.icon-wallet:before{content:""}.icon-video-clapper:before{content:""}.icon-video-camera:before{content:""}.icon-vector:before{content:""}.icon-themify-logo:before{content:""}.icon-themify-favicon:before{content:""}.icon-themify-favicon-alt:before{content:""}.icon-support:before{content:""}.icon-stamp:before{content:""}.icon-split-v-alt:before{content:""}.icon-slice:before{content:""}.icon-shortcode:before{content:""}.icon-shift-right-alt:before{content:""}.icon-shift-left-alt:before{content:""}.icon-ruler-alt-2:before{content:""}.icon-receipt:before{content:""}.icon-pin2:before{content:""}.icon-pin-alt:before{content:""}.icon-pencil-alt2:before{content:""}.icon-palette:before{content:""}.icon-more:before{content:""}.icon-more-alt:before{content:""}.icon-microphone-alt:before{content:""}.icon-magnet:before{content:""}.icon-line-double:before{content:""}.icon-line-dotted:before{content:""}.icon-line-dashed:before{content:""}.icon-layout-width-full:before{content:""}.icon-layout-width-default:before{content:""}.icon-layout-width-default-alt:before{content:""}.icon-layout-tab:before{content:""}.icon-layout-tab-window:before{content:""}.icon-layout-tab-v:before{content:""}.icon-layout-tab-min:before{content:""}.icon-layout-slider:before{content:""}.icon-layout-slider-alt:before{content:""}.icon-layout-sidebar-right:before{content:""}.icon-layout-sidebar-none:before{content:""}.icon-layout-sidebar-left:before{content:""}.icon-layout-placeholder:before{content:""}.icon-layout-menu:before{content:""}.icon-layout-menu-v:before{content:""}.icon-layout-menu-separated:before{content:""}.icon-layout-menu-full:before{content:""}.icon-layout-media-right-alt:before{content:""}.icon-layout-media-right:before{content:""}.icon-layout-media-overlay:before{content:""}.icon-layout-media-overlay-alt:before{content:""}.icon-layout-media-overlay-alt-2:before{content:""}.icon-layout-media-left-alt:before{content:""}.icon-layout-media-left:before{content:""}.icon-layout-media-center-alt:before{content:""}.icon-layout-media-center:before{content:""}.icon-layout-list-thumb:before{content:""}.icon-layout-list-thumb-alt:before{content:""}.icon-layout-list-post:before{content:""}.icon-layout-list-large-image:before{content:""}.icon-layout-line-solid:before{content:""}.icon-layout-grid4:before{content:""}.icon-layout-grid3:before{content:""}.icon-layout-grid2:before{content:""}.icon-layout-grid2-thumb:before{content:""}.icon-layout-cta-right:before{content:""}.icon-layout-cta-left:before{content:""}.icon-layout-cta-center:before{content:""}.icon-layout-cta-btn-right:before{content:""}.icon-layout-cta-btn-left:before{content:""}.icon-layout-column4:before{content:""}.icon-layout-column3:before{content:""}.icon-layout-column2:before{content:""}.icon-layout-accordion-separated:before{content:""}.icon-layout-accordion-merged:before{content:""}.icon-layout-accordion-list:before{content:""}.icon-ink-pen:before{content:""}.icon-info-alt:before{content:""}.icon-help-alt:before{content:""}.icon-headphone-alt:before{content:""}.icon-hand-point-up:before{content:""}.icon-hand-point-right:before{content:""}.icon-hand-point-left:before{content:""}.icon-hand-point-down:before{content:""}.icon-gallery:before{content:""}.icon-face-smile:before{content:""}.icon-face-sad:before{content:""}.icon-credit-card:before{content:""}.icon-control-skip-forward:before{content:""}.icon-control-skip-backward:before{content:""}.icon-control-record:before{content:""}.icon-control-eject:before{content:""}.icon-comments-smiley:before{content:""}.icon-brush-alt:before{content:""}.icon-youtube:before{content:""}.icon-vimeo:before{content:""}.icon-twitter:before{content:""}.icon-time:before{content:""}.icon-tumblr:before{content:""}.icon-skype:before{content:""}.icon-share:before{content:""}.icon-share-alt:before{content:""}.icon-rocket:before{content:""}.icon-pinterest:before{content:""}.icon-new-window:before{content:""}.icon-microsoft:before{content:""}.icon-list-ol:before{content:""}.icon-linkedin:before{content:""}.icon-layout-sidebar-2:before{content:""}.icon-layout-grid4-alt:before{content:""}.icon-layout-grid3-alt:before{content:""}.icon-layout-grid2-alt:before{content:""}.icon-layout-column4-alt:before{content:""}.icon-layout-column3-alt:before{content:""}.icon-layout-column2-alt:before{content:""}.icon-instagram:before{content:""}.icon-google:before{content:""}.icon-github:before{content:""}.icon-flickr:before{content:""}.icon-facebook:before{content:""}.icon-dropbox:before{content:""}.icon-dribbble:before{content:""}.icon-apple:before{content:""}.icon-android:before{content:""}.icon-save:before{content:""}.icon-save-alt:before{content:""}.icon-yahoo:before{content:""}.icon-wordpress:before{content:""}.icon-vimeo-alt:before{content:""}.icon-twitter-alt:before{content:""}.icon-tumblr-alt:before{content:""}.icon-trello:before{content:""}.icon-stack-overflow:before{content:""}.icon-soundcloud:before{content:""}.icon-sharethis:before{content:""}.icon-sharethis-alt:before{content:""}.icon-reddit:before{content:""}.icon-pinterest-alt:before{content:""}.icon-microsoft-alt:before{content:""}.icon-linux:before{content:""}.icon-jsfiddle:before{content:""}.icon-joomla:before{content:""}.icon-html5:before{content:""}.icon-flickr-alt:before{content:""}.icon-email:before{content:""}.icon-drupal:before{content:""}.icon-dropbox-alt:before{content:""}.icon-css3:before{content:""}.icon-rss:before{content:""}.icon-rss-alt:before{content:""}[class*=" ti-"],[class^=ti-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-wand:before{content:""}.ti-volume:before{content:""}.ti-user:before{content:""}.ti-unlock:before{content:""}.ti-unlink:before{content:""}.ti-trash:before{content:""}.ti-thought:before{content:""}.ti-target:before{content:""}.ti-tag:before{content:""}.ti-tablet:before{content:""}.ti-star:before{content:""}.ti-spray:before{content:""}.ti-signal:before{content:""}.ti-shopping-cart:before{content:""}.ti-shopping-cart-full:before{content:""}.ti-settings:before{content:""}.ti-search:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""}.ti-cut:before{content:""}.ti-ruler:before{content:""}.ti-ruler-pencil:before{content:""}.ti-ruler-alt:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-alt:before{content:""}.ti-reload:before{content:""}.ti-plus:before{content:""}.ti-pin:before{content:""}.ti-pencil:before{content:""}.ti-pencil-alt:before{content:""}.ti-paint-roller:before{content:""}.ti-paint-bucket:before{content:""}.ti-na:before{content:""}.ti-mobile:before{content:""}.ti-minus:before{content:""}.ti-medall:before{content:""}.ti-medall-alt:before{content:""}.ti-marker:before{content:""}.ti-marker-alt:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-down:before{content:""}.ti-lock:before{content:""}.ti-location-arrow:before{content:""}.ti-link:before{content:""}.ti-layout:before{content:""}.ti-layers:before{content:""}.ti-layers-alt:before{content:""}.ti-key:before{content:""}.ti-import:before{content:""}.ti-image:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-hand-stop:before{content:""}.ti-hand-open:before{content:""}.ti-hand-drag:before{content:""}.ti-folder:before{content:""}.ti-flag:before{content:""}.ti-flag-alt:before{content:""}.ti-flag-alt-2:before{content:""}.ti-eye:before{content:""}.ti-export:before{content:""}.ti-exchange-vertical:before{content:""}.ti-desktop:before{content:""}.ti-cup:before{content:""}.ti-crown:before{content:""}.ti-comments:before{content:""}.ti-comment:before{content:""}.ti-comment-alt:before{content:""}.ti-close:before{content:""}.ti-clip:before{content:""}.ti-angle-up:before{content:""}.ti-angle-right:before{content:""}.ti-angle-left:before{content:""}.ti-angle-down:before{content:""}.ti-check:before{content:""}.ti-check-box:before{content:""}.ti-camera:before{content:""}.ti-announcement:before{content:""}.ti-brush:before{content:""}.ti-briefcase:before{content:""}.ti-bolt:before{content:""}.ti-bolt-alt:before{content:""}.ti-blackboard:before{content:""}.ti-bag:before{content:""}.ti-move:before{content:""}.ti-arrows-vertical:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-fullscreen:before{content:""}.ti-arrow-top-right:before{content:""}.ti-arrow-top-left:before{content:""}.ti-arrow-circle-up:before{content:""}.ti-arrow-circle-right:before{content:""}.ti-arrow-circle-left:before{content:""}.ti-arrow-circle-down:before{content:""}.ti-angle-double-up:before{content:""}.ti-angle-double-right:before{content:""}.ti-angle-double-left:before{content:""}.ti-angle-double-down:before{content:""}.ti-zip:before{content:""}.ti-world:before{content:""}.ti-wheelchair:before{content:""}.ti-view-list:before{content:""}.ti-view-list-alt:before{content:""}.ti-view-grid:before{content:""}.ti-uppercase:before{content:""}.ti-upload:before{content:""}.ti-underline:before{content:""}.ti-truck:before{content:""}.ti-timer:before{content:""}.ti-ticket:before{content:""}.ti-thumb-up:before{content:""}.ti-thumb-down:before{content:""}.ti-text:before{content:""}.ti-stats-up:before{content:""}.ti-stats-down:before{content:""}.ti-split-v:before{content:""}.ti-split-h:before{content:""}.ti-smallcap:before{content:""}.ti-shine:before{content:""}.ti-shift-right:before{content:""}.ti-shift-left:before{content:""}.ti-shield:before{content:""}.ti-notepad:before{content:""}.ti-server:before{content:""}.ti-quote-right:before{content:""}.ti-quote-left:before{content:""}.ti-pulse:before{content:""}.ti-printer:before{content:""}.ti-power-off:before{content:""}.ti-plug:before{content:""}.ti-pie-chart:before{content:""}.ti-paragraph:before{content:""}.ti-panel:before{content:""}.ti-package:before{content:""}.ti-music:before{content:""}.ti-music-alt:before{content:""}.ti-mouse:before{content:""}.ti-mouse-alt:before{content:""}.ti-money:before{content:""}.ti-microphone:before{content:""}.ti-menu:before{content:""}.ti-menu-alt:before{content:""}.ti-map:before{content:""}.ti-map-alt:before{content:""}.ti-loop:before{content:""}.ti-location-pin:before{content:""}.ti-list:before{content:""}.ti-light-bulb:before{content:""}.ti-Italic:before{content:""}.ti-info:before{content:""}.ti-infinite:before{content:""}.ti-id-badge:before{content:""}.ti-hummer:before{content:""}.ti-home:before{content:""}.ti-help:before{content:""}.ti-headphone:before{content:""}.ti-harddrives:before{content:""}.ti-harddrive:before{content:""}.ti-gift:before{content:""}.ti-game:before{content:""}.ti-filter:before{content:""}.ti-files:before{content:""}.ti-file:before{content:""}.ti-eraser:before{content:""}.ti-envelope:before{content:""}.ti-download:before{content:""}.ti-direction:before{content:""}.ti-direction-alt:before{content:""}.ti-dashboard:before{content:""}.ti-control-stop:before{content:""}.ti-control-shuffle:before{content:""}.ti-control-play:before{content:""}.ti-control-pause:before{content:""}.ti-control-forward:before{content:""}.ti-control-backward:before{content:""}.ti-cloud:before{content:""}.ti-cloud-up:before{content:""}.ti-cloud-down:before{content:""}.ti-clipboard:before{content:""}.ti-car:before{content:""}.ti-calendar:before{content:""}.ti-book:before{content:""}.ti-bell:before{content:""}.ti-basketball:before{content:""}.ti-bar-chart:before{content:""}.ti-bar-chart-alt:before{content:""}.ti-back-right:before{content:""}.ti-back-left:before{content:""}.ti-arrows-corner:before{content:""}.ti-archive:before{content:""}.ti-anchor:before{content:""}.ti-align-right:before{content:""}.ti-align-left:before{content:""}.ti-align-justify:before{content:""}.ti-align-center:before{content:""}.ti-alert:before{content:""}.ti-alarm-clock:before{content:""}.ti-agenda:before{content:""}.ti-write:before{content:""}.ti-window:before{content:""}.ti-widgetized:before{content:""}.ti-widget:before{content:""}.ti-widget-alt:before{content:""}.ti-wallet:before{content:""}.ti-video-clapper:before{content:""}.ti-video-camera:before{content:""}.ti-vector:before{content:""}.ti-themify-logo:before{content:""}.ti-themify-favicon:before{content:""}.ti-themify-favicon-alt:before{content:""}.ti-support:before{content:""}.ti-stamp:before{content:""}.ti-split-v-alt:before{content:""}.ti-slice:before{content:""}.ti-shortcode:before{content:""}.ti-shift-right-alt:before{content:""}.ti-shift-left-alt:before{content:""}.ti-ruler-alt-2:before{content:""}.ti-receipt:before{content:""}.ti-pin2:before{content:""}.ti-pin-alt:before{content:""}.ti-pencil-alt2:before{content:""}.ti-palette:before{content:""}.ti-more:before{content:""}.ti-more-alt:before{content:""}.ti-microphone-alt:before{content:""}.ti-magnet:before{content:""}.ti-line-double:before{content:""}.ti-line-dotted:before{content:""}.ti-line-dashed:before{content:""}.ti-layout-width-full:before{content:""}.ti-layout-width-default:before{content:""}.ti-layout-width-default-alt:before{content:""}.ti-layout-tab:before{content:""}.ti-layout-tab-window:before{content:""}.ti-layout-tab-v:before{content:""}.ti-layout-tab-min:before{content:""}.ti-layout-slider:before{content:""}.ti-layout-slider-alt:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-layout-sidebar-none:before{content:""}.ti-layout-sidebar-left:before{content:""}.ti-layout-placeholder:before{content:""}.ti-layout-menu:before{content:""}.ti-layout-menu-v:before{content:""}.ti-layout-menu-separated:before{content:""}.ti-layout-menu-full:before{content:""}.ti-layout-media-right-alt:before{content:""}.ti-layout-media-right:before{content:""}.ti-layout-media-overlay:before{content:""}.ti-layout-media-overlay-alt:before{content:""}.ti-layout-media-overlay-alt-2:before{content:""}.ti-layout-media-left-alt:before{content:""}.ti-layout-media-left:before{content:""}.ti-layout-media-center-alt:before{content:""}.ti-layout-media-center:before{content:""}.ti-layout-list-thumb:before{content:""}.ti-layout-list-thumb-alt:before{content:""}.ti-layout-list-post:before{content:""}.ti-layout-list-large-image:before{content:""}.ti-layout-line-solid:before{content:""}.ti-layout-grid4:before{content:""}.ti-layout-grid3:before{content:""}.ti-layout-grid2:before{content:""}.ti-layout-grid2-thumb:before{content:""}.ti-layout-cta-right:before{content:""}.ti-layout-cta-left:before{content:""}.ti-layout-cta-center:before{content:""}.ti-layout-cta-btn-right:before{content:""}.ti-layout-cta-btn-left:before{content:""}.ti-layout-column4:before{content:""}.ti-layout-column3:before{content:""}.ti-layout-column2:before{content:""}.ti-layout-accordion-separated:before{content:""}.ti-layout-accordion-merged:before{content:""}.ti-layout-accordion-list:before{content:""}.ti-ink-pen:before{content:""}.ti-info-alt:before{content:""}.ti-help-alt:before{content:""}.ti-headphone-alt:before{content:""}.ti-hand-point-up:before{content:""}.ti-hand-point-right:before{content:""}.ti-hand-point-left:before{content:""}.ti-hand-point-down:before{content:""}.ti-gallery:before{content:""}.ti-face-smile:before{content:""}.ti-face-sad:before{content:""}.ti-credit-card:before{content:""}.ti-control-skip-forward:before{content:""}.ti-control-skip-backward:before{content:""}.ti-control-record:before{content:""}.ti-control-eject:before{content:""}.ti-comments-smiley:before{content:""}.ti-brush-alt:before{content:""}.ti-youtube:before{content:""}.ti-vimeo:before{content:""}.ti-twitter:before{content:""}.ti-time:before{content:""}.ti-tumblr:before{content:""}.ti-skype:before{content:""}.ti-share:before{content:""}.ti-share-alt:before{content:""}.ti-rocket:before{content:""}.ti-pinterest:before{content:""}.ti-new-window:before{content:""}.ti-microsoft:before{content:""}.ti-list-ol:before{content:""}.ti-linkedin:before{content:""}.ti-layout-sidebar-2:before{content:""}.ti-layout-grid4-alt:before{content:""}.ti-layout-grid3-alt:before{content:""}.ti-layout-grid2-alt:before{content:""}.ti-layout-column4-alt:before{content:""}.ti-layout-column3-alt:before{content:""}.ti-layout-column2-alt:before{content:""}.ti-instagram:before{content:""}.ti-google:before{content:""}.ti-github:before{content:""}.ti-flickr:before{content:""}.ti-facebook:before{content:""}.ti-dropbox:before{content:""}.ti-dribbble:before{content:""}.ti-apple:before{content:""}.ti-android:before{content:""}.ti-save:before{content:""}.ti-save-alt:before{content:""}.ti-yahoo:before{content:""}.ti-wordpress:before{content:""}.ti-vimeo-alt:before{content:""}.ti-twitter-alt:before{content:""}.ti-tumblr-alt:before{content:""}.ti-trello:before{content:""}.ti-stack-overflow:before{content:""}.ti-soundcloud:before{content:""}.ti-sharethis:before{content:""}.ti-sharethis-alt:before{content:""}.ti-reddit:before{content:""}.ti-pinterest-alt:before{content:""}.ti-microsoft-alt:before{content:""}.ti-linux:before{content:""}.ti-jsfiddle:before{content:""}.ti-joomla:before{content:""}.ti-html5:before{content:""}.ti-flickr-alt:before{content:""}.ti-email:before{content:""}.ti-drupal:before{content:""}.ti-dropbox-alt:before{content:""}.ti-css3:before{content:""}.ti-rss:before{content:""}.ti-rss-alt:before{content:""}button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,footer,header,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.custom-scroll{scroll-behavior:smooth}.custom-scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #eff1f2}.custom-scroll::-webkit-scrollbar{width:5px}.custom-scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(28,157,234,.15)}.scroll-invisiable::-webkit-scrollbar{width:0}.owl-carousel{position:unset}@media(min-width:800px){.chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}.chitchat-container .desktop-sidebar{display:none}.chitchat-container.desktop-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}.chitchat-container.desktop-menu .desktop-sidebar{display:none}.custom-input-message{position:relative!important}}@media(max-width:430px){.custom-input-message{position:fixed}}body{background-color:#fff;font-size:calc(12px + 1*(100vw - 320px)/1600);overflow-x:hidden;font-family:Montserrat,sans-serif,Roboto;color:#223645}.main,body.main-page{overflow:hidden}ul{padding-left:0;list-style-type:none;margin-bottom:0;padding-right:0}::selection{color:#fff;background:#1c9dea}* a{color:#1c9dea;text-decoration:none!important}.btn:focus{box-shadow:rgba(28,157,234,.15)!important}a{cursor:pointer}:focus{outline-color:rgba(28,157,234,.15);text-decoration:none!important}select:focus{outline:none!important}.disabled{cursor:not-allowed;opacity:.5}svg{vertical-align:baseline}input:focus{outline-color:rgba(28,157,234,.15)}h1{font-size:calc(30px + 18*(100vw - 320px)/1600)}h1,h2{font-family:Montserrat,sans-serif;font-weight:800;color:#223645;margin:0}h2{font-size:calc(20px + 8*(100vw - 320px)/1600)}h3{font-family:Montserrat,sans-serif;font-size:calc(16px + 2*(100vw - 320px)/1600);font-weight:700;color:#223645}h3,h4{margin:0}h4{font-family:Roboto,sans-serif;font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:400;color:#647589}h5{font-family:Montserrat,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:700;color:#223645}h5,h6{margin:0}h6{font-family:Roboto,sans-serif;font-size:calc(11px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}span{font-size:11px;color:#223645}.title2,span{font-family:Montserrat,sans-serif;font-weight:700}.title2{font-size:calc(22px + 14*(100vw - 320px)/1600);color:#fff;margin:0}p{font-family:Roboto,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589}a:hover{text-decoration:none;color:#1c9dea}.theme-title{position:relative}.theme-title h4{font-family:Roboto,sans-serif;padding-top:5px}.p-0{padding:0}.p-5{padding:5px}.p-10{padding:10px}.p-15{padding:15px}.p-20{padding:20px}.p-25{padding:25px}.p-30{padding:30px}.p-35{padding:35px}.p-40{padding:40px}.p-45{padding:45px}.p-50{padding:50px}.p-l-0{padding-left:0}.p-l-5{padding-left:5px}.p-l-10{padding-left:10px}.p-l-15{padding-left:15px}.p-l-20{padding-left:20px}.p-l-25{padding-left:25px}.p-l-30{padding-left:30px}.p-l-35{padding-left:35px}.p-l-40{padding-left:40px}.p-l-45{padding-left:45px}.p-l-50{padding-left:50px}.p-t-0{padding-top:0!important}.p-t-5{padding-top:5px!important}.p-t-10{padding-top:10px!important}.p-t-15{padding-top:15px!important}.p-t-20{padding-top:20px!important}.p-t-25{padding-top:25px!important}.p-t-30{padding-top:30px!important}.p-t-35{padding-top:35px!important}.p-t-40{padding-top:40px!important}.p-t-45{padding-top:45px!important}.p-t-50{padding-top:50px!important}.p-b-0{padding-bottom:0!important}.p-b-5{padding-bottom:5px!important}.p-b-10{padding-bottom:10px!important}.p-b-15{padding-bottom:15px!important}.p-b-20{padding-bottom:20px!important}.p-b-25{padding-bottom:25px!important}.p-b-30{padding-bottom:30px!important}.p-b-35{padding-bottom:35px!important}.p-b-40{padding-bottom:40px!important}.p-b-45{padding-bottom:45px!important}.p-b-50{padding-bottom:50px!important}.p-r-0{padding-right:0}.p-r-5{padding-right:5px}.p-r-10{padding-right:10px}.p-r-15{padding-right:15px}.p-r-20{padding-right:20px}.p-r-25{padding-right:25px}.p-r-30{padding-right:30px}.p-r-35{padding-right:35px}.p-r-40{padding-right:40px}.p-r-45{padding-right:45px}.p-r-50{padding-right:50px}.m-0{margin:0!important}.m-5{margin:5px!important}.m-10{margin:10px!important}.m-15{margin:15px!important}.m-20{margin:20px!important}.m-25{margin:25px!important}.m-30{margin:30px!important}.m-35{margin:35px!important}.m-40{margin:40px!important}.m-45{margin:45px!important}.m-50{margin:50px!important}.m-t-0{margin-top:0!important}.m-t-5{margin-top:5px!important}.m-t-10{margin-top:10px!important}.m-t-15{margin-top:15px!important}.m-t-20{margin-top:20px!important}.m-t-25{margin-top:25px!important}.m-t-30{margin-top:30px!important}.m-t-35{margin-top:35px!important}.m-t-40{margin-top:40px!important}.m-t-45{margin-top:45px!important}.m-t-50{margin-top:50px!important}.m-b-0{margin-bottom:0!important}.m-b-5{margin-bottom:5px!important}.m-b-10{margin-bottom:10px!important}.m-b-15{margin-bottom:15px!important}.m-b-20{margin-bottom:20px!important}.m-b-25{margin-bottom:25px!important}.m-b-30{margin-bottom:30px!important}.m-b-35{margin-bottom:35px!important}.m-b-40{margin-bottom:40px!important}.m-b-45{margin-bottom:45px!important}.m-b-50{margin-bottom:50px!important}.m-l-0{margin-left:0!important}.m-l-5{margin-left:5px!important}.m-l-10{margin-left:10px!important}.m-l-15{margin-left:15px!important}.m-l-20{margin-left:20px!important}.m-l-25{margin-left:25px!important}.m-l-30{margin-left:30px!important}.m-l-35{margin-left:35px!important}.m-l-40{margin-left:40px!important}.m-l-45{margin-left:45px!important}.m-l-50{margin-left:50px!important}.m-r-0{margin-right:0}.m-r-5{margin-right:5px}.m-r-10{margin-right:10px}.m-r-15{margin-right:15px}.m-r-20{margin-right:20px}.m-r-25{margin-right:25px}.m-r-30{margin-right:30px}.m-r-35{margin-right:35px}.m-r-40{margin-right:40px}.m-r-45{margin-right:45px}.m-r-50{margin-right:50px}.img-10{width:10px!important}.img-20{width:20px!important}.img-30{width:30px!important}.img-40{width:40px!important}.img-50{width:50px!important}.img-60{width:60px!important}.img-70{width:70px!important}.img-80{width:80px!important}.img-90{width:90px!important}.img-100{width:100px!important}.rounded{border-radius:5px!important}.rouded15{border-radius:15px!important}.font-primary{color:#1c9dea!important}.font-success{color:#3fcc35!important}.font-danger{color:#ff4e2b!important}.font-light{color:#eff1f2!important}.font-warning{color:#ffc514!important}.badge-primary{background-color:#1c9dea!important}.badge-outline-primary{background-color:rgba(28,157,234,.15)!important;color:#1c9dea;transition:all .3s ease}.badge-outline-primary:hover{transition:all .3s ease;background-color:rgba(28,157,234,.25)!important;color:#1c9dea!important}.badge-success{background-color:#3fcc35!important}.badge-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;transition:all .3s ease}.badge-outline-success:hover{transition:all .3s ease;background-color:rgba(63,204,53,.25)!important;color:#3fcc35!important}.badge-danger{background-color:#ff4e2b!important}.badge-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;transition:all .3s ease}.badge-outline-danger:hover{transition:all .3s ease;background-color:rgba(255,78,43,.25)!important;color:#ff4e2b!important}.badge-light{background-color:#eff1f2!important}.badge-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;transition:all .3s ease;background-color:rgba(34,54,69,.15)!important;color:#223645}.badge-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2!important;transition:all .3s ease;background-color:rgba(239,241,242,.5)!important;color:#223645!important}.badge-dark{background-color:#223645!important}.badge-outline-dark{background-color:rgba(34,54,69,.15)!important;color:#223645;transition:all .3s ease}.badge-outline-dark:hover{transition:all .3s ease;background-color:rgba(34,54,69,.25)!important;color:#223645!important}.badge-warning{background-color:#ffc514!important}.badge-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;transition:all .3s ease}.badge-outline-warning:hover{transition:all .3s ease;background-color:rgba(255,197,20,.25)!important;color:#ffc514!important}.badge-light{color:#223645}.badge{font-size:12px;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;letter-spacing:.5px;padding:3px 10px;border-radius:10px;display:inline-flex;align-items:center}.badge i{font-weight:800;margin-right:5px}.badge svg{height:13px;width:13px;margin-right:5px}.badge.xl{font-size:108%;font-family:Montserrat,sans-serif;font-weight:700;border-radius:25px;padding:11px 20px}.badge.xl svg{height:14px}.badge.sm{font-size:81%;padding:4px;border-radius:5px;font-weight:600}.badge.sm svg{height:11px;width:11px}.badge-one .badge.sm{padding:4px 4px 2px}.bg-primary{background-color:#1c9dea!important}.bg-success{background-color:#3fcc35!important}.bg-danger{background-color:#ff4e2b!important}.bg-light{background-color:#eff1f2!important}.bg-warning{background-color:#ffc514!important}.bg-transparent{background-color:transparent!important}.btn{font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:600;text-transform:capitalize;padding:15px 40px;border-radius:10px}.btn-group-sm>.btn,.btn.btn-sm,html.style1 .btn-group-sm>.btn,html.style2 .btn-group-sm>.btn,html.style3 .btn-group-sm>.btn,html.style4 .btn-group-sm>.btn,html.style5 .btn-group-sm>.btn,html.style6 .btn-group-sm>.btn{padding:10px 30px}.btn-primary{background-color:#1c9dea;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}.btn-primary.disabled,.btn-primary:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover{background-color:#1280c1!important;border-color:#1280c1!important;transition:all .3s ease;outline:none!important;color:#fff}.btn-primary:focus{outline:none!important;box-shadow:0 0 3px 2px #a8d9f7;transition:all .3s ease}.btn-outline-primary{background-color:rgba(28,157,234,.15)!important;color:#1c9dea;border:none!important;transition:all .3s ease}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:rgba(28,157,234,.1)!important;color:#1c9dea;border:none!important;transition:all .3s ease}.btn-outline-primary.active,.btn-outline-primary:active,.btn-outline-primary:focus,.btn-outline-primary:hover{background-color:rgba(28,157,234,.25)!important;color:#1c9dea;border:none!important;transition:all .3s ease}.btn-outline-primary:focus{box-shadow:0 0 3px 2px #a8d9f7;transition:all .3s ease}.btn-success{background-color:#3fcc35;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}.btn-success.disabled,.btn-success:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover{background-color:#32a42a!important;border-color:#32a42a!important;transition:all .3s ease;outline:none!important;color:#fff}.btn-success:focus{outline:none!important;box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}.btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;border:none!important;transition:all .3s ease}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;color:#3fcc35;border:none!important;transition:all .3s ease}.btn-outline-success.active,.btn-outline-success:active,.btn-outline-success:focus,.btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;color:#3fcc35;border:none!important;transition:all .3s ease}.btn-outline-success:focus{box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}.btn-danger{background-color:#ff4e2b;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}.btn-danger.disabled,.btn-danger:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover{background-color:#f72900!important;border-color:#f72900!important;transition:all .3s ease;outline:none!important;color:#fff}.btn-danger:focus{outline:none!important;box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}.btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}.btn-outline-danger.active,.btn-outline-danger:active,.btn-outline-danger:focus,.btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}.btn-outline-danger:focus{box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}.btn-light{background-color:#eff1f2;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}.btn-light.disabled,.btn-light:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}.btn-light.active,.btn-light:active,.btn-light:focus,.btn-light:hover{background-color:#d3d8db!important;border-color:#d3d8db!important;transition:all .3s ease;outline:none!important;color:#fff}.btn-light:focus{outline:none!important;box-shadow:0 0 3px 2px #fff;transition:all .3s ease}.btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;color:#eff1f2;border:none!important;transition:all .3s ease}.btn-outline-light.active,.btn-outline-light:active,.btn-outline-light:focus,.btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2;border:none!important;transition:all .3s ease}.btn-outline-light:focus{box-shadow:0 0 3px 2px #fff;transition:all .3s ease}.btn-outline-light.active,.btn-outline-light:active,.btn-outline-light:focus,.btn-outline-light:hover{background-color:#e1e5e7!important}.btn-warning{background-color:#ffc514;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}.btn-warning.disabled,.btn-warning:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover{background-color:#e0a900!important;border-color:#e0a900!important;transition:all .3s ease;outline:none!important;color:#fff}.btn-warning:focus{outline:none!important;box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}.btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;border:none!important;transition:all .3s ease}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;color:#ffc514;border:none!important;transition:all .3s ease}.btn-outline-warning.active,.btn-outline-warning:active,.btn-outline-warning:focus,.btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;color:#ffc514;border:none!important;transition:all .3s ease}.btn-outline-warning:focus{box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}.btn-light{color:#223645!important}.btn-light.active,.btn-light:active,.btn-light:focus{box-shadow:0 0 3px 2px #eff1f2}.icon-btn{height:32px;width:32px;border-radius:100%;font-weight:800;align-items:center;justify-content:center;display:inline-flex;border:0!important}.icon-btn i{font-size:16px}.icon-btn svg{width:16px;height:16px;stroke-width:3px;vertical-align:middle}.icon-btn.btn-xl{height:60px;width:60px;padding:18px}.icon-btn.btn-xl i{font-size:24px}.icon-btn.btn-xl svg{height:24px;width:24px}.btn-group-sm>.icon-btn.btn,.icon-btn.btn-sm,html.style1 .btn-group-sm>.icon-btn.btn,html.style2 .btn-group-sm>.icon-btn.btn,html.style3 .btn-group-sm>.icon-btn.btn,html.style4 .btn-group-sm>.icon-btn.btn,html.style5 .btn-group-sm>.icon-btn.btn,html.style6 .btn-group-sm>.icon-btn.btn{height:34px;width:34px;display:inline-flex}.icon-btn.btn-xs{height:30px;width:30px;padding:8.5px}.icon-btn.btn-xs svg{height:12px;width:12px}.icon-btn.btn-outline-primary{background-color:rgba(28,157,234,.15)!important;color:#1c9dea!important;border:none!important;transition:all .3s ease}.icon-btn.btn-outline-primary.disabled,.icon-btn.btn-outline-primary:disabled{background-color:rgba(28,157,234,.1)!important;border:none!important;transition:all .3s ease}.icon-btn.btn-outline-primary.active,.icon-btn.btn-outline-primary:active,.icon-btn.btn-outline-primary:focus,.icon-btn.btn-outline-primary:hover{background-color:rgba(28,157,234,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}.icon-btn.btn-outline-primary.active{background-color:#1c9dea!important;color:#fff!important}.icon-btn.btn-outline-primary:focus{box-shadow:none!important;transition:all .3s ease}.icon-btn.btn-outline-primary.button-effect .effect-wave{background-color:#4bb1ee}.icon-btn.btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35!important;border:none!important;transition:all .3s ease}.icon-btn.btn-outline-success.disabled,.icon-btn.btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;border:none!important;transition:all .3s ease}.icon-btn.btn-outline-success.active,.icon-btn.btn-outline-success:active,.icon-btn.btn-outline-success:focus,.icon-btn.btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}.icon-btn.btn-outline-success.active{background-color:#3fcc35!important;color:#fff!important}.icon-btn.btn-outline-success:focus{box-shadow:none!important;transition:all .3s ease}.icon-btn.btn-outline-success.button-effect .effect-wave{background-color:#66d65e}.icon-btn.btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b!important;border:none!important;transition:all .3s ease}.icon-btn.btn-outline-danger.disabled,.icon-btn.btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;border:none!important;transition:all .3s ease}.icon-btn.btn-outline-danger.active,.icon-btn.btn-outline-danger:active,.icon-btn.btn-outline-danger:focus,.icon-btn.btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}.icon-btn.btn-outline-danger.active{background-color:#ff4e2b!important;color:#fff!important}.icon-btn.btn-outline-danger:focus{box-shadow:none!important;transition:all .3s ease}.icon-btn.btn-outline-danger.button-effect .effect-wave{background-color:#ff795e}.icon-btn.btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2!important;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}.icon-btn.btn-outline-light.disabled,.icon-btn.btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;border:none!important;transition:all .3s ease}.icon-btn.btn-outline-light.active,.icon-btn.btn-outline-light:active,.icon-btn.btn-outline-light:focus,.icon-btn.btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}.icon-btn.btn-outline-light.active{background-color:#eff1f2!important;color:#fff!important}.icon-btn.btn-outline-light:focus{box-shadow:none!important;transition:all .3s ease}.icon-btn.btn-outline-light.button-effect .effect-wave{background-color:#fff}.icon-btn.btn-outline-light.active,.icon-btn.btn-outline-light:active,.icon-btn.btn-outline-light:focus,.icon-btn.btn-outline-light:hover{background-color:#e1e5e7!important}.icon-btn.btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514!important;border:none!important;transition:all .3s ease}.icon-btn.btn-outline-warning.disabled,.icon-btn.btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;border:none!important;transition:all .3s ease}.icon-btn.btn-outline-warning.active,.icon-btn.btn-outline-warning:active,.icon-btn.btn-outline-warning:focus,.icon-btn.btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}.icon-btn.btn-outline-warning.active{background-color:#ffc514!important;color:#fff!important}.icon-btn.btn-outline-warning:focus{box-shadow:none!important;transition:all .3s ease}.icon-btn.btn-outline-warning.button-effect .effect-wave{background-color:#ffd247}.dot-btn{position:relative;display:inline-block}.dot-btn:before{content:"";height:9px;width:9px;position:absolute;top:5px;right:1px;border-radius:100%;z-index:1;border:1px solid #fff}.dot-btn.grow:before{border:none;height:7px;width:7px}.dot-btn.grow:after{content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}.dot-btn.dot-primary:before{background-color:#1c9dea!important}.dot-btn.dot-primary.grow:after{border:5px solid #1c9dea;animation:grow 1s ease-out infinite}.dot-btn.dot-success:before{background-color:#3fcc35!important}.dot-btn.dot-success.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite}.dot-btn.dot-danger:before{background-color:#ff4e2b!important}.dot-btn.dot-danger.grow:after{border:5px solid #ff4e2b;animation:grow 1s ease-out infinite}.dot-btn.dot-light:before{background-color:#eff1f2!important;background-color:#223645!important}.dot-btn.dot-light.grow:after{border:5px solid #eff1f2;animation:grow 1s ease-out infinite;border:5px solid #223645}.dot-btn.dot-warning:before{background-color:#ffc514!important}.dot-btn.dot-warning.grow:after{border:5px solid #ffc514;animation:grow 1s ease-out infinite}.theme-btn-group a+a{margin-left:5px;border-radius:15px}.theme-btn-group .btn-group-sm>a+a.btn,.theme-btn-group a+a.btn-sm{border-radius:10px}.theme-btn-group a:first-child{border-radius:15px 15px 0}.theme-btn-group .btn-group-sm>a.btn:first-child,.theme-btn-group a:first-child.btn-sm{border-radius:10px 10px 0}.theme-btn-group a:last-child{border-radius:15px 15px 15px 0}.theme-btn-group .btn-group-sm>a.btn:last-child,.theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 10px 0}.profile{width:60px;height:60px;display:inline-block;border-radius:20px;position:relative}.profile span{font-size:22px;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);color:#fff}.profile.busy:before,.profile.offline:before,.profile.online:before,.profile.unreachable:before{content:"";position:absolute;height:13px;width:13px;border-radius:100%;border:2px solid #fff;right:0}.profile.unreachable:before{background-color:#ffc514}.profile.online:before{background-color:#3fcc35}.profile.busy:before{background-color:#ff4e2b}.profile.offline:before{background-color:#828282}.button-effect{display:inline-flex;overflow:hidden;position:relative}.button-effect:before{position:absolute;top:50%;left:50%;z-index:2;display:block;content:"";width:0;height:0;background:hsla(0,0%,100%,.2);border-radius:100%;transform:translate(-50%,-50%);opacity:0}.button-effect:hover{cursor:pointer}.button-effect:hover:before{animation:circle .75s}.effect-wave{display:block;position:absolute;transform:translateX(-50%) translateY(-50%);width:0;height:0;background-color:#eff1f2;border-radius:50%;opacity:.5}.is-animating{transform:translateZ(0) scale(1)}.is-animating.btn-success{animation:phone-outer-success 3s infinite}.is-animating.btn-danger{animation:phone-outer-danger 3s infinite}.is-animating.btn-danger svg{transform:rotate(135deg);animation:none}.is-animating:before{position:absolute;content:"";top:0;left:0;width:60px;height:60px;background-color:hsla(0,0%,100%,.2);border-radius:100%;opacity:1;transform:translateZ(0) scale(0);animation:phone-inner 3s infinite}.is-animating svg{animation:phone-icon 3s infinite;transform:translateZ(0);fill:#fff;stroke-width:1px}.is-animating.cancelcall,.is-animating.cancelcall:before{animation:none}.social-group li{display:inline-block}.social-group li+li{margin-left:5px}.social-group li .btn-google{background-color:#3b5998;color:#fff}.social-group li .btn-twiter{background-color:#55acee;color:#fff}.social-group li .btn-linkedin{background-color:#0e76a8;color:#fff}.social-group li .btn-instagram{background-color:#e4405f;color:#fff}.btn-primary.is-animating{box-shadow:0 0 0 0 rgba(28,157,234,0),0 .05em .1em rgba(0,0,0,.2)}.btn-success.is-animating{box-shadow:0 0 0 0 rgba(63,204,53,0),0 .05em .1em rgba(0,0,0,.2)}.btn-danger.is-animating{box-shadow:0 0 0 0 rgba(255,78,43,0),0 .05em .1em rgba(0,0,0,.2)}.btn-light.is-animating{box-shadow:0 0 0 0 rgba(239,241,242,0),0 .05em .1em rgba(0,0,0,.2)}.btn-warning.is-animating{box-shadow:0 0 0 0 rgba(255,197,20,0),0 .05em .1em rgba(0,0,0,.2)}.btn-fix{position:fixed;bottom:20px;margin-left:-30px;z-index:9}.theme-tab .nav-tabs{border:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:20px}.theme-tab .nav-tabs .nav-item .nav-link{font-size:calc(14px + 1*(100vw - 320px)/1600);font-weight:700;padding:7px 30px;min-height:30px;border-radius:10px;min-width:140px;background-color:#eff1f2!important;border:none!important;color:#223645!important;text-align:center;transition:all .3s ease;justify-content:center}.theme-tab .nav-tabs .nav-item .nav-link.active{background-color:rgba(28,157,234,.15)!important;color:#1c9dea!important;transition:all .3s ease}.theme-tab.chat-tabs #myTab1 .nav-tabs{justify-content:center}.theme-tab.chat-tabs #myTab1 .nav-tabs .nav-link{margin:0 10px}.theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link{border-radius:25px;padding:0 14px;font-size:calc(13px + 1*(100vw - 320px)/1600);line-height:2.2;min-width:unset;color:#223645;background-color:#eff1f2;display:flex;align-items:center}.theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{height:16px;fill:#223645!important;transition:all .3s ease;stroke-width:1px}.theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{color:#fff!important;background-color:#1c9dea!important;transition:all .3s ease;box-shadow:-1px 10px 16px -10px #1c9dea}.theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active svg{fill:#fff!important;transition:all .3s ease}.theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 25px;min-width:auto;display:flex;font-size:13px}.theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}.tab-card{text-align:center;padding:20px;border:1px solid #eff1f2;border-radius:15px}.tab-card+.tab-card{margin-top:15px}.msg-box>li .auto-gallery,.msg-box>li .document,.msg-box>li>h5{display:inline-block;padding:16px 25px;background-color:#e9e9e9;color:#595959;border-radius:0 25px 25px 0;font-weight:400;font-size:14px;font-family:Lato}.msg-box>li .refresh-block{display:inline-grid;justify-content:center;align-items:center}.msg-box>li .refresh-block .refresh{margin-bottom:10px;transition:all .3s ease}.msg-box>li .refresh-block .refresh:hover{transition:all .3s ease;cursor:pointer}.msg-box>li .refresh-block .refresh.refreshed,.msg-box>li .refresh-block .refresh:hover{color:#fff!important;background-color:#1c9dea!important}.msg-box>li .refresh-block .refresh.refreshed svg{transform:rotate(1turn);transition:all 3s ease}.msg-box>li .refresh-block>div:last-child{display:flex;justify-content:center;align-items:center}.msg-box>li:first-child h5{border-radius:30px 25px 25px 0}.msg-box>li:last-child .auto-gallery,.msg-box>li:last-child .document,.msg-box>li:last-child h5{border-radius:16px 16px 16px 0;background-color:#000;color:#fff}.msg-box>li+li{margin-top:12px;position:relative}.msg-box>li>h5>div>a{color:#328dff!important;cursor:pointer}@media(max-width:767px){.msg-box{max-width:90vw}.msg-box>li>h5{max-width:80vw;overflow-x:hidden;padding:20px}.msg-box>li>h5>div>a{max-width:50%!important;width:50%!important}}.contact-chat{margin-top:100px}.contact-chat>ul.str-msg h5{font-size:13px}.contact-chat>ul.str-msg h6{font-size:9px}.contact-chat>ul.str-msg li{padding-left:0!important;width:100%}.contact-chat>ul.str-msg li .media .profile{margin-left:.7rem!important}.contact-chat>ul.str-msg li .contact-name .msg-box{margin-top:5px}.contact-chat>ul.str-msg li .msg-box>li>h5{padding:8px 25px;font-size:12px;line-height:1.6;color:#223645;background-color:#e5e8e9}.contact-chat>ul.str-msg li .profile{width:30px;height:30px}.contact-chat>ul.chatappend{display:flex;flex-direction:column}.contact-chat>ul.chatappend>li:last-child .msg-box>li .msg-dropdown{bottom:50px!important;top:unset!important}.contact-chat>ul.chatappend .last{order:999}.contact-chat>ul>li.sent .document{border-radius:0 50px 50px 50px}.contact-chat>ul>li.sent .document .icon-btns a{background-color:#1595e2!important}.contact-chat>ul>li.sent .document .details h5,.contact-chat>ul>li.sent .document .details h6{color:#eff1f2}.contact-chat>ul>li.sent .document i{color:#fff!important}.contact-chat>ul>li.sent .document .details,.contact-chat>ul>li.sent .document .icon-btns{display:inline-block}.contact-chat>ul>li.replies,.contact-chat>ul>li.sent{width:60%}.contact-chat>ul>li.replies .auto-gallery,.contact-chat>ul>li.sent .auto-gallery{background-color:rgba(28,157,234,.15)!important;padding:16px 25px 0 15px}.contact-chat>ul>li.replies .auto-gallery li,.contact-chat>ul>li.sent .auto-gallery li{display:inline-block!important;height:85px;width:85px;border-radius:20px;margin-left:10px;margin-bottom:10px}.contact-chat>ul>li.replies .document,.contact-chat>ul>li.sent .document{padding:25px 35px;display:flex;align-items:center}.contact-chat>ul>li.replies .document .icon-btns a,.contact-chat>ul>li.sent .document .icon-btns a{background-color:#dae5f1!important}.contact-chat>ul>li.replies .document .icon-btns a+a,.contact-chat>ul>li.sent .document .icon-btns a+a{margin-left:10px}.contact-chat>ul>li.replies .document .details,.contact-chat>ul>li.sent .document .details{padding-left:15px;padding-right:30px;text-align:left}.contact-chat>ul>li.replies .document .details h5,.contact-chat>ul>li.sent .document .details h5{display:block;padding-bottom:5px}.contact-chat>ul>li.replies .document i,.contact-chat>ul>li.sent .document i{font-size:40px}.contact-chat>ul>li.replies .document .details,.contact-chat>ul>li.replies .document .icon-btns,.contact-chat>ul>li.sent .document .details,.contact-chat>ul>li.sent .document .icon-btns{display:inline-block}.contact-chat>ul>li.replies{margin-left:auto;text-align:right}.contact-chat>ul>li.replies .document{border-radius:50px 0 50px 50px}.contact-chat>ul>li.replies .auto-gallery{padding:16px 25px 5px 15px}.contact-chat>ul>li.replies .auto-gallery li{float:right}.contact-chat>ul>li.replies .msg-box li{display:inline-flex}.contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}.contact-chat>ul>li.replies .msg-box li:last-child{display:flex;flex-direction:row-reverse;align-items:center;margin-left:auto}.contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,.contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:15px 15px 0 15px}.contact-chat>ul>li.replies .msg-box li .auto-gallery,.contact-chat>ul>li.replies .msg-box li .document,.contact-chat>ul>li.replies .msg-box li>h5{background-color:#e40d6a;color:#fff;font-size:14px!important;font-family:Lato!important}.contact-chat>ul>li.replies .msg-box li .badge{margin-left:0!important;margin-right:.5rem!important}.contact-chat>ul>li.replies .media{flex-direction:row-reverse}.contact-chat>ul>li.replies .media .profile{margin-left:1.5rem!important;margin-right:0!important}.contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:10px;margin-left:unset}.contact-chat>ul>li+li{margin-top:10px}.contact-chat>ul>li .contact-name .msg-box{margin-top:15px}.contact-chat>ul>li .contact-name .msg-box img{width:100%;border-radius:16px}.contact-chat>ul>li .contact-name h5{font-family:Lato;display:inline-block;padding-right:20px;line-height:1.4}.contact-chat>ul>li .contact-name h6{display:inline-block}.msg-setting-main{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;transition:all .5s ease}.msg-setting-main .msg-dropdown-main{position:relative;display:none;transition:all .5s ease}.msg-setting-main .msg-dropdown-main .msg-setting{background-color:#e5edf5;width:38px;height:38px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-left:10px}.msg-setting-main .msg-dropdown-main .msg-setting i{margin-bottom:-2px}.msg-setting-main .msg-dropdown-main .msg-dropdown{background-color:#fff;border:2px solid #eff1f2;padding:15px;border-radius:15px;position:absolute;top:50px;left:0;z-index:1;text-align:left;display:none;transition:all .5s ease}.msg-setting-main .msg-dropdown-main .msg-dropdown ul li{font-size:14px;font-weight:600;text-transform:capitalize;margin-bottom:10px}.msg-setting-main .msg-dropdown-main .msg-dropdown ul li:last-child{margin-bottom:0}.msg-setting-main .msg-dropdown-main .msg-dropdown ul li a{color:#595959;width:100%}.msg-setting-main .msg-dropdown-main .msg-dropdown ul li a i{font-size:16px;display:inline;margin-right:15px}.msg-setting-main:hover .msg-dropdown-main{display:inline-block;order:0}.custom-dropdown{height:0;width:0;position:absolute;right:0;background-color:#fff;z-index:99;opacity:0;overflow:hidden;overflow-x:hidden;overflow-y:scroll;border:1px solid #eff1f2;border-radius:15px;top:85px;transition:all .3s ease}.custom-dropdown.open{opacity:1;transition:all .3s ease;height:200px;width:300px}.onclick-dropdown{cursor:pointer}.dropdown-menu .dropdown-divider{border-top:none}.emojis-main{position:relative;display:flex;height:100%}.emojis-main .toggle-sticker img{height:30px}.emojis-main .toggle-sticker svg{height:50px;width:50px;fill:#1c9dea}.emojis-main .toggle-sticker svg path{stroke:#1c9dea}.emojis-main .toggle-sticker.active svg{fill:#fff}.emojis-main .toggle-sticker.active svg path{stroke:#fff}.emojis-main .emojis-contain,.emojis-main .sticker-contain{width:0;height:0;background-color:#fff;position:absolute;bottom:0;left:0;padding:35px;transform:scale(0);transition:all .3s ease}.emojis-main .emojis-contain.open,.emojis-main .sticker-contain.open{bottom:85px;transform:scale(1);transition:all .3s ease;width:420px;height:280px}.emojis-main .emojis-contain .emojis-sub-contain,.emojis-main .sticker-contain .emojis-sub-contain{height:100%;overflow:overlay}.emojis-main .emojis-contain .emojis-sub-contain:before,.emojis-main .sticker-contain .emojis-sub-contain:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:70px;z-index:1}.emojis-main .emojis-contain .emojis-sub-contain ul li,.emojis-main .sticker-contain .emojis-sub-contain ul li{display:inline-block;font-size:24px;padding:5px;cursor:pointer}.emojis-main .emojis-contain .sticker-sub-contain,.emojis-main .sticker-contain .sticker-sub-contain{height:100%;overflow:overlay}.emojis-main .emojis-contain .sticker-sub-contain ul li,.emojis-main .sticker-contain .sticker-sub-contain ul li{display:inline-block}.emojis-main .emojis-contain .sticker-sub-contain ul li img,.emojis-main .sticker-contain .sticker-sub-contain ul li img{width:45px;height:auto}.emojis-main .contact-poll{transition:all 1s ease}.emojis-main .contact-poll .contact-poll-content{position:absolute;bottom:85px;left:90px;background-color:#fff;padding:30px;transition:all 1s ease;display:none}.emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:15px;position:relative;text-transform:capitalize;font-size:16px;font-weight:600;padding-left:30px;transition:all .5s ease}.emojis-main .contact-poll .contact-poll-content ul li:last-child{margin-bottom:0}.emojis-main .contact-poll .contact-poll-content ul li a{color:#223645;transition:all .3s ease}.emojis-main .contact-poll .contact-poll-content ul li a svg{width:18px;margin-right:15px;position:absolute;left:0}.emojis-main .contact-poll .contact-poll-content ul li:hover a{color:#1c9dea;transition:all .3s ease}.emojis-main .contact-poll .contact-poll-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:40px;z-index:1}.main-nav .status>div:before{content:"";position:absolute;height:100%;width:100%;background-color:#1c9dea;left:0;z-index:-1;top:0;border-radius:100%}.main-nav .user-popup{height:43px;width:43px;padding:3px;border-radius:100%;margin:0 auto;position:relative}.main-nav .user-popup.two>div:after{content:"";position:absolute;height:3px;width:100%;background-color:#fff;left:0;z-index:-1;top:22px}.main-nav .user-popup.three>div:after{content:"";position:absolute;left:-6px;z-index:-1;top:-5px;width:0;height:0;border-left:33px solid transparent;border-right:28px solid transparent;border-bottom:43px solid #fff}.main-nav .user-popup>div{height:37px;width:37px;border-radius:100%;margin:0 auto}.chat-friend-toggle{position:relative}.chat-friend-toggle .chat-frind-content{position:absolute;top:80px;right:0;padding:25px;background-color:#fff;text-align:left;display:none;text-transform:capitalize}.chat-friend-toggle .chat-frind-content ul li{margin-bottom:15px;padding-left:50px!important;position:relative;display:inline-flex!important;align-items:center;height:30px}.chat-friend-toggle .chat-frind-content ul li a{position:absolute;left:0}.chat-friend-toggle .chat-frind-content ul li:last-child{margin-bottom:0;padding-top:20px;border-top:1px solid #eff1f2;height:34px}.chat-friend-toggle .chat-frind-content ul li:before{border-left:5px solid #1c9dea;content:"";position:absolute;top:0;left:15px}.user-status{position:relative;padding:4px}.user-status:before{content:"";position:absolute;height:100%;width:100%;left:0;z-index:-1;top:0;border-radius:100%}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected,.user-status:before{background-color:#1c9dea}.react-datepicker{border:none;box-shadow:0 4px 14px rgba(174,197,231,.5)}.react-datepicker__header{border-bottom:none}.chat-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;transition:all .3s ease}.chat-main li .chat-box .icon-btn.btn-outline-light{position:absolute;right:0}.chat-main li .chat-box .favourite svg{stroke:none;fill:#1c9dea}.chat-main li .chat-box .favourite.btn-primary svg{fill:#fff}.chat-main li .chat-box.notification span{padding-top:0;padding-bottom:5px;display:inline-block}.chat-main li .chat-box.notification p{margin-bottom:0;margin-top:8px;font-size:13px}.chat-main li .details h6 img{height:20px}.chat-main li.active{background-color:#eff7fe;border-left:4px solid #1c9dea;transition:all .3s ease}.chat-main li.active .details h6{font-weight:600;color:#1c9dea;letter-spacing:1px}.chat-main li .chat-box .date-status .ti-pin2.pined{opacity:1;transition:all .3s ease;color:#1c9dea}.chat-main li .chat-box{position:relative}.chat-main li .chat-box .profile{position:absolute;left:0}.chat-main li .chat-box .details{padding:12px 50px 13px 75px}.chat-main li .chat-box .details h6{padding-top:8px;max-width:170px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-main li .chat-box .date-status{position:absolute;right:0;top:0;text-align:right}.chat-main li .chat-box .date-status .ti-pin2{opacity:0;transition:all .3s ease}.chat-main li .chat-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}.chat-main li .chat-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}.chat-main li .chat-box:hover .date-status .ti-pin2{opacity:1;transition:all .3s ease}ul.grop-icon{line-height:1;display:flex;align-items:center}ul.grop-icon li{margin-left:0;margin-right:0;padding:0;border:2px solid #fff;border-radius:50%;transition:z-index .3s ease}ul.grop-icon li:hover{z-index:9;transition:z-index .3s ease}ul.grop-icon li:nth-child(2),ul.grop-icon li:nth-child(3){margin-left:-10px}ul.grop-icon li:last-child{font-size:12px;color:#223645;font-weight:700;border:none;border-radius:0;margin-left:5px}ul.grop-icon li img{width:15px;height:15px;border-radius:50%}.group-main li{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;padding-top:15px}.group-main li.active{background-color:#eff7fe;border-left:4px solid #1c9dea}.group-main li.active .chat-box .details h6{font-weight:600;color:#1c9dea}.group-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}.group-main .group-box{position:relative}.group-main .group-box .profile{position:absolute;left:0}.group-main .group-box .profile span{font-size:26px;font-weight:700}.group-main .group-box .details{padding-left:75px;padding-top:12px;padding-bottom:13px}.group-main .group-box .details h6{padding-top:5px;line-height:2}.group-main .group-box .date-status{position:absolute;right:0;top:8px;text-align:right}.group-main .group-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}.group-main .group-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}.contact-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}.contact-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(28,157,234,.15);transition:all .3s ease}.contact-log-main li.active:before{border-left:4px solid #1c9dea;width:100%;transition:all .3s ease}.contact-log-main li .contact-box{position:relative;height:60px}.contact-log-main li .contact-box .contact-action{position:absolute;right:0;top:10px}.contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-left:5px}.contact-log-main li .contact-box .profile{position:absolute;left:0}.contact-log-main li .contact-box .details{height:60px;padding:12px 100px 13px 75px}.contact-log-main li .contact-box .details h6{padding-top:8px}.contact-log-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}.contact-log-main .call-log-box{position:relative}.contact-log-main .call-log-box .profile{position:absolute;left:0}.contact-log-main .call-log-box .profile span{font-size:26px;font-weight:700}.contact-log-main .call-log-box .details{padding:12px 50px 13px 75px}.contact-log-main .call-log-box .details h6{padding-top:5px;line-height:1.6}.contact-log-main .call-log-box .date-status{position:absolute;right:0;top:8px;text-align:right}.contact-log-main .call-log-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}.contact-log-main .call-log-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}.search2{padding-top:20px;padding-bottom:25px;margin-left:-40px;margin-right:-40px;margin-top:5px;border-top:1px solid #eff1f2;display:flex;justify-content:center}.search2>div{width:310px;height:50px;border-radius:15px;background-color:#f4f5f6}.search2 .input-group{height:100%;display:flex;align-items:center}.search2 .input-group .form-control{background-color:transparent;outline:none;border:none;box-shadow:none}.search2 .input-group .form-control::place-holder{color:#e5e8e9}.search2 .input-group .form-control:focus{outline:none;border:none;box-shadow:none}.search2 .input-group .input-group-append{line-height:1}.search2 .input-group .input-group-append span{padding:8px 20px}.search2 .input-group .input-group-append span i{font-size:16px}.search2 .input-group .input-group-append:last-child span{border-left:1px solid #e5e8e9}.tippy-tooltip.gradienttooltip-theme,.tippy-tooltip.tooltiprad-theme{border-radius:0 50px 50px 50px;margin-left:70px;margin-top:50px}.tippy-tooltip.gradienttooltip-theme{background-image:linear-gradient(90deg,#1589ff,#82cafa)}.chitchat-loader{background-color:#fff;margin:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;z-index:99999;top:0;left:0;text-align:center}.chitchat-loader h3{margin-top:30px;color:#828282}.type{width:60px;position:relative;height:15px}.typing-loader{width:8px;height:8px;border-radius:100%;animation:loadertyping .8s ease-in-out infinite alternate;animation-delay:.32s;position:absolute;left:0;right:0;margin:0 auto;top:-27px}.typing-loader:after,.typing-loader:before{content:"";position:absolute;width:8px;height:8px;border-radius:100%;box-shadow:0 40px 0 #fff;animation:loadertyping .8s ease-in-out infinite alternate}.typing-loader:before{left:-17px;animation-delay:.48s}.typing-loader:after{right:-17px;animation-delay:.16s}.switchery{background-color:#fff;border:1px solid #dfdfdf;cursor:pointer;border-radius:20px;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,.4);height:30px;position:absolute;top:0;width:30px}.switchery-small{border-radius:20px;height:18px;width:33px}.switchery-small>small{height:14px;width:14px;top:2px}.collapse-block.open .block-title{padding-bottom:25px;transition:all .3s ease}.collapse-block .block-title{position:relative;transition:all .3s ease;cursor:pointer}.collapse-block .block-title:after{position:absolute;display:inline-block;content:"";font-family:FontAwesome;color:#223645;right:0;top:-4px;font-size:20px}.audiocall1.call-modal,.audiocall2.call-modal,.conferencecall.call-modal,.videocall.call-modal,.videocallhang.call-modal{min-height:655px}.audiocall1.call-modal .title2,.audiocall2.call-modal .title2,.conferencecall.call-modal .title2,.videocall.call-modal .title2,.videocallhang.call-modal .title2{margin-bottom:10px}.audiocall1.call-modal h6,.audiocall2.call-modal h6,.conferencecall.call-modal h6,.videocall.call-modal h6,.videocallhang.call-modal h6{text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:600;color:#fff;margin-bottom:15px}.audiocall1.call-modal ul,.audiocall2.call-modal ul,.conferencecall.call-modal ul,.videocall.call-modal ul,.videocallhang.call-modal ul{display:flex;justify-content:center;align-items:center}.audiocall1.call-modal ul li+li,.audiocall2.call-modal ul li+li,.conferencecall.call-modal ul li+li,.videocall.call-modal ul li+li,.videocallhang.call-modal ul li+li{margin-left:30px}.audiocall1.call-modal .center-con,.audiocall2.call-modal .center-con,.conferencecall.call-modal .center-con,.videocall.call-modal .center-con,.videocallhang.call-modal .center-con{position:absolute;bottom:100px;width:100%}.audiocall1.call-modal .center-con .mic,.audiocall1.call-modal .center-con .pause,.audiocall2.call-modal .center-con .mic,.audiocall2.call-modal .center-con .pause,.conferencecall.call-modal .center-con .mic,.conferencecall.call-modal .center-con .pause,.videocall.call-modal .center-con .mic,.videocall.call-modal .center-con .pause,.videocallhang.call-modal .center-con .mic,.videocallhang.call-modal .center-con .pause{box-shadow:none}.audiocall1.call-modal .center-con .mic.active,.audiocall1.call-modal .center-con .pause.active,.audiocall2.call-modal .center-con .mic.active,.audiocall2.call-modal .center-con .pause.active,.conferencecall.call-modal .center-con .mic.active,.conferencecall.call-modal .center-con .pause.active,.videocall.call-modal .center-con .mic.active,.videocall.call-modal .center-con .pause.active,.videocallhang.call-modal .center-con .mic.active,.videocallhang.call-modal .center-con .pause.active{box-shadow:0 0 3px 2px #eff1f2}.audiorcvcall .modal-body{padding:10px 0}.dynemic-sidebar .search-form .form-group input{border-radius:10px;height:60px}.modal{z-index:1075}body.modal-open>div[tabindex="-1"]{z-index:99999!important}.viddiolog.fade.modal-dialog{max-width:850px}.viddiolog.active.modal-dialog{width:90vw;max-width:unset}.viddiolog .modal-body{padding:0}.viddiolog .videocall.call-modal{min-height:90vh!important}.conferencecall{background-blend-mode:overlay;background-color:hsla(0,0%,100%,.52)}.conferencecall p{color:#fff}.conferencecall h3{margin-bottom:20px;color:#fff}.conferencecall .usersprof{display:flex;justify-content:center}.conferencecall .usersprof .profile{border-radius:100%;border:2px solid #fff;margin-bottom:10px}.conferencecall .usersprof .profile+.profile{margin-left:-20px}#basicUsage{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700}.call-modal .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}.call-modal .mute i.off:after{opacity:1;transition:opacity .3s ease}.call-modal .mic i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}.call-modal .mic i.off:after{opacity:1;transition:opacity .3s ease}.no-internet{background-color:#fff;position:relative;height:600px}.login-page2.animat-rate .bg_circle>div,.no-internet.animat-rate .bg_circle>div,.right-login.animat-rate .bg_circle>div,.rightchat.animat-rate .bg_circle>div{width:20px;height:20px;border:3px solid #d0eafb;border-radius:50%;position:absolute;z-index:9}.login-page2.animat-rate .bg_circle div:first-of-type,.no-internet.animat-rate .bg_circle div:first-of-type,.right-login.animat-rate .bg_circle div:first-of-type,.rightchat.animat-rate .bg_circle div:first-of-type{right:50%;animation:animationFramesOne 25s linear infinite}.login-page2.animat-rate .bg_circle div:nth-of-type(2),.no-internet.animat-rate .bg_circle div:nth-of-type(2),.right-login.animat-rate .bg_circle div:nth-of-type(2),.rightchat.animat-rate .bg_circle div:nth-of-type(2){right:5%;top:5%;animation:animationFramesOne 35s linear infinite}.login-page2.animat-rate .bg_circle div:nth-of-type(3),.no-internet.animat-rate .bg_circle div:nth-of-type(3),.right-login.animat-rate .bg_circle div:nth-of-type(3),.rightchat.animat-rate .bg_circle div:nth-of-type(3){bottom:35%;left:20%;animation:animationFramesOne 65s linear infinite}.login-page2.animat-rate .bg_circle div:nth-of-type(4),.no-internet.animat-rate .bg_circle div:nth-of-type(4),.right-login.animat-rate .bg_circle div:nth-of-type(4),.rightchat.animat-rate .bg_circle div:nth-of-type(4){bottom:26%;right:35%;animation:animationFramesOne 100s linear infinite}.login-page2.animat-rate .bg_circle div:nth-of-type(5),.no-internet.animat-rate .bg_circle div:nth-of-type(5),.right-login.animat-rate .bg_circle div:nth-of-type(5),.rightchat.animat-rate .bg_circle div:nth-of-type(5){bottom:35%;right:5%;animation:animationFramesOne 45s linear infinite}.login-page2.animat-rate .bg_circle div:nth-of-type(6),.no-internet.animat-rate .bg_circle div:nth-of-type(6),.right-login.animat-rate .bg_circle div:nth-of-type(6),.rightchat.animat-rate .bg_circle div:nth-of-type(6){bottom:60%;left:10%;animation:animationFramesOne 90s linear infinite}.login-page2.animat-rate .bg_circle div:nth-of-type(7),.no-internet.animat-rate .bg_circle div:nth-of-type(7),.right-login.animat-rate .bg_circle div:nth-of-type(7),.rightchat.animat-rate .bg_circle div:nth-of-type(7){top:40%;right:40%;animation:animationFramesOne 25s linear infinite}.login-page2.animat-rate .bg_circle div:nth-of-type(8),.no-internet.animat-rate .bg_circle div:nth-of-type(8),.right-login.animat-rate .bg_circle div:nth-of-type(8),.rightchat.animat-rate .bg_circle div:nth-of-type(8){bottom:30%;left:3%;animation:animationFramesOne 80s linear infinite}.login-page2.animat-rate .bg_circle div:nth-of-type(9),.no-internet.animat-rate .bg_circle div:nth-of-type(9),.right-login.animat-rate .bg_circle div:nth-of-type(9),.rightchat.animat-rate .bg_circle div:nth-of-type(9){top:25%;right:35%;animation:animationFramesOne 35s linear infinite}.login-page2.animat-rate .bg_circle div:nth-of-type(10),.no-internet.animat-rate .bg_circle div:nth-of-type(10),.right-login.animat-rate .bg_circle div:nth-of-type(10),.rightchat.animat-rate .bg_circle div:nth-of-type(10){top:40%;right:25%;animation:animationFramesOne 55s linear infinite}.login-page2.animat-rate .bg_circle div:nth-of-type(11),.no-internet.animat-rate .bg_circle div:nth-of-type(11),.right-login.animat-rate .bg_circle div:nth-of-type(11),.rightchat.animat-rate .bg_circle div:nth-of-type(11){bottom:20%;right:14%;animation:animationFramesOne 10s linear infinite}.login-page2.animat-rate .cross,.no-internet.animat-rate .cross,.right-login.animat-rate .cross,.rightchat.animat-rate .cross{position:absolute;background:#d0eafb;height:15px;width:2px;top:175px;right:50px;animation:rotatedTwo 22s linear infinite}.login-page2.animat-rate .cross:after,.no-internet.animat-rate .cross:after,.right-login.animat-rate .cross:after,.rightchat.animat-rate .cross:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 25s linear infinite}.login-page2.animat-rate .cross1,.no-internet.animat-rate .cross1,.right-login.animat-rate .cross1,.rightchat.animat-rate .cross1{position:absolute;background:#d0eafb;bottom:10%;height:15px;left:50%;width:2px;animation:rotatedTwo 50s linear infinite}.login-page2.animat-rate .cross1:after,.no-internet.animat-rate .cross1:after,.right-login.animat-rate .cross1:after,.rightchat.animat-rate .cross1:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}.login-page2.animat-rate .cross2,.no-internet.animat-rate .cross2,.right-login.animat-rate .cross2,.rightchat.animat-rate .cross2{position:absolute;background:#d0eafb;top:65%;height:15px;left:200px;width:2px;animation:rotatedTwo 50s linear infinite}.login-page2.animat-rate .cross2:after,.no-internet.animat-rate .cross2:after,.right-login.animat-rate .cross2:after,.rightchat.animat-rate .cross2:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}.login-page2.animat-rate .dot,.no-internet.animat-rate .dot,.right-login.animat-rate .dot,.rightchat.animat-rate .dot{position:absolute;height:5px;width:5px;background-color:#d0eafb;border-radius:50%;display:inline-block;animation:animationFramesOne 50s linear infinite;top:10%}.login-page2.animat-rate .dot1,.no-internet.animat-rate .dot1,.right-login.animat-rate .dot1,.rightchat.animat-rate .dot1{left:15%;position:absolute;height:5px;width:5px;background-color:#d0eafb;animation:animationFramesOne 90s linear infinite;border-radius:50%}.quarterCircle{width:75px;height:75px;background:#f81f58;border-radius:0 0 0 90px;position:absolute;right:0;top:0}.quarterCircle .close-btn span{color:#fff;opacity:1;font-size:35px;font-weight:600;top:5px;right:20px;cursor:pointer;position:absolute}.connection-img{position:absolute;top:75px;display:flex;overflow:hidden;width:100%;justify-content:center}.content{position:absolute;bottom:10%;left:0;right:0}.content .icon-btn{margin-bottom:20px}.content .title2{color:#223645;margin-bottom:15px}.content .reconnect-btn{border-radius:25px;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;background-color:#f81f58;font-size:16px;cursor:pointer}.content h5{font-weight:400;font-family:Roboto,sans-serif;color:#f81f58;margin-bottom:20px}.videocall.call-modal,.videocallhang.call-modal{position:relative}.videocall.call-modal .videocall-details,.videocallhang.call-modal .videocall-details{position:absolute;top:0;padding:35px;right:0;left:0;align-items:center}.videocall.call-modal .videocall-details h6,.videocallhang.call-modal .videocall-details h6{color:#647589;margin-top:5px;margin-bottom:0;font-size:9px}.videocall.call-modal .videocall-details .usersprof,.videocallhang.call-modal .videocall-details .usersprof{margin-right:15px;display:flex;margin-left:15px}.videocall.call-modal .videocall-details .usersprof .profile,.videocallhang.call-modal .videocall-details .usersprof .profile{border-radius:100%;margin-left:-15px}.videocall.call-modal .videocall-details #basicUsage,.videocallhang.call-modal .videocall-details #basicUsage{font-size:16px;font-family:Montserrat,sans-serif;font-weight:700;margin-right:20px}.videocall.call-modal .videocall-details .zoomcontent,.videocallhang.call-modal .videocall-details .zoomcontent{border-radius:50%;background-color:#fff;padding:7px}.videocall.call-modal .videocall-details .red-notification h6,.videocallhang.call-modal .videocall-details .red-notification h6{color:red;margin-right:20px}.videocall.call-modal .videocall-details .red-notification .dot-btn:before,.videocallhang.call-modal .videocall-details .red-notification .dot-btn:before{top:17px;right:7px}.videocall.call-modal .videocall-details .red-notification .dot-btn.grow:after,.videocallhang.call-modal .videocall-details .red-notification .dot-btn.grow:after{top:11px;right:1.8px}.videocall.call-modal .small-image,.videocallhang.call-modal .small-image{height:300px;width:220px;position:absolute;left:40px;bottom:5%}.panel-actions{margin-top:-20px;margin-bottom:0;text-align:right}.panel-actions a{color:red}.panel-fullscreen{display:block;z-index:9999;position:fixed;width:100%;height:100%;top:0;right:0;left:0;bottom:0;overflow:auto}.panel.panel-default i{margin:0 5px;color:#c25e7f;line-height:20px;cursor:pointer}.confimg .vclimg{height:200px;width:auto;margin-bottom:15px;margin-left:10px;border-radius:5px;margin-right:10px}.confimg .col-6{padding:0}.clfooter,.clfooter ul{text-align:center}.clfooter ul{margin-left:0;display:inline-flex}.clfooter ul li+li{margin-left:10px}.clfooter .icon-btn svg{stroke-width:2px}.clfooter #basicUsage3{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700;display:block;margin-bottom:15px}.modal-footer{border-top:unset;display:unset}.modal-body{padding:10px 15px}.close:focus{outline:none!important}.call-list-center{transform:translate(-50%,-50%)}.call-list-center,.call-list-center .animated-bg i{position:absolute;top:50%;left:50%;margin-right:-50%}.call-list-center .animated-bg i{background:#85c8f5;height:40px;width:40px;border-radius:100%;opacity:.3;animation:ripple1 4s linear infinite;transform:translate(-50%,-50%) scale(1.3);z-index:-1}.call-list-center .animated-bg i:nth-child(2){animation:ripple2 4s linear infinite}.call-list-center .animated-bg i:nth-child(3){animation:ripple3 4s linear infinite}.call-list-center p{position:absolute;width:280px;font-size:20px;font-weight:500;font-family:Roboto,sans-serif;top:120%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}.groupuser{margin-left:auto;text-align:right;display:flex;align-items:center}.groupuser .gr-profile{border-radius:100%;height:40px;width:40px;position:relative}.groupuser .gr-profile+.gr-profile{margin-left:15px}.groupuser .gr-profile.grow:before{border:none;height:7px;width:7px;background-color:#3fcc35!important}.groupuser .gr-profile.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite;content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}.groupuser .gr-chat-friend-toggle{padding-right:20px;position:relative}.groupuser .gr-chat-friend-toggle .gr-chat-frind-content{position:absolute;top:60px;right:0;padding:25px 40px;background-color:#fff;text-align:left;z-index:1;width:340px;display:none}.groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .icon-btn{position:absolute;right:0;top:12px}.groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding:2px 50px 2px 70px;height:60px;display:flex;flex-direction:column;justify-content:center}.groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;top:-12px;right:25px;z-index:1;transform:scale(-1)}.groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #d3d7dc!important}.groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#000}.groupuser h4{margin-right:20px;font-weight:500}.recent .theme-title .close-contentbtn{display:none}.theme-according{padding-top:20px}.theme-according h5{padding-top:4px;font-size:calc(13px + 0*(100vw - 320px)/1600);color:#1c9dea}.theme-according p{font-size:12px;padding-top:10px;margin-bottom:0}.theme-according .card{border:none;margin-bottom:1rem!important}.theme-according .card a{font-weight:600;padding-left:25px}.theme-according .card .card-header{border-radius:25px;border-bottom:none}.theme-according .card .card-header[aria-expanded=true] a i:before{content:"";transition:all .3s ease}.theme-according .card .card-header i{padding:8px 10px;width:28px;height:28px;position:absolute;top:7px;border-radius:100%;background-color:#1c9dea;color:#fff;left:10px;font-weight:900}.theme-according .card .card-body{border-radius:25px;padding:1.2rem 1.25rem;background-color:#f7f7f9;margin-top:10px}.reactour__helper span[data-tour-elem=badge]{background:#1c9dea!important}.reactour__helper--is-open{background-color:#eff7fe!important;color:#1c9dea!important;font-weight:600;box-shadow:-1px 10px 16px -10px #1c9dea!important;border-radius:15px!important}.reactour__helper--is-open:focus{outline:none!important}.reactour__dot{background-color:rgba(28,157,234,.2)!important;border:none!important;width:6px!important;height:6px!important}.reactour__dot:focus{outline:none!important}.reactour__dot--is-active{background-color:#1c9dea!important;border:3px double #eff7fe!important;width:10px!important;height:10px!important}.reactour__close{top:15px!important;right:15px!important}.media-right{float:right;bottom:20px}.label-right{position:relative;vertical-align:top;margin-left:10px;color:#647589;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:600;line-height:1.9}.switch-green{position:relative;display:inline-block;width:34px;height:19px}.switch-green input{display:none}.switch-green input:checked+.switch-state{background-color:#3fcc35}.switch-green input:checked+.switch-state:before{transform:translateX(15px)}.switch-green input:focus+.switch-state{box-shadow:0 0 1px #1c9dea}.switch{position:relative;display:inline-block;width:34px;height:19px}.switch input{display:none}.switch input:checked+.switch-state{background-color:#1c9dea}.switch input:checked+.switch-state:before{transform:translateX(15px)}.switch input:focus+.switch-state{box-shadow:0 0 1px #1c9dea}.switch-state{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#eff1f2}.switch-state,.switch-state:before{border-radius:20px;position:absolute;transition:.4s}.switch-state:before{content:"";height:calc(1rem - 3px);width:calc(1rem - 3px);left:4px;bottom:3px;background-color:#fff}.icon-state .switch-state:after{content:"";font-family:Courier New,Courier,monospace;left:10px;position:absolute;top:10px;color:#223645;transition:.4s;opacity:.3}.icon-state input:checked+.switch-state:after{content:"";left:36px;opacity:1;transition:.4s}.switch-lg .switch{width:75px;height:40px}.switch-lg .switch .switch-state:before{height:30px;width:30px;left:7px;bottom:5px;top:4px}.switch-lg.icon-state .switch .switch-state:after{left:12px;font-size:18px}.switch-lg.icon-state .switch input:checked+.switch-state:after{left:47px}.switch-lg.icon-state .switch input:checked+.switch-state:before{transform:translateX(32px)}.switch-sm.icon-state .switch .switch-state:after{top:4px;left:4px;font-size:8px}.switch-sm.icon-state .switch input:checked+.switch-state:after{left:13px;top:4px}.switch-sm .switch{width:25px;height:16px;margin-top:10px;margin-bottom:0}.switch-sm .switch .switch-state:before{height:8px;width:8px;left:4px;bottom:4px}.switch-sm input:checked+.switch-state:before{left:-13px}.switch-outline .switch-state{background-color:#fff;border:1px solid #1c9dea;transition:.4s}.switch-outline .switch-state:before{background-color:#eff1f2;bottom:3px;color:#fff}.switch-outline .switch input{display:none}.switch-outline .switch input:checked+.switch-state{background-color:transparent;border:1px solid #1c9dea}.switch-outline .switch input:checked+.switch-state:before{background-color:#1c9dea;bottom:3px;transform:translateX(26px)}.switch-outline .switch input:checked+.switch-state:after{color:#fff}.switch-outline .switch input:checked+.switch-state.bg-dark,.switch-outline .switch-state.bg-dark{border:1px solid #223645;background-color:transparent!important}.switch-outline .switch input:checked+.switch-state.bg-dark:before{background-color:#223645}.switch-outline .switch input:checked+.switch-state.bg-warning,.switch-outline .switch-state.bg-warning{border:1px solid #ffc514;background-color:transparent!important}.switch-outline .switch input:checked+.switch-state.bg-warning:before{background-color:#ffc514}.switch-outline .switch input:checked+.switch-state.bg-success,.switch-outline .switch-state.bg-success{border:1px solid #3fcc35;background-color:transparent!important}.switch-outline .switch input:checked+.switch-state.bg-success:before{background-color:#3fcc35}.switch-outline .switch input:checked+.switch-state.bg-info,.switch-outline .switch-state.bg-info{border:1px solid #7fffd4;background-color:transparent!important}.switch-outline .switch input:checked+.switch-state.bg-info:before{background-color:#7fffd4}.switch-outline .switch input:checked+.switch-state.bg-danger,.switch-outline .switch-state.bg-danger{border:1px solid #ff4e2b;background-color:transparent!important}.switch-outline .switch input:checked+.switch-state.bg-danger:before{background-color:#ff4e2b}.switch-outline .switch input:checked+.switch-state.bg-primary,.switch-outline .switch-state.bg-primary{border:1px solid #1c9dea;background-color:transparent!important}.switch-outline .switch input:checked+.switch-state.bg-primary:before{background-color:#1c9dea}.switch-outline .switch input:checked+.switch-state.bg-secondary,.switch-outline .switch-state.bg-secondary{border:1px solid var(--theme-secondary);background-color:transparent!important}.switch-outline .switch input:checked+.switch-state.bg-secondary:before{background-color:var(--theme-secondary)}.switch-showcase{margin-bottom:-8px}.switch-showcase .media{line-height:1}.chitchat-container{height:100vh;display:flex;flex-direction:row}.chitchat-container .main-nav{min-width:100px;width:100px;height:100vh;max-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;border-right:1px solid #eff1f2;padding:40px 0}.chitchat-container .chitchat-left-sidebar{min-width:400px;width:400px;height:100vh;max-height:100vh;overflow:hidden}.chitchat-container .chitchat-main{width:100%;height:100vh;max-height:100vh;z-index:1;transition:all .7s;background-color:#fff}.chitchat-container .chitchat-right-sidebar{min-width:350px;width:350px;right:-200px;opacity:0;transition:all .7s}.app-sidebar,.chitchat-container .chitchat-right-sidebar{height:100vh;max-height:100vh;position:fixed;background-color:#fff}.app-sidebar{width:0;right:-520px;z-index:9;display:table}.app-sidebar,.app-sidebar.active{transition:all .3s ease;animation:fadeInRight .3s ease-in-out}.app-sidebar.active{width:auto;right:0}.app-sidebar.active .apps-ul>.tab-content>.tab-pane,.app-sidebar.active .apps-ul>li{width:300px;height:100vh;opacity:0;position:absolute;padding:20px}.app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,.app-sidebar.active .apps-ul>li.active{right:90px;opacity:1;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;background-color:#fff}.app-sidebar.active .apps-ul .theme-title{margin-top:10px;margin-bottom:30px}.app-sidebar.active .apps-ul .theme-title h2{font-size:calc(22px + 2*(100vw - 320px)/1600)}.app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab .nav-tabs .nav-item .nav-link,.app-sidebar .apps-ul .tab-pane>li .theme-tab .nav-tabs .nav-item .nav-link{min-width:60px;padding:7px 15px}.app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab ul li+li,.app-sidebar .apps-ul .tab-pane>li .theme-tab ul li+li{margin-left:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-content,.app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{padding-bottom:0;border-bottom:1px solid #eff7fe;margin-bottom:20px}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-title,.app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{padding-bottom:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content{margin-right:-20px;padding-right:20px;height:calc(100vh - 160px);overflow:auto}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul li,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul li{width:auto;transform:translateX(0);opacity:1;list-style:none;display:contents}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{margin-bottom:15px;border:1px solid #eff1f2;padding:15px;border-radius:15px;box-shadow:-1px 10px 16px -10px #eff1f2}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group img,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group img{margin-right:10px;width:30px;height:30px}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body{word-break:break-word}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body a,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body a{color:#647589}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h5,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h5{margin-bottom:5px}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h6,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h6{font-size:10px;line-height:1.3}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media{margin-bottom:10px}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media svg,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media svg{margin-right:10px;border:1px solid #eff1f2;padding:6px;background-color:#ede6e6;width:15%;height:15%}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media:last-child,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{margin-top:10px;margin-bottom:0;border-left:4px solid #1c9dea;padding-top:10px;padding-bottom:10px;padding-left:15px;background-color:#eff7fe;border-radius:5px}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group a,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group a{word-wrap:break-word}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .docs-group,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .docs-group{padding:15px;border:1px solid #eff1f2;margin-bottom:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .chat-main li,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .chat-main li{display:block}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main{padding-left:15px;padding-right:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li{padding-left:25px;padding-right:25px}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile,.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl{width:40px;height:40px}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i{font-size:14px}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-top:0;padding-left:55px;padding-bottom:0}.app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details h5,.app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details h5{text-transform:capitalize}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs{justify-content:flex-start;position:relative}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs .nav-item,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs .nav-item{margin-right:10px}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs li:last-child,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs li:last-child{position:absolute;right:0}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content{padding-bottom:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content h3,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content h3{font-weight:600;padding-bottom:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task+.todo-task,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task+.todo-task{margin-top:10px;padding-top:10px;border-top:1px solid #eff1f2}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task h5,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task h5{font-weight:500;font-size:calc(13px + 2*(100vw - 320px)/1600);margin-bottom:5px}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form{display:inline-block}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form input,.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form select,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form input,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form select{border:0;background-color:transparent;font-size:calc(12px + 1*(100vw - 320px)/1600);color:#828282;font-weight:400}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span a,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:#223645;font-weight:400}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span+span,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span+span{padding-left:10px;margin-left:10px;border-left:1px solid #828282}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs i,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs i{font-size:50px;margin-bottom:10px;color:#1c9dea}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs h6,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs h6{color:#223645;margin-bottom:10px}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs p,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs p{margin-bottom:12px;color:#223645}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group{display:flex;align-items:center!important}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input{margin-bottom:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input+input,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input+input{margin-left:10px}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{margin-top:15px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eff1f2}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input{border:none;cursor:pointer;font-size:15px;font-weight:500;line-height:1}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input::plaeholder,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input::plaeholder{color:#000}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input+input,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input+input{margin-left:6px}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input:focus,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input:focus{outline:none}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .input-text,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .input-text{margin-bottom:10px;align-items:center;display:flex}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .add-to-do,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .add-to-do{cursor:pointer;display:block;margin-top:5px}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .todo-buttons i,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .todo-buttons i{cursor:pointer}.app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content:last-child,.app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content:last-child{margin-bottom:0}.app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-input input,.app-sidebar .apps-ul .tab-pane>li .notes-main .notes-input input{padding:15px;margin-bottom:20px;width:100%}.app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content,.app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content{display:flex;align-items:baseline}.app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content ul li,.app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content ul li{margin-left:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list,.app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list{padding:20px;border:1px solid #ddd;border-radius:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media,.app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media{align-items:center;margin-bottom:10px}.app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media img,.app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media img{height:30px}.app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a,.app-sidebar .apps-ul .tab-pane>li .notes-main a{font-size:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a.line,.app-sidebar .apps-ul .tab-pane>li .notes-main a.line{border-top:1px solid #ededed;padding-top:12px;margin-top:15px;content:"";display:block;font-weight:600;font-family:Montserrat,sans-serif}.app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a:before,.app-sidebar .apps-ul .tab-pane>li .notes-main a:before{margin-right:5px;font-size:12px;font-family:fontawesome}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content{margin-bottom:20px}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content i,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content i{font-size:50px;margin-bottom:25px;color:#1c9dea;display:block}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content p,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content p{margin-bottom:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content .setreminder,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content .setreminder{color:#fff}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list{display:none;border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{position:absolute;top:0;right:0}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle{display:none}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li{display:flex;align-items:center}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .Hide-reminder,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .Hide-reminder{display:none}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button{border:none;background:unset;padding:15px;font-size:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button:focus,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button:focus{outline:none}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp{border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{position:absolute;top:0;right:0}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle{display:none}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li{display:flex;align-items:center}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button{border:none;background:unset;padding:15px;font-size:15px}.app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button:focus,.app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button:focus{outline:none}.app-sidebar .app-list{height:100%;max-width:90px;width:90px;border-left:2px solid #eff1f2}.app-sidebar .app-list ul.app-list-ul{height:100%;padding-top:25px;padding-bottom:25px;position:relative}.app-sidebar .app-list ul.app-list-ul li h5{margin-top:15px;opacity:.7}.app-sidebar .app-list ul.app-list-ul .close-app{margin-bottom:10px;position:absolute;bottom:0;left:0;right:0}.app-sidebar .app-list ul.app-list-ul h5{margin-top:15px}.dropdown{transition:all .5s ease;color:#b2b6be}.dropdown.currency{width:150%;text-align:right}.dropdown.currency:focus{outline:none}.dropdown.currency .dropdown-menu{right:0;left:unset}.dropdown .select{cursor:pointer}.dropdown .select span{font-size:15px;font-weight:400;color:#1c9dea}.dropdown .dropdown-menu{padding:5px 0;min-width:14rem;border-radius:0}.dropdown .dropdown-menu li{padding:6px 15px;transition:all .2s ease-in-out;cursor:pointer;display:block;color:#333}.dropdown .dropdown-menu .dropdown-divider{height:40px;border-bottom:1px solid #ddd;background-color:#fff;display:flex;padding:10px;margin:unset}.dropdown .dropdown-menu .dropdown-divider h5{margin-left:10px}.sidebar-active .chitchat-container .main-nav~.chitchat-main .messages .contact-details{width:56vw}.todo-main-modal .todo-task h5{margin-bottom:10px}.todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 32px}.todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}.todo-main-modal .todo-task .todo-main-content input::placeholder{color:#1c9dea}.todo-main-modal .todo-task .todo-main-content input:focus{outline:none}.todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}.todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}.todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}.create-todo-main-modal .todo-task h5{margin-bottom:10px}.create-todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 45px}.create-todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}.create-todo-main-modal .todo-task .todo-main-content input::placeholder{color:#1c9dea}.create-todo-main-modal .todo-task .todo-main-content input:focus{outline:none}.create-todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}.create-todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}.create-todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}.app-sidebar .todo-main .todo-task{position:relative}.app-sidebar .todo-main .todo-task .input-text input::placeholder{text-transform:capitalize;color:#223645;font-weight:500}.app-sidebar .todo-main .todo-task h4{color:#223645;font-weight:600;letter-spacing:.03em;margin-bottom:20px}.app-sidebar .todo-main .todo-task .drop-picker{display:flex;font-size:13px}.app-sidebar .todo-main .todo-task .drop-picker .form-control{padding:0;height:auto}.app-sidebar .todo-main .todo-task .drop-picker .form-control::placeholder{font-size:13px;font-weight:400;color:#647589}.app-sidebar .todo-main .todo-task .drop-picker .form-control:focus{box-shadow:none}.app-sidebar .todo-main .todo-task .drop-picker .dropdown .select span{font-size:13px;color:#647589;font-weight:400}.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu .dropdown-divider i{color:#223645}.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu h5{color:#223645!important;font-weight:500}.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-left:0;line-height:1}.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li a{font-size:12px;color:#647589;font-weight:500}.app-sidebar .notes-main .notes-list h6{line-height:1.2}.app-sidebar .reminder-main h5{margin-bottom:15px}.app-sidebar .reminder-main h6{margin-bottom:5px}.reminder-modal-main .lable{margin-bottom:10px;text-transform:capitalize;display:block;color:#223645;font-weight:600;font-size:14px}.reminder-modal-main .form-group .form-control::placeholder{font-size:14px}.reminder-modal-main .form-group .reminder-count .reminder-box .remi-val{text-transform:capitalize;font-weight:600}.configuration-modal h5 span{font-size:14px}.chitchat-container.sidebar-overlap .chitchat-main,.chitchat-container.sidebar-overlap .contact-details,.chitchat-container.sidebar-overlap .message-input{width:calc(100% - 500px)!important}.chitchat-container .main-nav .logo-warpper{text-align:center;padding-bottom:35px;border-bottom:1px solid #eff1f2}.chitchat-container .main-nav .logo-warpper img{height:40px}.chitchat-container .main-nav .sidebar-main{height:calc(100vh - 186px);display:inline-flex;flex-direction:column;width:100%;justify-content:space-between}.chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active,.chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active{background-color:#1c9dea!important}.chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active i,.chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active i{color:#fff}.chitchat-container .main-nav .sidebar-main .sidebar-bottom li,.chitchat-container .main-nav .sidebar-main .sidebar-top li{text-align:center;padding-top:30px;position:relative}.chitchat-container .chitchat-left-sidebar .contact-list-tab,.chitchat-container .chitchat-left-sidebar .document-tab,.chitchat-container .chitchat-left-sidebar .fevorite-tab,.chitchat-container .chitchat-left-sidebar .notification-tab,.chitchat-container .chitchat-left-sidebar .recent-default,.chitchat-container .chitchat-left-sidebar .settings-tab,.chitchat-container .chitchat-left-sidebar .status-tab{position:absolute;min-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;top:0;bottom:0;background-color:#fff;z-index:0;width:400px;min-width:400px;padding:40px}.chitchat-container .chitchat-left-sidebar .contact-list-tab.active,.chitchat-container .chitchat-left-sidebar .document-tab.active,.chitchat-container .chitchat-left-sidebar .fevorite-tab.active,.chitchat-container .chitchat-left-sidebar .notification-tab.active,.chitchat-container .chitchat-left-sidebar .recent-default.active,.chitchat-container .chitchat-left-sidebar .settings-tab.active,.chitchat-container .chitchat-left-sidebar .status-tab.active{opacity:1;z-index:3;animation:fadeInLeft .3s ease-in-out}.chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box,.chitchat-container .chitchat-left-sidebar .document-tab .my-status-box,.chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box,.chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box,.chitchat-container .chitchat-left-sidebar .recent-default .my-status-box,.chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box,.chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #eff1f2;padding-bottom:20px}.chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status,.chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status,.chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status,.chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status,.chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status,.chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status,.chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{background-color:gray;width:-moz-fit-content;width:fit-content;border-radius:50%;margin-right:15px;position:relative}.chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .bg-size,.chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status img,.chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .bg-size,.chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status img,.chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .bg-size,.chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status img,.chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .bg-size,.chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status img,.chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .bg-size,.chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status img,.chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .bg-size,.chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status img,.chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .bg-size,.chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status img{width:50px;height:50px;border-radius:50%}.chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img,.chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img,.chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img,.chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img,.chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img,.chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img,.chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{border-radius:50%;width:20px;height:20px;background-color:#1c9dea;position:absolute;bottom:-8px;right:0;color:#fff}.chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img:before,.chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img:before,.chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img:before,.chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img:before,.chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img:before,.chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img:before,.chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img:before{content:"";font-family:FontAwesome;font-size:11px;padding:6px}.chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img input,.chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img input,.chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img input,.chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img input,.chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img input,.chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img input,.chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img input{background-color:gray;border-radius:50%;width:100%;height:100%;opacity:0;position:absolute;top:0}.chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body h3,.chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body h3,.chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body h3,.chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body h3,.chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body h3,.chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body h3,.chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body h3{text-transform:capitalize;margin-bottom:5px}.chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body p,.chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body p,.chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body p,.chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body p,.chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body p,.chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body p,.chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body p{margin-bottom:0;text-transform:capitalize;letter-spacing:1px}.chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box,.chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box,.chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box,.chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box,.chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box,.chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box,.chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box{padding-top:20px}.chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box h3,.chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box h3,.chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box h3,.chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box h3,.chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box h3,.chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box h3,.chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{padding:15px 25px;color:#1c9dea;background-color:#eff7fe;text-transform:capitalize;margin-bottom:20px;border-radius:15px}.chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content,.chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content,.chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content,.chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content,.chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content,.chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content,.chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{margin-bottom:20px;border-bottom:1px solid #eff1f2;padding-bottom:10px}.chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content:last-child,.chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content:last-child,.chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content:last-child,.chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content:last-child,.chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content:last-child,.chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content:last-child,.chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content:last-child{margin-bottom:0}.chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul,.chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul,.chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul,.chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul,.chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul,.chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul,.chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul{display:flex;align-items:center}.chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li h5,.chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li h5,.chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li h5,.chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li h5,.chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li h5,.chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li h5,.chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li h5{margin-bottom:5px;text-transform:capitalize}.chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .img-status,.chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li .img-status,.chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .img-status,.chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li .img-status,.chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li .img-status,.chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li .img-status,.chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li .img-status{width:40px;height:40px;border-radius:50%;position:relative}.chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li p,.chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li p,.chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li p,.chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li p,.chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li p,.chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li p,.chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li p{margin-bottom:0;text-transform:capitalize}.chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li:first-child,.chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li:first-child,.chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li:first-child,.chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li:first-child,.chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li:first-child,.chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li:first-child,.chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-right:15px}.chitchat-container .chitchat-left-sidebar .recent-default{position:relative;z-index:0;padding:0!important}.chitchat-container .chitchat-left-sidebar .recent-default.active{z-index:999}.chitchat-container .chitchat-left-sidebar .recent-default .recent{position:fixed;width:400px;top:0;background-color:#fff;padding-top:40px;z-index:1}.chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 40px}.chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 40px 0}.chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box{position:relative}.chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{position:absolute;bottom:25px;right:15px}.chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:110px;width:100%;border-radius:20px;position:relative;transition:all .3s ease}.chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{position:absolute;color:#fff;bottom:10px;left:15px;font-weight:500;text-transform:capitalize}.chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile:before{content:"";left:0;top:0;position:absolute;height:100%;width:100%;border-radius:15px;box-shadow:inset 0 -25px 40px 6px rgba(0,0,0,.8)}.chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:242px;height:calc(100vh - 242px);min-height:calc(100vh - 242px)}.chitchat-container .chitchat-left-sidebar .recent-default .chat{overflow:auto;overflow-x:hidden;overflow-y:auto}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:40px}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm>.nav-tabs{padding-bottom:30px}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs{width:80%;margin:0 auto}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs>.nav-item .nav-link{border-radius:5px}.chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:40px 40px 0}.chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:10px}.search-form{width:calc(100% - 60px);left:30px;height:calc(100% - 30px);position:absolute;top:30px}.search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}.search-form .form-group{height:100%;width:100%;margin-top:0}.search-form .form-group input{border:1px solid #eff1f2;padding:0 50px;height:100%;width:100%;border-radius:15px;font-size:16px}.search-form .form-group input:focus{outline:none}.search-form .form-group .icon-close{position:absolute;padding:23px;right:0;cursor:pointer}.search~.search-form{transform:scale(0);transition:all .3s ease}.search~.search-form.open{transform:scale(1);transition:all .3s ease}.contact-list-tab li .chat-box .date-status{top:10px}.contact-list-tab .chat-main{margin-right:-40px;padding-right:40px;height:100vh}.contact-list-tab .search-form,.document-tab .search-form,.fevorite-tab .search-form{top:-9px;left:-1px;position:absolute;height:75px;width:100%}.contact-list-tab .search-form:before,.document-tab .search-form:before,.fevorite-tab .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}.chitchat-right-sidebar{transform-style:preserve-3d;transform-origin:center right;transition:transform .5s;cursor:pointer}.chitchat-right-sidebar .badge.sm{padding:4px 4px 2px}.chitchat-right-sidebar .status .str-msg li+li{margin-top:15px}.chitchat-right-sidebar .right-sidebar{overflow:auto;overflow-x:hidden;overflow-y:auto;height:100vh;max-height:100vh;position:absolute;background-color:#fff;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.chitchat-right-sidebar .right-sidebar .group-main{margin-bottom:-20px}.chitchat-right-sidebar .right-sidebar .group-main li{padding-top:0}.chitchat-right-sidebar .right-sidebar .group-main li+li{margin-top:0}.chitchat-right-sidebar .right-sidebar .group-main .group-box .profile{width:30px;height:30px}.chitchat-right-sidebar .right-sidebar .group-main .group-box .details{padding-left:45px;padding-top:0}.chitchat-right-sidebar .contact-profile,.chitchat-right-sidebar .document,.chitchat-right-sidebar .media-gallery,.chitchat-right-sidebar .status{opacity:.5;transition:all .7s}.chitchat-right-sidebar .contact-profile{padding:40px}.chitchat-right-sidebar .contact-profile .details{padding-top:40px;text-align:center}.chitchat-right-sidebar .contact-profile .details .contact-top{height:150px;width:140px;border-radius:20px;box-shadow:-1px 10px 16px -10px #666;margin:0 auto}.chitchat-right-sidebar .contact-profile .details .name{margin-top:20px}.chitchat-right-sidebar .contact-profile .details .name h6{padding-top:8px;margin-bottom:20px}.chitchat-right-sidebar .contact-profile .details ul li{display:inline-block}.chitchat-right-sidebar .contact-profile .details ul li svg{fill:#fff}.chitchat-right-sidebar .contact-profile .details ul li+li{margin-left:12px}.chitchat-right-sidebar .document,.chitchat-right-sidebar .media-gallery,.chitchat-right-sidebar .status{border-top:1px solid #eff1f2;padding:30px 40px}.chitchat-right-sidebar .status{position:relative}.chitchat-right-sidebar .status .bg-size{margin:3px}.chitchat-right-sidebar .status.other ul li{padding-left:30px}.chitchat-right-sidebar .status.other h5 a{color:rgba(34,54,69,.8);font-weight:600;display:flex}.chitchat-right-sidebar .status.other h5 a svg{height:14px;position:absolute;left:0}.chitchat-right-sidebar .status ul li{position:relative;padding-left:50px}.chitchat-right-sidebar .status ul li .switchery{position:absolute;left:0}.chitchat-right-sidebar .status ul li+li{margin-top:20px}.document-list li{position:relative}.document-list li i{position:absolute;font-size:16px;top:-2px;font-weight:700}.document-list li h5{margin-left:30px;color:#647589}.document-list li+li{margin-top:15px}.share-media{margin-left:-8px;margin-right:-8px}.share-media .media-big{height:160px;width:auto;border-radius:15px}.share-media .media-big .border-portfolio a{height:160px;width:auto}.share-media .media-big .isotopeSelector img{height:100%;width:auto}.share-media .col-4{padding-left:8px;padding-right:8px}.share-media .media-small{height:72px;width:auto;border-radius:15px}.share-media .media-small .border-portfolio a{height:72px;width:auto}.share-media .media-small:first-child{margin-bottom:16px}.menu-active .chitchat-right-sidebar{opacity:1;right:0;z-index:9;transition:all .7s}.menu-active .chitchat-right-sidebar .contact-profile,.menu-active .chitchat-right-sidebar .document,.menu-active .chitchat-right-sidebar .media-gallery,.menu-active .chitchat-right-sidebar .status{opacity:1;transition:all .7s}.menu-trigger{cursor:pointer}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:90%}.sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 890px);transition:all .7s}.sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 590px);transition:all .7s}.sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}.sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 575px)}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 980px);transition:all .3s ease}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 680px);transition:all .3s ease}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}.sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:56vw}.menu-active .chitchat-container .chitchat-main{width:calc(100% - 850px);transition:all .7s}.menu-active .chitchat-main .messages .contact-details{width:50vw}.sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar){width:calc(100% - 790px)}.sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .contact-details{width:calc(100vw - 880px)}.sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .message-input{width:calc(100% - 790px)}.sidebar-toggle .main-nav{transition:all .3s ease;transform:translateX(-100px);animation:fadeInLeft .3s ease-in-out;min-width:0;width:0}.sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 490px);transition:all .3s ease}.sidebar-toggle .main-nav li{transform:translateX(-100px);transition:transform .5s ease}.sidebar-toggle .main-nav.on{transition:all .3s ease;transform:translateX(0);min-width:100px;animation:fadeInLeft .3s ease-in-out}.sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 595px);transition:all .3s ease;z-index:999}.sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 500px)}.sidebar-toggle .main-nav.on li{transform:translateX(0);transition:transform .5s ease}.dynemic-sidebar .chat-main{display:flex;flex-direction:column}.dynemic-sidebar .chat-main .pined{cursor:pointer;order:-1}.profile-box{padding-top:calc(40px - 10px);padding-bottom:40px}.profile-box .open .details{display:none}.profile-box .open .details.edit{display:block;animation:pulse .3s ease-in-out}.profile-box .open .edit-btn:before{content:"";font-family:FontAwesome}.profile-box .open .edit-btn svg{display:none}.profile-box .details{padding-left:20px;padding-top:13px;animation:pulse .3s ease-in-out}.profile-box .details.edit{padding-top:0;padding-right:20px;display:none}.profile-box h6{padding-top:6px}.setting-block{padding:40px;border-top:1px solid #eff1f2;margin:0 -40px}.setting-block h4{padding-top:8px}.setting-block .block{position:absolute;height:calc(100% - 115px);padding:40px 40px 0;width:100%;top:115px;left:0;bottom:0;background-color:#fff;opacity:0;z-index:-1;border-top:1px solid #eff1f2}.setting-block .block .media{align-items:center}.setting-block .block .help{padding-top:20px}.setting-block .block .help>li{padding-top:12px;padding-bottom:12px;border-top:1px dashed #eff1f2}.setting-block .block .help>li a{color:rgba(34,54,69,.8);font-weight:600}.setting-block .block.open{opacity:1;z-index:1;animation:fadeInLeft .3s ease-in-out}.setting-block .custom-switch-primary{margin-right:-11px;margin-top:-2px}.setting-block .next:hover,.setting-block .previous:hover{background-color:#1c9dea!important}.setting-block .next:hover svg,.setting-block .previous:hover svg{stroke:#fff!important}.call-log-main .missed{stroke:#ff4e2b!important}.call-log-main .call-box{position:relative}.call-log-main .call-box .profile{position:absolute}.call-log-main .call-box .details{height:60px;padding:12px 100px 13px 75px}.call-log-main .call-box h6{padding-top:8px;display:flex}.call-log-main .call-box h6 svg{height:13px;stroke:#3fcc35;width:13px}.call-log-main .call-box .call-status{display:inline-block;right:0;top:10px;position:absolute}.call-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}.call-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(28,157,234,.15);transition:all .3s ease}.call-log-main li.active:before{border-left:4px solid #1c9dea;width:100%;transition:all .3s ease}.portfolio-padding{padding-bottom:40px}.portfolio-section .isotopeSelector{margin-bottom:30px}.portfolio-section .article-title{position:absolute;width:100%;left:0;bottom:0;color:#fff;transition:all .5s ease;text-align:center;float:left;font-size:18px;line-height:24px}.portfolio-section .article-title a{color:#fff}.portfolio-section .isotopeSelector{float:left;width:100%;position:relative}.portfolio-section .isotopeSelector .overlay{position:relative;overflow:hidden}.portfolio-section .isotopeSelector img{width:100%;height:auto;transition:all .4s ease}.portfolio-section .isotopeSelector .overlay-background{transform:scale(0);transition:all .4s ease;border-radius:15px}.portfolio-section .isotopeSelector .overlay-background i{position:absolute;top:50%;left:50%;background:#1c9dea;padding:5px;border-radius:100%;transform:translate(-50%,-50%);color:#fff;font-size:12px;display:none;transition:all .4s ease;width:30px;height:30px;align-items:center;justify-content:center}.portfolio-section .isotopeSelector:hover img{transform:scale(1.2) rotate(2deg);transition:all .4s ease}.portfolio-section .isotopeSelector:hover .overlay-background{transform:scale(1);position:absolute;left:0;top:0;width:100%;height:100%;background-color:transparent;opacity:1;z-index:1;transition:all .3s linear}.portfolio-section .isotopeSelector:hover .overlay-background i{display:flex;transition:all .3s ease}.portfolio-section .border-portfolio{overflow:hidden;border-radius:15px}.portfolio-section #form1{padding-bottom:20px}.portfolio-section .filter-button{padding:15px 24px;font-size:calc(16px + 4*(100vw - 320px)/1600);border:none;background-color:#fff;margin:0 5px;line-height:1}.portfolio-section .filter-button.active{background-color:#1c9dea;color:#fff}.portfolio-section.fullwidth-portfolio .isotopeSelector{padding-left:7px;padding-right:7px;margin-bottom:14px}.filter-section .filter-container{text-align:center;padding:0 0 20px}.filter-section .filter-container ul.filter>li{padding:0 25px}.filter-section .filter-container ul.filter>li>a{color:#1c9dea;font-size:20px;line-height:40px}.filter-section .filter-container ul.filter>li>a:focus,.filter-section .filter-container ul.filter>li>a:hover{text-decoration:none;color:#1c9dea;outline:none}.filter-section .filter-container ul.filter>li.active{background-color:#1c9dea}.filter-section .filter-container ul.filter>li.active a{color:#fff}.filter-section .filter-container ul.filter>li span{color:#ddd;font-size:20px;display:inline-block;margin:0 5px}.filter-section .filter-container .filter>li{padding:0;margin:0}.filter-section .title1 .title-inner1{margin-top:-5px}.filter-section h1{text-align:center}.demo-colored-wrap{background:#ecf0f1}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:0;transition:all .3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}.mfp-title{display:none}.offer-box{top:50%;position:fixed;transform:translateY(-50%);display:flex;left:-415px;transition:all .5s ease;z-index:9}.offer-box img{margin-right:18px}.offer-box.toggle-cls{left:0;transition:all .5s ease}.offer-box .heading-right h3{position:absolute;top:50%;right:0;width:230px;height:36px;line-height:36px;letter-spacing:5px;font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;transform:translate(50%,-50%) rotate(-90deg);text-align:center;background-color:#1c9dea;margin-bottom:0;cursor:pointer}.integratin{margin-top:20px}.integratin li{position:relative;padding-top:13px;padding-bottom:13px;border-bottom:1px solid #eff1f2}.integratin li .media-right svg{height:20px;cursor:pointer;color:#828282}.integratin li .media-left{width:100%}.integratin li .media-left a{font-size:16px}.integratin li .media-left a h5{display:inline-block;font-size:16px}.integratin li .fb,.integratin li .fb h5{color:#3b5998!important}.integratin li .insta,.integratin li .insta h5{color:#e4405f!important}.integratin li .twi,.integratin li .twi h5{color:#55acee!important}.integratin li .slc,.integratin li .slc h5{color:#3aaf85!important}.integratin li .ggl,.integratin li .ggl h5{color:#dc4e41!important}.integratin li p{padding-left:20px;padding-top:7px}.integratin li .profile{height:20px;width:20px;margin-top:3px}.switch-list{margin-top:10px}.switch-list li{padding-top:10px;padding-bottom:10px;position:relative;border:0!important}.switch-list li p{margin-bottom:0}.switch-list .switchery{position:absolute;left:0;top:8px}.switch-list h5{color:#647589;font-weight:600}.wallpaper{margin-top:15px}.wallpaper li{cursor:pointer;height:30px;width:30px;background-color:#eff7fe;display:inline-block!important;background-size:auto!important}.wallpaper li+li{margin-left:4px}.change-number h5{padding-bottom:10px;font-weight:600;color:#223645}.change-number .input-group~h5{padding-top:10px}.change-number span{border-right:none;padding-right:0;font-weight:500}.change-number .country-code{max-width:35px;border-left:none;padding:0 0 0 3px}.change-number .form-control{padding-top:7px;padding-bottom:7px;border-color:#e5edf5;background-color:#fff}.change-number .form-control::-webkit-inner-spin-button{-webkit-appearance:none}.change-number .form-control[type=number]{-moz-appearance:textfield}.change-number .btn-group-sm>.btn,.change-number .btn-sm,.change-number html.style1 .btn-group-sm>.btn,.change-number html.style2 .btn-group-sm>.btn,.change-number html.style3 .btn-group-sm>.btn,.change-number html.style4 .btn-group-sm>.btn,.change-number html.style5 .btn-group-sm>.btn,.change-number html.style6 .btn-group-sm>.btn,html.style1 .change-number .btn-group-sm>.btn,html.style2 .change-number .btn-group-sm>.btn,html.style3 .change-number .btn-group-sm>.btn,html.style4 .change-number .btn-group-sm>.btn,html.style5 .change-number .btn-group-sm>.btn,html.style6 .change-number .btn-group-sm>.btn{padding:8px 20px;font-size:14px;margin-top:20px}.privacy li{position:relative}.privacy h5{padding-top:10px;padding-right:35px;color:#223645;line-height:1.6}.privacy p{margin-bottom:10px}.privacy .custom-switch{position:absolute;right:0;top:8px}.app-list-ul{text-align:center}.app-list-ul .title{border-bottom:1px solid #eff1f2;padding-bottom:15px;cursor:pointer}.app-list-ul .title svg{stroke:#1c9dea}.app-list-ul .title h5{margin-top:0!important}.app-list-ul li{margin-bottom:20px}.lightbox-target{position:fixed;top:-100%;width:100%;background:rgba(0,0,0,.7);opacity:0;transition:opacity .5s ease-in-out;overflow:hidden;left:0;z-index:9999}.lightbox-target img{margin:auto;top:0;left:0;right:0;bottom:0;max-height:0%;max-width:0;border:3px solid #fff;box-shadow:0 0 8px rgba(0,0,0,.3)}.lightbox-target img,a.lightbox-close{position:absolute;box-sizing:border-box;transition:.5s ease-in-out}a.lightbox-close{display:block;width:50px;height:50px;background:#fff;color:#000;text-decoration:none;top:-80px}a.lightbox-close:before{transform:translateX(-50%) rotate(45deg)}a.lightbox-close:after,a.lightbox-close:before{content:"";display:block;height:30px;width:1px;background:#000;position:absolute;left:50%;top:10px}a.lightbox-close:after{transform:translateX(-50%) rotate(-45deg)}.lightbox-target:target{opacity:1;top:0;bottom:0}.lightbox-target:target img{max-height:100%;max-width:100%}.lightbox-target:target a.lightbox-close{top:0;left:50%;margin-right:-50%;transform:translate(-50%,70px)}.lightbox-target img{border:none;border-radius:25px;overflow:hidden}.chat-content .message-input .emojis-main .typing-section{background-color:#fff;border:1px solid #fff;border-radius:21px;padding:0 15px;margin:5px 10px;box-sizing:border-box;flex:1 1 auto}.chat-content .message-input .emojis-main .typing-section .typ-msg-content{position:relative;flex:1 1;display:flex;overflow:hidden;padding-right:0}.chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg{left:10px;top:5px;color:#999;font-size:15px;line-height:20px;pointer-events:none;position:absolute;transition:opacity .08s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg-main{font-size:15px;line-height:30px;height:35px;width:100%;-webkit-user-select:text;-moz-user-select:text;user-select:text}.mobile-back,.mobile-sidebar{display:none}ul.chat-cont-setting{background-color:#fff;box-shadow:0 0 10px #e5edf5;padding:15px;width:-moz-fit-content;width:fit-content;text-align:right;position:fixed;left:20%;bottom:10%;z-index:1;display:none;transition:all .5s ease}ul.chat-cont-setting.open{display:block}ul.chat-cont-setting li{margin-bottom:20px}ul.chat-cont-setting li:last-child{margin-bottom:0}ul.chat-cont-setting li a{display:flex;justify-content:flex-end;align-items:center}ul.chat-cont-setting li a span{padding:5px;line-height:1;text-transform:capitalize;margin-right:15px;font-size:12px}ul.chat-cont-setting li a .icon-chat-cont{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:10px}ul.chat-cont-setting li a .icon-chat-cont svg{width:20px;height:20px;fill:#fff}.msg-chat-modal .chat-msg-search{margin-bottom:20px}.msg-chat-modal .chat-msg-search .input-group{align-items:center;background-color:#eff1f2;border:1px solid #eff1f2}.msg-chat-modal .chat-msg-search .input-group .form-control{border:none}.msg-chat-modal .chat-msg-search .input-group .input-group-append{padding:0 15px}.msg-chat-modal .chat-msg-search .input-group .input-group-text{border:none;background-color:transparent;padding:0}.msg-chat-modal .chat-msg-search .input-group span.input-group-text{font-size:11px;font-weight:700;color:#223645}.msg-chat-modal .call-log-main,.msg-chat-modal .chat-main{height:350px;overflow:auto}.msg-chat-modal .call-log-main li,.msg-chat-modal .chat-main li{margin-left:0;margin-right:0}.msg-chat-modal .call-log-main li .chat-box .details,.msg-chat-modal .chat-main li .chat-box .details{padding-left:70px}.snippet-modal-main .default-form .form-group{margin-bottom:25px}.snippet-modal-main .default-form .form-group input,.snippet-modal-main .default-form .form-group select{font-size:14px;text-transform:capitalize}.snippet-modal-main .default-form .form-group input::placeholder,.snippet-modal-main .default-form .form-group select::placeholder{text-transform:capitalize;font-size:14px}.snippet-modal-main .default-form .form-group .btn-snipate{margin-top:40px}.containerchat{width:100%;height:calc(100% - 131px);background-color:#fafafa;padding:0 25%;margin-top:auto}@media(max-width:1024px)and (max-height:1366px){.containerchat{padding:0;width:100%;margin-top:0}}.container-message{width:100%;height:100px;padding:20px 0;background-color:#f8f9f9;box-sizing:border-box}@media(max-width:767px){.container-message{padding:0 20px;margin-top:0;height:100px}}@media(max-width:1024px)and (max-height:1366px){.container-message{padding:24px 20px;margin-top:0;height:100px}.iconSend{width:95%!important;height:95%!important}}.chitchat-main .messages{padding:10px 24px;height:100%;overflow:auto;overflow-x:hidden;overflow-y:auto;background-blend-mode:overlay;top:150px;background-color:#f7f2ef;display:none;animation:fadeInLeft .3s ease-in-out}.chitchat-main .messages.active{display:block;animation:fadeInLeft .3s ease-in-out}.chitchat-main .messages .contact-details{padding:20px 30px;background-color:#fff;box-shadow:0 -55px 0 0 #fff;position:fixed;width:calc(100vw - 500px);z-index:999;transition:all .9s}.chitchat-main .messages .contact-details .col{position:unset}.chitchat-main .messages .contact-details .search-form{z-index:9;top:-10px;left:0;position:absolute;height:80px;width:100%;transform:scale(0);transition:all .3s ease}.chitchat-main .messages .contact-details .search-form.open{transform:scale(1);transition:all .3s ease;top:0;height:100px}.chitchat-main .messages .contact-details .search-form input{border:none}.chitchat-main .messages .contact-details ul li{display:inline-block;padding-left:17px}.chitchat-main .messages .contact-details .left.media{align-items:center}.chitchat-main .messages .contact-details .left.media .media-left{height:60px}.chitchat-main .messages .contact-details .left.media .media-body{max-width:150px;margin-right:10px;position:relative}.chitchat-main .messages .contact-details .left.media .media-body .badge{margin-top:7px}.chitchat-main .messages .contact-details .left.media .media-right .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;border-radius:100%;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}.chitchat-main .messages .contact-details .left.media .media-right .mute i.off:after{opacity:1;transition:opacity .3s ease}.chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:20px}.chitchat-main .messages .contact-details .media-body h5{margin-bottom:7px}.chitchat-main .messages .calls{height:100%;display:flex;align-items:center;justify-content:flex-end}.chitchat-main .messages .calls>li .bg-transparent svg{stroke-width:3px}.chitchat-main .messages .calls>li>a>svg{fill:#223645;stroke-width:1px}.chitchat-main .message-input{height:50px;border:1px solid #cdcdcd;border-radius:20px;position:fixed;width:calc(100% - 100px);transition:all .5s;padding:8px 20px;margin:0 auto;z-index:9;bottom:0}.chitchat-main .message-input input{width:calc(100% - 300px);border:0;font-size:16px;color:#000;font-family:Lato;background-color:transparent!important;outline:none}.chitchat-main .message-input input::placeholder{color:hsla(0,0%,65%,.651);font-size:14px;font-family:Actor,sans-serif;font-weight:400}.chitchat-main .message-input input:active{border:1px solid transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}.chitchat-main .message-input input:focus{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}.chitchat-main .message-input input::selection{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}.chitchat-main .badge.sm{padding:4px 4px 2px}.chitchat-main .badge.refresh.sm{padding:4px}.chitchat-main .refresh-block .badge svg{margin-right:0}.chitchat-main .chat-content{position:relative}.chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#fff;margin-bottom:20px}.chitchat-main .contact-content .contact-sub-content .user-profile .user-content img{width:100px;height:100px;border-radius:50%}.chitchat-main .contact-content .contact-sub-content h3{text-transform:capitalize;color:#1c9dea;margin-bottom:20px}.chitchat-main .contact-content .contact-sub-content .personal-info-group{margin-bottom:20px;padding:30px;background-color:#fff;border-radius:15px;position:relative;overflow:hidden}.chitchat-main .contact-content .contact-sub-content .personal-info-group:last-child{margin-bottom:0}.chitchat-main .contact-content .contact-sub-content .personal-info-group h3{color:#223645;text-transform:capitalize;border-bottom:2px solid #eff1f2;padding-bottom:15px;margin-bottom:15px}.chitchat-main .contact-content .contact-sub-content .personal-info-group h3 i{margin-right:10px}.chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{padding-bottom:10px;border-bottom:1px dashed #eff1f2;margin-bottom:10px}.chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li:last-child{margin-bottom:0;border-bottom:0!important;padding-bottom:0}.chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li p{margin-bottom:0}.chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{text-transform:capitalize;display:inline-block;margin-bottom:5px;color:rgba(34,54,69,.8)}.chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:right;font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;margin-bottom:0;margin-top:4px;text-transform:lowercase;font-weight:400;font-family:Roboto,sans-serif}.chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media{align-items:center}.chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{width:50px;height:50px;border-radius:50%;margin-right:10px}.chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:first-child{padding-top:0}.chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:last-child{padding-bottom:0;border-bottom:0}.chitchat-main .call-content,.chitchat-main .chat-content,.chitchat-main .contact-content{opacity:0;visibility:hidden}.chitchat-main .call-content.active,.chitchat-main .chat-content.active,.chitchat-main .contact-content.active{opacity:1;visibility:visible;z-index:3;animation:fadeInLeft .3s ease-in-out}.chitchat-main .call-content,.chitchat-main .contact-content{position:absolute;padding:45px;min-height:100vh;overflow:auto;overflow-x:hidden;top:0;background-color:#fff;z-index:2;transition:all .3s ease}.chitchat-main .call-content.active,.chitchat-main .contact-content.active{width:calc(100% - 0px)}.chitchat-main .call-content .user-profile,.chitchat-main .contact-content .user-profile{box-shadow:0 0 5px #eff1f2;padding:30px;background-color:#fff;border-radius:15px;max-width:700px;margin:0 auto}.chitchat-main .call-content .user-profile .user-content,.chitchat-main .contact-content .user-profile .user-content{text-align:center}.chitchat-main .call-content .user-profile .user-content img,.chitchat-main .contact-content .user-profile .user-content img{border-radius:50%;width:100px}.chitchat-main .call-content .user-profile .user-content h3,.chitchat-main .contact-content .user-profile .user-content h3{margin-top:15px}.chitchat-main .call-content .user-profile .user-content ul,.chitchat-main .contact-content .user-profile .user-content ul{display:flex;align-items:center;justify-content:center;margin-top:15px}.chitchat-main .call-content .user-profile .user-content ul li,.chitchat-main .contact-content .user-profile .user-content ul li{font-size:14px;margin-right:15px 15px 0;text-transform:capitalize;line-height:1;transition:all .05s ease;padding:15px;font-weight:700}.chitchat-main .call-content .user-profile .user-content ul li:first-child,.chitchat-main .contact-content .user-profile .user-content ul li:first-child{color:#ff4e2b}.chitchat-main .call-content .user-profile .user-content ul li:first-child i,.chitchat-main .contact-content .user-profile .user-content ul li:first-child i{background-color:rgba(255,78,43,.15);color:#ff4e2b}.chitchat-main .call-content .user-profile .user-content ul li:nth-child(2),.chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2){color:#1c9dea}.chitchat-main .call-content .user-profile .user-content ul li:nth-child(2) i,.chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2) i{background-color:rgba(28,157,234,.15);color:#1c9dea}.chitchat-main .call-content .user-profile .user-content ul li:last-child,.chitchat-main .contact-content .user-profile .user-content ul li:last-child{margin-right:0;color:#3fcc35}.chitchat-main .call-content .user-profile .user-content ul li:last-child i,.chitchat-main .contact-content .user-profile .user-content ul li:last-child i{background-color:rgba(63,204,53,.15);color:#3fcc35}.chitchat-main .call-content .user-profile .user-content ul li i,.chitchat-main .contact-content .user-profile .user-content ul li i{width:36px;height:36px;margin-right:auto;margin-left:auto;margin-bottom:10px;font-size:16px;display:block;border-radius:50%;padding:10px;background-color:#eff1f2;transition:all .05s ease}.chitchat-main .call-content .call-log-main,.chitchat-main .contact-content .call-log-main{height:415px;overflow:overlay;margin:0 auto 15px;padding-right:10px}.chitchat-main .call-content .call-log-main .coll-log-group,.chitchat-main .contact-content .call-log-main .coll-log-group{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:20px 30px;margin-bottom:15px;border-radius:15px}.chitchat-main .call-content .call-log-main .coll-log-group:last-child,.chitchat-main .contact-content .call-log-main .coll-log-group:last-child{margin-bottom:0}.chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media,.chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media{align-items:center}.chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg,.chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media svg{width:18px;margin-right:10px}.chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,.chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body p,.chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,.chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body p{text-transform:capitalize}.chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6,.chitchat-main .contact-content .call-log-main .coll-log-group .log-content-right h6{color:#223645}.chitchat-main .call-content .call-log-clear,.chitchat-main .contact-content .call-log-clear{background-color:#fff;padding:20px;position:absolute;left:10px;right:0;text-transform:capitalize;text-align:center;border-radius:15px;cursor:pointer;width:calc(100% - 30px)}.chitchat-main .call-content .call-log-clear i,.chitchat-main .contact-content .call-log-clear i{font-size:24px}.chitchat-main .call-content .call-log-clear span,.chitchat-main .contact-content .call-log-clear span{display:block;font-size:16px}@media(max-width:1024px)and (max-height:1366px){.chitchat-main .message-input{width:100%}}@media(max-width:767px){.chitchat-main .chitchat-main .message-input{height:48px}}.menu-active .chitchat-main .message-input{width:calc(100% - 850px);transition:all .9s}.menu-active .chitchat-main .messages .contact-details{width:50.9vw!important;transition:all .9s ease}.dark{background-color:#191b1f}.dark,.dark .clfooter #basicUsage3{color:hsla(0,0%,100%,.8)}.dark h5{color:#fff}.dark .chitchat-right-sidebar .right-sidebar{background-color:#191b1f}.dark .chitchat-right-sidebar h2,.dark .chitchat-right-sidebar h3{color:#fff}.dark .chitchat-right-sidebar .status.other h5 a,.dark .chitchat-right-sidebar h4,.dark .chitchat-right-sidebar h6{color:hsla(0,0%,100%,.8)}.dark .chitchat-right-sidebar .document,.dark .chitchat-right-sidebar .media-gallery,.dark .chitchat-right-sidebar .status{border-top:1px solid #414248}.dark .status-switch .custom-control-label{color:hsla(0,0%,100%,.8)}.dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}.dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link.active{color:#1c9dea!important;background-color:rgba(28,157,234,.15)!important}.dark .chitchat-container .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}.dark .chitchat-container .chitchat-left-sidebar h1,.dark .chitchat-container .chitchat-left-sidebar h2,.dark .chitchat-container .chitchat-left-sidebar h3,.dark .chitchat-container .chitchat-left-sidebar h4,.dark .chitchat-container .chitchat-left-sidebar h5,.dark .chitchat-container .chitchat-left-sidebar h6,.dark .chitchat-container .chitchat-left-sidebar p,.dark .chitchat-container .chitchat-left-sidebar select,.dark .chitchat-container .chitchat-left-sidebar span{color:#fff}.dark .chitchat-container .chitchat-left-sidebar .contact-list-tab,.dark .chitchat-container .chitchat-left-sidebar .document-tab,.dark .chitchat-container .chitchat-left-sidebar .fevorite-tab,.dark .chitchat-container .chitchat-left-sidebar .notification-tab,.dark .chitchat-container .chitchat-left-sidebar .settings-tab,.dark .chitchat-container .chitchat-left-sidebar .status-tab{color:#fff;background-color:#191b1f}.dark .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}.dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c}.dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{border-bottom:1px solid #414248}.dark .chitchat-container .chitchat-left-sidebar .recent-default,.dark .chitchat-container .chitchat-left-sidebar .recent-default .recent{color:#fff;background-color:#191b1f}.dark .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{color:#fff!important;background-color:#25262c!important}.dark .chitchat-container .main-nav{border-right:1px solid #414248}.dark .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}.dark .chitchat-container .chitchat-main{background-color:#191b1f}.dark .chitchat-container .chitchat-main h5,.dark .chitchat-container .chitchat-main h6{color:#fff}.dark .chitchat-container .chitchat-main .messages{color:#fff;background-color:#25262c}.dark .chitchat-container .chitchat-main .messages .contact-details{color:#fff;background-color:#191b1f;box-shadow:0 -55px 0 0 #25262c}.dark .chitchat-container .chitchat-main .messages .contact-details .left.media .media-body:before{background-color:#fff}.dark .chitchat-container .chitchat-main .message-input,.dark .chitchat-container .chitchat-main .message-input input{background-color:#191b1f}.dark .chitchat-container .chitchat-main .call-content{color:#fff;background-color:#25262c}.dark .chitchat-container .chitchat-main .call-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}.dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h3,.dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h4{color:#fff}.dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group{color:#fff;background-color:#191b1f}.dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6{color:#fff}.dark .chitchat-container .chitchat-main .call-content .call-log-clear{color:#fff;background-color:#191b1f}.dark .chitchat-container .chitchat-main .contact-content{color:#fff;background-color:#25262c}.dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group{color:#fff;background-color:#191b1f}.dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{border-bottom:2px solid #414248;color:#fff}.dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{border-bottom:1px dashed #414248}.dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{color:#fff}.dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}.dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h3,.dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h4{color:#fff}.dark .document-list li h5{color:hsla(0,0%,100%,.8)}.dark .form-control{background-color:#191b1f}.dark .custom-control-label,.dark .form-control-plaintext,.dark .form-sm input,.dark span{color:hsla(0,0%,100%,.8)}.dark .form-sm input{border-color:#414248}.dark .msg-chat-modal .chat-msg-search .input-group{border-color:#223645;background-color:#25262c}.dark .msg-chat-modal .chat-msg-search .input-group input,.dark .msg-chat-modal .chat-msg-search .input-group span.input-group-text{color:hsla(0,0%,100%,.8)}.dark ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}.dark .chat-main li.active{color:#fff;background-color:#25262c}.dark .setting-block,.dark .setting-block .block{border-top:1px solid #414248}.dark .setting-block .block{background-color:#191b1f}.dark .setting-block .block .help>li{border-top:1px dashed #414248}.dark .setting-block .block .help>li a{color:#fff}.dark .integratin li{border-bottom:1px solid #414248}.dark .search2{border-top:1px solid #414248}.dark .group-main li.active,.dark .search2>div{color:#fff;background-color:#25262c}.dark .group-main ul.grop-icon li{border:2px solid #25262c;color:#fff}.dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{color:#fff;background-color:#191b1f}.dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{border-top:12px solid #191b1f}.dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #414248!important}.dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#fff}.dark .btn-light{color:#fff!important;background-color:#25262c}.dark .contact-chat>ul>li.replies .msg-box li .document,.dark .contact-chat>ul>li.replies .msg-box li>h5{color:#fff;background-color:#191b1f}.dark .contact-chat>ul>li.replies .msg-box li .document .icon-btns a{color:#fff!important;background-color:#25262c!important}.dark .contact-chat>ul>li.replies .msg-box li .auto-gallery{color:#fff;background-color:#191b1f}.dark .contact-chat>ul>li.sent .document .icon-btns a{color:#fff!important;background-color:#25262c!important}.dark .contact-chat>ul.str-msg li .msg-box>li>h5{background-color:#25262c;color:#fff}.dark .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#191b1f!important;color:#fff!important}.dark .emojis-main .emojis-contain,.dark .emojis-main .sticker-contain{background-color:#191b1f}.dark .emojis-main .emojis-contain .emojis-sub-contain:before{border-top:12px solid #191b1f}.dark .emojis-main .contact-poll .contact-poll-content{background-color:#191b1f}.dark .emojis-main .contact-poll .contact-poll-content ul li a{color:#fff}.dark .emojis-main .contact-poll .contact-poll-content:before{border-top:12px solid #191b1f}.dark .add-contact-modal h3,.dark .add-contact-modal h5,.dark .fev-addcall-main h3,.dark .fev-addcall-main h5,.dark .pol-modal-main h3,.dark .pol-modal-main h5,.dark .snippet-modal-main h3,.dark .snippet-modal-main h5{color:#fff}.dark .add-contact-modal .modal-content,.dark .fev-addcall-main .modal-content,.dark .pol-modal-main .modal-content,.dark .snippet-modal-main .modal-content{background-color:#191b1f}.dark .add-contact-modal .modal-content .modal-header,.dark .fev-addcall-main .modal-content .modal-header,.dark .pol-modal-main .modal-content .modal-header,.dark .snippet-modal-main .modal-content .modal-header{background-color:#25262c;border-bottom:1px solid #414248}.dark .add-contact-modal .modal-content .modal-body .form-group textarea,.dark .fev-addcall-main .modal-content .modal-body .form-group textarea,.dark .pol-modal-main .modal-content .modal-body .form-group textarea,.dark .snippet-modal-main .modal-content .modal-body .form-group textarea{background-color:#25262c;color:#fff}.dark .add-contact-modal .modal-content .modal-body .form-group textarea::placeholder,.dark .fev-addcall-main .modal-content .modal-body .form-group textarea::placeholder,.dark .pol-modal-main .modal-content .modal-body .form-group textarea::placeholder,.dark .snippet-modal-main .modal-content .modal-body .form-group textarea::placeholder{color:#fff}.dark .add-contact-modal .modal-content .modal-body .form-group select,.dark .fev-addcall-main .modal-content .modal-body .form-group select,.dark .pol-modal-main .modal-content .modal-body .form-group select,.dark .snippet-modal-main .modal-content .modal-body .form-group select{background-color:#25262c;color:#fff}.dark .add-contact-modal .modal-content .modal-body .form-group input,.dark .fev-addcall-main .modal-content .modal-body .form-group input,.dark .pol-modal-main .modal-content .modal-body .form-group input,.dark .snippet-modal-main .modal-content .modal-body .form-group input{background-color:#25262c}.dark .add-contact-modal .modal-content .modal-body .form-group input::placeholder,.dark .fev-addcall-main .modal-content .modal-body .form-group input::placeholder,.dark .pol-modal-main .modal-content .modal-body .form-group input::placeholder,.dark .snippet-modal-main .modal-content .modal-body .form-group input::placeholder{color:#fff}.dark .add-contact-modal .modal-content .modal-body .form-group .post-poll,.dark .fev-addcall-main .modal-content .modal-body .form-group .post-poll,.dark .pol-modal-main .modal-content .modal-body .form-group .post-poll,.dark .snippet-modal-main .modal-content .modal-body .form-group .post-poll{background-color:#25262c}.dark .add-contact-modal .modal-dialog:before,.dark .fev-addcall-main .modal-dialog:before,.dark .pol-modal-main .modal-dialog:before,.dark .snippet-modal-main .modal-dialog:before{border-bottom:10px solid #191b1f}.dark .chat-friend-toggle .chat-frind-content{background-color:#191b1f}.dark .chat-friend-toggle .chat-frind-content ul li:last-child{border-top:1px solid #414248}.dark .search-form .form-group input{border:1px solid #414248;background-color:#191b1f}.dark .search-form:before{color:#fff}.dark .theme-according .card .card-body,.dark .theme-according .card .card-header{background-color:#25262c}.dark .card{background-color:#191b1f}.dark .change-number .form-control{border-color:#414248;background-color:#191b1f}.dark .rightchat.animat-rate .bg_circle>div{border:3px solid #42434a}.dark .rightchat.animat-rate .cross,.dark .rightchat.animat-rate .cross1,.dark .rightchat.animat-rate .cross1:after,.dark .rightchat.animat-rate .cross2,.dark .rightchat.animat-rate .cross2:after,.dark .rightchat.animat-rate .cross:after{background:#42434a}.dark .rightchat.animat-rate .dot1{background-color:#42434a}.dark .login-page2 .login-content-main .login-content{background-color:#191b1f;color:#fff}.dark .login-page2 .login-content-main .login-content .form1 .form-group .col-form-label,.dark .login-page2 .login-content-main .login-content h3,.dark .login-page2 .login-content-main .login-content h4{color:#fff}.dark .login-page2 .login-content-main .login-content .form1 .form-group .form-control{background-color:#25262c}.dark .login-page2 .login-content-main .login-content .form2 .form-group .col-form-label{color:#fff}.dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}.dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control::placeholder{color:#fff}.dark .login-page2 .login-content-main .login-content .login-content-header img{z-index:140}.dark .login-page1 .left-page{background-color:#191b1f}.dark .login-page1 .left-page h3,.dark .login-page1 .left-page h4{color:#fff}.dark .login-content{background-color:#191b1f;color:#fff}.dark .login-content .form1 .form-group .col-form-label,.dark .login-content h3,.dark .login-content h4{color:#fff}.dark .login-content .form1 .form-group .form-control{background-color:#25262c;border:1px solid #414248}.dark .login-content .form1 .form-group .form-control::placeholder{color:#fff}.dark .login-content .form1 .form-group .form-check h6,.dark .login-content .form2 .form-group .col-form-label{color:#fff}.dark .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}.dark .login-content .form2 .form-group .form-control::placeholder{color:#fff}.dark .login-content .form2 .form-group .form-check h6{color:#fff}.dark .login-content .login-content-header img{z-index:140}.dark .login-content .line h6{color:#fff}.dark .right-login{background-color:#25262c}.dark .right-login.animat-rate .bg_circle>div{border:3px solid #42434a}.dark .right-login.animat-rate .cross,.dark .right-login.animat-rate .cross1,.dark .right-login.animat-rate .cross1:after,.dark .right-login.animat-rate .cross2,.dark .right-login.animat-rate .cross2:after,.dark .right-login.animat-rate .cross:after{background:#42434a}.dark .right-login.animat-rate .dot,.dark .right-login.animat-rate .dot1{background-color:#42434a}.dark .right-login .maincircle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.702),rgba(25,29,31,.702))}.dark .right-login .bottom-circle,.dark .right-login .bottom-circle1,.dark .right-login .center-circle,.dark .right-login .right-circle,.dark .right-login .right-circle1,.dark .right-login .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}.dark .login-page2{background-color:#25262c}.dark .login-page2.animat-rate .bg_circle>div{border:3px solid #42434a}.dark .login-page2.animat-rate .cross,.dark .login-page2.animat-rate .cross1,.dark .login-page2.animat-rate .cross1:after,.dark .login-page2.animat-rate .cross2,.dark .login-page2.animat-rate .cross2:after,.dark .login-page2.animat-rate .cross:after{background:#42434a}.dark .login-page2.animat-rate .bottom-circle,.dark .login-page2.animat-rate .bottom-circle1,.dark .login-page2.animat-rate .center-circle,.dark .login-page2.animat-rate .maincircle,.dark .login-page2.animat-rate .right-circle,.dark .login-page2.animat-rate .right-circle1,.dark .login-page2.animat-rate .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}.dark .login-page2.animat-rate .quarterCircle{background-image:linear-gradient(#191d1f)}.dark .login-page2.animat-rate .dot,.dark .login-page2.animat-rate .dot1{background-color:#42434a}.dark .about-page,.dark .counter-box-second{background-color:#25262c}.dark .counter-box-second .counter-box h6,.dark .counter-box-second .counter-box span,.dark .error-main .error-contain h1,.dark .error-main .error-contain h2,.dark .error-main .error-contain h4{color:#fff}.dark .error-main .error-contain .animated-bg i{background-color:#8d8e98}.dark .about-page h1,.dark .about-page h2,.dark .about-page h3,.dark .about-page h4,.dark .about-page p{color:#fff}.dark .about-page .about-tab{border:1px solid #414248}.dark .about-page .about-tab nav{border-right:1px solid #414248}.dark .about-page .about-tab .nav-pills .nav-link,.dark .tab-content>.tab-pane{color:#fff}.dark .secure-app-main{background-color:#25262c}.dark .secure-app-main .secure-app-content .ply-main h3,.dark .secure-app-main .secure-app-content .ply-main h3 span,.dark .secure-app-main .secure-app-content h1,.dark .secure-app-main .secure-app-content h4,.dark .team h2,.dark .team h3,.dark .team h4,.dark .team p{color:#fff}.dark .team h2{border-bottom:1px solid #414248}.dark .team .team-content{border:1px solid #414248}.dark .rtl .about-page .about-tab .nav{border-left:1px solid #414248}.dark .testimonial-box{background-color:#25262c}.dark .testimonial-box .test-contain h3,.dark .testimonial-box .test-contain h4,.dark .testimonial-box .test-contain h6{color:#fff}.dark .element-card{background-color:#25262c}.dark .element-card .typography h1,.dark .element-card .typography h2,.dark .element-card .typography h3,.dark .element-card .typography h4,.dark .element-card .typography h5,.dark .element-card .typography h6,.dark .element-card .typography p,.dark .element-card .typography span{color:#fff}.dark .element-card .heading{background-color:#191b1f;border-bottom:1px solid #414248}.dark .element-card .heading h2{color:#fff}.dark .faq-block{background-color:#25262c;border:1px solid #414248}.dark .faq-block h2,.dark .faq-block p{color:#fff}.dark .faq-block h5{background-color:#25262c}.dark .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #414248}.dark .faq-section .accordion.theme-accordion .card .card-header button{color:#fff}.dark .faq-section .accordion.theme-accordion .card .card-header button:before{border-top:6px solid #fff}.dark .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-bottom:6px solid #fff}.dark .faq-section .accordion.theme-accordion .card{border:1px solid #414248}.dark .faq-section .accordion.theme-accordion .card .card-body{background-color:#25262c}.dark .faq-section .accordion.theme-accordion .card .card-body p{color:#fff}.dark .faq-section .faq-search-box{border:2px solid #414248;background-color:#25262c}.dark .faq-section .faq-search-box .input-group .form-control{background-color:#25262c}.dark .faq-section .faq-search-box .input-group .form-control::placeholder{color:#fff}.dark .btn-link{background-color:#25262c}.dark .app-design-main .contant-box h2,.dark .app-design-main .contant-box h4,.dark .blog-detail-page h3,.dark .chitchat-main .chitchat-contain h1,.dark .chitchat-main .chitchat-contain h3,.dark .chitchat-main .chitchat-contain h4,.dark .chitchat-main .chitchat-contain span,.dark .chitchat-main .chitchat-contain ul.detial-price li,.dark .fa-search:before,.dark .landing-title .sub-title h2,.dark .landing-title .sub-title h4,.dark .subscribe-content h1,.dark .subscribe-content h4,.dark .subscribe-content span,.dark .team-work-main .team-work-content .ply-main h3,.dark .team-work-main .team-work-content h1,.dark .team-work-main .team-work-content h3,.dark .team-work-main .team-work-content h4,.dark .team-work-main h1,.dark .team-work-main h3,.dark .team-work-main h4,.dark .team-work-main span{color:#fff}.dark .blog-detail-page .blog-detail{background-color:#25262c;border:1px solid #414248}.dark .blog-detail-page .blog-detail p{color:#fff}.dark .blog-detail-page .blog-detail .post-social{color:#fff;border-bottom:1px solid #414248}.dark .blog-detail-page .blog-detail .post-social li+li{border-left:1px solid #414248}.dark .blog-detail-page .blog-detail h2{color:#fff}.dark .blog-detail-page .blog-commant{background-color:#25262c;border:1px solid #414248}.dark .blog-detail-page .blog-commant .comment-section li{border-top:1px solid #414248}.dark .blog-detail-page .blog-commant .comment-section li h6,.dark .blog-detail-page .blog-commant .comment-section li p,.dark .blog-detail-page .blog-commant .comment-section li span{color:#fff}.dark .blog-detail-page .blog-contact{background-color:#25262c;border:1px solid #414248}.dark .blog-detail-page .blog-contact .theme-form label,.dark .blog-detail-page .blog-contact label{color:#fff}.dark .blog-detail-page .blog-contact .theme-form input{border-color:#414248;background-color:#191b1f}.dark .blog-detail-page .blog-contact .theme-form input::placeholder{color:#fff}.dark .blog-detail-page .blog-contact .theme-form textarea{background-color:#191b1f}.dark .blog-detail-page .blog-contact .theme-form textarea::placeholder{color:#fff}.dark .blog-page .blog-sidebar h4,.dark .blog-page .blog-sidebar h5,.dark .blog-page .blog-sidebar h6,.dark .blog-page .blog-sidebar p{color:#fff}.dark .blog-page .blog-sidebar .blog-card{border:1px solid #414248;background-color:#25262c}.dark .blog-page .blog-sidebar .blog-card .blog-search .input-group,.dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{background-color:#191b1f}.dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control::placeholder{color:#fff}.dark .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{color:#fff}.dark .blog-card .default-form .form-group input,.dark .blog-card .default-form .form-group textarea{background-color:#25262c;border-color:#191b1f}.dark .blog-page .blog-list{background-color:#25262c}.dark .blog-page .blog-side{background-color:#25262c;border:1px solid #414248}.dark .blog-page .blog-media .blog-right h4,.dark .blog-page .blog-media .blog-right h6,.dark .blog-page .blog-media .blog-right p,.dark .blog-page .blog-media .blog-right ul li{color:#fff}.dark .blog-page .blog-media .blog-right ul li+li{border-left:1px solid #414248}.dark .inner-page header{background-color:#25262c;border-bottom:1px solid #414248}.dark .navbar-light .navbar-nav .active>.nav-link{color:#fff}.dark .navbar-light .navbar-nav .nav-link{color:hsla(0,10%,94%,.5)}.dark footer{background-color:#25262c;border-top:1px solid #414248}.dark footer .copyright p,.dark footer .links li a,.dark footer h3,.dark footer p{color:#fff}.dark .app-sidebar,.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,.dark .app-sidebar.active .apps-ul>li.active{background-color:#191b1f}.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main .notes-list,.dark .app-sidebar.active .apps-ul>li .notes-main .notes-list{border:1px solid #414248}.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main a.line,.dark .app-sidebar.active .apps-ul>li .notes-main a.line{border-top:1px solid #414248}.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list .target-reminder-list,.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp,.dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list .target-reminder-list,.dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list-disp{border:2px solid #414248}.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list button,.dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list button{color:#fff}.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group,.dark .app-sidebar.active .apps-ul>li .file-tab .tab-content .link-group{border:1px solid #414248}.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab .tab-content .todo-task h4,.dark .app-sidebar.active .apps-ul>li .todo-main .todo-tab .tab-content .todo-task h4{color:#fff}.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input,.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input{background-color:#191b1f}.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input::placeholder,.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input::placeholder{color:#fff}.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input,.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input:focus,.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input,.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input:focus{background-color:#191b1f}.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu,.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu{background-color:#25262c}.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider,.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider{background-color:#25262c;border-bottom:1px solid #414248}.dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu li,.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu li{color:#fff}.dark .app-sidebar .tab-card{border:1px solid #414248}.dark .app-sidebar h2,.dark .app-sidebar h4,.dark .app-sidebar h5,.dark .app-sidebar h6,.dark .app-sidebar p{color:#fff}.dark .app-sidebar .app-list{border-left:2px solid #414248}.dark .app-sidebar .default-form select{background:url(/assets/images/drop-1.png) #25262c no-repeat scroll 95.5%;color:#fff}.dark .app-sidebar .app-list-ul .title{border-bottom:1px solid #414248}.dark .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{border-bottom-color:#414248}.dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{box-shadow:-1px 10px 16px -10px #191b1f}.dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{background-color:#25262c}.dark .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{border-bottom-color:#414248}.dark .datepicker{background:#25262c;color:#fff}.dark .datepicker--pointer{background:#25262c;border-top:1px solid #414248;border-right:1px solid #414248}.dark .datepicker--nav{border-bottom:1px solid #414248}.dark .text-muted{color:#fff!important}.dark .modal-content{background-color:#191b1f}.dark .modal-content .default-form .form-group input,.dark .modal-content .default-form .form-group textarea{background-color:#25262c}.dark .modal-content .default-form .form-group textarea::placeholder{color:#fff}.dark .modal-content .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #25262c no-repeat scroll 95.5%}.dark .modal-content .modal-body .form-group ul.reminder-count li+li{background-color:#25262c}.dark .modal-content .modal-body .form-group ul.reminder-count li .remi-num,.dark .modal-content .modal-body .form-group ul.reminder-count li .remi-val{color:#1c9dea}.dark .modal-content .modal-body .form-group label{color:#fff}.dark .modal-content .modal-body .form-group input::placeholder{color:#fff}.dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select,.dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input{color:#fff}.dark .add-popup .modal-header{border-bottom-color:#414248}.dark .add-popup .modal-footer{border-top-color:#414248}.dark .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{color:#fff}.dark .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}.dark .slider-block .slider-main .slider-contain h1,.dark .slider-block .slider-main .slider-contain h4{color:#fff}@media(max-width:575.98px){.dark .sidebar-toggle .main-nav.on{background-color:#191b1f}}.dark-sidebar{background-color:#191b1f}.dark-sidebar .chat-main li .chat-box .date-status .ti-pin2:before{color:#fff}.dark-sidebar .btn-light.active,.dark-sidebar .btn-light:active,.dark-sidebar .btn-light:focus{box-shadow:0 0 3px 2px #828282}.dark-sidebar .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}.dark-sidebar ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}.dark-sidebar .chitchat-container .chitchat-left-sidebar .contact-list-tab,.dark-sidebar .chitchat-container .chitchat-left-sidebar .document-tab,.dark-sidebar .chitchat-container .chitchat-left-sidebar .fevorite-tab,.dark-sidebar .chitchat-container .chitchat-left-sidebar .notification-tab,.dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default,.dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default .recent,.dark-sidebar .chitchat-container .chitchat-left-sidebar .settings-tab,.dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab{background-color:#191b1f}.dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c;color:#fff}.dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content,.dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}.dark-sidebar .chitchat-container .chitchat-left-sidebar h1,.dark-sidebar .chitchat-container .chitchat-left-sidebar h2,.dark-sidebar .chitchat-container .chitchat-left-sidebar h3,.dark-sidebar .chitchat-container .chitchat-left-sidebar h4,.dark-sidebar .chitchat-container .chitchat-left-sidebar h5,.dark-sidebar .chitchat-container .chitchat-left-sidebar h6,.dark-sidebar .chitchat-container .chitchat-left-sidebar p,.dark-sidebar .chitchat-container .chitchat-left-sidebar select,.dark-sidebar .chitchat-container .chitchat-left-sidebar span{color:#fff}.dark-sidebar .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{background-color:#25262c!important;color:#fff!important}.dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form input{background-color:#191b1f;border:1px solid #414248}.dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form:before{color:#fff}.dark-sidebar .chitchat-container .chitchat-left-sidebar .search2{border-top:1px solid #414248}.dark-sidebar .chitchat-container .chitchat-left-sidebar .search2>div{background-color:#25262c}.dark-sidebar .chitchat-container .chitchat-left-sidebar .chat-main li.active{background-color:#25262c;border-left:4px solid #414248}.dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block,.dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card{background-color:#191b1f}.dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-body,.dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-header{background-color:#25262c}.dark-sidebar .chitchat-container .chitchat-left-sidebar .integratin li{border-bottom:1px solid #414248}.dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block,.dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block{border-top:1px solid #414248}.dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li{border-top:1px dashed #414248}.dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li a{color:#fff}.dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block a{color:#1c9dea}.dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}.dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link.active{color:#1c9dea!important;background-color:rgba(28,157,234,.15)!important}.dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}.dark-sidebar .chitchat-container .chitchat-left-sidebar .group-main li.active{background-color:#25262c;border-left:4px solid #414248}.dark-sidebar .chitchat-container .main-nav{border-right:1px solid #414248}.dark-sidebar .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}.dark-sidebar .chitchat-container .main-nav .btn-light{background-color:#25262c!important;color:#fff!important}.dark-sidebar .chitchat-container .change-number .form-control{border-color:#414248}.dark-sidebar .chitchat-container .form-control{background-color:#25262c}.dark-sidebar .custom-control-label,.dark-sidebar .dynemic-sidebar .search-form .form-group .close-search,.dark-sidebar .dynemic-sidebar .search-form .form-group input{color:hsla(0,0%,100%,.8)}@media(max-width:1367px){.dark-sidebar .secure-app-main .secure-app-content{background-color:#191b1f}.dark-sidebar header .landing-header.fixed .main-menu .navbar-nav>li>a{color:#fff!important}}@media(max-width:1200px){.dark-sidebar .inner-page header .landing-header .navbar-collapse{background-color:#191b1f;border:1px solid #414248}}@media(max-width:575.98px){.dark-sidebar .sidebar-toggle .main-nav.on{background-color:#191b1f}}.rtl{direction:rtl}.rtl .mr-1{margin-right:unset!important;margin-left:.25rem!important}.rtl .media{text-align:right}.rtl ul.chat-cont-setting li a span{margin-right:unset;margin-left:15px}.rtl .dropdown .dropdown-menu .dropdown-divider h5{margin-left:unset;margin-right:10px}.rtl .create-todo-main-modal .modal-body .default-form .todo-task h5{text-align:right}.rtl .chat-friend-toggle .chat-frind-content{left:0;right:unset;text-align:right}.rtl .chat-friend-toggle .chat-frind-content ul li{padding-left:unset!important;padding-right:50px!important}.rtl .chat-friend-toggle .chat-frind-content ul li a{left:unset;right:0}.rtl .add-contact-modal .modal-dialog:before,.rtl .fev-addcall-main .modal-dialog:before{right:13px;left:unset}.rtl .add-contact-modal .modal-dialog{margin-left:unset;margin-right:415px}.rtl .modal-footer>:not(:first-child){margin-left:.25rem;margin-right:unset}.rtl .add-popup .close{left:0;right:unset;border-radius:0 0 90px 0}.rtl .add-popup .close span{left:20px;right:unset}.rtl .add-popup .modal-body{text-align:right}.rtl .add-popup .default-form .form-group select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 2.5%}.rtl .emojis-main .emojis-contain,.rtl .emojis-main .sticker-contain{right:0;left:unset}.rtl .emojis-main .contact-poll .contact-poll-content{right:90px;left:unset}.rtl .emojis-main .contact-poll .contact-poll-content ul li{padding-right:30px;padding-left:unset}.rtl .emojis-main .contact-poll .contact-poll-content ul li a svg{margin-left:15px;margin-right:unset;right:0;left:unset}.rtl .emojis-main .contact-poll .contact-poll-content:before{right:40px;left:unset}.rtl .search-form:before{right:25px;left:unset}.rtl .app-sidebar.active,.rtl .search-form .form-group .icon-close{left:0;right:unset}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane.active,.rtl .app-sidebar .apps-ul>li.active{left:90px;right:unset}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab>.nav-tabs li:last-child,.rtl .app-sidebar .apps-ul>li .todo-main .todo-tab>.nav-tabs li:last-child{left:0;right:unset}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content input+input,.rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content input+input{margin-right:6px;margin-left:unset}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker,.rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content .drop-picker{margin-right:10px;margin-left:unset}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task span,.rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task span{margin-right:unset}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2),.rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2){margin-right:20px}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons span,.rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons span{margin-left:0!important}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .theme-tab ul li+li,.rtl .app-sidebar .apps-ul>li .theme-tab ul li+li{margin-left:unset}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group .media svg,.rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group .media svg{margin-left:7px;margin-right:unset}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group img,.rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group img{margin-left:10px;margin-right:unset}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content ul.chat-main li .chat-box .details,.rtl .app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-right:55px;padding-left:unset}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .notes-main .notes-content ul li,.rtl .app-sidebar .apps-ul>li .notes-main .notes-content ul li{margin-right:15px;margin-left:unset}.rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,.rtl .app-sidebar .apps-ul>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{left:0;right:unset}.rtl .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-right:0}.rtl .text-left{text-align:right!important}.rtl .snippet-modal-main .modal-content .snippet-btn .btn-light{margin-left:15px;margin-right:unset}.rtl .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{margin-right:15px;margin-left:unset}.rtl .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-left:10px}.rtl .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-right:15px;margin-left:unset}.rtl .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-left:30px;margin-right:unset}.rtl .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}.rtl .recent-slider{direction:ltr}.rtl .mr-3{margin-left:1rem!important;margin-right:unset!important}.rtl .chitchat-main .messages .contact-details .left.media .media-body{margin-right:unset;margin-left:10px;text-align:right}.rtl .chitchat-main .messages .contact-details .left.media .media-body:before{left:0;right:unset}.rtl .chitchat-main .messages .contact-details ul li{padding-left:unset;padding-right:17px}.rtl .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg{margin-right:0;margin-left:10px;transform:scaleX(-1)}.rtl .chitchat-main .chitchat-contain ul.detial-price li i{margin-left:20px;margin-right:unset}.rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{text-align:right}.rtl .contact-chat>ul>li.replies{margin-left:unset;margin-right:auto;text-align:left}.rtl .contact-chat>ul>li.replies .media .profile{margin-left:0!important;margin-right:1.5rem!important}.rtl .contact-chat>ul>li.replies .media .media-body{text-align:left}.rtl .contact-chat>ul>li.replies .msg-box li:last-child{margin-right:auto;margin-left:unset}.rtl .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,.rtl .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:0 25px 25px 30px}.rtl .contact-chat>ul>li.replies .msg-box li .badge{margin-left:.5rem!important;margin-right:0!important}.rtl .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 25px 0}.rtl .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:unset;margin-left:10px}.rtl .contact-chat>ul>li .contact-name h5{padding-right:20px;padding-left:20px}.rtl .mr-4{margin-right:0!important;margin-left:1.5rem!important}.rtl .msg-setting-main .msg-dropdown-main .msg-setting{margin-left:unset;margin-right:10px}.rtl .ml-2{margin-left:0!important;margin-right:.5rem!important}.rtl .msg-box>li:first-child h5{border-radius:30px 25px 0 30px}.rtl .msg-box>li:last-child h5{border-radius:30px 0 25px 30px}.rtl .msg-box>li:last-child .document{border-radius:0 50px 50px 50px}.rtl .msg-box>li:last-child .auto-gallery{border-radius:30px 0 25px 30px}.rtl .pull-right{float:left}.rtl .text-right{text-align:left!important}.rtl .m-r-15{margin-right:unset;margin-left:15px}.rtl .chat-main li .chat-box .details{padding-left:50px;padding-right:75px;text-align:right}.rtl .chat-main li .chat-box .date-status{right:unset;left:0;text-align:left}.rtl .call-log-main .call-box .call-status{left:0;right:unset}.rtl .call-log-main .call-box .details{padding-left:100px;padding-right:75px}.rtl .contact-log-main li .contact-box .profile{right:0;left:unset}.rtl .contact-log-main li .contact-box .details{padding-left:100px;padding-right:75px}.rtl .contact-log-main li .contact-box .contact-action{left:0;right:unset}.rtl .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-right:5px;margin-left:unset}.rtl .profile{right:0;left:unset}.rtl .profile.busy:before,.rtl .profile.offline:before,.rtl .profile.online:before,.rtl .profile.unreachable:before{left:0;right:unset}.rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:left}.rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{margin-left:10px;margin-right:unset}.rtl .chitchat-main .call-content .user-profile,.rtl .chitchat-main .contact-content .user-profile,.rtl .group-main .group-box{text-align:right}.rtl .group-main .group-box .details{padding-right:75px;padding-left:unset}.rtl .group-main .group-box .date-status{right:unset;left:0;text-align:left}.rtl ul.grop-icon li:nth-child(2),.rtl ul.grop-icon li:nth-child(3){margin-right:-10px;margin-left:unset}.rtl .groupuser{margin-right:auto;margin-left:unset;text-align:left}.rtl .groupuser .gr-chat-friend-toggle{padding-left:20px;padding-right:unset}.rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{left:0;right:unset;text-align:right}.rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding-right:70px;padding-left:50px}.rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{left:40px;right:unset}.rtl .groupuser .gr-profile.grow:after{left:-4.2px;right:unset}.rtl [class*=" icon-"].pull-right,.rtl [class^=icon-].pull-right{margin-right:.3em;margin-left:unset}.rtl .groupuser .gr-profile+.gr-profile{margin-right:15px;margin-left:0}.rtl .dot-btn:before{left:1px;right:unset}.rtl .dot-btn:after{left:-4.2px;right:unset}.rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{margin-left:15px;margin-right:unset}.rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{left:0;right:unset}.rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body{text-align:right}.rtl .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-left:15px;margin-right:unset}.rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{left:15px;right:unset}.rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{right:15px;left:unset}.rtl .chitchat-container .chitchat-right-sidebar{left:-200px;right:unset}.rtl .profile-box .details{padding-right:20px}.rtl .privacy .custom-switch{left:0;right:unset;transform:scale(-1)}.rtl .privacy h5{text-align:right;padding-right:unset;padding-left:35px}.rtl .change-number span{border-left:none;padding:.5rem .75rem}.rtl .change-number .country-code{border-right:none;padding-right:3px}.rtl .slider-block{background-position:unset}.rtl .slider-block,.rtl .slider-block .slider-main{transform:scaleX(-1) scaleY(1)}.rtl .ml-3{margin-right:1rem!important}.rtl .app-design-main .app-hover{right:27%}.rtl .team-work-main .team-work-content .ply-main .ply-content{margin-left:20px;margin-right:unset}.rtl .team-work-main .team2{left:28%;right:unset}.rtl .team-work-main .team4{left:9%;right:unset}.rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-left:75px;margin-right:unset}.rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-left:20px;margin-right:unset}.rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{text-align:right}.rtl .testimonial-slider{direction:ltr}.rtl .secure-app-main .secure-app-content .ply-main .ply-content{margin-left:20px}.rtl .price-slider{direction:ltr}.rtl .subscribe-content .form-inline .form-control:first-child{margin-left:20px}.rtl .subscribe-content button{margin-right:20px}.rtl .fa-volume-up,.rtl .feather-chevron-left,.rtl .feather-chevron-right,.rtl .feather-phone,.rtl .feather-rotate-cw,.rtl .feather-send,.rtl .feather-video{transform:scaleX(-1)}.rtl .audiocall1.call-modal ul li+li,.rtl .audiocall2.call-modal ul li+li,.rtl .conferencecall.call-modal ul li+li,.rtl .videocall.call-modal ul li+li,.rtl .videocallhang.call-modal ul li+li{margin-right:30px;margin-left:unset}.rtl .videocall.call-modal .videocall-details #basicUsage,.rtl .videocallhang.call-modal .videocall-details #basicUsage{margin-left:20px;margin-right:unset}.rtl .videocall.call-modal .videocall-details .usersprof,.rtl .videocallhang.call-modal .videocall-details .usersprof{margin-left:15px;margin-right:unset}.rtl .videocall.call-modal .small-image,.rtl .videocallhang.call-modal .small-image{right:40px;left:unset}.rtl .dropdown-toggle:after{margin-right:.3em}.rtl .navbar-brand{margin-left:1rem;margin-right:unset}.rtl header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-left:20px;margin-right:unset}.rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:25px;margin-left:unset}.rtl .dropdown-menu{right:0;left:unset;float:right;text-align:right}.rtl .breadcrumb-main .breadcrumb-content .breadcrumb-right ul li{margin-left:15px;margin-right:unset}.rtl .page-decore .top{left:-30px;right:unset;transform:rotate(-130deg)}.rtl .page-decore .bottom{right:-20px;left:unset;transform:rotate(45deg)}.rtl .blog-page .blog-sidebar .blog-card .blog-search .input-group span{padding-left:15px;padding-right:unset}.rtl .blog-page .blog-sidebar .blog-card .recent-blog li .media img{margin-left:10px;margin-right:unset}.rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:15px}.rtl .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{margin:0 0 0 15px}.rtl .blog-page .blog-media .blog-right ul li+li{padding-right:15px;padding-left:unset;margin-right:15px;margin-left:unset;border-right:1px solid #ddd;border-left:none}.rtl .blog-page .blog-media .blog-right ul li i{padding-left:10px;padding-right:unset}.rtl .blog-detail-page .blog-detail .post-social{text-align:right}.rtl .blog-detail-page .blog-detail .post-social li+li{border-right:1px solid #eff1f2;border-left:unset;padding-right:unset;margin-right:15px;margin-left:unset}.rtl .blog-detail-page .blog-detail .post-social li i{margin-left:10px;margin-right:0}.rtl .blog-detail-page .blog-detail .post-social ul.social-group{float:left}.rtl .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,.rtl .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{margin-left:0;margin-right:unset}.rtl .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-right:8px;padding-left:unset;margin-right:0}.rtl .blog-detail-page .blog-commant .comment-section li img{margin-left:20px;margin-right:unset}.rtl .about-page .about-tab .nav{border-left:1px solid #eff1f2;border-right:unset}.rtl .secure-app-main{background-position:unset}.rtl .secure-app-main,.rtl .secure-app-main .secure-app-content{transform:scaleX(-1) scaleY(1)}.rtl .team-slider{direction:ltr}.rtl .team .owl-nav{left:0;right:unset}.rtl .about-page .offset-sm-2{margin-right:16.66667%}.rtl .about-page .offset-md-1{margin-right:8.33333%}.rtl .faq-section .faq-search-box .input-group span{padding-left:15px;padding-right:unset}.rtl .faq-section .accordion.theme-accordion .card .card-header{padding-right:unset;padding-left:30px}.rtl .faq-section .accordion.theme-accordion .card .card-header button{text-align:right}.rtl .faq-section .accordion.theme-accordion .card .card-header button:before{left:20px;right:unset}.rtl .faq-section .float-right{float:left!important}.rtl .collapse-block .block-title:after{left:0;right:unset}.rtl .theme-btn-group .btn-group-sm>a.btn:last-child,.rtl .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 0 10px}.rtl .theme-btn-group a:first-child{border-radius:15px 15px 15px 0}.rtl .theme-btn-group a:last-child{border-radius:15px 15px 0 15px}.rtl .theme-btn-group .btn-group-sm>a.btn:last-child{border-radius:10px 10px 0 10px}.rtl .theme-btn-group a+a{margin-right:5px}.rtl .document-list li h5{margin-right:30px;margin-left:unset}.rtl .element-card .typography .font_label,.rtl .element-card-body .fonts .btn-primary{margin-left:20px}.rtl .downlaod .footer-btn .btn span{padding-right:12px}.rtl footer .links li{padding-right:20px;padding-left:unset}.rtl footer .links li:hover a:before{right:3;left:unset}.rtl footer .links li a:before{right:0;left:unset;transform:scale(-1)}.rtl footer .footer-back-block .inner1{left:-80px;right:unset;transform:rotate(-96deg)}.rtl footer .footer-back-block .inner2{right:-80px;left:unset}.rtl footer .social-group li+li{margin-right:5px;margin-left:unset}.rtl .breadcrumb-main ul li+li{margin-right:30px;margin-left:unset}.rtl .breadcrumb-main ul li+li:before{right:-15px;left:unset}.rtl .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-right:15px}.rtl .login-page2 .login-content-main .medialogo{right:-4%;left:unset}.rtl .login-page2 .login-content-main .medialogo li+li{margin-left:15px;margin-right:unset}.rtl .login-page1 .right-page{left:0;right:unset}.rtl .login-content .form1 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset}.rtl .login-content .form2 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset;padding-right:1.25rem}.rtl .login-content .medialogo ul li+li{margin-right:20px;margin-left:unset}.rtl .login-content .termscondition h4 span{margin-left:8px;margin-right:unset}.rtl .right-login .login-img{transform:scaleX(-1)}.rtl .right-login .girl-logo{transform:scaleX(-1);left:27%;right:unset}.rtl .right-login .boy-logo{transform:scaleX(-1);right:36%;left:unset}.rtl .right-login .heart-logo{left:35%;right:unset}.rtl .right-login .has-logo{left:27%;right:unset}.rtl .right-login .has-logo1{right:25%;left:unset;transform:scalex(1)}.rtl .right-login .top-circle{right:20%;left:unset}.rtl .right-login .center-circle{right:6%;left:unset}.rtl .right-login .bottom-circle{right:13%;left:unset}.rtl .right-login .bottom-circle1{left:22%;right:unset}.rtl .right-login .right-circle{left:0;right:unset}.rtl .right-login .right-circle1{left:9%;right:unset}.rtl .right-login .cloud-logo3{animation:homecloud 45s linear infinite}.rtl .right-login .cloud-logo4{animation:homecloud 80s linear infinite}.rtl .right-login .cloud-logo1{animation:homecloud 25s linear infinite}.rtl .login-page2 .login-img{transform:scaleX(-1)}.rtl .login-page2 .girl-logo{transform:scaleX(-1);left:27%;right:unset}.rtl .login-page2 .boy-logo{transform:scaleX(-1);right:36%;left:unset}.rtl .login-page2 .heart-logo{left:35%;right:unset}.rtl .login-page2 .has-logo{left:27%;right:unset}.rtl .login-page2 .has-logo1{right:25%;left:unset;transform:scalex(1)}.rtl .login-page2 .top-circle{right:20%;left:unset}.rtl .login-page2 .center-circle{right:6%;left:unset}.rtl .login-page2 .bottom-circle{right:13%;left:unset}.rtl .login-page2 .bottom-circle1{left:22%;right:unset}.rtl .login-page2 .right-circle{left:0;right:unset}.rtl .login-page2 .right-circle1{left:9%;right:unset}.rtl .login-page2 .cloud-logo3{animation:homecloud 45s linear infinite}.rtl .login-page2 .cloud-logo4{animation:homecloud 80s linear infinite}.rtl .login-page2 .cloud-logo1{animation:homecloud 25s linear infinite}.rtl .chitchat-container .main-nav{border-left:1px solid #eff1f2;border-right:none}.rtl .chitchat-container .main-nav .logo-warpper img,.rtl .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{transform:scaleX(-1)}.rtl .chat-main li.active{border-right:4px solid #1c9dea;border-left:none}.rtl .chat-main li .chat-box .icon-btn.btn-outline-light{right:unset;left:0}.rtl .btn-fix{margin-right:-30px;margin-left:unset}.rtl .app-sidebar .app-list{border-right:2px solid #eff1f2;border-left:none}.rtl .contact-list-tab .chat-main{padding-left:15px}.rtl .app-sidebar .apps-ul>li .file-tab .tab-content{margin-left:-20px;padding-left:20px;margin-right:unset;padding-right:unset}.rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{text-align:right}.rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{border-left:none;padding-left:5px;border-right:4px solid #1c9dea;padding-right:15px}.rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp,.rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .target-reminder-list{border-left:2px solid #eff1f2;border-right-width:5px;border-right-color:rgba(28,157,234,.3);text-align:right}.rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{right:unset;left:0}.rtl ul.chat-cont-setting{left:unset;right:20%}.rtl .setting-sidebar{right:unset;left:-365px}.rtl .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 7%}.rtl .sidebar-pannle-main{left:22px;right:unset}@media(max-width:1367px){.rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:1366px){.rtl .social-group li+li{margin-right:5px;margin-left:unset}.rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:1200px){.rtl .inner-page header .landing-header .navbar-toggler{left:20px;right:unset}.rtl header .landing-header .navbar-collapse{right:0;left:unset}.rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:30px}.rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:5px}.rtl .right-login .login-img{width:65%}.rtl .right-login .boy-logo{right:29%;left:unset;top:50%}.rtl .right-login .girl-logo{left:14%;right:unset;top:27%}.rtl .right-login .has-logo1{right:12%;left:unset}}@media(max-width:1024px){.rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:992px){.rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:991px){.rtl .downlaod .footer-btn .btn+.btn{margin-right:15px;margin-left:unset}.rtl .right-login .girl-logo{width:35%;top:23%;left:3%}.rtl .right-login .login-img{width:80%}.rtl .right-login .boy-logo{right:21%;left:unset;top:50%;width:25%}.rtl .right-login .girl-logo{width:33%;left:9%;right:unset;top:25%}.rtl .right-login .has-logo1{right:5%;left:unset;top:69%}}@media(max-width:768px){.rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-left:unset}.rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:8px}}@media(max-width:767px){.rtl footer .footer-title .according-menu:before,.rtl footer .footer-title.active .according-menu:before{left:2px;right:unset}.rtl .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:0}}@media(max-width:600px){.rtl .downlaod .footer-btn{display:flex}.rtl .downlaod .footer-btn .btn+.btn{margin-right:15px}.rtl .blog-card .default-form .form-group input{padding:10px}}@media(max-width:576px){.rtl .downlaod .footer-btn{display:flex}}@media(max-width:480px){.rtl footer .section-py-space .footer-title .according-menu:before{left:10px;right:unset}.rtl .error-main .error-contain .animated-bg i{height:70px;width:70px}}@media(max-width:420px){.rtl .downlaod .footer-btn{display:-webkit-box}.rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-top:15px}}@media(max-width:360px){.rtl .blog-page .blog-media .blog-right ul{display:flex}.rtl .downlaod .footer-btn{display:-webkit-box}}@media(max-width:320px){.rtl .breadcrumb-main ul li+li{margin-right:15px;margin-left:unset}}.login-content{width:450px;margin:0 auto}.login-content .login-content-header img{height:50px;width:auto}.login-content h3{font-size:calc(18px + 8*(100vw - 320px)/1600);font-family:Rubik,sans-serif;font-weight:500;padding-bottom:16px}.login-content h4{margin-bottom:35px;line-height:1.4;font-family:Roboto,sans-serif;font-weight:400}.login-content .form1 .form-group,.login-content .form2 .form-group{margin-bottom:30px}.login-content .form1 .form-group .col-form-label,.login-content .form2 .form-group .col-form-label{font-size:calc(14px + 2*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;padding-top:0;padding-bottom:15px;line-height:1}.login-content .form1 .form-group .buttons,.login-content .form2 .form-group .buttons{text-align:center}.login-content .form1 .form-group .buttons .btn,.login-content .form2 .form-group .buttons .btn{padding:14px 65px;color:#fff;justify-content:center}.login-content .form1 .form-group .buttons .btn-signup,.login-content .form2 .form-group .buttons .btn-signup{background-color:#223645;margin-left:25px}.login-content .form1 .form-group .form-check,.login-content .form2 .form-group .form-check{display:flex;justify-content:space-between;align-items:center}.login-content .form1 .form-group .form-check h6,.login-content .form2 .form-group .form-check h6{color:#223645;font-family:Montserrat,sans-serif;font-weight:500}.login-content .form1 .form-group .form-check-input,.login-content .form2 .form-group .form-check-input{margin-right:-1.25rem;margin-left:unset}.login-content .form1 .form-group .form-control,.login-content .form2 .form-group .form-control{padding:13px 20px;border-radius:5px;border:1px solid rgba(0,0,0,.1);height:auto}.login-content .form1 .form-group .form-control::placeholder,.login-content .form2 .form-group .form-control::placeholder{font-size:15px;color:#223645;font-family:Roboto,sans-serif;font-weight:400}.login-content .form1 .form-group .form-check-label,.login-content .form2 .form-group .form-check-label{font-size:12px;font-family:Montserrat,sans-serif;font-weight:500;text-transform:capitalize;line-height:1}.login-content .form2 .form-group .form-check-input{margin-right:0;margin-left:-1.25rem}.login-content .line{display:flex;justify-content:center;margin-bottom:30px;margin-top:50px}.login-content .line h6{font-family:Montserrat,sans-serif;font-weight:600;color:#223645}.login-content .line h6:after,.login-content .line h6:before{display:inline-block;content:"";border-top:1px solid #ededed;width:4.5rem;margin:0 1rem}.login-content .medialogo{margin-bottom:30px}.login-content .medialogo ul{display:flex;justify-content:center}.login-content .medialogo ul li+li{margin-left:20px}.login-content .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}.login-content .termscondition{text-align:center}.login-content .termscondition h4 span{color:#ff4e2b;margin-right:8px}.login-content .termscondition h4 b{margin-left:8px;margin-right:8px}.right-login{justify-content:center;display:flex;max-height:100%}.login-page2,.right-login{background-color:#eff7fe;width:auto;height:100%;position:relative}.login-page2 .login-img,.right-login .login-img{position:absolute;top:30%}.login-page2 .boy-logo,.right-login .boy-logo{position:absolute;left:36%;top:52%}.login-page2 .girl-logo,.right-login .girl-logo{top:27%;right:27%;position:absolute}.login-page2 .heart-logo,.right-login .heart-logo{position:absolute;animation:heartbeat 5s infinite;top:15%;right:35%}.login-page2 .has-logo,.right-login .has-logo{position:absolute;top:15%;right:27%}.login-page2 .has-logo1,.right-login .has-logo1{position:absolute;top:60%;left:25%;transform:scalex(-1)}.login-page2 .cloud-logo,.right-login .cloud-logo{position:absolute;top:15%;left:0;animation:homecloud 90s linear infinite;transform:scale(.15)}.login-page2 .cloud-logo1,.right-login .cloud-logo1{position:absolute;bottom:10%;animation:animateCloud 25s linear infinite;height:25px}.login-page2 .cloud-logo2,.right-login .cloud-logo2{position:absolute;top:2%;animation:homecloud 60s linear infinite;transform:scale(.5)}.login-page2 .cloud-logo3,.right-login .cloud-logo3{position:absolute;top:31%;animation:animateCloud 45s linear infinite;transform:scaleX(-1);height:30px}.login-page2 .cloud-logo4,.right-login .cloud-logo4{position:absolute;animation:animateCloud 80s linear infinite;transform:scale(.55)}.login-page2 .maincircle,.right-login .maincircle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(100px + 580*(100vw - 320px)/1600);height:calc(100px + 580*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:15%;position:absolute}.login-page2 .top-circle,.right-login .top-circle{background-image:linear-gradient(#f1f8fe,#f1f8fe,#cde7fa);top:2%;left:20%}.login-page2 .center-circle,.login-page2 .top-circle,.right-login .center-circle,.right-login .top-circle{padding:1px;height:calc(50px + 50*(100vw - 320px)/1600);width:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;position:absolute}.login-page2 .center-circle,.right-login .center-circle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe);top:45%;left:6%}.login-page2 .bottom-circle,.right-login .bottom-circle{width:calc(50px + 50*(100vw - 320px)/1600);height:calc(50px + 50*(100vw - 320px)/1600);bottom:0;left:13%}.login-page2 .bottom-circle,.login-page2 .bottom-circle1,.right-login .bottom-circle,.right-login .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;border-color:transparent;border-radius:50%;border-width:1px;position:absolute}.login-page2 .bottom-circle1,.right-login .bottom-circle1{width:calc(40px + 80*(100vw - 320px)/1600);height:calc(40px + 80*(100vw - 320px)/1600);bottom:2%;right:22%}.login-page2 .right-circle,.right-login .right-circle{background-image:linear-gradient(270deg,#f1f8fe,#f1f8fe,#cde7fa);padding:1px;width:calc(90px + 170*(100vw - 320px)/1600);height:calc(90px + 170*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:18%;right:0;position:absolute}.login-page2 .right-circle1,.right-login .right-circle1{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe,#f1f8fe);padding:1px;width:calc(75px + 65*(100vw - 320px)/1600);height:calc(75px + 65*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:1%;right:9%;position:absolute}.login-page1 .login-content{width:100%}.login-page1 .login-content h3{padding-bottom:5px}.login-page1 .login-content-header img{margin-bottom:20px}.login-page1 .left-page{position:relative;z-index:10;width:34%;height:100%;padding:50px;display:flex;align-items:center}.login-page1 .right-page{height:100vh;position:fixed;right:0;width:66%}.login-page1 .right-page .animation-block{z-index:1;position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.login-page1 .login-contain-main{display:flex}.login-page2{position:relative;overflow:hidden;height:100vh;display:flex;overflow-y:auto;align-items:center}.login-page2 .login-content-main{margin:0 auto;width:-moz-fit-content;width:fit-content;z-index:20;position:relative}.login-page2 .login-content-main .login-content2{background-color:#fff;padding:23px;border-radius:15px;z-index:10;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:30px}.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs{padding-bottom:unset}.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{background-color:#1c9dea!important;color:#fff!important}.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link.active{color:#1c9dea!important;background-color:rgba(28,157,234,.15)!important}.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-left:15px}.login-page2 .login-content-main .login-content{background-color:#fff;border:3px;width:600px;padding:50px 80px;z-index:10}.login-page2 .login-content-main .login-content h3,.login-page2 .login-content-main .login-content h4{text-align:center}.login-page2 .login-content-main .login-content .login-content-header{padding-bottom:20px;text-align:center}.login-page2 .login-content-main .login-content .form2 .form-group .buttons{margin-bottom:unset}.login-page2 .login-content-main .medialogo{display:inline-block;left:-4%;position:absolute;top:40%;margin-bottom:unset}.login-page2 .login-content-main .medialogo li+li{margin-left:unset;margin-top:10px}.login-page2 .form2 .form-group .form-check-input{margin-top:-2px}.login-page2 .top-circle{width:calc(90px + 190*(100vw - 320px)/1600);height:calc(90px + 190*(100vw - 320px)/1600);top:11%;left:12%}.login-page2 .center-circle{background-image:linear-gradient(270deg,#cde7fa,#f1f8fe,#f1f8fe);left:6%;height:calc(60px + 90*(100vw - 320px)/1600);width:calc(60px + 90*(100vw - 320px)/1600)}.login-page2 .quarterCircle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe);width:80px}.login-page2 .right-circle1{background-image:linear-gradient(0deg,#cde7fa,#f1f8fe,#f1f8fe);width:70px;height:70px;top:33%;right:11%}.login-page2 .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);width:80px;height:80px;bottom:2%;right:35%}.login-page2 .right-circle{background-image:linear-gradient(90deg,#f1f8fe,#f1f8fe,#cde7fa);width:calc(50px + 110*(100vw - 320px)/1600);height:calc(50px + 110*(100vw - 320px)/1600);bottom:0;right:3%}.login-page2 .cloud-logo{top:-6%;left:-81%;height:5%;transform:none}.login-page2 .cloud-logo4{bottom:2%}.login-page2 .cloud-logo2{left:-208%;height:13%}.login-page2 .cloud-logo5{position:absolute;top:2%;animation:homecloud 30s linear infinite;height:10%}@media(max-width:1470px){.login-page1 .right-page{width:60%}.login-page2{height:100%;padding-top:40px;padding-bottom:40px}}@media(max-width:1434px){.login-content{width:430px}.login-content .form1 .form-group .buttons .btn,.login-content .form2 .form-group .buttons .btn{padding:14px 50px}}@media(max-width:1367px){.login-page2 .login-content-main .login-content{padding:50px}}@media(min-width:992px)and (max-width:1200px){.login-content .line h6:after,.login-content .line h6:before{width:3.5rem}}@media(max-width:1200px){.login-page1 .left-page{padding:30px}.right-login .boy-logo{left:29%;top:50%}.right-login .girl-logo{right:14%;top:27%}.right-login .has-logo1{left:12%}.right-login .login-img{width:65%}.login-content .login-content-header{padding-bottom:27px}.login-content h4{margin-bottom:24px}.login-content .form1 .form-group .form-control,.login-content .form2 .form-group .form-control{padding:15px}.login-content .form1 .form-group .col-form-label,.login-content .form2 .form-group .col-form-label{padding-bottom:16px}.login-content .form1 .form-group .buttons,.login-content .form1 .form-group .form-check,.login-content .form2 .form-group .buttons,.login-content .form2 .form-group .form-check,.login-content .line,.login-content .medialogo{margin-bottom:30px}}@media(max-width:1199px){.login-page1 .left-page{width:40%}}@media(max-width:1024px){.login-content{width:350px}}@media(max-width:991px){.right-login .login-img{width:80%}.right-login .girl-logo{width:35%;top:23%;right:3%}.right-login .boy-logo{left:21%;top:45%;width:27%}.right-login .has-logo1{top:69%;left:2%}.login-page1 .left-page,.login-page1 .right-page{width:50%}}@media(max-width:768px){.login-content{width:340px}.login-content .line h6:after,.login-content .line h6:before{width:3.5rem}.right-login .boy-logo{left:23%;top:43%;width:24%}.girl-logo{right:11%;top:24%}}@media(max-width:767px){.right-page{position:absolute;opacity:.05}.login-content{width:auto;padding:50px}.login-content .login-content-header{padding-bottom:17px}.login-content .login-content-header img{height:40px}.login-content h4{margin-bottom:17px}.login-content .form1 .form-group,.login-content .form2 .form-group{margin-bottom:20px}.login-content .form1 .form-group .col-form-label,.login-content .form2 .form-group .col-form-label{padding-bottom:10px}.login-content .form1 .form-group .form-check,.login-content .form2 .form-group .form-check{margin-bottom:20px}.login-content .form2 .form-group .buttons .btn{padding:12px 35px}.login-page1 .left-page,.login-page1 .right-page{width:100%}.login-page2 .login-content-main .login-content{width:530px;padding:30px}.login-page2 .login-content-main .medialogo{position:unset;display:flex;justify-content:center;margin-bottom:20px}.login-page2 .login-content-main .medialogo li+li{margin-top:unset;margin-left:15px}.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{min-width:auto;padding:10px 35px}.login-content h3{padding-bottom:10px}}@media(max-width:600px){.login-page2 .medialogo{display:flex;position:unset;justify-content:center}.login-page2 .medialogo li+li{margin-top:unset;margin-left:10px}}@media(max-width:575px){.login-content{padding:30px}.login-content .form1 .form-group .buttons .btn,.login-content .form2 .form-group .buttons .btn{padding:12px 25px}.login-content .form1 .form-group .form-control,.login-content .form2 .form-group .form-control{padding:10px;line-height:1}.login-content .form1 .form-group .form-control::placeholder,.login-content .form2 .form-group .form-control::placeholder{font-size:13px}.login-content .login-content-header img{height:30px}.login-page1 .left-page{padding:0}.login-page2 .login-content-main{padding:15px}.login-page2 .login-content-main .login-content{width:100%}.login-page2 .login-content-main .login-content2{padding:20px}.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item{margin-right:0}.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{padding:10px 25px}.login-page2 .login-content-main .medialogo li .icon-btn{width:30px;height:30px}.login-page2 .login-content-main .medialogo li .icon-btn i{font-size:12px}}@media(max-width:320px){.login-content .line h6:after,.login-content .line h6:before{width:2.5rem}}.medialogo .btn-facebook{background-color:#2c67ce;color:#fff}.default-form .form-control:focus{box-shadow:none}.default-form .form-group{margin:0}.default-form .form-group input{height:45px}.default-form .form-group input,.default-form .form-group textarea{border-radius:15px;background-color:#eff7fe;border:none}.default-form .form-group h5{margin-bottom:15px}.default-form .form-group+.form-group{margin-top:15px}.default-form .form-group a{text-align:center}.default-form .form-group p{padding-top:10px}.default-form select{-webkit-appearance:none;width:100%;padding:12px 20px;text-transform:capitalize;font-size:15px;line-height:1;background-color:transparent;height:50px;border-radius:15px;color:#647589;border:none;background:url(/assets/images/drop-1.png) #eff7fe no-repeat scroll 94%;margin-bottom:30px}.form-control-plaintext{background-color:#fff}.form-radious input{border-radius:15px}.form-sm input{height:32px;font-size:13px}.colorfull .sidebar-bottom li:nth-child(5n+1) a i,.colorfull .sidebar-top li:nth-child(5n+1) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+1) a svg,.colorfull .sidebar-top li:nth-child(5n+1) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+2) a i,.colorfull .sidebar-top li:nth-child(5n+2) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+2) a svg,.colorfull .sidebar-top li:nth-child(5n+2) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+3) a i,.colorfull .sidebar-top li:nth-child(5n+3) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+3) a svg,.colorfull .sidebar-top li:nth-child(5n+3) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+4) a i,.colorfull .sidebar-top li:nth-child(5n+4) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+4) a svg,.colorfull .sidebar-top li:nth-child(5n+4) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+5) a i,.colorfull .sidebar-top li:nth-child(5n+5) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+5) a svg,.colorfull .sidebar-top li:nth-child(5n+5) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+6) a i,.colorfull .sidebar-top li:nth-child(5n+6) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+6) a svg,.colorfull .sidebar-top li:nth-child(5n+6) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+7) a i,.colorfull .sidebar-top li:nth-child(5n+7) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+7) a svg,.colorfull .sidebar-top li:nth-child(5n+7) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+8) a i,.colorfull .sidebar-top li:nth-child(5n+8) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+8) a svg,.colorfull .sidebar-top li:nth-child(5n+8) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+9) a i,.colorfull .sidebar-top li:nth-child(5n+9) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+9) a svg,.colorfull .sidebar-top li:nth-child(5n+9) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+10) a i,.colorfull .sidebar-top li:nth-child(5n+10) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+10) a svg,.colorfull .sidebar-top li:nth-child(5n+10) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+11) a i,.colorfull .sidebar-top li:nth-child(5n+11) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+11) a svg,.colorfull .sidebar-top li:nth-child(5n+11) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+12) a i,.colorfull .sidebar-top li:nth-child(5n+12) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+12) a svg,.colorfull .sidebar-top li:nth-child(5n+12) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+13) a i,.colorfull .sidebar-top li:nth-child(5n+13) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+13) a svg,.colorfull .sidebar-top li:nth-child(5n+13) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+14) a i,.colorfull .sidebar-top li:nth-child(5n+14) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+14) a svg,.colorfull .sidebar-top li:nth-child(5n+14) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+15) a i,.colorfull .sidebar-top li:nth-child(5n+15) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+15) a svg,.colorfull .sidebar-top li:nth-child(5n+15) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+16) a i,.colorfull .sidebar-top li:nth-child(5n+16) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+16) a svg,.colorfull .sidebar-top li:nth-child(5n+16) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+17) a i,.colorfull .sidebar-top li:nth-child(5n+17) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+17) a svg,.colorfull .sidebar-top li:nth-child(5n+17) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+18) a i,.colorfull .sidebar-top li:nth-child(5n+18) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+18) a svg,.colorfull .sidebar-top li:nth-child(5n+18) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+19) a i,.colorfull .sidebar-top li:nth-child(5n+19) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+19) a svg,.colorfull .sidebar-top li:nth-child(5n+19) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+20) a i,.colorfull .sidebar-top li:nth-child(5n+20) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+20) a svg,.colorfull .sidebar-top li:nth-child(5n+20) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+21) a i,.colorfull .sidebar-top li:nth-child(5n+21) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+21) a svg,.colorfull .sidebar-top li:nth-child(5n+21) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+22) a i,.colorfull .sidebar-top li:nth-child(5n+22) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+22) a svg,.colorfull .sidebar-top li:nth-child(5n+22) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+23) a i,.colorfull .sidebar-top li:nth-child(5n+23) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+23) a svg,.colorfull .sidebar-top li:nth-child(5n+23) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+24) a i,.colorfull .sidebar-top li:nth-child(5n+24) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+24) a svg,.colorfull .sidebar-top li:nth-child(5n+24) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+25) a i,.colorfull .sidebar-top li:nth-child(5n+25) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+25) a svg,.colorfull .sidebar-top li:nth-child(5n+25) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+26) a i,.colorfull .sidebar-top li:nth-child(5n+26) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+26) a svg,.colorfull .sidebar-top li:nth-child(5n+26) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+27) a i,.colorfull .sidebar-top li:nth-child(5n+27) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+27) a svg,.colorfull .sidebar-top li:nth-child(5n+27) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+28) a i,.colorfull .sidebar-top li:nth-child(5n+28) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+28) a svg,.colorfull .sidebar-top li:nth-child(5n+28) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+29) a i,.colorfull .sidebar-top li:nth-child(5n+29) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+29) a svg,.colorfull .sidebar-top li:nth-child(5n+29) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+30) a i,.colorfull .sidebar-top li:nth-child(5n+30) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+30) a svg,.colorfull .sidebar-top li:nth-child(5n+30) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+31) a i,.colorfull .sidebar-top li:nth-child(5n+31) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+31) a svg,.colorfull .sidebar-top li:nth-child(5n+31) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+32) a i,.colorfull .sidebar-top li:nth-child(5n+32) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+32) a svg,.colorfull .sidebar-top li:nth-child(5n+32) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+33) a i,.colorfull .sidebar-top li:nth-child(5n+33) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+33) a svg,.colorfull .sidebar-top li:nth-child(5n+33) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+34) a i,.colorfull .sidebar-top li:nth-child(5n+34) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+34) a svg,.colorfull .sidebar-top li:nth-child(5n+34) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+35) a i,.colorfull .sidebar-top li:nth-child(5n+35) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+35) a svg,.colorfull .sidebar-top li:nth-child(5n+35) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+36) a i,.colorfull .sidebar-top li:nth-child(5n+36) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+36) a svg,.colorfull .sidebar-top li:nth-child(5n+36) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+37) a i,.colorfull .sidebar-top li:nth-child(5n+37) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+37) a svg,.colorfull .sidebar-top li:nth-child(5n+37) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+38) a i,.colorfull .sidebar-top li:nth-child(5n+38) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+38) a svg,.colorfull .sidebar-top li:nth-child(5n+38) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+39) a i,.colorfull .sidebar-top li:nth-child(5n+39) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+39) a svg,.colorfull .sidebar-top li:nth-child(5n+39) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+40) a i,.colorfull .sidebar-top li:nth-child(5n+40) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+40) a svg,.colorfull .sidebar-top li:nth-child(5n+40) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+41) a i,.colorfull .sidebar-top li:nth-child(5n+41) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+41) a svg,.colorfull .sidebar-top li:nth-child(5n+41) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+42) a i,.colorfull .sidebar-top li:nth-child(5n+42) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+42) a svg,.colorfull .sidebar-top li:nth-child(5n+42) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+43) a i,.colorfull .sidebar-top li:nth-child(5n+43) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+43) a svg,.colorfull .sidebar-top li:nth-child(5n+43) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+44) a i,.colorfull .sidebar-top li:nth-child(5n+44) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+44) a svg,.colorfull .sidebar-top li:nth-child(5n+44) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+45) a i,.colorfull .sidebar-top li:nth-child(5n+45) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+45) a svg,.colorfull .sidebar-top li:nth-child(5n+45) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+46) a i,.colorfull .sidebar-top li:nth-child(5n+46) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+46) a svg,.colorfull .sidebar-top li:nth-child(5n+46) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+47) a i,.colorfull .sidebar-top li:nth-child(5n+47) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+47) a svg,.colorfull .sidebar-top li:nth-child(5n+47) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+48) a i,.colorfull .sidebar-top li:nth-child(5n+48) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+48) a svg,.colorfull .sidebar-top li:nth-child(5n+48) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+49) a i,.colorfull .sidebar-top li:nth-child(5n+49) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+49) a svg,.colorfull .sidebar-top li:nth-child(5n+49) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+50) a i,.colorfull .sidebar-top li:nth-child(5n+50) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+50) a svg,.colorfull .sidebar-top li:nth-child(5n+50) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+51) a i,.colorfull .sidebar-top li:nth-child(5n+51) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+51) a svg,.colorfull .sidebar-top li:nth-child(5n+51) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+52) a i,.colorfull .sidebar-top li:nth-child(5n+52) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+52) a svg,.colorfull .sidebar-top li:nth-child(5n+52) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+53) a i,.colorfull .sidebar-top li:nth-child(5n+53) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+53) a svg,.colorfull .sidebar-top li:nth-child(5n+53) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+54) a i,.colorfull .sidebar-top li:nth-child(5n+54) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+54) a svg,.colorfull .sidebar-top li:nth-child(5n+54) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+55) a i,.colorfull .sidebar-top li:nth-child(5n+55) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+55) a svg,.colorfull .sidebar-top li:nth-child(5n+55) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+56) a i,.colorfull .sidebar-top li:nth-child(5n+56) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+56) a svg,.colorfull .sidebar-top li:nth-child(5n+56) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+57) a i,.colorfull .sidebar-top li:nth-child(5n+57) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+57) a svg,.colorfull .sidebar-top li:nth-child(5n+57) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+58) a i,.colorfull .sidebar-top li:nth-child(5n+58) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+58) a svg,.colorfull .sidebar-top li:nth-child(5n+58) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+59) a i,.colorfull .sidebar-top li:nth-child(5n+59) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+59) a svg,.colorfull .sidebar-top li:nth-child(5n+59) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+60) a i,.colorfull .sidebar-top li:nth-child(5n+60) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+60) a svg,.colorfull .sidebar-top li:nth-child(5n+60) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+61) a i,.colorfull .sidebar-top li:nth-child(5n+61) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+61) a svg,.colorfull .sidebar-top li:nth-child(5n+61) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+62) a i,.colorfull .sidebar-top li:nth-child(5n+62) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+62) a svg,.colorfull .sidebar-top li:nth-child(5n+62) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+63) a i,.colorfull .sidebar-top li:nth-child(5n+63) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+63) a svg,.colorfull .sidebar-top li:nth-child(5n+63) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+64) a i,.colorfull .sidebar-top li:nth-child(5n+64) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+64) a svg,.colorfull .sidebar-top li:nth-child(5n+64) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+65) a i,.colorfull .sidebar-top li:nth-child(5n+65) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+65) a svg,.colorfull .sidebar-top li:nth-child(5n+65) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+66) a i,.colorfull .sidebar-top li:nth-child(5n+66) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+66) a svg,.colorfull .sidebar-top li:nth-child(5n+66) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+67) a i,.colorfull .sidebar-top li:nth-child(5n+67) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+67) a svg,.colorfull .sidebar-top li:nth-child(5n+67) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+68) a i,.colorfull .sidebar-top li:nth-child(5n+68) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+68) a svg,.colorfull .sidebar-top li:nth-child(5n+68) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+69) a i,.colorfull .sidebar-top li:nth-child(5n+69) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+69) a svg,.colorfull .sidebar-top li:nth-child(5n+69) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+70) a i,.colorfull .sidebar-top li:nth-child(5n+70) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+70) a svg,.colorfull .sidebar-top li:nth-child(5n+70) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+71) a i,.colorfull .sidebar-top li:nth-child(5n+71) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+71) a svg,.colorfull .sidebar-top li:nth-child(5n+71) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+72) a i,.colorfull .sidebar-top li:nth-child(5n+72) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+72) a svg,.colorfull .sidebar-top li:nth-child(5n+72) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+73) a i,.colorfull .sidebar-top li:nth-child(5n+73) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+73) a svg,.colorfull .sidebar-top li:nth-child(5n+73) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+74) a i,.colorfull .sidebar-top li:nth-child(5n+74) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+74) a svg,.colorfull .sidebar-top li:nth-child(5n+74) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+75) a i,.colorfull .sidebar-top li:nth-child(5n+75) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+75) a svg,.colorfull .sidebar-top li:nth-child(5n+75) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+76) a i,.colorfull .sidebar-top li:nth-child(5n+76) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+76) a svg,.colorfull .sidebar-top li:nth-child(5n+76) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+77) a i,.colorfull .sidebar-top li:nth-child(5n+77) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+77) a svg,.colorfull .sidebar-top li:nth-child(5n+77) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+78) a i,.colorfull .sidebar-top li:nth-child(5n+78) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+78) a svg,.colorfull .sidebar-top li:nth-child(5n+78) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+79) a i,.colorfull .sidebar-top li:nth-child(5n+79) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+79) a svg,.colorfull .sidebar-top li:nth-child(5n+79) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+80) a i,.colorfull .sidebar-top li:nth-child(5n+80) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+80) a svg,.colorfull .sidebar-top li:nth-child(5n+80) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+81) a i,.colorfull .sidebar-top li:nth-child(5n+81) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+81) a svg,.colorfull .sidebar-top li:nth-child(5n+81) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+82) a i,.colorfull .sidebar-top li:nth-child(5n+82) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+82) a svg,.colorfull .sidebar-top li:nth-child(5n+82) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+83) a i,.colorfull .sidebar-top li:nth-child(5n+83) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+83) a svg,.colorfull .sidebar-top li:nth-child(5n+83) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+84) a i,.colorfull .sidebar-top li:nth-child(5n+84) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+84) a svg,.colorfull .sidebar-top li:nth-child(5n+84) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+85) a i,.colorfull .sidebar-top li:nth-child(5n+85) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+85) a svg,.colorfull .sidebar-top li:nth-child(5n+85) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+86) a i,.colorfull .sidebar-top li:nth-child(5n+86) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+86) a svg,.colorfull .sidebar-top li:nth-child(5n+86) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+87) a i,.colorfull .sidebar-top li:nth-child(5n+87) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+87) a svg,.colorfull .sidebar-top li:nth-child(5n+87) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+88) a i,.colorfull .sidebar-top li:nth-child(5n+88) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+88) a svg,.colorfull .sidebar-top li:nth-child(5n+88) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+89) a i,.colorfull .sidebar-top li:nth-child(5n+89) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+89) a svg,.colorfull .sidebar-top li:nth-child(5n+89) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+90) a i,.colorfull .sidebar-top li:nth-child(5n+90) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+90) a svg,.colorfull .sidebar-top li:nth-child(5n+90) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+91) a i,.colorfull .sidebar-top li:nth-child(5n+91) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+91) a svg,.colorfull .sidebar-top li:nth-child(5n+91) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+92) a i,.colorfull .sidebar-top li:nth-child(5n+92) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+92) a svg,.colorfull .sidebar-top li:nth-child(5n+92) a svg{fill:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+93) a i,.colorfull .sidebar-top li:nth-child(5n+93) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+93) a svg,.colorfull .sidebar-top li:nth-child(5n+93) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+94) a i,.colorfull .sidebar-top li:nth-child(5n+94) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+94) a svg,.colorfull .sidebar-top li:nth-child(5n+94) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+95) a i,.colorfull .sidebar-top li:nth-child(5n+95) a i{color:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+95) a svg,.colorfull .sidebar-top li:nth-child(5n+95) a svg{fill:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+96) a i,.colorfull .sidebar-top li:nth-child(5n+96) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+96) a svg,.colorfull .sidebar-top li:nth-child(5n+96) a svg{fill:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+97) a i,.colorfull .sidebar-top li:nth-child(5n+97) a i{color:#1280c1!important}.colorfull .sidebar-bottom li:nth-child(5n+97) a svg,.colorfull .sidebar-top li:nth-child(5n+97) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+98) a i,.colorfull .sidebar-top li:nth-child(5n+98) a i{color:#32a42a!important}.colorfull .sidebar-bottom li:nth-child(5n+98) a svg,.colorfull .sidebar-top li:nth-child(5n+98) a svg{fill:#e0a900!important}.colorfull .sidebar-bottom li:nth-child(5n+99) a i,.colorfull .sidebar-top li:nth-child(5n+99) a i{color:#111b23!important}.colorfull .sidebar-bottom li:nth-child(5n+99) a svg,.colorfull .sidebar-top li:nth-child(5n+99) a svg{fill:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+100) a i,.colorfull .sidebar-top li:nth-child(5n+100) a i{color:#f72900!important}.colorfull .sidebar-bottom li:nth-child(5n+100) a svg,.colorfull .sidebar-top li:nth-child(5n+100) a svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+1)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+2)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+3)>a>svg,.colorfull .calls>li:nth-child(5n+4)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+5)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+6)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+7)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+8)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+9)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+10)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+11)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+12)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+13)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+14)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+15)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+16)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+17)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+18)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+19)>a>svg,.colorfull .calls>li:nth-child(5n+20)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+21)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+22)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+23)>a>svg,.colorfull .calls>li:nth-child(5n+24)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+25)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+26)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+27)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+28)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+29)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+30)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+31)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+32)>a>svg,.colorfull .calls>li:nth-child(5n+33)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+34)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+35)>a>svg,.colorfull .calls>li:nth-child(5n+36)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+37)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+38)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+39)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+40)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+41)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+42)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+43)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+44)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+45)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+46)>a>svg,.colorfull .calls>li:nth-child(5n+47)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+48)>a>svg,.colorfull .calls>li:nth-child(5n+49)>a>svg,.colorfull .calls>li:nth-child(5n+50)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+51)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+52)>a>svg,.colorfull .calls>li:nth-child(5n+53)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+54)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+55)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+56)>a>svg,.colorfull .calls>li:nth-child(5n+57)>a>svg,.colorfull .calls>li:nth-child(5n+58)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+59)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+60)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+61)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+62)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+63)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+64)>a>svg,.colorfull .calls>li:nth-child(5n+65)>a>svg,.colorfull .calls>li:nth-child(5n+66)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+67)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+68)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+69)>a>svg,.colorfull .calls>li:nth-child(5n+70)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+71)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+72)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+73)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+74)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+75)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+76)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+77)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+78)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+79)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+80)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+81)>a>svg,.colorfull .calls>li:nth-child(5n+82)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+83)>a>svg,.colorfull .calls>li:nth-child(5n+84)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+85)>a>svg,.colorfull .calls>li:nth-child(5n+86)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+87)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+88)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+89)>a>svg{fill:#111b23!important}.colorfull .calls>li:nth-child(5n+90)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+91)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+92)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+93)>a>svg,.colorfull .calls>li:nth-child(5n+94)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+95)>a>svg,.colorfull .calls>li:nth-child(5n+96)>a>svg{fill:#f72900!important}.colorfull .calls>li:nth-child(5n+97)>a>svg{fill:#1280c1!important}.colorfull .calls>li:nth-child(5n+98)>a>svg{fill:#e0a900!important}.colorfull .calls>li:nth-child(5n+99)>a>svg{fill:#32a42a!important}.colorfull .calls>li:nth-child(5n+100)>a>svg{fill:#111b23!important}.colorfull .media-right li:nth-child(5n+1) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+2) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+3) a svg{stroke:#111b23!important}.colorfull .media-right li:nth-child(5n+4) a svg,.colorfull .media-right li:nth-child(5n+5) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+6) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+7) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+8) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+9) a svg{stroke:#111b23!important}.colorfull .media-right li:nth-child(5n+10) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+11) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+12) a svg,.colorfull .media-right li:nth-child(5n+13) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+14) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+15) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+16) a svg,.colorfull .media-right li:nth-child(5n+17) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+18) a svg{stroke:#111b23!important}.colorfull .media-right li:nth-child(5n+19) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+20) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+21) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+22) a svg{stroke:#111b23!important}.colorfull .media-right li:nth-child(5n+23) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+24) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+25) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+26) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+27) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+28) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+29) a svg,.colorfull .media-right li:nth-child(5n+30) a svg,.colorfull .media-right li:nth-child(5n+31) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+32) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+33) a svg{stroke:#111b23!important}.colorfull .media-right li:nth-child(5n+34) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+35) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+36) a svg{stroke:#111b23!important}.colorfull .media-right li:nth-child(5n+37) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+38) a svg,.colorfull .media-right li:nth-child(5n+39) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+40) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+41) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+42) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+43) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+44) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+45) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+46) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+47) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+48) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+49) a svg{stroke:#111b23!important}.colorfull .media-right li:nth-child(5n+50) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+51) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+52) a svg,.colorfull .media-right li:nth-child(5n+53) a svg,.colorfull .media-right li:nth-child(5n+54) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+55) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+56) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+57) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+58) a svg,.colorfull .media-right li:nth-child(5n+59) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+60) a svg,.colorfull .media-right li:nth-child(5n+61) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+62) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+63) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+64) a svg,.colorfull .media-right li:nth-child(5n+65) a svg,.colorfull .media-right li:nth-child(5n+66) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+67) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+68) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+69) a svg{stroke:#111b23!important}.colorfull .media-right li:nth-child(5n+70) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+71) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+72) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+73) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+74) a svg{stroke:#111b23!important}.colorfull .media-right li:nth-child(5n+75) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+76) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+77) a svg,.colorfull .media-right li:nth-child(5n+78) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+79) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+80) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+81) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+82) a svg{stroke:#111b23!important}.colorfull .media-right li:nth-child(5n+83) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+84) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+85) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+86) a svg,.colorfull .media-right li:nth-child(5n+87) a svg{stroke:#111b23!important}.colorfull .media-right li:nth-child(5n+88) a svg,.colorfull .media-right li:nth-child(5n+89) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+90) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+91) a svg{stroke:#111b23!important}.colorfull .media-right li:nth-child(5n+92) a svg,.colorfull .media-right li:nth-child(5n+93) a svg,.colorfull .media-right li:nth-child(5n+94) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+95) a svg{stroke:#1280c1!important}.colorfull .media-right li:nth-child(5n+96) a svg{stroke:#f72900!important}.colorfull .media-right li:nth-child(5n+97) a svg{stroke:#e0a900!important}.colorfull .media-right li:nth-child(5n+98) a svg{stroke:#32a42a!important}.colorfull .media-right li:nth-child(5n+100) a svg,.colorfull .media-right li:nth-child(5n+99) a svg{stroke:#1280c1!important}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+1)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+1)>h5,.colorfull .replies .msg-box>li:nth-child(5n+1)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+1)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+1)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+1)>h5,.colorfull .sent .msg-box>li:nth-child(5n+1)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+1)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+2)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+2)>h5,.colorfull .replies .msg-box>li:nth-child(5n+2)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+2)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+2)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+2)>h5,.colorfull .sent .msg-box>li:nth-child(5n+2)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+2)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+3)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+3)>h5,.colorfull .replies .msg-box>li:nth-child(5n+3)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+3)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+3)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+3)>h5,.colorfull .sent .msg-box>li:nth-child(5n+3)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+3)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+4)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+4)>h5,.colorfull .replies .msg-box>li:nth-child(5n+4)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+4)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+4)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+4)>h5,.colorfull .sent .msg-box>li:nth-child(5n+4)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+4)>h5{color:#e82600!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+5)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+5)>h5,.colorfull .replies .msg-box>li:nth-child(5n+5)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+5)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+5)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+5)>h5,.colorfull .sent .msg-box>li:nth-child(5n+5)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+5)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+6)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+6)>h5,.colorfull .replies .msg-box>li:nth-child(5n+6)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+6)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+6)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+6)>h5,.colorfull .sent .msg-box>li:nth-child(5n+6)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+6)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+7)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+7)>h5,.colorfull .replies .msg-box>li:nth-child(5n+7)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+7)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+7)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+7)>h5,.colorfull .sent .msg-box>li:nth-child(5n+7)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+7)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+8)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+8)>h5,.colorfull .replies .msg-box>li:nth-child(5n+8)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+8)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+8)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+8)>h5,.colorfull .sent .msg-box>li:nth-child(5n+8)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+8)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+9)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+9)>h5,.colorfull .replies .msg-box>li:nth-child(5n+9)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+9)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+9)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+9)>h5,.colorfull .sent .msg-box>li:nth-child(5n+9)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+9)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+10)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+10)>h5,.colorfull .replies .msg-box>li:nth-child(5n+10)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+10)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+10)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+10)>h5,.colorfull .sent .msg-box>li:nth-child(5n+10)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+10)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+11)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+11)>h5,.colorfull .replies .msg-box>li:nth-child(5n+11)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+11)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+11)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+11)>h5,.colorfull .sent .msg-box>li:nth-child(5n+11)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+11)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+12)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+12)>h5,.colorfull .replies .msg-box>li:nth-child(5n+12)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+12)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+12)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+12)>h5,.colorfull .sent .msg-box>li:nth-child(5n+12)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+12)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+13)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+13)>h5,.colorfull .replies .msg-box>li:nth-child(5n+13)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+13)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+13)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+13)>h5,.colorfull .sent .msg-box>li:nth-child(5n+13)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+13)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+14)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+14)>h5,.colorfull .replies .msg-box>li:nth-child(5n+14)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+14)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+14)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+14)>h5,.colorfull .sent .msg-box>li:nth-child(5n+14)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+14)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+15)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+15)>h5,.colorfull .replies .msg-box>li:nth-child(5n+15)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+15)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+15)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+15)>h5,.colorfull .sent .msg-box>li:nth-child(5n+15)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+15)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+16)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+16)>h5,.colorfull .replies .msg-box>li:nth-child(5n+16)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+16)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+16)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+16)>h5,.colorfull .sent .msg-box>li:nth-child(5n+16)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+16)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+17)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+17)>h5,.colorfull .replies .msg-box>li:nth-child(5n+17)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+17)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+17)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+17)>h5,.colorfull .sent .msg-box>li:nth-child(5n+17)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+17)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+18)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+18)>h5,.colorfull .replies .msg-box>li:nth-child(5n+18)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+18)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+18)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+18)>h5,.colorfull .sent .msg-box>li:nth-child(5n+18)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+18)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+19)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+19)>h5,.colorfull .replies .msg-box>li:nth-child(5n+19)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+19)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+19)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+19)>h5,.colorfull .sent .msg-box>li:nth-child(5n+19)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+19)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+20)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+20)>h5,.colorfull .replies .msg-box>li:nth-child(5n+20)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+20)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+20)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+20)>h5,.colorfull .sent .msg-box>li:nth-child(5n+20)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+20)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+21)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+21)>h5,.colorfull .replies .msg-box>li:nth-child(5n+21)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+21)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+21)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+21)>h5,.colorfull .sent .msg-box>li:nth-child(5n+21)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+21)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+22)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+22)>h5,.colorfull .replies .msg-box>li:nth-child(5n+22)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+22)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+22)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+22)>h5,.colorfull .sent .msg-box>li:nth-child(5n+22)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+22)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+23)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+24)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+23)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+24)>h5,.colorfull .replies .msg-box>li:nth-child(5n+23)>h5,.colorfull .replies .msg-box>li:nth-child(5n+24)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+23)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+24)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+23)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+24)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+23)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+24)>h5,.colorfull .sent .msg-box>li:nth-child(5n+23)>h5,.colorfull .sent .msg-box>li:nth-child(5n+24)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+23)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+24)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+25)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+25)>h5,.colorfull .replies .msg-box>li:nth-child(5n+25)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+25)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+25)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+25)>h5,.colorfull .sent .msg-box>li:nth-child(5n+25)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+25)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+26)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+27)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+28)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+26)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+27)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+28)>h5,.colorfull .replies .msg-box>li:nth-child(5n+26)>h5,.colorfull .replies .msg-box>li:nth-child(5n+27)>h5,.colorfull .replies .msg-box>li:nth-child(5n+28)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+26)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+27)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+28)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+26)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+27)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+28)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+26)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+27)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+28)>h5,.colorfull .sent .msg-box>li:nth-child(5n+26)>h5,.colorfull .sent .msg-box>li:nth-child(5n+27)>h5,.colorfull .sent .msg-box>li:nth-child(5n+28)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+26)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+27)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+28)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+29)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+29)>h5,.colorfull .replies .msg-box>li:nth-child(5n+29)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+29)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+29)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+29)>h5,.colorfull .sent .msg-box>li:nth-child(5n+29)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+29)>h5{color:#e82600!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+30)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+30)>h5,.colorfull .replies .msg-box>li:nth-child(5n+30)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+30)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+30)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+30)>h5,.colorfull .sent .msg-box>li:nth-child(5n+30)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+30)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+31)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+31)>h5,.colorfull .replies .msg-box>li:nth-child(5n+31)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+31)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+31)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+31)>h5,.colorfull .sent .msg-box>li:nth-child(5n+31)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+31)>h5{color:#e82600!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+32)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+32)>h5,.colorfull .replies .msg-box>li:nth-child(5n+32)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+32)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+32)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+32)>h5,.colorfull .sent .msg-box>li:nth-child(5n+32)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+32)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+33)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+33)>h5,.colorfull .replies .msg-box>li:nth-child(5n+33)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+33)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+33)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+33)>h5,.colorfull .sent .msg-box>li:nth-child(5n+33)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+33)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+34)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+34)>h5,.colorfull .replies .msg-box>li:nth-child(5n+34)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+34)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+34)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+34)>h5,.colorfull .sent .msg-box>li:nth-child(5n+34)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+34)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+35)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+35)>h5,.colorfull .replies .msg-box>li:nth-child(5n+35)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+35)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+35)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+35)>h5,.colorfull .sent .msg-box>li:nth-child(5n+35)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+35)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+36)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+36)>h5,.colorfull .replies .msg-box>li:nth-child(5n+36)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+36)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+36)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+36)>h5,.colorfull .sent .msg-box>li:nth-child(5n+36)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+36)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+37)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+37)>h5,.colorfull .replies .msg-box>li:nth-child(5n+37)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+37)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+37)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+37)>h5,.colorfull .sent .msg-box>li:nth-child(5n+37)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+37)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+38)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+38)>h5,.colorfull .replies .msg-box>li:nth-child(5n+38)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+38)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+38)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+38)>h5,.colorfull .sent .msg-box>li:nth-child(5n+38)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+38)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+39)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+39)>h5,.colorfull .replies .msg-box>li:nth-child(5n+39)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+39)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+39)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+39)>h5,.colorfull .sent .msg-box>li:nth-child(5n+39)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+39)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+40)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+41)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+40)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+41)>h5,.colorfull .replies .msg-box>li:nth-child(5n+40)>h5,.colorfull .replies .msg-box>li:nth-child(5n+41)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+40)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+41)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+40)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+41)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+40)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+41)>h5,.colorfull .sent .msg-box>li:nth-child(5n+40)>h5,.colorfull .sent .msg-box>li:nth-child(5n+41)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+40)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+41)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+42)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+42)>h5,.colorfull .replies .msg-box>li:nth-child(5n+42)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+42)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+42)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+42)>h5,.colorfull .sent .msg-box>li:nth-child(5n+42)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+42)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+43)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+43)>h5,.colorfull .replies .msg-box>li:nth-child(5n+43)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+43)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+43)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+43)>h5,.colorfull .sent .msg-box>li:nth-child(5n+43)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+43)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+44)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+44)>h5,.colorfull .replies .msg-box>li:nth-child(5n+44)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+44)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+44)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+44)>h5,.colorfull .sent .msg-box>li:nth-child(5n+44)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+44)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+45)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+45)>h5,.colorfull .replies .msg-box>li:nth-child(5n+45)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+45)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+45)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+45)>h5,.colorfull .sent .msg-box>li:nth-child(5n+45)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+45)>h5{color:#e82600!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+46)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+46)>h5,.colorfull .replies .msg-box>li:nth-child(5n+46)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+46)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+46)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+46)>h5,.colorfull .sent .msg-box>li:nth-child(5n+46)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+46)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+47)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+48)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+47)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+48)>h5,.colorfull .replies .msg-box>li:nth-child(5n+47)>h5,.colorfull .replies .msg-box>li:nth-child(5n+48)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+47)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+48)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+47)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+48)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+47)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+48)>h5,.colorfull .sent .msg-box>li:nth-child(5n+47)>h5,.colorfull .sent .msg-box>li:nth-child(5n+48)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+47)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+48)>h5{color:#e82600!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+49)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+49)>h5,.colorfull .replies .msg-box>li:nth-child(5n+49)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+49)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+49)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+49)>h5,.colorfull .sent .msg-box>li:nth-child(5n+49)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+49)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+50)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+50)>h5,.colorfull .replies .msg-box>li:nth-child(5n+50)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+50)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+50)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+50)>h5,.colorfull .sent .msg-box>li:nth-child(5n+50)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+50)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+51)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+51)>h5,.colorfull .replies .msg-box>li:nth-child(5n+51)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+51)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+51)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+51)>h5,.colorfull .sent .msg-box>li:nth-child(5n+51)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+51)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+52)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+52)>h5,.colorfull .replies .msg-box>li:nth-child(5n+52)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+52)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+52)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+52)>h5,.colorfull .sent .msg-box>li:nth-child(5n+52)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+52)>h5{color:#e82600!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+53)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+53)>h5,.colorfull .replies .msg-box>li:nth-child(5n+53)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+53)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+53)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+53)>h5,.colorfull .sent .msg-box>li:nth-child(5n+53)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+53)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+54)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+54)>h5,.colorfull .replies .msg-box>li:nth-child(5n+54)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+54)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+54)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+54)>h5,.colorfull .sent .msg-box>li:nth-child(5n+54)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+54)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+55)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+56)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+55)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+56)>h5,.colorfull .replies .msg-box>li:nth-child(5n+55)>h5,.colorfull .replies .msg-box>li:nth-child(5n+56)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+55)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+56)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+55)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+56)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+55)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+56)>h5,.colorfull .sent .msg-box>li:nth-child(5n+55)>h5,.colorfull .sent .msg-box>li:nth-child(5n+56)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+55)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+56)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+57)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+57)>h5,.colorfull .replies .msg-box>li:nth-child(5n+57)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+57)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+57)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+57)>h5,.colorfull .sent .msg-box>li:nth-child(5n+57)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+57)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+58)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+58)>h5,.colorfull .replies .msg-box>li:nth-child(5n+58)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+58)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+58)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+58)>h5,.colorfull .sent .msg-box>li:nth-child(5n+58)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+58)>h5{color:#e82600!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+59)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+59)>h5,.colorfull .replies .msg-box>li:nth-child(5n+59)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+59)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+59)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+59)>h5,.colorfull .sent .msg-box>li:nth-child(5n+59)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+59)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+60)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+60)>h5,.colorfull .replies .msg-box>li:nth-child(5n+60)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+60)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+60)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+60)>h5,.colorfull .sent .msg-box>li:nth-child(5n+60)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+60)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+61)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+61)>h5,.colorfull .replies .msg-box>li:nth-child(5n+61)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+61)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+61)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+61)>h5,.colorfull .sent .msg-box>li:nth-child(5n+61)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+61)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+62)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+62)>h5,.colorfull .replies .msg-box>li:nth-child(5n+62)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+62)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+62)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+62)>h5,.colorfull .sent .msg-box>li:nth-child(5n+62)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+62)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+63)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+63)>h5,.colorfull .replies .msg-box>li:nth-child(5n+63)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+63)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+63)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+63)>h5,.colorfull .sent .msg-box>li:nth-child(5n+63)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+63)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+64)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+64)>h5,.colorfull .replies .msg-box>li:nth-child(5n+64)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+64)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+64)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+64)>h5,.colorfull .sent .msg-box>li:nth-child(5n+64)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+64)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+65)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+65)>h5,.colorfull .replies .msg-box>li:nth-child(5n+65)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+65)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+65)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+65)>h5,.colorfull .sent .msg-box>li:nth-child(5n+65)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+65)>h5{color:#e82600!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+66)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+67)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+66)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+67)>h5,.colorfull .replies .msg-box>li:nth-child(5n+66)>h5,.colorfull .replies .msg-box>li:nth-child(5n+67)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+66)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+67)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+66)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+67)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+66)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+67)>h5,.colorfull .sent .msg-box>li:nth-child(5n+66)>h5,.colorfull .sent .msg-box>li:nth-child(5n+67)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+66)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+67)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+68)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+68)>h5,.colorfull .replies .msg-box>li:nth-child(5n+68)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+68)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+68)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+68)>h5,.colorfull .sent .msg-box>li:nth-child(5n+68)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+68)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+69)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+70)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+69)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+70)>h5,.colorfull .replies .msg-box>li:nth-child(5n+69)>h5,.colorfull .replies .msg-box>li:nth-child(5n+70)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+69)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+70)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+69)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+70)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+69)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+70)>h5,.colorfull .sent .msg-box>li:nth-child(5n+69)>h5,.colorfull .sent .msg-box>li:nth-child(5n+70)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+69)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+70)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+71)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+72)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+71)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+72)>h5,.colorfull .replies .msg-box>li:nth-child(5n+71)>h5,.colorfull .replies .msg-box>li:nth-child(5n+72)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+71)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+72)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+71)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+72)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+71)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+72)>h5,.colorfull .sent .msg-box>li:nth-child(5n+71)>h5,.colorfull .sent .msg-box>li:nth-child(5n+72)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+71)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+72)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+73)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+73)>h5,.colorfull .replies .msg-box>li:nth-child(5n+73)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+73)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+73)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+73)>h5,.colorfull .sent .msg-box>li:nth-child(5n+73)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+73)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+74)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+74)>h5,.colorfull .replies .msg-box>li:nth-child(5n+74)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+74)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+74)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+74)>h5,.colorfull .sent .msg-box>li:nth-child(5n+74)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+74)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+75)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+75)>h5,.colorfull .replies .msg-box>li:nth-child(5n+75)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+75)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+75)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+75)>h5,.colorfull .sent .msg-box>li:nth-child(5n+75)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+75)>h5{color:#d19d00!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+76)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+76)>h5,.colorfull .replies .msg-box>li:nth-child(5n+76)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+76)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+76)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+76)>h5,.colorfull .sent .msg-box>li:nth-child(5n+76)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+76)>h5{color:#e82600!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+77)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+77)>h5,.colorfull .replies .msg-box>li:nth-child(5n+77)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+77)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+77)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+77)>h5,.colorfull .sent .msg-box>li:nth-child(5n+77)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+77)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+78)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+78)>h5,.colorfull .replies .msg-box>li:nth-child(5n+78)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+78)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+78)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+78)>h5,.colorfull .sent .msg-box>li:nth-child(5n+78)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+78)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+79)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+79)>h5,.colorfull .replies .msg-box>li:nth-child(5n+79)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+79)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+79)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+79)>h5,.colorfull .sent .msg-box>li:nth-child(5n+79)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+79)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+80)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+80)>h5,.colorfull .replies .msg-box>li:nth-child(5n+80)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+80)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+80)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+80)>h5,.colorfull .sent .msg-box>li:nth-child(5n+80)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+80)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+81)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+81)>h5,.colorfull .replies .msg-box>li:nth-child(5n+81)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+81)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+81)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+81)>h5,.colorfull .sent .msg-box>li:nth-child(5n+81)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+81)>h5{color:#e82600!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+82)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+82)>h5,.colorfull .replies .msg-box>li:nth-child(5n+82)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+82)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+82)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+82)>h5,.colorfull .sent .msg-box>li:nth-child(5n+82)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+82)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+83)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+83)>h5,.colorfull .replies .msg-box>li:nth-child(5n+83)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+83)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+83)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+83)>h5,.colorfull .sent .msg-box>li:nth-child(5n+83)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+83)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+84)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+84)>h5,.colorfull .replies .msg-box>li:nth-child(5n+84)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+84)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+84)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+84)>h5,.colorfull .sent .msg-box>li:nth-child(5n+84)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+84)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+85)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+86)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+87)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+85)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+86)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+87)>h5,.colorfull .replies .msg-box>li:nth-child(5n+85)>h5,.colorfull .replies .msg-box>li:nth-child(5n+86)>h5,.colorfull .replies .msg-box>li:nth-child(5n+87)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+85)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+86)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+87)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+85)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+86)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+87)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+85)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+86)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+87)>h5,.colorfull .sent .msg-box>li:nth-child(5n+85)>h5,.colorfull .sent .msg-box>li:nth-child(5n+86)>h5,.colorfull .sent .msg-box>li:nth-child(5n+87)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+85)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+86)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+87)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+88)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+89)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+88)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+89)>h5,.colorfull .replies .msg-box>li:nth-child(5n+88)>h5,.colorfull .replies .msg-box>li:nth-child(5n+89)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+88)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+89)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+88)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+89)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+88)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+89)>h5,.colorfull .sent .msg-box>li:nth-child(5n+88)>h5,.colorfull .sent .msg-box>li:nth-child(5n+89)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+88)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+89)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+90)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+90)>h5,.colorfull .replies .msg-box>li:nth-child(5n+90)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+90)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+90)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+90)>h5,.colorfull .sent .msg-box>li:nth-child(5n+90)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+90)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+91)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+91)>h5,.colorfull .replies .msg-box>li:nth-child(5n+91)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+91)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+91)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+91)>h5,.colorfull .sent .msg-box>li:nth-child(5n+91)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+91)>h5{color:#e82600!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+92)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+93)>h5,.colorfull .replies .msg-box .auto-gallery:nth-child(5n+94)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+92)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+93)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+94)>h5,.colorfull .replies .msg-box>li:nth-child(5n+92)>h5,.colorfull .replies .msg-box>li:nth-child(5n+93)>h5,.colorfull .replies .msg-box>li:nth-child(5n+94)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+92)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+93)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+94)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+92)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+93)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+94)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+92)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+93)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+94)>h5,.colorfull .sent .msg-box>li:nth-child(5n+92)>h5,.colorfull .sent .msg-box>li:nth-child(5n+93)>h5,.colorfull .sent .msg-box>li:nth-child(5n+94)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+92)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+93)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+94)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+95)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+95)>h5,.colorfull .replies .msg-box>li:nth-child(5n+95)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+95)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+95)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+95)>h5,.colorfull .sent .msg-box>li:nth-child(5n+95)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+95)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+96)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+96)>h5,.colorfull .replies .msg-box>li:nth-child(5n+96)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+96)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+96)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+96)>h5,.colorfull .sent .msg-box>li:nth-child(5n+96)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+96)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+97)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+97)>h5,.colorfull .replies .msg-box>li:nth-child(5n+97)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+97)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+97)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+97)>h5,.colorfull .sent .msg-box>li:nth-child(5n+97)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+97)>h5{color:#2e9826!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+98)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+98)>h5,.colorfull .replies .msg-box>li:nth-child(5n+98)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+98)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+98)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+98)>h5,.colorfull .sent .msg-box>li:nth-child(5n+98)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+98)>h5{color:#e82600!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+99)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+99)>h5,.colorfull .replies .msg-box>li:nth-child(5n+99)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+99)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+99)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+99)>h5,.colorfull .sent .msg-box>li:nth-child(5n+99)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+99)>h5{color:#1176b3!important;background-color:#e5edf5}.colorfull .replies .msg-box .auto-gallery:nth-child(5n+100)>h5,.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+100)>h5,.colorfull .replies .msg-box>li:nth-child(5n+100)>h5,.colorfull .replies .msg-box>li>li:nth-child(5n+100)>h5,.colorfull .sent .msg-box .auto-gallery:nth-child(5n+100)>h5,.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+100)>h5,.colorfull .sent .msg-box>li:nth-child(5n+100)>h5,.colorfull .sent .msg-box>li>li:nth-child(5n+100)>h5{color:#0c1319!important;background-color:#e5edf5}.colorfull .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{background-color:#2e9826!important;box-shadow:-1px 10px 16px -10px #3fcc35}.colorfull .theme-tab .chat-main li.active:nth-child(5n+1):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+10):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+100):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+11):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+12):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+13):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+14):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+15):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+16):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+17):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+18):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+19):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+2):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+20):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+21):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+22):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+23):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+24):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+25):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+26):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+27):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+28):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+29):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+3):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+30):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+31):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+32):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+33):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+34):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+35):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+36):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+37):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+38):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+39):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+4):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+40):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+41):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+42):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+43):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+44):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+45):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+46):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+47):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+48):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+49):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+5):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+50):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+51):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+52):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+53):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+54):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+55):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+56):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+57):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+58):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+59):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+6):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+60):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+61):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+62):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+63):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+64):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+65):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+66):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+67):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+68):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+69):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+7):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+70):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+71):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+72):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+73):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+74):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+75):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+76):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+77):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+78):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+79):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+8):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+80):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+81):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+82):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+83):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+84):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+85):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+86):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+87):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+88):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+89):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+9):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+90):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+91):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+92):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+93):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+94):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+95):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+96):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+97):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+98):before,.colorfull .theme-tab .chat-main li.active:nth-child(5n+99):before{border-left:4px solid #223645}.bg-default{background-image:linear-gradient(#eff7fe)}.grediant-1{background-image:linear-gradient(359.3deg,rgba(28,157,234,.1) 1%,hsla(0,0%,73%,0) 70.9%)}.grediant-2{background-image:radial-gradient(circle 328px at 2.9% 15%,#bfe0fb 0,#e8e9fb 25.8%,#fceffa 50.8%,#eafbfb 77.6%,#f0fbf4 100.7%)}.grediant-3{background-image:linear-gradient(109.6deg,#dfeaf7 11.2%,#f4f8fc 91.1%)}.grediant-4{background-image:linear-gradient(-109.6deg,#cce4f7 11.2%,#edf6fa 100.2%)}.grediant-5{background-image:radial-gradient(circle farthest-corner at 10% 20%,#eff6f9 0,#ceeffd 90%)}.grediant-6{background-image:radial-gradient(circle farthest-corner at 10% 20%,#e2f0fe 0,#fff7e4 90%)}.inner-card{background-color:#fff;padding:15px}.header-inner{padding-bottom:55px}.header .dropdown-menu a{display:block}.landing-header .dropdown-menu{padding:15px 20px;border-radius:15px;border:1px solid #e5f0fa;min-width:13rem}.landing-header .dropdown-menu .nav-link{line-height:1}.landing-header .dropdown-menu .nav-link a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:rgba(0,0,0,.5)}.header-typography .typography h6{margin-bottom:8px!important}.inner-page{background-color:rgba(28,157,234,.025)}.inner-page header{position:relative;padding-bottom:30px;padding-top:30px;z-index:2}.inner-page header .landing-header .landing-header-left{width:100%;justify-content:space-between}.inner-page header .landing-header .landing-header-left .main-menu ul li a{font-weight:500;color:#223645}.inner-page section{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}.page-decore{height:100vh;width:100vw;top:0;overflow:hidden;position:fixed;background-color:rgba(28,157,234,.025);z-index:-1}.page-decore li{position:absolute}.page-decore .top{top:-10px;right:-30px;transform:rotate(130deg)}.page-decore .top img{animation:animatone 15s linear infinite}.page-decore .bottom{bottom:-30px;left:-20px;transform:rotate(-45deg)}.page-decore .bottom img{animation:animatone 25s linear infinite reverse}.breadcrumb-main{padding-top:calc(15px + 10*(100vw - 320px)/1600);padding-bottom:calc(15px + 10*(100vw - 320px)/1600)}.breadcrumb-main .custom-container{display:flex;align-items:center;justify-content:space-between}.breadcrumb-main h2{color:#fff;font-weight:600;display:inline-block;font-size:calc(18px + 10*(100vw - 320px)/1600)}.breadcrumb-main ul{float:right}.breadcrumb-main ul li{display:inline-block;text-transform:capitalize;position:relative}.breadcrumb-main ul li a{color:#fff;font-size:calc(14px + 2*(100vw - 320px)/1600)}.breadcrumb-main ul li+li{margin-left:34px}.breadcrumb-main ul li+li:before{content:"/";position:absolute;left:-20px;color:#fff;top:4px}.blog-card{background-color:#e5edf5;transition:all .5s ease}.blog-page .col-xl-3{z-index:0}ul.tags li{display:inline-block;padding:5px 15px;border:1px solid #ddd;border-radius:5px;margin-right:5px;background-color:#fff}ul.tags li a{color:#223645;font-weight:500}.blog-page .blog-sidebar p{line-height:20px;margin-bottom:0}.blog-page .blog-sidebar h5{margin-bottom:5px}.blog-page .blog-sidebar h4{color:#223645;text-transform:uppercase;font-weight:600;margin-bottom:20px;line-height:20px;letter-spacing:1px}.blog-page .blog-sidebar .blog-card .recent-blog li .media img{width:100px;margin-right:15px}.blog-page .blog-sidebar .blog-card .recent-blog li+li{margin-top:30px}.blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{background-color:#1c9dea;height:70px;width:70px;margin:0 15px 0 0;padding:15px;border-radius:15px;text-align:center}.blog-page .blog-sidebar .blog-card .popular-blog li .blog-date span{display:block;text-align:center;color:#fff;text-transform:uppercase}.blog-page .blog-sidebar .blog-card .popular-blog li+li{margin-top:30px}.blog-page .blog-sidebar .blog-card .popular-blog li p{margin-top:10px}.blog-page .blog-sidebar .blog-card+.blog-card{margin-top:30px}.blog-page .blog-sidebar .blog-card .blog-search .input-group{align-items:center;border-radius:15px;background-color:#fff;border:none}.blog-page .blog-sidebar .blog-card .blog-search .input-group input{border-radius:15px;background-color:#fff;border:none}.blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{border:none}.blog-page .blog-sidebar .blog-card .blog-search .input-group span{background:transparent;border:none}.blog-page .blog-sidebar .blog-card .blog-search .input-group span i{font-size:14px}.blog-page .blog-sidebar .blog-card .blog-follow li{display:inline-block;margin-right:15px}.blog-page .blog-sidebar .blog-card .blog-follow li i{font-size:16px;background-color:#fff;padding:5px;border-radius:50%;width:33px;height:33px;display:flex;align-items:center;justify-content:center}.blog-page .blog-sidebar .blog-card .blog-follow li i:hover{background-color:#1c9dea;color:#fff}.blog-page .blog-sidebar .blog-card .blog-follow li:last-child{margin-right:0}.blog-page .blog-media{margin-bottom:30px}.blog-page .blog-media:last-child{margin-bottom:0}.blog-page .blog-media .blog-right{padding-top:30px;padding-left:10px;text-transform:capitalize}.blog-page .blog-media .blog-right h6{color:#1c9dea;text-transform:uppercase;margin-bottom:10px;font-size:calc(14px + 2*(100vw - 320px)/1600)}.blog-page .blog-media .blog-right h4{color:#223645;font-weight:500;line-height:1.5;margin-bottom:15px}.blog-page .blog-media .blog-right p{line-height:1.8;margin-bottom:0;letter-spacing:.04em}.blog-page .blog-media .blog-right ul{color:#647589;margin-bottom:10px}.blog-page .blog-media .blog-right ul li{font-size:14px;line-height:1.5;display:inline-block}.blog-page .blog-media .blog-right ul li i{padding-right:10px}.blog-page .blog-media .blog-right ul li+li{padding-left:15px;margin-left:15px;border-left:1px solid #ddd}.blog-page .blog-media .blog-left img{border-radius:15px}.blog-page .blog-side{padding:15px}.blog-card,.blog-page .blog-side{background-color:rgba(229,237,245,.5);border-radius:15px}.blog-card{padding:30px}.blog-card ul.tags{margin-bottom:-10px}.blog-card ul.tags li{margin-bottom:10px;color:#fff;background-color:#1c9dea}.blog-card ul.tags li a{color:#fff}.blog-card .default-form .form-group input,.blog-card .default-form .form-group textarea{border:1px solid #e5edf5;background-color:#fff;padding:20px}.popular-blog h3{margin-bottom:5px!important;color:#fff}.blog-detail-page h3{margin-bottom:20px}.blog-detail-page .blog-detail p:last-child{margin-bottom:0}.blog-detail-page .blog-detail img{margin-bottom:30px;border-radius:15px}.blog-detail-page .blog-detail p{line-height:1.8}.blog-detail-page .blog-detail .post-social{color:#647589;text-align:left;margin-bottom:10px;padding-top:20px;border-bottom:1px solid #e5edf5;padding-bottom:10px}.blog-detail-page .blog-detail .post-social ul{display:inline-block}.blog-detail-page .blog-detail .post-social ul.social-group{float:right;margin-top:-7px}.blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn,.blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm{height:24px;width:24px}.blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,.blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{font-size:12px;margin-right:0;margin-left:2px;margin-top:2px}.blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-linkedin,.blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-linkedin{margin-top:0}.blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-instagram,.blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-instagram{margin-top:1px}.blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-left:8px;margin-left:0}.blog-detail-page .blog-detail .post-social li{display:inline-block}.blog-detail-page .blog-detail .post-social li i{margin-right:10px}.blog-detail-page .blog-detail .post-social li+li{padding-left:15px;margin-left:15px;border-left:1px solid #eff1f2}.blog-detail-page .blog-contact{margin-top:30px}.blog-detail-page .blog-contact h2{margin-bottom:30px;margin-top:-5px}.blog-detail-page .blog-contact .theme-form label{text-transform:capitalize;color:#647589;font-size:16px;font-weight:700;margin-bottom:15px}.blog-detail-page .blog-contact .theme-form input,.blog-detail-page .blog-contact .theme-form textarea{border-radius:15px;background-color:#fff;border:none}.blog-detail-page .blog-commant{margin-top:30px}.blog-detail-page .blog-commant .comment-section .replay{padding-left:50px;padding-top:25px}.blog-detail-page .blog-commant .comment-section li+li{padding-top:25px;margin-top:25px;border-top:1px solid #e5edf5}.blog-detail-page .blog-commant .comment-section li img{height:50px;width:50px;margin-right:20px;border-radius:100%}.blog-detail-page .blog-commant .comment-section li h6{text-transform:uppercase;font-weight:700;margin-bottom:5px;letter-spacing:1px;color:#223645}.blog-detail-page .blog-commant .comment-section li span{font-size:13px;font-weight:500;text-transform:capitalize;color:#647589;margin-bottom:10px;display:block}.blog-detail-page .blog-commant .comment-section li p{line-height:1.8;margin-bottom:0}.faq-block{background-color:rgba(229,237,245,.5);border-radius:15px;padding:30px 15px}.faq-block .icon-btn{margin-top:10px}.faq-block .media{position:relative}.faq-section .faq-decor{position:absolute;right:-20px;bottom:-20px;z-index:-1;animation:animatow 30s linear infinite;opacity:.2}.faq-section .accordion.theme-accordion .card{margin-top:10px;border-radius:15px;overflow:hidden;border:1px solid #dce4ea;background:transparent}.faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type,.faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type){border-bottom:1px solid #eff1f2}.faq-section .accordion.theme-accordion .card:first-child{margin-top:0;padding:0}.faq-section .accordion.theme-accordion .card .card-header{padding:0 30px 0 0;border-bottom:0;transition:all .3s ease;background-color:#edf4fa}.faq-section .accordion.theme-accordion .card .card-header button{color:#223645;text-align:left;font-size:17px;padding:18px;font-weight:600;display:block;width:100%;background-color:transparent;border:none}.faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]{color:#1c9dea}.faq-section .accordion.theme-accordion .card .card-header button:focus{outline:none}.faq-section .accordion.theme-accordion .card .card-header button:before{content:"";position:absolute;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:6px solid #000;right:20px;top:25px;transition:all .3s ease}.faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-top:0;border-bottom:6px solid #1c9dea;transition:all .3s ease}.faq-section .accordion.theme-accordion .card .card-header button:hover{text-decoration:none;color:#1c9dea;transition:all .3s ease}.faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #dce4ea}.faq-section .accordion.theme-accordion .card .card-body{padding:15px 18px}.faq-section .accordion.theme-accordion .card .card-body p{margin-bottom:0;font-size:14px;color:#223645;line-height:1.8;letter-spacing:.06em}.faq-section h2{margin-bottom:5px}.error-main .error-contain{text-align:center;padding-top:calc(50px + 150*(100vw - 320px)/1600);padding-bottom:calc(50px + 150*(100vw - 320px)/1600)}.error-main .error-contain h1{font-size:calc(80px + 70*(100vw - 320px)/1600);color:#1c9dea;line-height:.8;margin-bottom:40px;text-shadow:5px 5px 10px #1c9dea}.error-main .error-contain h2{margin-bottom:20px}.error-main .error-contain h4{margin-bottom:20px;line-height:1.8}.error-main .error-contain .animated-bg i{background:#d4ecfd;position:absolute;height:100px;width:100px;border-radius:100%;opacity:.3;transform:scale(1.3);animation:ripple1 4s linear infinite;margin:0 auto;top:45%;transform:translate(0);left:0;right:0;z-index:-1}.error-main .error-contain .animated-bg i:first-child{animation:ripple2 4s linear infinite}.error-main .error-contain .animated-bg i:nth-child(2){animation:ripple2 3s linear infinite}.error-main .error-contain .animated-bg i:nth-child(3){animation:ripple3 2s linear infinite}.about-page{background-color:#eff7fe}.about-page p{font-size:calc(14px + 4*(100vw - 320px)/1600);margin-bottom:-2px}.about-page .about-title{display:flex;text-transform:capitalize}.about-page .about-title h1{line-height:1.3;font-size:calc(20px + 28*(100vw - 320px)/1600)}.about-page .about-title p{line-height:2;letter-spacing:1px;text-transform:capitalize;margin-bottom:0}.about-page .about-tab{display:flex;border:1px solid #eff1f2;padding:15px;background-color:#fff}.about-page .about-tab .nav{border-right:1px solid #eff1f2}.about-page .about-tab .nav .nav-link:active{background-color:transparent}.about-page .about-tab .tab-content{padding:15px;font-size:calc(14px + 16*(100vw - 320px)/1600);font-weight:400;text-transform:capitalize;display:flex;align-items:center}.about-page .about-tab .nav-pills .nav-link{width:-moz-fit-content;width:fit-content;font-size:calc(18px + 2*(100vw - 320px)/1600);text-transform:capitalize;line-height:1;font-weight:800;color:#223645}.about-page .about-tab .nav-pills .nav-link.active{background-color:transparent}.about-page .about-tab ul{display:unset}.about-page .about-img h2{margin-bottom:15px;text-transform:capitalize}.about-page .about-img p{line-height:2;letter-spacing:1px;margin-bottom:0}.about-page .about-right-content{height:100%;align-items:center;display:flex}.counter-sec{visibility:visible}.counter-sec .counter-title{justify-content:center!important;margin-bottom:calc(30px + 30*(100vw - 320px)/1600);text-align:center!important;position:relative!important;overflow:hidden!important;width:100%!important}.counter-sec .counter-title .title-line{position:relative;display:inline-block;font-weight:600;text-transform:uppercase!important;font-size:calc(20px + 4*(100vw - 320px)/1600);margin-top:-2px}.counter-sec .counter-title .title-line:before{right:100%;margin-right:25px}.counter-sec .counter-title .title-line:after,.counter-sec .counter-title .title-line:before{content:"";position:absolute;top:48%;transform:translateY(-48%);height:1px;width:99%;display:block;border-bottom:5px solid #1c9dea;opacity:.15}.counter-sec .counter-title .title-line:after{left:100%;margin-left:25px}.counter-sec .counter-main{visibility:visible;text-align:center!important}.counter-sec .counter-slider{margin-top:-20px;margin-bottom:-20px}.counter-box-second{position:relative;margin:20px auto;width:200px;height:200px;border-radius:30px;transition:box-shadow 1s;display:flex;justify-content:center;align-items:center;background-color:#eff7fe}.counter-box-second:hover{box-shadow:0 5px 35px 0 rgba(0,0,0,.1)}.counter-box-second .counter-box{text-align:center}.counter-box-second .counter-box .counter-icon{font-size:40px;margin-bottom:10px;color:#1c9dea}.counter-box-second .counter-box h6{font-weight:600;color:#232323;margin-bottom:0!important;display:block!important;font-size:24px}.counter-box-second .counter-box h6.counter{animation-duration:1s;animation-delay:0s}.counter-box-second .counter-box span{font-size:14px;margin-top:10px;display:block}.element-card{margin-top:30px;border:0;transition:all .3s ease;letter-spacing:.5px;border-radius:8px;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:30px 20px;overflow:hidden}.element-card .theme-tab .tab-content{margin-bottom:20px}.element-card .heading{padding:.75rem 1.25rem;margin-bottom:0;border-bottom:1px solid #eff1f2}.element-card .element-card-body{padding:.75rem 1.25rem;margin-bottom:-5px}.element-card .element-card-body .dot-btn,.element-card .element-card-body .icon-btn{margin-bottom:5px}.element-card .typography .fonts,.element-card .typography .fonts .profile,.element-card .typography h1,.element-card .typography h2,.element-card .typography h3,.element-card .typography h4,.element-card .typography h5,.element-card .typography h6{margin-bottom:20px}.element-card .typography .font_label{margin-right:20px}.element-card .element-card-body .fonts a+a{margin-left:20px}.element-card .element-card-body .fonts .dot-btn{margin-right:20px}.element-card .chat-main .details h5,.element-card .chat-main .details h6{margin-bottom:0}.element-card .chat-main .date-status{top:50%!important;transform:translateY(-50%)}.element-card .chat-main .date-status h6{margin-bottom:0}.element-images .element-card-header h2{margin-top:-5px}.element-images .element-card-body{margin-bottom:3px}.element-font .element-card-header h2{margin-top:-4px}.element-font .element-card-body{margin-bottom:-17px}.element-badge .element-card-body{margin-bottom:5px}.element-badge .element-card-body.label-spacing{margin-bottom:-18px}.element-badge .element-card-body.element-dot{margin-bottom:-3px}.background .element-card .element-card-header h2{margin-top:-2px}.background .element-card .element-card-body{margin-bottom:3px}.background .element-button.element-card .element-card-body{margin-bottom:-18px}.Icons .element-card .element-card-header h2{margin-top:-2px}.Icons .element-card .element-card-body:last-child{margin-bottom:-24px}.theme_btn_group .element-card .element-card-header h2{margin-top:-2px}.theme_btn_group .element-card .element-card-body{margin-bottom:-22px}.massage_box .element-msg .element-card-header h2{margin-top:-3px}.massage_box .element-msg .element-card-body{margin-bottom:-36px}.massage_box .chat-main{margin-bottom:5px}.massage_box .element-card .document{margin-bottom:-14px}.massage_box .element-card .element-card-body .share-media{margin-bottom:6px}.massage_box .element-card .element-card-body .share-media .row{margin:0}.element-animate .element-card-header h2{margin-top:-3px}.element-animate .popup-group{margin-bottom:-18px}.testimonial-title{margin-bottom:-80px;margin-top:100px}.element-span-prag .element-card .small_prag{margin-bottom:20px}.element-span-prag p{margin-bottom:5px}.faq-block .search-form{left:-2px;top:-5px;height:60px}.inner-page~div .testimonial-back-content{display:none}.section-pb-space{padding-bottom:100px}.section-pt-space{padding-top:100px}.section-py-space{padding-top:100px;padding-bottom:100px}#price .slick-slider{margin:-20px 0}.landing-title{position:relative;text-align:center}.landing-title h1{font-size:calc(80px + 40*(100vw - 320px)/1600);color:#1c77ed;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.05;position:absolute;top:0;left:0;right:0;text-align:center;display:flex;justify-content:center}.landing-title .sub-title{display:flex;justify-content:center;margin-bottom:50px}.landing-title .sub-title h4{font-size:calc(12px + 5*(100vw - 320px)/1600);color:#1c77ed;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:10px;letter-spacing:3px;margin-top:-2px}.landing-title .sub-title h2{font-size:calc(16px + 20*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;width:550px;text-transform:capitalize;line-height:1.3;margin-bottom:-2px}.btn{border:none}.app-btn{border-radius:10px;background-color:rgba(28,119,237,.1);color:#1c77ed;text-transform:uppercase;padding:16px 25px}.pricing-btn{border-radius:8px;background-color:#1c9dea;color:#fff}header{padding-top:55px;position:absolute;top:0;width:100%;z-index:1}header .landing-header .navbar{flex-direction:unset}header .landing-header .navbar-collapse{width:100%}header .landing-header .navbar-collapse .navbar-nav{flex-direction:unset;align-items:center;height:100%;padding-left:140px}header .landing-header .navbar-collapse .navbar-nav .nav-item{display:inline-block;position:relative;margin-left:30px;font-weight:600;text-transform:uppercase;font-size:calc(13px + 3*(100vw - 320px)/1600);transition:all .3s ease}header .landing-header .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#1c9dea!important}header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:rgba(0,0,0,.7)}header .landing-header.fixed{position:fixed;width:100%;background-color:#1c9dea;z-index:9;padding:5px 50px;max-width:95%;left:50%;transform:translateX(-50%);border-radius:20px;top:10px;box-shadow:0 0 30px rgba(29,168,253,.5)}header .landing-header.fixed .main-menu .navbar-nav>li>a,header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#fff!important}header .landing-header .navbar-collapse ul li a{color:#fff;font-weight:700;font-size:15px}.landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link,.landing-page .landing-header .navbar-light .navbar-nav .nav-link,header .landing-header .navbar-collapse ul .active a,header.theme-landing .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff}.theme-landing{z-index:2;position:relative}.theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important}.slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}.slider-block .downlaod .footer-btn .btn .fa-apple{margin-left:1px}.slider-block .downlaod .footer-btn .btn .fa-play{margin-left:3px}.slider-block .slider-main .slider-contain h1{margin-bottom:10px}.light-bg{background-color:rgba(28,157,234,.05)}.app-design-main{text-align:center;padding-top:45px;padding-bottom:50px}.app-design-main .icon-box{border-radius:35px;background-color:#fff;box-shadow:0 0 30px rgba(29,168,253,.1);width:-moz-fit-content;width:fit-content;padding:30px;margin:0 auto;transition:all .5s ease}.app-design-main .icon-box i{font-size:40px;color:#1da8fd}.app-design-main .app-hover{position:absolute;top:-2px;left:27%;opacity:0;z-index:-1;transition:all .5s ease}.app-design-main.hover,.app-design-main:hover{cursor:pointer}.app-design-main.hover .app-hover,.app-design-main:hover .app-hover{opacity:1}.app-design-main.hover .icon-box,.app-design-main:hover .icon-box{background-color:#1da8fd;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}.app-design-main.hover .icon-box i,.app-design-main:hover .icon-box i{color:#fff}.app-design-main .contant-box{margin-top:40px}.app-design-main .contant-box h2{font-size:calc(16px + 10*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize}.app-design-main .contant-box h4{font-size:calc(13px + 2*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:300;text-transform:capitalize;line-height:1.8;width:293px;margin:20px auto -6px}.chitchat-main{position:relative;overflow:hidden}.chitchat-main .landing-title .sub-title h2{margin-bottom:-9px}.chitchat-main .chitchat-contain{display:flex;align-items:center;height:100%}.chitchat-main .chitchat-contain .chitchat-img{margin-top:-5px}.chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:35px}.chitchat-main .chitchat-contain h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px}.chitchat-main .chitchat-contain h3 span{font-weight:600;font-size:calc(16px + 6*(100vw - 320px)/1600)}.chitchat-main .chitchat-contain h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:50px;width:560px}.chitchat-main .chitchat-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#223645;font-family:Roboto,sans-serif;font-weight:400;margin-bottom:40px;line-height:1.6}.chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:15px;font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300}.chitchat-main .chitchat-contain ul.detial-price li:last-child{margin-bottom:0}.chitchat-main .chitchat-contain ul.detial-price li i{color:#1c9dea;margin-right:20px}.chitchat-main .chitchat-contain .pricing-btn{color:#fff;margin-top:45px}.chitchat-main .chitchat-back-block .chit-chat1{position:absolute;top:28%;left:16%;z-index:-1;animation:animatow 30s linear infinite}.chitchat-main .chitchat-back-block .chit-chat2{position:absolute;top:33%;right:8%;z-index:-1;animation:animatow 30s linear infinite}.chitchat-main .chitchat-back-block .chit-chat3{position:absolute;top:54%;left:33%;z-index:-1;animation:slidemain 50s linear infinite}.ply-main{display:flex;align-items:center;margin-bottom:30px}.ply-main .ply-content{background-color:rgba(28,157,234,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}.ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}.ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}.ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}.ply-main h3{color:#223645;font-family:Montserrat,sans-serif;font-weight:800}.ply-main h3,.ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600)}.ply-main h3 span{font-weight:600}.slider-block{background-color:#eff8ff;background-image:url(/assets/images/landing/1.jpg);overflow:hidden;position:relative;background-position:100%;background-size:cover}.slider-block .downlaod .footer-btn .btn{padding:13px 23px}.slider-block .inner1{position:absolute;top:50%;left:43%;animation:animatone 15s linear infinite}.slider-block .slider-main{display:flex;align-items:center;height:100vh}.slider-block .slider-main .slider-contain .ply-main{display:flex;align-items:center;margin-bottom:30px}.slider-block .slider-main .slider-contain .ply-main .ply-content{background-color:rgba(28,157,234,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:30%;height:30%}.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}.slider-block .slider-main .slider-contain .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}.slider-block .slider-main .slider-contain .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}.slider-block .slider-main .slider-contain h1{font-size:calc(20px + 28*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:17px;width:400px;line-height:1.2}.slider-block .slider-main .slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:35px;line-height:1.8}.slider-block .slider-main .slider-contain h4 span{color:#1c77ed;font-size:110%}.slider-block .slider-main .slider-contain .header-btn{display:flex;align-items:center}.slider-block .slider-main .slider-contain .header-btn .foot-apl-btn h4{margin-bottom:0;color:#fff;line-height:1;width:-moz-fit-content;width:fit-content}.slider-block .slider-main .slider-contain .header-btn .foot-ply-btn h4{margin-bottom:0;line-height:1;width:-moz-fit-content;width:fit-content}.slider-block .chat-slide{position:absolute;right:0;width:50%;top:0}.team-work-main{position:relative}.team-work-main .team-work-content{display:flex;align-items:center;height:100%}.team-work-main .team-work-content .ply-main{display:flex;align-items:center;margin-bottom:40px}.team-work-main .team-work-content .ply-main .ply-content{background-color:rgba(28,157,234,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.25));background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px;margin-left:6px}.team-work-main .team-work-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}.team-work-main .team-work-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}.team-work-main .team-work-content h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px;width:582px}.team-work-main .team-work-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:400;width:517px;line-height:1.8}.team-work-main .team-work-content .pricing-btn{color:#fff;margin-top:40px}.team-work-main .team1{position:absolute;top:100px;right:36%}.team-work-main .team2{position:absolute;top:13%;right:28%;animation:animatow 15s linear infinite}.team-work-main .team3{position:absolute;top:30%;right:42%}.team-work-main .team4{position:absolute;top:30%;right:9%}.team-work-main .team5{position:absolute;top:100px;left:30%}.collaboration-main .collaboration-content{text-align:center;margin-bottom:85px;display:flex;justify-content:center;align-items:center}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{display:inline-block;margin-right:75px}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item:last-child{margin-right:0}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));background-color:#fff;border-radius:15px;padding:0}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{border-radius:15px;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:20px 30px}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:20px}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:30px;font-weight:900}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;line-height:1;margin-bottom:10px;text-transform:capitalize;text-align:left}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content p{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;margin-bottom:0;line-height:1;text-transform:capitalize}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main{background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9)}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content h3,.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content p{color:#fff}.collaboration-main .tab-detail{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));width:-moz-fit-content;width:fit-content;margin:0 auto}.testimonial-main .slick-slider .slick-list{margin:0 -30px}.testimonial-main .slick-slider .slick-list .slick-slide{padding:0 30px}.testimonial-main .owl-nav,.testimonial-main .owl-nav button{display:flex;justify-content:center;align-items:center}.testimonial-main .owl-nav button{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;border:none;font-family:FontAwesome;position:relative;margin-bottom:0}.testimonial-main .owl-nav button i{font-size:15px;color:#1c9dea}.testimonial-main .owl-nav button:focus{outline:none}.testimonial-slider{padding-top:45px;display:none}.testimonial-slider .owl-nav{display:flex!important;align-items:center;justify-content:center;margin-top:20px}.testimonial-slider .owl-nav.disabled{opacity:1!important}.testimonial-slider .owl-nav button:focus{outline:none;border:none}.testimonial-slider .owl-nav button.owl-next,.testimonial-slider .owl-nav button.owl-prev{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;font-family:FontAwesome;position:relative;transition:all .5s ease;display:flex;justify-content:center;align-items:center;margin-bottom:0}.testimonial-slider .owl-nav button.owl-next span,.testimonial-slider .owl-nav button.owl-prev span{font-size:15px;display:none!important}.testimonial-slider .owl-nav button.owl-next:hover,.testimonial-slider .owl-nav button.owl-prev:hover{background-color:#1c77ed;transition:all .5s ease}.testimonial-slider .owl-nav button.owl-next:hover:before,.testimonial-slider .owl-nav button.owl-prev:hover:before{color:#fff}.testimonial-slider .owl-nav button.owl-next:before,.testimonial-slider .owl-nav button.owl-prev:before{font-size:15px;color:#1c77ed;transition:all .5s ease}.testimonial-slider .owl-nav button.owl-prev:before{position:absolute;content:""}.testimonial-slider .owl-nav button.owl-next{margin-left:20px}.testimonial-slider .owl-nav button.owl-next:before{position:absolute;content:""}.testimonial-slider.owl-carousel.owl-loaded{padding-top:20px!important}.testimonial-box{border-radius:25px;background-color:#fff;border:1px solid rgba(28,157,234,.05);box-shadow:5px 5px 30px rgba(28,157,234,.07);text-align:center;margin:20px 0;padding:60px 40px}.testimonial-box .test-img{position:relative;margin-left:auto;margin-right:auto;margin-bottom:30px;width:-moz-fit-content;width:fit-content;background-color:#e9f5ff;border-radius:50%}.testimonial-box .test-img img{border-radius:50%;width:100px;height:100px;position:relative}.testimonial-box .test-img .test-wish{position:absolute;top:0;right:0;font-size:12px;padding:8px;border-radius:50%;color:#fff;background-color:#1c9dea}.testimonial-box .test-contain{text-transform:capitalize}.testimonial-box .test-contain h4{color:#1c9dea}.testimonial-box .test-contain h3,.testimonial-box .test-contain h4{font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}.testimonial-box .test-contain h3{font-size:calc(16px + 4*(100vw - 320px)/1600);color:#223645}.testimonial-box .test-contain h6{color:#647589;font-family:Roboto,sans-serif;font-weight:400;line-height:1.8}.testimonial-box .test-contain ul.test-icon{display:flex;justify-content:center;align-items:center;margin-top:30px}.testimonial-box .test-contain ul.test-icon li{width:40px;height:40px;border-radius:20px;background-color:#fff;border:1px solid rgba(28,119,237,.1);display:flex;justify-content:center;align-items:center;margin-right:25px}.testimonial-box .test-contain ul.test-icon li:last-child{margin-right:0}.testimonial-main{position:relative;overflow:hidden}.testimonial-main .testimonial-back-content .test-img1{position:absolute;top:3%;left:4%;transform:rotate(230deg);animation:slidemain 50s linear infinite}.testimonial-main .testimonial-back-content .test-img2{position:absolute;bottom:7%;right:12%;animation:slidemain 50s linear infinite;z-index:-1}.secure-app-main{background-image:url(/assets/images/landing/parallax/main.png);background-color:#eff8ff;background-position:0;background-repeat:no-repeat;background-attachment:fixed;height:850px;position:relative;overflow:hidden}.secure-app-main .row>.col{padding:0}.secure-app-main .secure-app-content{display:flex;justify-content:flex-end;align-items:center;height:850px}.secure-app-main .secure-app-content .ply-main{display:flex;align-items:center;margin-bottom:27px}.secure-app-main .secure-app-content .ply-main .ply-content{background-color:rgba(28,157,234,.1);width:50px;height:50px;border-radius:50%;padding:15px;margin-right:20px;display:flex;align-items:center;justify-content:center}.secure-app-main .secure-app-content .ply-main .ply-content i{color:#1c9dea;font-size:30px;font-weight:900;margin-top:5px}.secure-app-main .secure-app-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}.secure-app-main .secure-app-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}.secure-app-main .secure-app-content h1{font-size:calc(18px + 38*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:37px}.secure-app-main .secure-app-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:40px;line-height:1.8}.secure-app-main .secure-app-content h4 span{color:#1c77ed;font-size:calc(14px + 3*(100vw - 320px)/1600)}.secure-app-main .secure-app-content .pricing-btn{color:#fff}.secure-app-main .secure-back-content .secure-img1{position:absolute;top:10%;right:-7%;transform:rotate(125deg);animation:slidemain 60s linear infinite}.secure-app-main .secure-back-content .secure-img2{position:absolute;top:100px;left:38%;transform:rotate(-86deg);animation:slidemain 80s linear infinite}.pricing-box{padding:40px;margin:20px;border-radius:25px;background-color:#fff;text-align:center;border:1px solid rgba(28,157,234,.05);box-shadow:5px 5px 30px rgba(28,157,234,.07)}.pricing-box .pricing-icon{font-size:50px;margin-bottom:60px}.pricing-box .pricing-icon img{width:auto;height:auto;margin-left:auto;margin-right:auto}.pricing-box .pricing-content h2{font-size:calc(20px + 16*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:30px}.pricing-box .pricing-content h4{color:#1c9dea;font-family:Montserrat,sans-serif;font-weight:700}.pricing-box .pricing-content .pricing-btn{margin-top:40px;color:#fff}.pricing-box .pricing-content .pricing-btn:hover{color:#fff}.pricing-box ul.avb-price{text-align:left;margin-top:40px;margin-left:80px}.pricing-box ul.avb-price li{font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300;margin-bottom:10px}.pricing-box ul.avb-price li:last-child{margin-bottom:0}.pricing-box ul.avb-price li i{color:#1c9dea;margin-right:20px}.price-slider{margin-bottom:-20px;margin-top:-20px}.subscribe-content{display:flex;height:100%;justify-content:center;align-items:center}.subscribe-content h1{margin-bottom:40px;font-size:calc(16px + 32*(100vw - 320px)/1600);width:650px}.subscribe-content .form-inline input::placeholder{color:#1c77ed;text-transform:capitalize}.subscribe-content .form-inline .form-control{width:240px;height:46px;border-radius:10px;background-color:rgba(28,119,237,.1);border:none;padding-left:25px}.subscribe-content .form-inline .form-control:first-child{margin-right:20px}.subscribe-content button{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9);color:#fff;margin-left:20px;line-height:1}.subscribe-content button:hover{color:#fff}.subscribe-content h4{margin-top:40px;color:#223645;font-family:Roboto,sans-serif;font-weight:700;text-transform:capitalize;letter-spacing:.05em;font-size:calc(14px + 2*(100vw - 320px)/1600)}.subscribe-content h4 span{font-weight:500;font-size:16px;font-size:calc(14px + 2*(100vw - 320px)/1600)}.subscribe-main{position:relative;overflow:hidden}.subscribe-main .subscribe-img1{position:absolute;top:22%;right:10%;width:300px;z-index:-1}footer{background-color:#eff7fe;overflow:hidden;position:relative;border-top:1px solid #ddf1ff}footer .footer-main{position:relative;padding-top:calc(30px + 40*(100vw - 320px)/1600);padding-bottom:calc(30px + 40*(100vw - 320px)/1600)}footer h3{margin-bottom:25px;font-size:calc(14px + 4*(100vw - 320px)/1600)}footer p{font-size:calc(13px + 2*(100vw - 320px)/1600);color:rgba(34,54,69,.9)}footer .copyright p{color:rgba(34,54,69,.6)}footer span{font-size:18px;color:#ff4e2b;line-height:0}footer .logo{margin-bottom:15px}footer .links li{display:block;position:relative;padding-left:20px;transition:all .3s ease}footer .links li:hover{padding-left:22px;transition:all .3s ease}footer .links li:hover a{color:#1c9dea;transition:all .3s ease}footer .links li:hover a:before{left:3px;color:#1c9dea;transition:all .1s ease}footer .links li a{font-size:calc(14px + 1*(100vw - 320px)/1600);color:#223645;font-weight:500}footer .links li a:before{content:"";font-family:themify;font-size:11px;position:absolute;left:0;top:4px;transition:all .3s ease;font-weight:700}footer .links li+li{margin-top:12px}footer .copyright-footer{padding-top:1.1rem;border-top:1px solid rgba(34,54,69,.1)}footer .foot-apl-btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center}footer .foot-apl-btn:hover{cursor:pointer}footer .foot-apl-btn i{color:#fff;margin-right:15px;font-size:30px}footer .foot-apl-btn span h6{color:#fff;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:5px}footer .foot-apl-btn span h4{color:#fff;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize;line-height:1}footer .footer-back-block .inner1{position:absolute;top:-15%;right:10%;transform:rotate(96deg);animation:animatone 30s infinite reverse}footer .footer-back-block .inner2{position:absolute;bottom:10%;left:-80px;animation:slidemain 40s linear infinite}footer .footer-mobile-title{display:none}footer .footer-contant .footer-btn{margin-top:30px}.app-design-block .app-code-block{margin-bottom:-50px}.downlaod .footer-btn .btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(34,54,69,.07));background-color:#fff;display:inline-flex;align-items:center;padding:17px 30px}.downlaod .footer-btn .btn h6{padding-bottom:4px}.downlaod .footer-btn .btn.active{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}.downlaod .footer-btn .btn.active,.downlaod .footer-btn .btn.active h4,.downlaod .footer-btn .btn.active h6{transition:all .3s ease;color:#fff}.downlaod .footer-btn .btn i{font-size:28px}.downlaod .footer-btn .btn div{text-align:left;padding-left:12px}.downlaod .footer-btn .btn+.btn{margin-top:15px}.downlaod .footer-btn .fa-play{color:#1c9dea}.tap-top{width:42px;height:42px;border-radius:100%;position:fixed;bottom:20px;right:20px;z-index:8;display:none;color:#fff;text-align:center;background:#1c9dea;border:none;font-size:22px;padding:4px;cursor:pointer}.tap-top.top-cls{bottom:130px}.inner-page header .landing-header .navbar-collapse ul .active a{color:#1c9dea}@media(max-width:1367px){.header-inner{padding-bottom:30px}.blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}}@media(max-width:1199px){.blog-media>div:first-child{padding-bottom:30px}.counter-box-second{width:165px;height:165px}.counter-box-second .counter-box .counter-icon{font-size:30px}.counter-box-second .counter-box h6{font-size:22px}.counter-box-second .counter-box span{font-size:13px}}@media(max-width:991px){.blog-detail-page .blog-commant,.blog-detail-page .blog-contact{margin-top:30px}.about-page .about-title h1{margin-bottom:15px}.about-page .about-img img{margin-bottom:20px}.team .owl-nav{top:-60px}.team .owl-nav button.owl-next,.team .owl-nav button.owl-prev{height:30px;width:30px}.team .owl-nav button.owl-next:before,.team .owl-nav button.owl-prev:before{font-size:12px}}@media(max-width:767px){.breadcrumb-main .breadcrumb-content{display:unset;text-align:center}.breadcrumb-main .breadcrumb-content .breadcrumb-left{margin-bottom:5px}.blog-page .blog-sidebar{margin-top:30px}.blog-page .blog-sidebar .blog-card{padding:15px}.blog-page .order-sec{order:-1}.blog-page .blog-contact .btn-solid{padding:13px 25px}.left-blog .blog-sidebar{margin-top:0;margin-bottom:30px}.faq-block>div:nth-child(n+3){margin-top:15px}.faq-section .faq-search-box .input-group .form-control{padding:10px}.error-main .error-contain .error-btn{padding:15px 25px}.team .team-content .text-content h4,.team .team-content .text-content p{margin-bottom:10px}.team .team-content .text-content ul li{width:30px;height:30px}.team .team-content .text-content ul li a i{font-size:14px}}@media(max-width:575px){.faq-block .search-form .form-group .icon-close{top:1px}.header-inner{padding-bottom:20px}.error-main .error-contain .error-btn{padding:12px 18px}}@media(max-width:480px){.faq-block .search-form .form-group .icon-close{top:5px}.team .team-content{display:unset}.team .team-content .text-content{margin-top:15px;padding-left:0}.about-page .about-tab{display:block;text-align:center}.about-page .about-tab ul li{display:inline-block;margin-right:10px}.about-page .about-tab ul li:last-child{margin-right:0}.about-page .about-tab .nav-pills .nav-link{padding:0;font-weight:600}.about-page .about-tab .tab-content{border-top:1px solid #eff1f2;margin-top:10px;padding-bottom:0}}@media(max-width:360px){.blog-page .blog-media .blog-right ul{display:flex}.blog-page .blog-media .blog-right ul li{display:block}.about-page .about-tab ul li:last-child{margin-top:10px}}@media(min-width:1680px){.custom-container{max-width:1600px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}}@media(max-width:1367px){.slider-block .slider-main{height:100vh}.secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}.secure-app-main .secure-app-content .ply-main .ply-content i{font-size:20px;margin-top:3px}.rate-us{padding-top:60px!important}}@media(max-width:1679px){.custom-container{max-width:100%;padding-right:15px;padding-left:15px;margin:0 auto}.slider-block .chat-slide{bottom:-13%}.slider-block .inner1{top:15%;left:25%}.slider-block .inner2{right:-26%}.slider-block .slider-main .slider-contain .ply-main .ply-content{padding:10px}.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:45px;height:45px}.slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}.team-work-main .team-work-content .ply-main{margin-bottom:18px}.team-work-main .team-work-content .ply-main .ply-content{padding:10px}.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:45px;height:45px}.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}.team-work-main .team-work-content h1{margin-bottom:17px;width:480px}.team-work-main .team-work-content .pricing-btn{margin-top:18px}.secure-app-main,.secure-app-main .secure-app-content{height:650px}.secure-app-main .secure-app-content .ply-main{margin-bottom:18px}.secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}.secure-app-main .secure-app-content h1{margin-bottom:11px}.secure-app-main .secure-app-content h4{margin-bottom:14px}.team-work-main .team-work-content{justify-content:center}footer .footer-main .footer-back-block .inner1{left:-60%;top:-130%}footer .footer-main .footer-back-block .inner2{right:-60%;bottom:-130%}}@media(max-width:1500px){.pricing-box ul.avb-price{margin-left:50px}}@media(max-width:1470px){.chitchat-main .landing-title .sub-title h2{margin-bottom:-8px}.slider-block .inner2{right:-40%}.slider-block .chat-slide{bottom:0}.chitchat-main .chitchat-contain{justify-content:center}.chitchat-main .chitchat-contain h1{width:450px}.chitchat-main .chitchat-contain .chitchat-img{width:450px;margin-top:-3px}.team-work-main .team-work-content .team-main{width:480px}.team-work-main .team1{right:30%;width:100px}.team-work-main .team2{top:17%;right:13%;width:27px}.team-work-main .team3{right:10%}.subscribe-content h1{margin-bottom:23px}.subscribe-content h4{margin-top:18px}.subscribe-content .form-inline{display:unset}.subscribe-content button{margin-top:23px;display:block;margin-left:0}.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:300px}}@media(max-width:1367px){.section-py-space{padding-top:80px;padding-bottom:80px}.section-pt-space{padding-top:80px}.section-pb-space{padding-bottom:80px}header{padding-top:30px}header .landing-header .navbar-nav .nav-item:last-child .dropdown-menu{margin-bottom:0!important}.slider-block .inner1{display:none}.app-design-main{padding-top:35px}.app-design-main .contant-box h4{margin-bottom:-4px}.chitchat-main .chitchat-back-block .chit-chat3{left:11%}.chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:22px}.chitchat-main .chitchat-contain h3{margin-bottom:20px}.chitchat-main .chitchat-contain h1{margin-bottom:24px}.chitchat-main .chitchat-contain h4{margin-bottom:17px}.chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:10px}.chitchat-main .chitchat-contain .pricing-btn{margin-top:18px}.collaboration-main .collaboration-content{margin-bottom:55px}.collaboration-main .collaboration-content ul.collab-tab li{margin-right:45px}.secure-app-main{height:426px}.secure-app-main .secure-app-content{height:426px;background-color:hsla(0,0%,100%,.9);padding:20px}.pricing-box .pricing-icon{margin-bottom:23px}.pricing-box .pricing-icon img{width:55px}.pricing-box .pricing-content h2{margin-bottom:13px}.pricing-box .pricing-content .pricing-btn{margin-top:20px;padding:13px 25px}.pricing-box ul.avb-price{margin-top:26px;margin-left:10px!important}footer .footer-main .footer-logo{margin-bottom:15px}footer .footer-main .footer-logo img{width:100px}footer .footer-main h3{margin-bottom:17px}footer .footer-main h1{margin-bottom:15px}footer .footer-main .footer-btn{margin-top:22px}footer .footer-main .footer-back-block .inner1{left:-75%;top:-160%}footer .footer-main .footer-back-block .inner2{right:-75%}footer .footer-main .footer-back-block .inner3{top:-25%}footer .footer-main .footer-back-block .inner4{bottom:0;left:-10%}footer .footer-main .footer-back-block .inner5{width:300px}.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:290px}.subscribe-content h1{width:auto}.subscribe-content img{width:400px;height:auto}}@media(max-width:1366px){.slider-contain{padding-left:30px}.element-card .chat-main li .chat-box .details{padding-left:70px}.landing-page-header .landing-header .navbar .navbar-collapse{width:100%!important}.landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}.landing_page_slider{min-height:1080px}.landing_page_slider .animated-img-2{margin-top:0;width:1000px}.landing_page_slider .animated-img-1 .slicing-img-4{left:230px;top:230px}.landing_page_slider .animated-img-1 .slicing-img-5{left:900px;top:466px}.landing_page_slider .animated-img-1 .slicing-img-6{top:152px;right:351px}.landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:438px}.slider-block .chat-slide{width:70%}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:10px}.main-feature .key-feature .theme-collection .image-contain{padding:20px;min-height:160px}}@media(max-width:1300px){.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}.chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}.chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:1250px){.chat-landing-page .landing_page_slider{min-height:980px}.chat-landing-page .landing_page_slider .animated-img-2{width:950px}}@media(min-width:1201px)and (max-width:1239px){.chat-landing-page .landing-page-header .fixed{padding:5px 50px}.chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}.chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}}@media(max-width:1200px){.chat-landing-page .landing-page-header .fixed{padding:5px 50px}.chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}.chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}.chat-landing-page .landing_page_slider .animated-img-2{width:900px}.chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:0;top:180px;width:22%}.chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:100px;right:-85px;width:47%}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:290px}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:330px}.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}}@media(max-width:1199px){.app-design-block .app-code-block{margin-bottom:-40px}.slider-block .slider-main{height:750px}.landing-title .sub-title{margin-bottom:40px}.collaboration-main .collaboration-content{margin-bottom:35px}.pricing-box ul.avb-price li i{margin-right:10px}.section-pb-space{padding-bottom:60px}.section-pt-space{padding-top:60px}.section-py-space{padding-top:60px;padding-bottom:60px}.chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:40px}.chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav{float:unset;width:unset}.chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .active .nav-link{color:#1c9dea!important;line-height:unset}.chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{color:rgba(0,0,0,.7)!important;line-height:unset}.chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{float:unset;margin-left:30px;margin-top:10px}.chat-landing-page .landing-page-header .fixed{padding:5px 100px}.chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse{width:100%}.chat-landing-page .easy-navigation .inner-block{padding:20px}.chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:30px;min-height:200px}.chat-landing-page .bonus-page .blog-left{margin-top:50px}header .landing-header .landing-header-right .main-nav{display:block}header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#1c9dea!important}.testimonial-box{padding:40px}.slider-block .slider-main .slider-contain .ply-main{margin-bottom:10px}.slider-block .slider-main .slider-contain h1{margin-bottom:12px}.slider-block .slider-main .slider-contain h4{margin-bottom:12px;width:70%}.slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{padding:13px 28px}.slider-block .slider-main .slider-contain .header-btn .foot-apl-btn i{font-size:24px}.slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:13px 28px}.slider-block .slider-main .slider-contain .header-btn .foot-ply-btn i{font-size:24px}.app-design-main{padding-top:40px;padding-bottom:40px}.app-design-main .contant-box h4{width:auto}.pages-space>div:nth-child(n+3){margin-top:40px!important}.chitchat-main .chitchat-contain h1{width:390px}.chitchat-main .chitchat-contain .chitchat-img{width:380px}.chitchat-main .chitchat-contain img{margin-top:0}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:25px}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main{padding:20px}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-img img{width:25px}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content p{display:none}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content h3{margin-bottom:0}.team-work-main .team-work-content h1{width:420px}.team-work-main .team-work-content h4{width:399px}.team-work-main .team1{right:31%;width:80px}.team-work-main .team2{right:19%;width:20px}.subscribe-content .form-inline .form-control{width:200px}.landing_popups .element-card .typography .internet{margin-bottom:0}.chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px}.chat-landing-page .main-feature .key-feature .feture-icon svg{width:45px}.main-feature .key-feature>div:nth-child(n+5){margin-top:30px}}@media(max-width:1155px){.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:470px}.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}}@media(max-width:1150px){.chat-landing-page .landing_page_slider .animated-img-2{width:850px}}@media(max-width:1026px){.chat-landing-page .landing_page_slider .animated-img-2{width:750px;margin-top:20px}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:225px}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:265px;left:273px}.chat-landing-page .slider-block .slider-main .slider-contain h1{width:290px}.chat-landing-page .slider-block .slider-main .slider-contain h4{width:375px}.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:215px}}@media(max-width:992px){.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:350px}.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}.chat-landing-page .page-decore .top img{animation:none}.chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat1,.chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat2,.chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat3,.chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat4,.chat-landing-page .tour-integrated .chitchat-back-block .chit-chat1,.chat-landing-page .tour-integrated .chitchat-back-block .chit-chat2,.chat-landing-page .tour-integrated .chitchat-back-block .chit-chat3,.chat-landing-page .tour-integrated .chitchat-back-block .chit-chat4{display:none}.chat-landing-page .landing_popups .element-card .typography .internet{margin-bottom:20px}.chat-landing-page .landing_popups .svg_img2{animation:none}}@media(max-width:991px){.pricing-box{padding:20px 10px;margin:20px 0}.app-design-main .icon-box{border-radius:25px;padding:20px}.app-design-main .app-hover{height:31%}.app-design-block .app-code-block{margin-bottom:-25px}.app-design-main{padding-top:25px;padding-bottom:25px}.chitchat-main .landing-title .sub-title h2{margin-bottom:-6px}.landing-title .sub-title h4{margin-top:-1px}.chat-landing-page .collaboration-main .collaboration-content{margin-bottom:30px!important}.landing-title .sub-title{position:unset;margin-top:0}.landing-title h1{display:none}.chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{padding:13px 17px}.chat-landing-page header .inner1{display:none}.chat-landing-page .landing-page-header .fixed{padding:5px 15px}.chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:100px}.chat-landing-page .landing_page_slider .animated-img-2{margin-top:30px;width:700px}.chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:-11px;top:122px;width:29%}.chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:77px;right:-83px;width:52%}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:190px}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:205px;left:243px}.chat-landing-page .easy-navigation .inner-block{padding:10px}.chat-landing-page .easy-navigation .inner-block p{font-size:13px;line-height:1.5}.chat-landing-page .easy-navigation .navigation-2 .exclusive-image img,.chat-landing-page .easy-navigation .navigation-3 .exclusive-image img,.chat-landing-page .easy-navigation .navigation-6 .exclusive-image img{min-height:220px}.chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:10px;min-height:150px}.slider-block .slider-main{margin-top:85px;position:relative;height:auto;text-align:center;justify-content:center;z-index:1;padding-top:70px;padding-bottom:70px}.slider-block .slider-main .slider-contain{border-radius:20px;padding:30px;width:auto}.slider-block .slider-main .slider-contain h1,.slider-block .slider-main .slider-contain h4{width:auto}.slider-block .chat-slide,.slider-block .inner1{display:none}.app-design-main .icon-box i{font-size:36px}.team-work-main .team-work-content h1{width:auto;margin-bottom:15px}.team-work-main .team-work-content h4{width:350px}.team-work-main .team-work-content .pricing-btn{padding:12px 20px}.team-work-main .team1{width:50px;top:16%;right:32%}.team-work-main .team2{top:19%;right:20%}.team-work-main .team4{width:40px;right:3%}.team-work-main .team5{width:250px}.secure-app-main{height:auto!important;padding-bottom:0!important}.secure-app-main .secure-app-content{text-align:center;height:auto!important;padding:40px}.secure-app-main .secure-app-content .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.secure-app-main .secure-app-content .pricing-btn{padding:12px 18px}.secure-app-main .secure-back-content .secure-img2{top:0;left:0;display:none}.secure-app-main .secure-back-content .secure-img1{top:unset;bottom:0;right:0;display:none}.subscribe-content .form-inline .form-control{width:160px;display:inline-block}.testimonial-slider{padding-top:0}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:0}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{display:none}footer .footer-main .footer-logo img{width:80px}footer .footer-main .footer-back-block .inner4{left:-20%}footer .footer-main .footer-back-block .inner3{top:-30%;right:0}.subscribe-content button{padding:12px 18px}}@media(max-width:930px){.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:175px}}@media(max-width:900px){.chat-landing-page .landing_page_slider .animated-img-2{width:650px}.chat-landing-page .landing_popups .element-card{letter-spacing:unset}.chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:10px}}@media(max-width:850px){.chat-landing-page .landing_page_slider .animated-img-2{width:550px}.chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}.chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:768px){.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}.chat-landing-page .audiocall1.call-modal,.chat-landing-page .audiocall2.call-modal,.chat-landing-page .conferencecall.call-modal,.chat-landing-page .videocall.call-modal,.chat-landing-page .videocallhang.call-modal{min-height:460px}.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:150px}.chat-landing-page .landing_popups .btn{padding:15px 20px}}@media(max-width:767px){.slider-block{background-blend-mode:overlay;background-color:#bbb6b6}.chitchat-main .landing-title .sub-title h2{margin-bottom:-2px}.landing-screen-animation .pc-bg-1{height:300px!important}.chat-landing-page .landing_page_slider{min-height:390px!important;background-image:none;background:linear-gradient(#1c9dea,rgba(28,157,234,.4))}.chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:170px}.chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .playbutton .ply-content{background-color:unset;padding:0}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:100px;top:400px}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}.chat-landing-page .landing_page_slider .animated-img-2{display:none}.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}.chat-landing-page .easy-navigation .inner-block{padding:50px}.chat-landing-page .easy-navigation .navigation-1{order:2}.chat-landing-page .easy-navigation .navigation-2{order:1;margin-bottom:3rem!important}.chat-landing-page .easy-navigation .navigation-3{margin-bottom:3rem!important}.chat-landing-page .easy-navigation .navigation-5{order:2}.chat-landing-page .easy-navigation .navigation-6{order:1;margin-bottom:3rem!important}.chat-landing-page .main-feature .key-feature .feture-icon{padding:40px 30px}.chat-landing-page .main-feature .key-feature .feture-icon svg{width:60px}.section-pb-space{padding-bottom:30px}.section-pt-space{padding-top:30px}.landing-title h1{display:none}.landing-title .sub-title{position:unset;margin-top:0}.landing-title .sub-title h4{margin-bottom:5px}.slider-block .slider-main{justify-content:center;text-align:center;height:-moz-fit-content;height:fit-content;padding-bottom:60px}.slider-block .slider-main .slider-contain{padding:15px}.slider-block .slider-main .slider-contain .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.slider-block .slider-main .slider-contain .header-btn{justify-content:center}.slider-block .slider-main .slider-contain .header-btn .foot-apl-btn,.slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:9px 17px}.slider-block .downlaod .footer-btn .btn{padding:10px 20px}.slider-block .downlaod .footer-btn .btn i{font-size:22px}.app-design-main{padding-bottom:0;padding-top:25px}.app-design-main .contant-box{margin-top:15px}.app-design-main .contant-box h4{margin-top:5px}.app-design-main .icon-box{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);border-radius:5px;padding:15px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35))}.app-design-main .icon-box i{color:#fff;font-size:20px}.app-design-main:hover .app-hover{display:none;opacity:0}.app-design-main .app-hover{display:none}.app-design-block .app-btn{margin-top:25px;padding:15px 20px}.app-design-block .app-code-block{margin-bottom:0}.app-code-block>div:first-child .app-design-main{padding-top:0}.chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:28px}.landing-page-header header .landing-header .btn_purchase a{padding:12px 25px}.landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{font-size:14px!important}.chitchat-main .chitchat-contain{text-align:center}.chitchat-main .chitchat-contain .chitchat-img{width:250px;margin:-2px auto 0}.chitchat-main .chitchat-contain h3{margin-bottom:18px}.chitchat-main .chitchat-contain h1{width:auto;margin-bottom:18px}.chitchat-main .chitchat-contain h4{margin-bottom:10px}.chitchat-main .chitchat-back-block .chit-chat3{top:16%;left:32%}.chit-chat-block>div:first-child{margin-bottom:20px}.chitchat-main .chitchat-contain .pricing-btn{padding:15px 20px}.chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:18px}.chitchat-main .chitchat-contain .chitchat-logo img{width:150px;height:auto}.team-work-main .team-work-content{text-align:center;justify-content:center}.team-work-main .team-work-content h1{width:auto;margin-bottom:12px}.team-work-main .team-work-content h4{width:auto}.team-work-main .team-work-content .ply-main{justify-content:center}.team-work-main .team1{top:44%;right:62%}.team-work-main .team2{top:50%;right:15%}.team-work-main .team3{top:53%;right:10%}.team-work-main .team4{top:80%;right:15%}.team-work-main .team5{width:190px}.team-block>div:first-child{margin-bottom:30px}.collaboration-main .collaboration-content{margin-top:0;margin-bottom:30px}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:13px 20px;border-radius:5px;background-color:#fff}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{margin-bottom:0!important}.testimonial-main .owl-nav button{width:30px;height:30px}.testimonial-main .owl-nav button i{font-size:12px}.secure-app-main .secure-back-content .secure-img1{bottom:-10%;right:-10%}.secure-app-main .secure-back-content .secure-img2{top:-10%;left:-10%}.pricing-box{padding:30px 20px;margin:20px 0;display:flex;justify-content:center}.pricing-box .pricing-icon{margin-bottom:10px}.pricing-box ul.avb-price{margin-left:0!important}.pricing-box .pricing-content .pricing-btn{padding:10px 18px}.subscribe-block>div:first-child{margin-bottom:30px}.subscribe-content{text-align:center}.subscribe-content img{width:200px}.subscribe-content h4{margin-bottom:-3px}.subscribe-content button{margin-left:auto;margin-right:auto}.subscribe-content .form-inline .form-control{padding-left:15px;height:35px}.subscribe-content .form-inline .form-control::placeholder{font-size:14px}footer .footer-main ul.footer-contact li{margin-right:15px}footer .footer-main .footer-btn{margin-top:27px}footer .footer-main .footer-btn .foot-apl-btn{padding:13px 25px}footer .footer-main .footer-btn .foot-ply-btn{padding:13px 25px;margin-left:20px}footer .footer-back-block .inner1,footer .footer-back-block .inner2{display:none}.pages-space>div:nth-child(n+2){margin-top:30px!important}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:15px 25px}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600;font-size:14px}.chat-landing-page .content-title{margin-bottom:30px!important}.chat-landing-page .easy-navigation .inner-block .btn{padding:13px 25px}.rate-us .rate_us-section h2{margin:20px 0!important}.rate-us .rate_us-section img{width:160px}.rate-us .rate_us-section .rate-section li i{font-size:28px!important}.main-feature .key-feature>div:nth-child(n+3){margin-top:30px}}@media(max-width:650px){.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}.rate-us .rate_us-section img{width:150px}}@media(max-width:600px){.slider-block .chat-slide{width:100%}.audiocall1.call-modal,.audiocall2.call-modal,.conferencecall.call-modal,.videocall.call-modal,.videocallhang.call-modal{min-height:350px}.audiocall1.call-modal .center-con,.audiocall2.call-modal .center-con,.conferencecall.call-modal .center-con,.videocall.call-modal .center-con,.videocallhang.call-modal .center-con{bottom:25px}.videocall.call-modal .videocall-details,.videocallhang.call-modal .videocall-details{padding:20px}#videocallhang{padding-right:0}.landing_page_slider{min-height:450px}}@media(max-width:575px){.slider-block .slider-main{margin-top:70px}.section-py-space{padding-top:50px;padding-bottom:50px}.section-pt-space{padding-top:50px}.section-pb-space{padding-bottom:50px}.element-card .chat-main li .chat-box .details h6{max-width:100px}.chitchat-main .landing-title .sub-title h2,.landing-title .sub-title h2{margin-bottom:-1px}.chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:160px}.landing-title .sub-title h4{margin-bottom:10px}.landing-title .sub-title h2{width:auto}header{padding-top:20px}header .landing-header .landing-header-left .logo-block img{height:40px;width:auto}header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-right:0}header .landing-header .landing-header-right .purchase-block .purchase-btn span{display:none}header .landing-header.fixed{padding:0!important}header .landing-header .logo-block img{height:28px!important}.slider-block .inner2,header .landing-header .slider-block .inner2{right:0;top:10%}.slider-block .downlaod .footer-btn .btn i{font-size:16px}.app-design-block .app-btn{padding:12px 18px;font-size:13px;margin-top:20px}.app-design-main{padding-top:20px}.team-work-main .team1{top:50%;width:40px;right:68%}.team-work-main .team2{top:49%;right:43%}.team-work-main .team4{top:48%;right:60%}.chitchat-main .chitchat-contain .chitchat-img{width:200px}.chitchat-main .chitchat-contain h1,.chitchat-main .chitchat-contain h3{margin-bottom:14px}.chitchat-main .chitchat-contain .pricing-btn{padding:12px 18px;font-size:13px}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:7px}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:10px;border-radius:5px}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600}.collaboration-main .tab-detail .tab-content .container{width:100%}.secure-app-main .secure-back-content .secure-img2{top:-20%;left:-20%}.secure-app-main .secure-back-content .secure-img1{bottom:-20%;right:-20%}.secure-app-main .secure-app-content .ply-main .ply-content{width:40px;height:40px}.secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px;font-size:16px}.pricing-box .pricing-content .pricing-btn{margin-top:14px}footer .footer-main .footer-back-block .inner4{left:-25%;bottom:-40%}footer .footer-main .footer-back-block .inner3{top:-35%;right:-12%}.mobile-version-sec .mobile-display{text-align:center}.mobile-version-sec .mobile-qr{max-width:unset;margin-left:0}.mobile-version-sec .mobile-qr .qr-img:after{display:none}.bonus-page .container{width:100%}.bonus-page .m-width{width:100%!important}.mobile-version-sec .mobile-qr{margin-top:40px;margin-left:auto!important;margin-right:auto}.mobile-version-sec .mobile-img{text-align:center}.mobile-version-sec .mobile-img img{height:350px;width:auto}.three-in-one-sec{margin-top:0!important}.rate-us .rate_us-section h2{margin:12px 0!important}.rate-us .rate_us-section img{width:120px}.rate-us .rate_us-section .rate-section li i{font-size:22px!important}.main-feature .key-feature>div:nth-child(n+2){margin-top:30px!important}.chat-landing-page .easy-navigation .inner-block .btn{padding:12px 18px}}@media(max-width:480px){.secure-app-main .secure-app-content{padding:40px 20px}.secure-app-main .secure-app-content .ply-main .ply-content{margin-right:10px}.secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:5px}.landing-title .sub-title h4{margin-top:0}.chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:5px}.chat-landing-page .audiocall1.call-modal,.chat-landing-page .audiocall2.call-modal,.chat-landing-page .conferencecall.call-modal,.chat-landing-page .videocall.call-modal,.chat-landing-page .videocallhang.call-modal{min-height:300px}.chat-landing-page .audiocall1.call-modal ul li+li,.chat-landing-page .audiocall2.call-modal ul li+li,.chat-landing-page .conferencecall.call-modal ul li+li,.chat-landing-page .videocall.call-modal ul li+li,.chat-landing-page .videocallhang.call-modal ul li+li{margin-left:10px}.chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,.chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{height:40px;width:40px}.chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,.chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}.chat-landing-page .easy-navigation .inner-block{padding:30px}.chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px;margin:10px 40px}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:55px;top:111px}.chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}.chat-landing-page .fadinup .container{width:100%}.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}.slider-block{background-position:50%}}@media(max-width:420px){.chitchat-main .landing-title .sub-title h2{margin-bottom:-4px}.chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse{width:100%}.chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{font-size:15px}.chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{border-radius:5px;padding:10px 12px}.chat-landing-page header .landing-header .landing-header-right .main-nav .toggle-nav{margin-left:10px}.chat-landing-page .videocall.call-modal .videocall-details,.chat-landing-page .videocallhang.call-modal .videocall-details{padding:15px}.chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,.chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}.chat-landing-page .videocall.call-modal .videocall-details .zoomcontent,.chat-landing-page .videocallhang.call-modal .videocall-details .zoomcontent{padding:3px}.chat-landing-page .icon-btn.btn-xl{height:40px;width:40px;padding:10px}.chat-landing-page .main-feature .key-feature .theme-collection .image-contain{min-height:200px}.chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:140px}.chat-landing-page .fadinup .container{width:100%}.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:180px}.slider-block .inner2{top:13%}.team-work-main .team2{top:60%;right:38%;width:16px}.team-work-main .team3{width:30px}.team-work-main .team4{top:56%;right:54%}.team-work-main .team1{top:59%}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills{display:unset}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-bottom:10px}.subscribe-content .form-inline .form-control{display:block;width:100%;border-radius:5px}.subscribe-content .form-inline .form-control:first-child{margin-bottom:20px}footer .footer-main .footer-btn{display:block}footer .footer-main .footer-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-top:20px}footer .footer-main .footer-btn .foot-apl-btn,footer .footer-main .footer-btn .foot-ply-btn{margin-left:auto;margin-right:auto}}@media(max-width:360px){.chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{margin-left:20px}.chat-landing-page .audiocall1.call-modal,.chat-landing-page .audiocall2.call-modal,.chat-landing-page .conferencecall.call-modal,.chat-landing-page .videocall.call-modal,.chat-landing-page .videocallhang.call-modal{min-height:200px}.chat-landing-page .videocall.call-modal .videocall-details,.chat-landing-page .videocallhang.call-modal .videocall-details{padding:5px}.chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,.chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{margin-left:0;height:20px;width:20px}.chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,.chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:5px}.chat-landing-page .easy-navigation .inner-block{padding:20px}.chat-landing-page .main-feature .key-feature .feture-icon{margin:10px}.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,.chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:120px}.slider-block .slider-main .slider-contain .header-btn{display:unset}.slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{margin:0 auto}.slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-top:15px}.feture-icon{padding:15px}}@media(max-width:320px){.chat-landing-page .landing_page_slider{min-height:480px}.secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px}}.chat-landing-page{position:relative}.chat-landing-page h1{margin-bottom:15px;background:-webkit-linear-gradient(#00caf3,#0090ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:calc(18px + 30*(100vw - 320px)/1600)}.chat-landing-page h5{font-size:calc(13px + 3*(100vw - 320px)/1600);letter-spacing:0;color:#9098ac;font-family:Rubik;font-weight:400;text-align:center;line-height:1.4}.chat-landing-page .content-title{text-align:center;margin-bottom:45px}.chat-landing-page .customizer img,.chat-landing-page .dark-light img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}.chat-landing-page .bonus-page .chit-chat5,.chat-landing-page .collaboration-main .chit-chat5,.chat-landing-page .dark-light .chit-chat5,.chat-landing-page .easy-navigation .chit-chat5,.chat-landing-page .real-time-customizer .chit-chat5{position:absolute;top:-70px;right:0;z-index:-1;transform:rotate(45deg);animation:slidemain 80s linear infinite}.content-title h2{margin-bottom:10px;font-size:calc(14px + 14*(100vw - 320px)/1600)}.landing-page-header~.sidebar-pannle-main{display:none}.landing-page-header header{padding-top:30px}.landing-page-header header .landing-header .navbar-collapse .navbar-nav{justify-content:center;float:left;width:75%;margin:auto}.landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important;opacity:.8;font-size:17px;letter-spacing:0;line-height:55px;font-family:Rubik;font-weight:500;text-transform:capitalize}.landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll{background-color:transparent;border:none}.landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll:hover{border:none}.landing-page-header header .landing-header .navbar-collapse .navbar-nav .active .nav-link{color:#fff!important;opacity:1}.landing-page-header header .landing-header .btn_purchase{float:right}.landing-page-header header .landing-header .btn_purchase a{border-radius:5px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-color:#fff}.landing-page-header header .fixed{background-color:#278bff!important}.landing-header .dropdown-menu a{font-size:calc(12px + 1*(100vw - 320px)/1600)!important;color:rgba(0,0,0,.5)!important;padding-left:0;padding-right:0}.landing-header .dropdown-menu .dropdown-item:focus,.landing-header .dropdown-menu .dropdown-item:hover{background-color:transparent}.slider-contain{padding-top:100px}.landing_page_slider{background-image:url(/_next/static/media/1.622c6754.png);overflow:hidden;position:relative;min-height:1060px;background-repeat:no-repeat}.landing_page_slider .landing_page_slider-main{margin-top:160px}.landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#fff!important;-webkit-text-fill-color:#fff;font-size:calc(20px + 36*(100vw - 320px)/1600);font-family:Montserrat;font-weight:800}.landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);line-height:31px;color:#fff;font-family:Roboto;font-weight:300;text-align:center}.landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{font-size:18px;font-weight:500;color:#fff}.landing_page_slider .animated-img-1{overflow:hidden}.landing_page_slider .animated-img-1 .slicing-img-4{position:absolute;left:250px;top:120px;animation:homecloud 30s linear infinite;transform:scale(1.5)}.landing_page_slider .animated-img-1 .slicing-img-5{position:absolute;left:960px;top:505px;animation:animateCloud 60s linear infinite}.landing_page_slider .animated-img-1 .slicing-img-6{position:absolute;top:132px;right:474px;animation:heartbeat 2s infinite}.landing_page_slider .animated-img-1 .slicing-img-7{position:absolute;top:284px;left:650px;width:15px;animation:heartbeat 5s infinite}.landing_page_slider .animated-img-2{height:auto;align-items:center;position:relative;width:1200px;margin:30px auto 0}.landing_page_slider .animated-img-2 .slicing-img-1{position:absolute;content:"";left:-7px;top:225px;width:20%}.landing_page_slider .animated-img-2 .slicing-img-2{position:absolute;content:"";top:132px;right:-97px;width:44%}.landing_page_slider .animated-img-2 .slicing-img-3{position:absolute;content:"";left:10px}.landing-screen-animation{position:relative}.landing-screen-animation .col-md-12{margin-bottom:50px}.landing-screen-animation .three-img-1{width:100%;position:relative;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);background-size:cover;border:5px solid #fff}.landing-screen-animation .three-img-1:hover{background-position:bottom}.landing-screen-animation .pc-bg-1{background-image:url(/_next/static/media/image_1.1cf209ea.png);height:550px;transition:2s}.landing-screen-animation .pc-bg-2{background-image:url(/_next/static/media/landing.e891557e.png);height:250px;transition:10s}.landing-screen-animation .pc-bg-3{background-image:url(/_next/static/media/email.c4ada256.jpg);height:250px;transition:2s}.demo-title{margin-top:20px;margin-bottom:0;font-size:calc(16px + 12*(100vw - 320px)/1600)}.bonus-page .m-width{width:1380px}.bonus-page .m-width .bonus{position:relative}.bonus-page .m-width .bonus img{animation:zoomIn .3s ease-in-out;transition:all .5s ease;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}.bonus-page .m-width .bonus img:hover{transition:all .5s ease;transform:translateY(-3px)}.bonus-page .demo-title{line-height:28px;font-size:calc(14px + 4*(100vw - 320px)/1600);letter-spacing:1px;margin-top:20px;margin-bottom:0;color:#333;font-weight:700}.pages-space>div:nth-child(n+4){margin-top:50px}.real-time-customizer{position:relative}.workable-app-img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}.workable-app-img .img-1{position:relative}.workable-app-img .img-2{position:absolute;top:597px;right:172px;width:14%}.workable-app-img .doted{background-color:#fff}.workable-app-img .doted ul{display:flex;padding:15px}.workable-app-img .doted ul li{display:inline}.workable-app-img .doted ul li .circle-1{color:#f84c45}.workable-app-img .doted ul li .circle-2{color:#f7bb36}.workable-app-img .doted ul li .circle-3{color:#69ce43}.workable-app-img .doted ul li+li{padding-left:5px}.workable-app-img .workable-title{position:absolute;z-index:1;top:275px;left:0}.workable-app-img .workable-title h1{font-size:calc(35px + 85*(100vw - 320px)/1600);color:#fff;-webkit-text-fill-color:#fff;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.3;margin-bottom:50px}.workable-app-title{margin-top:30px;text-align:center}.chat-landing-page section{max-width:100vw;overflow:hidden}.chat-landing-page .collaboration-main .collaboration-content{margin-top:0;margin-bottom:75px}.rate-us{padding-top:100px}.rate-us .rate_us-section{justify-content:center;display:flex;text-align:center}.rate-us .rate_us-section .rate-section{display:flex;margin:0 0 30px}.rate-us .rate_us-section .rate-section li i{color:#ffd203;font-size:36px}.rate-us .rate_us-section .rate-section li+li{padding-left:4px}.rate-us .rate_us-section h2{letter-spacing:.1em;margin:30px 0;line-height:1.5;font-size:calc(14px + 14*(100vw - 320px)/1600)}.rate-us .rate_us-section .rate_btn{border-radius:30px;background-color:transparent;border:2px solid #1c9dea;color:#1c9dea;padding:11px 50px}.rate-us .rate_us-section .rate_btn:hover{background-color:#1c9dea;color:#fff}.main-feature .key-feature>div:nth-child(n+7){margin-top:30px}.main-feature .key-feature .feture-icon{padding:60px 30px;text-align:center;background:#fff;border:1px solid #f5f5f5;font-size:14px;text-transform:capitalize}.main-feature .key-feature .feture-icon svg{width:60px;height:auto;fill:gray!important;opacity:.7;transition:all .5s ease}.main-feature .key-feature .feture-icon h5{margin-top:15px;color:#555;letter-spacing:2px;transition:all .3s ease;padding-bottom:0;margin-bottom:0;line-height:1;font-weight:500;opacity:.7;transition:all .5s ease}.main-feature .key-feature .feture-icon:hover{transition:.25s ease-in-out;border-color:rgba(38,138,255,.3)}.main-feature .key-feature .feture-icon:hover svg{fill:#1c9dea!important}.main-feature .key-feature .feture-icon:hover h5{color:#1c9dea}.tour-integrated{position:relative}.tour-integrated .chitchat-back-block .chit-chat1{position:absolute;left:0;top:10%;transform:rotate(150deg);animation:slidemain 60s linear infinite}.tour-integrated .chitchat-back-block .chit-chat2{position:absolute;right:5%;bottom:15%;width:100px;transform:rotate(-86deg);animation:slidemain 20s linear infinite}.tour-integrated .chitchat-back-block .chit-chat3{bottom:300px}.tour-integrated .chitchat-back-block .chit-chat3,.tour-integrated .chitchat-back-block .chit-chat6{position:absolute;right:15%;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}.tour-integrated .chitchat-back-block .chit-chat6{bottom:176px}.tour-integrated .chitchat-back-block .chit-chat7{position:absolute;right:15%;bottom:176px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}.mobile-version-sec{position:relative}.mobile-version-sec .mobile-img{margin-bottom:-30px}.mobile-version-sec .mobile-display{text-align:end}.mobile-version-sec .mobile-qr{max-width:200px;text-align:center;margin-left:50px;position:relative}.mobile-version-sec .mobile-qr p{font-size:14px;white-space:pre-line;color:#000}.mobile-version-sec .mobile-qr .qr-img:after{position:absolute;bottom:-85px;right:60px;background-image:url(/_next/static/media/line.9fd0ed60.png);background-repeat:no-repeat;content:"";width:256px;height:135px;background-size:cover;z-index:-1}.mobile-version-sec .mobile-qr .qr-img img{box-shadow:0 10px 60px 0 rgba(0,0,0,.15)}.mobile-version-sec .mobile-qr .btn-qr{padding:5px 10px;border-radius:5px;filter:drop-shadow(0 5px 7.5px rgba(255,45,100,.35));background-color:#ff2d64;color:#fff;font-size:12px;text-align:center;font-weight:500;font-family:Rubik;margin-bottom:20px}.mobile-version-sec .chitchat-back-block .chit-chat1{position:absolute;left:20%;top:20%;width:150px;transform:rotate(86deg);animation:slidemain 80s linear infinite}.mobile-version-sec .chitchat-back-block .chit-chat2{position:absolute;right:20%;bottom:26%;width:150px;transform:rotate(-86deg);animation:slidemain 50s linear infinite}.mobile-version-sec .chitchat-back-block .chit-chat3{position:absolute;left:41%;top:38%;z-index:-1;transform:rotate(-86deg);animation:slidemain 50s linear infinite}.mobile-version-sec .chitchat-back-block .chit-chat4{position:absolute;top:13%;right:-5%;transform:rotate(125deg);animation:slidemain 60s linear infinite}.app-demo-section{background:#fff}.app-demo-section .app-demo-content{text-align:center;position:relative;margin-bottom:50px}.app-demo-section .container-modify{max-width:1600px;margin:0 auto}.app-demo-section .img-effect{transition:all .3s linear;text-align:center}.app-demo-section .img-effect:hover{transform:translateY(-6px)}.app-demo-section .app-img{border-radius:30px;box-shadow:-1px 2px 5px 1px #ececec}.three-in-one-sec{margin-top:-70px}.three-in-one-sec .chat-sec{width:100%;height:350px;box-shadow:0 0 10px 2px #ddd}.three-in-one-sec .app-lauout-sec .landing-page-img{width:100%;height:175px;display:inline-block;position:relative;background-repeat:no-repeat;box-shadow:0 0 10px 2px #ddd;background-color:#fff;background-size:contain}.three-in-one-sec .app-lauout-sec .landing-page-img .img-scroll{transition:all 9s ease-out 0s;background-position:center 0;background-repeat:no-repeat;position:absolute;width:100%;height:calc(100% - 18px);top:18px;left:0;background-size:cover}.three-in-one-sec .app-lauout-sec .landing-page-img:hover .img-scroll{background-position:center 100%!important}.popup-group{margin-bottom:-20px}.popup-group .font_label{margin:0 8px 20px}.landing_popups{position:relative;background-color:#288bfe;background:-webkit-linear-gradient(left,#00caf3,#0090ff)}.landing_popups h1{color:#fff!important;-webkit-text-fill-color:#fff}.landing_popups h5{color:#fff}.landing_popups #videocallhang.modal{position:static}.landing_popups .viddiolog.fade{height:auto}.landing_popups .viddiolog.fade .modal-body{padding-top:0}.landing_popups .viddiolog.modal-dialog{margin:0 auto;height:auto}.landing_popups .viddiolog.modal-dialog .videocall-details h5{font-size:calc(13px + 1*(100vw - 320px)/1600);letter-spacing:0;color:#223645!important;font-family:Montserrat,sans-serif;font-weight:700;text-align:left}.landing_popups .svg_img2{position:absolute;right:-300px;top:350px;opacity:.5;animation:rotatedTwo 15s linear infinite alternate}.landing_popups .slicing-img-8{position:absolute;top:100px;animation:homecloud 30s linear infinite;transform:scale(2)}.landing_popups .slicing-img-9{position:absolute;left:0;top:50px;animation:animateCloud 60s linear infinite}.easy-navigation .inner-block{height:calc(100% - 0px);background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:45px;margin-bottom:20px;text-align:center}.easy-navigation .inner-block h4{font-size:calc(20px + 8*(100vw - 320px)/1600);color:#223645}.easy-navigation .inner-block p{font-size:15px;line-height:1.7;letter-spacing:.7px}.easy-navigation .exclusive-image{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}.slick-slider .slick-list{margin:0 -6px}.slick-slider .slick-list .slick-slide{padding:0 6px}.slick-slider .slick-list .slick-slide .item:focus{outline:none}.custom-control-label{font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;font-weight:600;line-height:1.9;padding-left:10px}.custom-switch .custom-control-label:before{border-radius:20px;height:19px;width:34px;box-shadow:inset 0 0 0 0 #dfdfdf;border-color:#dfdfdf;cursor:pointer}.custom-switch .custom-control-label:after{top:calc(.25rem + 3px);left:calc(-2.25rem + 1px);width:calc(1rem - 3px);border-radius:100%;height:calc(1rem - 3px);box-shadow:0 1px 3px rgba(0,0,0,.4);background-color:transparent;cursor:pointer}.custom-switch .custom-control-input:checked~.custom-control-label:before{background-color:#3fcc35;border-color:#3fcc35;box-shadow:inset 0 0 0 10px #3fcc35}.custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(1.15rem)}.custom-switch .custom-control-input:focus~.custom-control-label:before{box-shadow:none}.custom-switch .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:unset;border-color:#dfdfdf}.custom-switch.custom-switch-primary .custom-control-label:before{transition:border .4s ease 0s,box-shadow .4s ease 0s}.custom-switch.custom-switch-primary .custom-control-label:after{transition:background-color .4s ease 0s,transform .2s ease 0s}.custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:before{background-color:#1c9dea;border-color:#1c9dea;box-shadow:inset 0 0 0 10px #1c9dea;transition:border .4s ease 0s,box-shadow .4s ease 0s,background-color 1.2s ease 0s}.custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transition:background-color .4s ease 0s,transform .2s ease 0s}.status-switch .custom-control-label{color:#223645}.snippet-modal-main .default-form select{background:url(/assets/images/drop-1.png) #eff7fe no-repeat scroll 97.6%}.theme-pannel-main{background-color:#fff;position:fixed;top:30%;right:0;z-index:9;padding:0 5px;box-shadow:0 0 7px 1px hsla(0,0%,62%,.2)}.theme-pannel-main ul li{display:flex;padding:10px 12px;border-bottom:1px solid #dadada}.theme-pannel-main ul li span{padding:0;text-transform:uppercase;color:#949494;font-weight:700}.theme-pannel-main ul li a{padding:0}.theme-pannel-main ul li:last-child{border-bottom:0}.color-picker .title{display:inline-block;position:absolute;left:-68px;width:68px;box-shadow:-3px 0 7px 1px hsla(0,0%,62%,.2);background-color:#fff;padding:10px 14px;border-radius:5px}.color-picker .colors li{height:35px;width:35px;margin:3px;display:inline-block;position:relative;border-radius:5px}.color-picker .colors li.active:before{content:"";position:absolute;font-family:themify;color:#fff;font-size:19px;top:4px;left:9px;transform:rotate(-90deg)}.color{background-color:#1c9dea}.color1{background-color:#3a62b8}.color2{background-color:#064c3c}.color3{background-color:#9b4aff}.color4{background-color:#00d3cb}.color5{background-color:#ff5b92}.color6{background-color:#ff803c}.setting-sidebar{background-color:#fff;padding:20px;width:350px;height:100%;position:fixed;top:0;right:-350px;z-index:999;border-left:1px solid #eff1f2;transition:all .5s ease}.setting-sidebar li{cursor:pointer}.setting-sidebar .theme-title{border-bottom:1px solid #eff1f2;padding-bottom:15px}.setting-sidebar h5{padding-top:20px;padding-bottom:15px}.setting-sidebar .theme-layout ul{display:flex;align-items:center}.setting-sidebar .theme-layout ul li{width:70px;height:50px;display:flex;align-items:center;background-color:#fff;margin-right:10px}.setting-sidebar .theme-layout ul li.active .sidebar-content{position:relative}.setting-sidebar .theme-layout ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;font-weight:900;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.setting-sidebar .theme-layout ul li .sidebar{width:30%;height:100%;background-color:#eff1f2;margin-right:5px;border-radius:5px}.setting-sidebar .theme-layout ul li .sidebar-content{background-color:#eff1f2;width:70%;height:100%;border-radius:5px}.setting-sidebar .theme-layout ul li:nth-child(2) .sidebar,.setting-sidebar .theme-layout ul li:nth-child(3) .sidebar,.setting-sidebar .theme-layout ul li:nth-child(3) .sidebar-content{background-color:#595959}.setting-sidebar .theme-layout ul li:last-child .sidebar,.setting-sidebar .theme-layout ul li:last-child .sidebar-content{background-image:linear-gradient(45deg,#3a62b8,#ff803c)}.setting-sidebar .chat-wallpaper .wallpaper{margin-top:0}.setting-sidebar .chat-wallpaper .wallpaper li{position:relative;width:47px;height:47px;border-radius:5px;margin:2px;background-size:unset!important}.setting-sidebar .chat-wallpaper .wallpaper li.active:before{content:"";font-family:themify;position:absolute;font-weight:900;font-size:20px;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.setting-sidebar .themes-content ul li{display:inline-block;width:68px;height:60px;background-color:#eff1f2;margin-right:5px;border-radius:5px;position:relative}.setting-sidebar .themes-content ul li.active:before{content:"";font-family:themify;position:absolute;display:flex;height:100%;width:100%;align-items:center;justify-content:center;font-weight:900;font-size:20px}.setting-sidebar .sidebar-setting ul{display:flex}.setting-sidebar .sidebar-setting ul li{width:144px;height:70px;display:flex;align-items:center;margin-right:15px}.setting-sidebar .sidebar-setting ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px}.setting-sidebar .sidebar-setting ul li:last-child{margin-right:0}.setting-sidebar .sidebar-setting ul li .sm-sidebar{background-color:#eff1f2;margin-right:3px;width:10%;height:100%}.setting-sidebar .sidebar-setting ul li .sidebar{background-color:#eff1f2;width:20%;height:100%;border-radius:5px;margin-right:3px}.setting-sidebar .sidebar-setting ul li .sidebar-content{background-color:#eff1f2;width:80%;height:100%;border-radius:5px;position:relative}.sidebar-pannle-main{position:fixed;bottom:110px;right:22px;z-index:9}.sidebar-pannle-main ul{display:flex;flex-direction:column}.sidebar-pannle-main ul li{cursor:pointer;margin-bottom:10px}.sidebar-pannle-main ul li.cog-click i{animation:infinite-spinning 1.5s linear infinite}.fev-addcall-main.add-popup .modal-dialog:before{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;top:-9px}.contact-chat>ul>li .contact-name .msg-box{margin-top:10px}.msg-box>li .auto-gallery,.msg-box>li .document,.msg-box>li h5{padding:16px 20px}.add-contact-modal .modal-dialog:before{border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #fff;bottom:-9px}.add-contact-modal .default-form input[type=number]::-webkit-inner-spin-button,.add-contact-modal .default-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;-moz-appearance:textfield}.add-popup .close{width:75px;height:75px;background:#1c9dea;border-radius:0 0 0 90px;position:absolute;right:15px;top:15px;opacity:1;margin-right:-15px}.add-popup .close span{color:#fff;font-size:30px;position:absolute;top:20px;right:20px}.add-popup .modal-body{padding:30px}.add-popup .modal-footer,.add-popup .modal-header{padding:20px 35px}.add-popup .modal-footer .modal-title,.add-popup .modal-header .modal-title{color:#1c9dea;text-transform:capitalize;font-weight:700;font-size:calc(16px + 12*(100vw - 320px)/1600)}.add-popup .modal-header{border-bottom-color:#eff1f2;background-color:rgba(28,157,234,.15)}.add-popup .modal-header i{font-size:30px;margin-right:10px}.add-popup .modal-body h3{margin-bottom:20px;text-transform:capitalize}.add-popup .default-form .form-group .form-control{padding:15px 25px;margin-bottom:20px}.add-popup .default-form .form-group .form-control::placeholder{text-transform:capitalize}.add-popup .modal-footer{border-top:1px solid #eff1f2}.delete-modal .modal-header{background-color:transparent;border-bottom:none}.delete-modal .modal-header .modal-title{display:none}.delete-modal .modal-body{text-align:center}.delete-modal .delete-btn{margin-top:30px}.video-popup .modal-header{padding:0!important;display:block}.video-popup iframe{height:448px;width:100%;vertical-align:middle;border:none}.pol-modal-main.modal-dialog{width:700px;max-width:unset}.pol-modal-main .modal-content .modal-header svg{color:#1c9dea;font-weight:600;margin-right:10px}.pol-modal-main .modal-content .modal-body .form-group input::placeholder{font-size:14px}.pol-modal-main .modal-content .modal-body .form-group a.add-option{color:#1c9dea;text-transform:capitalize;font-size:14px;font-weight:500}.pol-modal-main .modal-content .modal-body .form-group .post-poll{background-color:rgba(28,157,234,.15);padding:25px;border-radius:15px}.pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:flex;justify-content:space-between}.pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-transform:capitalize;font-size:14px;font-weight:600}.pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{font-size:14px;margin-left:15px;text-transform:capitalize;display:inline-block;margin-bottom:0}.pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:14px;text-transform:capitalize;font-weight:600;display:flex;align-items:center}.pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-right:10px}.pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:40px}.pol-modal-main .modal-content .modal-body .creat-poll-btn a{display:block;text-transform:capitalize;letter-spacing:1px}.snippet-modal-main.modal-dialog{width:800px;max-width:unset}.notes-modal-main .modal-content .card{margin-bottom:0;border:0;transition:all .3s ease}.notes-modal-main .modal-content .card .card-header{background-color:#fff;border-bottom:1px solid #eee;padding:30px}.notes-modal-main .modal-content .card .card-header h5{font-size:18px;margin-bottom:0;text-transform:uppercase;font-weight:600}.notes-modal-main .modal-content .card .card-body{padding:30px;border-bottom:1px solid #eee}.notes-modal-main .modal-content .card .card-body h1{padding-bottom:30px}.notes-modal-main .modal-content .card .card-body p:last-child{margin-bottom:0}.notes-modal-main .modal-content .card .card-footer{padding:30px;background-color:#fff;border-top:none}.notes-modal-main .modal-content .card .card-footer button{margin-right:15px}.reminder-modal-main .modal-content{height:500px;overflow:auto}.reminder-modal-main .modal-content .modal-body .form-group label{display:block;margin-bottom:10px;font-weight:600;font-size:16px;text-transform:capitalize}.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{display:inline-block;padding:15px 20px;border-radius:5px;background-color:#eff7fe;text-align:center;border:none}.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-num,.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-val{color:#1c9dea;transition:color .3s ease}.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active{background-color:#1c9dea}.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-num,.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-val{color:#fff;transition:color .3s ease}.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-num{margin-bottom:7px}.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-val{margin-bottom:0;font-weight:500}.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-left:15px}.reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:flex;margin-bottom:0;text-transform:uppercase}.reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-right:30px}.reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{line-height:1;font-size:14px;color:#223645;letter-spacing:.08em}.reminder-modal-main .modal-content .modal-body .reminder-btn{text-align:center}.reminder-modal-main .modal-content .modal-body .reminder-btn h5{text-transform:capitalize;color:#223645;margin-bottom:20px}.reminder-modal-main .modal-content .modal-body .reminder-btn a{color:#fff}.reminder-modal-main .modal-body .form-group{margin-bottom:25px}.reminder-modal-main .modal-body .form-group textarea{border-radius:15px;background-color:#eff7fe;border:none}.show-notifications{position:relative}.show-notifications:active #icon-bell,.show-notifications:focus #icon-bell,.show-notifications:hover #icon-bell{fill:#34495e}.show-notifications #icon-bell{fill:#7f8c8d}.show-notifications .notifications-count{border-radius:50%;background-clip:padding-box;background:#3498db;color:#fefefe;font:normal .85em Lato;height:16px;line-height:1.75em;position:absolute;right:2px;text-align:center;top:-2px;width:16px}.show-notifications.active~.notifications{opacity:1;top:60px}.notifications{border-radius:2px;background-clip:padding-box;transition:opacity .25s ease-out .1s;background:#ecf0f1;border:1px solid #bdc3c7;left:10px;opacity:0;position:absolute}.notifications h3{cursor:default;font-size:1.05em;font-weight:400;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}.notifications .notifications-list{list-style:none;margin:0;overflow:hidden;padding:0}.notifications .notifications-list .item{transition:transform .25s ease-out .1s;border-top:1px solid #bdc3c7;color:#7f8c8d;cursor:default;display:block;padding:10px;position:relative;white-space:nowrap;width:350px}.notifications .notifications-list .item.no-data{display:none;text-align:center}.notifications .notifications-list .item.expired{color:#bdc3c7}.notifications .notifications-list .item.expired:before{background:#bdc3c7}.notifications .notifications-list .item.expired .details .date{color:#bdc3c7}.notifications .notifications-list .item:before{border-radius:50%;background-clip:padding-box;background:#3498db;content:"";height:8px;width:8px;display:inline-block;vertical-align:middle}.notifications .notifications-list .item .details{display:inline-block;vertical-align:middle;margin-left:10px;white-space:normal;width:280px}.notifications .notifications-list .item .details .title{display:block}.notifications .notifications-list .item .details .date{display:block;font-size:.85em;margin-top:3px}.notifications .notifications-list .item .button-dismiss{display:inline-block;vertical-align:middle;color:#bdc3c7;font-size:2.25em}.notifications .show-all{display:block;text-align:center;text-decoration:none;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}.notifications:after{border:10px solid transparent;border-bottom-color:#3498db;content:"";display:block;height:0;left:10px;position:absolute;top:-20px;width:0}.button-default{transition:color .25s ease-out .1s;background:transparent;border:none;cursor:pointer;margin:0;outline:none;position:relative}.todo-main-modal .modal-body{padding-bottom:0}.todo-main-modal .modal-body .default-form .todo-task h5{padding-bottom:10px}.todo-main-modal .modal-body .default-form .form-group+.form-group{display:flex;margin-top:unset}.todo-main-modal .modal-body .default-form .form-group+.form-group input{height:45px;border-radius:15px;background-color:#fff;border:none;margin-left:10px}.todo-main-modal .modal-body .dropdown.currency{width:30%}.create-todo-main-modal .modal-body{padding-bottom:0}.create-todo-main-modal .modal-body .default-form .todo-task h5{margin-bottom:15px}.create-todo-main-modal .modal-body .default-form .form-group{display:flex;align-items:center}.create-todo-main-modal .modal-body .default-form .form-group input{margin-left:10px}.create-todo-main-modal .modal-body .default-form .dropdown.currency{width:30%;text-align:left}.create-todo-main-modal .modal-body .dropdown .dropdown-menu li{font-size:14px}@media(max-height:730px){.chitchat-container .sidebar-bottom{padding-bottom:25px}.chitchat-container .main-nav .sidebar-main .sidebar-bottom li,.chitchat-container .main-nav .sidebar-main .sidebar-top li{padding-top:25px}}@media(max-width:1660px){.about-page p{margin-bottom:-3px}.secure-app-main .secure-app-content{background-color:hsla(0,0%,100%,.9);padding:30px}}@media(max-width:1500px){.testimonial-main .slick-slider .slick-list{margin:0 -10px}.testimonial-main .slick-slider .slick-list .slick-slide{padding:0 10px}.recent .theme-title .mainnav,.recent .theme-title .mobile-back{height:32px;width:32px}.chitchat-main .messages .contact-details .left.media .media-right .mute i:after{top:14px;left:5px}.contact-chat .profile{height:50px;width:50px}.call-content,.contact-content{overflow:scroll;height:100%}.call-content .col-sm-5,.call-content .col-sm-7,.contact-content .col-sm-5,.contact-content .col-sm-7{flex:100% 1;max-width:100%}.call-content .col-sm-7,.contact-content .col-sm-7{margin-top:20px}.call-content .col-sm-7 .call-log-clear,.contact-content .col-sm-7 .call-log-clear{margin-bottom:40px}.contact-details ul li{padding-left:7px!important}.contact-details>.row .icon-btn{height:32px;width:32px}}@media(max-width:1366px){.profile-box .details.edit{width:170px}.chitchat-main .message-input input{width:calc(100% - 280px)}.chitchat-right-sidebar .status ul li{padding-left:30px}.groupuser .gr-chat-friend-toggle .gr-chat-frind-content{padding:10px 20px}.groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li{padding-bottom:0}header .landing-header{background-color:#1c9dea;max-width:97%;border-radius:20px;box-shadow:0 0 30px rgba(29,168,253,.5);margin:0 auto;padding:5px 50px}header .landing-header.fixed .navbar-collapse .navbar-nav{margin-left:10px}header .landing-header .navbar-collapse .navbar-nav{padding-left:0;margin-left:140px}.chat-main li .chat-box .details h6{max-width:150px}.search2>div{height:40px}.group-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.close-app{display:none}.sidebar-pannle-main{bottom:70px}.contact-chat>ul>li.replies,.contact-chat>ul>li.sent{width:65%}.emojis-main .contact-poll .mr-4{margin-right:.5rem!important}.profile-box{padding-bottom:0}.chitchat-main .message-input{padding:1% 10px}.chitchat-main .call-content .user-profile .user-content ul li{font-size:0;padding-bottom:0}.chitchat-main li .chat-box .details h6{max-width:130px}.chitchat-main li.active .details h6{letter-spacing:unset}.notification-tab .chat-main .chat-box .details h5{line-height:1.5}.notification-tab .chat-main .chat-box .date-status,.notification-tab .chat-main .chat-box .profile{top:10px}.notification-tab .chat-main li{padding:0 20px}.setting-block{padding:30px 40px}.setting-block .block{padding:40px 20px 0}.chitchat-container .chitchat-left-sidebar .contact-list-tab,.chitchat-container .chitchat-left-sidebar .document-tab,.chitchat-container .chitchat-left-sidebar .fevorite-tab,.chitchat-container .chitchat-left-sidebar .notification-tab,.chitchat-container .chitchat-left-sidebar .recent-default,.chitchat-container .chitchat-left-sidebar .settings-tab,.chitchat-container .chitchat-left-sidebar .status-tab{padding:40px 20px}.chitchat-container .chitchat-left-sidebar{min-width:300px;width:300px;animation:fadeInright .3s ease-in-out;transition:all .3s ease}.chitchat-container .chitchat-left-sidebar .contact-list-tab,.chitchat-container .chitchat-left-sidebar .document-tab,.chitchat-container .chitchat-left-sidebar .fevorite-tab,.chitchat-container .chitchat-left-sidebar .notification-tab,.chitchat-container .chitchat-left-sidebar .recent-default,.chitchat-container .chitchat-left-sidebar .settings-tab,.chitchat-container .chitchat-left-sidebar .status-tab{width:300px;min-width:300px}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:20px}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs .nav-tabs{padding-bottom:20px}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:12px}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:10px;width:10px;margin-right:5px}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:60px}.chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:20px 20px 0}.chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{width:calc(100% - 30px);left:15px}.chitchat-container .chitchat-left-sidebar .recent-default .recent{width:300px}.chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 20px 0}.chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 20px}.call-log-main li,.contact-log-main li{padding-top:8px;padding-bottom:8px}.document-tab .chat-box .date-status,.fevorite-tab .chat-box .date-status{position:absolute;right:0;top:10px;text-align:right}.document-tab .chat-main li,.fevorite-tab .chat-main li{padding-top:8px;padding-bottom:8px}.dynemic-sidebar .theme-title{margin-bottom:20px}.dynemic-sidebar .chat-main li .chat-box .details{padding-top:8px;padding-bottom:9px}.dynemic-sidebar .chat-main .icon-btn.btn-xl{height:50px;width:50px}.dynemic-sidebar .chat-main .icon-btn.btn-xl i{font-size:20px}.dynemic-sidebar .chat-main .media-body{position:absolute;right:0;top:8px}.dynemic-sidebar .chat-main .profile{width:50px;height:50px}.m-r-15{margin-right:5px}.search2{margin-left:0;margin-right:0}.sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 390px)}.sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 475px)}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 580px)}.sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}.sidebar-active.menu-active .chitchat-container .chitchat-main{width:calc(100% - 92px)}.menu-active .chitchat-main .messages .contact-details{width:63.9vw!important}.theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:7px 15px}.call-log-main li,.chat-main li,.contact-log-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.call-log-main li .call-box,.call-log-main li .chat-box,.call-log-main li .contact-box,.chat-main li .call-box,.chat-main li .chat-box,.chat-main li .contact-box,.contact-log-main li .call-box,.contact-log-main li .chat-box,.contact-log-main li .contact-box{display:flex;align-items:center}.call-log-main li .call-box .details,.call-log-main li .chat-box .details,.call-log-main li .contact-box .details,.chat-main li .call-box .details,.chat-main li .chat-box .details,.chat-main li .contact-box .details,.contact-log-main li .call-box .details,.contact-log-main li .chat-box .details,.contact-log-main li .contact-box .details{padding-left:60px;padding-right:50px}.chat .profile{width:50px;height:50px}.call-log-main .call-box .details,.contact-log-main .call-box .details{padding-right:60px}.call-log-main li .contact-box .details,.contact-log-main li .contact-box .details{padding-right:80px;padding-left:60px}.group-main .group-box .details{padding-left:60px}.sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 495px)}.sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 790px)}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 880px)}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 490px)}.sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 720px)}.sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 390px)}.sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}.chitchat-main .message-input{width:90%}.menu-active .login-content .line h6:after,.menu-active .login-content .line h6:before{width:4rem}header .landing-header .navbar-collapse{width:100%}.call-log-main .call-box .details{padding-left:70px!important}.videocall.call-modal .small-image,.videocallhang.call-modal .small-image{width:180px;height:250px}.videocall.call-modal .videocall-details .usersprof .profile{width:50px;height:50px}}@media(min-width:1199.98px){.main-menu .collapse{display:block}}@media(max-width:1199.98px){.landing-header .dropdown-menu a{padding-top:6px;padding-bottom:6px}header .landing-header .navbar-collapse .navbar-nav{background-color:transparent;margin-left:0}header .landing-header.fixed .main-menu .navbar-nav>li>a{color:rgba(0,0,0,.7)!important}.landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link{color:rgba(0,0,0,.9)}.landing-page .landing-header .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.mobile-version-sec .chitchat-back-block .chit-chat2{display:none}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-content h3{margin-bottom:3px!important}.collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:24px}.chat-landing-page .content-title{margin-bottom:35px}.emojis-main .contact-poll .contact-poll-content:before{left:30px}header{padding-top:10px;padding-bottom:0;clear:both}header .landing-header .dropdown-menu{position:relative!important;width:calc(100% - 30px);margin-bottom:14px;padding-bottom:10px;margin-top:10px;transform:unset!important}header .landing-header .logo-block img{height:40px}header .landing-header .navbar-toggler{position:absolute;right:17px;top:19px;background-color:#fff}header .landing-header .navbar-toggler:focus{outline:none}header .landing-header .navbar-toggler .navbar-toggler-icon{vertical-align:-2px}header .landing-header .navbar-collapse{position:absolute;top:64px;background-color:#fff;right:0;width:61%!important;border-radius:15px;padding:20px 0;border:1px solid #e5edf5}header .landing-header .navbar-collapse .navbar-nav,header .landing-header .navbar-collapse .navbar-nav .nav-item{display:block}header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{padding-top:3px;padding-bottom:3px}.chitchat-main .messages .contact-details{padding:15px}.chitchat-main .messages .contact-details .media-right ul{display:flex}.chitchat-main .messages .contact-details .search-form,.chitchat-main .messages .contact-details .search-form.open{height:90px}.chitchat-main .message-input{width:calc(100% - 100px)}.chitchat-main .messages .contact-details .col{width:100px}.chitchat-main .messages .contact-details .left.media .media-body{display:none}.theme-landing header .landing-header .navbar-collapse{padding:20px}.theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item{padding:3px 0;margin-left:0}.theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link{color:rgba(0,0,0,.7)!important;transition:all .5s ease;padding:0}.theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link:hover{color:#1c9dea!important}.theme-landing header .landing-header .dropdown-menu{width:calc(100% - 10px)}.theme-landing header .landing-header .dropdown-menu .nav-link a{transition:all .5s ease}.theme-landing header .landing-header .dropdown-menu .nav-link a:hover{color:#1c9dea!important}.rate-us{padding-top:40px!important}}@media(max-width:1024px){.slider-block{background-position:bottom!important}.chitchat-main .messages .contact-details .left.media .media-body:before{top:-4px}.chitchat-main .messages .contact-details .media-body h5{display:none}.sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:4px}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details ul li{padding-left:21px}.sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}.sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}.chitchat-main .messages .contact-details{padding:15px}.chitchat-main .messages .contact-details .media-right ul{display:flex}.faq-section .accordion.theme-accordion .card .card-header button:before{right:10px}}@media(max-width:992px){.chitchat-right-sidebar .document,.chitchat-right-sidebar .media-gallery,.chitchat-right-sidebar .status{padding:30px 20px}.chitchat-main .message-input input{width:90%}.chitchat-container .chitchat-right-sidebar{min-width:280px;width:280px}.chitchat-container .chitchat-right-sidebar .contact-profile{padding:20px}.chitchat-container.sidebar-overlap .chitchat-main,.chitchat-container.sidebar-overlap .chitchat-main .messages .contact-details,.chitchat-container.sidebar-overlap .contact-details,.chitchat-container.sidebar-overlap .message-input{width:100%!important}.chat-landing-page .landing_page_slider{min-height:800px;background-position:bottom}.secure-app-main,.secure-app-main .secure-app-content{height:350px}[class*=introjs]{display:none}.main-nav.introjs-fixParent,.sidebar-top.introjs-relativePosition{display:block}.chitchat-main .messages .contact-details{width:calc(100vw - 390px)}header .landing-header,header .landing-header.fixed{padding:5px 15px}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 495px)!important}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 400px)}.sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:33.3vw!important}.sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:9px}.sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}.sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:44vw}.sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}.sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}.sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 92px)}.sidebar-active .chitchat-container .chitchat-main.small-sidebar .contact-details{width:84vw}.sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details{width:42.5vw!important}.sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:21px}.sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .message-input{width:calc(100% - 500px)}.sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:53vw}.sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:9px}.sidebar-toggle .main-nav~.show-recent~.chitchat-main .message-input{width:calc(100% - 400px)}.recent .theme-title .close-contentbtn{display:flex}.element-card .typography .font_label{margin-bottom:20px}.login-content .line h6:after,.login-content .line h6:before{width:3.5rem}.mr-3{margin-right:10px!important}footer .footer_order_2{order:-1}footer .footer_order_1{order:-2}footer .footer_order_3{margin-top:40px}}@media(max-width:991px){.video-popup iframe{height:278px}.chitchat-main .messages{padding:25px}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 455px)!important}.sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 455px)}.blog-detail-page .blog-detail .post-social ul.social-group{float:none;margin-top:15px;display:block}footer .footer-block{display:flex;justify-content:center}footer .footer-block>div{margin-top:30px}footer .footer-block>div:first-child,footer .footer-block>div:last-child{order:-1;margin-top:0}.audiocall1.call-modal,.audiocall2.call-modal,.conferencecall.call-modal,.videocall.call-modal,.videocallhang.call-modal{min-height:530px}.videocall.call-modal .small-image,.videocallhang.call-modal .small-image{width:150px;height:200px;left:20px}.three-in-one-sec{margin-top:0}.bonus-page .chit-chat5,.collaboration-main .chit-chat5,.dark-light .chit-chat5,.easy-navigation .chit-chat5,.real-time-customizer .chit-chat5{display:none}.pol-modal-main.modal-dialog,.snippet-modal-main.modal-dialog{width:600px}.notes-modal-main .modal-content{height:450px}.notes-modal-main .modal-content .modal-body{overflow:auto;padding:0}.notes-modal-main .modal-content .card .card-body,.notes-modal-main .modal-content .card .card-header{padding:20px}.notes-modal-main .modal-content .card .card-body h1{padding-bottom:15px;line-height:1}}@media(max-width:800px){.chitchat-left-sidebar .search-form .form-group .icon-close{top:3px}.profile-box .details.edit{width:90%}.chitchat-container{overflow:hidden}.chitchat-main .chat-content .badge.sm{padding:4px}.menu-active .chitchat-main .messages .contact-details{width:calc(100% - 50px)!important}.mobile-back,.mobile-sidebar{display:inline-flex}.search2>div{width:100%;height:50px}.theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 35px;font-size:16px}.theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:22px}.chat .details{padding-left:75px!important}.chat .details h6,.chitchat-left-sidebar .details h6{max-width:unset;font-size:calc(12px + 2*(100vw - 320px)/480);padding-top:6px}.chat h5,.chitchat-left-sidebar h5{font-size:calc(13px + 2*(100vw - 320px)/480)}.chat .profile,.chitchat-left-sidebar .profile{width:60px;height:60px}.theme-tab>.nav-tabs>.nav-item .nav-link{padding:12px 60px;font-size:calc(14px + 8*(100vw - 320px)/1600)}.chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar{width:calc(100vw - 100px);min-width:calc(100vw - 100px)}.chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,.chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:calc(100vw - 100px)}.chitchat-container .chitchat-left-sidebar .recent-default .chat .search{margin-top:10px}.chitchat-container .chitchat-left-sidebar .recent-default .chat h2{font-size:calc(20px + 12*(100vw - 320px)/480)}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:calc(13px + 4*(100vw - 320px)/480);padding:5px 40px}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:14px;width:14px}.chitchat-container .chitchat-left-sidebar .recent-default .recent{width:100vw}.chitchat-container .chitchat-left-sidebar,.chitchat-container .chitchat-left-sidebar .contact-list-tab,.chitchat-container .chitchat-left-sidebar .document-tab,.chitchat-container .chitchat-left-sidebar .fevorite-tab,.chitchat-container .chitchat-left-sidebar .notification-tab,.chitchat-container .chitchat-left-sidebar .recent-default,.chitchat-container .chitchat-left-sidebar .settings-tab,.chitchat-container .chitchat-left-sidebar .status-tab{width:calc(100vw - 1px);min-width:calc(100vw - 1px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}.sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar,.sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 90px)}.sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 140px)}.chitchat-container .chitchat-main .message-input{width:100%;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;bottom:unset;position:static}.chitchat-container .chitchat-main .messages{padding:25px}.chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 52px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}.chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}.chitchat-container.mobile-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}.chat-tabs ul li.nav-item{margin:0 10px}.chat-tabs ul li.nav-item a{width:100%}ul.chat-cont-setting{left:unset;right:20px}}@media(max-width:767.98px){.chitchat-main .chitchat-contain ul.detial-price li i{margin-right:10px}.videocall.call-modal .videocall-details{padding:15px;background-color:hsla(0,0%,100%,.8)}.modal-dialog-centered .modal-content{max-height:90vh;overflow:scroll}.zoomcontent{display:none}footer .copyright .footer-left{margin-bottom:5px}header .landing-header{max-width:99%}.three-in-one-sec{margin-top:0}.chat-landing-page h1{margin-bottom:10px}.bonus-page .demo-title{margin-top:10px}.three-in-one-sec .landing-screen-animation>div:first-child,.three-in-one-sec .landing-screen-animation>div:nth-child(2){margin-bottom:30px}.rate-us .rate_us-section h2{margin:20px 0}.rate-us .rate_us-section .rate-section li i{font-size:28px}.sidebar-pannle-main{display:none}.chitchat-loader h3{margin-top:15px;padding:0 15px;line-height:1.4}.chitchat-loader img{height:80px}.videocall.call-modal .small-image{left:20px}.blog-detail-page .blog-detail .post-social ul.social-group{margin-top:5px;float:unset}.sidebar-pannle-main{right:15px}.chitchat-main .messages .contact-details{width:calc(100vw - 390px)}.chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:21px}.chitchat-main .messages .contact-details .left.media .media-right .icon-btn svg{vertical-align:unset;stroke-width:2px}.chitchat-main .messages .contact-details ul li{padding-left:30px}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:66.3vw!important}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:33px}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 200px)}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:24px}.sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:28px}.sidebar-active .sidebar-toggle .main-nav~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:10px}.contact-details .media-right ul{display:flex}.sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:78.5vw!important}.sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 100px)}.sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:39vw}.sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:17px}.sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}.copyright p{text-align:center}.links_horizontal .text-right{text-align:center!important}.blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}.element-card .typography h1,.element-card .typography h2,.element-card .typography h3,.element-card .typography h4,.element-card .typography h5,.element-card .typography h6{margin-bottom:10px}.element-card .typography .font_label{margin-right:10px}.downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:unset}footer .footer-title .according-menu{font:normal normal normal 14px/1 FontAwesome}footer .footer-title .according-menu:before{content:"";position:absolute;right:20px;top:16px;color:#1c9dea;font-size:18px;font-weight:600}footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}footer .footer-title.active .according-menu:before{content:"";position:absolute;right:20px;top:2px;color:#1c9dea;font-size:18px;font-weight:600}footer .links li+li{margin-top:5px}footer .logo img{width:150px;height:auto}footer .footer-mobile-title{display:block}footer .footer-block>div:nth-child(n+2){margin-top:15px!important}footer .footer-block>div:nth-child(n+2) .footer-title{border-top:1px solid rgba(28,157,234,.2)}footer h3{margin-top:15px!important;margin-bottom:0!important}footer .footer-contant{margin-top:20px}footer .footer-contant .footer-btn{display:grid;width:-moz-fit-content;width:fit-content}footer .footer-contant .footer-btn .btn{display:inline-flex;padding:10px 20px}footer .footer-contant .footer-btn .btn i{font-size:16px}footer .footer-contant .social-group li a{width:28px;height:28px}footer .footer-contant .social-group li a i,footer .footer-contant ul li a{font-size:13px}footer .footer-contant ul li a:before{font-size:8px}.footer_order_1{width:60%;float:left}.footer_order_2{width:40%;float:right}.footer_order_3{width:33%;float:left}.img-10{width:5px!important}.img-20{width:10px!important}.img-30{width:20px!important}.img-40{width:25px!important}.img-50{width:35px!important}.img-60{width:45px!important}.img-70{width:55px!important}.img-80{width:65px!important}.img-90{width:75px!important}.img-100{width:85px!important}.add-popup .close{width:65px;height:65px}.add-popup .close span{top:15px;right:15px}.add-popup .modal-footer{padding:20px}.audiocall1.call-modal,.audiocall2.call-modal,.conferencecall.call-modal,.videocall.call-modal,.videocallhang.call-modal{min-height:480px}.audiocall1.call-modal .title2,.audiocall2.call-modal .title2,.conferencecall.call-modal .title2,.videocall.call-modal .title2,.videocallhang.call-modal .title2{margin-bottom:5px}.audiocall1 .icon-btn.btn-xl,.audiocall2 .icon-btn.btn-xl,.conferencecall .icon-btn.btn-xl,.videocall .icon-btn.btn-xl,.videocallhang .icon-btn.btn-xl{width:40px;height:40px;padding:10px}.videocall.call-modal .videocall-details,.videocallhang.call-modal .videocall-details{padding:20px 20px 20px 30px}.videocall.call-modal .videocall-details .usersprof .profile,.videocallhang.call-modal .videocall-details .usersprof .profile{width:35px;height:35px}.videocall.call-modal .small-image,.videocallhang.call-modal .small-image{width:120px;height:140px;left:15px}.videocall.call-modal .videocall-details#basicUsage,.videocallhang.call-modal .videocall-details#basicUsage{margin-right:5px}footer .footer-mobile-title h3{margin-top:0!important}.snippet-modal-main.modal-dialog{width:550px}.snippet-modal-main .default-form .form-group .btn-snipate{margin-top:30px}.snippet-modal-main .default-form .form-group .btn-snipate .btn{padding:10px 25px}.pol-modal-main.modal-dialog{width:550px}.pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:30px}.add-popup .modal-footer,.add-popup .modal-header{padding:20px 25px}.reminder-modal-main .modal-content .modal-body .reminder-btn .btn{padding:12px 25px}.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{padding:10px 15px}}@media(max-width:600px){.setting-block .block{top:110px}.chitchat-container .chitchat-main .call-content,.chitchat-container .chitchat-main .contact-content{padding:20px}.chitchat-container .chitchat-main .messages .contact-details .col-7{padding-right:0}.chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right{order:-1}.chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right li{padding-left:0!important;padding-right:8px}.chitchat-container .chitchat-main .messages .media-right ul li:first-child,.chitchat-container .chitchat-main .messages .media-right ul li:nth-child(2){display:none}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:5px 20px}.emojis-main .contact-poll .contact-poll-content{bottom:60px;left:60px}.contact-chat{margin-top:70px}.contact-chat>ul>li.replies .auto-gallery li,.contact-chat>ul>li.sent .auto-gallery li{height:60px;width:60px}footer .footer-title .according-menu,footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}footer .footer_order_1,footer .footer_order_2,footer .footer_order_3{width:100%}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:57.3vw!important}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:30px}.sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:74vw}.sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:20px}.chitchat-main .message-input{height:60px;padding:14px 10px}.chitchat-main .message-input input{width:calc(100% - 210px)}.chitchat-main .message-input .icon-btn{height:32px;width:32px}.chitchat-main .message-input .icon-btn i{font-size:13px}.chitchat-main .messages .contact-details .left.media .media-left{height:unset}.chitchat-main .messages .contact-details .profile{width:40px;height:40px;border-radius:15px}.sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details{width:93.5vw!important}.sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:0}.sidebar-toggle .pricing-box{margin:10px;padding:20px}.sidebar-toggle .pricing-box ul.avb-price li i{margin-right:10px}.sidebar-toggle footer{padding-bottom:0}.sidebar-toggle footer .footer-mobile-title{display:block!important}.sidebar-toggle footer .footer-title .according-menu,.sidebar-toggle footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}.sidebar-toggle footer .downlaod,.sidebar-toggle footer .footer_order_3{margin-top:0}.sidebar-toggle footer .downlaod .footer-btn .btn+.btn{margin-left:15px;margin-top:unset}.sidebar-toggle footer .links{margin-top:0}.sidebar-toggle footer .section-py-space{padding-bottom:30px}.sidebar-toggle footer .footer-contant{margin-bottom:20px}}@media(max-width:676px){.chitchat-main .message-input{height:48px;padding:0 10px}}@media(max-width:575.98px){.chitchat-container .chitchat-right-sidebar{width:100%}.share-media .media-big .border-portfolio a,.share-media .media-small .border-portfolio a{display:block}.share-media .isotopeSelector .media-big .overlay{height:160px}.share-media .isotopeSelector .media-small .overlay{height:72px}.team-work-main .team-work-content .ply-main .ply-content{padding:5px}.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:35px;height:35px}.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:14px;margin-left:4px;margin-top:2px}header .landing-header{padding:0}header .landing-header .navbar-toggler{top:14px}.search-form:before{top:20px}.chitchat-left-sidebar .search-form .form-group .icon-close{top:1px}.chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:3px}.sidebar-toggle .main-nav.on{position:absolute;left:0;z-index:9999!important;background-color:#fff}.chitchat-container .main-nav.on~.chitchat-left-sidebar .recent-default{width:100vw;min-width:100vw}.chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default){margin-left:100px}.chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,.chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:100vw}.landing_page_slider .animated-img-2{display:none}.chat-landing-page .landing_page_slider{min-height:450px}.chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#223645!important;-webkit-text-fill-color:unset}.chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4,.chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{color:#223645!important}.sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:71.5vw!important}.sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:9px}.inner-page header{padding-top:15px;padding-bottom:15px}.inner-page header .landing-header .navbar-collapse,.theme-landing header .landing-header .navbar-collapse{width:100%!important}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:55.3vw!important}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}.sidebar-active .sidebar-toggle .main-nav .chitchat-main .messages .contact-details ul li{padding-left:11px}.chitchat-main .messages .contact-details{width:88vw}.chitchat-main .messages .contact-details ul li{padding-left:21px}.blog-page .blog-media .blog-right ul li+li{padding-left:10px;margin-left:10px}.add-popup .modal-body{padding:15px}.add-popup .modal-footer .btn{padding:10px 20px}.msg-chat-modal .chat-main li{padding-left:10px;padding-right:10px}.videocall.call-modal .small-image{width:100px;height:120px;bottom:31%;display:none!important}.chat-landing-page .landing_popups .btn{padding:10px 18px}.rate-us .rate_us-section .rate-section{margin:0 0 18px}.rate-us .rate_us-section .rate_btn{padding:10px 35px}.snippet-modal-main{padding:15px}.snippet-modal-main.modal-dialog{width:100%;margin:0}.pol-modal-main{padding:15px}.pol-modal-main.modal-dialog{width:100%;margin:0}.pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:20px}.pol-modal-main .modal-content .modal-body .form-group .post-poll{padding:15px}.pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:block}.pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-align:center}.pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{padding:15px 15px 0}.pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:13px}.msg-chat-modal .chat-main li .chat-box .profile{width:40px;height:40px}.msg-chat-modal .chat-main li .chat-box .details{padding-left:50px}.add-popup .modal-footer,.add-popup .modal-header{padding:15px 25px}.add-popup .close{width:55px;height:55px}.add-popup .close span{top:10px;right:10px}.create-todo-main-modal .todo-task .todo-main-content .drop-picker,.todo-main-modal .todo-task .todo-main-content .drop-picker{margin:15px 15px 0}}@media(max-width:480px){.menu-active .chitchat-main .messages .contact-details{width:calc(100vw - 34px)!important}.chitchat-left-sidebar .search-form .form-group .icon-close,.chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:6px}.theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:8px 15px;font-size:14px}.theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}.element-card-body .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 20px}.chitchat-main .call-content .user-profile .user-content ul li,.chitchat-main .contact-content .user-profile .user-content ul li{padding:5px;font-size:12px}.chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default).active{min-width:100%;width:100%;margin-left:0;z-index:99999;transition:all .3s ease}.groupuser .gr-chat-friend-toggle .gr-chat-frind-content{width:295px}.groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{right:125px}.chitchat-main .messages .contact-details ul li.chat-friend-toggle .icon-btn{width:32px}.groupuser .gr-chat-friend-toggle .gr-chat-frind-content{margin-right:-100px}.search-form .form-group .icon-close{padding:18px}.chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{height:50px;top:10px}.emojis-main .contact-poll .contact-poll-content{padding:20px}.emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:8px;font-size:14px;padding-left:25px}.emojis-main .contact-poll .contact-poll-content ul li a svg{width:16px}.contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:50px}.chat-landing-page .landing_page_slider{min-height:380px}.theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 40px}.chat-main li{padding-top:12px;padding-bottom:12px}.msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}.replies .msg-setting-main .msg-dropdown-main .msg-dropdown{left:0;right:unset}.msg-box>li .auto-gallery,.msg-box>li .document,.msg-box>li h5{padding:10px 20px}.contact-chat{margin-top:55px}.contact-chat .profile{border-radius:15px}.contact-chat>ul>li.replies .auto-gallery li,.contact-chat>ul>li.sent .auto-gallery li{height:32px;width:32px;border-radius:5px;margin-left:5px;margin-bottom:5px}.contact-chat>ul>li+li{margin-top:20px}.contact-chat>ul>li.replies .document{padding:10px 25px}.contact-chat>ul>li.replies .document i{margin-right:15px;font-size:24px}.contact-chat>ul>li.replies .document .details{display:none}.contact-chat>ul>li.replies .media .profile{margin-left:.7rem!important}.chitchat-main .messages .contact-details{padding:10px;top:20px}.contact-chat .sent .profile.mr-4{margin-right:.7rem!important}.chat-tabs ul li.nav-item{margin:0 5px}.chitchat-container .chitchat-main .messages{padding:15px}.chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 35px);top:20px}.chitchat-container .chitchat-left-sidebar .recent-default .recent{padding-top:20px}.chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:170px;height:calc(100vh - 170px);min-height:calc(100vh - 170px)}.chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding-top:0}.chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:80px}.chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back{background-color:transparent!important;width:unset;font-size:13px}.chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back i{font-size:14px}.chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:2px 10px}.contact-chat .profile{height:40px;width:40px}.contact-details>.row .icon-btn{background-color:transparent;width:20px}.contact-details>.row .icon-btn.active,.contact-details>.row .icon-btn:active,.contact-details>.row .icon-btn:focus{background-color:transparent!important;box-shadow:none!important}.chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:10px 20px 0;margin-bottom:0}.emojis-main .emojis-contain .emojis-sub-contain:before,.emojis-main .sticker-contain .emojis-sub-contain:before{left:40px}.emojis-main .emojis-contain.open,.emojis-main .sticker-contain.open{bottom:60px;width:280px;height:280px}.app-sidebar .app-list{z-index:999;position:relative}.app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,.app-sidebar.active .apps-ul>li.active{right:0;z-index:9999}.chitchat-main .message-input input{width:100%;font-size:10px}.sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 0px)}.sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 52px)}.sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 0px)}.toggle-sticker{display:none}.sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 1px)}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:89.3vw!important}.sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 5px)}.sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:68vw}.sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:65.5vw!important}.sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:18px}footer .section-py-space .footer-title .according-menu:before{right:10px}.error-main .error-contain .animated-bg i{height:70px;width:70px}.img-10{width:4px!important}.img-20{width:8px!important}.img-30{width:10px!important}.img-40{width:13px!important}.img-50{width:20px!important}.img-60{width:30px!important}.img-70{width:40px!important}.img-80{width:50px!important}.img-90{width:60px!important}.img-100{width:70px!important}.viddiolog.fade.modal-dialog{max-width:100%}.create-todo-main-modal .modal-body .default-form .dropdown.currency,.todo-main-modal .modal-body .dropdown.currency{width:100%}}@media(max-width:420px){.videocall.call-modal .videocall-details #basicUsage,.videocallhang.call-modal .videocall-details #basicUsage{margin-right:0}.videocall.call-modal .videocall-details{padding:15px}.videocall.call-modal .videocall-details .usersprof{margin-left:15px}.audiocall2.call-modal ul li+li{margin-left:25px}header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-left:20px}header .landing-header .navbar-collapse ul li a{font-size:13px}.audiocall1.call-modal,.audiocall2.call-modal,.conferencecall.call-modal,.videocall.call-modal,.videocallhang.call-modal{min-height:400px}.reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:block}}@media(max-width:360px){.videocall.call-modal .videocall-details #basicUsage,.videocall.call-modal .videocall-details .dot-btn,.videocall.call-modal .videocall-details .zoomcontent{display:none}.audiocall2.call-modal ul li+li{margin-left:10px}.clfooter ul li:first-child,.clfooter ul li:last-child{display:none}.connection-img img{width:95%;top:16%}.animated-bg{display:none}footer .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:0}.subscribe-content .form-inline .form-control:first-child{margin-right:0}.img-10{width:2px!important}.img-20{width:4px!important}.img-30{width:5px!important}.img-40{width:7px!important}.img-50{width:9px!important}.img-60{width:15px!important}.img-70{width:25px!important}.img-80{width:35px!important}.img-90{width:45px!important}.img-100{width:55px!important}.nav-tabs .nav-item{margin-right:5px}.theme-tab .nav-tabs .nav-item .nav-link{min-width:100px}}@media(max-width:320px){.audiocall2.call-modal ul li+li{margin-left:2px}.login-content .line h6:after,.login-content .line h6:before{width:2.5rem}.breadcrumb-main ul li+li{margin-left:10px}.breadcrumb-main ul li+li:before{left:-8px}.element-card .element-card-body,.element-card .element-card-header{padding:.75rem .25rem}}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0;cursor:pointer;top:50%;transform:translateY(-50%);padding:0;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{height:20px;width:20px;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;outline:none;line-height:0px;font-size:0;color:transparent;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}html.style1{/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 *//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@import"~react-toastify/dist/ReactToastify.css";@import"~react-datepicker/dist/react-datepicker.css";@import"~react-tippy/dist/tippy.css"}html.style1 :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#ff3030;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#ff3030;--light:#25262c;--dark:#191b1f;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}html.style1 *,html.style1 :after,html.style1 :before{box-sizing:border-box}html.style1 html{-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style1 article,html.style1 aside,html.style1 figcaption,html.style1 figure,html.style1 footer,html.style1 header,html.style1 hgroup,html.style1 main,html.style1 nav,html.style1 section{display:block}html.style1 body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left}html.style1 [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}html.style1 hr{overflow:visible}html.style1 h1,html.style1 h2,html.style1 h3,html.style1 h4,html.style1 h5,html.style1 h6{margin-top:0;margin-bottom:.5rem}html.style1 p{margin-top:0;margin-bottom:1rem}html.style1 abbr[data-original-title],html.style1 abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}html.style1 address{margin-bottom:1rem;font-style:normal;line-height:inherit}html.style1 dl,html.style1 ol,html.style1 ul{margin-top:0;margin-bottom:1rem}html.style1 ol ol,html.style1 ol ul,html.style1 ul ol,html.style1 ul ul{margin-bottom:0}html.style1 dt{font-weight:700}html.style1 dd{margin-bottom:.5rem;margin-left:0}html.style1 blockquote{margin:0 0 1rem}html.style1 sub,html.style1 sup{vertical-align:baseline}html.style1 a{color:#007bff;text-decoration:none}html.style1 a:hover{color:#0056b3;text-decoration:underline}html.style1 a:not([href]):not([class]),html.style1 a:not([href]):not([class]):hover{color:inherit;text-decoration:none}html.style1 code,html.style1 kbd,html.style1 pre,html.style1 samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}html.style1 pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}html.style1 figure{margin:0 0 1rem}html.style1 img,html.style1 svg{vertical-align:middle}html.style1 svg{overflow:hidden}html.style1 table{border-collapse:collapse}html.style1 caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}html.style1 th{text-align:inherit;text-align:-webkit-match-parent}html.style1 label{display:inline-block;margin-bottom:.5rem}html.style1 button{border-radius:0}html.style1 button:focus:not(:focus-visible){outline:0}html.style1 button,html.style1 input,html.style1 optgroup,html.style1 select,html.style1 textarea{font-family:inherit;font-size:inherit;line-height:inherit}html.style1 button,html.style1 input{overflow:visible}html.style1 [role=button]{cursor:pointer}html.style1 select{word-wrap:normal}html.style1 [type=button],html.style1 [type=reset],html.style1 [type=submit],html.style1 button{-webkit-appearance:button}html.style1 [type=button]:not(:disabled),html.style1 [type=reset]:not(:disabled),html.style1 [type=submit]:not(:disabled),html.style1 button:not(:disabled){cursor:pointer}html.style1 input[type=checkbox],html.style1 input[type=radio]{box-sizing:border-box;padding:0}html.style1 textarea{resize:vertical}html.style1 fieldset{min-width:0;padding:0;margin:0;border:0}html.style1 legend{display:block;width:100%;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}html.style1 progress{vertical-align:baseline}html.style1 [type=search]{-webkit-appearance:none}html.style1 [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.style1 output{display:inline-block}html.style1 summary{cursor:pointer}html.style1 template{display:none}html.style1 [hidden]{display:none!important}html.style1 .h1,html.style1 .h2,html.style1 .h3,html.style1 .h4,html.style1 .h5,html.style1 .h6,html.style1 h1,html.style1 h2,html.style1 h3,html.style1 h4,html.style1 h5,html.style1 h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}html.style1 .h1,html.style1 h1{font-size:2.5rem}html.style1 .h2,html.style1 h2{font-size:2rem}html.style1 .h3,html.style1 h3{font-size:1.75rem}html.style1 .h4,html.style1 h4{font-size:1.5rem}html.style1 .h5,html.style1 h5{font-size:1.25rem}html.style1 .h6,html.style1 h6{font-size:1rem}html.style1 .lead{font-size:1.25rem;font-weight:300}html.style1 .display-1{font-size:6rem;font-weight:300;line-height:1.2}html.style1 .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}html.style1 .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}html.style1 .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}html.style1 hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}html.style1 .small,html.style1 small{font-size:.875em;font-weight:400}html.style1 .mark,html.style1 mark{padding:.2em;background-color:#fcf8e3}html.style1 .list-inline,html.style1 .list-unstyled{padding-left:0;list-style:none}html.style1 .list-inline-item{display:inline-block}html.style1 .list-inline-item:not(:last-child){margin-right:.5rem}html.style1 .initialism{font-size:90%;text-transform:uppercase}html.style1 .blockquote{margin-bottom:1rem;font-size:1.25rem}html.style1 .blockquote-footer{display:block;font-size:.875em;color:#6c757d}html.style1 .blockquote-footer:before{content:"— "}html.style1 .img-fluid{max-width:100%;height:auto}html.style1 .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}html.style1 .figure{display:inline-block}html.style1 .figure-img{margin-bottom:.5rem;line-height:1}html.style1 .figure-caption{font-size:90%;color:#6c757d}html.style1 code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>html.style1 code{color:inherit}html.style1 kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}html.style1 kbd kbd{padding:0;font-size:100%;font-weight:700}html.style1 pre{display:block;font-size:87.5%;color:#212529}html.style1 pre code{font-size:inherit;color:inherit;word-break:normal}html.style1 .pre-scrollable{max-height:340px;overflow-y:scroll}html.style1 .container,html.style1 .container-fluid,html.style1 .container-lg,html.style1 .container-md,html.style1 .container-sm,html.style1 .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){html.style1 .container,html.style1 .container-sm{max-width:540px}}@media(min-width:768px){html.style1 .container,html.style1 .container-md,html.style1 .container-sm{max-width:720px}}@media(min-width:992px){html.style1 .container,html.style1 .container-lg,html.style1 .container-md,html.style1 .container-sm{max-width:960px}}@media(min-width:1200px){html.style1 .container,html.style1 .container-lg,html.style1 .container-md,html.style1 .container-sm,html.style1 .container-xl{max-width:1140px}}html.style1 .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}html.style1 .no-gutters{margin-right:0;margin-left:0}html.style1 .no-gutters>.col,html.style1 .no-gutters>[class*=col-]{padding-right:0;padding-left:0}html.style1 .col,html.style1 .col-1,html.style1 .col-10,html.style1 .col-11,html.style1 .col-12,html.style1 .col-2,html.style1 .col-3,html.style1 .col-4,html.style1 .col-5,html.style1 .col-6,html.style1 .col-7,html.style1 .col-8,html.style1 .col-9,html.style1 .col-auto,html.style1 .col-lg,html.style1 .col-lg-1,html.style1 .col-lg-10,html.style1 .col-lg-11,html.style1 .col-lg-12,html.style1 .col-lg-2,html.style1 .col-lg-3,html.style1 .col-lg-4,html.style1 .col-lg-5,html.style1 .col-lg-6,html.style1 .col-lg-7,html.style1 .col-lg-8,html.style1 .col-lg-9,html.style1 .col-lg-auto,html.style1 .col-md,html.style1 .col-md-1,html.style1 .col-md-10,html.style1 .col-md-11,html.style1 .col-md-12,html.style1 .col-md-2,html.style1 .col-md-3,html.style1 .col-md-4,html.style1 .col-md-5,html.style1 .col-md-6,html.style1 .col-md-7,html.style1 .col-md-8,html.style1 .col-md-9,html.style1 .col-md-auto,html.style1 .col-sm,html.style1 .col-sm-1,html.style1 .col-sm-10,html.style1 .col-sm-11,html.style1 .col-sm-12,html.style1 .col-sm-2,html.style1 .col-sm-3,html.style1 .col-sm-4,html.style1 .col-sm-5,html.style1 .col-sm-6,html.style1 .col-sm-7,html.style1 .col-sm-8,html.style1 .col-sm-9,html.style1 .col-sm-auto,html.style1 .col-xl,html.style1 .col-xl-1,html.style1 .col-xl-10,html.style1 .col-xl-11,html.style1 .col-xl-12,html.style1 .col-xl-2,html.style1 .col-xl-3,html.style1 .col-xl-4,html.style1 .col-xl-5,html.style1 .col-xl-6,html.style1 .col-xl-7,html.style1 .col-xl-8,html.style1 .col-xl-9,html.style1 .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}html.style1 .col{flex-basis:0;flex-grow:1;max-width:100%}html.style1 .row-cols-1>*{flex:0 0 100%;max-width:100%}html.style1 .row-cols-2>*{flex:0 0 50%;max-width:50%}html.style1 .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style1 .row-cols-4>*{flex:0 0 25%;max-width:25%}html.style1 .row-cols-5>*{flex:0 0 20%;max-width:20%}html.style1 .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style1 .col-auto{flex:0 0 auto;width:auto;max-width:100%}html.style1 .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style1 .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style1 .col-3{flex:0 0 25%;max-width:25%}html.style1 .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style1 .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style1 .col-6{flex:0 0 50%;max-width:50%}html.style1 .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style1 .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style1 .col-9{flex:0 0 75%;max-width:75%}html.style1 .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style1 .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style1 .col-12{flex:0 0 100%;max-width:100%}html.style1 .order-first{order:-1}html.style1 .order-last{order:13}html.style1 .order-0{order:0}html.style1 .order-1{order:1}html.style1 .order-2{order:2}html.style1 .order-3{order:3}html.style1 .order-4{order:4}html.style1 .order-5{order:5}html.style1 .order-6{order:6}html.style1 .order-7{order:7}html.style1 .order-8{order:8}html.style1 .order-9{order:9}html.style1 .order-10{order:10}html.style1 .order-11{order:11}html.style1 .order-12{order:12}html.style1 .offset-1{margin-left:8.33333333%}html.style1 .offset-2{margin-left:16.66666667%}html.style1 .offset-3{margin-left:25%}html.style1 .offset-4{margin-left:33.33333333%}html.style1 .offset-5{margin-left:41.66666667%}html.style1 .offset-6{margin-left:50%}html.style1 .offset-7{margin-left:58.33333333%}html.style1 .offset-8{margin-left:66.66666667%}html.style1 .offset-9{margin-left:75%}html.style1 .offset-10{margin-left:83.33333333%}html.style1 .offset-11{margin-left:91.66666667%}@media(min-width:576px){html.style1 .col-sm{flex-basis:0;flex-grow:1;max-width:100%}html.style1 .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}html.style1 .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}html.style1 .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style1 .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}html.style1 .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}html.style1 .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style1 .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}html.style1 .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style1 .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style1 .col-sm-3{flex:0 0 25%;max-width:25%}html.style1 .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style1 .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style1 .col-sm-6{flex:0 0 50%;max-width:50%}html.style1 .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style1 .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style1 .col-sm-9{flex:0 0 75%;max-width:75%}html.style1 .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style1 .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style1 .col-sm-12{flex:0 0 100%;max-width:100%}html.style1 .order-sm-first{order:-1}html.style1 .order-sm-last{order:13}html.style1 .order-sm-0{order:0}html.style1 .order-sm-1{order:1}html.style1 .order-sm-2{order:2}html.style1 .order-sm-3{order:3}html.style1 .order-sm-4{order:4}html.style1 .order-sm-5{order:5}html.style1 .order-sm-6{order:6}html.style1 .order-sm-7{order:7}html.style1 .order-sm-8{order:8}html.style1 .order-sm-9{order:9}html.style1 .order-sm-10{order:10}html.style1 .order-sm-11{order:11}html.style1 .order-sm-12{order:12}html.style1 .offset-sm-0{margin-left:0}html.style1 .offset-sm-1{margin-left:8.33333333%}html.style1 .offset-sm-2{margin-left:16.66666667%}html.style1 .offset-sm-3{margin-left:25%}html.style1 .offset-sm-4{margin-left:33.33333333%}html.style1 .offset-sm-5{margin-left:41.66666667%}html.style1 .offset-sm-6{margin-left:50%}html.style1 .offset-sm-7{margin-left:58.33333333%}html.style1 .offset-sm-8{margin-left:66.66666667%}html.style1 .offset-sm-9{margin-left:75%}html.style1 .offset-sm-10{margin-left:83.33333333%}html.style1 .offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){html.style1 .col-md{flex-basis:0;flex-grow:1;max-width:100%}html.style1 .row-cols-md-1>*{flex:0 0 100%;max-width:100%}html.style1 .row-cols-md-2>*{flex:0 0 50%;max-width:50%}html.style1 .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style1 .row-cols-md-4>*{flex:0 0 25%;max-width:25%}html.style1 .row-cols-md-5>*{flex:0 0 20%;max-width:20%}html.style1 .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style1 .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}html.style1 .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style1 .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style1 .col-md-3{flex:0 0 25%;max-width:25%}html.style1 .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style1 .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style1 .col-md-6{flex:0 0 50%;max-width:50%}html.style1 .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style1 .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style1 .col-md-9{flex:0 0 75%;max-width:75%}html.style1 .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style1 .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style1 .col-md-12{flex:0 0 100%;max-width:100%}html.style1 .order-md-first{order:-1}html.style1 .order-md-last{order:13}html.style1 .order-md-0{order:0}html.style1 .order-md-1{order:1}html.style1 .order-md-2{order:2}html.style1 .order-md-3{order:3}html.style1 .order-md-4{order:4}html.style1 .order-md-5{order:5}html.style1 .order-md-6{order:6}html.style1 .order-md-7{order:7}html.style1 .order-md-8{order:8}html.style1 .order-md-9{order:9}html.style1 .order-md-10{order:10}html.style1 .order-md-11{order:11}html.style1 .order-md-12{order:12}html.style1 .offset-md-0{margin-left:0}html.style1 .offset-md-1{margin-left:8.33333333%}html.style1 .offset-md-2{margin-left:16.66666667%}html.style1 .offset-md-3{margin-left:25%}html.style1 .offset-md-4{margin-left:33.33333333%}html.style1 .offset-md-5{margin-left:41.66666667%}html.style1 .offset-md-6{margin-left:50%}html.style1 .offset-md-7{margin-left:58.33333333%}html.style1 .offset-md-8{margin-left:66.66666667%}html.style1 .offset-md-9{margin-left:75%}html.style1 .offset-md-10{margin-left:83.33333333%}html.style1 .offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){html.style1 .col-lg{flex-basis:0;flex-grow:1;max-width:100%}html.style1 .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}html.style1 .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}html.style1 .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style1 .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}html.style1 .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}html.style1 .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style1 .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}html.style1 .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style1 .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style1 .col-lg-3{flex:0 0 25%;max-width:25%}html.style1 .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style1 .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style1 .col-lg-6{flex:0 0 50%;max-width:50%}html.style1 .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style1 .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style1 .col-lg-9{flex:0 0 75%;max-width:75%}html.style1 .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style1 .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style1 .col-lg-12{flex:0 0 100%;max-width:100%}html.style1 .order-lg-first{order:-1}html.style1 .order-lg-last{order:13}html.style1 .order-lg-0{order:0}html.style1 .order-lg-1{order:1}html.style1 .order-lg-2{order:2}html.style1 .order-lg-3{order:3}html.style1 .order-lg-4{order:4}html.style1 .order-lg-5{order:5}html.style1 .order-lg-6{order:6}html.style1 .order-lg-7{order:7}html.style1 .order-lg-8{order:8}html.style1 .order-lg-9{order:9}html.style1 .order-lg-10{order:10}html.style1 .order-lg-11{order:11}html.style1 .order-lg-12{order:12}html.style1 .offset-lg-0{margin-left:0}html.style1 .offset-lg-1{margin-left:8.33333333%}html.style1 .offset-lg-2{margin-left:16.66666667%}html.style1 .offset-lg-3{margin-left:25%}html.style1 .offset-lg-4{margin-left:33.33333333%}html.style1 .offset-lg-5{margin-left:41.66666667%}html.style1 .offset-lg-6{margin-left:50%}html.style1 .offset-lg-7{margin-left:58.33333333%}html.style1 .offset-lg-8{margin-left:66.66666667%}html.style1 .offset-lg-9{margin-left:75%}html.style1 .offset-lg-10{margin-left:83.33333333%}html.style1 .offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){html.style1 .col-xl{flex-basis:0;flex-grow:1;max-width:100%}html.style1 .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}html.style1 .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}html.style1 .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style1 .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}html.style1 .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}html.style1 .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style1 .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}html.style1 .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style1 .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style1 .col-xl-3{flex:0 0 25%;max-width:25%}html.style1 .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style1 .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style1 .col-xl-6{flex:0 0 50%;max-width:50%}html.style1 .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style1 .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style1 .col-xl-9{flex:0 0 75%;max-width:75%}html.style1 .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style1 .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style1 .col-xl-12{flex:0 0 100%;max-width:100%}html.style1 .order-xl-first{order:-1}html.style1 .order-xl-last{order:13}html.style1 .order-xl-0{order:0}html.style1 .order-xl-1{order:1}html.style1 .order-xl-2{order:2}html.style1 .order-xl-3{order:3}html.style1 .order-xl-4{order:4}html.style1 .order-xl-5{order:5}html.style1 .order-xl-6{order:6}html.style1 .order-xl-7{order:7}html.style1 .order-xl-8{order:8}html.style1 .order-xl-9{order:9}html.style1 .order-xl-10{order:10}html.style1 .order-xl-11{order:11}html.style1 .order-xl-12{order:12}html.style1 .offset-xl-0{margin-left:0}html.style1 .offset-xl-1{margin-left:8.33333333%}html.style1 .offset-xl-2{margin-left:16.66666667%}html.style1 .offset-xl-3{margin-left:25%}html.style1 .offset-xl-4{margin-left:33.33333333%}html.style1 .offset-xl-5{margin-left:41.66666667%}html.style1 .offset-xl-6{margin-left:50%}html.style1 .offset-xl-7{margin-left:58.33333333%}html.style1 .offset-xl-8{margin-left:66.66666667%}html.style1 .offset-xl-9{margin-left:75%}html.style1 .offset-xl-10{margin-left:83.33333333%}html.style1 .offset-xl-11{margin-left:91.66666667%}}html.style1 .table{width:100%;margin-bottom:1rem;color:#212529}html.style1 .table td,html.style1 .table th{padding:.75rem;vertical-align:top;border-top:1px solid #eff1f2}html.style1 .table thead th{vertical-align:bottom;border-bottom:2px solid #eff1f2}html.style1 .table tbody+tbody{border-top:2px solid #eff1f2}html.style1 .table-sm td,html.style1 .table-sm th{padding:.3rem}html.style1 .table-bordered,html.style1 .table-bordered td,html.style1 .table-bordered th{border:1px solid #eff1f2}html.style1 .table-bordered thead td,html.style1 .table-bordered thead th{border-bottom-width:2px}html.style1 .table-borderless tbody+tbody,html.style1 .table-borderless td,html.style1 .table-borderless th,html.style1 .table-borderless thead th{border:0}html.style1 .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}html.style1 .table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}html.style1 .table-primary,html.style1 .table-primary>td,html.style1 .table-primary>th{background-color:#b8daff}html.style1 .table-primary tbody+tbody,html.style1 .table-primary td,html.style1 .table-primary th,html.style1 .table-primary thead th{border-color:#7abaff}html.style1 .table-hover .table-primary:hover,html.style1 .table-hover .table-primary:hover>td,html.style1 .table-hover .table-primary:hover>th{background-color:#9fcdff}html.style1 .table-secondary,html.style1 .table-secondary>td,html.style1 .table-secondary>th{background-color:#d6d8db}html.style1 .table-secondary tbody+tbody,html.style1 .table-secondary td,html.style1 .table-secondary th,html.style1 .table-secondary thead th{border-color:#b3b7bb}html.style1 .table-hover .table-secondary:hover,html.style1 .table-hover .table-secondary:hover>td,html.style1 .table-hover .table-secondary:hover>th{background-color:#c8cbcf}html.style1 .table-success,html.style1 .table-success>td,html.style1 .table-success>th{background-color:#c3e6cb}html.style1 .table-success tbody+tbody,html.style1 .table-success td,html.style1 .table-success th,html.style1 .table-success thead th{border-color:#8fd19e}html.style1 .table-hover .table-success:hover,html.style1 .table-hover .table-success:hover>td,html.style1 .table-hover .table-success:hover>th{background-color:#b1dfbb}html.style1 .table-info,html.style1 .table-info>td,html.style1 .table-info>th{background-color:#bee5eb}html.style1 .table-info tbody+tbody,html.style1 .table-info td,html.style1 .table-info th,html.style1 .table-info thead th{border-color:#86cfda}html.style1 .table-hover .table-info:hover,html.style1 .table-hover .table-info:hover>td,html.style1 .table-hover .table-info:hover>th{background-color:#abdde5}html.style1 .table-warning,html.style1 .table-warning>td,html.style1 .table-warning>th{background-color:#ffeeba}html.style1 .table-warning tbody+tbody,html.style1 .table-warning td,html.style1 .table-warning th,html.style1 .table-warning thead th{border-color:#ffdf7e}html.style1 .table-hover .table-warning:hover,html.style1 .table-hover .table-warning:hover>td,html.style1 .table-hover .table-warning:hover>th{background-color:#ffe8a1}html.style1 .table-danger,html.style1 .table-danger>td,html.style1 .table-danger>th{background-color:#ffc5c5}html.style1 .table-danger tbody+tbody,html.style1 .table-danger td,html.style1 .table-danger th,html.style1 .table-danger thead th{border-color:#ff9393}html.style1 .table-hover .table-danger:hover,html.style1 .table-hover .table-danger:hover>td,html.style1 .table-hover .table-danger:hover>th{background-color:#ffacac}html.style1 .table-light,html.style1 .table-light>td,html.style1 .table-light>th{background-color:#c2c2c4}html.style1 .table-light tbody+tbody,html.style1 .table-light td,html.style1 .table-light th,html.style1 .table-light thead th{border-color:#8e8e91}html.style1 .table-hover .table-light:hover,html.style1 .table-hover .table-light:hover>td,html.style1 .table-hover .table-light:hover>th{background-color:#b5b5b7}html.style1 .table-dark,html.style1 .table-dark>td,html.style1 .table-dark>th{background-color:#bfbfc0}html.style1 .table-dark tbody+tbody,html.style1 .table-dark td,html.style1 .table-dark th,html.style1 .table-dark thead th{border-color:#87888b}html.style1 .table-hover .table-dark:hover,html.style1 .table-hover .table-dark:hover>td,html.style1 .table-hover .table-dark:hover>th{background-color:#b2b2b3}html.style1 .table-active,html.style1 .table-active>td,html.style1 .table-active>th,html.style1 .table-hover .table-active:hover,html.style1 .table-hover .table-active:hover>td,html.style1 .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}html.style1 .table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}html.style1 .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#eff1f2}html.style1 .table-dark{color:#fff;background-color:#343a40}html.style1 .table-dark td,html.style1 .table-dark th,html.style1 .table-dark thead th{border-color:#454d55}html.style1 .table-dark.table-bordered{border:0}html.style1 .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}html.style1 .table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){html.style1 .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style1 .table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){html.style1 .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style1 .table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){html.style1 .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style1 .table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){html.style1 .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style1 .table-responsive-xl>.table-bordered{border:0}}html.style1 .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style1 .table-responsive>.table-bordered{border:0}html.style1 .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style1 .form-control{transition:none}}html.style1 .form-control::-ms-expand{background-color:transparent;border:0}html.style1 .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style1 .form-control::placeholder{color:#6c757d;opacity:1}html.style1 .form-control:disabled,html.style1 .form-control[readonly]{background-color:#e9ecef;opacity:1}html.style1 input[type=date].form-control,html.style1 input[type=datetime-local].form-control,html.style1 input[type=month].form-control,html.style1 input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style1 select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}html.style1 select.form-control:focus::-ms-value{color:#495057;background-color:#fff}html.style1 .form-control-file,html.style1 .form-control-range{display:block;width:100%}html.style1 .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}html.style1 .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}html.style1 .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}html.style1 .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}html.style1 .form-control-plaintext.form-control-lg,html.style1 .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}html.style1 .form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style1 .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style1 select.form-control[multiple],html.style1 select.form-control[size],html.style1 textarea.form-control{height:auto}html.style1 .form-group{margin-bottom:1rem}html.style1 .form-text{display:block;margin-top:.25rem}html.style1 .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}html.style1 .form-row>.col,html.style1 .form-row>[class*=col-]{padding-right:5px;padding-left:5px}html.style1 .form-check{position:relative;display:block;padding-left:1.25rem}html.style1 .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}html.style1 .form-check-input:disabled~.form-check-label,html.style1 .form-check-input[disabled]~.form-check-label{color:#6c757d}html.style1 .form-check-label{margin-bottom:0}html.style1 .form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}html.style1 .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}html.style1 .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}html.style1 .valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>html.style1 .valid-tooltip,.form-row>[class*=col-]>html.style1 .valid-tooltip{left:5px}.was-validated html.style1:valid~.valid-feedback,.was-validated html.style1:valid~.valid-tooltip,html.style1.is-valid~.valid-feedback,html.style1.is-valid~.valid-tooltip{display:block}.was-validated html.style1 .form-control:valid,html.style1 .form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated html.style1 .form-control:valid:focus,html.style1 .form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style1 select.form-control:valid,html.style1 select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated html.style1 textarea.form-control:valid,html.style1 textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated html.style1 .custom-select:valid,html.style1 .custom-select.is-valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated html.style1 .custom-select:valid:focus,html.style1 .custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style1 .form-check-input:valid~.form-check-label,html.style1 .form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated html.style1 .form-check-input:valid~.valid-feedback,.was-validated html.style1 .form-check-input:valid~.valid-tooltip,html.style1 .form-check-input.is-valid~.valid-feedback,html.style1 .form-check-input.is-valid~.valid-tooltip{display:block}.was-validated html.style1 .custom-control-input:valid~.custom-control-label,html.style1 .custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated html.style1 .custom-control-input:valid~.custom-control-label:before,html.style1 .custom-control-input.is-valid~.custom-control-label:before{border-color:#28a745}.was-validated html.style1 .custom-control-input:valid:checked~.custom-control-label:before,html.style1 .custom-control-input.is-valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.was-validated html.style1 .custom-control-input:valid:focus~.custom-control-label:before,html.style1 .custom-control-input.is-valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style1 .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,html.style1 .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.was-validated html.style1 .custom-file-input:valid~.custom-file-label,html.style1 .custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated html.style1 .custom-file-input:valid:focus~.custom-file-label,html.style1 .custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}html.style1 .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#ff3030}html.style1 .invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(255,48,48,.9);border-radius:.25rem}.form-row>.col>html.style1 .invalid-tooltip,.form-row>[class*=col-]>html.style1 .invalid-tooltip{left:5px}.was-validated html.style1:invalid~.invalid-feedback,.was-validated html.style1:invalid~.invalid-tooltip,html.style1.is-invalid~.invalid-feedback,html.style1.is-invalid~.invalid-tooltip{display:block}.was-validated html.style1 .form-control:invalid,html.style1 .form-control.is-invalid{border-color:#ff3030;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated html.style1 .form-control:invalid:focus,html.style1 .form-control.is-invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style1 select.form-control:invalid,html.style1 select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated html.style1 textarea.form-control:invalid,html.style1 textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated html.style1 .custom-select:invalid,html.style1 .custom-select.is-invalid{border-color:#ff3030;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated html.style1 .custom-select:invalid:focus,html.style1 .custom-select.is-invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style1 .form-check-input:invalid~.form-check-label,html.style1 .form-check-input.is-invalid~.form-check-label{color:#ff3030}.was-validated html.style1 .form-check-input:invalid~.invalid-feedback,.was-validated html.style1 .form-check-input:invalid~.invalid-tooltip,html.style1 .form-check-input.is-invalid~.invalid-feedback,html.style1 .form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated html.style1 .custom-control-input:invalid~.custom-control-label,html.style1 .custom-control-input.is-invalid~.custom-control-label{color:#ff3030}.was-validated html.style1 .custom-control-input:invalid~.custom-control-label:before,html.style1 .custom-control-input.is-invalid~.custom-control-label:before{border-color:#ff3030}.was-validated html.style1 .custom-control-input:invalid:checked~.custom-control-label:before,html.style1 .custom-control-input.is-invalid:checked~.custom-control-label:before{border-color:#ff6363;background-color:#ff6363}.was-validated html.style1 .custom-control-input:invalid:focus~.custom-control-label:before,html.style1 .custom-control-input.is-invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style1 .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,html.style1 .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before{border-color:#ff3030}.was-validated html.style1 .custom-file-input:invalid~.custom-file-label,html.style1 .custom-file-input.is-invalid~.custom-file-label{border-color:#ff3030}.was-validated html.style1 .custom-file-input:invalid:focus~.custom-file-label,html.style1 .custom-file-input.is-invalid:focus~.custom-file-label{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}html.style1 .form-inline{display:flex;flex-flow:row wrap;align-items:center}html.style1 .form-inline .form-check{width:100%}@media(min-width:576px){html.style1 .form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}html.style1 .form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}html.style1 .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}html.style1 .form-inline .form-control-plaintext{display:inline-block}html.style1 .form-inline .custom-select,html.style1 .form-inline .input-group{width:auto}html.style1 .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}html.style1 .form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}html.style1 .form-inline .custom-control{align-items:center;justify-content:center}html.style1 .form-inline .custom-control-label{margin-bottom:0}}html.style1 .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style1 .btn{transition:none}}html.style1 .btn:hover{color:#212529;text-decoration:none}html.style1 .btn.focus,html.style1 .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style1 .btn.disabled,html.style1 .btn:disabled{opacity:.65}html.style1 .btn:not(:disabled):not(.disabled){cursor:pointer}html.style1 a.btn.disabled,html.style1 fieldset:disabled a.btn{pointer-events:none}html.style1 .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}html.style1 .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}html.style1 .btn-primary.focus,html.style1 .btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}html.style1 .btn-primary.disabled,html.style1 .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.show>html.style1 .btn-primary.dropdown-toggle,html.style1 .btn-primary:not(:disabled):not(.disabled).active,html.style1 .btn-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#0062cc;border-color:#005cbf}.show>html.style1 .btn-primary.dropdown-toggle:focus,html.style1 .btn-primary:not(:disabled):not(.disabled).active:focus,html.style1 .btn-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}html.style1 .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}html.style1 .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}html.style1 .btn-secondary.focus,html.style1 .btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}html.style1 .btn-secondary.disabled,html.style1 .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.show>html.style1 .btn-secondary.dropdown-toggle,html.style1 .btn-secondary:not(:disabled):not(.disabled).active,html.style1 .btn-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#545b62;border-color:#4e555b}.show>html.style1 .btn-secondary.dropdown-toggle:focus,html.style1 .btn-secondary:not(:disabled):not(.disabled).active:focus,html.style1 .btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}html.style1 .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}html.style1 .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}html.style1 .btn-success.focus,html.style1 .btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}html.style1 .btn-success.disabled,html.style1 .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.show>html.style1 .btn-success.dropdown-toggle,html.style1 .btn-success:not(:disabled):not(.disabled).active,html.style1 .btn-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#1e7e34;border-color:#1c7430}.show>html.style1 .btn-success.dropdown-toggle:focus,html.style1 .btn-success:not(:disabled):not(.disabled).active:focus,html.style1 .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}html.style1 .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html.style1 .btn-info.focus,html.style1 .btn-info:focus,html.style1 .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}html.style1 .btn-info.focus,html.style1 .btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}html.style1 .btn-info.disabled,html.style1 .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.show>html.style1 .btn-info.dropdown-toggle,html.style1 .btn-info:not(:disabled):not(.disabled).active,html.style1 .btn-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#117a8b;border-color:#10707f}.show>html.style1 .btn-info.dropdown-toggle:focus,html.style1 .btn-info:not(:disabled):not(.disabled).active:focus,html.style1 .btn-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}html.style1 .btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}html.style1 .btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}html.style1 .btn-warning.focus,html.style1 .btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}html.style1 .btn-warning.disabled,html.style1 .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.show>html.style1 .btn-warning.dropdown-toggle,html.style1 .btn-warning:not(:disabled):not(.disabled).active,html.style1 .btn-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#d39e00;border-color:#c69500}.show>html.style1 .btn-warning.dropdown-toggle:focus,html.style1 .btn-warning:not(:disabled):not(.disabled).active:focus,html.style1 .btn-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}html.style1 .btn-danger{color:#fff;background-color:#ff3030;border-color:#ff3030}html.style1 .btn-danger:hover{color:#fff;background-color:#ff0a0a;border-color:#fc0000}html.style1 .btn-danger.focus,html.style1 .btn-danger:focus{color:#fff;background-color:#ff0a0a;border-color:#fc0000;box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}html.style1 .btn-danger.disabled,html.style1 .btn-danger:disabled{color:#fff;background-color:#ff3030;border-color:#ff3030}.show>html.style1 .btn-danger.dropdown-toggle,html.style1 .btn-danger:not(:disabled):not(.disabled).active,html.style1 .btn-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#fc0000;border-color:#ef0000}.show>html.style1 .btn-danger.dropdown-toggle:focus,html.style1 .btn-danger:not(:disabled):not(.disabled).active:focus,html.style1 .btn-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}html.style1 .btn-light{color:#fff;background-color:#25262c;border-color:#25262c}html.style1 .btn-light:hover{color:#fff;background-color:#141417;border-color:#0e0e10}html.style1 .btn-light.focus,html.style1 .btn-light:focus{color:#fff;background-color:#141417;border-color:#0e0e10;box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}html.style1 .btn-light.disabled,html.style1 .btn-light:disabled{color:#fff;background-color:#25262c;border-color:#25262c}.show>html.style1 .btn-light.dropdown-toggle,html.style1 .btn-light:not(:disabled):not(.disabled).active,html.style1 .btn-light:not(:disabled):not(.disabled):active{color:#fff;background-color:#0e0e10;border-color:#080809}.show>html.style1 .btn-light.dropdown-toggle:focus,html.style1 .btn-light:not(:disabled):not(.disabled).active:focus,html.style1 .btn-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}html.style1 .btn-dark{color:#fff;background-color:#191b1f;border-color:#191b1f}html.style1 .btn-dark.focus,html.style1 .btn-dark:focus,html.style1 .btn-dark:hover{color:#fff;background-color:#08090a;border-color:#020203}html.style1 .btn-dark.focus,html.style1 .btn-dark:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}html.style1 .btn-dark.disabled,html.style1 .btn-dark:disabled{color:#fff;background-color:#191b1f;border-color:#191b1f}.show>html.style1 .btn-dark.dropdown-toggle,html.style1 .btn-dark:not(:disabled):not(.disabled).active,html.style1 .btn-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#020203;border-color:#000}.show>html.style1 .btn-dark.dropdown-toggle:focus,html.style1 .btn-dark:not(:disabled):not(.disabled).active:focus,html.style1 .btn-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}html.style1 .btn-outline-primary{color:#007bff;border-color:#007bff}html.style1 .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}html.style1 .btn-outline-primary.focus,html.style1 .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style1 .btn-outline-primary.disabled,html.style1 .btn-outline-primary:disabled{color:#007bff;background-color:transparent}.show>html.style1 .btn-outline-primary.dropdown-toggle,html.style1 .btn-outline-primary:not(:disabled):not(.disabled).active,html.style1 .btn-outline-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#007bff;border-color:#007bff}.show>html.style1 .btn-outline-primary.dropdown-toggle:focus,html.style1 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,html.style1 .btn-outline-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style1 .btn-outline-secondary{color:#6c757d;border-color:#6c757d}html.style1 .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}html.style1 .btn-outline-secondary.focus,html.style1 .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style1 .btn-outline-secondary.disabled,html.style1 .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.show>html.style1 .btn-outline-secondary.dropdown-toggle,html.style1 .btn-outline-secondary:not(:disabled):not(.disabled).active,html.style1 .btn-outline-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#6c757d;border-color:#6c757d}.show>html.style1 .btn-outline-secondary.dropdown-toggle:focus,html.style1 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,html.style1 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style1 .btn-outline-success{color:#28a745;border-color:#28a745}html.style1 .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}html.style1 .btn-outline-success.focus,html.style1 .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style1 .btn-outline-success.disabled,html.style1 .btn-outline-success:disabled{color:#28a745;background-color:transparent}.show>html.style1 .btn-outline-success.dropdown-toggle,html.style1 .btn-outline-success:not(:disabled):not(.disabled).active,html.style1 .btn-outline-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#28a745;border-color:#28a745}.show>html.style1 .btn-outline-success.dropdown-toggle:focus,html.style1 .btn-outline-success:not(:disabled):not(.disabled).active:focus,html.style1 .btn-outline-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style1 .btn-outline-info{color:#17a2b8;border-color:#17a2b8}html.style1 .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html.style1 .btn-outline-info.focus,html.style1 .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style1 .btn-outline-info.disabled,html.style1 .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.show>html.style1 .btn-outline-info.dropdown-toggle,html.style1 .btn-outline-info:not(:disabled):not(.disabled).active,html.style1 .btn-outline-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.show>html.style1 .btn-outline-info.dropdown-toggle:focus,html.style1 .btn-outline-info:not(:disabled):not(.disabled).active:focus,html.style1 .btn-outline-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style1 .btn-outline-warning{color:#ffc107;border-color:#ffc107}html.style1 .btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}html.style1 .btn-outline-warning.focus,html.style1 .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style1 .btn-outline-warning.disabled,html.style1 .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.show>html.style1 .btn-outline-warning.dropdown-toggle,html.style1 .btn-outline-warning:not(:disabled):not(.disabled).active,html.style1 .btn-outline-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#ffc107;border-color:#ffc107}.show>html.style1 .btn-outline-warning.dropdown-toggle:focus,html.style1 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,html.style1 .btn-outline-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style1 .btn-outline-danger{color:#ff3030;border-color:#ff3030}html.style1 .btn-outline-danger:hover{color:#fff;background-color:#ff3030;border-color:#ff3030}html.style1 .btn-outline-danger.focus,html.style1 .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style1 .btn-outline-danger.disabled,html.style1 .btn-outline-danger:disabled{color:#ff3030;background-color:transparent}.show>html.style1 .btn-outline-danger.dropdown-toggle,html.style1 .btn-outline-danger:not(:disabled):not(.disabled).active,html.style1 .btn-outline-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#ff3030;border-color:#ff3030}.show>html.style1 .btn-outline-danger.dropdown-toggle:focus,html.style1 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,html.style1 .btn-outline-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style1 .btn-outline-light{color:#25262c;border-color:#25262c}html.style1 .btn-outline-light:hover{color:#fff;background-color:#25262c;border-color:#25262c}html.style1 .btn-outline-light.focus,html.style1 .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style1 .btn-outline-light.disabled,html.style1 .btn-outline-light:disabled{color:#25262c;background-color:transparent}.show>html.style1 .btn-outline-light.dropdown-toggle,html.style1 .btn-outline-light:not(:disabled):not(.disabled).active,html.style1 .btn-outline-light:not(:disabled):not(.disabled):active{color:#fff;background-color:#25262c;border-color:#25262c}.show>html.style1 .btn-outline-light.dropdown-toggle:focus,html.style1 .btn-outline-light:not(:disabled):not(.disabled).active:focus,html.style1 .btn-outline-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style1 .btn-outline-dark{color:#191b1f;border-color:#191b1f}html.style1 .btn-outline-dark:hover{color:#fff;background-color:#191b1f;border-color:#191b1f}html.style1 .btn-outline-dark.focus,html.style1 .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style1 .btn-outline-dark.disabled,html.style1 .btn-outline-dark:disabled{color:#191b1f;background-color:transparent}.show>html.style1 .btn-outline-dark.dropdown-toggle,html.style1 .btn-outline-dark:not(:disabled):not(.disabled).active,html.style1 .btn-outline-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#191b1f;border-color:#191b1f}.show>html.style1 .btn-outline-dark.dropdown-toggle:focus,html.style1 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,html.style1 .btn-outline-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style1 .btn-link{font-weight:400;color:#007bff;text-decoration:none}html.style1 .btn-link:hover{color:#0056b3;text-decoration:underline}html.style1 .btn-link.focus,html.style1 .btn-link:focus{text-decoration:underline}html.style1 .btn-link.disabled,html.style1 .btn-link:disabled{color:#6c757d;pointer-events:none}html.style1 .btn-group-lg>.btn,html.style1 .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style1 .btn-group-sm>.btn,html.style1 .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style1 .btn-block{display:block;width:100%}html.style1 .btn-block+.btn-block{margin-top:.5rem}html.style1 input[type=button].btn-block,html.style1 input[type=reset].btn-block,html.style1 input[type=submit].btn-block{width:100%}html.style1 .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){html.style1 .fade{transition:none}}html.style1 .fade:not(.show){opacity:0}html.style1 .collapse:not(.show){display:none}html.style1 .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){html.style1 .collapsing{transition:none}}html.style1 .collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){html.style1 .collapsing.width{transition:none}}html.style1 .dropdown,html.style1 .dropleft,html.style1 .dropright,html.style1 .dropup{position:relative}html.style1 .dropdown-toggle{white-space:nowrap}html.style1 .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}html.style1 .dropdown-toggle:empty:after{margin-left:0}html.style1 .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}html.style1 .dropdown-menu-left{right:auto;left:0}html.style1 .dropdown-menu-right{right:0;left:auto}@media(min-width:576px){html.style1 .dropdown-menu-sm-left{right:auto;left:0}html.style1 .dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){html.style1 .dropdown-menu-md-left{right:auto;left:0}html.style1 .dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){html.style1 .dropdown-menu-lg-left{right:auto;left:0}html.style1 .dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){html.style1 .dropdown-menu-xl-left{right:auto;left:0}html.style1 .dropdown-menu-xl-right{right:0;left:auto}}html.style1 .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}html.style1 .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}html.style1 .dropup .dropdown-toggle:empty:after{margin-left:0}html.style1 .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}html.style1 .dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}html.style1 .dropright .dropdown-toggle:empty:after{margin-left:0}html.style1 .dropright .dropdown-toggle:after{vertical-align:0}html.style1 .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}html.style1 .dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}html.style1 .dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}html.style1 .dropleft .dropdown-toggle:empty:after{margin-left:0}html.style1 .dropleft .dropdown-toggle:before{vertical-align:0}html.style1 .dropdown-menu[x-placement^=bottom],html.style1 .dropdown-menu[x-placement^=left],html.style1 .dropdown-menu[x-placement^=right],html.style1 .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}html.style1 .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}html.style1 .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}html.style1 .dropdown-item:focus,html.style1 .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}html.style1 .dropdown-item.active,html.style1 .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}html.style1 .dropdown-item.disabled,html.style1 .dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}html.style1 .dropdown-menu.show{display:block}html.style1 .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}html.style1 .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}html.style1 .btn-group,html.style1 .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}html.style1 .btn-group-vertical>.btn,html.style1 .btn-group>.btn{position:relative;flex:1 1 auto}html.style1 .btn-group-vertical>.btn.active,html.style1 .btn-group-vertical>.btn:active,html.style1 .btn-group-vertical>.btn:focus,html.style1 .btn-group-vertical>.btn:hover,html.style1 .btn-group>.btn.active,html.style1 .btn-group>.btn:active,html.style1 .btn-group>.btn:focus,html.style1 .btn-group>.btn:hover{z-index:1}html.style1 .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}html.style1 .btn-toolbar .input-group{width:auto}html.style1 .btn-group>.btn-group:not(:first-child),html.style1 .btn-group>.btn:not(:first-child){margin-left:-1px}html.style1 .btn-group>.btn-group:not(:last-child)>.btn,html.style1 .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}html.style1 .btn-group>.btn-group:not(:first-child)>.btn,html.style1 .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style1 .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropright html.style1 .dropdown-toggle-split:after,.dropup html.style1 .dropdown-toggle-split:after,html.style1 .dropdown-toggle-split:after{margin-left:0}.dropleft html.style1 .dropdown-toggle-split:before{margin-right:0}html.style1 .btn-group-sm>.btn+.dropdown-toggle-split,html.style1 .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}html.style1 .btn-group-lg>.btn+.dropdown-toggle-split,html.style1 .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}html.style1 .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}html.style1 .btn-group-vertical>.btn,html.style1 .btn-group-vertical>.btn-group{width:100%}html.style1 .btn-group-vertical>.btn-group:not(:first-child),html.style1 .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}html.style1 .btn-group-vertical>.btn-group:not(:last-child)>.btn,html.style1 .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}html.style1 .btn-group-vertical>.btn-group:not(:first-child)>.btn,html.style1 .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}html.style1 .btn-group-toggle>.btn,html.style1 .btn-group-toggle>.btn-group>.btn{margin-bottom:0}html.style1 .btn-group-toggle>.btn input[type=checkbox],html.style1 .btn-group-toggle>.btn input[type=radio],html.style1 .btn-group-toggle>.btn-group>.btn input[type=checkbox],html.style1 .btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}html.style1 .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}html.style1 .input-group>.custom-file,html.style1 .input-group>.custom-select,html.style1 .input-group>.form-control,html.style1 .input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}html.style1 .input-group>.custom-file+.custom-file,html.style1 .input-group>.custom-file+.custom-select,html.style1 .input-group>.custom-file+.form-control,html.style1 .input-group>.custom-select+.custom-file,html.style1 .input-group>.custom-select+.custom-select,html.style1 .input-group>.custom-select+.form-control,html.style1 .input-group>.form-control+.custom-file,html.style1 .input-group>.form-control+.custom-select,html.style1 .input-group>.form-control+.form-control,html.style1 .input-group>.form-control-plaintext+.custom-file,html.style1 .input-group>.form-control-plaintext+.custom-select,html.style1 .input-group>.form-control-plaintext+.form-control{margin-left:-1px}html.style1 .input-group>.custom-file .custom-file-input:focus~.custom-file-label,html.style1 .input-group>.custom-select:focus,html.style1 .input-group>.form-control:focus{z-index:3}html.style1 .input-group>.custom-file .custom-file-input:focus{z-index:4}html.style1 .input-group>.custom-select:not(:first-child),html.style1 .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style1 .input-group>.custom-file{display:flex;align-items:center}html.style1 .input-group>.custom-file:not(:last-child) .custom-file-label,html.style1 .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}html.style1 .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}html.style1 .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,html.style1 .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,html.style1 .input-group.has-validation>.custom-select:nth-last-child(n+3),html.style1 .input-group.has-validation>.form-control:nth-last-child(n+3),html.style1 .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,html.style1 .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,html.style1 .input-group:not(.has-validation)>.custom-select:not(:last-child),html.style1 .input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.style1 .input-group-append,html.style1 .input-group-prepend{display:flex}html.style1 .input-group-append .btn,html.style1 .input-group-prepend .btn{position:relative;z-index:2}html.style1 .input-group-append .btn:focus,html.style1 .input-group-prepend .btn:focus{z-index:3}html.style1 .input-group-append .btn+.btn,html.style1 .input-group-append .btn+.input-group-text,html.style1 .input-group-append .input-group-text+.btn,html.style1 .input-group-append .input-group-text+.input-group-text,html.style1 .input-group-prepend .btn+.btn,html.style1 .input-group-prepend .btn+.input-group-text,html.style1 .input-group-prepend .input-group-text+.btn,html.style1 .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}html.style1 .input-group-prepend{margin-right:-1px}html.style1 .input-group-append{margin-left:-1px}html.style1 .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}html.style1 .input-group-text input[type=checkbox],html.style1 .input-group-text input[type=radio]{margin-top:0}html.style1 .input-group-lg>.custom-select,html.style1 .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}html.style1 .input-group-lg>.custom-select,html.style1 .input-group-lg>.form-control,html.style1 .input-group-lg>.input-group-append>.btn,html.style1 .input-group-lg>.input-group-append>.input-group-text,html.style1 .input-group-lg>.input-group-prepend>.btn,html.style1 .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style1 .input-group-sm>.custom-select,html.style1 .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}html.style1 .input-group-sm>.custom-select,html.style1 .input-group-sm>.form-control,html.style1 .input-group-sm>.input-group-append>.btn,html.style1 .input-group-sm>.input-group-append>.input-group-text,html.style1 .input-group-sm>.input-group-prepend>.btn,html.style1 .input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style1 .input-group-lg>.custom-select,html.style1 .input-group-sm>.custom-select{padding-right:1.75rem}html.style1 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,html.style1 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,html.style1 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,html.style1 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,html.style1 .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),html.style1 .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),html.style1 .input-group>.input-group-prepend>.btn,html.style1 .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}html.style1 .input-group>.input-group-append>.btn,html.style1 .input-group>.input-group-append>.input-group-text,html.style1 .input-group>.input-group-prepend:first-child>.btn:not(:first-child),html.style1 .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),html.style1 .input-group>.input-group-prepend:not(:first-child)>.btn,html.style1 .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}html.style1 .custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}html.style1 .custom-control-inline{display:inline-flex;margin-right:1rem}html.style1 .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}html.style1 .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}html.style1 .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style1 .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}html.style1 .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}html.style1 .custom-control-input:disabled~.custom-control-label,html.style1 .custom-control-input[disabled]~.custom-control-label{color:#6c757d}html.style1 .custom-control-input:disabled~.custom-control-label:before,html.style1 .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}html.style1 .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}html.style1 .custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}html.style1 .custom-control-label:after,html.style1 .custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}html.style1 .custom-control-label:after{background:50%/50% 50% no-repeat}html.style1 .custom-checkbox .custom-control-label:before{border-radius:.25rem}html.style1 .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}html.style1 .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}html.style1 .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")}html.style1 .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style1 .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style1 .custom-radio .custom-control-label:before{border-radius:50%}html.style1 .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}html.style1 .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style1 .custom-switch{padding-left:2.25rem}html.style1 .custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}html.style1 .custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style1 .custom-switch .custom-control-label:after{transition:none}}html.style1 .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}html.style1 .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style1 .custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style1 .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style1 .custom-select:focus::-ms-value{color:#495057;background-color:#fff}html.style1 .custom-select[multiple],html.style1 .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}html.style1 .custom-select:disabled{color:#6c757d;background-color:#e9ecef}html.style1 .custom-select::-ms-expand{display:none}html.style1 .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}html.style1 .custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}html.style1 .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}html.style1 .custom-file{display:inline-block;margin-bottom:0}html.style1 .custom-file,html.style1 .custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}html.style1 .custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}html.style1 .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style1 .custom-file-input:disabled~.custom-file-label,html.style1 .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}html.style1 .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}html.style1 .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}html.style1 .custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}html.style1 .custom-file-label,html.style1 .custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}html.style1 .custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}html.style1 .custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style1 .custom-range:focus{outline:0}html.style1 .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style1 .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style1 .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style1 .custom-range::-moz-focus-outer{border:0}html.style1 .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){html.style1 .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}html.style1 .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}html.style1 .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}html.style1 .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){html.style1 .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}html.style1 .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}html.style1 .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}html.style1 .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){html.style1 .custom-range::-ms-thumb{-ms-transition:none;transition:none}}html.style1 .custom-range::-ms-thumb:active{background-color:#b3d7ff}html.style1 .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}html.style1 .custom-range::-ms-fill-lower,html.style1 .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}html.style1 .custom-range::-ms-fill-upper{margin-right:15px}html.style1 .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}html.style1 .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}html.style1 .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}html.style1 .custom-range:disabled::-moz-range-track{cursor:default}html.style1 .custom-range:disabled::-ms-thumb{background-color:#adb5bd}html.style1 .custom-control-label:before,html.style1 .custom-file-label,html.style1 .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style1 .custom-control-label:before,html.style1 .custom-file-label,html.style1 .custom-select{transition:none}}html.style1 .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}html.style1 .nav-link{display:block;padding:.5rem 1rem}html.style1 .nav-link:focus,html.style1 .nav-link:hover{text-decoration:none}html.style1 .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}html.style1 .nav-tabs{border-bottom:1px solid #dee2e6}html.style1 .nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.style1 .nav-tabs .nav-link:focus,html.style1 .nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}html.style1 .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}html.style1 .nav-tabs .nav-item.show .nav-link,html.style1 .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}html.style1 .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}html.style1 .nav-pills .nav-link{background:none;border:0;border-radius:.25rem}html.style1 .nav-pills .nav-link.active,html.style1 .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}html.style1 .nav-fill .nav-item,html.style1 .nav-fill>.nav-link{flex:1 1 auto;text-align:center}html.style1 .nav-justified .nav-item,html.style1 .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}html.style1 .tab-content>.tab-pane{display:none}html.style1 .tab-content>.active{display:block}html.style1 .navbar{position:relative;padding:.5rem 1rem}html.style1 .navbar,html.style1 .navbar .container,html.style1 .navbar .container-fluid,html.style1 .navbar .container-lg,html.style1 .navbar .container-md,html.style1 .navbar .container-sm,html.style1 .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}html.style1 .navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}html.style1 .navbar-brand:focus,html.style1 .navbar-brand:hover{text-decoration:none}html.style1 .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}html.style1 .navbar-nav .nav-link{padding-right:0;padding-left:0}html.style1 .navbar-nav .dropdown-menu{position:static;float:none}html.style1 .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}html.style1 .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}html.style1 .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}html.style1 .navbar-toggler:focus,html.style1 .navbar-toggler:hover{text-decoration:none}html.style1 .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}html.style1 .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){html.style1 .navbar-expand-sm>.container,html.style1 .navbar-expand-sm>.container-fluid,html.style1 .navbar-expand-sm>.container-lg,html.style1 .navbar-expand-sm>.container-md,html.style1 .navbar-expand-sm>.container-sm,html.style1 .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){html.style1 .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}html.style1 .navbar-expand-sm .navbar-nav{flex-direction:row}html.style1 .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}html.style1 .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 .navbar-expand-sm>.container,html.style1 .navbar-expand-sm>.container-fluid,html.style1 .navbar-expand-sm>.container-lg,html.style1 .navbar-expand-sm>.container-md,html.style1 .navbar-expand-sm>.container-sm,html.style1 .navbar-expand-sm>.container-xl{flex-wrap:nowrap}html.style1 .navbar-expand-sm .navbar-nav-scroll{overflow:visible}html.style1 .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}html.style1 .navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){html.style1 .navbar-expand-md>.container,html.style1 .navbar-expand-md>.container-fluid,html.style1 .navbar-expand-md>.container-lg,html.style1 .navbar-expand-md>.container-md,html.style1 .navbar-expand-md>.container-sm,html.style1 .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){html.style1 .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}html.style1 .navbar-expand-md .navbar-nav{flex-direction:row}html.style1 .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}html.style1 .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 .navbar-expand-md>.container,html.style1 .navbar-expand-md>.container-fluid,html.style1 .navbar-expand-md>.container-lg,html.style1 .navbar-expand-md>.container-md,html.style1 .navbar-expand-md>.container-sm,html.style1 .navbar-expand-md>.container-xl{flex-wrap:nowrap}html.style1 .navbar-expand-md .navbar-nav-scroll{overflow:visible}html.style1 .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}html.style1 .navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){html.style1 .navbar-expand-lg>.container,html.style1 .navbar-expand-lg>.container-fluid,html.style1 .navbar-expand-lg>.container-lg,html.style1 .navbar-expand-lg>.container-md,html.style1 .navbar-expand-lg>.container-sm,html.style1 .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){html.style1 .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}html.style1 .navbar-expand-lg .navbar-nav{flex-direction:row}html.style1 .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}html.style1 .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 .navbar-expand-lg>.container,html.style1 .navbar-expand-lg>.container-fluid,html.style1 .navbar-expand-lg>.container-lg,html.style1 .navbar-expand-lg>.container-md,html.style1 .navbar-expand-lg>.container-sm,html.style1 .navbar-expand-lg>.container-xl{flex-wrap:nowrap}html.style1 .navbar-expand-lg .navbar-nav-scroll{overflow:visible}html.style1 .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}html.style1 .navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){html.style1 .navbar-expand-xl>.container,html.style1 .navbar-expand-xl>.container-fluid,html.style1 .navbar-expand-xl>.container-lg,html.style1 .navbar-expand-xl>.container-md,html.style1 .navbar-expand-xl>.container-sm,html.style1 .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){html.style1 .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}html.style1 .navbar-expand-xl .navbar-nav{flex-direction:row}html.style1 .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}html.style1 .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 .navbar-expand-xl>.container,html.style1 .navbar-expand-xl>.container-fluid,html.style1 .navbar-expand-xl>.container-lg,html.style1 .navbar-expand-xl>.container-md,html.style1 .navbar-expand-xl>.container-sm,html.style1 .navbar-expand-xl>.container-xl{flex-wrap:nowrap}html.style1 .navbar-expand-xl .navbar-nav-scroll{overflow:visible}html.style1 .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}html.style1 .navbar-expand-xl .navbar-toggler{display:none}}html.style1 .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}html.style1 .navbar-expand>.container,html.style1 .navbar-expand>.container-fluid,html.style1 .navbar-expand>.container-lg,html.style1 .navbar-expand>.container-md,html.style1 .navbar-expand>.container-sm,html.style1 .navbar-expand>.container-xl{padding-right:0;padding-left:0}html.style1 .navbar-expand .navbar-nav{flex-direction:row}html.style1 .navbar-expand .navbar-nav .dropdown-menu{position:absolute}html.style1 .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 .navbar-expand>.container,html.style1 .navbar-expand>.container-fluid,html.style1 .navbar-expand>.container-lg,html.style1 .navbar-expand>.container-md,html.style1 .navbar-expand>.container-sm,html.style1 .navbar-expand>.container-xl{flex-wrap:nowrap}html.style1 .navbar-expand .navbar-nav-scroll{overflow:visible}html.style1 .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}html.style1 .navbar-expand .navbar-toggler{display:none}html.style1 .navbar-light .navbar-brand,html.style1 .navbar-light .navbar-brand:focus,html.style1 .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}html.style1 .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}html.style1 .navbar-light .navbar-nav .nav-link:focus,html.style1 .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}html.style1 .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}html.style1 .navbar-light .navbar-nav .active>.nav-link,html.style1 .navbar-light .navbar-nav .nav-link.active,html.style1 .navbar-light .navbar-nav .nav-link.show,html.style1 .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}html.style1 .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}html.style1 .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html.style1 .navbar-light .navbar-text{color:rgba(0,0,0,.5)}html.style1 .navbar-light .navbar-text a,html.style1 .navbar-light .navbar-text a:focus,html.style1 .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}html.style1 .navbar-dark .navbar-brand,html.style1 .navbar-dark .navbar-brand:focus,html.style1 .navbar-dark .navbar-brand:hover{color:#fff}html.style1 .navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}html.style1 .navbar-dark .navbar-nav .nav-link:focus,html.style1 .navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}html.style1 .navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}html.style1 .navbar-dark .navbar-nav .active>.nav-link,html.style1 .navbar-dark .navbar-nav .nav-link.active,html.style1 .navbar-dark .navbar-nav .nav-link.show,html.style1 .navbar-dark .navbar-nav .show>.nav-link{color:#fff}html.style1 .navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}html.style1 .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html.style1 .navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}html.style1 .navbar-dark .navbar-text a,html.style1 .navbar-dark .navbar-text a:focus,html.style1 .navbar-dark .navbar-text a:hover{color:#fff}html.style1 .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}html.style1 .card>hr{margin-right:0;margin-left:0}html.style1 .card>.list-group{border-top:inherit;border-bottom:inherit}html.style1 .card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style1 .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}html.style1 .card>.card-header+.list-group,html.style1 .card>.list-group+.card-footer{border-top:0}html.style1 .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}html.style1 .card-title{margin-bottom:.75rem}html.style1 .card-subtitle{margin-top:-.375rem;margin-bottom:0}html.style1 .card-text:last-child{margin-bottom:0}html.style1 .card-link:hover{text-decoration:none}html.style1 .card-link+.card-link{margin-left:1.25rem}html.style1 .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}html.style1 .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}html.style1 .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}html.style1 .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}html.style1 .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}html.style1 .card-header-pills,html.style1 .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}html.style1 .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}html.style1 .card-img,html.style1 .card-img-bottom,html.style1 .card-img-top{flex-shrink:0;width:100%}html.style1 .card-img,html.style1 .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style1 .card-img,html.style1 .card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}html.style1 .card-deck .card{margin-bottom:15px}@media(min-width:576px){html.style1 .card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}html.style1 .card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}html.style1 .card-group>.card{margin-bottom:15px}@media(min-width:576px){html.style1 .card-group{display:flex;flex-flow:row wrap}html.style1 .card-group>.card{flex:1 0;margin-bottom:0}html.style1 .card-group>.card+.card{margin-left:0;border-left:0}html.style1 .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.style1 .card-group>.card:not(:last-child) .card-header,html.style1 .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}html.style1 .card-group>.card:not(:last-child) .card-footer,html.style1 .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}html.style1 .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style1 .card-group>.card:not(:first-child) .card-header,html.style1 .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}html.style1 .card-group>.card:not(:first-child) .card-footer,html.style1 .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}html.style1 .card-columns .card{margin-bottom:.75rem}@media(min-width:576px){html.style1 .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}html.style1 .card-columns .card{display:inline-block;width:100%}}html.style1 .accordion{overflow-anchor:none}html.style1 .accordion>.card{overflow:hidden}html.style1 .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}html.style1 .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}html.style1 .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}html.style1 .breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}html.style1 .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}html.style1 .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}html.style1 .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}html.style1 .breadcrumb-item.active{color:#6c757d}html.style1 .pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}html.style1 .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}html.style1 .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}html.style1 .page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style1 .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}html.style1 .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}html.style1 .page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}html.style1 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}html.style1 .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}html.style1 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}html.style1 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}html.style1 .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}html.style1 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}html.style1 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}html.style1 .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style1 .badge{transition:none}}ahtml.style1 .badge:focus,ahtml.style1 .badge:hover{text-decoration:none}html.style1 .badge:empty{display:none}html.style1 .btn .badge{position:relative;top:-1px}html.style1 .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}html.style1 .badge-primary{color:#fff;background-color:#007bff}ahtml.style1 .badge-primary:focus,ahtml.style1 .badge-primary:hover{color:#fff;background-color:#0062cc}ahtml.style1 .badge-primary.focus,ahtml.style1 .badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style1 .badge-secondary{color:#fff;background-color:#6c757d}ahtml.style1 .badge-secondary:focus,ahtml.style1 .badge-secondary:hover{color:#fff;background-color:#545b62}ahtml.style1 .badge-secondary.focus,ahtml.style1 .badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style1 .badge-success{color:#fff;background-color:#28a745}ahtml.style1 .badge-success:focus,ahtml.style1 .badge-success:hover{color:#fff;background-color:#1e7e34}ahtml.style1 .badge-success.focus,ahtml.style1 .badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style1 .badge-info{color:#fff;background-color:#17a2b8}ahtml.style1 .badge-info:focus,ahtml.style1 .badge-info:hover{color:#fff;background-color:#117a8b}ahtml.style1 .badge-info.focus,ahtml.style1 .badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style1 .badge-warning{color:#212529;background-color:#ffc107}ahtml.style1 .badge-warning:focus,ahtml.style1 .badge-warning:hover{color:#212529;background-color:#d39e00}ahtml.style1 .badge-warning.focus,ahtml.style1 .badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style1 .badge-danger{color:#fff;background-color:#ff3030}ahtml.style1 .badge-danger:focus,ahtml.style1 .badge-danger:hover{color:#fff;background-color:#fc0000}ahtml.style1 .badge-danger.focus,ahtml.style1 .badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style1 .badge-light{color:#fff;background-color:#25262c}ahtml.style1 .badge-light:focus,ahtml.style1 .badge-light:hover{color:#fff;background-color:#0e0e10}ahtml.style1 .badge-light.focus,ahtml.style1 .badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style1 .badge-dark{color:#fff;background-color:#191b1f}ahtml.style1 .badge-dark:focus,ahtml.style1 .badge-dark:hover{color:#fff;background-color:#020203}ahtml.style1 .badge-dark.focus,ahtml.style1 .badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style1 .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media(min-width:576px){html.style1 .jumbotron{padding:4rem 2rem}}html.style1 .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}html.style1 .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}html.style1 .alert-heading{color:inherit}html.style1 .alert-link{font-weight:700}html.style1 .alert-dismissible{padding-right:4rem}html.style1 .alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}html.style1 .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}html.style1 .alert-primary hr{border-top-color:#9fcdff}html.style1 .alert-primary .alert-link{color:#002752}html.style1 .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}html.style1 .alert-secondary hr{border-top-color:#c8cbcf}html.style1 .alert-secondary .alert-link{color:#202326}html.style1 .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}html.style1 .alert-success hr{border-top-color:#b1dfbb}html.style1 .alert-success .alert-link{color:#0b2e13}html.style1 .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}html.style1 .alert-info hr{border-top-color:#abdde5}html.style1 .alert-info .alert-link{color:#062c33}html.style1 .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}html.style1 .alert-warning hr{border-top-color:#ffe8a1}html.style1 .alert-warning .alert-link{color:#533f03}html.style1 .alert-danger{color:#851919;background-color:#ffd6d6;border-color:#ffc5c5}html.style1 .alert-danger hr{border-top-color:#ffacac}html.style1 .alert-danger .alert-link{color:#5a1111}html.style1 .alert-light{color:#131417;background-color:#d3d4d5;border-color:#c2c2c4}html.style1 .alert-light hr{border-top-color:#b5b5b7}html.style1 .alert-light .alert-link{color:#000}html.style1 .alert-dark{color:#0d0e10;background-color:#d1d1d2;border-color:#bfbfc0}html.style1 .alert-dark hr{border-top-color:#b2b2b3}html.style1 .alert-dark .alert-link{color:#000}html.style1 .progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}html.style1 .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media(prefers-reduced-motion:reduce){html.style1 .progress-bar{transition:none}}html.style1 .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}html.style1 .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){html.style1 .progress-bar-animated{animation:none}}html.style1 .media{display:flex;align-items:flex-start}html.style1 .media-body{flex:1 1}html.style1 .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}html.style1 .list-group-item-action{width:100%;color:#495057;text-align:inherit}html.style1 .list-group-item-action:focus,html.style1 .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}html.style1 .list-group-item-action:active{color:#212529;background-color:#e9ecef}html.style1 .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}html.style1 .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}html.style1 .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}html.style1 .list-group-item.disabled,html.style1 .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}html.style1 .list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}html.style1 .list-group-item+html.style1 .list-group-item{border-top-width:0}html.style1 .list-group-item+html.style1 .list-group-item.active{margin-top:-1px;border-top-width:1px}html.style1 .list-group-horizontal{flex-direction:row}html.style1 .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style1 .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style1 .list-group-horizontal>.list-group-item.active{margin-top:0}html.style1 .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style1 .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){html.style1 .list-group-horizontal-sm{flex-direction:row}html.style1 .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style1 .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style1 .list-group-horizontal-sm>.list-group-item.active{margin-top:0}html.style1 .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style1 .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){html.style1 .list-group-horizontal-md{flex-direction:row}html.style1 .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style1 .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style1 .list-group-horizontal-md>.list-group-item.active{margin-top:0}html.style1 .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style1 .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){html.style1 .list-group-horizontal-lg{flex-direction:row}html.style1 .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style1 .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style1 .list-group-horizontal-lg>.list-group-item.active{margin-top:0}html.style1 .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style1 .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){html.style1 .list-group-horizontal-xl{flex-direction:row}html.style1 .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style1 .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style1 .list-group-horizontal-xl>.list-group-item.active{margin-top:0}html.style1 .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style1 .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}html.style1 .list-group-flush{border-radius:0}html.style1 .list-group-flush>.list-group-item{border-width:0 0 1px}html.style1 .list-group-flush>.list-group-item:last-child{border-bottom-width:0}html.style1 .list-group-item-primary{color:#004085;background-color:#b8daff}html.style1 .list-group-item-primary.list-group-item-action:focus,html.style1 .list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}html.style1 .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}html.style1 .list-group-item-secondary{color:#383d41;background-color:#d6d8db}html.style1 .list-group-item-secondary.list-group-item-action:focus,html.style1 .list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}html.style1 .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}html.style1 .list-group-item-success{color:#155724;background-color:#c3e6cb}html.style1 .list-group-item-success.list-group-item-action:focus,html.style1 .list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}html.style1 .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}html.style1 .list-group-item-info{color:#0c5460;background-color:#bee5eb}html.style1 .list-group-item-info.list-group-item-action:focus,html.style1 .list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}html.style1 .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}html.style1 .list-group-item-warning{color:#856404;background-color:#ffeeba}html.style1 .list-group-item-warning.list-group-item-action:focus,html.style1 .list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}html.style1 .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}html.style1 .list-group-item-danger{color:#851919;background-color:#ffc5c5}html.style1 .list-group-item-danger.list-group-item-action:focus,html.style1 .list-group-item-danger.list-group-item-action:hover{color:#851919;background-color:#ffacac}html.style1 .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#851919;border-color:#851919}html.style1 .list-group-item-light{color:#131417;background-color:#c2c2c4}html.style1 .list-group-item-light.list-group-item-action:focus,html.style1 .list-group-item-light.list-group-item-action:hover{color:#131417;background-color:#b5b5b7}html.style1 .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#131417;border-color:#131417}html.style1 .list-group-item-dark{color:#0d0e10;background-color:#bfbfc0}html.style1 .list-group-item-dark.list-group-item-action:focus,html.style1 .list-group-item-dark.list-group-item-action:hover{color:#0d0e10;background-color:#b2b2b3}html.style1 .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#0d0e10;border-color:#0d0e10}html.style1 .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}html.style1 .close:hover{color:#000;text-decoration:none}html.style1 .close:not(:disabled):not(.disabled):focus,html.style1 .close:not(:disabled):not(.disabled):hover{opacity:.75}html.style1 button.close{padding:0;background-color:transparent;border:0}html.style1 a.close.disabled{pointer-events:none}html.style1 .toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}html.style1 .toast:not(:last-child){margin-bottom:.75rem}html.style1 .toast.showing{opacity:1}html.style1 .toast.show{display:block;opacity:1}html.style1 .toast.hide{display:none}html.style1 .toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style1 .toast-body{padding:.75rem}html.style1 .modal-open{overflow:hidden}html.style1 .modal-open .modal{overflow-x:hidden;overflow-y:auto}html.style1 .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}html.style1 .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade html.style1 .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade html.style1 .modal-dialog{transition:none}}.modal.show html.style1 .modal-dialog{transform:none}.modal.modal-static html.style1 .modal-dialog{transform:scale(1.02)}html.style1 .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}html.style1 .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}html.style1 .modal-dialog-scrollable .modal-footer,html.style1 .modal-dialog-scrollable .modal-header{flex-shrink:0}html.style1 .modal-dialog-scrollable .modal-body{overflow-y:auto}html.style1 .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}html.style1 .modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}html.style1 .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}html.style1 .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}html.style1 .modal-dialog-centered.modal-dialog-scrollable:before{content:none}html.style1 .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}html.style1 .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}html.style1 .modal-backdrop.fade{opacity:0}html.style1 .modal-backdrop.show{opacity:.5}html.style1 .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #eff1f2;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html.style1 .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}html.style1 .modal-title{margin-bottom:0;line-height:1.5}html.style1 .modal-body{position:relative;flex:1 1 auto;padding:1rem}html.style1 .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #eff1f2;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}html.style1 .modal-footer>*{margin:.25rem}html.style1 .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){html.style1 .modal-dialog{max-width:500px;margin:1.75rem auto}html.style1 .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}html.style1 .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}html.style1 .modal-dialog-centered{min-height:calc(100% - 3.5rem)}html.style1 .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}html.style1 .modal-sm{max-width:300px}}@media(min-width:992px){html.style1 .modal-lg,html.style1 .modal-xl{max-width:800px}}@media(min-width:1200px){html.style1 .modal-xl{max-width:1140px}}html.style1 .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}html.style1 .tooltip.show{opacity:.9}html.style1 .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}html.style1 .tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}html.style1 .bs-tooltip-auto[x-placement^=top],html.style1 .bs-tooltip-top{padding:.4rem 0}html.style1 .bs-tooltip-auto[x-placement^=top] .arrow,html.style1 .bs-tooltip-top .arrow{bottom:0}html.style1 .bs-tooltip-auto[x-placement^=top] .arrow:before,html.style1 .bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}html.style1 .bs-tooltip-auto[x-placement^=right],html.style1 .bs-tooltip-right{padding:0 .4rem}html.style1 .bs-tooltip-auto[x-placement^=right] .arrow,html.style1 .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}html.style1 .bs-tooltip-auto[x-placement^=right] .arrow:before,html.style1 .bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}html.style1 .bs-tooltip-auto[x-placement^=bottom],html.style1 .bs-tooltip-bottom{padding:.4rem 0}html.style1 .bs-tooltip-auto[x-placement^=bottom] .arrow,html.style1 .bs-tooltip-bottom .arrow{top:0}html.style1 .bs-tooltip-auto[x-placement^=bottom] .arrow:before,html.style1 .bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}html.style1 .bs-tooltip-auto[x-placement^=left],html.style1 .bs-tooltip-left{padding:0 .4rem}html.style1 .bs-tooltip-auto[x-placement^=left] .arrow,html.style1 .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}html.style1 .bs-tooltip-auto[x-placement^=left] .arrow:before,html.style1 .bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}html.style1 .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}html.style1 .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}html.style1 .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}html.style1 .popover .arrow:after,html.style1 .popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}html.style1 .bs-popover-auto[x-placement^=top],html.style1 .bs-popover-top{margin-bottom:.5rem}html.style1 .bs-popover-auto[x-placement^=top]>.arrow,html.style1 .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}html.style1 .bs-popover-auto[x-placement^=top]>.arrow:before,html.style1 .bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}html.style1 .bs-popover-auto[x-placement^=top]>.arrow:after,html.style1 .bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}html.style1 .bs-popover-auto[x-placement^=right],html.style1 .bs-popover-right{margin-left:.5rem}html.style1 .bs-popover-auto[x-placement^=right]>.arrow,html.style1 .bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}html.style1 .bs-popover-auto[x-placement^=right]>.arrow:before,html.style1 .bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}html.style1 .bs-popover-auto[x-placement^=right]>.arrow:after,html.style1 .bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}html.style1 .bs-popover-auto[x-placement^=bottom],html.style1 .bs-popover-bottom{margin-top:.5rem}html.style1 .bs-popover-auto[x-placement^=bottom]>.arrow,html.style1 .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}html.style1 .bs-popover-auto[x-placement^=bottom]>.arrow:before,html.style1 .bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}html.style1 .bs-popover-auto[x-placement^=bottom]>.arrow:after,html.style1 .bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}html.style1 .bs-popover-auto[x-placement^=bottom] .popover-header:before,html.style1 .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}html.style1 .bs-popover-auto[x-placement^=left],html.style1 .bs-popover-left{margin-right:.5rem}html.style1 .bs-popover-auto[x-placement^=left]>.arrow,html.style1 .bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}html.style1 .bs-popover-auto[x-placement^=left]>.arrow:before,html.style1 .bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}html.style1 .bs-popover-auto[x-placement^=left]>.arrow:after,html.style1 .bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}html.style1 .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html.style1 .popover-header:empty{display:none}html.style1 .popover-body{padding:.5rem .75rem;color:#212529}html.style1 .carousel{position:relative}html.style1 .carousel.pointer-event{touch-action:pan-y}html.style1 .carousel-inner{position:relative;width:100%;overflow:hidden}html.style1 .carousel-inner:after{display:block;clear:both;content:""}html.style1 .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){html.style1 .carousel-item{transition:none}}html.style1 .carousel-item-next,html.style1 .carousel-item-prev,html.style1 .carousel-item.active{display:block}html.style1 .active.carousel-item-right,html.style1 .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}html.style1 .active.carousel-item-left,html.style1 .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}html.style1 .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}html.style1 .carousel-fade .carousel-item-next.carousel-item-left,html.style1 .carousel-fade .carousel-item-prev.carousel-item-right,html.style1 .carousel-fade .carousel-item.active{z-index:1;opacity:1}html.style1 .carousel-fade .active.carousel-item-left,html.style1 .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){html.style1 .carousel-fade .active.carousel-item-left,html.style1 .carousel-fade .active.carousel-item-right{transition:none}}html.style1 .carousel-control-next,html.style1 .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){html.style1 .carousel-control-next,html.style1 .carousel-control-prev{transition:none}}html.style1 .carousel-control-next:focus,html.style1 .carousel-control-next:hover,html.style1 .carousel-control-prev:focus,html.style1 .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}html.style1 .carousel-control-prev{left:0}html.style1 .carousel-control-next{right:0}html.style1 .carousel-control-next-icon,html.style1 .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}html.style1 .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}html.style1 .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}html.style1 .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}html.style1 .carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){html.style1 .carousel-indicators li{transition:none}}html.style1 .carousel-indicators .active{opacity:1}html.style1 .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}html.style1 .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}html.style1 .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}html.style1 .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}html.style1 .spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){html.style1 .spinner-border,html.style1 .spinner-grow{animation-duration:1.5s}}html.style1 .align-baseline{vertical-align:baseline!important}html.style1 .align-top{vertical-align:top!important}html.style1 .align-middle{vertical-align:middle!important}html.style1 .align-bottom{vertical-align:bottom!important}html.style1 .align-text-bottom{vertical-align:text-bottom!important}html.style1 .align-text-top{vertical-align:text-top!important}html.style1 .bg-primary{background-color:#007bff!important}html.style1 a.bg-primary:focus,html.style1 a.bg-primary:hover,html.style1 button.bg-primary:focus,html.style1 button.bg-primary:hover{background-color:#0062cc!important}html.style1 .bg-secondary{background-color:#6c757d!important}html.style1 a.bg-secondary:focus,html.style1 a.bg-secondary:hover,html.style1 button.bg-secondary:focus,html.style1 button.bg-secondary:hover{background-color:#545b62!important}html.style1 .bg-success{background-color:#28a745!important}html.style1 a.bg-success:focus,html.style1 a.bg-success:hover,html.style1 button.bg-success:focus,html.style1 button.bg-success:hover{background-color:#1e7e34!important}html.style1 .bg-info{background-color:#17a2b8!important}html.style1 a.bg-info:focus,html.style1 a.bg-info:hover,html.style1 button.bg-info:focus,html.style1 button.bg-info:hover{background-color:#117a8b!important}html.style1 .bg-warning{background-color:#ffc107!important}html.style1 a.bg-warning:focus,html.style1 a.bg-warning:hover,html.style1 button.bg-warning:focus,html.style1 button.bg-warning:hover{background-color:#d39e00!important}html.style1 .bg-danger{background-color:#ff3030!important}html.style1 a.bg-danger:focus,html.style1 a.bg-danger:hover,html.style1 button.bg-danger:focus,html.style1 button.bg-danger:hover{background-color:#fc0000!important}html.style1 .bg-light{background-color:#25262c!important}html.style1 a.bg-light:focus,html.style1 a.bg-light:hover,html.style1 button.bg-light:focus,html.style1 button.bg-light:hover{background-color:#0e0e10!important}html.style1 .bg-dark{background-color:#191b1f!important}html.style1 a.bg-dark:focus,html.style1 a.bg-dark:hover,html.style1 button.bg-dark:focus,html.style1 button.bg-dark:hover{background-color:#020203!important}html.style1 .bg-white{background-color:#fff!important}html.style1 .border{border:1px solid #eff1f2!important}html.style1 .border-top{border-top:1px solid #eff1f2!important}html.style1 .border-right{border-right:1px solid #eff1f2!important}html.style1 .border-bottom{border-bottom:1px solid #eff1f2!important}html.style1 .border-left{border-left:1px solid #eff1f2!important}html.style1 .border-0{border:0!important}html.style1 .border-top-0{border-top:0!important}html.style1 .border-right-0{border-right:0!important}html.style1 .border-bottom-0{border-bottom:0!important}html.style1 .border-left-0{border-left:0!important}html.style1 .border-primary{border-color:#007bff!important}html.style1 .border-secondary{border-color:#6c757d!important}html.style1 .border-success{border-color:#28a745!important}html.style1 .border-info{border-color:#17a2b8!important}html.style1 .border-warning{border-color:#ffc107!important}html.style1 .border-danger{border-color:#ff3030!important}html.style1 .border-light{border-color:#25262c!important}html.style1 .border-dark{border-color:#191b1f!important}html.style1 .border-white{border-color:#fff!important}html.style1 .rounded-sm{border-radius:.2rem!important}html.style1 .rounded{border-radius:.25rem!important}html.style1 .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}html.style1 .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}html.style1 .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}html.style1 .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}html.style1 .rounded-lg{border-radius:.3rem!important}html.style1 .rounded-circle{border-radius:50%!important}html.style1 .rounded-pill{border-radius:50rem!important}html.style1 .rounded-0{border-radius:0!important}html.style1 .clearfix:after{display:block;clear:both;content:""}html.style1 .d-none{display:none!important}html.style1 .d-inline{display:inline!important}html.style1 .d-inline-block{display:inline-block!important}html.style1 .d-block{display:block!important}html.style1 .d-table{display:table!important}html.style1 .d-table-row{display:table-row!important}html.style1 .d-table-cell{display:table-cell!important}html.style1 .d-flex{display:flex!important}html.style1 .d-inline-flex{display:inline-flex!important}@media(min-width:576px){html.style1 .d-sm-none{display:none!important}html.style1 .d-sm-inline{display:inline!important}html.style1 .d-sm-inline-block{display:inline-block!important}html.style1 .d-sm-block{display:block!important}html.style1 .d-sm-table{display:table!important}html.style1 .d-sm-table-row{display:table-row!important}html.style1 .d-sm-table-cell{display:table-cell!important}html.style1 .d-sm-flex{display:flex!important}html.style1 .d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){html.style1 .d-md-none{display:none!important}html.style1 .d-md-inline{display:inline!important}html.style1 .d-md-inline-block{display:inline-block!important}html.style1 .d-md-block{display:block!important}html.style1 .d-md-table{display:table!important}html.style1 .d-md-table-row{display:table-row!important}html.style1 .d-md-table-cell{display:table-cell!important}html.style1 .d-md-flex{display:flex!important}html.style1 .d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){html.style1 .d-lg-none{display:none!important}html.style1 .d-lg-inline{display:inline!important}html.style1 .d-lg-inline-block{display:inline-block!important}html.style1 .d-lg-block{display:block!important}html.style1 .d-lg-table{display:table!important}html.style1 .d-lg-table-row{display:table-row!important}html.style1 .d-lg-table-cell{display:table-cell!important}html.style1 .d-lg-flex{display:flex!important}html.style1 .d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){html.style1 .d-xl-none{display:none!important}html.style1 .d-xl-inline{display:inline!important}html.style1 .d-xl-inline-block{display:inline-block!important}html.style1 .d-xl-block{display:block!important}html.style1 .d-xl-table{display:table!important}html.style1 .d-xl-table-row{display:table-row!important}html.style1 .d-xl-table-cell{display:table-cell!important}html.style1 .d-xl-flex{display:flex!important}html.style1 .d-xl-inline-flex{display:inline-flex!important}}@media print{html.style1 .d-print-none{display:none!important}html.style1 .d-print-inline{display:inline!important}html.style1 .d-print-inline-block{display:inline-block!important}html.style1 .d-print-block{display:block!important}html.style1 .d-print-table{display:table!important}html.style1 .d-print-table-row{display:table-row!important}html.style1 .d-print-table-cell{display:table-cell!important}html.style1 .d-print-flex{display:flex!important}html.style1 .d-print-inline-flex{display:inline-flex!important}}html.style1 .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}html.style1 .embed-responsive:before{display:block;content:""}html.style1 .embed-responsive .embed-responsive-item,html.style1 .embed-responsive embed,html.style1 .embed-responsive iframe,html.style1 .embed-responsive object,html.style1 .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}html.style1 .embed-responsive-21by9:before{padding-top:42.85714286%}html.style1 .embed-responsive-16by9:before{padding-top:56.25%}html.style1 .embed-responsive-4by3:before{padding-top:75%}html.style1 .embed-responsive-1by1:before{padding-top:100%}html.style1 .flex-row{flex-direction:row!important}html.style1 .flex-column{flex-direction:column!important}html.style1 .flex-row-reverse{flex-direction:row-reverse!important}html.style1 .flex-column-reverse{flex-direction:column-reverse!important}html.style1 .flex-wrap{flex-wrap:wrap!important}html.style1 .flex-nowrap{flex-wrap:nowrap!important}html.style1 .flex-wrap-reverse{flex-wrap:wrap-reverse!important}html.style1 .flex-fill{flex:1 1 auto!important}html.style1 .flex-grow-0{flex-grow:0!important}html.style1 .flex-grow-1{flex-grow:1!important}html.style1 .flex-shrink-0{flex-shrink:0!important}html.style1 .flex-shrink-1{flex-shrink:1!important}html.style1 .justify-content-start{justify-content:flex-start!important}html.style1 .justify-content-end{justify-content:flex-end!important}html.style1 .justify-content-center{justify-content:center!important}html.style1 .justify-content-between{justify-content:space-between!important}html.style1 .justify-content-around{justify-content:space-around!important}html.style1 .align-items-start{align-items:flex-start!important}html.style1 .align-items-end{align-items:flex-end!important}html.style1 .align-items-center{align-items:center!important}html.style1 .align-items-baseline{align-items:baseline!important}html.style1 .align-items-stretch{align-items:stretch!important}html.style1 .align-content-start{align-content:flex-start!important}html.style1 .align-content-end{align-content:flex-end!important}html.style1 .align-content-center{align-content:center!important}html.style1 .align-content-between{align-content:space-between!important}html.style1 .align-content-around{align-content:space-around!important}html.style1 .align-content-stretch{align-content:stretch!important}html.style1 .align-self-auto{align-self:auto!important}html.style1 .align-self-start{align-self:flex-start!important}html.style1 .align-self-end{align-self:flex-end!important}html.style1 .align-self-center{align-self:center!important}html.style1 .align-self-baseline{align-self:baseline!important}html.style1 .align-self-stretch{align-self:stretch!important}@media(min-width:576px){html.style1 .flex-sm-row{flex-direction:row!important}html.style1 .flex-sm-column{flex-direction:column!important}html.style1 .flex-sm-row-reverse{flex-direction:row-reverse!important}html.style1 .flex-sm-column-reverse{flex-direction:column-reverse!important}html.style1 .flex-sm-wrap{flex-wrap:wrap!important}html.style1 .flex-sm-nowrap{flex-wrap:nowrap!important}html.style1 .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}html.style1 .flex-sm-fill{flex:1 1 auto!important}html.style1 .flex-sm-grow-0{flex-grow:0!important}html.style1 .flex-sm-grow-1{flex-grow:1!important}html.style1 .flex-sm-shrink-0{flex-shrink:0!important}html.style1 .flex-sm-shrink-1{flex-shrink:1!important}html.style1 .justify-content-sm-start{justify-content:flex-start!important}html.style1 .justify-content-sm-end{justify-content:flex-end!important}html.style1 .justify-content-sm-center{justify-content:center!important}html.style1 .justify-content-sm-between{justify-content:space-between!important}html.style1 .justify-content-sm-around{justify-content:space-around!important}html.style1 .align-items-sm-start{align-items:flex-start!important}html.style1 .align-items-sm-end{align-items:flex-end!important}html.style1 .align-items-sm-center{align-items:center!important}html.style1 .align-items-sm-baseline{align-items:baseline!important}html.style1 .align-items-sm-stretch{align-items:stretch!important}html.style1 .align-content-sm-start{align-content:flex-start!important}html.style1 .align-content-sm-end{align-content:flex-end!important}html.style1 .align-content-sm-center{align-content:center!important}html.style1 .align-content-sm-between{align-content:space-between!important}html.style1 .align-content-sm-around{align-content:space-around!important}html.style1 .align-content-sm-stretch{align-content:stretch!important}html.style1 .align-self-sm-auto{align-self:auto!important}html.style1 .align-self-sm-start{align-self:flex-start!important}html.style1 .align-self-sm-end{align-self:flex-end!important}html.style1 .align-self-sm-center{align-self:center!important}html.style1 .align-self-sm-baseline{align-self:baseline!important}html.style1 .align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){html.style1 .flex-md-row{flex-direction:row!important}html.style1 .flex-md-column{flex-direction:column!important}html.style1 .flex-md-row-reverse{flex-direction:row-reverse!important}html.style1 .flex-md-column-reverse{flex-direction:column-reverse!important}html.style1 .flex-md-wrap{flex-wrap:wrap!important}html.style1 .flex-md-nowrap{flex-wrap:nowrap!important}html.style1 .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}html.style1 .flex-md-fill{flex:1 1 auto!important}html.style1 .flex-md-grow-0{flex-grow:0!important}html.style1 .flex-md-grow-1{flex-grow:1!important}html.style1 .flex-md-shrink-0{flex-shrink:0!important}html.style1 .flex-md-shrink-1{flex-shrink:1!important}html.style1 .justify-content-md-start{justify-content:flex-start!important}html.style1 .justify-content-md-end{justify-content:flex-end!important}html.style1 .justify-content-md-center{justify-content:center!important}html.style1 .justify-content-md-between{justify-content:space-between!important}html.style1 .justify-content-md-around{justify-content:space-around!important}html.style1 .align-items-md-start{align-items:flex-start!important}html.style1 .align-items-md-end{align-items:flex-end!important}html.style1 .align-items-md-center{align-items:center!important}html.style1 .align-items-md-baseline{align-items:baseline!important}html.style1 .align-items-md-stretch{align-items:stretch!important}html.style1 .align-content-md-start{align-content:flex-start!important}html.style1 .align-content-md-end{align-content:flex-end!important}html.style1 .align-content-md-center{align-content:center!important}html.style1 .align-content-md-between{align-content:space-between!important}html.style1 .align-content-md-around{align-content:space-around!important}html.style1 .align-content-md-stretch{align-content:stretch!important}html.style1 .align-self-md-auto{align-self:auto!important}html.style1 .align-self-md-start{align-self:flex-start!important}html.style1 .align-self-md-end{align-self:flex-end!important}html.style1 .align-self-md-center{align-self:center!important}html.style1 .align-self-md-baseline{align-self:baseline!important}html.style1 .align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){html.style1 .flex-lg-row{flex-direction:row!important}html.style1 .flex-lg-column{flex-direction:column!important}html.style1 .flex-lg-row-reverse{flex-direction:row-reverse!important}html.style1 .flex-lg-column-reverse{flex-direction:column-reverse!important}html.style1 .flex-lg-wrap{flex-wrap:wrap!important}html.style1 .flex-lg-nowrap{flex-wrap:nowrap!important}html.style1 .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}html.style1 .flex-lg-fill{flex:1 1 auto!important}html.style1 .flex-lg-grow-0{flex-grow:0!important}html.style1 .flex-lg-grow-1{flex-grow:1!important}html.style1 .flex-lg-shrink-0{flex-shrink:0!important}html.style1 .flex-lg-shrink-1{flex-shrink:1!important}html.style1 .justify-content-lg-start{justify-content:flex-start!important}html.style1 .justify-content-lg-end{justify-content:flex-end!important}html.style1 .justify-content-lg-center{justify-content:center!important}html.style1 .justify-content-lg-between{justify-content:space-between!important}html.style1 .justify-content-lg-around{justify-content:space-around!important}html.style1 .align-items-lg-start{align-items:flex-start!important}html.style1 .align-items-lg-end{align-items:flex-end!important}html.style1 .align-items-lg-center{align-items:center!important}html.style1 .align-items-lg-baseline{align-items:baseline!important}html.style1 .align-items-lg-stretch{align-items:stretch!important}html.style1 .align-content-lg-start{align-content:flex-start!important}html.style1 .align-content-lg-end{align-content:flex-end!important}html.style1 .align-content-lg-center{align-content:center!important}html.style1 .align-content-lg-between{align-content:space-between!important}html.style1 .align-content-lg-around{align-content:space-around!important}html.style1 .align-content-lg-stretch{align-content:stretch!important}html.style1 .align-self-lg-auto{align-self:auto!important}html.style1 .align-self-lg-start{align-self:flex-start!important}html.style1 .align-self-lg-end{align-self:flex-end!important}html.style1 .align-self-lg-center{align-self:center!important}html.style1 .align-self-lg-baseline{align-self:baseline!important}html.style1 .align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){html.style1 .flex-xl-row{flex-direction:row!important}html.style1 .flex-xl-column{flex-direction:column!important}html.style1 .flex-xl-row-reverse{flex-direction:row-reverse!important}html.style1 .flex-xl-column-reverse{flex-direction:column-reverse!important}html.style1 .flex-xl-wrap{flex-wrap:wrap!important}html.style1 .flex-xl-nowrap{flex-wrap:nowrap!important}html.style1 .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}html.style1 .flex-xl-fill{flex:1 1 auto!important}html.style1 .flex-xl-grow-0{flex-grow:0!important}html.style1 .flex-xl-grow-1{flex-grow:1!important}html.style1 .flex-xl-shrink-0{flex-shrink:0!important}html.style1 .flex-xl-shrink-1{flex-shrink:1!important}html.style1 .justify-content-xl-start{justify-content:flex-start!important}html.style1 .justify-content-xl-end{justify-content:flex-end!important}html.style1 .justify-content-xl-center{justify-content:center!important}html.style1 .justify-content-xl-between{justify-content:space-between!important}html.style1 .justify-content-xl-around{justify-content:space-around!important}html.style1 .align-items-xl-start{align-items:flex-start!important}html.style1 .align-items-xl-end{align-items:flex-end!important}html.style1 .align-items-xl-center{align-items:center!important}html.style1 .align-items-xl-baseline{align-items:baseline!important}html.style1 .align-items-xl-stretch{align-items:stretch!important}html.style1 .align-content-xl-start{align-content:flex-start!important}html.style1 .align-content-xl-end{align-content:flex-end!important}html.style1 .align-content-xl-center{align-content:center!important}html.style1 .align-content-xl-between{align-content:space-between!important}html.style1 .align-content-xl-around{align-content:space-around!important}html.style1 .align-content-xl-stretch{align-content:stretch!important}html.style1 .align-self-xl-auto{align-self:auto!important}html.style1 .align-self-xl-start{align-self:flex-start!important}html.style1 .align-self-xl-end{align-self:flex-end!important}html.style1 .align-self-xl-center{align-self:center!important}html.style1 .align-self-xl-baseline{align-self:baseline!important}html.style1 .align-self-xl-stretch{align-self:stretch!important}}html.style1 .float-left{float:left!important}html.style1 .float-right{float:right!important}html.style1 .float-none{float:none!important}@media(min-width:576px){html.style1 .float-sm-left{float:left!important}html.style1 .float-sm-right{float:right!important}html.style1 .float-sm-none{float:none!important}}@media(min-width:768px){html.style1 .float-md-left{float:left!important}html.style1 .float-md-right{float:right!important}html.style1 .float-md-none{float:none!important}}@media(min-width:992px){html.style1 .float-lg-left{float:left!important}html.style1 .float-lg-right{float:right!important}html.style1 .float-lg-none{float:none!important}}@media(min-width:1200px){html.style1 .float-xl-left{float:left!important}html.style1 .float-xl-right{float:right!important}html.style1 .float-xl-none{float:none!important}}html.style1 .user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}html.style1 .user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}html.style1 .user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}html.style1 .overflow-auto{overflow:auto!important}html.style1 .overflow-hidden{overflow:hidden!important}html.style1 .position-static{position:static!important}html.style1 .position-relative{position:relative!important}html.style1 .position-absolute{position:absolute!important}html.style1 .position-fixed{position:fixed!important}html.style1 .position-sticky{position:-webkit-sticky!important;position:sticky!important}html.style1 .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}html.style1 .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports((position:-webkit-sticky) or (position:sticky)){html.style1 .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}html.style1 .sr-only{white-space:nowrap}html.style1 .sr-only-focusable:active,html.style1 .sr-only-focusable:focus{white-space:normal}html.style1 .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}html.style1 .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}html.style1 .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}html.style1 .shadow-none{box-shadow:none!important}html.style1 .w-25{width:25%!important}html.style1 .w-50{width:50%!important}html.style1 .w-75{width:75%!important}html.style1 .w-100{width:100%!important}html.style1 .w-auto{width:auto!important}html.style1 .h-25{height:25%!important}html.style1 .h-50{height:50%!important}html.style1 .h-75{height:75%!important}html.style1 .h-100{height:100%!important}html.style1 .h-auto{height:auto!important}html.style1 .mw-100{max-width:100%!important}html.style1 .mh-100{max-height:100%!important}html.style1 .min-vw-100{min-width:100vw!important}html.style1 .min-vh-100{min-height:100vh!important}html.style1 .vw-100{width:100vw!important}html.style1 .vh-100{height:100vh!important}html.style1 .mt-0,html.style1 .my-0{margin-top:0!important}html.style1 .mr-0,html.style1 .mx-0{margin-right:0!important}html.style1 .mb-0,html.style1 .my-0{margin-bottom:0!important}html.style1 .ml-0,html.style1 .mx-0{margin-left:0!important}html.style1 .m-1{margin:.25rem!important}html.style1 .mt-1,html.style1 .my-1{margin-top:.25rem!important}html.style1 .mr-1,html.style1 .mx-1{margin-right:.25rem!important}html.style1 .mb-1,html.style1 .my-1{margin-bottom:.25rem!important}html.style1 .ml-1,html.style1 .mx-1{margin-left:.25rem!important}html.style1 .m-2{margin:.5rem!important}html.style1 .mt-2,html.style1 .my-2{margin-top:.5rem!important}html.style1 .mr-2,html.style1 .mx-2{margin-right:.5rem!important}html.style1 .mb-2,html.style1 .my-2{margin-bottom:.5rem!important}html.style1 .ml-2,html.style1 .mx-2{margin-left:.5rem!important}html.style1 .m-3{margin:1rem!important}html.style1 .mt-3,html.style1 .my-3{margin-top:1rem!important}html.style1 .mr-3,html.style1 .mx-3{margin-right:1rem!important}html.style1 .mb-3,html.style1 .my-3{margin-bottom:1rem!important}html.style1 .ml-3,html.style1 .mx-3{margin-left:1rem!important}html.style1 .m-4{margin:1.5rem!important}html.style1 .mt-4,html.style1 .my-4{margin-top:1.5rem!important}html.style1 .mr-4,html.style1 .mx-4{margin-right:1.5rem!important}html.style1 .mb-4,html.style1 .my-4{margin-bottom:1.5rem!important}html.style1 .ml-4,html.style1 .mx-4{margin-left:1.5rem!important}html.style1 .m-5{margin:3rem!important}html.style1 .mt-5,html.style1 .my-5{margin-top:3rem!important}html.style1 .mr-5,html.style1 .mx-5{margin-right:3rem!important}html.style1 .mb-5,html.style1 .my-5{margin-bottom:3rem!important}html.style1 .ml-5,html.style1 .mx-5{margin-left:3rem!important}html.style1 .p-0{padding:0!important}html.style1 .pt-0,html.style1 .py-0{padding-top:0!important}html.style1 .pr-0,html.style1 .px-0{padding-right:0!important}html.style1 .pb-0,html.style1 .py-0{padding-bottom:0!important}html.style1 .pl-0,html.style1 .px-0{padding-left:0!important}html.style1 .p-1{padding:.25rem!important}html.style1 .pt-1,html.style1 .py-1{padding-top:.25rem!important}html.style1 .pr-1,html.style1 .px-1{padding-right:.25rem!important}html.style1 .pb-1,html.style1 .py-1{padding-bottom:.25rem!important}html.style1 .pl-1,html.style1 .px-1{padding-left:.25rem!important}html.style1 .p-2{padding:.5rem!important}html.style1 .pt-2,html.style1 .py-2{padding-top:.5rem!important}html.style1 .pr-2,html.style1 .px-2{padding-right:.5rem!important}html.style1 .pb-2,html.style1 .py-2{padding-bottom:.5rem!important}html.style1 .pl-2,html.style1 .px-2{padding-left:.5rem!important}html.style1 .p-3{padding:1rem!important}html.style1 .pt-3,html.style1 .py-3{padding-top:1rem!important}html.style1 .pr-3,html.style1 .px-3{padding-right:1rem!important}html.style1 .pb-3,html.style1 .py-3{padding-bottom:1rem!important}html.style1 .pl-3,html.style1 .px-3{padding-left:1rem!important}html.style1 .p-4{padding:1.5rem!important}html.style1 .pt-4,html.style1 .py-4{padding-top:1.5rem!important}html.style1 .pr-4,html.style1 .px-4{padding-right:1.5rem!important}html.style1 .pb-4,html.style1 .py-4{padding-bottom:1.5rem!important}html.style1 .pl-4,html.style1 .px-4{padding-left:1.5rem!important}html.style1 .p-5{padding:3rem!important}html.style1 .pt-5,html.style1 .py-5{padding-top:3rem!important}html.style1 .pr-5,html.style1 .px-5{padding-right:3rem!important}html.style1 .pb-5,html.style1 .py-5{padding-bottom:3rem!important}html.style1 .pl-5,html.style1 .px-5{padding-left:3rem!important}html.style1 .m-n1{margin:-.25rem!important}html.style1 .mt-n1,html.style1 .my-n1{margin-top:-.25rem!important}html.style1 .mr-n1,html.style1 .mx-n1{margin-right:-.25rem!important}html.style1 .mb-n1,html.style1 .my-n1{margin-bottom:-.25rem!important}html.style1 .ml-n1,html.style1 .mx-n1{margin-left:-.25rem!important}html.style1 .m-n2{margin:-.5rem!important}html.style1 .mt-n2,html.style1 .my-n2{margin-top:-.5rem!important}html.style1 .mr-n2,html.style1 .mx-n2{margin-right:-.5rem!important}html.style1 .mb-n2,html.style1 .my-n2{margin-bottom:-.5rem!important}html.style1 .ml-n2,html.style1 .mx-n2{margin-left:-.5rem!important}html.style1 .m-n3{margin:-1rem!important}html.style1 .mt-n3,html.style1 .my-n3{margin-top:-1rem!important}html.style1 .mr-n3,html.style1 .mx-n3{margin-right:-1rem!important}html.style1 .mb-n3,html.style1 .my-n3{margin-bottom:-1rem!important}html.style1 .ml-n3,html.style1 .mx-n3{margin-left:-1rem!important}html.style1 .m-n4{margin:-1.5rem!important}html.style1 .mt-n4,html.style1 .my-n4{margin-top:-1.5rem!important}html.style1 .mr-n4,html.style1 .mx-n4{margin-right:-1.5rem!important}html.style1 .mb-n4,html.style1 .my-n4{margin-bottom:-1.5rem!important}html.style1 .ml-n4,html.style1 .mx-n4{margin-left:-1.5rem!important}html.style1 .m-n5{margin:-3rem!important}html.style1 .mt-n5,html.style1 .my-n5{margin-top:-3rem!important}html.style1 .mr-n5,html.style1 .mx-n5{margin-right:-3rem!important}html.style1 .mb-n5,html.style1 .my-n5{margin-bottom:-3rem!important}html.style1 .ml-n5,html.style1 .mx-n5{margin-left:-3rem!important}html.style1 .m-auto{margin:auto!important}html.style1 .mt-auto,html.style1 .my-auto{margin-top:auto!important}html.style1 .mr-auto,html.style1 .mx-auto{margin-right:auto!important}html.style1 .mb-auto,html.style1 .my-auto{margin-bottom:auto!important}html.style1 .ml-auto,html.style1 .mx-auto{margin-left:auto!important}@media(min-width:576px){html.style1 .m-sm-0{margin:0!important}html.style1 .mt-sm-0,html.style1 .my-sm-0{margin-top:0!important}html.style1 .mr-sm-0,html.style1 .mx-sm-0{margin-right:0!important}html.style1 .mb-sm-0,html.style1 .my-sm-0{margin-bottom:0!important}html.style1 .ml-sm-0,html.style1 .mx-sm-0{margin-left:0!important}html.style1 .m-sm-1{margin:.25rem!important}html.style1 .mt-sm-1,html.style1 .my-sm-1{margin-top:.25rem!important}html.style1 .mr-sm-1,html.style1 .mx-sm-1{margin-right:.25rem!important}html.style1 .mb-sm-1,html.style1 .my-sm-1{margin-bottom:.25rem!important}html.style1 .ml-sm-1,html.style1 .mx-sm-1{margin-left:.25rem!important}html.style1 .m-sm-2{margin:.5rem!important}html.style1 .mt-sm-2,html.style1 .my-sm-2{margin-top:.5rem!important}html.style1 .mr-sm-2,html.style1 .mx-sm-2{margin-right:.5rem!important}html.style1 .mb-sm-2,html.style1 .my-sm-2{margin-bottom:.5rem!important}html.style1 .ml-sm-2,html.style1 .mx-sm-2{margin-left:.5rem!important}html.style1 .m-sm-3{margin:1rem!important}html.style1 .mt-sm-3,html.style1 .my-sm-3{margin-top:1rem!important}html.style1 .mr-sm-3,html.style1 .mx-sm-3{margin-right:1rem!important}html.style1 .mb-sm-3,html.style1 .my-sm-3{margin-bottom:1rem!important}html.style1 .ml-sm-3,html.style1 .mx-sm-3{margin-left:1rem!important}html.style1 .m-sm-4{margin:1.5rem!important}html.style1 .mt-sm-4,html.style1 .my-sm-4{margin-top:1.5rem!important}html.style1 .mr-sm-4,html.style1 .mx-sm-4{margin-right:1.5rem!important}html.style1 .mb-sm-4,html.style1 .my-sm-4{margin-bottom:1.5rem!important}html.style1 .ml-sm-4,html.style1 .mx-sm-4{margin-left:1.5rem!important}html.style1 .m-sm-5{margin:3rem!important}html.style1 .mt-sm-5,html.style1 .my-sm-5{margin-top:3rem!important}html.style1 .mr-sm-5,html.style1 .mx-sm-5{margin-right:3rem!important}html.style1 .mb-sm-5,html.style1 .my-sm-5{margin-bottom:3rem!important}html.style1 .ml-sm-5,html.style1 .mx-sm-5{margin-left:3rem!important}html.style1 .p-sm-0{padding:0!important}html.style1 .pt-sm-0,html.style1 .py-sm-0{padding-top:0!important}html.style1 .pr-sm-0,html.style1 .px-sm-0{padding-right:0!important}html.style1 .pb-sm-0,html.style1 .py-sm-0{padding-bottom:0!important}html.style1 .pl-sm-0,html.style1 .px-sm-0{padding-left:0!important}html.style1 .p-sm-1{padding:.25rem!important}html.style1 .pt-sm-1,html.style1 .py-sm-1{padding-top:.25rem!important}html.style1 .pr-sm-1,html.style1 .px-sm-1{padding-right:.25rem!important}html.style1 .pb-sm-1,html.style1 .py-sm-1{padding-bottom:.25rem!important}html.style1 .pl-sm-1,html.style1 .px-sm-1{padding-left:.25rem!important}html.style1 .p-sm-2{padding:.5rem!important}html.style1 .pt-sm-2,html.style1 .py-sm-2{padding-top:.5rem!important}html.style1 .pr-sm-2,html.style1 .px-sm-2{padding-right:.5rem!important}html.style1 .pb-sm-2,html.style1 .py-sm-2{padding-bottom:.5rem!important}html.style1 .pl-sm-2,html.style1 .px-sm-2{padding-left:.5rem!important}html.style1 .p-sm-3{padding:1rem!important}html.style1 .pt-sm-3,html.style1 .py-sm-3{padding-top:1rem!important}html.style1 .pr-sm-3,html.style1 .px-sm-3{padding-right:1rem!important}html.style1 .pb-sm-3,html.style1 .py-sm-3{padding-bottom:1rem!important}html.style1 .pl-sm-3,html.style1 .px-sm-3{padding-left:1rem!important}html.style1 .p-sm-4{padding:1.5rem!important}html.style1 .pt-sm-4,html.style1 .py-sm-4{padding-top:1.5rem!important}html.style1 .pr-sm-4,html.style1 .px-sm-4{padding-right:1.5rem!important}html.style1 .pb-sm-4,html.style1 .py-sm-4{padding-bottom:1.5rem!important}html.style1 .pl-sm-4,html.style1 .px-sm-4{padding-left:1.5rem!important}html.style1 .p-sm-5{padding:3rem!important}html.style1 .pt-sm-5,html.style1 .py-sm-5{padding-top:3rem!important}html.style1 .pr-sm-5,html.style1 .px-sm-5{padding-right:3rem!important}html.style1 .pb-sm-5,html.style1 .py-sm-5{padding-bottom:3rem!important}html.style1 .pl-sm-5,html.style1 .px-sm-5{padding-left:3rem!important}html.style1 .m-sm-n1{margin:-.25rem!important}html.style1 .mt-sm-n1,html.style1 .my-sm-n1{margin-top:-.25rem!important}html.style1 .mr-sm-n1,html.style1 .mx-sm-n1{margin-right:-.25rem!important}html.style1 .mb-sm-n1,html.style1 .my-sm-n1{margin-bottom:-.25rem!important}html.style1 .ml-sm-n1,html.style1 .mx-sm-n1{margin-left:-.25rem!important}html.style1 .m-sm-n2{margin:-.5rem!important}html.style1 .mt-sm-n2,html.style1 .my-sm-n2{margin-top:-.5rem!important}html.style1 .mr-sm-n2,html.style1 .mx-sm-n2{margin-right:-.5rem!important}html.style1 .mb-sm-n2,html.style1 .my-sm-n2{margin-bottom:-.5rem!important}html.style1 .ml-sm-n2,html.style1 .mx-sm-n2{margin-left:-.5rem!important}html.style1 .m-sm-n3{margin:-1rem!important}html.style1 .mt-sm-n3,html.style1 .my-sm-n3{margin-top:-1rem!important}html.style1 .mr-sm-n3,html.style1 .mx-sm-n3{margin-right:-1rem!important}html.style1 .mb-sm-n3,html.style1 .my-sm-n3{margin-bottom:-1rem!important}html.style1 .ml-sm-n3,html.style1 .mx-sm-n3{margin-left:-1rem!important}html.style1 .m-sm-n4{margin:-1.5rem!important}html.style1 .mt-sm-n4,html.style1 .my-sm-n4{margin-top:-1.5rem!important}html.style1 .mr-sm-n4,html.style1 .mx-sm-n4{margin-right:-1.5rem!important}html.style1 .mb-sm-n4,html.style1 .my-sm-n4{margin-bottom:-1.5rem!important}html.style1 .ml-sm-n4,html.style1 .mx-sm-n4{margin-left:-1.5rem!important}html.style1 .m-sm-n5{margin:-3rem!important}html.style1 .mt-sm-n5,html.style1 .my-sm-n5{margin-top:-3rem!important}html.style1 .mr-sm-n5,html.style1 .mx-sm-n5{margin-right:-3rem!important}html.style1 .mb-sm-n5,html.style1 .my-sm-n5{margin-bottom:-3rem!important}html.style1 .ml-sm-n5,html.style1 .mx-sm-n5{margin-left:-3rem!important}html.style1 .m-sm-auto{margin:auto!important}html.style1 .mt-sm-auto,html.style1 .my-sm-auto{margin-top:auto!important}html.style1 .mr-sm-auto,html.style1 .mx-sm-auto{margin-right:auto!important}html.style1 .mb-sm-auto,html.style1 .my-sm-auto{margin-bottom:auto!important}html.style1 .ml-sm-auto,html.style1 .mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){html.style1 .m-md-0{margin:0!important}html.style1 .mt-md-0,html.style1 .my-md-0{margin-top:0!important}html.style1 .mr-md-0,html.style1 .mx-md-0{margin-right:0!important}html.style1 .mb-md-0,html.style1 .my-md-0{margin-bottom:0!important}html.style1 .ml-md-0,html.style1 .mx-md-0{margin-left:0!important}html.style1 .m-md-1{margin:.25rem!important}html.style1 .mt-md-1,html.style1 .my-md-1{margin-top:.25rem!important}html.style1 .mr-md-1,html.style1 .mx-md-1{margin-right:.25rem!important}html.style1 .mb-md-1,html.style1 .my-md-1{margin-bottom:.25rem!important}html.style1 .ml-md-1,html.style1 .mx-md-1{margin-left:.25rem!important}html.style1 .m-md-2{margin:.5rem!important}html.style1 .mt-md-2,html.style1 .my-md-2{margin-top:.5rem!important}html.style1 .mr-md-2,html.style1 .mx-md-2{margin-right:.5rem!important}html.style1 .mb-md-2,html.style1 .my-md-2{margin-bottom:.5rem!important}html.style1 .ml-md-2,html.style1 .mx-md-2{margin-left:.5rem!important}html.style1 .m-md-3{margin:1rem!important}html.style1 .mt-md-3,html.style1 .my-md-3{margin-top:1rem!important}html.style1 .mr-md-3,html.style1 .mx-md-3{margin-right:1rem!important}html.style1 .mb-md-3,html.style1 .my-md-3{margin-bottom:1rem!important}html.style1 .ml-md-3,html.style1 .mx-md-3{margin-left:1rem!important}html.style1 .m-md-4{margin:1.5rem!important}html.style1 .mt-md-4,html.style1 .my-md-4{margin-top:1.5rem!important}html.style1 .mr-md-4,html.style1 .mx-md-4{margin-right:1.5rem!important}html.style1 .mb-md-4,html.style1 .my-md-4{margin-bottom:1.5rem!important}html.style1 .ml-md-4,html.style1 .mx-md-4{margin-left:1.5rem!important}html.style1 .m-md-5{margin:3rem!important}html.style1 .mt-md-5,html.style1 .my-md-5{margin-top:3rem!important}html.style1 .mr-md-5,html.style1 .mx-md-5{margin-right:3rem!important}html.style1 .mb-md-5,html.style1 .my-md-5{margin-bottom:3rem!important}html.style1 .ml-md-5,html.style1 .mx-md-5{margin-left:3rem!important}html.style1 .p-md-0{padding:0!important}html.style1 .pt-md-0,html.style1 .py-md-0{padding-top:0!important}html.style1 .pr-md-0,html.style1 .px-md-0{padding-right:0!important}html.style1 .pb-md-0,html.style1 .py-md-0{padding-bottom:0!important}html.style1 .pl-md-0,html.style1 .px-md-0{padding-left:0!important}html.style1 .p-md-1{padding:.25rem!important}html.style1 .pt-md-1,html.style1 .py-md-1{padding-top:.25rem!important}html.style1 .pr-md-1,html.style1 .px-md-1{padding-right:.25rem!important}html.style1 .pb-md-1,html.style1 .py-md-1{padding-bottom:.25rem!important}html.style1 .pl-md-1,html.style1 .px-md-1{padding-left:.25rem!important}html.style1 .p-md-2{padding:.5rem!important}html.style1 .pt-md-2,html.style1 .py-md-2{padding-top:.5rem!important}html.style1 .pr-md-2,html.style1 .px-md-2{padding-right:.5rem!important}html.style1 .pb-md-2,html.style1 .py-md-2{padding-bottom:.5rem!important}html.style1 .pl-md-2,html.style1 .px-md-2{padding-left:.5rem!important}html.style1 .p-md-3{padding:1rem!important}html.style1 .pt-md-3,html.style1 .py-md-3{padding-top:1rem!important}html.style1 .pr-md-3,html.style1 .px-md-3{padding-right:1rem!important}html.style1 .pb-md-3,html.style1 .py-md-3{padding-bottom:1rem!important}html.style1 .pl-md-3,html.style1 .px-md-3{padding-left:1rem!important}html.style1 .p-md-4{padding:1.5rem!important}html.style1 .pt-md-4,html.style1 .py-md-4{padding-top:1.5rem!important}html.style1 .pr-md-4,html.style1 .px-md-4{padding-right:1.5rem!important}html.style1 .pb-md-4,html.style1 .py-md-4{padding-bottom:1.5rem!important}html.style1 .pl-md-4,html.style1 .px-md-4{padding-left:1.5rem!important}html.style1 .p-md-5{padding:3rem!important}html.style1 .pt-md-5,html.style1 .py-md-5{padding-top:3rem!important}html.style1 .pr-md-5,html.style1 .px-md-5{padding-right:3rem!important}html.style1 .pb-md-5,html.style1 .py-md-5{padding-bottom:3rem!important}html.style1 .pl-md-5,html.style1 .px-md-5{padding-left:3rem!important}html.style1 .m-md-n1{margin:-.25rem!important}html.style1 .mt-md-n1,html.style1 .my-md-n1{margin-top:-.25rem!important}html.style1 .mr-md-n1,html.style1 .mx-md-n1{margin-right:-.25rem!important}html.style1 .mb-md-n1,html.style1 .my-md-n1{margin-bottom:-.25rem!important}html.style1 .ml-md-n1,html.style1 .mx-md-n1{margin-left:-.25rem!important}html.style1 .m-md-n2{margin:-.5rem!important}html.style1 .mt-md-n2,html.style1 .my-md-n2{margin-top:-.5rem!important}html.style1 .mr-md-n2,html.style1 .mx-md-n2{margin-right:-.5rem!important}html.style1 .mb-md-n2,html.style1 .my-md-n2{margin-bottom:-.5rem!important}html.style1 .ml-md-n2,html.style1 .mx-md-n2{margin-left:-.5rem!important}html.style1 .m-md-n3{margin:-1rem!important}html.style1 .mt-md-n3,html.style1 .my-md-n3{margin-top:-1rem!important}html.style1 .mr-md-n3,html.style1 .mx-md-n3{margin-right:-1rem!important}html.style1 .mb-md-n3,html.style1 .my-md-n3{margin-bottom:-1rem!important}html.style1 .ml-md-n3,html.style1 .mx-md-n3{margin-left:-1rem!important}html.style1 .m-md-n4{margin:-1.5rem!important}html.style1 .mt-md-n4,html.style1 .my-md-n4{margin-top:-1.5rem!important}html.style1 .mr-md-n4,html.style1 .mx-md-n4{margin-right:-1.5rem!important}html.style1 .mb-md-n4,html.style1 .my-md-n4{margin-bottom:-1.5rem!important}html.style1 .ml-md-n4,html.style1 .mx-md-n4{margin-left:-1.5rem!important}html.style1 .m-md-n5{margin:-3rem!important}html.style1 .mt-md-n5,html.style1 .my-md-n5{margin-top:-3rem!important}html.style1 .mr-md-n5,html.style1 .mx-md-n5{margin-right:-3rem!important}html.style1 .mb-md-n5,html.style1 .my-md-n5{margin-bottom:-3rem!important}html.style1 .ml-md-n5,html.style1 .mx-md-n5{margin-left:-3rem!important}html.style1 .m-md-auto{margin:auto!important}html.style1 .mt-md-auto,html.style1 .my-md-auto{margin-top:auto!important}html.style1 .mr-md-auto,html.style1 .mx-md-auto{margin-right:auto!important}html.style1 .mb-md-auto,html.style1 .my-md-auto{margin-bottom:auto!important}html.style1 .ml-md-auto,html.style1 .mx-md-auto{margin-left:auto!important}}@media(min-width:992px){html.style1 .m-lg-0{margin:0!important}html.style1 .mt-lg-0,html.style1 .my-lg-0{margin-top:0!important}html.style1 .mr-lg-0,html.style1 .mx-lg-0{margin-right:0!important}html.style1 .mb-lg-0,html.style1 .my-lg-0{margin-bottom:0!important}html.style1 .ml-lg-0,html.style1 .mx-lg-0{margin-left:0!important}html.style1 .m-lg-1{margin:.25rem!important}html.style1 .mt-lg-1,html.style1 .my-lg-1{margin-top:.25rem!important}html.style1 .mr-lg-1,html.style1 .mx-lg-1{margin-right:.25rem!important}html.style1 .mb-lg-1,html.style1 .my-lg-1{margin-bottom:.25rem!important}html.style1 .ml-lg-1,html.style1 .mx-lg-1{margin-left:.25rem!important}html.style1 .m-lg-2{margin:.5rem!important}html.style1 .mt-lg-2,html.style1 .my-lg-2{margin-top:.5rem!important}html.style1 .mr-lg-2,html.style1 .mx-lg-2{margin-right:.5rem!important}html.style1 .mb-lg-2,html.style1 .my-lg-2{margin-bottom:.5rem!important}html.style1 .ml-lg-2,html.style1 .mx-lg-2{margin-left:.5rem!important}html.style1 .m-lg-3{margin:1rem!important}html.style1 .mt-lg-3,html.style1 .my-lg-3{margin-top:1rem!important}html.style1 .mr-lg-3,html.style1 .mx-lg-3{margin-right:1rem!important}html.style1 .mb-lg-3,html.style1 .my-lg-3{margin-bottom:1rem!important}html.style1 .ml-lg-3,html.style1 .mx-lg-3{margin-left:1rem!important}html.style1 .m-lg-4{margin:1.5rem!important}html.style1 .mt-lg-4,html.style1 .my-lg-4{margin-top:1.5rem!important}html.style1 .mr-lg-4,html.style1 .mx-lg-4{margin-right:1.5rem!important}html.style1 .mb-lg-4,html.style1 .my-lg-4{margin-bottom:1.5rem!important}html.style1 .ml-lg-4,html.style1 .mx-lg-4{margin-left:1.5rem!important}html.style1 .m-lg-5{margin:3rem!important}html.style1 .mt-lg-5,html.style1 .my-lg-5{margin-top:3rem!important}html.style1 .mr-lg-5,html.style1 .mx-lg-5{margin-right:3rem!important}html.style1 .mb-lg-5,html.style1 .my-lg-5{margin-bottom:3rem!important}html.style1 .ml-lg-5,html.style1 .mx-lg-5{margin-left:3rem!important}html.style1 .p-lg-0{padding:0!important}html.style1 .pt-lg-0,html.style1 .py-lg-0{padding-top:0!important}html.style1 .pr-lg-0,html.style1 .px-lg-0{padding-right:0!important}html.style1 .pb-lg-0,html.style1 .py-lg-0{padding-bottom:0!important}html.style1 .pl-lg-0,html.style1 .px-lg-0{padding-left:0!important}html.style1 .p-lg-1{padding:.25rem!important}html.style1 .pt-lg-1,html.style1 .py-lg-1{padding-top:.25rem!important}html.style1 .pr-lg-1,html.style1 .px-lg-1{padding-right:.25rem!important}html.style1 .pb-lg-1,html.style1 .py-lg-1{padding-bottom:.25rem!important}html.style1 .pl-lg-1,html.style1 .px-lg-1{padding-left:.25rem!important}html.style1 .p-lg-2{padding:.5rem!important}html.style1 .pt-lg-2,html.style1 .py-lg-2{padding-top:.5rem!important}html.style1 .pr-lg-2,html.style1 .px-lg-2{padding-right:.5rem!important}html.style1 .pb-lg-2,html.style1 .py-lg-2{padding-bottom:.5rem!important}html.style1 .pl-lg-2,html.style1 .px-lg-2{padding-left:.5rem!important}html.style1 .p-lg-3{padding:1rem!important}html.style1 .pt-lg-3,html.style1 .py-lg-3{padding-top:1rem!important}html.style1 .pr-lg-3,html.style1 .px-lg-3{padding-right:1rem!important}html.style1 .pb-lg-3,html.style1 .py-lg-3{padding-bottom:1rem!important}html.style1 .pl-lg-3,html.style1 .px-lg-3{padding-left:1rem!important}html.style1 .p-lg-4{padding:1.5rem!important}html.style1 .pt-lg-4,html.style1 .py-lg-4{padding-top:1.5rem!important}html.style1 .pr-lg-4,html.style1 .px-lg-4{padding-right:1.5rem!important}html.style1 .pb-lg-4,html.style1 .py-lg-4{padding-bottom:1.5rem!important}html.style1 .pl-lg-4,html.style1 .px-lg-4{padding-left:1.5rem!important}html.style1 .p-lg-5{padding:3rem!important}html.style1 .pt-lg-5,html.style1 .py-lg-5{padding-top:3rem!important}html.style1 .pr-lg-5,html.style1 .px-lg-5{padding-right:3rem!important}html.style1 .pb-lg-5,html.style1 .py-lg-5{padding-bottom:3rem!important}html.style1 .pl-lg-5,html.style1 .px-lg-5{padding-left:3rem!important}html.style1 .m-lg-n1{margin:-.25rem!important}html.style1 .mt-lg-n1,html.style1 .my-lg-n1{margin-top:-.25rem!important}html.style1 .mr-lg-n1,html.style1 .mx-lg-n1{margin-right:-.25rem!important}html.style1 .mb-lg-n1,html.style1 .my-lg-n1{margin-bottom:-.25rem!important}html.style1 .ml-lg-n1,html.style1 .mx-lg-n1{margin-left:-.25rem!important}html.style1 .m-lg-n2{margin:-.5rem!important}html.style1 .mt-lg-n2,html.style1 .my-lg-n2{margin-top:-.5rem!important}html.style1 .mr-lg-n2,html.style1 .mx-lg-n2{margin-right:-.5rem!important}html.style1 .mb-lg-n2,html.style1 .my-lg-n2{margin-bottom:-.5rem!important}html.style1 .ml-lg-n2,html.style1 .mx-lg-n2{margin-left:-.5rem!important}html.style1 .m-lg-n3{margin:-1rem!important}html.style1 .mt-lg-n3,html.style1 .my-lg-n3{margin-top:-1rem!important}html.style1 .mr-lg-n3,html.style1 .mx-lg-n3{margin-right:-1rem!important}html.style1 .mb-lg-n3,html.style1 .my-lg-n3{margin-bottom:-1rem!important}html.style1 .ml-lg-n3,html.style1 .mx-lg-n3{margin-left:-1rem!important}html.style1 .m-lg-n4{margin:-1.5rem!important}html.style1 .mt-lg-n4,html.style1 .my-lg-n4{margin-top:-1.5rem!important}html.style1 .mr-lg-n4,html.style1 .mx-lg-n4{margin-right:-1.5rem!important}html.style1 .mb-lg-n4,html.style1 .my-lg-n4{margin-bottom:-1.5rem!important}html.style1 .ml-lg-n4,html.style1 .mx-lg-n4{margin-left:-1.5rem!important}html.style1 .m-lg-n5{margin:-3rem!important}html.style1 .mt-lg-n5,html.style1 .my-lg-n5{margin-top:-3rem!important}html.style1 .mr-lg-n5,html.style1 .mx-lg-n5{margin-right:-3rem!important}html.style1 .mb-lg-n5,html.style1 .my-lg-n5{margin-bottom:-3rem!important}html.style1 .ml-lg-n5,html.style1 .mx-lg-n5{margin-left:-3rem!important}html.style1 .m-lg-auto{margin:auto!important}html.style1 .mt-lg-auto,html.style1 .my-lg-auto{margin-top:auto!important}html.style1 .mr-lg-auto,html.style1 .mx-lg-auto{margin-right:auto!important}html.style1 .mb-lg-auto,html.style1 .my-lg-auto{margin-bottom:auto!important}html.style1 .ml-lg-auto,html.style1 .mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){html.style1 .m-xl-0{margin:0!important}html.style1 .mt-xl-0,html.style1 .my-xl-0{margin-top:0!important}html.style1 .mr-xl-0,html.style1 .mx-xl-0{margin-right:0!important}html.style1 .mb-xl-0,html.style1 .my-xl-0{margin-bottom:0!important}html.style1 .ml-xl-0,html.style1 .mx-xl-0{margin-left:0!important}html.style1 .m-xl-1{margin:.25rem!important}html.style1 .mt-xl-1,html.style1 .my-xl-1{margin-top:.25rem!important}html.style1 .mr-xl-1,html.style1 .mx-xl-1{margin-right:.25rem!important}html.style1 .mb-xl-1,html.style1 .my-xl-1{margin-bottom:.25rem!important}html.style1 .ml-xl-1,html.style1 .mx-xl-1{margin-left:.25rem!important}html.style1 .m-xl-2{margin:.5rem!important}html.style1 .mt-xl-2,html.style1 .my-xl-2{margin-top:.5rem!important}html.style1 .mr-xl-2,html.style1 .mx-xl-2{margin-right:.5rem!important}html.style1 .mb-xl-2,html.style1 .my-xl-2{margin-bottom:.5rem!important}html.style1 .ml-xl-2,html.style1 .mx-xl-2{margin-left:.5rem!important}html.style1 .m-xl-3{margin:1rem!important}html.style1 .mt-xl-3,html.style1 .my-xl-3{margin-top:1rem!important}html.style1 .mr-xl-3,html.style1 .mx-xl-3{margin-right:1rem!important}html.style1 .mb-xl-3,html.style1 .my-xl-3{margin-bottom:1rem!important}html.style1 .ml-xl-3,html.style1 .mx-xl-3{margin-left:1rem!important}html.style1 .m-xl-4{margin:1.5rem!important}html.style1 .mt-xl-4,html.style1 .my-xl-4{margin-top:1.5rem!important}html.style1 .mr-xl-4,html.style1 .mx-xl-4{margin-right:1.5rem!important}html.style1 .mb-xl-4,html.style1 .my-xl-4{margin-bottom:1.5rem!important}html.style1 .ml-xl-4,html.style1 .mx-xl-4{margin-left:1.5rem!important}html.style1 .m-xl-5{margin:3rem!important}html.style1 .mt-xl-5,html.style1 .my-xl-5{margin-top:3rem!important}html.style1 .mr-xl-5,html.style1 .mx-xl-5{margin-right:3rem!important}html.style1 .mb-xl-5,html.style1 .my-xl-5{margin-bottom:3rem!important}html.style1 .ml-xl-5,html.style1 .mx-xl-5{margin-left:3rem!important}html.style1 .p-xl-0{padding:0!important}html.style1 .pt-xl-0,html.style1 .py-xl-0{padding-top:0!important}html.style1 .pr-xl-0,html.style1 .px-xl-0{padding-right:0!important}html.style1 .pb-xl-0,html.style1 .py-xl-0{padding-bottom:0!important}html.style1 .pl-xl-0,html.style1 .px-xl-0{padding-left:0!important}html.style1 .p-xl-1{padding:.25rem!important}html.style1 .pt-xl-1,html.style1 .py-xl-1{padding-top:.25rem!important}html.style1 .pr-xl-1,html.style1 .px-xl-1{padding-right:.25rem!important}html.style1 .pb-xl-1,html.style1 .py-xl-1{padding-bottom:.25rem!important}html.style1 .pl-xl-1,html.style1 .px-xl-1{padding-left:.25rem!important}html.style1 .p-xl-2{padding:.5rem!important}html.style1 .pt-xl-2,html.style1 .py-xl-2{padding-top:.5rem!important}html.style1 .pr-xl-2,html.style1 .px-xl-2{padding-right:.5rem!important}html.style1 .pb-xl-2,html.style1 .py-xl-2{padding-bottom:.5rem!important}html.style1 .pl-xl-2,html.style1 .px-xl-2{padding-left:.5rem!important}html.style1 .p-xl-3{padding:1rem!important}html.style1 .pt-xl-3,html.style1 .py-xl-3{padding-top:1rem!important}html.style1 .pr-xl-3,html.style1 .px-xl-3{padding-right:1rem!important}html.style1 .pb-xl-3,html.style1 .py-xl-3{padding-bottom:1rem!important}html.style1 .pl-xl-3,html.style1 .px-xl-3{padding-left:1rem!important}html.style1 .p-xl-4{padding:1.5rem!important}html.style1 .pt-xl-4,html.style1 .py-xl-4{padding-top:1.5rem!important}html.style1 .pr-xl-4,html.style1 .px-xl-4{padding-right:1.5rem!important}html.style1 .pb-xl-4,html.style1 .py-xl-4{padding-bottom:1.5rem!important}html.style1 .pl-xl-4,html.style1 .px-xl-4{padding-left:1.5rem!important}html.style1 .p-xl-5{padding:3rem!important}html.style1 .pt-xl-5,html.style1 .py-xl-5{padding-top:3rem!important}html.style1 .pr-xl-5,html.style1 .px-xl-5{padding-right:3rem!important}html.style1 .pb-xl-5,html.style1 .py-xl-5{padding-bottom:3rem!important}html.style1 .pl-xl-5,html.style1 .px-xl-5{padding-left:3rem!important}html.style1 .m-xl-n1{margin:-.25rem!important}html.style1 .mt-xl-n1,html.style1 .my-xl-n1{margin-top:-.25rem!important}html.style1 .mr-xl-n1,html.style1 .mx-xl-n1{margin-right:-.25rem!important}html.style1 .mb-xl-n1,html.style1 .my-xl-n1{margin-bottom:-.25rem!important}html.style1 .ml-xl-n1,html.style1 .mx-xl-n1{margin-left:-.25rem!important}html.style1 .m-xl-n2{margin:-.5rem!important}html.style1 .mt-xl-n2,html.style1 .my-xl-n2{margin-top:-.5rem!important}html.style1 .mr-xl-n2,html.style1 .mx-xl-n2{margin-right:-.5rem!important}html.style1 .mb-xl-n2,html.style1 .my-xl-n2{margin-bottom:-.5rem!important}html.style1 .ml-xl-n2,html.style1 .mx-xl-n2{margin-left:-.5rem!important}html.style1 .m-xl-n3{margin:-1rem!important}html.style1 .mt-xl-n3,html.style1 .my-xl-n3{margin-top:-1rem!important}html.style1 .mr-xl-n3,html.style1 .mx-xl-n3{margin-right:-1rem!important}html.style1 .mb-xl-n3,html.style1 .my-xl-n3{margin-bottom:-1rem!important}html.style1 .ml-xl-n3,html.style1 .mx-xl-n3{margin-left:-1rem!important}html.style1 .m-xl-n4{margin:-1.5rem!important}html.style1 .mt-xl-n4,html.style1 .my-xl-n4{margin-top:-1.5rem!important}html.style1 .mr-xl-n4,html.style1 .mx-xl-n4{margin-right:-1.5rem!important}html.style1 .mb-xl-n4,html.style1 .my-xl-n4{margin-bottom:-1.5rem!important}html.style1 .ml-xl-n4,html.style1 .mx-xl-n4{margin-left:-1.5rem!important}html.style1 .m-xl-n5{margin:-3rem!important}html.style1 .mt-xl-n5,html.style1 .my-xl-n5{margin-top:-3rem!important}html.style1 .mr-xl-n5,html.style1 .mx-xl-n5{margin-right:-3rem!important}html.style1 .mb-xl-n5,html.style1 .my-xl-n5{margin-bottom:-3rem!important}html.style1 .ml-xl-n5,html.style1 .mx-xl-n5{margin-left:-3rem!important}html.style1 .m-xl-auto{margin:auto!important}html.style1 .mt-xl-auto,html.style1 .my-xl-auto{margin-top:auto!important}html.style1 .mr-xl-auto,html.style1 .mx-xl-auto{margin-right:auto!important}html.style1 .mb-xl-auto,html.style1 .my-xl-auto{margin-bottom:auto!important}html.style1 .ml-xl-auto,html.style1 .mx-xl-auto{margin-left:auto!important}}html.style1 .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}html.style1 .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}html.style1 .text-justify{text-align:justify!important}html.style1 .text-wrap{white-space:normal!important}html.style1 .text-nowrap{white-space:nowrap!important}html.style1 .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.style1 .text-left{text-align:left!important}html.style1 .text-right{text-align:right!important}html.style1 .text-center{text-align:center!important}@media(min-width:576px){html.style1 .text-sm-left{text-align:left!important}html.style1 .text-sm-right{text-align:right!important}html.style1 .text-sm-center{text-align:center!important}}@media(min-width:768px){html.style1 .text-md-left{text-align:left!important}html.style1 .text-md-right{text-align:right!important}html.style1 .text-md-center{text-align:center!important}}@media(min-width:992px){html.style1 .text-lg-left{text-align:left!important}html.style1 .text-lg-right{text-align:right!important}html.style1 .text-lg-center{text-align:center!important}}@media(min-width:1200px){html.style1 .text-xl-left{text-align:left!important}html.style1 .text-xl-right{text-align:right!important}html.style1 .text-xl-center{text-align:center!important}}html.style1 .text-lowercase{text-transform:lowercase!important}html.style1 .text-uppercase{text-transform:uppercase!important}html.style1 .text-capitalize{text-transform:capitalize!important}html.style1 .font-weight-light{font-weight:300!important}html.style1 .font-weight-lighter{font-weight:lighter!important}html.style1 .font-weight-normal{font-weight:400!important}html.style1 .font-weight-bold{font-weight:700!important}html.style1 .font-weight-bolder{font-weight:bolder!important}html.style1 .font-italic{font-style:italic!important}html.style1 .text-white{color:#fff!important}html.style1 .text-primary{color:#007bff!important}html.style1 a.text-primary:focus,html.style1 a.text-primary:hover{color:#0056b3!important}html.style1 .text-secondary{color:#6c757d!important}html.style1 a.text-secondary:focus,html.style1 a.text-secondary:hover{color:#494f54!important}html.style1 .text-success{color:#28a745!important}html.style1 a.text-success:focus,html.style1 a.text-success:hover{color:#19692c!important}html.style1 .text-info{color:#17a2b8!important}html.style1 a.text-info:focus,html.style1 a.text-info:hover{color:#0f6674!important}html.style1 .text-warning{color:#ffc107!important}html.style1 a.text-warning:focus,html.style1 a.text-warning:hover{color:#ba8b00!important}html.style1 .text-danger{color:#ff3030!important}html.style1 a.text-danger:focus,html.style1 a.text-danger:hover{color:#e30000!important}html.style1 .text-light{color:#25262c!important}html.style1 a.text-light:focus,html.style1 a.text-light:hover{color:#020202!important}html.style1 .text-dark{color:#191b1f!important}html.style1 a.text-dark:focus,html.style1 a.text-dark:hover{color:#000!important}html.style1 .text-body{color:#212529!important}html.style1 .text-muted{color:#6c757d!important}html.style1 .text-black-50{color:rgba(0,0,0,.5)!important}html.style1 .text-white-50{color:hsla(0,0%,100%,.5)!important}html.style1 .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}html.style1 .text-decoration-none{text-decoration:none!important}html.style1 .text-break{word-break:break-word!important;word-wrap:break-word!important}html.style1 .text-reset{color:inherit!important}html.style1 .visible{visibility:visible!important}html.style1 .invisible{visibility:hidden!important}@media print{html.style1 *,html.style1 :after,html.style1 :before{text-shadow:none!important;box-shadow:none!important}html.style1 a:not(.btn){text-decoration:underline}html.style1 abbr[title]:after{content:" (" attr(title) ")"}html.style1 pre{white-space:pre-wrap!important}html.style1 blockquote,html.style1 pre{border:1px solid #adb5bd;page-break-inside:avoid}html.style1 img,html.style1 tr{page-break-inside:avoid}html.style1 h2,html.style1 h3,html.style1 p{orphans:3;widows:3}html.style1 h2,html.style1 h3{page-break-after:avoid}@page{html.style1{size:a3}}html.style1 .container,html.style1 body{min-width:992px!important}html.style1 .navbar{display:none}html.style1 .badge{border:1px solid #000}html.style1 .table{border-collapse:collapse!important}html.style1 .table td,html.style1 .table th{background-color:#fff!important}html.style1 .table-bordered td,html.style1 .table-bordered th{border:1px solid #dee2e6!important}html.style1 .table-dark{color:inherit}html.style1 .table-dark tbody+tbody,html.style1 .table-dark td,html.style1 .table-dark th,html.style1 .table-dark thead th{border-color:#eff1f2}html.style1 .table .thead-dark th{color:inherit;border-color:#eff1f2}}html.style1 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style1 .fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}html.style1 .fa-2x{font-size:2em}html.style1 .fa-3x{font-size:3em}html.style1 .fa-4x{font-size:4em}html.style1 .fa-5x{font-size:5em}html.style1 .fa-fw{width:1.2857142857em;text-align:center}html.style1 .fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}html.style1 .fa-ul>li{position:relative}html.style1 .fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}html.style1 .fa-li.fa-lg{left:-1.8571428571em}html.style1 .fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}html.style1 .fa-pull-left{float:left}html.style1 .fa-pull-right{float:right}html.style1 .fa.fa-pull-left{margin-right:.3em}html.style1 .fa.fa-pull-right{margin-left:.3em}html.style1 .fa.pull-left{margin-right:.3em}html.style1 .fa.pull-right{margin-left:.3em}html.style1 .fa-spin{animation:fa-spin 2s linear infinite}html.style1 .fa-pulse{animation:fa-spin 1s steps(8) infinite}html.style1 .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}html.style1 .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}html.style1 .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}html.style1 .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}html.style1 .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}html.style1 :root .fa-flip-horizontal,html.style1 :root .fa-flip-vertical,html.style1 :root .fa-rotate-180,html.style1 :root .fa-rotate-270,html.style1 :root .fa-rotate-90{filter:none}html.style1 .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}html.style1 .fa-stack-1x,html.style1 .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}html.style1 .fa-stack-1x{line-height:inherit}html.style1 .fa-stack-2x{font-size:2em}html.style1 .fa-inverse{color:#fff}html.style1 .fa-glass:before{content:""}html.style1 .fa-music:before{content:""}html.style1 .fa-search:before{content:""}html.style1 .fa-envelope-o:before{content:""}html.style1 .fa-heart:before{content:""}html.style1 .fa-star:before{content:""}html.style1 .fa-star-o:before{content:""}html.style1 .fa-user:before{content:""}html.style1 .fa-film:before{content:""}html.style1 .fa-th-large:before{content:""}html.style1 .fa-th:before{content:""}html.style1 .fa-th-list:before{content:""}html.style1 .fa-check:before{content:""}html.style1 .fa-close:before,html.style1 .fa-remove:before,html.style1 .fa-times:before{content:""}html.style1 .fa-search-plus:before{content:""}html.style1 .fa-search-minus:before{content:""}html.style1 .fa-power-off:before{content:""}html.style1 .fa-signal:before{content:""}html.style1 .fa-cog:before,html.style1 .fa-gear:before{content:""}html.style1 .fa-trash-o:before{content:""}html.style1 .fa-home:before{content:""}html.style1 .fa-file-o:before{content:""}html.style1 .fa-clock-o:before{content:""}html.style1 .fa-road:before{content:""}html.style1 .fa-download:before{content:""}html.style1 .fa-arrow-circle-o-down:before{content:""}html.style1 .fa-arrow-circle-o-up:before{content:""}html.style1 .fa-inbox:before{content:""}html.style1 .fa-play-circle-o:before{content:""}html.style1 .fa-repeat:before,html.style1 .fa-rotate-right:before{content:""}html.style1 .fa-refresh:before{content:""}html.style1 .fa-list-alt:before{content:""}html.style1 .fa-lock:before{content:""}html.style1 .fa-flag:before{content:""}html.style1 .fa-headphones:before{content:""}html.style1 .fa-volume-off:before{content:""}html.style1 .fa-volume-down:before{content:""}html.style1 .fa-volume-up:before{content:""}html.style1 .fa-qrcode:before{content:""}html.style1 .fa-barcode:before{content:""}html.style1 .fa-tag:before{content:""}html.style1 .fa-tags:before{content:""}html.style1 .fa-book:before{content:""}html.style1 .fa-bookmark:before{content:""}html.style1 .fa-print:before{content:""}html.style1 .fa-camera:before{content:""}html.style1 .fa-font:before{content:""}html.style1 .fa-bold:before{content:""}html.style1 .fa-italic:before{content:""}html.style1 .fa-text-height:before{content:""}html.style1 .fa-text-width:before{content:""}html.style1 .fa-align-left:before{content:""}html.style1 .fa-align-center:before{content:""}html.style1 .fa-align-right:before{content:""}html.style1 .fa-align-justify:before{content:""}html.style1 .fa-list:before{content:""}html.style1 .fa-dedent:before,html.style1 .fa-outdent:before{content:""}html.style1 .fa-indent:before{content:""}html.style1 .fa-video-camera:before{content:""}html.style1 .fa-image:before,html.style1 .fa-photo:before,html.style1 .fa-picture-o:before{content:""}html.style1 .fa-pencil:before{content:""}html.style1 .fa-map-marker:before{content:""}html.style1 .fa-adjust:before{content:""}html.style1 .fa-tint:before{content:""}html.style1 .fa-edit:before,html.style1 .fa-pencil-square-o:before{content:""}html.style1 .fa-share-square-o:before{content:""}html.style1 .fa-check-square-o:before{content:""}html.style1 .fa-arrows:before{content:""}html.style1 .fa-step-backward:before{content:""}html.style1 .fa-fast-backward:before{content:""}html.style1 .fa-backward:before{content:""}html.style1 .fa-play:before{content:""}html.style1 .fa-pause:before{content:""}html.style1 .fa-stop:before{content:""}html.style1 .fa-forward:before{content:""}html.style1 .fa-fast-forward:before{content:""}html.style1 .fa-step-forward:before{content:""}html.style1 .fa-eject:before{content:""}html.style1 .fa-chevron-left:before{content:""}html.style1 .fa-chevron-right:before{content:""}html.style1 .fa-plus-circle:before{content:""}html.style1 .fa-minus-circle:before{content:""}html.style1 .fa-times-circle:before{content:""}html.style1 .fa-check-circle:before{content:""}html.style1 .fa-question-circle:before{content:""}html.style1 .fa-info-circle:before{content:""}html.style1 .fa-crosshairs:before{content:""}html.style1 .fa-times-circle-o:before{content:""}html.style1 .fa-check-circle-o:before{content:""}html.style1 .fa-ban:before{content:""}html.style1 .fa-arrow-left:before{content:""}html.style1 .fa-arrow-right:before{content:""}html.style1 .fa-arrow-up:before{content:""}html.style1 .fa-arrow-down:before{content:""}html.style1 .fa-mail-forward:before,html.style1 .fa-share:before{content:""}html.style1 .fa-expand:before{content:""}html.style1 .fa-compress:before{content:""}html.style1 .fa-plus:before{content:""}html.style1 .fa-minus:before{content:""}html.style1 .fa-asterisk:before{content:""}html.style1 .fa-exclamation-circle:before{content:""}html.style1 .fa-gift:before{content:""}html.style1 .fa-leaf:before{content:""}html.style1 .fa-fire:before{content:""}html.style1 .fa-eye:before{content:""}html.style1 .fa-eye-slash:before{content:""}html.style1 .fa-exclamation-triangle:before,html.style1 .fa-warning:before{content:""}html.style1 .fa-plane:before{content:""}html.style1 .fa-calendar:before{content:""}html.style1 .fa-random:before{content:""}html.style1 .fa-comment:before{content:""}html.style1 .fa-magnet:before{content:""}html.style1 .fa-chevron-up:before{content:""}html.style1 .fa-chevron-down:before{content:""}html.style1 .fa-retweet:before{content:""}html.style1 .fa-shopping-cart:before{content:""}html.style1 .fa-folder:before{content:""}html.style1 .fa-folder-open:before{content:""}html.style1 .fa-arrows-v:before{content:""}html.style1 .fa-arrows-h:before{content:""}html.style1 .fa-bar-chart-o:before,html.style1 .fa-bar-chart:before{content:""}html.style1 .fa-twitter-square:before{content:""}html.style1 .fa-facebook-square:before{content:""}html.style1 .fa-camera-retro:before{content:""}html.style1 .fa-key:before{content:""}html.style1 .fa-cogs:before,html.style1 .fa-gears:before{content:""}html.style1 .fa-comments:before{content:""}html.style1 .fa-thumbs-o-up:before{content:""}html.style1 .fa-thumbs-o-down:before{content:""}html.style1 .fa-star-half:before{content:""}html.style1 .fa-heart-o:before{content:""}html.style1 .fa-sign-out:before{content:""}html.style1 .fa-linkedin-square:before{content:""}html.style1 .fa-thumb-tack:before{content:""}html.style1 .fa-external-link:before{content:""}html.style1 .fa-sign-in:before{content:""}html.style1 .fa-trophy:before{content:""}html.style1 .fa-github-square:before{content:""}html.style1 .fa-upload:before{content:""}html.style1 .fa-lemon-o:before{content:""}html.style1 .fa-phone:before{content:""}html.style1 .fa-square-o:before{content:""}html.style1 .fa-bookmark-o:before{content:""}html.style1 .fa-phone-square:before{content:""}html.style1 .fa-twitter:before{content:""}html.style1 .fa-facebook-f:before,html.style1 .fa-facebook:before{content:""}html.style1 .fa-github:before{content:""}html.style1 .fa-unlock:before{content:""}html.style1 .fa-credit-card:before{content:""}html.style1 .fa-feed:before,html.style1 .fa-rss:before{content:""}html.style1 .fa-hdd-o:before{content:""}html.style1 .fa-bullhorn:before{content:""}html.style1 .fa-bell:before{content:""}html.style1 .fa-certificate:before{content:""}html.style1 .fa-hand-o-right:before{content:""}html.style1 .fa-hand-o-left:before{content:""}html.style1 .fa-hand-o-up:before{content:""}html.style1 .fa-hand-o-down:before{content:""}html.style1 .fa-arrow-circle-left:before{content:""}html.style1 .fa-arrow-circle-right:before{content:""}html.style1 .fa-arrow-circle-up:before{content:""}html.style1 .fa-arrow-circle-down:before{content:""}html.style1 .fa-globe:before{content:""}html.style1 .fa-wrench:before{content:""}html.style1 .fa-tasks:before{content:""}html.style1 .fa-filter:before{content:""}html.style1 .fa-briefcase:before{content:""}html.style1 .fa-arrows-alt:before{content:""}html.style1 .fa-group:before,html.style1 .fa-users:before{content:""}html.style1 .fa-chain:before,html.style1 .fa-link:before{content:""}html.style1 .fa-cloud:before{content:""}html.style1 .fa-flask:before{content:""}html.style1 .fa-cut:before,html.style1 .fa-scissors:before{content:""}html.style1 .fa-copy:before,html.style1 .fa-files-o:before{content:""}html.style1 .fa-paperclip:before{content:""}html.style1 .fa-floppy-o:before,html.style1 .fa-save:before{content:""}html.style1 .fa-square:before{content:""}html.style1 .fa-bars:before,html.style1 .fa-navicon:before,html.style1 .fa-reorder:before{content:""}html.style1 .fa-list-ul:before{content:""}html.style1 .fa-list-ol:before{content:""}html.style1 .fa-strikethrough:before{content:""}html.style1 .fa-underline:before{content:""}html.style1 .fa-table:before{content:""}html.style1 .fa-magic:before{content:""}html.style1 .fa-truck:before{content:""}html.style1 .fa-pinterest:before{content:""}html.style1 .fa-pinterest-square:before{content:""}html.style1 .fa-google-plus-square:before{content:""}html.style1 .fa-google-plus:before{content:""}html.style1 .fa-money:before{content:""}html.style1 .fa-caret-down:before{content:""}html.style1 .fa-caret-up:before{content:""}html.style1 .fa-caret-left:before{content:""}html.style1 .fa-caret-right:before{content:""}html.style1 .fa-columns:before{content:""}html.style1 .fa-sort:before,html.style1 .fa-unsorted:before{content:""}html.style1 .fa-sort-desc:before,html.style1 .fa-sort-down:before{content:""}html.style1 .fa-sort-asc:before,html.style1 .fa-sort-up:before{content:""}html.style1 .fa-envelope:before{content:""}html.style1 .fa-linkedin:before{content:""}html.style1 .fa-rotate-left:before,html.style1 .fa-undo:before{content:""}html.style1 .fa-gavel:before,html.style1 .fa-legal:before{content:""}html.style1 .fa-dashboard:before,html.style1 .fa-tachometer:before{content:""}html.style1 .fa-comment-o:before{content:""}html.style1 .fa-comments-o:before{content:""}html.style1 .fa-bolt:before,html.style1 .fa-flash:before{content:""}html.style1 .fa-sitemap:before{content:""}html.style1 .fa-umbrella:before{content:""}html.style1 .fa-clipboard:before,html.style1 .fa-paste:before{content:""}html.style1 .fa-lightbulb-o:before{content:""}html.style1 .fa-exchange:before{content:""}html.style1 .fa-cloud-download:before{content:""}html.style1 .fa-cloud-upload:before{content:""}html.style1 .fa-user-md:before{content:""}html.style1 .fa-stethoscope:before{content:""}html.style1 .fa-suitcase:before{content:""}html.style1 .fa-bell-o:before{content:""}html.style1 .fa-coffee:before{content:""}html.style1 .fa-cutlery:before{content:""}html.style1 .fa-file-text-o:before{content:""}html.style1 .fa-building-o:before{content:""}html.style1 .fa-hospital-o:before{content:""}html.style1 .fa-ambulance:before{content:""}html.style1 .fa-medkit:before{content:""}html.style1 .fa-fighter-jet:before{content:""}html.style1 .fa-beer:before{content:""}html.style1 .fa-h-square:before{content:""}html.style1 .fa-plus-square:before{content:""}html.style1 .fa-angle-double-left:before{content:""}html.style1 .fa-angle-double-right:before{content:""}html.style1 .fa-angle-double-up:before{content:""}html.style1 .fa-angle-double-down:before{content:""}html.style1 .fa-angle-left:before{content:""}html.style1 .fa-angle-right:before{content:""}html.style1 .fa-angle-up:before{content:""}html.style1 .fa-angle-down:before{content:""}html.style1 .fa-desktop:before{content:""}html.style1 .fa-laptop:before{content:""}html.style1 .fa-tablet:before{content:""}html.style1 .fa-mobile-phone:before,html.style1 .fa-mobile:before{content:""}html.style1 .fa-circle-o:before{content:""}html.style1 .fa-quote-left:before{content:""}html.style1 .fa-quote-right:before{content:""}html.style1 .fa-spinner:before{content:""}html.style1 .fa-circle:before{content:""}html.style1 .fa-mail-reply:before,html.style1 .fa-reply:before{content:""}html.style1 .fa-github-alt:before{content:""}html.style1 .fa-folder-o:before{content:""}html.style1 .fa-folder-open-o:before{content:""}html.style1 .fa-smile-o:before{content:""}html.style1 .fa-frown-o:before{content:""}html.style1 .fa-meh-o:before{content:""}html.style1 .fa-gamepad:before{content:""}html.style1 .fa-keyboard-o:before{content:""}html.style1 .fa-flag-o:before{content:""}html.style1 .fa-flag-checkered:before{content:""}html.style1 .fa-terminal:before{content:""}html.style1 .fa-code:before{content:""}html.style1 .fa-mail-reply-all:before,html.style1 .fa-reply-all:before{content:""}html.style1 .fa-star-half-empty:before,html.style1 .fa-star-half-full:before,html.style1 .fa-star-half-o:before{content:""}html.style1 .fa-location-arrow:before{content:""}html.style1 .fa-crop:before{content:""}html.style1 .fa-code-fork:before{content:""}html.style1 .fa-chain-broken:before,html.style1 .fa-unlink:before{content:""}html.style1 .fa-question:before{content:""}html.style1 .fa-info:before{content:""}html.style1 .fa-exclamation:before{content:""}html.style1 .fa-superscript:before{content:""}html.style1 .fa-subscript:before{content:""}html.style1 .fa-eraser:before{content:""}html.style1 .fa-puzzle-piece:before{content:""}html.style1 .fa-microphone:before{content:""}html.style1 .fa-microphone-slash:before{content:""}html.style1 .fa-shield:before{content:""}html.style1 .fa-calendar-o:before{content:""}html.style1 .fa-fire-extinguisher:before{content:""}html.style1 .fa-rocket:before{content:""}html.style1 .fa-maxcdn:before{content:""}html.style1 .fa-chevron-circle-left:before{content:""}html.style1 .fa-chevron-circle-right:before{content:""}html.style1 .fa-chevron-circle-up:before{content:""}html.style1 .fa-chevron-circle-down:before{content:""}html.style1 .fa-html5:before{content:""}html.style1 .fa-css3:before{content:""}html.style1 .fa-anchor:before{content:""}html.style1 .fa-unlock-alt:before{content:""}html.style1 .fa-bullseye:before{content:""}html.style1 .fa-ellipsis-h:before{content:""}html.style1 .fa-ellipsis-v:before{content:""}html.style1 .fa-rss-square:before{content:""}html.style1 .fa-play-circle:before{content:""}html.style1 .fa-ticket:before{content:""}html.style1 .fa-minus-square:before{content:""}html.style1 .fa-minus-square-o:before{content:""}html.style1 .fa-level-up:before{content:""}html.style1 .fa-level-down:before{content:""}html.style1 .fa-check-square:before{content:""}html.style1 .fa-pencil-square:before{content:""}html.style1 .fa-external-link-square:before{content:""}html.style1 .fa-share-square:before{content:""}html.style1 .fa-compass:before{content:""}html.style1 .fa-caret-square-o-down:before,html.style1 .fa-toggle-down:before{content:""}html.style1 .fa-caret-square-o-up:before,html.style1 .fa-toggle-up:before{content:""}html.style1 .fa-caret-square-o-right:before,html.style1 .fa-toggle-right:before{content:""}html.style1 .fa-eur:before,html.style1 .fa-euro:before{content:""}html.style1 .fa-gbp:before{content:""}html.style1 .fa-dollar:before,html.style1 .fa-usd:before{content:""}html.style1 .fa-inr:before,html.style1 .fa-rupee:before{content:""}html.style1 .fa-cny:before,html.style1 .fa-jpy:before,html.style1 .fa-rmb:before,html.style1 .fa-yen:before{content:""}html.style1 .fa-rouble:before,html.style1 .fa-rub:before,html.style1 .fa-ruble:before{content:""}html.style1 .fa-krw:before,html.style1 .fa-won:before{content:""}html.style1 .fa-bitcoin:before,html.style1 .fa-btc:before{content:""}html.style1 .fa-file:before{content:""}html.style1 .fa-file-text:before{content:""}html.style1 .fa-sort-alpha-asc:before{content:""}html.style1 .fa-sort-alpha-desc:before{content:""}html.style1 .fa-sort-amount-asc:before{content:""}html.style1 .fa-sort-amount-desc:before{content:""}html.style1 .fa-sort-numeric-asc:before{content:""}html.style1 .fa-sort-numeric-desc:before{content:""}html.style1 .fa-thumbs-up:before{content:""}html.style1 .fa-thumbs-down:before{content:""}html.style1 .fa-youtube-square:before{content:""}html.style1 .fa-youtube:before{content:""}html.style1 .fa-xing:before{content:""}html.style1 .fa-xing-square:before{content:""}html.style1 .fa-youtube-play:before{content:""}html.style1 .fa-dropbox:before{content:""}html.style1 .fa-stack-overflow:before{content:""}html.style1 .fa-instagram:before{content:""}html.style1 .fa-flickr:before{content:""}html.style1 .fa-adn:before{content:""}html.style1 .fa-bitbucket:before{content:""}html.style1 .fa-bitbucket-square:before{content:""}html.style1 .fa-tumblr:before{content:""}html.style1 .fa-tumblr-square:before{content:""}html.style1 .fa-long-arrow-down:before{content:""}html.style1 .fa-long-arrow-up:before{content:""}html.style1 .fa-long-arrow-left:before{content:""}html.style1 .fa-long-arrow-right:before{content:""}html.style1 .fa-apple:before{content:""}html.style1 .fa-windows:before{content:""}html.style1 .fa-android:before{content:""}html.style1 .fa-linux:before{content:""}html.style1 .fa-dribbble:before{content:""}html.style1 .fa-skype:before{content:""}html.style1 .fa-foursquare:before{content:""}html.style1 .fa-trello:before{content:""}html.style1 .fa-female:before{content:""}html.style1 .fa-male:before{content:""}html.style1 .fa-gittip:before,html.style1 .fa-gratipay:before{content:""}html.style1 .fa-sun-o:before{content:""}html.style1 .fa-moon-o:before{content:""}html.style1 .fa-archive:before{content:""}html.style1 .fa-bug:before{content:""}html.style1 .fa-vk:before{content:""}html.style1 .fa-weibo:before{content:""}html.style1 .fa-renren:before{content:""}html.style1 .fa-pagelines:before{content:""}html.style1 .fa-stack-exchange:before{content:""}html.style1 .fa-arrow-circle-o-right:before{content:""}html.style1 .fa-arrow-circle-o-left:before{content:""}html.style1 .fa-caret-square-o-left:before,html.style1 .fa-toggle-left:before{content:""}html.style1 .fa-dot-circle-o:before{content:""}html.style1 .fa-wheelchair:before{content:""}html.style1 .fa-vimeo-square:before{content:""}html.style1 .fa-try:before,html.style1 .fa-turkish-lira:before{content:""}html.style1 .fa-plus-square-o:before{content:""}html.style1 .fa-space-shuttle:before{content:""}html.style1 .fa-slack:before{content:""}html.style1 .fa-envelope-square:before{content:""}html.style1 .fa-wordpress:before{content:""}html.style1 .fa-openid:before{content:""}html.style1 .fa-bank:before,html.style1 .fa-institution:before,html.style1 .fa-university:before{content:""}html.style1 .fa-graduation-cap:before,html.style1 .fa-mortar-board:before{content:""}html.style1 .fa-yahoo:before{content:""}html.style1 .fa-google:before{content:""}html.style1 .fa-reddit:before{content:""}html.style1 .fa-reddit-square:before{content:""}html.style1 .fa-stumbleupon-circle:before{content:""}html.style1 .fa-stumbleupon:before{content:""}html.style1 .fa-delicious:before{content:""}html.style1 .fa-digg:before{content:""}html.style1 .fa-pied-piper-pp:before{content:""}html.style1 .fa-pied-piper-alt:before{content:""}html.style1 .fa-drupal:before{content:""}html.style1 .fa-joomla:before{content:""}html.style1 .fa-language:before{content:""}html.style1 .fa-fax:before{content:""}html.style1 .fa-building:before{content:""}html.style1 .fa-child:before{content:""}html.style1 .fa-paw:before{content:""}html.style1 .fa-spoon:before{content:""}html.style1 .fa-cube:before{content:""}html.style1 .fa-cubes:before{content:""}html.style1 .fa-behance:before{content:""}html.style1 .fa-behance-square:before{content:""}html.style1 .fa-steam:before{content:""}html.style1 .fa-steam-square:before{content:""}html.style1 .fa-recycle:before{content:""}html.style1 .fa-automobile:before,html.style1 .fa-car:before{content:""}html.style1 .fa-cab:before,html.style1 .fa-taxi:before{content:""}html.style1 .fa-tree:before{content:""}html.style1 .fa-spotify:before{content:""}html.style1 .fa-deviantart:before{content:""}html.style1 .fa-soundcloud:before{content:""}html.style1 .fa-database:before{content:""}html.style1 .fa-file-pdf-o:before{content:""}html.style1 .fa-file-word-o:before{content:""}html.style1 .fa-file-excel-o:before{content:""}html.style1 .fa-file-powerpoint-o:before{content:""}html.style1 .fa-file-image-o:before,html.style1 .fa-file-photo-o:before,html.style1 .fa-file-picture-o:before{content:""}html.style1 .fa-file-archive-o:before,html.style1 .fa-file-zip-o:before{content:""}html.style1 .fa-file-audio-o:before,html.style1 .fa-file-sound-o:before{content:""}html.style1 .fa-file-movie-o:before,html.style1 .fa-file-video-o:before{content:""}html.style1 .fa-file-code-o:before{content:""}html.style1 .fa-vine:before{content:""}html.style1 .fa-codepen:before{content:""}html.style1 .fa-jsfiddle:before{content:""}html.style1 .fa-life-bouy:before,html.style1 .fa-life-buoy:before,html.style1 .fa-life-ring:before,html.style1 .fa-life-saver:before,html.style1 .fa-support:before{content:""}html.style1 .fa-circle-o-notch:before{content:""}html.style1 .fa-ra:before,html.style1 .fa-rebel:before,html.style1 .fa-resistance:before{content:""}html.style1 .fa-empire:before,html.style1 .fa-ge:before{content:""}html.style1 .fa-git-square:before{content:""}html.style1 .fa-git:before{content:""}html.style1 .fa-hacker-news:before,html.style1 .fa-y-combinator-square:before,html.style1 .fa-yc-square:before{content:""}html.style1 .fa-tencent-weibo:before{content:""}html.style1 .fa-qq:before{content:""}html.style1 .fa-wechat:before,html.style1 .fa-weixin:before{content:""}html.style1 .fa-paper-plane:before,html.style1 .fa-send:before{content:""}html.style1 .fa-paper-plane-o:before,html.style1 .fa-send-o:before{content:""}html.style1 .fa-history:before{content:""}html.style1 .fa-circle-thin:before{content:""}html.style1 .fa-header:before{content:""}html.style1 .fa-paragraph:before{content:""}html.style1 .fa-sliders:before{content:""}html.style1 .fa-share-alt:before{content:""}html.style1 .fa-share-alt-square:before{content:""}html.style1 .fa-bomb:before{content:""}html.style1 .fa-futbol-o:before,html.style1 .fa-soccer-ball-o:before{content:""}html.style1 .fa-tty:before{content:""}html.style1 .fa-binoculars:before{content:""}html.style1 .fa-plug:before{content:""}html.style1 .fa-slideshare:before{content:""}html.style1 .fa-twitch:before{content:""}html.style1 .fa-yelp:before{content:""}html.style1 .fa-newspaper-o:before{content:""}html.style1 .fa-wifi:before{content:""}html.style1 .fa-calculator:before{content:""}html.style1 .fa-paypal:before{content:""}html.style1 .fa-google-wallet:before{content:""}html.style1 .fa-cc-visa:before{content:""}html.style1 .fa-cc-mastercard:before{content:""}html.style1 .fa-cc-discover:before{content:""}html.style1 .fa-cc-amex:before{content:""}html.style1 .fa-cc-paypal:before{content:""}html.style1 .fa-cc-stripe:before{content:""}html.style1 .fa-bell-slash:before{content:""}html.style1 .fa-bell-slash-o:before{content:""}html.style1 .fa-trash:before{content:""}html.style1 .fa-copyright:before{content:""}html.style1 .fa-at:before{content:""}html.style1 .fa-eyedropper:before{content:""}html.style1 .fa-paint-brush:before{content:""}html.style1 .fa-birthday-cake:before{content:""}html.style1 .fa-area-chart:before{content:""}html.style1 .fa-pie-chart:before{content:""}html.style1 .fa-line-chart:before{content:""}html.style1 .fa-lastfm:before{content:""}html.style1 .fa-lastfm-square:before{content:""}html.style1 .fa-toggle-off:before{content:""}html.style1 .fa-toggle-on:before{content:""}html.style1 .fa-bicycle:before{content:""}html.style1 .fa-bus:before{content:""}html.style1 .fa-ioxhost:before{content:""}html.style1 .fa-angellist:before{content:""}html.style1 .fa-cc:before{content:""}html.style1 .fa-ils:before,html.style1 .fa-shekel:before,html.style1 .fa-sheqel:before{content:""}html.style1 .fa-meanpath:before{content:""}html.style1 .fa-buysellads:before{content:""}html.style1 .fa-connectdevelop:before{content:""}html.style1 .fa-dashcube:before{content:""}html.style1 .fa-forumbee:before{content:""}html.style1 .fa-leanpub:before{content:""}html.style1 .fa-sellsy:before{content:""}html.style1 .fa-shirtsinbulk:before{content:""}html.style1 .fa-simplybuilt:before{content:""}html.style1 .fa-skyatlas:before{content:""}html.style1 .fa-cart-plus:before{content:""}html.style1 .fa-cart-arrow-down:before{content:""}html.style1 .fa-diamond:before{content:""}html.style1 .fa-ship:before{content:""}html.style1 .fa-user-secret:before{content:""}html.style1 .fa-motorcycle:before{content:""}html.style1 .fa-street-view:before{content:""}html.style1 .fa-heartbeat:before{content:""}html.style1 .fa-venus:before{content:""}html.style1 .fa-mars:before{content:""}html.style1 .fa-mercury:before{content:""}html.style1 .fa-intersex:before,html.style1 .fa-transgender:before{content:""}html.style1 .fa-transgender-alt:before{content:""}html.style1 .fa-venus-double:before{content:""}html.style1 .fa-mars-double:before{content:""}html.style1 .fa-venus-mars:before{content:""}html.style1 .fa-mars-stroke:before{content:""}html.style1 .fa-mars-stroke-v:before{content:""}html.style1 .fa-mars-stroke-h:before{content:""}html.style1 .fa-neuter:before{content:""}html.style1 .fa-genderless:before{content:""}html.style1 .fa-facebook-official:before{content:""}html.style1 .fa-pinterest-p:before{content:""}html.style1 .fa-whatsapp:before{content:""}html.style1 .fa-server:before{content:""}html.style1 .fa-user-plus:before{content:""}html.style1 .fa-user-times:before{content:""}html.style1 .fa-bed:before,html.style1 .fa-hotel:before{content:""}html.style1 .fa-viacoin:before{content:""}html.style1 .fa-train:before{content:""}html.style1 .fa-subway:before{content:""}html.style1 .fa-medium:before{content:""}html.style1 .fa-y-combinator:before,html.style1 .fa-yc:before{content:""}html.style1 .fa-optin-monster:before{content:""}html.style1 .fa-opencart:before{content:""}html.style1 .fa-expeditedssl:before{content:""}html.style1 .fa-battery-4:before,html.style1 .fa-battery-full:before,html.style1 .fa-battery:before{content:""}html.style1 .fa-battery-3:before,html.style1 .fa-battery-three-quarters:before{content:""}html.style1 .fa-battery-2:before,html.style1 .fa-battery-half:before{content:""}html.style1 .fa-battery-1:before,html.style1 .fa-battery-quarter:before{content:""}html.style1 .fa-battery-0:before,html.style1 .fa-battery-empty:before{content:""}html.style1 .fa-mouse-pointer:before{content:""}html.style1 .fa-i-cursor:before{content:""}html.style1 .fa-object-group:before{content:""}html.style1 .fa-object-ungroup:before{content:""}html.style1 .fa-sticky-note:before{content:""}html.style1 .fa-sticky-note-o:before{content:""}html.style1 .fa-cc-jcb:before{content:""}html.style1 .fa-cc-diners-club:before{content:""}html.style1 .fa-clone:before{content:""}html.style1 .fa-balance-scale:before{content:""}html.style1 .fa-hourglass-o:before{content:""}html.style1 .fa-hourglass-1:before,html.style1 .fa-hourglass-start:before{content:""}html.style1 .fa-hourglass-2:before,html.style1 .fa-hourglass-half:before{content:""}html.style1 .fa-hourglass-3:before,html.style1 .fa-hourglass-end:before{content:""}html.style1 .fa-hourglass:before{content:""}html.style1 .fa-hand-grab-o:before,html.style1 .fa-hand-rock-o:before{content:""}html.style1 .fa-hand-paper-o:before,html.style1 .fa-hand-stop-o:before{content:""}html.style1 .fa-hand-scissors-o:before{content:""}html.style1 .fa-hand-lizard-o:before{content:""}html.style1 .fa-hand-spock-o:before{content:""}html.style1 .fa-hand-pointer-o:before{content:""}html.style1 .fa-hand-peace-o:before{content:""}html.style1 .fa-trademark:before{content:""}html.style1 .fa-registered:before{content:""}html.style1 .fa-creative-commons:before{content:""}html.style1 .fa-gg:before{content:""}html.style1 .fa-gg-circle:before{content:""}html.style1 .fa-tripadvisor:before{content:""}html.style1 .fa-odnoklassniki:before{content:""}html.style1 .fa-odnoklassniki-square:before{content:""}html.style1 .fa-get-pocket:before{content:""}html.style1 .fa-wikipedia-w:before{content:""}html.style1 .fa-safari:before{content:""}html.style1 .fa-chrome:before{content:""}html.style1 .fa-firefox:before{content:""}html.style1 .fa-opera:before{content:""}html.style1 .fa-internet-explorer:before{content:""}html.style1 .fa-television:before,html.style1 .fa-tv:before{content:""}html.style1 .fa-contao:before{content:""}html.style1 .fa-500px:before{content:""}html.style1 .fa-amazon:before{content:""}html.style1 .fa-calendar-plus-o:before{content:""}html.style1 .fa-calendar-minus-o:before{content:""}html.style1 .fa-calendar-times-o:before{content:""}html.style1 .fa-calendar-check-o:before{content:""}html.style1 .fa-industry:before{content:""}html.style1 .fa-map-pin:before{content:""}html.style1 .fa-map-signs:before{content:""}html.style1 .fa-map-o:before{content:""}html.style1 .fa-map:before{content:""}html.style1 .fa-commenting:before{content:""}html.style1 .fa-commenting-o:before{content:""}html.style1 .fa-houzz:before{content:""}html.style1 .fa-vimeo:before{content:""}html.style1 .fa-black-tie:before{content:""}html.style1 .fa-fonticons:before{content:""}html.style1 .fa-reddit-alien:before{content:""}html.style1 .fa-edge:before{content:""}html.style1 .fa-credit-card-alt:before{content:""}html.style1 .fa-codiepie:before{content:""}html.style1 .fa-modx:before{content:""}html.style1 .fa-fort-awesome:before{content:""}html.style1 .fa-usb:before{content:""}html.style1 .fa-product-hunt:before{content:""}html.style1 .fa-mixcloud:before{content:""}html.style1 .fa-scribd:before{content:""}html.style1 .fa-pause-circle:before{content:""}html.style1 .fa-pause-circle-o:before{content:""}html.style1 .fa-stop-circle:before{content:""}html.style1 .fa-stop-circle-o:before{content:""}html.style1 .fa-shopping-bag:before{content:""}html.style1 .fa-shopping-basket:before{content:""}html.style1 .fa-hashtag:before{content:""}html.style1 .fa-bluetooth:before{content:""}html.style1 .fa-bluetooth-b:before{content:""}html.style1 .fa-percent:before{content:""}html.style1 .fa-gitlab:before{content:""}html.style1 .fa-wpbeginner:before{content:""}html.style1 .fa-wpforms:before{content:""}html.style1 .fa-envira:before{content:""}html.style1 .fa-universal-access:before{content:""}html.style1 .fa-wheelchair-alt:before{content:""}html.style1 .fa-question-circle-o:before{content:""}html.style1 .fa-blind:before{content:""}html.style1 .fa-audio-description:before{content:""}html.style1 .fa-volume-control-phone:before{content:""}html.style1 .fa-braille:before{content:""}html.style1 .fa-assistive-listening-systems:before{content:""}html.style1 .fa-american-sign-language-interpreting:before,html.style1 .fa-asl-interpreting:before{content:""}html.style1 .fa-deaf:before,html.style1 .fa-deafness:before,html.style1 .fa-hard-of-hearing:before{content:""}html.style1 .fa-glide:before{content:""}html.style1 .fa-glide-g:before{content:""}html.style1 .fa-sign-language:before,html.style1 .fa-signing:before{content:""}html.style1 .fa-low-vision:before{content:""}html.style1 .fa-viadeo:before{content:""}html.style1 .fa-viadeo-square:before{content:""}html.style1 .fa-snapchat:before{content:""}html.style1 .fa-snapchat-ghost:before{content:""}html.style1 .fa-snapchat-square:before{content:""}html.style1 .fa-pied-piper:before{content:""}html.style1 .fa-first-order:before{content:""}html.style1 .fa-yoast:before{content:""}html.style1 .fa-themeisle:before{content:""}html.style1 .fa-google-plus-circle:before,html.style1 .fa-google-plus-official:before{content:""}html.style1 .fa-fa:before,html.style1 .fa-font-awesome:before{content:""}html.style1 .fa-handshake-o:before{content:""}html.style1 .fa-envelope-open:before{content:""}html.style1 .fa-envelope-open-o:before{content:""}html.style1 .fa-linode:before{content:""}html.style1 .fa-address-book:before{content:""}html.style1 .fa-address-book-o:before{content:""}html.style1 .fa-address-card:before,html.style1 .fa-vcard:before{content:""}html.style1 .fa-address-card-o:before,html.style1 .fa-vcard-o:before{content:""}html.style1 .fa-user-circle:before{content:""}html.style1 .fa-user-circle-o:before{content:""}html.style1 .fa-user-o:before{content:""}html.style1 .fa-id-badge:before{content:""}html.style1 .fa-drivers-license:before,html.style1 .fa-id-card:before{content:""}html.style1 .fa-drivers-license-o:before,html.style1 .fa-id-card-o:before{content:""}html.style1 .fa-quora:before{content:""}html.style1 .fa-free-code-camp:before{content:""}html.style1 .fa-telegram:before{content:""}html.style1 .fa-thermometer-4:before,html.style1 .fa-thermometer-full:before,html.style1 .fa-thermometer:before{content:""}html.style1 .fa-thermometer-3:before,html.style1 .fa-thermometer-three-quarters:before{content:""}html.style1 .fa-thermometer-2:before,html.style1 .fa-thermometer-half:before{content:""}html.style1 .fa-thermometer-1:before,html.style1 .fa-thermometer-quarter:before{content:""}html.style1 .fa-thermometer-0:before,html.style1 .fa-thermometer-empty:before{content:""}html.style1 .fa-shower:before{content:""}html.style1 .fa-bath:before,html.style1 .fa-bathtub:before,html.style1 .fa-s15:before{content:""}html.style1 .fa-podcast:before{content:""}html.style1 .fa-window-maximize:before{content:""}html.style1 .fa-window-minimize:before{content:""}html.style1 .fa-window-restore:before{content:""}html.style1 .fa-times-rectangle:before,html.style1 .fa-window-close:before{content:""}html.style1 .fa-times-rectangle-o:before,html.style1 .fa-window-close-o:before{content:""}html.style1 .fa-bandcamp:before{content:""}html.style1 .fa-grav:before{content:""}html.style1 .fa-etsy:before{content:""}html.style1 .fa-imdb:before{content:""}html.style1 .fa-ravelry:before{content:""}html.style1 .fa-eercast:before{content:""}html.style1 .fa-microchip:before{content:""}html.style1 .fa-snowflake-o:before{content:""}html.style1 .fa-superpowers:before{content:""}html.style1 .fa-wpexplorer:before{content:""}html.style1 .fa-meetup:before{content:""}html.style1 .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}html.style1 .sr-only-focusable:active,html.style1 .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html.style1 [class*=" icon-"],html.style1 [class^=icon-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;*margin-right:.3em}html.style1 [class*=" icon-"]:before,html.style1 [class^=icon-]:before{text-decoration:inherit;display:inline-block;speak:none}html.style1 .icon-large:before{vertical-align:-10%;font-size:1.3333333333em}html.style1 a [class*=" icon-"],html.style1 a [class^=icon-]{display:inline}html.style1 [class*=" icon-"].icon-fixed-width,html.style1 [class^=icon-].icon-fixed-width{display:inline-block;width:1.1428571429em;text-align:right;padding-right:.2857142857em}html.style1 [class*=" icon-"].icon-fixed-width.icon-large,html.style1 [class^=icon-].icon-fixed-width.icon-large{width:1.4285714286em}html.style1 .icons-ul{margin-left:2.1428571429em;list-style-type:none}html.style1 .icons-ul>li{position:relative}html.style1 .icons-ul .icon-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;text-align:center;line-height:inherit}html.style1 [class*=" icon-"].hide,html.style1 [class^=icon-].hide{display:none}html.style1 .icon-muted{color:#eee}html.style1 .icon-light{color:#fff}html.style1 .icon-dark{color:#333}html.style1 .icon-border{border:1px solid #eee;padding:.2em .25em .15em;border-radius:3px}html.style1 .icon-2x{font-size:2em}html.style1 .icon-2x.icon-border{border-width:2px;border-radius:4px}html.style1 .icon-3x{font-size:3em}html.style1 .icon-3x.icon-border{border-width:3px;border-radius:5px}html.style1 .icon-4x{font-size:4em}html.style1 .icon-4x.icon-border{border-width:4px;border-radius:6px}html.style1 .icon-5x{font-size:5em}html.style1 .icon-5x.icon-border{border-width:5px;border-radius:7px}html.style1 .pull-right{float:right}html.style1 .pull-left{float:left}html.style1 [class*=" icon-"].pull-left,html.style1 [class^=icon-].pull-left{margin-right:.3em}html.style1 [class*=" icon-"].pull-right,html.style1 [class^=icon-].pull-right{margin-left:.3em}html.style1 .icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}html.style1 .icon-stack [class*=" icon-"],html.style1 .icon-stack [class^=icon-]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}html.style1 .icon-stack .icon-stack-base{font-size:2em;*line-height:1em}html.style1 .icon-spin{display:inline-block;animation:spin 2s linear infinite}html.style1 a .icon-spin,html.style1 a .icon-stack{display:inline-block;text-decoration:none}html.style1 .icon-rotate-90:before{transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}html.style1 .icon-rotate-180:before{transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}html.style1 .icon-rotate-270:before{transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}html.style1 .icon-flip-horizontal:before{transform:scaleX(-1)}html.style1 .icon-flip-vertical:before{transform:scaleY(-1)}html.style1 a .icon-flip-horizontal:before,html.style1 a .icon-flip-vertical:before,html.style1 a .icon-rotate-180:before,html.style1 a .icon-rotate-270:before,html.style1 a .icon-rotate-90:before{display:inline-block}html.style1 .icon-wand:before{content:""}html.style1 .icon-volume:before{content:""}html.style1 .icon-user:before{content:""}html.style1 .icon-unlock:before{content:""}html.style1 .icon-unlink:before{content:""}html.style1 .icon-trash:before{content:""}html.style1 .icon-thought:before{content:""}html.style1 .icon-target:before{content:""}html.style1 .icon-tag:before{content:""}html.style1 .icon-tablet:before{content:""}html.style1 .icon-star:before{content:""}html.style1 .icon-spray:before{content:""}html.style1 .icon-signal:before{content:""}html.style1 .icon-shopping-cart:before{content:""}html.style1 .icon-shopping-cart-full:before{content:""}html.style1 .icon-settings:before{content:""}html.style1 .icon-search:before{content:""}html.style1 .icon-zoom-in:before{content:""}html.style1 .icon-zoom-out:before{content:""}html.style1 .icon-cut:before{content:""}html.style1 .icon-ruler:before{content:""}html.style1 .icon-ruler-pencil:before{content:""}html.style1 .icon-ruler-alt:before{content:""}html.style1 .icon-bookmark:before{content:""}html.style1 .icon-bookmark-alt:before{content:""}html.style1 .icon-reload:before{content:""}html.style1 .icon-plus:before{content:""}html.style1 .icon-pin:before{content:""}html.style1 .icon-pencil:before{content:""}html.style1 .icon-pencil-alt:before{content:""}html.style1 .icon-paint-roller:before{content:""}html.style1 .icon-paint-bucket:before{content:""}html.style1 .icon-na:before{content:""}html.style1 .icon-mobile:before{content:""}html.style1 .icon-minus:before{content:""}html.style1 .icon-medall:before{content:""}html.style1 .icon-medall-alt:before{content:""}html.style1 .icon-marker:before{content:""}html.style1 .icon-marker-alt:before{content:""}html.style1 .icon-arrow-up:before{content:""}html.style1 .icon-arrow-right:before{content:""}html.style1 .icon-arrow-left:before{content:""}html.style1 .icon-arrow-down:before{content:""}html.style1 .icon-lock:before{content:""}html.style1 .icon-location-arrow:before{content:""}html.style1 .icon-link:before{content:""}html.style1 .icon-layout:before{content:""}html.style1 .icon-layers:before{content:""}html.style1 .icon-layers-alt:before{content:""}html.style1 .icon-key:before{content:""}html.style1 .icon-import:before{content:""}html.style1 .icon-image:before{content:""}html.style1 .icon-heart:before{content:""}html.style1 .icon-heart-broken:before{content:""}html.style1 .icon-hand-stop:before{content:""}html.style1 .icon-hand-open:before{content:""}html.style1 .icon-hand-drag:before{content:""}html.style1 .icon-folder:before{content:""}html.style1 .icon-flag:before{content:""}html.style1 .icon-flag-alt:before{content:""}html.style1 .icon-flag-alt-2:before{content:""}html.style1 .icon-eye:before{content:""}html.style1 .icon-export:before{content:""}html.style1 .icon-exchange-vertical:before{content:""}html.style1 .icon-desktop:before{content:""}html.style1 .icon-cup:before{content:""}html.style1 .icon-crown:before{content:""}html.style1 .icon-comments:before{content:""}html.style1 .icon-comment:before{content:""}html.style1 .icon-comment-alt:before{content:""}html.style1 .icon-close:before{content:""}html.style1 .icon-clip:before{content:""}html.style1 .icon-angle-up:before{content:""}html.style1 .icon-angle-right:before{content:""}html.style1 .icon-angle-left:before{content:""}html.style1 .icon-angle-down:before{content:""}html.style1 .icon-check:before{content:""}html.style1 .icon-check-box:before{content:""}html.style1 .icon-camera:before{content:""}html.style1 .icon-announcement:before{content:""}html.style1 .icon-brush:before{content:""}html.style1 .icon-briefcase:before{content:""}html.style1 .icon-bolt:before{content:""}html.style1 .icon-bolt-alt:before{content:""}html.style1 .icon-blackboard:before{content:""}html.style1 .icon-bag:before{content:""}html.style1 .icon-move:before{content:""}html.style1 .icon-arrows-vertical:before{content:""}html.style1 .icon-arrows-horizontal:before{content:""}html.style1 .icon-fullscreen:before{content:""}html.style1 .icon-arrow-top-right:before{content:""}html.style1 .icon-arrow-top-left:before{content:""}html.style1 .icon-arrow-circle-up:before{content:""}html.style1 .icon-arrow-circle-right:before{content:""}html.style1 .icon-arrow-circle-left:before{content:""}html.style1 .icon-arrow-circle-down:before{content:""}html.style1 .icon-angle-double-up:before{content:""}html.style1 .icon-angle-double-right:before{content:""}html.style1 .icon-angle-double-left:before{content:""}html.style1 .icon-angle-double-down:before{content:""}html.style1 .icon-zip:before{content:""}html.style1 .icon-world:before{content:""}html.style1 .icon-wheelchair:before{content:""}html.style1 .icon-view-list:before{content:""}html.style1 .icon-view-list-alt:before{content:""}html.style1 .icon-view-grid:before{content:""}html.style1 .icon-uppercase:before{content:""}html.style1 .icon-upload:before{content:""}html.style1 .icon-underline:before{content:""}html.style1 .icon-truck:before{content:""}html.style1 .icon-timer:before{content:""}html.style1 .icon-ticket:before{content:""}html.style1 .icon-thumb-up:before{content:""}html.style1 .icon-thumb-down:before{content:""}html.style1 .icon-text:before{content:""}html.style1 .icon-stats-up:before{content:""}html.style1 .icon-stats-down:before{content:""}html.style1 .icon-split-v:before{content:""}html.style1 .icon-split-h:before{content:""}html.style1 .icon-smallcap:before{content:""}html.style1 .icon-shine:before{content:""}html.style1 .icon-shift-right:before{content:""}html.style1 .icon-shift-left:before{content:""}html.style1 .icon-shield:before{content:""}html.style1 .icon-notepad:before{content:""}html.style1 .icon-server:before{content:""}html.style1 .icon-quote-right:before{content:""}html.style1 .icon-quote-left:before{content:""}html.style1 .icon-pulse:before{content:""}html.style1 .icon-printer:before{content:""}html.style1 .icon-power-off:before{content:""}html.style1 .icon-plug:before{content:""}html.style1 .icon-pie-chart:before{content:""}html.style1 .icon-paragraph:before{content:""}html.style1 .icon-panel:before{content:""}html.style1 .icon-package:before{content:""}html.style1 .icon-music:before{content:""}html.style1 .icon-music-alt:before{content:""}html.style1 .icon-mouse:before{content:""}html.style1 .icon-mouse-alt:before{content:""}html.style1 .icon-money:before{content:""}html.style1 .icon-microphone:before{content:""}html.style1 .icon-menu:before{content:""}html.style1 .icon-menu-alt:before{content:""}html.style1 .icon-map:before{content:""}html.style1 .icon-map-alt:before{content:""}html.style1 .icon-loop:before{content:""}html.style1 .icon-location-pin:before{content:""}html.style1 .icon-list:before{content:""}html.style1 .icon-light-bulb:before{content:""}html.style1 .icon-Italic:before{content:""}html.style1 .icon-info:before{content:""}html.style1 .icon-infinite:before{content:""}html.style1 .icon-id-badge:before{content:""}html.style1 .icon-hummer:before{content:""}html.style1 .icon-home:before{content:""}html.style1 .icon-help:before{content:""}html.style1 .icon-headphone:before{content:""}html.style1 .icon-harddrives:before{content:""}html.style1 .icon-harddrive:before{content:""}html.style1 .icon-gift:before{content:""}html.style1 .icon-game:before{content:""}html.style1 .icon-filter:before{content:""}html.style1 .icon-files:before{content:""}html.style1 .icon-file:before{content:""}html.style1 .icon-eraser:before{content:""}html.style1 .icon-envelope:before{content:""}html.style1 .icon-download:before{content:""}html.style1 .icon-direction:before{content:""}html.style1 .icon-direction-alt:before{content:""}html.style1 .icon-dashboard:before{content:""}html.style1 .icon-control-stop:before{content:""}html.style1 .icon-control-shuffle:before{content:""}html.style1 .icon-control-play:before{content:""}html.style1 .icon-control-pause:before{content:""}html.style1 .icon-control-forward:before{content:""}html.style1 .icon-control-backward:before{content:""}html.style1 .icon-cloud:before{content:""}html.style1 .icon-cloud-up:before{content:""}html.style1 .icon-cloud-down:before{content:""}html.style1 .icon-clipboard:before{content:""}html.style1 .icon-car:before{content:""}html.style1 .icon-calendar:before{content:""}html.style1 .icon-book:before{content:""}html.style1 .icon-bell:before{content:""}html.style1 .icon-basketball:before{content:""}html.style1 .icon-bar-chart:before{content:""}html.style1 .icon-bar-chart-alt:before{content:""}html.style1 .icon-back-right:before{content:""}html.style1 .icon-back-left:before{content:""}html.style1 .icon-arrows-corner:before{content:""}html.style1 .icon-archive:before{content:""}html.style1 .icon-anchor:before{content:""}html.style1 .icon-align-right:before{content:""}html.style1 .icon-align-left:before{content:""}html.style1 .icon-align-justify:before{content:""}html.style1 .icon-align-center:before{content:""}html.style1 .icon-alert:before{content:""}html.style1 .icon-alarm-clock:before{content:""}html.style1 .icon-agenda:before{content:""}html.style1 .icon-write:before{content:""}html.style1 .icon-window:before{content:""}html.style1 .icon-widgetized:before{content:""}html.style1 .icon-widget:before{content:""}html.style1 .icon-widget-alt:before{content:""}html.style1 .icon-wallet:before{content:""}html.style1 .icon-video-clapper:before{content:""}html.style1 .icon-video-camera:before{content:""}html.style1 .icon-vector:before{content:""}html.style1 .icon-themify-logo:before{content:""}html.style1 .icon-themify-favicon:before{content:""}html.style1 .icon-themify-favicon-alt:before{content:""}html.style1 .icon-support:before{content:""}html.style1 .icon-stamp:before{content:""}html.style1 .icon-split-v-alt:before{content:""}html.style1 .icon-slice:before{content:""}html.style1 .icon-shortcode:before{content:""}html.style1 .icon-shift-right-alt:before{content:""}html.style1 .icon-shift-left-alt:before{content:""}html.style1 .icon-ruler-alt-2:before{content:""}html.style1 .icon-receipt:before{content:""}html.style1 .icon-pin2:before{content:""}html.style1 .icon-pin-alt:before{content:""}html.style1 .icon-pencil-alt2:before{content:""}html.style1 .icon-palette:before{content:""}html.style1 .icon-more:before{content:""}html.style1 .icon-more-alt:before{content:""}html.style1 .icon-microphone-alt:before{content:""}html.style1 .icon-magnet:before{content:""}html.style1 .icon-line-double:before{content:""}html.style1 .icon-line-dotted:before{content:""}html.style1 .icon-line-dashed:before{content:""}html.style1 .icon-layout-width-full:before{content:""}html.style1 .icon-layout-width-default:before{content:""}html.style1 .icon-layout-width-default-alt:before{content:""}html.style1 .icon-layout-tab:before{content:""}html.style1 .icon-layout-tab-window:before{content:""}html.style1 .icon-layout-tab-v:before{content:""}html.style1 .icon-layout-tab-min:before{content:""}html.style1 .icon-layout-slider:before{content:""}html.style1 .icon-layout-slider-alt:before{content:""}html.style1 .icon-layout-sidebar-right:before{content:""}html.style1 .icon-layout-sidebar-none:before{content:""}html.style1 .icon-layout-sidebar-left:before{content:""}html.style1 .icon-layout-placeholder:before{content:""}html.style1 .icon-layout-menu:before{content:""}html.style1 .icon-layout-menu-v:before{content:""}html.style1 .icon-layout-menu-separated:before{content:""}html.style1 .icon-layout-menu-full:before{content:""}html.style1 .icon-layout-media-right-alt:before{content:""}html.style1 .icon-layout-media-right:before{content:""}html.style1 .icon-layout-media-overlay:before{content:""}html.style1 .icon-layout-media-overlay-alt:before{content:""}html.style1 .icon-layout-media-overlay-alt-2:before{content:""}html.style1 .icon-layout-media-left-alt:before{content:""}html.style1 .icon-layout-media-left:before{content:""}html.style1 .icon-layout-media-center-alt:before{content:""}html.style1 .icon-layout-media-center:before{content:""}html.style1 .icon-layout-list-thumb:before{content:""}html.style1 .icon-layout-list-thumb-alt:before{content:""}html.style1 .icon-layout-list-post:before{content:""}html.style1 .icon-layout-list-large-image:before{content:""}html.style1 .icon-layout-line-solid:before{content:""}html.style1 .icon-layout-grid4:before{content:""}html.style1 .icon-layout-grid3:before{content:""}html.style1 .icon-layout-grid2:before{content:""}html.style1 .icon-layout-grid2-thumb:before{content:""}html.style1 .icon-layout-cta-right:before{content:""}html.style1 .icon-layout-cta-left:before{content:""}html.style1 .icon-layout-cta-center:before{content:""}html.style1 .icon-layout-cta-btn-right:before{content:""}html.style1 .icon-layout-cta-btn-left:before{content:""}html.style1 .icon-layout-column4:before{content:""}html.style1 .icon-layout-column3:before{content:""}html.style1 .icon-layout-column2:before{content:""}html.style1 .icon-layout-accordion-separated:before{content:""}html.style1 .icon-layout-accordion-merged:before{content:""}html.style1 .icon-layout-accordion-list:before{content:""}html.style1 .icon-ink-pen:before{content:""}html.style1 .icon-info-alt:before{content:""}html.style1 .icon-help-alt:before{content:""}html.style1 .icon-headphone-alt:before{content:""}html.style1 .icon-hand-point-up:before{content:""}html.style1 .icon-hand-point-right:before{content:""}html.style1 .icon-hand-point-left:before{content:""}html.style1 .icon-hand-point-down:before{content:""}html.style1 .icon-gallery:before{content:""}html.style1 .icon-face-smile:before{content:""}html.style1 .icon-face-sad:before{content:""}html.style1 .icon-credit-card:before{content:""}html.style1 .icon-control-skip-forward:before{content:""}html.style1 .icon-control-skip-backward:before{content:""}html.style1 .icon-control-record:before{content:""}html.style1 .icon-control-eject:before{content:""}html.style1 .icon-comments-smiley:before{content:""}html.style1 .icon-brush-alt:before{content:""}html.style1 .icon-youtube:before{content:""}html.style1 .icon-vimeo:before{content:""}html.style1 .icon-twitter:before{content:""}html.style1 .icon-time:before{content:""}html.style1 .icon-tumblr:before{content:""}html.style1 .icon-skype:before{content:""}html.style1 .icon-share:before{content:""}html.style1 .icon-share-alt:before{content:""}html.style1 .icon-rocket:before{content:""}html.style1 .icon-pinterest:before{content:""}html.style1 .icon-new-window:before{content:""}html.style1 .icon-microsoft:before{content:""}html.style1 .icon-list-ol:before{content:""}html.style1 .icon-linkedin:before{content:""}html.style1 .icon-layout-sidebar-2:before{content:""}html.style1 .icon-layout-grid4-alt:before{content:""}html.style1 .icon-layout-grid3-alt:before{content:""}html.style1 .icon-layout-grid2-alt:before{content:""}html.style1 .icon-layout-column4-alt:before{content:""}html.style1 .icon-layout-column3-alt:before{content:""}html.style1 .icon-layout-column2-alt:before{content:""}html.style1 .icon-instagram:before{content:""}html.style1 .icon-google:before{content:""}html.style1 .icon-github:before{content:""}html.style1 .icon-flickr:before{content:""}html.style1 .icon-facebook:before{content:""}html.style1 .icon-dropbox:before{content:""}html.style1 .icon-dribbble:before{content:""}html.style1 .icon-apple:before{content:""}html.style1 .icon-android:before{content:""}html.style1 .icon-save:before{content:""}html.style1 .icon-save-alt:before{content:""}html.style1 .icon-yahoo:before{content:""}html.style1 .icon-wordpress:before{content:""}html.style1 .icon-vimeo-alt:before{content:""}html.style1 .icon-twitter-alt:before{content:""}html.style1 .icon-tumblr-alt:before{content:""}html.style1 .icon-trello:before{content:""}html.style1 .icon-stack-overflow:before{content:""}html.style1 .icon-soundcloud:before{content:""}html.style1 .icon-sharethis:before{content:""}html.style1 .icon-sharethis-alt:before{content:""}html.style1 .icon-reddit:before{content:""}html.style1 .icon-pinterest-alt:before{content:""}html.style1 .icon-microsoft-alt:before{content:""}html.style1 .icon-linux:before{content:""}html.style1 .icon-jsfiddle:before{content:""}html.style1 .icon-joomla:before{content:""}html.style1 .icon-html5:before{content:""}html.style1 .icon-flickr-alt:before{content:""}html.style1 .icon-email:before{content:""}html.style1 .icon-drupal:before{content:""}html.style1 .icon-dropbox-alt:before{content:""}html.style1 .icon-css3:before{content:""}html.style1 .icon-rss:before{content:""}html.style1 .icon-rss-alt:before{content:""}html.style1 [class*=" ti-"],html.style1 [class^=ti-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style1 .ti-wand:before{content:""}html.style1 .ti-volume:before{content:""}html.style1 .ti-user:before{content:""}html.style1 .ti-unlock:before{content:""}html.style1 .ti-unlink:before{content:""}html.style1 .ti-trash:before{content:""}html.style1 .ti-thought:before{content:""}html.style1 .ti-target:before{content:""}html.style1 .ti-tag:before{content:""}html.style1 .ti-tablet:before{content:""}html.style1 .ti-star:before{content:""}html.style1 .ti-spray:before{content:""}html.style1 .ti-signal:before{content:""}html.style1 .ti-shopping-cart:before{content:""}html.style1 .ti-shopping-cart-full:before{content:""}html.style1 .ti-settings:before{content:""}html.style1 .ti-search:before{content:""}html.style1 .ti-zoom-in:before{content:""}html.style1 .ti-zoom-out:before{content:""}html.style1 .ti-cut:before{content:""}html.style1 .ti-ruler:before{content:""}html.style1 .ti-ruler-pencil:before{content:""}html.style1 .ti-ruler-alt:before{content:""}html.style1 .ti-bookmark:before{content:""}html.style1 .ti-bookmark-alt:before{content:""}html.style1 .ti-reload:before{content:""}html.style1 .ti-plus:before{content:""}html.style1 .ti-pin:before{content:""}html.style1 .ti-pencil:before{content:""}html.style1 .ti-pencil-alt:before{content:""}html.style1 .ti-paint-roller:before{content:""}html.style1 .ti-paint-bucket:before{content:""}html.style1 .ti-na:before{content:""}html.style1 .ti-mobile:before{content:""}html.style1 .ti-minus:before{content:""}html.style1 .ti-medall:before{content:""}html.style1 .ti-medall-alt:before{content:""}html.style1 .ti-marker:before{content:""}html.style1 .ti-marker-alt:before{content:""}html.style1 .ti-arrow-up:before{content:""}html.style1 .ti-arrow-right:before{content:""}html.style1 .ti-arrow-left:before{content:""}html.style1 .ti-arrow-down:before{content:""}html.style1 .ti-lock:before{content:""}html.style1 .ti-location-arrow:before{content:""}html.style1 .ti-link:before{content:""}html.style1 .ti-layout:before{content:""}html.style1 .ti-layers:before{content:""}html.style1 .ti-layers-alt:before{content:""}html.style1 .ti-key:before{content:""}html.style1 .ti-import:before{content:""}html.style1 .ti-image:before{content:""}html.style1 .ti-heart:before{content:""}html.style1 .ti-heart-broken:before{content:""}html.style1 .ti-hand-stop:before{content:""}html.style1 .ti-hand-open:before{content:""}html.style1 .ti-hand-drag:before{content:""}html.style1 .ti-folder:before{content:""}html.style1 .ti-flag:before{content:""}html.style1 .ti-flag-alt:before{content:""}html.style1 .ti-flag-alt-2:before{content:""}html.style1 .ti-eye:before{content:""}html.style1 .ti-export:before{content:""}html.style1 .ti-exchange-vertical:before{content:""}html.style1 .ti-desktop:before{content:""}html.style1 .ti-cup:before{content:""}html.style1 .ti-crown:before{content:""}html.style1 .ti-comments:before{content:""}html.style1 .ti-comment:before{content:""}html.style1 .ti-comment-alt:before{content:""}html.style1 .ti-close:before{content:""}html.style1 .ti-clip:before{content:""}html.style1 .ti-angle-up:before{content:""}html.style1 .ti-angle-right:before{content:""}html.style1 .ti-angle-left:before{content:""}html.style1 .ti-angle-down:before{content:""}html.style1 .ti-check:before{content:""}html.style1 .ti-check-box:before{content:""}html.style1 .ti-camera:before{content:""}html.style1 .ti-announcement:before{content:""}html.style1 .ti-brush:before{content:""}html.style1 .ti-briefcase:before{content:""}html.style1 .ti-bolt:before{content:""}html.style1 .ti-bolt-alt:before{content:""}html.style1 .ti-blackboard:before{content:""}html.style1 .ti-bag:before{content:""}html.style1 .ti-move:before{content:""}html.style1 .ti-arrows-vertical:before{content:""}html.style1 .ti-arrows-horizontal:before{content:""}html.style1 .ti-fullscreen:before{content:""}html.style1 .ti-arrow-top-right:before{content:""}html.style1 .ti-arrow-top-left:before{content:""}html.style1 .ti-arrow-circle-up:before{content:""}html.style1 .ti-arrow-circle-right:before{content:""}html.style1 .ti-arrow-circle-left:before{content:""}html.style1 .ti-arrow-circle-down:before{content:""}html.style1 .ti-angle-double-up:before{content:""}html.style1 .ti-angle-double-right:before{content:""}html.style1 .ti-angle-double-left:before{content:""}html.style1 .ti-angle-double-down:before{content:""}html.style1 .ti-zip:before{content:""}html.style1 .ti-world:before{content:""}html.style1 .ti-wheelchair:before{content:""}html.style1 .ti-view-list:before{content:""}html.style1 .ti-view-list-alt:before{content:""}html.style1 .ti-view-grid:before{content:""}html.style1 .ti-uppercase:before{content:""}html.style1 .ti-upload:before{content:""}html.style1 .ti-underline:before{content:""}html.style1 .ti-truck:before{content:""}html.style1 .ti-timer:before{content:""}html.style1 .ti-ticket:before{content:""}html.style1 .ti-thumb-up:before{content:""}html.style1 .ti-thumb-down:before{content:""}html.style1 .ti-text:before{content:""}html.style1 .ti-stats-up:before{content:""}html.style1 .ti-stats-down:before{content:""}html.style1 .ti-split-v:before{content:""}html.style1 .ti-split-h:before{content:""}html.style1 .ti-smallcap:before{content:""}html.style1 .ti-shine:before{content:""}html.style1 .ti-shift-right:before{content:""}html.style1 .ti-shift-left:before{content:""}html.style1 .ti-shield:before{content:""}html.style1 .ti-notepad:before{content:""}html.style1 .ti-server:before{content:""}html.style1 .ti-quote-right:before{content:""}html.style1 .ti-quote-left:before{content:""}html.style1 .ti-pulse:before{content:""}html.style1 .ti-printer:before{content:""}html.style1 .ti-power-off:before{content:""}html.style1 .ti-plug:before{content:""}html.style1 .ti-pie-chart:before{content:""}html.style1 .ti-paragraph:before{content:""}html.style1 .ti-panel:before{content:""}html.style1 .ti-package:before{content:""}html.style1 .ti-music:before{content:""}html.style1 .ti-music-alt:before{content:""}html.style1 .ti-mouse:before{content:""}html.style1 .ti-mouse-alt:before{content:""}html.style1 .ti-money:before{content:""}html.style1 .ti-microphone:before{content:""}html.style1 .ti-menu:before{content:""}html.style1 .ti-menu-alt:before{content:""}html.style1 .ti-map:before{content:""}html.style1 .ti-map-alt:before{content:""}html.style1 .ti-loop:before{content:""}html.style1 .ti-location-pin:before{content:""}html.style1 .ti-list:before{content:""}html.style1 .ti-light-bulb:before{content:""}html.style1 .ti-Italic:before{content:""}html.style1 .ti-info:before{content:""}html.style1 .ti-infinite:before{content:""}html.style1 .ti-id-badge:before{content:""}html.style1 .ti-hummer:before{content:""}html.style1 .ti-home:before{content:""}html.style1 .ti-help:before{content:""}html.style1 .ti-headphone:before{content:""}html.style1 .ti-harddrives:before{content:""}html.style1 .ti-harddrive:before{content:""}html.style1 .ti-gift:before{content:""}html.style1 .ti-game:before{content:""}html.style1 .ti-filter:before{content:""}html.style1 .ti-files:before{content:""}html.style1 .ti-file:before{content:""}html.style1 .ti-eraser:before{content:""}html.style1 .ti-envelope:before{content:""}html.style1 .ti-download:before{content:""}html.style1 .ti-direction:before{content:""}html.style1 .ti-direction-alt:before{content:""}html.style1 .ti-dashboard:before{content:""}html.style1 .ti-control-stop:before{content:""}html.style1 .ti-control-shuffle:before{content:""}html.style1 .ti-control-play:before{content:""}html.style1 .ti-control-pause:before{content:""}html.style1 .ti-control-forward:before{content:""}html.style1 .ti-control-backward:before{content:""}html.style1 .ti-cloud:before{content:""}html.style1 .ti-cloud-up:before{content:""}html.style1 .ti-cloud-down:before{content:""}html.style1 .ti-clipboard:before{content:""}html.style1 .ti-car:before{content:""}html.style1 .ti-calendar:before{content:""}html.style1 .ti-book:before{content:""}html.style1 .ti-bell:before{content:""}html.style1 .ti-basketball:before{content:""}html.style1 .ti-bar-chart:before{content:""}html.style1 .ti-bar-chart-alt:before{content:""}html.style1 .ti-back-right:before{content:""}html.style1 .ti-back-left:before{content:""}html.style1 .ti-arrows-corner:before{content:""}html.style1 .ti-archive:before{content:""}html.style1 .ti-anchor:before{content:""}html.style1 .ti-align-right:before{content:""}html.style1 .ti-align-left:before{content:""}html.style1 .ti-align-justify:before{content:""}html.style1 .ti-align-center:before{content:""}html.style1 .ti-alert:before{content:""}html.style1 .ti-alarm-clock:before{content:""}html.style1 .ti-agenda:before{content:""}html.style1 .ti-write:before{content:""}html.style1 .ti-window:before{content:""}html.style1 .ti-widgetized:before{content:""}html.style1 .ti-widget:before{content:""}html.style1 .ti-widget-alt:before{content:""}html.style1 .ti-wallet:before{content:""}html.style1 .ti-video-clapper:before{content:""}html.style1 .ti-video-camera:before{content:""}html.style1 .ti-vector:before{content:""}html.style1 .ti-themify-logo:before{content:""}html.style1 .ti-themify-favicon:before{content:""}html.style1 .ti-themify-favicon-alt:before{content:""}html.style1 .ti-support:before{content:""}html.style1 .ti-stamp:before{content:""}html.style1 .ti-split-v-alt:before{content:""}html.style1 .ti-slice:before{content:""}html.style1 .ti-shortcode:before{content:""}html.style1 .ti-shift-right-alt:before{content:""}html.style1 .ti-shift-left-alt:before{content:""}html.style1 .ti-ruler-alt-2:before{content:""}html.style1 .ti-receipt:before{content:""}html.style1 .ti-pin2:before{content:""}html.style1 .ti-pin-alt:before{content:""}html.style1 .ti-pencil-alt2:before{content:""}html.style1 .ti-palette:before{content:""}html.style1 .ti-more:before{content:""}html.style1 .ti-more-alt:before{content:""}html.style1 .ti-microphone-alt:before{content:""}html.style1 .ti-magnet:before{content:""}html.style1 .ti-line-double:before{content:""}html.style1 .ti-line-dotted:before{content:""}html.style1 .ti-line-dashed:before{content:""}html.style1 .ti-layout-width-full:before{content:""}html.style1 .ti-layout-width-default:before{content:""}html.style1 .ti-layout-width-default-alt:before{content:""}html.style1 .ti-layout-tab:before{content:""}html.style1 .ti-layout-tab-window:before{content:""}html.style1 .ti-layout-tab-v:before{content:""}html.style1 .ti-layout-tab-min:before{content:""}html.style1 .ti-layout-slider:before{content:""}html.style1 .ti-layout-slider-alt:before{content:""}html.style1 .ti-layout-sidebar-right:before{content:""}html.style1 .ti-layout-sidebar-none:before{content:""}html.style1 .ti-layout-sidebar-left:before{content:""}html.style1 .ti-layout-placeholder:before{content:""}html.style1 .ti-layout-menu:before{content:""}html.style1 .ti-layout-menu-v:before{content:""}html.style1 .ti-layout-menu-separated:before{content:""}html.style1 .ti-layout-menu-full:before{content:""}html.style1 .ti-layout-media-right-alt:before{content:""}html.style1 .ti-layout-media-right:before{content:""}html.style1 .ti-layout-media-overlay:before{content:""}html.style1 .ti-layout-media-overlay-alt:before{content:""}html.style1 .ti-layout-media-overlay-alt-2:before{content:""}html.style1 .ti-layout-media-left-alt:before{content:""}html.style1 .ti-layout-media-left:before{content:""}html.style1 .ti-layout-media-center-alt:before{content:""}html.style1 .ti-layout-media-center:before{content:""}html.style1 .ti-layout-list-thumb:before{content:""}html.style1 .ti-layout-list-thumb-alt:before{content:""}html.style1 .ti-layout-list-post:before{content:""}html.style1 .ti-layout-list-large-image:before{content:""}html.style1 .ti-layout-line-solid:before{content:""}html.style1 .ti-layout-grid4:before{content:""}html.style1 .ti-layout-grid3:before{content:""}html.style1 .ti-layout-grid2:before{content:""}html.style1 .ti-layout-grid2-thumb:before{content:""}html.style1 .ti-layout-cta-right:before{content:""}html.style1 .ti-layout-cta-left:before{content:""}html.style1 .ti-layout-cta-center:before{content:""}html.style1 .ti-layout-cta-btn-right:before{content:""}html.style1 .ti-layout-cta-btn-left:before{content:""}html.style1 .ti-layout-column4:before{content:""}html.style1 .ti-layout-column3:before{content:""}html.style1 .ti-layout-column2:before{content:""}html.style1 .ti-layout-accordion-separated:before{content:""}html.style1 .ti-layout-accordion-merged:before{content:""}html.style1 .ti-layout-accordion-list:before{content:""}html.style1 .ti-ink-pen:before{content:""}html.style1 .ti-info-alt:before{content:""}html.style1 .ti-help-alt:before{content:""}html.style1 .ti-headphone-alt:before{content:""}html.style1 .ti-hand-point-up:before{content:""}html.style1 .ti-hand-point-right:before{content:""}html.style1 .ti-hand-point-left:before{content:""}html.style1 .ti-hand-point-down:before{content:""}html.style1 .ti-gallery:before{content:""}html.style1 .ti-face-smile:before{content:""}html.style1 .ti-face-sad:before{content:""}html.style1 .ti-credit-card:before{content:""}html.style1 .ti-control-skip-forward:before{content:""}html.style1 .ti-control-skip-backward:before{content:""}html.style1 .ti-control-record:before{content:""}html.style1 .ti-control-eject:before{content:""}html.style1 .ti-comments-smiley:before{content:""}html.style1 .ti-brush-alt:before{content:""}html.style1 .ti-youtube:before{content:""}html.style1 .ti-vimeo:before{content:""}html.style1 .ti-twitter:before{content:""}html.style1 .ti-time:before{content:""}html.style1 .ti-tumblr:before{content:""}html.style1 .ti-skype:before{content:""}html.style1 .ti-share:before{content:""}html.style1 .ti-share-alt:before{content:""}html.style1 .ti-rocket:before{content:""}html.style1 .ti-pinterest:before{content:""}html.style1 .ti-new-window:before{content:""}html.style1 .ti-microsoft:before{content:""}html.style1 .ti-list-ol:before{content:""}html.style1 .ti-linkedin:before{content:""}html.style1 .ti-layout-sidebar-2:before{content:""}html.style1 .ti-layout-grid4-alt:before{content:""}html.style1 .ti-layout-grid3-alt:before{content:""}html.style1 .ti-layout-grid2-alt:before{content:""}html.style1 .ti-layout-column4-alt:before{content:""}html.style1 .ti-layout-column3-alt:before{content:""}html.style1 .ti-layout-column2-alt:before{content:""}html.style1 .ti-instagram:before{content:""}html.style1 .ti-google:before{content:""}html.style1 .ti-github:before{content:""}html.style1 .ti-flickr:before{content:""}html.style1 .ti-facebook:before{content:""}html.style1 .ti-dropbox:before{content:""}html.style1 .ti-dribbble:before{content:""}html.style1 .ti-apple:before{content:""}html.style1 .ti-android:before{content:""}html.style1 .ti-save:before{content:""}html.style1 .ti-save-alt:before{content:""}html.style1 .ti-yahoo:before{content:""}html.style1 .ti-wordpress:before{content:""}html.style1 .ti-vimeo-alt:before{content:""}html.style1 .ti-twitter-alt:before{content:""}html.style1 .ti-tumblr-alt:before{content:""}html.style1 .ti-trello:before{content:""}html.style1 .ti-stack-overflow:before{content:""}html.style1 .ti-soundcloud:before{content:""}html.style1 .ti-sharethis:before{content:""}html.style1 .ti-sharethis-alt:before{content:""}html.style1 .ti-reddit:before{content:""}html.style1 .ti-pinterest-alt:before{content:""}html.style1 .ti-microsoft-alt:before{content:""}html.style1 .ti-linux:before{content:""}html.style1 .ti-jsfiddle:before{content:""}html.style1 .ti-joomla:before{content:""}html.style1 .ti-html5:before{content:""}html.style1 .ti-flickr-alt:before{content:""}html.style1 .ti-email:before{content:""}html.style1 .ti-drupal:before{content:""}html.style1 .ti-dropbox-alt:before{content:""}html.style1 .ti-css3:before{content:""}html.style1 .ti-rss:before{content:""}html.style1 .ti-rss-alt:before{content:""}html.style1 button,html.style1 hr,html.style1 input{overflow:visible}html.style1 audio,html.style1 canvas,html.style1 progress,html.style1 video{display:inline-block}html.style1 progress,html.style1 sub,html.style1 sup{vertical-align:baseline}html.style1 html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html.style1 body{margin:0}html.style1 article,html.style1 aside,html.style1 details,html.style1 footer,html.style1 header,html.style1 menu,html.style1 nav,html.style1 section{display:block}html.style1 h1{font-size:2em;margin:.67em 0}html.style1 figcaption,html.style1 figure,html.style1 main{display:block}html.style1 figure{margin:1em 40px}html.style1 hr{box-sizing:content-box;height:0}html.style1 code,html.style1 kbd,html.style1 pre,html.style1 samp{font-family:monospace,monospace;font-size:1em}html.style1 a{background-color:transparent;-webkit-text-decoration-skip:objects}html.style1 a:active,html.style1 a:hover{outline-width:0}html.style1 abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}html.style1 b,html.style1 strong{font-weight:bolder}html.style1 dfn{font-style:italic}html.style1 mark{background-color:#ff0;color:#000}html.style1 small{font-size:80%}html.style1 sub,html.style1 sup{font-size:75%;line-height:0;position:relative}html.style1 sub{bottom:-.25em}html.style1 sup{top:-.5em}html.style1 audio:not([controls]){display:none;height:0}html.style1 img{border-style:none}html.style1 svg:not(:root){overflow:hidden}html.style1 button,html.style1 input,html.style1 optgroup,html.style1 select,html.style1 textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}html.style1 button,html.style1 select{text-transform:none}html.style1 [type=reset],html.style1 [type=submit],html.style1 button,html.style1 html [type=button]{-webkit-appearance:button}html.style1 [type=button]::-moz-focus-inner,html.style1 [type=reset]::-moz-focus-inner,html.style1 [type=submit]::-moz-focus-inner,html.style1 button::-moz-focus-inner{border-style:none;padding:0}html.style1 [type=button]:-moz-focusring,html.style1 [type=reset]:-moz-focusring,html.style1 [type=submit]:-moz-focusring,html.style1 button:-moz-focusring{outline:1px dotted ButtonText}html.style1 fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}html.style1 legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}html.style1 textarea{overflow:auto}html.style1 [type=checkbox],html.style1 [type=radio]{box-sizing:border-box;padding:0}html.style1 [type=number]::-webkit-inner-spin-button,html.style1 [type=number]::-webkit-outer-spin-button{height:auto}html.style1 [type=search]{-webkit-appearance:textfield;outline-offset:-2px}html.style1 [type=search]::-webkit-search-cancel-button,html.style1 [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.style1 ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html.style1 summary{display:list-item}html.style1 [hidden],html.style1 template{display:none}html.style1 .owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1}html.style1 .owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}html.style1 .owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html.style1 .owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}html.style1 .owl-carousel .owl-item,html.style1 .owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}html.style1 .owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}html.style1 .owl-carousel .owl-item img{display:block;width:100%}html.style1 .owl-carousel .owl-dots.disabled,html.style1 .owl-carousel .owl-nav.disabled{display:none}html.style1 .owl-carousel .owl-dot,html.style1 .owl-carousel .owl-nav .owl-next,html.style1 .owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.style1 .owl-carousel .owl-nav button.owl-next,html.style1 .owl-carousel .owl-nav button.owl-prev,html.style1 .owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}html.style1 .owl-carousel.owl-loaded{display:block}html.style1 .owl-carousel.owl-loading{opacity:0;display:block}html.style1 .owl-carousel.owl-hidden{opacity:0}html.style1 .owl-carousel.owl-refresh .owl-item{visibility:hidden}html.style1 .owl-carousel.owl-drag .owl-item{touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.style1 .owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}html.style1 .owl-carousel.owl-rtl{direction:rtl}html.style1 .owl-carousel.owl-rtl .owl-item{float:right}html.style1 .no-js .owl-carousel{display:block}html.style1 .owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}html.style1 .owl-carousel .owl-animated-in{z-index:0}html.style1 .owl-carousel .owl-animated-out{z-index:1}html.style1 .owl-carousel .fadeOut{animation-name:fadeOut}html.style1 .owl-height{transition:height .5s ease-in-out}html.style1 .owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}html.style1 .owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}html.style1 .owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style1 .owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}html.style1 .owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}html.style1 .owl-theme .owl-nav .disabled{opacity:.5;cursor:default}html.style1 .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}html.style1 .owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style1 .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}html.style1 .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}html.style1 .owl-theme .owl-dots .owl-dot.active span,html.style1 .owl-theme .owl-dots .owl-dot:hover span{background:#869791}html.style1 .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style1 .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}html.style1 .slick-list:focus{outline:none}html.style1 .slick-list.dragging{cursor:pointer;cursor:hand}html.style1 .slick-slider .slick-list,html.style1 .slick-slider .slick-track{transform:translateZ(0)}html.style1 .slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}html.style1 .slick-track:after,html.style1 .slick-track:before{content:"";display:table}html.style1 .slick-track:after{clear:both}.slick-loading html.style1 .slick-track{visibility:hidden}html.style1 .slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] html.style1 .slick-slide{float:right}html.style1 .slick-slide img{display:block}html.style1 .slick-slide.slick-loading img{display:none}html.style1 .slick-slide.dragging img{pointer-events:none}.slick-initialized html.style1 .slick-slide{display:block}.slick-loading html.style1 .slick-slide{visibility:hidden}.slick-vertical html.style1 .slick-slide{display:block;height:auto;border:1px solid transparent}html.style1 .slick-arrow.slick-hidden{display:none}html.style1 .slick-next,html.style1 .slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0;cursor:pointer;top:50%;transform:translateY(-50%);padding:0;border:none}html.style1 .slick-next,html.style1 .slick-next:focus,html.style1 .slick-next:hover,html.style1 .slick-prev,html.style1 .slick-prev:focus,html.style1 .slick-prev:hover{background:transparent;color:transparent;outline:none}html.style1 .slick-next:focus:before,html.style1 .slick-next:hover:before,html.style1 .slick-prev:focus:before,html.style1 .slick-prev:hover:before{opacity:1}html.style1 .slick-next.slick-disabled:before,html.style1 .slick-prev.slick-disabled:before{opacity:.25}html.style1 .slick-next:before,html.style1 .slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style1 .slick-prev{left:-25px}[dir=rtl] html.style1 .slick-prev{left:auto;right:-25px}html.style1 .slick-prev:before{content:"←"}[dir=rtl] html.style1 .slick-prev:before{content:"→"}html.style1 .slick-next{right:-25px}[dir=rtl] html.style1 .slick-next{left:-25px;right:auto}html.style1 .slick-next:before{content:"→"}[dir=rtl] html.style1 .slick-next:before{content:"←"}html.style1 .slick-dotted.slick-slider{margin-bottom:30px}html.style1 .slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}html.style1 .slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}html.style1 .slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0;color:transparent;padding:5px;cursor:pointer}html.style1 .slick-dots li button:focus,html.style1 .slick-dots li button:hover{outline:none}html.style1 .slick-dots li button:focus:before,html.style1 .slick-dots li button:hover:before{opacity:1}html.style1 .slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style1 .slick-dots li.slick-active button:before{color:#000;opacity:.75}html.style1 .custom-scroll{scroll-behavior:smooth}html.style1 .custom-scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #eff1f2}html.style1 .custom-scroll::-webkit-scrollbar{width:5px}html.style1 .custom-scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(58,98,184,.15)}html.style1 .scroll-invisiable::-webkit-scrollbar{width:0}html.style1 .owl-carousel{position:unset}@media(min-width:800px){html.style1 .chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}html.style1 .chitchat-container .desktop-sidebar{display:none}html.style1 .chitchat-container.desktop-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style1 .chitchat-container.desktop-menu .desktop-sidebar{display:none}html.style1 .custom-input-message{position:relative!important}}@media(max-width:430px){html.style1 .custom-input-message{position:fixed}}html.style1 body{background-color:#fff;font-size:calc(12px + 1*(100vw - 320px)/1600);overflow-x:hidden;font-family:Montserrat,sans-serif,Roboto;color:#223645}html.style1 .main,html.style1 body.main-page{overflow:hidden}html.style1 ul{padding-left:0;list-style-type:none;margin-bottom:0;padding-right:0}html.style1 ::selection{color:#fff;background:#3a62b8}html.style1 * a{color:#3a62b8;text-decoration:none!important}html.style1 .btn:focus{box-shadow:rgba(58,98,184,.15)!important}html.style1 a{cursor:pointer}html.style1 :focus{outline-color:rgba(58,98,184,.15);text-decoration:none!important}html.style1 select:focus{outline:none!important}html.style1 .disabled{cursor:not-allowed;opacity:.5}html.style1 svg{vertical-align:baseline}html.style1 input:focus{outline-color:rgba(58,98,184,.15)}html.style1 h1{font-size:calc(30px + 18*(100vw - 320px)/1600)}html.style1 h1,html.style1 h2{font-family:Montserrat,sans-serif;font-weight:800;color:#223645;margin:0}html.style1 h2{font-size:calc(20px + 8*(100vw - 320px)/1600)}html.style1 h3{font-family:Montserrat,sans-serif;font-size:calc(16px + 2*(100vw - 320px)/1600);font-weight:700;color:#223645;margin:0}html.style1 h4{font-family:Roboto,sans-serif;font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:400;color:#647589;margin:0}html.style1 h5{font-family:Montserrat,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:700;color:#223645;margin:0}html.style1 h6{font-family:Roboto,sans-serif;font-size:calc(11px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589;margin:0}html.style1 .h1,html.style1 .h2,html.style1 .h3,html.style1 .h4,html.style1 .h5,html.style1 .h6,html.style1 h1,html.style1 h2,html.style1 h3,html.style1 h4,html.style1 h5,html.style1 h6{line-height:1.1}html.style1 span{font-size:11px;color:#223645}html.style1 .title2,html.style1 span{font-family:Montserrat,sans-serif;font-weight:700}html.style1 .title2{font-size:calc(22px + 14*(100vw - 320px)/1600);color:#fff;margin:0}html.style1 p{font-family:Roboto,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589}html.style1 a:hover{text-decoration:none;color:#3a62b8}html.style1 .theme-title{position:relative}html.style1 .theme-title h4{font-family:Roboto,sans-serif;padding-top:5px}html.style1 .p-0{padding:0}html.style1 .p-5{padding:5px}html.style1 .p-10{padding:10px}html.style1 .p-15{padding:15px}html.style1 .p-20{padding:20px}html.style1 .p-25{padding:25px}html.style1 .p-30{padding:30px}html.style1 .p-35{padding:35px}html.style1 .p-40{padding:40px}html.style1 .p-45{padding:45px}html.style1 .p-50{padding:50px}html.style1 .p-l-0{padding-left:0}html.style1 .p-l-5{padding-left:5px}html.style1 .p-l-10{padding-left:10px}html.style1 .p-l-15{padding-left:15px}html.style1 .p-l-20{padding-left:20px}html.style1 .p-l-25{padding-left:25px}html.style1 .p-l-30{padding-left:30px}html.style1 .p-l-35{padding-left:35px}html.style1 .p-l-40{padding-left:40px}html.style1 .p-l-45{padding-left:45px}html.style1 .p-l-50{padding-left:50px}html.style1 .p-t-0{padding-top:0!important}html.style1 .p-t-5{padding-top:5px!important}html.style1 .p-t-10{padding-top:10px!important}html.style1 .p-t-15{padding-top:15px!important}html.style1 .p-t-20{padding-top:20px!important}html.style1 .p-t-25{padding-top:25px!important}html.style1 .p-t-30{padding-top:30px!important}html.style1 .p-t-35{padding-top:35px!important}html.style1 .p-t-40{padding-top:40px!important}html.style1 .p-t-45{padding-top:45px!important}html.style1 .p-t-50{padding-top:50px!important}html.style1 .p-b-0{padding-bottom:0!important}html.style1 .p-b-5{padding-bottom:5px!important}html.style1 .p-b-10{padding-bottom:10px!important}html.style1 .p-b-15{padding-bottom:15px!important}html.style1 .p-b-20{padding-bottom:20px!important}html.style1 .p-b-25{padding-bottom:25px!important}html.style1 .p-b-30{padding-bottom:30px!important}html.style1 .p-b-35{padding-bottom:35px!important}html.style1 .p-b-40{padding-bottom:40px!important}html.style1 .p-b-45{padding-bottom:45px!important}html.style1 .p-b-50{padding-bottom:50px!important}html.style1 .p-r-0{padding-right:0}html.style1 .p-r-5{padding-right:5px}html.style1 .p-r-10{padding-right:10px}html.style1 .p-r-15{padding-right:15px}html.style1 .p-r-20{padding-right:20px}html.style1 .p-r-25{padding-right:25px}html.style1 .p-r-30{padding-right:30px}html.style1 .p-r-35{padding-right:35px}html.style1 .p-r-40{padding-right:40px}html.style1 .p-r-45{padding-right:45px}html.style1 .p-r-50{padding-right:50px}html.style1 .m-0{margin:0!important}html.style1 .m-5{margin:5px!important}html.style1 .m-10{margin:10px!important}html.style1 .m-15{margin:15px!important}html.style1 .m-20{margin:20px!important}html.style1 .m-25{margin:25px!important}html.style1 .m-30{margin:30px!important}html.style1 .m-35{margin:35px!important}html.style1 .m-40{margin:40px!important}html.style1 .m-45{margin:45px!important}html.style1 .m-50{margin:50px!important}html.style1 .m-t-0{margin-top:0!important}html.style1 .m-t-5{margin-top:5px!important}html.style1 .m-t-10{margin-top:10px!important}html.style1 .m-t-15{margin-top:15px!important}html.style1 .m-t-20{margin-top:20px!important}html.style1 .m-t-25{margin-top:25px!important}html.style1 .m-t-30{margin-top:30px!important}html.style1 .m-t-35{margin-top:35px!important}html.style1 .m-t-40{margin-top:40px!important}html.style1 .m-t-45{margin-top:45px!important}html.style1 .m-t-50{margin-top:50px!important}html.style1 .m-b-0{margin-bottom:0!important}html.style1 .m-b-5{margin-bottom:5px!important}html.style1 .m-b-10{margin-bottom:10px!important}html.style1 .m-b-15{margin-bottom:15px!important}html.style1 .m-b-20{margin-bottom:20px!important}html.style1 .m-b-25{margin-bottom:25px!important}html.style1 .m-b-30{margin-bottom:30px!important}html.style1 .m-b-35{margin-bottom:35px!important}html.style1 .m-b-40{margin-bottom:40px!important}html.style1 .m-b-45{margin-bottom:45px!important}html.style1 .m-b-50{margin-bottom:50px!important}html.style1 .m-l-0{margin-left:0!important}html.style1 .m-l-5{margin-left:5px!important}html.style1 .m-l-10{margin-left:10px!important}html.style1 .m-l-15{margin-left:15px!important}html.style1 .m-l-20{margin-left:20px!important}html.style1 .m-l-25{margin-left:25px!important}html.style1 .m-l-30{margin-left:30px!important}html.style1 .m-l-35{margin-left:35px!important}html.style1 .m-l-40{margin-left:40px!important}html.style1 .m-l-45{margin-left:45px!important}html.style1 .m-l-50{margin-left:50px!important}html.style1 .m-r-0{margin-right:0}html.style1 .m-r-5{margin-right:5px}html.style1 .m-r-10{margin-right:10px}html.style1 .m-r-15{margin-right:15px}html.style1 .m-r-20{margin-right:20px}html.style1 .m-r-25{margin-right:25px}html.style1 .m-r-30{margin-right:30px}html.style1 .m-r-35{margin-right:35px}html.style1 .m-r-40{margin-right:40px}html.style1 .m-r-45{margin-right:45px}html.style1 .m-r-50{margin-right:50px}html.style1 .img-10{width:10px!important}html.style1 .img-20{width:20px!important}html.style1 .img-30{width:30px!important}html.style1 .img-40{width:40px!important}html.style1 .img-50{width:50px!important}html.style1 .img-60{width:60px!important}html.style1 .img-70{width:70px!important}html.style1 .img-80{width:80px!important}html.style1 .img-90{width:90px!important}html.style1 .img-100{width:100px!important}html.style1 .rounded{border-radius:5px!important}html.style1 .rouded15{border-radius:15px!important}html.style1 .font-primary{color:#3a62b8!important}html.style1 .font-success{color:#3fcc35!important}html.style1 .font-danger{color:#ff4e2b!important}html.style1 .font-light{color:#eff1f2!important}html.style1 .font-warning{color:#ffc514!important}html.style1 .badge-primary{background-color:#3a62b8!important}html.style1 .badge-outline-primary{background-color:rgba(58,98,184,.15)!important;color:#3a62b8;transition:all .3s ease}html.style1 .badge-outline-primary:hover{transition:all .3s ease;background-color:rgba(58,98,184,.25)!important;color:#3a62b8!important}html.style1 .badge-success{background-color:#3fcc35!important}html.style1 .badge-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;transition:all .3s ease}html.style1 .badge-outline-success:hover{transition:all .3s ease;background-color:rgba(63,204,53,.25)!important;color:#3fcc35!important}html.style1 .badge-danger{background-color:#ff4e2b!important}html.style1 .badge-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;transition:all .3s ease}html.style1 .badge-outline-danger:hover{transition:all .3s ease;background-color:rgba(255,78,43,.25)!important;color:#ff4e2b!important}html.style1 .badge-light{background-color:#eff1f2!important}html.style1 .badge-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;transition:all .3s ease;background-color:rgba(34,54,69,.15)!important;color:#223645}html.style1 .badge-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2!important;transition:all .3s ease;background-color:rgba(239,241,242,.5)!important;color:#223645!important}html.style1 .badge-dark{background-color:#223645!important}html.style1 .badge-outline-dark{background-color:rgba(34,54,69,.15)!important;color:#223645;transition:all .3s ease}html.style1 .badge-outline-dark:hover{transition:all .3s ease;background-color:rgba(34,54,69,.25)!important;color:#223645!important}html.style1 .badge-warning{background-color:#ffc514!important}html.style1 .badge-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;transition:all .3s ease}html.style1 .badge-outline-warning:hover{transition:all .3s ease;background-color:rgba(255,197,20,.25)!important;color:#ffc514!important}html.style1 .badge-light{color:#223645}html.style1 .badge{font-size:12px;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;letter-spacing:.5px;padding:3px 10px;border-radius:10px;display:inline-flex;align-items:center}html.style1 .badge i{font-weight:800;margin-right:5px}html.style1 .badge svg{height:13px;width:13px;margin-right:5px}html.style1 .badge.xl{font-size:108%;font-family:Montserrat,sans-serif;font-weight:700;border-radius:25px;padding:11px 20px}html.style1 .badge.xl svg{height:14px}html.style1 .badge.sm{font-size:81%;padding:4px;border-radius:5px;font-weight:600}html.style1 .badge.sm svg{height:11px;width:11px}html.style1 .badge-one .badge.sm{padding:4px 4px 2px}html.style1 .bg-primary{background-color:#3a62b8!important}html.style1 .bg-success{background-color:#3fcc35!important}html.style1 .bg-danger{background-color:#ff4e2b!important}html.style1 .bg-light{background-color:#eff1f2!important}html.style1 .bg-warning{background-color:#ffc514!important}html.style1 .bg-transparent{background-color:transparent!important}html.style1 .btn{font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:600;text-transform:capitalize;padding:15px 40px;border-radius:10px}html.style1 .btn-group-sm>.btn,html.style1 .btn.btn-sm{padding:10px 30px}html.style1 .btn-primary{background-color:#3a62b8;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style1 .btn-primary.disabled,html.style1 .btn-primary:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style1 .btn-primary.active,html.style1 .btn-primary:active,html.style1 .btn-primary:focus,html.style1 .btn-primary:hover{background-color:#2e4d91!important;border-color:#2e4d91!important;transition:all .3s ease;outline:none!important;color:#fff}html.style1 .btn-primary:focus{outline:none!important;box-shadow:0 0 3px 2px #a8bbe3;transition:all .3s ease}html.style1 .btn-outline-primary{background-color:rgba(58,98,184,.15)!important;color:#3a62b8;border:none!important;transition:all .3s ease}html.style1 .btn-outline-primary.disabled,html.style1 .btn-outline-primary:disabled{background-color:rgba(58,98,184,.1)!important;color:#3a62b8;border:none!important;transition:all .3s ease}html.style1 .btn-outline-primary.active,html.style1 .btn-outline-primary:active,html.style1 .btn-outline-primary:focus,html.style1 .btn-outline-primary:hover{background-color:rgba(58,98,184,.25)!important;color:#3a62b8;border:none!important;transition:all .3s ease}html.style1 .btn-outline-primary:focus{box-shadow:0 0 3px 2px #a8bbe3;transition:all .3s ease}html.style1 .btn-success{background-color:#3fcc35;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style1 .btn-success.disabled,html.style1 .btn-success:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style1 .btn-success.active,html.style1 .btn-success:active,html.style1 .btn-success:focus,html.style1 .btn-success:hover{background-color:#32a42a!important;border-color:#32a42a!important;transition:all .3s ease;outline:none!important;color:#fff}html.style1 .btn-success:focus{outline:none!important;box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}html.style1 .btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style1 .btn-outline-success.disabled,html.style1 .btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style1 .btn-outline-success.active,html.style1 .btn-outline-success:active,html.style1 .btn-outline-success:focus,html.style1 .btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style1 .btn-outline-success:focus{box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}html.style1 .btn-danger{background-color:#ff4e2b;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style1 .btn-danger.disabled,html.style1 .btn-danger:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style1 .btn-danger.active,html.style1 .btn-danger:active,html.style1 .btn-danger:focus,html.style1 .btn-danger:hover{background-color:#f72900!important;border-color:#f72900!important;transition:all .3s ease;outline:none!important;color:#fff}html.style1 .btn-danger:focus{outline:none!important;box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}html.style1 .btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style1 .btn-outline-danger.disabled,html.style1 .btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style1 .btn-outline-danger.active,html.style1 .btn-outline-danger:active,html.style1 .btn-outline-danger:focus,html.style1 .btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style1 .btn-outline-danger:focus{box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}html.style1 .btn-light{background-color:#eff1f2;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style1 .btn-light.disabled,html.style1 .btn-light:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style1 .btn-light.active,html.style1 .btn-light:active,html.style1 .btn-light:focus,html.style1 .btn-light:hover{background-color:#d3d8db!important;border-color:#d3d8db!important;transition:all .3s ease;outline:none!important;color:#fff}html.style1 .btn-light:focus{outline:none!important;box-shadow:0 0 3px 2px #fff;transition:all .3s ease}html.style1 .btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}html.style1 .btn-outline-light.disabled,html.style1 .btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;color:#eff1f2;border:none!important;transition:all .3s ease}html.style1 .btn-outline-light.active,html.style1 .btn-outline-light:active,html.style1 .btn-outline-light:focus,html.style1 .btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2;border:none!important;transition:all .3s ease}html.style1 .btn-outline-light:focus{box-shadow:0 0 3px 2px #fff;transition:all .3s ease}html.style1 .btn-outline-light.active,html.style1 .btn-outline-light:active,html.style1 .btn-outline-light:focus,html.style1 .btn-outline-light:hover{background-color:#e1e5e7!important}html.style1 .btn-warning{background-color:#ffc514;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style1 .btn-warning.disabled,html.style1 .btn-warning:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style1 .btn-warning.active,html.style1 .btn-warning:active,html.style1 .btn-warning:focus,html.style1 .btn-warning:hover{background-color:#e0a900!important;border-color:#e0a900!important;transition:all .3s ease;outline:none!important;color:#fff}html.style1 .btn-warning:focus{outline:none!important;box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}html.style1 .btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style1 .btn-outline-warning.disabled,html.style1 .btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style1 .btn-outline-warning.active,html.style1 .btn-outline-warning:active,html.style1 .btn-outline-warning:focus,html.style1 .btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style1 .btn-outline-warning:focus{box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}html.style1 .btn-light{color:#223645!important}html.style1 .btn-light.active,html.style1 .btn-light:active,html.style1 .btn-light:focus{box-shadow:0 0 3px 2px #eff1f2}html.style1 .icon-btn{height:32px;width:32px;border-radius:100%;font-weight:800;align-items:center;justify-content:center;display:inline-flex;border:0!important}html.style1 .icon-btn i{font-size:16px}html.style1 .icon-btn svg{width:16px;height:16px;stroke-width:3px;vertical-align:middle}html.style1 .icon-btn.btn-xl{height:60px;width:60px;padding:18px}html.style1 .icon-btn.btn-xl i{font-size:24px}html.style1 .icon-btn.btn-xl svg{height:24px;width:24px}html.style1 .btn-group-sm>.icon-btn.btn,html.style1 .icon-btn.btn-sm{height:34px;width:34px;display:inline-flex}html.style1 .icon-btn.btn-xs{height:30px;width:30px;padding:8.5px}html.style1 .icon-btn.btn-xs svg{height:12px;width:12px}html.style1 .icon-btn.btn-outline-primary{background-color:rgba(58,98,184,.15)!important;color:#3a62b8!important;border:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-primary.disabled,html.style1 .icon-btn.btn-outline-primary:disabled{background-color:rgba(58,98,184,.1)!important;border:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-primary.active,html.style1 .icon-btn.btn-outline-primary:active,html.style1 .icon-btn.btn-outline-primary:focus,html.style1 .icon-btn.btn-outline-primary:hover{background-color:rgba(58,98,184,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style1 .icon-btn.btn-outline-primary.active{background-color:#3a62b8!important;color:#fff!important}html.style1 .icon-btn.btn-outline-primary:focus{box-shadow:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-primary.button-effect .effect-wave{background-color:#5a7ecb}html.style1 .icon-btn.btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35!important;border:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-success.disabled,html.style1 .icon-btn.btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;border:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-success.active,html.style1 .icon-btn.btn-outline-success:active,html.style1 .icon-btn.btn-outline-success:focus,html.style1 .icon-btn.btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style1 .icon-btn.btn-outline-success.active{background-color:#3fcc35!important;color:#fff!important}html.style1 .icon-btn.btn-outline-success:focus{box-shadow:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-success.button-effect .effect-wave{background-color:#66d65e}html.style1 .icon-btn.btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b!important;border:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-danger.disabled,html.style1 .icon-btn.btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;border:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-danger.active,html.style1 .icon-btn.btn-outline-danger:active,html.style1 .icon-btn.btn-outline-danger:focus,html.style1 .icon-btn.btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style1 .icon-btn.btn-outline-danger.active{background-color:#ff4e2b!important;color:#fff!important}html.style1 .icon-btn.btn-outline-danger:focus{box-shadow:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-danger.button-effect .effect-wave{background-color:#ff795e}html.style1 .icon-btn.btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2!important;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}html.style1 .icon-btn.btn-outline-light.disabled,html.style1 .icon-btn.btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;border:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-light.active,html.style1 .icon-btn.btn-outline-light:active,html.style1 .icon-btn.btn-outline-light:focus,html.style1 .icon-btn.btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style1 .icon-btn.btn-outline-light.active{background-color:#eff1f2!important;color:#fff!important}html.style1 .icon-btn.btn-outline-light:focus{box-shadow:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-light.button-effect .effect-wave{background-color:#fff}html.style1 .icon-btn.btn-outline-light.active,html.style1 .icon-btn.btn-outline-light:active,html.style1 .icon-btn.btn-outline-light:focus,html.style1 .icon-btn.btn-outline-light:hover{background-color:#e1e5e7!important}html.style1 .icon-btn.btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514!important;border:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-warning.disabled,html.style1 .icon-btn.btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;border:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-warning.active,html.style1 .icon-btn.btn-outline-warning:active,html.style1 .icon-btn.btn-outline-warning:focus,html.style1 .icon-btn.btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style1 .icon-btn.btn-outline-warning.active{background-color:#ffc514!important;color:#fff!important}html.style1 .icon-btn.btn-outline-warning:focus{box-shadow:none!important;transition:all .3s ease}html.style1 .icon-btn.btn-outline-warning.button-effect .effect-wave{background-color:#ffd247}html.style1 .dot-btn{position:relative;display:inline-block}html.style1 .dot-btn:before{content:"";height:9px;width:9px;position:absolute;top:5px;right:1px;border-radius:100%;z-index:1;border:1px solid #fff}html.style1 .dot-btn.grow:before{border:none;height:7px;width:7px}html.style1 .dot-btn.grow:after{content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}html.style1 .dot-btn.dot-primary:before{background-color:#3a62b8!important}html.style1 .dot-btn.dot-primary.grow:after{border:5px solid #3a62b8;animation:grow 1s ease-out infinite}html.style1 .dot-btn.dot-success:before{background-color:#3fcc35!important}html.style1 .dot-btn.dot-success.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite}html.style1 .dot-btn.dot-danger:before{background-color:#ff4e2b!important}html.style1 .dot-btn.dot-danger.grow:after{border:5px solid #ff4e2b;animation:grow 1s ease-out infinite}html.style1 .dot-btn.dot-light:before{background-color:#eff1f2!important;background-color:#223645!important}html.style1 .dot-btn.dot-light.grow:after{border:5px solid #eff1f2;animation:grow 1s ease-out infinite;border:5px solid #223645}html.style1 .dot-btn.dot-warning:before{background-color:#ffc514!important}html.style1 .dot-btn.dot-warning.grow:after{border:5px solid #ffc514;animation:grow 1s ease-out infinite}html.style1 .theme-btn-group a+a{margin-left:5px;border-radius:15px}html.style1 .theme-btn-group .btn-group-sm>a+a.btn,html.style1 .theme-btn-group a+a.btn-sm{border-radius:10px}html.style1 .theme-btn-group a:first-child{border-radius:15px 15px 0}html.style1 .theme-btn-group .btn-group-sm>a.btn:first-child,html.style1 .theme-btn-group a:first-child.btn-sm{border-radius:10px 10px 0}html.style1 .theme-btn-group a:last-child{border-radius:15px 15px 15px 0}html.style1 .theme-btn-group .btn-group-sm>a.btn:last-child,html.style1 .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 10px 0}html.style1 .profile{width:60px;height:60px;display:inline-block;border-radius:20px;position:relative}html.style1 .profile span{font-size:22px;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);color:#fff}html.style1 .profile.busy:before,html.style1 .profile.offline:before,html.style1 .profile.online:before,html.style1 .profile.unreachable:before{content:"";position:absolute;height:13px;width:13px;border-radius:100%;border:2px solid #fff;right:0}html.style1 .profile.unreachable:before{background-color:#ffc514}html.style1 .profile.online:before{background-color:#3fcc35}html.style1 .profile.busy:before{background-color:#ff4e2b}html.style1 .profile.offline:before{background-color:#828282}html.style1 .button-effect{display:inline-flex;overflow:hidden;position:relative}html.style1 .button-effect:before{position:absolute;top:50%;left:50%;z-index:2;display:block;content:"";width:0;height:0;background:hsla(0,0%,100%,.2);border-radius:100%;transform:translate(-50%,-50%);opacity:0}html.style1 .button-effect:hover{cursor:pointer}html.style1 .button-effect:hover:before{animation:circle .75s}html.style1 .effect-wave{display:block;position:absolute;transform:translateX(-50%) translateY(-50%);width:0;height:0;background-color:#eff1f2;border-radius:50%;opacity:.5}html.style1 .is-animating{transform:translateZ(0) scale(1)}html.style1 .is-animating.btn-success{animation:phone-outer-success 3s infinite}html.style1 .is-animating.btn-danger{animation:phone-outer-danger 3s infinite}html.style1 .is-animating.btn-danger svg{transform:rotate(135deg);animation:none}html.style1 .is-animating:before{position:absolute;content:"";top:0;left:0;width:60px;height:60px;background-color:hsla(0,0%,100%,.2);border-radius:100%;opacity:1;transform:translateZ(0) scale(0);animation:phone-inner 3s infinite}html.style1 .is-animating svg{animation:phone-icon 3s infinite;transform:translateZ(0);fill:#fff;stroke-width:1px}html.style1 .is-animating.cancelcall,html.style1 .is-animating.cancelcall:before{animation:none}html.style1 .social-group li{display:inline-block}html.style1 .social-group li+li{margin-left:5px}html.style1 .social-group li .btn-google{background-color:#3b5998;color:#fff}html.style1 .social-group li .btn-twiter{background-color:#55acee;color:#fff}html.style1 .social-group li .btn-linkedin{background-color:#0e76a8;color:#fff}html.style1 .social-group li .btn-instagram{background-color:#e4405f;color:#fff}html.style1 .btn-primary.is-animating{box-shadow:0 0 0 0 rgba(58,98,184,0),0 .05em .1em rgba(0,0,0,.2)}html.style1 .btn-success.is-animating{box-shadow:0 0 0 0 rgba(63,204,53,0),0 .05em .1em rgba(0,0,0,.2)}html.style1 .btn-danger.is-animating{box-shadow:0 0 0 0 rgba(255,78,43,0),0 .05em .1em rgba(0,0,0,.2)}html.style1 .btn-light.is-animating{box-shadow:0 0 0 0 rgba(239,241,242,0),0 .05em .1em rgba(0,0,0,.2)}html.style1 .btn-warning.is-animating{box-shadow:0 0 0 0 rgba(255,197,20,0),0 .05em .1em rgba(0,0,0,.2)}html.style1 .btn-fix{position:fixed;bottom:20px;margin-left:-30px;z-index:9}html.style1 .theme-tab .nav-tabs{border:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:20px}html.style1 .theme-tab .nav-tabs .nav-item .nav-link{font-size:calc(14px + 1*(100vw - 320px)/1600);font-weight:700;padding:7px 30px;min-height:30px;border-radius:10px;min-width:140px;background-color:#eff1f2!important;border:none!important;color:#223645!important;text-align:center;transition:all .3s ease;justify-content:center}html.style1 .theme-tab .nav-tabs .nav-item .nav-link.active{background-color:rgba(58,98,184,.15)!important;color:#3a62b8!important;transition:all .3s ease}html.style1 .theme-tab.chat-tabs #myTab1 .nav-tabs{justify-content:center}html.style1 .theme-tab.chat-tabs #myTab1 .nav-tabs .nav-link{margin:0 10px}html.style1 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link{border-radius:25px;padding:0 14px;font-size:calc(13px + 1*(100vw - 320px)/1600);line-height:2.2;min-width:unset;color:#223645;background-color:#eff1f2;display:flex;align-items:center}html.style1 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{height:16px;fill:#223645!important;transition:all .3s ease;stroke-width:1px}html.style1 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{color:#fff!important;background-color:#3a62b8!important;transition:all .3s ease;box-shadow:-1px 10px 16px -10px #3a62b8}html.style1 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active svg{fill:#fff!important;transition:all .3s ease}html.style1 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 25px;min-width:auto;display:flex;font-size:13px}html.style1 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}html.style1 .tab-card{text-align:center;padding:20px;border:1px solid #eff1f2;border-radius:15px}html.style1 .tab-card+.tab-card{margin-top:15px}html.style1 .msg-box>li .auto-gallery,html.style1 .msg-box>li .document,html.style1 .msg-box>li>h5{display:inline-block;padding:16px 25px;background-color:#e9e9e9;color:#595959;border-radius:0 25px 25px 0;font-weight:400;font-size:14px;font-family:Lato}html.style1 .msg-box>li .refresh-block{display:inline-grid;justify-content:center;align-items:center}html.style1 .msg-box>li .refresh-block .refresh{margin-bottom:10px;transition:all .3s ease}html.style1 .msg-box>li .refresh-block .refresh:hover{transition:all .3s ease;cursor:pointer}html.style1 .msg-box>li .refresh-block .refresh.refreshed,html.style1 .msg-box>li .refresh-block .refresh:hover{color:#fff!important;background-color:#3a62b8!important}html.style1 .msg-box>li .refresh-block .refresh.refreshed svg{transform:rotate(1turn);transition:all 3s ease}html.style1 .msg-box>li .refresh-block>div:last-child{display:flex;justify-content:center;align-items:center}html.style1 .msg-box>li:first-child h5{border-radius:30px 25px 25px 0}html.style1 .msg-box>li:last-child .auto-gallery,html.style1 .msg-box>li:last-child .document,html.style1 .msg-box>li:last-child h5{border-radius:16px 16px 16px 0;background-color:#000;color:#fff}html.style1 .msg-box>li+li{margin-top:12px;position:relative}html.style1 .msg-box>li>h5>div>a{color:#328dff!important;cursor:pointer}@media(max-width:767px){html.style1 .msg-box{max-width:90vw}html.style1 .msg-box>li>h5{max-width:80vw;overflow-x:hidden;padding:20px}html.style1 .msg-box>li>h5>div>a{max-width:50%!important;width:50%!important}}html.style1 .contact-chat{margin-top:100px}html.style1 .contact-chat>ul.str-msg h5{font-size:13px}html.style1 .contact-chat>ul.str-msg h6{font-size:9px}html.style1 .contact-chat>ul.str-msg li{padding-left:0!important;width:100%}html.style1 .contact-chat>ul.str-msg li .media .profile{margin-left:.7rem!important}html.style1 .contact-chat>ul.str-msg li .contact-name .msg-box{margin-top:5px}html.style1 .contact-chat>ul.str-msg li .msg-box>li>h5{padding:8px 25px;font-size:12px;line-height:1.6;color:#223645;background-color:#e5e8e9}html.style1 .contact-chat>ul.str-msg li .profile{width:30px;height:30px}html.style1 .contact-chat>ul.chatappend{display:flex;flex-direction:column}html.style1 .contact-chat>ul.chatappend>li:last-child .msg-box>li .msg-dropdown{bottom:50px!important;top:unset!important}html.style1 .contact-chat>ul.chatappend .last{order:999}html.style1 .contact-chat>ul>li.sent .document{border-radius:0 50px 50px 50px}html.style1 .contact-chat>ul>li.sent .document .icon-btns a{background-color:#365cac!important}html.style1 .contact-chat>ul>li.sent .document .details h5,html.style1 .contact-chat>ul>li.sent .document .details h6{color:#eff1f2}html.style1 .contact-chat>ul>li.sent .document i{color:#fff!important}html.style1 .contact-chat>ul>li.sent .document .details,html.style1 .contact-chat>ul>li.sent .document .icon-btns{display:inline-block}html.style1 .contact-chat>ul>li.replies,html.style1 .contact-chat>ul>li.sent{width:60%}html.style1 .contact-chat>ul>li.replies .auto-gallery,html.style1 .contact-chat>ul>li.sent .auto-gallery{background-color:rgba(58,98,184,.15)!important;padding:16px 25px 0 15px}html.style1 .contact-chat>ul>li.replies .auto-gallery li,html.style1 .contact-chat>ul>li.sent .auto-gallery li{display:inline-block!important;height:85px;width:85px;border-radius:20px;margin-left:10px;margin-bottom:10px}html.style1 .contact-chat>ul>li.replies .document,html.style1 .contact-chat>ul>li.sent .document{padding:25px 35px;display:flex;align-items:center}html.style1 .contact-chat>ul>li.replies .document .icon-btns a,html.style1 .contact-chat>ul>li.sent .document .icon-btns a{background-color:#dadee9!important}html.style1 .contact-chat>ul>li.replies .document .icon-btns a+a,html.style1 .contact-chat>ul>li.sent .document .icon-btns a+a{margin-left:10px}html.style1 .contact-chat>ul>li.replies .document .details,html.style1 .contact-chat>ul>li.sent .document .details{padding-left:15px;padding-right:30px;text-align:left}html.style1 .contact-chat>ul>li.replies .document .details h5,html.style1 .contact-chat>ul>li.sent .document .details h5{display:block;padding-bottom:5px}html.style1 .contact-chat>ul>li.replies .document i,html.style1 .contact-chat>ul>li.sent .document i{font-size:40px}html.style1 .contact-chat>ul>li.replies .document .details,html.style1 .contact-chat>ul>li.replies .document .icon-btns,html.style1 .contact-chat>ul>li.sent .document .details,html.style1 .contact-chat>ul>li.sent .document .icon-btns{display:inline-block}html.style1 .contact-chat>ul>li.replies{margin-left:auto;text-align:right}html.style1 .contact-chat>ul>li.replies .document{border-radius:50px 0 50px 50px}html.style1 .contact-chat>ul>li.replies .auto-gallery{padding:16px 25px 5px 15px}html.style1 .contact-chat>ul>li.replies .auto-gallery li{float:right}html.style1 .contact-chat>ul>li.replies .msg-box li{display:inline-flex}html.style1 .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}html.style1 .contact-chat>ul>li.replies .msg-box li:last-child{display:flex;flex-direction:row-reverse;align-items:center;margin-left:auto}html.style1 .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,html.style1 .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:15px 15px 0 15px}html.style1 .contact-chat>ul>li.replies .msg-box li .auto-gallery,html.style1 .contact-chat>ul>li.replies .msg-box li .document,html.style1 .contact-chat>ul>li.replies .msg-box li>h5{background-color:#e40d6a;color:#fff;font-size:14px!important;font-family:Lato!important}html.style1 .contact-chat>ul>li.replies .msg-box li .badge{margin-left:0!important;margin-right:.5rem!important}html.style1 .contact-chat>ul>li.replies .media{flex-direction:row-reverse}html.style1 .contact-chat>ul>li.replies .media .profile{margin-left:1.5rem!important;margin-right:0!important}html.style1 .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:10px;margin-left:unset}html.style1 .contact-chat>ul>li+li{margin-top:10px}html.style1 .contact-chat>ul>li .contact-name .msg-box{margin-top:15px}html.style1 .contact-chat>ul>li .contact-name .msg-box img{width:100%;border-radius:16px}html.style1 .contact-chat>ul>li .contact-name h5{font-family:Lato;display:inline-block;padding-right:20px;line-height:1.4}html.style1 .contact-chat>ul>li .contact-name h6{display:inline-block}html.style1 .msg-setting-main{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;transition:all .5s ease}html.style1 .msg-setting-main .msg-dropdown-main{position:relative;display:none;transition:all .5s ease}html.style1 .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#e4e7ef;width:38px;height:38px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-left:10px}html.style1 .msg-setting-main .msg-dropdown-main .msg-setting i{margin-bottom:-2px}html.style1 .msg-setting-main .msg-dropdown-main .msg-dropdown{background-color:#fff;border:2px solid #eff1f2;padding:15px;border-radius:15px;position:absolute;top:50px;left:0;z-index:1;text-align:left;display:none;transition:all .5s ease}html.style1 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li{font-size:14px;font-weight:600;text-transform:capitalize;margin-bottom:10px}html.style1 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li:last-child{margin-bottom:0}html.style1 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a{color:#595959;width:100%}html.style1 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a i{font-size:16px;display:inline;margin-right:15px}html.style1 .msg-setting-main:hover .msg-dropdown-main{display:inline-block;order:0}html.style1 .custom-dropdown{height:0;width:0;position:absolute;right:0;background-color:#fff;z-index:99;opacity:0;overflow:hidden;overflow-x:hidden;overflow-y:scroll;border:1px solid #eff1f2;border-radius:15px;top:85px;transition:all .3s ease}html.style1 .custom-dropdown.open{opacity:1;transition:all .3s ease;height:200px;width:300px}html.style1 .onclick-dropdown{cursor:pointer}html.style1 .dropdown-menu .dropdown-divider{border-top:none}html.style1 .emojis-main{position:relative;display:flex;height:100%}html.style1 .emojis-main .toggle-sticker img{height:30px}html.style1 .emojis-main .toggle-sticker svg{height:50px;width:50px;fill:#3a62b8}html.style1 .emojis-main .toggle-sticker svg path{stroke:#3a62b8}html.style1 .emojis-main .toggle-sticker.active svg{fill:#fff}html.style1 .emojis-main .toggle-sticker.active svg path{stroke:#fff}html.style1 .emojis-main .emojis-contain,html.style1 .emojis-main .sticker-contain{width:0;height:0;background-color:#fff;position:absolute;bottom:0;left:0;padding:35px;transform:scale(0);transition:all .3s ease}html.style1 .emojis-main .emojis-contain.open,html.style1 .emojis-main .sticker-contain.open{bottom:85px;transform:scale(1);transition:all .3s ease;width:420px;height:280px}html.style1 .emojis-main .emojis-contain .emojis-sub-contain,html.style1 .emojis-main .sticker-contain .emojis-sub-contain{height:100%;overflow:overlay}html.style1 .emojis-main .emojis-contain .emojis-sub-contain:before,html.style1 .emojis-main .sticker-contain .emojis-sub-contain:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:70px;z-index:1}html.style1 .emojis-main .emojis-contain .emojis-sub-contain ul li,html.style1 .emojis-main .sticker-contain .emojis-sub-contain ul li{display:inline-block;font-size:24px;padding:5px;cursor:pointer}html.style1 .emojis-main .emojis-contain .sticker-sub-contain,html.style1 .emojis-main .sticker-contain .sticker-sub-contain{height:100%;overflow:overlay}html.style1 .emojis-main .emojis-contain .sticker-sub-contain ul li,html.style1 .emojis-main .sticker-contain .sticker-sub-contain ul li{display:inline-block}html.style1 .emojis-main .emojis-contain .sticker-sub-contain ul li img,html.style1 .emojis-main .sticker-contain .sticker-sub-contain ul li img{width:45px;height:auto}html.style1 .emojis-main .contact-poll{transition:all 1s ease}html.style1 .emojis-main .contact-poll .contact-poll-content{position:absolute;bottom:85px;left:90px;background-color:#fff;padding:30px;transition:all 1s ease;display:none}html.style1 .emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:15px;position:relative;text-transform:capitalize;font-size:16px;font-weight:600;padding-left:30px;transition:all .5s ease}html.style1 .emojis-main .contact-poll .contact-poll-content ul li:last-child{margin-bottom:0}html.style1 .emojis-main .contact-poll .contact-poll-content ul li a{color:#223645;transition:all .3s ease}html.style1 .emojis-main .contact-poll .contact-poll-content ul li a svg{width:18px;margin-right:15px;position:absolute;left:0}html.style1 .emojis-main .contact-poll .contact-poll-content ul li:hover a{color:#3a62b8;transition:all .3s ease}html.style1 .emojis-main .contact-poll .contact-poll-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:40px;z-index:1}html.style1 .main-nav .status>div:before{content:"";position:absolute;height:100%;width:100%;background-color:#3a62b8;left:0;z-index:-1;top:0;border-radius:100%}html.style1 .main-nav .user-popup{height:43px;width:43px;padding:3px;border-radius:100%;margin:0 auto;position:relative}html.style1 .main-nav .user-popup.two>div:after{content:"";position:absolute;height:3px;width:100%;background-color:#fff;left:0;z-index:-1;top:22px}html.style1 .main-nav .user-popup.three>div:after{content:"";position:absolute;left:-6px;z-index:-1;top:-5px;width:0;height:0;border-left:33px solid transparent;border-right:28px solid transparent;border-bottom:43px solid #fff}html.style1 .main-nav .user-popup>div{height:37px;width:37px;border-radius:100%;margin:0 auto}html.style1 .chat-friend-toggle{position:relative}html.style1 .chat-friend-toggle .chat-frind-content{position:absolute;top:80px;right:0;padding:25px;background-color:#fff;text-align:left;display:none;text-transform:capitalize}html.style1 .chat-friend-toggle .chat-frind-content ul li{margin-bottom:15px;padding-left:50px!important;position:relative;display:inline-flex!important;align-items:center;height:30px}html.style1 .chat-friend-toggle .chat-frind-content ul li a{position:absolute;left:0}html.style1 .chat-friend-toggle .chat-frind-content ul li:last-child{margin-bottom:0;padding-top:20px;border-top:1px solid #eff1f2;height:34px}html.style1 .chat-friend-toggle .chat-frind-content ul li:before{border-left:5px solid #3a62b8;content:"";position:absolute;top:0;left:15px}html.style1 .user-status{position:relative;padding:4px}html.style1 .user-status:before{content:"";position:absolute;height:100%;width:100%;background-color:#3a62b8;left:0;z-index:-1;top:0;border-radius:100%}html.style1 .react-datepicker__day--keyboard-selected,html.style1 .react-datepicker__month-text--keyboard-selected,html.style1 .react-datepicker__quarter-text--keyboard-selected,html.style1 .react-datepicker__year-text--keyboard-selected{background-color:#3a62b8}html.style1 .react-datepicker{border:none;box-shadow:0 4px 14px rgba(174,197,231,.5)}html.style1 .react-datepicker__header{border-bottom:none}html.style1 .chat-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;transition:all .3s ease}html.style1 .chat-main li .chat-box .icon-btn.btn-outline-light{position:absolute;right:0}html.style1 .chat-main li .chat-box .favourite svg{stroke:none;fill:#3a62b8}html.style1 .chat-main li .chat-box .favourite.btn-primary svg{fill:#fff}html.style1 .chat-main li .chat-box.notification span{padding-top:0;padding-bottom:5px;display:inline-block}html.style1 .chat-main li .chat-box.notification p{margin-bottom:0;margin-top:8px;font-size:13px}html.style1 .chat-main li .details h6 img{height:20px}html.style1 .chat-main li.active{background-color:#f6f7fa;border-left:4px solid #3a62b8;transition:all .3s ease}html.style1 .chat-main li.active .details h6{font-weight:600;color:#3a62b8;letter-spacing:1px}html.style1 .chat-main li .chat-box .date-status .ti-pin2.pined{opacity:1;transition:all .3s ease;color:#3a62b8}html.style1 .chat-main li .chat-box{position:relative}html.style1 .chat-main li .chat-box .profile{position:absolute;left:0}html.style1 .chat-main li .chat-box .details{padding:12px 50px 13px 75px}html.style1 .chat-main li .chat-box .details h6{padding-top:8px;max-width:170px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}html.style1 .chat-main li .chat-box .date-status{position:absolute;right:0;top:0;text-align:right}html.style1 .chat-main li .chat-box .date-status .ti-pin2{opacity:0;transition:all .3s ease}html.style1 .chat-main li .chat-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style1 .chat-main li .chat-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style1 .chat-main li .chat-box:hover .date-status .ti-pin2{opacity:1;transition:all .3s ease}html.style1 ul.grop-icon{line-height:1;display:flex;align-items:center}html.style1 ul.grop-icon li{margin-left:0;margin-right:0;padding:0;border:2px solid #fff;border-radius:50%;transition:z-index .3s ease}html.style1 ul.grop-icon li:hover{z-index:9;transition:z-index .3s ease}html.style1 ul.grop-icon li:nth-child(2),html.style1 ul.grop-icon li:nth-child(3){margin-left:-10px}html.style1 ul.grop-icon li:last-child{font-size:12px;color:#223645;font-weight:700;border:none;border-radius:0;margin-left:5px}html.style1 ul.grop-icon li img{width:15px;height:15px;border-radius:50%}html.style1 .group-main li{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;padding-top:15px}html.style1 .group-main li.active{background-color:#f6f7fa;border-left:4px solid #3a62b8}html.style1 .group-main li.active .chat-box .details h6{font-weight:600;color:#3a62b8}html.style1 .group-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}html.style1 .group-main .group-box{position:relative}html.style1 .group-main .group-box .profile{position:absolute;left:0}html.style1 .group-main .group-box .profile span{font-size:26px;font-weight:700}html.style1 .group-main .group-box .details{padding-left:75px;padding-top:12px;padding-bottom:13px}html.style1 .group-main .group-box .details h6{padding-top:5px;line-height:2}html.style1 .group-main .group-box .date-status{position:absolute;right:0;top:8px;text-align:right}html.style1 .group-main .group-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style1 .group-main .group-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style1 .contact-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}html.style1 .contact-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(58,98,184,.15);transition:all .3s ease}html.style1 .contact-log-main li.active:before{border-left:4px solid #3a62b8;width:100%;transition:all .3s ease}html.style1 .contact-log-main li .contact-box{position:relative;height:60px}html.style1 .contact-log-main li .contact-box .contact-action{position:absolute;right:0;top:10px}html.style1 .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-left:5px}html.style1 .contact-log-main li .contact-box .profile{position:absolute;left:0}html.style1 .contact-log-main li .contact-box .details{height:60px;padding:12px 100px 13px 75px}html.style1 .contact-log-main li .contact-box .details h6{padding-top:8px}html.style1 .contact-log-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}html.style1 .contact-log-main .call-log-box{position:relative}html.style1 .contact-log-main .call-log-box .profile{position:absolute;left:0}html.style1 .contact-log-main .call-log-box .profile span{font-size:26px;font-weight:700}html.style1 .contact-log-main .call-log-box .details{padding:12px 50px 13px 75px}html.style1 .contact-log-main .call-log-box .details h6{padding-top:5px;line-height:1.6}html.style1 .contact-log-main .call-log-box .date-status{position:absolute;right:0;top:8px;text-align:right}html.style1 .contact-log-main .call-log-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style1 .contact-log-main .call-log-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style1 .search2{padding-top:20px;padding-bottom:25px;margin-left:-40px;margin-right:-40px;margin-top:5px;border-top:1px solid #eff1f2;display:flex;justify-content:center}html.style1 .search2>div{width:310px;height:50px;border-radius:15px;background-color:#f4f5f6}html.style1 .search2 .input-group{height:100%;display:flex;align-items:center}html.style1 .search2 .input-group .form-control{background-color:transparent;outline:none;border:none;box-shadow:none}html.style1 .search2 .input-group .form-control::place-holder{color:#e5e8e9}html.style1 .search2 .input-group .form-control:focus{outline:none;border:none;box-shadow:none}html.style1 .search2 .input-group .input-group-append{line-height:1}html.style1 .search2 .input-group .input-group-append span{padding:8px 20px}html.style1 .search2 .input-group .input-group-append span i{font-size:16px}html.style1 .search2 .input-group .input-group-append:last-child span{border-left:1px solid #e5e8e9}html.style1 .tippy-tooltip.gradienttooltip-theme,html.style1 .tippy-tooltip.tooltiprad-theme{border-radius:0 50px 50px 50px;margin-left:70px;margin-top:50px}html.style1 .tippy-tooltip.gradienttooltip-theme{background-image:linear-gradient(90deg,#1589ff,#82cafa)}html.style1 .chitchat-loader{background-color:#fff;margin:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;z-index:99999;top:0;left:0;text-align:center}html.style1 .chitchat-loader h3{margin-top:30px;color:#828282}html.style1 .type{width:60px;position:relative;height:15px}html.style1 .typing-loader{width:8px;height:8px;border-radius:100%;animation:loadertyping .8s ease-in-out infinite alternate;animation-delay:.32s;position:absolute;left:0;right:0;margin:0 auto;top:-27px}html.style1 .typing-loader:after,html.style1 .typing-loader:before{content:"";position:absolute;width:8px;height:8px;border-radius:100%;box-shadow:0 40px 0 #fff;animation:loadertyping .8s ease-in-out infinite alternate}html.style1 .typing-loader:before{left:-17px;animation-delay:.48s}html.style1 .typing-loader:after{right:-17px;animation-delay:.16s}html.style1 .switchery{background-color:#fff;border:1px solid #dfdfdf;cursor:pointer;border-radius:20px;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}html.style1 .switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,.4);height:30px;position:absolute;top:0;width:30px}html.style1 .switchery-small{border-radius:20px;height:18px;width:33px}html.style1 .switchery-small>small{height:14px;width:14px;top:2px}html.style1 .collapse-block.open .block-title{padding-bottom:25px;transition:all .3s ease}html.style1 .collapse-block .block-title{position:relative;transition:all .3s ease;cursor:pointer}html.style1 .collapse-block .block-title:after{position:absolute;display:inline-block;content:"";font-family:FontAwesome;color:#223645;right:0;top:-4px;font-size:20px}html.style1 .audiocall1.call-modal,html.style1 .audiocall2.call-modal,html.style1 .conferencecall.call-modal,html.style1 .videocall.call-modal,html.style1 .videocallhang.call-modal{min-height:655px}html.style1 .audiocall1.call-modal .title2,html.style1 .audiocall2.call-modal .title2,html.style1 .conferencecall.call-modal .title2,html.style1 .videocall.call-modal .title2,html.style1 .videocallhang.call-modal .title2{margin-bottom:10px}html.style1 .audiocall1.call-modal h6,html.style1 .audiocall2.call-modal h6,html.style1 .conferencecall.call-modal h6,html.style1 .videocall.call-modal h6,html.style1 .videocallhang.call-modal h6{text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:600;color:#fff;margin-bottom:15px}html.style1 .audiocall1.call-modal ul,html.style1 .audiocall2.call-modal ul,html.style1 .conferencecall.call-modal ul,html.style1 .videocall.call-modal ul,html.style1 .videocallhang.call-modal ul{display:flex;justify-content:center;align-items:center}html.style1 .audiocall1.call-modal ul li+li,html.style1 .audiocall2.call-modal ul li+li,html.style1 .conferencecall.call-modal ul li+li,html.style1 .videocall.call-modal ul li+li,html.style1 .videocallhang.call-modal ul li+li{margin-left:30px}html.style1 .audiocall1.call-modal .center-con,html.style1 .audiocall2.call-modal .center-con,html.style1 .conferencecall.call-modal .center-con,html.style1 .videocall.call-modal .center-con,html.style1 .videocallhang.call-modal .center-con{position:absolute;bottom:100px;width:100%}html.style1 .audiocall1.call-modal .center-con .mic,html.style1 .audiocall1.call-modal .center-con .pause,html.style1 .audiocall2.call-modal .center-con .mic,html.style1 .audiocall2.call-modal .center-con .pause,html.style1 .conferencecall.call-modal .center-con .mic,html.style1 .conferencecall.call-modal .center-con .pause,html.style1 .videocall.call-modal .center-con .mic,html.style1 .videocall.call-modal .center-con .pause,html.style1 .videocallhang.call-modal .center-con .mic,html.style1 .videocallhang.call-modal .center-con .pause{box-shadow:none}html.style1 .audiocall1.call-modal .center-con .mic.active,html.style1 .audiocall1.call-modal .center-con .pause.active,html.style1 .audiocall2.call-modal .center-con .mic.active,html.style1 .audiocall2.call-modal .center-con .pause.active,html.style1 .conferencecall.call-modal .center-con .mic.active,html.style1 .conferencecall.call-modal .center-con .pause.active,html.style1 .videocall.call-modal .center-con .mic.active,html.style1 .videocall.call-modal .center-con .pause.active,html.style1 .videocallhang.call-modal .center-con .mic.active,html.style1 .videocallhang.call-modal .center-con .pause.active{box-shadow:0 0 3px 2px #eff1f2}html.style1 .audiorcvcall .modal-body{padding:10px 0}html.style1 .dynemic-sidebar .search-form .form-group input{border-radius:10px;height:60px}html.style1 .modal{z-index:1075}html.style1 body.modal-open>div[tabindex="-1"]{z-index:99999!important}html.style1 .viddiolog.fade.modal-dialog{max-width:850px}html.style1 .viddiolog.active.modal-dialog{width:90vw;max-width:unset}html.style1 .viddiolog .modal-body{padding:0}html.style1 .viddiolog .videocall.call-modal{min-height:90vh!important}html.style1 .conferencecall{background-blend-mode:overlay;background-color:hsla(0,0%,100%,.52)}html.style1 .conferencecall p{color:#fff}html.style1 .conferencecall h3{margin-bottom:20px;color:#fff}html.style1 .conferencecall .usersprof{display:flex;justify-content:center}html.style1 .conferencecall .usersprof .profile{border-radius:100%;border:2px solid #fff;margin-bottom:10px}html.style1 .conferencecall .usersprof .profile+.profile{margin-left:-20px}html.style1 #basicUsage{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700}html.style1 .call-modal .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style1 .call-modal .mute i.off:after{opacity:1;transition:opacity .3s ease}html.style1 .call-modal .mic i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style1 .call-modal .mic i.off:after{opacity:1;transition:opacity .3s ease}html.style1 .no-internet{background-color:#fff;position:relative;height:600px}html.style1 .login-page2.animat-rate .bg_circle>div,html.style1 .no-internet.animat-rate .bg_circle>div,html.style1 .right-login.animat-rate .bg_circle>div,html.style1 .rightchat.animat-rate .bg_circle>div{width:20px;height:20px;border:3px solid #d0eafb;border-radius:50%;position:absolute;z-index:9}html.style1 .login-page2.animat-rate .bg_circle div:first-of-type,html.style1 .no-internet.animat-rate .bg_circle div:first-of-type,html.style1 .right-login.animat-rate .bg_circle div:first-of-type,html.style1 .rightchat.animat-rate .bg_circle div:first-of-type{right:50%;animation:animationFramesOne 25s linear infinite}html.style1 .login-page2.animat-rate .bg_circle div:nth-of-type(2),html.style1 .no-internet.animat-rate .bg_circle div:nth-of-type(2),html.style1 .right-login.animat-rate .bg_circle div:nth-of-type(2),html.style1 .rightchat.animat-rate .bg_circle div:nth-of-type(2){right:5%;top:5%;animation:animationFramesOne 35s linear infinite}html.style1 .login-page2.animat-rate .bg_circle div:nth-of-type(3),html.style1 .no-internet.animat-rate .bg_circle div:nth-of-type(3),html.style1 .right-login.animat-rate .bg_circle div:nth-of-type(3),html.style1 .rightchat.animat-rate .bg_circle div:nth-of-type(3){bottom:35%;left:20%;animation:animationFramesOne 65s linear infinite}html.style1 .login-page2.animat-rate .bg_circle div:nth-of-type(4),html.style1 .no-internet.animat-rate .bg_circle div:nth-of-type(4),html.style1 .right-login.animat-rate .bg_circle div:nth-of-type(4),html.style1 .rightchat.animat-rate .bg_circle div:nth-of-type(4){bottom:26%;right:35%;animation:animationFramesOne 100s linear infinite}html.style1 .login-page2.animat-rate .bg_circle div:nth-of-type(5),html.style1 .no-internet.animat-rate .bg_circle div:nth-of-type(5),html.style1 .right-login.animat-rate .bg_circle div:nth-of-type(5),html.style1 .rightchat.animat-rate .bg_circle div:nth-of-type(5){bottom:35%;right:5%;animation:animationFramesOne 45s linear infinite}html.style1 .login-page2.animat-rate .bg_circle div:nth-of-type(6),html.style1 .no-internet.animat-rate .bg_circle div:nth-of-type(6),html.style1 .right-login.animat-rate .bg_circle div:nth-of-type(6),html.style1 .rightchat.animat-rate .bg_circle div:nth-of-type(6){bottom:60%;left:10%;animation:animationFramesOne 90s linear infinite}html.style1 .login-page2.animat-rate .bg_circle div:nth-of-type(7),html.style1 .no-internet.animat-rate .bg_circle div:nth-of-type(7),html.style1 .right-login.animat-rate .bg_circle div:nth-of-type(7),html.style1 .rightchat.animat-rate .bg_circle div:nth-of-type(7){top:40%;right:40%;animation:animationFramesOne 25s linear infinite}html.style1 .login-page2.animat-rate .bg_circle div:nth-of-type(8),html.style1 .no-internet.animat-rate .bg_circle div:nth-of-type(8),html.style1 .right-login.animat-rate .bg_circle div:nth-of-type(8),html.style1 .rightchat.animat-rate .bg_circle div:nth-of-type(8){bottom:30%;left:3%;animation:animationFramesOne 80s linear infinite}html.style1 .login-page2.animat-rate .bg_circle div:nth-of-type(9),html.style1 .no-internet.animat-rate .bg_circle div:nth-of-type(9),html.style1 .right-login.animat-rate .bg_circle div:nth-of-type(9),html.style1 .rightchat.animat-rate .bg_circle div:nth-of-type(9){top:25%;right:35%;animation:animationFramesOne 35s linear infinite}html.style1 .login-page2.animat-rate .bg_circle div:nth-of-type(10),html.style1 .no-internet.animat-rate .bg_circle div:nth-of-type(10),html.style1 .right-login.animat-rate .bg_circle div:nth-of-type(10),html.style1 .rightchat.animat-rate .bg_circle div:nth-of-type(10){top:40%;right:25%;animation:animationFramesOne 55s linear infinite}html.style1 .login-page2.animat-rate .bg_circle div:nth-of-type(11),html.style1 .no-internet.animat-rate .bg_circle div:nth-of-type(11),html.style1 .right-login.animat-rate .bg_circle div:nth-of-type(11),html.style1 .rightchat.animat-rate .bg_circle div:nth-of-type(11){bottom:20%;right:14%;animation:animationFramesOne 10s linear infinite}html.style1 .login-page2.animat-rate .cross,html.style1 .no-internet.animat-rate .cross,html.style1 .right-login.animat-rate .cross,html.style1 .rightchat.animat-rate .cross{position:absolute;background:#d0eafb;height:15px;width:2px;top:175px;right:50px;animation:rotatedTwo 22s linear infinite}html.style1 .login-page2.animat-rate .cross:after,html.style1 .no-internet.animat-rate .cross:after,html.style1 .right-login.animat-rate .cross:after,html.style1 .rightchat.animat-rate .cross:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 25s linear infinite}html.style1 .login-page2.animat-rate .cross1,html.style1 .no-internet.animat-rate .cross1,html.style1 .right-login.animat-rate .cross1,html.style1 .rightchat.animat-rate .cross1{position:absolute;background:#d0eafb;bottom:10%;height:15px;left:50%;width:2px;animation:rotatedTwo 50s linear infinite}html.style1 .login-page2.animat-rate .cross1:after,html.style1 .no-internet.animat-rate .cross1:after,html.style1 .right-login.animat-rate .cross1:after,html.style1 .rightchat.animat-rate .cross1:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}html.style1 .login-page2.animat-rate .cross2,html.style1 .no-internet.animat-rate .cross2,html.style1 .right-login.animat-rate .cross2,html.style1 .rightchat.animat-rate .cross2{position:absolute;background:#d0eafb;top:65%;height:15px;left:200px;width:2px;animation:rotatedTwo 50s linear infinite}html.style1 .login-page2.animat-rate .cross2:after,html.style1 .no-internet.animat-rate .cross2:after,html.style1 .right-login.animat-rate .cross2:after,html.style1 .rightchat.animat-rate .cross2:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}html.style1 .login-page2.animat-rate .dot,html.style1 .no-internet.animat-rate .dot,html.style1 .right-login.animat-rate .dot,html.style1 .rightchat.animat-rate .dot{position:absolute;height:5px;width:5px;background-color:#d0eafb;border-radius:50%;display:inline-block;animation:animationFramesOne 50s linear infinite;top:10%}html.style1 .login-page2.animat-rate .dot1,html.style1 .no-internet.animat-rate .dot1,html.style1 .right-login.animat-rate .dot1,html.style1 .rightchat.animat-rate .dot1{left:15%;position:absolute;height:5px;width:5px;background-color:#d0eafb;animation:animationFramesOne 90s linear infinite;border-radius:50%}html.style1 .quarterCircle{width:75px;height:75px;background:#f81f58;border-radius:0 0 0 90px;position:absolute;right:0;top:0}html.style1 .quarterCircle .close-btn span{color:#fff;opacity:1;font-size:35px;font-weight:600;top:5px;right:20px;cursor:pointer;position:absolute}html.style1 .connection-img{position:absolute;top:75px;display:flex;overflow:hidden;width:100%;justify-content:center}html.style1 .content{position:absolute;bottom:10%;left:0;right:0}html.style1 .content .icon-btn{margin-bottom:20px}html.style1 .content .title2{color:#223645;margin-bottom:15px}html.style1 .content .reconnect-btn{border-radius:25px;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;background-color:#f81f58;font-size:16px;cursor:pointer}html.style1 .content h5{font-weight:400;font-family:Roboto,sans-serif;color:#f81f58;margin-bottom:20px}html.style1 .videocall.call-modal,html.style1 .videocallhang.call-modal{position:relative}html.style1 .videocall.call-modal .videocall-details,html.style1 .videocallhang.call-modal .videocall-details{position:absolute;top:0;padding:35px;right:0;left:0;align-items:center}html.style1 .videocall.call-modal .videocall-details h6,html.style1 .videocallhang.call-modal .videocall-details h6{color:#647589;margin-top:5px;margin-bottom:0;font-size:9px}html.style1 .videocall.call-modal .videocall-details .usersprof,html.style1 .videocallhang.call-modal .videocall-details .usersprof{margin-right:15px;display:flex;margin-left:15px}html.style1 .videocall.call-modal .videocall-details .usersprof .profile,html.style1 .videocallhang.call-modal .videocall-details .usersprof .profile{border-radius:100%;margin-left:-15px}html.style1 .videocall.call-modal .videocall-details #basicUsage,html.style1 .videocallhang.call-modal .videocall-details #basicUsage{font-size:16px;font-family:Montserrat,sans-serif;font-weight:700;margin-right:20px}html.style1 .videocall.call-modal .videocall-details .zoomcontent,html.style1 .videocallhang.call-modal .videocall-details .zoomcontent{border-radius:50%;background-color:#fff;padding:7px}html.style1 .videocall.call-modal .videocall-details .red-notification h6,html.style1 .videocallhang.call-modal .videocall-details .red-notification h6{color:red;margin-right:20px}html.style1 .videocall.call-modal .videocall-details .red-notification .dot-btn:before,html.style1 .videocallhang.call-modal .videocall-details .red-notification .dot-btn:before{top:17px;right:7px}html.style1 .videocall.call-modal .videocall-details .red-notification .dot-btn.grow:after,html.style1 .videocallhang.call-modal .videocall-details .red-notification .dot-btn.grow:after{top:11px;right:1.8px}html.style1 .videocall.call-modal .small-image,html.style1 .videocallhang.call-modal .small-image{height:300px;width:220px;position:absolute;left:40px;bottom:5%}html.style1 .panel-actions{margin-top:-20px;margin-bottom:0;text-align:right}html.style1 .panel-actions a{color:red}html.style1 .panel-fullscreen{display:block;z-index:9999;position:fixed;width:100%;height:100%;top:0;right:0;left:0;bottom:0;overflow:auto}html.style1 .panel.panel-default i{margin:0 5px;color:#c25e7f;line-height:20px;cursor:pointer}html.style1 .confimg .vclimg{height:200px;width:auto;margin-bottom:15px;margin-left:10px;border-radius:5px;margin-right:10px}html.style1 .confimg .col-6{padding:0}html.style1 .clfooter{text-align:center}html.style1 .clfooter ul{margin-left:0;text-align:center;display:inline-flex}html.style1 .clfooter ul li+li{margin-left:10px}html.style1 .clfooter .icon-btn svg{stroke-width:2px}html.style1 .clfooter #basicUsage3{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700;display:block;margin-bottom:15px}html.style1 .modal-footer{border-top:unset;display:unset}html.style1 .modal-body{padding:10px 15px}html.style1 .close:focus{outline:none!important}html.style1 .call-list-center{position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}html.style1 .call-list-center .animated-bg i{background:#85c8f5;position:absolute;height:40px;width:40px;border-radius:100%;opacity:.3;animation:ripple1 4s linear infinite;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%) scale(1.3);z-index:-1}html.style1 .call-list-center .animated-bg i:nth-child(2){animation:ripple2 4s linear infinite}html.style1 .call-list-center .animated-bg i:nth-child(3){animation:ripple3 4s linear infinite}html.style1 .call-list-center p{position:absolute;width:280px;font-size:20px;font-weight:500;font-family:Roboto,sans-serif;top:120%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}html.style1 .groupuser{margin-left:auto;text-align:right;display:flex;align-items:center}html.style1 .groupuser .gr-profile{border-radius:100%;height:40px;width:40px;position:relative}html.style1 .groupuser .gr-profile+.gr-profile{margin-left:15px}html.style1 .groupuser .gr-profile.grow:before{border:none;height:7px;width:7px;background-color:#3fcc35!important}html.style1 .groupuser .gr-profile.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite;content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}html.style1 .groupuser .gr-chat-friend-toggle{padding-right:20px;position:relative}html.style1 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{position:absolute;top:60px;right:0;padding:25px 40px;background-color:#fff;text-align:left;z-index:1;width:340px;display:none}html.style1 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .icon-btn{position:absolute;right:0;top:12px}html.style1 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding:2px 50px 2px 70px;height:60px;display:flex;flex-direction:column;justify-content:center}html.style1 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;top:-12px;right:25px;z-index:1;transform:scale(-1)}html.style1 .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #d3d7dc!important}html.style1 .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#000}html.style1 .groupuser h4{margin-right:20px;font-weight:500}html.style1 .recent .theme-title .close-contentbtn{display:none}html.style1 .theme-according{padding-top:20px}html.style1 .theme-according h5{padding-top:4px;font-size:calc(13px + 0*(100vw - 320px)/1600);color:#3a62b8}html.style1 .theme-according p{font-size:12px;padding-top:10px;margin-bottom:0}html.style1 .theme-according .card{border:none;margin-bottom:1rem!important}html.style1 .theme-according .card a{font-weight:600;padding-left:25px}html.style1 .theme-according .card .card-header{border-radius:25px;border-bottom:none}html.style1 .theme-according .card .card-header[aria-expanded=true] a i:before{content:"";transition:all .3s ease}html.style1 .theme-according .card .card-header i{padding:8px 10px;width:28px;height:28px;position:absolute;top:7px;border-radius:100%;background-color:#3a62b8;color:#fff;left:10px;font-weight:900}html.style1 .theme-according .card .card-body{border-radius:25px;padding:1.2rem 1.25rem;background-color:#f7f7f9;margin-top:10px}html.style1 .reactour__helper span[data-tour-elem=badge]{background:#3a62b8!important}html.style1 .reactour__helper--is-open{background-color:#f6f7fa!important;color:#3a62b8!important;font-weight:600;box-shadow:-1px 10px 16px -10px #3a62b8!important;border-radius:15px!important}html.style1 .reactour__helper--is-open:focus{outline:none!important}html.style1 .reactour__dot{background-color:rgba(58,98,184,.2)!important;border:none!important;width:6px!important;height:6px!important}html.style1 .reactour__dot:focus{outline:none!important}html.style1 .reactour__dot--is-active{background-color:#3a62b8!important;border:3px double #f6f7fa!important;width:10px!important;height:10px!important}html.style1 .reactour__close{top:15px!important;right:15px!important}html.style1 .media-right{float:right;bottom:20px}html.style1 .label-right{position:relative;vertical-align:top;margin-left:10px;color:#647589;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:600;line-height:1.9}html.style1 .switch-green{position:relative;display:inline-block;width:34px;height:19px}html.style1 .switch-green input{display:none}html.style1 .switch-green input:checked+.switch-state{background-color:#3fcc35}html.style1 .switch-green input:checked+.switch-state:before{transform:translateX(15px)}html.style1 .switch-green input:focus+.switch-state{box-shadow:0 0 1px #3a62b8}html.style1 .switch{position:relative;display:inline-block;width:34px;height:19px}html.style1 .switch input{display:none}html.style1 .switch input:checked+.switch-state{background-color:#3a62b8}html.style1 .switch input:checked+.switch-state:before{transform:translateX(15px)}html.style1 .switch input:focus+.switch-state{box-shadow:0 0 1px #3a62b8}html.style1 .switch-state{border-radius:20px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#eff1f2;transition:.4s}html.style1 .switch-state:before{position:absolute;content:"";height:calc(1rem - 3px);width:calc(1rem - 3px);left:4px;bottom:3px;background-color:#fff;transition:.4s;border-radius:20px}html.style1 .icon-state .switch-state:after{content:"";font-family:Courier New,Courier,monospace;left:10px;position:absolute;top:10px;color:#223645;transition:.4s;opacity:.3}html.style1 .icon-state input:checked+.switch-state:after{content:"";left:36px;opacity:1;transition:.4s}html.style1 .switch-lg .switch{width:75px;height:40px}html.style1 .switch-lg .switch .switch-state:before{height:30px;width:30px;left:7px;bottom:5px;top:4px}html.style1 .switch-lg.icon-state .switch .switch-state:after{left:12px;font-size:18px}html.style1 .switch-lg.icon-state .switch input:checked+.switch-state:after{left:47px}html.style1 .switch-lg.icon-state .switch input:checked+.switch-state:before{transform:translateX(32px)}html.style1 .switch-sm.icon-state .switch .switch-state:after{top:4px;left:4px;font-size:8px}html.style1 .switch-sm.icon-state .switch input:checked+.switch-state:after{left:13px;top:4px}html.style1 .switch-sm .switch{width:25px;height:16px;margin-top:10px;margin-bottom:0}html.style1 .switch-sm .switch .switch-state:before{height:8px;width:8px;left:4px;bottom:4px}html.style1 .switch-sm input:checked+.switch-state:before{left:-13px}html.style1 .switch-outline .switch-state{background-color:#fff;border:1px solid #3a62b8;transition:.4s}html.style1 .switch-outline .switch-state:before{background-color:#eff1f2;bottom:3px;color:#fff}html.style1 .switch-outline .switch input{display:none}html.style1 .switch-outline .switch input:checked+.switch-state{background-color:transparent;border:1px solid #3a62b8}html.style1 .switch-outline .switch input:checked+.switch-state:before{background-color:#3a62b8;bottom:3px;transform:translateX(26px)}html.style1 .switch-outline .switch input:checked+.switch-state:after{color:#fff}html.style1 .switch-outline .switch input:checked+.switch-state.bg-dark,html.style1 .switch-outline .switch-state.bg-dark{border:1px solid #223645;background-color:transparent!important}html.style1 .switch-outline .switch input:checked+.switch-state.bg-dark:before{background-color:#223645}html.style1 .switch-outline .switch input:checked+.switch-state.bg-warning,html.style1 .switch-outline .switch-state.bg-warning{border:1px solid #ffc514;background-color:transparent!important}html.style1 .switch-outline .switch input:checked+.switch-state.bg-warning:before{background-color:#ffc514}html.style1 .switch-outline .switch input:checked+.switch-state.bg-success,html.style1 .switch-outline .switch-state.bg-success{border:1px solid #3fcc35;background-color:transparent!important}html.style1 .switch-outline .switch input:checked+.switch-state.bg-success:before{background-color:#3fcc35}html.style1 .switch-outline .switch input:checked+.switch-state.bg-info,html.style1 .switch-outline .switch-state.bg-info{border:1px solid #7fffd4;background-color:transparent!important}html.style1 .switch-outline .switch input:checked+.switch-state.bg-info:before{background-color:#7fffd4}html.style1 .switch-outline .switch input:checked+.switch-state.bg-danger,html.style1 .switch-outline .switch-state.bg-danger{border:1px solid #ff4e2b;background-color:transparent!important}html.style1 .switch-outline .switch input:checked+.switch-state.bg-danger:before{background-color:#ff4e2b}html.style1 .switch-outline .switch input:checked+.switch-state.bg-primary,html.style1 .switch-outline .switch-state.bg-primary{border:1px solid #3a62b8;background-color:transparent!important}html.style1 .switch-outline .switch input:checked+.switch-state.bg-primary:before{background-color:#3a62b8}html.style1 .switch-outline .switch input:checked+.switch-state.bg-secondary,html.style1 .switch-outline .switch-state.bg-secondary{border:1px solid var(--theme-secondary);background-color:transparent!important}html.style1 .switch-outline .switch input:checked+.switch-state.bg-secondary:before{background-color:var(--theme-secondary)}html.style1 .switch-showcase{margin-bottom:-8px}html.style1 .switch-showcase .media{line-height:1}html.style1 .chitchat-container{height:100vh;display:flex;flex-direction:row}html.style1 .chitchat-container .main-nav{min-width:100px;width:100px;height:100vh;max-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;border-right:1px solid #eff1f2;padding:40px 0}html.style1 .chitchat-container .chitchat-left-sidebar{min-width:400px;width:400px;height:100vh;max-height:100vh;overflow:hidden}html.style1 .chitchat-container .chitchat-main{width:100%;height:100vh;max-height:100vh;z-index:1;transition:all .7s;background-color:#fff}html.style1 .chitchat-container .chitchat-right-sidebar{min-width:350px;width:350px;height:100vh;max-height:100vh;position:fixed;right:-200px;background-color:#fff;opacity:0;transition:all .7s}html.style1 .app-sidebar{width:0;right:-520px;z-index:9;height:100vh;max-height:100vh;position:fixed;background-color:#fff;display:table}html.style1 .app-sidebar,html.style1 .app-sidebar.active{transition:all .3s ease;animation:fadeInRight .3s ease-in-out}html.style1 .app-sidebar.active{width:auto;right:0}html.style1 .app-sidebar.active .apps-ul>.tab-content>.tab-pane,html.style1 .app-sidebar.active .apps-ul>li{width:300px;height:100vh;opacity:0;position:absolute;padding:20px}html.style1 .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style1 .app-sidebar.active .apps-ul>li.active{right:90px;opacity:1;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;background-color:#fff}html.style1 .app-sidebar.active .apps-ul .theme-title{margin-top:10px;margin-bottom:30px}html.style1 .app-sidebar.active .apps-ul .theme-title h2{font-size:calc(22px + 2*(100vw - 320px)/1600)}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab .nav-tabs .nav-item .nav-link,html.style1 .app-sidebar .apps-ul .tab-pane>li .theme-tab .nav-tabs .nav-item .nav-link{min-width:60px;padding:7px 15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab ul li+li,html.style1 .app-sidebar .apps-ul .tab-pane>li .theme-tab ul li+li{margin-left:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-content,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{padding-bottom:0;border-bottom:1px solid #f6f7fa;margin-bottom:20px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-title,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{padding-bottom:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content{margin-right:-20px;padding-right:20px;height:calc(100vh - 160px);overflow:auto}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul li,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul li{width:auto;transform:translateX(0);opacity:1;list-style:none;display:contents}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{margin-bottom:15px;border:1px solid #eff1f2;padding:15px;border-radius:15px;box-shadow:-1px 10px 16px -10px #eff1f2}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group img,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group img{margin-right:10px;width:30px;height:30px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body{word-break:break-word}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body a,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body a{color:#647589}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h5,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h5{margin-bottom:5px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h6,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h6{font-size:10px;line-height:1.3}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media{margin-bottom:10px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media svg,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media svg{margin-right:10px;border:1px solid #eff1f2;padding:6px;background-color:#ede6e6;width:15%;height:15%}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media:last-child,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{margin-top:10px;margin-bottom:0;border-left:4px solid #3a62b8;padding-top:10px;padding-bottom:10px;padding-left:15px;background-color:#f6f7fa;border-radius:5px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group a,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group a{word-wrap:break-word}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .docs-group,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .docs-group{padding:15px;border:1px solid #eff1f2;margin-bottom:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .chat-main li,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .chat-main li{display:block}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main{padding-left:15px;padding-right:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li{padding-left:25px;padding-right:25px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile,html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl{width:40px;height:40px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i{font-size:14px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-top:0;padding-left:55px;padding-bottom:0}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details h5,html.style1 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details h5{text-transform:capitalize}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs{justify-content:flex-start;position:relative}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs .nav-item,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs .nav-item{margin-right:10px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs li:last-child,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs li:last-child{position:absolute;right:0}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content{padding-bottom:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content h3,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content h3{font-weight:600;padding-bottom:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task+.todo-task,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task+.todo-task{margin-top:10px;padding-top:10px;border-top:1px solid #eff1f2}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task h5,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task h5{font-weight:500;font-size:calc(13px + 2*(100vw - 320px)/1600);margin-bottom:5px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form{display:inline-block}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form input,html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form select,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form input,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form select{border:0;background-color:transparent;font-size:calc(12px + 1*(100vw - 320px)/1600);color:#828282;font-weight:400}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span a,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:#223645;font-weight:400}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span+span,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span+span{padding-left:10px;margin-left:10px;border-left:1px solid #828282}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs i,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs i{font-size:50px;margin-bottom:10px;color:#3a62b8}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs h6,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs h6{color:#223645;margin-bottom:10px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs p,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs p{margin-bottom:12px;color:#223645}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group{display:flex;align-items:center!important}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input{margin-bottom:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input+input,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input+input{margin-left:10px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{margin-top:15px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eff1f2}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input{border:none;cursor:pointer;font-size:15px;font-weight:500;line-height:1}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input::plaeholder,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input::plaeholder{color:#000}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input+input,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input+input{margin-left:6px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input:focus,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input:focus{outline:none}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .input-text,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .input-text{margin-bottom:10px;align-items:center;display:flex}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .add-to-do,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .add-to-do{cursor:pointer;display:block;margin-top:5px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .todo-buttons i,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .todo-buttons i{cursor:pointer}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content:last-child,html.style1 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content:last-child{margin-bottom:0}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-input input,html.style1 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-input input{padding:15px;margin-bottom:20px;width:100%}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content,html.style1 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content{display:flex;align-items:baseline}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content ul li,html.style1 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content ul li{margin-left:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list,html.style1 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list{padding:20px;border:1px solid #ddd;border-radius:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media,html.style1 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media{align-items:center;margin-bottom:10px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media img,html.style1 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media img{height:30px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a,html.style1 .app-sidebar .apps-ul .tab-pane>li .notes-main a{font-size:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a.line,html.style1 .app-sidebar .apps-ul .tab-pane>li .notes-main a.line{border-top:1px solid #ededed;padding-top:12px;margin-top:15px;content:"";display:block;font-weight:600;font-family:Montserrat,sans-serif}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a:before,html.style1 .app-sidebar .apps-ul .tab-pane>li .notes-main a:before{margin-right:5px;font-size:12px;font-family:fontawesome}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content{margin-bottom:20px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content i,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content i{font-size:50px;margin-bottom:25px;color:#3a62b8;display:block}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content p,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content p{margin-bottom:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content .setreminder,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content .setreminder{color:#fff}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list{display:none;border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{position:absolute;top:0;right:0}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle{display:none}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li{display:flex;align-items:center}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .Hide-reminder,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .Hide-reminder{display:none}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button{border:none;background:unset;padding:15px;font-size:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button:focus,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button:focus{outline:none}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp{border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{position:absolute;top:0;right:0}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle{display:none}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li{display:flex;align-items:center}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button{border:none;background:unset;padding:15px;font-size:15px}html.style1 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button:focus,html.style1 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button:focus{outline:none}html.style1 .app-sidebar .app-list{height:100%;max-width:90px;width:90px;border-left:2px solid #eff1f2}html.style1 .app-sidebar .app-list ul.app-list-ul{height:100%;padding-top:25px;padding-bottom:25px;position:relative}html.style1 .app-sidebar .app-list ul.app-list-ul li h5{margin-top:15px;opacity:.7}html.style1 .app-sidebar .app-list ul.app-list-ul .close-app{margin-bottom:10px;position:absolute;bottom:0;left:0;right:0}html.style1 .app-sidebar .app-list ul.app-list-ul h5{margin-top:15px}html.style1 .dropdown{transition:all .5s ease;color:#b2b6be}html.style1 .dropdown.currency{width:150%;text-align:right}html.style1 .dropdown.currency:focus{outline:none}html.style1 .dropdown.currency .dropdown-menu{right:0;left:unset}html.style1 .dropdown .select{cursor:pointer}html.style1 .dropdown .select span{font-size:15px;font-weight:400;color:#3a62b8}html.style1 .dropdown .dropdown-menu{padding:5px 0;min-width:14rem;border-radius:0}html.style1 .dropdown .dropdown-menu li{padding:6px 15px;transition:all .2s ease-in-out;cursor:pointer;display:block;color:#333}html.style1 .dropdown .dropdown-menu .dropdown-divider{height:40px;border-bottom:1px solid #ddd;background-color:#fff;display:flex;padding:10px;margin:unset}html.style1 .dropdown .dropdown-menu .dropdown-divider h5{margin-left:10px}html.style1 .sidebar-active .chitchat-container .main-nav~.chitchat-main .messages .contact-details{width:56vw}html.style1 .todo-main-modal .todo-task h5{margin-bottom:10px}html.style1 .todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 32px}html.style1 .todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}html.style1 .todo-main-modal .todo-task .todo-main-content input::placeholder{color:#3a62b8}html.style1 .todo-main-modal .todo-task .todo-main-content input:focus{outline:none}html.style1 .todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}html.style1 .todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}html.style1 .todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}html.style1 .create-todo-main-modal .todo-task h5{margin-bottom:10px}html.style1 .create-todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 45px}html.style1 .create-todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}html.style1 .create-todo-main-modal .todo-task .todo-main-content input::placeholder{color:#3a62b8}html.style1 .create-todo-main-modal .todo-task .todo-main-content input:focus{outline:none}html.style1 .create-todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}html.style1 .create-todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}html.style1 .create-todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}html.style1 .app-sidebar .todo-main .todo-task{position:relative}html.style1 .app-sidebar .todo-main .todo-task .input-text input::placeholder{text-transform:capitalize;color:#223645;font-weight:500}html.style1 .app-sidebar .todo-main .todo-task h4{color:#223645;font-weight:600;letter-spacing:.03em;margin-bottom:20px}html.style1 .app-sidebar .todo-main .todo-task .drop-picker{display:flex;font-size:13px}html.style1 .app-sidebar .todo-main .todo-task .drop-picker .form-control{padding:0;height:auto}html.style1 .app-sidebar .todo-main .todo-task .drop-picker .form-control::placeholder{font-size:13px;font-weight:400;color:#647589}html.style1 .app-sidebar .todo-main .todo-task .drop-picker .form-control:focus{box-shadow:none}html.style1 .app-sidebar .todo-main .todo-task .drop-picker .dropdown .select span{font-size:13px;color:#647589;font-weight:400}html.style1 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu .dropdown-divider i{color:#223645}html.style1 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu h5{color:#223645!important;font-weight:500}html.style1 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-left:0;line-height:1}html.style1 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li a{font-size:12px;color:#647589;font-weight:500}html.style1 .app-sidebar .notes-main .notes-list h6{line-height:1.2}html.style1 .app-sidebar .reminder-main h5{margin-bottom:15px}html.style1 .app-sidebar .reminder-main h6{margin-bottom:5px}html.style1 .reminder-modal-main .lable{margin-bottom:10px;text-transform:capitalize;display:block;color:#223645;font-weight:600;font-size:14px}html.style1 .reminder-modal-main .form-group .form-control::placeholder{font-size:14px}html.style1 .reminder-modal-main .form-group .reminder-count .reminder-box .remi-val{text-transform:capitalize;font-weight:600}html.style1 .configuration-modal h5 span{font-size:14px}html.style1 .chitchat-container.sidebar-overlap .chitchat-main,html.style1 .chitchat-container.sidebar-overlap .contact-details,html.style1 .chitchat-container.sidebar-overlap .message-input{width:calc(100% - 500px)!important}html.style1 .chitchat-container .main-nav .logo-warpper{text-align:center;padding-bottom:35px;border-bottom:1px solid #eff1f2}html.style1 .chitchat-container .main-nav .logo-warpper img{height:40px}html.style1 .chitchat-container .main-nav .sidebar-main{height:calc(100vh - 186px);display:inline-flex;flex-direction:column;width:100%;justify-content:space-between}html.style1 .chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active,html.style1 .chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active{background-color:#3a62b8!important}html.style1 .chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active i,html.style1 .chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active i{color:#fff}html.style1 .chitchat-container .main-nav .sidebar-main .sidebar-bottom li,html.style1 .chitchat-container .main-nav .sidebar-main .sidebar-top li{text-align:center;padding-top:30px;position:relative}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab{position:absolute;min-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;top:0;bottom:0;background-color:#fff;z-index:0;width:400px;min-width:400px;padding:40px}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab.active,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab.active,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab.active,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab.active,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default.active,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab.active,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab.active{opacity:1;z-index:3;animation:fadeInLeft .3s ease-in-out}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #eff1f2;padding-bottom:20px}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{background-color:gray;width:-moz-fit-content;width:fit-content;border-radius:50%;margin-right:15px;position:relative}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .bg-size,html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status img,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .bg-size,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status img,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .bg-size,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status img,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .bg-size,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status img,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .bg-size,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status img,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .bg-size,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status img,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .bg-size,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status img{width:50px;height:50px;border-radius:50%}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{border-radius:50%;width:20px;height:20px;background-color:#3a62b8;position:absolute;bottom:-8px;right:0;color:#fff}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img:before,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img:before{content:"";font-family:FontAwesome;font-size:11px;padding:6px}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img input,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img input,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img input,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img input,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img input,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img input,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img input{background-color:gray;border-radius:50%;width:100%;height:100%;opacity:0;position:absolute;top:0}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body h3,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body h3,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body h3,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body h3,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body h3,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body h3,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body h3{text-transform:capitalize;margin-bottom:5px}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body p,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body p,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body p,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body p,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body p,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body p,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body p{margin-bottom:0;text-transform:capitalize;letter-spacing:1px}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box{padding-top:20px}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box h3,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box h3,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box h3,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box h3,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box h3,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box h3,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{padding:15px 25px;color:#3a62b8;background-color:#f6f7fa;text-transform:capitalize;margin-bottom:20px;border-radius:15px}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{margin-bottom:20px;border-bottom:1px solid #eff1f2;padding-bottom:10px}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content:last-child,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content:last-child,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content:last-child,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content:last-child,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content:last-child,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content:last-child,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content:last-child{margin-bottom:0}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul{display:flex;align-items:center}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li h5,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li h5,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li h5,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li h5,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li h5,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li h5,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li h5{margin-bottom:5px;text-transform:capitalize}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .img-status,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li .img-status,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .img-status,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li .img-status,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li .img-status,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li .img-status,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li .img-status{width:40px;height:40px;border-radius:50%;position:relative}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li p,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li p,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li p,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li p,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li p,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li p,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li p{margin-bottom:0;text-transform:capitalize}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li:first-child,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li:first-child,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li:first-child,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li:first-child,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li:first-child,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li:first-child,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-right:15px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default{position:relative;z-index:0;padding:0!important}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default.active{z-index:999}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent{position:fixed;width:400px;top:0;background-color:#fff;padding-top:40px;z-index:1}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 40px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 40px 0}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box{position:relative}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{position:absolute;bottom:25px;right:15px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:110px;width:100%;border-radius:20px;position:relative;transition:all .3s ease}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{position:absolute;color:#fff;bottom:10px;left:15px;font-weight:500;text-transform:capitalize}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile:before{content:"";left:0;top:0;position:absolute;height:100%;width:100%;border-radius:15px;box-shadow:inset 0 -25px 40px 6px rgba(0,0,0,.8)}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:242px;height:calc(100vh - 242px);min-height:calc(100vh - 242px)}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat{overflow:auto;overflow-x:hidden;overflow-y:auto}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:40px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm>.nav-tabs{padding-bottom:30px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs{width:80%;margin:0 auto}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs>.nav-item .nav-link{border-radius:5px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:40px 40px 0}html.style1 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:10px}html.style1 .search-form{width:calc(100% - 60px);left:30px;height:calc(100% - 30px);position:absolute;top:30px}html.style1 .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}html.style1 .search-form .form-group{height:100%;width:100%;margin-top:0}html.style1 .search-form .form-group input{border:1px solid #eff1f2;padding:0 50px;height:100%;width:100%;border-radius:15px;font-size:16px}html.style1 .search-form .form-group input:focus{outline:none}html.style1 .search-form .form-group .icon-close{position:absolute;padding:23px;right:0;cursor:pointer}html.style1 .search~.search-form{transform:scale(0);transition:all .3s ease}html.style1 .search~.search-form.open{transform:scale(1);transition:all .3s ease}html.style1 .contact-list-tab li .chat-box .date-status{top:10px}html.style1 .contact-list-tab .chat-main{margin-right:-40px;padding-right:40px;height:100vh}html.style1 .contact-list-tab .search-form,html.style1 .document-tab .search-form,html.style1 .fevorite-tab .search-form{top:-9px;left:-1px;position:absolute;height:75px;width:100%}html.style1 .contact-list-tab .search-form:before,html.style1 .document-tab .search-form:before,html.style1 .fevorite-tab .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}html.style1 .chitchat-right-sidebar{transform-style:preserve-3d;transform-origin:center right;transition:transform .5s;cursor:pointer}html.style1 .chitchat-right-sidebar .badge.sm{padding:4px 4px 2px}html.style1 .chitchat-right-sidebar .status .str-msg li+li{margin-top:15px}html.style1 .chitchat-right-sidebar .right-sidebar{overflow:auto;overflow-x:hidden;overflow-y:auto;height:100vh;max-height:100vh;position:absolute;background-color:#fff;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}html.style1 .chitchat-right-sidebar .right-sidebar .group-main{margin-bottom:-20px}html.style1 .chitchat-right-sidebar .right-sidebar .group-main li{padding-top:0}html.style1 .chitchat-right-sidebar .right-sidebar .group-main li+li{margin-top:0}html.style1 .chitchat-right-sidebar .right-sidebar .group-main .group-box .profile{width:30px;height:30px}html.style1 .chitchat-right-sidebar .right-sidebar .group-main .group-box .details{padding-left:45px;padding-top:0}html.style1 .chitchat-right-sidebar .contact-profile,html.style1 .chitchat-right-sidebar .document,html.style1 .chitchat-right-sidebar .media-gallery,html.style1 .chitchat-right-sidebar .status{opacity:.5;transition:all .7s}html.style1 .chitchat-right-sidebar .contact-profile{padding:40px}html.style1 .chitchat-right-sidebar .contact-profile .details{padding-top:40px;text-align:center}html.style1 .chitchat-right-sidebar .contact-profile .details .contact-top{height:150px;width:140px;border-radius:20px;box-shadow:-1px 10px 16px -10px #666;margin:0 auto}html.style1 .chitchat-right-sidebar .contact-profile .details .name{margin-top:20px}html.style1 .chitchat-right-sidebar .contact-profile .details .name h6{padding-top:8px;margin-bottom:20px}html.style1 .chitchat-right-sidebar .contact-profile .details ul li{display:inline-block}html.style1 .chitchat-right-sidebar .contact-profile .details ul li svg{fill:#fff}html.style1 .chitchat-right-sidebar .contact-profile .details ul li+li{margin-left:12px}html.style1 .chitchat-right-sidebar .document,html.style1 .chitchat-right-sidebar .media-gallery,html.style1 .chitchat-right-sidebar .status{border-top:1px solid #eff1f2;padding:30px 40px}html.style1 .chitchat-right-sidebar .status{position:relative}html.style1 .chitchat-right-sidebar .status .bg-size{margin:3px}html.style1 .chitchat-right-sidebar .status.other ul li{padding-left:30px}html.style1 .chitchat-right-sidebar .status.other h5 a{color:rgba(34,54,69,.8);font-weight:600;display:flex}html.style1 .chitchat-right-sidebar .status.other h5 a svg{height:14px;position:absolute;left:0}html.style1 .chitchat-right-sidebar .status ul li{position:relative;padding-left:50px}html.style1 .chitchat-right-sidebar .status ul li .switchery{position:absolute;left:0}html.style1 .chitchat-right-sidebar .status ul li+li{margin-top:20px}html.style1 .document-list li{position:relative}html.style1 .document-list li i{position:absolute;font-size:16px;top:-2px;font-weight:700}html.style1 .document-list li h5{margin-left:30px;color:#647589}html.style1 .document-list li+li{margin-top:15px}html.style1 .share-media{margin-left:-8px;margin-right:-8px}html.style1 .share-media .media-big{height:160px;width:auto;border-radius:15px}html.style1 .share-media .media-big .border-portfolio a{height:160px;width:auto}html.style1 .share-media .media-big .isotopeSelector img{height:100%;width:auto}html.style1 .share-media .col-4{padding-left:8px;padding-right:8px}html.style1 .share-media .media-small{height:72px;width:auto;border-radius:15px}html.style1 .share-media .media-small .border-portfolio a{height:72px;width:auto}html.style1 .share-media .media-small:first-child{margin-bottom:16px}html.style1 .menu-active .chitchat-right-sidebar{opacity:1;right:0;z-index:9;transition:all .7s}html.style1 .menu-active .chitchat-right-sidebar .contact-profile,html.style1 .menu-active .chitchat-right-sidebar .document,html.style1 .menu-active .chitchat-right-sidebar .media-gallery,html.style1 .menu-active .chitchat-right-sidebar .status{opacity:1;transition:all .7s}html.style1 .menu-trigger{cursor:pointer}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:90%}html.style1 .sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 890px);transition:all .7s}html.style1 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 590px);transition:all .7s}html.style1 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}html.style1 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 575px)}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 980px);transition:all .3s ease}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 680px);transition:all .3s ease}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}html.style1 .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:56vw}html.style1 .menu-active .chitchat-container .chitchat-main{width:calc(100% - 850px);transition:all .7s}html.style1 .menu-active .chitchat-main .messages .contact-details{width:50vw}html.style1 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar){width:calc(100% - 790px)}html.style1 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .contact-details{width:calc(100vw - 880px)}html.style1 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .message-input{width:calc(100% - 790px)}html.style1 .sidebar-toggle .main-nav{transition:all .3s ease;transform:translateX(-100px);animation:fadeInLeft .3s ease-in-out;min-width:0;width:0}html.style1 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 490px);transition:all .3s ease}html.style1 .sidebar-toggle .main-nav li{transform:translateX(-100px);transition:transform .5s ease}html.style1 .sidebar-toggle .main-nav.on{transition:all .3s ease;transform:translateX(0);min-width:100px;animation:fadeInLeft .3s ease-in-out}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 595px);transition:all .3s ease;z-index:999}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 500px)}html.style1 .sidebar-toggle .main-nav.on li{transform:translateX(0);transition:transform .5s ease}html.style1 .dynemic-sidebar .chat-main{display:flex;flex-direction:column}html.style1 .dynemic-sidebar .chat-main .pined{cursor:pointer;order:-1}html.style1 .profile-box{padding-top:calc(40px - 10px);padding-bottom:40px}html.style1 .profile-box .open .details{display:none}html.style1 .profile-box .open .details.edit{display:block;animation:pulse .3s ease-in-out}html.style1 .profile-box .open .edit-btn:before{content:"";font-family:FontAwesome}html.style1 .profile-box .open .edit-btn svg{display:none}html.style1 .profile-box .details{padding-left:20px;padding-top:13px;animation:pulse .3s ease-in-out}html.style1 .profile-box .details.edit{padding-top:0;padding-right:20px;display:none}html.style1 .profile-box h6{padding-top:6px}html.style1 .setting-block{padding:40px;border-top:1px solid #eff1f2;margin:0 -40px}html.style1 .setting-block h4{padding-top:8px}html.style1 .setting-block .block{position:absolute;height:calc(100% - 115px);padding:40px 40px 0;width:100%;top:115px;left:0;bottom:0;background-color:#fff;opacity:0;z-index:-1;border-top:1px solid #eff1f2}html.style1 .setting-block .block .media{align-items:center}html.style1 .setting-block .block .help{padding-top:20px}html.style1 .setting-block .block .help>li{padding-top:12px;padding-bottom:12px;border-top:1px dashed #eff1f2}html.style1 .setting-block .block .help>li a{color:rgba(34,54,69,.8);font-weight:600}html.style1 .setting-block .block.open{opacity:1;z-index:1;animation:fadeInLeft .3s ease-in-out}html.style1 .setting-block .custom-switch-primary{margin-right:-11px;margin-top:-2px}html.style1 .setting-block .next:hover,html.style1 .setting-block .previous:hover{background-color:#3a62b8!important}html.style1 .setting-block .next:hover svg,html.style1 .setting-block .previous:hover svg{stroke:#fff!important}html.style1 .call-log-main .missed{stroke:#ff4e2b!important}html.style1 .call-log-main .call-box{position:relative}html.style1 .call-log-main .call-box .profile{position:absolute}html.style1 .call-log-main .call-box .details{height:60px;padding:12px 100px 13px 75px}html.style1 .call-log-main .call-box h6{padding-top:8px;display:flex}html.style1 .call-log-main .call-box h6 svg{height:13px;stroke:#3fcc35;width:13px}html.style1 .call-log-main .call-box .call-status{display:inline-block;right:0;top:10px;position:absolute}html.style1 .call-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}html.style1 .call-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(28,157,234,.15);transition:all .3s ease}html.style1 .call-log-main li.active:before{border-left:4px solid #3a62b8;width:100%;transition:all .3s ease}html.style1 .portfolio-padding{padding-bottom:40px}html.style1 .portfolio-section .isotopeSelector{margin-bottom:30px}html.style1 .portfolio-section .article-title{position:absolute;width:100%;left:0;bottom:0;color:#fff;transition:all .5s ease;text-align:center;float:left;font-size:18px;line-height:24px}html.style1 .portfolio-section .article-title a{color:#fff}html.style1 .portfolio-section .isotopeSelector{float:left;width:100%;position:relative}html.style1 .portfolio-section .isotopeSelector .overlay{position:relative;overflow:hidden}html.style1 .portfolio-section .isotopeSelector img{width:100%;height:auto;transition:all .4s ease}html.style1 .portfolio-section .isotopeSelector .overlay-background{transform:scale(0);transition:all .4s ease;border-radius:15px}html.style1 .portfolio-section .isotopeSelector .overlay-background i{position:absolute;top:50%;left:50%;background:#3a62b8;padding:5px;border-radius:100%;transform:translate(-50%,-50%);color:#fff;font-size:12px;display:none;transition:all .4s ease;width:30px;height:30px;align-items:center;justify-content:center}html.style1 .portfolio-section .isotopeSelector:hover img{transform:scale(1.2) rotate(2deg);transition:all .4s ease}html.style1 .portfolio-section .isotopeSelector:hover .overlay-background{transform:scale(1);position:absolute;left:0;top:0;width:100%;height:100%;background-color:transparent;opacity:1;z-index:1;transition:all .3s linear}html.style1 .portfolio-section .isotopeSelector:hover .overlay-background i{display:flex;transition:all .3s ease}html.style1 .portfolio-section .border-portfolio{overflow:hidden;border-radius:15px}html.style1 .portfolio-section #form1{padding-bottom:20px}html.style1 .portfolio-section .filter-button{padding:15px 24px;font-size:calc(16px + 4*(100vw - 320px)/1600);border:none;background-color:#fff;margin:0 5px;line-height:1}html.style1 .portfolio-section .filter-button.active{background-color:#3a62b8;color:#fff}html.style1 .portfolio-section.fullwidth-portfolio .isotopeSelector{padding-left:7px;padding-right:7px;margin-bottom:14px}html.style1 .filter-section .filter-container{text-align:center;padding:0 0 20px}html.style1 .filter-section .filter-container ul.filter>li{padding:0 25px}html.style1 .filter-section .filter-container ul.filter>li>a{color:#3a62b8;font-size:20px;line-height:40px}html.style1 .filter-section .filter-container ul.filter>li>a:focus,html.style1 .filter-section .filter-container ul.filter>li>a:hover{text-decoration:none;color:#3a62b8;outline:none}html.style1 .filter-section .filter-container ul.filter>li.active{background-color:#3a62b8}html.style1 .filter-section .filter-container ul.filter>li.active a{color:#fff}html.style1 .filter-section .filter-container ul.filter>li span{color:#ddd;font-size:20px;display:inline-block;margin:0 5px}html.style1 .filter-section .filter-container .filter>li{padding:0;margin:0}html.style1 .filter-section .title1 .title-inner1{margin-top:-5px}html.style1 .filter-section h1{text-align:center}html.style1 .demo-colored-wrap{background:#ecf0f1}html.style1 .mfp-with-zoom .mfp-container,html.style1 .mfp-with-zoom.mfp-bg{opacity:0;transition:all .3s ease-out}html.style1 .mfp-with-zoom.mfp-ready .mfp-container{opacity:1}html.style1 .mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}html.style1 .mfp-with-zoom.mfp-removing .mfp-container,html.style1 .mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}html.style1 .mfp-title{display:none}html.style1 .offer-box{top:50%;position:fixed;transform:translateY(-50%);display:flex;left:-415px;transition:all .5s ease;z-index:9}html.style1 .offer-box img{margin-right:18px}html.style1 .offer-box.toggle-cls{left:0;transition:all .5s ease}html.style1 .offer-box .heading-right h3{position:absolute;top:50%;right:0;width:230px;height:36px;line-height:36px;letter-spacing:5px;font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;transform:translate(50%,-50%) rotate(-90deg);text-align:center;background-color:#3a62b8;margin-bottom:0;cursor:pointer}html.style1 .integratin{margin-top:20px}html.style1 .integratin li{position:relative;padding-top:13px;padding-bottom:13px;border-bottom:1px solid #eff1f2}html.style1 .integratin li .media-right svg{height:20px;cursor:pointer;color:#828282}html.style1 .integratin li .media-left{width:100%}html.style1 .integratin li .media-left a{font-size:16px}html.style1 .integratin li .media-left a h5{display:inline-block;font-size:16px}html.style1 .integratin li .fb,html.style1 .integratin li .fb h5{color:#3b5998!important}html.style1 .integratin li .insta,html.style1 .integratin li .insta h5{color:#e4405f!important}html.style1 .integratin li .twi,html.style1 .integratin li .twi h5{color:#55acee!important}html.style1 .integratin li .slc,html.style1 .integratin li .slc h5{color:#3aaf85!important}html.style1 .integratin li .ggl,html.style1 .integratin li .ggl h5{color:#dc4e41!important}html.style1 .integratin li p{padding-left:20px;padding-top:7px}html.style1 .integratin li .profile{height:20px;width:20px;margin-top:3px}html.style1 .switch-list{margin-top:10px}html.style1 .switch-list li{padding-top:10px;padding-bottom:10px;position:relative;border:0!important}html.style1 .switch-list li p{margin-bottom:0}html.style1 .switch-list .switchery{position:absolute;left:0;top:8px}html.style1 .switch-list h5{color:#647589;font-weight:600}html.style1 .wallpaper{margin-top:15px}html.style1 .wallpaper li{cursor:pointer;height:30px;width:30px;background-color:#f6f7fa;display:inline-block!important;background-size:auto!important}html.style1 .wallpaper li+li{margin-left:4px}html.style1 .change-number h5{padding-bottom:10px;font-weight:600;color:#223645}html.style1 .change-number .input-group~h5{padding-top:10px}html.style1 .change-number span{border-right:none;padding-right:0;font-weight:500}html.style1 .change-number .country-code{max-width:35px;border-left:none;padding:0 0 0 3px}html.style1 .change-number .form-control{padding-top:7px;padding-bottom:7px;border-color:#e4e7ef;background-color:#fff}html.style1 .change-number .form-control::-webkit-inner-spin-button{-webkit-appearance:none}html.style1 .change-number .form-control[type=number]{-moz-appearance:textfield}html.style1 .change-number .btn-group-sm>.btn,html.style1 .change-number .btn-sm{padding:8px 20px;font-size:14px;margin-top:20px}html.style1 .privacy li{position:relative}html.style1 .privacy h5{padding-top:10px;padding-right:35px;color:#223645;line-height:1.6}html.style1 .privacy p{margin-bottom:10px}html.style1 .privacy .custom-switch{position:absolute;right:0;top:8px}html.style1 .app-list-ul{text-align:center}html.style1 .app-list-ul .title{border-bottom:1px solid #eff1f2;padding-bottom:15px;cursor:pointer}html.style1 .app-list-ul .title svg{stroke:#3a62b8}html.style1 .app-list-ul .title h5{margin-top:0!important}html.style1 .app-list-ul li{margin-bottom:20px}html.style1 .lightbox-target{position:fixed;top:-100%;width:100%;background:rgba(0,0,0,.7);opacity:0;transition:opacity .5s ease-in-out;overflow:hidden;left:0;z-index:9999}html.style1 .lightbox-target img{margin:auto;top:0;left:0;right:0;bottom:0;max-height:0%;max-width:0;border:3px solid #fff;box-shadow:0 0 8px rgba(0,0,0,.3)}html.style1 .lightbox-target img,html.style1 a.lightbox-close{position:absolute;box-sizing:border-box;transition:.5s ease-in-out}html.style1 a.lightbox-close{display:block;width:50px;height:50px;background:#fff;color:#000;text-decoration:none;top:-80px}html.style1 a.lightbox-close:before{transform:translateX(-50%) rotate(45deg)}html.style1 a.lightbox-close:after,html.style1 a.lightbox-close:before{content:"";display:block;height:30px;width:1px;background:#000;position:absolute;left:50%;top:10px}html.style1 a.lightbox-close:after{transform:translateX(-50%) rotate(-45deg)}html.style1 .lightbox-target:target{opacity:1;top:0;bottom:0}html.style1 .lightbox-target:target img{max-height:100%;max-width:100%}html.style1 .lightbox-target:target a.lightbox-close{top:0;left:50%;margin-right:-50%;transform:translate(-50%,70px)}html.style1 .lightbox-target img{border:none;border-radius:25px;overflow:hidden}html.style1 .chat-content .message-input .emojis-main .typing-section{background-color:#fff;border:1px solid #fff;border-radius:21px;padding:0 15px;margin:5px 10px;box-sizing:border-box;flex:1 1 auto}html.style1 .chat-content .message-input .emojis-main .typing-section .typ-msg-content{position:relative;flex:1 1;display:flex;overflow:hidden;padding-right:0}html.style1 .chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg{left:10px;top:5px;color:#999;font-size:15px;line-height:20px;pointer-events:none;position:absolute;transition:opacity .08s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}html.style1 .chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg-main{font-size:15px;line-height:30px;height:35px;width:100%;-webkit-user-select:text;-moz-user-select:text;user-select:text}html.style1 .mobile-back,html.style1 .mobile-sidebar{display:none}html.style1 ul.chat-cont-setting{background-color:#fff;box-shadow:0 0 10px #e4e7ef;padding:15px;width:-moz-fit-content;width:fit-content;text-align:right;position:fixed;left:20%;bottom:10%;z-index:1;display:none;transition:all .5s ease}html.style1 ul.chat-cont-setting.open{display:block}html.style1 ul.chat-cont-setting li{margin-bottom:20px}html.style1 ul.chat-cont-setting li:last-child{margin-bottom:0}html.style1 ul.chat-cont-setting li a{display:flex;justify-content:flex-end;align-items:center}html.style1 ul.chat-cont-setting li a span{padding:5px;line-height:1;text-transform:capitalize;margin-right:15px;font-size:12px}html.style1 ul.chat-cont-setting li a .icon-chat-cont{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:10px}html.style1 ul.chat-cont-setting li a .icon-chat-cont svg{width:20px;height:20px;fill:#fff}html.style1 .msg-chat-modal .chat-msg-search{margin-bottom:20px}html.style1 .msg-chat-modal .chat-msg-search .input-group{align-items:center;background-color:#eff1f2;border:1px solid #eff1f2}html.style1 .msg-chat-modal .chat-msg-search .input-group .form-control{border:none}html.style1 .msg-chat-modal .chat-msg-search .input-group .input-group-append{padding:0 15px}html.style1 .msg-chat-modal .chat-msg-search .input-group .input-group-text{border:none;background-color:transparent;padding:0}html.style1 .msg-chat-modal .chat-msg-search .input-group span.input-group-text{font-size:11px;font-weight:700;color:#223645}html.style1 .msg-chat-modal .call-log-main,html.style1 .msg-chat-modal .chat-main{height:350px;overflow:auto}html.style1 .msg-chat-modal .call-log-main li,html.style1 .msg-chat-modal .chat-main li{margin-left:0;margin-right:0}html.style1 .msg-chat-modal .call-log-main li .chat-box .details,html.style1 .msg-chat-modal .chat-main li .chat-box .details{padding-left:70px}html.style1 .snippet-modal-main .default-form .form-group{margin-bottom:25px}html.style1 .snippet-modal-main .default-form .form-group input,html.style1 .snippet-modal-main .default-form .form-group select{font-size:14px;text-transform:capitalize}html.style1 .snippet-modal-main .default-form .form-group input::placeholder,html.style1 .snippet-modal-main .default-form .form-group select::placeholder{text-transform:capitalize;font-size:14px}html.style1 .snippet-modal-main .default-form .form-group .btn-snipate{margin-top:40px}html.style1 .containerchat{width:100%;height:calc(100% - 131px);background-color:#fafafa;padding:0 25%;margin-top:auto}@media(max-width:1024px)and (max-height:1366px){html.style1 .containerchat{padding:0;width:100%;margin-top:0}}html.style1 .container-message{width:100%;height:100px;padding:20px 0;background-color:#f8f9f9;box-sizing:border-box}@media(max-width:767px){html.style1 .container-message{padding:0 20px;margin-top:0;height:100px}}@media(max-width:1024px)and (max-height:1366px){html.style1 .container-message{padding:24px 20px;margin-top:0;height:100px}html.style1 .iconSend{width:95%!important;height:95%!important}}html.style1 .chitchat-main .messages{padding:10px 24px;height:100%;overflow:auto;overflow-x:hidden;overflow-y:auto;background-blend-mode:overlay;top:150px;background-color:#f7f2ef;display:none;animation:fadeInLeft .3s ease-in-out}html.style1 .chitchat-main .messages.active{display:block;animation:fadeInLeft .3s ease-in-out}html.style1 .chitchat-main .messages .contact-details{padding:20px 30px;background-color:#fff;box-shadow:0 -55px 0 0 #fff;position:fixed;width:calc(100vw - 500px);z-index:999;transition:all .9s}html.style1 .chitchat-main .messages .contact-details .col{position:unset}html.style1 .chitchat-main .messages .contact-details .search-form{z-index:9;top:-10px;left:0;position:absolute;height:80px;width:100%;transform:scale(0);transition:all .3s ease}html.style1 .chitchat-main .messages .contact-details .search-form.open{transform:scale(1);transition:all .3s ease;top:0;height:100px}html.style1 .chitchat-main .messages .contact-details .search-form input{border:none}html.style1 .chitchat-main .messages .contact-details ul li{display:inline-block;padding-left:17px}html.style1 .chitchat-main .messages .contact-details .left.media{align-items:center}html.style1 .chitchat-main .messages .contact-details .left.media .media-left{height:60px}html.style1 .chitchat-main .messages .contact-details .left.media .media-body{max-width:150px;margin-right:10px;position:relative}html.style1 .chitchat-main .messages .contact-details .left.media .media-body .badge{margin-top:7px}html.style1 .chitchat-main .messages .contact-details .left.media .media-right .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;border-radius:100%;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style1 .chitchat-main .messages .contact-details .left.media .media-right .mute i.off:after{opacity:1;transition:opacity .3s ease}html.style1 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:20px}html.style1 .chitchat-main .messages .contact-details .media-body h5{margin-bottom:7px}html.style1 .chitchat-main .messages .calls{height:100%;display:flex;align-items:center;justify-content:flex-end}html.style1 .chitchat-main .messages .calls>li .bg-transparent svg{stroke-width:3px}html.style1 .chitchat-main .messages .calls>li>a>svg{fill:#223645;stroke-width:1px}html.style1 .chitchat-main .message-input{height:50px;border:1px solid #cdcdcd;border-radius:20px;position:fixed;width:calc(100% - 100px);transition:all .5s;padding:8px 20px;margin:0 auto;z-index:9;bottom:0}html.style1 .chitchat-main .message-input input{width:calc(100% - 300px);border:0;font-size:16px;color:#000;font-family:Lato;background-color:transparent!important;outline:none}html.style1 .chitchat-main .message-input input::placeholder{color:hsla(0,0%,65%,.651);font-size:14px;font-family:Actor,sans-serif;font-weight:400}html.style1 .chitchat-main .message-input input:active{border:1px solid transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style1 .chitchat-main .message-input input:focus{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style1 .chitchat-main .message-input input::selection{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style1 .chitchat-main .badge.sm{padding:4px 4px 2px}html.style1 .chitchat-main .badge.refresh.sm{padding:4px}html.style1 .chitchat-main .refresh-block .badge svg{margin-right:0}html.style1 .chitchat-main .chat-content{position:relative}html.style1 .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#fff;margin-bottom:20px}html.style1 .chitchat-main .contact-content .contact-sub-content .user-profile .user-content img{width:100px;height:100px;border-radius:50%}html.style1 .chitchat-main .contact-content .contact-sub-content h3{text-transform:capitalize;color:#3a62b8;margin-bottom:20px}html.style1 .chitchat-main .contact-content .contact-sub-content .personal-info-group{margin-bottom:20px;padding:30px;background-color:#fff;border-radius:15px;position:relative;overflow:hidden}html.style1 .chitchat-main .contact-content .contact-sub-content .personal-info-group:last-child{margin-bottom:0}html.style1 .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{color:#223645;text-transform:capitalize;border-bottom:2px solid #eff1f2;padding-bottom:15px;margin-bottom:15px}html.style1 .chitchat-main .contact-content .contact-sub-content .personal-info-group h3 i{margin-right:10px}html.style1 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{padding-bottom:10px;border-bottom:1px dashed #eff1f2;margin-bottom:10px}html.style1 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li:last-child{margin-bottom:0;border-bottom:0!important;padding-bottom:0}html.style1 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li p{margin-bottom:0}html.style1 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{text-transform:capitalize;display:inline-block;margin-bottom:5px;color:rgba(34,54,69,.8)}html.style1 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:right;font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;margin-bottom:0;margin-top:4px;text-transform:lowercase;font-weight:400;font-family:Roboto,sans-serif}html.style1 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media{align-items:center}html.style1 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{width:50px;height:50px;border-radius:50%;margin-right:10px}html.style1 .chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:first-child{padding-top:0}html.style1 .chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:last-child{padding-bottom:0;border-bottom:0}html.style1 .chitchat-main .call-content,html.style1 .chitchat-main .chat-content,html.style1 .chitchat-main .contact-content{opacity:0;visibility:hidden}html.style1 .chitchat-main .call-content.active,html.style1 .chitchat-main .chat-content.active,html.style1 .chitchat-main .contact-content.active{opacity:1;visibility:visible;z-index:3;animation:fadeInLeft .3s ease-in-out}html.style1 .chitchat-main .call-content,html.style1 .chitchat-main .contact-content{position:absolute;padding:45px;min-height:100vh;overflow:auto;overflow-x:hidden;top:0;background-color:#fff;z-index:2;transition:all .3s ease}html.style1 .chitchat-main .call-content.active,html.style1 .chitchat-main .contact-content.active{width:calc(100% - 0px)}html.style1 .chitchat-main .call-content .user-profile,html.style1 .chitchat-main .contact-content .user-profile{box-shadow:0 0 5px #eff1f2;padding:30px;background-color:#fff;border-radius:15px;max-width:700px;margin:0 auto}html.style1 .chitchat-main .call-content .user-profile .user-content,html.style1 .chitchat-main .contact-content .user-profile .user-content{text-align:center}html.style1 .chitchat-main .call-content .user-profile .user-content img,html.style1 .chitchat-main .contact-content .user-profile .user-content img{border-radius:50%;width:100px}html.style1 .chitchat-main .call-content .user-profile .user-content h3,html.style1 .chitchat-main .contact-content .user-profile .user-content h3{margin-top:15px}html.style1 .chitchat-main .call-content .user-profile .user-content ul,html.style1 .chitchat-main .contact-content .user-profile .user-content ul{display:flex;align-items:center;justify-content:center;margin-top:15px}html.style1 .chitchat-main .call-content .user-profile .user-content ul li,html.style1 .chitchat-main .contact-content .user-profile .user-content ul li{font-size:14px;margin-right:15px 15px 0;text-transform:capitalize;line-height:1;transition:all .05s ease;padding:15px;font-weight:700}html.style1 .chitchat-main .call-content .user-profile .user-content ul li:first-child,html.style1 .chitchat-main .contact-content .user-profile .user-content ul li:first-child{color:#ff4e2b}html.style1 .chitchat-main .call-content .user-profile .user-content ul li:first-child i,html.style1 .chitchat-main .contact-content .user-profile .user-content ul li:first-child i{background-color:rgba(255,78,43,.15);color:#ff4e2b}html.style1 .chitchat-main .call-content .user-profile .user-content ul li:nth-child(2),html.style1 .chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2){color:#3a62b8}html.style1 .chitchat-main .call-content .user-profile .user-content ul li:nth-child(2) i,html.style1 .chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2) i{background-color:rgba(58,98,184,.15);color:#3a62b8}html.style1 .chitchat-main .call-content .user-profile .user-content ul li:last-child,html.style1 .chitchat-main .contact-content .user-profile .user-content ul li:last-child{margin-right:0;color:#3fcc35}html.style1 .chitchat-main .call-content .user-profile .user-content ul li:last-child i,html.style1 .chitchat-main .contact-content .user-profile .user-content ul li:last-child i{background-color:rgba(63,204,53,.15);color:#3fcc35}html.style1 .chitchat-main .call-content .user-profile .user-content ul li i,html.style1 .chitchat-main .contact-content .user-profile .user-content ul li i{width:36px;height:36px;margin-right:auto;margin-left:auto;margin-bottom:10px;font-size:16px;display:block;border-radius:50%;padding:10px;background-color:#eff1f2;transition:all .05s ease}html.style1 .chitchat-main .call-content .call-log-main,html.style1 .chitchat-main .contact-content .call-log-main{height:415px;overflow:overlay;margin:0 auto 15px;padding-right:10px}html.style1 .chitchat-main .call-content .call-log-main .coll-log-group,html.style1 .chitchat-main .contact-content .call-log-main .coll-log-group{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:20px 30px;margin-bottom:15px;border-radius:15px}html.style1 .chitchat-main .call-content .call-log-main .coll-log-group:last-child,html.style1 .chitchat-main .contact-content .call-log-main .coll-log-group:last-child{margin-bottom:0}html.style1 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media,html.style1 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media{align-items:center}html.style1 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg,html.style1 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media svg{width:18px;margin-right:10px}html.style1 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,html.style1 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body p,html.style1 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,html.style1 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body p{text-transform:capitalize}html.style1 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6,html.style1 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-right h6{color:#223645}html.style1 .chitchat-main .call-content .call-log-clear,html.style1 .chitchat-main .contact-content .call-log-clear{background-color:#fff;padding:20px;position:absolute;left:10px;right:0;text-transform:capitalize;text-align:center;border-radius:15px;cursor:pointer;width:calc(100% - 30px)}html.style1 .chitchat-main .call-content .call-log-clear i,html.style1 .chitchat-main .contact-content .call-log-clear i{font-size:24px}html.style1 .chitchat-main .call-content .call-log-clear span,html.style1 .chitchat-main .contact-content .call-log-clear span{display:block;font-size:16px}@media(max-width:1024px)and (max-height:1366px){html.style1 .chitchat-main .message-input{width:100%}}@media(max-width:767px){html.style1 .chitchat-main .chitchat-main .message-input{height:48px}}html.style1 .menu-active .chitchat-main .message-input{width:calc(100% - 850px);transition:all .9s}html.style1 .menu-active .chitchat-main .messages .contact-details{width:50.9vw!important;transition:all .9s ease}html.style1 .dark{background-color:#191b1f}html.style1 .dark,html.style1 .dark .clfooter #basicUsage3{color:hsla(0,0%,100%,.8)}html.style1 .dark h5{color:#fff}html.style1 .dark .chitchat-right-sidebar .right-sidebar{background-color:#191b1f}html.style1 .dark .chitchat-right-sidebar h2,html.style1 .dark .chitchat-right-sidebar h3{color:#fff}html.style1 .dark .chitchat-right-sidebar .status.other h5 a,html.style1 .dark .chitchat-right-sidebar h4,html.style1 .dark .chitchat-right-sidebar h6{color:hsla(0,0%,100%,.8)}html.style1 .dark .chitchat-right-sidebar .document,html.style1 .dark .chitchat-right-sidebar .media-gallery,html.style1 .dark .chitchat-right-sidebar .status{border-top:1px solid #414248}html.style1 .dark .status-switch .custom-control-label{color:hsla(0,0%,100%,.8)}html.style1 .dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}html.style1 .dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link.active{color:#3a62b8!important;background-color:rgba(28,157,234,.15)!important}html.style1 .dark .chitchat-container .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}html.style1 .dark .chitchat-container .chitchat-left-sidebar h1,html.style1 .dark .chitchat-container .chitchat-left-sidebar h2,html.style1 .dark .chitchat-container .chitchat-left-sidebar h3,html.style1 .dark .chitchat-container .chitchat-left-sidebar h4,html.style1 .dark .chitchat-container .chitchat-left-sidebar h5,html.style1 .dark .chitchat-container .chitchat-left-sidebar h6,html.style1 .dark .chitchat-container .chitchat-left-sidebar p,html.style1 .dark .chitchat-container .chitchat-left-sidebar select,html.style1 .dark .chitchat-container .chitchat-left-sidebar span{color:#fff}html.style1 .dark .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style1 .dark .chitchat-container .chitchat-left-sidebar .document-tab,html.style1 .dark .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style1 .dark .chitchat-container .chitchat-left-sidebar .notification-tab,html.style1 .dark .chitchat-container .chitchat-left-sidebar .settings-tab,html.style1 .dark .chitchat-container .chitchat-left-sidebar .status-tab{color:#fff;background-color:#191b1f}html.style1 .dark .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}html.style1 .dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c}html.style1 .dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{border-bottom:1px solid #414248}html.style1 .dark .chitchat-container .chitchat-left-sidebar .recent-default,html.style1 .dark .chitchat-container .chitchat-left-sidebar .recent-default .recent{color:#fff;background-color:#191b1f}html.style1 .dark .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{color:#fff!important;background-color:#25262c!important}html.style1 .dark .chitchat-container .main-nav{border-right:1px solid #414248}html.style1 .dark .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}html.style1 .dark .chitchat-container .chitchat-main{background-color:#191b1f}html.style1 .dark .chitchat-container .chitchat-main h5,html.style1 .dark .chitchat-container .chitchat-main h6{color:#fff}html.style1 .dark .chitchat-container .chitchat-main .messages{color:#fff;background-color:#25262c}html.style1 .dark .chitchat-container .chitchat-main .messages .contact-details{color:#fff;background-color:#191b1f;box-shadow:0 -55px 0 0 #25262c}html.style1 .dark .chitchat-container .chitchat-main .messages .contact-details .left.media .media-body:before{background-color:#fff}html.style1 .dark .chitchat-container .chitchat-main .message-input,html.style1 .dark .chitchat-container .chitchat-main .message-input input{background-color:#191b1f}html.style1 .dark .chitchat-container .chitchat-main .call-content{color:#fff;background-color:#25262c}html.style1 .dark .chitchat-container .chitchat-main .call-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}html.style1 .dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h3,html.style1 .dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h4{color:#fff}html.style1 .dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group{color:#fff;background-color:#191b1f}html.style1 .dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6{color:#fff}html.style1 .dark .chitchat-container .chitchat-main .call-content .call-log-clear{color:#fff;background-color:#191b1f}html.style1 .dark .chitchat-container .chitchat-main .contact-content{color:#fff;background-color:#25262c}html.style1 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group{color:#fff;background-color:#191b1f}html.style1 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{border-bottom:2px solid #414248;color:#fff}html.style1 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{border-bottom:1px dashed #414248}html.style1 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{color:#fff}html.style1 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}html.style1 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h3,html.style1 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h4{color:#fff}html.style1 .dark .document-list li h5{color:hsla(0,0%,100%,.8)}html.style1 .dark .form-control{background-color:#191b1f}html.style1 .dark .custom-control-label,html.style1 .dark .form-control-plaintext,html.style1 .dark span{color:hsla(0,0%,100%,.8)}html.style1 .dark .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}html.style1 .dark .msg-chat-modal .chat-msg-search .input-group{border-color:#223645;background-color:#25262c}html.style1 .dark .msg-chat-modal .chat-msg-search .input-group input,html.style1 .dark .msg-chat-modal .chat-msg-search .input-group span.input-group-text{color:hsla(0,0%,100%,.8)}html.style1 .dark ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}html.style1 .dark .chat-main li.active{color:#fff;background-color:#25262c}html.style1 .dark .setting-block{border-top:1px solid #414248}html.style1 .dark .setting-block .block{background-color:#191b1f;border-top:1px solid #414248}html.style1 .dark .setting-block .block .help>li{border-top:1px dashed #414248}html.style1 .dark .setting-block .block .help>li a{color:#fff}html.style1 .dark .integratin li{border-bottom:1px solid #414248}html.style1 .dark .search2{border-top:1px solid #414248}html.style1 .dark .group-main li.active,html.style1 .dark .search2>div{color:#fff;background-color:#25262c}html.style1 .dark .group-main ul.grop-icon li{border:2px solid #25262c;color:#fff}html.style1 .dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{color:#fff;background-color:#191b1f}html.style1 .dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{border-top:12px solid #191b1f}html.style1 .dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #414248!important}html.style1 .dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#fff}html.style1 .dark .btn-light{color:#fff!important;background-color:#25262c}html.style1 .dark .contact-chat>ul>li.replies .msg-box li .document,html.style1 .dark .contact-chat>ul>li.replies .msg-box li>h5{color:#fff;background-color:#191b1f}html.style1 .dark .contact-chat>ul>li.replies .msg-box li .document .icon-btns a{color:#fff!important;background-color:#25262c!important}html.style1 .dark .contact-chat>ul>li.replies .msg-box li .auto-gallery{color:#fff;background-color:#191b1f}html.style1 .dark .contact-chat>ul>li.sent .document .icon-btns a{color:#fff!important;background-color:#25262c!important}html.style1 .dark .contact-chat>ul.str-msg li .msg-box>li>h5{background-color:#25262c;color:#fff}html.style1 .dark .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#191b1f!important;color:#fff!important}html.style1 .dark .emojis-main .emojis-contain,html.style1 .dark .emojis-main .sticker-contain{background-color:#191b1f}html.style1 .dark .emojis-main .emojis-contain .emojis-sub-contain:before{border-top:12px solid #191b1f}html.style1 .dark .emojis-main .contact-poll .contact-poll-content{background-color:#191b1f}html.style1 .dark .emojis-main .contact-poll .contact-poll-content ul li a{color:#fff}html.style1 .dark .emojis-main .contact-poll .contact-poll-content:before{border-top:12px solid #191b1f}html.style1 .dark .add-contact-modal h3,html.style1 .dark .add-contact-modal h5,html.style1 .dark .fev-addcall-main h3,html.style1 .dark .fev-addcall-main h5,html.style1 .dark .pol-modal-main h3,html.style1 .dark .pol-modal-main h5,html.style1 .dark .snippet-modal-main h3,html.style1 .dark .snippet-modal-main h5{color:#fff}html.style1 .dark .add-contact-modal .modal-content,html.style1 .dark .fev-addcall-main .modal-content,html.style1 .dark .pol-modal-main .modal-content,html.style1 .dark .snippet-modal-main .modal-content{background-color:#191b1f}html.style1 .dark .add-contact-modal .modal-content .modal-header,html.style1 .dark .fev-addcall-main .modal-content .modal-header,html.style1 .dark .pol-modal-main .modal-content .modal-header,html.style1 .dark .snippet-modal-main .modal-content .modal-header{background-color:#25262c;border-bottom:1px solid #414248}html.style1 .dark .add-contact-modal .modal-content .modal-body .form-group textarea,html.style1 .dark .fev-addcall-main .modal-content .modal-body .form-group textarea,html.style1 .dark .pol-modal-main .modal-content .modal-body .form-group textarea,html.style1 .dark .snippet-modal-main .modal-content .modal-body .form-group textarea{background-color:#25262c;color:#fff}html.style1 .dark .add-contact-modal .modal-content .modal-body .form-group textarea::placeholder,html.style1 .dark .fev-addcall-main .modal-content .modal-body .form-group textarea::placeholder,html.style1 .dark .pol-modal-main .modal-content .modal-body .form-group textarea::placeholder,html.style1 .dark .snippet-modal-main .modal-content .modal-body .form-group textarea::placeholder{color:#fff}html.style1 .dark .add-contact-modal .modal-content .modal-body .form-group select,html.style1 .dark .fev-addcall-main .modal-content .modal-body .form-group select,html.style1 .dark .pol-modal-main .modal-content .modal-body .form-group select,html.style1 .dark .snippet-modal-main .modal-content .modal-body .form-group select{background-color:#25262c;color:#fff}html.style1 .dark .add-contact-modal .modal-content .modal-body .form-group input,html.style1 .dark .fev-addcall-main .modal-content .modal-body .form-group input,html.style1 .dark .pol-modal-main .modal-content .modal-body .form-group input,html.style1 .dark .snippet-modal-main .modal-content .modal-body .form-group input{background-color:#25262c}html.style1 .dark .add-contact-modal .modal-content .modal-body .form-group input::placeholder,html.style1 .dark .fev-addcall-main .modal-content .modal-body .form-group input::placeholder,html.style1 .dark .pol-modal-main .modal-content .modal-body .form-group input::placeholder,html.style1 .dark .snippet-modal-main .modal-content .modal-body .form-group input::placeholder{color:#fff}html.style1 .dark .add-contact-modal .modal-content .modal-body .form-group .post-poll,html.style1 .dark .fev-addcall-main .modal-content .modal-body .form-group .post-poll,html.style1 .dark .pol-modal-main .modal-content .modal-body .form-group .post-poll,html.style1 .dark .snippet-modal-main .modal-content .modal-body .form-group .post-poll{background-color:#25262c}html.style1 .dark .add-contact-modal .modal-dialog:before,html.style1 .dark .fev-addcall-main .modal-dialog:before,html.style1 .dark .pol-modal-main .modal-dialog:before,html.style1 .dark .snippet-modal-main .modal-dialog:before{border-bottom:10px solid #191b1f}html.style1 .dark .chat-friend-toggle .chat-frind-content{background-color:#191b1f}html.style1 .dark .chat-friend-toggle .chat-frind-content ul li:last-child{border-top:1px solid #414248}html.style1 .dark .search-form .form-group input{border:1px solid #414248;background-color:#191b1f}html.style1 .dark .search-form:before{color:#fff}html.style1 .dark .theme-according .card .card-body,html.style1 .dark .theme-according .card .card-header{background-color:#25262c}html.style1 .dark .card{background-color:#191b1f}html.style1 .dark .change-number .form-control{border-color:#414248;background-color:#191b1f}html.style1 .dark .rightchat.animat-rate .bg_circle>div{border:3px solid #42434a}html.style1 .dark .rightchat.animat-rate .cross,html.style1 .dark .rightchat.animat-rate .cross1,html.style1 .dark .rightchat.animat-rate .cross1:after,html.style1 .dark .rightchat.animat-rate .cross2,html.style1 .dark .rightchat.animat-rate .cross2:after,html.style1 .dark .rightchat.animat-rate .cross:after{background:#42434a}html.style1 .dark .rightchat.animat-rate .dot1{background-color:#42434a}html.style1 .dark .login-page2 .login-content-main .login-content{background-color:#191b1f;color:#fff}html.style1 .dark .login-page2 .login-content-main .login-content .form1 .form-group .col-form-label,html.style1 .dark .login-page2 .login-content-main .login-content h3,html.style1 .dark .login-page2 .login-content-main .login-content h4{color:#fff}html.style1 .dark .login-page2 .login-content-main .login-content .form1 .form-group .form-control{background-color:#25262c}html.style1 .dark .login-page2 .login-content-main .login-content .form2 .form-group .col-form-label{color:#fff}html.style1 .dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style1 .dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control::placeholder{color:#fff}html.style1 .dark .login-page2 .login-content-main .login-content .login-content-header img{z-index:140}html.style1 .dark .login-page1 .left-page{background-color:#191b1f}html.style1 .dark .login-page1 .left-page h3,html.style1 .dark .login-page1 .left-page h4{color:#fff}html.style1 .dark .login-content{background-color:#191b1f;color:#fff}html.style1 .dark .login-content .form1 .form-group .col-form-label,html.style1 .dark .login-content h3,html.style1 .dark .login-content h4{color:#fff}html.style1 .dark .login-content .form1 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style1 .dark .login-content .form1 .form-group .form-control::placeholder{color:#fff}html.style1 .dark .login-content .form1 .form-group .form-check h6,html.style1 .dark .login-content .form2 .form-group .col-form-label{color:#fff}html.style1 .dark .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style1 .dark .login-content .form2 .form-group .form-control::placeholder{color:#fff}html.style1 .dark .login-content .form2 .form-group .form-check h6{color:#fff}html.style1 .dark .login-content .login-content-header img{z-index:140}html.style1 .dark .login-content .line h6{color:#fff}html.style1 .dark .right-login{background-color:#25262c}html.style1 .dark .right-login.animat-rate .bg_circle>div{border:3px solid #42434a}html.style1 .dark .right-login.animat-rate .cross,html.style1 .dark .right-login.animat-rate .cross1,html.style1 .dark .right-login.animat-rate .cross1:after,html.style1 .dark .right-login.animat-rate .cross2,html.style1 .dark .right-login.animat-rate .cross2:after,html.style1 .dark .right-login.animat-rate .cross:after{background:#42434a}html.style1 .dark .right-login.animat-rate .dot,html.style1 .dark .right-login.animat-rate .dot1{background-color:#42434a}html.style1 .dark .right-login .maincircle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.702),rgba(25,29,31,.702))}html.style1 .dark .right-login .bottom-circle,html.style1 .dark .right-login .bottom-circle1,html.style1 .dark .right-login .center-circle,html.style1 .dark .right-login .right-circle,html.style1 .dark .right-login .right-circle1,html.style1 .dark .right-login .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}html.style1 .dark .login-page2{background-color:#25262c}html.style1 .dark .login-page2.animat-rate .bg_circle>div{border:3px solid #42434a}html.style1 .dark .login-page2.animat-rate .cross,html.style1 .dark .login-page2.animat-rate .cross1,html.style1 .dark .login-page2.animat-rate .cross1:after,html.style1 .dark .login-page2.animat-rate .cross2,html.style1 .dark .login-page2.animat-rate .cross2:after,html.style1 .dark .login-page2.animat-rate .cross:after{background:#42434a}html.style1 .dark .login-page2.animat-rate .bottom-circle,html.style1 .dark .login-page2.animat-rate .bottom-circle1,html.style1 .dark .login-page2.animat-rate .center-circle,html.style1 .dark .login-page2.animat-rate .maincircle,html.style1 .dark .login-page2.animat-rate .right-circle,html.style1 .dark .login-page2.animat-rate .right-circle1,html.style1 .dark .login-page2.animat-rate .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}html.style1 .dark .login-page2.animat-rate .quarterCircle{background-image:linear-gradient(#191d1f)}html.style1 .dark .login-page2.animat-rate .dot,html.style1 .dark .login-page2.animat-rate .dot1{background-color:#42434a}html.style1 .dark .about-page,html.style1 .dark .counter-box-second{background-color:#25262c}html.style1 .dark .counter-box-second .counter-box h6,html.style1 .dark .counter-box-second .counter-box span,html.style1 .dark .error-main .error-contain h1,html.style1 .dark .error-main .error-contain h2,html.style1 .dark .error-main .error-contain h4{color:#fff}html.style1 .dark .error-main .error-contain .animated-bg i{background-color:#8d8e98}html.style1 .dark .about-page h1,html.style1 .dark .about-page h2,html.style1 .dark .about-page h3,html.style1 .dark .about-page h4,html.style1 .dark .about-page p{color:#fff}html.style1 .dark .about-page .about-tab{border:1px solid #414248}html.style1 .dark .about-page .about-tab nav{border-right:1px solid #414248}html.style1 .dark .about-page .about-tab .nav-pills .nav-link,html.style1 .dark .tab-content>.tab-pane{color:#fff}html.style1 .dark .secure-app-main{background-color:#25262c}html.style1 .dark .secure-app-main .secure-app-content .ply-main h3,html.style1 .dark .secure-app-main .secure-app-content .ply-main h3 span,html.style1 .dark .secure-app-main .secure-app-content h1,html.style1 .dark .secure-app-main .secure-app-content h4,html.style1 .dark .team h2,html.style1 .dark .team h3,html.style1 .dark .team h4,html.style1 .dark .team p{color:#fff}html.style1 .dark .team h2{border-bottom:1px solid #414248}html.style1 .dark .team .team-content{border:1px solid #414248}html.style1 .dark .rtl .about-page .about-tab .nav{border-left:1px solid #414248}html.style1 .dark .testimonial-box{background-color:#25262c}html.style1 .dark .testimonial-box .test-contain h3,html.style1 .dark .testimonial-box .test-contain h4,html.style1 .dark .testimonial-box .test-contain h6{color:#fff}html.style1 .dark .element-card{background-color:#25262c}html.style1 .dark .element-card .typography h1,html.style1 .dark .element-card .typography h2,html.style1 .dark .element-card .typography h3,html.style1 .dark .element-card .typography h4,html.style1 .dark .element-card .typography h5,html.style1 .dark .element-card .typography h6,html.style1 .dark .element-card .typography p,html.style1 .dark .element-card .typography span{color:#fff}html.style1 .dark .element-card .heading{background-color:#191b1f;border-bottom:1px solid #414248}html.style1 .dark .element-card .heading h2{color:#fff}html.style1 .dark .faq-block{background-color:#25262c;border:1px solid #414248}html.style1 .dark .faq-block h2,html.style1 .dark .faq-block p{color:#fff}html.style1 .dark .faq-block h5{background-color:#25262c}html.style1 .dark .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #414248}html.style1 .dark .faq-section .accordion.theme-accordion .card .card-header button{color:#fff}html.style1 .dark .faq-section .accordion.theme-accordion .card .card-header button:before{border-top:6px solid #fff}html.style1 .dark .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-bottom:6px solid #fff}html.style1 .dark .faq-section .accordion.theme-accordion .card{border:1px solid #414248}html.style1 .dark .faq-section .accordion.theme-accordion .card .card-body{background-color:#25262c}html.style1 .dark .faq-section .accordion.theme-accordion .card .card-body p{color:#fff}html.style1 .dark .faq-section .faq-search-box{border:2px solid #414248;background-color:#25262c}html.style1 .dark .faq-section .faq-search-box .input-group .form-control{background-color:#25262c}html.style1 .dark .faq-section .faq-search-box .input-group .form-control::placeholder{color:#fff}html.style1 .dark .btn-link{background-color:#25262c}html.style1 .dark .app-design-main .contant-box h2,html.style1 .dark .app-design-main .contant-box h4,html.style1 .dark .blog-detail-page h3,html.style1 .dark .chitchat-main .chitchat-contain h1,html.style1 .dark .chitchat-main .chitchat-contain h3,html.style1 .dark .chitchat-main .chitchat-contain h4,html.style1 .dark .chitchat-main .chitchat-contain span,html.style1 .dark .chitchat-main .chitchat-contain ul.detial-price li,html.style1 .dark .fa-search:before,html.style1 .dark .landing-title .sub-title h2,html.style1 .dark .landing-title .sub-title h4,html.style1 .dark .subscribe-content h1,html.style1 .dark .subscribe-content h4,html.style1 .dark .subscribe-content span,html.style1 .dark .team-work-main .team-work-content .ply-main h3,html.style1 .dark .team-work-main .team-work-content h1,html.style1 .dark .team-work-main .team-work-content h3,html.style1 .dark .team-work-main .team-work-content h4,html.style1 .dark .team-work-main h1,html.style1 .dark .team-work-main h3,html.style1 .dark .team-work-main h4,html.style1 .dark .team-work-main span{color:#fff}html.style1 .dark .blog-detail-page .blog-detail{background-color:#25262c;border:1px solid #414248}html.style1 .dark .blog-detail-page .blog-detail p{color:#fff}html.style1 .dark .blog-detail-page .blog-detail .post-social{color:#fff;border-bottom:1px solid #414248}html.style1 .dark .blog-detail-page .blog-detail .post-social li+li{border-left:1px solid #414248}html.style1 .dark .blog-detail-page .blog-detail h2{color:#fff}html.style1 .dark .blog-detail-page .blog-commant{background-color:#25262c;border:1px solid #414248}html.style1 .dark .blog-detail-page .blog-commant .comment-section li{border-top:1px solid #414248}html.style1 .dark .blog-detail-page .blog-commant .comment-section li h6,html.style1 .dark .blog-detail-page .blog-commant .comment-section li p,html.style1 .dark .blog-detail-page .blog-commant .comment-section li span{color:#fff}html.style1 .dark .blog-detail-page .blog-contact{background-color:#25262c;border:1px solid #414248}html.style1 .dark .blog-detail-page .blog-contact .theme-form label,html.style1 .dark .blog-detail-page .blog-contact label{color:#fff}html.style1 .dark .blog-detail-page .blog-contact .theme-form input{border-color:#414248;background-color:#191b1f}html.style1 .dark .blog-detail-page .blog-contact .theme-form input::placeholder{color:#fff}html.style1 .dark .blog-detail-page .blog-contact .theme-form textarea{background-color:#191b1f}html.style1 .dark .blog-detail-page .blog-contact .theme-form textarea::placeholder{color:#fff}html.style1 .dark .blog-page .blog-sidebar h4,html.style1 .dark .blog-page .blog-sidebar h5,html.style1 .dark .blog-page .blog-sidebar h6,html.style1 .dark .blog-page .blog-sidebar p{color:#fff}html.style1 .dark .blog-page .blog-sidebar .blog-card{border:1px solid #414248;background-color:#25262c}html.style1 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group,html.style1 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{background-color:#191b1f}html.style1 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control::placeholder{color:#fff}html.style1 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{color:#fff}html.style1 .dark .blog-card .default-form .form-group input,html.style1 .dark .blog-card .default-form .form-group textarea{background-color:#25262c;border-color:#191b1f}html.style1 .dark .blog-page .blog-list{background-color:#25262c}html.style1 .dark .blog-page .blog-side{background-color:#25262c;border:1px solid #414248}html.style1 .dark .blog-page .blog-media .blog-right h4,html.style1 .dark .blog-page .blog-media .blog-right h6,html.style1 .dark .blog-page .blog-media .blog-right p,html.style1 .dark .blog-page .blog-media .blog-right ul li{color:#fff}html.style1 .dark .blog-page .blog-media .blog-right ul li+li{border-left:1px solid #414248}html.style1 .dark .inner-page header{background-color:#25262c;border-bottom:1px solid #414248}html.style1 .dark .navbar-light .navbar-nav .active>.nav-link{color:#fff}html.style1 .dark .navbar-light .navbar-nav .nav-link{color:hsla(0,10%,94%,.5)}html.style1 .dark footer{background-color:#25262c;border-top:1px solid #414248}html.style1 .dark footer .copyright p,html.style1 .dark footer .links li a,html.style1 .dark footer h3,html.style1 .dark footer p{color:#fff}html.style1 .dark .app-sidebar,html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style1 .dark .app-sidebar.active .apps-ul>li.active{background-color:#191b1f}html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main .notes-list,html.style1 .dark .app-sidebar.active .apps-ul>li .notes-main .notes-list{border:1px solid #414248}html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main a.line,html.style1 .dark .app-sidebar.active .apps-ul>li .notes-main a.line{border-top:1px solid #414248}html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list .target-reminder-list,html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp,html.style1 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list .target-reminder-list,html.style1 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list-disp{border:2px solid #414248}html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list button,html.style1 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list button{color:#fff}html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group,html.style1 .dark .app-sidebar.active .apps-ul>li .file-tab .tab-content .link-group{border:1px solid #414248}html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab .tab-content .todo-task h4,html.style1 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-tab .tab-content .todo-task h4{color:#fff}html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input,html.style1 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input{background-color:#191b1f}html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input::placeholder,html.style1 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input::placeholder{color:#fff}html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input,html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input:focus,html.style1 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input,html.style1 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input:focus{background-color:#191b1f}html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu,html.style1 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu{background-color:#25262c}html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider,html.style1 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider{background-color:#25262c;border-bottom:1px solid #414248}html.style1 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu li,html.style1 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu li{color:#fff}html.style1 .dark .app-sidebar .tab-card{border:1px solid #414248}html.style1 .dark .app-sidebar h2,html.style1 .dark .app-sidebar h4,html.style1 .dark .app-sidebar h5,html.style1 .dark .app-sidebar h6,html.style1 .dark .app-sidebar p{color:#fff}html.style1 .dark .app-sidebar .app-list{border-left:2px solid #414248}html.style1 .dark .app-sidebar .default-form select{background:url(/assets/images/drop-1.png) #25262c no-repeat scroll 95.5%;color:#fff}html.style1 .dark .app-sidebar .app-list-ul .title{border-bottom:1px solid #414248}html.style1 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{border-bottom-color:#414248}html.style1 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{box-shadow:-1px 10px 16px -10px #191b1f}html.style1 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{background-color:#25262c}html.style1 .dark .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{border-bottom-color:#414248}html.style1 .dark .datepicker{background:#25262c;color:#fff}html.style1 .dark .datepicker--pointer{background:#25262c;border-top:1px solid #414248;border-right:1px solid #414248}html.style1 .dark .datepicker--nav{border-bottom:1px solid #414248}html.style1 .dark .text-muted{color:#fff!important}html.style1 .dark .modal-content{background-color:#191b1f}html.style1 .dark .modal-content .default-form .form-group input,html.style1 .dark .modal-content .default-form .form-group textarea{background-color:#25262c}html.style1 .dark .modal-content .default-form .form-group textarea::placeholder{color:#fff}html.style1 .dark .modal-content .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #25262c no-repeat scroll 95.5%}html.style1 .dark .modal-content .modal-body .form-group ul.reminder-count li+li{background-color:#25262c}html.style1 .dark .modal-content .modal-body .form-group ul.reminder-count li .remi-num,html.style1 .dark .modal-content .modal-body .form-group ul.reminder-count li .remi-val{color:#3a62b8}html.style1 .dark .modal-content .modal-body .form-group label{color:#fff}html.style1 .dark .modal-content .modal-body .form-group input::placeholder{color:#fff}html.style1 .dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select,html.style1 .dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input{color:#fff}html.style1 .dark .add-popup .modal-header{border-bottom-color:#414248}html.style1 .dark .add-popup .modal-footer{border-top-color:#414248}html.style1 .dark .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{color:#fff}html.style1 .dark .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}html.style1 .dark .slider-block .slider-main .slider-contain h1,html.style1 .dark .slider-block .slider-main .slider-contain h4{color:#fff}@media(max-width:575.98px){html.style1 .dark .sidebar-toggle .main-nav.on{background-color:#191b1f}}html.style1 .dark-sidebar{background-color:#191b1f}html.style1 .dark-sidebar .chat-main li .chat-box .date-status .ti-pin2:before{color:#fff}html.style1 .dark-sidebar .btn-light.active,html.style1 .dark-sidebar .btn-light:active,html.style1 .dark-sidebar .btn-light:focus{box-shadow:0 0 3px 2px #828282}html.style1 .dark-sidebar .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}html.style1 .dark-sidebar ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .document-tab,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .notification-tab,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default .recent,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .settings-tab,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab{background-color:#191b1f}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c;color:#fff}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar h1,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar h2,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar h3,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar h4,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar h5,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar h6,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar p,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar select,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar span{color:#fff}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{background-color:#25262c!important;color:#fff!important}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form input{background-color:#191b1f;border:1px solid #414248}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form:before{color:#fff}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search2{border-top:1px solid #414248}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search2>div{background-color:#25262c}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .chat-main li.active{background-color:#25262c;border-left:4px solid #414248}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card{background-color:#191b1f}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-body,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-header{background-color:#25262c}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .integratin li{border-bottom:1px solid #414248}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block,html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block{border-top:1px solid #414248}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li{border-top:1px dashed #414248}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li a{color:#fff}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block a{color:#3a62b8}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link.active{color:#3a62b8!important;background-color:rgba(28,157,234,.15)!important}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}html.style1 .dark-sidebar .chitchat-container .chitchat-left-sidebar .group-main li.active{background-color:#25262c;border-left:4px solid #414248}html.style1 .dark-sidebar .chitchat-container .main-nav{border-right:1px solid #414248}html.style1 .dark-sidebar .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}html.style1 .dark-sidebar .chitchat-container .main-nav .btn-light{background-color:#25262c!important;color:#fff!important}html.style1 .dark-sidebar .chitchat-container .change-number .form-control{border-color:#414248}html.style1 .dark-sidebar .chitchat-container .form-control{background-color:#25262c}html.style1 .dark-sidebar .custom-control-label,html.style1 .dark-sidebar .dynemic-sidebar .search-form .form-group .close-search,html.style1 .dark-sidebar .dynemic-sidebar .search-form .form-group input{color:hsla(0,0%,100%,.8)}@media(max-width:1367px){html.style1 .dark-sidebar .secure-app-main .secure-app-content{background-color:#191b1f}html.style1 .dark-sidebar header .landing-header.fixed .main-menu .navbar-nav>li>a{color:#fff!important}}@media(max-width:1200px){html.style1 .dark-sidebar .inner-page header .landing-header .navbar-collapse{background-color:#191b1f;border:1px solid #414248}}@media(max-width:575.98px){html.style1 .dark-sidebar .sidebar-toggle .main-nav.on{background-color:#191b1f}}html.style1 .rtl{direction:rtl}html.style1 .rtl .mr-1{margin-right:unset!important;margin-left:.25rem!important}html.style1 .rtl .media{text-align:right}html.style1 .rtl ul.chat-cont-setting li a span{margin-right:unset;margin-left:15px}html.style1 .rtl .dropdown .dropdown-menu .dropdown-divider h5{margin-left:unset;margin-right:10px}html.style1 .rtl .create-todo-main-modal .modal-body .default-form .todo-task h5{text-align:right}html.style1 .rtl .chat-friend-toggle .chat-frind-content{left:0;right:unset;text-align:right}html.style1 .rtl .chat-friend-toggle .chat-frind-content ul li{padding-left:unset!important;padding-right:50px!important}html.style1 .rtl .chat-friend-toggle .chat-frind-content ul li a{left:unset;right:0}html.style1 .rtl .add-contact-modal .modal-dialog:before,html.style1 .rtl .fev-addcall-main .modal-dialog:before{right:13px;left:unset}html.style1 .rtl .add-contact-modal .modal-dialog{margin-left:unset;margin-right:415px}html.style1 .rtl .modal-footer>:not(:first-child){margin-left:.25rem;margin-right:unset}html.style1 .rtl .add-popup .close{left:0;right:unset;border-radius:0 0 90px 0}html.style1 .rtl .add-popup .close span{left:20px;right:unset}html.style1 .rtl .add-popup .modal-body{text-align:right}html.style1 .rtl .add-popup .default-form .form-group select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 2.5%}html.style1 .rtl .emojis-main .emojis-contain,html.style1 .rtl .emojis-main .sticker-contain{right:0;left:unset}html.style1 .rtl .emojis-main .contact-poll .contact-poll-content{right:90px;left:unset}html.style1 .rtl .emojis-main .contact-poll .contact-poll-content ul li{padding-right:30px;padding-left:unset}html.style1 .rtl .emojis-main .contact-poll .contact-poll-content ul li a svg{margin-left:15px;margin-right:unset;right:0;left:unset}html.style1 .rtl .emojis-main .contact-poll .contact-poll-content:before{right:40px;left:unset}html.style1 .rtl .search-form:before{right:25px;left:unset}html.style1 .rtl .app-sidebar.active,html.style1 .rtl .search-form .form-group .icon-close{left:0;right:unset}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane.active,html.style1 .rtl .app-sidebar .apps-ul>li.active{left:90px;right:unset}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab>.nav-tabs li:last-child,html.style1 .rtl .app-sidebar .apps-ul>li .todo-main .todo-tab>.nav-tabs li:last-child{left:0;right:unset}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content input+input,html.style1 .rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content input+input{margin-right:6px;margin-left:unset}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker,html.style1 .rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content .drop-picker{margin-right:10px;margin-left:unset}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task span,html.style1 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task span{margin-right:unset}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2),html.style1 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2){margin-right:20px}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons span,html.style1 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons span{margin-left:0!important}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .theme-tab ul li+li,html.style1 .rtl .app-sidebar .apps-ul>li .theme-tab ul li+li{margin-left:unset}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group .media svg,html.style1 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group .media svg{margin-left:7px;margin-right:unset}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group img,html.style1 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group img{margin-left:10px;margin-right:unset}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content ul.chat-main li .chat-box .details,html.style1 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-right:55px;padding-left:unset}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .notes-main .notes-content ul li,html.style1 .rtl .app-sidebar .apps-ul>li .notes-main .notes-content ul li{margin-right:15px;margin-left:unset}html.style1 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,html.style1 .rtl .app-sidebar .apps-ul>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{left:0;right:unset}html.style1 .rtl .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-right:0}html.style1 .rtl .text-left{text-align:right!important}html.style1 .rtl .snippet-modal-main .modal-content .snippet-btn .btn-light{margin-left:15px;margin-right:unset}html.style1 .rtl .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{margin-right:15px;margin-left:unset}html.style1 .rtl .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-left:10px}html.style1 .rtl .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-right:15px;margin-left:unset}html.style1 .rtl .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-left:30px;margin-right:unset}html.style1 .rtl .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}html.style1 .rtl .recent-slider{direction:ltr}html.style1 .rtl .mr-3{margin-left:1rem!important;margin-right:unset!important}html.style1 .rtl .chitchat-main .messages .contact-details .left.media .media-body{margin-right:unset;margin-left:10px;text-align:right}html.style1 .rtl .chitchat-main .messages .contact-details .left.media .media-body:before{left:0;right:unset}html.style1 .rtl .chitchat-main .messages .contact-details ul li{padding-left:unset;padding-right:17px}html.style1 .rtl .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg{margin-right:0;margin-left:10px;transform:scaleX(-1)}html.style1 .rtl .chitchat-main .chitchat-contain ul.detial-price li i{margin-left:20px;margin-right:unset}html.style1 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{text-align:right}html.style1 .rtl .contact-chat>ul>li.replies{margin-left:unset;margin-right:auto;text-align:left}html.style1 .rtl .contact-chat>ul>li.replies .media .profile{margin-left:0!important;margin-right:1.5rem!important}html.style1 .rtl .contact-chat>ul>li.replies .media .media-body{text-align:left}html.style1 .rtl .contact-chat>ul>li.replies .msg-box li:last-child{margin-right:auto;margin-left:unset}html.style1 .rtl .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,html.style1 .rtl .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:0 25px 25px 30px}html.style1 .rtl .contact-chat>ul>li.replies .msg-box li .badge{margin-left:.5rem!important;margin-right:0!important}html.style1 .rtl .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 25px 0}html.style1 .rtl .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:unset;margin-left:10px}html.style1 .rtl .contact-chat>ul>li .contact-name h5{padding-right:20px;padding-left:20px}html.style1 .rtl .mr-4{margin-right:0!important;margin-left:1.5rem!important}html.style1 .rtl .msg-setting-main .msg-dropdown-main .msg-setting{margin-left:unset;margin-right:10px}html.style1 .rtl .ml-2{margin-left:0!important;margin-right:.5rem!important}html.style1 .rtl .msg-box>li:first-child h5{border-radius:30px 25px 0 30px}html.style1 .rtl .msg-box>li:last-child h5{border-radius:30px 0 25px 30px}html.style1 .rtl .msg-box>li:last-child .document{border-radius:0 50px 50px 50px}html.style1 .rtl .msg-box>li:last-child .auto-gallery{border-radius:30px 0 25px 30px}html.style1 .rtl .pull-right{float:left}html.style1 .rtl .text-right{text-align:left!important}html.style1 .rtl .m-r-15{margin-right:unset;margin-left:15px}html.style1 .rtl .chat-main li .chat-box .details{padding-left:50px;padding-right:75px;text-align:right}html.style1 .rtl .chat-main li .chat-box .date-status{right:unset;left:0;text-align:left}html.style1 .rtl .call-log-main .call-box .call-status{left:0;right:unset}html.style1 .rtl .call-log-main .call-box .details{padding-left:100px;padding-right:75px}html.style1 .rtl .contact-log-main li .contact-box .profile{right:0;left:unset}html.style1 .rtl .contact-log-main li .contact-box .details{padding-left:100px;padding-right:75px}html.style1 .rtl .contact-log-main li .contact-box .contact-action{left:0;right:unset}html.style1 .rtl .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-right:5px;margin-left:unset}html.style1 .rtl .profile{right:0;left:unset}html.style1 .rtl .profile.busy:before,html.style1 .rtl .profile.offline:before,html.style1 .rtl .profile.online:before,html.style1 .rtl .profile.unreachable:before{left:0;right:unset}html.style1 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:left}html.style1 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{margin-left:10px;margin-right:unset}html.style1 .rtl .chitchat-main .call-content .user-profile,html.style1 .rtl .chitchat-main .contact-content .user-profile,html.style1 .rtl .group-main .group-box{text-align:right}html.style1 .rtl .group-main .group-box .details{padding-right:75px;padding-left:unset}html.style1 .rtl .group-main .group-box .date-status{right:unset;left:0;text-align:left}html.style1 .rtl ul.grop-icon li:nth-child(2),html.style1 .rtl ul.grop-icon li:nth-child(3){margin-right:-10px;margin-left:unset}html.style1 .rtl .groupuser{margin-right:auto;margin-left:unset;text-align:left}html.style1 .rtl .groupuser .gr-chat-friend-toggle{padding-left:20px;padding-right:unset}html.style1 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{left:0;right:unset;text-align:right}html.style1 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding-right:70px;padding-left:50px}html.style1 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{left:40px;right:unset}html.style1 .rtl .groupuser .gr-profile.grow:after{left:-4.2px;right:unset}html.style1 .rtl [class*=" icon-"].pull-right,html.style1 .rtl [class^=icon-].pull-right{margin-right:.3em;margin-left:unset}html.style1 .rtl .groupuser .gr-profile+.gr-profile{margin-right:15px;margin-left:0}html.style1 .rtl .dot-btn:before{left:1px;right:unset}html.style1 .rtl .dot-btn:after{left:-4.2px;right:unset}html.style1 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{margin-left:15px;margin-right:unset}html.style1 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{left:0;right:unset}html.style1 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body{text-align:right}html.style1 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-left:15px;margin-right:unset}html.style1 .rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{left:15px;right:unset}html.style1 .rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{right:15px;left:unset}html.style1 .rtl .chitchat-container .chitchat-right-sidebar{left:-200px;right:unset}html.style1 .rtl .profile-box .details{padding-right:20px}html.style1 .rtl .privacy .custom-switch{left:0;right:unset;transform:scale(-1)}html.style1 .rtl .privacy h5{text-align:right;padding-right:unset;padding-left:35px}html.style1 .rtl .change-number span{border-left:none;padding:.5rem .75rem}html.style1 .rtl .change-number .country-code{border-right:none;padding-right:3px}html.style1 .rtl .slider-block{background-position:unset;transform:scaleX(-1) scaleY(1)}html.style1 .rtl .slider-block .slider-main{transform:scaleX(-1) scaleY(1)}html.style1 .rtl .ml-3{margin-right:1rem!important}html.style1 .rtl .app-design-main .app-hover{right:27%}html.style1 .rtl .team-work-main .team-work-content .ply-main .ply-content{margin-left:20px;margin-right:unset}html.style1 .rtl .team-work-main .team2{left:28%;right:unset}html.style1 .rtl .team-work-main .team4{left:9%;right:unset}html.style1 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-left:75px;margin-right:unset}html.style1 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-left:20px;margin-right:unset}html.style1 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{text-align:right}html.style1 .rtl .testimonial-slider{direction:ltr}html.style1 .rtl .secure-app-main .secure-app-content .ply-main .ply-content{margin-left:20px}html.style1 .rtl .price-slider{direction:ltr}html.style1 .rtl .subscribe-content .form-inline .form-control:first-child{margin-left:20px}html.style1 .rtl .subscribe-content button{margin-right:20px}html.style1 .rtl .fa-volume-up,html.style1 .rtl .feather-chevron-left,html.style1 .rtl .feather-chevron-right,html.style1 .rtl .feather-phone,html.style1 .rtl .feather-rotate-cw,html.style1 .rtl .feather-send,html.style1 .rtl .feather-video{transform:scaleX(-1)}html.style1 .rtl .audiocall1.call-modal ul li+li,html.style1 .rtl .audiocall2.call-modal ul li+li,html.style1 .rtl .conferencecall.call-modal ul li+li,html.style1 .rtl .videocall.call-modal ul li+li,html.style1 .rtl .videocallhang.call-modal ul li+li{margin-right:30px;margin-left:unset}html.style1 .rtl .videocall.call-modal .videocall-details #basicUsage,html.style1 .rtl .videocallhang.call-modal .videocall-details #basicUsage{margin-left:20px;margin-right:unset}html.style1 .rtl .videocall.call-modal .videocall-details .usersprof,html.style1 .rtl .videocallhang.call-modal .videocall-details .usersprof{margin-left:15px;margin-right:unset}html.style1 .rtl .videocall.call-modal .small-image,html.style1 .rtl .videocallhang.call-modal .small-image{right:40px;left:unset}html.style1 .rtl .dropdown-toggle:after{margin-right:.3em}html.style1 .rtl .navbar-brand{margin-left:1rem;margin-right:unset}html.style1 .rtl header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-left:20px;margin-right:unset}html.style1 .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:25px;margin-left:unset}html.style1 .rtl .dropdown-menu{right:0;left:unset;float:right;text-align:right}html.style1 .rtl .breadcrumb-main .breadcrumb-content .breadcrumb-right ul li{margin-left:15px;margin-right:unset}html.style1 .rtl .page-decore .top{left:-30px;right:unset;transform:rotate(-130deg)}html.style1 .rtl .page-decore .bottom{right:-20px;left:unset;transform:rotate(45deg)}html.style1 .rtl .blog-page .blog-sidebar .blog-card .blog-search .input-group span{padding-left:15px;padding-right:unset}html.style1 .rtl .blog-page .blog-sidebar .blog-card .recent-blog li .media img{margin-left:10px;margin-right:unset}html.style1 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:15px}html.style1 .rtl .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{margin:0 0 0 15px}html.style1 .rtl .blog-page .blog-media .blog-right ul li+li{padding-right:15px;padding-left:unset;margin-right:15px;margin-left:unset;border-right:1px solid #ddd;border-left:none}html.style1 .rtl .blog-page .blog-media .blog-right ul li i{padding-left:10px;padding-right:unset}html.style1 .rtl .blog-detail-page .blog-detail .post-social{text-align:right}html.style1 .rtl .blog-detail-page .blog-detail .post-social li+li{border-right:1px solid #eff1f2;border-left:unset;padding-right:unset;margin-right:15px;margin-left:unset}html.style1 .rtl .blog-detail-page .blog-detail .post-social li i{margin-left:10px;margin-right:0}html.style1 .rtl .blog-detail-page .blog-detail .post-social ul.social-group{float:left}html.style1 .rtl .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,html.style1 .rtl .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{margin-left:0;margin-right:unset}html.style1 .rtl .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-right:8px;padding-left:unset;margin-right:0}html.style1 .rtl .blog-detail-page .blog-commant .comment-section li img{margin-left:20px;margin-right:unset}html.style1 .rtl .about-page .about-tab .nav{border-left:1px solid #eff1f2;border-right:unset}html.style1 .rtl .secure-app-main{background-position:unset;transform:scaleX(-1) scaleY(1)}html.style1 .rtl .secure-app-main .secure-app-content{transform:scaleX(-1) scaleY(1)}html.style1 .rtl .team-slider{direction:ltr}html.style1 .rtl .team .owl-nav{left:0;right:unset}html.style1 .rtl .about-page .offset-sm-2{margin-right:16.66667%}html.style1 .rtl .about-page .offset-md-1{margin-right:8.33333%}html.style1 .rtl .faq-section .faq-search-box .input-group span{padding-left:15px;padding-right:unset}html.style1 .rtl .faq-section .accordion.theme-accordion .card .card-header{padding-right:unset;padding-left:30px}html.style1 .rtl .faq-section .accordion.theme-accordion .card .card-header button{text-align:right}html.style1 .rtl .faq-section .accordion.theme-accordion .card .card-header button:before{left:20px;right:unset}html.style1 .rtl .faq-section .float-right{float:left!important}html.style1 .rtl .collapse-block .block-title:after{left:0;right:unset}html.style1 .rtl .theme-btn-group .btn-group-sm>a.btn:last-child,html.style1 .rtl .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 0 10px}html.style1 .rtl .theme-btn-group a:first-child{border-radius:15px 15px 15px 0}html.style1 .rtl .theme-btn-group a:last-child{border-radius:15px 15px 0 15px}html.style1 .rtl .theme-btn-group .btn-group-sm>a.btn:last-child{border-radius:10px 10px 0 10px}html.style1 .rtl .theme-btn-group a+a{margin-right:5px}html.style1 .rtl .document-list li h5{margin-right:30px;margin-left:unset}html.style1 .rtl .element-card .typography .font_label,html.style1 .rtl .element-card-body .fonts .btn-primary{margin-left:20px}html.style1 .rtl .downlaod .footer-btn .btn span{padding-right:12px}html.style1 .rtl footer .links li{padding-right:20px;padding-left:unset}html.style1 .rtl footer .links li:hover a:before{right:3;left:unset}html.style1 .rtl footer .links li a:before{right:0;left:unset;transform:scale(-1)}html.style1 .rtl footer .footer-back-block .inner1{left:-80px;right:unset;transform:rotate(-96deg)}html.style1 .rtl footer .footer-back-block .inner2{right:-80px;left:unset}html.style1 .rtl footer .social-group li+li{margin-right:5px;margin-left:unset}html.style1 .rtl .breadcrumb-main ul li+li{margin-right:30px;margin-left:unset}html.style1 .rtl .breadcrumb-main ul li+li:before{right:-15px;left:unset}html.style1 .rtl .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-right:15px}html.style1 .rtl .login-page2 .login-content-main .medialogo{right:-4%;left:unset}html.style1 .rtl .login-page2 .login-content-main .medialogo li+li{margin-left:15px;margin-right:unset}html.style1 .rtl .login-page1 .right-page{left:0;right:unset}html.style1 .rtl .login-content .form1 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset}html.style1 .rtl .login-content .form2 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset;padding-right:1.25rem}html.style1 .rtl .login-content .medialogo ul li+li{margin-right:20px;margin-left:unset}html.style1 .rtl .login-content .termscondition h4 span{margin-left:8px;margin-right:unset}html.style1 .rtl .right-login .login-img{transform:scaleX(-1)}html.style1 .rtl .right-login .girl-logo{transform:scaleX(-1);left:27%;right:unset}html.style1 .rtl .right-login .boy-logo{transform:scaleX(-1);right:36%;left:unset}html.style1 .rtl .right-login .heart-logo{left:35%;right:unset}html.style1 .rtl .right-login .has-logo{left:27%;right:unset}html.style1 .rtl .right-login .has-logo1{right:25%;left:unset;transform:scalex(1)}html.style1 .rtl .right-login .top-circle{right:20%;left:unset}html.style1 .rtl .right-login .center-circle{right:6%;left:unset}html.style1 .rtl .right-login .bottom-circle{right:13%;left:unset}html.style1 .rtl .right-login .bottom-circle1{left:22%;right:unset}html.style1 .rtl .right-login .right-circle{left:0;right:unset}html.style1 .rtl .right-login .right-circle1{left:9%;right:unset}html.style1 .rtl .right-login .cloud-logo3{animation:homecloud 45s linear infinite}html.style1 .rtl .right-login .cloud-logo4{animation:homecloud 80s linear infinite}html.style1 .rtl .right-login .cloud-logo1{animation:homecloud 25s linear infinite}html.style1 .rtl .login-page2 .login-img{transform:scaleX(-1)}html.style1 .rtl .login-page2 .girl-logo{transform:scaleX(-1);left:27%;right:unset}html.style1 .rtl .login-page2 .boy-logo{transform:scaleX(-1);right:36%;left:unset}html.style1 .rtl .login-page2 .heart-logo{left:35%;right:unset}html.style1 .rtl .login-page2 .has-logo{left:27%;right:unset}html.style1 .rtl .login-page2 .has-logo1{right:25%;left:unset;transform:scalex(1)}html.style1 .rtl .login-page2 .top-circle{right:20%;left:unset}html.style1 .rtl .login-page2 .center-circle{right:6%;left:unset}html.style1 .rtl .login-page2 .bottom-circle{right:13%;left:unset}html.style1 .rtl .login-page2 .bottom-circle1{left:22%;right:unset}html.style1 .rtl .login-page2 .right-circle{left:0;right:unset}html.style1 .rtl .login-page2 .right-circle1{left:9%;right:unset}html.style1 .rtl .login-page2 .cloud-logo3{animation:homecloud 45s linear infinite}html.style1 .rtl .login-page2 .cloud-logo4{animation:homecloud 80s linear infinite}html.style1 .rtl .login-page2 .cloud-logo1{animation:homecloud 25s linear infinite}html.style1 .rtl .chitchat-container .main-nav{border-left:1px solid #eff1f2;border-right:none}html.style1 .rtl .chitchat-container .main-nav .logo-warpper img,html.style1 .rtl .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{transform:scaleX(-1)}html.style1 .rtl .chat-main li.active{border-right:4px solid #3a62b8;border-left:none}html.style1 .rtl .chat-main li .chat-box .icon-btn.btn-outline-light{right:unset;left:0}html.style1 .rtl .btn-fix{margin-right:-30px;margin-left:unset}html.style1 .rtl .app-sidebar .app-list{border-right:2px solid #eff1f2;border-left:none}html.style1 .rtl .contact-list-tab .chat-main{padding-left:15px}html.style1 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content{margin-left:-20px;padding-left:20px;margin-right:unset;padding-right:unset}html.style1 .rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{text-align:right}html.style1 .rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{border-left:none;padding-left:5px;border-right:4px solid #1c9dea;padding-right:15px}html.style1 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp,html.style1 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .target-reminder-list{border-left:2px solid #eff1f2;border-right-width:5px;border-right-color:rgba(28,157,234,.3);text-align:right}html.style1 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{right:unset;left:0}html.style1 .rtl ul.chat-cont-setting{left:unset;right:20%}html.style1 .rtl .setting-sidebar{right:unset;left:-365px}html.style1 .rtl .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 7%}html.style1 .rtl .sidebar-pannle-main{left:22px;right:unset}@media(max-width:1367px){html.style1 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:1366px){html.style1 .rtl .social-group li+li{margin-right:5px;margin-left:unset}html.style1 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:1200px){html.style1 .rtl .inner-page header .landing-header .navbar-toggler{left:20px;right:unset}html.style1 .rtl header .landing-header .navbar-collapse{right:0;left:unset}html.style1 .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:30px}html.style1 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:5px}html.style1 .rtl .right-login .login-img{width:65%}html.style1 .rtl .right-login .boy-logo{right:29%;left:unset;top:50%}html.style1 .rtl .right-login .girl-logo{left:14%;right:unset;top:27%}html.style1 .rtl .right-login .has-logo1{right:12%;left:unset}}@media(max-width:1024px){html.style1 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:992px){html.style1 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:991px){html.style1 .rtl .downlaod .footer-btn .btn+.btn{margin-right:15px;margin-left:unset}html.style1 .rtl .right-login .girl-logo{width:35%;top:23%;left:3%}html.style1 .rtl .right-login .login-img{width:80%}html.style1 .rtl .right-login .boy-logo{right:21%;left:unset;top:50%;width:25%}html.style1 .rtl .right-login .girl-logo{width:33%;left:9%;right:unset;top:25%}html.style1 .rtl .right-login .has-logo1{right:5%;left:unset;top:69%}}@media(max-width:768px){html.style1 .rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-left:unset}html.style1 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:8px}}@media(max-width:767px){html.style1 .rtl footer .footer-title .according-menu:before,html.style1 .rtl footer .footer-title.active .according-menu:before{left:2px;right:unset}html.style1 .rtl .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:0}}@media(max-width:600px){html.style1 .rtl .downlaod .footer-btn{display:flex}html.style1 .rtl .downlaod .footer-btn .btn+.btn{margin-right:15px}html.style1 .rtl .blog-card .default-form .form-group input{padding:10px}}@media(max-width:576px){html.style1 .rtl .downlaod .footer-btn{display:flex}}@media(max-width:480px){html.style1 .rtl footer .section-py-space .footer-title .according-menu:before{left:10px;right:unset}html.style1 .rtl .error-main .error-contain .animated-bg i{height:70px;width:70px}}@media(max-width:420px){html.style1 .rtl .downlaod .footer-btn{display:-webkit-box}html.style1 .rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-top:15px}}@media(max-width:360px){html.style1 .rtl .blog-page .blog-media .blog-right ul{display:flex}html.style1 .rtl .downlaod .footer-btn{display:-webkit-box}}@media(max-width:320px){html.style1 .rtl .breadcrumb-main ul li+li{margin-right:15px;margin-left:unset}}html.style1 .login-content{width:450px;margin:0 auto}html.style1 .login-content .login-content-header img{height:50px;width:auto}html.style1 .login-content h3{font-size:calc(18px + 8*(100vw - 320px)/1600);font-family:Rubik,sans-serif;font-weight:500;padding-bottom:16px}html.style1 .login-content h4{margin-bottom:35px;line-height:1.4;font-family:Roboto,sans-serif;font-weight:400}html.style1 .login-content .form1 .form-group,html.style1 .login-content .form2 .form-group{margin-bottom:30px}html.style1 .login-content .form1 .form-group .col-form-label,html.style1 .login-content .form2 .form-group .col-form-label{font-size:calc(14px + 2*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;padding-top:0;padding-bottom:15px;line-height:1}html.style1 .login-content .form1 .form-group .buttons,html.style1 .login-content .form2 .form-group .buttons{text-align:center}html.style1 .login-content .form1 .form-group .buttons .btn,html.style1 .login-content .form2 .form-group .buttons .btn{padding:14px 65px;color:#fff;justify-content:center}html.style1 .login-content .form1 .form-group .buttons .btn-signup,html.style1 .login-content .form2 .form-group .buttons .btn-signup{background-color:#223645;margin-left:25px}html.style1 .login-content .form1 .form-group .form-check,html.style1 .login-content .form2 .form-group .form-check{display:flex;justify-content:space-between;align-items:center}html.style1 .login-content .form1 .form-group .form-check h6,html.style1 .login-content .form2 .form-group .form-check h6{color:#223645;font-family:Montserrat,sans-serif;font-weight:500}html.style1 .login-content .form1 .form-group .form-check-input,html.style1 .login-content .form2 .form-group .form-check-input{margin-right:-1.25rem;margin-left:unset}html.style1 .login-content .form1 .form-group .form-control,html.style1 .login-content .form2 .form-group .form-control{padding:13px 20px;border-radius:5px;border:1px solid rgba(0,0,0,.1);height:auto}html.style1 .login-content .form1 .form-group .form-control::placeholder,html.style1 .login-content .form2 .form-group .form-control::placeholder{font-size:15px;color:#223645;font-family:Roboto,sans-serif;font-weight:400}html.style1 .login-content .form1 .form-group .form-check-label,html.style1 .login-content .form2 .form-group .form-check-label{font-size:12px;font-family:Montserrat,sans-serif;font-weight:500;text-transform:capitalize;line-height:1}html.style1 .login-content .form2 .form-group .form-check-input{margin-right:0;margin-left:-1.25rem}html.style1 .login-content .line{display:flex;justify-content:center;margin-bottom:30px;margin-top:50px}html.style1 .login-content .line h6{font-family:Montserrat,sans-serif;font-weight:600;color:#223645}html.style1 .login-content .line h6:after,html.style1 .login-content .line h6:before{display:inline-block;content:"";border-top:1px solid #ededed;width:4.5rem;margin:0 1rem}html.style1 .login-content .medialogo{margin-bottom:30px}html.style1 .login-content .medialogo ul{display:flex;justify-content:center}html.style1 .login-content .medialogo ul li+li{margin-left:20px}html.style1 .login-content .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}html.style1 .login-content .termscondition{text-align:center}html.style1 .login-content .termscondition h4 span{color:#ff4e2b;margin-right:8px}html.style1 .login-content .termscondition h4 b{margin-left:8px;margin-right:8px}html.style1 .right-login{justify-content:center;display:flex;max-height:100%}html.style1 .login-page2,html.style1 .right-login{background-color:#f6f7fa;width:auto;height:100%;position:relative}html.style1 .login-page2 .login-img,html.style1 .right-login .login-img{position:absolute;top:30%}html.style1 .login-page2 .boy-logo,html.style1 .right-login .boy-logo{position:absolute;left:36%;top:52%}html.style1 .login-page2 .girl-logo,html.style1 .right-login .girl-logo{top:27%;right:27%;position:absolute}html.style1 .login-page2 .heart-logo,html.style1 .right-login .heart-logo{position:absolute;animation:heartbeat 5s infinite;top:15%;right:35%}html.style1 .login-page2 .has-logo,html.style1 .right-login .has-logo{position:absolute;top:15%;right:27%}html.style1 .login-page2 .has-logo1,html.style1 .right-login .has-logo1{position:absolute;top:60%;left:25%;transform:scalex(-1)}html.style1 .login-page2 .cloud-logo,html.style1 .right-login .cloud-logo{position:absolute;top:15%;left:0;animation:homecloud 90s linear infinite;transform:scale(.15)}html.style1 .login-page2 .cloud-logo1,html.style1 .right-login .cloud-logo1{position:absolute;bottom:10%;animation:animateCloud 25s linear infinite;height:25px}html.style1 .login-page2 .cloud-logo2,html.style1 .right-login .cloud-logo2{position:absolute;top:2%;animation:homecloud 60s linear infinite;transform:scale(.5)}html.style1 .login-page2 .cloud-logo3,html.style1 .right-login .cloud-logo3{position:absolute;top:31%;animation:animateCloud 45s linear infinite;transform:scaleX(-1);height:30px}html.style1 .login-page2 .cloud-logo4,html.style1 .right-login .cloud-logo4{position:absolute;animation:animateCloud 80s linear infinite;transform:scale(.55)}html.style1 .login-page2 .maincircle,html.style1 .right-login .maincircle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(100px + 580*(100vw - 320px)/1600);height:calc(100px + 580*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:15%;position:absolute}html.style1 .login-page2 .top-circle,html.style1 .right-login .top-circle{background-image:linear-gradient(#f1f8fe,#f1f8fe,#cde7fa);top:2%;left:20%}html.style1 .login-page2 .center-circle,html.style1 .login-page2 .top-circle,html.style1 .right-login .center-circle,html.style1 .right-login .top-circle{padding:1px;height:calc(50px + 50*(100vw - 320px)/1600);width:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;position:absolute}html.style1 .login-page2 .center-circle,html.style1 .right-login .center-circle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe);top:45%;left:6%}html.style1 .login-page2 .bottom-circle,html.style1 .right-login .bottom-circle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(50px + 50*(100vw - 320px)/1600);height:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:0;left:13%;position:absolute}html.style1 .login-page2 .bottom-circle1,html.style1 .right-login .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(40px + 80*(100vw - 320px)/1600);height:calc(40px + 80*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:2%;right:22%;position:absolute}html.style1 .login-page2 .right-circle,html.style1 .right-login .right-circle{background-image:linear-gradient(270deg,#f1f8fe,#f1f8fe,#cde7fa);padding:1px;width:calc(90px + 170*(100vw - 320px)/1600);height:calc(90px + 170*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:18%;right:0;position:absolute}html.style1 .login-page2 .right-circle1,html.style1 .right-login .right-circle1{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe,#f1f8fe);padding:1px;width:calc(75px + 65*(100vw - 320px)/1600);height:calc(75px + 65*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:1%;right:9%;position:absolute}html.style1 .login-page1 .login-content{width:100%}html.style1 .login-page1 .login-content h3{padding-bottom:5px}html.style1 .login-page1 .login-content-header img{margin-bottom:20px}html.style1 .login-page1 .left-page{position:relative;z-index:10;width:34%;height:100%;padding:50px;display:flex;align-items:center}html.style1 .login-page1 .right-page{height:100vh;position:fixed;right:0;width:66%}html.style1 .login-page1 .right-page .animation-block{z-index:1;position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}html.style1 .login-page1 .login-contain-main{display:flex}html.style1 .login-page2{position:relative;overflow:hidden;height:100vh;display:flex;overflow-y:auto;align-items:center}html.style1 .login-page2 .login-content-main{margin:0 auto;width:-moz-fit-content;width:fit-content;z-index:20;position:relative}html.style1 .login-page2 .login-content-main .login-content2{background-color:#fff;padding:23px;border-radius:15px;z-index:10;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:30px}html.style1 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs{padding-bottom:unset}html.style1 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{background-color:#3a62b8!important;color:#fff!important}html.style1 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link.active{color:#3a62b8!important;background-color:rgba(58,98,184,.15)!important}html.style1 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-left:15px}html.style1 .login-page2 .login-content-main .login-content{background-color:#fff;border:3px;width:600px;padding:50px 80px;z-index:10}html.style1 .login-page2 .login-content-main .login-content h3,html.style1 .login-page2 .login-content-main .login-content h4{text-align:center}html.style1 .login-page2 .login-content-main .login-content .login-content-header{padding-bottom:20px;text-align:center}html.style1 .login-page2 .login-content-main .login-content .form2 .form-group .buttons{margin-bottom:unset}html.style1 .login-page2 .login-content-main .medialogo{display:inline-block;left:-4%;position:absolute;top:40%;margin-bottom:unset}html.style1 .login-page2 .login-content-main .medialogo li+li{margin-left:unset;margin-top:10px}html.style1 .login-page2 .form2 .form-group .form-check-input{margin-top:-2px}html.style1 .login-page2 .top-circle{width:calc(90px + 190*(100vw - 320px)/1600);height:calc(90px + 190*(100vw - 320px)/1600);top:11%;left:12%}html.style1 .login-page2 .center-circle{background-image:linear-gradient(270deg,#cde7fa,#f1f8fe,#f1f8fe);left:6%;height:calc(60px + 90*(100vw - 320px)/1600);width:calc(60px + 90*(100vw - 320px)/1600)}html.style1 .login-page2 .quarterCircle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe);width:80px}html.style1 .login-page2 .right-circle1{background-image:linear-gradient(0deg,#cde7fa,#f1f8fe,#f1f8fe);width:70px;height:70px;top:33%;right:11%}html.style1 .login-page2 .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);width:80px;height:80px;bottom:2%;right:35%}html.style1 .login-page2 .right-circle{background-image:linear-gradient(90deg,#f1f8fe,#f1f8fe,#cde7fa);width:calc(50px + 110*(100vw - 320px)/1600);height:calc(50px + 110*(100vw - 320px)/1600);bottom:0;right:3%}html.style1 .login-page2 .cloud-logo{top:-6%;left:-81%;height:5%;transform:none}html.style1 .login-page2 .cloud-logo4{bottom:2%}html.style1 .login-page2 .cloud-logo2{left:-208%;height:13%}html.style1 .login-page2 .cloud-logo5{position:absolute;top:2%;animation:homecloud 30s linear infinite;height:10%}@media(max-width:1470px){html.style1 .login-page1 .right-page{width:60%}html.style1 .login-page2{height:100%;padding-top:40px;padding-bottom:40px}}@media(max-width:1434px){html.style1 .login-content{width:430px}html.style1 .login-content .form1 .form-group .buttons .btn,html.style1 .login-content .form2 .form-group .buttons .btn{padding:14px 50px}}@media(max-width:1367px){html.style1 .login-page2 .login-content-main .login-content{padding:50px}}@media(min-width:992px)and (max-width:1200px){html.style1 .login-content .line h6:after,html.style1 .login-content .line h6:before{width:3.5rem}}@media(max-width:1200px){html.style1 .login-page1 .left-page{padding:30px}html.style1 .right-login .boy-logo{left:29%;top:50%}html.style1 .right-login .girl-logo{right:14%;top:27%}html.style1 .right-login .has-logo1{left:12%}html.style1 .right-login .login-img{width:65%}html.style1 .login-content .login-content-header{padding-bottom:27px}html.style1 .login-content h4{margin-bottom:24px}html.style1 .login-content .form1 .form-group .form-control,html.style1 .login-content .form2 .form-group .form-control{padding:15px}html.style1 .login-content .form1 .form-group .col-form-label,html.style1 .login-content .form2 .form-group .col-form-label{padding-bottom:16px}html.style1 .login-content .form1 .form-group .buttons,html.style1 .login-content .form1 .form-group .form-check,html.style1 .login-content .form2 .form-group .buttons,html.style1 .login-content .form2 .form-group .form-check,html.style1 .login-content .line,html.style1 .login-content .medialogo{margin-bottom:30px}}@media(max-width:1199px){html.style1 .login-page1 .left-page{width:40%}}@media(max-width:1024px){html.style1 .login-content{width:350px}}@media(max-width:991px){html.style1 .right-login .login-img{width:80%}html.style1 .right-login .girl-logo{width:35%;top:23%;right:3%}html.style1 .right-login .boy-logo{left:21%;top:45%;width:27%}html.style1 .right-login .has-logo1{top:69%;left:2%}html.style1 .login-page1 .left-page,html.style1 .login-page1 .right-page{width:50%}}@media(max-width:768px){html.style1 .login-content{width:340px}html.style1 .login-content .line h6:after,html.style1 .login-content .line h6:before{width:3.5rem}html.style1 .right-login .boy-logo{left:23%;top:43%;width:24%}html.style1 .girl-logo{right:11%;top:24%}}@media(max-width:767px){html.style1 .right-page{position:absolute;opacity:.05}html.style1 .login-content{width:auto;padding:50px}html.style1 .login-content .login-content-header{padding-bottom:17px}html.style1 .login-content .login-content-header img{height:40px}html.style1 .login-content h4{margin-bottom:17px}html.style1 .login-content .form1 .form-group,html.style1 .login-content .form2 .form-group{margin-bottom:20px}html.style1 .login-content .form1 .form-group .col-form-label,html.style1 .login-content .form2 .form-group .col-form-label{padding-bottom:10px}html.style1 .login-content .form1 .form-group .form-check,html.style1 .login-content .form2 .form-group .form-check{margin-bottom:20px}html.style1 .login-content .form2 .form-group .buttons .btn{padding:12px 35px}html.style1 .login-page1 .left-page,html.style1 .login-page1 .right-page{width:100%}html.style1 .login-page2 .login-content-main .login-content{width:530px;padding:30px}html.style1 .login-page2 .login-content-main .medialogo{position:unset;display:flex;justify-content:center;margin-bottom:20px}html.style1 .login-page2 .login-content-main .medialogo li+li{margin-top:unset;margin-left:15px}html.style1 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{min-width:auto;padding:10px 35px}html.style1 .login-content h3{padding-bottom:10px}}@media(max-width:600px){html.style1 .login-page2 .medialogo{display:flex;position:unset;justify-content:center}html.style1 .login-page2 .medialogo li+li{margin-top:unset;margin-left:10px}}@media(max-width:575px){html.style1 .login-content{padding:30px}html.style1 .login-content .form1 .form-group .buttons .btn,html.style1 .login-content .form2 .form-group .buttons .btn{padding:12px 25px}html.style1 .login-content .form1 .form-group .form-control,html.style1 .login-content .form2 .form-group .form-control{padding:10px;line-height:1}html.style1 .login-content .form1 .form-group .form-control::placeholder,html.style1 .login-content .form2 .form-group .form-control::placeholder{font-size:13px}html.style1 .login-content .login-content-header img{height:30px}html.style1 .login-page1 .left-page{padding:0}html.style1 .login-page2 .login-content-main{padding:15px}html.style1 .login-page2 .login-content-main .login-content{width:100%}html.style1 .login-page2 .login-content-main .login-content2{padding:20px}html.style1 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item{margin-right:0}html.style1 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{padding:10px 25px}html.style1 .login-page2 .login-content-main .medialogo li .icon-btn{width:30px;height:30px}html.style1 .login-page2 .login-content-main .medialogo li .icon-btn i{font-size:12px}}@media(max-width:320px){html.style1 .login-content .line h6:after,html.style1 .login-content .line h6:before{width:2.5rem}}html.style1 .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}html.style1 .default-form .form-control:focus{box-shadow:none}html.style1 .default-form .form-group{margin:0}html.style1 .default-form .form-group input{height:45px}html.style1 .default-form .form-group input,html.style1 .default-form .form-group textarea{border-radius:15px;background-color:#f6f7fa;border:none}html.style1 .default-form .form-group h5{margin-bottom:15px}html.style1 .default-form .form-group+.form-group{margin-top:15px}html.style1 .default-form .form-group a{text-align:center}html.style1 .default-form .form-group p{padding-top:10px}html.style1 .default-form select{-webkit-appearance:none;width:100%;padding:12px 20px;text-transform:capitalize;font-size:15px;line-height:1;background-color:transparent;height:50px;border-radius:15px;color:#647589;border:none;background:url(/assets/images/drop-1.png) #f6f7fa no-repeat scroll 94%;margin-bottom:30px}html.style1 .form-control-plaintext{background-color:#fff}html.style1 .form-radious input{border-radius:15px}html.style1 .form-sm input{height:32px;font-size:13px}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+1) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+1) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+1) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+1) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+2) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+2) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+2) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+2) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+3) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+3) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+3) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+3) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+4) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+4) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+4) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+4) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+5) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+5) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+5) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+5) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+6) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+6) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+6) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+6) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+7) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+7) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+7) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+7) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+8) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+8) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+8) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+8) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+9) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+9) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+9) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+9) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+10) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+10) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+10) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+10) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+11) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+11) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+11) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+11) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+12) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+12) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+12) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+12) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+13) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+13) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+13) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+13) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+14) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+14) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+14) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+14) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+15) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+15) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+15) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+15) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+16) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+16) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+16) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+16) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+17) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+17) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+17) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+17) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+18) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+18) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+18) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+18) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+19) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+19) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+19) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+19) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+20) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+20) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+20) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+20) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+21) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+21) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+21) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+21) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+22) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+22) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+22) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+22) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+23) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+23) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+23) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+23) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+24) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+24) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+24) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+24) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+25) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+25) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+25) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+25) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+26) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+26) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+26) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+26) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+27) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+27) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+27) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+27) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+28) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+28) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+28) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+28) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+29) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+29) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+29) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+29) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+30) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+30) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+30) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+30) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+31) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+31) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+31) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+31) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+32) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+32) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+32) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+32) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+33) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+33) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+33) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+33) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+34) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+34) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+34) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+34) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+35) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+35) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+35) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+35) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+36) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+36) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+36) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+36) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+37) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+37) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+37) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+37) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+38) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+38) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+38) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+38) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+39) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+39) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+39) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+39) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+40) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+40) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+40) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+40) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+41) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+41) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+41) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+41) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+42) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+42) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+42) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+42) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+43) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+43) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+43) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+43) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+44) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+44) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+44) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+44) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+45) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+45) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+45) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+45) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+46) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+46) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+46) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+46) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+47) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+47) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+47) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+47) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+48) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+48) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+48) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+48) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+49) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+49) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+49) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+49) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+50) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+50) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+50) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+50) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+51) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+51) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+51) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+51) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+52) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+52) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+52) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+52) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+53) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+53) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+53) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+53) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+54) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+54) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+54) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+54) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+55) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+55) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+55) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+55) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+56) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+56) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+56) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+56) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+57) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+57) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+57) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+57) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+58) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+58) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+58) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+58) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+59) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+59) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+59) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+59) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+60) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+60) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+60) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+60) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+61) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+61) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+61) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+61) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+62) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+62) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+62) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+62) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+63) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+63) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+63) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+63) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+64) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+64) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+64) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+64) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+65) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+65) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+65) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+65) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+66) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+66) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+66) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+66) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+67) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+67) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+67) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+67) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+68) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+68) a i{color:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+68) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+68) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+69) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+69) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+69) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+69) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+70) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+70) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+70) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+70) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+71) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+71) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+71) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+71) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+72) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+72) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+72) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+72) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+73) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+73) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+73) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+73) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+74) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+74) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+74) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+74) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+75) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+75) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+75) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+75) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+76) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+76) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+76) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+76) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+77) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+77) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+77) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+77) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+78) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+78) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+78) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+78) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+79) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+79) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+79) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+79) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+80) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+80) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+80) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+80) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+81) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+81) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+81) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+81) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+82) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+82) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+82) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+82) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+83) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+83) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+83) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+83) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+84) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+84) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+84) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+84) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+85) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+85) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+85) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+85) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+86) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+86) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+86) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+86) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+87) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+87) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+87) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+87) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+88) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+88) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+88) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+88) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+89) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+89) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+89) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+89) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+90) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+90) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+90) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+90) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+91) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+91) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+91) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+91) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+92) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+92) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+92) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+92) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+93) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+93) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+93) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+93) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+94) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+94) a i{color:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+94) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+94) a svg{fill:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+95) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+95) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+95) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+95) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+96) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+96) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+96) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+96) a svg{fill:#e0a900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+97) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+97) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+97) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+97) a svg{fill:#32a42a!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+98) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+98) a i{color:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+98) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+98) a svg{fill:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+99) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+99) a i{color:#2e4d91!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+99) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+99) a svg{fill:#f72900!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+100) a i,html.style1 .colorfull .sidebar-top li:nth-child(5n+100) a i{color:#111b23!important}html.style1 .colorfull .sidebar-bottom li:nth-child(5n+100) a svg,html.style1 .colorfull .sidebar-top li:nth-child(5n+100) a svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+1)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+2)>a>svg{fill:#e0a900!important}html.style1 .colorfull .calls>li:nth-child(5n+3)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+4)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+5)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+6)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+7)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+8)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+9)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+10)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+11)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+12)>a>svg{fill:#e0a900!important}html.style1 .colorfull .calls>li:nth-child(5n+13)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+14)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+15)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+16)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+17)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+18)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+19)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+20)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+21)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+22)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+23)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+24)>a>svg{fill:#e0a900!important}html.style1 .colorfull .calls>li:nth-child(5n+25)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+26)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+27)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+28)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+29)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+30)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+31)>a>svg{fill:#e0a900!important}html.style1 .colorfull .calls>li:nth-child(5n+32)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+33)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+34)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+35)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+36)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+37)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+38)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+39)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+40)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+41)>a>svg{fill:#e0a900!important}html.style1 .colorfull .calls>li:nth-child(5n+42)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+43)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+44)>a>svg{fill:#e0a900!important}html.style1 .colorfull .calls>li:nth-child(5n+45)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+46)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+47)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+48)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+49)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+50)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+51)>a>svg{fill:#e0a900!important}html.style1 .colorfull .calls>li:nth-child(5n+52)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+53)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+54)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+55)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+56)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+57)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+58)>a>svg{fill:#e0a900!important}html.style1 .colorfull .calls>li:nth-child(5n+59)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+60)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+61)>a>svg{fill:#e0a900!important}html.style1 .colorfull .calls>li:nth-child(5n+62)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+63)>a>svg{fill:#e0a900!important}html.style1 .colorfull .calls>li:nth-child(5n+64)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+65)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+66)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+67)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+68)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+69)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+70)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+71)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+72)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+73)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+74)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+75)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+76)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+77)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+78)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+79)>a>svg{fill:#e0a900!important}html.style1 .colorfull .calls>li:nth-child(5n+80)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+81)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+82)>a>svg{fill:#e0a900!important}html.style1 .colorfull .calls>li:nth-child(5n+83)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+84)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+85)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+86)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+87)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+88)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+89)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+90)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+91)>a>svg{fill:#f72900!important}html.style1 .colorfull .calls>li:nth-child(5n+92)>a>svg{fill:#111b23!important}html.style1 .colorfull .calls>li:nth-child(5n+93)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+94)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+95)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+96)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+97)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .calls>li:nth-child(5n+98)>a>svg{fill:#32a42a!important}html.style1 .colorfull .calls>li:nth-child(5n+100)>a>svg,html.style1 .colorfull .calls>li:nth-child(5n+99)>a>svg{fill:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+1) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+2) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+3) a svg{stroke:#111b23!important}html.style1 .colorfull .media-right li:nth-child(5n+4) a svg,html.style1 .colorfull .media-right li:nth-child(5n+5) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+6) a svg,html.style1 .colorfull .media-right li:nth-child(5n+7) a svg,html.style1 .colorfull .media-right li:nth-child(5n+8) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+9) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+10) a svg,html.style1 .colorfull .media-right li:nth-child(5n+11) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+12) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+13) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+14) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+15) a svg{stroke:#111b23!important}html.style1 .colorfull .media-right li:nth-child(5n+16) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+17) a svg{stroke:#111b23!important}html.style1 .colorfull .media-right li:nth-child(5n+18) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+19) a svg{stroke:#111b23!important}html.style1 .colorfull .media-right li:nth-child(5n+20) a svg,html.style1 .colorfull .media-right li:nth-child(5n+21) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+22) a svg{stroke:#111b23!important}html.style1 .colorfull .media-right li:nth-child(5n+23) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+24) a svg,html.style1 .colorfull .media-right li:nth-child(5n+25) a svg,html.style1 .colorfull .media-right li:nth-child(5n+26) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+27) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+28) a svg,html.style1 .colorfull .media-right li:nth-child(5n+29) a svg{stroke:#111b23!important}html.style1 .colorfull .media-right li:nth-child(5n+30) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+31) a svg,html.style1 .colorfull .media-right li:nth-child(5n+32) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+33) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+34) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+35) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+36) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+37) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+38) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+39) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+40) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+41) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+42) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+43) a svg,html.style1 .colorfull .media-right li:nth-child(5n+44) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+45) a svg{stroke:#111b23!important}html.style1 .colorfull .media-right li:nth-child(5n+46) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+47) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+48) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+49) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+50) a svg,html.style1 .colorfull .media-right li:nth-child(5n+51) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+52) a svg{stroke:#111b23!important}html.style1 .colorfull .media-right li:nth-child(5n+53) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+54) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+55) a svg,html.style1 .colorfull .media-right li:nth-child(5n+56) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+57) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+58) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+59) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+60) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+61) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+62) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+63) a svg,html.style1 .colorfull .media-right li:nth-child(5n+64) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+65) a svg,html.style1 .colorfull .media-right li:nth-child(5n+66) a svg,html.style1 .colorfull .media-right li:nth-child(5n+67) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+68) a svg{stroke:#111b23!important}html.style1 .colorfull .media-right li:nth-child(5n+69) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+70) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+71) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+72) a svg,html.style1 .colorfull .media-right li:nth-child(5n+73) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+74) a svg{stroke:#111b23!important}html.style1 .colorfull .media-right li:nth-child(5n+75) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+76) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+77) a svg{stroke:#111b23!important}html.style1 .colorfull .media-right li:nth-child(5n+78) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+79) a svg,html.style1 .colorfull .media-right li:nth-child(5n+80) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+81) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+82) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+83) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+84) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+85) a svg,html.style1 .colorfull .media-right li:nth-child(5n+86) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+87) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+88) a svg,html.style1 .colorfull .media-right li:nth-child(5n+89) a svg,html.style1 .colorfull .media-right li:nth-child(5n+90) a svg,html.style1 .colorfull .media-right li:nth-child(5n+91) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+92) a svg,html.style1 .colorfull .media-right li:nth-child(5n+93) a svg{stroke:#f72900!important}html.style1 .colorfull .media-right li:nth-child(5n+94) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+95) a svg{stroke:#111b23!important}html.style1 .colorfull .media-right li:nth-child(5n+96) a svg{stroke:#2e4d91!important}html.style1 .colorfull .media-right li:nth-child(5n+97) a svg,html.style1 .colorfull .media-right li:nth-child(5n+98) a svg{stroke:#32a42a!important}html.style1 .colorfull .media-right li:nth-child(5n+99) a svg{stroke:#e0a900!important}html.style1 .colorfull .media-right li:nth-child(5n+100) a svg{stroke:#2e4d91!important}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+1)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+2)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+1)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+2)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+1)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+2)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+1)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+2)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+1)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+2)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+1)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+2)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+1)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+2)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+1)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+2)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+3)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+4)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+3)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+4)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+3)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+4)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+3)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+4)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+3)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+4)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+3)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+4)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+3)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+4)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+3)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+4)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+5)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+5)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+5)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+5)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+5)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+5)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+5)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+5)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+6)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+6)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+6)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+6)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+6)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+6)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+6)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+6)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+7)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+7)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+7)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+7)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+7)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+7)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+7)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+7)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+8)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+8)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+8)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+8)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+8)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+8)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+8)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+8)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+10)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+9)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+10)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+9)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+10)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+9)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+10)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+9)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+10)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+9)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+10)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+9)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+10)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+9)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+10)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+9)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+11)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+12)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+11)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+12)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+11)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+12)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+11)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+12)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+11)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+12)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+11)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+12)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+11)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+12)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+11)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+12)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+13)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+14)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+13)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+14)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+13)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+14)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+13)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+14)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+13)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+14)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+13)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+14)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+13)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+14)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+13)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+14)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+15)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+16)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+17)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+15)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+16)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+17)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+15)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+16)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+17)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+15)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+16)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+17)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+15)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+16)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+17)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+15)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+16)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+17)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+15)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+16)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+17)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+15)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+16)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+17)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+18)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+18)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+18)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+18)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+18)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+18)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+18)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+18)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+19)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+19)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+19)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+19)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+19)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+19)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+19)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+19)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+20)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+20)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+20)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+20)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+20)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+20)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+20)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+20)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+21)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+21)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+21)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+21)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+21)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+21)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+21)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+21)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+22)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+22)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+22)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+22)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+22)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+22)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+22)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+22)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+23)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+24)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+23)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+24)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+23)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+24)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+23)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+24)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+23)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+24)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+23)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+24)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+23)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+24)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+23)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+24)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+25)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+25)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+25)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+25)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+25)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+25)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+25)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+25)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+26)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+26)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+26)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+26)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+26)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+26)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+26)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+26)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+27)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+27)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+27)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+27)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+27)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+27)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+27)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+27)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+28)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+28)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+28)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+28)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+28)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+28)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+28)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+28)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+29)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+29)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+29)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+29)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+29)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+29)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+29)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+29)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+30)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+30)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+30)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+30)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+30)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+30)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+30)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+30)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+31)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+32)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+31)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+32)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+31)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+32)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+31)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+32)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+31)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+32)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+31)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+32)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+31)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+32)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+31)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+32)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+33)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+33)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+33)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+33)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+33)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+33)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+33)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+33)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+34)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+34)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+34)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+34)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+34)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+34)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+34)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+34)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+35)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+36)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+35)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+36)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+35)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+36)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+35)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+36)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+35)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+36)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+35)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+36)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+35)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+36)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+35)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+36)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+37)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+37)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+37)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+37)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+37)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+37)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+37)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+37)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+38)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+38)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+38)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+38)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+38)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+38)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+38)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+38)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+39)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+39)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+39)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+39)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+39)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+39)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+39)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+39)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+40)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+40)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+40)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+40)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+40)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+40)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+40)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+40)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+41)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+41)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+41)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+41)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+41)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+41)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+41)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+41)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+42)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+42)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+42)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+42)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+42)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+42)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+42)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+42)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+43)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+43)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+43)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+43)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+43)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+43)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+43)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+43)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+44)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+44)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+44)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+44)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+44)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+44)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+44)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+44)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+45)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+46)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+45)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+46)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+45)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+46)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+45)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+46)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+45)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+46)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+45)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+46)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+45)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+46)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+45)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+46)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+47)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+47)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+47)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+47)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+47)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+47)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+47)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+47)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+48)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+48)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+48)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+48)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+48)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+48)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+48)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+48)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+49)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+49)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+49)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+49)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+49)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+49)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+49)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+49)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+50)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+50)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+50)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+50)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+50)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+50)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+50)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+50)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+51)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+52)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+51)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+52)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+51)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+52)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+51)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+52)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+51)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+52)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+51)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+52)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+51)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+52)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+51)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+52)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+53)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+53)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+53)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+53)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+53)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+53)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+53)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+53)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+54)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+54)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+54)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+54)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+54)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+54)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+54)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+54)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+55)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+55)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+55)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+55)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+55)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+55)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+55)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+55)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+56)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+56)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+56)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+56)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+56)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+56)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+56)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+56)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+57)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+57)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+57)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+57)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+57)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+57)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+57)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+57)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+58)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+58)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+58)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+58)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+58)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+58)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+58)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+58)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+59)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+59)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+59)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+59)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+59)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+59)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+59)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+59)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+60)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+60)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+60)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+60)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+60)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+60)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+60)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+60)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+61)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+61)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+61)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+61)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+61)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+61)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+61)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+61)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+62)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+62)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+62)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+62)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+62)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+62)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+62)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+62)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+63)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+63)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+63)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+63)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+63)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+63)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+63)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+63)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+64)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+64)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+64)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+64)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+64)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+64)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+64)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+64)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+65)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+65)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+65)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+65)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+65)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+65)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+65)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+65)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+66)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+66)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+66)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+66)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+66)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+66)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+66)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+66)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+67)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+67)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+67)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+67)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+67)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+67)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+67)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+67)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+68)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+68)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+68)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+68)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+68)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+68)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+68)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+68)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+69)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+69)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+69)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+69)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+69)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+69)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+69)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+69)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+70)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+70)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+70)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+70)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+70)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+70)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+70)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+70)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+71)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+72)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+71)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+72)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+71)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+72)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+71)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+72)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+71)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+72)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+71)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+72)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+71)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+72)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+71)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+72)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+73)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+74)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+75)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+73)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+74)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+75)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+73)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+74)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+75)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+73)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+74)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+75)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+73)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+74)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+75)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+73)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+74)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+75)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+73)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+74)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+75)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+73)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+74)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+75)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+76)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+76)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+76)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+76)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+76)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+76)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+76)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+76)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+77)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+77)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+77)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+77)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+77)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+77)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+77)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+77)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+78)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+79)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+78)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+79)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+78)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+79)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+78)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+79)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+78)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+79)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+78)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+79)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+78)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+79)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+78)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+79)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+80)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+80)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+80)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+80)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+80)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+80)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+80)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+80)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+81)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+81)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+81)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+81)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+81)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+81)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+81)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+81)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+82)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+82)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+82)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+82)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+82)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+82)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+82)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+82)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+83)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+83)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+83)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+83)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+83)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+83)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+83)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+83)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+84)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+84)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+84)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+84)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+84)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+84)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+84)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+84)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+85)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+86)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+85)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+86)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+85)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+86)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+85)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+86)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+85)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+86)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+85)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+86)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+85)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+86)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+85)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+86)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+87)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+88)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+89)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+90)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+87)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+88)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+89)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+90)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+87)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+88)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+89)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+90)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+87)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+88)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+89)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+90)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+87)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+88)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+89)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+90)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+87)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+88)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+89)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+90)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+87)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+88)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+89)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+90)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+87)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+88)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+89)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+90)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+91)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+91)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+91)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+91)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+91)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+91)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+91)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+91)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+92)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+93)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+92)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+93)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+92)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+93)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+92)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+93)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+92)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+93)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+92)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+93)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+92)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+93)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+92)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+93)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+94)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+94)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+94)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+94)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+94)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+94)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+94)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+94)>h5{color:#2e9826!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+95)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+95)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+95)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+95)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+95)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+95)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+95)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+95)>h5{color:#0c1319!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+96)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+96)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+96)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+96)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+96)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+96)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+96)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+96)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+97)>h5,html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+98)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+97)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+98)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+97)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+98)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+97)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+98)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+97)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+98)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+97)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+98)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+97)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+98)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+97)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+98)>h5{color:#2a4786!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+99)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+99)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+99)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+99)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+99)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+99)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+99)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+99)>h5{color:#d19d00!important;background-color:#e4e7ef}html.style1 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+100)>h5,html.style1 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+100)>h5,html.style1 .colorfull .replies .msg-box>li:nth-child(5n+100)>h5,html.style1 .colorfull .replies .msg-box>li>li:nth-child(5n+100)>h5,html.style1 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+100)>h5,html.style1 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+100)>h5,html.style1 .colorfull .sent .msg-box>li:nth-child(5n+100)>h5,html.style1 .colorfull .sent .msg-box>li>li:nth-child(5n+100)>h5{color:#e82600!important;background-color:#e4e7ef}html.style1 .colorfull .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{background-color:#2e9826!important;box-shadow:-1px 10px 16px -10px #3fcc35}html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+1):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+10):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+100):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+11):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+12):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+13):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+14):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+15):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+16):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+17):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+18):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+19):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+2):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+20):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+21):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+22):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+23):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+24):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+25):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+26):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+27):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+28):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+29):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+3):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+30):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+31):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+32):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+33):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+34):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+35):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+36):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+37):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+38):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+39):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+4):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+40):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+41):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+42):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+43):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+44):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+45):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+46):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+47):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+48):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+49):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+5):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+50):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+51):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+52):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+53):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+54):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+55):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+56):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+57):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+58):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+59):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+6):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+60):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+61):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+62):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+63):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+64):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+65):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+66):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+67):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+68):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+69):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+7):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+70):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+71):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+72):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+73):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+74):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+75):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+76):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+77):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+78):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+79):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+8):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+80):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+81):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+82):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+83):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+84):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+85):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+86):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+87):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+88):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+89):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+9):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+90):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+91):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+92):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+93):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+94):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+95):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+96):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+97):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+98):before,html.style1 .colorfull .theme-tab .chat-main li.active:nth-child(5n+99):before{border-left:4px solid #223645}html.style1 .bg-default{background-image:linear-gradient(#f6f7fa)}html.style1 .grediant-1{background-image:linear-gradient(359.3deg,rgba(58,98,184,.1) 1%,hsla(0,0%,73%,0) 70.9%)}html.style1 .grediant-2{background-image:radial-gradient(circle 328px at 2.9% 15%,#bfe0fb 0,#e8e9fb 25.8%,#fceffa 50.8%,#eafbfb 77.6%,#f0fbf4 100.7%)}html.style1 .grediant-3{background-image:linear-gradient(109.6deg,#dfeaf7 11.2%,#f4f8fc 91.1%)}html.style1 .grediant-4{background-image:linear-gradient(-109.6deg,#cce4f7 11.2%,#edf6fa 100.2%)}html.style1 .grediant-5{background-image:radial-gradient(circle farthest-corner at 10% 20%,#eff6f9 0,#ceeffd 90%)}html.style1 .grediant-6{background-image:radial-gradient(circle farthest-corner at 10% 20%,#e2f0fe 0,#fff7e4 90%)}html.style1 .inner-card{background-color:#fff;padding:15px}html.style1 .header-inner{padding-bottom:55px}html.style1 .header .dropdown-menu a{display:block}html.style1 .landing-header .dropdown-menu{padding:15px 20px;border-radius:15px;border:1px solid #e5f0fa;min-width:13rem}html.style1 .landing-header .dropdown-menu .nav-link{line-height:1}html.style1 .landing-header .dropdown-menu .nav-link a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:rgba(0,0,0,.5)}html.style1 .header-typography .typography h6{margin-bottom:8px!important}html.style1 .inner-page{background-color:rgba(58,98,184,.025)}html.style1 .inner-page header{position:relative;padding-bottom:30px;padding-top:30px;z-index:2}html.style1 .inner-page header .landing-header .landing-header-left{width:100%;justify-content:space-between}html.style1 .inner-page header .landing-header .landing-header-left .main-menu ul li a{font-weight:500;color:#223645}html.style1 .inner-page section{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}html.style1 .page-decore{height:100vh;width:100vw;top:0;overflow:hidden;position:fixed;background-color:rgba(58,98,184,.025);z-index:-1}html.style1 .page-decore li{position:absolute}html.style1 .page-decore .top{top:-10px;right:-30px;transform:rotate(130deg)}html.style1 .page-decore .top img{animation:animatone 15s linear infinite}html.style1 .page-decore .bottom{bottom:-30px;left:-20px;transform:rotate(-45deg)}html.style1 .page-decore .bottom img{animation:animatone 25s linear infinite reverse}html.style1 .breadcrumb-main{padding-top:calc(15px + 10*(100vw - 320px)/1600);padding-bottom:calc(15px + 10*(100vw - 320px)/1600)}html.style1 .breadcrumb-main .custom-container{display:flex;align-items:center;justify-content:space-between}html.style1 .breadcrumb-main h2{color:#fff;font-weight:600;display:inline-block;font-size:calc(18px + 10*(100vw - 320px)/1600)}html.style1 .breadcrumb-main ul{float:right}html.style1 .breadcrumb-main ul li{display:inline-block;text-transform:capitalize;position:relative}html.style1 .breadcrumb-main ul li a{color:#fff;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style1 .breadcrumb-main ul li+li{margin-left:34px}html.style1 .breadcrumb-main ul li+li:before{content:"/";position:absolute;left:-20px;color:#fff;top:4px}html.style1 .blog-card{background-color:#e4e7ef;transition:all .5s ease}html.style1 .blog-page .col-xl-3{z-index:0}html.style1 ul.tags li{display:inline-block;padding:5px 15px;border:1px solid #ddd;border-radius:5px;margin-right:5px;background-color:#fff}html.style1 ul.tags li a{color:#223645;font-weight:500}html.style1 .blog-page .blog-sidebar p{line-height:20px;margin-bottom:0}html.style1 .blog-page .blog-sidebar h5{margin-bottom:5px}html.style1 .blog-page .blog-sidebar h4{color:#223645;text-transform:uppercase;font-weight:600;margin-bottom:20px;line-height:20px;letter-spacing:1px}html.style1 .blog-page .blog-sidebar .blog-card .recent-blog li .media img{width:100px;margin-right:15px}html.style1 .blog-page .blog-sidebar .blog-card .recent-blog li+li{margin-top:30px}html.style1 .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{background-color:#3a62b8;height:70px;width:70px;margin:0 15px 0 0;padding:15px;border-radius:15px;text-align:center}html.style1 .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date span{display:block;text-align:center;color:#fff;text-transform:uppercase}html.style1 .blog-page .blog-sidebar .blog-card .popular-blog li+li{margin-top:30px}html.style1 .blog-page .blog-sidebar .blog-card .popular-blog li p{margin-top:10px}html.style1 .blog-page .blog-sidebar .blog-card+.blog-card{margin-top:30px}html.style1 .blog-page .blog-sidebar .blog-card .blog-search .input-group{align-items:center;border-radius:15px;background-color:#fff;border:none}html.style1 .blog-page .blog-sidebar .blog-card .blog-search .input-group input{border-radius:15px;background-color:#fff;border:none}html.style1 .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{border:none}html.style1 .blog-page .blog-sidebar .blog-card .blog-search .input-group span{background:transparent;border:none}html.style1 .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{font-size:14px}html.style1 .blog-page .blog-sidebar .blog-card .blog-follow li{display:inline-block;margin-right:15px}html.style1 .blog-page .blog-sidebar .blog-card .blog-follow li i{font-size:16px;background-color:#fff;padding:5px;border-radius:50%;width:33px;height:33px;display:flex;align-items:center;justify-content:center}html.style1 .blog-page .blog-sidebar .blog-card .blog-follow li i:hover{background-color:#3a62b8;color:#fff}html.style1 .blog-page .blog-sidebar .blog-card .blog-follow li:last-child{margin-right:0}html.style1 .blog-page .blog-media{margin-bottom:30px}html.style1 .blog-page .blog-media:last-child{margin-bottom:0}html.style1 .blog-page .blog-media .blog-right{padding-top:30px;padding-left:10px;text-transform:capitalize}html.style1 .blog-page .blog-media .blog-right h6{color:#3a62b8;text-transform:uppercase;margin-bottom:10px;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style1 .blog-page .blog-media .blog-right h4{color:#223645;font-weight:500;line-height:1.5;margin-bottom:15px}html.style1 .blog-page .blog-media .blog-right p{line-height:1.8;margin-bottom:0;letter-spacing:.04em}html.style1 .blog-page .blog-media .blog-right ul{color:#647589;margin-bottom:10px}html.style1 .blog-page .blog-media .blog-right ul li{font-size:14px;line-height:1.5;display:inline-block}html.style1 .blog-page .blog-media .blog-right ul li i{padding-right:10px}html.style1 .blog-page .blog-media .blog-right ul li+li{padding-left:15px;margin-left:15px;border-left:1px solid #ddd}html.style1 .blog-page .blog-media .blog-left img{border-radius:15px}html.style1 .blog-page .blog-side{background-color:rgba(229,237,245,.5);padding:15px;border-radius:15px}html.style1 .blog-card{background-color:rgba(228,231,239,.5);border-radius:15px;padding:30px}html.style1 .blog-card ul.tags{margin-bottom:-10px}html.style1 .blog-card ul.tags li{margin-bottom:10px;color:#fff;background-color:#3a62b8}html.style1 .blog-card ul.tags li a{color:#fff}html.style1 .blog-card .default-form .form-group input,html.style1 .blog-card .default-form .form-group textarea{border:1px solid #e4e7ef;background-color:#fff;padding:20px}html.style1 .popular-blog h3{margin-bottom:5px!important;color:#fff}html.style1 .blog-detail-page h3{margin-bottom:20px}html.style1 .blog-detail-page .blog-detail p:last-child{margin-bottom:0}html.style1 .blog-detail-page .blog-detail img{margin-bottom:30px;border-radius:15px}html.style1 .blog-detail-page .blog-detail p{line-height:1.8}html.style1 .blog-detail-page .blog-detail .post-social{color:#647589;text-align:left;margin-bottom:10px;padding-top:20px;border-bottom:1px solid #e4e7ef;padding-bottom:10px}html.style1 .blog-detail-page .blog-detail .post-social ul{display:inline-block}html.style1 .blog-detail-page .blog-detail .post-social ul.social-group{float:right;margin-top:-7px}html.style1 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn,html.style1 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm{height:24px;width:24px}html.style1 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,html.style1 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{font-size:12px;margin-right:0;margin-left:2px;margin-top:2px}html.style1 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-linkedin,html.style1 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-linkedin{margin-top:0}html.style1 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-instagram,html.style1 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-instagram{margin-top:1px}html.style1 .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-left:8px;margin-left:0}html.style1 .blog-detail-page .blog-detail .post-social li{display:inline-block}html.style1 .blog-detail-page .blog-detail .post-social li i{margin-right:10px}html.style1 .blog-detail-page .blog-detail .post-social li+li{padding-left:15px;margin-left:15px;border-left:1px solid #eff1f2}html.style1 .blog-detail-page .blog-contact{margin-top:30px}html.style1 .blog-detail-page .blog-contact h2{margin-bottom:30px;margin-top:-5px}html.style1 .blog-detail-page .blog-contact .theme-form label{text-transform:capitalize;color:#647589;font-size:16px;font-weight:700;margin-bottom:15px}html.style1 .blog-detail-page .blog-contact .theme-form input,html.style1 .blog-detail-page .blog-contact .theme-form textarea{border-radius:15px;background-color:#fff;border:none}html.style1 .blog-detail-page .blog-commant{margin-top:30px}html.style1 .blog-detail-page .blog-commant .comment-section .replay{padding-left:50px;padding-top:25px}html.style1 .blog-detail-page .blog-commant .comment-section li+li{padding-top:25px;margin-top:25px;border-top:1px solid #e4e7ef}html.style1 .blog-detail-page .blog-commant .comment-section li img{height:50px;width:50px;margin-right:20px;border-radius:100%}html.style1 .blog-detail-page .blog-commant .comment-section li h6{text-transform:uppercase;font-weight:700;margin-bottom:5px;letter-spacing:1px;color:#223645}html.style1 .blog-detail-page .blog-commant .comment-section li span{font-size:13px;font-weight:500;text-transform:capitalize;color:#647589;margin-bottom:10px;display:block}html.style1 .blog-detail-page .blog-commant .comment-section li p{line-height:1.8;margin-bottom:0}html.style1 .faq-block{background-color:rgba(229,237,245,.5);border-radius:15px;padding:30px 15px}html.style1 .faq-block .icon-btn{margin-top:10px}html.style1 .faq-block .media{position:relative}html.style1 .faq-section .faq-decor{position:absolute;right:-20px;bottom:-20px;z-index:-1;animation:animatow 30s linear infinite;opacity:.2}html.style1 .faq-section .accordion.theme-accordion .card{margin-top:10px;border-radius:15px;overflow:hidden;border:1px solid #dce4ea;background:transparent}html.style1 .faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type,html.style1 .faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type){border-bottom:1px solid #eff1f2}html.style1 .faq-section .accordion.theme-accordion .card:first-child{margin-top:0;padding:0}html.style1 .faq-section .accordion.theme-accordion .card .card-header{padding:0 30px 0 0;border-bottom:0;transition:all .3s ease;background-color:#edf4fa}html.style1 .faq-section .accordion.theme-accordion .card .card-header button{color:#223645;text-align:left;font-size:17px;padding:18px;font-weight:600;display:block;width:100%;background-color:transparent;border:none}html.style1 .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]{color:#3a62b8}html.style1 .faq-section .accordion.theme-accordion .card .card-header button:focus{outline:none}html.style1 .faq-section .accordion.theme-accordion .card .card-header button:before{content:"";position:absolute;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:6px solid #000;right:20px;top:25px;transition:all .3s ease}html.style1 .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-top:0;border-bottom:6px solid #3a62b8;transition:all .3s ease}html.style1 .faq-section .accordion.theme-accordion .card .card-header button:hover{text-decoration:none;color:#3a62b8;transition:all .3s ease}html.style1 .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #dce4ea}html.style1 .faq-section .accordion.theme-accordion .card .card-body{padding:15px 18px}html.style1 .faq-section .accordion.theme-accordion .card .card-body p{margin-bottom:0;font-size:14px;color:#223645;line-height:1.8;letter-spacing:.06em}html.style1 .faq-section h2{margin-bottom:5px}html.style1 .error-main .error-contain{text-align:center;padding-top:calc(50px + 150*(100vw - 320px)/1600);padding-bottom:calc(50px + 150*(100vw - 320px)/1600)}html.style1 .error-main .error-contain h1{font-size:calc(80px + 70*(100vw - 320px)/1600);color:#3a62b8;line-height:.8;margin-bottom:40px;text-shadow:5px 5px 10px #3a62b8}html.style1 .error-main .error-contain h2{margin-bottom:20px}html.style1 .error-main .error-contain h4{margin-bottom:20px;line-height:1.8}html.style1 .error-main .error-contain .animated-bg i{background:#d4ecfd;position:absolute;height:100px;width:100px;border-radius:100%;opacity:.3;transform:scale(1.3);animation:ripple1 4s linear infinite;margin:0 auto;top:45%;transform:translate(0);left:0;right:0;z-index:-1}html.style1 .error-main .error-contain .animated-bg i:first-child{animation:ripple2 4s linear infinite}html.style1 .error-main .error-contain .animated-bg i:nth-child(2){animation:ripple2 3s linear infinite}html.style1 .error-main .error-contain .animated-bg i:nth-child(3){animation:ripple3 2s linear infinite}html.style1 .about-page{background-color:#f6f7fa}html.style1 .about-page p{font-size:calc(14px + 4*(100vw - 320px)/1600);margin-bottom:-2px}html.style1 .about-page .about-title{display:flex;text-transform:capitalize}html.style1 .about-page .about-title h1{line-height:1.3;font-size:calc(20px + 28*(100vw - 320px)/1600)}html.style1 .about-page .about-title p{line-height:2;letter-spacing:1px;text-transform:capitalize;margin-bottom:0}html.style1 .about-page .about-tab{display:flex;border:1px solid #eff1f2;padding:15px;background-color:#fff}html.style1 .about-page .about-tab .nav{border-right:1px solid #eff1f2}html.style1 .about-page .about-tab .nav .nav-link:active{background-color:transparent}html.style1 .about-page .about-tab .tab-content{padding:15px;font-size:calc(14px + 16*(100vw - 320px)/1600);font-weight:400;text-transform:capitalize;display:flex;align-items:center}html.style1 .about-page .about-tab .nav-pills .nav-link{width:-moz-fit-content;width:fit-content;font-size:calc(18px + 2*(100vw - 320px)/1600);text-transform:capitalize;line-height:1;font-weight:800;color:#223645}html.style1 .about-page .about-tab .nav-pills .nav-link.active{background-color:transparent}html.style1 .about-page .about-tab ul{display:unset}html.style1 .about-page .about-img h2{margin-bottom:15px;text-transform:capitalize}html.style1 .about-page .about-img p{line-height:2;letter-spacing:1px;margin-bottom:0}html.style1 .about-page .about-right-content{height:100%;align-items:center;display:flex}html.style1 .counter-sec{visibility:visible}html.style1 .counter-sec .counter-title{justify-content:center!important;margin-bottom:calc(30px + 30*(100vw - 320px)/1600);text-align:center!important;position:relative!important;overflow:hidden!important;width:100%!important}html.style1 .counter-sec .counter-title .title-line{position:relative;display:inline-block;font-weight:600;text-transform:uppercase!important;font-size:calc(20px + 4*(100vw - 320px)/1600);margin-top:-2px}html.style1 .counter-sec .counter-title .title-line:before{right:100%;margin-right:25px}html.style1 .counter-sec .counter-title .title-line:after,html.style1 .counter-sec .counter-title .title-line:before{content:"";position:absolute;top:48%;transform:translateY(-48%);height:1px;width:99%;display:block;border-bottom:5px solid #3a62b8;opacity:.15}html.style1 .counter-sec .counter-title .title-line:after{left:100%;margin-left:25px}html.style1 .counter-sec .counter-main{visibility:visible;text-align:center!important}html.style1 .counter-sec .counter-slider{margin-top:-20px;margin-bottom:-20px}html.style1 .counter-box-second{position:relative;margin:20px auto;width:200px;height:200px;border-radius:30px;transition:box-shadow 1s;display:flex;justify-content:center;align-items:center;background-color:#f6f7fa}html.style1 .counter-box-second:hover{box-shadow:0 5px 35px 0 rgba(0,0,0,.1)}html.style1 .counter-box-second .counter-box{text-align:center}html.style1 .counter-box-second .counter-box .counter-icon{font-size:40px;margin-bottom:10px;color:#3a62b8}html.style1 .counter-box-second .counter-box h6{font-weight:600;color:#232323;margin-bottom:0!important;display:block!important;font-size:24px}html.style1 .counter-box-second .counter-box h6.counter{animation-duration:1s;animation-delay:0s}html.style1 .counter-box-second .counter-box span{font-size:14px;margin-top:10px;display:block}html.style1 .element-card{margin-top:30px;border:0;transition:all .3s ease;letter-spacing:.5px;border-radius:8px;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:30px 20px;overflow:hidden}html.style1 .element-card .theme-tab .tab-content{margin-bottom:20px}html.style1 .element-card .heading{padding:.75rem 1.25rem;margin-bottom:0;border-bottom:1px solid #eff1f2}html.style1 .element-card .element-card-body{padding:.75rem 1.25rem;margin-bottom:-5px}html.style1 .element-card .element-card-body .dot-btn,html.style1 .element-card .element-card-body .icon-btn{margin-bottom:5px}html.style1 .element-card .typography .fonts,html.style1 .element-card .typography .fonts .profile,html.style1 .element-card .typography h1,html.style1 .element-card .typography h2,html.style1 .element-card .typography h3,html.style1 .element-card .typography h4,html.style1 .element-card .typography h5,html.style1 .element-card .typography h6{margin-bottom:20px}html.style1 .element-card .typography .font_label{margin-right:20px}html.style1 .element-card .element-card-body .fonts a+a{margin-left:20px}html.style1 .element-card .element-card-body .fonts .dot-btn{margin-right:20px}html.style1 .element-card .chat-main .details h5,html.style1 .element-card .chat-main .details h6{margin-bottom:0}html.style1 .element-card .chat-main .date-status{top:50%!important;transform:translateY(-50%)}html.style1 .element-card .chat-main .date-status h6{margin-bottom:0}html.style1 .element-images .element-card-header h2{margin-top:-5px}html.style1 .element-images .element-card-body{margin-bottom:3px}html.style1 .element-font .element-card-header h2{margin-top:-4px}html.style1 .element-font .element-card-body{margin-bottom:-17px}html.style1 .element-badge .element-card-body{margin-bottom:5px}html.style1 .element-badge .element-card-body.label-spacing{margin-bottom:-18px}html.style1 .element-badge .element-card-body.element-dot{margin-bottom:-3px}html.style1 .background .element-card .element-card-header h2{margin-top:-2px}html.style1 .background .element-card .element-card-body{margin-bottom:3px}html.style1 .background .element-button.element-card .element-card-body{margin-bottom:-18px}html.style1 .Icons .element-card .element-card-header h2{margin-top:-2px}html.style1 .Icons .element-card .element-card-body:last-child{margin-bottom:-24px}html.style1 .theme_btn_group .element-card .element-card-header h2{margin-top:-2px}html.style1 .theme_btn_group .element-card .element-card-body{margin-bottom:-22px}html.style1 .massage_box .element-msg .element-card-header h2{margin-top:-3px}html.style1 .massage_box .element-msg .element-card-body{margin-bottom:-36px}html.style1 .massage_box .chat-main{margin-bottom:5px}html.style1 .massage_box .element-card .document{margin-bottom:-14px}html.style1 .massage_box .element-card .element-card-body .share-media{margin-bottom:6px}html.style1 .massage_box .element-card .element-card-body .share-media .row{margin:0}html.style1 .element-animate .element-card-header h2{margin-top:-3px}html.style1 .element-animate .popup-group{margin-bottom:-18px}html.style1 .testimonial-title{margin-bottom:-80px;margin-top:100px}html.style1 .element-span-prag .element-card .small_prag{margin-bottom:20px}html.style1 .element-span-prag p{margin-bottom:5px}html.style1 .faq-block .search-form{left:-2px;top:-5px;height:60px}html.style1 .inner-page~div .testimonial-back-content{display:none}html.style1 .section-pb-space{padding-bottom:100px}html.style1 .section-pt-space{padding-top:100px}html.style1 .section-py-space{padding-top:100px;padding-bottom:100px}html.style1 #price .slick-slider{margin:-20px 0}html.style1 .landing-title{position:relative;text-align:center}html.style1 .landing-title h1{font-size:calc(80px + 40*(100vw - 320px)/1600);color:#1c77ed;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.05;position:absolute;top:0;left:0;right:0;text-align:center;display:flex;justify-content:center}html.style1 .landing-title .sub-title{display:flex;justify-content:center;margin-bottom:50px}html.style1 .landing-title .sub-title h4{font-size:calc(12px + 5*(100vw - 320px)/1600);color:#1c77ed;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:10px;letter-spacing:3px;margin-top:-2px}html.style1 .landing-title .sub-title h2{font-size:calc(16px + 20*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;width:550px;text-transform:capitalize;line-height:1.3;margin-bottom:-2px}html.style1 .btn{border:none}html.style1 .app-btn{border-radius:10px;background-color:rgba(28,119,237,.1);color:#1c77ed;text-transform:uppercase;padding:16px 25px}html.style1 .pricing-btn{border-radius:8px;background-color:#3a62b8;color:#fff}html.style1 header{padding-top:55px;position:absolute;top:0;width:100%;z-index:1}html.style1 header .landing-header .navbar{flex-direction:unset}html.style1 header .landing-header .navbar-collapse{width:100%}html.style1 header .landing-header .navbar-collapse .navbar-nav{flex-direction:unset;align-items:center;height:100%;padding-left:140px}html.style1 header .landing-header .navbar-collapse .navbar-nav .nav-item{display:inline-block;position:relative;margin-left:30px;font-weight:600;text-transform:uppercase;font-size:calc(13px + 3*(100vw - 320px)/1600);transition:all .3s ease}html.style1 header .landing-header .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#3a62b8!important}html.style1 header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:rgba(0,0,0,.7)}html.style1 header .landing-header.fixed{position:fixed;width:100%;background-color:#3a62b8;z-index:9;padding:5px 50px;max-width:95%;left:50%;transform:translateX(-50%);border-radius:20px;top:10px;box-shadow:0 0 30px rgba(29,168,253,.5)}html.style1 header .landing-header.fixed .main-menu .navbar-nav>li>a,html.style1 header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#fff!important}html.style1 header .landing-header .navbar-collapse ul li a{color:#fff;font-weight:700;font-size:15px}html.style1 .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link,html.style1 .landing-page .landing-header .navbar-light .navbar-nav .nav-link,html.style1 header .landing-header .navbar-collapse ul .active a,html.style1 header.theme-landing .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff}html.style1 .theme-landing{z-index:2;position:relative}html.style1 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important}html.style1 .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}html.style1 .slider-block .downlaod .footer-btn .btn .fa-apple{margin-left:1px}html.style1 .slider-block .downlaod .footer-btn .btn .fa-play{margin-left:3px}html.style1 .slider-block .slider-main .slider-contain h1{margin-bottom:10px}html.style1 .light-bg{background-color:rgba(58,98,184,.05)}html.style1 .app-design-main{text-align:center;padding-top:45px;padding-bottom:50px}html.style1 .app-design-main .icon-box{border-radius:35px;background-color:#fff;box-shadow:0 0 30px rgba(29,168,253,.1);width:-moz-fit-content;width:fit-content;padding:30px;margin:0 auto;transition:all .5s ease}html.style1 .app-design-main .icon-box i{font-size:40px;color:#1da8fd}html.style1 .app-design-main .app-hover{position:absolute;top:-2px;left:27%;opacity:0;z-index:-1;transition:all .5s ease}html.style1 .app-design-main.hover,html.style1 .app-design-main:hover{cursor:pointer}html.style1 .app-design-main.hover .app-hover,html.style1 .app-design-main:hover .app-hover{opacity:1}html.style1 .app-design-main.hover .icon-box,html.style1 .app-design-main:hover .icon-box{background-color:#1da8fd;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}html.style1 .app-design-main.hover .icon-box i,html.style1 .app-design-main:hover .icon-box i{color:#fff}html.style1 .app-design-main .contant-box{margin-top:40px}html.style1 .app-design-main .contant-box h2{font-size:calc(16px + 10*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize}html.style1 .app-design-main .contant-box h4{font-size:calc(13px + 2*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:300;text-transform:capitalize;line-height:1.8;width:293px;margin:20px auto -6px}html.style1 .chitchat-main{position:relative;overflow:hidden}html.style1 .chitchat-main .landing-title .sub-title h2{margin-bottom:-9px}html.style1 .chitchat-main .chitchat-contain{display:flex;align-items:center;height:100%}html.style1 .chitchat-main .chitchat-contain .chitchat-img{margin-top:-5px}html.style1 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:35px}html.style1 .chitchat-main .chitchat-contain h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px}html.style1 .chitchat-main .chitchat-contain h3 span{font-weight:600;font-size:calc(16px + 6*(100vw - 320px)/1600)}html.style1 .chitchat-main .chitchat-contain h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:50px;width:560px}html.style1 .chitchat-main .chitchat-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#223645;font-family:Roboto,sans-serif;font-weight:400;margin-bottom:40px;line-height:1.6}html.style1 .chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:15px;font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300}html.style1 .chitchat-main .chitchat-contain ul.detial-price li:last-child{margin-bottom:0}html.style1 .chitchat-main .chitchat-contain ul.detial-price li i{color:#3a62b8;margin-right:20px}html.style1 .chitchat-main .chitchat-contain .pricing-btn{color:#fff;margin-top:45px}html.style1 .chitchat-main .chitchat-back-block .chit-chat1{position:absolute;top:28%;left:16%;z-index:-1;animation:animatow 30s linear infinite}html.style1 .chitchat-main .chitchat-back-block .chit-chat2{position:absolute;top:33%;right:8%;z-index:-1;animation:animatow 30s linear infinite}html.style1 .chitchat-main .chitchat-back-block .chit-chat3{position:absolute;top:54%;left:33%;z-index:-1;animation:slidemain 50s linear infinite}html.style1 .ply-main{display:flex;align-items:center;margin-bottom:30px}html.style1 .ply-main .ply-content{background-color:rgba(58,98,184,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style1 .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style1 .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style1 .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}html.style1 .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style1 .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style1 .slider-block{background-color:#eff8ff;background-image:url(/assets/images/landing/1.jpg);overflow:hidden;position:relative;background-position:100%;background-size:cover}html.style1 .slider-block .downlaod .footer-btn .btn{padding:13px 23px}html.style1 .slider-block .inner1{position:absolute;top:50%;left:43%;animation:animatone 15s linear infinite}html.style1 .slider-block .slider-main{display:flex;align-items:center;height:100vh}html.style1 .slider-block .slider-main .slider-contain .ply-main{display:flex;align-items:center;margin-bottom:30px}html.style1 .slider-block .slider-main .slider-contain .ply-main .ply-content{background-color:rgba(58,98,184,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style1 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style1 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:30%;height:30%}html.style1 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style1 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}html.style1 .slider-block .slider-main .slider-contain .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style1 .slider-block .slider-main .slider-contain .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style1 .slider-block .slider-main .slider-contain h1{font-size:calc(20px + 28*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:17px;width:400px;line-height:1.2}html.style1 .slider-block .slider-main .slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:35px;line-height:1.8}html.style1 .slider-block .slider-main .slider-contain h4 span{color:#1c77ed;font-size:110%}html.style1 .slider-block .slider-main .slider-contain .header-btn{display:flex;align-items:center}html.style1 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn h4{margin-bottom:0;color:#fff;line-height:1;width:-moz-fit-content;width:fit-content}html.style1 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn h4{margin-bottom:0;line-height:1;width:-moz-fit-content;width:fit-content}html.style1 .slider-block .chat-slide{position:absolute;right:0;width:50%;top:0}html.style1 .team-work-main{position:relative}html.style1 .team-work-main .team-work-content{display:flex;align-items:center;height:100%}html.style1 .team-work-main .team-work-content .ply-main{display:flex;align-items:center;margin-bottom:40px}html.style1 .team-work-main .team-work-content .ply-main .ply-content{background-color:rgba(58,98,184,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style1 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.25));background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style1 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style1 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style1 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px;margin-left:6px}html.style1 .team-work-main .team-work-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style1 .team-work-main .team-work-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style1 .team-work-main .team-work-content h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px;width:582px}html.style1 .team-work-main .team-work-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:400;width:517px;line-height:1.8}html.style1 .team-work-main .team-work-content .pricing-btn{color:#fff;margin-top:40px}html.style1 .team-work-main .team1{position:absolute;top:100px;right:36%}html.style1 .team-work-main .team2{position:absolute;top:13%;right:28%;animation:animatow 15s linear infinite}html.style1 .team-work-main .team3{position:absolute;top:30%;right:42%}html.style1 .team-work-main .team4{position:absolute;top:30%;right:9%}html.style1 .team-work-main .team5{position:absolute;top:100px;left:30%}html.style1 .collaboration-main .collaboration-content{text-align:center;margin-bottom:85px;display:flex;justify-content:center;align-items:center}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{display:inline-block;margin-right:75px}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item:last-child{margin-right:0}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));background-color:#fff;border-radius:15px;padding:0}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{border-radius:15px;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:20px 30px}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:20px}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:30px;font-weight:900}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;line-height:1;margin-bottom:10px;text-transform:capitalize;text-align:left}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content p{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;margin-bottom:0;line-height:1;text-transform:capitalize}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main{background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9)}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content h3,html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content p{color:#fff}html.style1 .collaboration-main .tab-detail{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));width:-moz-fit-content;width:fit-content;margin:0 auto}html.style1 .testimonial-main .slick-slider .slick-list{margin:0 -30px}html.style1 .testimonial-main .slick-slider .slick-list .slick-slide{padding:0 30px}html.style1 .testimonial-main .owl-nav,html.style1 .testimonial-main .owl-nav button{display:flex;justify-content:center;align-items:center}html.style1 .testimonial-main .owl-nav button{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;border:none;font-family:FontAwesome;position:relative;margin-bottom:0}html.style1 .testimonial-main .owl-nav button i{font-size:15px;color:#3a62b8}html.style1 .testimonial-main .owl-nav button:focus{outline:none}html.style1 .testimonial-slider{padding-top:45px;display:none}html.style1 .testimonial-slider .owl-nav{display:flex!important;align-items:center;justify-content:center;margin-top:20px}html.style1 .testimonial-slider .owl-nav.disabled{opacity:1!important}html.style1 .testimonial-slider .owl-nav button:focus{outline:none;border:none}html.style1 .testimonial-slider .owl-nav button.owl-next,html.style1 .testimonial-slider .owl-nav button.owl-prev{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;font-family:FontAwesome;position:relative;transition:all .5s ease;display:flex;justify-content:center;align-items:center;margin-bottom:0}html.style1 .testimonial-slider .owl-nav button.owl-next span,html.style1 .testimonial-slider .owl-nav button.owl-prev span{font-size:15px;display:none!important}html.style1 .testimonial-slider .owl-nav button.owl-next:hover,html.style1 .testimonial-slider .owl-nav button.owl-prev:hover{background-color:#1c77ed;transition:all .5s ease}html.style1 .testimonial-slider .owl-nav button.owl-next:hover:before,html.style1 .testimonial-slider .owl-nav button.owl-prev:hover:before{color:#fff}html.style1 .testimonial-slider .owl-nav button.owl-next:before,html.style1 .testimonial-slider .owl-nav button.owl-prev:before{font-size:15px;color:#1c77ed;transition:all .5s ease}html.style1 .testimonial-slider .owl-nav button.owl-prev:before{position:absolute;content:""}html.style1 .testimonial-slider .owl-nav button.owl-next{margin-left:20px}html.style1 .testimonial-slider .owl-nav button.owl-next:before{position:absolute;content:""}html.style1 .testimonial-slider.owl-carousel.owl-loaded{padding-top:20px!important}html.style1 .testimonial-box{border-radius:25px;background-color:#fff;border:1px solid rgba(58,98,184,.05);box-shadow:5px 5px 30px rgba(58,98,184,.07);text-align:center;margin:20px 0;padding:60px 40px}html.style1 .testimonial-box .test-img{position:relative;margin-left:auto;margin-right:auto;margin-bottom:30px;width:-moz-fit-content;width:fit-content;background-color:#e9f5ff;border-radius:50%}html.style1 .testimonial-box .test-img img{border-radius:50%;width:100px;height:100px;position:relative}html.style1 .testimonial-box .test-img .test-wish{position:absolute;top:0;right:0;font-size:12px;padding:8px;border-radius:50%;color:#fff;background-color:#3a62b8}html.style1 .testimonial-box .test-contain{text-transform:capitalize}html.style1 .testimonial-box .test-contain h4{color:#3a62b8;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}html.style1 .testimonial-box .test-contain h3{font-size:calc(16px + 4*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}html.style1 .testimonial-box .test-contain h6{color:#647589;font-family:Roboto,sans-serif;font-weight:400;line-height:1.8}html.style1 .testimonial-box .test-contain ul.test-icon{display:flex;justify-content:center;align-items:center;margin-top:30px}html.style1 .testimonial-box .test-contain ul.test-icon li{width:40px;height:40px;border-radius:20px;background-color:#fff;border:1px solid rgba(28,119,237,.1);display:flex;justify-content:center;align-items:center;margin-right:25px}html.style1 .testimonial-box .test-contain ul.test-icon li:last-child{margin-right:0}html.style1 .testimonial-main{position:relative;overflow:hidden}html.style1 .testimonial-main .testimonial-back-content .test-img1{position:absolute;top:3%;left:4%;transform:rotate(230deg);animation:slidemain 50s linear infinite}html.style1 .testimonial-main .testimonial-back-content .test-img2{position:absolute;bottom:7%;right:12%;animation:slidemain 50s linear infinite;z-index:-1}html.style1 .secure-app-main{background-image:url(/assets/images/landing/parallax/main.png);background-color:#eff8ff;background-position:0;background-repeat:no-repeat;background-attachment:fixed;height:850px;position:relative;overflow:hidden}html.style1 .secure-app-main .row>.col{padding:0}html.style1 .secure-app-main .secure-app-content{display:flex;justify-content:flex-end;align-items:center;height:850px}html.style1 .secure-app-main .secure-app-content .ply-main{display:flex;align-items:center;margin-bottom:27px}html.style1 .secure-app-main .secure-app-content .ply-main .ply-content{background-color:rgba(58,98,184,.1);width:50px;height:50px;border-radius:50%;padding:15px;margin-right:20px;display:flex;align-items:center;justify-content:center}html.style1 .secure-app-main .secure-app-content .ply-main .ply-content i{color:#3a62b8;font-size:30px;font-weight:900;margin-top:5px}html.style1 .secure-app-main .secure-app-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style1 .secure-app-main .secure-app-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style1 .secure-app-main .secure-app-content h1{font-size:calc(18px + 38*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:37px}html.style1 .secure-app-main .secure-app-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:40px;line-height:1.8}html.style1 .secure-app-main .secure-app-content h4 span{color:#1c77ed;font-size:calc(14px + 3*(100vw - 320px)/1600)}html.style1 .secure-app-main .secure-app-content .pricing-btn{color:#fff}html.style1 .secure-app-main .secure-back-content .secure-img1{position:absolute;top:10%;right:-7%;transform:rotate(125deg);animation:slidemain 60s linear infinite}html.style1 .secure-app-main .secure-back-content .secure-img2{position:absolute;top:100px;left:38%;transform:rotate(-86deg);animation:slidemain 80s linear infinite}html.style1 .pricing-box{padding:40px;margin:20px;border-radius:25px;background-color:#fff;text-align:center;border:1px solid rgba(58,98,184,.05);box-shadow:5px 5px 30px rgba(58,98,184,.07)}html.style1 .pricing-box .pricing-icon{font-size:50px;margin-bottom:60px}html.style1 .pricing-box .pricing-icon img{width:auto;height:auto;margin-left:auto;margin-right:auto}html.style1 .pricing-box .pricing-content h2{font-size:calc(20px + 16*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:30px}html.style1 .pricing-box .pricing-content h4{color:#3a62b8;font-family:Montserrat,sans-serif;font-weight:700}html.style1 .pricing-box .pricing-content .pricing-btn{margin-top:40px;color:#fff}html.style1 .pricing-box .pricing-content .pricing-btn:hover{color:#fff}html.style1 .pricing-box ul.avb-price{text-align:left;margin-top:40px;margin-left:80px}html.style1 .pricing-box ul.avb-price li{font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300;margin-bottom:10px}html.style1 .pricing-box ul.avb-price li:last-child{margin-bottom:0}html.style1 .pricing-box ul.avb-price li i{color:#3a62b8;margin-right:20px}html.style1 .price-slider{margin-bottom:-20px;margin-top:-20px}html.style1 .subscribe-content{display:flex;height:100%;justify-content:center;align-items:center}html.style1 .subscribe-content h1{margin-bottom:40px;font-size:calc(16px + 32*(100vw - 320px)/1600);width:650px}html.style1 .subscribe-content .form-inline input::placeholder{color:#1c77ed;text-transform:capitalize}html.style1 .subscribe-content .form-inline .form-control{width:240px;height:46px;border-radius:10px;background-color:rgba(28,119,237,.1);border:none;padding-left:25px}html.style1 .subscribe-content .form-inline .form-control:first-child{margin-right:20px}html.style1 .subscribe-content button{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9);color:#fff;margin-left:20px;line-height:1}html.style1 .subscribe-content button:hover{color:#fff}html.style1 .subscribe-content h4{margin-top:40px;color:#223645;font-family:Roboto,sans-serif;font-weight:700;text-transform:capitalize;letter-spacing:.05em;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style1 .subscribe-content h4 span{font-weight:500;font-size:16px;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style1 .subscribe-main{position:relative;overflow:hidden}html.style1 .subscribe-main .subscribe-img1{position:absolute;top:22%;right:10%;width:300px;z-index:-1}html.style1 footer{background-color:#f6f7fa;overflow:hidden;position:relative;border-top:1px solid #ddf1ff}html.style1 footer .footer-main{position:relative;padding-top:calc(30px + 40*(100vw - 320px)/1600);padding-bottom:calc(30px + 40*(100vw - 320px)/1600)}html.style1 footer h3{margin-bottom:25px;font-size:calc(14px + 4*(100vw - 320px)/1600)}html.style1 footer p{font-size:calc(13px + 2*(100vw - 320px)/1600);color:rgba(34,54,69,.9)}html.style1 footer .copyright p{color:rgba(34,54,69,.6)}html.style1 footer span{font-size:18px;color:#ff4e2b;line-height:0}html.style1 footer .logo{margin-bottom:15px}html.style1 footer .links li{display:block;position:relative;padding-left:20px;transition:all .3s ease}html.style1 footer .links li:hover{padding-left:22px;transition:all .3s ease}html.style1 footer .links li:hover a{color:#3a62b8;transition:all .3s ease}html.style1 footer .links li:hover a:before{left:3px;color:#3a62b8;transition:all .1s ease}html.style1 footer .links li a{font-size:calc(14px + 1*(100vw - 320px)/1600);color:#223645;font-weight:500}html.style1 footer .links li a:before{content:"";font-family:themify;font-size:11px;position:absolute;left:0;top:4px;transition:all .3s ease;font-weight:700}html.style1 footer .links li+li{margin-top:12px}html.style1 footer .copyright-footer{padding-top:1.1rem;border-top:1px solid rgba(34,54,69,.1)}html.style1 footer .foot-apl-btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center}html.style1 footer .foot-apl-btn:hover{cursor:pointer}html.style1 footer .foot-apl-btn i{color:#fff;margin-right:15px;font-size:30px}html.style1 footer .foot-apl-btn span h6{color:#fff;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:5px}html.style1 footer .foot-apl-btn span h4{color:#fff;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize;line-height:1}html.style1 footer .footer-back-block .inner1{position:absolute;top:-15%;right:10%;transform:rotate(96deg);animation:animatone 30s infinite reverse}html.style1 footer .footer-back-block .inner2{position:absolute;bottom:10%;left:-80px;animation:slidemain 40s linear infinite}html.style1 footer .footer-mobile-title{display:none}html.style1 footer .footer-contant .footer-btn{margin-top:30px}html.style1 .app-design-block .app-code-block{margin-bottom:-50px}html.style1 .downlaod .footer-btn .btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(34,54,69,.07));background-color:#fff;display:inline-flex;align-items:center;padding:17px 30px}html.style1 .downlaod .footer-btn .btn h6{padding-bottom:4px}html.style1 .downlaod .footer-btn .btn.active{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);transition:all .3s ease;color:#fff}html.style1 .downlaod .footer-btn .btn.active h4,html.style1 .downlaod .footer-btn .btn.active h6{transition:all .3s ease;color:#fff}html.style1 .downlaod .footer-btn .btn i{font-size:28px}html.style1 .downlaod .footer-btn .btn div{text-align:left;padding-left:12px}html.style1 .downlaod .footer-btn .btn+.btn{margin-top:15px}html.style1 .downlaod .footer-btn .fa-play{color:#3a62b8}html.style1 .tap-top{width:42px;height:42px;border-radius:100%;position:fixed;bottom:20px;right:20px;z-index:8;display:none;color:#fff;text-align:center;background:#3a62b8;border:none;font-size:22px;padding:4px;cursor:pointer}html.style1 .tap-top.top-cls{bottom:130px}html.style1 .inner-page header .landing-header .navbar-collapse ul .active a{color:#3a62b8}@media(max-width:1367px){html.style1 .header-inner{padding-bottom:30px}html.style1 .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}}@media(max-width:1199px){html.style1 .blog-media>div:first-child{padding-bottom:30px}html.style1 .counter-box-second{width:165px;height:165px}html.style1 .counter-box-second .counter-box .counter-icon{font-size:30px}html.style1 .counter-box-second .counter-box h6{font-size:22px}html.style1 .counter-box-second .counter-box span{font-size:13px}}@media(max-width:991px){html.style1 .blog-detail-page .blog-commant,html.style1 .blog-detail-page .blog-contact{margin-top:30px}html.style1 .about-page .about-title h1{margin-bottom:15px}html.style1 .about-page .about-img img{margin-bottom:20px}html.style1 .team .owl-nav{top:-60px}html.style1 .team .owl-nav button.owl-next,html.style1 .team .owl-nav button.owl-prev{height:30px;width:30px}html.style1 .team .owl-nav button.owl-next:before,html.style1 .team .owl-nav button.owl-prev:before{font-size:12px}}@media(max-width:767px){html.style1 .breadcrumb-main .breadcrumb-content{display:unset;text-align:center}html.style1 .breadcrumb-main .breadcrumb-content .breadcrumb-left{margin-bottom:5px}html.style1 .blog-page .blog-sidebar{margin-top:30px}html.style1 .blog-page .blog-sidebar .blog-card{padding:15px}html.style1 .blog-page .order-sec{order:-1}html.style1 .blog-page .blog-contact .btn-solid{padding:13px 25px}html.style1 .left-blog .blog-sidebar{margin-top:0;margin-bottom:30px}html.style1 .faq-block>div:nth-child(n+3){margin-top:15px}html.style1 .faq-section .faq-search-box .input-group .form-control{padding:10px}html.style1 .error-main .error-contain .error-btn{padding:15px 25px}html.style1 .team .team-content .text-content h4,html.style1 .team .team-content .text-content p{margin-bottom:10px}html.style1 .team .team-content .text-content ul li{width:30px;height:30px}html.style1 .team .team-content .text-content ul li a i{font-size:14px}}@media(max-width:575px){html.style1 .faq-block .search-form .form-group .icon-close{top:1px}html.style1 .header-inner{padding-bottom:20px}html.style1 .error-main .error-contain .error-btn{padding:12px 18px}}@media(max-width:480px){html.style1 .faq-block .search-form .form-group .icon-close{top:5px}html.style1 .team .team-content{display:unset}html.style1 .team .team-content .text-content{margin-top:15px;padding-left:0}html.style1 .about-page .about-tab{display:block;text-align:center}html.style1 .about-page .about-tab ul li{display:inline-block;margin-right:10px}html.style1 .about-page .about-tab ul li:last-child{margin-right:0}html.style1 .about-page .about-tab .nav-pills .nav-link{padding:0;font-weight:600}html.style1 .about-page .about-tab .tab-content{border-top:1px solid #eff1f2;margin-top:10px;padding-bottom:0}}@media(max-width:360px){html.style1 .blog-page .blog-media .blog-right ul{display:flex}html.style1 .blog-page .blog-media .blog-right ul li{display:block}html.style1 .about-page .about-tab ul li:last-child{margin-top:10px}}@media(min-width:1680px){html.style1 .custom-container{max-width:1600px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}}@media(max-width:1367px){html.style1 .slider-block .slider-main{height:100vh}html.style1 .secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}html.style1 .secure-app-main .secure-app-content .ply-main .ply-content i{font-size:20px;margin-top:3px}html.style1 .rate-us{padding-top:60px!important}}@media(max-width:1679px){html.style1 .custom-container{max-width:100%;padding-right:15px;padding-left:15px;margin:0 auto}html.style1 .slider-block .chat-slide{bottom:-13%}html.style1 .slider-block .inner1{top:15%;left:25%}html.style1 .slider-block .inner2{right:-26%}html.style1 .slider-block .slider-main .slider-contain .ply-main .ply-content{padding:10px}html.style1 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:45px;height:45px}html.style1 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}html.style1 .team-work-main .team-work-content .ply-main{margin-bottom:18px}html.style1 .team-work-main .team-work-content .ply-main .ply-content{padding:10px}html.style1 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:45px;height:45px}html.style1 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}html.style1 .team-work-main .team-work-content h1{margin-bottom:17px;width:480px}html.style1 .team-work-main .team-work-content .pricing-btn{margin-top:18px}html.style1 .secure-app-main,html.style1 .secure-app-main .secure-app-content{height:650px}html.style1 .secure-app-main .secure-app-content .ply-main{margin-bottom:18px}html.style1 .secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}html.style1 .secure-app-main .secure-app-content h1{margin-bottom:11px}html.style1 .secure-app-main .secure-app-content h4{margin-bottom:14px}html.style1 .team-work-main .team-work-content{justify-content:center}html.style1 footer .footer-main .footer-back-block .inner1{left:-60%;top:-130%}html.style1 footer .footer-main .footer-back-block .inner2{right:-60%;bottom:-130%}}@media(max-width:1500px){html.style1 .pricing-box ul.avb-price{margin-left:50px}}@media(max-width:1470px){html.style1 .chitchat-main .landing-title .sub-title h2{margin-bottom:-8px}html.style1 .slider-block .inner2{right:-40%}html.style1 .slider-block .chat-slide{bottom:0}html.style1 .chitchat-main .chitchat-contain{justify-content:center}html.style1 .chitchat-main .chitchat-contain h1{width:450px}html.style1 .chitchat-main .chitchat-contain .chitchat-img{width:450px;margin-top:-3px}html.style1 .team-work-main .team-work-content .team-main{width:480px}html.style1 .team-work-main .team1{right:30%;width:100px}html.style1 .team-work-main .team2{top:17%;right:13%;width:27px}html.style1 .team-work-main .team3{right:10%}html.style1 .subscribe-content h1{margin-bottom:23px}html.style1 .subscribe-content h4{margin-top:18px}html.style1 .subscribe-content .form-inline{display:unset}html.style1 .subscribe-content button{margin-top:23px;display:block;margin-left:0}html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:300px}}@media(max-width:1367px){html.style1 .section-py-space{padding-top:80px;padding-bottom:80px}html.style1 .section-pt-space{padding-top:80px}html.style1 .section-pb-space{padding-bottom:80px}html.style1 header{padding-top:30px}html.style1 header .landing-header .navbar-nav .nav-item:last-child .dropdown-menu{margin-bottom:0!important}html.style1 .slider-block .inner1{display:none}html.style1 .app-design-main{padding-top:35px}html.style1 .app-design-main .contant-box h4{margin-bottom:-4px}html.style1 .chitchat-main .chitchat-back-block .chit-chat3{left:11%}html.style1 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:22px}html.style1 .chitchat-main .chitchat-contain h3{margin-bottom:20px}html.style1 .chitchat-main .chitchat-contain h1{margin-bottom:24px}html.style1 .chitchat-main .chitchat-contain h4{margin-bottom:17px}html.style1 .chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:10px}html.style1 .chitchat-main .chitchat-contain .pricing-btn{margin-top:18px}html.style1 .collaboration-main .collaboration-content{margin-bottom:55px}html.style1 .collaboration-main .collaboration-content ul.collab-tab li{margin-right:45px}html.style1 .secure-app-main{height:426px}html.style1 .secure-app-main .secure-app-content{height:426px;background-color:hsla(0,0%,100%,.9);padding:20px}html.style1 .pricing-box .pricing-icon{margin-bottom:23px}html.style1 .pricing-box .pricing-icon img{width:55px}html.style1 .pricing-box .pricing-content h2{margin-bottom:13px}html.style1 .pricing-box .pricing-content .pricing-btn{margin-top:20px;padding:13px 25px}html.style1 .pricing-box ul.avb-price{margin-top:26px;margin-left:10px!important}html.style1 footer .footer-main .footer-logo{margin-bottom:15px}html.style1 footer .footer-main .footer-logo img{width:100px}html.style1 footer .footer-main h3{margin-bottom:17px}html.style1 footer .footer-main h1{margin-bottom:15px}html.style1 footer .footer-main .footer-btn{margin-top:22px}html.style1 footer .footer-main .footer-back-block .inner1{left:-75%;top:-160%}html.style1 footer .footer-main .footer-back-block .inner2{right:-75%}html.style1 footer .footer-main .footer-back-block .inner3{top:-25%}html.style1 footer .footer-main .footer-back-block .inner4{bottom:0;left:-10%}html.style1 footer .footer-main .footer-back-block .inner5{width:300px}html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:290px}html.style1 .subscribe-content h1{width:auto}html.style1 .subscribe-content img{width:400px;height:auto}}@media(max-width:1366px){html.style1 .slider-contain{padding-left:30px}html.style1 .element-card .chat-main li .chat-box .details{padding-left:70px}html.style1 .landing-page-header .landing-header .navbar .navbar-collapse{width:100%!important}html.style1 .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}html.style1 .landing_page_slider{min-height:1080px}html.style1 .landing_page_slider .animated-img-2{margin-top:0;width:1000px}html.style1 .landing_page_slider .animated-img-1 .slicing-img-4{left:230px;top:230px}html.style1 .landing_page_slider .animated-img-1 .slicing-img-5{left:900px;top:466px}html.style1 .landing_page_slider .animated-img-1 .slicing-img-6{top:152px;right:351px}html.style1 .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:438px}html.style1 .slider-block .chat-slide{width:70%}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:10px}html.style1 .main-feature .key-feature .theme-collection .image-contain{padding:20px;min-height:160px}}@media(max-width:1300px){html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}html.style1 .chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}html.style1 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:1250px){html.style1 .chat-landing-page .landing_page_slider{min-height:980px}html.style1 .chat-landing-page .landing_page_slider .animated-img-2{width:950px}}@media(min-width:1201px)and (max-width:1239px){html.style1 .chat-landing-page .landing-page-header .fixed{padding:5px 50px}html.style1 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style1 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}}@media(max-width:1200px){html.style1 .chat-landing-page .landing-page-header .fixed{padding:5px 50px}html.style1 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style1 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}html.style1 .chat-landing-page .landing_page_slider .animated-img-2{width:900px}html.style1 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:0;top:180px;width:22%}html.style1 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:100px;right:-85px;width:47%}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:290px}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:330px}html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}}@media(max-width:1199px){html.style1 .app-design-block .app-code-block{margin-bottom:-40px}html.style1 .slider-block .slider-main{height:750px}html.style1 .landing-title .sub-title{margin-bottom:40px}html.style1 .collaboration-main .collaboration-content{margin-bottom:35px}html.style1 .pricing-box ul.avb-price li i{margin-right:10px}html.style1 .section-pb-space{padding-bottom:60px}html.style1 .section-pt-space{padding-top:60px}html.style1 .section-py-space{padding-top:60px;padding-bottom:60px}html.style1 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:40px}html.style1 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav{float:unset;width:unset}html.style1 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .active .nav-link{color:#3a62b8!important;line-height:unset}html.style1 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{color:rgba(0,0,0,.7)!important;line-height:unset}html.style1 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{float:unset;margin-left:30px;margin-top:10px}html.style1 .chat-landing-page .landing-page-header .fixed{padding:5px 100px}html.style1 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse{width:100%}html.style1 .chat-landing-page .easy-navigation .inner-block{padding:20px}html.style1 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:30px;min-height:200px}html.style1 .chat-landing-page .bonus-page .blog-left{margin-top:50px}html.style1 header .landing-header .landing-header-right .main-nav{display:block}html.style1 header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#3a62b8!important}html.style1 .testimonial-box{padding:40px}html.style1 .slider-block .slider-main .slider-contain .ply-main{margin-bottom:10px}html.style1 .slider-block .slider-main .slider-contain h1{margin-bottom:12px}html.style1 .slider-block .slider-main .slider-contain h4{margin-bottom:12px;width:70%}html.style1 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{padding:13px 28px}html.style1 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn i{font-size:24px}html.style1 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:13px 28px}html.style1 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn i{font-size:24px}html.style1 .app-design-main{padding-top:40px;padding-bottom:40px}html.style1 .app-design-main .contant-box h4{width:auto}html.style1 .pages-space>div:nth-child(n+3){margin-top:40px!important}html.style1 .chitchat-main .chitchat-contain h1{width:390px}html.style1 .chitchat-main .chitchat-contain .chitchat-img{width:380px}html.style1 .chitchat-main .chitchat-contain img{margin-top:0}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:25px}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main{padding:20px}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-img img{width:25px}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content p{display:none}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content h3{margin-bottom:0}html.style1 .team-work-main .team-work-content h1{width:420px}html.style1 .team-work-main .team-work-content h4{width:399px}html.style1 .team-work-main .team1{right:31%;width:80px}html.style1 .team-work-main .team2{right:19%;width:20px}html.style1 .subscribe-content .form-inline .form-control{width:200px}html.style1 .landing_popups .element-card .typography .internet{margin-bottom:0}html.style1 .chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px}html.style1 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:45px}html.style1 .main-feature .key-feature>div:nth-child(n+5){margin-top:30px}}@media(max-width:1155px){html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:470px}html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}}@media(max-width:1150px){html.style1 .chat-landing-page .landing_page_slider .animated-img-2{width:850px}}@media(max-width:1026px){html.style1 .chat-landing-page .landing_page_slider .animated-img-2{width:750px;margin-top:20px}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:225px}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:265px;left:273px}html.style1 .chat-landing-page .slider-block .slider-main .slider-contain h1{width:290px}html.style1 .chat-landing-page .slider-block .slider-main .slider-contain h4{width:375px}html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:215px}}@media(max-width:992px){html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:350px}html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}html.style1 .chat-landing-page .page-decore .top img{animation:none}html.style1 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat1,html.style1 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat2,html.style1 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat3,html.style1 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat4,html.style1 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat1,html.style1 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat2,html.style1 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat3,html.style1 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat4{display:none}html.style1 .chat-landing-page .landing_popups .element-card .typography .internet{margin-bottom:20px}html.style1 .chat-landing-page .landing_popups .svg_img2{animation:none}}@media(max-width:991px){html.style1 .pricing-box{padding:20px 10px;margin:20px 0}html.style1 .app-design-main .icon-box{border-radius:25px;padding:20px}html.style1 .app-design-main .app-hover{height:31%}html.style1 .app-design-block .app-code-block{margin-bottom:-25px}html.style1 .app-design-main{padding-top:25px;padding-bottom:25px}html.style1 .chitchat-main .landing-title .sub-title h2{margin-bottom:-6px}html.style1 .landing-title .sub-title h4{margin-top:-1px}html.style1 .chat-landing-page .collaboration-main .collaboration-content{margin-bottom:30px!important}html.style1 .landing-title .sub-title{position:unset;margin-top:0}html.style1 .landing-title h1{display:none}html.style1 .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{padding:13px 17px}html.style1 .chat-landing-page header .inner1{display:none}html.style1 .chat-landing-page .landing-page-header .fixed{padding:5px 15px}html.style1 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:100px}html.style1 .chat-landing-page .landing_page_slider .animated-img-2{margin-top:30px;width:700px}html.style1 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:-11px;top:122px;width:29%}html.style1 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:77px;right:-83px;width:52%}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:190px}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:205px;left:243px}html.style1 .chat-landing-page .easy-navigation .inner-block{padding:10px}html.style1 .chat-landing-page .easy-navigation .inner-block p{font-size:13px;line-height:1.5}html.style1 .chat-landing-page .easy-navigation .navigation-2 .exclusive-image img,html.style1 .chat-landing-page .easy-navigation .navigation-3 .exclusive-image img,html.style1 .chat-landing-page .easy-navigation .navigation-6 .exclusive-image img{min-height:220px}html.style1 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:10px;min-height:150px}html.style1 .slider-block .slider-main{margin-top:85px;position:relative;height:auto;text-align:center;justify-content:center;z-index:1;padding-top:70px;padding-bottom:70px}html.style1 .slider-block .slider-main .slider-contain{border-radius:20px;padding:30px;width:auto}html.style1 .slider-block .slider-main .slider-contain h1,html.style1 .slider-block .slider-main .slider-contain h4{width:auto}html.style1 .slider-block .chat-slide,html.style1 .slider-block .inner1{display:none}html.style1 .app-design-main .icon-box i{font-size:36px}html.style1 .team-work-main .team-work-content h1{width:auto;margin-bottom:15px}html.style1 .team-work-main .team-work-content h4{width:350px}html.style1 .team-work-main .team-work-content .pricing-btn{padding:12px 20px}html.style1 .team-work-main .team1{width:50px;top:16%;right:32%}html.style1 .team-work-main .team2{top:19%;right:20%}html.style1 .team-work-main .team4{width:40px;right:3%}html.style1 .team-work-main .team5{width:250px}html.style1 .secure-app-main{height:auto!important;padding-bottom:0!important}html.style1 .secure-app-main .secure-app-content{text-align:center;height:auto!important;padding:40px}html.style1 .secure-app-main .secure-app-content .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}html.style1 .secure-app-main .secure-app-content .pricing-btn{padding:12px 18px}html.style1 .secure-app-main .secure-back-content .secure-img2{top:0;left:0;display:none}html.style1 .secure-app-main .secure-back-content .secure-img1{top:unset;bottom:0;right:0;display:none}html.style1 .subscribe-content .form-inline .form-control{width:160px;display:inline-block}html.style1 .testimonial-slider{padding-top:0}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:0}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{display:none}html.style1 footer .footer-main .footer-logo img{width:80px}html.style1 footer .footer-main .footer-back-block .inner4{left:-20%}html.style1 footer .footer-main .footer-back-block .inner3{top:-30%;right:0}html.style1 .subscribe-content button{padding:12px 18px}}@media(max-width:930px){html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:175px}}@media(max-width:900px){html.style1 .chat-landing-page .landing_page_slider .animated-img-2{width:650px}html.style1 .chat-landing-page .landing_popups .element-card{letter-spacing:unset}html.style1 .chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:10px}}@media(max-width:850px){html.style1 .chat-landing-page .landing_page_slider .animated-img-2{width:550px}html.style1 .chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}html.style1 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:768px){html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}html.style1 .chat-landing-page .audiocall1.call-modal,html.style1 .chat-landing-page .audiocall2.call-modal,html.style1 .chat-landing-page .conferencecall.call-modal,html.style1 .chat-landing-page .videocall.call-modal,html.style1 .chat-landing-page .videocallhang.call-modal{min-height:460px}html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:150px}html.style1 .chat-landing-page .landing_popups .btn{padding:15px 20px}}@media(max-width:767px){html.style1 .slider-block{background-blend-mode:overlay;background-color:#bbb6b6}html.style1 .chitchat-main .landing-title .sub-title h2{margin-bottom:-2px}html.style1 .landing-screen-animation .pc-bg-1{height:300px!important}html.style1 .chat-landing-page .landing_page_slider{min-height:390px!important;background-image:none;background:linear-gradient(#3a62b8,rgba(58,98,184,.4))}html.style1 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:170px}html.style1 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .playbutton .ply-content{background-color:unset;padding:0}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:100px;top:400px}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}html.style1 .chat-landing-page .landing_page_slider .animated-img-2{display:none}html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}html.style1 .chat-landing-page .easy-navigation .inner-block{padding:50px}html.style1 .chat-landing-page .easy-navigation .navigation-1{order:2}html.style1 .chat-landing-page .easy-navigation .navigation-2{order:1;margin-bottom:3rem!important}html.style1 .chat-landing-page .easy-navigation .navigation-3{margin-bottom:3rem!important}html.style1 .chat-landing-page .easy-navigation .navigation-5{order:2}html.style1 .chat-landing-page .easy-navigation .navigation-6{order:1;margin-bottom:3rem!important}html.style1 .chat-landing-page .main-feature .key-feature .feture-icon{padding:40px 30px}html.style1 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:60px}html.style1 .section-pb-space{padding-bottom:30px}html.style1 .section-pt-space{padding-top:30px}html.style1 .landing-title h1{display:none}html.style1 .landing-title .sub-title{position:unset;margin-top:0}html.style1 .landing-title .sub-title h4{margin-bottom:5px}html.style1 .slider-block .slider-main{justify-content:center;text-align:center;height:-moz-fit-content;height:fit-content;padding-bottom:60px}html.style1 .slider-block .slider-main .slider-contain{padding:15px}html.style1 .slider-block .slider-main .slider-contain .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}html.style1 .slider-block .slider-main .slider-contain .header-btn{justify-content:center}html.style1 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn,html.style1 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:9px 17px}html.style1 .slider-block .downlaod .footer-btn .btn{padding:10px 20px}html.style1 .slider-block .downlaod .footer-btn .btn i{font-size:22px}html.style1 .app-design-main{padding-bottom:0;padding-top:25px}html.style1 .app-design-main .contant-box{margin-top:15px}html.style1 .app-design-main .contant-box h4{margin-top:5px}html.style1 .app-design-main .icon-box{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);border-radius:5px;padding:15px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35))}html.style1 .app-design-main .icon-box i{color:#fff;font-size:20px}html.style1 .app-design-main:hover .app-hover{display:none;opacity:0}html.style1 .app-design-main .app-hover{display:none}html.style1 .app-design-block .app-btn{margin-top:25px;padding:15px 20px}html.style1 .app-design-block .app-code-block{margin-bottom:0}html.style1 .app-code-block>div:first-child .app-design-main{padding-top:0}html.style1 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:28px}html.style1 .landing-page-header header .landing-header .btn_purchase a{padding:12px 25px}html.style1 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{font-size:14px!important}html.style1 .chitchat-main .chitchat-contain{text-align:center}html.style1 .chitchat-main .chitchat-contain .chitchat-img{width:250px;margin:-2px auto 0}html.style1 .chitchat-main .chitchat-contain h3{margin-bottom:18px}html.style1 .chitchat-main .chitchat-contain h1{width:auto;margin-bottom:18px}html.style1 .chitchat-main .chitchat-contain h4{margin-bottom:10px}html.style1 .chitchat-main .chitchat-back-block .chit-chat3{top:16%;left:32%}html.style1 .chit-chat-block>div:first-child{margin-bottom:20px}html.style1 .chitchat-main .chitchat-contain .pricing-btn{padding:15px 20px}html.style1 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:18px}html.style1 .chitchat-main .chitchat-contain .chitchat-logo img{width:150px;height:auto}html.style1 .team-work-main .team-work-content{text-align:center;justify-content:center}html.style1 .team-work-main .team-work-content h1{width:auto;margin-bottom:12px}html.style1 .team-work-main .team-work-content h4{width:auto}html.style1 .team-work-main .team-work-content .ply-main{justify-content:center}html.style1 .team-work-main .team1{top:44%;right:62%}html.style1 .team-work-main .team2{top:50%;right:15%}html.style1 .team-work-main .team3{top:53%;right:10%}html.style1 .team-work-main .team4{top:80%;right:15%}html.style1 .team-work-main .team5{width:190px}html.style1 .team-block>div:first-child{margin-bottom:30px}html.style1 .collaboration-main .collaboration-content{margin-top:0;margin-bottom:30px}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:13px 20px;border-radius:5px;background-color:#fff}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{margin-bottom:0!important}html.style1 .testimonial-main .owl-nav button{width:30px;height:30px}html.style1 .testimonial-main .owl-nav button i{font-size:12px}html.style1 .secure-app-main .secure-back-content .secure-img1{bottom:-10%;right:-10%}html.style1 .secure-app-main .secure-back-content .secure-img2{top:-10%;left:-10%}html.style1 .pricing-box{padding:30px 20px;margin:20px 0;display:flex;justify-content:center}html.style1 .pricing-box .pricing-icon{margin-bottom:10px}html.style1 .pricing-box ul.avb-price{margin-left:0!important}html.style1 .pricing-box .pricing-content .pricing-btn{padding:10px 18px}html.style1 .subscribe-block>div:first-child{margin-bottom:30px}html.style1 .subscribe-content{text-align:center}html.style1 .subscribe-content img{width:200px}html.style1 .subscribe-content h4{margin-bottom:-3px}html.style1 .subscribe-content button{margin-left:auto;margin-right:auto}html.style1 .subscribe-content .form-inline .form-control{padding-left:15px;height:35px}html.style1 .subscribe-content .form-inline .form-control::placeholder{font-size:14px}html.style1 footer .footer-main ul.footer-contact li{margin-right:15px}html.style1 footer .footer-main .footer-btn{margin-top:27px}html.style1 footer .footer-main .footer-btn .foot-apl-btn{padding:13px 25px}html.style1 footer .footer-main .footer-btn .foot-ply-btn{padding:13px 25px;margin-left:20px}html.style1 footer .footer-back-block .inner1,html.style1 footer .footer-back-block .inner2{display:none}html.style1 .pages-space>div:nth-child(n+2){margin-top:30px!important}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:15px 25px}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600;font-size:14px}html.style1 .chat-landing-page .content-title{margin-bottom:30px!important}html.style1 .chat-landing-page .easy-navigation .inner-block .btn{padding:13px 25px}html.style1 .rate-us .rate_us-section h2{margin:20px 0!important}html.style1 .rate-us .rate_us-section img{width:160px}html.style1 .rate-us .rate_us-section .rate-section li i{font-size:28px!important}html.style1 .main-feature .key-feature>div:nth-child(n+3){margin-top:30px}}@media(max-width:650px){html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}html.style1 .rate-us .rate_us-section img{width:150px}}@media(max-width:600px){html.style1 .slider-block .chat-slide{width:100%}html.style1 .audiocall1.call-modal,html.style1 .audiocall2.call-modal,html.style1 .conferencecall.call-modal,html.style1 .videocall.call-modal,html.style1 .videocallhang.call-modal{min-height:350px}html.style1 .audiocall1.call-modal .center-con,html.style1 .audiocall2.call-modal .center-con,html.style1 .conferencecall.call-modal .center-con,html.style1 .videocall.call-modal .center-con,html.style1 .videocallhang.call-modal .center-con{bottom:25px}html.style1 .videocall.call-modal .videocall-details,html.style1 .videocallhang.call-modal .videocall-details{padding:20px}html.style1 #videocallhang{padding-right:0}html.style1 .landing_page_slider{min-height:450px}}@media(max-width:575px){html.style1 .slider-block .slider-main{margin-top:70px}html.style1 .section-py-space{padding-top:50px;padding-bottom:50px}html.style1 .section-pt-space{padding-top:50px}html.style1 .section-pb-space{padding-bottom:50px}html.style1 .element-card .chat-main li .chat-box .details h6{max-width:100px}html.style1 .chitchat-main .landing-title .sub-title h2,html.style1 .landing-title .sub-title h2{margin-bottom:-1px}html.style1 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:160px}html.style1 .landing-title .sub-title h4{margin-bottom:10px}html.style1 .landing-title .sub-title h2{width:auto}html.style1 header{padding-top:20px}html.style1 header .landing-header .landing-header-left .logo-block img{height:40px;width:auto}html.style1 header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-right:0}html.style1 header .landing-header .landing-header-right .purchase-block .purchase-btn span{display:none}html.style1 header .landing-header.fixed{padding:0!important}html.style1 header .landing-header .logo-block img{height:28px!important}html.style1 .slider-block .inner2,html.style1 header .landing-header .slider-block .inner2{right:0;top:10%}html.style1 .slider-block .downlaod .footer-btn .btn i{font-size:16px}html.style1 .app-design-block .app-btn{padding:12px 18px;font-size:13px;margin-top:20px}html.style1 .app-design-main{padding-top:20px}html.style1 .team-work-main .team1{top:50%;width:40px;right:68%}html.style1 .team-work-main .team2{top:49%;right:43%}html.style1 .team-work-main .team4{top:48%;right:60%}html.style1 .chitchat-main .chitchat-contain .chitchat-img{width:200px}html.style1 .chitchat-main .chitchat-contain h1,html.style1 .chitchat-main .chitchat-contain h3{margin-bottom:14px}html.style1 .chitchat-main .chitchat-contain .pricing-btn{padding:12px 18px;font-size:13px}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:7px}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:10px;border-radius:5px}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600}html.style1 .collaboration-main .tab-detail .tab-content .container{width:100%}html.style1 .secure-app-main .secure-back-content .secure-img2{top:-20%;left:-20%}html.style1 .secure-app-main .secure-back-content .secure-img1{bottom:-20%;right:-20%}html.style1 .secure-app-main .secure-app-content .ply-main .ply-content{width:40px;height:40px}html.style1 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px;font-size:16px}html.style1 .pricing-box .pricing-content .pricing-btn{margin-top:14px}html.style1 footer .footer-main .footer-back-block .inner4{left:-25%;bottom:-40%}html.style1 footer .footer-main .footer-back-block .inner3{top:-35%;right:-12%}html.style1 .mobile-version-sec .mobile-display{text-align:center}html.style1 .mobile-version-sec .mobile-qr{max-width:unset;margin-left:0}html.style1 .mobile-version-sec .mobile-qr .qr-img:after{display:none}html.style1 .bonus-page .container{width:100%}html.style1 .bonus-page .m-width{width:100%!important}html.style1 .mobile-version-sec .mobile-qr{margin-top:40px;margin-left:auto!important;margin-right:auto}html.style1 .mobile-version-sec .mobile-img{text-align:center}html.style1 .mobile-version-sec .mobile-img img{height:350px;width:auto}html.style1 .three-in-one-sec{margin-top:0!important}html.style1 .rate-us .rate_us-section h2{margin:12px 0!important}html.style1 .rate-us .rate_us-section img{width:120px}html.style1 .rate-us .rate_us-section .rate-section li i{font-size:22px!important}html.style1 .main-feature .key-feature>div:nth-child(n+2){margin-top:30px!important}html.style1 .chat-landing-page .easy-navigation .inner-block .btn{padding:12px 18px}}@media(max-width:480px){html.style1 .secure-app-main .secure-app-content{padding:40px 20px}html.style1 .secure-app-main .secure-app-content .ply-main .ply-content{margin-right:10px}html.style1 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:5px}html.style1 .landing-title .sub-title h4{margin-top:0}html.style1 .chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:5px}html.style1 .chat-landing-page .audiocall1.call-modal,html.style1 .chat-landing-page .audiocall2.call-modal,html.style1 .chat-landing-page .conferencecall.call-modal,html.style1 .chat-landing-page .videocall.call-modal,html.style1 .chat-landing-page .videocallhang.call-modal{min-height:300px}html.style1 .chat-landing-page .audiocall1.call-modal ul li+li,html.style1 .chat-landing-page .audiocall2.call-modal ul li+li,html.style1 .chat-landing-page .conferencecall.call-modal ul li+li,html.style1 .chat-landing-page .videocall.call-modal ul li+li,html.style1 .chat-landing-page .videocallhang.call-modal ul li+li{margin-left:10px}html.style1 .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,html.style1 .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{height:40px;width:40px}html.style1 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style1 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}html.style1 .chat-landing-page .easy-navigation .inner-block{padding:30px}html.style1 .chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px;margin:10px 40px}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:55px;top:111px}html.style1 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}html.style1 .chat-landing-page .fadinup .container{width:100%}html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}html.style1 .slider-block{background-position:50%}}@media(max-width:420px){html.style1 .chitchat-main .landing-title .sub-title h2{margin-bottom:-4px}html.style1 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse{width:100%}html.style1 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{font-size:15px}html.style1 .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{border-radius:5px;padding:10px 12px}html.style1 .chat-landing-page header .landing-header .landing-header-right .main-nav .toggle-nav{margin-left:10px}html.style1 .chat-landing-page .videocall.call-modal .videocall-details,html.style1 .chat-landing-page .videocallhang.call-modal .videocall-details{padding:15px}html.style1 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style1 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}html.style1 .chat-landing-page .videocall.call-modal .videocall-details .zoomcontent,html.style1 .chat-landing-page .videocallhang.call-modal .videocall-details .zoomcontent{padding:3px}html.style1 .chat-landing-page .icon-btn.btn-xl{height:40px;width:40px;padding:10px}html.style1 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{min-height:200px}html.style1 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:140px}html.style1 .chat-landing-page .fadinup .container{width:100%}html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:180px}html.style1 .slider-block .inner2{top:13%}html.style1 .team-work-main .team2{top:60%;right:38%;width:16px}html.style1 .team-work-main .team3{width:30px}html.style1 .team-work-main .team4{top:56%;right:54%}html.style1 .team-work-main .team1{top:59%}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills{display:unset}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-bottom:10px}html.style1 .subscribe-content .form-inline .form-control{display:block;width:100%;border-radius:5px}html.style1 .subscribe-content .form-inline .form-control:first-child{margin-bottom:20px}html.style1 footer .footer-main .footer-btn{display:block}html.style1 footer .footer-main .footer-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-top:20px}html.style1 footer .footer-main .footer-btn .foot-apl-btn,html.style1 footer .footer-main .footer-btn .foot-ply-btn{margin-left:auto;margin-right:auto}}@media(max-width:360px){html.style1 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{margin-left:20px}html.style1 .chat-landing-page .audiocall1.call-modal,html.style1 .chat-landing-page .audiocall2.call-modal,html.style1 .chat-landing-page .conferencecall.call-modal,html.style1 .chat-landing-page .videocall.call-modal,html.style1 .chat-landing-page .videocallhang.call-modal{min-height:200px}html.style1 .chat-landing-page .videocall.call-modal .videocall-details,html.style1 .chat-landing-page .videocallhang.call-modal .videocall-details{padding:5px}html.style1 .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,html.style1 .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{margin-left:0;height:20px;width:20px}html.style1 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style1 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:5px}html.style1 .chat-landing-page .easy-navigation .inner-block{padding:20px}html.style1 .chat-landing-page .main-feature .key-feature .feture-icon{margin:10px}html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style1 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:120px}html.style1 .slider-block .slider-main .slider-contain .header-btn{display:unset}html.style1 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{margin:0 auto}html.style1 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-top:15px}html.style1 .feture-icon{padding:15px}}@media(max-width:320px){html.style1 .chat-landing-page .landing_page_slider{min-height:480px}html.style1 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px}}html.style1 .chat-landing-page{position:relative}html.style1 .chat-landing-page h1{margin-bottom:15px;background:-webkit-linear-gradient(#00caf3,#0090ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:calc(18px + 30*(100vw - 320px)/1600)}html.style1 .chat-landing-page h5{font-size:calc(13px + 3*(100vw - 320px)/1600);letter-spacing:0;color:#9098ac;font-family:Rubik;font-weight:400;text-align:center;line-height:1.4}html.style1 .chat-landing-page .content-title{text-align:center;margin-bottom:45px}html.style1 .chat-landing-page .customizer img,html.style1 .chat-landing-page .dark-light img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style1 .chat-landing-page .bonus-page .chit-chat5,html.style1 .chat-landing-page .collaboration-main .chit-chat5,html.style1 .chat-landing-page .dark-light .chit-chat5,html.style1 .chat-landing-page .easy-navigation .chit-chat5,html.style1 .chat-landing-page .real-time-customizer .chit-chat5{position:absolute;top:-70px;right:0;z-index:-1;transform:rotate(45deg);animation:slidemain 80s linear infinite}html.style1 .content-title h2{margin-bottom:10px;font-size:calc(14px + 14*(100vw - 320px)/1600)}html.style1 .landing-page-header~.sidebar-pannle-main{display:none}html.style1 .landing-page-header header{padding-top:30px}html.style1 .landing-page-header header .landing-header .navbar-collapse .navbar-nav{justify-content:center;float:left;width:75%;margin:auto}html.style1 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important;opacity:.8;font-size:17px;letter-spacing:0;line-height:55px;font-family:Rubik;font-weight:500;text-transform:capitalize}html.style1 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll{background-color:transparent;border:none}html.style1 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll:hover{border:none}html.style1 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .active .nav-link{color:#fff!important;opacity:1}html.style1 .landing-page-header header .landing-header .btn_purchase{float:right}html.style1 .landing-page-header header .landing-header .btn_purchase a{border-radius:5px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-color:#fff}html.style1 .landing-page-header header .fixed{background-color:#278bff!important}html.style1 .landing-header .dropdown-menu a{font-size:calc(12px + 1*(100vw - 320px)/1600)!important;color:rgba(0,0,0,.5)!important;padding-left:0;padding-right:0}html.style1 .landing-header .dropdown-menu .dropdown-item:focus,html.style1 .landing-header .dropdown-menu .dropdown-item:hover{background-color:transparent}html.style1 .slider-contain{padding-top:100px}html.style1 .landing_page_slider{background-image:url(/_next/static/media/1.622c6754.png);overflow:hidden;position:relative;min-height:1060px;background-repeat:no-repeat}html.style1 .landing_page_slider .landing_page_slider-main{margin-top:160px}html.style1 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#fff!important;-webkit-text-fill-color:#fff;font-size:calc(20px + 36*(100vw - 320px)/1600);font-family:Montserrat;font-weight:800}html.style1 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);line-height:31px;color:#fff;font-family:Roboto;font-weight:300;text-align:center}html.style1 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{font-size:18px;font-weight:500;color:#fff}html.style1 .landing_page_slider .animated-img-1{overflow:hidden}html.style1 .landing_page_slider .animated-img-1 .slicing-img-4{position:absolute;left:250px;top:120px;animation:homecloud 30s linear infinite;transform:scale(1.5)}html.style1 .landing_page_slider .animated-img-1 .slicing-img-5{position:absolute;left:960px;top:505px;animation:animateCloud 60s linear infinite}html.style1 .landing_page_slider .animated-img-1 .slicing-img-6{position:absolute;top:132px;right:474px;animation:heartbeat 2s infinite}html.style1 .landing_page_slider .animated-img-1 .slicing-img-7{position:absolute;top:284px;left:650px;width:15px;animation:heartbeat 5s infinite}html.style1 .landing_page_slider .animated-img-2{height:auto;align-items:center;position:relative;width:1200px;margin:30px auto 0}html.style1 .landing_page_slider .animated-img-2 .slicing-img-1{position:absolute;content:"";left:-7px;top:225px;width:20%}html.style1 .landing_page_slider .animated-img-2 .slicing-img-2{position:absolute;content:"";top:132px;right:-97px;width:44%}html.style1 .landing_page_slider .animated-img-2 .slicing-img-3{position:absolute;content:"";left:10px}html.style1 .landing-screen-animation{position:relative}html.style1 .landing-screen-animation .col-md-12{margin-bottom:50px}html.style1 .landing-screen-animation .three-img-1{width:100%;position:relative;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);background-size:cover;border:5px solid #fff}html.style1 .landing-screen-animation .three-img-1:hover{background-position:bottom}html.style1 .landing-screen-animation .pc-bg-1{background-image:url(/_next/static/media/image_1.1cf209ea.png);height:550px;transition:2s}html.style1 .landing-screen-animation .pc-bg-2{background-image:url(/_next/static/media/landing.e891557e.png);height:250px;transition:10s}html.style1 .landing-screen-animation .pc-bg-3{background-image:url(/_next/static/media/email.c4ada256.jpg);height:250px;transition:2s}html.style1 .demo-title{margin-top:20px;margin-bottom:0;font-size:calc(16px + 12*(100vw - 320px)/1600)}html.style1 .bonus-page .m-width{width:1380px}html.style1 .bonus-page .m-width .bonus{position:relative}html.style1 .bonus-page .m-width .bonus img{animation:zoomIn .3s ease-in-out;transition:all .5s ease;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style1 .bonus-page .m-width .bonus img:hover{transition:all .5s ease;transform:translateY(-3px)}html.style1 .bonus-page .demo-title{line-height:28px;font-size:calc(14px + 4*(100vw - 320px)/1600);letter-spacing:1px;margin-top:20px;margin-bottom:0;color:#333;font-weight:700}html.style1 .pages-space>div:nth-child(n+4){margin-top:50px}html.style1 .real-time-customizer{position:relative}html.style1 .workable-app-img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style1 .workable-app-img .img-1{position:relative}html.style1 .workable-app-img .img-2{position:absolute;top:597px;right:172px;width:14%}html.style1 .workable-app-img .doted{background-color:#fff}html.style1 .workable-app-img .doted ul{display:flex;padding:15px}html.style1 .workable-app-img .doted ul li{display:inline}html.style1 .workable-app-img .doted ul li .circle-1{color:#f84c45}html.style1 .workable-app-img .doted ul li .circle-2{color:#f7bb36}html.style1 .workable-app-img .doted ul li .circle-3{color:#69ce43}html.style1 .workable-app-img .doted ul li+li{padding-left:5px}html.style1 .workable-app-img .workable-title{position:absolute;z-index:1;top:275px;left:0}html.style1 .workable-app-img .workable-title h1{font-size:calc(35px + 85*(100vw - 320px)/1600);color:#fff;-webkit-text-fill-color:#fff;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.3;margin-bottom:50px}html.style1 .workable-app-title{margin-top:30px;text-align:center}html.style1 .chat-landing-page section{max-width:100vw;overflow:hidden}html.style1 .chat-landing-page .collaboration-main .collaboration-content{margin-top:0;margin-bottom:75px}html.style1 .rate-us{padding-top:100px}html.style1 .rate-us .rate_us-section{justify-content:center;display:flex;text-align:center}html.style1 .rate-us .rate_us-section .rate-section{display:flex;margin:0 0 30px}html.style1 .rate-us .rate_us-section .rate-section li i{color:#ffd203;font-size:36px}html.style1 .rate-us .rate_us-section .rate-section li+li{padding-left:4px}html.style1 .rate-us .rate_us-section h2{letter-spacing:.1em;margin:30px 0;line-height:1.5;font-size:calc(14px + 14*(100vw - 320px)/1600)}html.style1 .rate-us .rate_us-section .rate_btn{border-radius:30px;background-color:transparent;border:2px solid #1c9dea;color:#1c9dea;padding:11px 50px}html.style1 .rate-us .rate_us-section .rate_btn:hover{background-color:#1c9dea;color:#fff}html.style1 .main-feature .key-feature>div:nth-child(n+7){margin-top:30px}html.style1 .main-feature .key-feature .feture-icon{padding:60px 30px;text-align:center;background:#fff;border:1px solid #f5f5f5;font-size:14px;text-transform:capitalize}html.style1 .main-feature .key-feature .feture-icon svg{width:60px;height:auto;fill:gray!important;opacity:.7;transition:all .5s ease}html.style1 .main-feature .key-feature .feture-icon h5{margin-top:15px;color:#555;letter-spacing:2px;transition:all .3s ease;padding-bottom:0;margin-bottom:0;line-height:1;font-weight:500;opacity:.7;transition:all .5s ease}html.style1 .main-feature .key-feature .feture-icon:hover{transition:.25s ease-in-out;border-color:rgba(38,138,255,.3)}html.style1 .main-feature .key-feature .feture-icon:hover svg{fill:#3a62b8!important}html.style1 .main-feature .key-feature .feture-icon:hover h5{color:#3a62b8}html.style1 .tour-integrated{position:relative}html.style1 .tour-integrated .chitchat-back-block .chit-chat1{position:absolute;left:0;top:10%;transform:rotate(150deg);animation:slidemain 60s linear infinite}html.style1 .tour-integrated .chitchat-back-block .chit-chat2{position:absolute;right:5%;bottom:15%;width:100px;transform:rotate(-86deg);animation:slidemain 20s linear infinite}html.style1 .tour-integrated .chitchat-back-block .chit-chat3{position:absolute;right:15%;bottom:300px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}html.style1 .tour-integrated .chitchat-back-block .chit-chat6,html.style1 .tour-integrated .chitchat-back-block .chit-chat7{position:absolute;right:15%;bottom:176px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}html.style1 .mobile-version-sec{position:relative}html.style1 .mobile-version-sec .mobile-img{margin-bottom:-30px}html.style1 .mobile-version-sec .mobile-display{text-align:end}html.style1 .mobile-version-sec .mobile-qr{max-width:200px;text-align:center;margin-left:50px;position:relative}html.style1 .mobile-version-sec .mobile-qr p{font-size:14px;white-space:pre-line;color:#000}html.style1 .mobile-version-sec .mobile-qr .qr-img:after{position:absolute;bottom:-85px;right:60px;background-image:url(/_next/static/media/line.9fd0ed60.png);background-repeat:no-repeat;content:"";width:256px;height:135px;background-size:cover;z-index:-1}html.style1 .mobile-version-sec .mobile-qr .qr-img img{box-shadow:0 10px 60px 0 rgba(0,0,0,.15)}html.style1 .mobile-version-sec .mobile-qr .btn-qr{padding:5px 10px;border-radius:5px;filter:drop-shadow(0 5px 7.5px rgba(255,45,100,.35));background-color:#ff2d64;color:#fff;font-size:12px;text-align:center;font-weight:500;font-family:Rubik;margin-bottom:20px}html.style1 .mobile-version-sec .chitchat-back-block .chit-chat1{position:absolute;left:20%;top:20%;width:150px;transform:rotate(86deg);animation:slidemain 80s linear infinite}html.style1 .mobile-version-sec .chitchat-back-block .chit-chat2{position:absolute;right:20%;bottom:26%;width:150px;transform:rotate(-86deg);animation:slidemain 50s linear infinite}html.style1 .mobile-version-sec .chitchat-back-block .chit-chat3{position:absolute;left:41%;top:38%;z-index:-1;transform:rotate(-86deg);animation:slidemain 50s linear infinite}html.style1 .mobile-version-sec .chitchat-back-block .chit-chat4{position:absolute;top:13%;right:-5%;transform:rotate(125deg);animation:slidemain 60s linear infinite}html.style1 .app-demo-section{background:#fff}html.style1 .app-demo-section .app-demo-content{text-align:center;position:relative;margin-bottom:50px}html.style1 .app-demo-section .container-modify{max-width:1600px;margin:0 auto}html.style1 .app-demo-section .img-effect{transition:all .3s linear;text-align:center}html.style1 .app-demo-section .img-effect:hover{transform:translateY(-6px)}html.style1 .app-demo-section .app-img{border-radius:30px;box-shadow:-1px 2px 5px 1px #ececec}html.style1 .three-in-one-sec{margin-top:-70px}html.style1 .three-in-one-sec .chat-sec{width:100%;height:350px;box-shadow:0 0 10px 2px #ddd}html.style1 .three-in-one-sec .app-lauout-sec .landing-page-img{width:100%;height:175px;display:inline-block;position:relative;background-repeat:no-repeat;box-shadow:0 0 10px 2px #ddd;background-color:#fff;background-size:contain}html.style1 .three-in-one-sec .app-lauout-sec .landing-page-img .img-scroll{transition:all 9s ease-out 0s;background-position:center 0;background-repeat:no-repeat;position:absolute;width:100%;height:calc(100% - 18px);top:18px;left:0;background-size:cover}html.style1 .three-in-one-sec .app-lauout-sec .landing-page-img:hover .img-scroll{background-position:center 100%!important}html.style1 .popup-group{margin-bottom:-20px}html.style1 .popup-group .font_label{margin:0 8px 20px}html.style1 .landing_popups{position:relative;background-color:#288bfe;background:-webkit-linear-gradient(left,#00caf3,#0090ff)}html.style1 .landing_popups h1{color:#fff!important;-webkit-text-fill-color:#fff}html.style1 .landing_popups h5{color:#fff}html.style1 .landing_popups #videocallhang.modal{position:static}html.style1 .landing_popups .viddiolog.fade{height:auto}html.style1 .landing_popups .viddiolog.fade .modal-body{padding-top:0}html.style1 .landing_popups .viddiolog.modal-dialog{margin:0 auto;height:auto}html.style1 .landing_popups .viddiolog.modal-dialog .videocall-details h5{font-size:calc(13px + 1*(100vw - 320px)/1600);letter-spacing:0;color:#223645!important;font-family:Montserrat,sans-serif;font-weight:700;text-align:left}html.style1 .landing_popups .svg_img2{position:absolute;right:-300px;top:350px;opacity:.5;animation:rotatedTwo 15s linear infinite alternate}html.style1 .landing_popups .slicing-img-8{position:absolute;top:100px;animation:homecloud 30s linear infinite;transform:scale(2)}html.style1 .landing_popups .slicing-img-9{position:absolute;left:0;top:50px;animation:animateCloud 60s linear infinite}html.style1 .easy-navigation .inner-block{height:calc(100% - 0px);background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:45px;margin-bottom:20px;text-align:center}html.style1 .easy-navigation .inner-block h4{font-size:calc(20px + 8*(100vw - 320px)/1600);color:#223645}html.style1 .easy-navigation .inner-block p{font-size:15px;line-height:1.7;letter-spacing:.7px}html.style1 .easy-navigation .exclusive-image{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style1 .slick-slider .slick-list{margin:0 -6px}html.style1 .slick-slider .slick-list .slick-slide{padding:0 6px}html.style1 .slick-slider .slick-list .slick-slide .item:focus{outline:none}html.style1 .custom-control-label{font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;font-weight:600;line-height:1.9;padding-left:10px}html.style1 .custom-switch .custom-control-label:before{border-radius:20px;height:19px;width:34px;box-shadow:inset 0 0 0 0 #dfdfdf;border-color:#dfdfdf;cursor:pointer}html.style1 .custom-switch .custom-control-label:after{top:calc(.25rem + 3px);left:calc(-2.25rem + 1px);width:calc(1rem - 3px);border-radius:100%;height:calc(1rem - 3px);box-shadow:0 1px 3px rgba(0,0,0,.4);background-color:transparent;cursor:pointer}html.style1 .custom-switch .custom-control-input:checked~.custom-control-label:before{background-color:#3fcc35;border-color:#3fcc35;box-shadow:inset 0 0 0 10px #3fcc35}html.style1 .custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(1.15rem)}html.style1 .custom-switch .custom-control-input:focus~.custom-control-label:before{box-shadow:none}html.style1 .custom-switch .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:unset;border-color:#dfdfdf}html.style1 .custom-switch.custom-switch-primary .custom-control-label:before{transition:border .4s ease 0s,box-shadow .4s ease 0s}html.style1 .custom-switch.custom-switch-primary .custom-control-label:after{transition:background-color .4s ease 0s,transform .2s ease 0s}html.style1 .custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:before{background-color:#3a62b8;border-color:#3a62b8;box-shadow:inset 0 0 0 10px #3a62b8;transition:border .4s ease 0s,box-shadow .4s ease 0s,background-color 1.2s ease 0s}html.style1 .custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transition:background-color .4s ease 0s,transform .2s ease 0s}html.style1 .status-switch .custom-control-label{color:#223645}html.style1 .snippet-modal-main .default-form select{background:url(/assets/images/drop-1.png) #eff7fe no-repeat scroll 97.6%}html.style1 .theme-pannel-main{background-color:#fff;position:fixed;top:30%;right:0;z-index:9;padding:0 5px;box-shadow:0 0 7px 1px hsla(0,0%,62%,.2)}html.style1 .theme-pannel-main ul li{display:flex;padding:10px 12px;border-bottom:1px solid #dadada}html.style1 .theme-pannel-main ul li span{padding:0;text-transform:uppercase;color:#949494;font-weight:700}html.style1 .theme-pannel-main ul li a{padding:0}html.style1 .theme-pannel-main ul li:last-child{border-bottom:0}html.style1 .color-picker .title{display:inline-block;position:absolute;left:-68px;width:68px;box-shadow:-3px 0 7px 1px hsla(0,0%,62%,.2);background-color:#fff;padding:10px 14px;border-radius:5px}html.style1 .color-picker .colors li{height:35px;width:35px;margin:3px;display:inline-block;position:relative;border-radius:5px}html.style1 .color-picker .colors li.active:before{content:"";position:absolute;font-family:themify;color:#fff;font-size:19px;top:4px;left:9px;transform:rotate(-90deg)}html.style1 .color{background-color:#1c9dea}html.style1 .color1{background-color:#3a62b8}html.style1 .color2{background-color:#064c3c}html.style1 .color3{background-color:#9b4aff}html.style1 .color4{background-color:#00d3cb}html.style1 .color5{background-color:#ff5b92}html.style1 .color6{background-color:#ff803c}html.style1 .setting-sidebar{background-color:#fff;padding:20px;width:350px;height:100%;position:fixed;top:0;right:-350px;z-index:999;border-left:1px solid #eff1f2;transition:all .5s ease}html.style1 .setting-sidebar li{cursor:pointer}html.style1 .setting-sidebar .theme-title{border-bottom:1px solid #eff1f2;padding-bottom:15px}html.style1 .setting-sidebar h5{padding-top:20px;padding-bottom:15px}html.style1 .setting-sidebar .theme-layout ul{display:flex;align-items:center}html.style1 .setting-sidebar .theme-layout ul li{width:70px;height:50px;display:flex;align-items:center;background-color:#fff;margin-right:10px}html.style1 .setting-sidebar .theme-layout ul li.active .sidebar-content{position:relative}html.style1 .setting-sidebar .theme-layout ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;font-weight:900;height:100%;width:100%;display:flex;align-items:center;justify-content:center}html.style1 .setting-sidebar .theme-layout ul li .sidebar{width:30%;height:100%;background-color:#eff1f2;margin-right:5px;border-radius:5px}html.style1 .setting-sidebar .theme-layout ul li .sidebar-content{background-color:#eff1f2;width:70%;height:100%;border-radius:5px}html.style1 .setting-sidebar .theme-layout ul li:nth-child(2) .sidebar,html.style1 .setting-sidebar .theme-layout ul li:nth-child(3) .sidebar,html.style1 .setting-sidebar .theme-layout ul li:nth-child(3) .sidebar-content{background-color:#595959}html.style1 .setting-sidebar .theme-layout ul li:last-child .sidebar,html.style1 .setting-sidebar .theme-layout ul li:last-child .sidebar-content{background-image:linear-gradient(45deg,#3a62b8,#ff803c)}html.style1 .setting-sidebar .chat-wallpaper .wallpaper{margin-top:0}html.style1 .setting-sidebar .chat-wallpaper .wallpaper li{position:relative;width:47px;height:47px;border-radius:5px;margin:2px;background-size:unset!important}html.style1 .setting-sidebar .chat-wallpaper .wallpaper li.active:before{content:"";font-family:themify;position:absolute;font-weight:900;font-size:20px;height:100%;width:100%;display:flex;align-items:center;justify-content:center}html.style1 .setting-sidebar .themes-content ul li{display:inline-block;width:68px;height:60px;background-color:#eff1f2;margin-right:5px;border-radius:5px;position:relative}html.style1 .setting-sidebar .themes-content ul li.active:before{content:"";font-family:themify;position:absolute;display:flex;height:100%;width:100%;align-items:center;justify-content:center;font-weight:900;font-size:20px}html.style1 .setting-sidebar .sidebar-setting ul{display:flex}html.style1 .setting-sidebar .sidebar-setting ul li{width:144px;height:70px;display:flex;align-items:center;margin-right:15px}html.style1 .setting-sidebar .sidebar-setting ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px}html.style1 .setting-sidebar .sidebar-setting ul li:last-child{margin-right:0}html.style1 .setting-sidebar .sidebar-setting ul li .sm-sidebar{background-color:#eff1f2;margin-right:3px;width:10%;height:100%}html.style1 .setting-sidebar .sidebar-setting ul li .sidebar{background-color:#eff1f2;width:20%;height:100%;border-radius:5px;margin-right:3px}html.style1 .setting-sidebar .sidebar-setting ul li .sidebar-content{background-color:#eff1f2;width:80%;height:100%;border-radius:5px;position:relative}html.style1 .sidebar-pannle-main{position:fixed;bottom:110px;right:22px;z-index:9}html.style1 .sidebar-pannle-main ul{display:flex;flex-direction:column}html.style1 .sidebar-pannle-main ul li{cursor:pointer;margin-bottom:10px}html.style1 .sidebar-pannle-main ul li.cog-click i{animation:infinite-spinning 1.5s linear infinite}html.style1 .fev-addcall-main.add-popup .modal-dialog:before{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;top:-9px}html.style1 .contact-chat>ul>li .contact-name .msg-box{margin-top:10px}html.style1 .msg-box>li .auto-gallery,html.style1 .msg-box>li .document,html.style1 .msg-box>li h5{padding:16px 20px}html.style1 .add-contact-modal .modal-dialog:before{border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #fff;bottom:-9px}html.style1 .add-contact-modal .default-form input[type=number]::-webkit-inner-spin-button,html.style1 .add-contact-modal .default-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;-moz-appearance:textfield}html.style1 .add-popup .close{width:75px;height:75px;background:#3a62b8;border-radius:0 0 0 90px;position:absolute;right:15px;top:15px;opacity:1;margin-right:-15px}html.style1 .add-popup .close span{color:#fff;font-size:30px;position:absolute;top:20px;right:20px}html.style1 .add-popup .modal-body{padding:30px}html.style1 .add-popup .modal-footer,html.style1 .add-popup .modal-header{padding:20px 35px}html.style1 .add-popup .modal-footer .modal-title,html.style1 .add-popup .modal-header .modal-title{color:#3a62b8;text-transform:capitalize;font-weight:700;font-size:calc(16px + 12*(100vw - 320px)/1600)}html.style1 .add-popup .modal-header{border-bottom-color:#eff1f2;background-color:rgba(58,98,184,.15)}html.style1 .add-popup .modal-header i{font-size:30px;margin-right:10px}html.style1 .add-popup .modal-body h3{margin-bottom:20px;text-transform:capitalize}html.style1 .add-popup .default-form .form-group .form-control{padding:15px 25px;margin-bottom:20px}html.style1 .add-popup .default-form .form-group .form-control::placeholder{text-transform:capitalize}html.style1 .add-popup .modal-footer{border-top:1px solid #eff1f2}html.style1 .delete-modal .modal-header{background-color:transparent;border-bottom:none}html.style1 .delete-modal .modal-header .modal-title{display:none}html.style1 .delete-modal .modal-body{text-align:center}html.style1 .delete-modal .delete-btn{margin-top:30px}html.style1 .video-popup .modal-header{padding:0!important;display:block}html.style1 .video-popup iframe{height:448px;width:100%;vertical-align:middle;border:none}html.style1 .pol-modal-main.modal-dialog{width:700px;max-width:unset}html.style1 .pol-modal-main .modal-content .modal-header svg{color:#3a62b8;font-weight:600;margin-right:10px}html.style1 .pol-modal-main .modal-content .modal-body .form-group input::placeholder{font-size:14px}html.style1 .pol-modal-main .modal-content .modal-body .form-group a.add-option{color:#3a62b8;text-transform:capitalize;font-size:14px;font-weight:500}html.style1 .pol-modal-main .modal-content .modal-body .form-group .post-poll{background-color:rgba(58,98,184,.15);padding:25px;border-radius:15px}html.style1 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:flex;justify-content:space-between}html.style1 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-transform:capitalize;font-size:14px;font-weight:600}html.style1 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{font-size:14px;margin-left:15px;text-transform:capitalize;display:inline-block;margin-bottom:0}html.style1 .pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:14px;text-transform:capitalize;font-weight:600;display:flex;align-items:center}html.style1 .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-right:10px}html.style1 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:40px}html.style1 .pol-modal-main .modal-content .modal-body .creat-poll-btn a{display:block;text-transform:capitalize;letter-spacing:1px}html.style1 .snippet-modal-main.modal-dialog{width:800px;max-width:unset}html.style1 .notes-modal-main .modal-content .card{margin-bottom:0;border:0;transition:all .3s ease}html.style1 .notes-modal-main .modal-content .card .card-header{background-color:#fff;border-bottom:1px solid #eee;padding:30px}html.style1 .notes-modal-main .modal-content .card .card-header h5{font-size:18px;margin-bottom:0;text-transform:uppercase;font-weight:600}html.style1 .notes-modal-main .modal-content .card .card-body{padding:30px;border-bottom:1px solid #eee}html.style1 .notes-modal-main .modal-content .card .card-body h1{padding-bottom:30px}html.style1 .notes-modal-main .modal-content .card .card-body p:last-child{margin-bottom:0}html.style1 .notes-modal-main .modal-content .card .card-footer{padding:30px;background-color:#fff;border-top:none}html.style1 .notes-modal-main .modal-content .card .card-footer button{margin-right:15px}html.style1 .reminder-modal-main .modal-content{height:500px;overflow:auto}html.style1 .reminder-modal-main .modal-content .modal-body .form-group label{display:block;margin-bottom:10px;font-weight:600;font-size:16px;text-transform:capitalize}html.style1 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{display:inline-block;padding:15px 20px;border-radius:5px;background-color:#f6f7fa;text-align:center;border:none}html.style1 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-num,html.style1 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-val{color:#3a62b8;transition:color .3s ease}html.style1 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active{background-color:#3a62b8}html.style1 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-num,html.style1 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-val{color:#fff;transition:color .3s ease}html.style1 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-num{margin-bottom:7px}html.style1 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-val{margin-bottom:0;font-weight:500}html.style1 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-left:15px}html.style1 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:flex;margin-bottom:0;text-transform:uppercase}html.style1 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-right:30px}html.style1 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{line-height:1;font-size:14px;color:#223645;letter-spacing:.08em}html.style1 .reminder-modal-main .modal-content .modal-body .reminder-btn{text-align:center}html.style1 .reminder-modal-main .modal-content .modal-body .reminder-btn h5{text-transform:capitalize;color:#223645;margin-bottom:20px}html.style1 .reminder-modal-main .modal-content .modal-body .reminder-btn a{color:#fff}html.style1 .reminder-modal-main .modal-body .form-group{margin-bottom:25px}html.style1 .reminder-modal-main .modal-body .form-group textarea{border-radius:15px;background-color:#f6f7fa;border:none}html.style1 .show-notifications{position:relative}html.style1 .show-notifications:active #icon-bell,html.style1 .show-notifications:focus #icon-bell,html.style1 .show-notifications:hover #icon-bell{fill:#34495e}html.style1 .show-notifications #icon-bell{fill:#7f8c8d}html.style1 .show-notifications .notifications-count{border-radius:50%;background-clip:padding-box;background:#3498db;color:#fefefe;font:normal .85em Lato;height:16px;line-height:1.75em;position:absolute;right:2px;text-align:center;top:-2px;width:16px}html.style1 .show-notifications.active~.notifications{opacity:1;top:60px}html.style1 .notifications{border-radius:2px;background-clip:padding-box;transition:opacity .25s ease-out .1s;background:#ecf0f1;border:1px solid #bdc3c7;left:10px;opacity:0;position:absolute}html.style1 .notifications h3{cursor:default;font-size:1.05em;font-weight:400;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}html.style1 .notifications .notifications-list{list-style:none;margin:0;overflow:hidden;padding:0}html.style1 .notifications .notifications-list .item{transition:transform .25s ease-out .1s;border-top:1px solid #bdc3c7;color:#7f8c8d;cursor:default;display:block;padding:10px;position:relative;white-space:nowrap;width:350px}html.style1 .notifications .notifications-list .item.no-data{display:none;text-align:center}html.style1 .notifications .notifications-list .item.expired{color:#bdc3c7}html.style1 .notifications .notifications-list .item.expired:before{background:#bdc3c7}html.style1 .notifications .notifications-list .item.expired .details .date{color:#bdc3c7}html.style1 .notifications .notifications-list .item:before{border-radius:50%;background-clip:padding-box;background:#3498db;content:"";height:8px;width:8px;display:inline-block;vertical-align:middle}html.style1 .notifications .notifications-list .item .details{display:inline-block;vertical-align:middle;margin-left:10px;white-space:normal;width:280px}html.style1 .notifications .notifications-list .item .details .title{display:block}html.style1 .notifications .notifications-list .item .details .date{display:block;font-size:.85em;margin-top:3px}html.style1 .notifications .notifications-list .item .button-dismiss{display:inline-block;vertical-align:middle;color:#bdc3c7;font-size:2.25em}html.style1 .notifications .show-all{display:block;text-align:center;text-decoration:none;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}html.style1 .notifications:after{border:10px solid transparent;border-bottom-color:#3498db;content:"";display:block;height:0;left:10px;position:absolute;top:-20px;width:0}html.style1 .button-default{transition:color .25s ease-out .1s;background:transparent;border:none;cursor:pointer;margin:0;outline:none;position:relative}html.style1 .todo-main-modal .modal-body{padding-bottom:0}html.style1 .todo-main-modal .modal-body .default-form .todo-task h5{padding-bottom:10px}html.style1 .todo-main-modal .modal-body .default-form .form-group+.form-group{display:flex;margin-top:unset}html.style1 .todo-main-modal .modal-body .default-form .form-group+.form-group input{height:45px;border-radius:15px;background-color:#fff;border:none;margin-left:10px}html.style1 .todo-main-modal .modal-body .dropdown.currency{width:30%}html.style1 .create-todo-main-modal .modal-body{padding-bottom:0}html.style1 .create-todo-main-modal .modal-body .default-form .todo-task h5{margin-bottom:15px}html.style1 .create-todo-main-modal .modal-body .default-form .form-group{display:flex;align-items:center}html.style1 .create-todo-main-modal .modal-body .default-form .form-group input{margin-left:10px}html.style1 .create-todo-main-modal .modal-body .default-form .dropdown.currency{width:30%;text-align:left}html.style1 .create-todo-main-modal .modal-body .dropdown .dropdown-menu li{font-size:14px}@media(max-height:730px){html.style1 .chitchat-container .sidebar-bottom{padding-bottom:25px}html.style1 .chitchat-container .main-nav .sidebar-main .sidebar-bottom li,html.style1 .chitchat-container .main-nav .sidebar-main .sidebar-top li{padding-top:25px}}@media(max-width:1660px){html.style1 .about-page p{margin-bottom:-3px}html.style1 .secure-app-main .secure-app-content{background-color:hsla(0,0%,100%,.9);padding:30px}}@media(max-width:1500px){html.style1 .testimonial-main .slick-slider .slick-list{margin:0 -10px}html.style1 .testimonial-main .slick-slider .slick-list .slick-slide{padding:0 10px}html.style1 .recent .theme-title .mainnav,html.style1 .recent .theme-title .mobile-back{height:32px;width:32px}html.style1 .chitchat-main .messages .contact-details .left.media .media-right .mute i:after{top:14px;left:5px}html.style1 .contact-chat .profile{height:50px;width:50px}html.style1 .call-content,html.style1 .contact-content{overflow:scroll;height:100%}html.style1 .call-content .col-sm-5,html.style1 .call-content .col-sm-7,html.style1 .contact-content .col-sm-5,html.style1 .contact-content .col-sm-7{flex:100% 1;max-width:100%}html.style1 .call-content .col-sm-7,html.style1 .contact-content .col-sm-7{margin-top:20px}html.style1 .call-content .col-sm-7 .call-log-clear,html.style1 .contact-content .col-sm-7 .call-log-clear{margin-bottom:40px}html.style1 .contact-details ul li{padding-left:7px!important}html.style1 .contact-details>.row .icon-btn{height:32px;width:32px}}@media(max-width:1366px){html.style1 .profile-box .details.edit{width:170px}html.style1 .chitchat-main .message-input input{width:calc(100% - 280px)}html.style1 .chitchat-right-sidebar .status ul li{padding-left:30px}html.style1 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{padding:10px 20px}html.style1 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li{padding-bottom:0}html.style1 header .landing-header{background-color:#3a62b8;max-width:97%;border-radius:20px;box-shadow:0 0 30px rgba(29,168,253,.5);margin:0 auto;padding:5px 50px}html.style1 header .landing-header.fixed .navbar-collapse .navbar-nav{margin-left:10px}html.style1 header .landing-header .navbar-collapse .navbar-nav{padding-left:0;margin-left:140px}html.style1 .chat-main li .chat-box .details h6{max-width:150px}html.style1 .search2>div{height:40px}html.style1 .group-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}html.style1 .close-app{display:none}html.style1 .sidebar-pannle-main{bottom:70px}html.style1 .contact-chat>ul>li.replies,html.style1 .contact-chat>ul>li.sent{width:65%}html.style1 .emojis-main .contact-poll .mr-4{margin-right:.5rem!important}html.style1 .profile-box{padding-bottom:0}html.style1 .chitchat-main .message-input{padding:1% 10px}html.style1 .chitchat-main .call-content .user-profile .user-content ul li{font-size:0;padding-bottom:0}html.style1 .chitchat-main li .chat-box .details h6{max-width:130px}html.style1 .chitchat-main li.active .details h6{letter-spacing:unset}html.style1 .notification-tab .chat-main .chat-box .details h5{line-height:1.5}html.style1 .notification-tab .chat-main .chat-box .date-status,html.style1 .notification-tab .chat-main .chat-box .profile{top:10px}html.style1 .notification-tab .chat-main li{padding:0 20px}html.style1 .setting-block{padding:30px 40px}html.style1 .setting-block .block{padding:40px 20px 0}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab{padding:40px 20px}html.style1 .chitchat-container .chitchat-left-sidebar{min-width:300px;width:300px;animation:fadeInright .3s ease-in-out;transition:all .3s ease}html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab{width:300px;min-width:300px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:20px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs .nav-tabs{padding-bottom:20px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:12px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:10px;width:10px;margin-right:5px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:60px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:20px 20px 0}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{width:calc(100% - 30px);left:15px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent{width:300px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 20px 0}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 20px}html.style1 .call-log-main li,html.style1 .contact-log-main li{padding-top:8px;padding-bottom:8px}html.style1 .document-tab .chat-box .date-status,html.style1 .fevorite-tab .chat-box .date-status{position:absolute;right:0;top:10px;text-align:right}html.style1 .document-tab .chat-main li,html.style1 .fevorite-tab .chat-main li{padding-top:8px;padding-bottom:8px}html.style1 .dynemic-sidebar .theme-title{margin-bottom:20px}html.style1 .dynemic-sidebar .chat-main li .chat-box .details{padding-top:8px;padding-bottom:9px}html.style1 .dynemic-sidebar .chat-main .icon-btn.btn-xl{height:50px;width:50px}html.style1 .dynemic-sidebar .chat-main .icon-btn.btn-xl i{font-size:20px}html.style1 .dynemic-sidebar .chat-main .media-body{position:absolute;right:0;top:8px}html.style1 .dynemic-sidebar .chat-main .profile{width:50px;height:50px}html.style1 .m-r-15{margin-right:5px}html.style1 .search2{margin-left:0;margin-right:0}html.style1 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 390px)}html.style1 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 475px)}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 580px)}html.style1 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}html.style1 .sidebar-active.menu-active .chitchat-container .chitchat-main{width:calc(100% - 92px)}html.style1 .menu-active .chitchat-main .messages .contact-details{width:63.9vw!important}html.style1 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:7px 15px}html.style1 .call-log-main li,html.style1 .chat-main li,html.style1 .contact-log-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}html.style1 .call-log-main li .call-box,html.style1 .call-log-main li .chat-box,html.style1 .call-log-main li .contact-box,html.style1 .chat-main li .call-box,html.style1 .chat-main li .chat-box,html.style1 .chat-main li .contact-box,html.style1 .contact-log-main li .call-box,html.style1 .contact-log-main li .chat-box,html.style1 .contact-log-main li .contact-box{display:flex;align-items:center}html.style1 .call-log-main li .call-box .details,html.style1 .call-log-main li .chat-box .details,html.style1 .call-log-main li .contact-box .details,html.style1 .chat-main li .call-box .details,html.style1 .chat-main li .chat-box .details,html.style1 .chat-main li .contact-box .details,html.style1 .contact-log-main li .call-box .details,html.style1 .contact-log-main li .chat-box .details,html.style1 .contact-log-main li .contact-box .details{padding-left:60px;padding-right:50px}html.style1 .chat .profile{width:50px;height:50px}html.style1 .call-log-main .call-box .details,html.style1 .contact-log-main .call-box .details{padding-right:60px}html.style1 .call-log-main li .contact-box .details,html.style1 .contact-log-main li .contact-box .details{padding-right:80px;padding-left:60px}html.style1 .group-main .group-box .details{padding-left:60px}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 495px)}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 790px)}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 880px)}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 490px)}html.style1 .sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 720px)}html.style1 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 390px)}html.style1 .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}html.style1 .chitchat-main .message-input{width:90%}html.style1 .menu-active .login-content .line h6:after,html.style1 .menu-active .login-content .line h6:before{width:4rem}html.style1 header .landing-header .navbar-collapse{width:100%}html.style1 .call-log-main .call-box .details{padding-left:70px!important}html.style1 .videocall.call-modal .small-image,html.style1 .videocallhang.call-modal .small-image{width:180px;height:250px}html.style1 .videocall.call-modal .videocall-details .usersprof .profile{width:50px;height:50px}}@media(min-width:1199.98px){html.style1 .main-menu .collapse{display:block}}@media(max-width:1199.98px){html.style1 .landing-header .dropdown-menu a{padding-top:6px;padding-bottom:6px}html.style1 header .landing-header .navbar-collapse .navbar-nav{background-color:transparent;margin-left:0}html.style1 header .landing-header.fixed .main-menu .navbar-nav>li>a{color:rgba(0,0,0,.7)!important}html.style1 .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link{color:rgba(0,0,0,.9)}html.style1 .landing-page .landing-header .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}html.style1 .mobile-version-sec .chitchat-back-block .chit-chat2{display:none}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-content h3{margin-bottom:3px!important}html.style1 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:24px}html.style1 .chat-landing-page .content-title{margin-bottom:35px}html.style1 .emojis-main .contact-poll .contact-poll-content:before{left:30px}html.style1 header{padding-top:10px;padding-bottom:0;clear:both}html.style1 header .landing-header .dropdown-menu{position:relative!important;width:calc(100% - 30px);margin-bottom:14px;padding-bottom:10px;margin-top:10px;transform:unset!important}html.style1 header .landing-header .logo-block img{height:40px}html.style1 header .landing-header .navbar-toggler{position:absolute;right:17px;top:19px;background-color:#fff}html.style1 header .landing-header .navbar-toggler:focus{outline:none}html.style1 header .landing-header .navbar-toggler .navbar-toggler-icon{vertical-align:-2px}html.style1 header .landing-header .navbar-collapse{position:absolute;top:64px;background-color:#fff;right:0;width:61%!important;border-radius:15px;padding:20px 0;border:1px solid #e4e7ef}html.style1 header .landing-header .navbar-collapse .navbar-nav,html.style1 header .landing-header .navbar-collapse .navbar-nav .nav-item{display:block}html.style1 header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{padding-top:3px;padding-bottom:3px}html.style1 .chitchat-main .messages .contact-details{padding:15px}html.style1 .chitchat-main .messages .contact-details .media-right ul{display:flex}html.style1 .chitchat-main .messages .contact-details .search-form,html.style1 .chitchat-main .messages .contact-details .search-form.open{height:90px}html.style1 .chitchat-main .message-input{width:calc(100% - 100px)}html.style1 .chitchat-main .messages .contact-details .col{width:100px}html.style1 .chitchat-main .messages .contact-details .left.media .media-body{display:none}html.style1 .theme-landing header .landing-header .navbar-collapse{padding:20px}html.style1 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item{padding:3px 0;margin-left:0}html.style1 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link{color:rgba(0,0,0,.7)!important;transition:all .5s ease;padding:0}html.style1 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link:hover{color:#3a62b8!important}html.style1 .theme-landing header .landing-header .dropdown-menu{width:calc(100% - 10px)}html.style1 .theme-landing header .landing-header .dropdown-menu .nav-link a{transition:all .5s ease}html.style1 .theme-landing header .landing-header .dropdown-menu .nav-link a:hover{color:#3a62b8!important}html.style1 .rate-us{padding-top:40px!important}}@media(max-width:1024px){html.style1 .slider-block{background-position:bottom!important}html.style1 .chitchat-main .messages .contact-details .left.media .media-body:before{top:-4px}html.style1 .chitchat-main .messages .contact-details .media-body h5{display:none}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:4px}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details ul li{padding-left:21px}html.style1 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}html.style1 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}html.style1 .chitchat-main .messages .contact-details{padding:15px}html.style1 .chitchat-main .messages .contact-details .media-right ul{display:flex}html.style1 .faq-section .accordion.theme-accordion .card .card-header button:before{right:10px}}@media(max-width:992px){html.style1 .chitchat-right-sidebar .document,html.style1 .chitchat-right-sidebar .media-gallery,html.style1 .chitchat-right-sidebar .status{padding:30px 20px}html.style1 .chitchat-main .message-input input{width:90%}html.style1 .chitchat-container .chitchat-right-sidebar{min-width:280px;width:280px}html.style1 .chitchat-container .chitchat-right-sidebar .contact-profile{padding:20px}html.style1 .chitchat-container.sidebar-overlap .chitchat-main,html.style1 .chitchat-container.sidebar-overlap .chitchat-main .messages .contact-details,html.style1 .chitchat-container.sidebar-overlap .contact-details,html.style1 .chitchat-container.sidebar-overlap .message-input{width:100%!important}html.style1 .chat-landing-page .landing_page_slider{min-height:800px;background-position:bottom}html.style1 .secure-app-main,html.style1 .secure-app-main .secure-app-content{height:350px}html.style1 [class*=introjs]{display:none}html.style1 .main-nav.introjs-fixParent,html.style1 .sidebar-top.introjs-relativePosition{display:block}html.style1 .chitchat-main .messages .contact-details{width:calc(100vw - 390px)}html.style1 header .landing-header,html.style1 header .landing-header.fixed{padding:5px 15px}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 495px)!important}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 400px)}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:33.3vw!important}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:9px}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}html.style1 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:44vw}html.style1 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}html.style1 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}html.style1 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 92px)}html.style1 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .contact-details{width:84vw}html.style1 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details{width:42.5vw!important}html.style1 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:21px}html.style1 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .message-input{width:calc(100% - 500px)}html.style1 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:53vw}html.style1 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:9px}html.style1 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .message-input{width:calc(100% - 400px)}html.style1 .recent .theme-title .close-contentbtn{display:flex}html.style1 .element-card .typography .font_label{margin-bottom:20px}html.style1 .login-content .line h6:after,html.style1 .login-content .line h6:before{width:3.5rem}html.style1 .mr-3{margin-right:10px!important}html.style1 footer .footer_order_2{order:-1}html.style1 footer .footer_order_1{order:-2}html.style1 footer .footer_order_3{margin-top:40px}}@media(max-width:991px){html.style1 .video-popup iframe{height:278px}html.style1 .chitchat-main .messages{padding:25px}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 455px)!important}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 455px)}html.style1 .blog-detail-page .blog-detail .post-social ul.social-group{float:none;margin-top:15px;display:block}html.style1 footer .footer-block{display:flex;justify-content:center}html.style1 footer .footer-block>div{margin-top:30px}html.style1 footer .footer-block>div:first-child,html.style1 footer .footer-block>div:last-child{order:-1;margin-top:0}html.style1 .audiocall1.call-modal,html.style1 .audiocall2.call-modal,html.style1 .conferencecall.call-modal,html.style1 .videocall.call-modal,html.style1 .videocallhang.call-modal{min-height:530px}html.style1 .videocall.call-modal .small-image,html.style1 .videocallhang.call-modal .small-image{width:150px;height:200px;left:20px}html.style1 .three-in-one-sec{margin-top:0}html.style1 .bonus-page .chit-chat5,html.style1 .collaboration-main .chit-chat5,html.style1 .dark-light .chit-chat5,html.style1 .easy-navigation .chit-chat5,html.style1 .real-time-customizer .chit-chat5{display:none}html.style1 .pol-modal-main.modal-dialog,html.style1 .snippet-modal-main.modal-dialog{width:600px}html.style1 .notes-modal-main .modal-content{height:450px}html.style1 .notes-modal-main .modal-content .modal-body{overflow:auto;padding:0}html.style1 .notes-modal-main .modal-content .card .card-body,html.style1 .notes-modal-main .modal-content .card .card-header{padding:20px}html.style1 .notes-modal-main .modal-content .card .card-body h1{padding-bottom:15px;line-height:1}}@media(max-width:800px){html.style1 .chitchat-left-sidebar .search-form .form-group .icon-close{top:3px}html.style1 .profile-box .details.edit{width:90%}html.style1 .chitchat-container{overflow:hidden}html.style1 .chitchat-main .chat-content .badge.sm{padding:4px}html.style1 .menu-active .chitchat-main .messages .contact-details{width:calc(100% - 50px)!important}html.style1 .mobile-back,html.style1 .mobile-sidebar{display:inline-flex}html.style1 .search2>div{width:100%;height:50px}html.style1 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 35px;font-size:16px}html.style1 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:22px}html.style1 .chat .details{padding-left:75px!important}html.style1 .chat .details h6,html.style1 .chitchat-left-sidebar .details h6{max-width:unset;font-size:calc(12px + 2*(100vw - 320px)/480);padding-top:6px}html.style1 .chat h5,html.style1 .chitchat-left-sidebar h5{font-size:calc(13px + 2*(100vw - 320px)/480)}html.style1 .chat .profile,html.style1 .chitchat-left-sidebar .profile{width:60px;height:60px}html.style1 .theme-tab>.nav-tabs>.nav-item .nav-link{padding:12px 60px;font-size:calc(14px + 8*(100vw - 320px)/1600)}html.style1 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar{width:calc(100vw - 100px);min-width:calc(100vw - 100px)}html.style1 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,html.style1 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:calc(100vw - 100px)}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search{margin-top:10px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat h2{font-size:calc(20px + 12*(100vw - 320px)/480)}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:calc(13px + 4*(100vw - 320px)/480);padding:5px 40px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:14px;width:14px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent{width:100vw}html.style1 .chitchat-container .chitchat-left-sidebar,html.style1 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style1 .chitchat-container .chitchat-left-sidebar .document-tab,html.style1 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style1 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style1 .chitchat-container .chitchat-left-sidebar .recent-default,html.style1 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style1 .chitchat-container .chitchat-left-sidebar .status-tab{width:calc(100vw - 1px);min-width:calc(100vw - 1px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style1 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar,html.style1 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 90px)}html.style1 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 140px)}html.style1 .chitchat-container .chitchat-main .message-input{width:100%;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;bottom:unset;position:static}html.style1 .chitchat-container .chitchat-main .messages{padding:25px}html.style1 .chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 52px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style1 .chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}html.style1 .chitchat-container.mobile-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style1 .chat-tabs ul li.nav-item{margin:0 10px}html.style1 .chat-tabs ul li.nav-item a{width:100%}html.style1 ul.chat-cont-setting{left:unset;right:20px}}@media(max-width:767.98px){html.style1 .chitchat-main .chitchat-contain ul.detial-price li i{margin-right:10px}html.style1 .videocall.call-modal .videocall-details{padding:15px;background-color:hsla(0,0%,100%,.8)}html.style1 .modal-dialog-centered .modal-content{max-height:90vh;overflow:scroll}html.style1 .zoomcontent{display:none}html.style1 footer .copyright .footer-left{margin-bottom:5px}html.style1 header .landing-header{max-width:99%}html.style1 .three-in-one-sec{margin-top:0}html.style1 .chat-landing-page h1{margin-bottom:10px}html.style1 .bonus-page .demo-title{margin-top:10px}html.style1 .three-in-one-sec .landing-screen-animation>div:first-child,html.style1 .three-in-one-sec .landing-screen-animation>div:nth-child(2){margin-bottom:30px}html.style1 .rate-us .rate_us-section h2{margin:20px 0}html.style1 .rate-us .rate_us-section .rate-section li i{font-size:28px}html.style1 .sidebar-pannle-main{display:none}html.style1 .chitchat-loader h3{margin-top:15px;padding:0 15px;line-height:1.4}html.style1 .chitchat-loader img{height:80px}html.style1 .videocall.call-modal .small-image{left:20px}html.style1 .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:5px;float:unset}html.style1 .sidebar-pannle-main{right:15px}html.style1 .chitchat-main .messages .contact-details{width:calc(100vw - 390px)}html.style1 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:21px}html.style1 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn svg{vertical-align:unset;stroke-width:2px}html.style1 .chitchat-main .messages .contact-details ul li{padding-left:30px}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:66.3vw!important}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:33px}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 200px)}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:24px}html.style1 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:28px}html.style1 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:10px}html.style1 .contact-details .media-right ul{display:flex}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:78.5vw!important}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 100px)}html.style1 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:39vw}html.style1 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:17px}html.style1 .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}html.style1 .copyright p{text-align:center}html.style1 .links_horizontal .text-right{text-align:center!important}html.style1 .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}html.style1 .element-card .typography h1,html.style1 .element-card .typography h2,html.style1 .element-card .typography h3,html.style1 .element-card .typography h4,html.style1 .element-card .typography h5,html.style1 .element-card .typography h6{margin-bottom:10px}html.style1 .element-card .typography .font_label{margin-right:10px}html.style1 .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:unset}html.style1 footer .footer-title .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style1 footer .footer-title .according-menu:before{content:"";position:absolute;right:20px;top:16px;color:#3a62b8;font-size:18px;font-weight:600}html.style1 footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style1 footer .footer-title.active .according-menu:before{content:"";position:absolute;right:20px;top:2px;color:#3a62b8;font-size:18px;font-weight:600}html.style1 footer .links li+li{margin-top:5px}html.style1 footer .logo img{width:150px;height:auto}html.style1 footer .footer-mobile-title{display:block}html.style1 footer .footer-block>div:nth-child(n+2){margin-top:15px!important}html.style1 footer .footer-block>div:nth-child(n+2) .footer-title{border-top:1px solid rgba(58,98,184,.2)}html.style1 footer h3{margin-top:15px!important;margin-bottom:0!important}html.style1 footer .footer-contant{margin-top:20px}html.style1 footer .footer-contant .footer-btn{display:grid;width:-moz-fit-content;width:fit-content}html.style1 footer .footer-contant .footer-btn .btn{display:inline-flex;padding:10px 20px}html.style1 footer .footer-contant .footer-btn .btn i{font-size:16px}html.style1 footer .footer-contant .social-group li a{width:28px;height:28px}html.style1 footer .footer-contant .social-group li a i,html.style1 footer .footer-contant ul li a{font-size:13px}html.style1 footer .footer-contant ul li a:before{font-size:8px}html.style1 .footer_order_1{width:60%;float:left}html.style1 .footer_order_2{width:40%;float:right}html.style1 .footer_order_3{width:33%;float:left}html.style1 .img-10{width:5px!important}html.style1 .img-20{width:10px!important}html.style1 .img-30{width:20px!important}html.style1 .img-40{width:25px!important}html.style1 .img-50{width:35px!important}html.style1 .img-60{width:45px!important}html.style1 .img-70{width:55px!important}html.style1 .img-80{width:65px!important}html.style1 .img-90{width:75px!important}html.style1 .img-100{width:85px!important}html.style1 .add-popup .close{width:65px;height:65px}html.style1 .add-popup .close span{top:15px;right:15px}html.style1 .add-popup .modal-footer{padding:20px}html.style1 .audiocall1.call-modal,html.style1 .audiocall2.call-modal,html.style1 .conferencecall.call-modal,html.style1 .videocall.call-modal,html.style1 .videocallhang.call-modal{min-height:480px}html.style1 .audiocall1.call-modal .title2,html.style1 .audiocall2.call-modal .title2,html.style1 .conferencecall.call-modal .title2,html.style1 .videocall.call-modal .title2,html.style1 .videocallhang.call-modal .title2{margin-bottom:5px}html.style1 .audiocall1 .icon-btn.btn-xl,html.style1 .audiocall2 .icon-btn.btn-xl,html.style1 .conferencecall .icon-btn.btn-xl,html.style1 .videocall .icon-btn.btn-xl,html.style1 .videocallhang .icon-btn.btn-xl{width:40px;height:40px;padding:10px}html.style1 .videocall.call-modal .videocall-details,html.style1 .videocallhang.call-modal .videocall-details{padding:20px 20px 20px 30px}html.style1 .videocall.call-modal .videocall-details .usersprof .profile,html.style1 .videocallhang.call-modal .videocall-details .usersprof .profile{width:35px;height:35px}html.style1 .videocall.call-modal .small-image,html.style1 .videocallhang.call-modal .small-image{width:120px;height:140px;left:15px}html.style1 .videocall.call-modal .videocall-details#basicUsage,html.style1 .videocallhang.call-modal .videocall-details#basicUsage{margin-right:5px}html.style1 footer .footer-mobile-title h3{margin-top:0!important}html.style1 .snippet-modal-main.modal-dialog{width:550px}html.style1 .snippet-modal-main .default-form .form-group .btn-snipate{margin-top:30px}html.style1 .snippet-modal-main .default-form .form-group .btn-snipate .btn{padding:10px 25px}html.style1 .pol-modal-main.modal-dialog{width:550px}html.style1 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:30px}html.style1 .add-popup .modal-footer,html.style1 .add-popup .modal-header{padding:20px 25px}html.style1 .reminder-modal-main .modal-content .modal-body .reminder-btn .btn{padding:12px 25px}html.style1 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{padding:10px 15px}}@media(max-width:600px){html.style1 .setting-block .block{top:110px}html.style1 .chitchat-container .chitchat-main .call-content,html.style1 .chitchat-container .chitchat-main .contact-content{padding:20px}html.style1 .chitchat-container .chitchat-main .messages .contact-details .col-7{padding-right:0}html.style1 .chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right{order:-1}html.style1 .chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right li{padding-left:0!important;padding-right:8px}html.style1 .chitchat-container .chitchat-main .messages .media-right ul li:first-child,html.style1 .chitchat-container .chitchat-main .messages .media-right ul li:nth-child(2){display:none}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:5px 20px}html.style1 .emojis-main .contact-poll .contact-poll-content{bottom:60px;left:60px}html.style1 .contact-chat{margin-top:70px}html.style1 .contact-chat>ul>li.replies .auto-gallery li,html.style1 .contact-chat>ul>li.sent .auto-gallery li{height:60px;width:60px}html.style1 footer .footer-title .according-menu,html.style1 footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style1 footer .footer_order_1,html.style1 footer .footer_order_2,html.style1 footer .footer_order_3{width:100%}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:57.3vw!important}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:30px}html.style1 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:74vw}html.style1 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:20px}html.style1 .chitchat-main .message-input{height:60px;padding:14px 10px}html.style1 .chitchat-main .message-input input{width:calc(100% - 210px)}html.style1 .chitchat-main .message-input .icon-btn{height:32px;width:32px}html.style1 .chitchat-main .message-input .icon-btn i{font-size:13px}html.style1 .chitchat-main .messages .contact-details .left.media .media-left{height:unset}html.style1 .chitchat-main .messages .contact-details .profile{width:40px;height:40px;border-radius:15px}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details{width:93.5vw!important}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:0}html.style1 .sidebar-toggle .pricing-box{margin:10px;padding:20px}html.style1 .sidebar-toggle .pricing-box ul.avb-price li i{margin-right:10px}html.style1 .sidebar-toggle footer{padding-bottom:0}html.style1 .sidebar-toggle footer .footer-mobile-title{display:block!important}html.style1 .sidebar-toggle footer .footer-title .according-menu,html.style1 .sidebar-toggle footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style1 .sidebar-toggle footer .downlaod,html.style1 .sidebar-toggle footer .footer_order_3{margin-top:0}html.style1 .sidebar-toggle footer .downlaod .footer-btn .btn+.btn{margin-left:15px;margin-top:unset}html.style1 .sidebar-toggle footer .links{margin-top:0}html.style1 .sidebar-toggle footer .section-py-space{padding-bottom:30px}html.style1 .sidebar-toggle footer .footer-contant{margin-bottom:20px}}@media(max-width:676px){html.style1 .chitchat-main .message-input{height:48px;padding:0 10px}}@media(max-width:575.98px){html.style1 .chitchat-container .chitchat-right-sidebar{width:100%}html.style1 .share-media .media-big .border-portfolio a,html.style1 .share-media .media-small .border-portfolio a{display:block}html.style1 .share-media .isotopeSelector .media-big .overlay{height:160px}html.style1 .share-media .isotopeSelector .media-small .overlay{height:72px}html.style1 .team-work-main .team-work-content .ply-main .ply-content{padding:5px}html.style1 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:35px;height:35px}html.style1 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:14px;margin-left:4px;margin-top:2px}html.style1 header .landing-header{padding:0}html.style1 header .landing-header .navbar-toggler{top:14px}html.style1 .search-form:before{top:20px}html.style1 .chitchat-left-sidebar .search-form .form-group .icon-close{top:1px}html.style1 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:3px}html.style1 .sidebar-toggle .main-nav.on{position:absolute;left:0;z-index:9999!important;background-color:#fff}html.style1 .chitchat-container .main-nav.on~.chitchat-left-sidebar .recent-default{width:100vw;min-width:100vw}html.style1 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default){margin-left:100px}html.style1 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,html.style1 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:100vw}html.style1 .landing_page_slider .animated-img-2{display:none}html.style1 .chat-landing-page .landing_page_slider{min-height:450px}html.style1 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#223645!important;-webkit-text-fill-color:unset}html.style1 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4,html.style1 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{color:#223645!important}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:71.5vw!important}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:9px}html.style1 .inner-page header{padding-top:15px;padding-bottom:15px}html.style1 .inner-page header .landing-header .navbar-collapse,html.style1 .theme-landing header .landing-header .navbar-collapse{width:100%!important}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:55.3vw!important}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}html.style1 .sidebar-active .sidebar-toggle .main-nav .chitchat-main .messages .contact-details ul li{padding-left:11px}html.style1 .chitchat-main .messages .contact-details{width:88vw}html.style1 .chitchat-main .messages .contact-details ul li{padding-left:21px}html.style1 .blog-page .blog-media .blog-right ul li+li{padding-left:10px;margin-left:10px}html.style1 .add-popup .modal-body{padding:15px}html.style1 .add-popup .modal-footer .btn{padding:10px 20px}html.style1 .msg-chat-modal .chat-main li{padding-left:10px;padding-right:10px}html.style1 .videocall.call-modal .small-image{width:100px;height:120px;bottom:31%;display:none!important}html.style1 .chat-landing-page .landing_popups .btn{padding:10px 18px}html.style1 .rate-us .rate_us-section .rate-section{margin:0 0 18px}html.style1 .rate-us .rate_us-section .rate_btn{padding:10px 35px}html.style1 .snippet-modal-main{padding:15px}html.style1 .snippet-modal-main.modal-dialog{width:100%;margin:0}html.style1 .pol-modal-main{padding:15px}html.style1 .pol-modal-main.modal-dialog{width:100%;margin:0}html.style1 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:20px}html.style1 .pol-modal-main .modal-content .modal-body .form-group .post-poll{padding:15px}html.style1 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:block}html.style1 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-align:center}html.style1 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{padding:15px 15px 0}html.style1 .pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:13px}html.style1 .msg-chat-modal .chat-main li .chat-box .profile{width:40px;height:40px}html.style1 .msg-chat-modal .chat-main li .chat-box .details{padding-left:50px}html.style1 .add-popup .modal-footer,html.style1 .add-popup .modal-header{padding:15px 25px}html.style1 .add-popup .close{width:55px;height:55px}html.style1 .add-popup .close span{top:10px;right:10px}html.style1 .create-todo-main-modal .todo-task .todo-main-content .drop-picker,html.style1 .todo-main-modal .todo-task .todo-main-content .drop-picker{margin:15px 15px 0}}@media(max-width:480px){html.style1 .menu-active .chitchat-main .messages .contact-details{width:calc(100vw - 34px)!important}html.style1 .chitchat-left-sidebar .search-form .form-group .icon-close,html.style1 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:6px}html.style1 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:8px 15px;font-size:14px}html.style1 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}html.style1 .element-card-body .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 20px}html.style1 .chitchat-main .call-content .user-profile .user-content ul li,html.style1 .chitchat-main .contact-content .user-profile .user-content ul li{padding:5px;font-size:12px}html.style1 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default).active{min-width:100%;width:100%;margin-left:0;z-index:99999;transition:all .3s ease}html.style1 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{width:295px}html.style1 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{right:125px}html.style1 .chitchat-main .messages .contact-details ul li.chat-friend-toggle .icon-btn{width:32px}html.style1 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{margin-right:-100px}html.style1 .search-form .form-group .icon-close{padding:18px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{height:50px;top:10px}html.style1 .emojis-main .contact-poll .contact-poll-content{padding:20px}html.style1 .emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:8px;font-size:14px;padding-left:25px}html.style1 .emojis-main .contact-poll .contact-poll-content ul li a svg{width:16px}html.style1 .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:50px}html.style1 .chat-landing-page .landing_page_slider{min-height:380px}html.style1 .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 40px}html.style1 .chat-main li{padding-top:12px;padding-bottom:12px}html.style1 .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}html.style1 .replies .msg-setting-main .msg-dropdown-main .msg-dropdown{left:0;right:unset}html.style1 .msg-box>li .auto-gallery,html.style1 .msg-box>li .document,html.style1 .msg-box>li h5{padding:10px 20px}html.style1 .contact-chat{margin-top:55px}html.style1 .contact-chat .profile{border-radius:15px}html.style1 .contact-chat>ul>li.replies .auto-gallery li,html.style1 .contact-chat>ul>li.sent .auto-gallery li{height:32px;width:32px;border-radius:5px;margin-left:5px;margin-bottom:5px}html.style1 .contact-chat>ul>li+li{margin-top:20px}html.style1 .contact-chat>ul>li.replies .document{padding:10px 25px}html.style1 .contact-chat>ul>li.replies .document i{margin-right:15px;font-size:24px}html.style1 .contact-chat>ul>li.replies .document .details{display:none}html.style1 .contact-chat>ul>li.replies .media .profile{margin-left:.7rem!important}html.style1 .chitchat-main .messages .contact-details{padding:10px;top:20px}html.style1 .contact-chat .sent .profile.mr-4{margin-right:.7rem!important}html.style1 .chat-tabs ul li.nav-item{margin:0 5px}html.style1 .chitchat-container .chitchat-main .messages{padding:15px}html.style1 .chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 35px);top:20px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent{padding-top:20px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:170px;height:calc(100vh - 170px);min-height:calc(100vh - 170px)}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding-top:0}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:80px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back{background-color:transparent!important;width:unset;font-size:13px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back i{font-size:14px}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:2px 10px}html.style1 .contact-chat .profile{height:40px;width:40px}html.style1 .contact-details>.row .icon-btn{background-color:transparent;width:20px}html.style1 .contact-details>.row .icon-btn.active,html.style1 .contact-details>.row .icon-btn:active,html.style1 .contact-details>.row .icon-btn:focus{background-color:transparent!important;box-shadow:none!important}html.style1 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:10px 20px 0;margin-bottom:0}html.style1 .emojis-main .emojis-contain .emojis-sub-contain:before,html.style1 .emojis-main .sticker-contain .emojis-sub-contain:before{left:40px}html.style1 .emojis-main .emojis-contain.open,html.style1 .emojis-main .sticker-contain.open{bottom:60px;width:280px;height:280px}html.style1 .app-sidebar .app-list{z-index:999;position:relative}html.style1 .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style1 .app-sidebar.active .apps-ul>li.active{right:0;z-index:9999}html.style1 .chitchat-main .message-input input{width:100%;font-size:10px}html.style1 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 0px)}html.style1 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 52px)}html.style1 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 0px)}html.style1 .toggle-sticker{display:none}html.style1 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 1px)}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:89.3vw!important}html.style1 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 5px)}html.style1 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:68vw}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:65.5vw!important}html.style1 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:18px}html.style1 footer .section-py-space .footer-title .according-menu:before{right:10px}html.style1 .error-main .error-contain .animated-bg i{height:70px;width:70px}html.style1 .img-10{width:4px!important}html.style1 .img-20{width:8px!important}html.style1 .img-30{width:10px!important}html.style1 .img-40{width:13px!important}html.style1 .img-50{width:20px!important}html.style1 .img-60{width:30px!important}html.style1 .img-70{width:40px!important}html.style1 .img-80{width:50px!important}html.style1 .img-90{width:60px!important}html.style1 .img-100{width:70px!important}html.style1 .viddiolog.fade.modal-dialog{max-width:100%}html.style1 .create-todo-main-modal .modal-body .default-form .dropdown.currency,html.style1 .todo-main-modal .modal-body .dropdown.currency{width:100%}}@media(max-width:420px){html.style1 .videocall.call-modal .videocall-details #basicUsage,html.style1 .videocallhang.call-modal .videocall-details #basicUsage{margin-right:0}html.style1 .videocall.call-modal .videocall-details{padding:15px}html.style1 .videocall.call-modal .videocall-details .usersprof{margin-left:15px}html.style1 .audiocall2.call-modal ul li+li{margin-left:25px}html.style1 header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style1 header .landing-header .navbar-collapse ul li a{font-size:13px}html.style1 .audiocall1.call-modal,html.style1 .audiocall2.call-modal,html.style1 .conferencecall.call-modal,html.style1 .videocall.call-modal,html.style1 .videocallhang.call-modal{min-height:400px}html.style1 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:block}}@media(max-width:360px){html.style1 .videocall.call-modal .videocall-details #basicUsage,html.style1 .videocall.call-modal .videocall-details .dot-btn,html.style1 .videocall.call-modal .videocall-details .zoomcontent{display:none}html.style1 .audiocall2.call-modal ul li+li{margin-left:10px}html.style1 .clfooter ul li:first-child,html.style1 .clfooter ul li:last-child{display:none}html.style1 .connection-img img{width:95%;top:16%}html.style1 .animated-bg{display:none}html.style1 footer .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:0}html.style1 .subscribe-content .form-inline .form-control:first-child{margin-right:0}html.style1 .img-10{width:2px!important}html.style1 .img-20{width:4px!important}html.style1 .img-30{width:5px!important}html.style1 .img-40{width:7px!important}html.style1 .img-50{width:9px!important}html.style1 .img-60{width:15px!important}html.style1 .img-70{width:25px!important}html.style1 .img-80{width:35px!important}html.style1 .img-90{width:45px!important}html.style1 .img-100{width:55px!important}html.style1 .nav-tabs .nav-item{margin-right:5px}html.style1 .theme-tab .nav-tabs .nav-item .nav-link{min-width:100px}}@media(max-width:320px){html.style1 .audiocall2.call-modal ul li+li{margin-left:2px}html.style1 .login-content .line h6:after,html.style1 .login-content .line h6:before{width:2.5rem}html.style1 .breadcrumb-main ul li+li{margin-left:10px}html.style1 .breadcrumb-main ul li+li:before{left:-8px}html.style1 .element-card .element-card-body,html.style1 .element-card .element-card-header{padding:.75rem .25rem}}html.style2{/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 *//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@import"~react-toastify/dist/ReactToastify.css";@import"~react-datepicker/dist/react-datepicker.css";@import"~react-tippy/dist/tippy.css"}html.style2 :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#ff3030;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#ff3030;--light:#25262c;--dark:#191b1f;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}html.style2 *,html.style2 :after,html.style2 :before{box-sizing:border-box}html.style2 html{-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style2 article,html.style2 aside,html.style2 figcaption,html.style2 figure,html.style2 footer,html.style2 header,html.style2 hgroup,html.style2 main,html.style2 nav,html.style2 section{display:block}html.style2 body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left}html.style2 [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}html.style2 hr{overflow:visible}html.style2 h1,html.style2 h2,html.style2 h3,html.style2 h4,html.style2 h5,html.style2 h6{margin-top:0;margin-bottom:.5rem}html.style2 p{margin-top:0;margin-bottom:1rem}html.style2 abbr[data-original-title],html.style2 abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}html.style2 address{margin-bottom:1rem;font-style:normal;line-height:inherit}html.style2 dl,html.style2 ol,html.style2 ul{margin-top:0;margin-bottom:1rem}html.style2 ol ol,html.style2 ol ul,html.style2 ul ol,html.style2 ul ul{margin-bottom:0}html.style2 dt{font-weight:700}html.style2 dd{margin-bottom:.5rem;margin-left:0}html.style2 blockquote{margin:0 0 1rem}html.style2 sub,html.style2 sup{vertical-align:baseline}html.style2 a{color:#007bff;text-decoration:none}html.style2 a:hover{color:#0056b3;text-decoration:underline}html.style2 a:not([href]):not([class]),html.style2 a:not([href]):not([class]):hover{color:inherit;text-decoration:none}html.style2 code,html.style2 kbd,html.style2 pre,html.style2 samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}html.style2 pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}html.style2 figure{margin:0 0 1rem}html.style2 img,html.style2 svg{vertical-align:middle}html.style2 svg{overflow:hidden}html.style2 table{border-collapse:collapse}html.style2 caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}html.style2 th{text-align:inherit;text-align:-webkit-match-parent}html.style2 label{display:inline-block;margin-bottom:.5rem}html.style2 button{border-radius:0}html.style2 button:focus:not(:focus-visible){outline:0}html.style2 button,html.style2 input,html.style2 optgroup,html.style2 select,html.style2 textarea{font-family:inherit;font-size:inherit;line-height:inherit}html.style2 button,html.style2 input{overflow:visible}html.style2 [role=button]{cursor:pointer}html.style2 select{word-wrap:normal}html.style2 [type=button],html.style2 [type=reset],html.style2 [type=submit],html.style2 button{-webkit-appearance:button}html.style2 [type=button]:not(:disabled),html.style2 [type=reset]:not(:disabled),html.style2 [type=submit]:not(:disabled),html.style2 button:not(:disabled){cursor:pointer}html.style2 input[type=checkbox],html.style2 input[type=radio]{box-sizing:border-box;padding:0}html.style2 textarea{resize:vertical}html.style2 fieldset{min-width:0;padding:0;margin:0;border:0}html.style2 legend{display:block;width:100%;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}html.style2 progress{vertical-align:baseline}html.style2 [type=search]{-webkit-appearance:none}html.style2 [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.style2 output{display:inline-block}html.style2 summary{cursor:pointer}html.style2 template{display:none}html.style2 [hidden]{display:none!important}html.style2 .h1,html.style2 .h2,html.style2 .h3,html.style2 .h4,html.style2 .h5,html.style2 .h6,html.style2 h1,html.style2 h2,html.style2 h3,html.style2 h4,html.style2 h5,html.style2 h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}html.style2 .h1,html.style2 h1{font-size:2.5rem}html.style2 .h2,html.style2 h2{font-size:2rem}html.style2 .h3,html.style2 h3{font-size:1.75rem}html.style2 .h4,html.style2 h4{font-size:1.5rem}html.style2 .h5,html.style2 h5{font-size:1.25rem}html.style2 .h6,html.style2 h6{font-size:1rem}html.style2 .lead{font-size:1.25rem;font-weight:300}html.style2 .display-1{font-size:6rem;font-weight:300;line-height:1.2}html.style2 .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}html.style2 .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}html.style2 .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}html.style2 hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}html.style2 .small,html.style2 small{font-size:.875em;font-weight:400}html.style2 .mark,html.style2 mark{padding:.2em;background-color:#fcf8e3}html.style2 .list-inline,html.style2 .list-unstyled{padding-left:0;list-style:none}html.style2 .list-inline-item{display:inline-block}html.style2 .list-inline-item:not(:last-child){margin-right:.5rem}html.style2 .initialism{font-size:90%;text-transform:uppercase}html.style2 .blockquote{margin-bottom:1rem;font-size:1.25rem}html.style2 .blockquote-footer{display:block;font-size:.875em;color:#6c757d}html.style2 .blockquote-footer:before{content:"— "}html.style2 .img-fluid{max-width:100%;height:auto}html.style2 .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}html.style2 .figure{display:inline-block}html.style2 .figure-img{margin-bottom:.5rem;line-height:1}html.style2 .figure-caption{font-size:90%;color:#6c757d}html.style2 code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>html.style2 code{color:inherit}html.style2 kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}html.style2 kbd kbd{padding:0;font-size:100%;font-weight:700}html.style2 pre{display:block;font-size:87.5%;color:#212529}html.style2 pre code{font-size:inherit;color:inherit;word-break:normal}html.style2 .pre-scrollable{max-height:340px;overflow-y:scroll}html.style2 .container,html.style2 .container-fluid,html.style2 .container-lg,html.style2 .container-md,html.style2 .container-sm,html.style2 .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){html.style2 .container,html.style2 .container-sm{max-width:540px}}@media(min-width:768px){html.style2 .container,html.style2 .container-md,html.style2 .container-sm{max-width:720px}}@media(min-width:992px){html.style2 .container,html.style2 .container-lg,html.style2 .container-md,html.style2 .container-sm{max-width:960px}}@media(min-width:1200px){html.style2 .container,html.style2 .container-lg,html.style2 .container-md,html.style2 .container-sm,html.style2 .container-xl{max-width:1140px}}html.style2 .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}html.style2 .no-gutters{margin-right:0;margin-left:0}html.style2 .no-gutters>.col,html.style2 .no-gutters>[class*=col-]{padding-right:0;padding-left:0}html.style1 html.style2 .col,html.style1 html.style2 .col-1,html.style1 html.style2 .col-10,html.style1 html.style2 .col-11,html.style1 html.style2 .col-12,html.style1 html.style2 .col-2,html.style1 html.style2 .col-3,html.style1 html.style2 .col-4,html.style1 html.style2 .col-5,html.style1 html.style2 .col-6,html.style1 html.style2 .col-7,html.style1 html.style2 .col-8,html.style1 html.style2 .col-9,html.style1 html.style2 .col-auto,html.style1 html.style2 .col-lg,html.style1 html.style2 .col-lg-1,html.style1 html.style2 .col-lg-10,html.style1 html.style2 .col-lg-11,html.style1 html.style2 .col-lg-12,html.style1 html.style2 .col-lg-2,html.style1 html.style2 .col-lg-3,html.style1 html.style2 .col-lg-4,html.style1 html.style2 .col-lg-5,html.style1 html.style2 .col-lg-6,html.style1 html.style2 .col-lg-7,html.style1 html.style2 .col-lg-8,html.style1 html.style2 .col-lg-9,html.style1 html.style2 .col-lg-auto,html.style1 html.style2 .col-md,html.style1 html.style2 .col-md-1,html.style1 html.style2 .col-md-10,html.style1 html.style2 .col-md-11,html.style1 html.style2 .col-md-12,html.style1 html.style2 .col-md-2,html.style1 html.style2 .col-md-3,html.style1 html.style2 .col-md-4,html.style1 html.style2 .col-md-5,html.style1 html.style2 .col-md-6,html.style1 html.style2 .col-md-7,html.style1 html.style2 .col-md-8,html.style1 html.style2 .col-md-9,html.style1 html.style2 .col-md-auto,html.style1 html.style2 .col-sm,html.style1 html.style2 .col-sm-1,html.style1 html.style2 .col-sm-10,html.style1 html.style2 .col-sm-11,html.style1 html.style2 .col-sm-12,html.style1 html.style2 .col-sm-2,html.style1 html.style2 .col-sm-3,html.style1 html.style2 .col-sm-4,html.style1 html.style2 .col-sm-5,html.style1 html.style2 .col-sm-6,html.style1 html.style2 .col-sm-7,html.style1 html.style2 .col-sm-8,html.style1 html.style2 .col-sm-9,html.style1 html.style2 .col-sm-auto,html.style1 html.style2 .col-xl,html.style1 html.style2 .col-xl-1,html.style1 html.style2 .col-xl-10,html.style1 html.style2 .col-xl-11,html.style1 html.style2 .col-xl-12,html.style1 html.style2 .col-xl-2,html.style1 html.style2 .col-xl-3,html.style1 html.style2 .col-xl-4,html.style1 html.style2 .col-xl-5,html.style1 html.style2 .col-xl-6,html.style1 html.style2 .col-xl-7,html.style1 html.style2 .col-xl-8,html.style1 html.style2 .col-xl-9,html.style1 html.style2 .col-xl-auto,html.style2 .col,html.style2 .col-1,html.style2 .col-10,html.style2 .col-11,html.style2 .col-12,html.style2 .col-2,html.style2 .col-3,html.style2 .col-4,html.style2 .col-5,html.style2 .col-6,html.style2 .col-7,html.style2 .col-8,html.style2 .col-9,html.style2 .col-auto,html.style2 .col-lg,html.style2 .col-lg-1,html.style2 .col-lg-10,html.style2 .col-lg-11,html.style2 .col-lg-12,html.style2 .col-lg-2,html.style2 .col-lg-3,html.style2 .col-lg-4,html.style2 .col-lg-5,html.style2 .col-lg-6,html.style2 .col-lg-7,html.style2 .col-lg-8,html.style2 .col-lg-9,html.style2 .col-lg-auto,html.style2 .col-md,html.style2 .col-md-1,html.style2 .col-md-10,html.style2 .col-md-11,html.style2 .col-md-12,html.style2 .col-md-2,html.style2 .col-md-3,html.style2 .col-md-4,html.style2 .col-md-5,html.style2 .col-md-6,html.style2 .col-md-7,html.style2 .col-md-8,html.style2 .col-md-9,html.style2 .col-md-auto,html.style2 .col-sm,html.style2 .col-sm-1,html.style2 .col-sm-10,html.style2 .col-sm-11,html.style2 .col-sm-12,html.style2 .col-sm-2,html.style2 .col-sm-3,html.style2 .col-sm-4,html.style2 .col-sm-5,html.style2 .col-sm-6,html.style2 .col-sm-7,html.style2 .col-sm-8,html.style2 .col-sm-9,html.style2 .col-sm-auto,html.style2 .col-xl,html.style2 .col-xl-1,html.style2 .col-xl-10,html.style2 .col-xl-11,html.style2 .col-xl-12,html.style2 .col-xl-2,html.style2 .col-xl-3,html.style2 .col-xl-4,html.style2 .col-xl-5,html.style2 .col-xl-6,html.style2 .col-xl-7,html.style2 .col-xl-8,html.style2 .col-xl-9,html.style2 .col-xl-auto,html.style2 html.style1 .col,html.style2 html.style1 .col-1,html.style2 html.style1 .col-10,html.style2 html.style1 .col-11,html.style2 html.style1 .col-12,html.style2 html.style1 .col-2,html.style2 html.style1 .col-3,html.style2 html.style1 .col-4,html.style2 html.style1 .col-5,html.style2 html.style1 .col-6,html.style2 html.style1 .col-7,html.style2 html.style1 .col-8,html.style2 html.style1 .col-9,html.style2 html.style1 .col-auto,html.style2 html.style1 .col-lg,html.style2 html.style1 .col-lg-1,html.style2 html.style1 .col-lg-10,html.style2 html.style1 .col-lg-11,html.style2 html.style1 .col-lg-12,html.style2 html.style1 .col-lg-2,html.style2 html.style1 .col-lg-3,html.style2 html.style1 .col-lg-4,html.style2 html.style1 .col-lg-5,html.style2 html.style1 .col-lg-6,html.style2 html.style1 .col-lg-7,html.style2 html.style1 .col-lg-8,html.style2 html.style1 .col-lg-9,html.style2 html.style1 .col-lg-auto,html.style2 html.style1 .col-md,html.style2 html.style1 .col-md-1,html.style2 html.style1 .col-md-10,html.style2 html.style1 .col-md-11,html.style2 html.style1 .col-md-12,html.style2 html.style1 .col-md-2,html.style2 html.style1 .col-md-3,html.style2 html.style1 .col-md-4,html.style2 html.style1 .col-md-5,html.style2 html.style1 .col-md-6,html.style2 html.style1 .col-md-7,html.style2 html.style1 .col-md-8,html.style2 html.style1 .col-md-9,html.style2 html.style1 .col-md-auto,html.style2 html.style1 .col-sm,html.style2 html.style1 .col-sm-1,html.style2 html.style1 .col-sm-10,html.style2 html.style1 .col-sm-11,html.style2 html.style1 .col-sm-12,html.style2 html.style1 .col-sm-2,html.style2 html.style1 .col-sm-3,html.style2 html.style1 .col-sm-4,html.style2 html.style1 .col-sm-5,html.style2 html.style1 .col-sm-6,html.style2 html.style1 .col-sm-7,html.style2 html.style1 .col-sm-8,html.style2 html.style1 .col-sm-9,html.style2 html.style1 .col-sm-auto,html.style2 html.style1 .col-xl,html.style2 html.style1 .col-xl-1,html.style2 html.style1 .col-xl-10,html.style2 html.style1 .col-xl-11,html.style2 html.style1 .col-xl-12,html.style2 html.style1 .col-xl-2,html.style2 html.style1 .col-xl-3,html.style2 html.style1 .col-xl-4,html.style2 html.style1 .col-xl-5,html.style2 html.style1 .col-xl-6,html.style2 html.style1 .col-xl-7,html.style2 html.style1 .col-xl-8,html.style2 html.style1 .col-xl-9,html.style2 html.style1 .col-xl-auto,html.style2 html.style3 .col,html.style2 html.style3 .col-1,html.style2 html.style3 .col-10,html.style2 html.style3 .col-11,html.style2 html.style3 .col-12,html.style2 html.style3 .col-2,html.style2 html.style3 .col-3,html.style2 html.style3 .col-4,html.style2 html.style3 .col-5,html.style2 html.style3 .col-6,html.style2 html.style3 .col-7,html.style2 html.style3 .col-8,html.style2 html.style3 .col-9,html.style2 html.style3 .col-auto,html.style2 html.style3 .col-lg,html.style2 html.style3 .col-lg-1,html.style2 html.style3 .col-lg-10,html.style2 html.style3 .col-lg-11,html.style2 html.style3 .col-lg-12,html.style2 html.style3 .col-lg-2,html.style2 html.style3 .col-lg-3,html.style2 html.style3 .col-lg-4,html.style2 html.style3 .col-lg-5,html.style2 html.style3 .col-lg-6,html.style2 html.style3 .col-lg-7,html.style2 html.style3 .col-lg-8,html.style2 html.style3 .col-lg-9,html.style2 html.style3 .col-lg-auto,html.style2 html.style3 .col-md,html.style2 html.style3 .col-md-1,html.style2 html.style3 .col-md-10,html.style2 html.style3 .col-md-11,html.style2 html.style3 .col-md-12,html.style2 html.style3 .col-md-2,html.style2 html.style3 .col-md-3,html.style2 html.style3 .col-md-4,html.style2 html.style3 .col-md-5,html.style2 html.style3 .col-md-6,html.style2 html.style3 .col-md-7,html.style2 html.style3 .col-md-8,html.style2 html.style3 .col-md-9,html.style2 html.style3 .col-md-auto,html.style2 html.style3 .col-sm,html.style2 html.style3 .col-sm-1,html.style2 html.style3 .col-sm-10,html.style2 html.style3 .col-sm-11,html.style2 html.style3 .col-sm-12,html.style2 html.style3 .col-sm-2,html.style2 html.style3 .col-sm-3,html.style2 html.style3 .col-sm-4,html.style2 html.style3 .col-sm-5,html.style2 html.style3 .col-sm-6,html.style2 html.style3 .col-sm-7,html.style2 html.style3 .col-sm-8,html.style2 html.style3 .col-sm-9,html.style2 html.style3 .col-sm-auto,html.style2 html.style3 .col-xl,html.style2 html.style3 .col-xl-1,html.style2 html.style3 .col-xl-10,html.style2 html.style3 .col-xl-11,html.style2 html.style3 .col-xl-12,html.style2 html.style3 .col-xl-2,html.style2 html.style3 .col-xl-3,html.style2 html.style3 .col-xl-4,html.style2 html.style3 .col-xl-5,html.style2 html.style3 .col-xl-6,html.style2 html.style3 .col-xl-7,html.style2 html.style3 .col-xl-8,html.style2 html.style3 .col-xl-9,html.style2 html.style3 .col-xl-auto,html.style2 html.style4 .col,html.style2 html.style4 .col-1,html.style2 html.style4 .col-10,html.style2 html.style4 .col-11,html.style2 html.style4 .col-12,html.style2 html.style4 .col-2,html.style2 html.style4 .col-3,html.style2 html.style4 .col-4,html.style2 html.style4 .col-5,html.style2 html.style4 .col-6,html.style2 html.style4 .col-7,html.style2 html.style4 .col-8,html.style2 html.style4 .col-9,html.style2 html.style4 .col-auto,html.style2 html.style4 .col-lg,html.style2 html.style4 .col-lg-1,html.style2 html.style4 .col-lg-10,html.style2 html.style4 .col-lg-11,html.style2 html.style4 .col-lg-12,html.style2 html.style4 .col-lg-2,html.style2 html.style4 .col-lg-3,html.style2 html.style4 .col-lg-4,html.style2 html.style4 .col-lg-5,html.style2 html.style4 .col-lg-6,html.style2 html.style4 .col-lg-7,html.style2 html.style4 .col-lg-8,html.style2 html.style4 .col-lg-9,html.style2 html.style4 .col-lg-auto,html.style2 html.style4 .col-md,html.style2 html.style4 .col-md-1,html.style2 html.style4 .col-md-10,html.style2 html.style4 .col-md-11,html.style2 html.style4 .col-md-12,html.style2 html.style4 .col-md-2,html.style2 html.style4 .col-md-3,html.style2 html.style4 .col-md-4,html.style2 html.style4 .col-md-5,html.style2 html.style4 .col-md-6,html.style2 html.style4 .col-md-7,html.style2 html.style4 .col-md-8,html.style2 html.style4 .col-md-9,html.style2 html.style4 .col-md-auto,html.style2 html.style4 .col-sm,html.style2 html.style4 .col-sm-1,html.style2 html.style4 .col-sm-10,html.style2 html.style4 .col-sm-11,html.style2 html.style4 .col-sm-12,html.style2 html.style4 .col-sm-2,html.style2 html.style4 .col-sm-3,html.style2 html.style4 .col-sm-4,html.style2 html.style4 .col-sm-5,html.style2 html.style4 .col-sm-6,html.style2 html.style4 .col-sm-7,html.style2 html.style4 .col-sm-8,html.style2 html.style4 .col-sm-9,html.style2 html.style4 .col-sm-auto,html.style2 html.style4 .col-xl,html.style2 html.style4 .col-xl-1,html.style2 html.style4 .col-xl-10,html.style2 html.style4 .col-xl-11,html.style2 html.style4 .col-xl-12,html.style2 html.style4 .col-xl-2,html.style2 html.style4 .col-xl-3,html.style2 html.style4 .col-xl-4,html.style2 html.style4 .col-xl-5,html.style2 html.style4 .col-xl-6,html.style2 html.style4 .col-xl-7,html.style2 html.style4 .col-xl-8,html.style2 html.style4 .col-xl-9,html.style2 html.style4 .col-xl-auto,html.style2 html.style5 .col,html.style2 html.style5 .col-1,html.style2 html.style5 .col-10,html.style2 html.style5 .col-11,html.style2 html.style5 .col-12,html.style2 html.style5 .col-2,html.style2 html.style5 .col-3,html.style2 html.style5 .col-4,html.style2 html.style5 .col-5,html.style2 html.style5 .col-6,html.style2 html.style5 .col-7,html.style2 html.style5 .col-8,html.style2 html.style5 .col-9,html.style2 html.style5 .col-auto,html.style2 html.style5 .col-lg,html.style2 html.style5 .col-lg-1,html.style2 html.style5 .col-lg-10,html.style2 html.style5 .col-lg-11,html.style2 html.style5 .col-lg-12,html.style2 html.style5 .col-lg-2,html.style2 html.style5 .col-lg-3,html.style2 html.style5 .col-lg-4,html.style2 html.style5 .col-lg-5,html.style2 html.style5 .col-lg-6,html.style2 html.style5 .col-lg-7,html.style2 html.style5 .col-lg-8,html.style2 html.style5 .col-lg-9,html.style2 html.style5 .col-lg-auto,html.style2 html.style5 .col-md,html.style2 html.style5 .col-md-1,html.style2 html.style5 .col-md-10,html.style2 html.style5 .col-md-11,html.style2 html.style5 .col-md-12,html.style2 html.style5 .col-md-2,html.style2 html.style5 .col-md-3,html.style2 html.style5 .col-md-4,html.style2 html.style5 .col-md-5,html.style2 html.style5 .col-md-6,html.style2 html.style5 .col-md-7,html.style2 html.style5 .col-md-8,html.style2 html.style5 .col-md-9,html.style2 html.style5 .col-md-auto,html.style2 html.style5 .col-sm,html.style2 html.style5 .col-sm-1,html.style2 html.style5 .col-sm-10,html.style2 html.style5 .col-sm-11,html.style2 html.style5 .col-sm-12,html.style2 html.style5 .col-sm-2,html.style2 html.style5 .col-sm-3,html.style2 html.style5 .col-sm-4,html.style2 html.style5 .col-sm-5,html.style2 html.style5 .col-sm-6,html.style2 html.style5 .col-sm-7,html.style2 html.style5 .col-sm-8,html.style2 html.style5 .col-sm-9,html.style2 html.style5 .col-sm-auto,html.style2 html.style5 .col-xl,html.style2 html.style5 .col-xl-1,html.style2 html.style5 .col-xl-10,html.style2 html.style5 .col-xl-11,html.style2 html.style5 .col-xl-12,html.style2 html.style5 .col-xl-2,html.style2 html.style5 .col-xl-3,html.style2 html.style5 .col-xl-4,html.style2 html.style5 .col-xl-5,html.style2 html.style5 .col-xl-6,html.style2 html.style5 .col-xl-7,html.style2 html.style5 .col-xl-8,html.style2 html.style5 .col-xl-9,html.style2 html.style5 .col-xl-auto,html.style2 html.style6 .col,html.style2 html.style6 .col-1,html.style2 html.style6 .col-10,html.style2 html.style6 .col-11,html.style2 html.style6 .col-12,html.style2 html.style6 .col-2,html.style2 html.style6 .col-3,html.style2 html.style6 .col-4,html.style2 html.style6 .col-5,html.style2 html.style6 .col-6,html.style2 html.style6 .col-7,html.style2 html.style6 .col-8,html.style2 html.style6 .col-9,html.style2 html.style6 .col-auto,html.style2 html.style6 .col-lg,html.style2 html.style6 .col-lg-1,html.style2 html.style6 .col-lg-10,html.style2 html.style6 .col-lg-11,html.style2 html.style6 .col-lg-12,html.style2 html.style6 .col-lg-2,html.style2 html.style6 .col-lg-3,html.style2 html.style6 .col-lg-4,html.style2 html.style6 .col-lg-5,html.style2 html.style6 .col-lg-6,html.style2 html.style6 .col-lg-7,html.style2 html.style6 .col-lg-8,html.style2 html.style6 .col-lg-9,html.style2 html.style6 .col-lg-auto,html.style2 html.style6 .col-md,html.style2 html.style6 .col-md-1,html.style2 html.style6 .col-md-10,html.style2 html.style6 .col-md-11,html.style2 html.style6 .col-md-12,html.style2 html.style6 .col-md-2,html.style2 html.style6 .col-md-3,html.style2 html.style6 .col-md-4,html.style2 html.style6 .col-md-5,html.style2 html.style6 .col-md-6,html.style2 html.style6 .col-md-7,html.style2 html.style6 .col-md-8,html.style2 html.style6 .col-md-9,html.style2 html.style6 .col-md-auto,html.style2 html.style6 .col-sm,html.style2 html.style6 .col-sm-1,html.style2 html.style6 .col-sm-10,html.style2 html.style6 .col-sm-11,html.style2 html.style6 .col-sm-12,html.style2 html.style6 .col-sm-2,html.style2 html.style6 .col-sm-3,html.style2 html.style6 .col-sm-4,html.style2 html.style6 .col-sm-5,html.style2 html.style6 .col-sm-6,html.style2 html.style6 .col-sm-7,html.style2 html.style6 .col-sm-8,html.style2 html.style6 .col-sm-9,html.style2 html.style6 .col-sm-auto,html.style2 html.style6 .col-xl,html.style2 html.style6 .col-xl-1,html.style2 html.style6 .col-xl-10,html.style2 html.style6 .col-xl-11,html.style2 html.style6 .col-xl-12,html.style2 html.style6 .col-xl-2,html.style2 html.style6 .col-xl-3,html.style2 html.style6 .col-xl-4,html.style2 html.style6 .col-xl-5,html.style2 html.style6 .col-xl-6,html.style2 html.style6 .col-xl-7,html.style2 html.style6 .col-xl-8,html.style2 html.style6 .col-xl-9,html.style2 html.style6 .col-xl-auto,html.style3 html.style2 .col,html.style3 html.style2 .col-1,html.style3 html.style2 .col-10,html.style3 html.style2 .col-11,html.style3 html.style2 .col-12,html.style3 html.style2 .col-2,html.style3 html.style2 .col-3,html.style3 html.style2 .col-4,html.style3 html.style2 .col-5,html.style3 html.style2 .col-6,html.style3 html.style2 .col-7,html.style3 html.style2 .col-8,html.style3 html.style2 .col-9,html.style3 html.style2 .col-auto,html.style3 html.style2 .col-lg,html.style3 html.style2 .col-lg-1,html.style3 html.style2 .col-lg-10,html.style3 html.style2 .col-lg-11,html.style3 html.style2 .col-lg-12,html.style3 html.style2 .col-lg-2,html.style3 html.style2 .col-lg-3,html.style3 html.style2 .col-lg-4,html.style3 html.style2 .col-lg-5,html.style3 html.style2 .col-lg-6,html.style3 html.style2 .col-lg-7,html.style3 html.style2 .col-lg-8,html.style3 html.style2 .col-lg-9,html.style3 html.style2 .col-lg-auto,html.style3 html.style2 .col-md,html.style3 html.style2 .col-md-1,html.style3 html.style2 .col-md-10,html.style3 html.style2 .col-md-11,html.style3 html.style2 .col-md-12,html.style3 html.style2 .col-md-2,html.style3 html.style2 .col-md-3,html.style3 html.style2 .col-md-4,html.style3 html.style2 .col-md-5,html.style3 html.style2 .col-md-6,html.style3 html.style2 .col-md-7,html.style3 html.style2 .col-md-8,html.style3 html.style2 .col-md-9,html.style3 html.style2 .col-md-auto,html.style3 html.style2 .col-sm,html.style3 html.style2 .col-sm-1,html.style3 html.style2 .col-sm-10,html.style3 html.style2 .col-sm-11,html.style3 html.style2 .col-sm-12,html.style3 html.style2 .col-sm-2,html.style3 html.style2 .col-sm-3,html.style3 html.style2 .col-sm-4,html.style3 html.style2 .col-sm-5,html.style3 html.style2 .col-sm-6,html.style3 html.style2 .col-sm-7,html.style3 html.style2 .col-sm-8,html.style3 html.style2 .col-sm-9,html.style3 html.style2 .col-sm-auto,html.style3 html.style2 .col-xl,html.style3 html.style2 .col-xl-1,html.style3 html.style2 .col-xl-10,html.style3 html.style2 .col-xl-11,html.style3 html.style2 .col-xl-12,html.style3 html.style2 .col-xl-2,html.style3 html.style2 .col-xl-3,html.style3 html.style2 .col-xl-4,html.style3 html.style2 .col-xl-5,html.style3 html.style2 .col-xl-6,html.style3 html.style2 .col-xl-7,html.style3 html.style2 .col-xl-8,html.style3 html.style2 .col-xl-9,html.style3 html.style2 .col-xl-auto,html.style4 html.style2 .col,html.style4 html.style2 .col-1,html.style4 html.style2 .col-10,html.style4 html.style2 .col-11,html.style4 html.style2 .col-12,html.style4 html.style2 .col-2,html.style4 html.style2 .col-3,html.style4 html.style2 .col-4,html.style4 html.style2 .col-5,html.style4 html.style2 .col-6,html.style4 html.style2 .col-7,html.style4 html.style2 .col-8,html.style4 html.style2 .col-9,html.style4 html.style2 .col-auto,html.style4 html.style2 .col-lg,html.style4 html.style2 .col-lg-1,html.style4 html.style2 .col-lg-10,html.style4 html.style2 .col-lg-11,html.style4 html.style2 .col-lg-12,html.style4 html.style2 .col-lg-2,html.style4 html.style2 .col-lg-3,html.style4 html.style2 .col-lg-4,html.style4 html.style2 .col-lg-5,html.style4 html.style2 .col-lg-6,html.style4 html.style2 .col-lg-7,html.style4 html.style2 .col-lg-8,html.style4 html.style2 .col-lg-9,html.style4 html.style2 .col-lg-auto,html.style4 html.style2 .col-md,html.style4 html.style2 .col-md-1,html.style4 html.style2 .col-md-10,html.style4 html.style2 .col-md-11,html.style4 html.style2 .col-md-12,html.style4 html.style2 .col-md-2,html.style4 html.style2 .col-md-3,html.style4 html.style2 .col-md-4,html.style4 html.style2 .col-md-5,html.style4 html.style2 .col-md-6,html.style4 html.style2 .col-md-7,html.style4 html.style2 .col-md-8,html.style4 html.style2 .col-md-9,html.style4 html.style2 .col-md-auto,html.style4 html.style2 .col-sm,html.style4 html.style2 .col-sm-1,html.style4 html.style2 .col-sm-10,html.style4 html.style2 .col-sm-11,html.style4 html.style2 .col-sm-12,html.style4 html.style2 .col-sm-2,html.style4 html.style2 .col-sm-3,html.style4 html.style2 .col-sm-4,html.style4 html.style2 .col-sm-5,html.style4 html.style2 .col-sm-6,html.style4 html.style2 .col-sm-7,html.style4 html.style2 .col-sm-8,html.style4 html.style2 .col-sm-9,html.style4 html.style2 .col-sm-auto,html.style4 html.style2 .col-xl,html.style4 html.style2 .col-xl-1,html.style4 html.style2 .col-xl-10,html.style4 html.style2 .col-xl-11,html.style4 html.style2 .col-xl-12,html.style4 html.style2 .col-xl-2,html.style4 html.style2 .col-xl-3,html.style4 html.style2 .col-xl-4,html.style4 html.style2 .col-xl-5,html.style4 html.style2 .col-xl-6,html.style4 html.style2 .col-xl-7,html.style4 html.style2 .col-xl-8,html.style4 html.style2 .col-xl-9,html.style4 html.style2 .col-xl-auto,html.style5 html.style2 .col,html.style5 html.style2 .col-1,html.style5 html.style2 .col-10,html.style5 html.style2 .col-11,html.style5 html.style2 .col-12,html.style5 html.style2 .col-2,html.style5 html.style2 .col-3,html.style5 html.style2 .col-4,html.style5 html.style2 .col-5,html.style5 html.style2 .col-6,html.style5 html.style2 .col-7,html.style5 html.style2 .col-8,html.style5 html.style2 .col-9,html.style5 html.style2 .col-auto,html.style5 html.style2 .col-lg,html.style5 html.style2 .col-lg-1,html.style5 html.style2 .col-lg-10,html.style5 html.style2 .col-lg-11,html.style5 html.style2 .col-lg-12,html.style5 html.style2 .col-lg-2,html.style5 html.style2 .col-lg-3,html.style5 html.style2 .col-lg-4,html.style5 html.style2 .col-lg-5,html.style5 html.style2 .col-lg-6,html.style5 html.style2 .col-lg-7,html.style5 html.style2 .col-lg-8,html.style5 html.style2 .col-lg-9,html.style5 html.style2 .col-lg-auto,html.style5 html.style2 .col-md,html.style5 html.style2 .col-md-1,html.style5 html.style2 .col-md-10,html.style5 html.style2 .col-md-11,html.style5 html.style2 .col-md-12,html.style5 html.style2 .col-md-2,html.style5 html.style2 .col-md-3,html.style5 html.style2 .col-md-4,html.style5 html.style2 .col-md-5,html.style5 html.style2 .col-md-6,html.style5 html.style2 .col-md-7,html.style5 html.style2 .col-md-8,html.style5 html.style2 .col-md-9,html.style5 html.style2 .col-md-auto,html.style5 html.style2 .col-sm,html.style5 html.style2 .col-sm-1,html.style5 html.style2 .col-sm-10,html.style5 html.style2 .col-sm-11,html.style5 html.style2 .col-sm-12,html.style5 html.style2 .col-sm-2,html.style5 html.style2 .col-sm-3,html.style5 html.style2 .col-sm-4,html.style5 html.style2 .col-sm-5,html.style5 html.style2 .col-sm-6,html.style5 html.style2 .col-sm-7,html.style5 html.style2 .col-sm-8,html.style5 html.style2 .col-sm-9,html.style5 html.style2 .col-sm-auto,html.style5 html.style2 .col-xl,html.style5 html.style2 .col-xl-1,html.style5 html.style2 .col-xl-10,html.style5 html.style2 .col-xl-11,html.style5 html.style2 .col-xl-12,html.style5 html.style2 .col-xl-2,html.style5 html.style2 .col-xl-3,html.style5 html.style2 .col-xl-4,html.style5 html.style2 .col-xl-5,html.style5 html.style2 .col-xl-6,html.style5 html.style2 .col-xl-7,html.style5 html.style2 .col-xl-8,html.style5 html.style2 .col-xl-9,html.style5 html.style2 .col-xl-auto,html.style6 html.style2 .col,html.style6 html.style2 .col-1,html.style6 html.style2 .col-10,html.style6 html.style2 .col-11,html.style6 html.style2 .col-12,html.style6 html.style2 .col-2,html.style6 html.style2 .col-3,html.style6 html.style2 .col-4,html.style6 html.style2 .col-5,html.style6 html.style2 .col-6,html.style6 html.style2 .col-7,html.style6 html.style2 .col-8,html.style6 html.style2 .col-9,html.style6 html.style2 .col-auto,html.style6 html.style2 .col-lg,html.style6 html.style2 .col-lg-1,html.style6 html.style2 .col-lg-10,html.style6 html.style2 .col-lg-11,html.style6 html.style2 .col-lg-12,html.style6 html.style2 .col-lg-2,html.style6 html.style2 .col-lg-3,html.style6 html.style2 .col-lg-4,html.style6 html.style2 .col-lg-5,html.style6 html.style2 .col-lg-6,html.style6 html.style2 .col-lg-7,html.style6 html.style2 .col-lg-8,html.style6 html.style2 .col-lg-9,html.style6 html.style2 .col-lg-auto,html.style6 html.style2 .col-md,html.style6 html.style2 .col-md-1,html.style6 html.style2 .col-md-10,html.style6 html.style2 .col-md-11,html.style6 html.style2 .col-md-12,html.style6 html.style2 .col-md-2,html.style6 html.style2 .col-md-3,html.style6 html.style2 .col-md-4,html.style6 html.style2 .col-md-5,html.style6 html.style2 .col-md-6,html.style6 html.style2 .col-md-7,html.style6 html.style2 .col-md-8,html.style6 html.style2 .col-md-9,html.style6 html.style2 .col-md-auto,html.style6 html.style2 .col-sm,html.style6 html.style2 .col-sm-1,html.style6 html.style2 .col-sm-10,html.style6 html.style2 .col-sm-11,html.style6 html.style2 .col-sm-12,html.style6 html.style2 .col-sm-2,html.style6 html.style2 .col-sm-3,html.style6 html.style2 .col-sm-4,html.style6 html.style2 .col-sm-5,html.style6 html.style2 .col-sm-6,html.style6 html.style2 .col-sm-7,html.style6 html.style2 .col-sm-8,html.style6 html.style2 .col-sm-9,html.style6 html.style2 .col-sm-auto,html.style6 html.style2 .col-xl,html.style6 html.style2 .col-xl-1,html.style6 html.style2 .col-xl-10,html.style6 html.style2 .col-xl-11,html.style6 html.style2 .col-xl-12,html.style6 html.style2 .col-xl-2,html.style6 html.style2 .col-xl-3,html.style6 html.style2 .col-xl-4,html.style6 html.style2 .col-xl-5,html.style6 html.style2 .col-xl-6,html.style6 html.style2 .col-xl-7,html.style6 html.style2 .col-xl-8,html.style6 html.style2 .col-xl-9,html.style6 html.style2 .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}html.style2 .col{flex-basis:0;flex-grow:1;max-width:100%}html.style2 .row-cols-1>*{flex:0 0 100%;max-width:100%}html.style2 .row-cols-2>*{flex:0 0 50%;max-width:50%}html.style2 .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style2 .row-cols-4>*{flex:0 0 25%;max-width:25%}html.style2 .row-cols-5>*{flex:0 0 20%;max-width:20%}html.style2 .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style2 .col-auto{flex:0 0 auto;width:auto;max-width:100%}html.style2 .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style2 .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style2 .col-3{flex:0 0 25%;max-width:25%}html.style2 .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style2 .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style2 .col-6{flex:0 0 50%;max-width:50%}html.style2 .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style2 .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style2 .col-9{flex:0 0 75%;max-width:75%}html.style2 .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style2 .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style2 .col-12{flex:0 0 100%;max-width:100%}html.style2 .order-first{order:-1}html.style2 .order-last{order:13}html.style2 .order-0{order:0}html.style2 .order-1{order:1}html.style2 .order-2{order:2}html.style2 .order-3{order:3}html.style2 .order-4{order:4}html.style2 .order-5{order:5}html.style2 .order-6{order:6}html.style2 .order-7{order:7}html.style2 .order-8{order:8}html.style2 .order-9{order:9}html.style2 .order-10{order:10}html.style2 .order-11{order:11}html.style2 .order-12{order:12}html.style2 .offset-1{margin-left:8.33333333%}html.style2 .offset-2{margin-left:16.66666667%}html.style2 .offset-3{margin-left:25%}html.style2 .offset-4{margin-left:33.33333333%}html.style2 .offset-5{margin-left:41.66666667%}html.style2 .offset-6{margin-left:50%}html.style2 .offset-7{margin-left:58.33333333%}html.style2 .offset-8{margin-left:66.66666667%}html.style2 .offset-9{margin-left:75%}html.style2 .offset-10{margin-left:83.33333333%}html.style2 .offset-11{margin-left:91.66666667%}@media(min-width:576px){html.style2 .col-sm{flex-basis:0;flex-grow:1;max-width:100%}html.style2 .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}html.style2 .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}html.style2 .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style2 .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}html.style2 .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}html.style2 .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style2 .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}html.style2 .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style2 .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style2 .col-sm-3{flex:0 0 25%;max-width:25%}html.style2 .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style2 .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style2 .col-sm-6{flex:0 0 50%;max-width:50%}html.style2 .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style2 .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style2 .col-sm-9{flex:0 0 75%;max-width:75%}html.style2 .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style2 .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style2 .col-sm-12{flex:0 0 100%;max-width:100%}html.style2 .order-sm-first{order:-1}html.style2 .order-sm-last{order:13}html.style2 .order-sm-0{order:0}html.style2 .order-sm-1{order:1}html.style2 .order-sm-2{order:2}html.style2 .order-sm-3{order:3}html.style2 .order-sm-4{order:4}html.style2 .order-sm-5{order:5}html.style2 .order-sm-6{order:6}html.style2 .order-sm-7{order:7}html.style2 .order-sm-8{order:8}html.style2 .order-sm-9{order:9}html.style2 .order-sm-10{order:10}html.style2 .order-sm-11{order:11}html.style2 .order-sm-12{order:12}html.style2 .offset-sm-0{margin-left:0}html.style2 .offset-sm-1{margin-left:8.33333333%}html.style2 .offset-sm-2{margin-left:16.66666667%}html.style2 .offset-sm-3{margin-left:25%}html.style2 .offset-sm-4{margin-left:33.33333333%}html.style2 .offset-sm-5{margin-left:41.66666667%}html.style2 .offset-sm-6{margin-left:50%}html.style2 .offset-sm-7{margin-left:58.33333333%}html.style2 .offset-sm-8{margin-left:66.66666667%}html.style2 .offset-sm-9{margin-left:75%}html.style2 .offset-sm-10{margin-left:83.33333333%}html.style2 .offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){html.style2 .col-md{flex-basis:0;flex-grow:1;max-width:100%}html.style2 .row-cols-md-1>*{flex:0 0 100%;max-width:100%}html.style2 .row-cols-md-2>*{flex:0 0 50%;max-width:50%}html.style2 .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style2 .row-cols-md-4>*{flex:0 0 25%;max-width:25%}html.style2 .row-cols-md-5>*{flex:0 0 20%;max-width:20%}html.style2 .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style2 .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}html.style2 .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style2 .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style2 .col-md-3{flex:0 0 25%;max-width:25%}html.style2 .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style2 .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style2 .col-md-6{flex:0 0 50%;max-width:50%}html.style2 .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style2 .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style2 .col-md-9{flex:0 0 75%;max-width:75%}html.style2 .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style2 .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style2 .col-md-12{flex:0 0 100%;max-width:100%}html.style2 .order-md-first{order:-1}html.style2 .order-md-last{order:13}html.style2 .order-md-0{order:0}html.style2 .order-md-1{order:1}html.style2 .order-md-2{order:2}html.style2 .order-md-3{order:3}html.style2 .order-md-4{order:4}html.style2 .order-md-5{order:5}html.style2 .order-md-6{order:6}html.style2 .order-md-7{order:7}html.style2 .order-md-8{order:8}html.style2 .order-md-9{order:9}html.style2 .order-md-10{order:10}html.style2 .order-md-11{order:11}html.style2 .order-md-12{order:12}html.style2 .offset-md-0{margin-left:0}html.style2 .offset-md-1{margin-left:8.33333333%}html.style2 .offset-md-2{margin-left:16.66666667%}html.style2 .offset-md-3{margin-left:25%}html.style2 .offset-md-4{margin-left:33.33333333%}html.style2 .offset-md-5{margin-left:41.66666667%}html.style2 .offset-md-6{margin-left:50%}html.style2 .offset-md-7{margin-left:58.33333333%}html.style2 .offset-md-8{margin-left:66.66666667%}html.style2 .offset-md-9{margin-left:75%}html.style2 .offset-md-10{margin-left:83.33333333%}html.style2 .offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){html.style2 .col-lg{flex-basis:0;flex-grow:1;max-width:100%}html.style2 .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}html.style2 .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}html.style2 .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style2 .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}html.style2 .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}html.style2 .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style2 .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}html.style2 .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style2 .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style2 .col-lg-3{flex:0 0 25%;max-width:25%}html.style2 .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style2 .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style2 .col-lg-6{flex:0 0 50%;max-width:50%}html.style2 .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style2 .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style2 .col-lg-9{flex:0 0 75%;max-width:75%}html.style2 .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style2 .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style2 .col-lg-12{flex:0 0 100%;max-width:100%}html.style2 .order-lg-first{order:-1}html.style2 .order-lg-last{order:13}html.style2 .order-lg-0{order:0}html.style2 .order-lg-1{order:1}html.style2 .order-lg-2{order:2}html.style2 .order-lg-3{order:3}html.style2 .order-lg-4{order:4}html.style2 .order-lg-5{order:5}html.style2 .order-lg-6{order:6}html.style2 .order-lg-7{order:7}html.style2 .order-lg-8{order:8}html.style2 .order-lg-9{order:9}html.style2 .order-lg-10{order:10}html.style2 .order-lg-11{order:11}html.style2 .order-lg-12{order:12}html.style2 .offset-lg-0{margin-left:0}html.style2 .offset-lg-1{margin-left:8.33333333%}html.style2 .offset-lg-2{margin-left:16.66666667%}html.style2 .offset-lg-3{margin-left:25%}html.style2 .offset-lg-4{margin-left:33.33333333%}html.style2 .offset-lg-5{margin-left:41.66666667%}html.style2 .offset-lg-6{margin-left:50%}html.style2 .offset-lg-7{margin-left:58.33333333%}html.style2 .offset-lg-8{margin-left:66.66666667%}html.style2 .offset-lg-9{margin-left:75%}html.style2 .offset-lg-10{margin-left:83.33333333%}html.style2 .offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){html.style2 .col-xl{flex-basis:0;flex-grow:1;max-width:100%}html.style2 .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}html.style2 .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}html.style2 .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style2 .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}html.style2 .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}html.style2 .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style2 .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}html.style2 .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style2 .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style2 .col-xl-3{flex:0 0 25%;max-width:25%}html.style2 .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style2 .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style2 .col-xl-6{flex:0 0 50%;max-width:50%}html.style2 .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style2 .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style2 .col-xl-9{flex:0 0 75%;max-width:75%}html.style2 .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style2 .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style2 .col-xl-12{flex:0 0 100%;max-width:100%}html.style2 .order-xl-first{order:-1}html.style2 .order-xl-last{order:13}html.style2 .order-xl-0{order:0}html.style2 .order-xl-1{order:1}html.style2 .order-xl-2{order:2}html.style2 .order-xl-3{order:3}html.style2 .order-xl-4{order:4}html.style2 .order-xl-5{order:5}html.style2 .order-xl-6{order:6}html.style2 .order-xl-7{order:7}html.style2 .order-xl-8{order:8}html.style2 .order-xl-9{order:9}html.style2 .order-xl-10{order:10}html.style2 .order-xl-11{order:11}html.style2 .order-xl-12{order:12}html.style2 .offset-xl-0{margin-left:0}html.style2 .offset-xl-1{margin-left:8.33333333%}html.style2 .offset-xl-2{margin-left:16.66666667%}html.style2 .offset-xl-3{margin-left:25%}html.style2 .offset-xl-4{margin-left:33.33333333%}html.style2 .offset-xl-5{margin-left:41.66666667%}html.style2 .offset-xl-6{margin-left:50%}html.style2 .offset-xl-7{margin-left:58.33333333%}html.style2 .offset-xl-8{margin-left:66.66666667%}html.style2 .offset-xl-9{margin-left:75%}html.style2 .offset-xl-10{margin-left:83.33333333%}html.style2 .offset-xl-11{margin-left:91.66666667%}}html.style2 .table{width:100%;margin-bottom:1rem;color:#212529}html.style2 .table td,html.style2 .table th{padding:.75rem;vertical-align:top;border-top:1px solid #eff1f2}html.style2 .table thead th{vertical-align:bottom;border-bottom:2px solid #eff1f2}html.style2 .table tbody+tbody{border-top:2px solid #eff1f2}html.style2 .table-sm td,html.style2 .table-sm th{padding:.3rem}html.style2 .table-bordered,html.style2 .table-bordered td,html.style2 .table-bordered th{border:1px solid #eff1f2}html.style2 .table-bordered thead td,html.style2 .table-bordered thead th{border-bottom-width:2px}html.style2 .table-borderless tbody+tbody,html.style2 .table-borderless td,html.style2 .table-borderless th,html.style2 .table-borderless thead th{border:0}html.style2 .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}html.style2 .table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}html.style2 .table-primary,html.style2 .table-primary>td,html.style2 .table-primary>th{background-color:#b8daff}html.style2 .table-primary tbody+tbody,html.style2 .table-primary td,html.style2 .table-primary th,html.style2 .table-primary thead th{border-color:#7abaff}html.style2 .table-hover .table-primary:hover,html.style2 .table-hover .table-primary:hover>td,html.style2 .table-hover .table-primary:hover>th{background-color:#9fcdff}html.style2 .table-secondary,html.style2 .table-secondary>td,html.style2 .table-secondary>th{background-color:#d6d8db}html.style2 .table-secondary tbody+tbody,html.style2 .table-secondary td,html.style2 .table-secondary th,html.style2 .table-secondary thead th{border-color:#b3b7bb}html.style2 .table-hover .table-secondary:hover,html.style2 .table-hover .table-secondary:hover>td,html.style2 .table-hover .table-secondary:hover>th{background-color:#c8cbcf}html.style2 .table-success,html.style2 .table-success>td,html.style2 .table-success>th{background-color:#c3e6cb}html.style2 .table-success tbody+tbody,html.style2 .table-success td,html.style2 .table-success th,html.style2 .table-success thead th{border-color:#8fd19e}html.style2 .table-hover .table-success:hover,html.style2 .table-hover .table-success:hover>td,html.style2 .table-hover .table-success:hover>th{background-color:#b1dfbb}html.style2 .table-info,html.style2 .table-info>td,html.style2 .table-info>th{background-color:#bee5eb}html.style2 .table-info tbody+tbody,html.style2 .table-info td,html.style2 .table-info th,html.style2 .table-info thead th{border-color:#86cfda}html.style2 .table-hover .table-info:hover,html.style2 .table-hover .table-info:hover>td,html.style2 .table-hover .table-info:hover>th{background-color:#abdde5}html.style2 .table-warning,html.style2 .table-warning>td,html.style2 .table-warning>th{background-color:#ffeeba}html.style2 .table-warning tbody+tbody,html.style2 .table-warning td,html.style2 .table-warning th,html.style2 .table-warning thead th{border-color:#ffdf7e}html.style2 .table-hover .table-warning:hover,html.style2 .table-hover .table-warning:hover>td,html.style2 .table-hover .table-warning:hover>th{background-color:#ffe8a1}html.style2 .table-danger,html.style2 .table-danger>td,html.style2 .table-danger>th{background-color:#ffc5c5}html.style2 .table-danger tbody+tbody,html.style2 .table-danger td,html.style2 .table-danger th,html.style2 .table-danger thead th{border-color:#ff9393}html.style2 .table-hover .table-danger:hover,html.style2 .table-hover .table-danger:hover>td,html.style2 .table-hover .table-danger:hover>th{background-color:#ffacac}html.style2 .table-light,html.style2 .table-light>td,html.style2 .table-light>th{background-color:#c2c2c4}html.style2 .table-light tbody+tbody,html.style2 .table-light td,html.style2 .table-light th,html.style2 .table-light thead th{border-color:#8e8e91}html.style2 .table-hover .table-light:hover,html.style2 .table-hover .table-light:hover>td,html.style2 .table-hover .table-light:hover>th{background-color:#b5b5b7}html.style2 .table-dark,html.style2 .table-dark>td,html.style2 .table-dark>th{background-color:#bfbfc0}html.style2 .table-dark tbody+tbody,html.style2 .table-dark td,html.style2 .table-dark th,html.style2 .table-dark thead th{border-color:#87888b}html.style2 .table-hover .table-dark:hover,html.style2 .table-hover .table-dark:hover>td,html.style2 .table-hover .table-dark:hover>th{background-color:#b2b2b3}html.style2 .table-active,html.style2 .table-active>td,html.style2 .table-active>th,html.style2 .table-hover .table-active:hover,html.style2 .table-hover .table-active:hover>td,html.style2 .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}html.style2 .table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}html.style2 .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#eff1f2}html.style2 .table-dark{color:#fff;background-color:#343a40}html.style2 .table-dark td,html.style2 .table-dark th,html.style2 .table-dark thead th{border-color:#454d55}html.style2 .table-dark.table-bordered{border:0}html.style2 .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}html.style2 .table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){html.style2 .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style2 .table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){html.style2 .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style2 .table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){html.style2 .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style2 .table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){html.style2 .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style2 .table-responsive-xl>.table-bordered{border:0}}html.style2 .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style2 .table-responsive>.table-bordered{border:0}html.style2 .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style2 .form-control{transition:none}}html.style2 .form-control::-ms-expand{background-color:transparent;border:0}html.style2 .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style2 .form-control::placeholder{color:#6c757d;opacity:1}html.style2 .form-control:disabled,html.style2 .form-control[readonly]{background-color:#e9ecef;opacity:1}html.style2 input[type=date].form-control,html.style2 input[type=datetime-local].form-control,html.style2 input[type=month].form-control,html.style2 input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style2 select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}html.style2 select.form-control:focus::-ms-value{color:#495057;background-color:#fff}html.style2 .form-control-file,html.style2 .form-control-range{display:block;width:100%}html.style2 .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}html.style2 .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}html.style2 .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}html.style2 .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}html.style2 .form-control-plaintext.form-control-lg,html.style2 .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}html.style2 .form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style2 .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style2 select.form-control[multiple],html.style2 select.form-control[size],html.style2 textarea.form-control{height:auto}html.style2 .form-group{margin-bottom:1rem}html.style2 .form-text{display:block;margin-top:.25rem}html.style2 .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}html.style2 .form-row>.col,html.style2 .form-row>[class*=col-]{padding-right:5px;padding-left:5px}html.style2 .form-check{position:relative;display:block;padding-left:1.25rem}html.style2 .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}html.style2 .form-check-input:disabled~.form-check-label,html.style2 .form-check-input[disabled]~.form-check-label{color:#6c757d}html.style2 .form-check-label{margin-bottom:0}html.style2 .form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}html.style2 .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}html.style2 .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}html.style2 .valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>html.style2 .valid-tooltip,.form-row>[class*=col-]>html.style2 .valid-tooltip{left:5px}.was-validated html.style2:valid~.valid-feedback,.was-validated html.style2:valid~.valid-tooltip,html.style2.is-valid~.valid-feedback,html.style2.is-valid~.valid-tooltip{display:block}.was-validated html.style2 .form-control:valid,html.style2 .form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated html.style2 .form-control:valid:focus,html.style2 .form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style2 select.form-control:valid,html.style2 select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated html.style2 textarea.form-control:valid,html.style2 textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated html.style2 .custom-select:valid,html.style2 .custom-select.is-valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated html.style2 .custom-select:valid:focus,html.style2 .custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style2 .form-check-input:valid~.form-check-label,html.style2 .form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated html.style2 .form-check-input:valid~.valid-feedback,.was-validated html.style2 .form-check-input:valid~.valid-tooltip,html.style2 .form-check-input.is-valid~.valid-feedback,html.style2 .form-check-input.is-valid~.valid-tooltip{display:block}.was-validated html.style2 .custom-control-input:valid~.custom-control-label,html.style2 .custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated html.style2 .custom-control-input:valid~.custom-control-label:before,html.style2 .custom-control-input.is-valid~.custom-control-label:before{border-color:#28a745}.was-validated html.style2 .custom-control-input:valid:checked~.custom-control-label:before,html.style2 .custom-control-input.is-valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.was-validated html.style2 .custom-control-input:valid:focus~.custom-control-label:before,html.style2 .custom-control-input.is-valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style2 .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,html.style2 .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.was-validated html.style2 .custom-file-input:valid~.custom-file-label,html.style2 .custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated html.style2 .custom-file-input:valid:focus~.custom-file-label,html.style2 .custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}html.style2 .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#ff3030}html.style2 .invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(255,48,48,.9);border-radius:.25rem}.form-row>.col>html.style2 .invalid-tooltip,.form-row>[class*=col-]>html.style2 .invalid-tooltip{left:5px}.was-validated html.style2:invalid~.invalid-feedback,.was-validated html.style2:invalid~.invalid-tooltip,html.style2.is-invalid~.invalid-feedback,html.style2.is-invalid~.invalid-tooltip{display:block}.was-validated html.style2 .form-control:invalid,html.style2 .form-control.is-invalid{border-color:#ff3030;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated html.style2 .form-control:invalid:focus,html.style2 .form-control.is-invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style2 select.form-control:invalid,html.style2 select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated html.style2 textarea.form-control:invalid,html.style2 textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated html.style2 .custom-select:invalid,html.style2 .custom-select.is-invalid{border-color:#ff3030;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated html.style2 .custom-select:invalid:focus,html.style2 .custom-select.is-invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style2 .form-check-input:invalid~.form-check-label,html.style2 .form-check-input.is-invalid~.form-check-label{color:#ff3030}.was-validated html.style2 .form-check-input:invalid~.invalid-feedback,.was-validated html.style2 .form-check-input:invalid~.invalid-tooltip,html.style2 .form-check-input.is-invalid~.invalid-feedback,html.style2 .form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated html.style2 .custom-control-input:invalid~.custom-control-label,html.style2 .custom-control-input.is-invalid~.custom-control-label{color:#ff3030}.was-validated html.style2 .custom-control-input:invalid~.custom-control-label:before,html.style2 .custom-control-input.is-invalid~.custom-control-label:before{border-color:#ff3030}.was-validated html.style2 .custom-control-input:invalid:checked~.custom-control-label:before,html.style2 .custom-control-input.is-invalid:checked~.custom-control-label:before{border-color:#ff6363;background-color:#ff6363}.was-validated html.style2 .custom-control-input:invalid:focus~.custom-control-label:before,html.style2 .custom-control-input.is-invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style2 .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,html.style2 .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before{border-color:#ff3030}.was-validated html.style2 .custom-file-input:invalid~.custom-file-label,html.style2 .custom-file-input.is-invalid~.custom-file-label{border-color:#ff3030}.was-validated html.style2 .custom-file-input:invalid:focus~.custom-file-label,html.style2 .custom-file-input.is-invalid:focus~.custom-file-label{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}html.style2 .form-inline{display:flex;flex-flow:row wrap;align-items:center}html.style2 .form-inline .form-check{width:100%}@media(min-width:576px){html.style2 .form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}html.style2 .form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}html.style2 .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}html.style2 .form-inline .form-control-plaintext{display:inline-block}html.style2 .form-inline .custom-select,html.style2 .form-inline .input-group{width:auto}html.style2 .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}html.style2 .form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}html.style2 .form-inline .custom-control{align-items:center;justify-content:center}html.style2 .form-inline .custom-control-label{margin-bottom:0}}html.style2 .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style2 .btn{transition:none}}html.style2 .btn:hover{color:#212529;text-decoration:none}html.style2 .btn.focus,html.style2 .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style2 .btn.disabled,html.style2 .btn:disabled{opacity:.65}html.style2 .btn:not(:disabled):not(.disabled){cursor:pointer}html.style2 a.btn.disabled,html.style2 fieldset:disabled a.btn{pointer-events:none}html.style2 .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}html.style2 .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}html.style2 .btn-primary.focus,html.style2 .btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}html.style2 .btn-primary.disabled,html.style2 .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.show>html.style2 .btn-primary.dropdown-toggle,html.style2 .btn-primary:not(:disabled):not(.disabled).active,html.style2 .btn-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#0062cc;border-color:#005cbf}.show>html.style2 .btn-primary.dropdown-toggle:focus,html.style2 .btn-primary:not(:disabled):not(.disabled).active:focus,html.style2 .btn-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}html.style2 .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}html.style2 .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}html.style2 .btn-secondary.focus,html.style2 .btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}html.style2 .btn-secondary.disabled,html.style2 .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.show>html.style2 .btn-secondary.dropdown-toggle,html.style2 .btn-secondary:not(:disabled):not(.disabled).active,html.style2 .btn-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#545b62;border-color:#4e555b}.show>html.style2 .btn-secondary.dropdown-toggle:focus,html.style2 .btn-secondary:not(:disabled):not(.disabled).active:focus,html.style2 .btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}html.style2 .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}html.style2 .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}html.style2 .btn-success.focus,html.style2 .btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}html.style2 .btn-success.disabled,html.style2 .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.show>html.style2 .btn-success.dropdown-toggle,html.style2 .btn-success:not(:disabled):not(.disabled).active,html.style2 .btn-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#1e7e34;border-color:#1c7430}.show>html.style2 .btn-success.dropdown-toggle:focus,html.style2 .btn-success:not(:disabled):not(.disabled).active:focus,html.style2 .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}html.style2 .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html.style2 .btn-info.focus,html.style2 .btn-info:focus,html.style2 .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}html.style2 .btn-info.focus,html.style2 .btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}html.style2 .btn-info.disabled,html.style2 .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.show>html.style2 .btn-info.dropdown-toggle,html.style2 .btn-info:not(:disabled):not(.disabled).active,html.style2 .btn-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#117a8b;border-color:#10707f}.show>html.style2 .btn-info.dropdown-toggle:focus,html.style2 .btn-info:not(:disabled):not(.disabled).active:focus,html.style2 .btn-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}html.style2 .btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}html.style2 .btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}html.style2 .btn-warning.focus,html.style2 .btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}html.style2 .btn-warning.disabled,html.style2 .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.show>html.style2 .btn-warning.dropdown-toggle,html.style2 .btn-warning:not(:disabled):not(.disabled).active,html.style2 .btn-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#d39e00;border-color:#c69500}.show>html.style2 .btn-warning.dropdown-toggle:focus,html.style2 .btn-warning:not(:disabled):not(.disabled).active:focus,html.style2 .btn-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}html.style2 .btn-danger{color:#fff;background-color:#ff3030;border-color:#ff3030}html.style2 .btn-danger:hover{color:#fff;background-color:#ff0a0a;border-color:#fc0000}html.style2 .btn-danger.focus,html.style2 .btn-danger:focus{color:#fff;background-color:#ff0a0a;border-color:#fc0000;box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}html.style2 .btn-danger.disabled,html.style2 .btn-danger:disabled{color:#fff;background-color:#ff3030;border-color:#ff3030}.show>html.style2 .btn-danger.dropdown-toggle,html.style2 .btn-danger:not(:disabled):not(.disabled).active,html.style2 .btn-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#fc0000;border-color:#ef0000}.show>html.style2 .btn-danger.dropdown-toggle:focus,html.style2 .btn-danger:not(:disabled):not(.disabled).active:focus,html.style2 .btn-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}html.style2 .btn-light{color:#fff;background-color:#25262c;border-color:#25262c}html.style2 .btn-light:hover{color:#fff;background-color:#141417;border-color:#0e0e10}html.style2 .btn-light.focus,html.style2 .btn-light:focus{color:#fff;background-color:#141417;border-color:#0e0e10;box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}html.style2 .btn-light.disabled,html.style2 .btn-light:disabled{color:#fff;background-color:#25262c;border-color:#25262c}.show>html.style2 .btn-light.dropdown-toggle,html.style2 .btn-light:not(:disabled):not(.disabled).active,html.style2 .btn-light:not(:disabled):not(.disabled):active{color:#fff;background-color:#0e0e10;border-color:#080809}.show>html.style2 .btn-light.dropdown-toggle:focus,html.style2 .btn-light:not(:disabled):not(.disabled).active:focus,html.style2 .btn-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}html.style2 .btn-dark{color:#fff;background-color:#191b1f;border-color:#191b1f}html.style2 .btn-dark.focus,html.style2 .btn-dark:focus,html.style2 .btn-dark:hover{color:#fff;background-color:#08090a;border-color:#020203}html.style2 .btn-dark.focus,html.style2 .btn-dark:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}html.style2 .btn-dark.disabled,html.style2 .btn-dark:disabled{color:#fff;background-color:#191b1f;border-color:#191b1f}.show>html.style2 .btn-dark.dropdown-toggle,html.style2 .btn-dark:not(:disabled):not(.disabled).active,html.style2 .btn-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#020203;border-color:#000}.show>html.style2 .btn-dark.dropdown-toggle:focus,html.style2 .btn-dark:not(:disabled):not(.disabled).active:focus,html.style2 .btn-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}html.style2 .btn-outline-primary{color:#007bff;border-color:#007bff}html.style2 .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}html.style2 .btn-outline-primary.focus,html.style2 .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style2 .btn-outline-primary.disabled,html.style2 .btn-outline-primary:disabled{color:#007bff;background-color:transparent}.show>html.style2 .btn-outline-primary.dropdown-toggle,html.style2 .btn-outline-primary:not(:disabled):not(.disabled).active,html.style2 .btn-outline-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#007bff;border-color:#007bff}.show>html.style2 .btn-outline-primary.dropdown-toggle:focus,html.style2 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,html.style2 .btn-outline-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style2 .btn-outline-secondary{color:#6c757d;border-color:#6c757d}html.style2 .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}html.style2 .btn-outline-secondary.focus,html.style2 .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style2 .btn-outline-secondary.disabled,html.style2 .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.show>html.style2 .btn-outline-secondary.dropdown-toggle,html.style2 .btn-outline-secondary:not(:disabled):not(.disabled).active,html.style2 .btn-outline-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#6c757d;border-color:#6c757d}.show>html.style2 .btn-outline-secondary.dropdown-toggle:focus,html.style2 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,html.style2 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style2 .btn-outline-success{color:#28a745;border-color:#28a745}html.style2 .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}html.style2 .btn-outline-success.focus,html.style2 .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style2 .btn-outline-success.disabled,html.style2 .btn-outline-success:disabled{color:#28a745;background-color:transparent}.show>html.style2 .btn-outline-success.dropdown-toggle,html.style2 .btn-outline-success:not(:disabled):not(.disabled).active,html.style2 .btn-outline-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#28a745;border-color:#28a745}.show>html.style2 .btn-outline-success.dropdown-toggle:focus,html.style2 .btn-outline-success:not(:disabled):not(.disabled).active:focus,html.style2 .btn-outline-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style2 .btn-outline-info{color:#17a2b8;border-color:#17a2b8}html.style2 .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html.style2 .btn-outline-info.focus,html.style2 .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style2 .btn-outline-info.disabled,html.style2 .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.show>html.style2 .btn-outline-info.dropdown-toggle,html.style2 .btn-outline-info:not(:disabled):not(.disabled).active,html.style2 .btn-outline-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.show>html.style2 .btn-outline-info.dropdown-toggle:focus,html.style2 .btn-outline-info:not(:disabled):not(.disabled).active:focus,html.style2 .btn-outline-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style2 .btn-outline-warning{color:#ffc107;border-color:#ffc107}html.style2 .btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}html.style2 .btn-outline-warning.focus,html.style2 .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style2 .btn-outline-warning.disabled,html.style2 .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.show>html.style2 .btn-outline-warning.dropdown-toggle,html.style2 .btn-outline-warning:not(:disabled):not(.disabled).active,html.style2 .btn-outline-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#ffc107;border-color:#ffc107}.show>html.style2 .btn-outline-warning.dropdown-toggle:focus,html.style2 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,html.style2 .btn-outline-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style2 .btn-outline-danger{color:#ff3030;border-color:#ff3030}html.style2 .btn-outline-danger:hover{color:#fff;background-color:#ff3030;border-color:#ff3030}html.style2 .btn-outline-danger.focus,html.style2 .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style2 .btn-outline-danger.disabled,html.style2 .btn-outline-danger:disabled{color:#ff3030;background-color:transparent}.show>html.style2 .btn-outline-danger.dropdown-toggle,html.style2 .btn-outline-danger:not(:disabled):not(.disabled).active,html.style2 .btn-outline-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#ff3030;border-color:#ff3030}.show>html.style2 .btn-outline-danger.dropdown-toggle:focus,html.style2 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,html.style2 .btn-outline-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style2 .btn-outline-light{color:#25262c;border-color:#25262c}html.style2 .btn-outline-light:hover{color:#fff;background-color:#25262c;border-color:#25262c}html.style2 .btn-outline-light.focus,html.style2 .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style2 .btn-outline-light.disabled,html.style2 .btn-outline-light:disabled{color:#25262c;background-color:transparent}.show>html.style2 .btn-outline-light.dropdown-toggle,html.style2 .btn-outline-light:not(:disabled):not(.disabled).active,html.style2 .btn-outline-light:not(:disabled):not(.disabled):active{color:#fff;background-color:#25262c;border-color:#25262c}.show>html.style2 .btn-outline-light.dropdown-toggle:focus,html.style2 .btn-outline-light:not(:disabled):not(.disabled).active:focus,html.style2 .btn-outline-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style2 .btn-outline-dark{color:#191b1f;border-color:#191b1f}html.style2 .btn-outline-dark:hover{color:#fff;background-color:#191b1f;border-color:#191b1f}html.style2 .btn-outline-dark.focus,html.style2 .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style2 .btn-outline-dark.disabled,html.style2 .btn-outline-dark:disabled{color:#191b1f;background-color:transparent}.show>html.style2 .btn-outline-dark.dropdown-toggle,html.style2 .btn-outline-dark:not(:disabled):not(.disabled).active,html.style2 .btn-outline-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#191b1f;border-color:#191b1f}.show>html.style2 .btn-outline-dark.dropdown-toggle:focus,html.style2 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,html.style2 .btn-outline-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style2 .btn-link{font-weight:400;color:#007bff;text-decoration:none}html.style2 .btn-link:hover{color:#0056b3;text-decoration:underline}html.style2 .btn-link.focus,html.style2 .btn-link:focus{text-decoration:underline}html.style2 .btn-link.disabled,html.style2 .btn-link:disabled{color:#6c757d;pointer-events:none}html.style2 .btn-group-lg>.btn,html.style2 .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style2 .btn-group-sm>.btn,html.style2 .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style2 .btn-block{display:block;width:100%}html.style2 .btn-block+.btn-block{margin-top:.5rem}html.style2 input[type=button].btn-block,html.style2 input[type=reset].btn-block,html.style2 input[type=submit].btn-block{width:100%}html.style2 .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){html.style2 .fade{transition:none}}html.style2 .fade:not(.show){opacity:0}html.style2 .collapse:not(.show){display:none}html.style2 .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){html.style2 .collapsing{transition:none}}html.style2 .collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){html.style2 .collapsing.width{transition:none}}html.style2 .dropdown,html.style2 .dropleft,html.style2 .dropright,html.style2 .dropup{position:relative}html.style2 .dropdown-toggle{white-space:nowrap}html.style2 .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}html.style2 .dropdown-toggle:empty:after{margin-left:0}html.style2 .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}html.style2 .dropdown-menu-left{right:auto;left:0}html.style2 .dropdown-menu-right{right:0;left:auto}@media(min-width:576px){html.style2 .dropdown-menu-sm-left{right:auto;left:0}html.style2 .dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){html.style2 .dropdown-menu-md-left{right:auto;left:0}html.style2 .dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){html.style2 .dropdown-menu-lg-left{right:auto;left:0}html.style2 .dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){html.style2 .dropdown-menu-xl-left{right:auto;left:0}html.style2 .dropdown-menu-xl-right{right:0;left:auto}}html.style2 .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}html.style2 .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}html.style2 .dropup .dropdown-toggle:empty:after{margin-left:0}html.style2 .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}html.style2 .dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}html.style2 .dropright .dropdown-toggle:empty:after{margin-left:0}html.style2 .dropright .dropdown-toggle:after{vertical-align:0}html.style2 .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}html.style2 .dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}html.style2 .dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}html.style2 .dropleft .dropdown-toggle:empty:after{margin-left:0}html.style2 .dropleft .dropdown-toggle:before{vertical-align:0}html.style2 .dropdown-menu[x-placement^=bottom],html.style2 .dropdown-menu[x-placement^=left],html.style2 .dropdown-menu[x-placement^=right],html.style2 .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}html.style2 .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}html.style2 .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}html.style2 .dropdown-item:focus,html.style2 .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}html.style2 .dropdown-item.active,html.style2 .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}html.style2 .dropdown-item.disabled,html.style2 .dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}html.style2 .dropdown-menu.show{display:block}html.style2 .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}html.style2 .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}html.style2 .btn-group,html.style2 .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}html.style2 .btn-group-vertical>.btn,html.style2 .btn-group>.btn{position:relative;flex:1 1 auto}html.style2 .btn-group-vertical>.btn.active,html.style2 .btn-group-vertical>.btn:active,html.style2 .btn-group-vertical>.btn:focus,html.style2 .btn-group-vertical>.btn:hover,html.style2 .btn-group>.btn.active,html.style2 .btn-group>.btn:active,html.style2 .btn-group>.btn:focus,html.style2 .btn-group>.btn:hover{z-index:1}html.style2 .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}html.style2 .btn-toolbar .input-group{width:auto}html.style2 .btn-group>.btn-group:not(:first-child),html.style2 .btn-group>.btn:not(:first-child){margin-left:-1px}html.style2 .btn-group>.btn-group:not(:last-child)>.btn,html.style2 .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}html.style2 .btn-group>.btn-group:not(:first-child)>.btn,html.style2 .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style2 .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropright html.style2 .dropdown-toggle-split:after,.dropup html.style2 .dropdown-toggle-split:after,html.style2 .dropdown-toggle-split:after{margin-left:0}.dropleft html.style2 .dropdown-toggle-split:before{margin-right:0}html.style2 .btn-group-sm>.btn+.dropdown-toggle-split,html.style2 .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}html.style2 .btn-group-lg>.btn+.dropdown-toggle-split,html.style2 .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}html.style2 .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}html.style2 .btn-group-vertical>.btn,html.style2 .btn-group-vertical>.btn-group{width:100%}html.style2 .btn-group-vertical>.btn-group:not(:first-child),html.style2 .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}html.style2 .btn-group-vertical>.btn-group:not(:last-child)>.btn,html.style2 .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}html.style2 .btn-group-vertical>.btn-group:not(:first-child)>.btn,html.style2 .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}html.style2 .btn-group-toggle>.btn,html.style2 .btn-group-toggle>.btn-group>.btn{margin-bottom:0}html.style2 .btn-group-toggle>.btn input[type=checkbox],html.style2 .btn-group-toggle>.btn input[type=radio],html.style2 .btn-group-toggle>.btn-group>.btn input[type=checkbox],html.style2 .btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}html.style2 .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}html.style2 .input-group>.custom-file,html.style2 .input-group>.custom-select,html.style2 .input-group>.form-control,html.style2 .input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}html.style2 .input-group>.custom-file+.custom-file,html.style2 .input-group>.custom-file+.custom-select,html.style2 .input-group>.custom-file+.form-control,html.style2 .input-group>.custom-select+.custom-file,html.style2 .input-group>.custom-select+.custom-select,html.style2 .input-group>.custom-select+.form-control,html.style2 .input-group>.form-control+.custom-file,html.style2 .input-group>.form-control+.custom-select,html.style2 .input-group>.form-control+.form-control,html.style2 .input-group>.form-control-plaintext+.custom-file,html.style2 .input-group>.form-control-plaintext+.custom-select,html.style2 .input-group>.form-control-plaintext+.form-control{margin-left:-1px}html.style2 .input-group>.custom-file .custom-file-input:focus~.custom-file-label,html.style2 .input-group>.custom-select:focus,html.style2 .input-group>.form-control:focus{z-index:3}html.style2 .input-group>.custom-file .custom-file-input:focus{z-index:4}html.style2 .input-group>.custom-select:not(:first-child),html.style2 .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style2 .input-group>.custom-file{display:flex;align-items:center}html.style2 .input-group>.custom-file:not(:last-child) .custom-file-label,html.style2 .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}html.style2 .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}html.style2 .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,html.style2 .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,html.style2 .input-group.has-validation>.custom-select:nth-last-child(n+3),html.style2 .input-group.has-validation>.form-control:nth-last-child(n+3),html.style2 .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,html.style2 .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,html.style2 .input-group:not(.has-validation)>.custom-select:not(:last-child),html.style2 .input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.style2 .input-group-append,html.style2 .input-group-prepend{display:flex}html.style2 .input-group-append .btn,html.style2 .input-group-prepend .btn{position:relative;z-index:2}html.style2 .input-group-append .btn:focus,html.style2 .input-group-prepend .btn:focus{z-index:3}html.style2 .input-group-append .btn+.btn,html.style2 .input-group-append .btn+.input-group-text,html.style2 .input-group-append .input-group-text+.btn,html.style2 .input-group-append .input-group-text+.input-group-text,html.style2 .input-group-prepend .btn+.btn,html.style2 .input-group-prepend .btn+.input-group-text,html.style2 .input-group-prepend .input-group-text+.btn,html.style2 .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}html.style2 .input-group-prepend{margin-right:-1px}html.style2 .input-group-append{margin-left:-1px}html.style2 .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}html.style2 .input-group-text input[type=checkbox],html.style2 .input-group-text input[type=radio]{margin-top:0}html.style2 .input-group-lg>.custom-select,html.style2 .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}html.style2 .input-group-lg>.custom-select,html.style2 .input-group-lg>.form-control,html.style2 .input-group-lg>.input-group-append>.btn,html.style2 .input-group-lg>.input-group-append>.input-group-text,html.style2 .input-group-lg>.input-group-prepend>.btn,html.style2 .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style2 .input-group-sm>.custom-select,html.style2 .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}html.style2 .input-group-sm>.custom-select,html.style2 .input-group-sm>.form-control,html.style2 .input-group-sm>.input-group-append>.btn,html.style2 .input-group-sm>.input-group-append>.input-group-text,html.style2 .input-group-sm>.input-group-prepend>.btn,html.style2 .input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style2 .input-group-lg>.custom-select,html.style2 .input-group-sm>.custom-select{padding-right:1.75rem}html.style2 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,html.style2 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,html.style2 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,html.style2 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,html.style2 .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),html.style2 .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),html.style2 .input-group>.input-group-prepend>.btn,html.style2 .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}html.style2 .input-group>.input-group-append>.btn,html.style2 .input-group>.input-group-append>.input-group-text,html.style2 .input-group>.input-group-prepend:first-child>.btn:not(:first-child),html.style2 .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),html.style2 .input-group>.input-group-prepend:not(:first-child)>.btn,html.style2 .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}html.style2 .custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}html.style2 .custom-control-inline{display:inline-flex;margin-right:1rem}html.style2 .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}html.style2 .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}html.style2 .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style2 .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}html.style2 .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}html.style2 .custom-control-input:disabled~.custom-control-label,html.style2 .custom-control-input[disabled]~.custom-control-label{color:#6c757d}html.style2 .custom-control-input:disabled~.custom-control-label:before,html.style2 .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}html.style2 .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}html.style2 .custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}html.style2 .custom-control-label:after,html.style2 .custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}html.style2 .custom-control-label:after{background:50%/50% 50% no-repeat}html.style2 .custom-checkbox .custom-control-label:before{border-radius:.25rem}html.style2 .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}html.style2 .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}html.style2 .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")}html.style2 .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style2 .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style2 .custom-radio .custom-control-label:before{border-radius:50%}html.style2 .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}html.style2 .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style2 .custom-switch{padding-left:2.25rem}html.style2 .custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}html.style2 .custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style2 .custom-switch .custom-control-label:after{transition:none}}html.style2 .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}html.style2 .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style2 .custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style2 .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style2 .custom-select:focus::-ms-value{color:#495057;background-color:#fff}html.style2 .custom-select[multiple],html.style2 .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}html.style2 .custom-select:disabled{color:#6c757d;background-color:#e9ecef}html.style2 .custom-select::-ms-expand{display:none}html.style2 .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}html.style2 .custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}html.style2 .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}html.style2 .custom-file{display:inline-block;margin-bottom:0}html.style2 .custom-file,html.style2 .custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}html.style2 .custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}html.style2 .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style2 .custom-file-input:disabled~.custom-file-label,html.style2 .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}html.style2 .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}html.style2 .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}html.style2 .custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}html.style2 .custom-file-label,html.style2 .custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}html.style2 .custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}html.style2 .custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style2 .custom-range:focus{outline:0}html.style2 .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style2 .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style2 .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style2 .custom-range::-moz-focus-outer{border:0}html.style2 .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){html.style2 .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}html.style2 .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}html.style2 .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}html.style2 .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){html.style2 .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}html.style2 .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}html.style2 .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}html.style2 .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){html.style2 .custom-range::-ms-thumb{-ms-transition:none;transition:none}}html.style2 .custom-range::-ms-thumb:active{background-color:#b3d7ff}html.style2 .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}html.style2 .custom-range::-ms-fill-lower,html.style2 .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}html.style2 .custom-range::-ms-fill-upper{margin-right:15px}html.style2 .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}html.style2 .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}html.style2 .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}html.style2 .custom-range:disabled::-moz-range-track{cursor:default}html.style2 .custom-range:disabled::-ms-thumb{background-color:#adb5bd}html.style2 .custom-control-label:before,html.style2 .custom-file-label,html.style2 .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style2 .custom-control-label:before,html.style2 .custom-file-label,html.style2 .custom-select{transition:none}}html.style2 .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}html.style2 .nav-link{display:block;padding:.5rem 1rem}html.style2 .nav-link:focus,html.style2 .nav-link:hover{text-decoration:none}html.style2 .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}html.style2 .nav-tabs{border-bottom:1px solid #dee2e6}html.style2 .nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.style2 .nav-tabs .nav-link:focus,html.style2 .nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}html.style2 .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}html.style2 .nav-tabs .nav-item.show .nav-link,html.style2 .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}html.style2 .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}html.style2 .nav-pills .nav-link{background:none;border:0;border-radius:.25rem}html.style2 .nav-pills .nav-link.active,html.style2 .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}html.style2 .nav-fill .nav-item,html.style2 .nav-fill>.nav-link{flex:1 1 auto;text-align:center}html.style2 .nav-justified .nav-item,html.style2 .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}html.style2 .tab-content>.tab-pane{display:none}html.style2 .tab-content>.active{display:block}html.style2 .navbar{position:relative;padding:.5rem 1rem}html.style2 .navbar,html.style2 .navbar .container,html.style2 .navbar .container-fluid,html.style2 .navbar .container-lg,html.style2 .navbar .container-md,html.style2 .navbar .container-sm,html.style2 .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}html.style2 .navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}html.style2 .navbar-brand:focus,html.style2 .navbar-brand:hover{text-decoration:none}html.style2 .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}html.style2 .navbar-nav .nav-link{padding-right:0;padding-left:0}html.style2 .navbar-nav .dropdown-menu{position:static;float:none}html.style2 .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}html.style2 .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}html.style2 .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}html.style2 .navbar-toggler:focus,html.style2 .navbar-toggler:hover{text-decoration:none}html.style2 .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}html.style2 .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){html.style2 .navbar-expand-sm>.container,html.style2 .navbar-expand-sm>.container-fluid,html.style2 .navbar-expand-sm>.container-lg,html.style2 .navbar-expand-sm>.container-md,html.style2 .navbar-expand-sm>.container-sm,html.style2 .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){html.style2 .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}html.style2 .navbar-expand-sm .navbar-nav{flex-direction:row}html.style2 .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}html.style2 .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style2 .navbar-expand-sm>.container,html.style2 .navbar-expand-sm>.container-fluid,html.style2 .navbar-expand-sm>.container-lg,html.style2 .navbar-expand-sm>.container-md,html.style2 .navbar-expand-sm>.container-sm,html.style2 .navbar-expand-sm>.container-xl{flex-wrap:nowrap}html.style2 .navbar-expand-sm .navbar-nav-scroll{overflow:visible}html.style2 .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}html.style2 .navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){html.style2 .navbar-expand-md>.container,html.style2 .navbar-expand-md>.container-fluid,html.style2 .navbar-expand-md>.container-lg,html.style2 .navbar-expand-md>.container-md,html.style2 .navbar-expand-md>.container-sm,html.style2 .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){html.style2 .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}html.style2 .navbar-expand-md .navbar-nav{flex-direction:row}html.style2 .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}html.style2 .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style2 .navbar-expand-md>.container,html.style2 .navbar-expand-md>.container-fluid,html.style2 .navbar-expand-md>.container-lg,html.style2 .navbar-expand-md>.container-md,html.style2 .navbar-expand-md>.container-sm,html.style2 .navbar-expand-md>.container-xl{flex-wrap:nowrap}html.style2 .navbar-expand-md .navbar-nav-scroll{overflow:visible}html.style2 .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}html.style2 .navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){html.style2 .navbar-expand-lg>.container,html.style2 .navbar-expand-lg>.container-fluid,html.style2 .navbar-expand-lg>.container-lg,html.style2 .navbar-expand-lg>.container-md,html.style2 .navbar-expand-lg>.container-sm,html.style2 .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){html.style2 .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}html.style2 .navbar-expand-lg .navbar-nav{flex-direction:row}html.style2 .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}html.style2 .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style2 .navbar-expand-lg>.container,html.style2 .navbar-expand-lg>.container-fluid,html.style2 .navbar-expand-lg>.container-lg,html.style2 .navbar-expand-lg>.container-md,html.style2 .navbar-expand-lg>.container-sm,html.style2 .navbar-expand-lg>.container-xl{flex-wrap:nowrap}html.style2 .navbar-expand-lg .navbar-nav-scroll{overflow:visible}html.style2 .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}html.style2 .navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){html.style2 .navbar-expand-xl>.container,html.style2 .navbar-expand-xl>.container-fluid,html.style2 .navbar-expand-xl>.container-lg,html.style2 .navbar-expand-xl>.container-md,html.style2 .navbar-expand-xl>.container-sm,html.style2 .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){html.style2 .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}html.style2 .navbar-expand-xl .navbar-nav{flex-direction:row}html.style2 .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}html.style2 .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style2 .navbar-expand-xl>.container,html.style2 .navbar-expand-xl>.container-fluid,html.style2 .navbar-expand-xl>.container-lg,html.style2 .navbar-expand-xl>.container-md,html.style2 .navbar-expand-xl>.container-sm,html.style2 .navbar-expand-xl>.container-xl{flex-wrap:nowrap}html.style2 .navbar-expand-xl .navbar-nav-scroll{overflow:visible}html.style2 .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}html.style2 .navbar-expand-xl .navbar-toggler{display:none}}html.style2 .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}html.style2 .navbar-expand>.container,html.style2 .navbar-expand>.container-fluid,html.style2 .navbar-expand>.container-lg,html.style2 .navbar-expand>.container-md,html.style2 .navbar-expand>.container-sm,html.style2 .navbar-expand>.container-xl{padding-right:0;padding-left:0}html.style2 .navbar-expand .navbar-nav{flex-direction:row}html.style2 .navbar-expand .navbar-nav .dropdown-menu{position:absolute}html.style2 .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style2 .navbar-expand>.container,html.style2 .navbar-expand>.container-fluid,html.style2 .navbar-expand>.container-lg,html.style2 .navbar-expand>.container-md,html.style2 .navbar-expand>.container-sm,html.style2 .navbar-expand>.container-xl{flex-wrap:nowrap}html.style2 .navbar-expand .navbar-nav-scroll{overflow:visible}html.style2 .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}html.style2 .navbar-expand .navbar-toggler{display:none}html.style2 .navbar-light .navbar-brand,html.style2 .navbar-light .navbar-brand:focus,html.style2 .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}html.style2 .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}html.style2 .navbar-light .navbar-nav .nav-link:focus,html.style2 .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}html.style2 .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}html.style2 .navbar-light .navbar-nav .active>.nav-link,html.style2 .navbar-light .navbar-nav .nav-link.active,html.style2 .navbar-light .navbar-nav .nav-link.show,html.style2 .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}html.style2 .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}html.style2 .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html.style2 .navbar-light .navbar-text{color:rgba(0,0,0,.5)}html.style2 .navbar-light .navbar-text a,html.style2 .navbar-light .navbar-text a:focus,html.style2 .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}html.style2 .navbar-dark .navbar-brand,html.style2 .navbar-dark .navbar-brand:focus,html.style2 .navbar-dark .navbar-brand:hover{color:#fff}html.style2 .navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}html.style2 .navbar-dark .navbar-nav .nav-link:focus,html.style2 .navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}html.style2 .navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}html.style2 .navbar-dark .navbar-nav .active>.nav-link,html.style2 .navbar-dark .navbar-nav .nav-link.active,html.style2 .navbar-dark .navbar-nav .nav-link.show,html.style2 .navbar-dark .navbar-nav .show>.nav-link{color:#fff}html.style2 .navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}html.style2 .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html.style2 .navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}html.style2 .navbar-dark .navbar-text a,html.style2 .navbar-dark .navbar-text a:focus,html.style2 .navbar-dark .navbar-text a:hover{color:#fff}html.style2 .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}html.style2 .card>hr{margin-right:0;margin-left:0}html.style2 .card>.list-group{border-top:inherit;border-bottom:inherit}html.style2 .card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style2 .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}html.style2 .card>.card-header+.list-group,html.style2 .card>.list-group+.card-footer{border-top:0}html.style2 .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}html.style2 .card-title{margin-bottom:.75rem}html.style2 .card-subtitle{margin-top:-.375rem;margin-bottom:0}html.style2 .card-text:last-child{margin-bottom:0}html.style2 .card-link:hover{text-decoration:none}html.style2 .card-link+.card-link{margin-left:1.25rem}html.style2 .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}html.style2 .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}html.style2 .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}html.style2 .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}html.style2 .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}html.style2 .card-header-pills,html.style2 .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}html.style2 .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}html.style2 .card-img,html.style2 .card-img-bottom,html.style2 .card-img-top{flex-shrink:0;width:100%}html.style2 .card-img,html.style2 .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style2 .card-img,html.style2 .card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}html.style2 .card-deck .card{margin-bottom:15px}@media(min-width:576px){html.style2 .card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}html.style2 .card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}html.style2 .card-group>.card{margin-bottom:15px}@media(min-width:576px){html.style2 .card-group{display:flex;flex-flow:row wrap}html.style2 .card-group>.card{flex:1 0;margin-bottom:0}html.style2 .card-group>.card+.card{margin-left:0;border-left:0}html.style2 .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.style2 .card-group>.card:not(:last-child) .card-header,html.style2 .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}html.style2 .card-group>.card:not(:last-child) .card-footer,html.style2 .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}html.style2 .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style2 .card-group>.card:not(:first-child) .card-header,html.style2 .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}html.style2 .card-group>.card:not(:first-child) .card-footer,html.style2 .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}html.style2 .card-columns .card{margin-bottom:.75rem}@media(min-width:576px){html.style2 .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}html.style2 .card-columns .card{display:inline-block;width:100%}}html.style2 .accordion{overflow-anchor:none}html.style2 .accordion>.card{overflow:hidden}html.style2 .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}html.style2 .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}html.style2 .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}html.style2 .breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}html.style2 .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}html.style2 .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}html.style2 .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}html.style2 .breadcrumb-item.active{color:#6c757d}html.style2 .pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}html.style2 .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}html.style2 .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}html.style2 .page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style2 .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}html.style2 .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}html.style2 .page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}html.style2 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}html.style2 .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}html.style2 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}html.style2 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}html.style2 .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}html.style2 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}html.style2 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}html.style2 .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style2 .badge{transition:none}}ahtml.style2 .badge:focus,ahtml.style2 .badge:hover{text-decoration:none}html.style2 .badge:empty{display:none}html.style2 .btn .badge{position:relative;top:-1px}html.style2 .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}html.style2 .badge-primary{color:#fff;background-color:#007bff}ahtml.style2 .badge-primary:focus,ahtml.style2 .badge-primary:hover{color:#fff;background-color:#0062cc}ahtml.style2 .badge-primary.focus,ahtml.style2 .badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style2 .badge-secondary{color:#fff;background-color:#6c757d}ahtml.style2 .badge-secondary:focus,ahtml.style2 .badge-secondary:hover{color:#fff;background-color:#545b62}ahtml.style2 .badge-secondary.focus,ahtml.style2 .badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style2 .badge-success{color:#fff;background-color:#28a745}ahtml.style2 .badge-success:focus,ahtml.style2 .badge-success:hover{color:#fff;background-color:#1e7e34}ahtml.style2 .badge-success.focus,ahtml.style2 .badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style2 .badge-info{color:#fff;background-color:#17a2b8}ahtml.style2 .badge-info:focus,ahtml.style2 .badge-info:hover{color:#fff;background-color:#117a8b}ahtml.style2 .badge-info.focus,ahtml.style2 .badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style2 .badge-warning{color:#212529;background-color:#ffc107}ahtml.style2 .badge-warning:focus,ahtml.style2 .badge-warning:hover{color:#212529;background-color:#d39e00}ahtml.style2 .badge-warning.focus,ahtml.style2 .badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style2 .badge-danger{color:#fff;background-color:#ff3030}ahtml.style2 .badge-danger:focus,ahtml.style2 .badge-danger:hover{color:#fff;background-color:#fc0000}ahtml.style2 .badge-danger.focus,ahtml.style2 .badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style2 .badge-light{color:#fff;background-color:#25262c}ahtml.style2 .badge-light:focus,ahtml.style2 .badge-light:hover{color:#fff;background-color:#0e0e10}ahtml.style2 .badge-light.focus,ahtml.style2 .badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style2 .badge-dark{color:#fff;background-color:#191b1f}ahtml.style2 .badge-dark:focus,ahtml.style2 .badge-dark:hover{color:#fff;background-color:#020203}ahtml.style2 .badge-dark.focus,ahtml.style2 .badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style2 .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media(min-width:576px){html.style2 .jumbotron{padding:4rem 2rem}}html.style2 .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}html.style2 .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}html.style2 .alert-heading{color:inherit}html.style2 .alert-link{font-weight:700}html.style2 .alert-dismissible{padding-right:4rem}html.style2 .alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}html.style2 .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}html.style2 .alert-primary hr{border-top-color:#9fcdff}html.style2 .alert-primary .alert-link{color:#002752}html.style2 .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}html.style2 .alert-secondary hr{border-top-color:#c8cbcf}html.style2 .alert-secondary .alert-link{color:#202326}html.style2 .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}html.style2 .alert-success hr{border-top-color:#b1dfbb}html.style2 .alert-success .alert-link{color:#0b2e13}html.style2 .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}html.style2 .alert-info hr{border-top-color:#abdde5}html.style2 .alert-info .alert-link{color:#062c33}html.style2 .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}html.style2 .alert-warning hr{border-top-color:#ffe8a1}html.style2 .alert-warning .alert-link{color:#533f03}html.style2 .alert-danger{color:#851919;background-color:#ffd6d6;border-color:#ffc5c5}html.style2 .alert-danger hr{border-top-color:#ffacac}html.style2 .alert-danger .alert-link{color:#5a1111}html.style2 .alert-light{color:#131417;background-color:#d3d4d5;border-color:#c2c2c4}html.style2 .alert-light hr{border-top-color:#b5b5b7}html.style2 .alert-light .alert-link{color:#000}html.style2 .alert-dark{color:#0d0e10;background-color:#d1d1d2;border-color:#bfbfc0}html.style2 .alert-dark hr{border-top-color:#b2b2b3}html.style2 .alert-dark .alert-link{color:#000}html.style2 .progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}html.style2 .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media(prefers-reduced-motion:reduce){html.style2 .progress-bar{transition:none}}html.style2 .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}html.style2 .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){html.style2 .progress-bar-animated{animation:none}}html.style2 .media{display:flex;align-items:flex-start}html.style2 .media-body{flex:1 1}html.style2 .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}html.style2 .list-group-item-action{width:100%;color:#495057;text-align:inherit}html.style2 .list-group-item-action:focus,html.style2 .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}html.style2 .list-group-item-action:active{color:#212529;background-color:#e9ecef}html.style2 .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}html.style2 .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}html.style2 .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}html.style2 .list-group-item.disabled,html.style2 .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}html.style2 .list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}html.style2 .list-group-item+html.style2 .list-group-item{border-top-width:0}html.style2 .list-group-item+html.style2 .list-group-item.active{margin-top:-1px;border-top-width:1px}html.style2 .list-group-horizontal{flex-direction:row}html.style2 .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style2 .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style2 .list-group-horizontal>.list-group-item.active{margin-top:0}html.style2 .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style2 .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){html.style2 .list-group-horizontal-sm{flex-direction:row}html.style2 .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style2 .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style2 .list-group-horizontal-sm>.list-group-item.active{margin-top:0}html.style2 .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style2 .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){html.style2 .list-group-horizontal-md{flex-direction:row}html.style2 .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style2 .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style2 .list-group-horizontal-md>.list-group-item.active{margin-top:0}html.style2 .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style2 .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){html.style2 .list-group-horizontal-lg{flex-direction:row}html.style2 .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style2 .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style2 .list-group-horizontal-lg>.list-group-item.active{margin-top:0}html.style2 .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style2 .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){html.style2 .list-group-horizontal-xl{flex-direction:row}html.style2 .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style2 .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style2 .list-group-horizontal-xl>.list-group-item.active{margin-top:0}html.style2 .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style2 .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}html.style2 .list-group-flush{border-radius:0}html.style2 .list-group-flush>.list-group-item{border-width:0 0 1px}html.style2 .list-group-flush>.list-group-item:last-child{border-bottom-width:0}html.style2 .list-group-item-primary{color:#004085;background-color:#b8daff}html.style2 .list-group-item-primary.list-group-item-action:focus,html.style2 .list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}html.style2 .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}html.style2 .list-group-item-secondary{color:#383d41;background-color:#d6d8db}html.style2 .list-group-item-secondary.list-group-item-action:focus,html.style2 .list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}html.style2 .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}html.style2 .list-group-item-success{color:#155724;background-color:#c3e6cb}html.style2 .list-group-item-success.list-group-item-action:focus,html.style2 .list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}html.style2 .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}html.style2 .list-group-item-info{color:#0c5460;background-color:#bee5eb}html.style2 .list-group-item-info.list-group-item-action:focus,html.style2 .list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}html.style2 .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}html.style2 .list-group-item-warning{color:#856404;background-color:#ffeeba}html.style2 .list-group-item-warning.list-group-item-action:focus,html.style2 .list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}html.style2 .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}html.style2 .list-group-item-danger{color:#851919;background-color:#ffc5c5}html.style2 .list-group-item-danger.list-group-item-action:focus,html.style2 .list-group-item-danger.list-group-item-action:hover{color:#851919;background-color:#ffacac}html.style2 .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#851919;border-color:#851919}html.style2 .list-group-item-light{color:#131417;background-color:#c2c2c4}html.style2 .list-group-item-light.list-group-item-action:focus,html.style2 .list-group-item-light.list-group-item-action:hover{color:#131417;background-color:#b5b5b7}html.style2 .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#131417;border-color:#131417}html.style2 .list-group-item-dark{color:#0d0e10;background-color:#bfbfc0}html.style2 .list-group-item-dark.list-group-item-action:focus,html.style2 .list-group-item-dark.list-group-item-action:hover{color:#0d0e10;background-color:#b2b2b3}html.style2 .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#0d0e10;border-color:#0d0e10}html.style2 .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}html.style2 .close:hover{color:#000;text-decoration:none}html.style2 .close:not(:disabled):not(.disabled):focus,html.style2 .close:not(:disabled):not(.disabled):hover{opacity:.75}html.style2 button.close{padding:0;background-color:transparent;border:0}html.style2 a.close.disabled{pointer-events:none}html.style2 .toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}html.style2 .toast:not(:last-child){margin-bottom:.75rem}html.style2 .toast.showing{opacity:1}html.style2 .toast.show{display:block;opacity:1}html.style2 .toast.hide{display:none}html.style2 .toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style2 .toast-body{padding:.75rem}html.style2 .modal-open{overflow:hidden}html.style2 .modal-open .modal{overflow-x:hidden;overflow-y:auto}html.style2 .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}html.style2 .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade html.style2 .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade html.style2 .modal-dialog{transition:none}}.modal.show html.style2 .modal-dialog{transform:none}.modal.modal-static html.style2 .modal-dialog{transform:scale(1.02)}html.style2 .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}html.style2 .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}html.style2 .modal-dialog-scrollable .modal-footer,html.style2 .modal-dialog-scrollable .modal-header{flex-shrink:0}html.style2 .modal-dialog-scrollable .modal-body{overflow-y:auto}html.style2 .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}html.style2 .modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}html.style2 .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}html.style2 .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}html.style2 .modal-dialog-centered.modal-dialog-scrollable:before{content:none}html.style2 .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}html.style2 .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}html.style2 .modal-backdrop.fade{opacity:0}html.style2 .modal-backdrop.show{opacity:.5}html.style2 .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #eff1f2;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html.style2 .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}html.style2 .modal-title{margin-bottom:0;line-height:1.5}html.style2 .modal-body{position:relative;flex:1 1 auto;padding:1rem}html.style2 .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #eff1f2;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}html.style2 .modal-footer>*{margin:.25rem}html.style2 .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){html.style2 .modal-dialog{max-width:500px;margin:1.75rem auto}html.style2 .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}html.style2 .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}html.style2 .modal-dialog-centered{min-height:calc(100% - 3.5rem)}html.style2 .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}html.style2 .modal-sm{max-width:300px}}@media(min-width:992px){html.style2 .modal-lg,html.style2 .modal-xl{max-width:800px}}@media(min-width:1200px){html.style2 .modal-xl{max-width:1140px}}html.style2 .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}html.style2 .tooltip.show{opacity:.9}html.style2 .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}html.style2 .tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}html.style2 .bs-tooltip-auto[x-placement^=top],html.style2 .bs-tooltip-top{padding:.4rem 0}html.style2 .bs-tooltip-auto[x-placement^=top] .arrow,html.style2 .bs-tooltip-top .arrow{bottom:0}html.style2 .bs-tooltip-auto[x-placement^=top] .arrow:before,html.style2 .bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}html.style2 .bs-tooltip-auto[x-placement^=right],html.style2 .bs-tooltip-right{padding:0 .4rem}html.style2 .bs-tooltip-auto[x-placement^=right] .arrow,html.style2 .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}html.style2 .bs-tooltip-auto[x-placement^=right] .arrow:before,html.style2 .bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}html.style2 .bs-tooltip-auto[x-placement^=bottom],html.style2 .bs-tooltip-bottom{padding:.4rem 0}html.style2 .bs-tooltip-auto[x-placement^=bottom] .arrow,html.style2 .bs-tooltip-bottom .arrow{top:0}html.style2 .bs-tooltip-auto[x-placement^=bottom] .arrow:before,html.style2 .bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}html.style2 .bs-tooltip-auto[x-placement^=left],html.style2 .bs-tooltip-left{padding:0 .4rem}html.style2 .bs-tooltip-auto[x-placement^=left] .arrow,html.style2 .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}html.style2 .bs-tooltip-auto[x-placement^=left] .arrow:before,html.style2 .bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}html.style2 .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}html.style2 .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}html.style2 .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}html.style2 .popover .arrow:after,html.style2 .popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}html.style2 .bs-popover-auto[x-placement^=top],html.style2 .bs-popover-top{margin-bottom:.5rem}html.style2 .bs-popover-auto[x-placement^=top]>.arrow,html.style2 .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}html.style2 .bs-popover-auto[x-placement^=top]>.arrow:before,html.style2 .bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}html.style2 .bs-popover-auto[x-placement^=top]>.arrow:after,html.style2 .bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}html.style2 .bs-popover-auto[x-placement^=right],html.style2 .bs-popover-right{margin-left:.5rem}html.style2 .bs-popover-auto[x-placement^=right]>.arrow,html.style2 .bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}html.style2 .bs-popover-auto[x-placement^=right]>.arrow:before,html.style2 .bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}html.style2 .bs-popover-auto[x-placement^=right]>.arrow:after,html.style2 .bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}html.style2 .bs-popover-auto[x-placement^=bottom],html.style2 .bs-popover-bottom{margin-top:.5rem}html.style2 .bs-popover-auto[x-placement^=bottom]>.arrow,html.style2 .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}html.style2 .bs-popover-auto[x-placement^=bottom]>.arrow:before,html.style2 .bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}html.style2 .bs-popover-auto[x-placement^=bottom]>.arrow:after,html.style2 .bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}html.style2 .bs-popover-auto[x-placement^=bottom] .popover-header:before,html.style2 .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}html.style2 .bs-popover-auto[x-placement^=left],html.style2 .bs-popover-left{margin-right:.5rem}html.style2 .bs-popover-auto[x-placement^=left]>.arrow,html.style2 .bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}html.style2 .bs-popover-auto[x-placement^=left]>.arrow:before,html.style2 .bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}html.style2 .bs-popover-auto[x-placement^=left]>.arrow:after,html.style2 .bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}html.style2 .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html.style2 .popover-header:empty{display:none}html.style2 .popover-body{padding:.5rem .75rem;color:#212529}html.style2 .carousel{position:relative}html.style2 .carousel.pointer-event{touch-action:pan-y}html.style2 .carousel-inner{position:relative;width:100%;overflow:hidden}html.style2 .carousel-inner:after{display:block;clear:both;content:""}html.style2 .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){html.style2 .carousel-item{transition:none}}html.style2 .carousel-item-next,html.style2 .carousel-item-prev,html.style2 .carousel-item.active{display:block}html.style2 .active.carousel-item-right,html.style2 .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}html.style2 .active.carousel-item-left,html.style2 .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}html.style2 .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}html.style2 .carousel-fade .carousel-item-next.carousel-item-left,html.style2 .carousel-fade .carousel-item-prev.carousel-item-right,html.style2 .carousel-fade .carousel-item.active{z-index:1;opacity:1}html.style2 .carousel-fade .active.carousel-item-left,html.style2 .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){html.style2 .carousel-fade .active.carousel-item-left,html.style2 .carousel-fade .active.carousel-item-right{transition:none}}html.style2 .carousel-control-next,html.style2 .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){html.style2 .carousel-control-next,html.style2 .carousel-control-prev{transition:none}}html.style2 .carousel-control-next:focus,html.style2 .carousel-control-next:hover,html.style2 .carousel-control-prev:focus,html.style2 .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}html.style2 .carousel-control-prev{left:0}html.style2 .carousel-control-next{right:0}html.style2 .carousel-control-next-icon,html.style2 .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}html.style2 .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}html.style2 .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}html.style2 .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}html.style2 .carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){html.style2 .carousel-indicators li{transition:none}}html.style2 .carousel-indicators .active{opacity:1}html.style2 .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}html.style2 .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}html.style2 .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}html.style2 .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}html.style2 .spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){html.style2 .spinner-border,html.style2 .spinner-grow{animation-duration:1.5s}}html.style2 .align-baseline{vertical-align:baseline!important}html.style2 .align-top{vertical-align:top!important}html.style2 .align-middle{vertical-align:middle!important}html.style2 .align-bottom{vertical-align:bottom!important}html.style2 .align-text-bottom{vertical-align:text-bottom!important}html.style2 .align-text-top{vertical-align:text-top!important}html.style2 .bg-primary{background-color:#007bff!important}html.style2 a.bg-primary:focus,html.style2 a.bg-primary:hover,html.style2 button.bg-primary:focus,html.style2 button.bg-primary:hover{background-color:#0062cc!important}html.style2 .bg-secondary{background-color:#6c757d!important}html.style2 a.bg-secondary:focus,html.style2 a.bg-secondary:hover,html.style2 button.bg-secondary:focus,html.style2 button.bg-secondary:hover{background-color:#545b62!important}html.style2 .bg-success{background-color:#28a745!important}html.style2 a.bg-success:focus,html.style2 a.bg-success:hover,html.style2 button.bg-success:focus,html.style2 button.bg-success:hover{background-color:#1e7e34!important}html.style2 .bg-info{background-color:#17a2b8!important}html.style2 a.bg-info:focus,html.style2 a.bg-info:hover,html.style2 button.bg-info:focus,html.style2 button.bg-info:hover{background-color:#117a8b!important}html.style2 .bg-warning{background-color:#ffc107!important}html.style2 a.bg-warning:focus,html.style2 a.bg-warning:hover,html.style2 button.bg-warning:focus,html.style2 button.bg-warning:hover{background-color:#d39e00!important}html.style2 .bg-danger{background-color:#ff3030!important}html.style2 a.bg-danger:focus,html.style2 a.bg-danger:hover,html.style2 button.bg-danger:focus,html.style2 button.bg-danger:hover{background-color:#fc0000!important}html.style2 .bg-light{background-color:#25262c!important}html.style2 a.bg-light:focus,html.style2 a.bg-light:hover,html.style2 button.bg-light:focus,html.style2 button.bg-light:hover{background-color:#0e0e10!important}html.style2 .bg-dark{background-color:#191b1f!important}html.style2 a.bg-dark:focus,html.style2 a.bg-dark:hover,html.style2 button.bg-dark:focus,html.style2 button.bg-dark:hover{background-color:#020203!important}html.style2 .bg-white{background-color:#fff!important}html.style2 .border{border:1px solid #eff1f2!important}html.style2 .border-top{border-top:1px solid #eff1f2!important}html.style2 .border-right{border-right:1px solid #eff1f2!important}html.style2 .border-bottom{border-bottom:1px solid #eff1f2!important}html.style2 .border-left{border-left:1px solid #eff1f2!important}html.style2 .border-0{border:0!important}html.style2 .border-top-0{border-top:0!important}html.style2 .border-right-0{border-right:0!important}html.style2 .border-bottom-0{border-bottom:0!important}html.style2 .border-left-0{border-left:0!important}html.style2 .border-primary{border-color:#007bff!important}html.style2 .border-secondary{border-color:#6c757d!important}html.style2 .border-success{border-color:#28a745!important}html.style2 .border-info{border-color:#17a2b8!important}html.style2 .border-warning{border-color:#ffc107!important}html.style2 .border-danger{border-color:#ff3030!important}html.style2 .border-light{border-color:#25262c!important}html.style2 .border-dark{border-color:#191b1f!important}html.style2 .border-white{border-color:#fff!important}html.style2 .rounded-sm{border-radius:.2rem!important}html.style2 .rounded{border-radius:.25rem!important}html.style2 .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}html.style2 .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}html.style2 .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}html.style2 .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}html.style2 .rounded-lg{border-radius:.3rem!important}html.style2 .rounded-circle{border-radius:50%!important}html.style2 .rounded-pill{border-radius:50rem!important}html.style2 .rounded-0{border-radius:0!important}html.style2 .clearfix:after{display:block;clear:both;content:""}html.style2 .d-none{display:none!important}html.style2 .d-inline{display:inline!important}html.style2 .d-inline-block{display:inline-block!important}html.style2 .d-block{display:block!important}html.style2 .d-table{display:table!important}html.style2 .d-table-row{display:table-row!important}html.style2 .d-table-cell{display:table-cell!important}html.style2 .d-flex{display:flex!important}html.style2 .d-inline-flex{display:inline-flex!important}@media(min-width:576px){html.style2 .d-sm-none{display:none!important}html.style2 .d-sm-inline{display:inline!important}html.style2 .d-sm-inline-block{display:inline-block!important}html.style2 .d-sm-block{display:block!important}html.style2 .d-sm-table{display:table!important}html.style2 .d-sm-table-row{display:table-row!important}html.style2 .d-sm-table-cell{display:table-cell!important}html.style2 .d-sm-flex{display:flex!important}html.style2 .d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){html.style2 .d-md-none{display:none!important}html.style2 .d-md-inline{display:inline!important}html.style2 .d-md-inline-block{display:inline-block!important}html.style2 .d-md-block{display:block!important}html.style2 .d-md-table{display:table!important}html.style2 .d-md-table-row{display:table-row!important}html.style2 .d-md-table-cell{display:table-cell!important}html.style2 .d-md-flex{display:flex!important}html.style2 .d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){html.style2 .d-lg-none{display:none!important}html.style2 .d-lg-inline{display:inline!important}html.style2 .d-lg-inline-block{display:inline-block!important}html.style2 .d-lg-block{display:block!important}html.style2 .d-lg-table{display:table!important}html.style2 .d-lg-table-row{display:table-row!important}html.style2 .d-lg-table-cell{display:table-cell!important}html.style2 .d-lg-flex{display:flex!important}html.style2 .d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){html.style2 .d-xl-none{display:none!important}html.style2 .d-xl-inline{display:inline!important}html.style2 .d-xl-inline-block{display:inline-block!important}html.style2 .d-xl-block{display:block!important}html.style2 .d-xl-table{display:table!important}html.style2 .d-xl-table-row{display:table-row!important}html.style2 .d-xl-table-cell{display:table-cell!important}html.style2 .d-xl-flex{display:flex!important}html.style2 .d-xl-inline-flex{display:inline-flex!important}}@media print{html.style2 .d-print-none{display:none!important}html.style2 .d-print-inline{display:inline!important}html.style2 .d-print-inline-block{display:inline-block!important}html.style2 .d-print-block{display:block!important}html.style2 .d-print-table{display:table!important}html.style2 .d-print-table-row{display:table-row!important}html.style2 .d-print-table-cell{display:table-cell!important}html.style2 .d-print-flex{display:flex!important}html.style2 .d-print-inline-flex{display:inline-flex!important}}html.style2 .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}html.style2 .embed-responsive:before{display:block;content:""}html.style2 .embed-responsive .embed-responsive-item,html.style2 .embed-responsive embed,html.style2 .embed-responsive iframe,html.style2 .embed-responsive object,html.style2 .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}html.style2 .embed-responsive-21by9:before{padding-top:42.85714286%}html.style2 .embed-responsive-16by9:before{padding-top:56.25%}html.style2 .embed-responsive-4by3:before{padding-top:75%}html.style2 .embed-responsive-1by1:before{padding-top:100%}html.style2 .flex-row{flex-direction:row!important}html.style2 .flex-column{flex-direction:column!important}html.style2 .flex-row-reverse{flex-direction:row-reverse!important}html.style2 .flex-column-reverse{flex-direction:column-reverse!important}html.style2 .flex-wrap{flex-wrap:wrap!important}html.style2 .flex-nowrap{flex-wrap:nowrap!important}html.style2 .flex-wrap-reverse{flex-wrap:wrap-reverse!important}html.style2 .flex-fill{flex:1 1 auto!important}html.style2 .flex-grow-0{flex-grow:0!important}html.style2 .flex-grow-1{flex-grow:1!important}html.style2 .flex-shrink-0{flex-shrink:0!important}html.style2 .flex-shrink-1{flex-shrink:1!important}html.style2 .justify-content-start{justify-content:flex-start!important}html.style2 .justify-content-end{justify-content:flex-end!important}html.style2 .justify-content-center{justify-content:center!important}html.style2 .justify-content-between{justify-content:space-between!important}html.style2 .justify-content-around{justify-content:space-around!important}html.style2 .align-items-start{align-items:flex-start!important}html.style2 .align-items-end{align-items:flex-end!important}html.style2 .align-items-center{align-items:center!important}html.style2 .align-items-baseline{align-items:baseline!important}html.style2 .align-items-stretch{align-items:stretch!important}html.style2 .align-content-start{align-content:flex-start!important}html.style2 .align-content-end{align-content:flex-end!important}html.style2 .align-content-center{align-content:center!important}html.style2 .align-content-between{align-content:space-between!important}html.style2 .align-content-around{align-content:space-around!important}html.style2 .align-content-stretch{align-content:stretch!important}html.style2 .align-self-auto{align-self:auto!important}html.style2 .align-self-start{align-self:flex-start!important}html.style2 .align-self-end{align-self:flex-end!important}html.style2 .align-self-center{align-self:center!important}html.style2 .align-self-baseline{align-self:baseline!important}html.style2 .align-self-stretch{align-self:stretch!important}@media(min-width:576px){html.style2 .flex-sm-row{flex-direction:row!important}html.style2 .flex-sm-column{flex-direction:column!important}html.style2 .flex-sm-row-reverse{flex-direction:row-reverse!important}html.style2 .flex-sm-column-reverse{flex-direction:column-reverse!important}html.style2 .flex-sm-wrap{flex-wrap:wrap!important}html.style2 .flex-sm-nowrap{flex-wrap:nowrap!important}html.style2 .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}html.style2 .flex-sm-fill{flex:1 1 auto!important}html.style2 .flex-sm-grow-0{flex-grow:0!important}html.style2 .flex-sm-grow-1{flex-grow:1!important}html.style2 .flex-sm-shrink-0{flex-shrink:0!important}html.style2 .flex-sm-shrink-1{flex-shrink:1!important}html.style2 .justify-content-sm-start{justify-content:flex-start!important}html.style2 .justify-content-sm-end{justify-content:flex-end!important}html.style2 .justify-content-sm-center{justify-content:center!important}html.style2 .justify-content-sm-between{justify-content:space-between!important}html.style2 .justify-content-sm-around{justify-content:space-around!important}html.style2 .align-items-sm-start{align-items:flex-start!important}html.style2 .align-items-sm-end{align-items:flex-end!important}html.style2 .align-items-sm-center{align-items:center!important}html.style2 .align-items-sm-baseline{align-items:baseline!important}html.style2 .align-items-sm-stretch{align-items:stretch!important}html.style2 .align-content-sm-start{align-content:flex-start!important}html.style2 .align-content-sm-end{align-content:flex-end!important}html.style2 .align-content-sm-center{align-content:center!important}html.style2 .align-content-sm-between{align-content:space-between!important}html.style2 .align-content-sm-around{align-content:space-around!important}html.style2 .align-content-sm-stretch{align-content:stretch!important}html.style2 .align-self-sm-auto{align-self:auto!important}html.style2 .align-self-sm-start{align-self:flex-start!important}html.style2 .align-self-sm-end{align-self:flex-end!important}html.style2 .align-self-sm-center{align-self:center!important}html.style2 .align-self-sm-baseline{align-self:baseline!important}html.style2 .align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){html.style2 .flex-md-row{flex-direction:row!important}html.style2 .flex-md-column{flex-direction:column!important}html.style2 .flex-md-row-reverse{flex-direction:row-reverse!important}html.style2 .flex-md-column-reverse{flex-direction:column-reverse!important}html.style2 .flex-md-wrap{flex-wrap:wrap!important}html.style2 .flex-md-nowrap{flex-wrap:nowrap!important}html.style2 .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}html.style2 .flex-md-fill{flex:1 1 auto!important}html.style2 .flex-md-grow-0{flex-grow:0!important}html.style2 .flex-md-grow-1{flex-grow:1!important}html.style2 .flex-md-shrink-0{flex-shrink:0!important}html.style2 .flex-md-shrink-1{flex-shrink:1!important}html.style2 .justify-content-md-start{justify-content:flex-start!important}html.style2 .justify-content-md-end{justify-content:flex-end!important}html.style2 .justify-content-md-center{justify-content:center!important}html.style2 .justify-content-md-between{justify-content:space-between!important}html.style2 .justify-content-md-around{justify-content:space-around!important}html.style2 .align-items-md-start{align-items:flex-start!important}html.style2 .align-items-md-end{align-items:flex-end!important}html.style2 .align-items-md-center{align-items:center!important}html.style2 .align-items-md-baseline{align-items:baseline!important}html.style2 .align-items-md-stretch{align-items:stretch!important}html.style2 .align-content-md-start{align-content:flex-start!important}html.style2 .align-content-md-end{align-content:flex-end!important}html.style2 .align-content-md-center{align-content:center!important}html.style2 .align-content-md-between{align-content:space-between!important}html.style2 .align-content-md-around{align-content:space-around!important}html.style2 .align-content-md-stretch{align-content:stretch!important}html.style2 .align-self-md-auto{align-self:auto!important}html.style2 .align-self-md-start{align-self:flex-start!important}html.style2 .align-self-md-end{align-self:flex-end!important}html.style2 .align-self-md-center{align-self:center!important}html.style2 .align-self-md-baseline{align-self:baseline!important}html.style2 .align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){html.style2 .flex-lg-row{flex-direction:row!important}html.style2 .flex-lg-column{flex-direction:column!important}html.style2 .flex-lg-row-reverse{flex-direction:row-reverse!important}html.style2 .flex-lg-column-reverse{flex-direction:column-reverse!important}html.style2 .flex-lg-wrap{flex-wrap:wrap!important}html.style2 .flex-lg-nowrap{flex-wrap:nowrap!important}html.style2 .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}html.style2 .flex-lg-fill{flex:1 1 auto!important}html.style2 .flex-lg-grow-0{flex-grow:0!important}html.style2 .flex-lg-grow-1{flex-grow:1!important}html.style2 .flex-lg-shrink-0{flex-shrink:0!important}html.style2 .flex-lg-shrink-1{flex-shrink:1!important}html.style2 .justify-content-lg-start{justify-content:flex-start!important}html.style2 .justify-content-lg-end{justify-content:flex-end!important}html.style2 .justify-content-lg-center{justify-content:center!important}html.style2 .justify-content-lg-between{justify-content:space-between!important}html.style2 .justify-content-lg-around{justify-content:space-around!important}html.style2 .align-items-lg-start{align-items:flex-start!important}html.style2 .align-items-lg-end{align-items:flex-end!important}html.style2 .align-items-lg-center{align-items:center!important}html.style2 .align-items-lg-baseline{align-items:baseline!important}html.style2 .align-items-lg-stretch{align-items:stretch!important}html.style2 .align-content-lg-start{align-content:flex-start!important}html.style2 .align-content-lg-end{align-content:flex-end!important}html.style2 .align-content-lg-center{align-content:center!important}html.style2 .align-content-lg-between{align-content:space-between!important}html.style2 .align-content-lg-around{align-content:space-around!important}html.style2 .align-content-lg-stretch{align-content:stretch!important}html.style2 .align-self-lg-auto{align-self:auto!important}html.style2 .align-self-lg-start{align-self:flex-start!important}html.style2 .align-self-lg-end{align-self:flex-end!important}html.style2 .align-self-lg-center{align-self:center!important}html.style2 .align-self-lg-baseline{align-self:baseline!important}html.style2 .align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){html.style2 .flex-xl-row{flex-direction:row!important}html.style2 .flex-xl-column{flex-direction:column!important}html.style2 .flex-xl-row-reverse{flex-direction:row-reverse!important}html.style2 .flex-xl-column-reverse{flex-direction:column-reverse!important}html.style2 .flex-xl-wrap{flex-wrap:wrap!important}html.style2 .flex-xl-nowrap{flex-wrap:nowrap!important}html.style2 .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}html.style2 .flex-xl-fill{flex:1 1 auto!important}html.style2 .flex-xl-grow-0{flex-grow:0!important}html.style2 .flex-xl-grow-1{flex-grow:1!important}html.style2 .flex-xl-shrink-0{flex-shrink:0!important}html.style2 .flex-xl-shrink-1{flex-shrink:1!important}html.style2 .justify-content-xl-start{justify-content:flex-start!important}html.style2 .justify-content-xl-end{justify-content:flex-end!important}html.style2 .justify-content-xl-center{justify-content:center!important}html.style2 .justify-content-xl-between{justify-content:space-between!important}html.style2 .justify-content-xl-around{justify-content:space-around!important}html.style2 .align-items-xl-start{align-items:flex-start!important}html.style2 .align-items-xl-end{align-items:flex-end!important}html.style2 .align-items-xl-center{align-items:center!important}html.style2 .align-items-xl-baseline{align-items:baseline!important}html.style2 .align-items-xl-stretch{align-items:stretch!important}html.style2 .align-content-xl-start{align-content:flex-start!important}html.style2 .align-content-xl-end{align-content:flex-end!important}html.style2 .align-content-xl-center{align-content:center!important}html.style2 .align-content-xl-between{align-content:space-between!important}html.style2 .align-content-xl-around{align-content:space-around!important}html.style2 .align-content-xl-stretch{align-content:stretch!important}html.style2 .align-self-xl-auto{align-self:auto!important}html.style2 .align-self-xl-start{align-self:flex-start!important}html.style2 .align-self-xl-end{align-self:flex-end!important}html.style2 .align-self-xl-center{align-self:center!important}html.style2 .align-self-xl-baseline{align-self:baseline!important}html.style2 .align-self-xl-stretch{align-self:stretch!important}}html.style2 .float-left{float:left!important}html.style2 .float-right{float:right!important}html.style2 .float-none{float:none!important}@media(min-width:576px){html.style2 .float-sm-left{float:left!important}html.style2 .float-sm-right{float:right!important}html.style2 .float-sm-none{float:none!important}}@media(min-width:768px){html.style2 .float-md-left{float:left!important}html.style2 .float-md-right{float:right!important}html.style2 .float-md-none{float:none!important}}@media(min-width:992px){html.style2 .float-lg-left{float:left!important}html.style2 .float-lg-right{float:right!important}html.style2 .float-lg-none{float:none!important}}@media(min-width:1200px){html.style2 .float-xl-left{float:left!important}html.style2 .float-xl-right{float:right!important}html.style2 .float-xl-none{float:none!important}}html.style2 .user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}html.style2 .user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}html.style2 .user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}html.style2 .overflow-auto{overflow:auto!important}html.style2 .overflow-hidden{overflow:hidden!important}html.style2 .position-static{position:static!important}html.style2 .position-relative{position:relative!important}html.style2 .position-absolute{position:absolute!important}html.style2 .position-fixed{position:fixed!important}html.style2 .position-sticky{position:-webkit-sticky!important;position:sticky!important}html.style2 .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}html.style2 .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports((position:-webkit-sticky) or (position:sticky)){html.style2 .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}html.style2 .sr-only{white-space:nowrap}html.style2 .sr-only-focusable:active,html.style2 .sr-only-focusable:focus{white-space:normal}html.style2 .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}html.style2 .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}html.style2 .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}html.style2 .shadow-none{box-shadow:none!important}html.style2 .w-25{width:25%!important}html.style2 .w-50{width:50%!important}html.style2 .w-75{width:75%!important}html.style2 .w-100{width:100%!important}html.style2 .w-auto{width:auto!important}html.style2 .h-25{height:25%!important}html.style2 .h-50{height:50%!important}html.style2 .h-75{height:75%!important}html.style2 .h-100{height:100%!important}html.style2 .h-auto{height:auto!important}html.style2 .mw-100{max-width:100%!important}html.style2 .mh-100{max-height:100%!important}html.style2 .min-vw-100{min-width:100vw!important}html.style2 .min-vh-100{min-height:100vh!important}html.style2 .vw-100{width:100vw!important}html.style2 .vh-100{height:100vh!important}html.style2 .mt-0,html.style2 .my-0{margin-top:0!important}html.style2 .mr-0,html.style2 .mx-0{margin-right:0!important}html.style2 .mb-0,html.style2 .my-0{margin-bottom:0!important}html.style2 .ml-0,html.style2 .mx-0{margin-left:0!important}html.style2 .m-1{margin:.25rem!important}html.style2 .mt-1,html.style2 .my-1{margin-top:.25rem!important}html.style2 .mr-1,html.style2 .mx-1{margin-right:.25rem!important}html.style2 .mb-1,html.style2 .my-1{margin-bottom:.25rem!important}html.style2 .ml-1,html.style2 .mx-1{margin-left:.25rem!important}html.style2 .m-2{margin:.5rem!important}html.style2 .mt-2,html.style2 .my-2{margin-top:.5rem!important}html.style2 .mr-2,html.style2 .mx-2{margin-right:.5rem!important}html.style2 .mb-2,html.style2 .my-2{margin-bottom:.5rem!important}html.style2 .ml-2,html.style2 .mx-2{margin-left:.5rem!important}html.style2 .m-3{margin:1rem!important}html.style2 .mt-3,html.style2 .my-3{margin-top:1rem!important}html.style2 .mr-3,html.style2 .mx-3{margin-right:1rem!important}html.style2 .mb-3,html.style2 .my-3{margin-bottom:1rem!important}html.style2 .ml-3,html.style2 .mx-3{margin-left:1rem!important}html.style2 .m-4{margin:1.5rem!important}html.style2 .mt-4,html.style2 .my-4{margin-top:1.5rem!important}html.style2 .mr-4,html.style2 .mx-4{margin-right:1.5rem!important}html.style2 .mb-4,html.style2 .my-4{margin-bottom:1.5rem!important}html.style2 .ml-4,html.style2 .mx-4{margin-left:1.5rem!important}html.style2 .m-5{margin:3rem!important}html.style2 .mt-5,html.style2 .my-5{margin-top:3rem!important}html.style2 .mr-5,html.style2 .mx-5{margin-right:3rem!important}html.style2 .mb-5,html.style2 .my-5{margin-bottom:3rem!important}html.style2 .ml-5,html.style2 .mx-5{margin-left:3rem!important}html.style2 .p-0{padding:0!important}html.style2 .pt-0,html.style2 .py-0{padding-top:0!important}html.style2 .pr-0,html.style2 .px-0{padding-right:0!important}html.style2 .pb-0,html.style2 .py-0{padding-bottom:0!important}html.style2 .pl-0,html.style2 .px-0{padding-left:0!important}html.style2 .p-1{padding:.25rem!important}html.style2 .pt-1,html.style2 .py-1{padding-top:.25rem!important}html.style2 .pr-1,html.style2 .px-1{padding-right:.25rem!important}html.style2 .pb-1,html.style2 .py-1{padding-bottom:.25rem!important}html.style2 .pl-1,html.style2 .px-1{padding-left:.25rem!important}html.style2 .p-2{padding:.5rem!important}html.style2 .pt-2,html.style2 .py-2{padding-top:.5rem!important}html.style2 .pr-2,html.style2 .px-2{padding-right:.5rem!important}html.style2 .pb-2,html.style2 .py-2{padding-bottom:.5rem!important}html.style2 .pl-2,html.style2 .px-2{padding-left:.5rem!important}html.style2 .p-3{padding:1rem!important}html.style2 .pt-3,html.style2 .py-3{padding-top:1rem!important}html.style2 .pr-3,html.style2 .px-3{padding-right:1rem!important}html.style2 .pb-3,html.style2 .py-3{padding-bottom:1rem!important}html.style2 .pl-3,html.style2 .px-3{padding-left:1rem!important}html.style2 .p-4{padding:1.5rem!important}html.style2 .pt-4,html.style2 .py-4{padding-top:1.5rem!important}html.style2 .pr-4,html.style2 .px-4{padding-right:1.5rem!important}html.style2 .pb-4,html.style2 .py-4{padding-bottom:1.5rem!important}html.style2 .pl-4,html.style2 .px-4{padding-left:1.5rem!important}html.style2 .p-5{padding:3rem!important}html.style2 .pt-5,html.style2 .py-5{padding-top:3rem!important}html.style2 .pr-5,html.style2 .px-5{padding-right:3rem!important}html.style2 .pb-5,html.style2 .py-5{padding-bottom:3rem!important}html.style2 .pl-5,html.style2 .px-5{padding-left:3rem!important}html.style2 .m-n1{margin:-.25rem!important}html.style2 .mt-n1,html.style2 .my-n1{margin-top:-.25rem!important}html.style2 .mr-n1,html.style2 .mx-n1{margin-right:-.25rem!important}html.style2 .mb-n1,html.style2 .my-n1{margin-bottom:-.25rem!important}html.style2 .ml-n1,html.style2 .mx-n1{margin-left:-.25rem!important}html.style2 .m-n2{margin:-.5rem!important}html.style2 .mt-n2,html.style2 .my-n2{margin-top:-.5rem!important}html.style2 .mr-n2,html.style2 .mx-n2{margin-right:-.5rem!important}html.style2 .mb-n2,html.style2 .my-n2{margin-bottom:-.5rem!important}html.style2 .ml-n2,html.style2 .mx-n2{margin-left:-.5rem!important}html.style2 .m-n3{margin:-1rem!important}html.style2 .mt-n3,html.style2 .my-n3{margin-top:-1rem!important}html.style2 .mr-n3,html.style2 .mx-n3{margin-right:-1rem!important}html.style2 .mb-n3,html.style2 .my-n3{margin-bottom:-1rem!important}html.style2 .ml-n3,html.style2 .mx-n3{margin-left:-1rem!important}html.style2 .m-n4{margin:-1.5rem!important}html.style2 .mt-n4,html.style2 .my-n4{margin-top:-1.5rem!important}html.style2 .mr-n4,html.style2 .mx-n4{margin-right:-1.5rem!important}html.style2 .mb-n4,html.style2 .my-n4{margin-bottom:-1.5rem!important}html.style2 .ml-n4,html.style2 .mx-n4{margin-left:-1.5rem!important}html.style2 .m-n5{margin:-3rem!important}html.style2 .mt-n5,html.style2 .my-n5{margin-top:-3rem!important}html.style2 .mr-n5,html.style2 .mx-n5{margin-right:-3rem!important}html.style2 .mb-n5,html.style2 .my-n5{margin-bottom:-3rem!important}html.style2 .ml-n5,html.style2 .mx-n5{margin-left:-3rem!important}html.style2 .m-auto{margin:auto!important}html.style2 .mt-auto,html.style2 .my-auto{margin-top:auto!important}html.style2 .mr-auto,html.style2 .mx-auto{margin-right:auto!important}html.style2 .mb-auto,html.style2 .my-auto{margin-bottom:auto!important}html.style2 .ml-auto,html.style2 .mx-auto{margin-left:auto!important}@media(min-width:576px){html.style2 .m-sm-0{margin:0!important}html.style2 .mt-sm-0,html.style2 .my-sm-0{margin-top:0!important}html.style2 .mr-sm-0,html.style2 .mx-sm-0{margin-right:0!important}html.style2 .mb-sm-0,html.style2 .my-sm-0{margin-bottom:0!important}html.style2 .ml-sm-0,html.style2 .mx-sm-0{margin-left:0!important}html.style2 .m-sm-1{margin:.25rem!important}html.style2 .mt-sm-1,html.style2 .my-sm-1{margin-top:.25rem!important}html.style2 .mr-sm-1,html.style2 .mx-sm-1{margin-right:.25rem!important}html.style2 .mb-sm-1,html.style2 .my-sm-1{margin-bottom:.25rem!important}html.style2 .ml-sm-1,html.style2 .mx-sm-1{margin-left:.25rem!important}html.style2 .m-sm-2{margin:.5rem!important}html.style2 .mt-sm-2,html.style2 .my-sm-2{margin-top:.5rem!important}html.style2 .mr-sm-2,html.style2 .mx-sm-2{margin-right:.5rem!important}html.style2 .mb-sm-2,html.style2 .my-sm-2{margin-bottom:.5rem!important}html.style2 .ml-sm-2,html.style2 .mx-sm-2{margin-left:.5rem!important}html.style2 .m-sm-3{margin:1rem!important}html.style2 .mt-sm-3,html.style2 .my-sm-3{margin-top:1rem!important}html.style2 .mr-sm-3,html.style2 .mx-sm-3{margin-right:1rem!important}html.style2 .mb-sm-3,html.style2 .my-sm-3{margin-bottom:1rem!important}html.style2 .ml-sm-3,html.style2 .mx-sm-3{margin-left:1rem!important}html.style2 .m-sm-4{margin:1.5rem!important}html.style2 .mt-sm-4,html.style2 .my-sm-4{margin-top:1.5rem!important}html.style2 .mr-sm-4,html.style2 .mx-sm-4{margin-right:1.5rem!important}html.style2 .mb-sm-4,html.style2 .my-sm-4{margin-bottom:1.5rem!important}html.style2 .ml-sm-4,html.style2 .mx-sm-4{margin-left:1.5rem!important}html.style2 .m-sm-5{margin:3rem!important}html.style2 .mt-sm-5,html.style2 .my-sm-5{margin-top:3rem!important}html.style2 .mr-sm-5,html.style2 .mx-sm-5{margin-right:3rem!important}html.style2 .mb-sm-5,html.style2 .my-sm-5{margin-bottom:3rem!important}html.style2 .ml-sm-5,html.style2 .mx-sm-5{margin-left:3rem!important}html.style2 .p-sm-0{padding:0!important}html.style2 .pt-sm-0,html.style2 .py-sm-0{padding-top:0!important}html.style2 .pr-sm-0,html.style2 .px-sm-0{padding-right:0!important}html.style2 .pb-sm-0,html.style2 .py-sm-0{padding-bottom:0!important}html.style2 .pl-sm-0,html.style2 .px-sm-0{padding-left:0!important}html.style2 .p-sm-1{padding:.25rem!important}html.style2 .pt-sm-1,html.style2 .py-sm-1{padding-top:.25rem!important}html.style2 .pr-sm-1,html.style2 .px-sm-1{padding-right:.25rem!important}html.style2 .pb-sm-1,html.style2 .py-sm-1{padding-bottom:.25rem!important}html.style2 .pl-sm-1,html.style2 .px-sm-1{padding-left:.25rem!important}html.style2 .p-sm-2{padding:.5rem!important}html.style2 .pt-sm-2,html.style2 .py-sm-2{padding-top:.5rem!important}html.style2 .pr-sm-2,html.style2 .px-sm-2{padding-right:.5rem!important}html.style2 .pb-sm-2,html.style2 .py-sm-2{padding-bottom:.5rem!important}html.style2 .pl-sm-2,html.style2 .px-sm-2{padding-left:.5rem!important}html.style2 .p-sm-3{padding:1rem!important}html.style2 .pt-sm-3,html.style2 .py-sm-3{padding-top:1rem!important}html.style2 .pr-sm-3,html.style2 .px-sm-3{padding-right:1rem!important}html.style2 .pb-sm-3,html.style2 .py-sm-3{padding-bottom:1rem!important}html.style2 .pl-sm-3,html.style2 .px-sm-3{padding-left:1rem!important}html.style2 .p-sm-4{padding:1.5rem!important}html.style2 .pt-sm-4,html.style2 .py-sm-4{padding-top:1.5rem!important}html.style2 .pr-sm-4,html.style2 .px-sm-4{padding-right:1.5rem!important}html.style2 .pb-sm-4,html.style2 .py-sm-4{padding-bottom:1.5rem!important}html.style2 .pl-sm-4,html.style2 .px-sm-4{padding-left:1.5rem!important}html.style2 .p-sm-5{padding:3rem!important}html.style2 .pt-sm-5,html.style2 .py-sm-5{padding-top:3rem!important}html.style2 .pr-sm-5,html.style2 .px-sm-5{padding-right:3rem!important}html.style2 .pb-sm-5,html.style2 .py-sm-5{padding-bottom:3rem!important}html.style2 .pl-sm-5,html.style2 .px-sm-5{padding-left:3rem!important}html.style2 .m-sm-n1{margin:-.25rem!important}html.style2 .mt-sm-n1,html.style2 .my-sm-n1{margin-top:-.25rem!important}html.style2 .mr-sm-n1,html.style2 .mx-sm-n1{margin-right:-.25rem!important}html.style2 .mb-sm-n1,html.style2 .my-sm-n1{margin-bottom:-.25rem!important}html.style2 .ml-sm-n1,html.style2 .mx-sm-n1{margin-left:-.25rem!important}html.style2 .m-sm-n2{margin:-.5rem!important}html.style2 .mt-sm-n2,html.style2 .my-sm-n2{margin-top:-.5rem!important}html.style2 .mr-sm-n2,html.style2 .mx-sm-n2{margin-right:-.5rem!important}html.style2 .mb-sm-n2,html.style2 .my-sm-n2{margin-bottom:-.5rem!important}html.style2 .ml-sm-n2,html.style2 .mx-sm-n2{margin-left:-.5rem!important}html.style2 .m-sm-n3{margin:-1rem!important}html.style2 .mt-sm-n3,html.style2 .my-sm-n3{margin-top:-1rem!important}html.style2 .mr-sm-n3,html.style2 .mx-sm-n3{margin-right:-1rem!important}html.style2 .mb-sm-n3,html.style2 .my-sm-n3{margin-bottom:-1rem!important}html.style2 .ml-sm-n3,html.style2 .mx-sm-n3{margin-left:-1rem!important}html.style2 .m-sm-n4{margin:-1.5rem!important}html.style2 .mt-sm-n4,html.style2 .my-sm-n4{margin-top:-1.5rem!important}html.style2 .mr-sm-n4,html.style2 .mx-sm-n4{margin-right:-1.5rem!important}html.style2 .mb-sm-n4,html.style2 .my-sm-n4{margin-bottom:-1.5rem!important}html.style2 .ml-sm-n4,html.style2 .mx-sm-n4{margin-left:-1.5rem!important}html.style2 .m-sm-n5{margin:-3rem!important}html.style2 .mt-sm-n5,html.style2 .my-sm-n5{margin-top:-3rem!important}html.style2 .mr-sm-n5,html.style2 .mx-sm-n5{margin-right:-3rem!important}html.style2 .mb-sm-n5,html.style2 .my-sm-n5{margin-bottom:-3rem!important}html.style2 .ml-sm-n5,html.style2 .mx-sm-n5{margin-left:-3rem!important}html.style2 .m-sm-auto{margin:auto!important}html.style2 .mt-sm-auto,html.style2 .my-sm-auto{margin-top:auto!important}html.style2 .mr-sm-auto,html.style2 .mx-sm-auto{margin-right:auto!important}html.style2 .mb-sm-auto,html.style2 .my-sm-auto{margin-bottom:auto!important}html.style2 .ml-sm-auto,html.style2 .mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){html.style2 .m-md-0{margin:0!important}html.style2 .mt-md-0,html.style2 .my-md-0{margin-top:0!important}html.style2 .mr-md-0,html.style2 .mx-md-0{margin-right:0!important}html.style2 .mb-md-0,html.style2 .my-md-0{margin-bottom:0!important}html.style2 .ml-md-0,html.style2 .mx-md-0{margin-left:0!important}html.style2 .m-md-1{margin:.25rem!important}html.style2 .mt-md-1,html.style2 .my-md-1{margin-top:.25rem!important}html.style2 .mr-md-1,html.style2 .mx-md-1{margin-right:.25rem!important}html.style2 .mb-md-1,html.style2 .my-md-1{margin-bottom:.25rem!important}html.style2 .ml-md-1,html.style2 .mx-md-1{margin-left:.25rem!important}html.style2 .m-md-2{margin:.5rem!important}html.style2 .mt-md-2,html.style2 .my-md-2{margin-top:.5rem!important}html.style2 .mr-md-2,html.style2 .mx-md-2{margin-right:.5rem!important}html.style2 .mb-md-2,html.style2 .my-md-2{margin-bottom:.5rem!important}html.style2 .ml-md-2,html.style2 .mx-md-2{margin-left:.5rem!important}html.style2 .m-md-3{margin:1rem!important}html.style2 .mt-md-3,html.style2 .my-md-3{margin-top:1rem!important}html.style2 .mr-md-3,html.style2 .mx-md-3{margin-right:1rem!important}html.style2 .mb-md-3,html.style2 .my-md-3{margin-bottom:1rem!important}html.style2 .ml-md-3,html.style2 .mx-md-3{margin-left:1rem!important}html.style2 .m-md-4{margin:1.5rem!important}html.style2 .mt-md-4,html.style2 .my-md-4{margin-top:1.5rem!important}html.style2 .mr-md-4,html.style2 .mx-md-4{margin-right:1.5rem!important}html.style2 .mb-md-4,html.style2 .my-md-4{margin-bottom:1.5rem!important}html.style2 .ml-md-4,html.style2 .mx-md-4{margin-left:1.5rem!important}html.style2 .m-md-5{margin:3rem!important}html.style2 .mt-md-5,html.style2 .my-md-5{margin-top:3rem!important}html.style2 .mr-md-5,html.style2 .mx-md-5{margin-right:3rem!important}html.style2 .mb-md-5,html.style2 .my-md-5{margin-bottom:3rem!important}html.style2 .ml-md-5,html.style2 .mx-md-5{margin-left:3rem!important}html.style2 .p-md-0{padding:0!important}html.style2 .pt-md-0,html.style2 .py-md-0{padding-top:0!important}html.style2 .pr-md-0,html.style2 .px-md-0{padding-right:0!important}html.style2 .pb-md-0,html.style2 .py-md-0{padding-bottom:0!important}html.style2 .pl-md-0,html.style2 .px-md-0{padding-left:0!important}html.style2 .p-md-1{padding:.25rem!important}html.style2 .pt-md-1,html.style2 .py-md-1{padding-top:.25rem!important}html.style2 .pr-md-1,html.style2 .px-md-1{padding-right:.25rem!important}html.style2 .pb-md-1,html.style2 .py-md-1{padding-bottom:.25rem!important}html.style2 .pl-md-1,html.style2 .px-md-1{padding-left:.25rem!important}html.style2 .p-md-2{padding:.5rem!important}html.style2 .pt-md-2,html.style2 .py-md-2{padding-top:.5rem!important}html.style2 .pr-md-2,html.style2 .px-md-2{padding-right:.5rem!important}html.style2 .pb-md-2,html.style2 .py-md-2{padding-bottom:.5rem!important}html.style2 .pl-md-2,html.style2 .px-md-2{padding-left:.5rem!important}html.style2 .p-md-3{padding:1rem!important}html.style2 .pt-md-3,html.style2 .py-md-3{padding-top:1rem!important}html.style2 .pr-md-3,html.style2 .px-md-3{padding-right:1rem!important}html.style2 .pb-md-3,html.style2 .py-md-3{padding-bottom:1rem!important}html.style2 .pl-md-3,html.style2 .px-md-3{padding-left:1rem!important}html.style2 .p-md-4{padding:1.5rem!important}html.style2 .pt-md-4,html.style2 .py-md-4{padding-top:1.5rem!important}html.style2 .pr-md-4,html.style2 .px-md-4{padding-right:1.5rem!important}html.style2 .pb-md-4,html.style2 .py-md-4{padding-bottom:1.5rem!important}html.style2 .pl-md-4,html.style2 .px-md-4{padding-left:1.5rem!important}html.style2 .p-md-5{padding:3rem!important}html.style2 .pt-md-5,html.style2 .py-md-5{padding-top:3rem!important}html.style2 .pr-md-5,html.style2 .px-md-5{padding-right:3rem!important}html.style2 .pb-md-5,html.style2 .py-md-5{padding-bottom:3rem!important}html.style2 .pl-md-5,html.style2 .px-md-5{padding-left:3rem!important}html.style2 .m-md-n1{margin:-.25rem!important}html.style2 .mt-md-n1,html.style2 .my-md-n1{margin-top:-.25rem!important}html.style2 .mr-md-n1,html.style2 .mx-md-n1{margin-right:-.25rem!important}html.style2 .mb-md-n1,html.style2 .my-md-n1{margin-bottom:-.25rem!important}html.style2 .ml-md-n1,html.style2 .mx-md-n1{margin-left:-.25rem!important}html.style2 .m-md-n2{margin:-.5rem!important}html.style2 .mt-md-n2,html.style2 .my-md-n2{margin-top:-.5rem!important}html.style2 .mr-md-n2,html.style2 .mx-md-n2{margin-right:-.5rem!important}html.style2 .mb-md-n2,html.style2 .my-md-n2{margin-bottom:-.5rem!important}html.style2 .ml-md-n2,html.style2 .mx-md-n2{margin-left:-.5rem!important}html.style2 .m-md-n3{margin:-1rem!important}html.style2 .mt-md-n3,html.style2 .my-md-n3{margin-top:-1rem!important}html.style2 .mr-md-n3,html.style2 .mx-md-n3{margin-right:-1rem!important}html.style2 .mb-md-n3,html.style2 .my-md-n3{margin-bottom:-1rem!important}html.style2 .ml-md-n3,html.style2 .mx-md-n3{margin-left:-1rem!important}html.style2 .m-md-n4{margin:-1.5rem!important}html.style2 .mt-md-n4,html.style2 .my-md-n4{margin-top:-1.5rem!important}html.style2 .mr-md-n4,html.style2 .mx-md-n4{margin-right:-1.5rem!important}html.style2 .mb-md-n4,html.style2 .my-md-n4{margin-bottom:-1.5rem!important}html.style2 .ml-md-n4,html.style2 .mx-md-n4{margin-left:-1.5rem!important}html.style2 .m-md-n5{margin:-3rem!important}html.style2 .mt-md-n5,html.style2 .my-md-n5{margin-top:-3rem!important}html.style2 .mr-md-n5,html.style2 .mx-md-n5{margin-right:-3rem!important}html.style2 .mb-md-n5,html.style2 .my-md-n5{margin-bottom:-3rem!important}html.style2 .ml-md-n5,html.style2 .mx-md-n5{margin-left:-3rem!important}html.style2 .m-md-auto{margin:auto!important}html.style2 .mt-md-auto,html.style2 .my-md-auto{margin-top:auto!important}html.style2 .mr-md-auto,html.style2 .mx-md-auto{margin-right:auto!important}html.style2 .mb-md-auto,html.style2 .my-md-auto{margin-bottom:auto!important}html.style2 .ml-md-auto,html.style2 .mx-md-auto{margin-left:auto!important}}@media(min-width:992px){html.style2 .m-lg-0{margin:0!important}html.style2 .mt-lg-0,html.style2 .my-lg-0{margin-top:0!important}html.style2 .mr-lg-0,html.style2 .mx-lg-0{margin-right:0!important}html.style2 .mb-lg-0,html.style2 .my-lg-0{margin-bottom:0!important}html.style2 .ml-lg-0,html.style2 .mx-lg-0{margin-left:0!important}html.style2 .m-lg-1{margin:.25rem!important}html.style2 .mt-lg-1,html.style2 .my-lg-1{margin-top:.25rem!important}html.style2 .mr-lg-1,html.style2 .mx-lg-1{margin-right:.25rem!important}html.style2 .mb-lg-1,html.style2 .my-lg-1{margin-bottom:.25rem!important}html.style2 .ml-lg-1,html.style2 .mx-lg-1{margin-left:.25rem!important}html.style2 .m-lg-2{margin:.5rem!important}html.style2 .mt-lg-2,html.style2 .my-lg-2{margin-top:.5rem!important}html.style2 .mr-lg-2,html.style2 .mx-lg-2{margin-right:.5rem!important}html.style2 .mb-lg-2,html.style2 .my-lg-2{margin-bottom:.5rem!important}html.style2 .ml-lg-2,html.style2 .mx-lg-2{margin-left:.5rem!important}html.style2 .m-lg-3{margin:1rem!important}html.style2 .mt-lg-3,html.style2 .my-lg-3{margin-top:1rem!important}html.style2 .mr-lg-3,html.style2 .mx-lg-3{margin-right:1rem!important}html.style2 .mb-lg-3,html.style2 .my-lg-3{margin-bottom:1rem!important}html.style2 .ml-lg-3,html.style2 .mx-lg-3{margin-left:1rem!important}html.style2 .m-lg-4{margin:1.5rem!important}html.style2 .mt-lg-4,html.style2 .my-lg-4{margin-top:1.5rem!important}html.style2 .mr-lg-4,html.style2 .mx-lg-4{margin-right:1.5rem!important}html.style2 .mb-lg-4,html.style2 .my-lg-4{margin-bottom:1.5rem!important}html.style2 .ml-lg-4,html.style2 .mx-lg-4{margin-left:1.5rem!important}html.style2 .m-lg-5{margin:3rem!important}html.style2 .mt-lg-5,html.style2 .my-lg-5{margin-top:3rem!important}html.style2 .mr-lg-5,html.style2 .mx-lg-5{margin-right:3rem!important}html.style2 .mb-lg-5,html.style2 .my-lg-5{margin-bottom:3rem!important}html.style2 .ml-lg-5,html.style2 .mx-lg-5{margin-left:3rem!important}html.style2 .p-lg-0{padding:0!important}html.style2 .pt-lg-0,html.style2 .py-lg-0{padding-top:0!important}html.style2 .pr-lg-0,html.style2 .px-lg-0{padding-right:0!important}html.style2 .pb-lg-0,html.style2 .py-lg-0{padding-bottom:0!important}html.style2 .pl-lg-0,html.style2 .px-lg-0{padding-left:0!important}html.style2 .p-lg-1{padding:.25rem!important}html.style2 .pt-lg-1,html.style2 .py-lg-1{padding-top:.25rem!important}html.style2 .pr-lg-1,html.style2 .px-lg-1{padding-right:.25rem!important}html.style2 .pb-lg-1,html.style2 .py-lg-1{padding-bottom:.25rem!important}html.style2 .pl-lg-1,html.style2 .px-lg-1{padding-left:.25rem!important}html.style2 .p-lg-2{padding:.5rem!important}html.style2 .pt-lg-2,html.style2 .py-lg-2{padding-top:.5rem!important}html.style2 .pr-lg-2,html.style2 .px-lg-2{padding-right:.5rem!important}html.style2 .pb-lg-2,html.style2 .py-lg-2{padding-bottom:.5rem!important}html.style2 .pl-lg-2,html.style2 .px-lg-2{padding-left:.5rem!important}html.style2 .p-lg-3{padding:1rem!important}html.style2 .pt-lg-3,html.style2 .py-lg-3{padding-top:1rem!important}html.style2 .pr-lg-3,html.style2 .px-lg-3{padding-right:1rem!important}html.style2 .pb-lg-3,html.style2 .py-lg-3{padding-bottom:1rem!important}html.style2 .pl-lg-3,html.style2 .px-lg-3{padding-left:1rem!important}html.style2 .p-lg-4{padding:1.5rem!important}html.style2 .pt-lg-4,html.style2 .py-lg-4{padding-top:1.5rem!important}html.style2 .pr-lg-4,html.style2 .px-lg-4{padding-right:1.5rem!important}html.style2 .pb-lg-4,html.style2 .py-lg-4{padding-bottom:1.5rem!important}html.style2 .pl-lg-4,html.style2 .px-lg-4{padding-left:1.5rem!important}html.style2 .p-lg-5{padding:3rem!important}html.style2 .pt-lg-5,html.style2 .py-lg-5{padding-top:3rem!important}html.style2 .pr-lg-5,html.style2 .px-lg-5{padding-right:3rem!important}html.style2 .pb-lg-5,html.style2 .py-lg-5{padding-bottom:3rem!important}html.style2 .pl-lg-5,html.style2 .px-lg-5{padding-left:3rem!important}html.style2 .m-lg-n1{margin:-.25rem!important}html.style2 .mt-lg-n1,html.style2 .my-lg-n1{margin-top:-.25rem!important}html.style2 .mr-lg-n1,html.style2 .mx-lg-n1{margin-right:-.25rem!important}html.style2 .mb-lg-n1,html.style2 .my-lg-n1{margin-bottom:-.25rem!important}html.style2 .ml-lg-n1,html.style2 .mx-lg-n1{margin-left:-.25rem!important}html.style2 .m-lg-n2{margin:-.5rem!important}html.style2 .mt-lg-n2,html.style2 .my-lg-n2{margin-top:-.5rem!important}html.style2 .mr-lg-n2,html.style2 .mx-lg-n2{margin-right:-.5rem!important}html.style2 .mb-lg-n2,html.style2 .my-lg-n2{margin-bottom:-.5rem!important}html.style2 .ml-lg-n2,html.style2 .mx-lg-n2{margin-left:-.5rem!important}html.style2 .m-lg-n3{margin:-1rem!important}html.style2 .mt-lg-n3,html.style2 .my-lg-n3{margin-top:-1rem!important}html.style2 .mr-lg-n3,html.style2 .mx-lg-n3{margin-right:-1rem!important}html.style2 .mb-lg-n3,html.style2 .my-lg-n3{margin-bottom:-1rem!important}html.style2 .ml-lg-n3,html.style2 .mx-lg-n3{margin-left:-1rem!important}html.style2 .m-lg-n4{margin:-1.5rem!important}html.style2 .mt-lg-n4,html.style2 .my-lg-n4{margin-top:-1.5rem!important}html.style2 .mr-lg-n4,html.style2 .mx-lg-n4{margin-right:-1.5rem!important}html.style2 .mb-lg-n4,html.style2 .my-lg-n4{margin-bottom:-1.5rem!important}html.style2 .ml-lg-n4,html.style2 .mx-lg-n4{margin-left:-1.5rem!important}html.style2 .m-lg-n5{margin:-3rem!important}html.style2 .mt-lg-n5,html.style2 .my-lg-n5{margin-top:-3rem!important}html.style2 .mr-lg-n5,html.style2 .mx-lg-n5{margin-right:-3rem!important}html.style2 .mb-lg-n5,html.style2 .my-lg-n5{margin-bottom:-3rem!important}html.style2 .ml-lg-n5,html.style2 .mx-lg-n5{margin-left:-3rem!important}html.style2 .m-lg-auto{margin:auto!important}html.style2 .mt-lg-auto,html.style2 .my-lg-auto{margin-top:auto!important}html.style2 .mr-lg-auto,html.style2 .mx-lg-auto{margin-right:auto!important}html.style2 .mb-lg-auto,html.style2 .my-lg-auto{margin-bottom:auto!important}html.style2 .ml-lg-auto,html.style2 .mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){html.style2 .m-xl-0{margin:0!important}html.style2 .mt-xl-0,html.style2 .my-xl-0{margin-top:0!important}html.style2 .mr-xl-0,html.style2 .mx-xl-0{margin-right:0!important}html.style2 .mb-xl-0,html.style2 .my-xl-0{margin-bottom:0!important}html.style2 .ml-xl-0,html.style2 .mx-xl-0{margin-left:0!important}html.style2 .m-xl-1{margin:.25rem!important}html.style2 .mt-xl-1,html.style2 .my-xl-1{margin-top:.25rem!important}html.style2 .mr-xl-1,html.style2 .mx-xl-1{margin-right:.25rem!important}html.style2 .mb-xl-1,html.style2 .my-xl-1{margin-bottom:.25rem!important}html.style2 .ml-xl-1,html.style2 .mx-xl-1{margin-left:.25rem!important}html.style2 .m-xl-2{margin:.5rem!important}html.style2 .mt-xl-2,html.style2 .my-xl-2{margin-top:.5rem!important}html.style2 .mr-xl-2,html.style2 .mx-xl-2{margin-right:.5rem!important}html.style2 .mb-xl-2,html.style2 .my-xl-2{margin-bottom:.5rem!important}html.style2 .ml-xl-2,html.style2 .mx-xl-2{margin-left:.5rem!important}html.style2 .m-xl-3{margin:1rem!important}html.style2 .mt-xl-3,html.style2 .my-xl-3{margin-top:1rem!important}html.style2 .mr-xl-3,html.style2 .mx-xl-3{margin-right:1rem!important}html.style2 .mb-xl-3,html.style2 .my-xl-3{margin-bottom:1rem!important}html.style2 .ml-xl-3,html.style2 .mx-xl-3{margin-left:1rem!important}html.style2 .m-xl-4{margin:1.5rem!important}html.style2 .mt-xl-4,html.style2 .my-xl-4{margin-top:1.5rem!important}html.style2 .mr-xl-4,html.style2 .mx-xl-4{margin-right:1.5rem!important}html.style2 .mb-xl-4,html.style2 .my-xl-4{margin-bottom:1.5rem!important}html.style2 .ml-xl-4,html.style2 .mx-xl-4{margin-left:1.5rem!important}html.style2 .m-xl-5{margin:3rem!important}html.style2 .mt-xl-5,html.style2 .my-xl-5{margin-top:3rem!important}html.style2 .mr-xl-5,html.style2 .mx-xl-5{margin-right:3rem!important}html.style2 .mb-xl-5,html.style2 .my-xl-5{margin-bottom:3rem!important}html.style2 .ml-xl-5,html.style2 .mx-xl-5{margin-left:3rem!important}html.style2 .p-xl-0{padding:0!important}html.style2 .pt-xl-0,html.style2 .py-xl-0{padding-top:0!important}html.style2 .pr-xl-0,html.style2 .px-xl-0{padding-right:0!important}html.style2 .pb-xl-0,html.style2 .py-xl-0{padding-bottom:0!important}html.style2 .pl-xl-0,html.style2 .px-xl-0{padding-left:0!important}html.style2 .p-xl-1{padding:.25rem!important}html.style2 .pt-xl-1,html.style2 .py-xl-1{padding-top:.25rem!important}html.style2 .pr-xl-1,html.style2 .px-xl-1{padding-right:.25rem!important}html.style2 .pb-xl-1,html.style2 .py-xl-1{padding-bottom:.25rem!important}html.style2 .pl-xl-1,html.style2 .px-xl-1{padding-left:.25rem!important}html.style2 .p-xl-2{padding:.5rem!important}html.style2 .pt-xl-2,html.style2 .py-xl-2{padding-top:.5rem!important}html.style2 .pr-xl-2,html.style2 .px-xl-2{padding-right:.5rem!important}html.style2 .pb-xl-2,html.style2 .py-xl-2{padding-bottom:.5rem!important}html.style2 .pl-xl-2,html.style2 .px-xl-2{padding-left:.5rem!important}html.style2 .p-xl-3{padding:1rem!important}html.style2 .pt-xl-3,html.style2 .py-xl-3{padding-top:1rem!important}html.style2 .pr-xl-3,html.style2 .px-xl-3{padding-right:1rem!important}html.style2 .pb-xl-3,html.style2 .py-xl-3{padding-bottom:1rem!important}html.style2 .pl-xl-3,html.style2 .px-xl-3{padding-left:1rem!important}html.style2 .p-xl-4{padding:1.5rem!important}html.style2 .pt-xl-4,html.style2 .py-xl-4{padding-top:1.5rem!important}html.style2 .pr-xl-4,html.style2 .px-xl-4{padding-right:1.5rem!important}html.style2 .pb-xl-4,html.style2 .py-xl-4{padding-bottom:1.5rem!important}html.style2 .pl-xl-4,html.style2 .px-xl-4{padding-left:1.5rem!important}html.style2 .p-xl-5{padding:3rem!important}html.style2 .pt-xl-5,html.style2 .py-xl-5{padding-top:3rem!important}html.style2 .pr-xl-5,html.style2 .px-xl-5{padding-right:3rem!important}html.style2 .pb-xl-5,html.style2 .py-xl-5{padding-bottom:3rem!important}html.style2 .pl-xl-5,html.style2 .px-xl-5{padding-left:3rem!important}html.style2 .m-xl-n1{margin:-.25rem!important}html.style2 .mt-xl-n1,html.style2 .my-xl-n1{margin-top:-.25rem!important}html.style2 .mr-xl-n1,html.style2 .mx-xl-n1{margin-right:-.25rem!important}html.style2 .mb-xl-n1,html.style2 .my-xl-n1{margin-bottom:-.25rem!important}html.style2 .ml-xl-n1,html.style2 .mx-xl-n1{margin-left:-.25rem!important}html.style2 .m-xl-n2{margin:-.5rem!important}html.style2 .mt-xl-n2,html.style2 .my-xl-n2{margin-top:-.5rem!important}html.style2 .mr-xl-n2,html.style2 .mx-xl-n2{margin-right:-.5rem!important}html.style2 .mb-xl-n2,html.style2 .my-xl-n2{margin-bottom:-.5rem!important}html.style2 .ml-xl-n2,html.style2 .mx-xl-n2{margin-left:-.5rem!important}html.style2 .m-xl-n3{margin:-1rem!important}html.style2 .mt-xl-n3,html.style2 .my-xl-n3{margin-top:-1rem!important}html.style2 .mr-xl-n3,html.style2 .mx-xl-n3{margin-right:-1rem!important}html.style2 .mb-xl-n3,html.style2 .my-xl-n3{margin-bottom:-1rem!important}html.style2 .ml-xl-n3,html.style2 .mx-xl-n3{margin-left:-1rem!important}html.style2 .m-xl-n4{margin:-1.5rem!important}html.style2 .mt-xl-n4,html.style2 .my-xl-n4{margin-top:-1.5rem!important}html.style2 .mr-xl-n4,html.style2 .mx-xl-n4{margin-right:-1.5rem!important}html.style2 .mb-xl-n4,html.style2 .my-xl-n4{margin-bottom:-1.5rem!important}html.style2 .ml-xl-n4,html.style2 .mx-xl-n4{margin-left:-1.5rem!important}html.style2 .m-xl-n5{margin:-3rem!important}html.style2 .mt-xl-n5,html.style2 .my-xl-n5{margin-top:-3rem!important}html.style2 .mr-xl-n5,html.style2 .mx-xl-n5{margin-right:-3rem!important}html.style2 .mb-xl-n5,html.style2 .my-xl-n5{margin-bottom:-3rem!important}html.style2 .ml-xl-n5,html.style2 .mx-xl-n5{margin-left:-3rem!important}html.style2 .m-xl-auto{margin:auto!important}html.style2 .mt-xl-auto,html.style2 .my-xl-auto{margin-top:auto!important}html.style2 .mr-xl-auto,html.style2 .mx-xl-auto{margin-right:auto!important}html.style2 .mb-xl-auto,html.style2 .my-xl-auto{margin-bottom:auto!important}html.style2 .ml-xl-auto,html.style2 .mx-xl-auto{margin-left:auto!important}}html.style2 .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}html.style2 .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}html.style2 .text-justify{text-align:justify!important}html.style2 .text-wrap{white-space:normal!important}html.style2 .text-nowrap{white-space:nowrap!important}html.style2 .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.style2 .text-left{text-align:left!important}html.style2 .text-right{text-align:right!important}html.style2 .text-center{text-align:center!important}@media(min-width:576px){html.style2 .text-sm-left{text-align:left!important}html.style2 .text-sm-right{text-align:right!important}html.style2 .text-sm-center{text-align:center!important}}@media(min-width:768px){html.style2 .text-md-left{text-align:left!important}html.style2 .text-md-right{text-align:right!important}html.style2 .text-md-center{text-align:center!important}}@media(min-width:992px){html.style2 .text-lg-left{text-align:left!important}html.style2 .text-lg-right{text-align:right!important}html.style2 .text-lg-center{text-align:center!important}}@media(min-width:1200px){html.style2 .text-xl-left{text-align:left!important}html.style2 .text-xl-right{text-align:right!important}html.style2 .text-xl-center{text-align:center!important}}html.style2 .text-lowercase{text-transform:lowercase!important}html.style2 .text-uppercase{text-transform:uppercase!important}html.style2 .text-capitalize{text-transform:capitalize!important}html.style2 .font-weight-light{font-weight:300!important}html.style2 .font-weight-lighter{font-weight:lighter!important}html.style2 .font-weight-normal{font-weight:400!important}html.style2 .font-weight-bold{font-weight:700!important}html.style2 .font-weight-bolder{font-weight:bolder!important}html.style2 .font-italic{font-style:italic!important}html.style2 .text-white{color:#fff!important}html.style2 .text-primary{color:#007bff!important}html.style2 a.text-primary:focus,html.style2 a.text-primary:hover{color:#0056b3!important}html.style2 .text-secondary{color:#6c757d!important}html.style2 a.text-secondary:focus,html.style2 a.text-secondary:hover{color:#494f54!important}html.style2 .text-success{color:#28a745!important}html.style2 a.text-success:focus,html.style2 a.text-success:hover{color:#19692c!important}html.style2 .text-info{color:#17a2b8!important}html.style2 a.text-info:focus,html.style2 a.text-info:hover{color:#0f6674!important}html.style2 .text-warning{color:#ffc107!important}html.style2 a.text-warning:focus,html.style2 a.text-warning:hover{color:#ba8b00!important}html.style2 .text-danger{color:#ff3030!important}html.style2 a.text-danger:focus,html.style2 a.text-danger:hover{color:#e30000!important}html.style2 .text-light{color:#25262c!important}html.style2 a.text-light:focus,html.style2 a.text-light:hover{color:#020202!important}html.style2 .text-dark{color:#191b1f!important}html.style2 a.text-dark:focus,html.style2 a.text-dark:hover{color:#000!important}html.style2 .text-body{color:#212529!important}html.style2 .text-muted{color:#6c757d!important}html.style2 .text-black-50{color:rgba(0,0,0,.5)!important}html.style2 .text-white-50{color:hsla(0,0%,100%,.5)!important}html.style2 .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}html.style2 .text-decoration-none{text-decoration:none!important}html.style2 .text-break{word-break:break-word!important;word-wrap:break-word!important}html.style2 .text-reset{color:inherit!important}html.style2 .visible{visibility:visible!important}html.style2 .invisible{visibility:hidden!important}@media print{html.style2 *,html.style2 :after,html.style2 :before{text-shadow:none!important;box-shadow:none!important}html.style2 a:not(.btn){text-decoration:underline}html.style2 abbr[title]:after{content:" (" attr(title) ")"}html.style2 pre{white-space:pre-wrap!important}html.style2 blockquote,html.style2 pre{border:1px solid #adb5bd;page-break-inside:avoid}html.style2 img,html.style2 tr{page-break-inside:avoid}html.style2 h2,html.style2 h3,html.style2 p{orphans:3;widows:3}html.style2 h2,html.style2 h3{page-break-after:avoid}@page{html.style2{size:a3}}html.style2 .container,html.style2 body{min-width:992px!important}html.style2 .navbar{display:none}html.style2 .badge{border:1px solid #000}html.style2 .table{border-collapse:collapse!important}html.style2 .table td,html.style2 .table th{background-color:#fff!important}html.style2 .table-bordered td,html.style2 .table-bordered th{border:1px solid #dee2e6!important}html.style2 .table-dark{color:inherit}html.style2 .table-dark tbody+tbody,html.style2 .table-dark td,html.style2 .table-dark th,html.style2 .table-dark thead th{border-color:#eff1f2}html.style2 .table .thead-dark th{color:inherit;border-color:#eff1f2}}html.style2 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style2 .fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}html.style2 .fa-2x{font-size:2em}html.style2 .fa-3x{font-size:3em}html.style2 .fa-4x{font-size:4em}html.style2 .fa-5x{font-size:5em}html.style2 .fa-fw{width:1.2857142857em;text-align:center}html.style2 .fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}html.style2 .fa-ul>li{position:relative}html.style2 .fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}html.style2 .fa-li.fa-lg{left:-1.8571428571em}html.style2 .fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}html.style2 .fa-pull-left{float:left}html.style2 .fa-pull-right{float:right}html.style2 .fa.fa-pull-left{margin-right:.3em}html.style2 .fa.fa-pull-right{margin-left:.3em}html.style2 .fa.pull-left{margin-right:.3em}html.style2 .fa.pull-right{margin-left:.3em}html.style2 .fa-spin{animation:fa-spin 2s linear infinite}html.style2 .fa-pulse{animation:fa-spin 1s steps(8) infinite}html.style2 .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}html.style2 .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}html.style2 .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}html.style2 .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}html.style2 .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}html.style2 :root .fa-flip-horizontal,html.style2 :root .fa-flip-vertical,html.style2 :root .fa-rotate-180,html.style2 :root .fa-rotate-270,html.style2 :root .fa-rotate-90{filter:none}html.style2 .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}html.style2 .fa-stack-1x,html.style2 .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}html.style2 .fa-stack-1x{line-height:inherit}html.style2 .fa-stack-2x{font-size:2em}html.style2 .fa-inverse{color:#fff}html.style2 .fa-glass:before{content:""}html.style2 .fa-music:before{content:""}html.style2 .fa-search:before{content:""}html.style2 .fa-envelope-o:before{content:""}html.style2 .fa-heart:before{content:""}html.style2 .fa-star:before{content:""}html.style2 .fa-star-o:before{content:""}html.style2 .fa-user:before{content:""}html.style2 .fa-film:before{content:""}html.style2 .fa-th-large:before{content:""}html.style2 .fa-th:before{content:""}html.style2 .fa-th-list:before{content:""}html.style2 .fa-check:before{content:""}html.style2 .fa-close:before,html.style2 .fa-remove:before,html.style2 .fa-times:before{content:""}html.style2 .fa-search-plus:before{content:""}html.style2 .fa-search-minus:before{content:""}html.style2 .fa-power-off:before{content:""}html.style2 .fa-signal:before{content:""}html.style2 .fa-cog:before,html.style2 .fa-gear:before{content:""}html.style2 .fa-trash-o:before{content:""}html.style2 .fa-home:before{content:""}html.style2 .fa-file-o:before{content:""}html.style2 .fa-clock-o:before{content:""}html.style2 .fa-road:before{content:""}html.style2 .fa-download:before{content:""}html.style2 .fa-arrow-circle-o-down:before{content:""}html.style2 .fa-arrow-circle-o-up:before{content:""}html.style2 .fa-inbox:before{content:""}html.style2 .fa-play-circle-o:before{content:""}html.style2 .fa-repeat:before,html.style2 .fa-rotate-right:before{content:""}html.style2 .fa-refresh:before{content:""}html.style2 .fa-list-alt:before{content:""}html.style2 .fa-lock:before{content:""}html.style2 .fa-flag:before{content:""}html.style2 .fa-headphones:before{content:""}html.style2 .fa-volume-off:before{content:""}html.style2 .fa-volume-down:before{content:""}html.style2 .fa-volume-up:before{content:""}html.style2 .fa-qrcode:before{content:""}html.style2 .fa-barcode:before{content:""}html.style2 .fa-tag:before{content:""}html.style2 .fa-tags:before{content:""}html.style2 .fa-book:before{content:""}html.style2 .fa-bookmark:before{content:""}html.style2 .fa-print:before{content:""}html.style2 .fa-camera:before{content:""}html.style2 .fa-font:before{content:""}html.style2 .fa-bold:before{content:""}html.style2 .fa-italic:before{content:""}html.style2 .fa-text-height:before{content:""}html.style2 .fa-text-width:before{content:""}html.style2 .fa-align-left:before{content:""}html.style2 .fa-align-center:before{content:""}html.style2 .fa-align-right:before{content:""}html.style2 .fa-align-justify:before{content:""}html.style2 .fa-list:before{content:""}html.style2 .fa-dedent:before,html.style2 .fa-outdent:before{content:""}html.style2 .fa-indent:before{content:""}html.style2 .fa-video-camera:before{content:""}html.style2 .fa-image:before,html.style2 .fa-photo:before,html.style2 .fa-picture-o:before{content:""}html.style2 .fa-pencil:before{content:""}html.style2 .fa-map-marker:before{content:""}html.style2 .fa-adjust:before{content:""}html.style2 .fa-tint:before{content:""}html.style2 .fa-edit:before,html.style2 .fa-pencil-square-o:before{content:""}html.style2 .fa-share-square-o:before{content:""}html.style2 .fa-check-square-o:before{content:""}html.style2 .fa-arrows:before{content:""}html.style2 .fa-step-backward:before{content:""}html.style2 .fa-fast-backward:before{content:""}html.style2 .fa-backward:before{content:""}html.style2 .fa-play:before{content:""}html.style2 .fa-pause:before{content:""}html.style2 .fa-stop:before{content:""}html.style2 .fa-forward:before{content:""}html.style2 .fa-fast-forward:before{content:""}html.style2 .fa-step-forward:before{content:""}html.style2 .fa-eject:before{content:""}html.style2 .fa-chevron-left:before{content:""}html.style2 .fa-chevron-right:before{content:""}html.style2 .fa-plus-circle:before{content:""}html.style2 .fa-minus-circle:before{content:""}html.style2 .fa-times-circle:before{content:""}html.style2 .fa-check-circle:before{content:""}html.style2 .fa-question-circle:before{content:""}html.style2 .fa-info-circle:before{content:""}html.style2 .fa-crosshairs:before{content:""}html.style2 .fa-times-circle-o:before{content:""}html.style2 .fa-check-circle-o:before{content:""}html.style2 .fa-ban:before{content:""}html.style2 .fa-arrow-left:before{content:""}html.style2 .fa-arrow-right:before{content:""}html.style2 .fa-arrow-up:before{content:""}html.style2 .fa-arrow-down:before{content:""}html.style2 .fa-mail-forward:before,html.style2 .fa-share:before{content:""}html.style2 .fa-expand:before{content:""}html.style2 .fa-compress:before{content:""}html.style2 .fa-plus:before{content:""}html.style2 .fa-minus:before{content:""}html.style2 .fa-asterisk:before{content:""}html.style2 .fa-exclamation-circle:before{content:""}html.style2 .fa-gift:before{content:""}html.style2 .fa-leaf:before{content:""}html.style2 .fa-fire:before{content:""}html.style2 .fa-eye:before{content:""}html.style2 .fa-eye-slash:before{content:""}html.style2 .fa-exclamation-triangle:before,html.style2 .fa-warning:before{content:""}html.style2 .fa-plane:before{content:""}html.style2 .fa-calendar:before{content:""}html.style2 .fa-random:before{content:""}html.style2 .fa-comment:before{content:""}html.style2 .fa-magnet:before{content:""}html.style2 .fa-chevron-up:before{content:""}html.style2 .fa-chevron-down:before{content:""}html.style2 .fa-retweet:before{content:""}html.style2 .fa-shopping-cart:before{content:""}html.style2 .fa-folder:before{content:""}html.style2 .fa-folder-open:before{content:""}html.style2 .fa-arrows-v:before{content:""}html.style2 .fa-arrows-h:before{content:""}html.style2 .fa-bar-chart-o:before,html.style2 .fa-bar-chart:before{content:""}html.style2 .fa-twitter-square:before{content:""}html.style2 .fa-facebook-square:before{content:""}html.style2 .fa-camera-retro:before{content:""}html.style2 .fa-key:before{content:""}html.style2 .fa-cogs:before,html.style2 .fa-gears:before{content:""}html.style2 .fa-comments:before{content:""}html.style2 .fa-thumbs-o-up:before{content:""}html.style2 .fa-thumbs-o-down:before{content:""}html.style2 .fa-star-half:before{content:""}html.style2 .fa-heart-o:before{content:""}html.style2 .fa-sign-out:before{content:""}html.style2 .fa-linkedin-square:before{content:""}html.style2 .fa-thumb-tack:before{content:""}html.style2 .fa-external-link:before{content:""}html.style2 .fa-sign-in:before{content:""}html.style2 .fa-trophy:before{content:""}html.style2 .fa-github-square:before{content:""}html.style2 .fa-upload:before{content:""}html.style2 .fa-lemon-o:before{content:""}html.style2 .fa-phone:before{content:""}html.style2 .fa-square-o:before{content:""}html.style2 .fa-bookmark-o:before{content:""}html.style2 .fa-phone-square:before{content:""}html.style2 .fa-twitter:before{content:""}html.style2 .fa-facebook-f:before,html.style2 .fa-facebook:before{content:""}html.style2 .fa-github:before{content:""}html.style2 .fa-unlock:before{content:""}html.style2 .fa-credit-card:before{content:""}html.style2 .fa-feed:before,html.style2 .fa-rss:before{content:""}html.style2 .fa-hdd-o:before{content:""}html.style2 .fa-bullhorn:before{content:""}html.style2 .fa-bell:before{content:""}html.style2 .fa-certificate:before{content:""}html.style2 .fa-hand-o-right:before{content:""}html.style2 .fa-hand-o-left:before{content:""}html.style2 .fa-hand-o-up:before{content:""}html.style2 .fa-hand-o-down:before{content:""}html.style2 .fa-arrow-circle-left:before{content:""}html.style2 .fa-arrow-circle-right:before{content:""}html.style2 .fa-arrow-circle-up:before{content:""}html.style2 .fa-arrow-circle-down:before{content:""}html.style2 .fa-globe:before{content:""}html.style2 .fa-wrench:before{content:""}html.style2 .fa-tasks:before{content:""}html.style2 .fa-filter:before{content:""}html.style2 .fa-briefcase:before{content:""}html.style2 .fa-arrows-alt:before{content:""}html.style2 .fa-group:before,html.style2 .fa-users:before{content:""}html.style2 .fa-chain:before,html.style2 .fa-link:before{content:""}html.style2 .fa-cloud:before{content:""}html.style2 .fa-flask:before{content:""}html.style2 .fa-cut:before,html.style2 .fa-scissors:before{content:""}html.style2 .fa-copy:before,html.style2 .fa-files-o:before{content:""}html.style2 .fa-paperclip:before{content:""}html.style2 .fa-floppy-o:before,html.style2 .fa-save:before{content:""}html.style2 .fa-square:before{content:""}html.style2 .fa-bars:before,html.style2 .fa-navicon:before,html.style2 .fa-reorder:before{content:""}html.style2 .fa-list-ul:before{content:""}html.style2 .fa-list-ol:before{content:""}html.style2 .fa-strikethrough:before{content:""}html.style2 .fa-underline:before{content:""}html.style2 .fa-table:before{content:""}html.style2 .fa-magic:before{content:""}html.style2 .fa-truck:before{content:""}html.style2 .fa-pinterest:before{content:""}html.style2 .fa-pinterest-square:before{content:""}html.style2 .fa-google-plus-square:before{content:""}html.style2 .fa-google-plus:before{content:""}html.style2 .fa-money:before{content:""}html.style2 .fa-caret-down:before{content:""}html.style2 .fa-caret-up:before{content:""}html.style2 .fa-caret-left:before{content:""}html.style2 .fa-caret-right:before{content:""}html.style2 .fa-columns:before{content:""}html.style2 .fa-sort:before,html.style2 .fa-unsorted:before{content:""}html.style2 .fa-sort-desc:before,html.style2 .fa-sort-down:before{content:""}html.style2 .fa-sort-asc:before,html.style2 .fa-sort-up:before{content:""}html.style2 .fa-envelope:before{content:""}html.style2 .fa-linkedin:before{content:""}html.style2 .fa-rotate-left:before,html.style2 .fa-undo:before{content:""}html.style2 .fa-gavel:before,html.style2 .fa-legal:before{content:""}html.style2 .fa-dashboard:before,html.style2 .fa-tachometer:before{content:""}html.style2 .fa-comment-o:before{content:""}html.style2 .fa-comments-o:before{content:""}html.style2 .fa-bolt:before,html.style2 .fa-flash:before{content:""}html.style2 .fa-sitemap:before{content:""}html.style2 .fa-umbrella:before{content:""}html.style2 .fa-clipboard:before,html.style2 .fa-paste:before{content:""}html.style2 .fa-lightbulb-o:before{content:""}html.style2 .fa-exchange:before{content:""}html.style2 .fa-cloud-download:before{content:""}html.style2 .fa-cloud-upload:before{content:""}html.style2 .fa-user-md:before{content:""}html.style2 .fa-stethoscope:before{content:""}html.style2 .fa-suitcase:before{content:""}html.style2 .fa-bell-o:before{content:""}html.style2 .fa-coffee:before{content:""}html.style2 .fa-cutlery:before{content:""}html.style2 .fa-file-text-o:before{content:""}html.style2 .fa-building-o:before{content:""}html.style2 .fa-hospital-o:before{content:""}html.style2 .fa-ambulance:before{content:""}html.style2 .fa-medkit:before{content:""}html.style2 .fa-fighter-jet:before{content:""}html.style2 .fa-beer:before{content:""}html.style2 .fa-h-square:before{content:""}html.style2 .fa-plus-square:before{content:""}html.style2 .fa-angle-double-left:before{content:""}html.style2 .fa-angle-double-right:before{content:""}html.style2 .fa-angle-double-up:before{content:""}html.style2 .fa-angle-double-down:before{content:""}html.style2 .fa-angle-left:before{content:""}html.style2 .fa-angle-right:before{content:""}html.style2 .fa-angle-up:before{content:""}html.style2 .fa-angle-down:before{content:""}html.style2 .fa-desktop:before{content:""}html.style2 .fa-laptop:before{content:""}html.style2 .fa-tablet:before{content:""}html.style2 .fa-mobile-phone:before,html.style2 .fa-mobile:before{content:""}html.style2 .fa-circle-o:before{content:""}html.style2 .fa-quote-left:before{content:""}html.style2 .fa-quote-right:before{content:""}html.style2 .fa-spinner:before{content:""}html.style2 .fa-circle:before{content:""}html.style2 .fa-mail-reply:before,html.style2 .fa-reply:before{content:""}html.style2 .fa-github-alt:before{content:""}html.style2 .fa-folder-o:before{content:""}html.style2 .fa-folder-open-o:before{content:""}html.style2 .fa-smile-o:before{content:""}html.style2 .fa-frown-o:before{content:""}html.style2 .fa-meh-o:before{content:""}html.style2 .fa-gamepad:before{content:""}html.style2 .fa-keyboard-o:before{content:""}html.style2 .fa-flag-o:before{content:""}html.style2 .fa-flag-checkered:before{content:""}html.style2 .fa-terminal:before{content:""}html.style2 .fa-code:before{content:""}html.style2 .fa-mail-reply-all:before,html.style2 .fa-reply-all:before{content:""}html.style2 .fa-star-half-empty:before,html.style2 .fa-star-half-full:before,html.style2 .fa-star-half-o:before{content:""}html.style2 .fa-location-arrow:before{content:""}html.style2 .fa-crop:before{content:""}html.style2 .fa-code-fork:before{content:""}html.style2 .fa-chain-broken:before,html.style2 .fa-unlink:before{content:""}html.style2 .fa-question:before{content:""}html.style2 .fa-info:before{content:""}html.style2 .fa-exclamation:before{content:""}html.style2 .fa-superscript:before{content:""}html.style2 .fa-subscript:before{content:""}html.style2 .fa-eraser:before{content:""}html.style2 .fa-puzzle-piece:before{content:""}html.style2 .fa-microphone:before{content:""}html.style2 .fa-microphone-slash:before{content:""}html.style2 .fa-shield:before{content:""}html.style2 .fa-calendar-o:before{content:""}html.style2 .fa-fire-extinguisher:before{content:""}html.style2 .fa-rocket:before{content:""}html.style2 .fa-maxcdn:before{content:""}html.style2 .fa-chevron-circle-left:before{content:""}html.style2 .fa-chevron-circle-right:before{content:""}html.style2 .fa-chevron-circle-up:before{content:""}html.style2 .fa-chevron-circle-down:before{content:""}html.style2 .fa-html5:before{content:""}html.style2 .fa-css3:before{content:""}html.style2 .fa-anchor:before{content:""}html.style2 .fa-unlock-alt:before{content:""}html.style2 .fa-bullseye:before{content:""}html.style2 .fa-ellipsis-h:before{content:""}html.style2 .fa-ellipsis-v:before{content:""}html.style2 .fa-rss-square:before{content:""}html.style2 .fa-play-circle:before{content:""}html.style2 .fa-ticket:before{content:""}html.style2 .fa-minus-square:before{content:""}html.style2 .fa-minus-square-o:before{content:""}html.style2 .fa-level-up:before{content:""}html.style2 .fa-level-down:before{content:""}html.style2 .fa-check-square:before{content:""}html.style2 .fa-pencil-square:before{content:""}html.style2 .fa-external-link-square:before{content:""}html.style2 .fa-share-square:before{content:""}html.style2 .fa-compass:before{content:""}html.style2 .fa-caret-square-o-down:before,html.style2 .fa-toggle-down:before{content:""}html.style2 .fa-caret-square-o-up:before,html.style2 .fa-toggle-up:before{content:""}html.style2 .fa-caret-square-o-right:before,html.style2 .fa-toggle-right:before{content:""}html.style2 .fa-eur:before,html.style2 .fa-euro:before{content:""}html.style2 .fa-gbp:before{content:""}html.style2 .fa-dollar:before,html.style2 .fa-usd:before{content:""}html.style2 .fa-inr:before,html.style2 .fa-rupee:before{content:""}html.style2 .fa-cny:before,html.style2 .fa-jpy:before,html.style2 .fa-rmb:before,html.style2 .fa-yen:before{content:""}html.style2 .fa-rouble:before,html.style2 .fa-rub:before,html.style2 .fa-ruble:before{content:""}html.style2 .fa-krw:before,html.style2 .fa-won:before{content:""}html.style2 .fa-bitcoin:before,html.style2 .fa-btc:before{content:""}html.style2 .fa-file:before{content:""}html.style2 .fa-file-text:before{content:""}html.style2 .fa-sort-alpha-asc:before{content:""}html.style2 .fa-sort-alpha-desc:before{content:""}html.style2 .fa-sort-amount-asc:before{content:""}html.style2 .fa-sort-amount-desc:before{content:""}html.style2 .fa-sort-numeric-asc:before{content:""}html.style2 .fa-sort-numeric-desc:before{content:""}html.style2 .fa-thumbs-up:before{content:""}html.style2 .fa-thumbs-down:before{content:""}html.style2 .fa-youtube-square:before{content:""}html.style2 .fa-youtube:before{content:""}html.style2 .fa-xing:before{content:""}html.style2 .fa-xing-square:before{content:""}html.style2 .fa-youtube-play:before{content:""}html.style2 .fa-dropbox:before{content:""}html.style2 .fa-stack-overflow:before{content:""}html.style2 .fa-instagram:before{content:""}html.style2 .fa-flickr:before{content:""}html.style2 .fa-adn:before{content:""}html.style2 .fa-bitbucket:before{content:""}html.style2 .fa-bitbucket-square:before{content:""}html.style2 .fa-tumblr:before{content:""}html.style2 .fa-tumblr-square:before{content:""}html.style2 .fa-long-arrow-down:before{content:""}html.style2 .fa-long-arrow-up:before{content:""}html.style2 .fa-long-arrow-left:before{content:""}html.style2 .fa-long-arrow-right:before{content:""}html.style2 .fa-apple:before{content:""}html.style2 .fa-windows:before{content:""}html.style2 .fa-android:before{content:""}html.style2 .fa-linux:before{content:""}html.style2 .fa-dribbble:before{content:""}html.style2 .fa-skype:before{content:""}html.style2 .fa-foursquare:before{content:""}html.style2 .fa-trello:before{content:""}html.style2 .fa-female:before{content:""}html.style2 .fa-male:before{content:""}html.style2 .fa-gittip:before,html.style2 .fa-gratipay:before{content:""}html.style2 .fa-sun-o:before{content:""}html.style2 .fa-moon-o:before{content:""}html.style2 .fa-archive:before{content:""}html.style2 .fa-bug:before{content:""}html.style2 .fa-vk:before{content:""}html.style2 .fa-weibo:before{content:""}html.style2 .fa-renren:before{content:""}html.style2 .fa-pagelines:before{content:""}html.style2 .fa-stack-exchange:before{content:""}html.style2 .fa-arrow-circle-o-right:before{content:""}html.style2 .fa-arrow-circle-o-left:before{content:""}html.style2 .fa-caret-square-o-left:before,html.style2 .fa-toggle-left:before{content:""}html.style2 .fa-dot-circle-o:before{content:""}html.style2 .fa-wheelchair:before{content:""}html.style2 .fa-vimeo-square:before{content:""}html.style2 .fa-try:before,html.style2 .fa-turkish-lira:before{content:""}html.style2 .fa-plus-square-o:before{content:""}html.style2 .fa-space-shuttle:before{content:""}html.style2 .fa-slack:before{content:""}html.style2 .fa-envelope-square:before{content:""}html.style2 .fa-wordpress:before{content:""}html.style2 .fa-openid:before{content:""}html.style2 .fa-bank:before,html.style2 .fa-institution:before,html.style2 .fa-university:before{content:""}html.style2 .fa-graduation-cap:before,html.style2 .fa-mortar-board:before{content:""}html.style2 .fa-yahoo:before{content:""}html.style2 .fa-google:before{content:""}html.style2 .fa-reddit:before{content:""}html.style2 .fa-reddit-square:before{content:""}html.style2 .fa-stumbleupon-circle:before{content:""}html.style2 .fa-stumbleupon:before{content:""}html.style2 .fa-delicious:before{content:""}html.style2 .fa-digg:before{content:""}html.style2 .fa-pied-piper-pp:before{content:""}html.style2 .fa-pied-piper-alt:before{content:""}html.style2 .fa-drupal:before{content:""}html.style2 .fa-joomla:before{content:""}html.style2 .fa-language:before{content:""}html.style2 .fa-fax:before{content:""}html.style2 .fa-building:before{content:""}html.style2 .fa-child:before{content:""}html.style2 .fa-paw:before{content:""}html.style2 .fa-spoon:before{content:""}html.style2 .fa-cube:before{content:""}html.style2 .fa-cubes:before{content:""}html.style2 .fa-behance:before{content:""}html.style2 .fa-behance-square:before{content:""}html.style2 .fa-steam:before{content:""}html.style2 .fa-steam-square:before{content:""}html.style2 .fa-recycle:before{content:""}html.style2 .fa-automobile:before,html.style2 .fa-car:before{content:""}html.style2 .fa-cab:before,html.style2 .fa-taxi:before{content:""}html.style2 .fa-tree:before{content:""}html.style2 .fa-spotify:before{content:""}html.style2 .fa-deviantart:before{content:""}html.style2 .fa-soundcloud:before{content:""}html.style2 .fa-database:before{content:""}html.style2 .fa-file-pdf-o:before{content:""}html.style2 .fa-file-word-o:before{content:""}html.style2 .fa-file-excel-o:before{content:""}html.style2 .fa-file-powerpoint-o:before{content:""}html.style2 .fa-file-image-o:before,html.style2 .fa-file-photo-o:before,html.style2 .fa-file-picture-o:before{content:""}html.style2 .fa-file-archive-o:before,html.style2 .fa-file-zip-o:before{content:""}html.style2 .fa-file-audio-o:before,html.style2 .fa-file-sound-o:before{content:""}html.style2 .fa-file-movie-o:before,html.style2 .fa-file-video-o:before{content:""}html.style2 .fa-file-code-o:before{content:""}html.style2 .fa-vine:before{content:""}html.style2 .fa-codepen:before{content:""}html.style2 .fa-jsfiddle:before{content:""}html.style2 .fa-life-bouy:before,html.style2 .fa-life-buoy:before,html.style2 .fa-life-ring:before,html.style2 .fa-life-saver:before,html.style2 .fa-support:before{content:""}html.style2 .fa-circle-o-notch:before{content:""}html.style2 .fa-ra:before,html.style2 .fa-rebel:before,html.style2 .fa-resistance:before{content:""}html.style2 .fa-empire:before,html.style2 .fa-ge:before{content:""}html.style2 .fa-git-square:before{content:""}html.style2 .fa-git:before{content:""}html.style2 .fa-hacker-news:before,html.style2 .fa-y-combinator-square:before,html.style2 .fa-yc-square:before{content:""}html.style2 .fa-tencent-weibo:before{content:""}html.style2 .fa-qq:before{content:""}html.style2 .fa-wechat:before,html.style2 .fa-weixin:before{content:""}html.style2 .fa-paper-plane:before,html.style2 .fa-send:before{content:""}html.style2 .fa-paper-plane-o:before,html.style2 .fa-send-o:before{content:""}html.style2 .fa-history:before{content:""}html.style2 .fa-circle-thin:before{content:""}html.style2 .fa-header:before{content:""}html.style2 .fa-paragraph:before{content:""}html.style2 .fa-sliders:before{content:""}html.style2 .fa-share-alt:before{content:""}html.style2 .fa-share-alt-square:before{content:""}html.style2 .fa-bomb:before{content:""}html.style2 .fa-futbol-o:before,html.style2 .fa-soccer-ball-o:before{content:""}html.style2 .fa-tty:before{content:""}html.style2 .fa-binoculars:before{content:""}html.style2 .fa-plug:before{content:""}html.style2 .fa-slideshare:before{content:""}html.style2 .fa-twitch:before{content:""}html.style2 .fa-yelp:before{content:""}html.style2 .fa-newspaper-o:before{content:""}html.style2 .fa-wifi:before{content:""}html.style2 .fa-calculator:before{content:""}html.style2 .fa-paypal:before{content:""}html.style2 .fa-google-wallet:before{content:""}html.style2 .fa-cc-visa:before{content:""}html.style2 .fa-cc-mastercard:before{content:""}html.style2 .fa-cc-discover:before{content:""}html.style2 .fa-cc-amex:before{content:""}html.style2 .fa-cc-paypal:before{content:""}html.style2 .fa-cc-stripe:before{content:""}html.style2 .fa-bell-slash:before{content:""}html.style2 .fa-bell-slash-o:before{content:""}html.style2 .fa-trash:before{content:""}html.style2 .fa-copyright:before{content:""}html.style2 .fa-at:before{content:""}html.style2 .fa-eyedropper:before{content:""}html.style2 .fa-paint-brush:before{content:""}html.style2 .fa-birthday-cake:before{content:""}html.style2 .fa-area-chart:before{content:""}html.style2 .fa-pie-chart:before{content:""}html.style2 .fa-line-chart:before{content:""}html.style2 .fa-lastfm:before{content:""}html.style2 .fa-lastfm-square:before{content:""}html.style2 .fa-toggle-off:before{content:""}html.style2 .fa-toggle-on:before{content:""}html.style2 .fa-bicycle:before{content:""}html.style2 .fa-bus:before{content:""}html.style2 .fa-ioxhost:before{content:""}html.style2 .fa-angellist:before{content:""}html.style2 .fa-cc:before{content:""}html.style2 .fa-ils:before,html.style2 .fa-shekel:before,html.style2 .fa-sheqel:before{content:""}html.style2 .fa-meanpath:before{content:""}html.style2 .fa-buysellads:before{content:""}html.style2 .fa-connectdevelop:before{content:""}html.style2 .fa-dashcube:before{content:""}html.style2 .fa-forumbee:before{content:""}html.style2 .fa-leanpub:before{content:""}html.style2 .fa-sellsy:before{content:""}html.style2 .fa-shirtsinbulk:before{content:""}html.style2 .fa-simplybuilt:before{content:""}html.style2 .fa-skyatlas:before{content:""}html.style2 .fa-cart-plus:before{content:""}html.style2 .fa-cart-arrow-down:before{content:""}html.style2 .fa-diamond:before{content:""}html.style2 .fa-ship:before{content:""}html.style2 .fa-user-secret:before{content:""}html.style2 .fa-motorcycle:before{content:""}html.style2 .fa-street-view:before{content:""}html.style2 .fa-heartbeat:before{content:""}html.style2 .fa-venus:before{content:""}html.style2 .fa-mars:before{content:""}html.style2 .fa-mercury:before{content:""}html.style2 .fa-intersex:before,html.style2 .fa-transgender:before{content:""}html.style2 .fa-transgender-alt:before{content:""}html.style2 .fa-venus-double:before{content:""}html.style2 .fa-mars-double:before{content:""}html.style2 .fa-venus-mars:before{content:""}html.style2 .fa-mars-stroke:before{content:""}html.style2 .fa-mars-stroke-v:before{content:""}html.style2 .fa-mars-stroke-h:before{content:""}html.style2 .fa-neuter:before{content:""}html.style2 .fa-genderless:before{content:""}html.style2 .fa-facebook-official:before{content:""}html.style2 .fa-pinterest-p:before{content:""}html.style2 .fa-whatsapp:before{content:""}html.style2 .fa-server:before{content:""}html.style2 .fa-user-plus:before{content:""}html.style2 .fa-user-times:before{content:""}html.style2 .fa-bed:before,html.style2 .fa-hotel:before{content:""}html.style2 .fa-viacoin:before{content:""}html.style2 .fa-train:before{content:""}html.style2 .fa-subway:before{content:""}html.style2 .fa-medium:before{content:""}html.style2 .fa-y-combinator:before,html.style2 .fa-yc:before{content:""}html.style2 .fa-optin-monster:before{content:""}html.style2 .fa-opencart:before{content:""}html.style2 .fa-expeditedssl:before{content:""}html.style2 .fa-battery-4:before,html.style2 .fa-battery-full:before,html.style2 .fa-battery:before{content:""}html.style2 .fa-battery-3:before,html.style2 .fa-battery-three-quarters:before{content:""}html.style2 .fa-battery-2:before,html.style2 .fa-battery-half:before{content:""}html.style2 .fa-battery-1:before,html.style2 .fa-battery-quarter:before{content:""}html.style2 .fa-battery-0:before,html.style2 .fa-battery-empty:before{content:""}html.style2 .fa-mouse-pointer:before{content:""}html.style2 .fa-i-cursor:before{content:""}html.style2 .fa-object-group:before{content:""}html.style2 .fa-object-ungroup:before{content:""}html.style2 .fa-sticky-note:before{content:""}html.style2 .fa-sticky-note-o:before{content:""}html.style2 .fa-cc-jcb:before{content:""}html.style2 .fa-cc-diners-club:before{content:""}html.style2 .fa-clone:before{content:""}html.style2 .fa-balance-scale:before{content:""}html.style2 .fa-hourglass-o:before{content:""}html.style2 .fa-hourglass-1:before,html.style2 .fa-hourglass-start:before{content:""}html.style2 .fa-hourglass-2:before,html.style2 .fa-hourglass-half:before{content:""}html.style2 .fa-hourglass-3:before,html.style2 .fa-hourglass-end:before{content:""}html.style2 .fa-hourglass:before{content:""}html.style2 .fa-hand-grab-o:before,html.style2 .fa-hand-rock-o:before{content:""}html.style2 .fa-hand-paper-o:before,html.style2 .fa-hand-stop-o:before{content:""}html.style2 .fa-hand-scissors-o:before{content:""}html.style2 .fa-hand-lizard-o:before{content:""}html.style2 .fa-hand-spock-o:before{content:""}html.style2 .fa-hand-pointer-o:before{content:""}html.style2 .fa-hand-peace-o:before{content:""}html.style2 .fa-trademark:before{content:""}html.style2 .fa-registered:before{content:""}html.style2 .fa-creative-commons:before{content:""}html.style2 .fa-gg:before{content:""}html.style2 .fa-gg-circle:before{content:""}html.style2 .fa-tripadvisor:before{content:""}html.style2 .fa-odnoklassniki:before{content:""}html.style2 .fa-odnoklassniki-square:before{content:""}html.style2 .fa-get-pocket:before{content:""}html.style2 .fa-wikipedia-w:before{content:""}html.style2 .fa-safari:before{content:""}html.style2 .fa-chrome:before{content:""}html.style2 .fa-firefox:before{content:""}html.style2 .fa-opera:before{content:""}html.style2 .fa-internet-explorer:before{content:""}html.style2 .fa-television:before,html.style2 .fa-tv:before{content:""}html.style2 .fa-contao:before{content:""}html.style2 .fa-500px:before{content:""}html.style2 .fa-amazon:before{content:""}html.style2 .fa-calendar-plus-o:before{content:""}html.style2 .fa-calendar-minus-o:before{content:""}html.style2 .fa-calendar-times-o:before{content:""}html.style2 .fa-calendar-check-o:before{content:""}html.style2 .fa-industry:before{content:""}html.style2 .fa-map-pin:before{content:""}html.style2 .fa-map-signs:before{content:""}html.style2 .fa-map-o:before{content:""}html.style2 .fa-map:before{content:""}html.style2 .fa-commenting:before{content:""}html.style2 .fa-commenting-o:before{content:""}html.style2 .fa-houzz:before{content:""}html.style2 .fa-vimeo:before{content:""}html.style2 .fa-black-tie:before{content:""}html.style2 .fa-fonticons:before{content:""}html.style2 .fa-reddit-alien:before{content:""}html.style2 .fa-edge:before{content:""}html.style2 .fa-credit-card-alt:before{content:""}html.style2 .fa-codiepie:before{content:""}html.style2 .fa-modx:before{content:""}html.style2 .fa-fort-awesome:before{content:""}html.style2 .fa-usb:before{content:""}html.style2 .fa-product-hunt:before{content:""}html.style2 .fa-mixcloud:before{content:""}html.style2 .fa-scribd:before{content:""}html.style2 .fa-pause-circle:before{content:""}html.style2 .fa-pause-circle-o:before{content:""}html.style2 .fa-stop-circle:before{content:""}html.style2 .fa-stop-circle-o:before{content:""}html.style2 .fa-shopping-bag:before{content:""}html.style2 .fa-shopping-basket:before{content:""}html.style2 .fa-hashtag:before{content:""}html.style2 .fa-bluetooth:before{content:""}html.style2 .fa-bluetooth-b:before{content:""}html.style2 .fa-percent:before{content:""}html.style2 .fa-gitlab:before{content:""}html.style2 .fa-wpbeginner:before{content:""}html.style2 .fa-wpforms:before{content:""}html.style2 .fa-envira:before{content:""}html.style2 .fa-universal-access:before{content:""}html.style2 .fa-wheelchair-alt:before{content:""}html.style2 .fa-question-circle-o:before{content:""}html.style2 .fa-blind:before{content:""}html.style2 .fa-audio-description:before{content:""}html.style2 .fa-volume-control-phone:before{content:""}html.style2 .fa-braille:before{content:""}html.style2 .fa-assistive-listening-systems:before{content:""}html.style2 .fa-american-sign-language-interpreting:before,html.style2 .fa-asl-interpreting:before{content:""}html.style2 .fa-deaf:before,html.style2 .fa-deafness:before,html.style2 .fa-hard-of-hearing:before{content:""}html.style2 .fa-glide:before{content:""}html.style2 .fa-glide-g:before{content:""}html.style2 .fa-sign-language:before,html.style2 .fa-signing:before{content:""}html.style2 .fa-low-vision:before{content:""}html.style2 .fa-viadeo:before{content:""}html.style2 .fa-viadeo-square:before{content:""}html.style2 .fa-snapchat:before{content:""}html.style2 .fa-snapchat-ghost:before{content:""}html.style2 .fa-snapchat-square:before{content:""}html.style2 .fa-pied-piper:before{content:""}html.style2 .fa-first-order:before{content:""}html.style2 .fa-yoast:before{content:""}html.style2 .fa-themeisle:before{content:""}html.style2 .fa-google-plus-circle:before,html.style2 .fa-google-plus-official:before{content:""}html.style2 .fa-fa:before,html.style2 .fa-font-awesome:before{content:""}html.style2 .fa-handshake-o:before{content:""}html.style2 .fa-envelope-open:before{content:""}html.style2 .fa-envelope-open-o:before{content:""}html.style2 .fa-linode:before{content:""}html.style2 .fa-address-book:before{content:""}html.style2 .fa-address-book-o:before{content:""}html.style2 .fa-address-card:before,html.style2 .fa-vcard:before{content:""}html.style2 .fa-address-card-o:before,html.style2 .fa-vcard-o:before{content:""}html.style2 .fa-user-circle:before{content:""}html.style2 .fa-user-circle-o:before{content:""}html.style2 .fa-user-o:before{content:""}html.style2 .fa-id-badge:before{content:""}html.style2 .fa-drivers-license:before,html.style2 .fa-id-card:before{content:""}html.style2 .fa-drivers-license-o:before,html.style2 .fa-id-card-o:before{content:""}html.style2 .fa-quora:before{content:""}html.style2 .fa-free-code-camp:before{content:""}html.style2 .fa-telegram:before{content:""}html.style2 .fa-thermometer-4:before,html.style2 .fa-thermometer-full:before,html.style2 .fa-thermometer:before{content:""}html.style2 .fa-thermometer-3:before,html.style2 .fa-thermometer-three-quarters:before{content:""}html.style2 .fa-thermometer-2:before,html.style2 .fa-thermometer-half:before{content:""}html.style2 .fa-thermometer-1:before,html.style2 .fa-thermometer-quarter:before{content:""}html.style2 .fa-thermometer-0:before,html.style2 .fa-thermometer-empty:before{content:""}html.style2 .fa-shower:before{content:""}html.style2 .fa-bath:before,html.style2 .fa-bathtub:before,html.style2 .fa-s15:before{content:""}html.style2 .fa-podcast:before{content:""}html.style2 .fa-window-maximize:before{content:""}html.style2 .fa-window-minimize:before{content:""}html.style2 .fa-window-restore:before{content:""}html.style2 .fa-times-rectangle:before,html.style2 .fa-window-close:before{content:""}html.style2 .fa-times-rectangle-o:before,html.style2 .fa-window-close-o:before{content:""}html.style2 .fa-bandcamp:before{content:""}html.style2 .fa-grav:before{content:""}html.style2 .fa-etsy:before{content:""}html.style2 .fa-imdb:before{content:""}html.style2 .fa-ravelry:before{content:""}html.style2 .fa-eercast:before{content:""}html.style2 .fa-microchip:before{content:""}html.style2 .fa-snowflake-o:before{content:""}html.style2 .fa-superpowers:before{content:""}html.style2 .fa-wpexplorer:before{content:""}html.style2 .fa-meetup:before{content:""}html.style2 .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}html.style2 .sr-only-focusable:active,html.style2 .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html.style2 [class*=" icon-"],html.style2 [class^=icon-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;*margin-right:.3em}html.style2 [class*=" icon-"]:before,html.style2 [class^=icon-]:before{text-decoration:inherit;display:inline-block;speak:none}html.style2 .icon-large:before{vertical-align:-10%;font-size:1.3333333333em}html.style2 a [class*=" icon-"],html.style2 a [class^=icon-]{display:inline}html.style2 [class*=" icon-"].icon-fixed-width,html.style2 [class^=icon-].icon-fixed-width{display:inline-block;width:1.1428571429em;text-align:right;padding-right:.2857142857em}html.style2 [class*=" icon-"].icon-fixed-width.icon-large,html.style2 [class^=icon-].icon-fixed-width.icon-large{width:1.4285714286em}html.style2 .icons-ul{margin-left:2.1428571429em;list-style-type:none}html.style2 .icons-ul>li{position:relative}html.style2 .icons-ul .icon-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;text-align:center;line-height:inherit}html.style2 [class*=" icon-"].hide,html.style2 [class^=icon-].hide{display:none}html.style2 .icon-muted{color:#eee}html.style2 .icon-light{color:#fff}html.style2 .icon-dark{color:#333}html.style2 .icon-border{border:1px solid #eee;padding:.2em .25em .15em;border-radius:3px}html.style2 .icon-2x{font-size:2em}html.style2 .icon-2x.icon-border{border-width:2px;border-radius:4px}html.style2 .icon-3x{font-size:3em}html.style2 .icon-3x.icon-border{border-width:3px;border-radius:5px}html.style2 .icon-4x{font-size:4em}html.style2 .icon-4x.icon-border{border-width:4px;border-radius:6px}html.style2 .icon-5x{font-size:5em}html.style2 .icon-5x.icon-border{border-width:5px;border-radius:7px}html.style2 .pull-right{float:right}html.style2 .pull-left{float:left}html.style2 [class*=" icon-"].pull-left,html.style2 [class^=icon-].pull-left{margin-right:.3em}html.style2 [class*=" icon-"].pull-right,html.style2 [class^=icon-].pull-right{margin-left:.3em}html.style2 .icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}html.style2 .icon-stack [class*=" icon-"],html.style2 .icon-stack [class^=icon-]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}html.style2 .icon-stack .icon-stack-base{font-size:2em;*line-height:1em}html.style2 .icon-spin{display:inline-block;animation:spin 2s linear infinite}html.style2 a .icon-spin,html.style2 a .icon-stack{display:inline-block;text-decoration:none}html.style2 .icon-rotate-90:before{transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}html.style2 .icon-rotate-180:before{transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}html.style2 .icon-rotate-270:before{transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}html.style2 .icon-flip-horizontal:before{transform:scaleX(-1)}html.style2 .icon-flip-vertical:before{transform:scaleY(-1)}html.style2 a .icon-flip-horizontal:before,html.style2 a .icon-flip-vertical:before,html.style2 a .icon-rotate-180:before,html.style2 a .icon-rotate-270:before,html.style2 a .icon-rotate-90:before{display:inline-block}html.style2 .icon-wand:before{content:""}html.style2 .icon-volume:before{content:""}html.style2 .icon-user:before{content:""}html.style2 .icon-unlock:before{content:""}html.style2 .icon-unlink:before{content:""}html.style2 .icon-trash:before{content:""}html.style2 .icon-thought:before{content:""}html.style2 .icon-target:before{content:""}html.style2 .icon-tag:before{content:""}html.style2 .icon-tablet:before{content:""}html.style2 .icon-star:before{content:""}html.style2 .icon-spray:before{content:""}html.style2 .icon-signal:before{content:""}html.style2 .icon-shopping-cart:before{content:""}html.style2 .icon-shopping-cart-full:before{content:""}html.style2 .icon-settings:before{content:""}html.style2 .icon-search:before{content:""}html.style2 .icon-zoom-in:before{content:""}html.style2 .icon-zoom-out:before{content:""}html.style2 .icon-cut:before{content:""}html.style2 .icon-ruler:before{content:""}html.style2 .icon-ruler-pencil:before{content:""}html.style2 .icon-ruler-alt:before{content:""}html.style2 .icon-bookmark:before{content:""}html.style2 .icon-bookmark-alt:before{content:""}html.style2 .icon-reload:before{content:""}html.style2 .icon-plus:before{content:""}html.style2 .icon-pin:before{content:""}html.style2 .icon-pencil:before{content:""}html.style2 .icon-pencil-alt:before{content:""}html.style2 .icon-paint-roller:before{content:""}html.style2 .icon-paint-bucket:before{content:""}html.style2 .icon-na:before{content:""}html.style2 .icon-mobile:before{content:""}html.style2 .icon-minus:before{content:""}html.style2 .icon-medall:before{content:""}html.style2 .icon-medall-alt:before{content:""}html.style2 .icon-marker:before{content:""}html.style2 .icon-marker-alt:before{content:""}html.style2 .icon-arrow-up:before{content:""}html.style2 .icon-arrow-right:before{content:""}html.style2 .icon-arrow-left:before{content:""}html.style2 .icon-arrow-down:before{content:""}html.style2 .icon-lock:before{content:""}html.style2 .icon-location-arrow:before{content:""}html.style2 .icon-link:before{content:""}html.style2 .icon-layout:before{content:""}html.style2 .icon-layers:before{content:""}html.style2 .icon-layers-alt:before{content:""}html.style2 .icon-key:before{content:""}html.style2 .icon-import:before{content:""}html.style2 .icon-image:before{content:""}html.style2 .icon-heart:before{content:""}html.style2 .icon-heart-broken:before{content:""}html.style2 .icon-hand-stop:before{content:""}html.style2 .icon-hand-open:before{content:""}html.style2 .icon-hand-drag:before{content:""}html.style2 .icon-folder:before{content:""}html.style2 .icon-flag:before{content:""}html.style2 .icon-flag-alt:before{content:""}html.style2 .icon-flag-alt-2:before{content:""}html.style2 .icon-eye:before{content:""}html.style2 .icon-export:before{content:""}html.style2 .icon-exchange-vertical:before{content:""}html.style2 .icon-desktop:before{content:""}html.style2 .icon-cup:before{content:""}html.style2 .icon-crown:before{content:""}html.style2 .icon-comments:before{content:""}html.style2 .icon-comment:before{content:""}html.style2 .icon-comment-alt:before{content:""}html.style2 .icon-close:before{content:""}html.style2 .icon-clip:before{content:""}html.style2 .icon-angle-up:before{content:""}html.style2 .icon-angle-right:before{content:""}html.style2 .icon-angle-left:before{content:""}html.style2 .icon-angle-down:before{content:""}html.style2 .icon-check:before{content:""}html.style2 .icon-check-box:before{content:""}html.style2 .icon-camera:before{content:""}html.style2 .icon-announcement:before{content:""}html.style2 .icon-brush:before{content:""}html.style2 .icon-briefcase:before{content:""}html.style2 .icon-bolt:before{content:""}html.style2 .icon-bolt-alt:before{content:""}html.style2 .icon-blackboard:before{content:""}html.style2 .icon-bag:before{content:""}html.style2 .icon-move:before{content:""}html.style2 .icon-arrows-vertical:before{content:""}html.style2 .icon-arrows-horizontal:before{content:""}html.style2 .icon-fullscreen:before{content:""}html.style2 .icon-arrow-top-right:before{content:""}html.style2 .icon-arrow-top-left:before{content:""}html.style2 .icon-arrow-circle-up:before{content:""}html.style2 .icon-arrow-circle-right:before{content:""}html.style2 .icon-arrow-circle-left:before{content:""}html.style2 .icon-arrow-circle-down:before{content:""}html.style2 .icon-angle-double-up:before{content:""}html.style2 .icon-angle-double-right:before{content:""}html.style2 .icon-angle-double-left:before{content:""}html.style2 .icon-angle-double-down:before{content:""}html.style2 .icon-zip:before{content:""}html.style2 .icon-world:before{content:""}html.style2 .icon-wheelchair:before{content:""}html.style2 .icon-view-list:before{content:""}html.style2 .icon-view-list-alt:before{content:""}html.style2 .icon-view-grid:before{content:""}html.style2 .icon-uppercase:before{content:""}html.style2 .icon-upload:before{content:""}html.style2 .icon-underline:before{content:""}html.style2 .icon-truck:before{content:""}html.style2 .icon-timer:before{content:""}html.style2 .icon-ticket:before{content:""}html.style2 .icon-thumb-up:before{content:""}html.style2 .icon-thumb-down:before{content:""}html.style2 .icon-text:before{content:""}html.style2 .icon-stats-up:before{content:""}html.style2 .icon-stats-down:before{content:""}html.style2 .icon-split-v:before{content:""}html.style2 .icon-split-h:before{content:""}html.style2 .icon-smallcap:before{content:""}html.style2 .icon-shine:before{content:""}html.style2 .icon-shift-right:before{content:""}html.style2 .icon-shift-left:before{content:""}html.style2 .icon-shield:before{content:""}html.style2 .icon-notepad:before{content:""}html.style2 .icon-server:before{content:""}html.style2 .icon-quote-right:before{content:""}html.style2 .icon-quote-left:before{content:""}html.style2 .icon-pulse:before{content:""}html.style2 .icon-printer:before{content:""}html.style2 .icon-power-off:before{content:""}html.style2 .icon-plug:before{content:""}html.style2 .icon-pie-chart:before{content:""}html.style2 .icon-paragraph:before{content:""}html.style2 .icon-panel:before{content:""}html.style2 .icon-package:before{content:""}html.style2 .icon-music:before{content:""}html.style2 .icon-music-alt:before{content:""}html.style2 .icon-mouse:before{content:""}html.style2 .icon-mouse-alt:before{content:""}html.style2 .icon-money:before{content:""}html.style2 .icon-microphone:before{content:""}html.style2 .icon-menu:before{content:""}html.style2 .icon-menu-alt:before{content:""}html.style2 .icon-map:before{content:""}html.style2 .icon-map-alt:before{content:""}html.style2 .icon-loop:before{content:""}html.style2 .icon-location-pin:before{content:""}html.style2 .icon-list:before{content:""}html.style2 .icon-light-bulb:before{content:""}html.style2 .icon-Italic:before{content:""}html.style2 .icon-info:before{content:""}html.style2 .icon-infinite:before{content:""}html.style2 .icon-id-badge:before{content:""}html.style2 .icon-hummer:before{content:""}html.style2 .icon-home:before{content:""}html.style2 .icon-help:before{content:""}html.style2 .icon-headphone:before{content:""}html.style2 .icon-harddrives:before{content:""}html.style2 .icon-harddrive:before{content:""}html.style2 .icon-gift:before{content:""}html.style2 .icon-game:before{content:""}html.style2 .icon-filter:before{content:""}html.style2 .icon-files:before{content:""}html.style2 .icon-file:before{content:""}html.style2 .icon-eraser:before{content:""}html.style2 .icon-envelope:before{content:""}html.style2 .icon-download:before{content:""}html.style2 .icon-direction:before{content:""}html.style2 .icon-direction-alt:before{content:""}html.style2 .icon-dashboard:before{content:""}html.style2 .icon-control-stop:before{content:""}html.style2 .icon-control-shuffle:before{content:""}html.style2 .icon-control-play:before{content:""}html.style2 .icon-control-pause:before{content:""}html.style2 .icon-control-forward:before{content:""}html.style2 .icon-control-backward:before{content:""}html.style2 .icon-cloud:before{content:""}html.style2 .icon-cloud-up:before{content:""}html.style2 .icon-cloud-down:before{content:""}html.style2 .icon-clipboard:before{content:""}html.style2 .icon-car:before{content:""}html.style2 .icon-calendar:before{content:""}html.style2 .icon-book:before{content:""}html.style2 .icon-bell:before{content:""}html.style2 .icon-basketball:before{content:""}html.style2 .icon-bar-chart:before{content:""}html.style2 .icon-bar-chart-alt:before{content:""}html.style2 .icon-back-right:before{content:""}html.style2 .icon-back-left:before{content:""}html.style2 .icon-arrows-corner:before{content:""}html.style2 .icon-archive:before{content:""}html.style2 .icon-anchor:before{content:""}html.style2 .icon-align-right:before{content:""}html.style2 .icon-align-left:before{content:""}html.style2 .icon-align-justify:before{content:""}html.style2 .icon-align-center:before{content:""}html.style2 .icon-alert:before{content:""}html.style2 .icon-alarm-clock:before{content:""}html.style2 .icon-agenda:before{content:""}html.style2 .icon-write:before{content:""}html.style2 .icon-window:before{content:""}html.style2 .icon-widgetized:before{content:""}html.style2 .icon-widget:before{content:""}html.style2 .icon-widget-alt:before{content:""}html.style2 .icon-wallet:before{content:""}html.style2 .icon-video-clapper:before{content:""}html.style2 .icon-video-camera:before{content:""}html.style2 .icon-vector:before{content:""}html.style2 .icon-themify-logo:before{content:""}html.style2 .icon-themify-favicon:before{content:""}html.style2 .icon-themify-favicon-alt:before{content:""}html.style2 .icon-support:before{content:""}html.style2 .icon-stamp:before{content:""}html.style2 .icon-split-v-alt:before{content:""}html.style2 .icon-slice:before{content:""}html.style2 .icon-shortcode:before{content:""}html.style2 .icon-shift-right-alt:before{content:""}html.style2 .icon-shift-left-alt:before{content:""}html.style2 .icon-ruler-alt-2:before{content:""}html.style2 .icon-receipt:before{content:""}html.style2 .icon-pin2:before{content:""}html.style2 .icon-pin-alt:before{content:""}html.style2 .icon-pencil-alt2:before{content:""}html.style2 .icon-palette:before{content:""}html.style2 .icon-more:before{content:""}html.style2 .icon-more-alt:before{content:""}html.style2 .icon-microphone-alt:before{content:""}html.style2 .icon-magnet:before{content:""}html.style2 .icon-line-double:before{content:""}html.style2 .icon-line-dotted:before{content:""}html.style2 .icon-line-dashed:before{content:""}html.style2 .icon-layout-width-full:before{content:""}html.style2 .icon-layout-width-default:before{content:""}html.style2 .icon-layout-width-default-alt:before{content:""}html.style2 .icon-layout-tab:before{content:""}html.style2 .icon-layout-tab-window:before{content:""}html.style2 .icon-layout-tab-v:before{content:""}html.style2 .icon-layout-tab-min:before{content:""}html.style2 .icon-layout-slider:before{content:""}html.style2 .icon-layout-slider-alt:before{content:""}html.style2 .icon-layout-sidebar-right:before{content:""}html.style2 .icon-layout-sidebar-none:before{content:""}html.style2 .icon-layout-sidebar-left:before{content:""}html.style2 .icon-layout-placeholder:before{content:""}html.style2 .icon-layout-menu:before{content:""}html.style2 .icon-layout-menu-v:before{content:""}html.style2 .icon-layout-menu-separated:before{content:""}html.style2 .icon-layout-menu-full:before{content:""}html.style2 .icon-layout-media-right-alt:before{content:""}html.style2 .icon-layout-media-right:before{content:""}html.style2 .icon-layout-media-overlay:before{content:""}html.style2 .icon-layout-media-overlay-alt:before{content:""}html.style2 .icon-layout-media-overlay-alt-2:before{content:""}html.style2 .icon-layout-media-left-alt:before{content:""}html.style2 .icon-layout-media-left:before{content:""}html.style2 .icon-layout-media-center-alt:before{content:""}html.style2 .icon-layout-media-center:before{content:""}html.style2 .icon-layout-list-thumb:before{content:""}html.style2 .icon-layout-list-thumb-alt:before{content:""}html.style2 .icon-layout-list-post:before{content:""}html.style2 .icon-layout-list-large-image:before{content:""}html.style2 .icon-layout-line-solid:before{content:""}html.style2 .icon-layout-grid4:before{content:""}html.style2 .icon-layout-grid3:before{content:""}html.style2 .icon-layout-grid2:before{content:""}html.style2 .icon-layout-grid2-thumb:before{content:""}html.style2 .icon-layout-cta-right:before{content:""}html.style2 .icon-layout-cta-left:before{content:""}html.style2 .icon-layout-cta-center:before{content:""}html.style2 .icon-layout-cta-btn-right:before{content:""}html.style2 .icon-layout-cta-btn-left:before{content:""}html.style2 .icon-layout-column4:before{content:""}html.style2 .icon-layout-column3:before{content:""}html.style2 .icon-layout-column2:before{content:""}html.style2 .icon-layout-accordion-separated:before{content:""}html.style2 .icon-layout-accordion-merged:before{content:""}html.style2 .icon-layout-accordion-list:before{content:""}html.style2 .icon-ink-pen:before{content:""}html.style2 .icon-info-alt:before{content:""}html.style2 .icon-help-alt:before{content:""}html.style2 .icon-headphone-alt:before{content:""}html.style2 .icon-hand-point-up:before{content:""}html.style2 .icon-hand-point-right:before{content:""}html.style2 .icon-hand-point-left:before{content:""}html.style2 .icon-hand-point-down:before{content:""}html.style2 .icon-gallery:before{content:""}html.style2 .icon-face-smile:before{content:""}html.style2 .icon-face-sad:before{content:""}html.style2 .icon-credit-card:before{content:""}html.style2 .icon-control-skip-forward:before{content:""}html.style2 .icon-control-skip-backward:before{content:""}html.style2 .icon-control-record:before{content:""}html.style2 .icon-control-eject:before{content:""}html.style2 .icon-comments-smiley:before{content:""}html.style2 .icon-brush-alt:before{content:""}html.style2 .icon-youtube:before{content:""}html.style2 .icon-vimeo:before{content:""}html.style2 .icon-twitter:before{content:""}html.style2 .icon-time:before{content:""}html.style2 .icon-tumblr:before{content:""}html.style2 .icon-skype:before{content:""}html.style2 .icon-share:before{content:""}html.style2 .icon-share-alt:before{content:""}html.style2 .icon-rocket:before{content:""}html.style2 .icon-pinterest:before{content:""}html.style2 .icon-new-window:before{content:""}html.style2 .icon-microsoft:before{content:""}html.style2 .icon-list-ol:before{content:""}html.style2 .icon-linkedin:before{content:""}html.style2 .icon-layout-sidebar-2:before{content:""}html.style2 .icon-layout-grid4-alt:before{content:""}html.style2 .icon-layout-grid3-alt:before{content:""}html.style2 .icon-layout-grid2-alt:before{content:""}html.style2 .icon-layout-column4-alt:before{content:""}html.style2 .icon-layout-column3-alt:before{content:""}html.style2 .icon-layout-column2-alt:before{content:""}html.style2 .icon-instagram:before{content:""}html.style2 .icon-google:before{content:""}html.style2 .icon-github:before{content:""}html.style2 .icon-flickr:before{content:""}html.style2 .icon-facebook:before{content:""}html.style2 .icon-dropbox:before{content:""}html.style2 .icon-dribbble:before{content:""}html.style2 .icon-apple:before{content:""}html.style2 .icon-android:before{content:""}html.style2 .icon-save:before{content:""}html.style2 .icon-save-alt:before{content:""}html.style2 .icon-yahoo:before{content:""}html.style2 .icon-wordpress:before{content:""}html.style2 .icon-vimeo-alt:before{content:""}html.style2 .icon-twitter-alt:before{content:""}html.style2 .icon-tumblr-alt:before{content:""}html.style2 .icon-trello:before{content:""}html.style2 .icon-stack-overflow:before{content:""}html.style2 .icon-soundcloud:before{content:""}html.style2 .icon-sharethis:before{content:""}html.style2 .icon-sharethis-alt:before{content:""}html.style2 .icon-reddit:before{content:""}html.style2 .icon-pinterest-alt:before{content:""}html.style2 .icon-microsoft-alt:before{content:""}html.style2 .icon-linux:before{content:""}html.style2 .icon-jsfiddle:before{content:""}html.style2 .icon-joomla:before{content:""}html.style2 .icon-html5:before{content:""}html.style2 .icon-flickr-alt:before{content:""}html.style2 .icon-email:before{content:""}html.style2 .icon-drupal:before{content:""}html.style2 .icon-dropbox-alt:before{content:""}html.style2 .icon-css3:before{content:""}html.style2 .icon-rss:before{content:""}html.style2 .icon-rss-alt:before{content:""}html.style2 [class*=" ti-"],html.style2 [class^=ti-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style2 .ti-wand:before{content:""}html.style2 .ti-volume:before{content:""}html.style2 .ti-user:before{content:""}html.style2 .ti-unlock:before{content:""}html.style2 .ti-unlink:before{content:""}html.style2 .ti-trash:before{content:""}html.style2 .ti-thought:before{content:""}html.style2 .ti-target:before{content:""}html.style2 .ti-tag:before{content:""}html.style2 .ti-tablet:before{content:""}html.style2 .ti-star:before{content:""}html.style2 .ti-spray:before{content:""}html.style2 .ti-signal:before{content:""}html.style2 .ti-shopping-cart:before{content:""}html.style2 .ti-shopping-cart-full:before{content:""}html.style2 .ti-settings:before{content:""}html.style2 .ti-search:before{content:""}html.style2 .ti-zoom-in:before{content:""}html.style2 .ti-zoom-out:before{content:""}html.style2 .ti-cut:before{content:""}html.style2 .ti-ruler:before{content:""}html.style2 .ti-ruler-pencil:before{content:""}html.style2 .ti-ruler-alt:before{content:""}html.style2 .ti-bookmark:before{content:""}html.style2 .ti-bookmark-alt:before{content:""}html.style2 .ti-reload:before{content:""}html.style2 .ti-plus:before{content:""}html.style2 .ti-pin:before{content:""}html.style2 .ti-pencil:before{content:""}html.style2 .ti-pencil-alt:before{content:""}html.style2 .ti-paint-roller:before{content:""}html.style2 .ti-paint-bucket:before{content:""}html.style2 .ti-na:before{content:""}html.style2 .ti-mobile:before{content:""}html.style2 .ti-minus:before{content:""}html.style2 .ti-medall:before{content:""}html.style2 .ti-medall-alt:before{content:""}html.style2 .ti-marker:before{content:""}html.style2 .ti-marker-alt:before{content:""}html.style2 .ti-arrow-up:before{content:""}html.style2 .ti-arrow-right:before{content:""}html.style2 .ti-arrow-left:before{content:""}html.style2 .ti-arrow-down:before{content:""}html.style2 .ti-lock:before{content:""}html.style2 .ti-location-arrow:before{content:""}html.style2 .ti-link:before{content:""}html.style2 .ti-layout:before{content:""}html.style2 .ti-layers:before{content:""}html.style2 .ti-layers-alt:before{content:""}html.style2 .ti-key:before{content:""}html.style2 .ti-import:before{content:""}html.style2 .ti-image:before{content:""}html.style2 .ti-heart:before{content:""}html.style2 .ti-heart-broken:before{content:""}html.style2 .ti-hand-stop:before{content:""}html.style2 .ti-hand-open:before{content:""}html.style2 .ti-hand-drag:before{content:""}html.style2 .ti-folder:before{content:""}html.style2 .ti-flag:before{content:""}html.style2 .ti-flag-alt:before{content:""}html.style2 .ti-flag-alt-2:before{content:""}html.style2 .ti-eye:before{content:""}html.style2 .ti-export:before{content:""}html.style2 .ti-exchange-vertical:before{content:""}html.style2 .ti-desktop:before{content:""}html.style2 .ti-cup:before{content:""}html.style2 .ti-crown:before{content:""}html.style2 .ti-comments:before{content:""}html.style2 .ti-comment:before{content:""}html.style2 .ti-comment-alt:before{content:""}html.style2 .ti-close:before{content:""}html.style2 .ti-clip:before{content:""}html.style2 .ti-angle-up:before{content:""}html.style2 .ti-angle-right:before{content:""}html.style2 .ti-angle-left:before{content:""}html.style2 .ti-angle-down:before{content:""}html.style2 .ti-check:before{content:""}html.style2 .ti-check-box:before{content:""}html.style2 .ti-camera:before{content:""}html.style2 .ti-announcement:before{content:""}html.style2 .ti-brush:before{content:""}html.style2 .ti-briefcase:before{content:""}html.style2 .ti-bolt:before{content:""}html.style2 .ti-bolt-alt:before{content:""}html.style2 .ti-blackboard:before{content:""}html.style2 .ti-bag:before{content:""}html.style2 .ti-move:before{content:""}html.style2 .ti-arrows-vertical:before{content:""}html.style2 .ti-arrows-horizontal:before{content:""}html.style2 .ti-fullscreen:before{content:""}html.style2 .ti-arrow-top-right:before{content:""}html.style2 .ti-arrow-top-left:before{content:""}html.style2 .ti-arrow-circle-up:before{content:""}html.style2 .ti-arrow-circle-right:before{content:""}html.style2 .ti-arrow-circle-left:before{content:""}html.style2 .ti-arrow-circle-down:before{content:""}html.style2 .ti-angle-double-up:before{content:""}html.style2 .ti-angle-double-right:before{content:""}html.style2 .ti-angle-double-left:before{content:""}html.style2 .ti-angle-double-down:before{content:""}html.style2 .ti-zip:before{content:""}html.style2 .ti-world:before{content:""}html.style2 .ti-wheelchair:before{content:""}html.style2 .ti-view-list:before{content:""}html.style2 .ti-view-list-alt:before{content:""}html.style2 .ti-view-grid:before{content:""}html.style2 .ti-uppercase:before{content:""}html.style2 .ti-upload:before{content:""}html.style2 .ti-underline:before{content:""}html.style2 .ti-truck:before{content:""}html.style2 .ti-timer:before{content:""}html.style2 .ti-ticket:before{content:""}html.style2 .ti-thumb-up:before{content:""}html.style2 .ti-thumb-down:before{content:""}html.style2 .ti-text:before{content:""}html.style2 .ti-stats-up:before{content:""}html.style2 .ti-stats-down:before{content:""}html.style2 .ti-split-v:before{content:""}html.style2 .ti-split-h:before{content:""}html.style2 .ti-smallcap:before{content:""}html.style2 .ti-shine:before{content:""}html.style2 .ti-shift-right:before{content:""}html.style2 .ti-shift-left:before{content:""}html.style2 .ti-shield:before{content:""}html.style2 .ti-notepad:before{content:""}html.style2 .ti-server:before{content:""}html.style2 .ti-quote-right:before{content:""}html.style2 .ti-quote-left:before{content:""}html.style2 .ti-pulse:before{content:""}html.style2 .ti-printer:before{content:""}html.style2 .ti-power-off:before{content:""}html.style2 .ti-plug:before{content:""}html.style2 .ti-pie-chart:before{content:""}html.style2 .ti-paragraph:before{content:""}html.style2 .ti-panel:before{content:""}html.style2 .ti-package:before{content:""}html.style2 .ti-music:before{content:""}html.style2 .ti-music-alt:before{content:""}html.style2 .ti-mouse:before{content:""}html.style2 .ti-mouse-alt:before{content:""}html.style2 .ti-money:before{content:""}html.style2 .ti-microphone:before{content:""}html.style2 .ti-menu:before{content:""}html.style2 .ti-menu-alt:before{content:""}html.style2 .ti-map:before{content:""}html.style2 .ti-map-alt:before{content:""}html.style2 .ti-loop:before{content:""}html.style2 .ti-location-pin:before{content:""}html.style2 .ti-list:before{content:""}html.style2 .ti-light-bulb:before{content:""}html.style2 .ti-Italic:before{content:""}html.style2 .ti-info:before{content:""}html.style2 .ti-infinite:before{content:""}html.style2 .ti-id-badge:before{content:""}html.style2 .ti-hummer:before{content:""}html.style2 .ti-home:before{content:""}html.style2 .ti-help:before{content:""}html.style2 .ti-headphone:before{content:""}html.style2 .ti-harddrives:before{content:""}html.style2 .ti-harddrive:before{content:""}html.style2 .ti-gift:before{content:""}html.style2 .ti-game:before{content:""}html.style2 .ti-filter:before{content:""}html.style2 .ti-files:before{content:""}html.style2 .ti-file:before{content:""}html.style2 .ti-eraser:before{content:""}html.style2 .ti-envelope:before{content:""}html.style2 .ti-download:before{content:""}html.style2 .ti-direction:before{content:""}html.style2 .ti-direction-alt:before{content:""}html.style2 .ti-dashboard:before{content:""}html.style2 .ti-control-stop:before{content:""}html.style2 .ti-control-shuffle:before{content:""}html.style2 .ti-control-play:before{content:""}html.style2 .ti-control-pause:before{content:""}html.style2 .ti-control-forward:before{content:""}html.style2 .ti-control-backward:before{content:""}html.style2 .ti-cloud:before{content:""}html.style2 .ti-cloud-up:before{content:""}html.style2 .ti-cloud-down:before{content:""}html.style2 .ti-clipboard:before{content:""}html.style2 .ti-car:before{content:""}html.style2 .ti-calendar:before{content:""}html.style2 .ti-book:before{content:""}html.style2 .ti-bell:before{content:""}html.style2 .ti-basketball:before{content:""}html.style2 .ti-bar-chart:before{content:""}html.style2 .ti-bar-chart-alt:before{content:""}html.style2 .ti-back-right:before{content:""}html.style2 .ti-back-left:before{content:""}html.style2 .ti-arrows-corner:before{content:""}html.style2 .ti-archive:before{content:""}html.style2 .ti-anchor:before{content:""}html.style2 .ti-align-right:before{content:""}html.style2 .ti-align-left:before{content:""}html.style2 .ti-align-justify:before{content:""}html.style2 .ti-align-center:before{content:""}html.style2 .ti-alert:before{content:""}html.style2 .ti-alarm-clock:before{content:""}html.style2 .ti-agenda:before{content:""}html.style2 .ti-write:before{content:""}html.style2 .ti-window:before{content:""}html.style2 .ti-widgetized:before{content:""}html.style2 .ti-widget:before{content:""}html.style2 .ti-widget-alt:before{content:""}html.style2 .ti-wallet:before{content:""}html.style2 .ti-video-clapper:before{content:""}html.style2 .ti-video-camera:before{content:""}html.style2 .ti-vector:before{content:""}html.style2 .ti-themify-logo:before{content:""}html.style2 .ti-themify-favicon:before{content:""}html.style2 .ti-themify-favicon-alt:before{content:""}html.style2 .ti-support:before{content:""}html.style2 .ti-stamp:before{content:""}html.style2 .ti-split-v-alt:before{content:""}html.style2 .ti-slice:before{content:""}html.style2 .ti-shortcode:before{content:""}html.style2 .ti-shift-right-alt:before{content:""}html.style2 .ti-shift-left-alt:before{content:""}html.style2 .ti-ruler-alt-2:before{content:""}html.style2 .ti-receipt:before{content:""}html.style2 .ti-pin2:before{content:""}html.style2 .ti-pin-alt:before{content:""}html.style2 .ti-pencil-alt2:before{content:""}html.style2 .ti-palette:before{content:""}html.style2 .ti-more:before{content:""}html.style2 .ti-more-alt:before{content:""}html.style2 .ti-microphone-alt:before{content:""}html.style2 .ti-magnet:before{content:""}html.style2 .ti-line-double:before{content:""}html.style2 .ti-line-dotted:before{content:""}html.style2 .ti-line-dashed:before{content:""}html.style2 .ti-layout-width-full:before{content:""}html.style2 .ti-layout-width-default:before{content:""}html.style2 .ti-layout-width-default-alt:before{content:""}html.style2 .ti-layout-tab:before{content:""}html.style2 .ti-layout-tab-window:before{content:""}html.style2 .ti-layout-tab-v:before{content:""}html.style2 .ti-layout-tab-min:before{content:""}html.style2 .ti-layout-slider:before{content:""}html.style2 .ti-layout-slider-alt:before{content:""}html.style2 .ti-layout-sidebar-right:before{content:""}html.style2 .ti-layout-sidebar-none:before{content:""}html.style2 .ti-layout-sidebar-left:before{content:""}html.style2 .ti-layout-placeholder:before{content:""}html.style2 .ti-layout-menu:before{content:""}html.style2 .ti-layout-menu-v:before{content:""}html.style2 .ti-layout-menu-separated:before{content:""}html.style2 .ti-layout-menu-full:before{content:""}html.style2 .ti-layout-media-right-alt:before{content:""}html.style2 .ti-layout-media-right:before{content:""}html.style2 .ti-layout-media-overlay:before{content:""}html.style2 .ti-layout-media-overlay-alt:before{content:""}html.style2 .ti-layout-media-overlay-alt-2:before{content:""}html.style2 .ti-layout-media-left-alt:before{content:""}html.style2 .ti-layout-media-left:before{content:""}html.style2 .ti-layout-media-center-alt:before{content:""}html.style2 .ti-layout-media-center:before{content:""}html.style2 .ti-layout-list-thumb:before{content:""}html.style2 .ti-layout-list-thumb-alt:before{content:""}html.style2 .ti-layout-list-post:before{content:""}html.style2 .ti-layout-list-large-image:before{content:""}html.style2 .ti-layout-line-solid:before{content:""}html.style2 .ti-layout-grid4:before{content:""}html.style2 .ti-layout-grid3:before{content:""}html.style2 .ti-layout-grid2:before{content:""}html.style2 .ti-layout-grid2-thumb:before{content:""}html.style2 .ti-layout-cta-right:before{content:""}html.style2 .ti-layout-cta-left:before{content:""}html.style2 .ti-layout-cta-center:before{content:""}html.style2 .ti-layout-cta-btn-right:before{content:""}html.style2 .ti-layout-cta-btn-left:before{content:""}html.style2 .ti-layout-column4:before{content:""}html.style2 .ti-layout-column3:before{content:""}html.style2 .ti-layout-column2:before{content:""}html.style2 .ti-layout-accordion-separated:before{content:""}html.style2 .ti-layout-accordion-merged:before{content:""}html.style2 .ti-layout-accordion-list:before{content:""}html.style2 .ti-ink-pen:before{content:""}html.style2 .ti-info-alt:before{content:""}html.style2 .ti-help-alt:before{content:""}html.style2 .ti-headphone-alt:before{content:""}html.style2 .ti-hand-point-up:before{content:""}html.style2 .ti-hand-point-right:before{content:""}html.style2 .ti-hand-point-left:before{content:""}html.style2 .ti-hand-point-down:before{content:""}html.style2 .ti-gallery:before{content:""}html.style2 .ti-face-smile:before{content:""}html.style2 .ti-face-sad:before{content:""}html.style2 .ti-credit-card:before{content:""}html.style2 .ti-control-skip-forward:before{content:""}html.style2 .ti-control-skip-backward:before{content:""}html.style2 .ti-control-record:before{content:""}html.style2 .ti-control-eject:before{content:""}html.style2 .ti-comments-smiley:before{content:""}html.style2 .ti-brush-alt:before{content:""}html.style2 .ti-youtube:before{content:""}html.style2 .ti-vimeo:before{content:""}html.style2 .ti-twitter:before{content:""}html.style2 .ti-time:before{content:""}html.style2 .ti-tumblr:before{content:""}html.style2 .ti-skype:before{content:""}html.style2 .ti-share:before{content:""}html.style2 .ti-share-alt:before{content:""}html.style2 .ti-rocket:before{content:""}html.style2 .ti-pinterest:before{content:""}html.style2 .ti-new-window:before{content:""}html.style2 .ti-microsoft:before{content:""}html.style2 .ti-list-ol:before{content:""}html.style2 .ti-linkedin:before{content:""}html.style2 .ti-layout-sidebar-2:before{content:""}html.style2 .ti-layout-grid4-alt:before{content:""}html.style2 .ti-layout-grid3-alt:before{content:""}html.style2 .ti-layout-grid2-alt:before{content:""}html.style2 .ti-layout-column4-alt:before{content:""}html.style2 .ti-layout-column3-alt:before{content:""}html.style2 .ti-layout-column2-alt:before{content:""}html.style2 .ti-instagram:before{content:""}html.style2 .ti-google:before{content:""}html.style2 .ti-github:before{content:""}html.style2 .ti-flickr:before{content:""}html.style2 .ti-facebook:before{content:""}html.style2 .ti-dropbox:before{content:""}html.style2 .ti-dribbble:before{content:""}html.style2 .ti-apple:before{content:""}html.style2 .ti-android:before{content:""}html.style2 .ti-save:before{content:""}html.style2 .ti-save-alt:before{content:""}html.style2 .ti-yahoo:before{content:""}html.style2 .ti-wordpress:before{content:""}html.style2 .ti-vimeo-alt:before{content:""}html.style2 .ti-twitter-alt:before{content:""}html.style2 .ti-tumblr-alt:before{content:""}html.style2 .ti-trello:before{content:""}html.style2 .ti-stack-overflow:before{content:""}html.style2 .ti-soundcloud:before{content:""}html.style2 .ti-sharethis:before{content:""}html.style2 .ti-sharethis-alt:before{content:""}html.style2 .ti-reddit:before{content:""}html.style2 .ti-pinterest-alt:before{content:""}html.style2 .ti-microsoft-alt:before{content:""}html.style2 .ti-linux:before{content:""}html.style2 .ti-jsfiddle:before{content:""}html.style2 .ti-joomla:before{content:""}html.style2 .ti-html5:before{content:""}html.style2 .ti-flickr-alt:before{content:""}html.style2 .ti-email:before{content:""}html.style2 .ti-drupal:before{content:""}html.style2 .ti-dropbox-alt:before{content:""}html.style2 .ti-css3:before{content:""}html.style2 .ti-rss:before{content:""}html.style2 .ti-rss-alt:before{content:""}html.style2 button,html.style2 hr,html.style2 input{overflow:visible}html.style2 audio,html.style2 canvas,html.style2 progress,html.style2 video{display:inline-block}html.style2 progress,html.style2 sub,html.style2 sup{vertical-align:baseline}html.style2 html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html.style2 body{margin:0}html.style2 article,html.style2 aside,html.style2 details,html.style2 footer,html.style2 header,html.style2 menu,html.style2 nav,html.style2 section{display:block}html.style2 h1{font-size:2em;margin:.67em 0}html.style2 figcaption,html.style2 figure,html.style2 main{display:block}html.style2 figure{margin:1em 40px}html.style2 hr{box-sizing:content-box;height:0}html.style2 code,html.style2 kbd,html.style2 pre,html.style2 samp{font-family:monospace,monospace;font-size:1em}html.style2 a{background-color:transparent;-webkit-text-decoration-skip:objects}html.style2 a:active,html.style2 a:hover{outline-width:0}html.style2 abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}html.style2 b,html.style2 strong{font-weight:bolder}html.style2 dfn{font-style:italic}html.style2 mark{background-color:#ff0;color:#000}html.style2 small{font-size:80%}html.style2 sub,html.style2 sup{font-size:75%;line-height:0;position:relative}html.style2 sub{bottom:-.25em}html.style2 sup{top:-.5em}html.style2 audio:not([controls]){display:none;height:0}html.style2 img{border-style:none}html.style2 svg:not(:root){overflow:hidden}html.style2 button,html.style2 input,html.style2 optgroup,html.style2 select,html.style2 textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}html.style2 button,html.style2 select{text-transform:none}html.style2 [type=reset],html.style2 [type=submit],html.style2 button,html.style2 html [type=button]{-webkit-appearance:button}html.style2 [type=button]::-moz-focus-inner,html.style2 [type=reset]::-moz-focus-inner,html.style2 [type=submit]::-moz-focus-inner,html.style2 button::-moz-focus-inner{border-style:none;padding:0}html.style2 [type=button]:-moz-focusring,html.style2 [type=reset]:-moz-focusring,html.style2 [type=submit]:-moz-focusring,html.style2 button:-moz-focusring{outline:1px dotted ButtonText}html.style2 fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}html.style2 legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}html.style2 textarea{overflow:auto}html.style2 [type=checkbox],html.style2 [type=radio]{box-sizing:border-box;padding:0}html.style2 [type=number]::-webkit-inner-spin-button,html.style2 [type=number]::-webkit-outer-spin-button{height:auto}html.style2 [type=search]{-webkit-appearance:textfield;outline-offset:-2px}html.style2 [type=search]::-webkit-search-cancel-button,html.style2 [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.style2 ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html.style2 summary{display:list-item}html.style2 [hidden],html.style2 template{display:none}html.style2 .owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1}html.style2 .owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}html.style2 .owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html.style2 .owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}html.style2 .owl-carousel .owl-item,html.style2 .owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}html.style2 .owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}html.style2 .owl-carousel .owl-item img{display:block;width:100%}html.style2 .owl-carousel .owl-dots.disabled,html.style2 .owl-carousel .owl-nav.disabled{display:none}html.style2 .owl-carousel .owl-dot,html.style2 .owl-carousel .owl-nav .owl-next,html.style2 .owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.style2 .owl-carousel .owl-nav button.owl-next,html.style2 .owl-carousel .owl-nav button.owl-prev,html.style2 .owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}html.style2 .owl-carousel.owl-loaded{display:block}html.style2 .owl-carousel.owl-loading{opacity:0;display:block}html.style2 .owl-carousel.owl-hidden{opacity:0}html.style2 .owl-carousel.owl-refresh .owl-item{visibility:hidden}html.style2 .owl-carousel.owl-drag .owl-item{touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.style2 .owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}html.style2 .owl-carousel.owl-rtl{direction:rtl}html.style2 .owl-carousel.owl-rtl .owl-item{float:right}html.style2 .no-js .owl-carousel{display:block}html.style2 .owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}html.style2 .owl-carousel .owl-animated-in{z-index:0}html.style2 .owl-carousel .owl-animated-out{z-index:1}html.style2 .owl-carousel .fadeOut{animation-name:fadeOut}html.style2 .owl-height{transition:height .5s ease-in-out}html.style2 .owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}html.style2 .owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}html.style2 .owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style2 .owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}html.style2 .owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}html.style2 .owl-theme .owl-nav .disabled{opacity:.5;cursor:default}html.style2 .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}html.style2 .owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style2 .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}html.style2 .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}html.style2 .owl-theme .owl-dots .owl-dot.active span,html.style2 .owl-theme .owl-dots .owl-dot:hover span{background:#869791}html.style2 .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style2 .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}html.style2 .slick-list:focus{outline:none}html.style2 .slick-list.dragging{cursor:pointer;cursor:hand}html.style2 .slick-slider .slick-list,html.style2 .slick-slider .slick-track{transform:translateZ(0)}html.style2 .slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}html.style2 .slick-track:after,html.style2 .slick-track:before{content:"";display:table}html.style2 .slick-track:after{clear:both}.slick-loading html.style2 .slick-track{visibility:hidden}html.style2 .slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] html.style2 .slick-slide{float:right}html.style2 .slick-slide img{display:block}html.style2 .slick-slide.slick-loading img{display:none}html.style2 .slick-slide.dragging img{pointer-events:none}.slick-initialized html.style2 .slick-slide{display:block}.slick-loading html.style2 .slick-slide{visibility:hidden}.slick-vertical html.style2 .slick-slide{display:block;height:auto;border:1px solid transparent}html.style2 .slick-arrow.slick-hidden{display:none}html.style2 .slick-next,html.style2 .slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0;cursor:pointer;top:50%;transform:translateY(-50%);padding:0;border:none}html.style2 .slick-next,html.style2 .slick-next:focus,html.style2 .slick-next:hover,html.style2 .slick-prev,html.style2 .slick-prev:focus,html.style2 .slick-prev:hover{background:transparent;color:transparent;outline:none}html.style2 .slick-next:focus:before,html.style2 .slick-next:hover:before,html.style2 .slick-prev:focus:before,html.style2 .slick-prev:hover:before{opacity:1}html.style2 .slick-next.slick-disabled:before,html.style2 .slick-prev.slick-disabled:before{opacity:.25}html.style2 .slick-next:before,html.style2 .slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style2 .slick-prev{left:-25px}[dir=rtl] html.style2 .slick-prev{left:auto;right:-25px}html.style2 .slick-prev:before{content:"←"}[dir=rtl] html.style2 .slick-prev:before{content:"→"}html.style2 .slick-next{right:-25px}[dir=rtl] html.style2 .slick-next{left:-25px;right:auto}html.style2 .slick-next:before{content:"→"}[dir=rtl] html.style2 .slick-next:before{content:"←"}html.style2 .slick-dotted.slick-slider{margin-bottom:30px}html.style2 .slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}html.style2 .slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}html.style2 .slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0;color:transparent;padding:5px;cursor:pointer}html.style2 .slick-dots li button:focus,html.style2 .slick-dots li button:hover{outline:none}html.style2 .slick-dots li button:focus:before,html.style2 .slick-dots li button:hover:before{opacity:1}html.style2 .slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style2 .slick-dots li.slick-active button:before{color:#000;opacity:.75}html.style2 .custom-scroll{scroll-behavior:smooth}html.style2 .custom-scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #eff1f2}html.style2 .custom-scroll::-webkit-scrollbar{width:5px}html.style2 .custom-scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(6,76,60,.15)}html.style2 .scroll-invisiable::-webkit-scrollbar{width:0}html.style2 .owl-carousel{position:unset}@media(min-width:800px){html.style2 .chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}html.style2 .chitchat-container .desktop-sidebar{display:none}html.style2 .chitchat-container.desktop-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style2 .chitchat-container.desktop-menu .desktop-sidebar{display:none}html.style2 .custom-input-message{position:relative!important}}@media(max-width:430px){html.style2 .custom-input-message{position:fixed}}html.style2 body{background-color:#fff;font-size:calc(12px + 1*(100vw - 320px)/1600);overflow-x:hidden;font-family:Montserrat,sans-serif,Roboto;color:#223645}html.style2 .main,html.style2 body.main-page{overflow:hidden}html.style2 ul{padding-left:0;list-style-type:none;margin-bottom:0;padding-right:0}html.style2 ::selection{color:#fff;background:#064c3c}html.style2 * a{color:#064c3c;text-decoration:none!important}html.style2 .btn:focus{box-shadow:rgba(6,76,60,.15)!important}html.style2 a{cursor:pointer}html.style2 :focus{outline-color:rgba(6,76,60,.15);text-decoration:none!important}html.style2 select:focus{outline:none!important}html.style2 .disabled{cursor:not-allowed;opacity:.5}html.style2 svg{vertical-align:baseline}html.style2 input:focus{outline-color:rgba(6,76,60,.15)}html.style2 h1{font-size:calc(30px + 18*(100vw - 320px)/1600)}html.style2 h1,html.style2 h2{font-family:Montserrat,sans-serif;font-weight:800;color:#223645;margin:0}html.style2 h2{font-size:calc(20px + 8*(100vw - 320px)/1600)}html.style2 h3{font-family:Montserrat,sans-serif;font-size:calc(16px + 2*(100vw - 320px)/1600);font-weight:700;color:#223645;margin:0}html.style2 h4{font-family:Roboto,sans-serif;font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:400;color:#647589;margin:0}html.style2 h5{font-family:Montserrat,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:700;color:#223645;margin:0}html.style2 h6{font-family:Roboto,sans-serif;font-size:calc(11px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589;margin:0}html.style2 .h1,html.style2 .h2,html.style2 .h3,html.style2 .h4,html.style2 .h5,html.style2 .h6,html.style2 h1,html.style2 h2,html.style2 h3,html.style2 h4,html.style2 h5,html.style2 h6{line-height:1.1}html.style2 span{font-size:11px;color:#223645}html.style2 .title2,html.style2 span{font-family:Montserrat,sans-serif;font-weight:700}html.style2 .title2{font-size:calc(22px + 14*(100vw - 320px)/1600);color:#fff;margin:0}html.style2 p{font-family:Roboto,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589}html.style2 a:hover{text-decoration:none;color:#064c3c}html.style2 .theme-title{position:relative}html.style2 .theme-title h4{font-family:Roboto,sans-serif;padding-top:5px}html.style2 .p-0{padding:0}html.style2 .p-5{padding:5px}html.style2 .p-10{padding:10px}html.style2 .p-15{padding:15px}html.style2 .p-20{padding:20px}html.style2 .p-25{padding:25px}html.style2 .p-30{padding:30px}html.style2 .p-35{padding:35px}html.style2 .p-40{padding:40px}html.style2 .p-45{padding:45px}html.style2 .p-50{padding:50px}html.style2 .p-l-0{padding-left:0}html.style2 .p-l-5{padding-left:5px}html.style2 .p-l-10{padding-left:10px}html.style2 .p-l-15{padding-left:15px}html.style2 .p-l-20{padding-left:20px}html.style2 .p-l-25{padding-left:25px}html.style2 .p-l-30{padding-left:30px}html.style2 .p-l-35{padding-left:35px}html.style2 .p-l-40{padding-left:40px}html.style2 .p-l-45{padding-left:45px}html.style2 .p-l-50{padding-left:50px}html.style2 .p-t-0{padding-top:0!important}html.style2 .p-t-5{padding-top:5px!important}html.style2 .p-t-10{padding-top:10px!important}html.style2 .p-t-15{padding-top:15px!important}html.style2 .p-t-20{padding-top:20px!important}html.style2 .p-t-25{padding-top:25px!important}html.style2 .p-t-30{padding-top:30px!important}html.style2 .p-t-35{padding-top:35px!important}html.style2 .p-t-40{padding-top:40px!important}html.style2 .p-t-45{padding-top:45px!important}html.style2 .p-t-50{padding-top:50px!important}html.style2 .p-b-0{padding-bottom:0!important}html.style2 .p-b-5{padding-bottom:5px!important}html.style2 .p-b-10{padding-bottom:10px!important}html.style2 .p-b-15{padding-bottom:15px!important}html.style2 .p-b-20{padding-bottom:20px!important}html.style2 .p-b-25{padding-bottom:25px!important}html.style2 .p-b-30{padding-bottom:30px!important}html.style2 .p-b-35{padding-bottom:35px!important}html.style2 .p-b-40{padding-bottom:40px!important}html.style2 .p-b-45{padding-bottom:45px!important}html.style2 .p-b-50{padding-bottom:50px!important}html.style2 .p-r-0{padding-right:0}html.style2 .p-r-5{padding-right:5px}html.style2 .p-r-10{padding-right:10px}html.style2 .p-r-15{padding-right:15px}html.style2 .p-r-20{padding-right:20px}html.style2 .p-r-25{padding-right:25px}html.style2 .p-r-30{padding-right:30px}html.style2 .p-r-35{padding-right:35px}html.style2 .p-r-40{padding-right:40px}html.style2 .p-r-45{padding-right:45px}html.style2 .p-r-50{padding-right:50px}html.style2 .m-0{margin:0!important}html.style2 .m-5{margin:5px!important}html.style2 .m-10{margin:10px!important}html.style2 .m-15{margin:15px!important}html.style2 .m-20{margin:20px!important}html.style2 .m-25{margin:25px!important}html.style2 .m-30{margin:30px!important}html.style2 .m-35{margin:35px!important}html.style2 .m-40{margin:40px!important}html.style2 .m-45{margin:45px!important}html.style2 .m-50{margin:50px!important}html.style2 .m-t-0{margin-top:0!important}html.style2 .m-t-5{margin-top:5px!important}html.style2 .m-t-10{margin-top:10px!important}html.style2 .m-t-15{margin-top:15px!important}html.style2 .m-t-20{margin-top:20px!important}html.style2 .m-t-25{margin-top:25px!important}html.style2 .m-t-30{margin-top:30px!important}html.style2 .m-t-35{margin-top:35px!important}html.style2 .m-t-40{margin-top:40px!important}html.style2 .m-t-45{margin-top:45px!important}html.style2 .m-t-50{margin-top:50px!important}html.style2 .m-b-0{margin-bottom:0!important}html.style2 .m-b-5{margin-bottom:5px!important}html.style2 .m-b-10{margin-bottom:10px!important}html.style2 .m-b-15{margin-bottom:15px!important}html.style2 .m-b-20{margin-bottom:20px!important}html.style2 .m-b-25{margin-bottom:25px!important}html.style2 .m-b-30{margin-bottom:30px!important}html.style2 .m-b-35{margin-bottom:35px!important}html.style2 .m-b-40{margin-bottom:40px!important}html.style2 .m-b-45{margin-bottom:45px!important}html.style2 .m-b-50{margin-bottom:50px!important}html.style2 .m-l-0{margin-left:0!important}html.style2 .m-l-5{margin-left:5px!important}html.style2 .m-l-10{margin-left:10px!important}html.style2 .m-l-15{margin-left:15px!important}html.style2 .m-l-20{margin-left:20px!important}html.style2 .m-l-25{margin-left:25px!important}html.style2 .m-l-30{margin-left:30px!important}html.style2 .m-l-35{margin-left:35px!important}html.style2 .m-l-40{margin-left:40px!important}html.style2 .m-l-45{margin-left:45px!important}html.style2 .m-l-50{margin-left:50px!important}html.style2 .m-r-0{margin-right:0}html.style2 .m-r-5{margin-right:5px}html.style2 .m-r-10{margin-right:10px}html.style2 .m-r-15{margin-right:15px}html.style2 .m-r-20{margin-right:20px}html.style2 .m-r-25{margin-right:25px}html.style2 .m-r-30{margin-right:30px}html.style2 .m-r-35{margin-right:35px}html.style2 .m-r-40{margin-right:40px}html.style2 .m-r-45{margin-right:45px}html.style2 .m-r-50{margin-right:50px}html.style2 .img-10{width:10px!important}html.style2 .img-20{width:20px!important}html.style2 .img-30{width:30px!important}html.style2 .img-40{width:40px!important}html.style2 .img-50{width:50px!important}html.style2 .img-60{width:60px!important}html.style2 .img-70{width:70px!important}html.style2 .img-80{width:80px!important}html.style2 .img-90{width:90px!important}html.style2 .img-100{width:100px!important}html.style2 .rounded{border-radius:5px!important}html.style2 .rouded15{border-radius:15px!important}html.style2 .font-primary{color:#064c3c!important}html.style2 .font-success{color:#3fcc35!important}html.style2 .font-danger{color:#ff4e2b!important}html.style2 .font-light{color:#eff1f2!important}html.style2 .font-warning{color:#ffc514!important}html.style2 .badge-primary{background-color:#064c3c!important}html.style2 .badge-outline-primary{background-color:rgba(6,76,60,.15)!important;color:#064c3c;transition:all .3s ease}html.style2 .badge-outline-primary:hover{transition:all .3s ease;background-color:rgba(6,76,60,.25)!important;color:#064c3c!important}html.style2 .badge-success{background-color:#3fcc35!important}html.style2 .badge-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;transition:all .3s ease}html.style2 .badge-outline-success:hover{transition:all .3s ease;background-color:rgba(63,204,53,.25)!important;color:#3fcc35!important}html.style2 .badge-danger{background-color:#ff4e2b!important}html.style2 .badge-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;transition:all .3s ease}html.style2 .badge-outline-danger:hover{transition:all .3s ease;background-color:rgba(255,78,43,.25)!important;color:#ff4e2b!important}html.style2 .badge-light{background-color:#eff1f2!important}html.style2 .badge-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;transition:all .3s ease;background-color:rgba(34,54,69,.15)!important;color:#223645}html.style2 .badge-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2!important;transition:all .3s ease;background-color:rgba(239,241,242,.5)!important;color:#223645!important}html.style2 .badge-dark{background-color:#223645!important}html.style2 .badge-outline-dark{background-color:rgba(34,54,69,.15)!important;color:#223645;transition:all .3s ease}html.style2 .badge-outline-dark:hover{transition:all .3s ease;background-color:rgba(34,54,69,.25)!important;color:#223645!important}html.style2 .badge-warning{background-color:#ffc514!important}html.style2 .badge-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;transition:all .3s ease}html.style2 .badge-outline-warning:hover{transition:all .3s ease;background-color:rgba(255,197,20,.25)!important;color:#ffc514!important}html.style2 .badge-light{color:#223645}html.style2 .badge{font-size:12px;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;letter-spacing:.5px;padding:3px 10px;border-radius:10px;display:inline-flex;align-items:center}html.style2 .badge i{font-weight:800;margin-right:5px}html.style2 .badge svg{height:13px;width:13px;margin-right:5px}html.style2 .badge.xl{font-size:108%;font-family:Montserrat,sans-serif;font-weight:700;border-radius:25px;padding:11px 20px}html.style2 .badge.xl svg{height:14px}html.style2 .badge.sm{font-size:81%;padding:4px;border-radius:5px;font-weight:600}html.style2 .badge.sm svg{height:11px;width:11px}html.style2 .badge-one .badge.sm{padding:4px 4px 2px}html.style2 .bg-primary{background-color:#064c3c!important}html.style2 .bg-success{background-color:#3fcc35!important}html.style2 .bg-danger{background-color:#ff4e2b!important}html.style2 .bg-light{background-color:#eff1f2!important}html.style2 .bg-warning{background-color:#ffc514!important}html.style2 .bg-transparent{background-color:transparent!important}html.style2 .btn{font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:600;text-transform:capitalize;padding:15px 40px;border-radius:10px}html.style2 .btn-group-sm>.btn,html.style2 .btn.btn-sm{padding:10px 30px}html.style2 .btn-primary{background-color:#064c3c;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style2 .btn-primary.disabled,html.style2 .btn-primary:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style2 .btn-primary.active,html.style2 .btn-primary:active,html.style2 .btn-primary:focus,html.style2 .btn-primary:hover{background-color:#021d17!important;border-color:#021d17!important;transition:all .3s ease;outline:none!important;color:#fff}html.style2 .btn-primary:focus{outline:none!important;box-shadow:0 0 3px 2px #11daac;transition:all .3s ease}html.style2 .btn-outline-primary{background-color:rgba(6,76,60,.15)!important;color:#064c3c;border:none!important;transition:all .3s ease}html.style2 .btn-outline-primary.disabled,html.style2 .btn-outline-primary:disabled{background-color:rgba(6,76,60,.1)!important;color:#064c3c;border:none!important;transition:all .3s ease}html.style2 .btn-outline-primary.active,html.style2 .btn-outline-primary:active,html.style2 .btn-outline-primary:focus,html.style2 .btn-outline-primary:hover{background-color:rgba(6,76,60,.25)!important;color:#064c3c;border:none!important;transition:all .3s ease}html.style2 .btn-outline-primary:focus{box-shadow:0 0 3px 2px #11daac;transition:all .3s ease}html.style2 .btn-success{background-color:#3fcc35;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style2 .btn-success.disabled,html.style2 .btn-success:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style2 .btn-success.active,html.style2 .btn-success:active,html.style2 .btn-success:focus,html.style2 .btn-success:hover{background-color:#32a42a!important;border-color:#32a42a!important;transition:all .3s ease;outline:none!important;color:#fff}html.style2 .btn-success:focus{outline:none!important;box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}html.style2 .btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style2 .btn-outline-success.disabled,html.style2 .btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style2 .btn-outline-success.active,html.style2 .btn-outline-success:active,html.style2 .btn-outline-success:focus,html.style2 .btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style2 .btn-outline-success:focus{box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}html.style2 .btn-danger{background-color:#ff4e2b;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style2 .btn-danger.disabled,html.style2 .btn-danger:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style2 .btn-danger.active,html.style2 .btn-danger:active,html.style2 .btn-danger:focus,html.style2 .btn-danger:hover{background-color:#f72900!important;border-color:#f72900!important;transition:all .3s ease;outline:none!important;color:#fff}html.style2 .btn-danger:focus{outline:none!important;box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}html.style2 .btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style2 .btn-outline-danger.disabled,html.style2 .btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style2 .btn-outline-danger.active,html.style2 .btn-outline-danger:active,html.style2 .btn-outline-danger:focus,html.style2 .btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style2 .btn-outline-danger:focus{box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}html.style2 .btn-light{background-color:#eff1f2;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style2 .btn-light.disabled,html.style2 .btn-light:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style2 .btn-light.active,html.style2 .btn-light:active,html.style2 .btn-light:focus,html.style2 .btn-light:hover{background-color:#d3d8db!important;border-color:#d3d8db!important;transition:all .3s ease;outline:none!important;color:#fff}html.style2 .btn-light:focus{outline:none!important;box-shadow:0 0 3px 2px #fff;transition:all .3s ease}html.style2 .btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}html.style2 .btn-outline-light.disabled,html.style2 .btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;color:#eff1f2;border:none!important;transition:all .3s ease}html.style2 .btn-outline-light.active,html.style2 .btn-outline-light:active,html.style2 .btn-outline-light:focus,html.style2 .btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2;border:none!important;transition:all .3s ease}html.style2 .btn-outline-light:focus{box-shadow:0 0 3px 2px #fff;transition:all .3s ease}html.style2 .btn-outline-light.active,html.style2 .btn-outline-light:active,html.style2 .btn-outline-light:focus,html.style2 .btn-outline-light:hover{background-color:#e1e5e7!important}html.style2 .btn-warning{background-color:#ffc514;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style2 .btn-warning.disabled,html.style2 .btn-warning:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style2 .btn-warning.active,html.style2 .btn-warning:active,html.style2 .btn-warning:focus,html.style2 .btn-warning:hover{background-color:#e0a900!important;border-color:#e0a900!important;transition:all .3s ease;outline:none!important;color:#fff}html.style2 .btn-warning:focus{outline:none!important;box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}html.style2 .btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style2 .btn-outline-warning.disabled,html.style2 .btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style2 .btn-outline-warning.active,html.style2 .btn-outline-warning:active,html.style2 .btn-outline-warning:focus,html.style2 .btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style2 .btn-outline-warning:focus{box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}html.style2 .btn-light{color:#223645!important}html.style2 .btn-light.active,html.style2 .btn-light:active,html.style2 .btn-light:focus{box-shadow:0 0 3px 2px #eff1f2}html.style2 .icon-btn{height:32px;width:32px;border-radius:100%;font-weight:800;align-items:center;justify-content:center;display:inline-flex;border:0!important}html.style2 .icon-btn i{font-size:16px}html.style2 .icon-btn svg{width:16px;height:16px;stroke-width:3px;vertical-align:middle}html.style2 .icon-btn.btn-xl{height:60px;width:60px;padding:18px}html.style2 .icon-btn.btn-xl i{font-size:24px}html.style2 .icon-btn.btn-xl svg{height:24px;width:24px}html.style2 .btn-group-sm>.icon-btn.btn,html.style2 .icon-btn.btn-sm{height:34px;width:34px;display:inline-flex}html.style2 .icon-btn.btn-xs{height:30px;width:30px;padding:8.5px}html.style2 .icon-btn.btn-xs svg{height:12px;width:12px}html.style2 .icon-btn.btn-outline-primary{background-color:rgba(6,76,60,.15)!important;color:#064c3c!important;border:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-primary.disabled,html.style2 .icon-btn.btn-outline-primary:disabled{background-color:rgba(6,76,60,.1)!important;border:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-primary.active,html.style2 .icon-btn.btn-outline-primary:active,html.style2 .icon-btn.btn-outline-primary:focus,html.style2 .icon-btn.btn-outline-primary:hover{background-color:rgba(6,76,60,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style2 .icon-btn.btn-outline-primary.active{background-color:#064c3c!important;color:#fff!important}html.style2 .icon-btn.btn-outline-primary:focus{box-shadow:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-primary.button-effect .effect-wave{background-color:#0a7b61}html.style2 .icon-btn.btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35!important;border:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-success.disabled,html.style2 .icon-btn.btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;border:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-success.active,html.style2 .icon-btn.btn-outline-success:active,html.style2 .icon-btn.btn-outline-success:focus,html.style2 .icon-btn.btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style2 .icon-btn.btn-outline-success.active{background-color:#3fcc35!important;color:#fff!important}html.style2 .icon-btn.btn-outline-success:focus{box-shadow:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-success.button-effect .effect-wave{background-color:#66d65e}html.style2 .icon-btn.btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b!important;border:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-danger.disabled,html.style2 .icon-btn.btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;border:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-danger.active,html.style2 .icon-btn.btn-outline-danger:active,html.style2 .icon-btn.btn-outline-danger:focus,html.style2 .icon-btn.btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style2 .icon-btn.btn-outline-danger.active{background-color:#ff4e2b!important;color:#fff!important}html.style2 .icon-btn.btn-outline-danger:focus{box-shadow:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-danger.button-effect .effect-wave{background-color:#ff795e}html.style2 .icon-btn.btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2!important;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}html.style2 .icon-btn.btn-outline-light.disabled,html.style2 .icon-btn.btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;border:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-light.active,html.style2 .icon-btn.btn-outline-light:active,html.style2 .icon-btn.btn-outline-light:focus,html.style2 .icon-btn.btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style2 .icon-btn.btn-outline-light.active{background-color:#eff1f2!important;color:#fff!important}html.style2 .icon-btn.btn-outline-light:focus{box-shadow:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-light.button-effect .effect-wave{background-color:#fff}html.style2 .icon-btn.btn-outline-light.active,html.style2 .icon-btn.btn-outline-light:active,html.style2 .icon-btn.btn-outline-light:focus,html.style2 .icon-btn.btn-outline-light:hover{background-color:#e1e5e7!important}html.style2 .icon-btn.btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514!important;border:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-warning.disabled,html.style2 .icon-btn.btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;border:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-warning.active,html.style2 .icon-btn.btn-outline-warning:active,html.style2 .icon-btn.btn-outline-warning:focus,html.style2 .icon-btn.btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style2 .icon-btn.btn-outline-warning.active{background-color:#ffc514!important;color:#fff!important}html.style2 .icon-btn.btn-outline-warning:focus{box-shadow:none!important;transition:all .3s ease}html.style2 .icon-btn.btn-outline-warning.button-effect .effect-wave{background-color:#ffd247}html.style2 .dot-btn{position:relative;display:inline-block}html.style2 .dot-btn:before{content:"";height:9px;width:9px;position:absolute;top:5px;right:1px;border-radius:100%;z-index:1;border:1px solid #fff}html.style2 .dot-btn.grow:before{border:none;height:7px;width:7px}html.style2 .dot-btn.grow:after{content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}html.style2 .dot-btn.dot-primary:before{background-color:#064c3c!important}html.style2 .dot-btn.dot-primary.grow:after{border:5px solid #064c3c;animation:grow 1s ease-out infinite}html.style2 .dot-btn.dot-success:before{background-color:#3fcc35!important}html.style2 .dot-btn.dot-success.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite}html.style2 .dot-btn.dot-danger:before{background-color:#ff4e2b!important}html.style2 .dot-btn.dot-danger.grow:after{border:5px solid #ff4e2b;animation:grow 1s ease-out infinite}html.style2 .dot-btn.dot-light:before{background-color:#eff1f2!important;background-color:#223645!important}html.style2 .dot-btn.dot-light.grow:after{border:5px solid #eff1f2;animation:grow 1s ease-out infinite;border:5px solid #223645}html.style2 .dot-btn.dot-warning:before{background-color:#ffc514!important}html.style2 .dot-btn.dot-warning.grow:after{border:5px solid #ffc514;animation:grow 1s ease-out infinite}html.style2 .theme-btn-group a+a{margin-left:5px;border-radius:15px}html.style2 .theme-btn-group .btn-group-sm>a+a.btn,html.style2 .theme-btn-group a+a.btn-sm{border-radius:10px}html.style2 .theme-btn-group a:first-child{border-radius:15px 15px 0}html.style2 .theme-btn-group .btn-group-sm>a.btn:first-child,html.style2 .theme-btn-group a:first-child.btn-sm{border-radius:10px 10px 0}html.style2 .theme-btn-group a:last-child{border-radius:15px 15px 15px 0}html.style2 .theme-btn-group .btn-group-sm>a.btn:last-child,html.style2 .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 10px 0}html.style2 .profile{width:60px;height:60px;display:inline-block;border-radius:20px;position:relative}html.style2 .profile span{font-size:22px;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);color:#fff}html.style2 .profile.busy:before,html.style2 .profile.offline:before,html.style2 .profile.online:before,html.style2 .profile.unreachable:before{content:"";position:absolute;height:13px;width:13px;border-radius:100%;border:2px solid #fff;right:0}html.style2 .profile.unreachable:before{background-color:#ffc514}html.style2 .profile.online:before{background-color:#3fcc35}html.style2 .profile.busy:before{background-color:#ff4e2b}html.style2 .profile.offline:before{background-color:#828282}html.style2 .button-effect{display:inline-flex;overflow:hidden;position:relative}html.style2 .button-effect:before{position:absolute;top:50%;left:50%;z-index:2;display:block;content:"";width:0;height:0;background:hsla(0,0%,100%,.2);border-radius:100%;transform:translate(-50%,-50%);opacity:0}html.style2 .button-effect:hover{cursor:pointer}html.style2 .button-effect:hover:before{animation:circle .75s}html.style2 .effect-wave{display:block;position:absolute;transform:translateX(-50%) translateY(-50%);width:0;height:0;background-color:#eff1f2;border-radius:50%;opacity:.5}html.style2 .is-animating{transform:translateZ(0) scale(1)}html.style2 .is-animating.btn-success{animation:phone-outer-success 3s infinite}html.style2 .is-animating.btn-danger{animation:phone-outer-danger 3s infinite}html.style2 .is-animating.btn-danger svg{transform:rotate(135deg);animation:none}html.style2 .is-animating:before{position:absolute;content:"";top:0;left:0;width:60px;height:60px;background-color:hsla(0,0%,100%,.2);border-radius:100%;opacity:1;transform:translateZ(0) scale(0);animation:phone-inner 3s infinite}html.style2 .is-animating svg{animation:phone-icon 3s infinite;transform:translateZ(0);fill:#fff;stroke-width:1px}html.style2 .is-animating.cancelcall,html.style2 .is-animating.cancelcall:before{animation:none}html.style2 .social-group li{display:inline-block}html.style2 .social-group li+li{margin-left:5px}html.style2 .social-group li .btn-google{background-color:#3b5998;color:#fff}html.style2 .social-group li .btn-twiter{background-color:#55acee;color:#fff}html.style2 .social-group li .btn-linkedin{background-color:#0e76a8;color:#fff}html.style2 .social-group li .btn-instagram{background-color:#e4405f;color:#fff}html.style2 .btn-primary.is-animating{box-shadow:0 0 0 0 rgba(6,76,60,0),0 .05em .1em rgba(0,0,0,.2)}html.style2 .btn-success.is-animating{box-shadow:0 0 0 0 rgba(63,204,53,0),0 .05em .1em rgba(0,0,0,.2)}html.style2 .btn-danger.is-animating{box-shadow:0 0 0 0 rgba(255,78,43,0),0 .05em .1em rgba(0,0,0,.2)}html.style2 .btn-light.is-animating{box-shadow:0 0 0 0 rgba(239,241,242,0),0 .05em .1em rgba(0,0,0,.2)}html.style2 .btn-warning.is-animating{box-shadow:0 0 0 0 rgba(255,197,20,0),0 .05em .1em rgba(0,0,0,.2)}html.style2 .btn-fix{position:fixed;bottom:20px;margin-left:-30px;z-index:9}html.style2 .theme-tab .nav-tabs{border:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:20px}html.style2 .theme-tab .nav-tabs .nav-item .nav-link{font-size:calc(14px + 1*(100vw - 320px)/1600);font-weight:700;padding:7px 30px;min-height:30px;border-radius:10px;min-width:140px;background-color:#eff1f2!important;border:none!important;color:#223645!important;text-align:center;transition:all .3s ease;justify-content:center}html.style2 .theme-tab .nav-tabs .nav-item .nav-link.active{background-color:rgba(6,76,60,.15)!important;color:#064c3c!important;transition:all .3s ease}html.style2 .theme-tab.chat-tabs #myTab1 .nav-tabs{justify-content:center}html.style2 .theme-tab.chat-tabs #myTab1 .nav-tabs .nav-link{margin:0 10px}html.style2 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link{border-radius:25px;padding:0 14px;font-size:calc(13px + 1*(100vw - 320px)/1600);line-height:2.2;min-width:unset;color:#223645;background-color:#eff1f2;display:flex;align-items:center}html.style2 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{height:16px;fill:#223645!important;transition:all .3s ease;stroke-width:1px}html.style2 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{color:#fff!important;background-color:#064c3c!important;transition:all .3s ease;box-shadow:-1px 10px 16px -10px #064c3c}html.style2 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active svg{fill:#fff!important;transition:all .3s ease}html.style2 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 25px;min-width:auto;display:flex;font-size:13px}html.style2 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}html.style2 .tab-card{text-align:center;padding:20px;border:1px solid #eff1f2;border-radius:15px}html.style2 .tab-card+.tab-card{margin-top:15px}html.style2 .msg-box>li .auto-gallery,html.style2 .msg-box>li .document,html.style2 .msg-box>li>h5{display:inline-block;padding:16px 25px;background-color:#e9e9e9;color:#595959;border-radius:0 25px 25px 0;font-weight:400;font-size:14px;font-family:Lato}html.style2 .msg-box>li .refresh-block{display:inline-grid;justify-content:center;align-items:center}html.style2 .msg-box>li .refresh-block .refresh{margin-bottom:10px;transition:all .3s ease}html.style2 .msg-box>li .refresh-block .refresh:hover{transition:all .3s ease;cursor:pointer}html.style2 .msg-box>li .refresh-block .refresh.refreshed,html.style2 .msg-box>li .refresh-block .refresh:hover{color:#fff!important;background-color:#064c3c!important}html.style2 .msg-box>li .refresh-block .refresh.refreshed svg{transform:rotate(1turn);transition:all 3s ease}html.style2 .msg-box>li .refresh-block>div:last-child{display:flex;justify-content:center;align-items:center}html.style2 .msg-box>li:first-child h5{border-radius:30px 25px 25px 0}html.style2 .msg-box>li:last-child .auto-gallery,html.style2 .msg-box>li:last-child .document,html.style2 .msg-box>li:last-child h5{border-radius:16px 16px 16px 0;background-color:#000;color:#fff}html.style2 .msg-box>li+li{margin-top:12px;position:relative}html.style2 .msg-box>li>h5>div>a{color:#328dff!important;cursor:pointer}@media(max-width:767px){html.style2 .msg-box{max-width:90vw}html.style2 .msg-box>li>h5{max-width:80vw;overflow-x:hidden;padding:20px}html.style2 .msg-box>li>h5>div>a{max-width:50%!important;width:50%!important}}html.style2 .contact-chat{margin-top:100px}html.style2 .contact-chat>ul.str-msg h5{font-size:13px}html.style2 .contact-chat>ul.str-msg h6{font-size:9px}html.style2 .contact-chat>ul.str-msg li{padding-left:0!important;width:100%}html.style2 .contact-chat>ul.str-msg li .media .profile{margin-left:.7rem!important}html.style2 .contact-chat>ul.str-msg li .contact-name .msg-box{margin-top:5px}html.style2 .contact-chat>ul.str-msg li .msg-box>li>h5{padding:8px 25px;font-size:12px;line-height:1.6;color:#223645;background-color:#e5e8e9}html.style2 .contact-chat>ul.str-msg li .profile{width:30px;height:30px}html.style2 .contact-chat>ul.chatappend{display:flex;flex-direction:column}html.style2 .contact-chat>ul.chatappend>li:last-child .msg-box>li .msg-dropdown{bottom:50px!important;top:unset!important}html.style2 .contact-chat>ul.chatappend .last{order:999}html.style2 .contact-chat>ul>li.sent .document{border-radius:0 50px 50px 50px}html.style2 .contact-chat>ul>li.sent .document .icon-btns a{background-color:#053e31!important}html.style2 .contact-chat>ul>li.sent .document .details h5,html.style2 .contact-chat>ul>li.sent .document .details h6{color:#eff1f2}html.style2 .contact-chat>ul>li.sent .document i{color:#fff!important}html.style2 .contact-chat>ul>li.sent .document .details,html.style2 .contact-chat>ul>li.sent .document .icon-btns{display:inline-block}html.style2 .contact-chat>ul>li.replies,html.style2 .contact-chat>ul>li.sent{width:60%}html.style2 .contact-chat>ul>li.replies .auto-gallery,html.style2 .contact-chat>ul>li.sent .auto-gallery{background-color:rgba(6,76,60,.15)!important;padding:16px 25px 0 15px}html.style2 .contact-chat>ul>li.replies .auto-gallery li,html.style2 .contact-chat>ul>li.sent .auto-gallery li{display:inline-block!important;height:85px;width:85px;border-radius:20px;margin-left:10px;margin-bottom:10px}html.style2 .contact-chat>ul>li.replies .document,html.style2 .contact-chat>ul>li.sent .document{padding:25px 35px;display:flex;align-items:center}html.style2 .contact-chat>ul>li.replies .document .icon-btns a,html.style2 .contact-chat>ul>li.sent .document .icon-btns a{background-color:#d7ece8!important}html.style2 .contact-chat>ul>li.replies .document .icon-btns a+a,html.style2 .contact-chat>ul>li.sent .document .icon-btns a+a{margin-left:10px}html.style2 .contact-chat>ul>li.replies .document .details,html.style2 .contact-chat>ul>li.sent .document .details{padding-left:15px;padding-right:30px;text-align:left}html.style2 .contact-chat>ul>li.replies .document .details h5,html.style2 .contact-chat>ul>li.sent .document .details h5{display:block;padding-bottom:5px}html.style2 .contact-chat>ul>li.replies .document i,html.style2 .contact-chat>ul>li.sent .document i{font-size:40px}html.style2 .contact-chat>ul>li.replies .document .details,html.style2 .contact-chat>ul>li.replies .document .icon-btns,html.style2 .contact-chat>ul>li.sent .document .details,html.style2 .contact-chat>ul>li.sent .document .icon-btns{display:inline-block}html.style2 .contact-chat>ul>li.replies{margin-left:auto;text-align:right}html.style2 .contact-chat>ul>li.replies .document{border-radius:50px 0 50px 50px}html.style2 .contact-chat>ul>li.replies .auto-gallery{padding:16px 25px 5px 15px}html.style2 .contact-chat>ul>li.replies .auto-gallery li{float:right}html.style2 .contact-chat>ul>li.replies .msg-box li{display:inline-flex}html.style2 .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}html.style2 .contact-chat>ul>li.replies .msg-box li:last-child{display:flex;flex-direction:row-reverse;align-items:center;margin-left:auto}html.style2 .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,html.style2 .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:15px 15px 0 15px}html.style2 .contact-chat>ul>li.replies .msg-box li .auto-gallery,html.style2 .contact-chat>ul>li.replies .msg-box li .document,html.style2 .contact-chat>ul>li.replies .msg-box li>h5{background-color:#e40d6a;color:#fff;font-size:14px!important;font-family:Lato!important}html.style2 .contact-chat>ul>li.replies .msg-box li .badge{margin-left:0!important;margin-right:.5rem!important}html.style2 .contact-chat>ul>li.replies .media{flex-direction:row-reverse}html.style2 .contact-chat>ul>li.replies .media .profile{margin-left:1.5rem!important;margin-right:0!important}html.style2 .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:10px;margin-left:unset}html.style2 .contact-chat>ul>li+li{margin-top:10px}html.style2 .contact-chat>ul>li .contact-name .msg-box{margin-top:15px}html.style2 .contact-chat>ul>li .contact-name .msg-box img{width:100%;border-radius:16px}html.style2 .contact-chat>ul>li .contact-name h5{font-family:Lato;display:inline-block;padding-right:20px;line-height:1.4}html.style2 .contact-chat>ul>li .contact-name h6{display:inline-block}html.style2 .msg-setting-main{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;transition:all .5s ease}html.style2 .msg-setting-main .msg-dropdown-main{position:relative;display:none;transition:all .5s ease}html.style2 .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#e1f1ee;width:38px;height:38px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-left:10px}html.style2 .msg-setting-main .msg-dropdown-main .msg-setting i{margin-bottom:-2px}html.style2 .msg-setting-main .msg-dropdown-main .msg-dropdown{background-color:#fff;border:2px solid #eff1f2;padding:15px;border-radius:15px;position:absolute;top:50px;left:0;z-index:1;text-align:left;display:none;transition:all .5s ease}html.style2 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li{font-size:14px;font-weight:600;text-transform:capitalize;margin-bottom:10px}html.style2 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li:last-child{margin-bottom:0}html.style2 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a{color:#595959;width:100%}html.style2 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a i{font-size:16px;display:inline;margin-right:15px}html.style2 .msg-setting-main:hover .msg-dropdown-main{display:inline-block;order:0}html.style2 .custom-dropdown{height:0;width:0;position:absolute;right:0;background-color:#fff;z-index:99;opacity:0;overflow:hidden;overflow-x:hidden;overflow-y:scroll;border:1px solid #eff1f2;border-radius:15px;top:85px;transition:all .3s ease}html.style2 .custom-dropdown.open{opacity:1;transition:all .3s ease;height:200px;width:300px}html.style2 .onclick-dropdown{cursor:pointer}html.style2 .dropdown-menu .dropdown-divider{border-top:none}html.style2 .emojis-main{position:relative;display:flex;height:100%}html.style2 .emojis-main .toggle-sticker img{height:30px}html.style2 .emojis-main .toggle-sticker svg{height:50px;width:50px;fill:#064c3c}html.style2 .emojis-main .toggle-sticker svg path{stroke:#064c3c}html.style2 .emojis-main .toggle-sticker.active svg{fill:#fff}html.style2 .emojis-main .toggle-sticker.active svg path{stroke:#fff}html.style2 .emojis-main .emojis-contain,html.style2 .emojis-main .sticker-contain{width:0;height:0;background-color:#fff;position:absolute;bottom:0;left:0;padding:35px;transform:scale(0);transition:all .3s ease}html.style2 .emojis-main .emojis-contain.open,html.style2 .emojis-main .sticker-contain.open{bottom:85px;transform:scale(1);transition:all .3s ease;width:420px;height:280px}html.style2 .emojis-main .emojis-contain .emojis-sub-contain,html.style2 .emojis-main .sticker-contain .emojis-sub-contain{height:100%;overflow:overlay}html.style2 .emojis-main .emojis-contain .emojis-sub-contain:before,html.style2 .emojis-main .sticker-contain .emojis-sub-contain:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:70px;z-index:1}html.style2 .emojis-main .emojis-contain .emojis-sub-contain ul li,html.style2 .emojis-main .sticker-contain .emojis-sub-contain ul li{display:inline-block;font-size:24px;padding:5px;cursor:pointer}html.style2 .emojis-main .emojis-contain .sticker-sub-contain,html.style2 .emojis-main .sticker-contain .sticker-sub-contain{height:100%;overflow:overlay}html.style2 .emojis-main .emojis-contain .sticker-sub-contain ul li,html.style2 .emojis-main .sticker-contain .sticker-sub-contain ul li{display:inline-block}html.style2 .emojis-main .emojis-contain .sticker-sub-contain ul li img,html.style2 .emojis-main .sticker-contain .sticker-sub-contain ul li img{width:45px;height:auto}html.style2 .emojis-main .contact-poll{transition:all 1s ease}html.style2 .emojis-main .contact-poll .contact-poll-content{position:absolute;bottom:85px;left:90px;background-color:#fff;padding:30px;transition:all 1s ease;display:none}html.style2 .emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:15px;position:relative;text-transform:capitalize;font-size:16px;font-weight:600;padding-left:30px;transition:all .5s ease}html.style2 .emojis-main .contact-poll .contact-poll-content ul li:last-child{margin-bottom:0}html.style2 .emojis-main .contact-poll .contact-poll-content ul li a{color:#223645;transition:all .3s ease}html.style2 .emojis-main .contact-poll .contact-poll-content ul li a svg{width:18px;margin-right:15px;position:absolute;left:0}html.style2 .emojis-main .contact-poll .contact-poll-content ul li:hover a{color:#064c3c;transition:all .3s ease}html.style2 .emojis-main .contact-poll .contact-poll-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:40px;z-index:1}html.style2 .main-nav .status>div:before{content:"";position:absolute;height:100%;width:100%;background-color:#064c3c;left:0;z-index:-1;top:0;border-radius:100%}html.style2 .main-nav .user-popup{height:43px;width:43px;padding:3px;border-radius:100%;margin:0 auto;position:relative}html.style2 .main-nav .user-popup.two>div:after{content:"";position:absolute;height:3px;width:100%;background-color:#fff;left:0;z-index:-1;top:22px}html.style2 .main-nav .user-popup.three>div:after{content:"";position:absolute;left:-6px;z-index:-1;top:-5px;width:0;height:0;border-left:33px solid transparent;border-right:28px solid transparent;border-bottom:43px solid #fff}html.style2 .main-nav .user-popup>div{height:37px;width:37px;border-radius:100%;margin:0 auto}html.style2 .chat-friend-toggle{position:relative}html.style2 .chat-friend-toggle .chat-frind-content{position:absolute;top:80px;right:0;padding:25px;background-color:#fff;text-align:left;display:none;text-transform:capitalize}html.style2 .chat-friend-toggle .chat-frind-content ul li{margin-bottom:15px;padding-left:50px!important;position:relative;display:inline-flex!important;align-items:center;height:30px}html.style2 .chat-friend-toggle .chat-frind-content ul li a{position:absolute;left:0}html.style2 .chat-friend-toggle .chat-frind-content ul li:last-child{margin-bottom:0;padding-top:20px;border-top:1px solid #eff1f2;height:34px}html.style2 .chat-friend-toggle .chat-frind-content ul li:before{border-left:5px solid #064c3c;content:"";position:absolute;top:0;left:15px}html.style2 .user-status{position:relative;padding:4px}html.style2 .user-status:before{content:"";position:absolute;height:100%;width:100%;background-color:#064c3c;left:0;z-index:-1;top:0;border-radius:100%}html.style2 .react-datepicker__day--keyboard-selected,html.style2 .react-datepicker__month-text--keyboard-selected,html.style2 .react-datepicker__quarter-text--keyboard-selected,html.style2 .react-datepicker__year-text--keyboard-selected{background-color:#064c3c}html.style2 .react-datepicker{border:none;box-shadow:0 4px 14px rgba(174,197,231,.5)}html.style2 .react-datepicker__header{border-bottom:none}html.style2 .chat-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;transition:all .3s ease}html.style2 .chat-main li .chat-box .icon-btn.btn-outline-light{position:absolute;right:0}html.style2 .chat-main li .chat-box .favourite svg{stroke:none;fill:#064c3c}html.style2 .chat-main li .chat-box .favourite.btn-primary svg{fill:#fff}html.style2 .chat-main li .chat-box.notification span{padding-top:0;padding-bottom:5px;display:inline-block}html.style2 .chat-main li .chat-box.notification p{margin-bottom:0;margin-top:8px;font-size:13px}html.style2 .chat-main li .details h6 img{height:20px}html.style2 .chat-main li.active{background-color:#f4faf9;border-left:4px solid #064c3c;transition:all .3s ease}html.style2 .chat-main li.active .details h6{font-weight:600;color:#064c3c;letter-spacing:1px}html.style2 .chat-main li .chat-box .date-status .ti-pin2.pined{opacity:1;transition:all .3s ease;color:#064c3c}html.style2 .chat-main li .chat-box{position:relative}html.style2 .chat-main li .chat-box .profile{position:absolute;left:0}html.style2 .chat-main li .chat-box .details{padding:12px 50px 13px 75px}html.style2 .chat-main li .chat-box .details h6{padding-top:8px;max-width:170px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}html.style2 .chat-main li .chat-box .date-status{position:absolute;right:0;top:0;text-align:right}html.style2 .chat-main li .chat-box .date-status .ti-pin2{opacity:0;transition:all .3s ease}html.style2 .chat-main li .chat-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style2 .chat-main li .chat-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style2 .chat-main li .chat-box:hover .date-status .ti-pin2{opacity:1;transition:all .3s ease}html.style2 ul.grop-icon{line-height:1;display:flex;align-items:center}html.style2 ul.grop-icon li{margin-left:0;margin-right:0;padding:0;border:2px solid #fff;border-radius:50%;transition:z-index .3s ease}html.style2 ul.grop-icon li:hover{z-index:9;transition:z-index .3s ease}html.style2 ul.grop-icon li:nth-child(2),html.style2 ul.grop-icon li:nth-child(3){margin-left:-10px}html.style2 ul.grop-icon li:last-child{font-size:12px;color:#223645;font-weight:700;border:none;border-radius:0;margin-left:5px}html.style2 ul.grop-icon li img{width:15px;height:15px;border-radius:50%}html.style2 .group-main li{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;padding-top:15px}html.style2 .group-main li.active{background-color:#f4faf9;border-left:4px solid #064c3c}html.style2 .group-main li.active .chat-box .details h6{font-weight:600;color:#064c3c}html.style2 .group-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}html.style2 .group-main .group-box{position:relative}html.style2 .group-main .group-box .profile{position:absolute;left:0}html.style2 .group-main .group-box .profile span{font-size:26px;font-weight:700}html.style2 .group-main .group-box .details{padding-left:75px;padding-top:12px;padding-bottom:13px}html.style2 .group-main .group-box .details h6{padding-top:5px;line-height:2}html.style2 .group-main .group-box .date-status{position:absolute;right:0;top:8px;text-align:right}html.style2 .group-main .group-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style2 .group-main .group-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style2 .contact-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}html.style2 .contact-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(6,76,60,.15);transition:all .3s ease}html.style2 .contact-log-main li.active:before{border-left:4px solid #064c3c;width:100%;transition:all .3s ease}html.style2 .contact-log-main li .contact-box{position:relative;height:60px}html.style2 .contact-log-main li .contact-box .contact-action{position:absolute;right:0;top:10px}html.style2 .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-left:5px}html.style2 .contact-log-main li .contact-box .profile{position:absolute;left:0}html.style2 .contact-log-main li .contact-box .details{height:60px;padding:12px 100px 13px 75px}html.style2 .contact-log-main li .contact-box .details h6{padding-top:8px}html.style2 .contact-log-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}html.style2 .contact-log-main .call-log-box{position:relative}html.style2 .contact-log-main .call-log-box .profile{position:absolute;left:0}html.style2 .contact-log-main .call-log-box .profile span{font-size:26px;font-weight:700}html.style2 .contact-log-main .call-log-box .details{padding:12px 50px 13px 75px}html.style2 .contact-log-main .call-log-box .details h6{padding-top:5px;line-height:1.6}html.style2 .contact-log-main .call-log-box .date-status{position:absolute;right:0;top:8px;text-align:right}html.style2 .contact-log-main .call-log-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style2 .contact-log-main .call-log-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style2 .search2{padding-top:20px;padding-bottom:25px;margin-left:-40px;margin-right:-40px;margin-top:5px;border-top:1px solid #eff1f2;display:flex;justify-content:center}html.style2 .search2>div{width:310px;height:50px;border-radius:15px;background-color:#f4f5f6}html.style2 .search2 .input-group{height:100%;display:flex;align-items:center}html.style2 .search2 .input-group .form-control{background-color:transparent;outline:none;border:none;box-shadow:none}html.style2 .search2 .input-group .form-control::place-holder{color:#e5e8e9}html.style2 .search2 .input-group .form-control:focus{outline:none;border:none;box-shadow:none}html.style2 .search2 .input-group .input-group-append{line-height:1}html.style2 .search2 .input-group .input-group-append span{padding:8px 20px}html.style2 .search2 .input-group .input-group-append span i{font-size:16px}html.style2 .search2 .input-group .input-group-append:last-child span{border-left:1px solid #e5e8e9}html.style2 .tippy-tooltip.gradienttooltip-theme,html.style2 .tippy-tooltip.tooltiprad-theme{border-radius:0 50px 50px 50px;margin-left:70px;margin-top:50px}html.style2 .tippy-tooltip.gradienttooltip-theme{background-image:linear-gradient(90deg,#1589ff,#82cafa)}html.style2 .chitchat-loader{background-color:#fff;margin:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;z-index:99999;top:0;left:0;text-align:center}html.style2 .chitchat-loader h3{margin-top:30px;color:#828282}html.style2 .type{width:60px;position:relative;height:15px}html.style2 .typing-loader{width:8px;height:8px;border-radius:100%;animation:loadertyping .8s ease-in-out infinite alternate;animation-delay:.32s;position:absolute;left:0;right:0;margin:0 auto;top:-27px}html.style2 .typing-loader:after,html.style2 .typing-loader:before{content:"";position:absolute;width:8px;height:8px;border-radius:100%;box-shadow:0 40px 0 #fff;animation:loadertyping .8s ease-in-out infinite alternate}html.style2 .typing-loader:before{left:-17px;animation-delay:.48s}html.style2 .typing-loader:after{right:-17px;animation-delay:.16s}html.style2 .switchery{background-color:#fff;border:1px solid #dfdfdf;cursor:pointer;border-radius:20px;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}html.style2 .switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,.4);height:30px;position:absolute;top:0;width:30px}html.style2 .switchery-small{border-radius:20px;height:18px;width:33px}html.style2 .switchery-small>small{height:14px;width:14px;top:2px}html.style2 .collapse-block.open .block-title{padding-bottom:25px;transition:all .3s ease}html.style2 .collapse-block .block-title{position:relative;transition:all .3s ease;cursor:pointer}html.style2 .collapse-block .block-title:after{position:absolute;display:inline-block;content:"";font-family:FontAwesome;color:#223645;right:0;top:-4px;font-size:20px}html.style2 .audiocall1.call-modal,html.style2 .audiocall2.call-modal,html.style2 .conferencecall.call-modal,html.style2 .videocall.call-modal,html.style2 .videocallhang.call-modal{min-height:655px}html.style2 .audiocall1.call-modal .title2,html.style2 .audiocall2.call-modal .title2,html.style2 .conferencecall.call-modal .title2,html.style2 .videocall.call-modal .title2,html.style2 .videocallhang.call-modal .title2{margin-bottom:10px}html.style2 .audiocall1.call-modal h6,html.style2 .audiocall2.call-modal h6,html.style2 .conferencecall.call-modal h6,html.style2 .videocall.call-modal h6,html.style2 .videocallhang.call-modal h6{text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:600;color:#fff;margin-bottom:15px}html.style2 .audiocall1.call-modal ul,html.style2 .audiocall2.call-modal ul,html.style2 .conferencecall.call-modal ul,html.style2 .videocall.call-modal ul,html.style2 .videocallhang.call-modal ul{display:flex;justify-content:center;align-items:center}html.style2 .audiocall1.call-modal ul li+li,html.style2 .audiocall2.call-modal ul li+li,html.style2 .conferencecall.call-modal ul li+li,html.style2 .videocall.call-modal ul li+li,html.style2 .videocallhang.call-modal ul li+li{margin-left:30px}html.style2 .audiocall1.call-modal .center-con,html.style2 .audiocall2.call-modal .center-con,html.style2 .conferencecall.call-modal .center-con,html.style2 .videocall.call-modal .center-con,html.style2 .videocallhang.call-modal .center-con{position:absolute;bottom:100px;width:100%}html.style2 .audiocall1.call-modal .center-con .mic,html.style2 .audiocall1.call-modal .center-con .pause,html.style2 .audiocall2.call-modal .center-con .mic,html.style2 .audiocall2.call-modal .center-con .pause,html.style2 .conferencecall.call-modal .center-con .mic,html.style2 .conferencecall.call-modal .center-con .pause,html.style2 .videocall.call-modal .center-con .mic,html.style2 .videocall.call-modal .center-con .pause,html.style2 .videocallhang.call-modal .center-con .mic,html.style2 .videocallhang.call-modal .center-con .pause{box-shadow:none}html.style2 .audiocall1.call-modal .center-con .mic.active,html.style2 .audiocall1.call-modal .center-con .pause.active,html.style2 .audiocall2.call-modal .center-con .mic.active,html.style2 .audiocall2.call-modal .center-con .pause.active,html.style2 .conferencecall.call-modal .center-con .mic.active,html.style2 .conferencecall.call-modal .center-con .pause.active,html.style2 .videocall.call-modal .center-con .mic.active,html.style2 .videocall.call-modal .center-con .pause.active,html.style2 .videocallhang.call-modal .center-con .mic.active,html.style2 .videocallhang.call-modal .center-con .pause.active{box-shadow:0 0 3px 2px #eff1f2}html.style2 .audiorcvcall .modal-body{padding:10px 0}html.style2 .dynemic-sidebar .search-form .form-group input{border-radius:10px;height:60px}html.style2 .modal{z-index:1075}html.style2 body.modal-open>div[tabindex="-1"]{z-index:99999!important}html.style2 .viddiolog.fade.modal-dialog{max-width:850px}html.style2 .viddiolog.active.modal-dialog{width:90vw;max-width:unset}html.style2 .viddiolog .modal-body{padding:0}html.style2 .viddiolog .videocall.call-modal{min-height:90vh!important}html.style2 .conferencecall{background-blend-mode:overlay;background-color:hsla(0,0%,100%,.52)}html.style2 .conferencecall p{color:#fff}html.style2 .conferencecall h3{margin-bottom:20px;color:#fff}html.style2 .conferencecall .usersprof{display:flex;justify-content:center}html.style2 .conferencecall .usersprof .profile{border-radius:100%;border:2px solid #fff;margin-bottom:10px}html.style2 .conferencecall .usersprof .profile+.profile{margin-left:-20px}html.style2 #basicUsage{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700}html.style2 .call-modal .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style2 .call-modal .mute i.off:after{opacity:1;transition:opacity .3s ease}html.style2 .call-modal .mic i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style2 .call-modal .mic i.off:after{opacity:1;transition:opacity .3s ease}html.style2 .no-internet{background-color:#fff;position:relative;height:600px}html.style2 .login-page2.animat-rate .bg_circle>div,html.style2 .no-internet.animat-rate .bg_circle>div,html.style2 .right-login.animat-rate .bg_circle>div,html.style2 .rightchat.animat-rate .bg_circle>div{width:20px;height:20px;border:3px solid #d0eafb;border-radius:50%;position:absolute;z-index:9}html.style2 .login-page2.animat-rate .bg_circle div:first-of-type,html.style2 .no-internet.animat-rate .bg_circle div:first-of-type,html.style2 .right-login.animat-rate .bg_circle div:first-of-type,html.style2 .rightchat.animat-rate .bg_circle div:first-of-type{right:50%;animation:animationFramesOne 25s linear infinite}html.style2 .login-page2.animat-rate .bg_circle div:nth-of-type(2),html.style2 .no-internet.animat-rate .bg_circle div:nth-of-type(2),html.style2 .right-login.animat-rate .bg_circle div:nth-of-type(2),html.style2 .rightchat.animat-rate .bg_circle div:nth-of-type(2){right:5%;top:5%;animation:animationFramesOne 35s linear infinite}html.style2 .login-page2.animat-rate .bg_circle div:nth-of-type(3),html.style2 .no-internet.animat-rate .bg_circle div:nth-of-type(3),html.style2 .right-login.animat-rate .bg_circle div:nth-of-type(3),html.style2 .rightchat.animat-rate .bg_circle div:nth-of-type(3){bottom:35%;left:20%;animation:animationFramesOne 65s linear infinite}html.style2 .login-page2.animat-rate .bg_circle div:nth-of-type(4),html.style2 .no-internet.animat-rate .bg_circle div:nth-of-type(4),html.style2 .right-login.animat-rate .bg_circle div:nth-of-type(4),html.style2 .rightchat.animat-rate .bg_circle div:nth-of-type(4){bottom:26%;right:35%;animation:animationFramesOne 100s linear infinite}html.style2 .login-page2.animat-rate .bg_circle div:nth-of-type(5),html.style2 .no-internet.animat-rate .bg_circle div:nth-of-type(5),html.style2 .right-login.animat-rate .bg_circle div:nth-of-type(5),html.style2 .rightchat.animat-rate .bg_circle div:nth-of-type(5){bottom:35%;right:5%;animation:animationFramesOne 45s linear infinite}html.style2 .login-page2.animat-rate .bg_circle div:nth-of-type(6),html.style2 .no-internet.animat-rate .bg_circle div:nth-of-type(6),html.style2 .right-login.animat-rate .bg_circle div:nth-of-type(6),html.style2 .rightchat.animat-rate .bg_circle div:nth-of-type(6){bottom:60%;left:10%;animation:animationFramesOne 90s linear infinite}html.style2 .login-page2.animat-rate .bg_circle div:nth-of-type(7),html.style2 .no-internet.animat-rate .bg_circle div:nth-of-type(7),html.style2 .right-login.animat-rate .bg_circle div:nth-of-type(7),html.style2 .rightchat.animat-rate .bg_circle div:nth-of-type(7){top:40%;right:40%;animation:animationFramesOne 25s linear infinite}html.style2 .login-page2.animat-rate .bg_circle div:nth-of-type(8),html.style2 .no-internet.animat-rate .bg_circle div:nth-of-type(8),html.style2 .right-login.animat-rate .bg_circle div:nth-of-type(8),html.style2 .rightchat.animat-rate .bg_circle div:nth-of-type(8){bottom:30%;left:3%;animation:animationFramesOne 80s linear infinite}html.style2 .login-page2.animat-rate .bg_circle div:nth-of-type(9),html.style2 .no-internet.animat-rate .bg_circle div:nth-of-type(9),html.style2 .right-login.animat-rate .bg_circle div:nth-of-type(9),html.style2 .rightchat.animat-rate .bg_circle div:nth-of-type(9){top:25%;right:35%;animation:animationFramesOne 35s linear infinite}html.style2 .login-page2.animat-rate .bg_circle div:nth-of-type(10),html.style2 .no-internet.animat-rate .bg_circle div:nth-of-type(10),html.style2 .right-login.animat-rate .bg_circle div:nth-of-type(10),html.style2 .rightchat.animat-rate .bg_circle div:nth-of-type(10){top:40%;right:25%;animation:animationFramesOne 55s linear infinite}html.style2 .login-page2.animat-rate .bg_circle div:nth-of-type(11),html.style2 .no-internet.animat-rate .bg_circle div:nth-of-type(11),html.style2 .right-login.animat-rate .bg_circle div:nth-of-type(11),html.style2 .rightchat.animat-rate .bg_circle div:nth-of-type(11){bottom:20%;right:14%;animation:animationFramesOne 10s linear infinite}html.style2 .login-page2.animat-rate .cross,html.style2 .no-internet.animat-rate .cross,html.style2 .right-login.animat-rate .cross,html.style2 .rightchat.animat-rate .cross{position:absolute;background:#d0eafb;height:15px;width:2px;top:175px;right:50px;animation:rotatedTwo 22s linear infinite}html.style2 .login-page2.animat-rate .cross:after,html.style2 .no-internet.animat-rate .cross:after,html.style2 .right-login.animat-rate .cross:after,html.style2 .rightchat.animat-rate .cross:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 25s linear infinite}html.style2 .login-page2.animat-rate .cross1,html.style2 .no-internet.animat-rate .cross1,html.style2 .right-login.animat-rate .cross1,html.style2 .rightchat.animat-rate .cross1{position:absolute;background:#d0eafb;bottom:10%;height:15px;left:50%;width:2px;animation:rotatedTwo 50s linear infinite}html.style2 .login-page2.animat-rate .cross1:after,html.style2 .no-internet.animat-rate .cross1:after,html.style2 .right-login.animat-rate .cross1:after,html.style2 .rightchat.animat-rate .cross1:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}html.style2 .login-page2.animat-rate .cross2,html.style2 .no-internet.animat-rate .cross2,html.style2 .right-login.animat-rate .cross2,html.style2 .rightchat.animat-rate .cross2{position:absolute;background:#d0eafb;top:65%;height:15px;left:200px;width:2px;animation:rotatedTwo 50s linear infinite}html.style2 .login-page2.animat-rate .cross2:after,html.style2 .no-internet.animat-rate .cross2:after,html.style2 .right-login.animat-rate .cross2:after,html.style2 .rightchat.animat-rate .cross2:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}html.style2 .login-page2.animat-rate .dot,html.style2 .no-internet.animat-rate .dot,html.style2 .right-login.animat-rate .dot,html.style2 .rightchat.animat-rate .dot{position:absolute;height:5px;width:5px;background-color:#d0eafb;border-radius:50%;display:inline-block;animation:animationFramesOne 50s linear infinite;top:10%}html.style2 .login-page2.animat-rate .dot1,html.style2 .no-internet.animat-rate .dot1,html.style2 .right-login.animat-rate .dot1,html.style2 .rightchat.animat-rate .dot1{left:15%;position:absolute;height:5px;width:5px;background-color:#d0eafb;animation:animationFramesOne 90s linear infinite;border-radius:50%}html.style2 .quarterCircle{width:75px;height:75px;background:#f81f58;border-radius:0 0 0 90px;position:absolute;right:0;top:0}html.style2 .quarterCircle .close-btn span{color:#fff;opacity:1;font-size:35px;font-weight:600;top:5px;right:20px;cursor:pointer;position:absolute}html.style2 .connection-img{position:absolute;top:75px;display:flex;overflow:hidden;width:100%;justify-content:center}html.style2 .content{position:absolute;bottom:10%;left:0;right:0}html.style2 .content .icon-btn{margin-bottom:20px}html.style2 .content .title2{color:#223645;margin-bottom:15px}html.style2 .content .reconnect-btn{border-radius:25px;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;background-color:#f81f58;font-size:16px;cursor:pointer}html.style2 .content h5{font-weight:400;font-family:Roboto,sans-serif;color:#f81f58;margin-bottom:20px}html.style2 .videocall.call-modal,html.style2 .videocallhang.call-modal{position:relative}html.style2 .videocall.call-modal .videocall-details,html.style2 .videocallhang.call-modal .videocall-details{position:absolute;top:0;padding:35px;right:0;left:0;align-items:center}html.style2 .videocall.call-modal .videocall-details h6,html.style2 .videocallhang.call-modal .videocall-details h6{color:#647589;margin-top:5px;margin-bottom:0;font-size:9px}html.style2 .videocall.call-modal .videocall-details .usersprof,html.style2 .videocallhang.call-modal .videocall-details .usersprof{margin-right:15px;display:flex;margin-left:15px}html.style2 .videocall.call-modal .videocall-details .usersprof .profile,html.style2 .videocallhang.call-modal .videocall-details .usersprof .profile{border-radius:100%;margin-left:-15px}html.style2 .videocall.call-modal .videocall-details #basicUsage,html.style2 .videocallhang.call-modal .videocall-details #basicUsage{font-size:16px;font-family:Montserrat,sans-serif;font-weight:700;margin-right:20px}html.style2 .videocall.call-modal .videocall-details .zoomcontent,html.style2 .videocallhang.call-modal .videocall-details .zoomcontent{border-radius:50%;background-color:#fff;padding:7px}html.style2 .videocall.call-modal .videocall-details .red-notification h6,html.style2 .videocallhang.call-modal .videocall-details .red-notification h6{color:red;margin-right:20px}html.style2 .videocall.call-modal .videocall-details .red-notification .dot-btn:before,html.style2 .videocallhang.call-modal .videocall-details .red-notification .dot-btn:before{top:17px;right:7px}html.style2 .videocall.call-modal .videocall-details .red-notification .dot-btn.grow:after,html.style2 .videocallhang.call-modal .videocall-details .red-notification .dot-btn.grow:after{top:11px;right:1.8px}html.style2 .videocall.call-modal .small-image,html.style2 .videocallhang.call-modal .small-image{height:300px;width:220px;position:absolute;left:40px;bottom:5%}html.style2 .panel-actions{margin-top:-20px;margin-bottom:0;text-align:right}html.style2 .panel-actions a{color:red}html.style2 .panel-fullscreen{display:block;z-index:9999;position:fixed;width:100%;height:100%;top:0;right:0;left:0;bottom:0;overflow:auto}html.style2 .panel.panel-default i{margin:0 5px;color:#c25e7f;line-height:20px;cursor:pointer}html.style2 .confimg .vclimg{height:200px;width:auto;margin-bottom:15px;margin-left:10px;border-radius:5px;margin-right:10px}html.style2 .confimg .col-6{padding:0}html.style2 .clfooter{text-align:center}html.style2 .clfooter ul{margin-left:0;text-align:center;display:inline-flex}html.style2 .clfooter ul li+li{margin-left:10px}html.style2 .clfooter .icon-btn svg{stroke-width:2px}html.style2 .clfooter #basicUsage3{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700;display:block;margin-bottom:15px}html.style2 .modal-footer{border-top:unset;display:unset}html.style2 .modal-body{padding:10px 15px}html.style2 .close:focus{outline:none!important}html.style2 .call-list-center{position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}html.style2 .call-list-center .animated-bg i{background:#85c8f5;position:absolute;height:40px;width:40px;border-radius:100%;opacity:.3;animation:ripple1 4s linear infinite;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%) scale(1.3);z-index:-1}html.style2 .call-list-center .animated-bg i:nth-child(2){animation:ripple2 4s linear infinite}html.style2 .call-list-center .animated-bg i:nth-child(3){animation:ripple3 4s linear infinite}html.style2 .call-list-center p{position:absolute;width:280px;font-size:20px;font-weight:500;font-family:Roboto,sans-serif;top:120%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}html.style2 .groupuser{margin-left:auto;text-align:right;display:flex;align-items:center}html.style2 .groupuser .gr-profile{border-radius:100%;height:40px;width:40px;position:relative}html.style2 .groupuser .gr-profile+.gr-profile{margin-left:15px}html.style2 .groupuser .gr-profile.grow:before{border:none;height:7px;width:7px;background-color:#3fcc35!important}html.style2 .groupuser .gr-profile.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite;content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}html.style2 .groupuser .gr-chat-friend-toggle{padding-right:20px;position:relative}html.style2 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{position:absolute;top:60px;right:0;padding:25px 40px;background-color:#fff;text-align:left;z-index:1;width:340px;display:none}html.style2 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .icon-btn{position:absolute;right:0;top:12px}html.style2 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding:2px 50px 2px 70px;height:60px;display:flex;flex-direction:column;justify-content:center}html.style2 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;top:-12px;right:25px;z-index:1;transform:scale(-1)}html.style2 .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #d3d7dc!important}html.style2 .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#000}html.style2 .groupuser h4{margin-right:20px;font-weight:500}html.style2 .recent .theme-title .close-contentbtn{display:none}html.style2 .theme-according{padding-top:20px}html.style2 .theme-according h5{padding-top:4px;font-size:calc(13px + 0*(100vw - 320px)/1600);color:#064c3c}html.style2 .theme-according p{font-size:12px;padding-top:10px;margin-bottom:0}html.style2 .theme-according .card{border:none;margin-bottom:1rem!important}html.style2 .theme-according .card a{font-weight:600;padding-left:25px}html.style2 .theme-according .card .card-header{border-radius:25px;border-bottom:none}html.style2 .theme-according .card .card-header[aria-expanded=true] a i:before{content:"";transition:all .3s ease}html.style2 .theme-according .card .card-header i{padding:8px 10px;width:28px;height:28px;position:absolute;top:7px;border-radius:100%;background-color:#064c3c;color:#fff;left:10px;font-weight:900}html.style2 .theme-according .card .card-body{border-radius:25px;padding:1.2rem 1.25rem;background-color:#f7f7f9;margin-top:10px}html.style2 .reactour__helper span[data-tour-elem=badge]{background:#064c3c!important}html.style2 .reactour__helper--is-open{background-color:#f4faf9!important;color:#064c3c!important;font-weight:600;box-shadow:-1px 10px 16px -10px #064c3c!important;border-radius:15px!important}html.style2 .reactour__helper--is-open:focus{outline:none!important}html.style2 .reactour__dot{background-color:rgba(6,76,60,.2)!important;border:none!important;width:6px!important;height:6px!important}html.style2 .reactour__dot:focus{outline:none!important}html.style2 .reactour__dot--is-active{background-color:#064c3c!important;border:3px double #f4faf9!important;width:10px!important;height:10px!important}html.style2 .reactour__close{top:15px!important;right:15px!important}html.style2 .media-right{float:right;bottom:20px}html.style2 .label-right{position:relative;vertical-align:top;margin-left:10px;color:#647589;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:600;line-height:1.9}html.style2 .switch-green{position:relative;display:inline-block;width:34px;height:19px}html.style2 .switch-green input{display:none}html.style2 .switch-green input:checked+.switch-state{background-color:#3fcc35}html.style2 .switch-green input:checked+.switch-state:before{transform:translateX(15px)}html.style2 .switch-green input:focus+.switch-state{box-shadow:0 0 1px #064c3c}html.style2 .switch{position:relative;display:inline-block;width:34px;height:19px}html.style2 .switch input{display:none}html.style2 .switch input:checked+.switch-state{background-color:#064c3c}html.style2 .switch input:checked+.switch-state:before{transform:translateX(15px)}html.style2 .switch input:focus+.switch-state{box-shadow:0 0 1px #064c3c}html.style2 .switch-state{border-radius:20px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#eff1f2;transition:.4s}html.style2 .switch-state:before{position:absolute;content:"";height:calc(1rem - 3px);width:calc(1rem - 3px);left:4px;bottom:3px;background-color:#fff;transition:.4s;border-radius:20px}html.style2 .icon-state .switch-state:after{content:"";font-family:Courier New,Courier,monospace;left:10px;position:absolute;top:10px;color:#223645;transition:.4s;opacity:.3}html.style2 .icon-state input:checked+.switch-state:after{content:"";left:36px;opacity:1;transition:.4s}html.style2 .switch-lg .switch{width:75px;height:40px}html.style2 .switch-lg .switch .switch-state:before{height:30px;width:30px;left:7px;bottom:5px;top:4px}html.style2 .switch-lg.icon-state .switch .switch-state:after{left:12px;font-size:18px}html.style2 .switch-lg.icon-state .switch input:checked+.switch-state:after{left:47px}html.style2 .switch-lg.icon-state .switch input:checked+.switch-state:before{transform:translateX(32px)}html.style2 .switch-sm.icon-state .switch .switch-state:after{top:4px;left:4px;font-size:8px}html.style2 .switch-sm.icon-state .switch input:checked+.switch-state:after{left:13px;top:4px}html.style2 .switch-sm .switch{width:25px;height:16px;margin-top:10px;margin-bottom:0}html.style2 .switch-sm .switch .switch-state:before{height:8px;width:8px;left:4px;bottom:4px}html.style2 .switch-sm input:checked+.switch-state:before{left:-13px}html.style2 .switch-outline .switch-state{background-color:#fff;border:1px solid #064c3c;transition:.4s}html.style2 .switch-outline .switch-state:before{background-color:#eff1f2;bottom:3px;color:#fff}html.style2 .switch-outline .switch input{display:none}html.style2 .switch-outline .switch input:checked+.switch-state{background-color:transparent;border:1px solid #064c3c}html.style2 .switch-outline .switch input:checked+.switch-state:before{background-color:#064c3c;bottom:3px;transform:translateX(26px)}html.style2 .switch-outline .switch input:checked+.switch-state:after{color:#fff}html.style2 .switch-outline .switch input:checked+.switch-state.bg-dark,html.style2 .switch-outline .switch-state.bg-dark{border:1px solid #223645;background-color:transparent!important}html.style2 .switch-outline .switch input:checked+.switch-state.bg-dark:before{background-color:#223645}html.style2 .switch-outline .switch input:checked+.switch-state.bg-warning,html.style2 .switch-outline .switch-state.bg-warning{border:1px solid #ffc514;background-color:transparent!important}html.style2 .switch-outline .switch input:checked+.switch-state.bg-warning:before{background-color:#ffc514}html.style2 .switch-outline .switch input:checked+.switch-state.bg-success,html.style2 .switch-outline .switch-state.bg-success{border:1px solid #3fcc35;background-color:transparent!important}html.style2 .switch-outline .switch input:checked+.switch-state.bg-success:before{background-color:#3fcc35}html.style2 .switch-outline .switch input:checked+.switch-state.bg-info,html.style2 .switch-outline .switch-state.bg-info{border:1px solid #7fffd4;background-color:transparent!important}html.style2 .switch-outline .switch input:checked+.switch-state.bg-info:before{background-color:#7fffd4}html.style2 .switch-outline .switch input:checked+.switch-state.bg-danger,html.style2 .switch-outline .switch-state.bg-danger{border:1px solid #ff4e2b;background-color:transparent!important}html.style2 .switch-outline .switch input:checked+.switch-state.bg-danger:before{background-color:#ff4e2b}html.style2 .switch-outline .switch input:checked+.switch-state.bg-primary,html.style2 .switch-outline .switch-state.bg-primary{border:1px solid #064c3c;background-color:transparent!important}html.style2 .switch-outline .switch input:checked+.switch-state.bg-primary:before{background-color:#064c3c}html.style2 .switch-outline .switch input:checked+.switch-state.bg-secondary,html.style2 .switch-outline .switch-state.bg-secondary{border:1px solid var(--theme-secondary);background-color:transparent!important}html.style2 .switch-outline .switch input:checked+.switch-state.bg-secondary:before{background-color:var(--theme-secondary)}html.style2 .switch-showcase{margin-bottom:-8px}html.style2 .switch-showcase .media{line-height:1}html.style2 .chitchat-container{height:100vh;display:flex;flex-direction:row}html.style2 .chitchat-container .main-nav{min-width:100px;width:100px;height:100vh;max-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;border-right:1px solid #eff1f2;padding:40px 0}html.style2 .chitchat-container .chitchat-left-sidebar{min-width:400px;width:400px;height:100vh;max-height:100vh;overflow:hidden}html.style2 .chitchat-container .chitchat-main{width:100%;height:100vh;max-height:100vh;z-index:1;transition:all .7s;background-color:#fff}html.style2 .chitchat-container .chitchat-right-sidebar{min-width:350px;width:350px;height:100vh;max-height:100vh;position:fixed;right:-200px;background-color:#fff;opacity:0;transition:all .7s}html.style2 .app-sidebar{width:0;right:-520px;z-index:9;height:100vh;max-height:100vh;position:fixed;background-color:#fff;display:table}html.style2 .app-sidebar,html.style2 .app-sidebar.active{transition:all .3s ease;animation:fadeInRight .3s ease-in-out}html.style2 .app-sidebar.active{width:auto;right:0}html.style2 .app-sidebar.active .apps-ul>.tab-content>.tab-pane,html.style2 .app-sidebar.active .apps-ul>li{width:300px;height:100vh;opacity:0;position:absolute;padding:20px}html.style2 .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style2 .app-sidebar.active .apps-ul>li.active{right:90px;opacity:1;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;background-color:#fff}html.style2 .app-sidebar.active .apps-ul .theme-title{margin-top:10px;margin-bottom:30px}html.style2 .app-sidebar.active .apps-ul .theme-title h2{font-size:calc(22px + 2*(100vw - 320px)/1600)}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab .nav-tabs .nav-item .nav-link,html.style2 .app-sidebar .apps-ul .tab-pane>li .theme-tab .nav-tabs .nav-item .nav-link{min-width:60px;padding:7px 15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab ul li+li,html.style2 .app-sidebar .apps-ul .tab-pane>li .theme-tab ul li+li{margin-left:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-content,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{padding-bottom:0;border-bottom:1px solid #f4faf9;margin-bottom:20px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-title,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{padding-bottom:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content{margin-right:-20px;padding-right:20px;height:calc(100vh - 160px);overflow:auto}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul li,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul li{width:auto;transform:translateX(0);opacity:1;list-style:none;display:contents}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{margin-bottom:15px;border:1px solid #eff1f2;padding:15px;border-radius:15px;box-shadow:-1px 10px 16px -10px #eff1f2}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group img,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group img{margin-right:10px;width:30px;height:30px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body{word-break:break-word}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body a,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body a{color:#647589}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h5,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h5{margin-bottom:5px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h6,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h6{font-size:10px;line-height:1.3}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media{margin-bottom:10px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media svg,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media svg{margin-right:10px;border:1px solid #eff1f2;padding:6px;background-color:#ede6e6;width:15%;height:15%}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media:last-child,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{margin-top:10px;margin-bottom:0;border-left:4px solid #064c3c;padding-top:10px;padding-bottom:10px;padding-left:15px;background-color:#f4faf9;border-radius:5px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group a,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group a{word-wrap:break-word}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .docs-group,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .docs-group{padding:15px;border:1px solid #eff1f2;margin-bottom:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .chat-main li,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .chat-main li{display:block}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main{padding-left:15px;padding-right:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li{padding-left:25px;padding-right:25px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile,html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl{width:40px;height:40px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i{font-size:14px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-top:0;padding-left:55px;padding-bottom:0}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details h5,html.style2 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details h5{text-transform:capitalize}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs{justify-content:flex-start;position:relative}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs .nav-item,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs .nav-item{margin-right:10px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs li:last-child,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs li:last-child{position:absolute;right:0}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content{padding-bottom:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content h3,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content h3{font-weight:600;padding-bottom:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task+.todo-task,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task+.todo-task{margin-top:10px;padding-top:10px;border-top:1px solid #eff1f2}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task h5,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task h5{font-weight:500;font-size:calc(13px + 2*(100vw - 320px)/1600);margin-bottom:5px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form{display:inline-block}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form input,html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form select,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form input,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form select{border:0;background-color:transparent;font-size:calc(12px + 1*(100vw - 320px)/1600);color:#828282;font-weight:400}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span a,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:#223645;font-weight:400}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span+span,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span+span{padding-left:10px;margin-left:10px;border-left:1px solid #828282}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs i,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs i{font-size:50px;margin-bottom:10px;color:#064c3c}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs h6,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs h6{color:#223645;margin-bottom:10px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs p,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs p{margin-bottom:12px;color:#223645}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group{display:flex;align-items:center!important}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input{margin-bottom:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input+input,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input+input{margin-left:10px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{margin-top:15px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eff1f2}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input{border:none;cursor:pointer;font-size:15px;font-weight:500;line-height:1}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input::plaeholder,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input::plaeholder{color:#000}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input+input,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input+input{margin-left:6px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input:focus,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input:focus{outline:none}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .input-text,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .input-text{margin-bottom:10px;align-items:center;display:flex}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .add-to-do,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .add-to-do{cursor:pointer;display:block;margin-top:5px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .todo-buttons i,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .todo-buttons i{cursor:pointer}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content:last-child,html.style2 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content:last-child{margin-bottom:0}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-input input,html.style2 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-input input{padding:15px;margin-bottom:20px;width:100%}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content,html.style2 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content{display:flex;align-items:baseline}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content ul li,html.style2 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content ul li{margin-left:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list,html.style2 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list{padding:20px;border:1px solid #ddd;border-radius:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media,html.style2 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media{align-items:center;margin-bottom:10px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media img,html.style2 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media img{height:30px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a,html.style2 .app-sidebar .apps-ul .tab-pane>li .notes-main a{font-size:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a.line,html.style2 .app-sidebar .apps-ul .tab-pane>li .notes-main a.line{border-top:1px solid #ededed;padding-top:12px;margin-top:15px;content:"";display:block;font-weight:600;font-family:Montserrat,sans-serif}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a:before,html.style2 .app-sidebar .apps-ul .tab-pane>li .notes-main a:before{margin-right:5px;font-size:12px;font-family:fontawesome}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content{margin-bottom:20px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content i,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content i{font-size:50px;margin-bottom:25px;color:#064c3c;display:block}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content p,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content p{margin-bottom:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content .setreminder,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content .setreminder{color:#fff}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list{display:none;border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{position:absolute;top:0;right:0}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle{display:none}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li{display:flex;align-items:center}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .Hide-reminder,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .Hide-reminder{display:none}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button{border:none;background:unset;padding:15px;font-size:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button:focus,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button:focus{outline:none}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp{border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{position:absolute;top:0;right:0}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle{display:none}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li{display:flex;align-items:center}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button{border:none;background:unset;padding:15px;font-size:15px}html.style2 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button:focus,html.style2 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button:focus{outline:none}html.style2 .app-sidebar .app-list{height:100%;max-width:90px;width:90px;border-left:2px solid #eff1f2}html.style2 .app-sidebar .app-list ul.app-list-ul{height:100%;padding-top:25px;padding-bottom:25px;position:relative}html.style2 .app-sidebar .app-list ul.app-list-ul li h5{margin-top:15px;opacity:.7}html.style2 .app-sidebar .app-list ul.app-list-ul .close-app{margin-bottom:10px;position:absolute;bottom:0;left:0;right:0}html.style2 .app-sidebar .app-list ul.app-list-ul h5{margin-top:15px}html.style2 .dropdown{transition:all .5s ease;color:#b2b6be}html.style2 .dropdown.currency{width:150%;text-align:right}html.style2 .dropdown.currency:focus{outline:none}html.style2 .dropdown.currency .dropdown-menu{right:0;left:unset}html.style2 .dropdown .select{cursor:pointer}html.style2 .dropdown .select span{font-size:15px;font-weight:400;color:#064c3c}html.style2 .dropdown .dropdown-menu{padding:5px 0;min-width:14rem;border-radius:0}html.style2 .dropdown .dropdown-menu li{padding:6px 15px;transition:all .2s ease-in-out;cursor:pointer;display:block;color:#333}html.style2 .dropdown .dropdown-menu .dropdown-divider{height:40px;border-bottom:1px solid #ddd;background-color:#fff;display:flex;padding:10px;margin:unset}html.style2 .dropdown .dropdown-menu .dropdown-divider h5{margin-left:10px}html.style2 .sidebar-active .chitchat-container .main-nav~.chitchat-main .messages .contact-details{width:56vw}html.style2 .todo-main-modal .todo-task h5{margin-bottom:10px}html.style2 .todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 32px}html.style2 .todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}html.style2 .todo-main-modal .todo-task .todo-main-content input::placeholder{color:#064c3c}html.style2 .todo-main-modal .todo-task .todo-main-content input:focus{outline:none}html.style2 .todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}html.style2 .todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}html.style2 .todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}html.style2 .create-todo-main-modal .todo-task h5{margin-bottom:10px}html.style2 .create-todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 45px}html.style2 .create-todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}html.style2 .create-todo-main-modal .todo-task .todo-main-content input::placeholder{color:#064c3c}html.style2 .create-todo-main-modal .todo-task .todo-main-content input:focus{outline:none}html.style2 .create-todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}html.style2 .create-todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}html.style2 .create-todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}html.style2 .app-sidebar .todo-main .todo-task{position:relative}html.style2 .app-sidebar .todo-main .todo-task .input-text input::placeholder{text-transform:capitalize;color:#223645;font-weight:500}html.style2 .app-sidebar .todo-main .todo-task h4{color:#223645;font-weight:600;letter-spacing:.03em;margin-bottom:20px}html.style2 .app-sidebar .todo-main .todo-task .drop-picker{display:flex;font-size:13px}html.style2 .app-sidebar .todo-main .todo-task .drop-picker .form-control{padding:0;height:auto}html.style2 .app-sidebar .todo-main .todo-task .drop-picker .form-control::placeholder{font-size:13px;font-weight:400;color:#647589}html.style2 .app-sidebar .todo-main .todo-task .drop-picker .form-control:focus{box-shadow:none}html.style2 .app-sidebar .todo-main .todo-task .drop-picker .dropdown .select span{font-size:13px;color:#647589;font-weight:400}html.style2 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu .dropdown-divider i{color:#223645}html.style2 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu h5{color:#223645!important;font-weight:500}html.style2 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-left:0;line-height:1}html.style2 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li a{font-size:12px;color:#647589;font-weight:500}html.style2 .app-sidebar .notes-main .notes-list h6{line-height:1.2}html.style2 .app-sidebar .reminder-main h5{margin-bottom:15px}html.style2 .app-sidebar .reminder-main h6{margin-bottom:5px}html.style2 .reminder-modal-main .lable{margin-bottom:10px;text-transform:capitalize;display:block;color:#223645;font-weight:600;font-size:14px}html.style2 .reminder-modal-main .form-group .form-control::placeholder{font-size:14px}html.style2 .reminder-modal-main .form-group .reminder-count .reminder-box .remi-val{text-transform:capitalize;font-weight:600}html.style2 .configuration-modal h5 span{font-size:14px}html.style2 .chitchat-container.sidebar-overlap .chitchat-main,html.style2 .chitchat-container.sidebar-overlap .contact-details,html.style2 .chitchat-container.sidebar-overlap .message-input{width:calc(100% - 500px)!important}html.style2 .chitchat-container .main-nav .logo-warpper{text-align:center;padding-bottom:35px;border-bottom:1px solid #eff1f2}html.style2 .chitchat-container .main-nav .logo-warpper img{height:40px}html.style2 .chitchat-container .main-nav .sidebar-main{height:calc(100vh - 186px);display:inline-flex;flex-direction:column;width:100%;justify-content:space-between}html.style2 .chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active,html.style2 .chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active{background-color:#064c3c!important}html.style2 .chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active i,html.style2 .chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active i{color:#fff}html.style2 .chitchat-container .main-nav .sidebar-main .sidebar-bottom li,html.style2 .chitchat-container .main-nav .sidebar-main .sidebar-top li{text-align:center;padding-top:30px;position:relative}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab{position:absolute;min-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;top:0;bottom:0;background-color:#fff;z-index:0;width:400px;min-width:400px;padding:40px}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab.active,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab.active,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab.active,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab.active,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default.active,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab.active,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab.active{opacity:1;z-index:3;animation:fadeInLeft .3s ease-in-out}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #eff1f2;padding-bottom:20px}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{background-color:gray;width:-moz-fit-content;width:fit-content;border-radius:50%;margin-right:15px;position:relative}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .bg-size,html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status img,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .bg-size,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status img,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .bg-size,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status img,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .bg-size,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status img,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .bg-size,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status img,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .bg-size,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status img,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .bg-size,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status img{width:50px;height:50px;border-radius:50%}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{border-radius:50%;width:20px;height:20px;background-color:#064c3c;position:absolute;bottom:-8px;right:0;color:#fff}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img:before,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img:before{content:"";font-family:FontAwesome;font-size:11px;padding:6px}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img input,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img input,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img input,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img input,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img input,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img input,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img input{background-color:gray;border-radius:50%;width:100%;height:100%;opacity:0;position:absolute;top:0}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body h3,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body h3,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body h3,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body h3,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body h3,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body h3,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body h3{text-transform:capitalize;margin-bottom:5px}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body p,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body p,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body p,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body p,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body p,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body p,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body p{margin-bottom:0;text-transform:capitalize;letter-spacing:1px}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box{padding-top:20px}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box h3,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box h3,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box h3,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box h3,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box h3,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box h3,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{padding:15px 25px;color:#064c3c;background-color:#f4faf9;text-transform:capitalize;margin-bottom:20px;border-radius:15px}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{margin-bottom:20px;border-bottom:1px solid #eff1f2;padding-bottom:10px}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content:last-child,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content:last-child,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content:last-child,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content:last-child,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content:last-child,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content:last-child,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content:last-child{margin-bottom:0}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul{display:flex;align-items:center}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li h5,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li h5,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li h5,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li h5,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li h5,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li h5,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li h5{margin-bottom:5px;text-transform:capitalize}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .img-status,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li .img-status,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .img-status,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li .img-status,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li .img-status,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li .img-status,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li .img-status{width:40px;height:40px;border-radius:50%;position:relative}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li p,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li p,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li p,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li p,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li p,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li p,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li p{margin-bottom:0;text-transform:capitalize}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li:first-child,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li:first-child,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li:first-child,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li:first-child,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li:first-child,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li:first-child,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-right:15px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default{position:relative;z-index:0;padding:0!important}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default.active{z-index:999}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent{position:fixed;width:400px;top:0;background-color:#fff;padding-top:40px;z-index:1}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 40px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 40px 0}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box{position:relative}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{position:absolute;bottom:25px;right:15px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:110px;width:100%;border-radius:20px;position:relative;transition:all .3s ease}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{position:absolute;color:#fff;bottom:10px;left:15px;font-weight:500;text-transform:capitalize}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile:before{content:"";left:0;top:0;position:absolute;height:100%;width:100%;border-radius:15px;box-shadow:inset 0 -25px 40px 6px rgba(0,0,0,.8)}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:242px;height:calc(100vh - 242px);min-height:calc(100vh - 242px)}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat{overflow:auto;overflow-x:hidden;overflow-y:auto}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:40px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm>.nav-tabs{padding-bottom:30px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs{width:80%;margin:0 auto}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs>.nav-item .nav-link{border-radius:5px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:40px 40px 0}html.style2 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:10px}html.style2 .search-form{width:calc(100% - 60px);left:30px;height:calc(100% - 30px);position:absolute;top:30px}html.style2 .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}html.style2 .search-form .form-group{height:100%;width:100%;margin-top:0}html.style2 .search-form .form-group input{border:1px solid #eff1f2;padding:0 50px;height:100%;width:100%;border-radius:15px;font-size:16px}html.style2 .search-form .form-group input:focus{outline:none}html.style2 .search-form .form-group .icon-close{position:absolute;padding:23px;right:0;cursor:pointer}html.style2 .search~.search-form{transform:scale(0);transition:all .3s ease}html.style2 .search~.search-form.open{transform:scale(1);transition:all .3s ease}html.style2 .contact-list-tab li .chat-box .date-status{top:10px}html.style2 .contact-list-tab .chat-main{margin-right:-40px;padding-right:40px;height:100vh}html.style2 .contact-list-tab .search-form,html.style2 .document-tab .search-form,html.style2 .fevorite-tab .search-form{top:-9px;left:-1px;position:absolute;height:75px;width:100%}html.style2 .contact-list-tab .search-form:before,html.style2 .document-tab .search-form:before,html.style2 .fevorite-tab .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}html.style2 .chitchat-right-sidebar{transform-style:preserve-3d;transform-origin:center right;transition:transform .5s;cursor:pointer}html.style2 .chitchat-right-sidebar .badge.sm{padding:4px 4px 2px}html.style2 .chitchat-right-sidebar .status .str-msg li+li{margin-top:15px}html.style2 .chitchat-right-sidebar .right-sidebar{overflow:auto;overflow-x:hidden;overflow-y:auto;height:100vh;max-height:100vh;position:absolute;background-color:#fff;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}html.style2 .chitchat-right-sidebar .right-sidebar .group-main{margin-bottom:-20px}html.style2 .chitchat-right-sidebar .right-sidebar .group-main li{padding-top:0}html.style2 .chitchat-right-sidebar .right-sidebar .group-main li+li{margin-top:0}html.style2 .chitchat-right-sidebar .right-sidebar .group-main .group-box .profile{width:30px;height:30px}html.style2 .chitchat-right-sidebar .right-sidebar .group-main .group-box .details{padding-left:45px;padding-top:0}html.style2 .chitchat-right-sidebar .contact-profile,html.style2 .chitchat-right-sidebar .document,html.style2 .chitchat-right-sidebar .media-gallery,html.style2 .chitchat-right-sidebar .status{opacity:.5;transition:all .7s}html.style2 .chitchat-right-sidebar .contact-profile{padding:40px}html.style2 .chitchat-right-sidebar .contact-profile .details{padding-top:40px;text-align:center}html.style2 .chitchat-right-sidebar .contact-profile .details .contact-top{height:150px;width:140px;border-radius:20px;box-shadow:-1px 10px 16px -10px #666;margin:0 auto}html.style2 .chitchat-right-sidebar .contact-profile .details .name{margin-top:20px}html.style2 .chitchat-right-sidebar .contact-profile .details .name h6{padding-top:8px;margin-bottom:20px}html.style2 .chitchat-right-sidebar .contact-profile .details ul li{display:inline-block}html.style2 .chitchat-right-sidebar .contact-profile .details ul li svg{fill:#fff}html.style2 .chitchat-right-sidebar .contact-profile .details ul li+li{margin-left:12px}html.style2 .chitchat-right-sidebar .document,html.style2 .chitchat-right-sidebar .media-gallery,html.style2 .chitchat-right-sidebar .status{border-top:1px solid #eff1f2;padding:30px 40px}html.style2 .chitchat-right-sidebar .status{position:relative}html.style2 .chitchat-right-sidebar .status .bg-size{margin:3px}html.style2 .chitchat-right-sidebar .status.other ul li{padding-left:30px}html.style2 .chitchat-right-sidebar .status.other h5 a{color:rgba(34,54,69,.8);font-weight:600;display:flex}html.style2 .chitchat-right-sidebar .status.other h5 a svg{height:14px;position:absolute;left:0}html.style2 .chitchat-right-sidebar .status ul li{position:relative;padding-left:50px}html.style2 .chitchat-right-sidebar .status ul li .switchery{position:absolute;left:0}html.style2 .chitchat-right-sidebar .status ul li+li{margin-top:20px}html.style2 .document-list li{position:relative}html.style2 .document-list li i{position:absolute;font-size:16px;top:-2px;font-weight:700}html.style2 .document-list li h5{margin-left:30px;color:#647589}html.style2 .document-list li+li{margin-top:15px}html.style2 .share-media{margin-left:-8px;margin-right:-8px}html.style2 .share-media .media-big{height:160px;width:auto;border-radius:15px}html.style2 .share-media .media-big .border-portfolio a{height:160px;width:auto}html.style2 .share-media .media-big .isotopeSelector img{height:100%;width:auto}html.style2 .share-media .col-4{padding-left:8px;padding-right:8px}html.style2 .share-media .media-small{height:72px;width:auto;border-radius:15px}html.style2 .share-media .media-small .border-portfolio a{height:72px;width:auto}html.style2 .share-media .media-small:first-child{margin-bottom:16px}html.style2 .menu-active .chitchat-right-sidebar{opacity:1;right:0;z-index:9;transition:all .7s}html.style2 .menu-active .chitchat-right-sidebar .contact-profile,html.style2 .menu-active .chitchat-right-sidebar .document,html.style2 .menu-active .chitchat-right-sidebar .media-gallery,html.style2 .menu-active .chitchat-right-sidebar .status{opacity:1;transition:all .7s}html.style2 .menu-trigger{cursor:pointer}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:90%}html.style2 .sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 890px);transition:all .7s}html.style2 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 590px);transition:all .7s}html.style2 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}html.style2 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 575px)}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 980px);transition:all .3s ease}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 680px);transition:all .3s ease}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}html.style2 .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:56vw}html.style2 .menu-active .chitchat-container .chitchat-main{width:calc(100% - 850px);transition:all .7s}html.style2 .menu-active .chitchat-main .messages .contact-details{width:50vw}html.style2 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar){width:calc(100% - 790px)}html.style2 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .contact-details{width:calc(100vw - 880px)}html.style2 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .message-input{width:calc(100% - 790px)}html.style2 .sidebar-toggle .main-nav{transition:all .3s ease;transform:translateX(-100px);animation:fadeInLeft .3s ease-in-out;min-width:0;width:0}html.style2 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 490px);transition:all .3s ease}html.style2 .sidebar-toggle .main-nav li{transform:translateX(-100px);transition:transform .5s ease}html.style2 .sidebar-toggle .main-nav.on{transition:all .3s ease;transform:translateX(0);min-width:100px;animation:fadeInLeft .3s ease-in-out}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 595px);transition:all .3s ease;z-index:999}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 500px)}html.style2 .sidebar-toggle .main-nav.on li{transform:translateX(0);transition:transform .5s ease}html.style2 .dynemic-sidebar .chat-main{display:flex;flex-direction:column}html.style2 .dynemic-sidebar .chat-main .pined{cursor:pointer;order:-1}html.style2 .profile-box{padding-top:calc(40px - 10px);padding-bottom:40px}html.style2 .profile-box .open .details{display:none}html.style2 .profile-box .open .details.edit{display:block;animation:pulse .3s ease-in-out}html.style2 .profile-box .open .edit-btn:before{content:"";font-family:FontAwesome}html.style2 .profile-box .open .edit-btn svg{display:none}html.style2 .profile-box .details{padding-left:20px;padding-top:13px;animation:pulse .3s ease-in-out}html.style2 .profile-box .details.edit{padding-top:0;padding-right:20px;display:none}html.style2 .profile-box h6{padding-top:6px}html.style2 .setting-block{padding:40px;border-top:1px solid #eff1f2;margin:0 -40px}html.style2 .setting-block h4{padding-top:8px}html.style2 .setting-block .block{position:absolute;height:calc(100% - 115px);padding:40px 40px 0;width:100%;top:115px;left:0;bottom:0;background-color:#fff;opacity:0;z-index:-1;border-top:1px solid #eff1f2}html.style2 .setting-block .block .media{align-items:center}html.style2 .setting-block .block .help{padding-top:20px}html.style2 .setting-block .block .help>li{padding-top:12px;padding-bottom:12px;border-top:1px dashed #eff1f2}html.style2 .setting-block .block .help>li a{color:rgba(34,54,69,.8);font-weight:600}html.style2 .setting-block .block.open{opacity:1;z-index:1;animation:fadeInLeft .3s ease-in-out}html.style2 .setting-block .custom-switch-primary{margin-right:-11px;margin-top:-2px}html.style2 .setting-block .next:hover,html.style2 .setting-block .previous:hover{background-color:#064c3c!important}html.style2 .setting-block .next:hover svg,html.style2 .setting-block .previous:hover svg{stroke:#fff!important}html.style2 .call-log-main .missed{stroke:#ff4e2b!important}html.style2 .call-log-main .call-box{position:relative}html.style2 .call-log-main .call-box .profile{position:absolute}html.style2 .call-log-main .call-box .details{height:60px;padding:12px 100px 13px 75px}html.style2 .call-log-main .call-box h6{padding-top:8px;display:flex}html.style2 .call-log-main .call-box h6 svg{height:13px;stroke:#3fcc35;width:13px}html.style2 .call-log-main .call-box .call-status{display:inline-block;right:0;top:10px;position:absolute}html.style2 .call-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}html.style2 .call-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(28,157,234,.15);transition:all .3s ease}html.style2 .call-log-main li.active:before{border-left:4px solid #064c3c;width:100%;transition:all .3s ease}html.style2 .portfolio-padding{padding-bottom:40px}html.style2 .portfolio-section .isotopeSelector{margin-bottom:30px}html.style2 .portfolio-section .article-title{position:absolute;width:100%;left:0;bottom:0;color:#fff;transition:all .5s ease;text-align:center;float:left;font-size:18px;line-height:24px}html.style2 .portfolio-section .article-title a{color:#fff}html.style2 .portfolio-section .isotopeSelector{float:left;width:100%;position:relative}html.style2 .portfolio-section .isotopeSelector .overlay{position:relative;overflow:hidden}html.style2 .portfolio-section .isotopeSelector img{width:100%;height:auto;transition:all .4s ease}html.style2 .portfolio-section .isotopeSelector .overlay-background{transform:scale(0);transition:all .4s ease;border-radius:15px}html.style2 .portfolio-section .isotopeSelector .overlay-background i{position:absolute;top:50%;left:50%;background:#064c3c;padding:5px;border-radius:100%;transform:translate(-50%,-50%);color:#fff;font-size:12px;display:none;transition:all .4s ease;width:30px;height:30px;align-items:center;justify-content:center}html.style2 .portfolio-section .isotopeSelector:hover img{transform:scale(1.2) rotate(2deg);transition:all .4s ease}html.style2 .portfolio-section .isotopeSelector:hover .overlay-background{transform:scale(1);position:absolute;left:0;top:0;width:100%;height:100%;background-color:transparent;opacity:1;z-index:1;transition:all .3s linear}html.style2 .portfolio-section .isotopeSelector:hover .overlay-background i{display:flex;transition:all .3s ease}html.style2 .portfolio-section .border-portfolio{overflow:hidden;border-radius:15px}html.style2 .portfolio-section #form1{padding-bottom:20px}html.style2 .portfolio-section .filter-button{padding:15px 24px;font-size:calc(16px + 4*(100vw - 320px)/1600);border:none;background-color:#fff;margin:0 5px;line-height:1}html.style2 .portfolio-section .filter-button.active{background-color:#064c3c;color:#fff}html.style2 .portfolio-section.fullwidth-portfolio .isotopeSelector{padding-left:7px;padding-right:7px;margin-bottom:14px}html.style2 .filter-section .filter-container{text-align:center;padding:0 0 20px}html.style2 .filter-section .filter-container ul.filter>li{padding:0 25px}html.style2 .filter-section .filter-container ul.filter>li>a{color:#064c3c;font-size:20px;line-height:40px}html.style2 .filter-section .filter-container ul.filter>li>a:focus,html.style2 .filter-section .filter-container ul.filter>li>a:hover{text-decoration:none;color:#064c3c;outline:none}html.style2 .filter-section .filter-container ul.filter>li.active{background-color:#064c3c}html.style2 .filter-section .filter-container ul.filter>li.active a{color:#fff}html.style2 .filter-section .filter-container ul.filter>li span{color:#ddd;font-size:20px;display:inline-block;margin:0 5px}html.style2 .filter-section .filter-container .filter>li{padding:0;margin:0}html.style2 .filter-section .title1 .title-inner1{margin-top:-5px}html.style2 .filter-section h1{text-align:center}html.style2 .demo-colored-wrap{background:#ecf0f1}html.style2 .mfp-with-zoom .mfp-container,html.style2 .mfp-with-zoom.mfp-bg{opacity:0;transition:all .3s ease-out}html.style2 .mfp-with-zoom.mfp-ready .mfp-container{opacity:1}html.style2 .mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}html.style2 .mfp-with-zoom.mfp-removing .mfp-container,html.style2 .mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}html.style2 .mfp-title{display:none}html.style2 .offer-box{top:50%;position:fixed;transform:translateY(-50%);display:flex;left:-415px;transition:all .5s ease;z-index:9}html.style2 .offer-box img{margin-right:18px}html.style2 .offer-box.toggle-cls{left:0;transition:all .5s ease}html.style2 .offer-box .heading-right h3{position:absolute;top:50%;right:0;width:230px;height:36px;line-height:36px;letter-spacing:5px;font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;transform:translate(50%,-50%) rotate(-90deg);text-align:center;background-color:#064c3c;margin-bottom:0;cursor:pointer}html.style2 .integratin{margin-top:20px}html.style2 .integratin li{position:relative;padding-top:13px;padding-bottom:13px;border-bottom:1px solid #eff1f2}html.style2 .integratin li .media-right svg{height:20px;cursor:pointer;color:#828282}html.style2 .integratin li .media-left{width:100%}html.style2 .integratin li .media-left a{font-size:16px}html.style2 .integratin li .media-left a h5{display:inline-block;font-size:16px}html.style2 .integratin li .fb,html.style2 .integratin li .fb h5{color:#3b5998!important}html.style2 .integratin li .insta,html.style2 .integratin li .insta h5{color:#e4405f!important}html.style2 .integratin li .twi,html.style2 .integratin li .twi h5{color:#55acee!important}html.style2 .integratin li .slc,html.style2 .integratin li .slc h5{color:#3aaf85!important}html.style2 .integratin li .ggl,html.style2 .integratin li .ggl h5{color:#dc4e41!important}html.style2 .integratin li p{padding-left:20px;padding-top:7px}html.style2 .integratin li .profile{height:20px;width:20px;margin-top:3px}html.style2 .switch-list{margin-top:10px}html.style2 .switch-list li{padding-top:10px;padding-bottom:10px;position:relative;border:0!important}html.style2 .switch-list li p{margin-bottom:0}html.style2 .switch-list .switchery{position:absolute;left:0;top:8px}html.style2 .switch-list h5{color:#647589;font-weight:600}html.style2 .wallpaper{margin-top:15px}html.style2 .wallpaper li{cursor:pointer;height:30px;width:30px;background-color:#f4faf9;display:inline-block!important;background-size:auto!important}html.style2 .wallpaper li+li{margin-left:4px}html.style2 .change-number h5{padding-bottom:10px;font-weight:600;color:#223645}html.style2 .change-number .input-group~h5{padding-top:10px}html.style2 .change-number span{border-right:none;padding-right:0;font-weight:500}html.style2 .change-number .country-code{max-width:35px;border-left:none;padding:0 0 0 3px}html.style2 .change-number .form-control{padding-top:7px;padding-bottom:7px;border-color:#e1f1ee;background-color:#fff}html.style2 .change-number .form-control::-webkit-inner-spin-button{-webkit-appearance:none}html.style2 .change-number .form-control[type=number]{-moz-appearance:textfield}html.style2 .change-number .btn-group-sm>.btn,html.style2 .change-number .btn-sm{padding:8px 20px;font-size:14px;margin-top:20px}html.style2 .privacy li{position:relative}html.style2 .privacy h5{padding-top:10px;padding-right:35px;color:#223645;line-height:1.6}html.style2 .privacy p{margin-bottom:10px}html.style2 .privacy .custom-switch{position:absolute;right:0;top:8px}html.style2 .app-list-ul{text-align:center}html.style2 .app-list-ul .title{border-bottom:1px solid #eff1f2;padding-bottom:15px;cursor:pointer}html.style2 .app-list-ul .title svg{stroke:#064c3c}html.style2 .app-list-ul .title h5{margin-top:0!important}html.style2 .app-list-ul li{margin-bottom:20px}html.style2 .lightbox-target{position:fixed;top:-100%;width:100%;background:rgba(0,0,0,.7);opacity:0;transition:opacity .5s ease-in-out;overflow:hidden;left:0;z-index:9999}html.style2 .lightbox-target img{margin:auto;top:0;left:0;right:0;bottom:0;max-height:0%;max-width:0;border:3px solid #fff;box-shadow:0 0 8px rgba(0,0,0,.3)}html.style2 .lightbox-target img,html.style2 a.lightbox-close{position:absolute;box-sizing:border-box;transition:.5s ease-in-out}html.style2 a.lightbox-close{display:block;width:50px;height:50px;background:#fff;color:#000;text-decoration:none;top:-80px}html.style2 a.lightbox-close:before{transform:translateX(-50%) rotate(45deg)}html.style2 a.lightbox-close:after,html.style2 a.lightbox-close:before{content:"";display:block;height:30px;width:1px;background:#000;position:absolute;left:50%;top:10px}html.style2 a.lightbox-close:after{transform:translateX(-50%) rotate(-45deg)}html.style2 .lightbox-target:target{opacity:1;top:0;bottom:0}html.style2 .lightbox-target:target img{max-height:100%;max-width:100%}html.style2 .lightbox-target:target a.lightbox-close{top:0;left:50%;margin-right:-50%;transform:translate(-50%,70px)}html.style2 .lightbox-target img{border:none;border-radius:25px;overflow:hidden}html.style2 .chat-content .message-input .emojis-main .typing-section{background-color:#fff;border:1px solid #fff;border-radius:21px;padding:0 15px;margin:5px 10px;box-sizing:border-box;flex:1 1 auto}html.style2 .chat-content .message-input .emojis-main .typing-section .typ-msg-content{position:relative;flex:1 1;display:flex;overflow:hidden;padding-right:0}html.style2 .chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg{left:10px;top:5px;color:#999;font-size:15px;line-height:20px;pointer-events:none;position:absolute;transition:opacity .08s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}html.style2 .chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg-main{font-size:15px;line-height:30px;height:35px;width:100%;-webkit-user-select:text;-moz-user-select:text;user-select:text}html.style2 .mobile-back,html.style2 .mobile-sidebar{display:none}html.style2 ul.chat-cont-setting{background-color:#fff;box-shadow:0 0 10px #e1f1ee;padding:15px;width:-moz-fit-content;width:fit-content;text-align:right;position:fixed;left:20%;bottom:10%;z-index:1;display:none;transition:all .5s ease}html.style2 ul.chat-cont-setting.open{display:block}html.style2 ul.chat-cont-setting li{margin-bottom:20px}html.style2 ul.chat-cont-setting li:last-child{margin-bottom:0}html.style2 ul.chat-cont-setting li a{display:flex;justify-content:flex-end;align-items:center}html.style2 ul.chat-cont-setting li a span{padding:5px;line-height:1;text-transform:capitalize;margin-right:15px;font-size:12px}html.style2 ul.chat-cont-setting li a .icon-chat-cont{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:10px}html.style2 ul.chat-cont-setting li a .icon-chat-cont svg{width:20px;height:20px;fill:#fff}html.style2 .msg-chat-modal .chat-msg-search{margin-bottom:20px}html.style2 .msg-chat-modal .chat-msg-search .input-group{align-items:center;background-color:#eff1f2;border:1px solid #eff1f2}html.style2 .msg-chat-modal .chat-msg-search .input-group .form-control{border:none}html.style2 .msg-chat-modal .chat-msg-search .input-group .input-group-append{padding:0 15px}html.style2 .msg-chat-modal .chat-msg-search .input-group .input-group-text{border:none;background-color:transparent;padding:0}html.style2 .msg-chat-modal .chat-msg-search .input-group span.input-group-text{font-size:11px;font-weight:700;color:#223645}html.style2 .msg-chat-modal .call-log-main,html.style2 .msg-chat-modal .chat-main{height:350px;overflow:auto}html.style2 .msg-chat-modal .call-log-main li,html.style2 .msg-chat-modal .chat-main li{margin-left:0;margin-right:0}html.style2 .msg-chat-modal .call-log-main li .chat-box .details,html.style2 .msg-chat-modal .chat-main li .chat-box .details{padding-left:70px}html.style2 .snippet-modal-main .default-form .form-group{margin-bottom:25px}html.style2 .snippet-modal-main .default-form .form-group input,html.style2 .snippet-modal-main .default-form .form-group select{font-size:14px;text-transform:capitalize}html.style2 .snippet-modal-main .default-form .form-group input::placeholder,html.style2 .snippet-modal-main .default-form .form-group select::placeholder{text-transform:capitalize;font-size:14px}html.style2 .snippet-modal-main .default-form .form-group .btn-snipate{margin-top:40px}html.style2 .containerchat{width:100%;height:calc(100% - 131px);background-color:#fafafa;padding:0 25%;margin-top:auto}@media(max-width:1024px)and (max-height:1366px){html.style2 .containerchat{padding:0;width:100%;margin-top:0}}html.style2 .container-message{width:100%;height:100px;padding:20px 0;background-color:#f8f9f9;box-sizing:border-box}@media(max-width:767px){html.style2 .container-message{padding:0 20px;margin-top:0;height:100px}}@media(max-width:1024px)and (max-height:1366px){html.style2 .container-message{padding:24px 20px;margin-top:0;height:100px}html.style2 .iconSend{width:95%!important;height:95%!important}}html.style2 .chitchat-main .messages{padding:10px 24px;height:100%;overflow:auto;overflow-x:hidden;overflow-y:auto;background-blend-mode:overlay;top:150px;background-color:#f7f2ef;display:none;animation:fadeInLeft .3s ease-in-out}html.style2 .chitchat-main .messages.active{display:block;animation:fadeInLeft .3s ease-in-out}html.style2 .chitchat-main .messages .contact-details{padding:20px 30px;background-color:#fff;box-shadow:0 -55px 0 0 #fff;position:fixed;width:calc(100vw - 500px);z-index:999;transition:all .9s}html.style2 .chitchat-main .messages .contact-details .col{position:unset}html.style2 .chitchat-main .messages .contact-details .search-form{z-index:9;top:-10px;left:0;position:absolute;height:80px;width:100%;transform:scale(0);transition:all .3s ease}html.style2 .chitchat-main .messages .contact-details .search-form.open{transform:scale(1);transition:all .3s ease;top:0;height:100px}html.style2 .chitchat-main .messages .contact-details .search-form input{border:none}html.style2 .chitchat-main .messages .contact-details ul li{display:inline-block;padding-left:17px}html.style2 .chitchat-main .messages .contact-details .left.media{align-items:center}html.style2 .chitchat-main .messages .contact-details .left.media .media-left{height:60px}html.style2 .chitchat-main .messages .contact-details .left.media .media-body{max-width:150px;margin-right:10px;position:relative}html.style2 .chitchat-main .messages .contact-details .left.media .media-body .badge{margin-top:7px}html.style2 .chitchat-main .messages .contact-details .left.media .media-right .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;border-radius:100%;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style2 .chitchat-main .messages .contact-details .left.media .media-right .mute i.off:after{opacity:1;transition:opacity .3s ease}html.style2 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:20px}html.style2 .chitchat-main .messages .contact-details .media-body h5{margin-bottom:7px}html.style2 .chitchat-main .messages .calls{height:100%;display:flex;align-items:center;justify-content:flex-end}html.style2 .chitchat-main .messages .calls>li .bg-transparent svg{stroke-width:3px}html.style2 .chitchat-main .messages .calls>li>a>svg{fill:#223645;stroke-width:1px}html.style2 .chitchat-main .message-input{height:50px;border:1px solid #cdcdcd;border-radius:20px;position:fixed;width:calc(100% - 100px);transition:all .5s;padding:8px 20px;margin:0 auto;z-index:9;bottom:0}html.style2 .chitchat-main .message-input input{width:calc(100% - 300px);border:0;font-size:16px;color:#000;font-family:Lato;background-color:transparent!important;outline:none}html.style2 .chitchat-main .message-input input::placeholder{color:hsla(0,0%,65%,.651);font-size:14px;font-family:Actor,sans-serif;font-weight:400}html.style2 .chitchat-main .message-input input:active{border:1px solid transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style2 .chitchat-main .message-input input:focus{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style2 .chitchat-main .message-input input::selection{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style2 .chitchat-main .badge.sm{padding:4px 4px 2px}html.style2 .chitchat-main .badge.refresh.sm{padding:4px}html.style2 .chitchat-main .refresh-block .badge svg{margin-right:0}html.style2 .chitchat-main .chat-content{position:relative}html.style2 .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#fff;margin-bottom:20px}html.style2 .chitchat-main .contact-content .contact-sub-content .user-profile .user-content img{width:100px;height:100px;border-radius:50%}html.style2 .chitchat-main .contact-content .contact-sub-content h3{text-transform:capitalize;color:#064c3c;margin-bottom:20px}html.style2 .chitchat-main .contact-content .contact-sub-content .personal-info-group{margin-bottom:20px;padding:30px;background-color:#fff;border-radius:15px;position:relative;overflow:hidden}html.style2 .chitchat-main .contact-content .contact-sub-content .personal-info-group:last-child{margin-bottom:0}html.style2 .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{color:#223645;text-transform:capitalize;border-bottom:2px solid #eff1f2;padding-bottom:15px;margin-bottom:15px}html.style2 .chitchat-main .contact-content .contact-sub-content .personal-info-group h3 i{margin-right:10px}html.style2 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{padding-bottom:10px;border-bottom:1px dashed #eff1f2;margin-bottom:10px}html.style2 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li:last-child{margin-bottom:0;border-bottom:0!important;padding-bottom:0}html.style2 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li p{margin-bottom:0}html.style2 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{text-transform:capitalize;display:inline-block;margin-bottom:5px;color:rgba(34,54,69,.8)}html.style2 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:right;font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;margin-bottom:0;margin-top:4px;text-transform:lowercase;font-weight:400;font-family:Roboto,sans-serif}html.style2 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media{align-items:center}html.style2 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{width:50px;height:50px;border-radius:50%;margin-right:10px}html.style2 .chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:first-child{padding-top:0}html.style2 .chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:last-child{padding-bottom:0;border-bottom:0}html.style2 .chitchat-main .call-content,html.style2 .chitchat-main .chat-content,html.style2 .chitchat-main .contact-content{opacity:0;visibility:hidden}html.style2 .chitchat-main .call-content.active,html.style2 .chitchat-main .chat-content.active,html.style2 .chitchat-main .contact-content.active{opacity:1;visibility:visible;z-index:3;animation:fadeInLeft .3s ease-in-out}html.style2 .chitchat-main .call-content,html.style2 .chitchat-main .contact-content{position:absolute;padding:45px;min-height:100vh;overflow:auto;overflow-x:hidden;top:0;background-color:#fff;z-index:2;transition:all .3s ease}html.style2 .chitchat-main .call-content.active,html.style2 .chitchat-main .contact-content.active{width:calc(100% - 0px)}html.style2 .chitchat-main .call-content .user-profile,html.style2 .chitchat-main .contact-content .user-profile{box-shadow:0 0 5px #eff1f2;padding:30px;background-color:#fff;border-radius:15px;max-width:700px;margin:0 auto}html.style2 .chitchat-main .call-content .user-profile .user-content,html.style2 .chitchat-main .contact-content .user-profile .user-content{text-align:center}html.style2 .chitchat-main .call-content .user-profile .user-content img,html.style2 .chitchat-main .contact-content .user-profile .user-content img{border-radius:50%;width:100px}html.style2 .chitchat-main .call-content .user-profile .user-content h3,html.style2 .chitchat-main .contact-content .user-profile .user-content h3{margin-top:15px}html.style2 .chitchat-main .call-content .user-profile .user-content ul,html.style2 .chitchat-main .contact-content .user-profile .user-content ul{display:flex;align-items:center;justify-content:center;margin-top:15px}html.style2 .chitchat-main .call-content .user-profile .user-content ul li,html.style2 .chitchat-main .contact-content .user-profile .user-content ul li{font-size:14px;margin-right:15px 15px 0;text-transform:capitalize;line-height:1;transition:all .05s ease;padding:15px;font-weight:700}html.style2 .chitchat-main .call-content .user-profile .user-content ul li:first-child,html.style2 .chitchat-main .contact-content .user-profile .user-content ul li:first-child{color:#ff4e2b}html.style2 .chitchat-main .call-content .user-profile .user-content ul li:first-child i,html.style2 .chitchat-main .contact-content .user-profile .user-content ul li:first-child i{background-color:rgba(255,78,43,.15);color:#ff4e2b}html.style2 .chitchat-main .call-content .user-profile .user-content ul li:nth-child(2),html.style2 .chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2){color:#064c3c}html.style2 .chitchat-main .call-content .user-profile .user-content ul li:nth-child(2) i,html.style2 .chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2) i{background-color:rgba(6,76,60,.15);color:#064c3c}html.style2 .chitchat-main .call-content .user-profile .user-content ul li:last-child,html.style2 .chitchat-main .contact-content .user-profile .user-content ul li:last-child{margin-right:0;color:#3fcc35}html.style2 .chitchat-main .call-content .user-profile .user-content ul li:last-child i,html.style2 .chitchat-main .contact-content .user-profile .user-content ul li:last-child i{background-color:rgba(63,204,53,.15);color:#3fcc35}html.style2 .chitchat-main .call-content .user-profile .user-content ul li i,html.style2 .chitchat-main .contact-content .user-profile .user-content ul li i{width:36px;height:36px;margin-right:auto;margin-left:auto;margin-bottom:10px;font-size:16px;display:block;border-radius:50%;padding:10px;background-color:#eff1f2;transition:all .05s ease}html.style2 .chitchat-main .call-content .call-log-main,html.style2 .chitchat-main .contact-content .call-log-main{height:415px;overflow:overlay;margin:0 auto 15px;padding-right:10px}html.style2 .chitchat-main .call-content .call-log-main .coll-log-group,html.style2 .chitchat-main .contact-content .call-log-main .coll-log-group{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:20px 30px;margin-bottom:15px;border-radius:15px}html.style2 .chitchat-main .call-content .call-log-main .coll-log-group:last-child,html.style2 .chitchat-main .contact-content .call-log-main .coll-log-group:last-child{margin-bottom:0}html.style2 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media,html.style2 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media{align-items:center}html.style2 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg,html.style2 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media svg{width:18px;margin-right:10px}html.style2 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,html.style2 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body p,html.style2 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,html.style2 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body p{text-transform:capitalize}html.style2 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6,html.style2 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-right h6{color:#223645}html.style2 .chitchat-main .call-content .call-log-clear,html.style2 .chitchat-main .contact-content .call-log-clear{background-color:#fff;padding:20px;position:absolute;left:10px;right:0;text-transform:capitalize;text-align:center;border-radius:15px;cursor:pointer;width:calc(100% - 30px)}html.style2 .chitchat-main .call-content .call-log-clear i,html.style2 .chitchat-main .contact-content .call-log-clear i{font-size:24px}html.style2 .chitchat-main .call-content .call-log-clear span,html.style2 .chitchat-main .contact-content .call-log-clear span{display:block;font-size:16px}@media(max-width:1024px)and (max-height:1366px){html.style2 .chitchat-main .message-input{width:100%}}@media(max-width:767px){html.style2 .chitchat-main .chitchat-main .message-input{height:48px}}html.style2 .menu-active .chitchat-main .message-input{width:calc(100% - 850px);transition:all .9s}html.style2 .menu-active .chitchat-main .messages .contact-details{width:50.9vw!important;transition:all .9s ease}html.style2 .dark{background-color:#191b1f}html.style2 .dark,html.style2 .dark .clfooter #basicUsage3{color:hsla(0,0%,100%,.8)}html.style2 .dark h5{color:#fff}html.style2 .dark .chitchat-right-sidebar .right-sidebar{background-color:#191b1f}html.style2 .dark .chitchat-right-sidebar h2,html.style2 .dark .chitchat-right-sidebar h3{color:#fff}html.style2 .dark .chitchat-right-sidebar .status.other h5 a,html.style2 .dark .chitchat-right-sidebar h4,html.style2 .dark .chitchat-right-sidebar h6{color:hsla(0,0%,100%,.8)}html.style2 .dark .chitchat-right-sidebar .document,html.style2 .dark .chitchat-right-sidebar .media-gallery,html.style2 .dark .chitchat-right-sidebar .status{border-top:1px solid #414248}html.style2 .dark .status-switch .custom-control-label{color:hsla(0,0%,100%,.8)}html.style2 .dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}html.style2 .dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link.active{color:#064c3c!important;background-color:rgba(28,157,234,.15)!important}html.style2 .dark .chitchat-container .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}html.style2 .dark .chitchat-container .chitchat-left-sidebar h1,html.style2 .dark .chitchat-container .chitchat-left-sidebar h2,html.style2 .dark .chitchat-container .chitchat-left-sidebar h3,html.style2 .dark .chitchat-container .chitchat-left-sidebar h4,html.style2 .dark .chitchat-container .chitchat-left-sidebar h5,html.style2 .dark .chitchat-container .chitchat-left-sidebar h6,html.style2 .dark .chitchat-container .chitchat-left-sidebar p,html.style2 .dark .chitchat-container .chitchat-left-sidebar select,html.style2 .dark .chitchat-container .chitchat-left-sidebar span{color:#fff}html.style2 .dark .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style2 .dark .chitchat-container .chitchat-left-sidebar .document-tab,html.style2 .dark .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style2 .dark .chitchat-container .chitchat-left-sidebar .notification-tab,html.style2 .dark .chitchat-container .chitchat-left-sidebar .settings-tab,html.style2 .dark .chitchat-container .chitchat-left-sidebar .status-tab{color:#fff;background-color:#191b1f}html.style2 .dark .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}html.style2 .dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c}html.style2 .dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{border-bottom:1px solid #414248}html.style2 .dark .chitchat-container .chitchat-left-sidebar .recent-default,html.style2 .dark .chitchat-container .chitchat-left-sidebar .recent-default .recent{color:#fff;background-color:#191b1f}html.style2 .dark .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{color:#fff!important;background-color:#25262c!important}html.style2 .dark .chitchat-container .main-nav{border-right:1px solid #414248}html.style2 .dark .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}html.style2 .dark .chitchat-container .chitchat-main{background-color:#191b1f}html.style2 .dark .chitchat-container .chitchat-main h5,html.style2 .dark .chitchat-container .chitchat-main h6{color:#fff}html.style2 .dark .chitchat-container .chitchat-main .messages{color:#fff;background-color:#25262c}html.style2 .dark .chitchat-container .chitchat-main .messages .contact-details{color:#fff;background-color:#191b1f;box-shadow:0 -55px 0 0 #25262c}html.style2 .dark .chitchat-container .chitchat-main .messages .contact-details .left.media .media-body:before{background-color:#fff}html.style2 .dark .chitchat-container .chitchat-main .message-input,html.style2 .dark .chitchat-container .chitchat-main .message-input input{background-color:#191b1f}html.style2 .dark .chitchat-container .chitchat-main .call-content{color:#fff;background-color:#25262c}html.style2 .dark .chitchat-container .chitchat-main .call-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}html.style2 .dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h3,html.style2 .dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h4{color:#fff}html.style2 .dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group{color:#fff;background-color:#191b1f}html.style2 .dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6{color:#fff}html.style2 .dark .chitchat-container .chitchat-main .call-content .call-log-clear{color:#fff;background-color:#191b1f}html.style2 .dark .chitchat-container .chitchat-main .contact-content{color:#fff;background-color:#25262c}html.style2 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group{color:#fff;background-color:#191b1f}html.style2 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{border-bottom:2px solid #414248;color:#fff}html.style2 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{border-bottom:1px dashed #414248}html.style2 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{color:#fff}html.style2 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}html.style2 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h3,html.style2 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h4{color:#fff}html.style2 .dark .document-list li h5{color:hsla(0,0%,100%,.8)}html.style2 .dark .form-control{background-color:#191b1f}html.style2 .dark .custom-control-label,html.style2 .dark .form-control-plaintext,html.style2 .dark span{color:hsla(0,0%,100%,.8)}html.style2 .dark .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}html.style2 .dark .msg-chat-modal .chat-msg-search .input-group{border-color:#223645;background-color:#25262c}html.style2 .dark .msg-chat-modal .chat-msg-search .input-group input,html.style2 .dark .msg-chat-modal .chat-msg-search .input-group span.input-group-text{color:hsla(0,0%,100%,.8)}html.style2 .dark ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}html.style2 .dark .chat-main li.active{color:#fff;background-color:#25262c}html.style2 .dark .setting-block{border-top:1px solid #414248}html.style2 .dark .setting-block .block{background-color:#191b1f;border-top:1px solid #414248}html.style2 .dark .setting-block .block .help>li{border-top:1px dashed #414248}html.style2 .dark .setting-block .block .help>li a{color:#fff}html.style2 .dark .integratin li{border-bottom:1px solid #414248}html.style2 .dark .search2{border-top:1px solid #414248}html.style2 .dark .group-main li.active,html.style2 .dark .search2>div{color:#fff;background-color:#25262c}html.style2 .dark .group-main ul.grop-icon li{border:2px solid #25262c;color:#fff}html.style2 .dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{color:#fff;background-color:#191b1f}html.style2 .dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{border-top:12px solid #191b1f}html.style2 .dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #414248!important}html.style2 .dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#fff}html.style2 .dark .btn-light{color:#fff!important;background-color:#25262c}html.style2 .dark .contact-chat>ul>li.replies .msg-box li .document,html.style2 .dark .contact-chat>ul>li.replies .msg-box li>h5{color:#fff;background-color:#191b1f}html.style2 .dark .contact-chat>ul>li.replies .msg-box li .document .icon-btns a{color:#fff!important;background-color:#25262c!important}html.style2 .dark .contact-chat>ul>li.replies .msg-box li .auto-gallery{color:#fff;background-color:#191b1f}html.style2 .dark .contact-chat>ul>li.sent .document .icon-btns a{color:#fff!important;background-color:#25262c!important}html.style2 .dark .contact-chat>ul.str-msg li .msg-box>li>h5{background-color:#25262c;color:#fff}html.style2 .dark .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#191b1f!important;color:#fff!important}html.style2 .dark .emojis-main .emojis-contain,html.style2 .dark .emojis-main .sticker-contain{background-color:#191b1f}html.style2 .dark .emojis-main .emojis-contain .emojis-sub-contain:before{border-top:12px solid #191b1f}html.style2 .dark .emojis-main .contact-poll .contact-poll-content{background-color:#191b1f}html.style2 .dark .emojis-main .contact-poll .contact-poll-content ul li a{color:#fff}html.style2 .dark .emojis-main .contact-poll .contact-poll-content:before{border-top:12px solid #191b1f}html.style2 .dark .add-contact-modal h3,html.style2 .dark .add-contact-modal h5,html.style2 .dark .fev-addcall-main h3,html.style2 .dark .fev-addcall-main h5,html.style2 .dark .pol-modal-main h3,html.style2 .dark .pol-modal-main h5,html.style2 .dark .snippet-modal-main h3,html.style2 .dark .snippet-modal-main h5{color:#fff}html.style2 .dark .add-contact-modal .modal-content,html.style2 .dark .fev-addcall-main .modal-content,html.style2 .dark .pol-modal-main .modal-content,html.style2 .dark .snippet-modal-main .modal-content{background-color:#191b1f}html.style2 .dark .add-contact-modal .modal-content .modal-header,html.style2 .dark .fev-addcall-main .modal-content .modal-header,html.style2 .dark .pol-modal-main .modal-content .modal-header,html.style2 .dark .snippet-modal-main .modal-content .modal-header{background-color:#25262c;border-bottom:1px solid #414248}html.style2 .dark .add-contact-modal .modal-content .modal-body .form-group textarea,html.style2 .dark .fev-addcall-main .modal-content .modal-body .form-group textarea,html.style2 .dark .pol-modal-main .modal-content .modal-body .form-group textarea,html.style2 .dark .snippet-modal-main .modal-content .modal-body .form-group textarea{background-color:#25262c;color:#fff}html.style2 .dark .add-contact-modal .modal-content .modal-body .form-group textarea::placeholder,html.style2 .dark .fev-addcall-main .modal-content .modal-body .form-group textarea::placeholder,html.style2 .dark .pol-modal-main .modal-content .modal-body .form-group textarea::placeholder,html.style2 .dark .snippet-modal-main .modal-content .modal-body .form-group textarea::placeholder{color:#fff}html.style2 .dark .add-contact-modal .modal-content .modal-body .form-group select,html.style2 .dark .fev-addcall-main .modal-content .modal-body .form-group select,html.style2 .dark .pol-modal-main .modal-content .modal-body .form-group select,html.style2 .dark .snippet-modal-main .modal-content .modal-body .form-group select{background-color:#25262c;color:#fff}html.style2 .dark .add-contact-modal .modal-content .modal-body .form-group input,html.style2 .dark .fev-addcall-main .modal-content .modal-body .form-group input,html.style2 .dark .pol-modal-main .modal-content .modal-body .form-group input,html.style2 .dark .snippet-modal-main .modal-content .modal-body .form-group input{background-color:#25262c}html.style2 .dark .add-contact-modal .modal-content .modal-body .form-group input::placeholder,html.style2 .dark .fev-addcall-main .modal-content .modal-body .form-group input::placeholder,html.style2 .dark .pol-modal-main .modal-content .modal-body .form-group input::placeholder,html.style2 .dark .snippet-modal-main .modal-content .modal-body .form-group input::placeholder{color:#fff}html.style2 .dark .add-contact-modal .modal-content .modal-body .form-group .post-poll,html.style2 .dark .fev-addcall-main .modal-content .modal-body .form-group .post-poll,html.style2 .dark .pol-modal-main .modal-content .modal-body .form-group .post-poll,html.style2 .dark .snippet-modal-main .modal-content .modal-body .form-group .post-poll{background-color:#25262c}html.style2 .dark .add-contact-modal .modal-dialog:before,html.style2 .dark .fev-addcall-main .modal-dialog:before,html.style2 .dark .pol-modal-main .modal-dialog:before,html.style2 .dark .snippet-modal-main .modal-dialog:before{border-bottom:10px solid #191b1f}html.style2 .dark .chat-friend-toggle .chat-frind-content{background-color:#191b1f}html.style2 .dark .chat-friend-toggle .chat-frind-content ul li:last-child{border-top:1px solid #414248}html.style2 .dark .search-form .form-group input{border:1px solid #414248;background-color:#191b1f}html.style2 .dark .search-form:before{color:#fff}html.style2 .dark .theme-according .card .card-body,html.style2 .dark .theme-according .card .card-header{background-color:#25262c}html.style2 .dark .card{background-color:#191b1f}html.style2 .dark .change-number .form-control{border-color:#414248;background-color:#191b1f}html.style2 .dark .rightchat.animat-rate .bg_circle>div{border:3px solid #42434a}html.style2 .dark .rightchat.animat-rate .cross,html.style2 .dark .rightchat.animat-rate .cross1,html.style2 .dark .rightchat.animat-rate .cross1:after,html.style2 .dark .rightchat.animat-rate .cross2,html.style2 .dark .rightchat.animat-rate .cross2:after,html.style2 .dark .rightchat.animat-rate .cross:after{background:#42434a}html.style2 .dark .rightchat.animat-rate .dot1{background-color:#42434a}html.style2 .dark .login-page2 .login-content-main .login-content{background-color:#191b1f;color:#fff}html.style2 .dark .login-page2 .login-content-main .login-content .form1 .form-group .col-form-label,html.style2 .dark .login-page2 .login-content-main .login-content h3,html.style2 .dark .login-page2 .login-content-main .login-content h4{color:#fff}html.style2 .dark .login-page2 .login-content-main .login-content .form1 .form-group .form-control{background-color:#25262c}html.style2 .dark .login-page2 .login-content-main .login-content .form2 .form-group .col-form-label{color:#fff}html.style2 .dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style2 .dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control::placeholder{color:#fff}html.style2 .dark .login-page2 .login-content-main .login-content .login-content-header img{z-index:140}html.style2 .dark .login-page1 .left-page{background-color:#191b1f}html.style2 .dark .login-page1 .left-page h3,html.style2 .dark .login-page1 .left-page h4{color:#fff}html.style2 .dark .login-content{background-color:#191b1f;color:#fff}html.style2 .dark .login-content .form1 .form-group .col-form-label,html.style2 .dark .login-content h3,html.style2 .dark .login-content h4{color:#fff}html.style2 .dark .login-content .form1 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style2 .dark .login-content .form1 .form-group .form-control::placeholder{color:#fff}html.style2 .dark .login-content .form1 .form-group .form-check h6,html.style2 .dark .login-content .form2 .form-group .col-form-label{color:#fff}html.style2 .dark .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style2 .dark .login-content .form2 .form-group .form-control::placeholder{color:#fff}html.style2 .dark .login-content .form2 .form-group .form-check h6{color:#fff}html.style2 .dark .login-content .login-content-header img{z-index:140}html.style2 .dark .login-content .line h6{color:#fff}html.style2 .dark .right-login{background-color:#25262c}html.style2 .dark .right-login.animat-rate .bg_circle>div{border:3px solid #42434a}html.style2 .dark .right-login.animat-rate .cross,html.style2 .dark .right-login.animat-rate .cross1,html.style2 .dark .right-login.animat-rate .cross1:after,html.style2 .dark .right-login.animat-rate .cross2,html.style2 .dark .right-login.animat-rate .cross2:after,html.style2 .dark .right-login.animat-rate .cross:after{background:#42434a}html.style2 .dark .right-login.animat-rate .dot,html.style2 .dark .right-login.animat-rate .dot1{background-color:#42434a}html.style2 .dark .right-login .maincircle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.702),rgba(25,29,31,.702))}html.style2 .dark .right-login .bottom-circle,html.style2 .dark .right-login .bottom-circle1,html.style2 .dark .right-login .center-circle,html.style2 .dark .right-login .right-circle,html.style2 .dark .right-login .right-circle1,html.style2 .dark .right-login .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}html.style2 .dark .login-page2{background-color:#25262c}html.style2 .dark .login-page2.animat-rate .bg_circle>div{border:3px solid #42434a}html.style2 .dark .login-page2.animat-rate .cross,html.style2 .dark .login-page2.animat-rate .cross1,html.style2 .dark .login-page2.animat-rate .cross1:after,html.style2 .dark .login-page2.animat-rate .cross2,html.style2 .dark .login-page2.animat-rate .cross2:after,html.style2 .dark .login-page2.animat-rate .cross:after{background:#42434a}html.style2 .dark .login-page2.animat-rate .bottom-circle,html.style2 .dark .login-page2.animat-rate .bottom-circle1,html.style2 .dark .login-page2.animat-rate .center-circle,html.style2 .dark .login-page2.animat-rate .maincircle,html.style2 .dark .login-page2.animat-rate .right-circle,html.style2 .dark .login-page2.animat-rate .right-circle1,html.style2 .dark .login-page2.animat-rate .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}html.style2 .dark .login-page2.animat-rate .quarterCircle{background-image:linear-gradient(#191d1f)}html.style2 .dark .login-page2.animat-rate .dot,html.style2 .dark .login-page2.animat-rate .dot1{background-color:#42434a}html.style2 .dark .about-page,html.style2 .dark .counter-box-second{background-color:#25262c}html.style2 .dark .counter-box-second .counter-box h6,html.style2 .dark .counter-box-second .counter-box span,html.style2 .dark .error-main .error-contain h1,html.style2 .dark .error-main .error-contain h2,html.style2 .dark .error-main .error-contain h4{color:#fff}html.style2 .dark .error-main .error-contain .animated-bg i{background-color:#8d8e98}html.style2 .dark .about-page h1,html.style2 .dark .about-page h2,html.style2 .dark .about-page h3,html.style2 .dark .about-page h4,html.style2 .dark .about-page p{color:#fff}html.style2 .dark .about-page .about-tab{border:1px solid #414248}html.style2 .dark .about-page .about-tab nav{border-right:1px solid #414248}html.style2 .dark .about-page .about-tab .nav-pills .nav-link,html.style2 .dark .tab-content>.tab-pane{color:#fff}html.style2 .dark .secure-app-main{background-color:#25262c}html.style2 .dark .secure-app-main .secure-app-content .ply-main h3,html.style2 .dark .secure-app-main .secure-app-content .ply-main h3 span,html.style2 .dark .secure-app-main .secure-app-content h1,html.style2 .dark .secure-app-main .secure-app-content h4,html.style2 .dark .team h2,html.style2 .dark .team h3,html.style2 .dark .team h4,html.style2 .dark .team p{color:#fff}html.style2 .dark .team h2{border-bottom:1px solid #414248}html.style2 .dark .team .team-content{border:1px solid #414248}html.style2 .dark .rtl .about-page .about-tab .nav{border-left:1px solid #414248}html.style2 .dark .testimonial-box{background-color:#25262c}html.style2 .dark .testimonial-box .test-contain h3,html.style2 .dark .testimonial-box .test-contain h4,html.style2 .dark .testimonial-box .test-contain h6{color:#fff}html.style2 .dark .element-card{background-color:#25262c}html.style2 .dark .element-card .typography h1,html.style2 .dark .element-card .typography h2,html.style2 .dark .element-card .typography h3,html.style2 .dark .element-card .typography h4,html.style2 .dark .element-card .typography h5,html.style2 .dark .element-card .typography h6,html.style2 .dark .element-card .typography p,html.style2 .dark .element-card .typography span{color:#fff}html.style2 .dark .element-card .heading{background-color:#191b1f;border-bottom:1px solid #414248}html.style2 .dark .element-card .heading h2{color:#fff}html.style2 .dark .faq-block{background-color:#25262c;border:1px solid #414248}html.style2 .dark .faq-block h2,html.style2 .dark .faq-block p{color:#fff}html.style2 .dark .faq-block h5{background-color:#25262c}html.style2 .dark .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #414248}html.style2 .dark .faq-section .accordion.theme-accordion .card .card-header button{color:#fff}html.style2 .dark .faq-section .accordion.theme-accordion .card .card-header button:before{border-top:6px solid #fff}html.style2 .dark .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-bottom:6px solid #fff}html.style2 .dark .faq-section .accordion.theme-accordion .card{border:1px solid #414248}html.style2 .dark .faq-section .accordion.theme-accordion .card .card-body{background-color:#25262c}html.style2 .dark .faq-section .accordion.theme-accordion .card .card-body p{color:#fff}html.style2 .dark .faq-section .faq-search-box{border:2px solid #414248;background-color:#25262c}html.style2 .dark .faq-section .faq-search-box .input-group .form-control{background-color:#25262c}html.style2 .dark .faq-section .faq-search-box .input-group .form-control::placeholder{color:#fff}html.style2 .dark .btn-link{background-color:#25262c}html.style2 .dark .app-design-main .contant-box h2,html.style2 .dark .app-design-main .contant-box h4,html.style2 .dark .blog-detail-page h3,html.style2 .dark .chitchat-main .chitchat-contain h1,html.style2 .dark .chitchat-main .chitchat-contain h3,html.style2 .dark .chitchat-main .chitchat-contain h4,html.style2 .dark .chitchat-main .chitchat-contain span,html.style2 .dark .chitchat-main .chitchat-contain ul.detial-price li,html.style2 .dark .fa-search:before,html.style2 .dark .landing-title .sub-title h2,html.style2 .dark .landing-title .sub-title h4,html.style2 .dark .subscribe-content h1,html.style2 .dark .subscribe-content h4,html.style2 .dark .subscribe-content span,html.style2 .dark .team-work-main .team-work-content .ply-main h3,html.style2 .dark .team-work-main .team-work-content h1,html.style2 .dark .team-work-main .team-work-content h3,html.style2 .dark .team-work-main .team-work-content h4,html.style2 .dark .team-work-main h1,html.style2 .dark .team-work-main h3,html.style2 .dark .team-work-main h4,html.style2 .dark .team-work-main span{color:#fff}html.style2 .dark .blog-detail-page .blog-detail{background-color:#25262c;border:1px solid #414248}html.style2 .dark .blog-detail-page .blog-detail p{color:#fff}html.style2 .dark .blog-detail-page .blog-detail .post-social{color:#fff;border-bottom:1px solid #414248}html.style2 .dark .blog-detail-page .blog-detail .post-social li+li{border-left:1px solid #414248}html.style2 .dark .blog-detail-page .blog-detail h2{color:#fff}html.style2 .dark .blog-detail-page .blog-commant{background-color:#25262c;border:1px solid #414248}html.style2 .dark .blog-detail-page .blog-commant .comment-section li{border-top:1px solid #414248}html.style2 .dark .blog-detail-page .blog-commant .comment-section li h6,html.style2 .dark .blog-detail-page .blog-commant .comment-section li p,html.style2 .dark .blog-detail-page .blog-commant .comment-section li span{color:#fff}html.style2 .dark .blog-detail-page .blog-contact{background-color:#25262c;border:1px solid #414248}html.style2 .dark .blog-detail-page .blog-contact .theme-form label,html.style2 .dark .blog-detail-page .blog-contact label{color:#fff}html.style2 .dark .blog-detail-page .blog-contact .theme-form input{border-color:#414248;background-color:#191b1f}html.style2 .dark .blog-detail-page .blog-contact .theme-form input::placeholder{color:#fff}html.style2 .dark .blog-detail-page .blog-contact .theme-form textarea{background-color:#191b1f}html.style2 .dark .blog-detail-page .blog-contact .theme-form textarea::placeholder{color:#fff}html.style2 .dark .blog-page .blog-sidebar h4,html.style2 .dark .blog-page .blog-sidebar h5,html.style2 .dark .blog-page .blog-sidebar h6,html.style2 .dark .blog-page .blog-sidebar p{color:#fff}html.style2 .dark .blog-page .blog-sidebar .blog-card{border:1px solid #414248;background-color:#25262c}html.style2 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group,html.style2 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{background-color:#191b1f}html.style2 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control::placeholder{color:#fff}html.style2 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{color:#fff}html.style2 .dark .blog-card .default-form .form-group input,html.style2 .dark .blog-card .default-form .form-group textarea{background-color:#25262c;border-color:#191b1f}html.style2 .dark .blog-page .blog-list{background-color:#25262c}html.style2 .dark .blog-page .blog-side{background-color:#25262c;border:1px solid #414248}html.style2 .dark .blog-page .blog-media .blog-right h4,html.style2 .dark .blog-page .blog-media .blog-right h6,html.style2 .dark .blog-page .blog-media .blog-right p,html.style2 .dark .blog-page .blog-media .blog-right ul li{color:#fff}html.style2 .dark .blog-page .blog-media .blog-right ul li+li{border-left:1px solid #414248}html.style2 .dark .inner-page header{background-color:#25262c;border-bottom:1px solid #414248}html.style2 .dark .navbar-light .navbar-nav .active>.nav-link{color:#fff}html.style2 .dark .navbar-light .navbar-nav .nav-link{color:hsla(0,10%,94%,.5)}html.style2 .dark footer{background-color:#25262c;border-top:1px solid #414248}html.style2 .dark footer .copyright p,html.style2 .dark footer .links li a,html.style2 .dark footer h3,html.style2 .dark footer p{color:#fff}html.style2 .dark .app-sidebar,html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style2 .dark .app-sidebar.active .apps-ul>li.active{background-color:#191b1f}html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main .notes-list,html.style2 .dark .app-sidebar.active .apps-ul>li .notes-main .notes-list{border:1px solid #414248}html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main a.line,html.style2 .dark .app-sidebar.active .apps-ul>li .notes-main a.line{border-top:1px solid #414248}html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list .target-reminder-list,html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp,html.style2 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list .target-reminder-list,html.style2 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list-disp{border:2px solid #414248}html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list button,html.style2 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list button{color:#fff}html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group,html.style2 .dark .app-sidebar.active .apps-ul>li .file-tab .tab-content .link-group{border:1px solid #414248}html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab .tab-content .todo-task h4,html.style2 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-tab .tab-content .todo-task h4{color:#fff}html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input,html.style2 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input{background-color:#191b1f}html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input::placeholder,html.style2 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input::placeholder{color:#fff}html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input,html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input:focus,html.style2 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input,html.style2 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input:focus{background-color:#191b1f}html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu,html.style2 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu{background-color:#25262c}html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider,html.style2 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider{background-color:#25262c;border-bottom:1px solid #414248}html.style2 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu li,html.style2 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu li{color:#fff}html.style2 .dark .app-sidebar .tab-card{border:1px solid #414248}html.style2 .dark .app-sidebar h2,html.style2 .dark .app-sidebar h4,html.style2 .dark .app-sidebar h5,html.style2 .dark .app-sidebar h6,html.style2 .dark .app-sidebar p{color:#fff}html.style2 .dark .app-sidebar .app-list{border-left:2px solid #414248}html.style2 .dark .app-sidebar .default-form select{background:url(/assets/images/drop-1.png) #25262c no-repeat scroll 95.5%;color:#fff}html.style2 .dark .app-sidebar .app-list-ul .title{border-bottom:1px solid #414248}html.style2 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{border-bottom-color:#414248}html.style2 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{box-shadow:-1px 10px 16px -10px #191b1f}html.style2 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{background-color:#25262c}html.style2 .dark .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{border-bottom-color:#414248}html.style2 .dark .datepicker{background:#25262c;color:#fff}html.style2 .dark .datepicker--pointer{background:#25262c;border-top:1px solid #414248;border-right:1px solid #414248}html.style2 .dark .datepicker--nav{border-bottom:1px solid #414248}html.style2 .dark .text-muted{color:#fff!important}html.style2 .dark .modal-content{background-color:#191b1f}html.style2 .dark .modal-content .default-form .form-group input,html.style2 .dark .modal-content .default-form .form-group textarea{background-color:#25262c}html.style2 .dark .modal-content .default-form .form-group textarea::placeholder{color:#fff}html.style2 .dark .modal-content .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #25262c no-repeat scroll 95.5%}html.style2 .dark .modal-content .modal-body .form-group ul.reminder-count li+li{background-color:#25262c}html.style2 .dark .modal-content .modal-body .form-group ul.reminder-count li .remi-num,html.style2 .dark .modal-content .modal-body .form-group ul.reminder-count li .remi-val{color:#064c3c}html.style2 .dark .modal-content .modal-body .form-group label{color:#fff}html.style2 .dark .modal-content .modal-body .form-group input::placeholder{color:#fff}html.style2 .dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select,html.style2 .dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input{color:#fff}html.style2 .dark .add-popup .modal-header{border-bottom-color:#414248}html.style2 .dark .add-popup .modal-footer{border-top-color:#414248}html.style2 .dark .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{color:#fff}html.style2 .dark .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}html.style2 .dark .slider-block .slider-main .slider-contain h1,html.style2 .dark .slider-block .slider-main .slider-contain h4{color:#fff}@media(max-width:575.98px){html.style2 .dark .sidebar-toggle .main-nav.on{background-color:#191b1f}}html.style2 .dark-sidebar{background-color:#191b1f}html.style2 .dark-sidebar .chat-main li .chat-box .date-status .ti-pin2:before{color:#fff}html.style2 .dark-sidebar .btn-light.active,html.style2 .dark-sidebar .btn-light:active,html.style2 .dark-sidebar .btn-light:focus{box-shadow:0 0 3px 2px #828282}html.style2 .dark-sidebar .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}html.style2 .dark-sidebar ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .document-tab,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .notification-tab,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default .recent,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .settings-tab,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab{background-color:#191b1f}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c;color:#fff}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar h1,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar h2,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar h3,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar h4,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar h5,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar h6,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar p,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar select,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar span{color:#fff}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{background-color:#25262c!important;color:#fff!important}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form input{background-color:#191b1f;border:1px solid #414248}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form:before{color:#fff}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search2{border-top:1px solid #414248}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search2>div{background-color:#25262c}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .chat-main li.active{background-color:#25262c;border-left:4px solid #414248}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card{background-color:#191b1f}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-body,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-header{background-color:#25262c}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .integratin li{border-bottom:1px solid #414248}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block,html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block{border-top:1px solid #414248}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li{border-top:1px dashed #414248}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li a{color:#fff}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block a{color:#064c3c}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link.active{color:#064c3c!important;background-color:rgba(28,157,234,.15)!important}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}html.style2 .dark-sidebar .chitchat-container .chitchat-left-sidebar .group-main li.active{background-color:#25262c;border-left:4px solid #414248}html.style2 .dark-sidebar .chitchat-container .main-nav{border-right:1px solid #414248}html.style2 .dark-sidebar .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}html.style2 .dark-sidebar .chitchat-container .main-nav .btn-light{background-color:#25262c!important;color:#fff!important}html.style2 .dark-sidebar .chitchat-container .change-number .form-control{border-color:#414248}html.style2 .dark-sidebar .chitchat-container .form-control{background-color:#25262c}html.style2 .dark-sidebar .custom-control-label,html.style2 .dark-sidebar .dynemic-sidebar .search-form .form-group .close-search,html.style2 .dark-sidebar .dynemic-sidebar .search-form .form-group input{color:hsla(0,0%,100%,.8)}@media(max-width:1367px){html.style2 .dark-sidebar .secure-app-main .secure-app-content{background-color:#191b1f}html.style2 .dark-sidebar header .landing-header.fixed .main-menu .navbar-nav>li>a{color:#fff!important}}@media(max-width:1200px){html.style2 .dark-sidebar .inner-page header .landing-header .navbar-collapse{background-color:#191b1f;border:1px solid #414248}}@media(max-width:575.98px){html.style2 .dark-sidebar .sidebar-toggle .main-nav.on{background-color:#191b1f}}html.style2 .rtl{direction:rtl}html.style2 .rtl .mr-1{margin-right:unset!important;margin-left:.25rem!important}html.style2 .rtl .media{text-align:right}html.style2 .rtl ul.chat-cont-setting li a span{margin-right:unset;margin-left:15px}html.style2 .rtl .dropdown .dropdown-menu .dropdown-divider h5{margin-left:unset;margin-right:10px}html.style2 .rtl .create-todo-main-modal .modal-body .default-form .todo-task h5{text-align:right}html.style2 .rtl .chat-friend-toggle .chat-frind-content{left:0;right:unset;text-align:right}html.style2 .rtl .chat-friend-toggle .chat-frind-content ul li{padding-left:unset!important;padding-right:50px!important}html.style2 .rtl .chat-friend-toggle .chat-frind-content ul li a{left:unset;right:0}html.style2 .rtl .add-contact-modal .modal-dialog:before,html.style2 .rtl .fev-addcall-main .modal-dialog:before{right:13px;left:unset}html.style2 .rtl .add-contact-modal .modal-dialog{margin-left:unset;margin-right:415px}html.style2 .rtl .modal-footer>:not(:first-child){margin-left:.25rem;margin-right:unset}html.style2 .rtl .add-popup .close{left:0;right:unset;border-radius:0 0 90px 0}html.style2 .rtl .add-popup .close span{left:20px;right:unset}html.style2 .rtl .add-popup .modal-body{text-align:right}html.style2 .rtl .add-popup .default-form .form-group select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 2.5%}html.style2 .rtl .emojis-main .emojis-contain,html.style2 .rtl .emojis-main .sticker-contain{right:0;left:unset}html.style2 .rtl .emojis-main .contact-poll .contact-poll-content{right:90px;left:unset}html.style2 .rtl .emojis-main .contact-poll .contact-poll-content ul li{padding-right:30px;padding-left:unset}html.style2 .rtl .emojis-main .contact-poll .contact-poll-content ul li a svg{margin-left:15px;margin-right:unset;right:0;left:unset}html.style2 .rtl .emojis-main .contact-poll .contact-poll-content:before{right:40px;left:unset}html.style2 .rtl .search-form:before{right:25px;left:unset}html.style2 .rtl .app-sidebar.active,html.style2 .rtl .search-form .form-group .icon-close{left:0;right:unset}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane.active,html.style2 .rtl .app-sidebar .apps-ul>li.active{left:90px;right:unset}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab>.nav-tabs li:last-child,html.style2 .rtl .app-sidebar .apps-ul>li .todo-main .todo-tab>.nav-tabs li:last-child{left:0;right:unset}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content input+input,html.style2 .rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content input+input{margin-right:6px;margin-left:unset}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker,html.style2 .rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content .drop-picker{margin-right:10px;margin-left:unset}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task span,html.style2 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task span{margin-right:unset}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2),html.style2 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2){margin-right:20px}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons span,html.style2 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons span{margin-left:0!important}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .theme-tab ul li+li,html.style2 .rtl .app-sidebar .apps-ul>li .theme-tab ul li+li{margin-left:unset}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group .media svg,html.style2 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group .media svg{margin-left:7px;margin-right:unset}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group img,html.style2 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group img{margin-left:10px;margin-right:unset}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content ul.chat-main li .chat-box .details,html.style2 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-right:55px;padding-left:unset}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .notes-main .notes-content ul li,html.style2 .rtl .app-sidebar .apps-ul>li .notes-main .notes-content ul li{margin-right:15px;margin-left:unset}html.style2 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,html.style2 .rtl .app-sidebar .apps-ul>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{left:0;right:unset}html.style2 .rtl .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-right:0}html.style2 .rtl .text-left{text-align:right!important}html.style2 .rtl .snippet-modal-main .modal-content .snippet-btn .btn-light{margin-left:15px;margin-right:unset}html.style2 .rtl .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{margin-right:15px;margin-left:unset}html.style2 .rtl .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-left:10px}html.style2 .rtl .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-right:15px;margin-left:unset}html.style2 .rtl .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-left:30px;margin-right:unset}html.style2 .rtl .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}html.style2 .rtl .recent-slider{direction:ltr}html.style2 .rtl .mr-3{margin-left:1rem!important;margin-right:unset!important}html.style2 .rtl .chitchat-main .messages .contact-details .left.media .media-body{margin-right:unset;margin-left:10px;text-align:right}html.style2 .rtl .chitchat-main .messages .contact-details .left.media .media-body:before{left:0;right:unset}html.style2 .rtl .chitchat-main .messages .contact-details ul li{padding-left:unset;padding-right:17px}html.style2 .rtl .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg{margin-right:0;margin-left:10px;transform:scaleX(-1)}html.style2 .rtl .chitchat-main .chitchat-contain ul.detial-price li i{margin-left:20px;margin-right:unset}html.style2 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{text-align:right}html.style2 .rtl .contact-chat>ul>li.replies{margin-left:unset;margin-right:auto;text-align:left}html.style2 .rtl .contact-chat>ul>li.replies .media .profile{margin-left:0!important;margin-right:1.5rem!important}html.style2 .rtl .contact-chat>ul>li.replies .media .media-body{text-align:left}html.style2 .rtl .contact-chat>ul>li.replies .msg-box li:last-child{margin-right:auto;margin-left:unset}html.style2 .rtl .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,html.style2 .rtl .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:0 25px 25px 30px}html.style2 .rtl .contact-chat>ul>li.replies .msg-box li .badge{margin-left:.5rem!important;margin-right:0!important}html.style2 .rtl .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 25px 0}html.style2 .rtl .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:unset;margin-left:10px}html.style2 .rtl .contact-chat>ul>li .contact-name h5{padding-right:20px;padding-left:20px}html.style2 .rtl .mr-4{margin-right:0!important;margin-left:1.5rem!important}html.style2 .rtl .msg-setting-main .msg-dropdown-main .msg-setting{margin-left:unset;margin-right:10px}html.style2 .rtl .ml-2{margin-left:0!important;margin-right:.5rem!important}html.style2 .rtl .msg-box>li:first-child h5{border-radius:30px 25px 0 30px}html.style2 .rtl .msg-box>li:last-child h5{border-radius:30px 0 25px 30px}html.style2 .rtl .msg-box>li:last-child .document{border-radius:0 50px 50px 50px}html.style2 .rtl .msg-box>li:last-child .auto-gallery{border-radius:30px 0 25px 30px}html.style2 .rtl .pull-right{float:left}html.style2 .rtl .text-right{text-align:left!important}html.style2 .rtl .m-r-15{margin-right:unset;margin-left:15px}html.style2 .rtl .chat-main li .chat-box .details{padding-left:50px;padding-right:75px;text-align:right}html.style2 .rtl .chat-main li .chat-box .date-status{right:unset;left:0;text-align:left}html.style2 .rtl .call-log-main .call-box .call-status{left:0;right:unset}html.style2 .rtl .call-log-main .call-box .details{padding-left:100px;padding-right:75px}html.style2 .rtl .contact-log-main li .contact-box .profile{right:0;left:unset}html.style2 .rtl .contact-log-main li .contact-box .details{padding-left:100px;padding-right:75px}html.style2 .rtl .contact-log-main li .contact-box .contact-action{left:0;right:unset}html.style2 .rtl .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-right:5px;margin-left:unset}html.style2 .rtl .profile{right:0;left:unset}html.style2 .rtl .profile.busy:before,html.style2 .rtl .profile.offline:before,html.style2 .rtl .profile.online:before,html.style2 .rtl .profile.unreachable:before{left:0;right:unset}html.style2 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:left}html.style2 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{margin-left:10px;margin-right:unset}html.style2 .rtl .chitchat-main .call-content .user-profile,html.style2 .rtl .chitchat-main .contact-content .user-profile,html.style2 .rtl .group-main .group-box{text-align:right}html.style2 .rtl .group-main .group-box .details{padding-right:75px;padding-left:unset}html.style2 .rtl .group-main .group-box .date-status{right:unset;left:0;text-align:left}html.style2 .rtl ul.grop-icon li:nth-child(2),html.style2 .rtl ul.grop-icon li:nth-child(3){margin-right:-10px;margin-left:unset}html.style2 .rtl .groupuser{margin-right:auto;margin-left:unset;text-align:left}html.style2 .rtl .groupuser .gr-chat-friend-toggle{padding-left:20px;padding-right:unset}html.style2 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{left:0;right:unset;text-align:right}html.style2 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding-right:70px;padding-left:50px}html.style2 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{left:40px;right:unset}html.style2 .rtl .groupuser .gr-profile.grow:after{left:-4.2px;right:unset}html.style2 .rtl [class*=" icon-"].pull-right,html.style2 .rtl [class^=icon-].pull-right{margin-right:.3em;margin-left:unset}html.style2 .rtl .groupuser .gr-profile+.gr-profile{margin-right:15px;margin-left:0}html.style2 .rtl .dot-btn:before{left:1px;right:unset}html.style2 .rtl .dot-btn:after{left:-4.2px;right:unset}html.style2 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{margin-left:15px;margin-right:unset}html.style2 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{left:0;right:unset}html.style2 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body{text-align:right}html.style2 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-left:15px;margin-right:unset}html.style2 .rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{left:15px;right:unset}html.style2 .rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{right:15px;left:unset}html.style2 .rtl .chitchat-container .chitchat-right-sidebar{left:-200px;right:unset}html.style2 .rtl .profile-box .details{padding-right:20px}html.style2 .rtl .privacy .custom-switch{left:0;right:unset;transform:scale(-1)}html.style2 .rtl .privacy h5{text-align:right;padding-right:unset;padding-left:35px}html.style2 .rtl .change-number span{border-left:none;padding:.5rem .75rem}html.style2 .rtl .change-number .country-code{border-right:none;padding-right:3px}html.style2 .rtl .slider-block{background-position:unset;transform:scaleX(-1) scaleY(1)}html.style2 .rtl .slider-block .slider-main{transform:scaleX(-1) scaleY(1)}html.style2 .rtl .ml-3{margin-right:1rem!important}html.style2 .rtl .app-design-main .app-hover{right:27%}html.style2 .rtl .team-work-main .team-work-content .ply-main .ply-content{margin-left:20px;margin-right:unset}html.style2 .rtl .team-work-main .team2{left:28%;right:unset}html.style2 .rtl .team-work-main .team4{left:9%;right:unset}html.style2 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-left:75px;margin-right:unset}html.style2 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-left:20px;margin-right:unset}html.style2 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{text-align:right}html.style2 .rtl .testimonial-slider{direction:ltr}html.style2 .rtl .secure-app-main .secure-app-content .ply-main .ply-content{margin-left:20px}html.style2 .rtl .price-slider{direction:ltr}html.style2 .rtl .subscribe-content .form-inline .form-control:first-child{margin-left:20px}html.style2 .rtl .subscribe-content button{margin-right:20px}html.style2 .rtl .fa-volume-up,html.style2 .rtl .feather-chevron-left,html.style2 .rtl .feather-chevron-right,html.style2 .rtl .feather-phone,html.style2 .rtl .feather-rotate-cw,html.style2 .rtl .feather-send,html.style2 .rtl .feather-video{transform:scaleX(-1)}html.style2 .rtl .audiocall1.call-modal ul li+li,html.style2 .rtl .audiocall2.call-modal ul li+li,html.style2 .rtl .conferencecall.call-modal ul li+li,html.style2 .rtl .videocall.call-modal ul li+li,html.style2 .rtl .videocallhang.call-modal ul li+li{margin-right:30px;margin-left:unset}html.style2 .rtl .videocall.call-modal .videocall-details #basicUsage,html.style2 .rtl .videocallhang.call-modal .videocall-details #basicUsage{margin-left:20px;margin-right:unset}html.style2 .rtl .videocall.call-modal .videocall-details .usersprof,html.style2 .rtl .videocallhang.call-modal .videocall-details .usersprof{margin-left:15px;margin-right:unset}html.style2 .rtl .videocall.call-modal .small-image,html.style2 .rtl .videocallhang.call-modal .small-image{right:40px;left:unset}html.style2 .rtl .dropdown-toggle:after{margin-right:.3em}html.style2 .rtl .navbar-brand{margin-left:1rem;margin-right:unset}html.style2 .rtl header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-left:20px;margin-right:unset}html.style2 .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:25px;margin-left:unset}html.style2 .rtl .dropdown-menu{right:0;left:unset;float:right;text-align:right}html.style2 .rtl .breadcrumb-main .breadcrumb-content .breadcrumb-right ul li{margin-left:15px;margin-right:unset}html.style2 .rtl .page-decore .top{left:-30px;right:unset;transform:rotate(-130deg)}html.style2 .rtl .page-decore .bottom{right:-20px;left:unset;transform:rotate(45deg)}html.style2 .rtl .blog-page .blog-sidebar .blog-card .blog-search .input-group span{padding-left:15px;padding-right:unset}html.style2 .rtl .blog-page .blog-sidebar .blog-card .recent-blog li .media img{margin-left:10px;margin-right:unset}html.style2 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:15px}html.style2 .rtl .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{margin:0 0 0 15px}html.style2 .rtl .blog-page .blog-media .blog-right ul li+li{padding-right:15px;padding-left:unset;margin-right:15px;margin-left:unset;border-right:1px solid #ddd;border-left:none}html.style2 .rtl .blog-page .blog-media .blog-right ul li i{padding-left:10px;padding-right:unset}html.style2 .rtl .blog-detail-page .blog-detail .post-social{text-align:right}html.style2 .rtl .blog-detail-page .blog-detail .post-social li+li{border-right:1px solid #eff1f2;border-left:unset;padding-right:unset;margin-right:15px;margin-left:unset}html.style2 .rtl .blog-detail-page .blog-detail .post-social li i{margin-left:10px;margin-right:0}html.style2 .rtl .blog-detail-page .blog-detail .post-social ul.social-group{float:left}html.style2 .rtl .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,html.style2 .rtl .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{margin-left:0;margin-right:unset}html.style2 .rtl .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-right:8px;padding-left:unset;margin-right:0}html.style2 .rtl .blog-detail-page .blog-commant .comment-section li img{margin-left:20px;margin-right:unset}html.style2 .rtl .about-page .about-tab .nav{border-left:1px solid #eff1f2;border-right:unset}html.style2 .rtl .secure-app-main{background-position:unset;transform:scaleX(-1) scaleY(1)}html.style2 .rtl .secure-app-main .secure-app-content{transform:scaleX(-1) scaleY(1)}html.style2 .rtl .team-slider{direction:ltr}html.style2 .rtl .team .owl-nav{left:0;right:unset}html.style2 .rtl .about-page .offset-sm-2{margin-right:16.66667%}html.style2 .rtl .about-page .offset-md-1{margin-right:8.33333%}html.style2 .rtl .faq-section .faq-search-box .input-group span{padding-left:15px;padding-right:unset}html.style2 .rtl .faq-section .accordion.theme-accordion .card .card-header{padding-right:unset;padding-left:30px}html.style2 .rtl .faq-section .accordion.theme-accordion .card .card-header button{text-align:right}html.style2 .rtl .faq-section .accordion.theme-accordion .card .card-header button:before{left:20px;right:unset}html.style2 .rtl .faq-section .float-right{float:left!important}html.style2 .rtl .collapse-block .block-title:after{left:0;right:unset}html.style2 .rtl .theme-btn-group .btn-group-sm>a.btn:last-child,html.style2 .rtl .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 0 10px}html.style2 .rtl .theme-btn-group a:first-child{border-radius:15px 15px 15px 0}html.style2 .rtl .theme-btn-group a:last-child{border-radius:15px 15px 0 15px}html.style2 .rtl .theme-btn-group .btn-group-sm>a.btn:last-child{border-radius:10px 10px 0 10px}html.style2 .rtl .theme-btn-group a+a{margin-right:5px}html.style2 .rtl .document-list li h5{margin-right:30px;margin-left:unset}html.style2 .rtl .element-card .typography .font_label,html.style2 .rtl .element-card-body .fonts .btn-primary{margin-left:20px}html.style2 .rtl .downlaod .footer-btn .btn span{padding-right:12px}html.style2 .rtl footer .links li{padding-right:20px;padding-left:unset}html.style2 .rtl footer .links li:hover a:before{right:3;left:unset}html.style2 .rtl footer .links li a:before{right:0;left:unset;transform:scale(-1)}html.style2 .rtl footer .footer-back-block .inner1{left:-80px;right:unset;transform:rotate(-96deg)}html.style2 .rtl footer .footer-back-block .inner2{right:-80px;left:unset}html.style2 .rtl footer .social-group li+li{margin-right:5px;margin-left:unset}html.style2 .rtl .breadcrumb-main ul li+li{margin-right:30px;margin-left:unset}html.style2 .rtl .breadcrumb-main ul li+li:before{right:-15px;left:unset}html.style2 .rtl .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-right:15px}html.style2 .rtl .login-page2 .login-content-main .medialogo{right:-4%;left:unset}html.style2 .rtl .login-page2 .login-content-main .medialogo li+li{margin-left:15px;margin-right:unset}html.style2 .rtl .login-page1 .right-page{left:0;right:unset}html.style2 .rtl .login-content .form1 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset}html.style2 .rtl .login-content .form2 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset;padding-right:1.25rem}html.style2 .rtl .login-content .medialogo ul li+li{margin-right:20px;margin-left:unset}html.style2 .rtl .login-content .termscondition h4 span{margin-left:8px;margin-right:unset}html.style2 .rtl .right-login .login-img{transform:scaleX(-1)}html.style2 .rtl .right-login .girl-logo{transform:scaleX(-1);left:27%;right:unset}html.style2 .rtl .right-login .boy-logo{transform:scaleX(-1);right:36%;left:unset}html.style2 .rtl .right-login .heart-logo{left:35%;right:unset}html.style2 .rtl .right-login .has-logo{left:27%;right:unset}html.style2 .rtl .right-login .has-logo1{right:25%;left:unset;transform:scalex(1)}html.style2 .rtl .right-login .top-circle{right:20%;left:unset}html.style2 .rtl .right-login .center-circle{right:6%;left:unset}html.style2 .rtl .right-login .bottom-circle{right:13%;left:unset}html.style2 .rtl .right-login .bottom-circle1{left:22%;right:unset}html.style2 .rtl .right-login .right-circle{left:0;right:unset}html.style2 .rtl .right-login .right-circle1{left:9%;right:unset}html.style2 .rtl .right-login .cloud-logo3{animation:homecloud 45s linear infinite}html.style2 .rtl .right-login .cloud-logo4{animation:homecloud 80s linear infinite}html.style2 .rtl .right-login .cloud-logo1{animation:homecloud 25s linear infinite}html.style2 .rtl .login-page2 .login-img{transform:scaleX(-1)}html.style2 .rtl .login-page2 .girl-logo{transform:scaleX(-1);left:27%;right:unset}html.style2 .rtl .login-page2 .boy-logo{transform:scaleX(-1);right:36%;left:unset}html.style2 .rtl .login-page2 .heart-logo{left:35%;right:unset}html.style2 .rtl .login-page2 .has-logo{left:27%;right:unset}html.style2 .rtl .login-page2 .has-logo1{right:25%;left:unset;transform:scalex(1)}html.style2 .rtl .login-page2 .top-circle{right:20%;left:unset}html.style2 .rtl .login-page2 .center-circle{right:6%;left:unset}html.style2 .rtl .login-page2 .bottom-circle{right:13%;left:unset}html.style2 .rtl .login-page2 .bottom-circle1{left:22%;right:unset}html.style2 .rtl .login-page2 .right-circle{left:0;right:unset}html.style2 .rtl .login-page2 .right-circle1{left:9%;right:unset}html.style2 .rtl .login-page2 .cloud-logo3{animation:homecloud 45s linear infinite}html.style2 .rtl .login-page2 .cloud-logo4{animation:homecloud 80s linear infinite}html.style2 .rtl .login-page2 .cloud-logo1{animation:homecloud 25s linear infinite}html.style2 .rtl .chitchat-container .main-nav{border-left:1px solid #eff1f2;border-right:none}html.style2 .rtl .chitchat-container .main-nav .logo-warpper img,html.style2 .rtl .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{transform:scaleX(-1)}html.style2 .rtl .chat-main li.active{border-right:4px solid #064c3c;border-left:none}html.style2 .rtl .chat-main li .chat-box .icon-btn.btn-outline-light{right:unset;left:0}html.style2 .rtl .btn-fix{margin-right:-30px;margin-left:unset}html.style2 .rtl .app-sidebar .app-list{border-right:2px solid #eff1f2;border-left:none}html.style2 .rtl .contact-list-tab .chat-main{padding-left:15px}html.style2 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content{margin-left:-20px;padding-left:20px;margin-right:unset;padding-right:unset}html.style2 .rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{text-align:right}html.style2 .rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{border-left:none;padding-left:5px;border-right:4px solid #1c9dea;padding-right:15px}html.style2 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp,html.style2 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .target-reminder-list{border-left:2px solid #eff1f2;border-right-width:5px;border-right-color:rgba(28,157,234,.3);text-align:right}html.style2 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{right:unset;left:0}html.style2 .rtl ul.chat-cont-setting{left:unset;right:20%}html.style2 .rtl .setting-sidebar{right:unset;left:-365px}html.style2 .rtl .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 7%}html.style2 .rtl .sidebar-pannle-main{left:22px;right:unset}@media(max-width:1367px){html.style2 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:1366px){html.style2 .rtl .social-group li+li{margin-right:5px;margin-left:unset}html.style2 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:1200px){html.style2 .rtl .inner-page header .landing-header .navbar-toggler{left:20px;right:unset}html.style2 .rtl header .landing-header .navbar-collapse{right:0;left:unset}html.style2 .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:30px}html.style2 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:5px}html.style2 .rtl .right-login .login-img{width:65%}html.style2 .rtl .right-login .boy-logo{right:29%;left:unset;top:50%}html.style2 .rtl .right-login .girl-logo{left:14%;right:unset;top:27%}html.style2 .rtl .right-login .has-logo1{right:12%;left:unset}}@media(max-width:1024px){html.style2 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:992px){html.style2 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:991px){html.style2 .rtl .downlaod .footer-btn .btn+.btn{margin-right:15px;margin-left:unset}html.style2 .rtl .right-login .girl-logo{width:35%;top:23%;left:3%}html.style2 .rtl .right-login .login-img{width:80%}html.style2 .rtl .right-login .boy-logo{right:21%;left:unset;top:50%;width:25%}html.style2 .rtl .right-login .girl-logo{width:33%;left:9%;right:unset;top:25%}html.style2 .rtl .right-login .has-logo1{right:5%;left:unset;top:69%}}@media(max-width:768px){html.style2 .rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-left:unset}html.style2 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:8px}}@media(max-width:767px){html.style2 .rtl footer .footer-title .according-menu:before,html.style2 .rtl footer .footer-title.active .according-menu:before{left:2px;right:unset}html.style2 .rtl .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:0}}@media(max-width:600px){html.style2 .rtl .downlaod .footer-btn{display:flex}html.style2 .rtl .downlaod .footer-btn .btn+.btn{margin-right:15px}html.style2 .rtl .blog-card .default-form .form-group input{padding:10px}}@media(max-width:576px){html.style2 .rtl .downlaod .footer-btn{display:flex}}@media(max-width:480px){html.style2 .rtl footer .section-py-space .footer-title .according-menu:before{left:10px;right:unset}html.style2 .rtl .error-main .error-contain .animated-bg i{height:70px;width:70px}}@media(max-width:420px){html.style2 .rtl .downlaod .footer-btn{display:-webkit-box}html.style2 .rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-top:15px}}@media(max-width:360px){html.style2 .rtl .blog-page .blog-media .blog-right ul{display:flex}html.style2 .rtl .downlaod .footer-btn{display:-webkit-box}}@media(max-width:320px){html.style2 .rtl .breadcrumb-main ul li+li{margin-right:15px;margin-left:unset}}html.style2 .login-content{width:450px;margin:0 auto}html.style2 .login-content .login-content-header img{height:50px;width:auto}html.style2 .login-content h3{font-size:calc(18px + 8*(100vw - 320px)/1600);font-family:Rubik,sans-serif;font-weight:500;padding-bottom:16px}html.style2 .login-content h4{margin-bottom:35px;line-height:1.4;font-family:Roboto,sans-serif;font-weight:400}html.style2 .login-content .form1 .form-group,html.style2 .login-content .form2 .form-group{margin-bottom:30px}html.style2 .login-content .form1 .form-group .col-form-label,html.style2 .login-content .form2 .form-group .col-form-label{font-size:calc(14px + 2*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;padding-top:0;padding-bottom:15px;line-height:1}html.style2 .login-content .form1 .form-group .buttons,html.style2 .login-content .form2 .form-group .buttons{text-align:center}html.style2 .login-content .form1 .form-group .buttons .btn,html.style2 .login-content .form2 .form-group .buttons .btn{padding:14px 65px;color:#fff;justify-content:center}html.style2 .login-content .form1 .form-group .buttons .btn-signup,html.style2 .login-content .form2 .form-group .buttons .btn-signup{background-color:#223645;margin-left:25px}html.style2 .login-content .form1 .form-group .form-check,html.style2 .login-content .form2 .form-group .form-check{display:flex;justify-content:space-between;align-items:center}html.style2 .login-content .form1 .form-group .form-check h6,html.style2 .login-content .form2 .form-group .form-check h6{color:#223645;font-family:Montserrat,sans-serif;font-weight:500}html.style2 .login-content .form1 .form-group .form-check-input,html.style2 .login-content .form2 .form-group .form-check-input{margin-right:-1.25rem;margin-left:unset}html.style2 .login-content .form1 .form-group .form-control,html.style2 .login-content .form2 .form-group .form-control{padding:13px 20px;border-radius:5px;border:1px solid rgba(0,0,0,.1);height:auto}html.style2 .login-content .form1 .form-group .form-control::placeholder,html.style2 .login-content .form2 .form-group .form-control::placeholder{font-size:15px;color:#223645;font-family:Roboto,sans-serif;font-weight:400}html.style2 .login-content .form1 .form-group .form-check-label,html.style2 .login-content .form2 .form-group .form-check-label{font-size:12px;font-family:Montserrat,sans-serif;font-weight:500;text-transform:capitalize;line-height:1}html.style2 .login-content .form2 .form-group .form-check-input{margin-right:0;margin-left:-1.25rem}html.style2 .login-content .line{display:flex;justify-content:center;margin-bottom:30px;margin-top:50px}html.style2 .login-content .line h6{font-family:Montserrat,sans-serif;font-weight:600;color:#223645}html.style2 .login-content .line h6:after,html.style2 .login-content .line h6:before{display:inline-block;content:"";border-top:1px solid #ededed;width:4.5rem;margin:0 1rem}html.style2 .login-content .medialogo{margin-bottom:30px}html.style2 .login-content .medialogo ul{display:flex;justify-content:center}html.style2 .login-content .medialogo ul li+li{margin-left:20px}html.style2 .login-content .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}html.style2 .login-content .termscondition{text-align:center}html.style2 .login-content .termscondition h4 span{color:#ff4e2b;margin-right:8px}html.style2 .login-content .termscondition h4 b{margin-left:8px;margin-right:8px}html.style2 .right-login{justify-content:center;display:flex;max-height:100%}html.style2 .login-page2,html.style2 .right-login{background-color:#f4faf9;width:auto;height:100%;position:relative}html.style2 .login-page2 .login-img,html.style2 .right-login .login-img{position:absolute;top:30%}html.style2 .login-page2 .boy-logo,html.style2 .right-login .boy-logo{position:absolute;left:36%;top:52%}html.style2 .login-page2 .girl-logo,html.style2 .right-login .girl-logo{top:27%;right:27%;position:absolute}html.style2 .login-page2 .heart-logo,html.style2 .right-login .heart-logo{position:absolute;animation:heartbeat 5s infinite;top:15%;right:35%}html.style2 .login-page2 .has-logo,html.style2 .right-login .has-logo{position:absolute;top:15%;right:27%}html.style2 .login-page2 .has-logo1,html.style2 .right-login .has-logo1{position:absolute;top:60%;left:25%;transform:scalex(-1)}html.style2 .login-page2 .cloud-logo,html.style2 .right-login .cloud-logo{position:absolute;top:15%;left:0;animation:homecloud 90s linear infinite;transform:scale(.15)}html.style2 .login-page2 .cloud-logo1,html.style2 .right-login .cloud-logo1{position:absolute;bottom:10%;animation:animateCloud 25s linear infinite;height:25px}html.style2 .login-page2 .cloud-logo2,html.style2 .right-login .cloud-logo2{position:absolute;top:2%;animation:homecloud 60s linear infinite;transform:scale(.5)}html.style2 .login-page2 .cloud-logo3,html.style2 .right-login .cloud-logo3{position:absolute;top:31%;animation:animateCloud 45s linear infinite;transform:scaleX(-1);height:30px}html.style2 .login-page2 .cloud-logo4,html.style2 .right-login .cloud-logo4{position:absolute;animation:animateCloud 80s linear infinite;transform:scale(.55)}html.style2 .login-page2 .maincircle,html.style2 .right-login .maincircle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(100px + 580*(100vw - 320px)/1600);height:calc(100px + 580*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:15%;position:absolute}html.style2 .login-page2 .top-circle,html.style2 .right-login .top-circle{background-image:linear-gradient(#f1f8fe,#f1f8fe,#cde7fa);top:2%;left:20%}html.style2 .login-page2 .center-circle,html.style2 .login-page2 .top-circle,html.style2 .right-login .center-circle,html.style2 .right-login .top-circle{padding:1px;height:calc(50px + 50*(100vw - 320px)/1600);width:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;position:absolute}html.style2 .login-page2 .center-circle,html.style2 .right-login .center-circle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe);top:45%;left:6%}html.style2 .login-page2 .bottom-circle,html.style2 .right-login .bottom-circle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(50px + 50*(100vw - 320px)/1600);height:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:0;left:13%;position:absolute}html.style2 .login-page2 .bottom-circle1,html.style2 .right-login .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(40px + 80*(100vw - 320px)/1600);height:calc(40px + 80*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:2%;right:22%;position:absolute}html.style2 .login-page2 .right-circle,html.style2 .right-login .right-circle{background-image:linear-gradient(270deg,#f1f8fe,#f1f8fe,#cde7fa);padding:1px;width:calc(90px + 170*(100vw - 320px)/1600);height:calc(90px + 170*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:18%;right:0;position:absolute}html.style2 .login-page2 .right-circle1,html.style2 .right-login .right-circle1{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe,#f1f8fe);padding:1px;width:calc(75px + 65*(100vw - 320px)/1600);height:calc(75px + 65*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:1%;right:9%;position:absolute}html.style2 .login-page1 .login-content{width:100%}html.style2 .login-page1 .login-content h3{padding-bottom:5px}html.style2 .login-page1 .login-content-header img{margin-bottom:20px}html.style2 .login-page1 .left-page{position:relative;z-index:10;width:34%;height:100%;padding:50px;display:flex;align-items:center}html.style2 .login-page1 .right-page{height:100vh;position:fixed;right:0;width:66%}html.style2 .login-page1 .right-page .animation-block{z-index:1;position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}html.style2 .login-page1 .login-contain-main{display:flex}html.style2 .login-page2{position:relative;overflow:hidden;height:100vh;display:flex;overflow-y:auto;align-items:center}html.style2 .login-page2 .login-content-main{margin:0 auto;width:-moz-fit-content;width:fit-content;z-index:20;position:relative}html.style2 .login-page2 .login-content-main .login-content2{background-color:#fff;padding:23px;border-radius:15px;z-index:10;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:30px}html.style2 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs{padding-bottom:unset}html.style2 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{background-color:#064c3c!important;color:#fff!important}html.style2 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link.active{color:#064c3c!important;background-color:rgba(6,76,60,.15)!important}html.style2 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-left:15px}html.style2 .login-page2 .login-content-main .login-content{background-color:#fff;border:3px;width:600px;padding:50px 80px;z-index:10}html.style2 .login-page2 .login-content-main .login-content h3,html.style2 .login-page2 .login-content-main .login-content h4{text-align:center}html.style2 .login-page2 .login-content-main .login-content .login-content-header{padding-bottom:20px;text-align:center}html.style2 .login-page2 .login-content-main .login-content .form2 .form-group .buttons{margin-bottom:unset}html.style2 .login-page2 .login-content-main .medialogo{display:inline-block;left:-4%;position:absolute;top:40%;margin-bottom:unset}html.style2 .login-page2 .login-content-main .medialogo li+li{margin-left:unset;margin-top:10px}html.style2 .login-page2 .form2 .form-group .form-check-input{margin-top:-2px}html.style2 .login-page2 .top-circle{width:calc(90px + 190*(100vw - 320px)/1600);height:calc(90px + 190*(100vw - 320px)/1600);top:11%;left:12%}html.style2 .login-page2 .center-circle{background-image:linear-gradient(270deg,#cde7fa,#f1f8fe,#f1f8fe);left:6%;height:calc(60px + 90*(100vw - 320px)/1600);width:calc(60px + 90*(100vw - 320px)/1600)}html.style2 .login-page2 .quarterCircle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe);width:80px}html.style2 .login-page2 .right-circle1{background-image:linear-gradient(0deg,#cde7fa,#f1f8fe,#f1f8fe);width:70px;height:70px;top:33%;right:11%}html.style2 .login-page2 .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);width:80px;height:80px;bottom:2%;right:35%}html.style2 .login-page2 .right-circle{background-image:linear-gradient(90deg,#f1f8fe,#f1f8fe,#cde7fa);width:calc(50px + 110*(100vw - 320px)/1600);height:calc(50px + 110*(100vw - 320px)/1600);bottom:0;right:3%}html.style2 .login-page2 .cloud-logo{top:-6%;left:-81%;height:5%;transform:none}html.style2 .login-page2 .cloud-logo4{bottom:2%}html.style2 .login-page2 .cloud-logo2{left:-208%;height:13%}html.style2 .login-page2 .cloud-logo5{position:absolute;top:2%;animation:homecloud 30s linear infinite;height:10%}@media(max-width:1470px){html.style2 .login-page1 .right-page{width:60%}html.style2 .login-page2{height:100%;padding-top:40px;padding-bottom:40px}}@media(max-width:1434px){html.style2 .login-content{width:430px}html.style2 .login-content .form1 .form-group .buttons .btn,html.style2 .login-content .form2 .form-group .buttons .btn{padding:14px 50px}}@media(max-width:1367px){html.style2 .login-page2 .login-content-main .login-content{padding:50px}}@media(min-width:992px)and (max-width:1200px){html.style2 .login-content .line h6:after,html.style2 .login-content .line h6:before{width:3.5rem}}@media(max-width:1200px){html.style2 .login-page1 .left-page{padding:30px}html.style2 .right-login .boy-logo{left:29%;top:50%}html.style2 .right-login .girl-logo{right:14%;top:27%}html.style2 .right-login .has-logo1{left:12%}html.style2 .right-login .login-img{width:65%}html.style2 .login-content .login-content-header{padding-bottom:27px}html.style2 .login-content h4{margin-bottom:24px}html.style2 .login-content .form1 .form-group .form-control,html.style2 .login-content .form2 .form-group .form-control{padding:15px}html.style2 .login-content .form1 .form-group .col-form-label,html.style2 .login-content .form2 .form-group .col-form-label{padding-bottom:16px}html.style2 .login-content .form1 .form-group .buttons,html.style2 .login-content .form1 .form-group .form-check,html.style2 .login-content .form2 .form-group .buttons,html.style2 .login-content .form2 .form-group .form-check,html.style2 .login-content .line,html.style2 .login-content .medialogo{margin-bottom:30px}}@media(max-width:1199px){html.style2 .login-page1 .left-page{width:40%}}@media(max-width:1024px){html.style2 .login-content{width:350px}}@media(max-width:991px){html.style2 .right-login .login-img{width:80%}html.style2 .right-login .girl-logo{width:35%;top:23%;right:3%}html.style2 .right-login .boy-logo{left:21%;top:45%;width:27%}html.style2 .right-login .has-logo1{top:69%;left:2%}html.style2 .login-page1 .left-page,html.style2 .login-page1 .right-page{width:50%}}@media(max-width:768px){html.style2 .login-content{width:340px}html.style2 .login-content .line h6:after,html.style2 .login-content .line h6:before{width:3.5rem}html.style2 .right-login .boy-logo{left:23%;top:43%;width:24%}html.style2 .girl-logo{right:11%;top:24%}}@media(max-width:767px){html.style2 .right-page{position:absolute;opacity:.05}html.style2 .login-content{width:auto;padding:50px}html.style2 .login-content .login-content-header{padding-bottom:17px}html.style2 .login-content .login-content-header img{height:40px}html.style2 .login-content h4{margin-bottom:17px}html.style2 .login-content .form1 .form-group,html.style2 .login-content .form2 .form-group{margin-bottom:20px}html.style2 .login-content .form1 .form-group .col-form-label,html.style2 .login-content .form2 .form-group .col-form-label{padding-bottom:10px}html.style2 .login-content .form1 .form-group .form-check,html.style2 .login-content .form2 .form-group .form-check{margin-bottom:20px}html.style2 .login-content .form2 .form-group .buttons .btn{padding:12px 35px}html.style2 .login-page1 .left-page,html.style2 .login-page1 .right-page{width:100%}html.style2 .login-page2 .login-content-main .login-content{width:530px;padding:30px}html.style2 .login-page2 .login-content-main .medialogo{position:unset;display:flex;justify-content:center;margin-bottom:20px}html.style2 .login-page2 .login-content-main .medialogo li+li{margin-top:unset;margin-left:15px}html.style2 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{min-width:auto;padding:10px 35px}html.style2 .login-content h3{padding-bottom:10px}}@media(max-width:600px){html.style2 .login-page2 .medialogo{display:flex;position:unset;justify-content:center}html.style2 .login-page2 .medialogo li+li{margin-top:unset;margin-left:10px}}@media(max-width:575px){html.style2 .login-content{padding:30px}html.style2 .login-content .form1 .form-group .buttons .btn,html.style2 .login-content .form2 .form-group .buttons .btn{padding:12px 25px}html.style2 .login-content .form1 .form-group .form-control,html.style2 .login-content .form2 .form-group .form-control{padding:10px;line-height:1}html.style2 .login-content .form1 .form-group .form-control::placeholder,html.style2 .login-content .form2 .form-group .form-control::placeholder{font-size:13px}html.style2 .login-content .login-content-header img{height:30px}html.style2 .login-page1 .left-page{padding:0}html.style2 .login-page2 .login-content-main{padding:15px}html.style2 .login-page2 .login-content-main .login-content{width:100%}html.style2 .login-page2 .login-content-main .login-content2{padding:20px}html.style2 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item{margin-right:0}html.style2 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{padding:10px 25px}html.style2 .login-page2 .login-content-main .medialogo li .icon-btn{width:30px;height:30px}html.style2 .login-page2 .login-content-main .medialogo li .icon-btn i{font-size:12px}}@media(max-width:320px){html.style2 .login-content .line h6:after,html.style2 .login-content .line h6:before{width:2.5rem}}html.style2 .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}html.style2 .default-form .form-control:focus{box-shadow:none}html.style2 .default-form .form-group{margin:0}html.style2 .default-form .form-group input{height:45px}html.style2 .default-form .form-group input,html.style2 .default-form .form-group textarea{border-radius:15px;background-color:#f4faf9;border:none}html.style2 .default-form .form-group h5{margin-bottom:15px}html.style2 .default-form .form-group+.form-group{margin-top:15px}html.style2 .default-form .form-group a{text-align:center}html.style2 .default-form .form-group p{padding-top:10px}html.style2 .default-form select{-webkit-appearance:none;width:100%;padding:12px 20px;text-transform:capitalize;font-size:15px;line-height:1;background-color:transparent;height:50px;border-radius:15px;color:#647589;border:none;background:url(/assets/images/drop-1.png) #f4faf9 no-repeat scroll 94%;margin-bottom:30px}html.style2 .form-control-plaintext{background-color:#fff}html.style2 .form-radious input{border-radius:15px}html.style2 .form-sm input{height:32px;font-size:13px}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+1) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+1) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+1) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+1) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+2) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+2) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+2) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+2) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+3) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+3) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+3) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+3) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+4) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+4) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+4) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+4) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+5) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+5) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+5) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+5) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+6) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+6) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+6) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+6) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+7) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+7) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+7) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+7) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+8) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+8) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+8) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+8) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+9) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+9) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+9) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+9) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+10) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+10) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+10) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+10) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+11) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+11) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+11) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+11) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+12) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+12) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+12) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+12) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+13) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+13) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+13) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+13) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+14) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+14) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+14) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+14) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+15) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+15) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+15) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+15) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+16) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+16) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+16) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+16) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+17) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+17) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+17) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+17) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+18) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+18) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+18) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+18) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+19) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+19) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+19) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+19) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+20) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+20) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+20) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+20) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+21) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+21) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+21) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+21) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+22) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+22) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+22) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+22) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+23) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+23) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+23) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+23) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+24) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+24) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+24) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+24) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+25) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+25) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+25) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+25) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+26) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+26) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+26) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+26) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+27) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+27) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+27) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+27) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+28) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+28) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+28) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+28) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+29) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+29) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+29) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+29) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+30) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+30) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+30) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+30) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+31) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+31) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+31) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+31) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+32) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+32) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+32) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+32) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+33) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+33) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+33) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+33) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+34) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+34) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+34) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+34) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+35) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+35) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+35) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+35) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+36) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+36) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+36) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+36) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+37) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+37) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+37) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+37) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+38) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+38) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+38) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+38) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+39) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+39) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+39) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+39) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+40) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+40) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+40) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+40) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+41) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+41) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+41) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+41) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+42) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+42) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+42) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+42) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+43) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+43) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+43) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+43) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+44) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+44) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+44) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+44) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+45) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+45) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+45) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+45) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+46) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+46) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+46) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+46) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+47) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+47) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+47) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+47) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+48) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+48) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+48) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+48) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+49) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+49) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+49) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+49) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+50) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+50) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+50) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+50) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+51) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+51) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+51) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+51) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+52) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+52) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+52) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+52) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+53) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+53) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+53) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+53) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+54) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+54) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+54) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+54) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+55) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+55) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+55) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+55) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+56) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+56) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+56) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+56) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+57) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+57) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+57) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+57) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+58) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+58) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+58) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+58) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+59) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+59) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+59) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+59) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+60) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+60) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+60) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+60) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+61) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+61) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+61) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+61) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+62) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+62) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+62) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+62) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+63) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+63) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+63) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+63) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+64) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+64) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+64) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+64) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+65) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+65) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+65) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+65) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+66) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+66) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+66) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+66) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+67) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+67) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+67) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+67) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+68) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+68) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+68) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+68) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+69) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+69) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+69) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+69) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+70) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+70) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+70) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+70) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+71) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+71) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+71) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+71) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+72) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+72) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+72) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+72) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+73) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+73) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+73) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+73) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+74) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+74) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+74) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+74) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+75) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+75) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+75) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+75) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+76) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+76) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+76) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+76) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+77) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+77) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+77) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+77) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+78) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+78) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+78) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+78) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+79) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+79) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+79) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+79) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+80) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+80) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+80) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+80) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+81) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+81) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+81) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+81) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+82) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+82) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+82) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+82) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+83) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+83) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+83) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+83) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+84) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+84) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+84) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+84) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+85) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+85) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+85) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+85) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+86) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+86) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+86) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+86) a svg{fill:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+87) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+87) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+87) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+87) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+88) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+88) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+88) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+88) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+89) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+89) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+89) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+89) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+90) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+90) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+90) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+90) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+91) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+91) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+91) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+91) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+92) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+92) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+92) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+92) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+93) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+93) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+93) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+93) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+94) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+94) a i{color:#111b23!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+94) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+94) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+95) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+95) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+95) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+95) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+96) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+96) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+96) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+96) a svg{fill:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+97) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+97) a i{color:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+97) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+97) a svg{fill:#e0a900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+98) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+98) a i{color:#021d17!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+98) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+98) a svg{fill:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+99) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+99) a i{color:#32a42a!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+99) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+99) a svg{fill:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+100) a i,html.style2 .colorfull .sidebar-top li:nth-child(5n+100) a i{color:#f72900!important}html.style2 .colorfull .sidebar-bottom li:nth-child(5n+100) a svg,html.style2 .colorfull .sidebar-top li:nth-child(5n+100) a svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+1)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+2)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+3)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+4)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+5)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+6)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+7)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+8)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+9)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+10)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+11)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+12)>a>svg{fill:#111b23!important}html.style2 .colorfull .calls>li:nth-child(5n+13)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+14)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+15)>a>svg{fill:#111b23!important}html.style2 .colorfull .calls>li:nth-child(5n+16)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+17)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+18)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+19)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+20)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+21)>a>svg{fill:#111b23!important}html.style2 .colorfull .calls>li:nth-child(5n+22)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+23)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+24)>a>svg{fill:#111b23!important}html.style2 .colorfull .calls>li:nth-child(5n+25)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+26)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+27)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+28)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+29)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+30)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+31)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+32)>a>svg{fill:#111b23!important}html.style2 .colorfull .calls>li:nth-child(5n+33)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+34)>a>svg{fill:#111b23!important}html.style2 .colorfull .calls>li:nth-child(5n+35)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+36)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+37)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+38)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+39)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+40)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+41)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+42)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+43)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+44)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+45)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+46)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+47)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+48)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+49)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+50)>a>svg{fill:#111b23!important}html.style2 .colorfull .calls>li:nth-child(5n+51)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+52)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+53)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+54)>a>svg{fill:#111b23!important}html.style2 .colorfull .calls>li:nth-child(5n+55)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+56)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+57)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+58)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+59)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+60)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+61)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+62)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+63)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+64)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+65)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+66)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+67)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+68)>a>svg{fill:#111b23!important}html.style2 .colorfull .calls>li:nth-child(5n+69)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+70)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+71)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+72)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+73)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+74)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+75)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+76)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+77)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+78)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+79)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+80)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+81)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+82)>a>svg{fill:#111b23!important}html.style2 .colorfull .calls>li:nth-child(5n+83)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+84)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+85)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+86)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+87)>a>svg{fill:#32a42a!important}html.style2 .colorfull .calls>li:nth-child(5n+88)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+89)>a>svg{fill:#111b23!important}html.style2 .colorfull .calls>li:nth-child(5n+90)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+91)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+92)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+93)>a>svg{fill:#021d17!important}html.style2 .colorfull .calls>li:nth-child(5n+94)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+95)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+96)>a>svg{fill:#f72900!important}html.style2 .colorfull .calls>li:nth-child(5n+97)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+98)>a>svg,html.style2 .colorfull .calls>li:nth-child(5n+99)>a>svg{fill:#e0a900!important}html.style2 .colorfull .calls>li:nth-child(5n+100)>a>svg{fill:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+1) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+2) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+3) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+4) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+5) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+6) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+7) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+8) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+10) a svg,html.style2 .colorfull .media-right li:nth-child(5n+9) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+11) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+12) a svg,html.style2 .colorfull .media-right li:nth-child(5n+13) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+14) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+15) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+16) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+17) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+18) a svg,html.style2 .colorfull .media-right li:nth-child(5n+19) a svg,html.style2 .colorfull .media-right li:nth-child(5n+20) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+21) a svg,html.style2 .colorfull .media-right li:nth-child(5n+22) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+23) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+24) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+25) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+26) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+27) a svg,html.style2 .colorfull .media-right li:nth-child(5n+28) a svg,html.style2 .colorfull .media-right li:nth-child(5n+29) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+30) a svg,html.style2 .colorfull .media-right li:nth-child(5n+31) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+32) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+33) a svg,html.style2 .colorfull .media-right li:nth-child(5n+34) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+35) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+36) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+37) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+38) a svg,html.style2 .colorfull .media-right li:nth-child(5n+39) a svg,html.style2 .colorfull .media-right li:nth-child(5n+40) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+41) a svg,html.style2 .colorfull .media-right li:nth-child(5n+42) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+43) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+44) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+45) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+46) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+47) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+48) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+49) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+50) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+51) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+52) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+53) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+54) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+55) a svg,html.style2 .colorfull .media-right li:nth-child(5n+56) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+57) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+58) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+59) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+60) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+61) a svg,html.style2 .colorfull .media-right li:nth-child(5n+62) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+63) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+64) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+65) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+66) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+67) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+68) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+69) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+70) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+71) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+72) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+73) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+74) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+75) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+76) a svg,html.style2 .colorfull .media-right li:nth-child(5n+77) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+78) a svg,html.style2 .colorfull .media-right li:nth-child(5n+79) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+80) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+81) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+82) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+83) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+84) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+85) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+86) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+87) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+88) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+89) a svg,html.style2 .colorfull .media-right li:nth-child(5n+90) a svg,html.style2 .colorfull .media-right li:nth-child(5n+91) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+92) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+93) a svg{stroke:#111b23!important}html.style2 .colorfull .media-right li:nth-child(5n+94) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+95) a svg,html.style2 .colorfull .media-right li:nth-child(5n+96) a svg{stroke:#e0a900!important}html.style2 .colorfull .media-right li:nth-child(5n+97) a svg{stroke:#021d17!important}html.style2 .colorfull .media-right li:nth-child(5n+98) a svg{stroke:#32a42a!important}html.style2 .colorfull .media-right li:nth-child(5n+99) a svg{stroke:#f72900!important}html.style2 .colorfull .media-right li:nth-child(5n+100) a svg{stroke:#111b23!important}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+1)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+1)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+1)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+1)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+1)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+1)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+1)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+1)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+2)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+2)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+2)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+2)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+2)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+2)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+2)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+2)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+3)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+4)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+3)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+4)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+3)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+4)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+3)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+4)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+3)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+4)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+3)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+4)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+3)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+4)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+3)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+4)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+5)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+5)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+5)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+5)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+5)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+5)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+5)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+5)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+6)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+6)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+6)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+6)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+6)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+6)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+6)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+6)>h5{color:#2e9826!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+7)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+8)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+7)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+8)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+7)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+8)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+7)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+8)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+7)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+8)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+7)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+8)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+7)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+8)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+7)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+8)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+9)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+9)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+9)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+9)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+9)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+9)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+9)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+9)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+10)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+11)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+10)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+11)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+10)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+11)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+10)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+11)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+10)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+11)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+10)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+11)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+10)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+11)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+10)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+11)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+12)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+12)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+12)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+12)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+12)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+12)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+12)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+12)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+13)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+13)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+13)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+13)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+13)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+13)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+13)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+13)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+14)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+14)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+14)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+14)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+14)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+14)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+14)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+14)>h5{color:#2e9826!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+15)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+15)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+15)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+15)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+15)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+15)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+15)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+15)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+16)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+16)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+16)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+16)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+16)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+16)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+16)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+16)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+17)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+17)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+17)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+17)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+17)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+17)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+17)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+17)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+18)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+18)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+18)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+18)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+18)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+18)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+18)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+18)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+19)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+19)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+19)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+19)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+19)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+19)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+19)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+19)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+20)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+20)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+20)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+20)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+20)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+20)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+20)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+20)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+21)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+21)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+21)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+21)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+21)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+21)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+21)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+21)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+22)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+23)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+22)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+23)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+22)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+23)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+22)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+23)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+22)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+23)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+22)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+23)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+22)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+23)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+22)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+23)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+24)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+25)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+24)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+25)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+24)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+25)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+24)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+25)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+24)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+25)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+24)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+25)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+24)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+25)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+24)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+25)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+26)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+26)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+26)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+26)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+26)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+26)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+26)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+26)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+27)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+27)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+27)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+27)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+27)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+27)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+27)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+27)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+28)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+28)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+28)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+28)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+28)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+28)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+28)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+28)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+29)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+29)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+29)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+29)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+29)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+29)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+29)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+29)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+30)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+30)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+30)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+30)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+30)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+30)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+30)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+30)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+31)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+31)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+31)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+31)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+31)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+31)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+31)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+31)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+32)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+32)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+32)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+32)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+32)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+32)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+32)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+32)>h5{color:#2e9826!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+33)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+33)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+33)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+33)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+33)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+33)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+33)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+33)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+34)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+34)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+34)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+34)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+34)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+34)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+34)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+34)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+35)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+35)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+35)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+35)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+35)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+35)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+35)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+35)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+36)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+36)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+36)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+36)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+36)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+36)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+36)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+36)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+37)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+37)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+37)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+37)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+37)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+37)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+37)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+37)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+38)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+39)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+38)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+39)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+38)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+39)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+38)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+39)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+38)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+39)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+38)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+39)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+38)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+39)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+38)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+39)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+40)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+40)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+40)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+40)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+40)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+40)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+40)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+40)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+41)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+42)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+41)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+42)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+41)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+42)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+41)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+42)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+41)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+42)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+41)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+42)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+41)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+42)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+41)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+42)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+43)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+43)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+43)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+43)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+43)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+43)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+43)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+43)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+44)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+45)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+44)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+45)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+44)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+45)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+44)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+45)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+44)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+45)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+44)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+45)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+44)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+45)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+44)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+45)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+46)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+47)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+46)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+47)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+46)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+47)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+46)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+47)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+46)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+47)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+46)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+47)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+46)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+47)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+46)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+47)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+48)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+48)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+48)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+48)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+48)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+48)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+48)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+48)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+49)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+49)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+49)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+49)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+49)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+49)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+49)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+49)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+50)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+50)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+50)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+50)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+50)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+50)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+50)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+50)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+51)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+51)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+51)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+51)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+51)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+51)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+51)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+51)>h5{color:#2e9826!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+52)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+52)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+52)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+52)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+52)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+52)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+52)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+52)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+53)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+53)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+53)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+53)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+53)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+53)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+53)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+53)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+54)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+54)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+54)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+54)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+54)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+54)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+54)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+54)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+55)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+55)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+55)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+55)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+55)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+55)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+55)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+55)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+56)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+56)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+56)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+56)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+56)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+56)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+56)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+56)>h5{color:#2e9826!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+57)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+57)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+57)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+57)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+57)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+57)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+57)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+57)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+58)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+58)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+58)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+58)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+58)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+58)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+58)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+58)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+59)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+59)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+59)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+59)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+59)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+59)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+59)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+59)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+60)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+60)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+60)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+60)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+60)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+60)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+60)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+60)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+61)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+61)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+61)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+61)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+61)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+61)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+61)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+61)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+62)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+62)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+62)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+62)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+62)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+62)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+62)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+62)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+63)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+63)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+63)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+63)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+63)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+63)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+63)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+63)>h5{color:#2e9826!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+64)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+64)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+64)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+64)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+64)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+64)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+64)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+64)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+65)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+66)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+65)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+66)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+65)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+66)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+65)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+66)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+65)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+66)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+65)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+66)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+65)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+66)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+65)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+66)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+67)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+67)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+67)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+67)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+67)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+67)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+67)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+67)>h5{color:#2e9826!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+68)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+69)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+68)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+69)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+68)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+69)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+68)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+69)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+68)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+69)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+68)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+69)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+68)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+69)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+68)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+69)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+70)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+71)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+72)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+70)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+71)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+72)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+70)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+71)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+72)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+70)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+71)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+72)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+70)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+71)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+72)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+70)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+71)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+72)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+70)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+71)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+72)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+70)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+71)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+72)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+73)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+73)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+73)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+73)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+73)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+73)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+73)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+73)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+74)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+75)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+74)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+75)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+74)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+75)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+74)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+75)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+74)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+75)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+74)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+75)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+74)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+75)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+74)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+75)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+76)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+76)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+76)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+76)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+76)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+76)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+76)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+76)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+77)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+77)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+77)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+77)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+77)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+77)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+77)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+77)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+78)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+78)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+78)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+78)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+78)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+78)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+78)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+78)>h5{color:#2e9826!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+79)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+79)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+79)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+79)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+79)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+79)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+79)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+79)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+80)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+80)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+80)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+80)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+80)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+80)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+80)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+80)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+81)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+81)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+81)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+81)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+81)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+81)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+81)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+81)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+82)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+82)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+82)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+82)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+82)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+82)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+82)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+82)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+83)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+83)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+83)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+83)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+83)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+83)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+83)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+83)>h5{color:#2e9826!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+84)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+84)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+84)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+84)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+84)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+84)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+84)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+84)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+85)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+85)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+85)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+85)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+85)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+85)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+85)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+85)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+86)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+87)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+86)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+87)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+86)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+87)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+86)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+87)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+86)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+87)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+86)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+87)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+86)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+87)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+86)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+87)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+88)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+88)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+88)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+88)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+88)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+88)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+88)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+88)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+89)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+90)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+89)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+90)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+89)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+90)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+89)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+90)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+89)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+90)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+89)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+90)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+89)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+90)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+89)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+90)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+91)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+91)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+91)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+91)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+91)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+91)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+91)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+91)>h5{color:#2e9826!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+92)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+92)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+92)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+92)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+92)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+92)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+92)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+92)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+93)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+93)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+93)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+93)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+93)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+93)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+93)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+93)>h5{color:#010f0b!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+94)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+94)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+94)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+94)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+94)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+94)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+94)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+94)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+95)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+95)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+95)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+95)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+95)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+95)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+95)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+95)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+96)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+96)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+96)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+96)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+96)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+96)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+96)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+96)>h5{color:#2e9826!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+97)>h5,html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+98)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+97)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+98)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+97)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+98)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+97)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+98)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+97)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+98)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+97)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+98)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+97)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+98)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+97)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+98)>h5{color:#e82600!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+99)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+99)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+99)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+99)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+99)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+99)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+99)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+99)>h5{color:#0c1319!important;background-color:#e1f1ee}html.style2 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+100)>h5,html.style2 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+100)>h5,html.style2 .colorfull .replies .msg-box>li:nth-child(5n+100)>h5,html.style2 .colorfull .replies .msg-box>li>li:nth-child(5n+100)>h5,html.style2 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+100)>h5,html.style2 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+100)>h5,html.style2 .colorfull .sent .msg-box>li:nth-child(5n+100)>h5,html.style2 .colorfull .sent .msg-box>li>li:nth-child(5n+100)>h5{color:#d19d00!important;background-color:#e1f1ee}html.style2 .colorfull .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{background-color:#2e9826!important;box-shadow:-1px 10px 16px -10px #3fcc35}html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+1):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+10):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+100):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+11):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+12):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+13):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+14):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+15):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+16):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+17):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+18):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+19):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+2):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+20):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+21):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+22):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+23):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+24):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+25):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+26):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+27):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+28):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+29):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+3):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+30):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+31):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+32):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+33):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+34):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+35):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+36):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+37):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+38):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+39):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+4):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+40):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+41):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+42):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+43):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+44):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+45):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+46):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+47):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+48):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+49):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+5):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+50):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+51):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+52):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+53):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+54):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+55):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+56):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+57):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+58):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+59):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+6):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+60):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+61):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+62):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+63):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+64):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+65):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+66):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+67):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+68):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+69):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+7):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+70):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+71):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+72):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+73):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+74):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+75):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+76):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+77):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+78):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+79):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+8):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+80):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+81):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+82):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+83):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+84):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+85):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+86):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+87):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+88):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+89):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+9):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+90):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+91):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+92):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+93):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+94):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+95):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+96):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+97):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+98):before,html.style2 .colorfull .theme-tab .chat-main li.active:nth-child(5n+99):before{border-left:4px solid #223645}html.style2 .bg-default{background-image:linear-gradient(#f4faf9)}html.style2 .grediant-1{background-image:linear-gradient(359.3deg,rgba(6,76,60,.1) 1%,hsla(0,0%,73%,0) 70.9%)}html.style2 .grediant-2{background-image:radial-gradient(circle 328px at 2.9% 15%,#bfe0fb 0,#e8e9fb 25.8%,#fceffa 50.8%,#eafbfb 77.6%,#f0fbf4 100.7%)}html.style2 .grediant-3{background-image:linear-gradient(109.6deg,#dfeaf7 11.2%,#f4f8fc 91.1%)}html.style2 .grediant-4{background-image:linear-gradient(-109.6deg,#cce4f7 11.2%,#edf6fa 100.2%)}html.style2 .grediant-5{background-image:radial-gradient(circle farthest-corner at 10% 20%,#eff6f9 0,#ceeffd 90%)}html.style2 .grediant-6{background-image:radial-gradient(circle farthest-corner at 10% 20%,#e2f0fe 0,#fff7e4 90%)}html.style2 .inner-card{background-color:#fff;padding:15px}html.style2 .header-inner{padding-bottom:55px}html.style2 .header .dropdown-menu a{display:block}html.style2 .landing-header .dropdown-menu{padding:15px 20px;border-radius:15px;border:1px solid #e5f0fa;min-width:13rem}html.style2 .landing-header .dropdown-menu .nav-link{line-height:1}html.style2 .landing-header .dropdown-menu .nav-link a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:rgba(0,0,0,.5)}html.style2 .header-typography .typography h6{margin-bottom:8px!important}html.style2 .inner-page{background-color:rgba(6,76,60,.025)}html.style2 .inner-page header{position:relative;padding-bottom:30px;padding-top:30px;z-index:2}html.style2 .inner-page header .landing-header .landing-header-left{width:100%;justify-content:space-between}html.style2 .inner-page header .landing-header .landing-header-left .main-menu ul li a{font-weight:500;color:#223645}html.style2 .inner-page section{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}html.style2 .page-decore{height:100vh;width:100vw;top:0;overflow:hidden;position:fixed;background-color:rgba(6,76,60,.025);z-index:-1}html.style2 .page-decore li{position:absolute}html.style2 .page-decore .top{top:-10px;right:-30px;transform:rotate(130deg)}html.style2 .page-decore .top img{animation:animatone 15s linear infinite}html.style2 .page-decore .bottom{bottom:-30px;left:-20px;transform:rotate(-45deg)}html.style2 .page-decore .bottom img{animation:animatone 25s linear infinite reverse}html.style2 .breadcrumb-main{padding-top:calc(15px + 10*(100vw - 320px)/1600);padding-bottom:calc(15px + 10*(100vw - 320px)/1600)}html.style2 .breadcrumb-main .custom-container{display:flex;align-items:center;justify-content:space-between}html.style2 .breadcrumb-main h2{color:#fff;font-weight:600;display:inline-block;font-size:calc(18px + 10*(100vw - 320px)/1600)}html.style2 .breadcrumb-main ul{float:right}html.style2 .breadcrumb-main ul li{display:inline-block;text-transform:capitalize;position:relative}html.style2 .breadcrumb-main ul li a{color:#fff;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style2 .breadcrumb-main ul li+li{margin-left:34px}html.style2 .breadcrumb-main ul li+li:before{content:"/";position:absolute;left:-20px;color:#fff;top:4px}html.style2 .blog-card{background-color:#e1f1ee;transition:all .5s ease}html.style2 .blog-page .col-xl-3{z-index:0}html.style2 ul.tags li{display:inline-block;padding:5px 15px;border:1px solid #ddd;border-radius:5px;margin-right:5px;background-color:#fff}html.style2 ul.tags li a{color:#223645;font-weight:500}html.style2 .blog-page .blog-sidebar p{line-height:20px;margin-bottom:0}html.style2 .blog-page .blog-sidebar h5{margin-bottom:5px}html.style2 .blog-page .blog-sidebar h4{color:#223645;text-transform:uppercase;font-weight:600;margin-bottom:20px;line-height:20px;letter-spacing:1px}html.style2 .blog-page .blog-sidebar .blog-card .recent-blog li .media img{width:100px;margin-right:15px}html.style2 .blog-page .blog-sidebar .blog-card .recent-blog li+li{margin-top:30px}html.style2 .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{background-color:#064c3c;height:70px;width:70px;margin:0 15px 0 0;padding:15px;border-radius:15px;text-align:center}html.style2 .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date span{display:block;text-align:center;color:#fff;text-transform:uppercase}html.style2 .blog-page .blog-sidebar .blog-card .popular-blog li+li{margin-top:30px}html.style2 .blog-page .blog-sidebar .blog-card .popular-blog li p{margin-top:10px}html.style2 .blog-page .blog-sidebar .blog-card+.blog-card{margin-top:30px}html.style2 .blog-page .blog-sidebar .blog-card .blog-search .input-group{align-items:center;border-radius:15px;background-color:#fff;border:none}html.style2 .blog-page .blog-sidebar .blog-card .blog-search .input-group input{border-radius:15px;background-color:#fff;border:none}html.style2 .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{border:none}html.style2 .blog-page .blog-sidebar .blog-card .blog-search .input-group span{background:transparent;border:none}html.style2 .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{font-size:14px}html.style2 .blog-page .blog-sidebar .blog-card .blog-follow li{display:inline-block;margin-right:15px}html.style2 .blog-page .blog-sidebar .blog-card .blog-follow li i{font-size:16px;background-color:#fff;padding:5px;border-radius:50%;width:33px;height:33px;display:flex;align-items:center;justify-content:center}html.style2 .blog-page .blog-sidebar .blog-card .blog-follow li i:hover{background-color:#064c3c;color:#fff}html.style2 .blog-page .blog-sidebar .blog-card .blog-follow li:last-child{margin-right:0}html.style2 .blog-page .blog-media{margin-bottom:30px}html.style2 .blog-page .blog-media:last-child{margin-bottom:0}html.style2 .blog-page .blog-media .blog-right{padding-top:30px;padding-left:10px;text-transform:capitalize}html.style2 .blog-page .blog-media .blog-right h6{color:#064c3c;text-transform:uppercase;margin-bottom:10px;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style2 .blog-page .blog-media .blog-right h4{color:#223645;font-weight:500;line-height:1.5;margin-bottom:15px}html.style2 .blog-page .blog-media .blog-right p{line-height:1.8;margin-bottom:0;letter-spacing:.04em}html.style2 .blog-page .blog-media .blog-right ul{color:#647589;margin-bottom:10px}html.style2 .blog-page .blog-media .blog-right ul li{font-size:14px;line-height:1.5;display:inline-block}html.style2 .blog-page .blog-media .blog-right ul li i{padding-right:10px}html.style2 .blog-page .blog-media .blog-right ul li+li{padding-left:15px;margin-left:15px;border-left:1px solid #ddd}html.style2 .blog-page .blog-media .blog-left img{border-radius:15px}html.style2 .blog-page .blog-side{background-color:rgba(229,237,245,.5);padding:15px;border-radius:15px}html.style2 .blog-card{background-color:rgba(225,241,238,.5);border-radius:15px;padding:30px}html.style2 .blog-card ul.tags{margin-bottom:-10px}html.style2 .blog-card ul.tags li{margin-bottom:10px;color:#fff;background-color:#064c3c}html.style2 .blog-card ul.tags li a{color:#fff}html.style2 .blog-card .default-form .form-group input,html.style2 .blog-card .default-form .form-group textarea{border:1px solid #e1f1ee;background-color:#fff;padding:20px}html.style2 .popular-blog h3{margin-bottom:5px!important;color:#fff}html.style2 .blog-detail-page h3{margin-bottom:20px}html.style2 .blog-detail-page .blog-detail p:last-child{margin-bottom:0}html.style2 .blog-detail-page .blog-detail img{margin-bottom:30px;border-radius:15px}html.style2 .blog-detail-page .blog-detail p{line-height:1.8}html.style2 .blog-detail-page .blog-detail .post-social{color:#647589;text-align:left;margin-bottom:10px;padding-top:20px;border-bottom:1px solid #e1f1ee;padding-bottom:10px}html.style2 .blog-detail-page .blog-detail .post-social ul{display:inline-block}html.style2 .blog-detail-page .blog-detail .post-social ul.social-group{float:right;margin-top:-7px}html.style2 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn,html.style2 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm{height:24px;width:24px}html.style2 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,html.style2 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{font-size:12px;margin-right:0;margin-left:2px;margin-top:2px}html.style2 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-linkedin,html.style2 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-linkedin{margin-top:0}html.style2 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-instagram,html.style2 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-instagram{margin-top:1px}html.style2 .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-left:8px;margin-left:0}html.style2 .blog-detail-page .blog-detail .post-social li{display:inline-block}html.style2 .blog-detail-page .blog-detail .post-social li i{margin-right:10px}html.style2 .blog-detail-page .blog-detail .post-social li+li{padding-left:15px;margin-left:15px;border-left:1px solid #eff1f2}html.style2 .blog-detail-page .blog-contact{margin-top:30px}html.style2 .blog-detail-page .blog-contact h2{margin-bottom:30px;margin-top:-5px}html.style2 .blog-detail-page .blog-contact .theme-form label{text-transform:capitalize;color:#647589;font-size:16px;font-weight:700;margin-bottom:15px}html.style2 .blog-detail-page .blog-contact .theme-form input,html.style2 .blog-detail-page .blog-contact .theme-form textarea{border-radius:15px;background-color:#fff;border:none}html.style2 .blog-detail-page .blog-commant{margin-top:30px}html.style2 .blog-detail-page .blog-commant .comment-section .replay{padding-left:50px;padding-top:25px}html.style2 .blog-detail-page .blog-commant .comment-section li+li{padding-top:25px;margin-top:25px;border-top:1px solid #e1f1ee}html.style2 .blog-detail-page .blog-commant .comment-section li img{height:50px;width:50px;margin-right:20px;border-radius:100%}html.style2 .blog-detail-page .blog-commant .comment-section li h6{text-transform:uppercase;font-weight:700;margin-bottom:5px;letter-spacing:1px;color:#223645}html.style2 .blog-detail-page .blog-commant .comment-section li span{font-size:13px;font-weight:500;text-transform:capitalize;color:#647589;margin-bottom:10px;display:block}html.style2 .blog-detail-page .blog-commant .comment-section li p{line-height:1.8;margin-bottom:0}html.style2 .faq-block{background-color:rgba(229,237,245,.5);border-radius:15px;padding:30px 15px}html.style2 .faq-block .icon-btn{margin-top:10px}html.style2 .faq-block .media{position:relative}html.style2 .faq-section .faq-decor{position:absolute;right:-20px;bottom:-20px;z-index:-1;animation:animatow 30s linear infinite;opacity:.2}html.style2 .faq-section .accordion.theme-accordion .card{margin-top:10px;border-radius:15px;overflow:hidden;border:1px solid #dce4ea;background:transparent}html.style2 .faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type,html.style2 .faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type){border-bottom:1px solid #eff1f2}html.style2 .faq-section .accordion.theme-accordion .card:first-child{margin-top:0;padding:0}html.style2 .faq-section .accordion.theme-accordion .card .card-header{padding:0 30px 0 0;border-bottom:0;transition:all .3s ease;background-color:#edf4fa}html.style2 .faq-section .accordion.theme-accordion .card .card-header button{color:#223645;text-align:left;font-size:17px;padding:18px;font-weight:600;display:block;width:100%;background-color:transparent;border:none}html.style2 .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]{color:#064c3c}html.style2 .faq-section .accordion.theme-accordion .card .card-header button:focus{outline:none}html.style2 .faq-section .accordion.theme-accordion .card .card-header button:before{content:"";position:absolute;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:6px solid #000;right:20px;top:25px;transition:all .3s ease}html.style2 .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-top:0;border-bottom:6px solid #064c3c;transition:all .3s ease}html.style2 .faq-section .accordion.theme-accordion .card .card-header button:hover{text-decoration:none;color:#064c3c;transition:all .3s ease}html.style2 .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #dce4ea}html.style2 .faq-section .accordion.theme-accordion .card .card-body{padding:15px 18px}html.style2 .faq-section .accordion.theme-accordion .card .card-body p{margin-bottom:0;font-size:14px;color:#223645;line-height:1.8;letter-spacing:.06em}html.style2 .faq-section h2{margin-bottom:5px}html.style2 .error-main .error-contain{text-align:center;padding-top:calc(50px + 150*(100vw - 320px)/1600);padding-bottom:calc(50px + 150*(100vw - 320px)/1600)}html.style2 .error-main .error-contain h1{font-size:calc(80px + 70*(100vw - 320px)/1600);color:#064c3c;line-height:.8;margin-bottom:40px;text-shadow:5px 5px 10px #064c3c}html.style2 .error-main .error-contain h2{margin-bottom:20px}html.style2 .error-main .error-contain h4{margin-bottom:20px;line-height:1.8}html.style2 .error-main .error-contain .animated-bg i{background:#d4ecfd;position:absolute;height:100px;width:100px;border-radius:100%;opacity:.3;transform:scale(1.3);animation:ripple1 4s linear infinite;margin:0 auto;top:45%;transform:translate(0);left:0;right:0;z-index:-1}html.style2 .error-main .error-contain .animated-bg i:first-child{animation:ripple2 4s linear infinite}html.style2 .error-main .error-contain .animated-bg i:nth-child(2){animation:ripple2 3s linear infinite}html.style2 .error-main .error-contain .animated-bg i:nth-child(3){animation:ripple3 2s linear infinite}html.style2 .about-page{background-color:#f4faf9}html.style2 .about-page p{font-size:calc(14px + 4*(100vw - 320px)/1600);margin-bottom:-2px}html.style2 .about-page .about-title{display:flex;text-transform:capitalize}html.style2 .about-page .about-title h1{line-height:1.3;font-size:calc(20px + 28*(100vw - 320px)/1600)}html.style2 .about-page .about-title p{line-height:2;letter-spacing:1px;text-transform:capitalize;margin-bottom:0}html.style2 .about-page .about-tab{display:flex;border:1px solid #eff1f2;padding:15px;background-color:#fff}html.style2 .about-page .about-tab .nav{border-right:1px solid #eff1f2}html.style2 .about-page .about-tab .nav .nav-link:active{background-color:transparent}html.style2 .about-page .about-tab .tab-content{padding:15px;font-size:calc(14px + 16*(100vw - 320px)/1600);font-weight:400;text-transform:capitalize;display:flex;align-items:center}html.style2 .about-page .about-tab .nav-pills .nav-link{width:-moz-fit-content;width:fit-content;font-size:calc(18px + 2*(100vw - 320px)/1600);text-transform:capitalize;line-height:1;font-weight:800;color:#223645}html.style2 .about-page .about-tab .nav-pills .nav-link.active{background-color:transparent}html.style2 .about-page .about-tab ul{display:unset}html.style2 .about-page .about-img h2{margin-bottom:15px;text-transform:capitalize}html.style2 .about-page .about-img p{line-height:2;letter-spacing:1px;margin-bottom:0}html.style2 .about-page .about-right-content{height:100%;align-items:center;display:flex}html.style2 .counter-sec{visibility:visible}html.style2 .counter-sec .counter-title{justify-content:center!important;margin-bottom:calc(30px + 30*(100vw - 320px)/1600);text-align:center!important;position:relative!important;overflow:hidden!important;width:100%!important}html.style2 .counter-sec .counter-title .title-line{position:relative;display:inline-block;font-weight:600;text-transform:uppercase!important;font-size:calc(20px + 4*(100vw - 320px)/1600);margin-top:-2px}html.style2 .counter-sec .counter-title .title-line:before{right:100%;margin-right:25px}html.style2 .counter-sec .counter-title .title-line:after,html.style2 .counter-sec .counter-title .title-line:before{content:"";position:absolute;top:48%;transform:translateY(-48%);height:1px;width:99%;display:block;border-bottom:5px solid #064c3c;opacity:.15}html.style2 .counter-sec .counter-title .title-line:after{left:100%;margin-left:25px}html.style2 .counter-sec .counter-main{visibility:visible;text-align:center!important}html.style2 .counter-sec .counter-slider{margin-top:-20px;margin-bottom:-20px}html.style2 .counter-box-second{position:relative;margin:20px auto;width:200px;height:200px;border-radius:30px;transition:box-shadow 1s;display:flex;justify-content:center;align-items:center;background-color:#f4faf9}html.style2 .counter-box-second:hover{box-shadow:0 5px 35px 0 rgba(0,0,0,.1)}html.style2 .counter-box-second .counter-box{text-align:center}html.style2 .counter-box-second .counter-box .counter-icon{font-size:40px;margin-bottom:10px;color:#064c3c}html.style2 .counter-box-second .counter-box h6{font-weight:600;color:#232323;margin-bottom:0!important;display:block!important;font-size:24px}html.style2 .counter-box-second .counter-box h6.counter{animation-duration:1s;animation-delay:0s}html.style2 .counter-box-second .counter-box span{font-size:14px;margin-top:10px;display:block}html.style2 .element-card{margin-top:30px;border:0;transition:all .3s ease;letter-spacing:.5px;border-radius:8px;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:30px 20px;overflow:hidden}html.style2 .element-card .theme-tab .tab-content{margin-bottom:20px}html.style2 .element-card .heading{padding:.75rem 1.25rem;margin-bottom:0;border-bottom:1px solid #eff1f2}html.style2 .element-card .element-card-body{padding:.75rem 1.25rem;margin-bottom:-5px}html.style2 .element-card .element-card-body .dot-btn,html.style2 .element-card .element-card-body .icon-btn{margin-bottom:5px}html.style2 .element-card .typography .fonts,html.style2 .element-card .typography .fonts .profile,html.style2 .element-card .typography h1,html.style2 .element-card .typography h2,html.style2 .element-card .typography h3,html.style2 .element-card .typography h4,html.style2 .element-card .typography h5,html.style2 .element-card .typography h6{margin-bottom:20px}html.style2 .element-card .typography .font_label{margin-right:20px}html.style2 .element-card .element-card-body .fonts a+a{margin-left:20px}html.style2 .element-card .element-card-body .fonts .dot-btn{margin-right:20px}html.style2 .element-card .chat-main .details h5,html.style2 .element-card .chat-main .details h6{margin-bottom:0}html.style2 .element-card .chat-main .date-status{top:50%!important;transform:translateY(-50%)}html.style2 .element-card .chat-main .date-status h6{margin-bottom:0}html.style2 .element-images .element-card-header h2{margin-top:-5px}html.style2 .element-images .element-card-body{margin-bottom:3px}html.style2 .element-font .element-card-header h2{margin-top:-4px}html.style2 .element-font .element-card-body{margin-bottom:-17px}html.style2 .element-badge .element-card-body{margin-bottom:5px}html.style2 .element-badge .element-card-body.label-spacing{margin-bottom:-18px}html.style2 .element-badge .element-card-body.element-dot{margin-bottom:-3px}html.style2 .background .element-card .element-card-header h2{margin-top:-2px}html.style2 .background .element-card .element-card-body{margin-bottom:3px}html.style2 .background .element-button.element-card .element-card-body{margin-bottom:-18px}html.style2 .Icons .element-card .element-card-header h2{margin-top:-2px}html.style2 .Icons .element-card .element-card-body:last-child{margin-bottom:-24px}html.style2 .theme_btn_group .element-card .element-card-header h2{margin-top:-2px}html.style2 .theme_btn_group .element-card .element-card-body{margin-bottom:-22px}html.style2 .massage_box .element-msg .element-card-header h2{margin-top:-3px}html.style2 .massage_box .element-msg .element-card-body{margin-bottom:-36px}html.style2 .massage_box .chat-main{margin-bottom:5px}html.style2 .massage_box .element-card .document{margin-bottom:-14px}html.style2 .massage_box .element-card .element-card-body .share-media{margin-bottom:6px}html.style2 .massage_box .element-card .element-card-body .share-media .row{margin:0}html.style2 .element-animate .element-card-header h2{margin-top:-3px}html.style2 .element-animate .popup-group{margin-bottom:-18px}html.style2 .testimonial-title{margin-bottom:-80px;margin-top:100px}html.style2 .element-span-prag .element-card .small_prag{margin-bottom:20px}html.style2 .element-span-prag p{margin-bottom:5px}html.style2 .faq-block .search-form{left:-2px;top:-5px;height:60px}html.style2 .inner-page~div .testimonial-back-content{display:none}html.style2 .section-pb-space{padding-bottom:100px}html.style2 .section-pt-space{padding-top:100px}html.style2 .section-py-space{padding-top:100px;padding-bottom:100px}html.style2 #price .slick-slider{margin:-20px 0}html.style2 .landing-title{position:relative;text-align:center}html.style2 .landing-title h1{font-size:calc(80px + 40*(100vw - 320px)/1600);color:#1c77ed;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.05;position:absolute;top:0;left:0;right:0;text-align:center;display:flex;justify-content:center}html.style2 .landing-title .sub-title{display:flex;justify-content:center;margin-bottom:50px}html.style2 .landing-title .sub-title h4{font-size:calc(12px + 5*(100vw - 320px)/1600);color:#1c77ed;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:10px;letter-spacing:3px;margin-top:-2px}html.style2 .landing-title .sub-title h2{font-size:calc(16px + 20*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;width:550px;text-transform:capitalize;line-height:1.3;margin-bottom:-2px}html.style2 .btn{border:none}html.style2 .app-btn{border-radius:10px;background-color:rgba(28,119,237,.1);color:#1c77ed;text-transform:uppercase;padding:16px 25px}html.style2 .pricing-btn{border-radius:8px;background-color:#064c3c;color:#fff}html.style2 header{padding-top:55px;position:absolute;top:0;width:100%;z-index:1}html.style2 header .landing-header .navbar{flex-direction:unset}html.style2 header .landing-header .navbar-collapse{width:100%}html.style2 header .landing-header .navbar-collapse .navbar-nav{flex-direction:unset;align-items:center;height:100%;padding-left:140px}html.style2 header .landing-header .navbar-collapse .navbar-nav .nav-item{display:inline-block;position:relative;margin-left:30px;font-weight:600;text-transform:uppercase;font-size:calc(13px + 3*(100vw - 320px)/1600);transition:all .3s ease}html.style2 header .landing-header .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#064c3c!important}html.style2 header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:rgba(0,0,0,.7)}html.style2 header .landing-header.fixed{position:fixed;width:100%;background-color:#064c3c;z-index:9;padding:5px 50px;max-width:95%;left:50%;transform:translateX(-50%);border-radius:20px;top:10px;box-shadow:0 0 30px rgba(29,168,253,.5)}html.style2 header .landing-header.fixed .main-menu .navbar-nav>li>a,html.style2 header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#fff!important}html.style2 header .landing-header .navbar-collapse ul li a{color:#fff;font-weight:700;font-size:15px}html.style2 .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link,html.style2 .landing-page .landing-header .navbar-light .navbar-nav .nav-link,html.style2 header .landing-header .navbar-collapse ul .active a,html.style2 header.theme-landing .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff}html.style2 .theme-landing{z-index:2;position:relative}html.style2 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important}html.style2 .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}html.style2 .slider-block .downlaod .footer-btn .btn .fa-apple{margin-left:1px}html.style2 .slider-block .downlaod .footer-btn .btn .fa-play{margin-left:3px}html.style2 .slider-block .slider-main .slider-contain h1{margin-bottom:10px}html.style2 .light-bg{background-color:rgba(6,76,60,.05)}html.style2 .app-design-main{text-align:center;padding-top:45px;padding-bottom:50px}html.style2 .app-design-main .icon-box{border-radius:35px;background-color:#fff;box-shadow:0 0 30px rgba(29,168,253,.1);width:-moz-fit-content;width:fit-content;padding:30px;margin:0 auto;transition:all .5s ease}html.style2 .app-design-main .icon-box i{font-size:40px;color:#1da8fd}html.style2 .app-design-main .app-hover{position:absolute;top:-2px;left:27%;opacity:0;z-index:-1;transition:all .5s ease}html.style2 .app-design-main.hover,html.style2 .app-design-main:hover{cursor:pointer}html.style2 .app-design-main.hover .app-hover,html.style2 .app-design-main:hover .app-hover{opacity:1}html.style2 .app-design-main.hover .icon-box,html.style2 .app-design-main:hover .icon-box{background-color:#1da8fd;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}html.style2 .app-design-main.hover .icon-box i,html.style2 .app-design-main:hover .icon-box i{color:#fff}html.style2 .app-design-main .contant-box{margin-top:40px}html.style2 .app-design-main .contant-box h2{font-size:calc(16px + 10*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize}html.style2 .app-design-main .contant-box h4{font-size:calc(13px + 2*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:300;text-transform:capitalize;line-height:1.8;width:293px;margin:20px auto -6px}html.style2 .chitchat-main{position:relative;overflow:hidden}html.style2 .chitchat-main .landing-title .sub-title h2{margin-bottom:-9px}html.style2 .chitchat-main .chitchat-contain{display:flex;align-items:center;height:100%}html.style2 .chitchat-main .chitchat-contain .chitchat-img{margin-top:-5px}html.style2 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:35px}html.style2 .chitchat-main .chitchat-contain h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px}html.style2 .chitchat-main .chitchat-contain h3 span{font-weight:600;font-size:calc(16px + 6*(100vw - 320px)/1600)}html.style2 .chitchat-main .chitchat-contain h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:50px;width:560px}html.style2 .chitchat-main .chitchat-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#223645;font-family:Roboto,sans-serif;font-weight:400;margin-bottom:40px;line-height:1.6}html.style2 .chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:15px;font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300}html.style2 .chitchat-main .chitchat-contain ul.detial-price li:last-child{margin-bottom:0}html.style2 .chitchat-main .chitchat-contain ul.detial-price li i{color:#064c3c;margin-right:20px}html.style2 .chitchat-main .chitchat-contain .pricing-btn{color:#fff;margin-top:45px}html.style2 .chitchat-main .chitchat-back-block .chit-chat1{position:absolute;top:28%;left:16%;z-index:-1;animation:animatow 30s linear infinite}html.style2 .chitchat-main .chitchat-back-block .chit-chat2{position:absolute;top:33%;right:8%;z-index:-1;animation:animatow 30s linear infinite}html.style2 .chitchat-main .chitchat-back-block .chit-chat3{position:absolute;top:54%;left:33%;z-index:-1;animation:slidemain 50s linear infinite}html.style2 .ply-main{display:flex;align-items:center;margin-bottom:30px}html.style2 .ply-main .ply-content{background-color:rgba(6,76,60,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style2 .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style2 .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style2 .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}html.style2 .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style2 .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style2 .slider-block{background-color:#eff8ff;background-image:url(/assets/images/landing/1.jpg);overflow:hidden;position:relative;background-position:100%;background-size:cover}html.style2 .slider-block .downlaod .footer-btn .btn{padding:13px 23px}html.style2 .slider-block .inner1{position:absolute;top:50%;left:43%;animation:animatone 15s linear infinite}html.style2 .slider-block .slider-main{display:flex;align-items:center;height:100vh}html.style2 .slider-block .slider-main .slider-contain .ply-main{display:flex;align-items:center;margin-bottom:30px}html.style2 .slider-block .slider-main .slider-contain .ply-main .ply-content{background-color:rgba(6,76,60,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style2 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style2 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:30%;height:30%}html.style2 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style2 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}html.style2 .slider-block .slider-main .slider-contain .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style2 .slider-block .slider-main .slider-contain .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style2 .slider-block .slider-main .slider-contain h1{font-size:calc(20px + 28*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:17px;width:400px;line-height:1.2}html.style2 .slider-block .slider-main .slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:35px;line-height:1.8}html.style2 .slider-block .slider-main .slider-contain h4 span{color:#1c77ed;font-size:110%}html.style2 .slider-block .slider-main .slider-contain .header-btn{display:flex;align-items:center}html.style2 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn h4{margin-bottom:0;color:#fff;line-height:1;width:-moz-fit-content;width:fit-content}html.style2 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn h4{margin-bottom:0;line-height:1;width:-moz-fit-content;width:fit-content}html.style2 .slider-block .chat-slide{position:absolute;right:0;width:50%;top:0}html.style2 .team-work-main{position:relative}html.style2 .team-work-main .team-work-content{display:flex;align-items:center;height:100%}html.style2 .team-work-main .team-work-content .ply-main{display:flex;align-items:center;margin-bottom:40px}html.style2 .team-work-main .team-work-content .ply-main .ply-content{background-color:rgba(6,76,60,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style2 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.25));background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style2 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style2 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style2 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px;margin-left:6px}html.style2 .team-work-main .team-work-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style2 .team-work-main .team-work-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style2 .team-work-main .team-work-content h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px;width:582px}html.style2 .team-work-main .team-work-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:400;width:517px;line-height:1.8}html.style2 .team-work-main .team-work-content .pricing-btn{color:#fff;margin-top:40px}html.style2 .team-work-main .team1{position:absolute;top:100px;right:36%}html.style2 .team-work-main .team2{position:absolute;top:13%;right:28%;animation:animatow 15s linear infinite}html.style2 .team-work-main .team3{position:absolute;top:30%;right:42%}html.style2 .team-work-main .team4{position:absolute;top:30%;right:9%}html.style2 .team-work-main .team5{position:absolute;top:100px;left:30%}html.style2 .collaboration-main .collaboration-content{text-align:center;margin-bottom:85px;display:flex;justify-content:center;align-items:center}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{display:inline-block;margin-right:75px}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item:last-child{margin-right:0}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));background-color:#fff;border-radius:15px;padding:0}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{border-radius:15px;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:20px 30px}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:20px}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:30px;font-weight:900}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;line-height:1;margin-bottom:10px;text-transform:capitalize;text-align:left}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content p{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;margin-bottom:0;line-height:1;text-transform:capitalize}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main{background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9)}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content h3,html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content p{color:#fff}html.style2 .collaboration-main .tab-detail{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));width:-moz-fit-content;width:fit-content;margin:0 auto}html.style2 .testimonial-main .slick-slider .slick-list{margin:0 -30px}html.style2 .testimonial-main .slick-slider .slick-list .slick-slide{padding:0 30px}html.style2 .testimonial-main .owl-nav,html.style2 .testimonial-main .owl-nav button{display:flex;justify-content:center;align-items:center}html.style2 .testimonial-main .owl-nav button{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;border:none;font-family:FontAwesome;position:relative;margin-bottom:0}html.style2 .testimonial-main .owl-nav button i{font-size:15px;color:#064c3c}html.style2 .testimonial-main .owl-nav button:focus{outline:none}html.style2 .testimonial-slider{padding-top:45px;display:none}html.style2 .testimonial-slider .owl-nav{display:flex!important;align-items:center;justify-content:center;margin-top:20px}html.style2 .testimonial-slider .owl-nav.disabled{opacity:1!important}html.style2 .testimonial-slider .owl-nav button:focus{outline:none;border:none}html.style2 .testimonial-slider .owl-nav button.owl-next,html.style2 .testimonial-slider .owl-nav button.owl-prev{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;font-family:FontAwesome;position:relative;transition:all .5s ease;display:flex;justify-content:center;align-items:center;margin-bottom:0}html.style2 .testimonial-slider .owl-nav button.owl-next span,html.style2 .testimonial-slider .owl-nav button.owl-prev span{font-size:15px;display:none!important}html.style2 .testimonial-slider .owl-nav button.owl-next:hover,html.style2 .testimonial-slider .owl-nav button.owl-prev:hover{background-color:#1c77ed;transition:all .5s ease}html.style2 .testimonial-slider .owl-nav button.owl-next:hover:before,html.style2 .testimonial-slider .owl-nav button.owl-prev:hover:before{color:#fff}html.style2 .testimonial-slider .owl-nav button.owl-next:before,html.style2 .testimonial-slider .owl-nav button.owl-prev:before{font-size:15px;color:#1c77ed;transition:all .5s ease}html.style2 .testimonial-slider .owl-nav button.owl-prev:before{position:absolute;content:""}html.style2 .testimonial-slider .owl-nav button.owl-next{margin-left:20px}html.style2 .testimonial-slider .owl-nav button.owl-next:before{position:absolute;content:""}html.style2 .testimonial-slider.owl-carousel.owl-loaded{padding-top:20px!important}html.style2 .testimonial-box{border-radius:25px;background-color:#fff;border:1px solid rgba(6,76,60,.05);box-shadow:5px 5px 30px rgba(6,76,60,.07);text-align:center;margin:20px 0;padding:60px 40px}html.style2 .testimonial-box .test-img{position:relative;margin-left:auto;margin-right:auto;margin-bottom:30px;width:-moz-fit-content;width:fit-content;background-color:#e9f5ff;border-radius:50%}html.style2 .testimonial-box .test-img img{border-radius:50%;width:100px;height:100px;position:relative}html.style2 .testimonial-box .test-img .test-wish{position:absolute;top:0;right:0;font-size:12px;padding:8px;border-radius:50%;color:#fff;background-color:#064c3c}html.style2 .testimonial-box .test-contain{text-transform:capitalize}html.style2 .testimonial-box .test-contain h4{color:#064c3c;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}html.style2 .testimonial-box .test-contain h3{font-size:calc(16px + 4*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}html.style2 .testimonial-box .test-contain h6{color:#647589;font-family:Roboto,sans-serif;font-weight:400;line-height:1.8}html.style2 .testimonial-box .test-contain ul.test-icon{display:flex;justify-content:center;align-items:center;margin-top:30px}html.style2 .testimonial-box .test-contain ul.test-icon li{width:40px;height:40px;border-radius:20px;background-color:#fff;border:1px solid rgba(28,119,237,.1);display:flex;justify-content:center;align-items:center;margin-right:25px}html.style2 .testimonial-box .test-contain ul.test-icon li:last-child{margin-right:0}html.style2 .testimonial-main{position:relative;overflow:hidden}html.style2 .testimonial-main .testimonial-back-content .test-img1{position:absolute;top:3%;left:4%;transform:rotate(230deg);animation:slidemain 50s linear infinite}html.style2 .testimonial-main .testimonial-back-content .test-img2{position:absolute;bottom:7%;right:12%;animation:slidemain 50s linear infinite;z-index:-1}html.style2 .secure-app-main{background-image:url(/assets/images/landing/parallax/main.png);background-color:#eff8ff;background-position:0;background-repeat:no-repeat;background-attachment:fixed;height:850px;position:relative;overflow:hidden}html.style2 .secure-app-main .row>.col{padding:0}html.style2 .secure-app-main .secure-app-content{display:flex;justify-content:flex-end;align-items:center;height:850px}html.style2 .secure-app-main .secure-app-content .ply-main{display:flex;align-items:center;margin-bottom:27px}html.style2 .secure-app-main .secure-app-content .ply-main .ply-content{background-color:rgba(6,76,60,.1);width:50px;height:50px;border-radius:50%;padding:15px;margin-right:20px;display:flex;align-items:center;justify-content:center}html.style2 .secure-app-main .secure-app-content .ply-main .ply-content i{color:#064c3c;font-size:30px;font-weight:900;margin-top:5px}html.style2 .secure-app-main .secure-app-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style2 .secure-app-main .secure-app-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style2 .secure-app-main .secure-app-content h1{font-size:calc(18px + 38*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:37px}html.style2 .secure-app-main .secure-app-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:40px;line-height:1.8}html.style2 .secure-app-main .secure-app-content h4 span{color:#1c77ed;font-size:calc(14px + 3*(100vw - 320px)/1600)}html.style2 .secure-app-main .secure-app-content .pricing-btn{color:#fff}html.style2 .secure-app-main .secure-back-content .secure-img1{position:absolute;top:10%;right:-7%;transform:rotate(125deg);animation:slidemain 60s linear infinite}html.style2 .secure-app-main .secure-back-content .secure-img2{position:absolute;top:100px;left:38%;transform:rotate(-86deg);animation:slidemain 80s linear infinite}html.style2 .pricing-box{padding:40px;margin:20px;border-radius:25px;background-color:#fff;text-align:center;border:1px solid rgba(6,76,60,.05);box-shadow:5px 5px 30px rgba(6,76,60,.07)}html.style2 .pricing-box .pricing-icon{font-size:50px;margin-bottom:60px}html.style2 .pricing-box .pricing-icon img{width:auto;height:auto;margin-left:auto;margin-right:auto}html.style2 .pricing-box .pricing-content h2{font-size:calc(20px + 16*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:30px}html.style2 .pricing-box .pricing-content h4{color:#064c3c;font-family:Montserrat,sans-serif;font-weight:700}html.style2 .pricing-box .pricing-content .pricing-btn{margin-top:40px;color:#fff}html.style2 .pricing-box .pricing-content .pricing-btn:hover{color:#fff}html.style2 .pricing-box ul.avb-price{text-align:left;margin-top:40px;margin-left:80px}html.style2 .pricing-box ul.avb-price li{font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300;margin-bottom:10px}html.style2 .pricing-box ul.avb-price li:last-child{margin-bottom:0}html.style2 .pricing-box ul.avb-price li i{color:#064c3c;margin-right:20px}html.style2 .price-slider{margin-bottom:-20px;margin-top:-20px}html.style2 .subscribe-content{display:flex;height:100%;justify-content:center;align-items:center}html.style2 .subscribe-content h1{margin-bottom:40px;font-size:calc(16px + 32*(100vw - 320px)/1600);width:650px}html.style2 .subscribe-content .form-inline input::placeholder{color:#1c77ed;text-transform:capitalize}html.style2 .subscribe-content .form-inline .form-control{width:240px;height:46px;border-radius:10px;background-color:rgba(28,119,237,.1);border:none;padding-left:25px}html.style2 .subscribe-content .form-inline .form-control:first-child{margin-right:20px}html.style2 .subscribe-content button{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9);color:#fff;margin-left:20px;line-height:1}html.style2 .subscribe-content button:hover{color:#fff}html.style2 .subscribe-content h4{margin-top:40px;color:#223645;font-family:Roboto,sans-serif;font-weight:700;text-transform:capitalize;letter-spacing:.05em;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style2 .subscribe-content h4 span{font-weight:500;font-size:16px;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style2 .subscribe-main{position:relative;overflow:hidden}html.style2 .subscribe-main .subscribe-img1{position:absolute;top:22%;right:10%;width:300px;z-index:-1}html.style2 footer{background-color:#f4faf9;overflow:hidden;position:relative;border-top:1px solid #ddf1ff}html.style2 footer .footer-main{position:relative;padding-top:calc(30px + 40*(100vw - 320px)/1600);padding-bottom:calc(30px + 40*(100vw - 320px)/1600)}html.style2 footer h3{margin-bottom:25px;font-size:calc(14px + 4*(100vw - 320px)/1600)}html.style2 footer p{font-size:calc(13px + 2*(100vw - 320px)/1600);color:rgba(34,54,69,.9)}html.style2 footer .copyright p{color:rgba(34,54,69,.6)}html.style2 footer span{font-size:18px;color:#ff4e2b;line-height:0}html.style2 footer .logo{margin-bottom:15px}html.style2 footer .links li{display:block;position:relative;padding-left:20px;transition:all .3s ease}html.style2 footer .links li:hover{padding-left:22px;transition:all .3s ease}html.style2 footer .links li:hover a{color:#064c3c;transition:all .3s ease}html.style2 footer .links li:hover a:before{left:3px;color:#064c3c;transition:all .1s ease}html.style2 footer .links li a{font-size:calc(14px + 1*(100vw - 320px)/1600);color:#223645;font-weight:500}html.style2 footer .links li a:before{content:"";font-family:themify;font-size:11px;position:absolute;left:0;top:4px;transition:all .3s ease;font-weight:700}html.style2 footer .links li+li{margin-top:12px}html.style2 footer .copyright-footer{padding-top:1.1rem;border-top:1px solid rgba(34,54,69,.1)}html.style2 footer .foot-apl-btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center}html.style2 footer .foot-apl-btn:hover{cursor:pointer}html.style2 footer .foot-apl-btn i{color:#fff;margin-right:15px;font-size:30px}html.style2 footer .foot-apl-btn span h6{color:#fff;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:5px}html.style2 footer .foot-apl-btn span h4{color:#fff;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize;line-height:1}html.style2 footer .footer-back-block .inner1{position:absolute;top:-15%;right:10%;transform:rotate(96deg);animation:animatone 30s infinite reverse}html.style2 footer .footer-back-block .inner2{position:absolute;bottom:10%;left:-80px;animation:slidemain 40s linear infinite}html.style2 footer .footer-mobile-title{display:none}html.style2 footer .footer-contant .footer-btn{margin-top:30px}html.style2 .app-design-block .app-code-block{margin-bottom:-50px}html.style2 .downlaod .footer-btn .btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(34,54,69,.07));background-color:#fff;display:inline-flex;align-items:center;padding:17px 30px}html.style2 .downlaod .footer-btn .btn h6{padding-bottom:4px}html.style2 .downlaod .footer-btn .btn.active{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);transition:all .3s ease;color:#fff}html.style2 .downlaod .footer-btn .btn.active h4,html.style2 .downlaod .footer-btn .btn.active h6{transition:all .3s ease;color:#fff}html.style2 .downlaod .footer-btn .btn i{font-size:28px}html.style2 .downlaod .footer-btn .btn div{text-align:left;padding-left:12px}html.style2 .downlaod .footer-btn .btn+.btn{margin-top:15px}html.style2 .downlaod .footer-btn .fa-play{color:#064c3c}html.style2 .tap-top{width:42px;height:42px;border-radius:100%;position:fixed;bottom:20px;right:20px;z-index:8;display:none;color:#fff;text-align:center;background:#064c3c;border:none;font-size:22px;padding:4px;cursor:pointer}html.style2 .tap-top.top-cls{bottom:130px}html.style2 .inner-page header .landing-header .navbar-collapse ul .active a{color:#064c3c}@media(max-width:1367px){html.style2 .header-inner{padding-bottom:30px}html.style2 .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}}@media(max-width:1199px){html.style2 .blog-media>div:first-child{padding-bottom:30px}html.style2 .counter-box-second{width:165px;height:165px}html.style2 .counter-box-second .counter-box .counter-icon{font-size:30px}html.style2 .counter-box-second .counter-box h6{font-size:22px}html.style2 .counter-box-second .counter-box span{font-size:13px}}@media(max-width:991px){html.style2 .blog-detail-page .blog-commant,html.style2 .blog-detail-page .blog-contact{margin-top:30px}html.style2 .about-page .about-title h1{margin-bottom:15px}html.style2 .about-page .about-img img{margin-bottom:20px}html.style2 .team .owl-nav{top:-60px}html.style2 .team .owl-nav button.owl-next,html.style2 .team .owl-nav button.owl-prev{height:30px;width:30px}html.style2 .team .owl-nav button.owl-next:before,html.style2 .team .owl-nav button.owl-prev:before{font-size:12px}}@media(max-width:767px){html.style2 .breadcrumb-main .breadcrumb-content{display:unset;text-align:center}html.style2 .breadcrumb-main .breadcrumb-content .breadcrumb-left{margin-bottom:5px}html.style2 .blog-page .blog-sidebar{margin-top:30px}html.style2 .blog-page .blog-sidebar .blog-card{padding:15px}html.style2 .blog-page .order-sec{order:-1}html.style2 .blog-page .blog-contact .btn-solid{padding:13px 25px}html.style2 .left-blog .blog-sidebar{margin-top:0;margin-bottom:30px}html.style2 .faq-block>div:nth-child(n+3){margin-top:15px}html.style2 .faq-section .faq-search-box .input-group .form-control{padding:10px}html.style2 .error-main .error-contain .error-btn{padding:15px 25px}html.style2 .team .team-content .text-content h4,html.style2 .team .team-content .text-content p{margin-bottom:10px}html.style2 .team .team-content .text-content ul li{width:30px;height:30px}html.style2 .team .team-content .text-content ul li a i{font-size:14px}}@media(max-width:575px){html.style2 .faq-block .search-form .form-group .icon-close{top:1px}html.style2 .header-inner{padding-bottom:20px}html.style2 .error-main .error-contain .error-btn{padding:12px 18px}}@media(max-width:480px){html.style2 .faq-block .search-form .form-group .icon-close{top:5px}html.style2 .team .team-content{display:unset}html.style2 .team .team-content .text-content{margin-top:15px;padding-left:0}html.style2 .about-page .about-tab{display:block;text-align:center}html.style2 .about-page .about-tab ul li{display:inline-block;margin-right:10px}html.style2 .about-page .about-tab ul li:last-child{margin-right:0}html.style2 .about-page .about-tab .nav-pills .nav-link{padding:0;font-weight:600}html.style2 .about-page .about-tab .tab-content{border-top:1px solid #eff1f2;margin-top:10px;padding-bottom:0}}@media(max-width:360px){html.style2 .blog-page .blog-media .blog-right ul{display:flex}html.style2 .blog-page .blog-media .blog-right ul li{display:block}html.style2 .about-page .about-tab ul li:last-child{margin-top:10px}}@media(min-width:1680px){html.style2 .custom-container{max-width:1600px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}}@media(max-width:1367px){html.style2 .slider-block .slider-main{height:100vh}html.style2 .secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}html.style2 .secure-app-main .secure-app-content .ply-main .ply-content i{font-size:20px;margin-top:3px}html.style2 .rate-us{padding-top:60px!important}}@media(max-width:1679px){html.style2 .custom-container{max-width:100%;padding-right:15px;padding-left:15px;margin:0 auto}html.style2 .slider-block .chat-slide{bottom:-13%}html.style2 .slider-block .inner1{top:15%;left:25%}html.style2 .slider-block .inner2{right:-26%}html.style2 .slider-block .slider-main .slider-contain .ply-main .ply-content{padding:10px}html.style2 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:45px;height:45px}html.style2 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}html.style2 .team-work-main .team-work-content .ply-main{margin-bottom:18px}html.style2 .team-work-main .team-work-content .ply-main .ply-content{padding:10px}html.style2 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:45px;height:45px}html.style2 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}html.style2 .team-work-main .team-work-content h1{margin-bottom:17px;width:480px}html.style2 .team-work-main .team-work-content .pricing-btn{margin-top:18px}html.style2 .secure-app-main,html.style2 .secure-app-main .secure-app-content{height:650px}html.style2 .secure-app-main .secure-app-content .ply-main{margin-bottom:18px}html.style2 .secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}html.style2 .secure-app-main .secure-app-content h1{margin-bottom:11px}html.style2 .secure-app-main .secure-app-content h4{margin-bottom:14px}html.style2 .team-work-main .team-work-content{justify-content:center}html.style2 footer .footer-main .footer-back-block .inner1{left:-60%;top:-130%}html.style2 footer .footer-main .footer-back-block .inner2{right:-60%;bottom:-130%}}@media(max-width:1500px){html.style2 .pricing-box ul.avb-price{margin-left:50px}}@media(max-width:1470px){html.style2 .chitchat-main .landing-title .sub-title h2{margin-bottom:-8px}html.style2 .slider-block .inner2{right:-40%}html.style2 .slider-block .chat-slide{bottom:0}html.style2 .chitchat-main .chitchat-contain{justify-content:center}html.style2 .chitchat-main .chitchat-contain h1{width:450px}html.style2 .chitchat-main .chitchat-contain .chitchat-img{width:450px;margin-top:-3px}html.style2 .team-work-main .team-work-content .team-main{width:480px}html.style2 .team-work-main .team1{right:30%;width:100px}html.style2 .team-work-main .team2{top:17%;right:13%;width:27px}html.style2 .team-work-main .team3{right:10%}html.style2 .subscribe-content h1{margin-bottom:23px}html.style2 .subscribe-content h4{margin-top:18px}html.style2 .subscribe-content .form-inline{display:unset}html.style2 .subscribe-content button{margin-top:23px;display:block;margin-left:0}html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:300px}}@media(max-width:1367px){html.style2 .section-py-space{padding-top:80px;padding-bottom:80px}html.style2 .section-pt-space{padding-top:80px}html.style2 .section-pb-space{padding-bottom:80px}html.style2 header{padding-top:30px}html.style2 header .landing-header .navbar-nav .nav-item:last-child .dropdown-menu{margin-bottom:0!important}html.style2 .slider-block .inner1{display:none}html.style2 .app-design-main{padding-top:35px}html.style2 .app-design-main .contant-box h4{margin-bottom:-4px}html.style2 .chitchat-main .chitchat-back-block .chit-chat3{left:11%}html.style2 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:22px}html.style2 .chitchat-main .chitchat-contain h3{margin-bottom:20px}html.style2 .chitchat-main .chitchat-contain h1{margin-bottom:24px}html.style2 .chitchat-main .chitchat-contain h4{margin-bottom:17px}html.style2 .chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:10px}html.style2 .chitchat-main .chitchat-contain .pricing-btn{margin-top:18px}html.style2 .collaboration-main .collaboration-content{margin-bottom:55px}html.style2 .collaboration-main .collaboration-content ul.collab-tab li{margin-right:45px}html.style2 .secure-app-main{height:426px}html.style2 .secure-app-main .secure-app-content{height:426px;background-color:hsla(0,0%,100%,.9);padding:20px}html.style2 .pricing-box .pricing-icon{margin-bottom:23px}html.style2 .pricing-box .pricing-icon img{width:55px}html.style2 .pricing-box .pricing-content h2{margin-bottom:13px}html.style2 .pricing-box .pricing-content .pricing-btn{margin-top:20px;padding:13px 25px}html.style2 .pricing-box ul.avb-price{margin-top:26px;margin-left:10px!important}html.style2 footer .footer-main .footer-logo{margin-bottom:15px}html.style2 footer .footer-main .footer-logo img{width:100px}html.style2 footer .footer-main h3{margin-bottom:17px}html.style2 footer .footer-main h1{margin-bottom:15px}html.style2 footer .footer-main .footer-btn{margin-top:22px}html.style2 footer .footer-main .footer-back-block .inner1{left:-75%;top:-160%}html.style2 footer .footer-main .footer-back-block .inner2{right:-75%}html.style2 footer .footer-main .footer-back-block .inner3{top:-25%}html.style2 footer .footer-main .footer-back-block .inner4{bottom:0;left:-10%}html.style2 footer .footer-main .footer-back-block .inner5{width:300px}html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:290px}html.style2 .subscribe-content h1{width:auto}html.style2 .subscribe-content img{width:400px;height:auto}}@media(max-width:1366px){html.style2 .slider-contain{padding-left:30px}html.style2 .element-card .chat-main li .chat-box .details{padding-left:70px}html.style2 .landing-page-header .landing-header .navbar .navbar-collapse{width:100%!important}html.style2 .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}html.style2 .landing_page_slider{min-height:1080px}html.style2 .landing_page_slider .animated-img-2{margin-top:0;width:1000px}html.style2 .landing_page_slider .animated-img-1 .slicing-img-4{left:230px;top:230px}html.style2 .landing_page_slider .animated-img-1 .slicing-img-5{left:900px;top:466px}html.style2 .landing_page_slider .animated-img-1 .slicing-img-6{top:152px;right:351px}html.style2 .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:438px}html.style2 .slider-block .chat-slide{width:70%}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:10px}html.style2 .main-feature .key-feature .theme-collection .image-contain{padding:20px;min-height:160px}}@media(max-width:1300px){html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}html.style2 .chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}html.style2 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:1250px){html.style2 .chat-landing-page .landing_page_slider{min-height:980px}html.style2 .chat-landing-page .landing_page_slider .animated-img-2{width:950px}}@media(min-width:1201px)and (max-width:1239px){html.style2 .chat-landing-page .landing-page-header .fixed{padding:5px 50px}html.style2 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style2 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}}@media(max-width:1200px){html.style2 .chat-landing-page .landing-page-header .fixed{padding:5px 50px}html.style2 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style2 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}html.style2 .chat-landing-page .landing_page_slider .animated-img-2{width:900px}html.style2 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:0;top:180px;width:22%}html.style2 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:100px;right:-85px;width:47%}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:290px}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:330px}html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}}@media(max-width:1199px){html.style2 .app-design-block .app-code-block{margin-bottom:-40px}html.style2 .slider-block .slider-main{height:750px}html.style2 .landing-title .sub-title{margin-bottom:40px}html.style2 .collaboration-main .collaboration-content{margin-bottom:35px}html.style2 .pricing-box ul.avb-price li i{margin-right:10px}html.style2 .section-pb-space{padding-bottom:60px}html.style2 .section-pt-space{padding-top:60px}html.style2 .section-py-space{padding-top:60px;padding-bottom:60px}html.style2 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:40px}html.style2 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav{float:unset;width:unset}html.style2 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .active .nav-link{color:#064c3c!important;line-height:unset}html.style2 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{color:rgba(0,0,0,.7)!important;line-height:unset}html.style2 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{float:unset;margin-left:30px;margin-top:10px}html.style2 .chat-landing-page .landing-page-header .fixed{padding:5px 100px}html.style2 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse{width:100%}html.style2 .chat-landing-page .easy-navigation .inner-block{padding:20px}html.style2 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:30px;min-height:200px}html.style2 .chat-landing-page .bonus-page .blog-left{margin-top:50px}html.style2 header .landing-header .landing-header-right .main-nav{display:block}html.style2 header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#064c3c!important}html.style2 .testimonial-box{padding:40px}html.style2 .slider-block .slider-main .slider-contain .ply-main{margin-bottom:10px}html.style2 .slider-block .slider-main .slider-contain h1{margin-bottom:12px}html.style2 .slider-block .slider-main .slider-contain h4{margin-bottom:12px;width:70%}html.style2 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{padding:13px 28px}html.style2 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn i{font-size:24px}html.style2 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:13px 28px}html.style2 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn i{font-size:24px}html.style2 .app-design-main{padding-top:40px;padding-bottom:40px}html.style2 .app-design-main .contant-box h4{width:auto}html.style2 .pages-space>div:nth-child(n+3){margin-top:40px!important}html.style2 .chitchat-main .chitchat-contain h1{width:390px}html.style2 .chitchat-main .chitchat-contain .chitchat-img{width:380px}html.style2 .chitchat-main .chitchat-contain img{margin-top:0}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:25px}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main{padding:20px}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-img img{width:25px}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content p{display:none}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content h3{margin-bottom:0}html.style2 .team-work-main .team-work-content h1{width:420px}html.style2 .team-work-main .team-work-content h4{width:399px}html.style2 .team-work-main .team1{right:31%;width:80px}html.style2 .team-work-main .team2{right:19%;width:20px}html.style2 .subscribe-content .form-inline .form-control{width:200px}html.style2 .landing_popups .element-card .typography .internet{margin-bottom:0}html.style2 .chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px}html.style2 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:45px}html.style2 .main-feature .key-feature>div:nth-child(n+5){margin-top:30px}}@media(max-width:1155px){html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:470px}html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}}@media(max-width:1150px){html.style2 .chat-landing-page .landing_page_slider .animated-img-2{width:850px}}@media(max-width:1026px){html.style2 .chat-landing-page .landing_page_slider .animated-img-2{width:750px;margin-top:20px}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:225px}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:265px;left:273px}html.style2 .chat-landing-page .slider-block .slider-main .slider-contain h1{width:290px}html.style2 .chat-landing-page .slider-block .slider-main .slider-contain h4{width:375px}html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:215px}}@media(max-width:992px){html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:350px}html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}html.style2 .chat-landing-page .page-decore .top img{animation:none}html.style2 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat1,html.style2 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat2,html.style2 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat3,html.style2 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat4,html.style2 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat1,html.style2 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat2,html.style2 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat3,html.style2 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat4{display:none}html.style2 .chat-landing-page .landing_popups .element-card .typography .internet{margin-bottom:20px}html.style2 .chat-landing-page .landing_popups .svg_img2{animation:none}}@media(max-width:991px){html.style2 .pricing-box{padding:20px 10px;margin:20px 0}html.style2 .app-design-main .icon-box{border-radius:25px;padding:20px}html.style2 .app-design-main .app-hover{height:31%}html.style2 .app-design-block .app-code-block{margin-bottom:-25px}html.style2 .app-design-main{padding-top:25px;padding-bottom:25px}html.style2 .chitchat-main .landing-title .sub-title h2{margin-bottom:-6px}html.style2 .landing-title .sub-title h4{margin-top:-1px}html.style2 .chat-landing-page .collaboration-main .collaboration-content{margin-bottom:30px!important}html.style2 .landing-title .sub-title{position:unset;margin-top:0}html.style2 .landing-title h1{display:none}html.style2 .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{padding:13px 17px}html.style2 .chat-landing-page header .inner1{display:none}html.style2 .chat-landing-page .landing-page-header .fixed{padding:5px 15px}html.style2 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:100px}html.style2 .chat-landing-page .landing_page_slider .animated-img-2{margin-top:30px;width:700px}html.style2 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:-11px;top:122px;width:29%}html.style2 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:77px;right:-83px;width:52%}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:190px}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:205px;left:243px}html.style2 .chat-landing-page .easy-navigation .inner-block{padding:10px}html.style2 .chat-landing-page .easy-navigation .inner-block p{font-size:13px;line-height:1.5}html.style2 .chat-landing-page .easy-navigation .navigation-2 .exclusive-image img,html.style2 .chat-landing-page .easy-navigation .navigation-3 .exclusive-image img,html.style2 .chat-landing-page .easy-navigation .navigation-6 .exclusive-image img{min-height:220px}html.style2 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:10px;min-height:150px}html.style2 .slider-block .slider-main{margin-top:85px;position:relative;height:auto;text-align:center;justify-content:center;z-index:1;padding-top:70px;padding-bottom:70px}html.style2 .slider-block .slider-main .slider-contain{border-radius:20px;padding:30px;width:auto}html.style2 .slider-block .slider-main .slider-contain h1,html.style2 .slider-block .slider-main .slider-contain h4{width:auto}html.style2 .slider-block .chat-slide,html.style2 .slider-block .inner1{display:none}html.style2 .app-design-main .icon-box i{font-size:36px}html.style2 .team-work-main .team-work-content h1{width:auto;margin-bottom:15px}html.style2 .team-work-main .team-work-content h4{width:350px}html.style2 .team-work-main .team-work-content .pricing-btn{padding:12px 20px}html.style2 .team-work-main .team1{width:50px;top:16%;right:32%}html.style2 .team-work-main .team2{top:19%;right:20%}html.style2 .team-work-main .team4{width:40px;right:3%}html.style2 .team-work-main .team5{width:250px}html.style2 .secure-app-main{height:auto!important;padding-bottom:0!important}html.style2 .secure-app-main .secure-app-content{text-align:center;height:auto!important;padding:40px}html.style2 .secure-app-main .secure-app-content .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}html.style2 .secure-app-main .secure-app-content .pricing-btn{padding:12px 18px}html.style2 .secure-app-main .secure-back-content .secure-img2{top:0;left:0;display:none}html.style2 .secure-app-main .secure-back-content .secure-img1{top:unset;bottom:0;right:0;display:none}html.style2 .subscribe-content .form-inline .form-control{width:160px;display:inline-block}html.style2 .testimonial-slider{padding-top:0}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:0}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{display:none}html.style2 footer .footer-main .footer-logo img{width:80px}html.style2 footer .footer-main .footer-back-block .inner4{left:-20%}html.style2 footer .footer-main .footer-back-block .inner3{top:-30%;right:0}html.style2 .subscribe-content button{padding:12px 18px}}@media(max-width:930px){html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:175px}}@media(max-width:900px){html.style2 .chat-landing-page .landing_page_slider .animated-img-2{width:650px}html.style2 .chat-landing-page .landing_popups .element-card{letter-spacing:unset}html.style2 .chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:10px}}@media(max-width:850px){html.style2 .chat-landing-page .landing_page_slider .animated-img-2{width:550px}html.style2 .chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}html.style2 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:768px){html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}html.style2 .chat-landing-page .audiocall1.call-modal,html.style2 .chat-landing-page .audiocall2.call-modal,html.style2 .chat-landing-page .conferencecall.call-modal,html.style2 .chat-landing-page .videocall.call-modal,html.style2 .chat-landing-page .videocallhang.call-modal{min-height:460px}html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:150px}html.style2 .chat-landing-page .landing_popups .btn{padding:15px 20px}}@media(max-width:767px){html.style2 .slider-block{background-blend-mode:overlay;background-color:#bbb6b6}html.style2 .chitchat-main .landing-title .sub-title h2{margin-bottom:-2px}html.style2 .landing-screen-animation .pc-bg-1{height:300px!important}html.style2 .chat-landing-page .landing_page_slider{min-height:390px!important;background-image:none;background:linear-gradient(#064c3c,rgba(6,76,60,.4))}html.style2 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:170px}html.style2 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .playbutton .ply-content{background-color:unset;padding:0}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:100px;top:400px}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}html.style2 .chat-landing-page .landing_page_slider .animated-img-2{display:none}html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}html.style2 .chat-landing-page .easy-navigation .inner-block{padding:50px}html.style2 .chat-landing-page .easy-navigation .navigation-1{order:2}html.style2 .chat-landing-page .easy-navigation .navigation-2{order:1;margin-bottom:3rem!important}html.style2 .chat-landing-page .easy-navigation .navigation-3{margin-bottom:3rem!important}html.style2 .chat-landing-page .easy-navigation .navigation-5{order:2}html.style2 .chat-landing-page .easy-navigation .navigation-6{order:1;margin-bottom:3rem!important}html.style2 .chat-landing-page .main-feature .key-feature .feture-icon{padding:40px 30px}html.style2 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:60px}html.style2 .section-pb-space{padding-bottom:30px}html.style2 .section-pt-space{padding-top:30px}html.style2 .landing-title h1{display:none}html.style2 .landing-title .sub-title{position:unset;margin-top:0}html.style2 .landing-title .sub-title h4{margin-bottom:5px}html.style2 .slider-block .slider-main{justify-content:center;text-align:center;height:-moz-fit-content;height:fit-content;padding-bottom:60px}html.style2 .slider-block .slider-main .slider-contain{padding:15px}html.style2 .slider-block .slider-main .slider-contain .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}html.style2 .slider-block .slider-main .slider-contain .header-btn{justify-content:center}html.style2 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn,html.style2 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:9px 17px}html.style2 .slider-block .downlaod .footer-btn .btn{padding:10px 20px}html.style2 .slider-block .downlaod .footer-btn .btn i{font-size:22px}html.style2 .app-design-main{padding-bottom:0;padding-top:25px}html.style2 .app-design-main .contant-box{margin-top:15px}html.style2 .app-design-main .contant-box h4{margin-top:5px}html.style2 .app-design-main .icon-box{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);border-radius:5px;padding:15px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35))}html.style2 .app-design-main .icon-box i{color:#fff;font-size:20px}html.style2 .app-design-main:hover .app-hover{display:none;opacity:0}html.style2 .app-design-main .app-hover{display:none}html.style2 .app-design-block .app-btn{margin-top:25px;padding:15px 20px}html.style2 .app-design-block .app-code-block{margin-bottom:0}html.style2 .app-code-block>div:first-child .app-design-main{padding-top:0}html.style2 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:28px}html.style2 .landing-page-header header .landing-header .btn_purchase a{padding:12px 25px}html.style2 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{font-size:14px!important}html.style2 .chitchat-main .chitchat-contain{text-align:center}html.style2 .chitchat-main .chitchat-contain .chitchat-img{width:250px;margin:-2px auto 0}html.style2 .chitchat-main .chitchat-contain h3{margin-bottom:18px}html.style2 .chitchat-main .chitchat-contain h1{width:auto;margin-bottom:18px}html.style2 .chitchat-main .chitchat-contain h4{margin-bottom:10px}html.style2 .chitchat-main .chitchat-back-block .chit-chat3{top:16%;left:32%}html.style2 .chit-chat-block>div:first-child{margin-bottom:20px}html.style2 .chitchat-main .chitchat-contain .pricing-btn{padding:15px 20px}html.style2 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:18px}html.style2 .chitchat-main .chitchat-contain .chitchat-logo img{width:150px;height:auto}html.style2 .team-work-main .team-work-content{text-align:center;justify-content:center}html.style2 .team-work-main .team-work-content h1{width:auto;margin-bottom:12px}html.style2 .team-work-main .team-work-content h4{width:auto}html.style2 .team-work-main .team-work-content .ply-main{justify-content:center}html.style2 .team-work-main .team1{top:44%;right:62%}html.style2 .team-work-main .team2{top:50%;right:15%}html.style2 .team-work-main .team3{top:53%;right:10%}html.style2 .team-work-main .team4{top:80%;right:15%}html.style2 .team-work-main .team5{width:190px}html.style2 .team-block>div:first-child{margin-bottom:30px}html.style2 .collaboration-main .collaboration-content{margin-top:0;margin-bottom:30px}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:13px 20px;border-radius:5px;background-color:#fff}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{margin-bottom:0!important}html.style2 .testimonial-main .owl-nav button{width:30px;height:30px}html.style2 .testimonial-main .owl-nav button i{font-size:12px}html.style2 .secure-app-main .secure-back-content .secure-img1{bottom:-10%;right:-10%}html.style2 .secure-app-main .secure-back-content .secure-img2{top:-10%;left:-10%}html.style2 .pricing-box{padding:30px 20px;margin:20px 0;display:flex;justify-content:center}html.style2 .pricing-box .pricing-icon{margin-bottom:10px}html.style2 .pricing-box ul.avb-price{margin-left:0!important}html.style2 .pricing-box .pricing-content .pricing-btn{padding:10px 18px}html.style2 .subscribe-block>div:first-child{margin-bottom:30px}html.style2 .subscribe-content{text-align:center}html.style2 .subscribe-content img{width:200px}html.style2 .subscribe-content h4{margin-bottom:-3px}html.style2 .subscribe-content button{margin-left:auto;margin-right:auto}html.style2 .subscribe-content .form-inline .form-control{padding-left:15px;height:35px}html.style2 .subscribe-content .form-inline .form-control::placeholder{font-size:14px}html.style2 footer .footer-main ul.footer-contact li{margin-right:15px}html.style2 footer .footer-main .footer-btn{margin-top:27px}html.style2 footer .footer-main .footer-btn .foot-apl-btn{padding:13px 25px}html.style2 footer .footer-main .footer-btn .foot-ply-btn{padding:13px 25px;margin-left:20px}html.style2 footer .footer-back-block .inner1,html.style2 footer .footer-back-block .inner2{display:none}html.style2 .pages-space>div:nth-child(n+2){margin-top:30px!important}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:15px 25px}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600;font-size:14px}html.style2 .chat-landing-page .content-title{margin-bottom:30px!important}html.style2 .chat-landing-page .easy-navigation .inner-block .btn{padding:13px 25px}html.style2 .rate-us .rate_us-section h2{margin:20px 0!important}html.style2 .rate-us .rate_us-section img{width:160px}html.style2 .rate-us .rate_us-section .rate-section li i{font-size:28px!important}html.style2 .main-feature .key-feature>div:nth-child(n+3){margin-top:30px}}@media(max-width:650px){html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}html.style2 .rate-us .rate_us-section img{width:150px}}@media(max-width:600px){html.style2 .slider-block .chat-slide{width:100%}html.style2 .audiocall1.call-modal,html.style2 .audiocall2.call-modal,html.style2 .conferencecall.call-modal,html.style2 .videocall.call-modal,html.style2 .videocallhang.call-modal{min-height:350px}html.style2 .audiocall1.call-modal .center-con,html.style2 .audiocall2.call-modal .center-con,html.style2 .conferencecall.call-modal .center-con,html.style2 .videocall.call-modal .center-con,html.style2 .videocallhang.call-modal .center-con{bottom:25px}html.style2 .videocall.call-modal .videocall-details,html.style2 .videocallhang.call-modal .videocall-details{padding:20px}html.style2 #videocallhang{padding-right:0}html.style2 .landing_page_slider{min-height:450px}}@media(max-width:575px){html.style2 .slider-block .slider-main{margin-top:70px}html.style2 .section-py-space{padding-top:50px;padding-bottom:50px}html.style2 .section-pt-space{padding-top:50px}html.style2 .section-pb-space{padding-bottom:50px}html.style2 .element-card .chat-main li .chat-box .details h6{max-width:100px}html.style2 .chitchat-main .landing-title .sub-title h2,html.style2 .landing-title .sub-title h2{margin-bottom:-1px}html.style2 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:160px}html.style2 .landing-title .sub-title h4{margin-bottom:10px}html.style2 .landing-title .sub-title h2{width:auto}html.style2 header{padding-top:20px}html.style2 header .landing-header .landing-header-left .logo-block img{height:40px;width:auto}html.style2 header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-right:0}html.style2 header .landing-header .landing-header-right .purchase-block .purchase-btn span{display:none}html.style2 header .landing-header.fixed{padding:0!important}html.style2 header .landing-header .logo-block img{height:28px!important}html.style2 .slider-block .inner2,html.style2 header .landing-header .slider-block .inner2{right:0;top:10%}html.style2 .slider-block .downlaod .footer-btn .btn i{font-size:16px}html.style2 .app-design-block .app-btn{padding:12px 18px;font-size:13px;margin-top:20px}html.style2 .app-design-main{padding-top:20px}html.style2 .team-work-main .team1{top:50%;width:40px;right:68%}html.style2 .team-work-main .team2{top:49%;right:43%}html.style2 .team-work-main .team4{top:48%;right:60%}html.style2 .chitchat-main .chitchat-contain .chitchat-img{width:200px}html.style2 .chitchat-main .chitchat-contain h1,html.style2 .chitchat-main .chitchat-contain h3{margin-bottom:14px}html.style2 .chitchat-main .chitchat-contain .pricing-btn{padding:12px 18px;font-size:13px}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:7px}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:10px;border-radius:5px}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600}html.style2 .collaboration-main .tab-detail .tab-content .container{width:100%}html.style2 .secure-app-main .secure-back-content .secure-img2{top:-20%;left:-20%}html.style2 .secure-app-main .secure-back-content .secure-img1{bottom:-20%;right:-20%}html.style2 .secure-app-main .secure-app-content .ply-main .ply-content{width:40px;height:40px}html.style2 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px;font-size:16px}html.style2 .pricing-box .pricing-content .pricing-btn{margin-top:14px}html.style2 footer .footer-main .footer-back-block .inner4{left:-25%;bottom:-40%}html.style2 footer .footer-main .footer-back-block .inner3{top:-35%;right:-12%}html.style2 .mobile-version-sec .mobile-display{text-align:center}html.style2 .mobile-version-sec .mobile-qr{max-width:unset;margin-left:0}html.style2 .mobile-version-sec .mobile-qr .qr-img:after{display:none}html.style2 .bonus-page .container{width:100%}html.style2 .bonus-page .m-width{width:100%!important}html.style2 .mobile-version-sec .mobile-qr{margin-top:40px;margin-left:auto!important;margin-right:auto}html.style2 .mobile-version-sec .mobile-img{text-align:center}html.style2 .mobile-version-sec .mobile-img img{height:350px;width:auto}html.style2 .three-in-one-sec{margin-top:0!important}html.style2 .rate-us .rate_us-section h2{margin:12px 0!important}html.style2 .rate-us .rate_us-section img{width:120px}html.style2 .rate-us .rate_us-section .rate-section li i{font-size:22px!important}html.style2 .main-feature .key-feature>div:nth-child(n+2){margin-top:30px!important}html.style2 .chat-landing-page .easy-navigation .inner-block .btn{padding:12px 18px}}@media(max-width:480px){html.style2 .secure-app-main .secure-app-content{padding:40px 20px}html.style2 .secure-app-main .secure-app-content .ply-main .ply-content{margin-right:10px}html.style2 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:5px}html.style2 .landing-title .sub-title h4{margin-top:0}html.style2 .chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:5px}html.style2 .chat-landing-page .audiocall1.call-modal,html.style2 .chat-landing-page .audiocall2.call-modal,html.style2 .chat-landing-page .conferencecall.call-modal,html.style2 .chat-landing-page .videocall.call-modal,html.style2 .chat-landing-page .videocallhang.call-modal{min-height:300px}html.style2 .chat-landing-page .audiocall1.call-modal ul li+li,html.style2 .chat-landing-page .audiocall2.call-modal ul li+li,html.style2 .chat-landing-page .conferencecall.call-modal ul li+li,html.style2 .chat-landing-page .videocall.call-modal ul li+li,html.style2 .chat-landing-page .videocallhang.call-modal ul li+li{margin-left:10px}html.style2 .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,html.style2 .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{height:40px;width:40px}html.style2 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style2 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}html.style2 .chat-landing-page .easy-navigation .inner-block{padding:30px}html.style2 .chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px;margin:10px 40px}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:55px;top:111px}html.style2 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}html.style2 .chat-landing-page .fadinup .container{width:100%}html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}html.style2 .slider-block{background-position:50%}}@media(max-width:420px){html.style2 .chitchat-main .landing-title .sub-title h2{margin-bottom:-4px}html.style2 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse{width:100%}html.style2 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{font-size:15px}html.style2 .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{border-radius:5px;padding:10px 12px}html.style2 .chat-landing-page header .landing-header .landing-header-right .main-nav .toggle-nav{margin-left:10px}html.style2 .chat-landing-page .videocall.call-modal .videocall-details,html.style2 .chat-landing-page .videocallhang.call-modal .videocall-details{padding:15px}html.style2 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style2 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}html.style2 .chat-landing-page .videocall.call-modal .videocall-details .zoomcontent,html.style2 .chat-landing-page .videocallhang.call-modal .videocall-details .zoomcontent{padding:3px}html.style2 .chat-landing-page .icon-btn.btn-xl{height:40px;width:40px;padding:10px}html.style2 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{min-height:200px}html.style2 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:140px}html.style2 .chat-landing-page .fadinup .container{width:100%}html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:180px}html.style2 .slider-block .inner2{top:13%}html.style2 .team-work-main .team2{top:60%;right:38%;width:16px}html.style2 .team-work-main .team3{width:30px}html.style2 .team-work-main .team4{top:56%;right:54%}html.style2 .team-work-main .team1{top:59%}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills{display:unset}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-bottom:10px}html.style2 .subscribe-content .form-inline .form-control{display:block;width:100%;border-radius:5px}html.style2 .subscribe-content .form-inline .form-control:first-child{margin-bottom:20px}html.style2 footer .footer-main .footer-btn{display:block}html.style2 footer .footer-main .footer-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-top:20px}html.style2 footer .footer-main .footer-btn .foot-apl-btn,html.style2 footer .footer-main .footer-btn .foot-ply-btn{margin-left:auto;margin-right:auto}}@media(max-width:360px){html.style2 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{margin-left:20px}html.style2 .chat-landing-page .audiocall1.call-modal,html.style2 .chat-landing-page .audiocall2.call-modal,html.style2 .chat-landing-page .conferencecall.call-modal,html.style2 .chat-landing-page .videocall.call-modal,html.style2 .chat-landing-page .videocallhang.call-modal{min-height:200px}html.style2 .chat-landing-page .videocall.call-modal .videocall-details,html.style2 .chat-landing-page .videocallhang.call-modal .videocall-details{padding:5px}html.style2 .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,html.style2 .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{margin-left:0;height:20px;width:20px}html.style2 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style2 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:5px}html.style2 .chat-landing-page .easy-navigation .inner-block{padding:20px}html.style2 .chat-landing-page .main-feature .key-feature .feture-icon{margin:10px}html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style2 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:120px}html.style2 .slider-block .slider-main .slider-contain .header-btn{display:unset}html.style2 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{margin:0 auto}html.style2 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-top:15px}html.style2 .feture-icon{padding:15px}}@media(max-width:320px){html.style2 .chat-landing-page .landing_page_slider{min-height:480px}html.style2 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px}}html.style2 .chat-landing-page{position:relative}html.style2 .chat-landing-page h1{margin-bottom:15px;background:-webkit-linear-gradient(#00caf3,#0090ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:calc(18px + 30*(100vw - 320px)/1600)}html.style2 .chat-landing-page h5{font-size:calc(13px + 3*(100vw - 320px)/1600);letter-spacing:0;color:#9098ac;font-family:Rubik;font-weight:400;text-align:center;line-height:1.4}html.style2 .chat-landing-page .content-title{text-align:center;margin-bottom:45px}html.style2 .chat-landing-page .customizer img,html.style2 .chat-landing-page .dark-light img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style2 .chat-landing-page .bonus-page .chit-chat5,html.style2 .chat-landing-page .collaboration-main .chit-chat5,html.style2 .chat-landing-page .dark-light .chit-chat5,html.style2 .chat-landing-page .easy-navigation .chit-chat5,html.style2 .chat-landing-page .real-time-customizer .chit-chat5{position:absolute;top:-70px;right:0;z-index:-1;transform:rotate(45deg);animation:slidemain 80s linear infinite}html.style2 .content-title h2{margin-bottom:10px;font-size:calc(14px + 14*(100vw - 320px)/1600)}html.style2 .landing-page-header~.sidebar-pannle-main{display:none}html.style2 .landing-page-header header{padding-top:30px}html.style2 .landing-page-header header .landing-header .navbar-collapse .navbar-nav{justify-content:center;float:left;width:75%;margin:auto}html.style2 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important;opacity:.8;font-size:17px;letter-spacing:0;line-height:55px;font-family:Rubik;font-weight:500;text-transform:capitalize}html.style2 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll{background-color:transparent;border:none}html.style2 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll:hover{border:none}html.style2 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .active .nav-link{color:#fff!important;opacity:1}html.style2 .landing-page-header header .landing-header .btn_purchase{float:right}html.style2 .landing-page-header header .landing-header .btn_purchase a{border-radius:5px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-color:#fff}html.style2 .landing-page-header header .fixed{background-color:#278bff!important}html.style2 .landing-header .dropdown-menu a{font-size:calc(12px + 1*(100vw - 320px)/1600)!important;color:rgba(0,0,0,.5)!important;padding-left:0;padding-right:0}html.style2 .landing-header .dropdown-menu .dropdown-item:focus,html.style2 .landing-header .dropdown-menu .dropdown-item:hover{background-color:transparent}html.style2 .slider-contain{padding-top:100px}html.style2 .landing_page_slider{background-image:url(/_next/static/media/1.622c6754.png);overflow:hidden;position:relative;min-height:1060px;background-repeat:no-repeat}html.style2 .landing_page_slider .landing_page_slider-main{margin-top:160px}html.style2 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#fff!important;-webkit-text-fill-color:#fff;font-size:calc(20px + 36*(100vw - 320px)/1600);font-family:Montserrat;font-weight:800}html.style2 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);line-height:31px;color:#fff;font-family:Roboto;font-weight:300;text-align:center}html.style2 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{font-size:18px;font-weight:500;color:#fff}html.style2 .landing_page_slider .animated-img-1{overflow:hidden}html.style2 .landing_page_slider .animated-img-1 .slicing-img-4{position:absolute;left:250px;top:120px;animation:homecloud 30s linear infinite;transform:scale(1.5)}html.style2 .landing_page_slider .animated-img-1 .slicing-img-5{position:absolute;left:960px;top:505px;animation:animateCloud 60s linear infinite}html.style2 .landing_page_slider .animated-img-1 .slicing-img-6{position:absolute;top:132px;right:474px;animation:heartbeat 2s infinite}html.style2 .landing_page_slider .animated-img-1 .slicing-img-7{position:absolute;top:284px;left:650px;width:15px;animation:heartbeat 5s infinite}html.style2 .landing_page_slider .animated-img-2{height:auto;align-items:center;position:relative;width:1200px;margin:30px auto 0}html.style2 .landing_page_slider .animated-img-2 .slicing-img-1{position:absolute;content:"";left:-7px;top:225px;width:20%}html.style2 .landing_page_slider .animated-img-2 .slicing-img-2{position:absolute;content:"";top:132px;right:-97px;width:44%}html.style2 .landing_page_slider .animated-img-2 .slicing-img-3{position:absolute;content:"";left:10px}html.style2 .landing-screen-animation{position:relative}html.style2 .landing-screen-animation .col-md-12{margin-bottom:50px}html.style2 .landing-screen-animation .three-img-1{width:100%;position:relative;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);background-size:cover;border:5px solid #fff}html.style2 .landing-screen-animation .three-img-1:hover{background-position:bottom}html.style2 .landing-screen-animation .pc-bg-1{background-image:url(/_next/static/media/image_1.1cf209ea.png);height:550px;transition:2s}html.style2 .landing-screen-animation .pc-bg-2{background-image:url(/_next/static/media/landing.e891557e.png);height:250px;transition:10s}html.style2 .landing-screen-animation .pc-bg-3{background-image:url(/_next/static/media/email.c4ada256.jpg);height:250px;transition:2s}html.style2 .demo-title{margin-top:20px;margin-bottom:0;font-size:calc(16px + 12*(100vw - 320px)/1600)}html.style2 .bonus-page .m-width{width:1380px}html.style2 .bonus-page .m-width .bonus{position:relative}html.style2 .bonus-page .m-width .bonus img{animation:zoomIn .3s ease-in-out;transition:all .5s ease;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style2 .bonus-page .m-width .bonus img:hover{transition:all .5s ease;transform:translateY(-3px)}html.style2 .bonus-page .demo-title{line-height:28px;font-size:calc(14px + 4*(100vw - 320px)/1600);letter-spacing:1px;margin-top:20px;margin-bottom:0;color:#333;font-weight:700}html.style2 .pages-space>div:nth-child(n+4){margin-top:50px}html.style2 .real-time-customizer{position:relative}html.style2 .workable-app-img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style2 .workable-app-img .img-1{position:relative}html.style2 .workable-app-img .img-2{position:absolute;top:597px;right:172px;width:14%}html.style2 .workable-app-img .doted{background-color:#fff}html.style2 .workable-app-img .doted ul{display:flex;padding:15px}html.style2 .workable-app-img .doted ul li{display:inline}html.style2 .workable-app-img .doted ul li .circle-1{color:#f84c45}html.style2 .workable-app-img .doted ul li .circle-2{color:#f7bb36}html.style2 .workable-app-img .doted ul li .circle-3{color:#69ce43}html.style2 .workable-app-img .doted ul li+li{padding-left:5px}html.style2 .workable-app-img .workable-title{position:absolute;z-index:1;top:275px;left:0}html.style2 .workable-app-img .workable-title h1{font-size:calc(35px + 85*(100vw - 320px)/1600);color:#fff;-webkit-text-fill-color:#fff;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.3;margin-bottom:50px}html.style2 .workable-app-title{margin-top:30px;text-align:center}html.style2 .chat-landing-page section{max-width:100vw;overflow:hidden}html.style2 .chat-landing-page .collaboration-main .collaboration-content{margin-top:0;margin-bottom:75px}html.style2 .rate-us{padding-top:100px}html.style2 .rate-us .rate_us-section{justify-content:center;display:flex;text-align:center}html.style2 .rate-us .rate_us-section .rate-section{display:flex;margin:0 0 30px}html.style2 .rate-us .rate_us-section .rate-section li i{color:#ffd203;font-size:36px}html.style2 .rate-us .rate_us-section .rate-section li+li{padding-left:4px}html.style2 .rate-us .rate_us-section h2{letter-spacing:.1em;margin:30px 0;line-height:1.5;font-size:calc(14px + 14*(100vw - 320px)/1600)}html.style2 .rate-us .rate_us-section .rate_btn{border-radius:30px;background-color:transparent;border:2px solid #1c9dea;color:#1c9dea;padding:11px 50px}html.style2 .rate-us .rate_us-section .rate_btn:hover{background-color:#1c9dea;color:#fff}html.style2 .main-feature .key-feature>div:nth-child(n+7){margin-top:30px}html.style2 .main-feature .key-feature .feture-icon{padding:60px 30px;text-align:center;background:#fff;border:1px solid #f5f5f5;font-size:14px;text-transform:capitalize}html.style2 .main-feature .key-feature .feture-icon svg{width:60px;height:auto;fill:gray!important;opacity:.7;transition:all .5s ease}html.style2 .main-feature .key-feature .feture-icon h5{margin-top:15px;color:#555;letter-spacing:2px;transition:all .3s ease;padding-bottom:0;margin-bottom:0;line-height:1;font-weight:500;opacity:.7;transition:all .5s ease}html.style2 .main-feature .key-feature .feture-icon:hover{transition:.25s ease-in-out;border-color:rgba(38,138,255,.3)}html.style2 .main-feature .key-feature .feture-icon:hover svg{fill:#064c3c!important}html.style2 .main-feature .key-feature .feture-icon:hover h5{color:#064c3c}html.style2 .tour-integrated{position:relative}html.style2 .tour-integrated .chitchat-back-block .chit-chat1{position:absolute;left:0;top:10%;transform:rotate(150deg);animation:slidemain 60s linear infinite}html.style2 .tour-integrated .chitchat-back-block .chit-chat2{position:absolute;right:5%;bottom:15%;width:100px;transform:rotate(-86deg);animation:slidemain 20s linear infinite}html.style2 .tour-integrated .chitchat-back-block .chit-chat3{position:absolute;right:15%;bottom:300px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}html.style2 .tour-integrated .chitchat-back-block .chit-chat6,html.style2 .tour-integrated .chitchat-back-block .chit-chat7{position:absolute;right:15%;bottom:176px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}html.style2 .mobile-version-sec{position:relative}html.style2 .mobile-version-sec .mobile-img{margin-bottom:-30px}html.style2 .mobile-version-sec .mobile-display{text-align:end}html.style2 .mobile-version-sec .mobile-qr{max-width:200px;text-align:center;margin-left:50px;position:relative}html.style2 .mobile-version-sec .mobile-qr p{font-size:14px;white-space:pre-line;color:#000}html.style2 .mobile-version-sec .mobile-qr .qr-img:after{position:absolute;bottom:-85px;right:60px;background-image:url(/_next/static/media/line.9fd0ed60.png);background-repeat:no-repeat;content:"";width:256px;height:135px;background-size:cover;z-index:-1}html.style2 .mobile-version-sec .mobile-qr .qr-img img{box-shadow:0 10px 60px 0 rgba(0,0,0,.15)}html.style2 .mobile-version-sec .mobile-qr .btn-qr{padding:5px 10px;border-radius:5px;filter:drop-shadow(0 5px 7.5px rgba(255,45,100,.35));background-color:#ff2d64;color:#fff;font-size:12px;text-align:center;font-weight:500;font-family:Rubik;margin-bottom:20px}html.style2 .mobile-version-sec .chitchat-back-block .chit-chat1{position:absolute;left:20%;top:20%;width:150px;transform:rotate(86deg);animation:slidemain 80s linear infinite}html.style2 .mobile-version-sec .chitchat-back-block .chit-chat2{position:absolute;right:20%;bottom:26%;width:150px;transform:rotate(-86deg);animation:slidemain 50s linear infinite}html.style2 .mobile-version-sec .chitchat-back-block .chit-chat3{position:absolute;left:41%;top:38%;z-index:-1;transform:rotate(-86deg);animation:slidemain 50s linear infinite}html.style2 .mobile-version-sec .chitchat-back-block .chit-chat4{position:absolute;top:13%;right:-5%;transform:rotate(125deg);animation:slidemain 60s linear infinite}html.style2 .app-demo-section{background:#fff}html.style2 .app-demo-section .app-demo-content{text-align:center;position:relative;margin-bottom:50px}html.style2 .app-demo-section .container-modify{max-width:1600px;margin:0 auto}html.style2 .app-demo-section .img-effect{transition:all .3s linear;text-align:center}html.style2 .app-demo-section .img-effect:hover{transform:translateY(-6px)}html.style2 .app-demo-section .app-img{border-radius:30px;box-shadow:-1px 2px 5px 1px #ececec}html.style2 .three-in-one-sec{margin-top:-70px}html.style2 .three-in-one-sec .chat-sec{width:100%;height:350px;box-shadow:0 0 10px 2px #ddd}html.style2 .three-in-one-sec .app-lauout-sec .landing-page-img{width:100%;height:175px;display:inline-block;position:relative;background-repeat:no-repeat;box-shadow:0 0 10px 2px #ddd;background-color:#fff;background-size:contain}html.style2 .three-in-one-sec .app-lauout-sec .landing-page-img .img-scroll{transition:all 9s ease-out 0s;background-position:center 0;background-repeat:no-repeat;position:absolute;width:100%;height:calc(100% - 18px);top:18px;left:0;background-size:cover}html.style2 .three-in-one-sec .app-lauout-sec .landing-page-img:hover .img-scroll{background-position:center 100%!important}html.style2 .popup-group{margin-bottom:-20px}html.style2 .popup-group .font_label{margin:0 8px 20px}html.style2 .landing_popups{position:relative;background-color:#288bfe;background:-webkit-linear-gradient(left,#00caf3,#0090ff)}html.style2 .landing_popups h1{color:#fff!important;-webkit-text-fill-color:#fff}html.style2 .landing_popups h5{color:#fff}html.style2 .landing_popups #videocallhang.modal{position:static}html.style2 .landing_popups .viddiolog.fade{height:auto}html.style2 .landing_popups .viddiolog.fade .modal-body{padding-top:0}html.style2 .landing_popups .viddiolog.modal-dialog{margin:0 auto;height:auto}html.style2 .landing_popups .viddiolog.modal-dialog .videocall-details h5{font-size:calc(13px + 1*(100vw - 320px)/1600);letter-spacing:0;color:#223645!important;font-family:Montserrat,sans-serif;font-weight:700;text-align:left}html.style2 .landing_popups .svg_img2{position:absolute;right:-300px;top:350px;opacity:.5;animation:rotatedTwo 15s linear infinite alternate}html.style2 .landing_popups .slicing-img-8{position:absolute;top:100px;animation:homecloud 30s linear infinite;transform:scale(2)}html.style2 .landing_popups .slicing-img-9{position:absolute;left:0;top:50px;animation:animateCloud 60s linear infinite}html.style2 .easy-navigation .inner-block{height:calc(100% - 0px);background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:45px;margin-bottom:20px;text-align:center}html.style2 .easy-navigation .inner-block h4{font-size:calc(20px + 8*(100vw - 320px)/1600);color:#223645}html.style2 .easy-navigation .inner-block p{font-size:15px;line-height:1.7;letter-spacing:.7px}html.style2 .easy-navigation .exclusive-image{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style2 .slick-slider .slick-list{margin:0 -6px}html.style2 .slick-slider .slick-list .slick-slide{padding:0 6px}html.style2 .slick-slider .slick-list .slick-slide .item:focus{outline:none}html.style2 .custom-control-label{font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;font-weight:600;line-height:1.9;padding-left:10px}html.style2 .custom-switch .custom-control-label:before{border-radius:20px;height:19px;width:34px;box-shadow:inset 0 0 0 0 #dfdfdf;border-color:#dfdfdf;cursor:pointer}html.style2 .custom-switch .custom-control-label:after{top:calc(.25rem + 3px);left:calc(-2.25rem + 1px);width:calc(1rem - 3px);border-radius:100%;height:calc(1rem - 3px);box-shadow:0 1px 3px rgba(0,0,0,.4);background-color:transparent;cursor:pointer}html.style2 .custom-switch .custom-control-input:checked~.custom-control-label:before{background-color:#3fcc35;border-color:#3fcc35;box-shadow:inset 0 0 0 10px #3fcc35}html.style2 .custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(1.15rem)}html.style2 .custom-switch .custom-control-input:focus~.custom-control-label:before{box-shadow:none}html.style2 .custom-switch .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:unset;border-color:#dfdfdf}html.style2 .custom-switch.custom-switch-primary .custom-control-label:before{transition:border .4s ease 0s,box-shadow .4s ease 0s}html.style2 .custom-switch.custom-switch-primary .custom-control-label:after{transition:background-color .4s ease 0s,transform .2s ease 0s}html.style2 .custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:before{background-color:#064c3c;border-color:#064c3c;box-shadow:inset 0 0 0 10px #064c3c;transition:border .4s ease 0s,box-shadow .4s ease 0s,background-color 1.2s ease 0s}html.style2 .custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transition:background-color .4s ease 0s,transform .2s ease 0s}html.style2 .status-switch .custom-control-label{color:#223645}html.style2 .snippet-modal-main .default-form select{background:url(/assets/images/drop-1.png) #eff7fe no-repeat scroll 97.6%}html.style2 .theme-pannel-main{background-color:#fff;position:fixed;top:30%;right:0;z-index:9;padding:0 5px;box-shadow:0 0 7px 1px hsla(0,0%,62%,.2)}html.style2 .theme-pannel-main ul li{display:flex;padding:10px 12px;border-bottom:1px solid #dadada}html.style2 .theme-pannel-main ul li span{padding:0;text-transform:uppercase;color:#949494;font-weight:700}html.style2 .theme-pannel-main ul li a{padding:0}html.style2 .theme-pannel-main ul li:last-child{border-bottom:0}html.style2 .color-picker .title{display:inline-block;position:absolute;left:-68px;width:68px;box-shadow:-3px 0 7px 1px hsla(0,0%,62%,.2);background-color:#fff;padding:10px 14px;border-radius:5px}html.style2 .color-picker .colors li{height:35px;width:35px;margin:3px;display:inline-block;position:relative;border-radius:5px}html.style2 .color-picker .colors li.active:before{content:"";position:absolute;font-family:themify;color:#fff;font-size:19px;top:4px;left:9px;transform:rotate(-90deg)}html.style2 .color{background-color:#1c9dea}html.style2 .color1{background-color:#3a62b8}html.style2 .color2{background-color:#064c3c}html.style2 .color3{background-color:#9b4aff}html.style2 .color4{background-color:#00d3cb}html.style2 .color5{background-color:#ff5b92}html.style2 .color6{background-color:#ff803c}html.style2 .setting-sidebar{background-color:#fff;padding:20px;width:350px;height:100%;position:fixed;top:0;right:-350px;z-index:999;border-left:1px solid #eff1f2;transition:all .5s ease}html.style2 .setting-sidebar li{cursor:pointer}html.style2 .setting-sidebar .theme-title{border-bottom:1px solid #eff1f2;padding-bottom:15px}html.style2 .setting-sidebar h5{padding-top:20px;padding-bottom:15px}html.style2 .setting-sidebar .theme-layout ul{display:flex;align-items:center}html.style2 .setting-sidebar .theme-layout ul li{width:70px;height:50px;display:flex;align-items:center;background-color:#fff;margin-right:10px}html.style2 .setting-sidebar .theme-layout ul li.active .sidebar-content{position:relative}html.style2 .setting-sidebar .theme-layout ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;font-weight:900;height:100%;width:100%;display:flex;align-items:center;justify-content:center}html.style2 .setting-sidebar .theme-layout ul li .sidebar{width:30%;height:100%;background-color:#eff1f2;margin-right:5px;border-radius:5px}html.style2 .setting-sidebar .theme-layout ul li .sidebar-content{background-color:#eff1f2;width:70%;height:100%;border-radius:5px}html.style2 .setting-sidebar .theme-layout ul li:nth-child(2) .sidebar,html.style2 .setting-sidebar .theme-layout ul li:nth-child(3) .sidebar,html.style2 .setting-sidebar .theme-layout ul li:nth-child(3) .sidebar-content{background-color:#595959}html.style2 .setting-sidebar .theme-layout ul li:last-child .sidebar,html.style2 .setting-sidebar .theme-layout ul li:last-child .sidebar-content{background-image:linear-gradient(45deg,#3a62b8,#ff803c)}html.style2 .setting-sidebar .chat-wallpaper .wallpaper{margin-top:0}html.style2 .setting-sidebar .chat-wallpaper .wallpaper li{position:relative;width:47px;height:47px;border-radius:5px;margin:2px;background-size:unset!important}html.style2 .setting-sidebar .chat-wallpaper .wallpaper li.active:before{content:"";font-family:themify;position:absolute;font-weight:900;font-size:20px;height:100%;width:100%;display:flex;align-items:center;justify-content:center}html.style2 .setting-sidebar .themes-content ul li{display:inline-block;width:68px;height:60px;background-color:#eff1f2;margin-right:5px;border-radius:5px;position:relative}html.style2 .setting-sidebar .themes-content ul li.active:before{content:"";font-family:themify;position:absolute;display:flex;height:100%;width:100%;align-items:center;justify-content:center;font-weight:900;font-size:20px}html.style2 .setting-sidebar .sidebar-setting ul{display:flex}html.style2 .setting-sidebar .sidebar-setting ul li{width:144px;height:70px;display:flex;align-items:center;margin-right:15px}html.style2 .setting-sidebar .sidebar-setting ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px}html.style2 .setting-sidebar .sidebar-setting ul li:last-child{margin-right:0}html.style2 .setting-sidebar .sidebar-setting ul li .sm-sidebar{background-color:#eff1f2;margin-right:3px;width:10%;height:100%}html.style2 .setting-sidebar .sidebar-setting ul li .sidebar{background-color:#eff1f2;width:20%;height:100%;border-radius:5px;margin-right:3px}html.style2 .setting-sidebar .sidebar-setting ul li .sidebar-content{background-color:#eff1f2;width:80%;height:100%;border-radius:5px;position:relative}html.style2 .sidebar-pannle-main{position:fixed;bottom:110px;right:22px;z-index:9}html.style2 .sidebar-pannle-main ul{display:flex;flex-direction:column}html.style2 .sidebar-pannle-main ul li{cursor:pointer;margin-bottom:10px}html.style2 .sidebar-pannle-main ul li.cog-click i{animation:infinite-spinning 1.5s linear infinite}html.style2 .fev-addcall-main.add-popup .modal-dialog:before{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;top:-9px}html.style2 .contact-chat>ul>li .contact-name .msg-box{margin-top:10px}html.style2 .msg-box>li .auto-gallery,html.style2 .msg-box>li .document,html.style2 .msg-box>li h5{padding:16px 20px}html.style2 .add-contact-modal .modal-dialog:before{border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #fff;bottom:-9px}html.style2 .add-contact-modal .default-form input[type=number]::-webkit-inner-spin-button,html.style2 .add-contact-modal .default-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;-moz-appearance:textfield}html.style2 .add-popup .close{width:75px;height:75px;background:#064c3c;border-radius:0 0 0 90px;position:absolute;right:15px;top:15px;opacity:1;margin-right:-15px}html.style2 .add-popup .close span{color:#fff;font-size:30px;position:absolute;top:20px;right:20px}html.style2 .add-popup .modal-body{padding:30px}html.style2 .add-popup .modal-footer,html.style2 .add-popup .modal-header{padding:20px 35px}html.style2 .add-popup .modal-footer .modal-title,html.style2 .add-popup .modal-header .modal-title{color:#064c3c;text-transform:capitalize;font-weight:700;font-size:calc(16px + 12*(100vw - 320px)/1600)}html.style2 .add-popup .modal-header{border-bottom-color:#eff1f2;background-color:rgba(6,76,60,.15)}html.style2 .add-popup .modal-header i{font-size:30px;margin-right:10px}html.style2 .add-popup .modal-body h3{margin-bottom:20px;text-transform:capitalize}html.style2 .add-popup .default-form .form-group .form-control{padding:15px 25px;margin-bottom:20px}html.style2 .add-popup .default-form .form-group .form-control::placeholder{text-transform:capitalize}html.style2 .add-popup .modal-footer{border-top:1px solid #eff1f2}html.style2 .delete-modal .modal-header{background-color:transparent;border-bottom:none}html.style2 .delete-modal .modal-header .modal-title{display:none}html.style2 .delete-modal .modal-body{text-align:center}html.style2 .delete-modal .delete-btn{margin-top:30px}html.style2 .video-popup .modal-header{padding:0!important;display:block}html.style2 .video-popup iframe{height:448px;width:100%;vertical-align:middle;border:none}html.style2 .pol-modal-main.modal-dialog{width:700px;max-width:unset}html.style2 .pol-modal-main .modal-content .modal-header svg{color:#064c3c;font-weight:600;margin-right:10px}html.style2 .pol-modal-main .modal-content .modal-body .form-group input::placeholder{font-size:14px}html.style2 .pol-modal-main .modal-content .modal-body .form-group a.add-option{color:#064c3c;text-transform:capitalize;font-size:14px;font-weight:500}html.style2 .pol-modal-main .modal-content .modal-body .form-group .post-poll{background-color:rgba(6,76,60,.15);padding:25px;border-radius:15px}html.style2 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:flex;justify-content:space-between}html.style2 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-transform:capitalize;font-size:14px;font-weight:600}html.style2 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{font-size:14px;margin-left:15px;text-transform:capitalize;display:inline-block;margin-bottom:0}html.style2 .pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:14px;text-transform:capitalize;font-weight:600;display:flex;align-items:center}html.style2 .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-right:10px}html.style2 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:40px}html.style2 .pol-modal-main .modal-content .modal-body .creat-poll-btn a{display:block;text-transform:capitalize;letter-spacing:1px}html.style2 .snippet-modal-main.modal-dialog{width:800px;max-width:unset}html.style2 .notes-modal-main .modal-content .card{margin-bottom:0;border:0;transition:all .3s ease}html.style2 .notes-modal-main .modal-content .card .card-header{background-color:#fff;border-bottom:1px solid #eee;padding:30px}html.style2 .notes-modal-main .modal-content .card .card-header h5{font-size:18px;margin-bottom:0;text-transform:uppercase;font-weight:600}html.style2 .notes-modal-main .modal-content .card .card-body{padding:30px;border-bottom:1px solid #eee}html.style2 .notes-modal-main .modal-content .card .card-body h1{padding-bottom:30px}html.style2 .notes-modal-main .modal-content .card .card-body p:last-child{margin-bottom:0}html.style2 .notes-modal-main .modal-content .card .card-footer{padding:30px;background-color:#fff;border-top:none}html.style2 .notes-modal-main .modal-content .card .card-footer button{margin-right:15px}html.style2 .reminder-modal-main .modal-content{height:500px;overflow:auto}html.style2 .reminder-modal-main .modal-content .modal-body .form-group label{display:block;margin-bottom:10px;font-weight:600;font-size:16px;text-transform:capitalize}html.style2 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{display:inline-block;padding:15px 20px;border-radius:5px;background-color:#f4faf9;text-align:center;border:none}html.style2 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-num,html.style2 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-val{color:#064c3c;transition:color .3s ease}html.style2 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active{background-color:#064c3c}html.style2 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-num,html.style2 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-val{color:#fff;transition:color .3s ease}html.style2 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-num{margin-bottom:7px}html.style2 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-val{margin-bottom:0;font-weight:500}html.style2 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-left:15px}html.style2 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:flex;margin-bottom:0;text-transform:uppercase}html.style2 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-right:30px}html.style2 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{line-height:1;font-size:14px;color:#223645;letter-spacing:.08em}html.style2 .reminder-modal-main .modal-content .modal-body .reminder-btn{text-align:center}html.style2 .reminder-modal-main .modal-content .modal-body .reminder-btn h5{text-transform:capitalize;color:#223645;margin-bottom:20px}html.style2 .reminder-modal-main .modal-content .modal-body .reminder-btn a{color:#fff}html.style2 .reminder-modal-main .modal-body .form-group{margin-bottom:25px}html.style2 .reminder-modal-main .modal-body .form-group textarea{border-radius:15px;background-color:#f4faf9;border:none}html.style2 .show-notifications{position:relative}html.style2 .show-notifications:active #icon-bell,html.style2 .show-notifications:focus #icon-bell,html.style2 .show-notifications:hover #icon-bell{fill:#34495e}html.style2 .show-notifications #icon-bell{fill:#7f8c8d}html.style2 .show-notifications .notifications-count{border-radius:50%;background-clip:padding-box;background:#3498db;color:#fefefe;font:normal .85em Lato;height:16px;line-height:1.75em;position:absolute;right:2px;text-align:center;top:-2px;width:16px}html.style2 .show-notifications.active~.notifications{opacity:1;top:60px}html.style2 .notifications{border-radius:2px;background-clip:padding-box;transition:opacity .25s ease-out .1s;background:#ecf0f1;border:1px solid #bdc3c7;left:10px;opacity:0;position:absolute}html.style2 .notifications h3{cursor:default;font-size:1.05em;font-weight:400;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}html.style2 .notifications .notifications-list{list-style:none;margin:0;overflow:hidden;padding:0}html.style2 .notifications .notifications-list .item{transition:transform .25s ease-out .1s;border-top:1px solid #bdc3c7;color:#7f8c8d;cursor:default;display:block;padding:10px;position:relative;white-space:nowrap;width:350px}html.style2 .notifications .notifications-list .item.no-data{display:none;text-align:center}html.style2 .notifications .notifications-list .item.expired{color:#bdc3c7}html.style2 .notifications .notifications-list .item.expired:before{background:#bdc3c7}html.style2 .notifications .notifications-list .item.expired .details .date{color:#bdc3c7}html.style2 .notifications .notifications-list .item:before{border-radius:50%;background-clip:padding-box;background:#3498db;content:"";height:8px;width:8px;display:inline-block;vertical-align:middle}html.style2 .notifications .notifications-list .item .details{display:inline-block;vertical-align:middle;margin-left:10px;white-space:normal;width:280px}html.style2 .notifications .notifications-list .item .details .title{display:block}html.style2 .notifications .notifications-list .item .details .date{display:block;font-size:.85em;margin-top:3px}html.style2 .notifications .notifications-list .item .button-dismiss{display:inline-block;vertical-align:middle;color:#bdc3c7;font-size:2.25em}html.style2 .notifications .show-all{display:block;text-align:center;text-decoration:none;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}html.style2 .notifications:after{border:10px solid transparent;border-bottom-color:#3498db;content:"";display:block;height:0;left:10px;position:absolute;top:-20px;width:0}html.style2 .button-default{transition:color .25s ease-out .1s;background:transparent;border:none;cursor:pointer;margin:0;outline:none;position:relative}html.style2 .todo-main-modal .modal-body{padding-bottom:0}html.style2 .todo-main-modal .modal-body .default-form .todo-task h5{padding-bottom:10px}html.style2 .todo-main-modal .modal-body .default-form .form-group+.form-group{display:flex;margin-top:unset}html.style2 .todo-main-modal .modal-body .default-form .form-group+.form-group input{height:45px;border-radius:15px;background-color:#fff;border:none;margin-left:10px}html.style2 .todo-main-modal .modal-body .dropdown.currency{width:30%}html.style2 .create-todo-main-modal .modal-body{padding-bottom:0}html.style2 .create-todo-main-modal .modal-body .default-form .todo-task h5{margin-bottom:15px}html.style2 .create-todo-main-modal .modal-body .default-form .form-group{display:flex;align-items:center}html.style2 .create-todo-main-modal .modal-body .default-form .form-group input{margin-left:10px}html.style2 .create-todo-main-modal .modal-body .default-form .dropdown.currency{width:30%;text-align:left}html.style2 .create-todo-main-modal .modal-body .dropdown .dropdown-menu li{font-size:14px}@media(max-height:730px){html.style2 .chitchat-container .sidebar-bottom{padding-bottom:25px}html.style2 .chitchat-container .main-nav .sidebar-main .sidebar-bottom li,html.style2 .chitchat-container .main-nav .sidebar-main .sidebar-top li{padding-top:25px}}@media(max-width:1660px){html.style2 .about-page p{margin-bottom:-3px}html.style2 .secure-app-main .secure-app-content{background-color:hsla(0,0%,100%,.9);padding:30px}}@media(max-width:1500px){html.style2 .testimonial-main .slick-slider .slick-list{margin:0 -10px}html.style2 .testimonial-main .slick-slider .slick-list .slick-slide{padding:0 10px}html.style2 .recent .theme-title .mainnav,html.style2 .recent .theme-title .mobile-back{height:32px;width:32px}html.style2 .chitchat-main .messages .contact-details .left.media .media-right .mute i:after{top:14px;left:5px}html.style2 .contact-chat .profile{height:50px;width:50px}html.style2 .call-content,html.style2 .contact-content{overflow:scroll;height:100%}html.style2 .call-content .col-sm-5,html.style2 .call-content .col-sm-7,html.style2 .contact-content .col-sm-5,html.style2 .contact-content .col-sm-7{flex:100% 1;max-width:100%}html.style2 .call-content .col-sm-7,html.style2 .contact-content .col-sm-7{margin-top:20px}html.style2 .call-content .col-sm-7 .call-log-clear,html.style2 .contact-content .col-sm-7 .call-log-clear{margin-bottom:40px}html.style2 .contact-details ul li{padding-left:7px!important}html.style2 .contact-details>.row .icon-btn{height:32px;width:32px}}@media(max-width:1366px){html.style2 .profile-box .details.edit{width:170px}html.style2 .chitchat-main .message-input input{width:calc(100% - 280px)}html.style2 .chitchat-right-sidebar .status ul li{padding-left:30px}html.style2 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{padding:10px 20px}html.style2 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li{padding-bottom:0}html.style2 header .landing-header{background-color:#064c3c;max-width:97%;border-radius:20px;box-shadow:0 0 30px rgba(29,168,253,.5);margin:0 auto;padding:5px 50px}html.style2 header .landing-header.fixed .navbar-collapse .navbar-nav{margin-left:10px}html.style2 header .landing-header .navbar-collapse .navbar-nav{padding-left:0;margin-left:140px}html.style2 .chat-main li .chat-box .details h6{max-width:150px}html.style2 .search2>div{height:40px}html.style2 .group-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}html.style2 .close-app{display:none}html.style2 .sidebar-pannle-main{bottom:70px}html.style2 .contact-chat>ul>li.replies,html.style2 .contact-chat>ul>li.sent{width:65%}html.style2 .emojis-main .contact-poll .mr-4{margin-right:.5rem!important}html.style2 .profile-box{padding-bottom:0}html.style2 .chitchat-main .message-input{padding:1% 10px}html.style2 .chitchat-main .call-content .user-profile .user-content ul li{font-size:0;padding-bottom:0}html.style2 .chitchat-main li .chat-box .details h6{max-width:130px}html.style2 .chitchat-main li.active .details h6{letter-spacing:unset}html.style2 .notification-tab .chat-main .chat-box .details h5{line-height:1.5}html.style2 .notification-tab .chat-main .chat-box .date-status,html.style2 .notification-tab .chat-main .chat-box .profile{top:10px}html.style2 .notification-tab .chat-main li{padding:0 20px}html.style2 .setting-block{padding:30px 40px}html.style2 .setting-block .block{padding:40px 20px 0}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab{padding:40px 20px}html.style2 .chitchat-container .chitchat-left-sidebar{min-width:300px;width:300px;animation:fadeInright .3s ease-in-out;transition:all .3s ease}html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab{width:300px;min-width:300px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:20px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs .nav-tabs{padding-bottom:20px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:12px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:10px;width:10px;margin-right:5px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:60px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:20px 20px 0}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{width:calc(100% - 30px);left:15px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent{width:300px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 20px 0}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 20px}html.style2 .call-log-main li,html.style2 .contact-log-main li{padding-top:8px;padding-bottom:8px}html.style2 .document-tab .chat-box .date-status,html.style2 .fevorite-tab .chat-box .date-status{position:absolute;right:0;top:10px;text-align:right}html.style2 .document-tab .chat-main li,html.style2 .fevorite-tab .chat-main li{padding-top:8px;padding-bottom:8px}html.style2 .dynemic-sidebar .theme-title{margin-bottom:20px}html.style2 .dynemic-sidebar .chat-main li .chat-box .details{padding-top:8px;padding-bottom:9px}html.style2 .dynemic-sidebar .chat-main .icon-btn.btn-xl{height:50px;width:50px}html.style2 .dynemic-sidebar .chat-main .icon-btn.btn-xl i{font-size:20px}html.style2 .dynemic-sidebar .chat-main .media-body{position:absolute;right:0;top:8px}html.style2 .dynemic-sidebar .chat-main .profile{width:50px;height:50px}html.style2 .m-r-15{margin-right:5px}html.style2 .search2{margin-left:0;margin-right:0}html.style2 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 390px)}html.style2 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 475px)}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 580px)}html.style2 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}html.style2 .sidebar-active.menu-active .chitchat-container .chitchat-main{width:calc(100% - 92px)}html.style2 .menu-active .chitchat-main .messages .contact-details{width:63.9vw!important}html.style2 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:7px 15px}html.style2 .call-log-main li,html.style2 .chat-main li,html.style2 .contact-log-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}html.style2 .call-log-main li .call-box,html.style2 .call-log-main li .chat-box,html.style2 .call-log-main li .contact-box,html.style2 .chat-main li .call-box,html.style2 .chat-main li .chat-box,html.style2 .chat-main li .contact-box,html.style2 .contact-log-main li .call-box,html.style2 .contact-log-main li .chat-box,html.style2 .contact-log-main li .contact-box{display:flex;align-items:center}html.style2 .call-log-main li .call-box .details,html.style2 .call-log-main li .chat-box .details,html.style2 .call-log-main li .contact-box .details,html.style2 .chat-main li .call-box .details,html.style2 .chat-main li .chat-box .details,html.style2 .chat-main li .contact-box .details,html.style2 .contact-log-main li .call-box .details,html.style2 .contact-log-main li .chat-box .details,html.style2 .contact-log-main li .contact-box .details{padding-left:60px;padding-right:50px}html.style2 .chat .profile{width:50px;height:50px}html.style2 .call-log-main .call-box .details,html.style2 .contact-log-main .call-box .details{padding-right:60px}html.style2 .call-log-main li .contact-box .details,html.style2 .contact-log-main li .contact-box .details{padding-right:80px;padding-left:60px}html.style2 .group-main .group-box .details{padding-left:60px}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 495px)}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 790px)}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 880px)}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 490px)}html.style2 .sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 720px)}html.style2 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 390px)}html.style2 .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}html.style2 .chitchat-main .message-input{width:90%}html.style2 .menu-active .login-content .line h6:after,html.style2 .menu-active .login-content .line h6:before{width:4rem}html.style2 header .landing-header .navbar-collapse{width:100%}html.style2 .call-log-main .call-box .details{padding-left:70px!important}html.style2 .videocall.call-modal .small-image,html.style2 .videocallhang.call-modal .small-image{width:180px;height:250px}html.style2 .videocall.call-modal .videocall-details .usersprof .profile{width:50px;height:50px}}@media(min-width:1199.98px){html.style2 .main-menu .collapse{display:block}}@media(max-width:1199.98px){html.style2 .landing-header .dropdown-menu a{padding-top:6px;padding-bottom:6px}html.style2 header .landing-header .navbar-collapse .navbar-nav{background-color:transparent;margin-left:0}html.style2 header .landing-header.fixed .main-menu .navbar-nav>li>a{color:rgba(0,0,0,.7)!important}html.style2 .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link{color:rgba(0,0,0,.9)}html.style2 .landing-page .landing-header .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}html.style2 .mobile-version-sec .chitchat-back-block .chit-chat2{display:none}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-content h3{margin-bottom:3px!important}html.style2 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:24px}html.style2 .chat-landing-page .content-title{margin-bottom:35px}html.style2 .emojis-main .contact-poll .contact-poll-content:before{left:30px}html.style2 header{padding-top:10px;padding-bottom:0;clear:both}html.style2 header .landing-header .dropdown-menu{position:relative!important;width:calc(100% - 30px);margin-bottom:14px;padding-bottom:10px;margin-top:10px;transform:unset!important}html.style2 header .landing-header .logo-block img{height:40px}html.style2 header .landing-header .navbar-toggler{position:absolute;right:17px;top:19px;background-color:#fff}html.style2 header .landing-header .navbar-toggler:focus{outline:none}html.style2 header .landing-header .navbar-toggler .navbar-toggler-icon{vertical-align:-2px}html.style2 header .landing-header .navbar-collapse{position:absolute;top:64px;background-color:#fff;right:0;width:61%!important;border-radius:15px;padding:20px 0;border:1px solid #e1f1ee}html.style2 header .landing-header .navbar-collapse .navbar-nav,html.style2 header .landing-header .navbar-collapse .navbar-nav .nav-item{display:block}html.style2 header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{padding-top:3px;padding-bottom:3px}html.style2 .chitchat-main .messages .contact-details{padding:15px}html.style2 .chitchat-main .messages .contact-details .media-right ul{display:flex}html.style2 .chitchat-main .messages .contact-details .search-form,html.style2 .chitchat-main .messages .contact-details .search-form.open{height:90px}html.style2 .chitchat-main .message-input{width:calc(100% - 100px)}html.style2 .chitchat-main .messages .contact-details .col{width:100px}html.style2 .chitchat-main .messages .contact-details .left.media .media-body{display:none}html.style2 .theme-landing header .landing-header .navbar-collapse{padding:20px}html.style2 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item{padding:3px 0;margin-left:0}html.style2 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link{color:rgba(0,0,0,.7)!important;transition:all .5s ease;padding:0}html.style2 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link:hover{color:#064c3c!important}html.style2 .theme-landing header .landing-header .dropdown-menu{width:calc(100% - 10px)}html.style2 .theme-landing header .landing-header .dropdown-menu .nav-link a{transition:all .5s ease}html.style2 .theme-landing header .landing-header .dropdown-menu .nav-link a:hover{color:#064c3c!important}html.style2 .rate-us{padding-top:40px!important}}@media(max-width:1024px){html.style2 .slider-block{background-position:bottom!important}html.style2 .chitchat-main .messages .contact-details .left.media .media-body:before{top:-4px}html.style2 .chitchat-main .messages .contact-details .media-body h5{display:none}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:4px}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details ul li{padding-left:21px}html.style2 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}html.style2 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}html.style2 .chitchat-main .messages .contact-details{padding:15px}html.style2 .chitchat-main .messages .contact-details .media-right ul{display:flex}html.style2 .faq-section .accordion.theme-accordion .card .card-header button:before{right:10px}}@media(max-width:992px){html.style2 .chitchat-right-sidebar .document,html.style2 .chitchat-right-sidebar .media-gallery,html.style2 .chitchat-right-sidebar .status{padding:30px 20px}html.style2 .chitchat-main .message-input input{width:90%}html.style2 .chitchat-container .chitchat-right-sidebar{min-width:280px;width:280px}html.style2 .chitchat-container .chitchat-right-sidebar .contact-profile{padding:20px}html.style2 .chitchat-container.sidebar-overlap .chitchat-main,html.style2 .chitchat-container.sidebar-overlap .chitchat-main .messages .contact-details,html.style2 .chitchat-container.sidebar-overlap .contact-details,html.style2 .chitchat-container.sidebar-overlap .message-input{width:100%!important}html.style2 .chat-landing-page .landing_page_slider{min-height:800px;background-position:bottom}html.style2 .secure-app-main,html.style2 .secure-app-main .secure-app-content{height:350px}html.style2 [class*=introjs]{display:none}html.style2 .main-nav.introjs-fixParent,html.style2 .sidebar-top.introjs-relativePosition{display:block}html.style2 .chitchat-main .messages .contact-details{width:calc(100vw - 390px)}html.style2 header .landing-header,html.style2 header .landing-header.fixed{padding:5px 15px}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 495px)!important}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 400px)}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:33.3vw!important}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:9px}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}html.style2 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:44vw}html.style2 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}html.style2 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}html.style2 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 92px)}html.style2 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .contact-details{width:84vw}html.style2 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details{width:42.5vw!important}html.style2 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:21px}html.style2 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .message-input{width:calc(100% - 500px)}html.style2 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:53vw}html.style2 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:9px}html.style2 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .message-input{width:calc(100% - 400px)}html.style2 .recent .theme-title .close-contentbtn{display:flex}html.style2 .element-card .typography .font_label{margin-bottom:20px}html.style2 .login-content .line h6:after,html.style2 .login-content .line h6:before{width:3.5rem}html.style2 .mr-3{margin-right:10px!important}html.style2 footer .footer_order_2{order:-1}html.style2 footer .footer_order_1{order:-2}html.style2 footer .footer_order_3{margin-top:40px}}@media(max-width:991px){html.style2 .video-popup iframe{height:278px}html.style2 .chitchat-main .messages{padding:25px}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 455px)!important}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 455px)}html.style2 .blog-detail-page .blog-detail .post-social ul.social-group{float:none;margin-top:15px;display:block}html.style2 footer .footer-block{display:flex;justify-content:center}html.style2 footer .footer-block>div{margin-top:30px}html.style2 footer .footer-block>div:first-child,html.style2 footer .footer-block>div:last-child{order:-1;margin-top:0}html.style2 .audiocall1.call-modal,html.style2 .audiocall2.call-modal,html.style2 .conferencecall.call-modal,html.style2 .videocall.call-modal,html.style2 .videocallhang.call-modal{min-height:530px}html.style2 .videocall.call-modal .small-image,html.style2 .videocallhang.call-modal .small-image{width:150px;height:200px;left:20px}html.style2 .three-in-one-sec{margin-top:0}html.style2 .bonus-page .chit-chat5,html.style2 .collaboration-main .chit-chat5,html.style2 .dark-light .chit-chat5,html.style2 .easy-navigation .chit-chat5,html.style2 .real-time-customizer .chit-chat5{display:none}html.style2 .pol-modal-main.modal-dialog,html.style2 .snippet-modal-main.modal-dialog{width:600px}html.style2 .notes-modal-main .modal-content{height:450px}html.style2 .notes-modal-main .modal-content .modal-body{overflow:auto;padding:0}html.style2 .notes-modal-main .modal-content .card .card-body,html.style2 .notes-modal-main .modal-content .card .card-header{padding:20px}html.style2 .notes-modal-main .modal-content .card .card-body h1{padding-bottom:15px;line-height:1}}@media(max-width:800px){html.style2 .chitchat-left-sidebar .search-form .form-group .icon-close{top:3px}html.style2 .profile-box .details.edit{width:90%}html.style2 .chitchat-container{overflow:hidden}html.style2 .chitchat-main .chat-content .badge.sm{padding:4px}html.style2 .menu-active .chitchat-main .messages .contact-details{width:calc(100% - 50px)!important}html.style2 .mobile-back,html.style2 .mobile-sidebar{display:inline-flex}html.style2 .search2>div{width:100%;height:50px}html.style2 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 35px;font-size:16px}html.style2 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:22px}html.style2 .chat .details{padding-left:75px!important}html.style2 .chat .details h6,html.style2 .chitchat-left-sidebar .details h6{max-width:unset;font-size:calc(12px + 2*(100vw - 320px)/480);padding-top:6px}html.style2 .chat h5,html.style2 .chitchat-left-sidebar h5{font-size:calc(13px + 2*(100vw - 320px)/480)}html.style2 .chat .profile,html.style2 .chitchat-left-sidebar .profile{width:60px;height:60px}html.style2 .theme-tab>.nav-tabs>.nav-item .nav-link{padding:12px 60px;font-size:calc(14px + 8*(100vw - 320px)/1600)}html.style2 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar{width:calc(100vw - 100px);min-width:calc(100vw - 100px)}html.style2 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,html.style2 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:calc(100vw - 100px)}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search{margin-top:10px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat h2{font-size:calc(20px + 12*(100vw - 320px)/480)}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:calc(13px + 4*(100vw - 320px)/480);padding:5px 40px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:14px;width:14px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent{width:100vw}html.style2 .chitchat-container .chitchat-left-sidebar,html.style2 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style2 .chitchat-container .chitchat-left-sidebar .document-tab,html.style2 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style2 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style2 .chitchat-container .chitchat-left-sidebar .recent-default,html.style2 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style2 .chitchat-container .chitchat-left-sidebar .status-tab{width:calc(100vw - 1px);min-width:calc(100vw - 1px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style2 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar,html.style2 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 90px)}html.style2 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 140px)}html.style2 .chitchat-container .chitchat-main .message-input{width:100%;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;bottom:unset;position:static}html.style2 .chitchat-container .chitchat-main .messages{padding:25px}html.style2 .chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 52px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style2 .chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}html.style2 .chitchat-container.mobile-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style2 .chat-tabs ul li.nav-item{margin:0 10px}html.style2 .chat-tabs ul li.nav-item a{width:100%}html.style2 ul.chat-cont-setting{left:unset;right:20px}}@media(max-width:767.98px){html.style2 .chitchat-main .chitchat-contain ul.detial-price li i{margin-right:10px}html.style2 .videocall.call-modal .videocall-details{padding:15px;background-color:hsla(0,0%,100%,.8)}html.style2 .modal-dialog-centered .modal-content{max-height:90vh;overflow:scroll}html.style2 .zoomcontent{display:none}html.style2 footer .copyright .footer-left{margin-bottom:5px}html.style2 header .landing-header{max-width:99%}html.style2 .three-in-one-sec{margin-top:0}html.style2 .chat-landing-page h1{margin-bottom:10px}html.style2 .bonus-page .demo-title{margin-top:10px}html.style2 .three-in-one-sec .landing-screen-animation>div:first-child,html.style2 .three-in-one-sec .landing-screen-animation>div:nth-child(2){margin-bottom:30px}html.style2 .rate-us .rate_us-section h2{margin:20px 0}html.style2 .rate-us .rate_us-section .rate-section li i{font-size:28px}html.style2 .sidebar-pannle-main{display:none}html.style2 .chitchat-loader h3{margin-top:15px;padding:0 15px;line-height:1.4}html.style2 .chitchat-loader img{height:80px}html.style2 .videocall.call-modal .small-image{left:20px}html.style2 .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:5px;float:unset}html.style2 .sidebar-pannle-main{right:15px}html.style2 .chitchat-main .messages .contact-details{width:calc(100vw - 390px)}html.style2 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:21px}html.style2 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn svg{vertical-align:unset;stroke-width:2px}html.style2 .chitchat-main .messages .contact-details ul li{padding-left:30px}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:66.3vw!important}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:33px}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 200px)}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:24px}html.style2 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:28px}html.style2 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:10px}html.style2 .contact-details .media-right ul{display:flex}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:78.5vw!important}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 100px)}html.style2 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:39vw}html.style2 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:17px}html.style2 .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}html.style2 .copyright p{text-align:center}html.style2 .links_horizontal .text-right{text-align:center!important}html.style2 .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}html.style2 .element-card .typography h1,html.style2 .element-card .typography h2,html.style2 .element-card .typography h3,html.style2 .element-card .typography h4,html.style2 .element-card .typography h5,html.style2 .element-card .typography h6{margin-bottom:10px}html.style2 .element-card .typography .font_label{margin-right:10px}html.style2 .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:unset}html.style2 footer .footer-title .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style2 footer .footer-title .according-menu:before{content:"";position:absolute;right:20px;top:16px;color:#064c3c;font-size:18px;font-weight:600}html.style2 footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style2 footer .footer-title.active .according-menu:before{content:"";position:absolute;right:20px;top:2px;color:#064c3c;font-size:18px;font-weight:600}html.style2 footer .links li+li{margin-top:5px}html.style2 footer .logo img{width:150px;height:auto}html.style2 footer .footer-mobile-title{display:block}html.style2 footer .footer-block>div:nth-child(n+2){margin-top:15px!important}html.style2 footer .footer-block>div:nth-child(n+2) .footer-title{border-top:1px solid rgba(6,76,60,.2)}html.style2 footer h3{margin-top:15px!important;margin-bottom:0!important}html.style2 footer .footer-contant{margin-top:20px}html.style2 footer .footer-contant .footer-btn{display:grid;width:-moz-fit-content;width:fit-content}html.style2 footer .footer-contant .footer-btn .btn{display:inline-flex;padding:10px 20px}html.style2 footer .footer-contant .footer-btn .btn i{font-size:16px}html.style2 footer .footer-contant .social-group li a{width:28px;height:28px}html.style2 footer .footer-contant .social-group li a i,html.style2 footer .footer-contant ul li a{font-size:13px}html.style2 footer .footer-contant ul li a:before{font-size:8px}html.style2 .footer_order_1{width:60%;float:left}html.style2 .footer_order_2{width:40%;float:right}html.style2 .footer_order_3{width:33%;float:left}html.style2 .img-10{width:5px!important}html.style2 .img-20{width:10px!important}html.style2 .img-30{width:20px!important}html.style2 .img-40{width:25px!important}html.style2 .img-50{width:35px!important}html.style2 .img-60{width:45px!important}html.style2 .img-70{width:55px!important}html.style2 .img-80{width:65px!important}html.style2 .img-90{width:75px!important}html.style2 .img-100{width:85px!important}html.style2 .add-popup .close{width:65px;height:65px}html.style2 .add-popup .close span{top:15px;right:15px}html.style2 .add-popup .modal-footer{padding:20px}html.style2 .audiocall1.call-modal,html.style2 .audiocall2.call-modal,html.style2 .conferencecall.call-modal,html.style2 .videocall.call-modal,html.style2 .videocallhang.call-modal{min-height:480px}html.style2 .audiocall1.call-modal .title2,html.style2 .audiocall2.call-modal .title2,html.style2 .conferencecall.call-modal .title2,html.style2 .videocall.call-modal .title2,html.style2 .videocallhang.call-modal .title2{margin-bottom:5px}html.style2 .audiocall1 .icon-btn.btn-xl,html.style2 .audiocall2 .icon-btn.btn-xl,html.style2 .conferencecall .icon-btn.btn-xl,html.style2 .videocall .icon-btn.btn-xl,html.style2 .videocallhang .icon-btn.btn-xl{width:40px;height:40px;padding:10px}html.style2 .videocall.call-modal .videocall-details,html.style2 .videocallhang.call-modal .videocall-details{padding:20px 20px 20px 30px}html.style2 .videocall.call-modal .videocall-details .usersprof .profile,html.style2 .videocallhang.call-modal .videocall-details .usersprof .profile{width:35px;height:35px}html.style2 .videocall.call-modal .small-image,html.style2 .videocallhang.call-modal .small-image{width:120px;height:140px;left:15px}html.style2 .videocall.call-modal .videocall-details#basicUsage,html.style2 .videocallhang.call-modal .videocall-details#basicUsage{margin-right:5px}html.style2 footer .footer-mobile-title h3{margin-top:0!important}html.style2 .snippet-modal-main.modal-dialog{width:550px}html.style2 .snippet-modal-main .default-form .form-group .btn-snipate{margin-top:30px}html.style2 .snippet-modal-main .default-form .form-group .btn-snipate .btn{padding:10px 25px}html.style2 .pol-modal-main.modal-dialog{width:550px}html.style2 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:30px}html.style2 .add-popup .modal-footer,html.style2 .add-popup .modal-header{padding:20px 25px}html.style2 .reminder-modal-main .modal-content .modal-body .reminder-btn .btn{padding:12px 25px}html.style2 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{padding:10px 15px}}@media(max-width:600px){html.style2 .setting-block .block{top:110px}html.style2 .chitchat-container .chitchat-main .call-content,html.style2 .chitchat-container .chitchat-main .contact-content{padding:20px}html.style2 .chitchat-container .chitchat-main .messages .contact-details .col-7{padding-right:0}html.style2 .chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right{order:-1}html.style2 .chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right li{padding-left:0!important;padding-right:8px}html.style2 .chitchat-container .chitchat-main .messages .media-right ul li:first-child,html.style2 .chitchat-container .chitchat-main .messages .media-right ul li:nth-child(2){display:none}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:5px 20px}html.style2 .emojis-main .contact-poll .contact-poll-content{bottom:60px;left:60px}html.style2 .contact-chat{margin-top:70px}html.style2 .contact-chat>ul>li.replies .auto-gallery li,html.style2 .contact-chat>ul>li.sent .auto-gallery li{height:60px;width:60px}html.style2 footer .footer-title .according-menu,html.style2 footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style2 footer .footer_order_1,html.style2 footer .footer_order_2,html.style2 footer .footer_order_3{width:100%}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:57.3vw!important}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:30px}html.style2 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:74vw}html.style2 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:20px}html.style2 .chitchat-main .message-input{height:60px;padding:14px 10px}html.style2 .chitchat-main .message-input input{width:calc(100% - 210px)}html.style2 .chitchat-main .message-input .icon-btn{height:32px;width:32px}html.style2 .chitchat-main .message-input .icon-btn i{font-size:13px}html.style2 .chitchat-main .messages .contact-details .left.media .media-left{height:unset}html.style2 .chitchat-main .messages .contact-details .profile{width:40px;height:40px;border-radius:15px}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details{width:93.5vw!important}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:0}html.style2 .sidebar-toggle .pricing-box{margin:10px;padding:20px}html.style2 .sidebar-toggle .pricing-box ul.avb-price li i{margin-right:10px}html.style2 .sidebar-toggle footer{padding-bottom:0}html.style2 .sidebar-toggle footer .footer-mobile-title{display:block!important}html.style2 .sidebar-toggle footer .footer-title .according-menu,html.style2 .sidebar-toggle footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style2 .sidebar-toggle footer .downlaod,html.style2 .sidebar-toggle footer .footer_order_3{margin-top:0}html.style2 .sidebar-toggle footer .downlaod .footer-btn .btn+.btn{margin-left:15px;margin-top:unset}html.style2 .sidebar-toggle footer .links{margin-top:0}html.style2 .sidebar-toggle footer .section-py-space{padding-bottom:30px}html.style2 .sidebar-toggle footer .footer-contant{margin-bottom:20px}}@media(max-width:676px){html.style2 .chitchat-main .message-input{height:48px;padding:0 10px}}@media(max-width:575.98px){html.style2 .chitchat-container .chitchat-right-sidebar{width:100%}html.style2 .share-media .media-big .border-portfolio a,html.style2 .share-media .media-small .border-portfolio a{display:block}html.style2 .share-media .isotopeSelector .media-big .overlay{height:160px}html.style2 .share-media .isotopeSelector .media-small .overlay{height:72px}html.style2 .team-work-main .team-work-content .ply-main .ply-content{padding:5px}html.style2 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:35px;height:35px}html.style2 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:14px;margin-left:4px;margin-top:2px}html.style2 header .landing-header{padding:0}html.style2 header .landing-header .navbar-toggler{top:14px}html.style2 .search-form:before{top:20px}html.style2 .chitchat-left-sidebar .search-form .form-group .icon-close{top:1px}html.style2 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:3px}html.style2 .sidebar-toggle .main-nav.on{position:absolute;left:0;z-index:9999!important;background-color:#fff}html.style2 .chitchat-container .main-nav.on~.chitchat-left-sidebar .recent-default{width:100vw;min-width:100vw}html.style2 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default){margin-left:100px}html.style2 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,html.style2 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:100vw}html.style2 .landing_page_slider .animated-img-2{display:none}html.style2 .chat-landing-page .landing_page_slider{min-height:450px}html.style2 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#223645!important;-webkit-text-fill-color:unset}html.style2 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4,html.style2 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{color:#223645!important}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:71.5vw!important}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:9px}html.style2 .inner-page header{padding-top:15px;padding-bottom:15px}html.style2 .inner-page header .landing-header .navbar-collapse,html.style2 .theme-landing header .landing-header .navbar-collapse{width:100%!important}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:55.3vw!important}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}html.style2 .sidebar-active .sidebar-toggle .main-nav .chitchat-main .messages .contact-details ul li{padding-left:11px}html.style2 .chitchat-main .messages .contact-details{width:88vw}html.style2 .chitchat-main .messages .contact-details ul li{padding-left:21px}html.style2 .blog-page .blog-media .blog-right ul li+li{padding-left:10px;margin-left:10px}html.style2 .add-popup .modal-body{padding:15px}html.style2 .add-popup .modal-footer .btn{padding:10px 20px}html.style2 .msg-chat-modal .chat-main li{padding-left:10px;padding-right:10px}html.style2 .videocall.call-modal .small-image{width:100px;height:120px;bottom:31%;display:none!important}html.style2 .chat-landing-page .landing_popups .btn{padding:10px 18px}html.style2 .rate-us .rate_us-section .rate-section{margin:0 0 18px}html.style2 .rate-us .rate_us-section .rate_btn{padding:10px 35px}html.style2 .snippet-modal-main{padding:15px}html.style2 .snippet-modal-main.modal-dialog{width:100%;margin:0}html.style2 .pol-modal-main{padding:15px}html.style2 .pol-modal-main.modal-dialog{width:100%;margin:0}html.style2 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:20px}html.style2 .pol-modal-main .modal-content .modal-body .form-group .post-poll{padding:15px}html.style2 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:block}html.style2 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-align:center}html.style2 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{padding:15px 15px 0}html.style2 .pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:13px}html.style2 .msg-chat-modal .chat-main li .chat-box .profile{width:40px;height:40px}html.style2 .msg-chat-modal .chat-main li .chat-box .details{padding-left:50px}html.style2 .add-popup .modal-footer,html.style2 .add-popup .modal-header{padding:15px 25px}html.style2 .add-popup .close{width:55px;height:55px}html.style2 .add-popup .close span{top:10px;right:10px}html.style2 .create-todo-main-modal .todo-task .todo-main-content .drop-picker,html.style2 .todo-main-modal .todo-task .todo-main-content .drop-picker{margin:15px 15px 0}}@media(max-width:480px){html.style2 .menu-active .chitchat-main .messages .contact-details{width:calc(100vw - 34px)!important}html.style2 .chitchat-left-sidebar .search-form .form-group .icon-close,html.style2 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:6px}html.style2 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:8px 15px;font-size:14px}html.style2 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}html.style2 .element-card-body .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 20px}html.style2 .chitchat-main .call-content .user-profile .user-content ul li,html.style2 .chitchat-main .contact-content .user-profile .user-content ul li{padding:5px;font-size:12px}html.style2 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default).active{min-width:100%;width:100%;margin-left:0;z-index:99999;transition:all .3s ease}html.style2 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{width:295px}html.style2 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{right:125px}html.style2 .chitchat-main .messages .contact-details ul li.chat-friend-toggle .icon-btn{width:32px}html.style2 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{margin-right:-100px}html.style2 .search-form .form-group .icon-close{padding:18px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{height:50px;top:10px}html.style2 .emojis-main .contact-poll .contact-poll-content{padding:20px}html.style2 .emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:8px;font-size:14px;padding-left:25px}html.style2 .emojis-main .contact-poll .contact-poll-content ul li a svg{width:16px}html.style2 .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:50px}html.style2 .chat-landing-page .landing_page_slider{min-height:380px}html.style2 .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 40px}html.style2 .chat-main li{padding-top:12px;padding-bottom:12px}html.style2 .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}html.style2 .replies .msg-setting-main .msg-dropdown-main .msg-dropdown{left:0;right:unset}html.style2 .msg-box>li .auto-gallery,html.style2 .msg-box>li .document,html.style2 .msg-box>li h5{padding:10px 20px}html.style2 .contact-chat{margin-top:55px}html.style2 .contact-chat .profile{border-radius:15px}html.style2 .contact-chat>ul>li.replies .auto-gallery li,html.style2 .contact-chat>ul>li.sent .auto-gallery li{height:32px;width:32px;border-radius:5px;margin-left:5px;margin-bottom:5px}html.style2 .contact-chat>ul>li+li{margin-top:20px}html.style2 .contact-chat>ul>li.replies .document{padding:10px 25px}html.style2 .contact-chat>ul>li.replies .document i{margin-right:15px;font-size:24px}html.style2 .contact-chat>ul>li.replies .document .details{display:none}html.style2 .contact-chat>ul>li.replies .media .profile{margin-left:.7rem!important}html.style2 .chitchat-main .messages .contact-details{padding:10px;top:20px}html.style2 .contact-chat .sent .profile.mr-4{margin-right:.7rem!important}html.style2 .chat-tabs ul li.nav-item{margin:0 5px}html.style2 .chitchat-container .chitchat-main .messages{padding:15px}html.style2 .chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 35px);top:20px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent{padding-top:20px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:170px;height:calc(100vh - 170px);min-height:calc(100vh - 170px)}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding-top:0}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:80px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back{background-color:transparent!important;width:unset;font-size:13px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back i{font-size:14px}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:2px 10px}html.style2 .contact-chat .profile{height:40px;width:40px}html.style2 .contact-details>.row .icon-btn{background-color:transparent;width:20px}html.style2 .contact-details>.row .icon-btn.active,html.style2 .contact-details>.row .icon-btn:active,html.style2 .contact-details>.row .icon-btn:focus{background-color:transparent!important;box-shadow:none!important}html.style2 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:10px 20px 0;margin-bottom:0}html.style2 .emojis-main .emojis-contain .emojis-sub-contain:before,html.style2 .emojis-main .sticker-contain .emojis-sub-contain:before{left:40px}html.style2 .emojis-main .emojis-contain.open,html.style2 .emojis-main .sticker-contain.open{bottom:60px;width:280px;height:280px}html.style2 .app-sidebar .app-list{z-index:999;position:relative}html.style2 .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style2 .app-sidebar.active .apps-ul>li.active{right:0;z-index:9999}html.style2 .chitchat-main .message-input input{width:100%;font-size:10px}html.style2 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 0px)}html.style2 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 52px)}html.style2 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 0px)}html.style2 .toggle-sticker{display:none}html.style2 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 1px)}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:89.3vw!important}html.style2 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 5px)}html.style2 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:68vw}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:65.5vw!important}html.style2 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:18px}html.style2 footer .section-py-space .footer-title .according-menu:before{right:10px}html.style2 .error-main .error-contain .animated-bg i{height:70px;width:70px}html.style2 .img-10{width:4px!important}html.style2 .img-20{width:8px!important}html.style2 .img-30{width:10px!important}html.style2 .img-40{width:13px!important}html.style2 .img-50{width:20px!important}html.style2 .img-60{width:30px!important}html.style2 .img-70{width:40px!important}html.style2 .img-80{width:50px!important}html.style2 .img-90{width:60px!important}html.style2 .img-100{width:70px!important}html.style2 .viddiolog.fade.modal-dialog{max-width:100%}html.style2 .create-todo-main-modal .modal-body .default-form .dropdown.currency,html.style2 .todo-main-modal .modal-body .dropdown.currency{width:100%}}@media(max-width:420px){html.style2 .videocall.call-modal .videocall-details #basicUsage,html.style2 .videocallhang.call-modal .videocall-details #basicUsage{margin-right:0}html.style2 .videocall.call-modal .videocall-details{padding:15px}html.style2 .videocall.call-modal .videocall-details .usersprof{margin-left:15px}html.style2 .audiocall2.call-modal ul li+li{margin-left:25px}html.style2 header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style2 header .landing-header .navbar-collapse ul li a{font-size:13px}html.style2 .audiocall1.call-modal,html.style2 .audiocall2.call-modal,html.style2 .conferencecall.call-modal,html.style2 .videocall.call-modal,html.style2 .videocallhang.call-modal{min-height:400px}html.style2 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:block}}@media(max-width:360px){html.style2 .videocall.call-modal .videocall-details #basicUsage,html.style2 .videocall.call-modal .videocall-details .dot-btn,html.style2 .videocall.call-modal .videocall-details .zoomcontent{display:none}html.style2 .audiocall2.call-modal ul li+li{margin-left:10px}html.style2 .clfooter ul li:first-child,html.style2 .clfooter ul li:last-child{display:none}html.style2 .connection-img img{width:95%;top:16%}html.style2 .animated-bg{display:none}html.style2 footer .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:0}html.style2 .subscribe-content .form-inline .form-control:first-child{margin-right:0}html.style2 .img-10{width:2px!important}html.style2 .img-20{width:4px!important}html.style2 .img-30{width:5px!important}html.style2 .img-40{width:7px!important}html.style2 .img-50{width:9px!important}html.style2 .img-60{width:15px!important}html.style2 .img-70{width:25px!important}html.style2 .img-80{width:35px!important}html.style2 .img-90{width:45px!important}html.style2 .img-100{width:55px!important}html.style2 .nav-tabs .nav-item{margin-right:5px}html.style2 .theme-tab .nav-tabs .nav-item .nav-link{min-width:100px}}@media(max-width:320px){html.style2 .audiocall2.call-modal ul li+li{margin-left:2px}html.style2 .login-content .line h6:after,html.style2 .login-content .line h6:before{width:2.5rem}html.style2 .breadcrumb-main ul li+li{margin-left:10px}html.style2 .breadcrumb-main ul li+li:before{left:-8px}html.style2 .element-card .element-card-body,html.style2 .element-card .element-card-header{padding:.75rem .25rem}}html.style3{/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 *//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@import"~react-toastify/dist/ReactToastify.css";@import"~react-datepicker/dist/react-datepicker.css";@import"~react-tippy/dist/tippy.css"}html.style3 :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#ff3030;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#ff3030;--light:#25262c;--dark:#191b1f;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}html.style3 *,html.style3 :after,html.style3 :before{box-sizing:border-box}html.style3 html{-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style3 article,html.style3 aside,html.style3 figcaption,html.style3 figure,html.style3 footer,html.style3 header,html.style3 hgroup,html.style3 main,html.style3 nav,html.style3 section{display:block}html.style3 body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left}html.style3 [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}html.style3 hr{overflow:visible}html.style3 h1,html.style3 h2,html.style3 h3,html.style3 h4,html.style3 h5,html.style3 h6{margin-top:0;margin-bottom:.5rem}html.style3 p{margin-top:0;margin-bottom:1rem}html.style3 abbr[data-original-title],html.style3 abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}html.style3 address{margin-bottom:1rem;font-style:normal;line-height:inherit}html.style3 dl,html.style3 ol,html.style3 ul{margin-top:0;margin-bottom:1rem}html.style3 ol ol,html.style3 ol ul,html.style3 ul ol,html.style3 ul ul{margin-bottom:0}html.style3 dt{font-weight:700}html.style3 dd{margin-bottom:.5rem;margin-left:0}html.style3 blockquote{margin:0 0 1rem}html.style3 sub,html.style3 sup{vertical-align:baseline}html.style3 a{color:#007bff;text-decoration:none}html.style3 a:hover{color:#0056b3;text-decoration:underline}html.style3 a:not([href]):not([class]),html.style3 a:not([href]):not([class]):hover{color:inherit;text-decoration:none}html.style3 code,html.style3 kbd,html.style3 pre,html.style3 samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}html.style3 pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}html.style3 figure{margin:0 0 1rem}html.style3 img,html.style3 svg{vertical-align:middle}html.style3 svg{overflow:hidden}html.style3 table{border-collapse:collapse}html.style3 caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}html.style3 th{text-align:inherit;text-align:-webkit-match-parent}html.style3 label{display:inline-block;margin-bottom:.5rem}html.style3 button{border-radius:0}html.style3 button:focus:not(:focus-visible){outline:0}html.style3 button,html.style3 input,html.style3 optgroup,html.style3 select,html.style3 textarea{font-family:inherit;font-size:inherit;line-height:inherit}html.style3 button,html.style3 input{overflow:visible}html.style3 [role=button]{cursor:pointer}html.style3 select{word-wrap:normal}html.style3 [type=button],html.style3 [type=reset],html.style3 [type=submit],html.style3 button{-webkit-appearance:button}html.style3 [type=button]:not(:disabled),html.style3 [type=reset]:not(:disabled),html.style3 [type=submit]:not(:disabled),html.style3 button:not(:disabled){cursor:pointer}html.style3 input[type=checkbox],html.style3 input[type=radio]{box-sizing:border-box;padding:0}html.style3 textarea{resize:vertical}html.style3 fieldset{min-width:0;padding:0;margin:0;border:0}html.style3 legend{display:block;width:100%;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}html.style3 progress{vertical-align:baseline}html.style3 [type=search]{-webkit-appearance:none}html.style3 [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.style3 output{display:inline-block}html.style3 summary{cursor:pointer}html.style3 template{display:none}html.style3 [hidden]{display:none!important}html.style3 .h1,html.style3 .h2,html.style3 .h3,html.style3 .h4,html.style3 .h5,html.style3 .h6,html.style3 h1,html.style3 h2,html.style3 h3,html.style3 h4,html.style3 h5,html.style3 h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}html.style3 .h1,html.style3 h1{font-size:2.5rem}html.style3 .h2,html.style3 h2{font-size:2rem}html.style3 .h3,html.style3 h3{font-size:1.75rem}html.style3 .h4,html.style3 h4{font-size:1.5rem}html.style3 .h5,html.style3 h5{font-size:1.25rem}html.style3 .h6,html.style3 h6{font-size:1rem}html.style3 .lead{font-size:1.25rem;font-weight:300}html.style3 .display-1{font-size:6rem;font-weight:300;line-height:1.2}html.style3 .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}html.style3 .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}html.style3 .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}html.style3 hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}html.style3 .small,html.style3 small{font-size:.875em;font-weight:400}html.style3 .mark,html.style3 mark{padding:.2em;background-color:#fcf8e3}html.style3 .list-inline,html.style3 .list-unstyled{padding-left:0;list-style:none}html.style3 .list-inline-item{display:inline-block}html.style3 .list-inline-item:not(:last-child){margin-right:.5rem}html.style3 .initialism{font-size:90%;text-transform:uppercase}html.style3 .blockquote{margin-bottom:1rem;font-size:1.25rem}html.style3 .blockquote-footer{display:block;font-size:.875em;color:#6c757d}html.style3 .blockquote-footer:before{content:"— "}html.style3 .img-fluid{max-width:100%;height:auto}html.style3 .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}html.style3 .figure{display:inline-block}html.style3 .figure-img{margin-bottom:.5rem;line-height:1}html.style3 .figure-caption{font-size:90%;color:#6c757d}html.style3 code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>html.style3 code{color:inherit}html.style3 kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}html.style3 kbd kbd{padding:0;font-size:100%;font-weight:700}html.style3 pre{display:block;font-size:87.5%;color:#212529}html.style3 pre code{font-size:inherit;color:inherit;word-break:normal}html.style3 .pre-scrollable{max-height:340px;overflow-y:scroll}html.style3 .container,html.style3 .container-fluid,html.style3 .container-lg,html.style3 .container-md,html.style3 .container-sm,html.style3 .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){html.style3 .container,html.style3 .container-sm{max-width:540px}}@media(min-width:768px){html.style3 .container,html.style3 .container-md,html.style3 .container-sm{max-width:720px}}@media(min-width:992px){html.style3 .container,html.style3 .container-lg,html.style3 .container-md,html.style3 .container-sm{max-width:960px}}@media(min-width:1200px){html.style3 .container,html.style3 .container-lg,html.style3 .container-md,html.style3 .container-sm,html.style3 .container-xl{max-width:1140px}}html.style3 .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}html.style3 .no-gutters{margin-right:0;margin-left:0}html.style3 .no-gutters>.col,html.style3 .no-gutters>[class*=col-]{padding-right:0;padding-left:0}html.style1 html.style3 .col,html.style1 html.style3 .col-1,html.style1 html.style3 .col-10,html.style1 html.style3 .col-11,html.style1 html.style3 .col-12,html.style1 html.style3 .col-2,html.style1 html.style3 .col-3,html.style1 html.style3 .col-4,html.style1 html.style3 .col-5,html.style1 html.style3 .col-6,html.style1 html.style3 .col-7,html.style1 html.style3 .col-8,html.style1 html.style3 .col-9,html.style1 html.style3 .col-auto,html.style1 html.style3 .col-lg,html.style1 html.style3 .col-lg-1,html.style1 html.style3 .col-lg-10,html.style1 html.style3 .col-lg-11,html.style1 html.style3 .col-lg-12,html.style1 html.style3 .col-lg-2,html.style1 html.style3 .col-lg-3,html.style1 html.style3 .col-lg-4,html.style1 html.style3 .col-lg-5,html.style1 html.style3 .col-lg-6,html.style1 html.style3 .col-lg-7,html.style1 html.style3 .col-lg-8,html.style1 html.style3 .col-lg-9,html.style1 html.style3 .col-lg-auto,html.style1 html.style3 .col-md,html.style1 html.style3 .col-md-1,html.style1 html.style3 .col-md-10,html.style1 html.style3 .col-md-11,html.style1 html.style3 .col-md-12,html.style1 html.style3 .col-md-2,html.style1 html.style3 .col-md-3,html.style1 html.style3 .col-md-4,html.style1 html.style3 .col-md-5,html.style1 html.style3 .col-md-6,html.style1 html.style3 .col-md-7,html.style1 html.style3 .col-md-8,html.style1 html.style3 .col-md-9,html.style1 html.style3 .col-md-auto,html.style1 html.style3 .col-sm,html.style1 html.style3 .col-sm-1,html.style1 html.style3 .col-sm-10,html.style1 html.style3 .col-sm-11,html.style1 html.style3 .col-sm-12,html.style1 html.style3 .col-sm-2,html.style1 html.style3 .col-sm-3,html.style1 html.style3 .col-sm-4,html.style1 html.style3 .col-sm-5,html.style1 html.style3 .col-sm-6,html.style1 html.style3 .col-sm-7,html.style1 html.style3 .col-sm-8,html.style1 html.style3 .col-sm-9,html.style1 html.style3 .col-sm-auto,html.style1 html.style3 .col-xl,html.style1 html.style3 .col-xl-1,html.style1 html.style3 .col-xl-10,html.style1 html.style3 .col-xl-11,html.style1 html.style3 .col-xl-12,html.style1 html.style3 .col-xl-2,html.style1 html.style3 .col-xl-3,html.style1 html.style3 .col-xl-4,html.style1 html.style3 .col-xl-5,html.style1 html.style3 .col-xl-6,html.style1 html.style3 .col-xl-7,html.style1 html.style3 .col-xl-8,html.style1 html.style3 .col-xl-9,html.style1 html.style3 .col-xl-auto,html.style2 html.style3 .col,html.style2 html.style3 .col-1,html.style2 html.style3 .col-10,html.style2 html.style3 .col-11,html.style2 html.style3 .col-12,html.style2 html.style3 .col-2,html.style2 html.style3 .col-3,html.style2 html.style3 .col-4,html.style2 html.style3 .col-5,html.style2 html.style3 .col-6,html.style2 html.style3 .col-7,html.style2 html.style3 .col-8,html.style2 html.style3 .col-9,html.style2 html.style3 .col-auto,html.style2 html.style3 .col-lg,html.style2 html.style3 .col-lg-1,html.style2 html.style3 .col-lg-10,html.style2 html.style3 .col-lg-11,html.style2 html.style3 .col-lg-12,html.style2 html.style3 .col-lg-2,html.style2 html.style3 .col-lg-3,html.style2 html.style3 .col-lg-4,html.style2 html.style3 .col-lg-5,html.style2 html.style3 .col-lg-6,html.style2 html.style3 .col-lg-7,html.style2 html.style3 .col-lg-8,html.style2 html.style3 .col-lg-9,html.style2 html.style3 .col-lg-auto,html.style2 html.style3 .col-md,html.style2 html.style3 .col-md-1,html.style2 html.style3 .col-md-10,html.style2 html.style3 .col-md-11,html.style2 html.style3 .col-md-12,html.style2 html.style3 .col-md-2,html.style2 html.style3 .col-md-3,html.style2 html.style3 .col-md-4,html.style2 html.style3 .col-md-5,html.style2 html.style3 .col-md-6,html.style2 html.style3 .col-md-7,html.style2 html.style3 .col-md-8,html.style2 html.style3 .col-md-9,html.style2 html.style3 .col-md-auto,html.style2 html.style3 .col-sm,html.style2 html.style3 .col-sm-1,html.style2 html.style3 .col-sm-10,html.style2 html.style3 .col-sm-11,html.style2 html.style3 .col-sm-12,html.style2 html.style3 .col-sm-2,html.style2 html.style3 .col-sm-3,html.style2 html.style3 .col-sm-4,html.style2 html.style3 .col-sm-5,html.style2 html.style3 .col-sm-6,html.style2 html.style3 .col-sm-7,html.style2 html.style3 .col-sm-8,html.style2 html.style3 .col-sm-9,html.style2 html.style3 .col-sm-auto,html.style2 html.style3 .col-xl,html.style2 html.style3 .col-xl-1,html.style2 html.style3 .col-xl-10,html.style2 html.style3 .col-xl-11,html.style2 html.style3 .col-xl-12,html.style2 html.style3 .col-xl-2,html.style2 html.style3 .col-xl-3,html.style2 html.style3 .col-xl-4,html.style2 html.style3 .col-xl-5,html.style2 html.style3 .col-xl-6,html.style2 html.style3 .col-xl-7,html.style2 html.style3 .col-xl-8,html.style2 html.style3 .col-xl-9,html.style2 html.style3 .col-xl-auto,html.style3 .col,html.style3 .col-1,html.style3 .col-10,html.style3 .col-11,html.style3 .col-12,html.style3 .col-2,html.style3 .col-3,html.style3 .col-4,html.style3 .col-5,html.style3 .col-6,html.style3 .col-7,html.style3 .col-8,html.style3 .col-9,html.style3 .col-auto,html.style3 .col-lg,html.style3 .col-lg-1,html.style3 .col-lg-10,html.style3 .col-lg-11,html.style3 .col-lg-12,html.style3 .col-lg-2,html.style3 .col-lg-3,html.style3 .col-lg-4,html.style3 .col-lg-5,html.style3 .col-lg-6,html.style3 .col-lg-7,html.style3 .col-lg-8,html.style3 .col-lg-9,html.style3 .col-lg-auto,html.style3 .col-md,html.style3 .col-md-1,html.style3 .col-md-10,html.style3 .col-md-11,html.style3 .col-md-12,html.style3 .col-md-2,html.style3 .col-md-3,html.style3 .col-md-4,html.style3 .col-md-5,html.style3 .col-md-6,html.style3 .col-md-7,html.style3 .col-md-8,html.style3 .col-md-9,html.style3 .col-md-auto,html.style3 .col-sm,html.style3 .col-sm-1,html.style3 .col-sm-10,html.style3 .col-sm-11,html.style3 .col-sm-12,html.style3 .col-sm-2,html.style3 .col-sm-3,html.style3 .col-sm-4,html.style3 .col-sm-5,html.style3 .col-sm-6,html.style3 .col-sm-7,html.style3 .col-sm-8,html.style3 .col-sm-9,html.style3 .col-sm-auto,html.style3 .col-xl,html.style3 .col-xl-1,html.style3 .col-xl-10,html.style3 .col-xl-11,html.style3 .col-xl-12,html.style3 .col-xl-2,html.style3 .col-xl-3,html.style3 .col-xl-4,html.style3 .col-xl-5,html.style3 .col-xl-6,html.style3 .col-xl-7,html.style3 .col-xl-8,html.style3 .col-xl-9,html.style3 .col-xl-auto,html.style3 html.style1 .col,html.style3 html.style1 .col-1,html.style3 html.style1 .col-10,html.style3 html.style1 .col-11,html.style3 html.style1 .col-12,html.style3 html.style1 .col-2,html.style3 html.style1 .col-3,html.style3 html.style1 .col-4,html.style3 html.style1 .col-5,html.style3 html.style1 .col-6,html.style3 html.style1 .col-7,html.style3 html.style1 .col-8,html.style3 html.style1 .col-9,html.style3 html.style1 .col-auto,html.style3 html.style1 .col-lg,html.style3 html.style1 .col-lg-1,html.style3 html.style1 .col-lg-10,html.style3 html.style1 .col-lg-11,html.style3 html.style1 .col-lg-12,html.style3 html.style1 .col-lg-2,html.style3 html.style1 .col-lg-3,html.style3 html.style1 .col-lg-4,html.style3 html.style1 .col-lg-5,html.style3 html.style1 .col-lg-6,html.style3 html.style1 .col-lg-7,html.style3 html.style1 .col-lg-8,html.style3 html.style1 .col-lg-9,html.style3 html.style1 .col-lg-auto,html.style3 html.style1 .col-md,html.style3 html.style1 .col-md-1,html.style3 html.style1 .col-md-10,html.style3 html.style1 .col-md-11,html.style3 html.style1 .col-md-12,html.style3 html.style1 .col-md-2,html.style3 html.style1 .col-md-3,html.style3 html.style1 .col-md-4,html.style3 html.style1 .col-md-5,html.style3 html.style1 .col-md-6,html.style3 html.style1 .col-md-7,html.style3 html.style1 .col-md-8,html.style3 html.style1 .col-md-9,html.style3 html.style1 .col-md-auto,html.style3 html.style1 .col-sm,html.style3 html.style1 .col-sm-1,html.style3 html.style1 .col-sm-10,html.style3 html.style1 .col-sm-11,html.style3 html.style1 .col-sm-12,html.style3 html.style1 .col-sm-2,html.style3 html.style1 .col-sm-3,html.style3 html.style1 .col-sm-4,html.style3 html.style1 .col-sm-5,html.style3 html.style1 .col-sm-6,html.style3 html.style1 .col-sm-7,html.style3 html.style1 .col-sm-8,html.style3 html.style1 .col-sm-9,html.style3 html.style1 .col-sm-auto,html.style3 html.style1 .col-xl,html.style3 html.style1 .col-xl-1,html.style3 html.style1 .col-xl-10,html.style3 html.style1 .col-xl-11,html.style3 html.style1 .col-xl-12,html.style3 html.style1 .col-xl-2,html.style3 html.style1 .col-xl-3,html.style3 html.style1 .col-xl-4,html.style3 html.style1 .col-xl-5,html.style3 html.style1 .col-xl-6,html.style3 html.style1 .col-xl-7,html.style3 html.style1 .col-xl-8,html.style3 html.style1 .col-xl-9,html.style3 html.style1 .col-xl-auto,html.style3 html.style2 .col,html.style3 html.style2 .col-1,html.style3 html.style2 .col-10,html.style3 html.style2 .col-11,html.style3 html.style2 .col-12,html.style3 html.style2 .col-2,html.style3 html.style2 .col-3,html.style3 html.style2 .col-4,html.style3 html.style2 .col-5,html.style3 html.style2 .col-6,html.style3 html.style2 .col-7,html.style3 html.style2 .col-8,html.style3 html.style2 .col-9,html.style3 html.style2 .col-auto,html.style3 html.style2 .col-lg,html.style3 html.style2 .col-lg-1,html.style3 html.style2 .col-lg-10,html.style3 html.style2 .col-lg-11,html.style3 html.style2 .col-lg-12,html.style3 html.style2 .col-lg-2,html.style3 html.style2 .col-lg-3,html.style3 html.style2 .col-lg-4,html.style3 html.style2 .col-lg-5,html.style3 html.style2 .col-lg-6,html.style3 html.style2 .col-lg-7,html.style3 html.style2 .col-lg-8,html.style3 html.style2 .col-lg-9,html.style3 html.style2 .col-lg-auto,html.style3 html.style2 .col-md,html.style3 html.style2 .col-md-1,html.style3 html.style2 .col-md-10,html.style3 html.style2 .col-md-11,html.style3 html.style2 .col-md-12,html.style3 html.style2 .col-md-2,html.style3 html.style2 .col-md-3,html.style3 html.style2 .col-md-4,html.style3 html.style2 .col-md-5,html.style3 html.style2 .col-md-6,html.style3 html.style2 .col-md-7,html.style3 html.style2 .col-md-8,html.style3 html.style2 .col-md-9,html.style3 html.style2 .col-md-auto,html.style3 html.style2 .col-sm,html.style3 html.style2 .col-sm-1,html.style3 html.style2 .col-sm-10,html.style3 html.style2 .col-sm-11,html.style3 html.style2 .col-sm-12,html.style3 html.style2 .col-sm-2,html.style3 html.style2 .col-sm-3,html.style3 html.style2 .col-sm-4,html.style3 html.style2 .col-sm-5,html.style3 html.style2 .col-sm-6,html.style3 html.style2 .col-sm-7,html.style3 html.style2 .col-sm-8,html.style3 html.style2 .col-sm-9,html.style3 html.style2 .col-sm-auto,html.style3 html.style2 .col-xl,html.style3 html.style2 .col-xl-1,html.style3 html.style2 .col-xl-10,html.style3 html.style2 .col-xl-11,html.style3 html.style2 .col-xl-12,html.style3 html.style2 .col-xl-2,html.style3 html.style2 .col-xl-3,html.style3 html.style2 .col-xl-4,html.style3 html.style2 .col-xl-5,html.style3 html.style2 .col-xl-6,html.style3 html.style2 .col-xl-7,html.style3 html.style2 .col-xl-8,html.style3 html.style2 .col-xl-9,html.style3 html.style2 .col-xl-auto,html.style3 html.style4 .col,html.style3 html.style4 .col-1,html.style3 html.style4 .col-10,html.style3 html.style4 .col-11,html.style3 html.style4 .col-12,html.style3 html.style4 .col-2,html.style3 html.style4 .col-3,html.style3 html.style4 .col-4,html.style3 html.style4 .col-5,html.style3 html.style4 .col-6,html.style3 html.style4 .col-7,html.style3 html.style4 .col-8,html.style3 html.style4 .col-9,html.style3 html.style4 .col-auto,html.style3 html.style4 .col-lg,html.style3 html.style4 .col-lg-1,html.style3 html.style4 .col-lg-10,html.style3 html.style4 .col-lg-11,html.style3 html.style4 .col-lg-12,html.style3 html.style4 .col-lg-2,html.style3 html.style4 .col-lg-3,html.style3 html.style4 .col-lg-4,html.style3 html.style4 .col-lg-5,html.style3 html.style4 .col-lg-6,html.style3 html.style4 .col-lg-7,html.style3 html.style4 .col-lg-8,html.style3 html.style4 .col-lg-9,html.style3 html.style4 .col-lg-auto,html.style3 html.style4 .col-md,html.style3 html.style4 .col-md-1,html.style3 html.style4 .col-md-10,html.style3 html.style4 .col-md-11,html.style3 html.style4 .col-md-12,html.style3 html.style4 .col-md-2,html.style3 html.style4 .col-md-3,html.style3 html.style4 .col-md-4,html.style3 html.style4 .col-md-5,html.style3 html.style4 .col-md-6,html.style3 html.style4 .col-md-7,html.style3 html.style4 .col-md-8,html.style3 html.style4 .col-md-9,html.style3 html.style4 .col-md-auto,html.style3 html.style4 .col-sm,html.style3 html.style4 .col-sm-1,html.style3 html.style4 .col-sm-10,html.style3 html.style4 .col-sm-11,html.style3 html.style4 .col-sm-12,html.style3 html.style4 .col-sm-2,html.style3 html.style4 .col-sm-3,html.style3 html.style4 .col-sm-4,html.style3 html.style4 .col-sm-5,html.style3 html.style4 .col-sm-6,html.style3 html.style4 .col-sm-7,html.style3 html.style4 .col-sm-8,html.style3 html.style4 .col-sm-9,html.style3 html.style4 .col-sm-auto,html.style3 html.style4 .col-xl,html.style3 html.style4 .col-xl-1,html.style3 html.style4 .col-xl-10,html.style3 html.style4 .col-xl-11,html.style3 html.style4 .col-xl-12,html.style3 html.style4 .col-xl-2,html.style3 html.style4 .col-xl-3,html.style3 html.style4 .col-xl-4,html.style3 html.style4 .col-xl-5,html.style3 html.style4 .col-xl-6,html.style3 html.style4 .col-xl-7,html.style3 html.style4 .col-xl-8,html.style3 html.style4 .col-xl-9,html.style3 html.style4 .col-xl-auto,html.style3 html.style5 .col,html.style3 html.style5 .col-1,html.style3 html.style5 .col-10,html.style3 html.style5 .col-11,html.style3 html.style5 .col-12,html.style3 html.style5 .col-2,html.style3 html.style5 .col-3,html.style3 html.style5 .col-4,html.style3 html.style5 .col-5,html.style3 html.style5 .col-6,html.style3 html.style5 .col-7,html.style3 html.style5 .col-8,html.style3 html.style5 .col-9,html.style3 html.style5 .col-auto,html.style3 html.style5 .col-lg,html.style3 html.style5 .col-lg-1,html.style3 html.style5 .col-lg-10,html.style3 html.style5 .col-lg-11,html.style3 html.style5 .col-lg-12,html.style3 html.style5 .col-lg-2,html.style3 html.style5 .col-lg-3,html.style3 html.style5 .col-lg-4,html.style3 html.style5 .col-lg-5,html.style3 html.style5 .col-lg-6,html.style3 html.style5 .col-lg-7,html.style3 html.style5 .col-lg-8,html.style3 html.style5 .col-lg-9,html.style3 html.style5 .col-lg-auto,html.style3 html.style5 .col-md,html.style3 html.style5 .col-md-1,html.style3 html.style5 .col-md-10,html.style3 html.style5 .col-md-11,html.style3 html.style5 .col-md-12,html.style3 html.style5 .col-md-2,html.style3 html.style5 .col-md-3,html.style3 html.style5 .col-md-4,html.style3 html.style5 .col-md-5,html.style3 html.style5 .col-md-6,html.style3 html.style5 .col-md-7,html.style3 html.style5 .col-md-8,html.style3 html.style5 .col-md-9,html.style3 html.style5 .col-md-auto,html.style3 html.style5 .col-sm,html.style3 html.style5 .col-sm-1,html.style3 html.style5 .col-sm-10,html.style3 html.style5 .col-sm-11,html.style3 html.style5 .col-sm-12,html.style3 html.style5 .col-sm-2,html.style3 html.style5 .col-sm-3,html.style3 html.style5 .col-sm-4,html.style3 html.style5 .col-sm-5,html.style3 html.style5 .col-sm-6,html.style3 html.style5 .col-sm-7,html.style3 html.style5 .col-sm-8,html.style3 html.style5 .col-sm-9,html.style3 html.style5 .col-sm-auto,html.style3 html.style5 .col-xl,html.style3 html.style5 .col-xl-1,html.style3 html.style5 .col-xl-10,html.style3 html.style5 .col-xl-11,html.style3 html.style5 .col-xl-12,html.style3 html.style5 .col-xl-2,html.style3 html.style5 .col-xl-3,html.style3 html.style5 .col-xl-4,html.style3 html.style5 .col-xl-5,html.style3 html.style5 .col-xl-6,html.style3 html.style5 .col-xl-7,html.style3 html.style5 .col-xl-8,html.style3 html.style5 .col-xl-9,html.style3 html.style5 .col-xl-auto,html.style3 html.style6 .col,html.style3 html.style6 .col-1,html.style3 html.style6 .col-10,html.style3 html.style6 .col-11,html.style3 html.style6 .col-12,html.style3 html.style6 .col-2,html.style3 html.style6 .col-3,html.style3 html.style6 .col-4,html.style3 html.style6 .col-5,html.style3 html.style6 .col-6,html.style3 html.style6 .col-7,html.style3 html.style6 .col-8,html.style3 html.style6 .col-9,html.style3 html.style6 .col-auto,html.style3 html.style6 .col-lg,html.style3 html.style6 .col-lg-1,html.style3 html.style6 .col-lg-10,html.style3 html.style6 .col-lg-11,html.style3 html.style6 .col-lg-12,html.style3 html.style6 .col-lg-2,html.style3 html.style6 .col-lg-3,html.style3 html.style6 .col-lg-4,html.style3 html.style6 .col-lg-5,html.style3 html.style6 .col-lg-6,html.style3 html.style6 .col-lg-7,html.style3 html.style6 .col-lg-8,html.style3 html.style6 .col-lg-9,html.style3 html.style6 .col-lg-auto,html.style3 html.style6 .col-md,html.style3 html.style6 .col-md-1,html.style3 html.style6 .col-md-10,html.style3 html.style6 .col-md-11,html.style3 html.style6 .col-md-12,html.style3 html.style6 .col-md-2,html.style3 html.style6 .col-md-3,html.style3 html.style6 .col-md-4,html.style3 html.style6 .col-md-5,html.style3 html.style6 .col-md-6,html.style3 html.style6 .col-md-7,html.style3 html.style6 .col-md-8,html.style3 html.style6 .col-md-9,html.style3 html.style6 .col-md-auto,html.style3 html.style6 .col-sm,html.style3 html.style6 .col-sm-1,html.style3 html.style6 .col-sm-10,html.style3 html.style6 .col-sm-11,html.style3 html.style6 .col-sm-12,html.style3 html.style6 .col-sm-2,html.style3 html.style6 .col-sm-3,html.style3 html.style6 .col-sm-4,html.style3 html.style6 .col-sm-5,html.style3 html.style6 .col-sm-6,html.style3 html.style6 .col-sm-7,html.style3 html.style6 .col-sm-8,html.style3 html.style6 .col-sm-9,html.style3 html.style6 .col-sm-auto,html.style3 html.style6 .col-xl,html.style3 html.style6 .col-xl-1,html.style3 html.style6 .col-xl-10,html.style3 html.style6 .col-xl-11,html.style3 html.style6 .col-xl-12,html.style3 html.style6 .col-xl-2,html.style3 html.style6 .col-xl-3,html.style3 html.style6 .col-xl-4,html.style3 html.style6 .col-xl-5,html.style3 html.style6 .col-xl-6,html.style3 html.style6 .col-xl-7,html.style3 html.style6 .col-xl-8,html.style3 html.style6 .col-xl-9,html.style3 html.style6 .col-xl-auto,html.style4 html.style3 .col,html.style4 html.style3 .col-1,html.style4 html.style3 .col-10,html.style4 html.style3 .col-11,html.style4 html.style3 .col-12,html.style4 html.style3 .col-2,html.style4 html.style3 .col-3,html.style4 html.style3 .col-4,html.style4 html.style3 .col-5,html.style4 html.style3 .col-6,html.style4 html.style3 .col-7,html.style4 html.style3 .col-8,html.style4 html.style3 .col-9,html.style4 html.style3 .col-auto,html.style4 html.style3 .col-lg,html.style4 html.style3 .col-lg-1,html.style4 html.style3 .col-lg-10,html.style4 html.style3 .col-lg-11,html.style4 html.style3 .col-lg-12,html.style4 html.style3 .col-lg-2,html.style4 html.style3 .col-lg-3,html.style4 html.style3 .col-lg-4,html.style4 html.style3 .col-lg-5,html.style4 html.style3 .col-lg-6,html.style4 html.style3 .col-lg-7,html.style4 html.style3 .col-lg-8,html.style4 html.style3 .col-lg-9,html.style4 html.style3 .col-lg-auto,html.style4 html.style3 .col-md,html.style4 html.style3 .col-md-1,html.style4 html.style3 .col-md-10,html.style4 html.style3 .col-md-11,html.style4 html.style3 .col-md-12,html.style4 html.style3 .col-md-2,html.style4 html.style3 .col-md-3,html.style4 html.style3 .col-md-4,html.style4 html.style3 .col-md-5,html.style4 html.style3 .col-md-6,html.style4 html.style3 .col-md-7,html.style4 html.style3 .col-md-8,html.style4 html.style3 .col-md-9,html.style4 html.style3 .col-md-auto,html.style4 html.style3 .col-sm,html.style4 html.style3 .col-sm-1,html.style4 html.style3 .col-sm-10,html.style4 html.style3 .col-sm-11,html.style4 html.style3 .col-sm-12,html.style4 html.style3 .col-sm-2,html.style4 html.style3 .col-sm-3,html.style4 html.style3 .col-sm-4,html.style4 html.style3 .col-sm-5,html.style4 html.style3 .col-sm-6,html.style4 html.style3 .col-sm-7,html.style4 html.style3 .col-sm-8,html.style4 html.style3 .col-sm-9,html.style4 html.style3 .col-sm-auto,html.style4 html.style3 .col-xl,html.style4 html.style3 .col-xl-1,html.style4 html.style3 .col-xl-10,html.style4 html.style3 .col-xl-11,html.style4 html.style3 .col-xl-12,html.style4 html.style3 .col-xl-2,html.style4 html.style3 .col-xl-3,html.style4 html.style3 .col-xl-4,html.style4 html.style3 .col-xl-5,html.style4 html.style3 .col-xl-6,html.style4 html.style3 .col-xl-7,html.style4 html.style3 .col-xl-8,html.style4 html.style3 .col-xl-9,html.style4 html.style3 .col-xl-auto,html.style5 html.style3 .col,html.style5 html.style3 .col-1,html.style5 html.style3 .col-10,html.style5 html.style3 .col-11,html.style5 html.style3 .col-12,html.style5 html.style3 .col-2,html.style5 html.style3 .col-3,html.style5 html.style3 .col-4,html.style5 html.style3 .col-5,html.style5 html.style3 .col-6,html.style5 html.style3 .col-7,html.style5 html.style3 .col-8,html.style5 html.style3 .col-9,html.style5 html.style3 .col-auto,html.style5 html.style3 .col-lg,html.style5 html.style3 .col-lg-1,html.style5 html.style3 .col-lg-10,html.style5 html.style3 .col-lg-11,html.style5 html.style3 .col-lg-12,html.style5 html.style3 .col-lg-2,html.style5 html.style3 .col-lg-3,html.style5 html.style3 .col-lg-4,html.style5 html.style3 .col-lg-5,html.style5 html.style3 .col-lg-6,html.style5 html.style3 .col-lg-7,html.style5 html.style3 .col-lg-8,html.style5 html.style3 .col-lg-9,html.style5 html.style3 .col-lg-auto,html.style5 html.style3 .col-md,html.style5 html.style3 .col-md-1,html.style5 html.style3 .col-md-10,html.style5 html.style3 .col-md-11,html.style5 html.style3 .col-md-12,html.style5 html.style3 .col-md-2,html.style5 html.style3 .col-md-3,html.style5 html.style3 .col-md-4,html.style5 html.style3 .col-md-5,html.style5 html.style3 .col-md-6,html.style5 html.style3 .col-md-7,html.style5 html.style3 .col-md-8,html.style5 html.style3 .col-md-9,html.style5 html.style3 .col-md-auto,html.style5 html.style3 .col-sm,html.style5 html.style3 .col-sm-1,html.style5 html.style3 .col-sm-10,html.style5 html.style3 .col-sm-11,html.style5 html.style3 .col-sm-12,html.style5 html.style3 .col-sm-2,html.style5 html.style3 .col-sm-3,html.style5 html.style3 .col-sm-4,html.style5 html.style3 .col-sm-5,html.style5 html.style3 .col-sm-6,html.style5 html.style3 .col-sm-7,html.style5 html.style3 .col-sm-8,html.style5 html.style3 .col-sm-9,html.style5 html.style3 .col-sm-auto,html.style5 html.style3 .col-xl,html.style5 html.style3 .col-xl-1,html.style5 html.style3 .col-xl-10,html.style5 html.style3 .col-xl-11,html.style5 html.style3 .col-xl-12,html.style5 html.style3 .col-xl-2,html.style5 html.style3 .col-xl-3,html.style5 html.style3 .col-xl-4,html.style5 html.style3 .col-xl-5,html.style5 html.style3 .col-xl-6,html.style5 html.style3 .col-xl-7,html.style5 html.style3 .col-xl-8,html.style5 html.style3 .col-xl-9,html.style5 html.style3 .col-xl-auto,html.style6 html.style3 .col,html.style6 html.style3 .col-1,html.style6 html.style3 .col-10,html.style6 html.style3 .col-11,html.style6 html.style3 .col-12,html.style6 html.style3 .col-2,html.style6 html.style3 .col-3,html.style6 html.style3 .col-4,html.style6 html.style3 .col-5,html.style6 html.style3 .col-6,html.style6 html.style3 .col-7,html.style6 html.style3 .col-8,html.style6 html.style3 .col-9,html.style6 html.style3 .col-auto,html.style6 html.style3 .col-lg,html.style6 html.style3 .col-lg-1,html.style6 html.style3 .col-lg-10,html.style6 html.style3 .col-lg-11,html.style6 html.style3 .col-lg-12,html.style6 html.style3 .col-lg-2,html.style6 html.style3 .col-lg-3,html.style6 html.style3 .col-lg-4,html.style6 html.style3 .col-lg-5,html.style6 html.style3 .col-lg-6,html.style6 html.style3 .col-lg-7,html.style6 html.style3 .col-lg-8,html.style6 html.style3 .col-lg-9,html.style6 html.style3 .col-lg-auto,html.style6 html.style3 .col-md,html.style6 html.style3 .col-md-1,html.style6 html.style3 .col-md-10,html.style6 html.style3 .col-md-11,html.style6 html.style3 .col-md-12,html.style6 html.style3 .col-md-2,html.style6 html.style3 .col-md-3,html.style6 html.style3 .col-md-4,html.style6 html.style3 .col-md-5,html.style6 html.style3 .col-md-6,html.style6 html.style3 .col-md-7,html.style6 html.style3 .col-md-8,html.style6 html.style3 .col-md-9,html.style6 html.style3 .col-md-auto,html.style6 html.style3 .col-sm,html.style6 html.style3 .col-sm-1,html.style6 html.style3 .col-sm-10,html.style6 html.style3 .col-sm-11,html.style6 html.style3 .col-sm-12,html.style6 html.style3 .col-sm-2,html.style6 html.style3 .col-sm-3,html.style6 html.style3 .col-sm-4,html.style6 html.style3 .col-sm-5,html.style6 html.style3 .col-sm-6,html.style6 html.style3 .col-sm-7,html.style6 html.style3 .col-sm-8,html.style6 html.style3 .col-sm-9,html.style6 html.style3 .col-sm-auto,html.style6 html.style3 .col-xl,html.style6 html.style3 .col-xl-1,html.style6 html.style3 .col-xl-10,html.style6 html.style3 .col-xl-11,html.style6 html.style3 .col-xl-12,html.style6 html.style3 .col-xl-2,html.style6 html.style3 .col-xl-3,html.style6 html.style3 .col-xl-4,html.style6 html.style3 .col-xl-5,html.style6 html.style3 .col-xl-6,html.style6 html.style3 .col-xl-7,html.style6 html.style3 .col-xl-8,html.style6 html.style3 .col-xl-9,html.style6 html.style3 .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}html.style3 .col{flex-basis:0;flex-grow:1;max-width:100%}html.style3 .row-cols-1>*{flex:0 0 100%;max-width:100%}html.style3 .row-cols-2>*{flex:0 0 50%;max-width:50%}html.style3 .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style3 .row-cols-4>*{flex:0 0 25%;max-width:25%}html.style3 .row-cols-5>*{flex:0 0 20%;max-width:20%}html.style3 .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style3 .col-auto{flex:0 0 auto;width:auto;max-width:100%}html.style3 .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style3 .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style3 .col-3{flex:0 0 25%;max-width:25%}html.style3 .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style3 .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style3 .col-6{flex:0 0 50%;max-width:50%}html.style3 .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style3 .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style3 .col-9{flex:0 0 75%;max-width:75%}html.style3 .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style3 .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style3 .col-12{flex:0 0 100%;max-width:100%}html.style3 .order-first{order:-1}html.style3 .order-last{order:13}html.style3 .order-0{order:0}html.style3 .order-1{order:1}html.style3 .order-2{order:2}html.style3 .order-3{order:3}html.style3 .order-4{order:4}html.style3 .order-5{order:5}html.style3 .order-6{order:6}html.style3 .order-7{order:7}html.style3 .order-8{order:8}html.style3 .order-9{order:9}html.style3 .order-10{order:10}html.style3 .order-11{order:11}html.style3 .order-12{order:12}html.style3 .offset-1{margin-left:8.33333333%}html.style3 .offset-2{margin-left:16.66666667%}html.style3 .offset-3{margin-left:25%}html.style3 .offset-4{margin-left:33.33333333%}html.style3 .offset-5{margin-left:41.66666667%}html.style3 .offset-6{margin-left:50%}html.style3 .offset-7{margin-left:58.33333333%}html.style3 .offset-8{margin-left:66.66666667%}html.style3 .offset-9{margin-left:75%}html.style3 .offset-10{margin-left:83.33333333%}html.style3 .offset-11{margin-left:91.66666667%}@media(min-width:576px){html.style3 .col-sm{flex-basis:0;flex-grow:1;max-width:100%}html.style3 .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}html.style3 .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}html.style3 .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style3 .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}html.style3 .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}html.style3 .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style3 .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}html.style3 .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style3 .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style3 .col-sm-3{flex:0 0 25%;max-width:25%}html.style3 .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style3 .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style3 .col-sm-6{flex:0 0 50%;max-width:50%}html.style3 .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style3 .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style3 .col-sm-9{flex:0 0 75%;max-width:75%}html.style3 .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style3 .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style3 .col-sm-12{flex:0 0 100%;max-width:100%}html.style3 .order-sm-first{order:-1}html.style3 .order-sm-last{order:13}html.style3 .order-sm-0{order:0}html.style3 .order-sm-1{order:1}html.style3 .order-sm-2{order:2}html.style3 .order-sm-3{order:3}html.style3 .order-sm-4{order:4}html.style3 .order-sm-5{order:5}html.style3 .order-sm-6{order:6}html.style3 .order-sm-7{order:7}html.style3 .order-sm-8{order:8}html.style3 .order-sm-9{order:9}html.style3 .order-sm-10{order:10}html.style3 .order-sm-11{order:11}html.style3 .order-sm-12{order:12}html.style3 .offset-sm-0{margin-left:0}html.style3 .offset-sm-1{margin-left:8.33333333%}html.style3 .offset-sm-2{margin-left:16.66666667%}html.style3 .offset-sm-3{margin-left:25%}html.style3 .offset-sm-4{margin-left:33.33333333%}html.style3 .offset-sm-5{margin-left:41.66666667%}html.style3 .offset-sm-6{margin-left:50%}html.style3 .offset-sm-7{margin-left:58.33333333%}html.style3 .offset-sm-8{margin-left:66.66666667%}html.style3 .offset-sm-9{margin-left:75%}html.style3 .offset-sm-10{margin-left:83.33333333%}html.style3 .offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){html.style3 .col-md{flex-basis:0;flex-grow:1;max-width:100%}html.style3 .row-cols-md-1>*{flex:0 0 100%;max-width:100%}html.style3 .row-cols-md-2>*{flex:0 0 50%;max-width:50%}html.style3 .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style3 .row-cols-md-4>*{flex:0 0 25%;max-width:25%}html.style3 .row-cols-md-5>*{flex:0 0 20%;max-width:20%}html.style3 .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style3 .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}html.style3 .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style3 .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style3 .col-md-3{flex:0 0 25%;max-width:25%}html.style3 .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style3 .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style3 .col-md-6{flex:0 0 50%;max-width:50%}html.style3 .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style3 .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style3 .col-md-9{flex:0 0 75%;max-width:75%}html.style3 .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style3 .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style3 .col-md-12{flex:0 0 100%;max-width:100%}html.style3 .order-md-first{order:-1}html.style3 .order-md-last{order:13}html.style3 .order-md-0{order:0}html.style3 .order-md-1{order:1}html.style3 .order-md-2{order:2}html.style3 .order-md-3{order:3}html.style3 .order-md-4{order:4}html.style3 .order-md-5{order:5}html.style3 .order-md-6{order:6}html.style3 .order-md-7{order:7}html.style3 .order-md-8{order:8}html.style3 .order-md-9{order:9}html.style3 .order-md-10{order:10}html.style3 .order-md-11{order:11}html.style3 .order-md-12{order:12}html.style3 .offset-md-0{margin-left:0}html.style3 .offset-md-1{margin-left:8.33333333%}html.style3 .offset-md-2{margin-left:16.66666667%}html.style3 .offset-md-3{margin-left:25%}html.style3 .offset-md-4{margin-left:33.33333333%}html.style3 .offset-md-5{margin-left:41.66666667%}html.style3 .offset-md-6{margin-left:50%}html.style3 .offset-md-7{margin-left:58.33333333%}html.style3 .offset-md-8{margin-left:66.66666667%}html.style3 .offset-md-9{margin-left:75%}html.style3 .offset-md-10{margin-left:83.33333333%}html.style3 .offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){html.style3 .col-lg{flex-basis:0;flex-grow:1;max-width:100%}html.style3 .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}html.style3 .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}html.style3 .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style3 .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}html.style3 .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}html.style3 .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style3 .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}html.style3 .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style3 .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style3 .col-lg-3{flex:0 0 25%;max-width:25%}html.style3 .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style3 .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style3 .col-lg-6{flex:0 0 50%;max-width:50%}html.style3 .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style3 .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style3 .col-lg-9{flex:0 0 75%;max-width:75%}html.style3 .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style3 .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style3 .col-lg-12{flex:0 0 100%;max-width:100%}html.style3 .order-lg-first{order:-1}html.style3 .order-lg-last{order:13}html.style3 .order-lg-0{order:0}html.style3 .order-lg-1{order:1}html.style3 .order-lg-2{order:2}html.style3 .order-lg-3{order:3}html.style3 .order-lg-4{order:4}html.style3 .order-lg-5{order:5}html.style3 .order-lg-6{order:6}html.style3 .order-lg-7{order:7}html.style3 .order-lg-8{order:8}html.style3 .order-lg-9{order:9}html.style3 .order-lg-10{order:10}html.style3 .order-lg-11{order:11}html.style3 .order-lg-12{order:12}html.style3 .offset-lg-0{margin-left:0}html.style3 .offset-lg-1{margin-left:8.33333333%}html.style3 .offset-lg-2{margin-left:16.66666667%}html.style3 .offset-lg-3{margin-left:25%}html.style3 .offset-lg-4{margin-left:33.33333333%}html.style3 .offset-lg-5{margin-left:41.66666667%}html.style3 .offset-lg-6{margin-left:50%}html.style3 .offset-lg-7{margin-left:58.33333333%}html.style3 .offset-lg-8{margin-left:66.66666667%}html.style3 .offset-lg-9{margin-left:75%}html.style3 .offset-lg-10{margin-left:83.33333333%}html.style3 .offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){html.style3 .col-xl{flex-basis:0;flex-grow:1;max-width:100%}html.style3 .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}html.style3 .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}html.style3 .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style3 .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}html.style3 .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}html.style3 .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style3 .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}html.style3 .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style3 .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style3 .col-xl-3{flex:0 0 25%;max-width:25%}html.style3 .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style3 .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style3 .col-xl-6{flex:0 0 50%;max-width:50%}html.style3 .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style3 .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style3 .col-xl-9{flex:0 0 75%;max-width:75%}html.style3 .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style3 .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style3 .col-xl-12{flex:0 0 100%;max-width:100%}html.style3 .order-xl-first{order:-1}html.style3 .order-xl-last{order:13}html.style3 .order-xl-0{order:0}html.style3 .order-xl-1{order:1}html.style3 .order-xl-2{order:2}html.style3 .order-xl-3{order:3}html.style3 .order-xl-4{order:4}html.style3 .order-xl-5{order:5}html.style3 .order-xl-6{order:6}html.style3 .order-xl-7{order:7}html.style3 .order-xl-8{order:8}html.style3 .order-xl-9{order:9}html.style3 .order-xl-10{order:10}html.style3 .order-xl-11{order:11}html.style3 .order-xl-12{order:12}html.style3 .offset-xl-0{margin-left:0}html.style3 .offset-xl-1{margin-left:8.33333333%}html.style3 .offset-xl-2{margin-left:16.66666667%}html.style3 .offset-xl-3{margin-left:25%}html.style3 .offset-xl-4{margin-left:33.33333333%}html.style3 .offset-xl-5{margin-left:41.66666667%}html.style3 .offset-xl-6{margin-left:50%}html.style3 .offset-xl-7{margin-left:58.33333333%}html.style3 .offset-xl-8{margin-left:66.66666667%}html.style3 .offset-xl-9{margin-left:75%}html.style3 .offset-xl-10{margin-left:83.33333333%}html.style3 .offset-xl-11{margin-left:91.66666667%}}html.style3 .table{width:100%;margin-bottom:1rem;color:#212529}html.style3 .table td,html.style3 .table th{padding:.75rem;vertical-align:top;border-top:1px solid #eff1f2}html.style3 .table thead th{vertical-align:bottom;border-bottom:2px solid #eff1f2}html.style3 .table tbody+tbody{border-top:2px solid #eff1f2}html.style3 .table-sm td,html.style3 .table-sm th{padding:.3rem}html.style3 .table-bordered,html.style3 .table-bordered td,html.style3 .table-bordered th{border:1px solid #eff1f2}html.style3 .table-bordered thead td,html.style3 .table-bordered thead th{border-bottom-width:2px}html.style3 .table-borderless tbody+tbody,html.style3 .table-borderless td,html.style3 .table-borderless th,html.style3 .table-borderless thead th{border:0}html.style3 .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}html.style3 .table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}html.style3 .table-primary,html.style3 .table-primary>td,html.style3 .table-primary>th{background-color:#b8daff}html.style3 .table-primary tbody+tbody,html.style3 .table-primary td,html.style3 .table-primary th,html.style3 .table-primary thead th{border-color:#7abaff}html.style3 .table-hover .table-primary:hover,html.style3 .table-hover .table-primary:hover>td,html.style3 .table-hover .table-primary:hover>th{background-color:#9fcdff}html.style3 .table-secondary,html.style3 .table-secondary>td,html.style3 .table-secondary>th{background-color:#d6d8db}html.style3 .table-secondary tbody+tbody,html.style3 .table-secondary td,html.style3 .table-secondary th,html.style3 .table-secondary thead th{border-color:#b3b7bb}html.style3 .table-hover .table-secondary:hover,html.style3 .table-hover .table-secondary:hover>td,html.style3 .table-hover .table-secondary:hover>th{background-color:#c8cbcf}html.style3 .table-success,html.style3 .table-success>td,html.style3 .table-success>th{background-color:#c3e6cb}html.style3 .table-success tbody+tbody,html.style3 .table-success td,html.style3 .table-success th,html.style3 .table-success thead th{border-color:#8fd19e}html.style3 .table-hover .table-success:hover,html.style3 .table-hover .table-success:hover>td,html.style3 .table-hover .table-success:hover>th{background-color:#b1dfbb}html.style3 .table-info,html.style3 .table-info>td,html.style3 .table-info>th{background-color:#bee5eb}html.style3 .table-info tbody+tbody,html.style3 .table-info td,html.style3 .table-info th,html.style3 .table-info thead th{border-color:#86cfda}html.style3 .table-hover .table-info:hover,html.style3 .table-hover .table-info:hover>td,html.style3 .table-hover .table-info:hover>th{background-color:#abdde5}html.style3 .table-warning,html.style3 .table-warning>td,html.style3 .table-warning>th{background-color:#ffeeba}html.style3 .table-warning tbody+tbody,html.style3 .table-warning td,html.style3 .table-warning th,html.style3 .table-warning thead th{border-color:#ffdf7e}html.style3 .table-hover .table-warning:hover,html.style3 .table-hover .table-warning:hover>td,html.style3 .table-hover .table-warning:hover>th{background-color:#ffe8a1}html.style3 .table-danger,html.style3 .table-danger>td,html.style3 .table-danger>th{background-color:#ffc5c5}html.style3 .table-danger tbody+tbody,html.style3 .table-danger td,html.style3 .table-danger th,html.style3 .table-danger thead th{border-color:#ff9393}html.style3 .table-hover .table-danger:hover,html.style3 .table-hover .table-danger:hover>td,html.style3 .table-hover .table-danger:hover>th{background-color:#ffacac}html.style3 .table-light,html.style3 .table-light>td,html.style3 .table-light>th{background-color:#c2c2c4}html.style3 .table-light tbody+tbody,html.style3 .table-light td,html.style3 .table-light th,html.style3 .table-light thead th{border-color:#8e8e91}html.style3 .table-hover .table-light:hover,html.style3 .table-hover .table-light:hover>td,html.style3 .table-hover .table-light:hover>th{background-color:#b5b5b7}html.style3 .table-dark,html.style3 .table-dark>td,html.style3 .table-dark>th{background-color:#bfbfc0}html.style3 .table-dark tbody+tbody,html.style3 .table-dark td,html.style3 .table-dark th,html.style3 .table-dark thead th{border-color:#87888b}html.style3 .table-hover .table-dark:hover,html.style3 .table-hover .table-dark:hover>td,html.style3 .table-hover .table-dark:hover>th{background-color:#b2b2b3}html.style3 .table-active,html.style3 .table-active>td,html.style3 .table-active>th,html.style3 .table-hover .table-active:hover,html.style3 .table-hover .table-active:hover>td,html.style3 .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}html.style3 .table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}html.style3 .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#eff1f2}html.style3 .table-dark{color:#fff;background-color:#343a40}html.style3 .table-dark td,html.style3 .table-dark th,html.style3 .table-dark thead th{border-color:#454d55}html.style3 .table-dark.table-bordered{border:0}html.style3 .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}html.style3 .table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){html.style3 .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style3 .table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){html.style3 .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style3 .table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){html.style3 .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style3 .table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){html.style3 .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style3 .table-responsive-xl>.table-bordered{border:0}}html.style3 .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style3 .table-responsive>.table-bordered{border:0}html.style3 .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style3 .form-control{transition:none}}html.style3 .form-control::-ms-expand{background-color:transparent;border:0}html.style3 .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style3 .form-control::placeholder{color:#6c757d;opacity:1}html.style3 .form-control:disabled,html.style3 .form-control[readonly]{background-color:#e9ecef;opacity:1}html.style3 input[type=date].form-control,html.style3 input[type=datetime-local].form-control,html.style3 input[type=month].form-control,html.style3 input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style3 select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}html.style3 select.form-control:focus::-ms-value{color:#495057;background-color:#fff}html.style3 .form-control-file,html.style3 .form-control-range{display:block;width:100%}html.style3 .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}html.style3 .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}html.style3 .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}html.style3 .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}html.style3 .form-control-plaintext.form-control-lg,html.style3 .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}html.style3 .form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style3 .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style3 select.form-control[multiple],html.style3 select.form-control[size],html.style3 textarea.form-control{height:auto}html.style3 .form-group{margin-bottom:1rem}html.style3 .form-text{display:block;margin-top:.25rem}html.style3 .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}html.style3 .form-row>.col,html.style3 .form-row>[class*=col-]{padding-right:5px;padding-left:5px}html.style3 .form-check{position:relative;display:block;padding-left:1.25rem}html.style3 .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}html.style3 .form-check-input:disabled~.form-check-label,html.style3 .form-check-input[disabled]~.form-check-label{color:#6c757d}html.style3 .form-check-label{margin-bottom:0}html.style3 .form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}html.style3 .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}html.style3 .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}html.style3 .valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>html.style3 .valid-tooltip,.form-row>[class*=col-]>html.style3 .valid-tooltip{left:5px}.was-validated html.style3:valid~.valid-feedback,.was-validated html.style3:valid~.valid-tooltip,html.style3.is-valid~.valid-feedback,html.style3.is-valid~.valid-tooltip{display:block}.was-validated html.style3 .form-control:valid,html.style3 .form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated html.style3 .form-control:valid:focus,html.style3 .form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style3 select.form-control:valid,html.style3 select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated html.style3 textarea.form-control:valid,html.style3 textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated html.style3 .custom-select:valid,html.style3 .custom-select.is-valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated html.style3 .custom-select:valid:focus,html.style3 .custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style3 .form-check-input:valid~.form-check-label,html.style3 .form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated html.style3 .form-check-input:valid~.valid-feedback,.was-validated html.style3 .form-check-input:valid~.valid-tooltip,html.style3 .form-check-input.is-valid~.valid-feedback,html.style3 .form-check-input.is-valid~.valid-tooltip{display:block}.was-validated html.style3 .custom-control-input:valid~.custom-control-label,html.style3 .custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated html.style3 .custom-control-input:valid~.custom-control-label:before,html.style3 .custom-control-input.is-valid~.custom-control-label:before{border-color:#28a745}.was-validated html.style3 .custom-control-input:valid:checked~.custom-control-label:before,html.style3 .custom-control-input.is-valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.was-validated html.style3 .custom-control-input:valid:focus~.custom-control-label:before,html.style3 .custom-control-input.is-valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style3 .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,html.style3 .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.was-validated html.style3 .custom-file-input:valid~.custom-file-label,html.style3 .custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated html.style3 .custom-file-input:valid:focus~.custom-file-label,html.style3 .custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}html.style3 .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#ff3030}html.style3 .invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(255,48,48,.9);border-radius:.25rem}.form-row>.col>html.style3 .invalid-tooltip,.form-row>[class*=col-]>html.style3 .invalid-tooltip{left:5px}.was-validated html.style3:invalid~.invalid-feedback,.was-validated html.style3:invalid~.invalid-tooltip,html.style3.is-invalid~.invalid-feedback,html.style3.is-invalid~.invalid-tooltip{display:block}.was-validated html.style3 .form-control:invalid,html.style3 .form-control.is-invalid{border-color:#ff3030;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated html.style3 .form-control:invalid:focus,html.style3 .form-control.is-invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style3 select.form-control:invalid,html.style3 select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated html.style3 textarea.form-control:invalid,html.style3 textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated html.style3 .custom-select:invalid,html.style3 .custom-select.is-invalid{border-color:#ff3030;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated html.style3 .custom-select:invalid:focus,html.style3 .custom-select.is-invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style3 .form-check-input:invalid~.form-check-label,html.style3 .form-check-input.is-invalid~.form-check-label{color:#ff3030}.was-validated html.style3 .form-check-input:invalid~.invalid-feedback,.was-validated html.style3 .form-check-input:invalid~.invalid-tooltip,html.style3 .form-check-input.is-invalid~.invalid-feedback,html.style3 .form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated html.style3 .custom-control-input:invalid~.custom-control-label,html.style3 .custom-control-input.is-invalid~.custom-control-label{color:#ff3030}.was-validated html.style3 .custom-control-input:invalid~.custom-control-label:before,html.style3 .custom-control-input.is-invalid~.custom-control-label:before{border-color:#ff3030}.was-validated html.style3 .custom-control-input:invalid:checked~.custom-control-label:before,html.style3 .custom-control-input.is-invalid:checked~.custom-control-label:before{border-color:#ff6363;background-color:#ff6363}.was-validated html.style3 .custom-control-input:invalid:focus~.custom-control-label:before,html.style3 .custom-control-input.is-invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style3 .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,html.style3 .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before{border-color:#ff3030}.was-validated html.style3 .custom-file-input:invalid~.custom-file-label,html.style3 .custom-file-input.is-invalid~.custom-file-label{border-color:#ff3030}.was-validated html.style3 .custom-file-input:invalid:focus~.custom-file-label,html.style3 .custom-file-input.is-invalid:focus~.custom-file-label{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}html.style3 .form-inline{display:flex;flex-flow:row wrap;align-items:center}html.style3 .form-inline .form-check{width:100%}@media(min-width:576px){html.style3 .form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}html.style3 .form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}html.style3 .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}html.style3 .form-inline .form-control-plaintext{display:inline-block}html.style3 .form-inline .custom-select,html.style3 .form-inline .input-group{width:auto}html.style3 .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}html.style3 .form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}html.style3 .form-inline .custom-control{align-items:center;justify-content:center}html.style3 .form-inline .custom-control-label{margin-bottom:0}}html.style3 .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style3 .btn{transition:none}}html.style3 .btn:hover{color:#212529;text-decoration:none}html.style3 .btn.focus,html.style3 .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style3 .btn.disabled,html.style3 .btn:disabled{opacity:.65}html.style3 .btn:not(:disabled):not(.disabled){cursor:pointer}html.style3 a.btn.disabled,html.style3 fieldset:disabled a.btn{pointer-events:none}html.style3 .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}html.style3 .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}html.style3 .btn-primary.focus,html.style3 .btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}html.style3 .btn-primary.disabled,html.style3 .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.show>html.style3 .btn-primary.dropdown-toggle,html.style3 .btn-primary:not(:disabled):not(.disabled).active,html.style3 .btn-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#0062cc;border-color:#005cbf}.show>html.style3 .btn-primary.dropdown-toggle:focus,html.style3 .btn-primary:not(:disabled):not(.disabled).active:focus,html.style3 .btn-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}html.style3 .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}html.style3 .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}html.style3 .btn-secondary.focus,html.style3 .btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}html.style3 .btn-secondary.disabled,html.style3 .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.show>html.style3 .btn-secondary.dropdown-toggle,html.style3 .btn-secondary:not(:disabled):not(.disabled).active,html.style3 .btn-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#545b62;border-color:#4e555b}.show>html.style3 .btn-secondary.dropdown-toggle:focus,html.style3 .btn-secondary:not(:disabled):not(.disabled).active:focus,html.style3 .btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}html.style3 .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}html.style3 .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}html.style3 .btn-success.focus,html.style3 .btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}html.style3 .btn-success.disabled,html.style3 .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.show>html.style3 .btn-success.dropdown-toggle,html.style3 .btn-success:not(:disabled):not(.disabled).active,html.style3 .btn-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#1e7e34;border-color:#1c7430}.show>html.style3 .btn-success.dropdown-toggle:focus,html.style3 .btn-success:not(:disabled):not(.disabled).active:focus,html.style3 .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}html.style3 .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html.style3 .btn-info.focus,html.style3 .btn-info:focus,html.style3 .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}html.style3 .btn-info.focus,html.style3 .btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}html.style3 .btn-info.disabled,html.style3 .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.show>html.style3 .btn-info.dropdown-toggle,html.style3 .btn-info:not(:disabled):not(.disabled).active,html.style3 .btn-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#117a8b;border-color:#10707f}.show>html.style3 .btn-info.dropdown-toggle:focus,html.style3 .btn-info:not(:disabled):not(.disabled).active:focus,html.style3 .btn-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}html.style3 .btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}html.style3 .btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}html.style3 .btn-warning.focus,html.style3 .btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}html.style3 .btn-warning.disabled,html.style3 .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.show>html.style3 .btn-warning.dropdown-toggle,html.style3 .btn-warning:not(:disabled):not(.disabled).active,html.style3 .btn-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#d39e00;border-color:#c69500}.show>html.style3 .btn-warning.dropdown-toggle:focus,html.style3 .btn-warning:not(:disabled):not(.disabled).active:focus,html.style3 .btn-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}html.style3 .btn-danger{color:#fff;background-color:#ff3030;border-color:#ff3030}html.style3 .btn-danger:hover{color:#fff;background-color:#ff0a0a;border-color:#fc0000}html.style3 .btn-danger.focus,html.style3 .btn-danger:focus{color:#fff;background-color:#ff0a0a;border-color:#fc0000;box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}html.style3 .btn-danger.disabled,html.style3 .btn-danger:disabled{color:#fff;background-color:#ff3030;border-color:#ff3030}.show>html.style3 .btn-danger.dropdown-toggle,html.style3 .btn-danger:not(:disabled):not(.disabled).active,html.style3 .btn-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#fc0000;border-color:#ef0000}.show>html.style3 .btn-danger.dropdown-toggle:focus,html.style3 .btn-danger:not(:disabled):not(.disabled).active:focus,html.style3 .btn-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}html.style3 .btn-light{color:#fff;background-color:#25262c;border-color:#25262c}html.style3 .btn-light:hover{color:#fff;background-color:#141417;border-color:#0e0e10}html.style3 .btn-light.focus,html.style3 .btn-light:focus{color:#fff;background-color:#141417;border-color:#0e0e10;box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}html.style3 .btn-light.disabled,html.style3 .btn-light:disabled{color:#fff;background-color:#25262c;border-color:#25262c}.show>html.style3 .btn-light.dropdown-toggle,html.style3 .btn-light:not(:disabled):not(.disabled).active,html.style3 .btn-light:not(:disabled):not(.disabled):active{color:#fff;background-color:#0e0e10;border-color:#080809}.show>html.style3 .btn-light.dropdown-toggle:focus,html.style3 .btn-light:not(:disabled):not(.disabled).active:focus,html.style3 .btn-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}html.style3 .btn-dark{color:#fff;background-color:#191b1f;border-color:#191b1f}html.style3 .btn-dark.focus,html.style3 .btn-dark:focus,html.style3 .btn-dark:hover{color:#fff;background-color:#08090a;border-color:#020203}html.style3 .btn-dark.focus,html.style3 .btn-dark:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}html.style3 .btn-dark.disabled,html.style3 .btn-dark:disabled{color:#fff;background-color:#191b1f;border-color:#191b1f}.show>html.style3 .btn-dark.dropdown-toggle,html.style3 .btn-dark:not(:disabled):not(.disabled).active,html.style3 .btn-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#020203;border-color:#000}.show>html.style3 .btn-dark.dropdown-toggle:focus,html.style3 .btn-dark:not(:disabled):not(.disabled).active:focus,html.style3 .btn-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}html.style3 .btn-outline-primary{color:#007bff;border-color:#007bff}html.style3 .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}html.style3 .btn-outline-primary.focus,html.style3 .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style3 .btn-outline-primary.disabled,html.style3 .btn-outline-primary:disabled{color:#007bff;background-color:transparent}.show>html.style3 .btn-outline-primary.dropdown-toggle,html.style3 .btn-outline-primary:not(:disabled):not(.disabled).active,html.style3 .btn-outline-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#007bff;border-color:#007bff}.show>html.style3 .btn-outline-primary.dropdown-toggle:focus,html.style3 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,html.style3 .btn-outline-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style3 .btn-outline-secondary{color:#6c757d;border-color:#6c757d}html.style3 .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}html.style3 .btn-outline-secondary.focus,html.style3 .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style3 .btn-outline-secondary.disabled,html.style3 .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.show>html.style3 .btn-outline-secondary.dropdown-toggle,html.style3 .btn-outline-secondary:not(:disabled):not(.disabled).active,html.style3 .btn-outline-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#6c757d;border-color:#6c757d}.show>html.style3 .btn-outline-secondary.dropdown-toggle:focus,html.style3 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,html.style3 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style3 .btn-outline-success{color:#28a745;border-color:#28a745}html.style3 .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}html.style3 .btn-outline-success.focus,html.style3 .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style3 .btn-outline-success.disabled,html.style3 .btn-outline-success:disabled{color:#28a745;background-color:transparent}.show>html.style3 .btn-outline-success.dropdown-toggle,html.style3 .btn-outline-success:not(:disabled):not(.disabled).active,html.style3 .btn-outline-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#28a745;border-color:#28a745}.show>html.style3 .btn-outline-success.dropdown-toggle:focus,html.style3 .btn-outline-success:not(:disabled):not(.disabled).active:focus,html.style3 .btn-outline-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style3 .btn-outline-info{color:#17a2b8;border-color:#17a2b8}html.style3 .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html.style3 .btn-outline-info.focus,html.style3 .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style3 .btn-outline-info.disabled,html.style3 .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.show>html.style3 .btn-outline-info.dropdown-toggle,html.style3 .btn-outline-info:not(:disabled):not(.disabled).active,html.style3 .btn-outline-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.show>html.style3 .btn-outline-info.dropdown-toggle:focus,html.style3 .btn-outline-info:not(:disabled):not(.disabled).active:focus,html.style3 .btn-outline-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style3 .btn-outline-warning{color:#ffc107;border-color:#ffc107}html.style3 .btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}html.style3 .btn-outline-warning.focus,html.style3 .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style3 .btn-outline-warning.disabled,html.style3 .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.show>html.style3 .btn-outline-warning.dropdown-toggle,html.style3 .btn-outline-warning:not(:disabled):not(.disabled).active,html.style3 .btn-outline-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#ffc107;border-color:#ffc107}.show>html.style3 .btn-outline-warning.dropdown-toggle:focus,html.style3 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,html.style3 .btn-outline-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style3 .btn-outline-danger{color:#ff3030;border-color:#ff3030}html.style3 .btn-outline-danger:hover{color:#fff;background-color:#ff3030;border-color:#ff3030}html.style3 .btn-outline-danger.focus,html.style3 .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style3 .btn-outline-danger.disabled,html.style3 .btn-outline-danger:disabled{color:#ff3030;background-color:transparent}.show>html.style3 .btn-outline-danger.dropdown-toggle,html.style3 .btn-outline-danger:not(:disabled):not(.disabled).active,html.style3 .btn-outline-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#ff3030;border-color:#ff3030}.show>html.style3 .btn-outline-danger.dropdown-toggle:focus,html.style3 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,html.style3 .btn-outline-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style3 .btn-outline-light{color:#25262c;border-color:#25262c}html.style3 .btn-outline-light:hover{color:#fff;background-color:#25262c;border-color:#25262c}html.style3 .btn-outline-light.focus,html.style3 .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style3 .btn-outline-light.disabled,html.style3 .btn-outline-light:disabled{color:#25262c;background-color:transparent}.show>html.style3 .btn-outline-light.dropdown-toggle,html.style3 .btn-outline-light:not(:disabled):not(.disabled).active,html.style3 .btn-outline-light:not(:disabled):not(.disabled):active{color:#fff;background-color:#25262c;border-color:#25262c}.show>html.style3 .btn-outline-light.dropdown-toggle:focus,html.style3 .btn-outline-light:not(:disabled):not(.disabled).active:focus,html.style3 .btn-outline-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style3 .btn-outline-dark{color:#191b1f;border-color:#191b1f}html.style3 .btn-outline-dark:hover{color:#fff;background-color:#191b1f;border-color:#191b1f}html.style3 .btn-outline-dark.focus,html.style3 .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style3 .btn-outline-dark.disabled,html.style3 .btn-outline-dark:disabled{color:#191b1f;background-color:transparent}.show>html.style3 .btn-outline-dark.dropdown-toggle,html.style3 .btn-outline-dark:not(:disabled):not(.disabled).active,html.style3 .btn-outline-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#191b1f;border-color:#191b1f}.show>html.style3 .btn-outline-dark.dropdown-toggle:focus,html.style3 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,html.style3 .btn-outline-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style3 .btn-link{font-weight:400;color:#007bff;text-decoration:none}html.style3 .btn-link:hover{color:#0056b3;text-decoration:underline}html.style3 .btn-link.focus,html.style3 .btn-link:focus{text-decoration:underline}html.style3 .btn-link.disabled,html.style3 .btn-link:disabled{color:#6c757d;pointer-events:none}html.style3 .btn-group-lg>.btn,html.style3 .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style3 .btn-group-sm>.btn,html.style3 .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style3 .btn-block{display:block;width:100%}html.style3 .btn-block+.btn-block{margin-top:.5rem}html.style3 input[type=button].btn-block,html.style3 input[type=reset].btn-block,html.style3 input[type=submit].btn-block{width:100%}html.style3 .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){html.style3 .fade{transition:none}}html.style3 .fade:not(.show){opacity:0}html.style3 .collapse:not(.show){display:none}html.style3 .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){html.style3 .collapsing{transition:none}}html.style3 .collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){html.style3 .collapsing.width{transition:none}}html.style3 .dropdown,html.style3 .dropleft,html.style3 .dropright,html.style3 .dropup{position:relative}html.style3 .dropdown-toggle{white-space:nowrap}html.style3 .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}html.style3 .dropdown-toggle:empty:after{margin-left:0}html.style3 .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}html.style3 .dropdown-menu-left{right:auto;left:0}html.style3 .dropdown-menu-right{right:0;left:auto}@media(min-width:576px){html.style3 .dropdown-menu-sm-left{right:auto;left:0}html.style3 .dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){html.style3 .dropdown-menu-md-left{right:auto;left:0}html.style3 .dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){html.style3 .dropdown-menu-lg-left{right:auto;left:0}html.style3 .dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){html.style3 .dropdown-menu-xl-left{right:auto;left:0}html.style3 .dropdown-menu-xl-right{right:0;left:auto}}html.style3 .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}html.style3 .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}html.style3 .dropup .dropdown-toggle:empty:after{margin-left:0}html.style3 .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}html.style3 .dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}html.style3 .dropright .dropdown-toggle:empty:after{margin-left:0}html.style3 .dropright .dropdown-toggle:after{vertical-align:0}html.style3 .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}html.style3 .dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}html.style3 .dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}html.style3 .dropleft .dropdown-toggle:empty:after{margin-left:0}html.style3 .dropleft .dropdown-toggle:before{vertical-align:0}html.style3 .dropdown-menu[x-placement^=bottom],html.style3 .dropdown-menu[x-placement^=left],html.style3 .dropdown-menu[x-placement^=right],html.style3 .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}html.style3 .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}html.style3 .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}html.style3 .dropdown-item:focus,html.style3 .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}html.style3 .dropdown-item.active,html.style3 .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}html.style3 .dropdown-item.disabled,html.style3 .dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}html.style3 .dropdown-menu.show{display:block}html.style3 .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}html.style3 .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}html.style3 .btn-group,html.style3 .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}html.style3 .btn-group-vertical>.btn,html.style3 .btn-group>.btn{position:relative;flex:1 1 auto}html.style3 .btn-group-vertical>.btn.active,html.style3 .btn-group-vertical>.btn:active,html.style3 .btn-group-vertical>.btn:focus,html.style3 .btn-group-vertical>.btn:hover,html.style3 .btn-group>.btn.active,html.style3 .btn-group>.btn:active,html.style3 .btn-group>.btn:focus,html.style3 .btn-group>.btn:hover{z-index:1}html.style3 .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}html.style3 .btn-toolbar .input-group{width:auto}html.style3 .btn-group>.btn-group:not(:first-child),html.style3 .btn-group>.btn:not(:first-child){margin-left:-1px}html.style3 .btn-group>.btn-group:not(:last-child)>.btn,html.style3 .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}html.style3 .btn-group>.btn-group:not(:first-child)>.btn,html.style3 .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style3 .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropright html.style3 .dropdown-toggle-split:after,.dropup html.style3 .dropdown-toggle-split:after,html.style3 .dropdown-toggle-split:after{margin-left:0}.dropleft html.style3 .dropdown-toggle-split:before{margin-right:0}html.style3 .btn-group-sm>.btn+.dropdown-toggle-split,html.style3 .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}html.style3 .btn-group-lg>.btn+.dropdown-toggle-split,html.style3 .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}html.style3 .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}html.style3 .btn-group-vertical>.btn,html.style3 .btn-group-vertical>.btn-group{width:100%}html.style3 .btn-group-vertical>.btn-group:not(:first-child),html.style3 .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}html.style3 .btn-group-vertical>.btn-group:not(:last-child)>.btn,html.style3 .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}html.style3 .btn-group-vertical>.btn-group:not(:first-child)>.btn,html.style3 .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}html.style3 .btn-group-toggle>.btn,html.style3 .btn-group-toggle>.btn-group>.btn{margin-bottom:0}html.style3 .btn-group-toggle>.btn input[type=checkbox],html.style3 .btn-group-toggle>.btn input[type=radio],html.style3 .btn-group-toggle>.btn-group>.btn input[type=checkbox],html.style3 .btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}html.style3 .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}html.style3 .input-group>.custom-file,html.style3 .input-group>.custom-select,html.style3 .input-group>.form-control,html.style3 .input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}html.style3 .input-group>.custom-file+.custom-file,html.style3 .input-group>.custom-file+.custom-select,html.style3 .input-group>.custom-file+.form-control,html.style3 .input-group>.custom-select+.custom-file,html.style3 .input-group>.custom-select+.custom-select,html.style3 .input-group>.custom-select+.form-control,html.style3 .input-group>.form-control+.custom-file,html.style3 .input-group>.form-control+.custom-select,html.style3 .input-group>.form-control+.form-control,html.style3 .input-group>.form-control-plaintext+.custom-file,html.style3 .input-group>.form-control-plaintext+.custom-select,html.style3 .input-group>.form-control-plaintext+.form-control{margin-left:-1px}html.style3 .input-group>.custom-file .custom-file-input:focus~.custom-file-label,html.style3 .input-group>.custom-select:focus,html.style3 .input-group>.form-control:focus{z-index:3}html.style3 .input-group>.custom-file .custom-file-input:focus{z-index:4}html.style3 .input-group>.custom-select:not(:first-child),html.style3 .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style3 .input-group>.custom-file{display:flex;align-items:center}html.style3 .input-group>.custom-file:not(:last-child) .custom-file-label,html.style3 .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}html.style3 .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}html.style3 .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,html.style3 .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,html.style3 .input-group.has-validation>.custom-select:nth-last-child(n+3),html.style3 .input-group.has-validation>.form-control:nth-last-child(n+3),html.style3 .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,html.style3 .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,html.style3 .input-group:not(.has-validation)>.custom-select:not(:last-child),html.style3 .input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.style3 .input-group-append,html.style3 .input-group-prepend{display:flex}html.style3 .input-group-append .btn,html.style3 .input-group-prepend .btn{position:relative;z-index:2}html.style3 .input-group-append .btn:focus,html.style3 .input-group-prepend .btn:focus{z-index:3}html.style3 .input-group-append .btn+.btn,html.style3 .input-group-append .btn+.input-group-text,html.style3 .input-group-append .input-group-text+.btn,html.style3 .input-group-append .input-group-text+.input-group-text,html.style3 .input-group-prepend .btn+.btn,html.style3 .input-group-prepend .btn+.input-group-text,html.style3 .input-group-prepend .input-group-text+.btn,html.style3 .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}html.style3 .input-group-prepend{margin-right:-1px}html.style3 .input-group-append{margin-left:-1px}html.style3 .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}html.style3 .input-group-text input[type=checkbox],html.style3 .input-group-text input[type=radio]{margin-top:0}html.style3 .input-group-lg>.custom-select,html.style3 .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}html.style3 .input-group-lg>.custom-select,html.style3 .input-group-lg>.form-control,html.style3 .input-group-lg>.input-group-append>.btn,html.style3 .input-group-lg>.input-group-append>.input-group-text,html.style3 .input-group-lg>.input-group-prepend>.btn,html.style3 .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style3 .input-group-sm>.custom-select,html.style3 .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}html.style3 .input-group-sm>.custom-select,html.style3 .input-group-sm>.form-control,html.style3 .input-group-sm>.input-group-append>.btn,html.style3 .input-group-sm>.input-group-append>.input-group-text,html.style3 .input-group-sm>.input-group-prepend>.btn,html.style3 .input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style3 .input-group-lg>.custom-select,html.style3 .input-group-sm>.custom-select{padding-right:1.75rem}html.style3 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,html.style3 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,html.style3 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,html.style3 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,html.style3 .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),html.style3 .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),html.style3 .input-group>.input-group-prepend>.btn,html.style3 .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}html.style3 .input-group>.input-group-append>.btn,html.style3 .input-group>.input-group-append>.input-group-text,html.style3 .input-group>.input-group-prepend:first-child>.btn:not(:first-child),html.style3 .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),html.style3 .input-group>.input-group-prepend:not(:first-child)>.btn,html.style3 .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}html.style3 .custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}html.style3 .custom-control-inline{display:inline-flex;margin-right:1rem}html.style3 .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}html.style3 .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}html.style3 .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style3 .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}html.style3 .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}html.style3 .custom-control-input:disabled~.custom-control-label,html.style3 .custom-control-input[disabled]~.custom-control-label{color:#6c757d}html.style3 .custom-control-input:disabled~.custom-control-label:before,html.style3 .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}html.style3 .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}html.style3 .custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}html.style3 .custom-control-label:after,html.style3 .custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}html.style3 .custom-control-label:after{background:50%/50% 50% no-repeat}html.style3 .custom-checkbox .custom-control-label:before{border-radius:.25rem}html.style3 .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}html.style3 .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}html.style3 .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")}html.style3 .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style3 .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style3 .custom-radio .custom-control-label:before{border-radius:50%}html.style3 .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}html.style3 .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style3 .custom-switch{padding-left:2.25rem}html.style3 .custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}html.style3 .custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style3 .custom-switch .custom-control-label:after{transition:none}}html.style3 .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}html.style3 .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style3 .custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style3 .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style3 .custom-select:focus::-ms-value{color:#495057;background-color:#fff}html.style3 .custom-select[multiple],html.style3 .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}html.style3 .custom-select:disabled{color:#6c757d;background-color:#e9ecef}html.style3 .custom-select::-ms-expand{display:none}html.style3 .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}html.style3 .custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}html.style3 .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}html.style3 .custom-file{display:inline-block;margin-bottom:0}html.style3 .custom-file,html.style3 .custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}html.style3 .custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}html.style3 .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style3 .custom-file-input:disabled~.custom-file-label,html.style3 .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}html.style3 .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}html.style3 .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}html.style3 .custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}html.style3 .custom-file-label,html.style3 .custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}html.style3 .custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}html.style3 .custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style3 .custom-range:focus{outline:0}html.style3 .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style3 .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style3 .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style3 .custom-range::-moz-focus-outer{border:0}html.style3 .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){html.style3 .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}html.style3 .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}html.style3 .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}html.style3 .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){html.style3 .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}html.style3 .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}html.style3 .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}html.style3 .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){html.style3 .custom-range::-ms-thumb{-ms-transition:none;transition:none}}html.style3 .custom-range::-ms-thumb:active{background-color:#b3d7ff}html.style3 .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}html.style3 .custom-range::-ms-fill-lower,html.style3 .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}html.style3 .custom-range::-ms-fill-upper{margin-right:15px}html.style3 .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}html.style3 .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}html.style3 .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}html.style3 .custom-range:disabled::-moz-range-track{cursor:default}html.style3 .custom-range:disabled::-ms-thumb{background-color:#adb5bd}html.style3 .custom-control-label:before,html.style3 .custom-file-label,html.style3 .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style3 .custom-control-label:before,html.style3 .custom-file-label,html.style3 .custom-select{transition:none}}html.style3 .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}html.style3 .nav-link{display:block;padding:.5rem 1rem}html.style3 .nav-link:focus,html.style3 .nav-link:hover{text-decoration:none}html.style3 .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}html.style3 .nav-tabs{border-bottom:1px solid #dee2e6}html.style3 .nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.style3 .nav-tabs .nav-link:focus,html.style3 .nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}html.style3 .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}html.style3 .nav-tabs .nav-item.show .nav-link,html.style3 .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}html.style3 .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}html.style3 .nav-pills .nav-link{background:none;border:0;border-radius:.25rem}html.style3 .nav-pills .nav-link.active,html.style3 .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}html.style3 .nav-fill .nav-item,html.style3 .nav-fill>.nav-link{flex:1 1 auto;text-align:center}html.style3 .nav-justified .nav-item,html.style3 .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}html.style3 .tab-content>.tab-pane{display:none}html.style3 .tab-content>.active{display:block}html.style3 .navbar{position:relative;padding:.5rem 1rem}html.style1 html.style3 .navbar .container,html.style1 html.style3 .navbar .container-fluid,html.style1 html.style3 .navbar .container-lg,html.style1 html.style3 .navbar .container-md,html.style1 html.style3 .navbar .container-sm,html.style1 html.style3 .navbar .container-xl,html.style1 html.style3 .navbar html.style2 .container-lg,html.style1 html.style3 .navbar html.style2 .container-md,html.style1 html.style3 .navbar html.style2 .container-sm,html.style1 html.style3 .navbar html.style2 .container-xl,html.style1 html.style3 .navbar html.style3 .container-lg,html.style1 html.style3 .navbar html.style3 .container-md,html.style1 html.style3 .navbar html.style3 .container-sm,html.style1 html.style3 .navbar html.style3 .container-xl,html.style1 html.style3 .navbar html.style4 .container-lg,html.style1 html.style3 .navbar html.style4 .container-md,html.style1 html.style3 .navbar html.style4 .container-sm,html.style1 html.style3 .navbar html.style4 .container-xl,html.style1 html.style3 .navbar html.style5 .container-lg,html.style1 html.style3 .navbar html.style5 .container-md,html.style1 html.style3 .navbar html.style5 .container-sm,html.style1 html.style3 .navbar html.style5 .container-xl,html.style1 html.style3 .navbar html.style6 .container-lg,html.style1 html.style3 .navbar html.style6 .container-md,html.style1 html.style3 .navbar html.style6 .container-sm,html.style1 html.style3 .navbar html.style6 .container-xl,html.style1 html.style3 .navbar>.container-lg,html.style1 html.style3 .navbar>.container-md,html.style1 html.style3 .navbar>.container-sm,html.style1 html.style3 .navbar>.container-xl,html.style2 html.style1 html.style3 .navbar .container-lg,html.style2 html.style1 html.style3 .navbar .container-md,html.style2 html.style1 html.style3 .navbar .container-sm,html.style2 html.style1 html.style3 .navbar .container-xl,html.style2 html.style3 .navbar .container,html.style2 html.style3 .navbar .container-fluid,html.style2 html.style3 .navbar .container-lg,html.style2 html.style3 .navbar .container-md,html.style2 html.style3 .navbar .container-sm,html.style2 html.style3 .navbar .container-xl,html.style2 html.style3 .navbar html.style3 .container-lg,html.style2 html.style3 .navbar html.style3 .container-md,html.style2 html.style3 .navbar html.style3 .container-sm,html.style2 html.style3 .navbar html.style3 .container-xl,html.style2 html.style3 .navbar html.style4 .container-lg,html.style2 html.style3 .navbar html.style4 .container-md,html.style2 html.style3 .navbar html.style4 .container-sm,html.style2 html.style3 .navbar html.style4 .container-xl,html.style2 html.style3 .navbar html.style5 .container-lg,html.style2 html.style3 .navbar html.style5 .container-md,html.style2 html.style3 .navbar html.style5 .container-sm,html.style2 html.style3 .navbar html.style5 .container-xl,html.style2 html.style3 .navbar html.style6 .container-lg,html.style2 html.style3 .navbar html.style6 .container-md,html.style2 html.style3 .navbar html.style6 .container-sm,html.style2 html.style3 .navbar html.style6 .container-xl,html.style2 html.style3 .navbar>.container-lg,html.style2 html.style3 .navbar>.container-md,html.style2 html.style3 .navbar>.container-sm,html.style2 html.style3 .navbar>.container-xl,html.style3 .navbar,html.style3 .navbar .container,html.style3 .navbar .container-fluid,html.style3 .navbar .container-lg,html.style3 .navbar .container-md,html.style3 .navbar .container-sm,html.style3 .navbar .container-xl,html.style3 .navbar html.style1 .container-lg,html.style3 .navbar html.style1 .container-md,html.style3 .navbar html.style1 .container-sm,html.style3 .navbar html.style1 .container-xl,html.style3 .navbar html.style2 .container-lg,html.style3 .navbar html.style2 .container-md,html.style3 .navbar html.style2 .container-sm,html.style3 .navbar html.style2 .container-xl,html.style3 .navbar html.style3 .container-lg,html.style3 .navbar html.style3 .container-md,html.style3 .navbar html.style3 .container-sm,html.style3 .navbar html.style3 .container-xl,html.style3 .navbar html.style4 .container-lg,html.style3 .navbar html.style4 .container-md,html.style3 .navbar html.style4 .container-sm,html.style3 .navbar html.style4 .container-xl,html.style3 .navbar html.style5 .container-lg,html.style3 .navbar html.style5 .container-md,html.style3 .navbar html.style5 .container-sm,html.style3 .navbar html.style5 .container-xl,html.style3 .navbar html.style6 .container-lg,html.style3 .navbar html.style6 .container-md,html.style3 .navbar html.style6 .container-sm,html.style3 .navbar html.style6 .container-xl,html.style3 .navbar>.container-lg,html.style3 .navbar>.container-md,html.style3 .navbar>.container-sm,html.style3 .navbar>.container-xl,html.style3 html.style1 .navbar .container,html.style3 html.style1 .navbar .container-fluid,html.style3 html.style1 .navbar .container-lg,html.style3 html.style1 .navbar .container-md,html.style3 html.style1 .navbar .container-sm,html.style3 html.style1 .navbar .container-xl,html.style3 html.style1 .navbar html.style2 .container-lg,html.style3 html.style1 .navbar html.style2 .container-md,html.style3 html.style1 .navbar html.style2 .container-sm,html.style3 html.style1 .navbar html.style2 .container-xl,html.style3 html.style1 .navbar html.style3 .container-lg,html.style3 html.style1 .navbar html.style3 .container-md,html.style3 html.style1 .navbar html.style3 .container-sm,html.style3 html.style1 .navbar html.style3 .container-xl,html.style3 html.style1 .navbar html.style4 .container-lg,html.style3 html.style1 .navbar html.style4 .container-md,html.style3 html.style1 .navbar html.style4 .container-sm,html.style3 html.style1 .navbar html.style4 .container-xl,html.style3 html.style1 .navbar html.style5 .container-lg,html.style3 html.style1 .navbar html.style5 .container-md,html.style3 html.style1 .navbar html.style5 .container-sm,html.style3 html.style1 .navbar html.style5 .container-xl,html.style3 html.style1 .navbar html.style6 .container-lg,html.style3 html.style1 .navbar html.style6 .container-md,html.style3 html.style1 .navbar html.style6 .container-sm,html.style3 html.style1 .navbar html.style6 .container-xl,html.style3 html.style1 .navbar>.container-lg,html.style3 html.style1 .navbar>.container-md,html.style3 html.style1 .navbar>.container-sm,html.style3 html.style1 .navbar>.container-xl,html.style3 html.style2 .navbar .container,html.style3 html.style2 .navbar .container-fluid,html.style3 html.style2 .navbar .container-lg,html.style3 html.style2 .navbar .container-md,html.style3 html.style2 .navbar .container-sm,html.style3 html.style2 .navbar .container-xl,html.style3 html.style2 .navbar html.style3 .container-lg,html.style3 html.style2 .navbar html.style3 .container-md,html.style3 html.style2 .navbar html.style3 .container-sm,html.style3 html.style2 .navbar html.style3 .container-xl,html.style3 html.style2 .navbar html.style4 .container-lg,html.style3 html.style2 .navbar html.style4 .container-md,html.style3 html.style2 .navbar html.style4 .container-sm,html.style3 html.style2 .navbar html.style4 .container-xl,html.style3 html.style2 .navbar html.style5 .container-lg,html.style3 html.style2 .navbar html.style5 .container-md,html.style3 html.style2 .navbar html.style5 .container-sm,html.style3 html.style2 .navbar html.style5 .container-xl,html.style3 html.style2 .navbar html.style6 .container-lg,html.style3 html.style2 .navbar html.style6 .container-md,html.style3 html.style2 .navbar html.style6 .container-sm,html.style3 html.style2 .navbar html.style6 .container-xl,html.style3 html.style2 .navbar>.container-lg,html.style3 html.style2 .navbar>.container-md,html.style3 html.style2 .navbar>.container-sm,html.style3 html.style2 .navbar>.container-xl,html.style3 html.style2 html.style1 .navbar .container-lg,html.style3 html.style2 html.style1 .navbar .container-md,html.style3 html.style2 html.style1 .navbar .container-sm,html.style3 html.style2 html.style1 .navbar .container-xl,html.style3 html.style4 .navbar .container,html.style3 html.style4 .navbar .container-fluid,html.style3 html.style4 .navbar html.style5 .container-lg,html.style3 html.style4 .navbar html.style5 .container-md,html.style3 html.style4 .navbar html.style5 .container-sm,html.style3 html.style4 .navbar html.style5 .container-xl,html.style3 html.style4 .navbar html.style6 .container-lg,html.style3 html.style4 .navbar html.style6 .container-md,html.style3 html.style4 .navbar html.style6 .container-sm,html.style3 html.style4 .navbar html.style6 .container-xl,html.style3 html.style4 .navbar>.container-lg,html.style3 html.style4 .navbar>.container-md,html.style3 html.style4 .navbar>.container-sm,html.style3 html.style4 .navbar>.container-xl,html.style3 html.style5 .navbar .container,html.style3 html.style5 .navbar .container-fluid,html.style3 html.style5 .navbar html.style6 .container-lg,html.style3 html.style5 .navbar html.style6 .container-md,html.style3 html.style5 .navbar html.style6 .container-sm,html.style3 html.style5 .navbar html.style6 .container-xl,html.style3 html.style5 .navbar>.container-lg,html.style3 html.style5 .navbar>.container-md,html.style3 html.style5 .navbar>.container-sm,html.style3 html.style5 .navbar>.container-xl,html.style3 html.style6 .navbar .container,html.style3 html.style6 .navbar .container-fluid,html.style3 html.style6 .navbar>.container-lg,html.style3 html.style6 .navbar>.container-md,html.style3 html.style6 .navbar>.container-sm,html.style3 html.style6 .navbar>.container-xl,html.style4 html.style1 html.style3 .navbar .container-lg,html.style4 html.style1 html.style3 .navbar .container-md,html.style4 html.style1 html.style3 .navbar .container-sm,html.style4 html.style1 html.style3 .navbar .container-xl,html.style4 html.style2 html.style3 .navbar .container-lg,html.style4 html.style2 html.style3 .navbar .container-md,html.style4 html.style2 html.style3 .navbar .container-sm,html.style4 html.style2 html.style3 .navbar .container-xl,html.style4 html.style3 .navbar .container,html.style4 html.style3 .navbar .container-fluid,html.style4 html.style3 .navbar .container-lg,html.style4 html.style3 .navbar .container-md,html.style4 html.style3 .navbar .container-sm,html.style4 html.style3 .navbar .container-xl,html.style4 html.style3 .navbar html.style5 .container-lg,html.style4 html.style3 .navbar html.style5 .container-md,html.style4 html.style3 .navbar html.style5 .container-sm,html.style4 html.style3 .navbar html.style5 .container-xl,html.style4 html.style3 .navbar html.style6 .container-lg,html.style4 html.style3 .navbar html.style6 .container-md,html.style4 html.style3 .navbar html.style6 .container-sm,html.style4 html.style3 .navbar html.style6 .container-xl,html.style4 html.style3 .navbar>.container-lg,html.style4 html.style3 .navbar>.container-md,html.style4 html.style3 .navbar>.container-sm,html.style4 html.style3 .navbar>.container-xl,html.style4 html.style3 html.style1 .navbar .container-lg,html.style4 html.style3 html.style1 .navbar .container-md,html.style4 html.style3 html.style1 .navbar .container-sm,html.style4 html.style3 html.style1 .navbar .container-xl,html.style4 html.style3 html.style2 .navbar .container-lg,html.style4 html.style3 html.style2 .navbar .container-md,html.style4 html.style3 html.style2 .navbar .container-sm,html.style4 html.style3 html.style2 .navbar .container-xl,html.style5 html.style1 html.style3 .navbar .container-lg,html.style5 html.style1 html.style3 .navbar .container-md,html.style5 html.style1 html.style3 .navbar .container-sm,html.style5 html.style1 html.style3 .navbar .container-xl,html.style5 html.style2 html.style3 .navbar .container-lg,html.style5 html.style2 html.style3 .navbar .container-md,html.style5 html.style2 html.style3 .navbar .container-sm,html.style5 html.style2 html.style3 .navbar .container-xl,html.style5 html.style3 .navbar .container,html.style5 html.style3 .navbar .container-fluid,html.style5 html.style3 .navbar .container-lg,html.style5 html.style3 .navbar .container-md,html.style5 html.style3 .navbar .container-sm,html.style5 html.style3 .navbar .container-xl,html.style5 html.style3 .navbar html.style6 .container-lg,html.style5 html.style3 .navbar html.style6 .container-md,html.style5 html.style3 .navbar html.style6 .container-sm,html.style5 html.style3 .navbar html.style6 .container-xl,html.style5 html.style3 .navbar>.container-lg,html.style5 html.style3 .navbar>.container-md,html.style5 html.style3 .navbar>.container-sm,html.style5 html.style3 .navbar>.container-xl,html.style5 html.style3 html.style1 .navbar .container-lg,html.style5 html.style3 html.style1 .navbar .container-md,html.style5 html.style3 html.style1 .navbar .container-sm,html.style5 html.style3 html.style1 .navbar .container-xl,html.style5 html.style3 html.style2 .navbar .container-lg,html.style5 html.style3 html.style2 .navbar .container-md,html.style5 html.style3 html.style2 .navbar .container-sm,html.style5 html.style3 html.style2 .navbar .container-xl,html.style5 html.style3 html.style4 .navbar .container-lg,html.style5 html.style3 html.style4 .navbar .container-md,html.style5 html.style3 html.style4 .navbar .container-sm,html.style5 html.style3 html.style4 .navbar .container-xl,html.style5 html.style4 html.style3 .navbar .container-lg,html.style5 html.style4 html.style3 .navbar .container-md,html.style5 html.style4 html.style3 .navbar .container-sm,html.style5 html.style4 html.style3 .navbar .container-xl,html.style6 html.style1 html.style3 .navbar .container-lg,html.style6 html.style1 html.style3 .navbar .container-md,html.style6 html.style1 html.style3 .navbar .container-sm,html.style6 html.style1 html.style3 .navbar .container-xl,html.style6 html.style2 html.style3 .navbar .container-lg,html.style6 html.style2 html.style3 .navbar .container-md,html.style6 html.style2 html.style3 .navbar .container-sm,html.style6 html.style2 html.style3 .navbar .container-xl,html.style6 html.style3 .navbar .container,html.style6 html.style3 .navbar .container-fluid,html.style6 html.style3 .navbar .container-lg,html.style6 html.style3 .navbar .container-md,html.style6 html.style3 .navbar .container-sm,html.style6 html.style3 .navbar .container-xl,html.style6 html.style3 .navbar>.container-lg,html.style6 html.style3 .navbar>.container-md,html.style6 html.style3 .navbar>.container-sm,html.style6 html.style3 .navbar>.container-xl,html.style6 html.style3 html.style1 .navbar .container-lg,html.style6 html.style3 html.style1 .navbar .container-md,html.style6 html.style3 html.style1 .navbar .container-sm,html.style6 html.style3 html.style1 .navbar .container-xl,html.style6 html.style3 html.style2 .navbar .container-lg,html.style6 html.style3 html.style2 .navbar .container-md,html.style6 html.style3 html.style2 .navbar .container-sm,html.style6 html.style3 html.style2 .navbar .container-xl,html.style6 html.style3 html.style4 .navbar .container-lg,html.style6 html.style3 html.style4 .navbar .container-md,html.style6 html.style3 html.style4 .navbar .container-sm,html.style6 html.style3 html.style4 .navbar .container-xl,html.style6 html.style3 html.style5 .navbar .container-lg,html.style6 html.style3 html.style5 .navbar .container-md,html.style6 html.style3 html.style5 .navbar .container-sm,html.style6 html.style3 html.style5 .navbar .container-xl,html.style6 html.style4 html.style3 .navbar .container-lg,html.style6 html.style4 html.style3 .navbar .container-md,html.style6 html.style4 html.style3 .navbar .container-sm,html.style6 html.style4 html.style3 .navbar .container-xl,html.style6 html.style5 html.style3 .navbar .container-lg,html.style6 html.style5 html.style3 .navbar .container-md,html.style6 html.style5 html.style3 .navbar .container-sm,html.style6 html.style5 html.style3 .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}html.style3 .navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}html.style3 .navbar-brand:focus,html.style3 .navbar-brand:hover{text-decoration:none}html.style3 .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}html.style3 .navbar-nav .nav-link{padding-right:0;padding-left:0}html.style3 .navbar-nav .dropdown-menu{position:static;float:none}html.style3 .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}html.style3 .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}html.style3 .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}html.style3 .navbar-toggler:focus,html.style3 .navbar-toggler:hover{text-decoration:none}html.style3 .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}html.style3 .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){html.style3 .navbar-expand-sm>.container,html.style3 .navbar-expand-sm>.container-fluid,html.style3 .navbar-expand-sm>.container-lg,html.style3 .navbar-expand-sm>.container-md,html.style3 .navbar-expand-sm>.container-sm,html.style3 .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){html.style3 .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}html.style3 .navbar-expand-sm .navbar-nav{flex-direction:row}html.style3 .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}html.style3 .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style3 .navbar-expand-sm>.container,html.style3 .navbar-expand-sm>.container-fluid,html.style3 .navbar-expand-sm>.container-lg,html.style3 .navbar-expand-sm>.container-md,html.style3 .navbar-expand-sm>.container-sm,html.style3 .navbar-expand-sm>.container-xl{flex-wrap:nowrap}html.style3 .navbar-expand-sm .navbar-nav-scroll{overflow:visible}html.style3 .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}html.style3 .navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){html.style3 .navbar-expand-md>.container,html.style3 .navbar-expand-md>.container-fluid,html.style3 .navbar-expand-md>.container-lg,html.style3 .navbar-expand-md>.container-md,html.style3 .navbar-expand-md>.container-sm,html.style3 .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){html.style3 .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}html.style3 .navbar-expand-md .navbar-nav{flex-direction:row}html.style3 .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}html.style3 .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style3 .navbar-expand-md>.container,html.style3 .navbar-expand-md>.container-fluid,html.style3 .navbar-expand-md>.container-lg,html.style3 .navbar-expand-md>.container-md,html.style3 .navbar-expand-md>.container-sm,html.style3 .navbar-expand-md>.container-xl{flex-wrap:nowrap}html.style3 .navbar-expand-md .navbar-nav-scroll{overflow:visible}html.style3 .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}html.style3 .navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){html.style3 .navbar-expand-lg>.container,html.style3 .navbar-expand-lg>.container-fluid,html.style3 .navbar-expand-lg>.container-lg,html.style3 .navbar-expand-lg>.container-md,html.style3 .navbar-expand-lg>.container-sm,html.style3 .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){html.style3 .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}html.style3 .navbar-expand-lg .navbar-nav{flex-direction:row}html.style3 .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}html.style3 .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style3 .navbar-expand-lg>.container,html.style3 .navbar-expand-lg>.container-fluid,html.style3 .navbar-expand-lg>.container-lg,html.style3 .navbar-expand-lg>.container-md,html.style3 .navbar-expand-lg>.container-sm,html.style3 .navbar-expand-lg>.container-xl{flex-wrap:nowrap}html.style3 .navbar-expand-lg .navbar-nav-scroll{overflow:visible}html.style3 .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}html.style3 .navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){html.style3 .navbar-expand-xl>.container,html.style3 .navbar-expand-xl>.container-fluid,html.style3 .navbar-expand-xl>.container-lg,html.style3 .navbar-expand-xl>.container-md,html.style3 .navbar-expand-xl>.container-sm,html.style3 .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){html.style3 .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}html.style3 .navbar-expand-xl .navbar-nav{flex-direction:row}html.style3 .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}html.style3 .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style3 .navbar-expand-xl>.container,html.style3 .navbar-expand-xl>.container-fluid,html.style3 .navbar-expand-xl>.container-lg,html.style3 .navbar-expand-xl>.container-md,html.style3 .navbar-expand-xl>.container-sm,html.style3 .navbar-expand-xl>.container-xl{flex-wrap:nowrap}html.style3 .navbar-expand-xl .navbar-nav-scroll{overflow:visible}html.style3 .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}html.style3 .navbar-expand-xl .navbar-toggler{display:none}}html.style3 .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}html.style3 .navbar-expand>.container,html.style3 .navbar-expand>.container-fluid,html.style3 .navbar-expand>.container-lg,html.style3 .navbar-expand>.container-md,html.style3 .navbar-expand>.container-sm,html.style3 .navbar-expand>.container-xl{padding-right:0;padding-left:0}html.style3 .navbar-expand .navbar-nav{flex-direction:row}html.style3 .navbar-expand .navbar-nav .dropdown-menu{position:absolute}html.style3 .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style3 .navbar-expand>.container,html.style3 .navbar-expand>.container-fluid,html.style3 .navbar-expand>.container-lg,html.style3 .navbar-expand>.container-md,html.style3 .navbar-expand>.container-sm,html.style3 .navbar-expand>.container-xl{flex-wrap:nowrap}html.style3 .navbar-expand .navbar-nav-scroll{overflow:visible}html.style3 .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}html.style3 .navbar-expand .navbar-toggler{display:none}html.style3 .navbar-light .navbar-brand,html.style3 .navbar-light .navbar-brand:focus,html.style3 .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}html.style3 .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}html.style3 .navbar-light .navbar-nav .nav-link:focus,html.style3 .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}html.style3 .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}html.style3 .navbar-light .navbar-nav .active>.nav-link,html.style3 .navbar-light .navbar-nav .nav-link.active,html.style3 .navbar-light .navbar-nav .nav-link.show,html.style3 .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}html.style3 .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}html.style3 .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html.style3 .navbar-light .navbar-text{color:rgba(0,0,0,.5)}html.style3 .navbar-light .navbar-text a,html.style3 .navbar-light .navbar-text a:focus,html.style3 .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}html.style3 .navbar-dark .navbar-brand,html.style3 .navbar-dark .navbar-brand:focus,html.style3 .navbar-dark .navbar-brand:hover{color:#fff}html.style3 .navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}html.style3 .navbar-dark .navbar-nav .nav-link:focus,html.style3 .navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}html.style3 .navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}html.style3 .navbar-dark .navbar-nav .active>.nav-link,html.style3 .navbar-dark .navbar-nav .nav-link.active,html.style3 .navbar-dark .navbar-nav .nav-link.show,html.style3 .navbar-dark .navbar-nav .show>.nav-link{color:#fff}html.style3 .navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}html.style3 .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html.style3 .navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}html.style3 .navbar-dark .navbar-text a,html.style3 .navbar-dark .navbar-text a:focus,html.style3 .navbar-dark .navbar-text a:hover{color:#fff}html.style3 .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}html.style3 .card>hr{margin-right:0;margin-left:0}html.style3 .card>.list-group{border-top:inherit;border-bottom:inherit}html.style3 .card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style3 .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}html.style3 .card>.card-header+.list-group,html.style3 .card>.list-group+.card-footer{border-top:0}html.style3 .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}html.style3 .card-title{margin-bottom:.75rem}html.style3 .card-subtitle{margin-top:-.375rem;margin-bottom:0}html.style3 .card-text:last-child{margin-bottom:0}html.style3 .card-link:hover{text-decoration:none}html.style3 .card-link+.card-link{margin-left:1.25rem}html.style3 .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}html.style3 .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}html.style3 .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}html.style3 .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}html.style3 .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}html.style3 .card-header-pills,html.style3 .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}html.style3 .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}html.style3 .card-img,html.style3 .card-img-bottom,html.style3 .card-img-top{flex-shrink:0;width:100%}html.style3 .card-img,html.style3 .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style3 .card-img,html.style3 .card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}html.style3 .card-deck .card{margin-bottom:15px}@media(min-width:576px){html.style3 .card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}html.style3 .card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}html.style3 .card-group>.card{margin-bottom:15px}@media(min-width:576px){html.style3 .card-group{display:flex;flex-flow:row wrap}html.style3 .card-group>.card{flex:1 0;margin-bottom:0}html.style3 .card-group>.card+.card{margin-left:0;border-left:0}html.style3 .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.style3 .card-group>.card:not(:last-child) .card-header,html.style3 .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}html.style3 .card-group>.card:not(:last-child) .card-footer,html.style3 .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}html.style3 .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style3 .card-group>.card:not(:first-child) .card-header,html.style3 .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}html.style3 .card-group>.card:not(:first-child) .card-footer,html.style3 .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}html.style3 .card-columns .card{margin-bottom:.75rem}@media(min-width:576px){html.style3 .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}html.style3 .card-columns .card{display:inline-block;width:100%}}html.style3 .accordion{overflow-anchor:none}html.style3 .accordion>.card{overflow:hidden}html.style3 .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}html.style3 .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}html.style3 .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}html.style3 .breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}html.style3 .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}html.style3 .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}html.style3 .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}html.style3 .breadcrumb-item.active{color:#6c757d}html.style3 .pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}html.style3 .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}html.style3 .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}html.style3 .page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style3 .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}html.style3 .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}html.style3 .page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}html.style3 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}html.style3 .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}html.style3 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}html.style3 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}html.style3 .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}html.style3 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}html.style3 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}html.style3 .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style3 .badge{transition:none}}ahtml.style3 .badge:focus,ahtml.style3 .badge:hover{text-decoration:none}html.style3 .badge:empty{display:none}html.style3 .btn .badge{position:relative;top:-1px}html.style3 .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}html.style3 .badge-primary{color:#fff;background-color:#007bff}ahtml.style3 .badge-primary:focus,ahtml.style3 .badge-primary:hover{color:#fff;background-color:#0062cc}ahtml.style3 .badge-primary.focus,ahtml.style3 .badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style3 .badge-secondary{color:#fff;background-color:#6c757d}ahtml.style3 .badge-secondary:focus,ahtml.style3 .badge-secondary:hover{color:#fff;background-color:#545b62}ahtml.style3 .badge-secondary.focus,ahtml.style3 .badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style3 .badge-success{color:#fff;background-color:#28a745}ahtml.style3 .badge-success:focus,ahtml.style3 .badge-success:hover{color:#fff;background-color:#1e7e34}ahtml.style3 .badge-success.focus,ahtml.style3 .badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style3 .badge-info{color:#fff;background-color:#17a2b8}ahtml.style3 .badge-info:focus,ahtml.style3 .badge-info:hover{color:#fff;background-color:#117a8b}ahtml.style3 .badge-info.focus,ahtml.style3 .badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style3 .badge-warning{color:#212529;background-color:#ffc107}ahtml.style3 .badge-warning:focus,ahtml.style3 .badge-warning:hover{color:#212529;background-color:#d39e00}ahtml.style3 .badge-warning.focus,ahtml.style3 .badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style3 .badge-danger{color:#fff;background-color:#ff3030}ahtml.style3 .badge-danger:focus,ahtml.style3 .badge-danger:hover{color:#fff;background-color:#fc0000}ahtml.style3 .badge-danger.focus,ahtml.style3 .badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style3 .badge-light{color:#fff;background-color:#25262c}ahtml.style3 .badge-light:focus,ahtml.style3 .badge-light:hover{color:#fff;background-color:#0e0e10}ahtml.style3 .badge-light.focus,ahtml.style3 .badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style3 .badge-dark{color:#fff;background-color:#191b1f}ahtml.style3 .badge-dark:focus,ahtml.style3 .badge-dark:hover{color:#fff;background-color:#020203}ahtml.style3 .badge-dark.focus,ahtml.style3 .badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style3 .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media(min-width:576px){html.style3 .jumbotron{padding:4rem 2rem}}html.style3 .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}html.style3 .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}html.style3 .alert-heading{color:inherit}html.style3 .alert-link{font-weight:700}html.style3 .alert-dismissible{padding-right:4rem}html.style3 .alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}html.style3 .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}html.style3 .alert-primary hr{border-top-color:#9fcdff}html.style3 .alert-primary .alert-link{color:#002752}html.style3 .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}html.style3 .alert-secondary hr{border-top-color:#c8cbcf}html.style3 .alert-secondary .alert-link{color:#202326}html.style3 .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}html.style3 .alert-success hr{border-top-color:#b1dfbb}html.style3 .alert-success .alert-link{color:#0b2e13}html.style3 .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}html.style3 .alert-info hr{border-top-color:#abdde5}html.style3 .alert-info .alert-link{color:#062c33}html.style3 .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}html.style3 .alert-warning hr{border-top-color:#ffe8a1}html.style3 .alert-warning .alert-link{color:#533f03}html.style3 .alert-danger{color:#851919;background-color:#ffd6d6;border-color:#ffc5c5}html.style3 .alert-danger hr{border-top-color:#ffacac}html.style3 .alert-danger .alert-link{color:#5a1111}html.style3 .alert-light{color:#131417;background-color:#d3d4d5;border-color:#c2c2c4}html.style3 .alert-light hr{border-top-color:#b5b5b7}html.style3 .alert-light .alert-link{color:#000}html.style3 .alert-dark{color:#0d0e10;background-color:#d1d1d2;border-color:#bfbfc0}html.style3 .alert-dark hr{border-top-color:#b2b2b3}html.style3 .alert-dark .alert-link{color:#000}html.style3 .progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}html.style3 .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media(prefers-reduced-motion:reduce){html.style3 .progress-bar{transition:none}}html.style3 .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}html.style3 .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){html.style3 .progress-bar-animated{animation:none}}html.style3 .media{display:flex;align-items:flex-start}html.style3 .media-body{flex:1 1}html.style3 .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}html.style3 .list-group-item-action{width:100%;color:#495057;text-align:inherit}html.style3 .list-group-item-action:focus,html.style3 .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}html.style3 .list-group-item-action:active{color:#212529;background-color:#e9ecef}html.style3 .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}html.style3 .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}html.style3 .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}html.style3 .list-group-item.disabled,html.style3 .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}html.style3 .list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}html.style3 .list-group-item+html.style3 .list-group-item{border-top-width:0}html.style3 .list-group-item+html.style3 .list-group-item.active{margin-top:-1px;border-top-width:1px}html.style3 .list-group-horizontal{flex-direction:row}html.style3 .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style3 .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style3 .list-group-horizontal>.list-group-item.active{margin-top:0}html.style3 .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style3 .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){html.style3 .list-group-horizontal-sm{flex-direction:row}html.style3 .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style3 .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style3 .list-group-horizontal-sm>.list-group-item.active{margin-top:0}html.style3 .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style3 .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){html.style3 .list-group-horizontal-md{flex-direction:row}html.style3 .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style3 .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style3 .list-group-horizontal-md>.list-group-item.active{margin-top:0}html.style3 .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style3 .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){html.style3 .list-group-horizontal-lg{flex-direction:row}html.style3 .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style3 .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style3 .list-group-horizontal-lg>.list-group-item.active{margin-top:0}html.style3 .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style3 .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){html.style3 .list-group-horizontal-xl{flex-direction:row}html.style3 .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style3 .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style3 .list-group-horizontal-xl>.list-group-item.active{margin-top:0}html.style3 .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style3 .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}html.style3 .list-group-flush{border-radius:0}html.style3 .list-group-flush>.list-group-item{border-width:0 0 1px}html.style3 .list-group-flush>.list-group-item:last-child{border-bottom-width:0}html.style3 .list-group-item-primary{color:#004085;background-color:#b8daff}html.style3 .list-group-item-primary.list-group-item-action:focus,html.style3 .list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}html.style3 .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}html.style3 .list-group-item-secondary{color:#383d41;background-color:#d6d8db}html.style3 .list-group-item-secondary.list-group-item-action:focus,html.style3 .list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}html.style3 .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}html.style3 .list-group-item-success{color:#155724;background-color:#c3e6cb}html.style3 .list-group-item-success.list-group-item-action:focus,html.style3 .list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}html.style3 .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}html.style3 .list-group-item-info{color:#0c5460;background-color:#bee5eb}html.style3 .list-group-item-info.list-group-item-action:focus,html.style3 .list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}html.style3 .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}html.style3 .list-group-item-warning{color:#856404;background-color:#ffeeba}html.style3 .list-group-item-warning.list-group-item-action:focus,html.style3 .list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}html.style3 .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}html.style3 .list-group-item-danger{color:#851919;background-color:#ffc5c5}html.style3 .list-group-item-danger.list-group-item-action:focus,html.style3 .list-group-item-danger.list-group-item-action:hover{color:#851919;background-color:#ffacac}html.style3 .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#851919;border-color:#851919}html.style3 .list-group-item-light{color:#131417;background-color:#c2c2c4}html.style3 .list-group-item-light.list-group-item-action:focus,html.style3 .list-group-item-light.list-group-item-action:hover{color:#131417;background-color:#b5b5b7}html.style3 .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#131417;border-color:#131417}html.style3 .list-group-item-dark{color:#0d0e10;background-color:#bfbfc0}html.style3 .list-group-item-dark.list-group-item-action:focus,html.style3 .list-group-item-dark.list-group-item-action:hover{color:#0d0e10;background-color:#b2b2b3}html.style3 .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#0d0e10;border-color:#0d0e10}html.style3 .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}html.style3 .close:hover{color:#000;text-decoration:none}html.style3 .close:not(:disabled):not(.disabled):focus,html.style3 .close:not(:disabled):not(.disabled):hover{opacity:.75}html.style3 button.close{padding:0;background-color:transparent;border:0}html.style3 a.close.disabled{pointer-events:none}html.style3 .toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}html.style3 .toast:not(:last-child){margin-bottom:.75rem}html.style3 .toast.showing{opacity:1}html.style3 .toast.show{display:block;opacity:1}html.style3 .toast.hide{display:none}html.style3 .toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style3 .toast-body{padding:.75rem}html.style3 .modal-open{overflow:hidden}html.style3 .modal-open .modal{overflow-x:hidden;overflow-y:auto}html.style3 .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}html.style3 .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade html.style3 .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade html.style3 .modal-dialog{transition:none}}.modal.show html.style3 .modal-dialog{transform:none}.modal.modal-static html.style3 .modal-dialog{transform:scale(1.02)}html.style3 .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}html.style3 .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}html.style3 .modal-dialog-scrollable .modal-footer,html.style3 .modal-dialog-scrollable .modal-header{flex-shrink:0}html.style3 .modal-dialog-scrollable .modal-body{overflow-y:auto}html.style3 .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}html.style3 .modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}html.style3 .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}html.style3 .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}html.style3 .modal-dialog-centered.modal-dialog-scrollable:before{content:none}html.style3 .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}html.style3 .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}html.style3 .modal-backdrop.fade{opacity:0}html.style3 .modal-backdrop.show{opacity:.5}html.style3 .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #eff1f2;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html.style3 .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}html.style3 .modal-title{margin-bottom:0;line-height:1.5}html.style3 .modal-body{position:relative;flex:1 1 auto;padding:1rem}html.style3 .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #eff1f2;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}html.style3 .modal-footer>*{margin:.25rem}html.style3 .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){html.style3 .modal-dialog{max-width:500px;margin:1.75rem auto}html.style3 .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}html.style3 .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}html.style3 .modal-dialog-centered{min-height:calc(100% - 3.5rem)}html.style3 .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}html.style3 .modal-sm{max-width:300px}}@media(min-width:992px){html.style3 .modal-lg,html.style3 .modal-xl{max-width:800px}}@media(min-width:1200px){html.style3 .modal-xl{max-width:1140px}}html.style3 .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}html.style3 .tooltip.show{opacity:.9}html.style3 .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}html.style3 .tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}html.style3 .bs-tooltip-auto[x-placement^=top],html.style3 .bs-tooltip-top{padding:.4rem 0}html.style3 .bs-tooltip-auto[x-placement^=top] .arrow,html.style3 .bs-tooltip-top .arrow{bottom:0}html.style3 .bs-tooltip-auto[x-placement^=top] .arrow:before,html.style3 .bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}html.style3 .bs-tooltip-auto[x-placement^=right],html.style3 .bs-tooltip-right{padding:0 .4rem}html.style3 .bs-tooltip-auto[x-placement^=right] .arrow,html.style3 .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}html.style3 .bs-tooltip-auto[x-placement^=right] .arrow:before,html.style3 .bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}html.style3 .bs-tooltip-auto[x-placement^=bottom],html.style3 .bs-tooltip-bottom{padding:.4rem 0}html.style3 .bs-tooltip-auto[x-placement^=bottom] .arrow,html.style3 .bs-tooltip-bottom .arrow{top:0}html.style3 .bs-tooltip-auto[x-placement^=bottom] .arrow:before,html.style3 .bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}html.style3 .bs-tooltip-auto[x-placement^=left],html.style3 .bs-tooltip-left{padding:0 .4rem}html.style3 .bs-tooltip-auto[x-placement^=left] .arrow,html.style3 .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}html.style3 .bs-tooltip-auto[x-placement^=left] .arrow:before,html.style3 .bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}html.style3 .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}html.style3 .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}html.style3 .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}html.style3 .popover .arrow:after,html.style3 .popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}html.style3 .bs-popover-auto[x-placement^=top],html.style3 .bs-popover-top{margin-bottom:.5rem}html.style3 .bs-popover-auto[x-placement^=top]>.arrow,html.style3 .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}html.style3 .bs-popover-auto[x-placement^=top]>.arrow:before,html.style3 .bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}html.style3 .bs-popover-auto[x-placement^=top]>.arrow:after,html.style3 .bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}html.style3 .bs-popover-auto[x-placement^=right],html.style3 .bs-popover-right{margin-left:.5rem}html.style3 .bs-popover-auto[x-placement^=right]>.arrow,html.style3 .bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}html.style3 .bs-popover-auto[x-placement^=right]>.arrow:before,html.style3 .bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}html.style3 .bs-popover-auto[x-placement^=right]>.arrow:after,html.style3 .bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}html.style3 .bs-popover-auto[x-placement^=bottom],html.style3 .bs-popover-bottom{margin-top:.5rem}html.style3 .bs-popover-auto[x-placement^=bottom]>.arrow,html.style3 .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}html.style3 .bs-popover-auto[x-placement^=bottom]>.arrow:before,html.style3 .bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}html.style3 .bs-popover-auto[x-placement^=bottom]>.arrow:after,html.style3 .bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}html.style3 .bs-popover-auto[x-placement^=bottom] .popover-header:before,html.style3 .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}html.style3 .bs-popover-auto[x-placement^=left],html.style3 .bs-popover-left{margin-right:.5rem}html.style3 .bs-popover-auto[x-placement^=left]>.arrow,html.style3 .bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}html.style3 .bs-popover-auto[x-placement^=left]>.arrow:before,html.style3 .bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}html.style3 .bs-popover-auto[x-placement^=left]>.arrow:after,html.style3 .bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}html.style3 .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html.style3 .popover-header:empty{display:none}html.style3 .popover-body{padding:.5rem .75rem;color:#212529}html.style3 .carousel{position:relative}html.style3 .carousel.pointer-event{touch-action:pan-y}html.style3 .carousel-inner{position:relative;width:100%;overflow:hidden}html.style3 .carousel-inner:after{display:block;clear:both;content:""}html.style3 .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){html.style3 .carousel-item{transition:none}}html.style3 .carousel-item-next,html.style3 .carousel-item-prev,html.style3 .carousel-item.active{display:block}html.style3 .active.carousel-item-right,html.style3 .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}html.style3 .active.carousel-item-left,html.style3 .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}html.style3 .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}html.style3 .carousel-fade .carousel-item-next.carousel-item-left,html.style3 .carousel-fade .carousel-item-prev.carousel-item-right,html.style3 .carousel-fade .carousel-item.active{z-index:1;opacity:1}html.style3 .carousel-fade .active.carousel-item-left,html.style3 .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){html.style3 .carousel-fade .active.carousel-item-left,html.style3 .carousel-fade .active.carousel-item-right{transition:none}}html.style3 .carousel-control-next,html.style3 .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){html.style3 .carousel-control-next,html.style3 .carousel-control-prev{transition:none}}html.style3 .carousel-control-next:focus,html.style3 .carousel-control-next:hover,html.style3 .carousel-control-prev:focus,html.style3 .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}html.style3 .carousel-control-prev{left:0}html.style3 .carousel-control-next{right:0}html.style3 .carousel-control-next-icon,html.style3 .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}html.style3 .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}html.style3 .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}html.style3 .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}html.style3 .carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){html.style3 .carousel-indicators li{transition:none}}html.style3 .carousel-indicators .active{opacity:1}html.style3 .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}html.style3 .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}html.style3 .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}html.style3 .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}html.style3 .spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){html.style3 .spinner-border,html.style3 .spinner-grow{animation-duration:1.5s}}html.style3 .align-baseline{vertical-align:baseline!important}html.style3 .align-top{vertical-align:top!important}html.style3 .align-middle{vertical-align:middle!important}html.style3 .align-bottom{vertical-align:bottom!important}html.style3 .align-text-bottom{vertical-align:text-bottom!important}html.style3 .align-text-top{vertical-align:text-top!important}html.style3 .bg-primary{background-color:#007bff!important}html.style3 a.bg-primary:focus,html.style3 a.bg-primary:hover,html.style3 button.bg-primary:focus,html.style3 button.bg-primary:hover{background-color:#0062cc!important}html.style3 .bg-secondary{background-color:#6c757d!important}html.style3 a.bg-secondary:focus,html.style3 a.bg-secondary:hover,html.style3 button.bg-secondary:focus,html.style3 button.bg-secondary:hover{background-color:#545b62!important}html.style3 .bg-success{background-color:#28a745!important}html.style3 a.bg-success:focus,html.style3 a.bg-success:hover,html.style3 button.bg-success:focus,html.style3 button.bg-success:hover{background-color:#1e7e34!important}html.style3 .bg-info{background-color:#17a2b8!important}html.style3 a.bg-info:focus,html.style3 a.bg-info:hover,html.style3 button.bg-info:focus,html.style3 button.bg-info:hover{background-color:#117a8b!important}html.style3 .bg-warning{background-color:#ffc107!important}html.style3 a.bg-warning:focus,html.style3 a.bg-warning:hover,html.style3 button.bg-warning:focus,html.style3 button.bg-warning:hover{background-color:#d39e00!important}html.style3 .bg-danger{background-color:#ff3030!important}html.style3 a.bg-danger:focus,html.style3 a.bg-danger:hover,html.style3 button.bg-danger:focus,html.style3 button.bg-danger:hover{background-color:#fc0000!important}html.style3 .bg-light{background-color:#25262c!important}html.style3 a.bg-light:focus,html.style3 a.bg-light:hover,html.style3 button.bg-light:focus,html.style3 button.bg-light:hover{background-color:#0e0e10!important}html.style3 .bg-dark{background-color:#191b1f!important}html.style3 a.bg-dark:focus,html.style3 a.bg-dark:hover,html.style3 button.bg-dark:focus,html.style3 button.bg-dark:hover{background-color:#020203!important}html.style3 .bg-white{background-color:#fff!important}html.style3 .border{border:1px solid #eff1f2!important}html.style3 .border-top{border-top:1px solid #eff1f2!important}html.style3 .border-right{border-right:1px solid #eff1f2!important}html.style3 .border-bottom{border-bottom:1px solid #eff1f2!important}html.style3 .border-left{border-left:1px solid #eff1f2!important}html.style3 .border-0{border:0!important}html.style3 .border-top-0{border-top:0!important}html.style3 .border-right-0{border-right:0!important}html.style3 .border-bottom-0{border-bottom:0!important}html.style3 .border-left-0{border-left:0!important}html.style3 .border-primary{border-color:#007bff!important}html.style3 .border-secondary{border-color:#6c757d!important}html.style3 .border-success{border-color:#28a745!important}html.style3 .border-info{border-color:#17a2b8!important}html.style3 .border-warning{border-color:#ffc107!important}html.style3 .border-danger{border-color:#ff3030!important}html.style3 .border-light{border-color:#25262c!important}html.style3 .border-dark{border-color:#191b1f!important}html.style3 .border-white{border-color:#fff!important}html.style3 .rounded-sm{border-radius:.2rem!important}html.style3 .rounded{border-radius:.25rem!important}html.style3 .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}html.style3 .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}html.style3 .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}html.style3 .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}html.style3 .rounded-lg{border-radius:.3rem!important}html.style3 .rounded-circle{border-radius:50%!important}html.style3 .rounded-pill{border-radius:50rem!important}html.style3 .rounded-0{border-radius:0!important}html.style3 .clearfix:after{display:block;clear:both;content:""}html.style3 .d-none{display:none!important}html.style3 .d-inline{display:inline!important}html.style3 .d-inline-block{display:inline-block!important}html.style3 .d-block{display:block!important}html.style3 .d-table{display:table!important}html.style3 .d-table-row{display:table-row!important}html.style3 .d-table-cell{display:table-cell!important}html.style3 .d-flex{display:flex!important}html.style3 .d-inline-flex{display:inline-flex!important}@media(min-width:576px){html.style3 .d-sm-none{display:none!important}html.style3 .d-sm-inline{display:inline!important}html.style3 .d-sm-inline-block{display:inline-block!important}html.style3 .d-sm-block{display:block!important}html.style3 .d-sm-table{display:table!important}html.style3 .d-sm-table-row{display:table-row!important}html.style3 .d-sm-table-cell{display:table-cell!important}html.style3 .d-sm-flex{display:flex!important}html.style3 .d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){html.style3 .d-md-none{display:none!important}html.style3 .d-md-inline{display:inline!important}html.style3 .d-md-inline-block{display:inline-block!important}html.style3 .d-md-block{display:block!important}html.style3 .d-md-table{display:table!important}html.style3 .d-md-table-row{display:table-row!important}html.style3 .d-md-table-cell{display:table-cell!important}html.style3 .d-md-flex{display:flex!important}html.style3 .d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){html.style3 .d-lg-none{display:none!important}html.style3 .d-lg-inline{display:inline!important}html.style3 .d-lg-inline-block{display:inline-block!important}html.style3 .d-lg-block{display:block!important}html.style3 .d-lg-table{display:table!important}html.style3 .d-lg-table-row{display:table-row!important}html.style3 .d-lg-table-cell{display:table-cell!important}html.style3 .d-lg-flex{display:flex!important}html.style3 .d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){html.style3 .d-xl-none{display:none!important}html.style3 .d-xl-inline{display:inline!important}html.style3 .d-xl-inline-block{display:inline-block!important}html.style3 .d-xl-block{display:block!important}html.style3 .d-xl-table{display:table!important}html.style3 .d-xl-table-row{display:table-row!important}html.style3 .d-xl-table-cell{display:table-cell!important}html.style3 .d-xl-flex{display:flex!important}html.style3 .d-xl-inline-flex{display:inline-flex!important}}@media print{html.style3 .d-print-none{display:none!important}html.style3 .d-print-inline{display:inline!important}html.style3 .d-print-inline-block{display:inline-block!important}html.style3 .d-print-block{display:block!important}html.style3 .d-print-table{display:table!important}html.style3 .d-print-table-row{display:table-row!important}html.style3 .d-print-table-cell{display:table-cell!important}html.style3 .d-print-flex{display:flex!important}html.style3 .d-print-inline-flex{display:inline-flex!important}}html.style3 .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}html.style3 .embed-responsive:before{display:block;content:""}html.style3 .embed-responsive .embed-responsive-item,html.style3 .embed-responsive embed,html.style3 .embed-responsive iframe,html.style3 .embed-responsive object,html.style3 .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}html.style3 .embed-responsive-21by9:before{padding-top:42.85714286%}html.style3 .embed-responsive-16by9:before{padding-top:56.25%}html.style3 .embed-responsive-4by3:before{padding-top:75%}html.style3 .embed-responsive-1by1:before{padding-top:100%}html.style3 .flex-row{flex-direction:row!important}html.style3 .flex-column{flex-direction:column!important}html.style3 .flex-row-reverse{flex-direction:row-reverse!important}html.style3 .flex-column-reverse{flex-direction:column-reverse!important}html.style3 .flex-wrap{flex-wrap:wrap!important}html.style3 .flex-nowrap{flex-wrap:nowrap!important}html.style3 .flex-wrap-reverse{flex-wrap:wrap-reverse!important}html.style3 .flex-fill{flex:1 1 auto!important}html.style3 .flex-grow-0{flex-grow:0!important}html.style3 .flex-grow-1{flex-grow:1!important}html.style3 .flex-shrink-0{flex-shrink:0!important}html.style3 .flex-shrink-1{flex-shrink:1!important}html.style3 .justify-content-start{justify-content:flex-start!important}html.style3 .justify-content-end{justify-content:flex-end!important}html.style3 .justify-content-center{justify-content:center!important}html.style3 .justify-content-between{justify-content:space-between!important}html.style3 .justify-content-around{justify-content:space-around!important}html.style3 .align-items-start{align-items:flex-start!important}html.style3 .align-items-end{align-items:flex-end!important}html.style3 .align-items-center{align-items:center!important}html.style3 .align-items-baseline{align-items:baseline!important}html.style3 .align-items-stretch{align-items:stretch!important}html.style3 .align-content-start{align-content:flex-start!important}html.style3 .align-content-end{align-content:flex-end!important}html.style3 .align-content-center{align-content:center!important}html.style3 .align-content-between{align-content:space-between!important}html.style3 .align-content-around{align-content:space-around!important}html.style3 .align-content-stretch{align-content:stretch!important}html.style3 .align-self-auto{align-self:auto!important}html.style3 .align-self-start{align-self:flex-start!important}html.style3 .align-self-end{align-self:flex-end!important}html.style3 .align-self-center{align-self:center!important}html.style3 .align-self-baseline{align-self:baseline!important}html.style3 .align-self-stretch{align-self:stretch!important}@media(min-width:576px){html.style3 .flex-sm-row{flex-direction:row!important}html.style3 .flex-sm-column{flex-direction:column!important}html.style3 .flex-sm-row-reverse{flex-direction:row-reverse!important}html.style3 .flex-sm-column-reverse{flex-direction:column-reverse!important}html.style3 .flex-sm-wrap{flex-wrap:wrap!important}html.style3 .flex-sm-nowrap{flex-wrap:nowrap!important}html.style3 .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}html.style3 .flex-sm-fill{flex:1 1 auto!important}html.style3 .flex-sm-grow-0{flex-grow:0!important}html.style3 .flex-sm-grow-1{flex-grow:1!important}html.style3 .flex-sm-shrink-0{flex-shrink:0!important}html.style3 .flex-sm-shrink-1{flex-shrink:1!important}html.style3 .justify-content-sm-start{justify-content:flex-start!important}html.style3 .justify-content-sm-end{justify-content:flex-end!important}html.style3 .justify-content-sm-center{justify-content:center!important}html.style3 .justify-content-sm-between{justify-content:space-between!important}html.style3 .justify-content-sm-around{justify-content:space-around!important}html.style3 .align-items-sm-start{align-items:flex-start!important}html.style3 .align-items-sm-end{align-items:flex-end!important}html.style3 .align-items-sm-center{align-items:center!important}html.style3 .align-items-sm-baseline{align-items:baseline!important}html.style3 .align-items-sm-stretch{align-items:stretch!important}html.style3 .align-content-sm-start{align-content:flex-start!important}html.style3 .align-content-sm-end{align-content:flex-end!important}html.style3 .align-content-sm-center{align-content:center!important}html.style3 .align-content-sm-between{align-content:space-between!important}html.style3 .align-content-sm-around{align-content:space-around!important}html.style3 .align-content-sm-stretch{align-content:stretch!important}html.style3 .align-self-sm-auto{align-self:auto!important}html.style3 .align-self-sm-start{align-self:flex-start!important}html.style3 .align-self-sm-end{align-self:flex-end!important}html.style3 .align-self-sm-center{align-self:center!important}html.style3 .align-self-sm-baseline{align-self:baseline!important}html.style3 .align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){html.style3 .flex-md-row{flex-direction:row!important}html.style3 .flex-md-column{flex-direction:column!important}html.style3 .flex-md-row-reverse{flex-direction:row-reverse!important}html.style3 .flex-md-column-reverse{flex-direction:column-reverse!important}html.style3 .flex-md-wrap{flex-wrap:wrap!important}html.style3 .flex-md-nowrap{flex-wrap:nowrap!important}html.style3 .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}html.style3 .flex-md-fill{flex:1 1 auto!important}html.style3 .flex-md-grow-0{flex-grow:0!important}html.style3 .flex-md-grow-1{flex-grow:1!important}html.style3 .flex-md-shrink-0{flex-shrink:0!important}html.style3 .flex-md-shrink-1{flex-shrink:1!important}html.style3 .justify-content-md-start{justify-content:flex-start!important}html.style3 .justify-content-md-end{justify-content:flex-end!important}html.style3 .justify-content-md-center{justify-content:center!important}html.style3 .justify-content-md-between{justify-content:space-between!important}html.style3 .justify-content-md-around{justify-content:space-around!important}html.style3 .align-items-md-start{align-items:flex-start!important}html.style3 .align-items-md-end{align-items:flex-end!important}html.style3 .align-items-md-center{align-items:center!important}html.style3 .align-items-md-baseline{align-items:baseline!important}html.style3 .align-items-md-stretch{align-items:stretch!important}html.style3 .align-content-md-start{align-content:flex-start!important}html.style3 .align-content-md-end{align-content:flex-end!important}html.style3 .align-content-md-center{align-content:center!important}html.style3 .align-content-md-between{align-content:space-between!important}html.style3 .align-content-md-around{align-content:space-around!important}html.style3 .align-content-md-stretch{align-content:stretch!important}html.style3 .align-self-md-auto{align-self:auto!important}html.style3 .align-self-md-start{align-self:flex-start!important}html.style3 .align-self-md-end{align-self:flex-end!important}html.style3 .align-self-md-center{align-self:center!important}html.style3 .align-self-md-baseline{align-self:baseline!important}html.style3 .align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){html.style3 .flex-lg-row{flex-direction:row!important}html.style3 .flex-lg-column{flex-direction:column!important}html.style3 .flex-lg-row-reverse{flex-direction:row-reverse!important}html.style3 .flex-lg-column-reverse{flex-direction:column-reverse!important}html.style3 .flex-lg-wrap{flex-wrap:wrap!important}html.style3 .flex-lg-nowrap{flex-wrap:nowrap!important}html.style3 .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}html.style3 .flex-lg-fill{flex:1 1 auto!important}html.style3 .flex-lg-grow-0{flex-grow:0!important}html.style3 .flex-lg-grow-1{flex-grow:1!important}html.style3 .flex-lg-shrink-0{flex-shrink:0!important}html.style3 .flex-lg-shrink-1{flex-shrink:1!important}html.style3 .justify-content-lg-start{justify-content:flex-start!important}html.style3 .justify-content-lg-end{justify-content:flex-end!important}html.style3 .justify-content-lg-center{justify-content:center!important}html.style3 .justify-content-lg-between{justify-content:space-between!important}html.style3 .justify-content-lg-around{justify-content:space-around!important}html.style3 .align-items-lg-start{align-items:flex-start!important}html.style3 .align-items-lg-end{align-items:flex-end!important}html.style3 .align-items-lg-center{align-items:center!important}html.style3 .align-items-lg-baseline{align-items:baseline!important}html.style3 .align-items-lg-stretch{align-items:stretch!important}html.style3 .align-content-lg-start{align-content:flex-start!important}html.style3 .align-content-lg-end{align-content:flex-end!important}html.style3 .align-content-lg-center{align-content:center!important}html.style3 .align-content-lg-between{align-content:space-between!important}html.style3 .align-content-lg-around{align-content:space-around!important}html.style3 .align-content-lg-stretch{align-content:stretch!important}html.style3 .align-self-lg-auto{align-self:auto!important}html.style3 .align-self-lg-start{align-self:flex-start!important}html.style3 .align-self-lg-end{align-self:flex-end!important}html.style3 .align-self-lg-center{align-self:center!important}html.style3 .align-self-lg-baseline{align-self:baseline!important}html.style3 .align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){html.style3 .flex-xl-row{flex-direction:row!important}html.style3 .flex-xl-column{flex-direction:column!important}html.style3 .flex-xl-row-reverse{flex-direction:row-reverse!important}html.style3 .flex-xl-column-reverse{flex-direction:column-reverse!important}html.style3 .flex-xl-wrap{flex-wrap:wrap!important}html.style3 .flex-xl-nowrap{flex-wrap:nowrap!important}html.style3 .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}html.style3 .flex-xl-fill{flex:1 1 auto!important}html.style3 .flex-xl-grow-0{flex-grow:0!important}html.style3 .flex-xl-grow-1{flex-grow:1!important}html.style3 .flex-xl-shrink-0{flex-shrink:0!important}html.style3 .flex-xl-shrink-1{flex-shrink:1!important}html.style3 .justify-content-xl-start{justify-content:flex-start!important}html.style3 .justify-content-xl-end{justify-content:flex-end!important}html.style3 .justify-content-xl-center{justify-content:center!important}html.style3 .justify-content-xl-between{justify-content:space-between!important}html.style3 .justify-content-xl-around{justify-content:space-around!important}html.style3 .align-items-xl-start{align-items:flex-start!important}html.style3 .align-items-xl-end{align-items:flex-end!important}html.style3 .align-items-xl-center{align-items:center!important}html.style3 .align-items-xl-baseline{align-items:baseline!important}html.style3 .align-items-xl-stretch{align-items:stretch!important}html.style3 .align-content-xl-start{align-content:flex-start!important}html.style3 .align-content-xl-end{align-content:flex-end!important}html.style3 .align-content-xl-center{align-content:center!important}html.style3 .align-content-xl-between{align-content:space-between!important}html.style3 .align-content-xl-around{align-content:space-around!important}html.style3 .align-content-xl-stretch{align-content:stretch!important}html.style3 .align-self-xl-auto{align-self:auto!important}html.style3 .align-self-xl-start{align-self:flex-start!important}html.style3 .align-self-xl-end{align-self:flex-end!important}html.style3 .align-self-xl-center{align-self:center!important}html.style3 .align-self-xl-baseline{align-self:baseline!important}html.style3 .align-self-xl-stretch{align-self:stretch!important}}html.style3 .float-left{float:left!important}html.style3 .float-right{float:right!important}html.style3 .float-none{float:none!important}@media(min-width:576px){html.style3 .float-sm-left{float:left!important}html.style3 .float-sm-right{float:right!important}html.style3 .float-sm-none{float:none!important}}@media(min-width:768px){html.style3 .float-md-left{float:left!important}html.style3 .float-md-right{float:right!important}html.style3 .float-md-none{float:none!important}}@media(min-width:992px){html.style3 .float-lg-left{float:left!important}html.style3 .float-lg-right{float:right!important}html.style3 .float-lg-none{float:none!important}}@media(min-width:1200px){html.style3 .float-xl-left{float:left!important}html.style3 .float-xl-right{float:right!important}html.style3 .float-xl-none{float:none!important}}html.style3 .user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}html.style3 .user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}html.style3 .user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}html.style3 .overflow-auto{overflow:auto!important}html.style3 .overflow-hidden{overflow:hidden!important}html.style3 .position-static{position:static!important}html.style3 .position-relative{position:relative!important}html.style3 .position-absolute{position:absolute!important}html.style3 .position-fixed{position:fixed!important}html.style3 .position-sticky{position:-webkit-sticky!important;position:sticky!important}html.style3 .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}html.style3 .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports((position:-webkit-sticky) or (position:sticky)){html.style3 .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}html.style3 .sr-only{white-space:nowrap}html.style3 .sr-only-focusable:active,html.style3 .sr-only-focusable:focus{white-space:normal}html.style3 .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}html.style3 .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}html.style3 .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}html.style3 .shadow-none{box-shadow:none!important}html.style3 .w-25{width:25%!important}html.style3 .w-50{width:50%!important}html.style3 .w-75{width:75%!important}html.style3 .w-100{width:100%!important}html.style3 .w-auto{width:auto!important}html.style3 .h-25{height:25%!important}html.style3 .h-50{height:50%!important}html.style3 .h-75{height:75%!important}html.style3 .h-100{height:100%!important}html.style3 .h-auto{height:auto!important}html.style3 .mw-100{max-width:100%!important}html.style3 .mh-100{max-height:100%!important}html.style3 .min-vw-100{min-width:100vw!important}html.style3 .min-vh-100{min-height:100vh!important}html.style3 .vw-100{width:100vw!important}html.style3 .vh-100{height:100vh!important}html.style3 .mt-0,html.style3 .my-0{margin-top:0!important}html.style3 .mr-0,html.style3 .mx-0{margin-right:0!important}html.style3 .mb-0,html.style3 .my-0{margin-bottom:0!important}html.style3 .ml-0,html.style3 .mx-0{margin-left:0!important}html.style3 .m-1{margin:.25rem!important}html.style3 .mt-1,html.style3 .my-1{margin-top:.25rem!important}html.style3 .mr-1,html.style3 .mx-1{margin-right:.25rem!important}html.style3 .mb-1,html.style3 .my-1{margin-bottom:.25rem!important}html.style3 .ml-1,html.style3 .mx-1{margin-left:.25rem!important}html.style3 .m-2{margin:.5rem!important}html.style3 .mt-2,html.style3 .my-2{margin-top:.5rem!important}html.style3 .mr-2,html.style3 .mx-2{margin-right:.5rem!important}html.style3 .mb-2,html.style3 .my-2{margin-bottom:.5rem!important}html.style3 .ml-2,html.style3 .mx-2{margin-left:.5rem!important}html.style3 .m-3{margin:1rem!important}html.style3 .mt-3,html.style3 .my-3{margin-top:1rem!important}html.style3 .mr-3,html.style3 .mx-3{margin-right:1rem!important}html.style3 .mb-3,html.style3 .my-3{margin-bottom:1rem!important}html.style3 .ml-3,html.style3 .mx-3{margin-left:1rem!important}html.style3 .m-4{margin:1.5rem!important}html.style3 .mt-4,html.style3 .my-4{margin-top:1.5rem!important}html.style3 .mr-4,html.style3 .mx-4{margin-right:1.5rem!important}html.style3 .mb-4,html.style3 .my-4{margin-bottom:1.5rem!important}html.style3 .ml-4,html.style3 .mx-4{margin-left:1.5rem!important}html.style3 .m-5{margin:3rem!important}html.style3 .mt-5,html.style3 .my-5{margin-top:3rem!important}html.style3 .mr-5,html.style3 .mx-5{margin-right:3rem!important}html.style3 .mb-5,html.style3 .my-5{margin-bottom:3rem!important}html.style3 .ml-5,html.style3 .mx-5{margin-left:3rem!important}html.style3 .p-0{padding:0!important}html.style3 .pt-0,html.style3 .py-0{padding-top:0!important}html.style3 .pr-0,html.style3 .px-0{padding-right:0!important}html.style3 .pb-0,html.style3 .py-0{padding-bottom:0!important}html.style3 .pl-0,html.style3 .px-0{padding-left:0!important}html.style3 .p-1{padding:.25rem!important}html.style3 .pt-1,html.style3 .py-1{padding-top:.25rem!important}html.style3 .pr-1,html.style3 .px-1{padding-right:.25rem!important}html.style3 .pb-1,html.style3 .py-1{padding-bottom:.25rem!important}html.style3 .pl-1,html.style3 .px-1{padding-left:.25rem!important}html.style3 .p-2{padding:.5rem!important}html.style3 .pt-2,html.style3 .py-2{padding-top:.5rem!important}html.style3 .pr-2,html.style3 .px-2{padding-right:.5rem!important}html.style3 .pb-2,html.style3 .py-2{padding-bottom:.5rem!important}html.style3 .pl-2,html.style3 .px-2{padding-left:.5rem!important}html.style3 .p-3{padding:1rem!important}html.style3 .pt-3,html.style3 .py-3{padding-top:1rem!important}html.style3 .pr-3,html.style3 .px-3{padding-right:1rem!important}html.style3 .pb-3,html.style3 .py-3{padding-bottom:1rem!important}html.style3 .pl-3,html.style3 .px-3{padding-left:1rem!important}html.style3 .p-4{padding:1.5rem!important}html.style3 .pt-4,html.style3 .py-4{padding-top:1.5rem!important}html.style3 .pr-4,html.style3 .px-4{padding-right:1.5rem!important}html.style3 .pb-4,html.style3 .py-4{padding-bottom:1.5rem!important}html.style3 .pl-4,html.style3 .px-4{padding-left:1.5rem!important}html.style3 .p-5{padding:3rem!important}html.style3 .pt-5,html.style3 .py-5{padding-top:3rem!important}html.style3 .pr-5,html.style3 .px-5{padding-right:3rem!important}html.style3 .pb-5,html.style3 .py-5{padding-bottom:3rem!important}html.style3 .pl-5,html.style3 .px-5{padding-left:3rem!important}html.style3 .m-n1{margin:-.25rem!important}html.style3 .mt-n1,html.style3 .my-n1{margin-top:-.25rem!important}html.style3 .mr-n1,html.style3 .mx-n1{margin-right:-.25rem!important}html.style3 .mb-n1,html.style3 .my-n1{margin-bottom:-.25rem!important}html.style3 .ml-n1,html.style3 .mx-n1{margin-left:-.25rem!important}html.style3 .m-n2{margin:-.5rem!important}html.style3 .mt-n2,html.style3 .my-n2{margin-top:-.5rem!important}html.style3 .mr-n2,html.style3 .mx-n2{margin-right:-.5rem!important}html.style3 .mb-n2,html.style3 .my-n2{margin-bottom:-.5rem!important}html.style3 .ml-n2,html.style3 .mx-n2{margin-left:-.5rem!important}html.style3 .m-n3{margin:-1rem!important}html.style3 .mt-n3,html.style3 .my-n3{margin-top:-1rem!important}html.style3 .mr-n3,html.style3 .mx-n3{margin-right:-1rem!important}html.style3 .mb-n3,html.style3 .my-n3{margin-bottom:-1rem!important}html.style3 .ml-n3,html.style3 .mx-n3{margin-left:-1rem!important}html.style3 .m-n4{margin:-1.5rem!important}html.style3 .mt-n4,html.style3 .my-n4{margin-top:-1.5rem!important}html.style3 .mr-n4,html.style3 .mx-n4{margin-right:-1.5rem!important}html.style3 .mb-n4,html.style3 .my-n4{margin-bottom:-1.5rem!important}html.style3 .ml-n4,html.style3 .mx-n4{margin-left:-1.5rem!important}html.style3 .m-n5{margin:-3rem!important}html.style3 .mt-n5,html.style3 .my-n5{margin-top:-3rem!important}html.style3 .mr-n5,html.style3 .mx-n5{margin-right:-3rem!important}html.style3 .mb-n5,html.style3 .my-n5{margin-bottom:-3rem!important}html.style3 .ml-n5,html.style3 .mx-n5{margin-left:-3rem!important}html.style3 .m-auto{margin:auto!important}html.style3 .mt-auto,html.style3 .my-auto{margin-top:auto!important}html.style3 .mr-auto,html.style3 .mx-auto{margin-right:auto!important}html.style3 .mb-auto,html.style3 .my-auto{margin-bottom:auto!important}html.style3 .ml-auto,html.style3 .mx-auto{margin-left:auto!important}@media(min-width:576px){html.style3 .m-sm-0{margin:0!important}html.style3 .mt-sm-0,html.style3 .my-sm-0{margin-top:0!important}html.style3 .mr-sm-0,html.style3 .mx-sm-0{margin-right:0!important}html.style3 .mb-sm-0,html.style3 .my-sm-0{margin-bottom:0!important}html.style3 .ml-sm-0,html.style3 .mx-sm-0{margin-left:0!important}html.style3 .m-sm-1{margin:.25rem!important}html.style3 .mt-sm-1,html.style3 .my-sm-1{margin-top:.25rem!important}html.style3 .mr-sm-1,html.style3 .mx-sm-1{margin-right:.25rem!important}html.style3 .mb-sm-1,html.style3 .my-sm-1{margin-bottom:.25rem!important}html.style3 .ml-sm-1,html.style3 .mx-sm-1{margin-left:.25rem!important}html.style3 .m-sm-2{margin:.5rem!important}html.style3 .mt-sm-2,html.style3 .my-sm-2{margin-top:.5rem!important}html.style3 .mr-sm-2,html.style3 .mx-sm-2{margin-right:.5rem!important}html.style3 .mb-sm-2,html.style3 .my-sm-2{margin-bottom:.5rem!important}html.style3 .ml-sm-2,html.style3 .mx-sm-2{margin-left:.5rem!important}html.style3 .m-sm-3{margin:1rem!important}html.style3 .mt-sm-3,html.style3 .my-sm-3{margin-top:1rem!important}html.style3 .mr-sm-3,html.style3 .mx-sm-3{margin-right:1rem!important}html.style3 .mb-sm-3,html.style3 .my-sm-3{margin-bottom:1rem!important}html.style3 .ml-sm-3,html.style3 .mx-sm-3{margin-left:1rem!important}html.style3 .m-sm-4{margin:1.5rem!important}html.style3 .mt-sm-4,html.style3 .my-sm-4{margin-top:1.5rem!important}html.style3 .mr-sm-4,html.style3 .mx-sm-4{margin-right:1.5rem!important}html.style3 .mb-sm-4,html.style3 .my-sm-4{margin-bottom:1.5rem!important}html.style3 .ml-sm-4,html.style3 .mx-sm-4{margin-left:1.5rem!important}html.style3 .m-sm-5{margin:3rem!important}html.style3 .mt-sm-5,html.style3 .my-sm-5{margin-top:3rem!important}html.style3 .mr-sm-5,html.style3 .mx-sm-5{margin-right:3rem!important}html.style3 .mb-sm-5,html.style3 .my-sm-5{margin-bottom:3rem!important}html.style3 .ml-sm-5,html.style3 .mx-sm-5{margin-left:3rem!important}html.style3 .p-sm-0{padding:0!important}html.style3 .pt-sm-0,html.style3 .py-sm-0{padding-top:0!important}html.style3 .pr-sm-0,html.style3 .px-sm-0{padding-right:0!important}html.style3 .pb-sm-0,html.style3 .py-sm-0{padding-bottom:0!important}html.style3 .pl-sm-0,html.style3 .px-sm-0{padding-left:0!important}html.style3 .p-sm-1{padding:.25rem!important}html.style3 .pt-sm-1,html.style3 .py-sm-1{padding-top:.25rem!important}html.style3 .pr-sm-1,html.style3 .px-sm-1{padding-right:.25rem!important}html.style3 .pb-sm-1,html.style3 .py-sm-1{padding-bottom:.25rem!important}html.style3 .pl-sm-1,html.style3 .px-sm-1{padding-left:.25rem!important}html.style3 .p-sm-2{padding:.5rem!important}html.style3 .pt-sm-2,html.style3 .py-sm-2{padding-top:.5rem!important}html.style3 .pr-sm-2,html.style3 .px-sm-2{padding-right:.5rem!important}html.style3 .pb-sm-2,html.style3 .py-sm-2{padding-bottom:.5rem!important}html.style3 .pl-sm-2,html.style3 .px-sm-2{padding-left:.5rem!important}html.style3 .p-sm-3{padding:1rem!important}html.style3 .pt-sm-3,html.style3 .py-sm-3{padding-top:1rem!important}html.style3 .pr-sm-3,html.style3 .px-sm-3{padding-right:1rem!important}html.style3 .pb-sm-3,html.style3 .py-sm-3{padding-bottom:1rem!important}html.style3 .pl-sm-3,html.style3 .px-sm-3{padding-left:1rem!important}html.style3 .p-sm-4{padding:1.5rem!important}html.style3 .pt-sm-4,html.style3 .py-sm-4{padding-top:1.5rem!important}html.style3 .pr-sm-4,html.style3 .px-sm-4{padding-right:1.5rem!important}html.style3 .pb-sm-4,html.style3 .py-sm-4{padding-bottom:1.5rem!important}html.style3 .pl-sm-4,html.style3 .px-sm-4{padding-left:1.5rem!important}html.style3 .p-sm-5{padding:3rem!important}html.style3 .pt-sm-5,html.style3 .py-sm-5{padding-top:3rem!important}html.style3 .pr-sm-5,html.style3 .px-sm-5{padding-right:3rem!important}html.style3 .pb-sm-5,html.style3 .py-sm-5{padding-bottom:3rem!important}html.style3 .pl-sm-5,html.style3 .px-sm-5{padding-left:3rem!important}html.style3 .m-sm-n1{margin:-.25rem!important}html.style3 .mt-sm-n1,html.style3 .my-sm-n1{margin-top:-.25rem!important}html.style3 .mr-sm-n1,html.style3 .mx-sm-n1{margin-right:-.25rem!important}html.style3 .mb-sm-n1,html.style3 .my-sm-n1{margin-bottom:-.25rem!important}html.style3 .ml-sm-n1,html.style3 .mx-sm-n1{margin-left:-.25rem!important}html.style3 .m-sm-n2{margin:-.5rem!important}html.style3 .mt-sm-n2,html.style3 .my-sm-n2{margin-top:-.5rem!important}html.style3 .mr-sm-n2,html.style3 .mx-sm-n2{margin-right:-.5rem!important}html.style3 .mb-sm-n2,html.style3 .my-sm-n2{margin-bottom:-.5rem!important}html.style3 .ml-sm-n2,html.style3 .mx-sm-n2{margin-left:-.5rem!important}html.style3 .m-sm-n3{margin:-1rem!important}html.style3 .mt-sm-n3,html.style3 .my-sm-n3{margin-top:-1rem!important}html.style3 .mr-sm-n3,html.style3 .mx-sm-n3{margin-right:-1rem!important}html.style3 .mb-sm-n3,html.style3 .my-sm-n3{margin-bottom:-1rem!important}html.style3 .ml-sm-n3,html.style3 .mx-sm-n3{margin-left:-1rem!important}html.style3 .m-sm-n4{margin:-1.5rem!important}html.style3 .mt-sm-n4,html.style3 .my-sm-n4{margin-top:-1.5rem!important}html.style3 .mr-sm-n4,html.style3 .mx-sm-n4{margin-right:-1.5rem!important}html.style3 .mb-sm-n4,html.style3 .my-sm-n4{margin-bottom:-1.5rem!important}html.style3 .ml-sm-n4,html.style3 .mx-sm-n4{margin-left:-1.5rem!important}html.style3 .m-sm-n5{margin:-3rem!important}html.style3 .mt-sm-n5,html.style3 .my-sm-n5{margin-top:-3rem!important}html.style3 .mr-sm-n5,html.style3 .mx-sm-n5{margin-right:-3rem!important}html.style3 .mb-sm-n5,html.style3 .my-sm-n5{margin-bottom:-3rem!important}html.style3 .ml-sm-n5,html.style3 .mx-sm-n5{margin-left:-3rem!important}html.style3 .m-sm-auto{margin:auto!important}html.style3 .mt-sm-auto,html.style3 .my-sm-auto{margin-top:auto!important}html.style3 .mr-sm-auto,html.style3 .mx-sm-auto{margin-right:auto!important}html.style3 .mb-sm-auto,html.style3 .my-sm-auto{margin-bottom:auto!important}html.style3 .ml-sm-auto,html.style3 .mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){html.style3 .m-md-0{margin:0!important}html.style3 .mt-md-0,html.style3 .my-md-0{margin-top:0!important}html.style3 .mr-md-0,html.style3 .mx-md-0{margin-right:0!important}html.style3 .mb-md-0,html.style3 .my-md-0{margin-bottom:0!important}html.style3 .ml-md-0,html.style3 .mx-md-0{margin-left:0!important}html.style3 .m-md-1{margin:.25rem!important}html.style3 .mt-md-1,html.style3 .my-md-1{margin-top:.25rem!important}html.style3 .mr-md-1,html.style3 .mx-md-1{margin-right:.25rem!important}html.style3 .mb-md-1,html.style3 .my-md-1{margin-bottom:.25rem!important}html.style3 .ml-md-1,html.style3 .mx-md-1{margin-left:.25rem!important}html.style3 .m-md-2{margin:.5rem!important}html.style3 .mt-md-2,html.style3 .my-md-2{margin-top:.5rem!important}html.style3 .mr-md-2,html.style3 .mx-md-2{margin-right:.5rem!important}html.style3 .mb-md-2,html.style3 .my-md-2{margin-bottom:.5rem!important}html.style3 .ml-md-2,html.style3 .mx-md-2{margin-left:.5rem!important}html.style3 .m-md-3{margin:1rem!important}html.style3 .mt-md-3,html.style3 .my-md-3{margin-top:1rem!important}html.style3 .mr-md-3,html.style3 .mx-md-3{margin-right:1rem!important}html.style3 .mb-md-3,html.style3 .my-md-3{margin-bottom:1rem!important}html.style3 .ml-md-3,html.style3 .mx-md-3{margin-left:1rem!important}html.style3 .m-md-4{margin:1.5rem!important}html.style3 .mt-md-4,html.style3 .my-md-4{margin-top:1.5rem!important}html.style3 .mr-md-4,html.style3 .mx-md-4{margin-right:1.5rem!important}html.style3 .mb-md-4,html.style3 .my-md-4{margin-bottom:1.5rem!important}html.style3 .ml-md-4,html.style3 .mx-md-4{margin-left:1.5rem!important}html.style3 .m-md-5{margin:3rem!important}html.style3 .mt-md-5,html.style3 .my-md-5{margin-top:3rem!important}html.style3 .mr-md-5,html.style3 .mx-md-5{margin-right:3rem!important}html.style3 .mb-md-5,html.style3 .my-md-5{margin-bottom:3rem!important}html.style3 .ml-md-5,html.style3 .mx-md-5{margin-left:3rem!important}html.style3 .p-md-0{padding:0!important}html.style3 .pt-md-0,html.style3 .py-md-0{padding-top:0!important}html.style3 .pr-md-0,html.style3 .px-md-0{padding-right:0!important}html.style3 .pb-md-0,html.style3 .py-md-0{padding-bottom:0!important}html.style3 .pl-md-0,html.style3 .px-md-0{padding-left:0!important}html.style3 .p-md-1{padding:.25rem!important}html.style3 .pt-md-1,html.style3 .py-md-1{padding-top:.25rem!important}html.style3 .pr-md-1,html.style3 .px-md-1{padding-right:.25rem!important}html.style3 .pb-md-1,html.style3 .py-md-1{padding-bottom:.25rem!important}html.style3 .pl-md-1,html.style3 .px-md-1{padding-left:.25rem!important}html.style3 .p-md-2{padding:.5rem!important}html.style3 .pt-md-2,html.style3 .py-md-2{padding-top:.5rem!important}html.style3 .pr-md-2,html.style3 .px-md-2{padding-right:.5rem!important}html.style3 .pb-md-2,html.style3 .py-md-2{padding-bottom:.5rem!important}html.style3 .pl-md-2,html.style3 .px-md-2{padding-left:.5rem!important}html.style3 .p-md-3{padding:1rem!important}html.style3 .pt-md-3,html.style3 .py-md-3{padding-top:1rem!important}html.style3 .pr-md-3,html.style3 .px-md-3{padding-right:1rem!important}html.style3 .pb-md-3,html.style3 .py-md-3{padding-bottom:1rem!important}html.style3 .pl-md-3,html.style3 .px-md-3{padding-left:1rem!important}html.style3 .p-md-4{padding:1.5rem!important}html.style3 .pt-md-4,html.style3 .py-md-4{padding-top:1.5rem!important}html.style3 .pr-md-4,html.style3 .px-md-4{padding-right:1.5rem!important}html.style3 .pb-md-4,html.style3 .py-md-4{padding-bottom:1.5rem!important}html.style3 .pl-md-4,html.style3 .px-md-4{padding-left:1.5rem!important}html.style3 .p-md-5{padding:3rem!important}html.style3 .pt-md-5,html.style3 .py-md-5{padding-top:3rem!important}html.style3 .pr-md-5,html.style3 .px-md-5{padding-right:3rem!important}html.style3 .pb-md-5,html.style3 .py-md-5{padding-bottom:3rem!important}html.style3 .pl-md-5,html.style3 .px-md-5{padding-left:3rem!important}html.style3 .m-md-n1{margin:-.25rem!important}html.style3 .mt-md-n1,html.style3 .my-md-n1{margin-top:-.25rem!important}html.style3 .mr-md-n1,html.style3 .mx-md-n1{margin-right:-.25rem!important}html.style3 .mb-md-n1,html.style3 .my-md-n1{margin-bottom:-.25rem!important}html.style3 .ml-md-n1,html.style3 .mx-md-n1{margin-left:-.25rem!important}html.style3 .m-md-n2{margin:-.5rem!important}html.style3 .mt-md-n2,html.style3 .my-md-n2{margin-top:-.5rem!important}html.style3 .mr-md-n2,html.style3 .mx-md-n2{margin-right:-.5rem!important}html.style3 .mb-md-n2,html.style3 .my-md-n2{margin-bottom:-.5rem!important}html.style3 .ml-md-n2,html.style3 .mx-md-n2{margin-left:-.5rem!important}html.style3 .m-md-n3{margin:-1rem!important}html.style3 .mt-md-n3,html.style3 .my-md-n3{margin-top:-1rem!important}html.style3 .mr-md-n3,html.style3 .mx-md-n3{margin-right:-1rem!important}html.style3 .mb-md-n3,html.style3 .my-md-n3{margin-bottom:-1rem!important}html.style3 .ml-md-n3,html.style3 .mx-md-n3{margin-left:-1rem!important}html.style3 .m-md-n4{margin:-1.5rem!important}html.style3 .mt-md-n4,html.style3 .my-md-n4{margin-top:-1.5rem!important}html.style3 .mr-md-n4,html.style3 .mx-md-n4{margin-right:-1.5rem!important}html.style3 .mb-md-n4,html.style3 .my-md-n4{margin-bottom:-1.5rem!important}html.style3 .ml-md-n4,html.style3 .mx-md-n4{margin-left:-1.5rem!important}html.style3 .m-md-n5{margin:-3rem!important}html.style3 .mt-md-n5,html.style3 .my-md-n5{margin-top:-3rem!important}html.style3 .mr-md-n5,html.style3 .mx-md-n5{margin-right:-3rem!important}html.style3 .mb-md-n5,html.style3 .my-md-n5{margin-bottom:-3rem!important}html.style3 .ml-md-n5,html.style3 .mx-md-n5{margin-left:-3rem!important}html.style3 .m-md-auto{margin:auto!important}html.style3 .mt-md-auto,html.style3 .my-md-auto{margin-top:auto!important}html.style3 .mr-md-auto,html.style3 .mx-md-auto{margin-right:auto!important}html.style3 .mb-md-auto,html.style3 .my-md-auto{margin-bottom:auto!important}html.style3 .ml-md-auto,html.style3 .mx-md-auto{margin-left:auto!important}}@media(min-width:992px){html.style3 .m-lg-0{margin:0!important}html.style3 .mt-lg-0,html.style3 .my-lg-0{margin-top:0!important}html.style3 .mr-lg-0,html.style3 .mx-lg-0{margin-right:0!important}html.style3 .mb-lg-0,html.style3 .my-lg-0{margin-bottom:0!important}html.style3 .ml-lg-0,html.style3 .mx-lg-0{margin-left:0!important}html.style3 .m-lg-1{margin:.25rem!important}html.style3 .mt-lg-1,html.style3 .my-lg-1{margin-top:.25rem!important}html.style3 .mr-lg-1,html.style3 .mx-lg-1{margin-right:.25rem!important}html.style3 .mb-lg-1,html.style3 .my-lg-1{margin-bottom:.25rem!important}html.style3 .ml-lg-1,html.style3 .mx-lg-1{margin-left:.25rem!important}html.style3 .m-lg-2{margin:.5rem!important}html.style3 .mt-lg-2,html.style3 .my-lg-2{margin-top:.5rem!important}html.style3 .mr-lg-2,html.style3 .mx-lg-2{margin-right:.5rem!important}html.style3 .mb-lg-2,html.style3 .my-lg-2{margin-bottom:.5rem!important}html.style3 .ml-lg-2,html.style3 .mx-lg-2{margin-left:.5rem!important}html.style3 .m-lg-3{margin:1rem!important}html.style3 .mt-lg-3,html.style3 .my-lg-3{margin-top:1rem!important}html.style3 .mr-lg-3,html.style3 .mx-lg-3{margin-right:1rem!important}html.style3 .mb-lg-3,html.style3 .my-lg-3{margin-bottom:1rem!important}html.style3 .ml-lg-3,html.style3 .mx-lg-3{margin-left:1rem!important}html.style3 .m-lg-4{margin:1.5rem!important}html.style3 .mt-lg-4,html.style3 .my-lg-4{margin-top:1.5rem!important}html.style3 .mr-lg-4,html.style3 .mx-lg-4{margin-right:1.5rem!important}html.style3 .mb-lg-4,html.style3 .my-lg-4{margin-bottom:1.5rem!important}html.style3 .ml-lg-4,html.style3 .mx-lg-4{margin-left:1.5rem!important}html.style3 .m-lg-5{margin:3rem!important}html.style3 .mt-lg-5,html.style3 .my-lg-5{margin-top:3rem!important}html.style3 .mr-lg-5,html.style3 .mx-lg-5{margin-right:3rem!important}html.style3 .mb-lg-5,html.style3 .my-lg-5{margin-bottom:3rem!important}html.style3 .ml-lg-5,html.style3 .mx-lg-5{margin-left:3rem!important}html.style3 .p-lg-0{padding:0!important}html.style3 .pt-lg-0,html.style3 .py-lg-0{padding-top:0!important}html.style3 .pr-lg-0,html.style3 .px-lg-0{padding-right:0!important}html.style3 .pb-lg-0,html.style3 .py-lg-0{padding-bottom:0!important}html.style3 .pl-lg-0,html.style3 .px-lg-0{padding-left:0!important}html.style3 .p-lg-1{padding:.25rem!important}html.style3 .pt-lg-1,html.style3 .py-lg-1{padding-top:.25rem!important}html.style3 .pr-lg-1,html.style3 .px-lg-1{padding-right:.25rem!important}html.style3 .pb-lg-1,html.style3 .py-lg-1{padding-bottom:.25rem!important}html.style3 .pl-lg-1,html.style3 .px-lg-1{padding-left:.25rem!important}html.style3 .p-lg-2{padding:.5rem!important}html.style3 .pt-lg-2,html.style3 .py-lg-2{padding-top:.5rem!important}html.style3 .pr-lg-2,html.style3 .px-lg-2{padding-right:.5rem!important}html.style3 .pb-lg-2,html.style3 .py-lg-2{padding-bottom:.5rem!important}html.style3 .pl-lg-2,html.style3 .px-lg-2{padding-left:.5rem!important}html.style3 .p-lg-3{padding:1rem!important}html.style3 .pt-lg-3,html.style3 .py-lg-3{padding-top:1rem!important}html.style3 .pr-lg-3,html.style3 .px-lg-3{padding-right:1rem!important}html.style3 .pb-lg-3,html.style3 .py-lg-3{padding-bottom:1rem!important}html.style3 .pl-lg-3,html.style3 .px-lg-3{padding-left:1rem!important}html.style3 .p-lg-4{padding:1.5rem!important}html.style3 .pt-lg-4,html.style3 .py-lg-4{padding-top:1.5rem!important}html.style3 .pr-lg-4,html.style3 .px-lg-4{padding-right:1.5rem!important}html.style3 .pb-lg-4,html.style3 .py-lg-4{padding-bottom:1.5rem!important}html.style3 .pl-lg-4,html.style3 .px-lg-4{padding-left:1.5rem!important}html.style3 .p-lg-5{padding:3rem!important}html.style3 .pt-lg-5,html.style3 .py-lg-5{padding-top:3rem!important}html.style3 .pr-lg-5,html.style3 .px-lg-5{padding-right:3rem!important}html.style3 .pb-lg-5,html.style3 .py-lg-5{padding-bottom:3rem!important}html.style3 .pl-lg-5,html.style3 .px-lg-5{padding-left:3rem!important}html.style3 .m-lg-n1{margin:-.25rem!important}html.style3 .mt-lg-n1,html.style3 .my-lg-n1{margin-top:-.25rem!important}html.style3 .mr-lg-n1,html.style3 .mx-lg-n1{margin-right:-.25rem!important}html.style3 .mb-lg-n1,html.style3 .my-lg-n1{margin-bottom:-.25rem!important}html.style3 .ml-lg-n1,html.style3 .mx-lg-n1{margin-left:-.25rem!important}html.style3 .m-lg-n2{margin:-.5rem!important}html.style3 .mt-lg-n2,html.style3 .my-lg-n2{margin-top:-.5rem!important}html.style3 .mr-lg-n2,html.style3 .mx-lg-n2{margin-right:-.5rem!important}html.style3 .mb-lg-n2,html.style3 .my-lg-n2{margin-bottom:-.5rem!important}html.style3 .ml-lg-n2,html.style3 .mx-lg-n2{margin-left:-.5rem!important}html.style3 .m-lg-n3{margin:-1rem!important}html.style3 .mt-lg-n3,html.style3 .my-lg-n3{margin-top:-1rem!important}html.style3 .mr-lg-n3,html.style3 .mx-lg-n3{margin-right:-1rem!important}html.style3 .mb-lg-n3,html.style3 .my-lg-n3{margin-bottom:-1rem!important}html.style3 .ml-lg-n3,html.style3 .mx-lg-n3{margin-left:-1rem!important}html.style3 .m-lg-n4{margin:-1.5rem!important}html.style3 .mt-lg-n4,html.style3 .my-lg-n4{margin-top:-1.5rem!important}html.style3 .mr-lg-n4,html.style3 .mx-lg-n4{margin-right:-1.5rem!important}html.style3 .mb-lg-n4,html.style3 .my-lg-n4{margin-bottom:-1.5rem!important}html.style3 .ml-lg-n4,html.style3 .mx-lg-n4{margin-left:-1.5rem!important}html.style3 .m-lg-n5{margin:-3rem!important}html.style3 .mt-lg-n5,html.style3 .my-lg-n5{margin-top:-3rem!important}html.style3 .mr-lg-n5,html.style3 .mx-lg-n5{margin-right:-3rem!important}html.style3 .mb-lg-n5,html.style3 .my-lg-n5{margin-bottom:-3rem!important}html.style3 .ml-lg-n5,html.style3 .mx-lg-n5{margin-left:-3rem!important}html.style3 .m-lg-auto{margin:auto!important}html.style3 .mt-lg-auto,html.style3 .my-lg-auto{margin-top:auto!important}html.style3 .mr-lg-auto,html.style3 .mx-lg-auto{margin-right:auto!important}html.style3 .mb-lg-auto,html.style3 .my-lg-auto{margin-bottom:auto!important}html.style3 .ml-lg-auto,html.style3 .mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){html.style3 .m-xl-0{margin:0!important}html.style3 .mt-xl-0,html.style3 .my-xl-0{margin-top:0!important}html.style3 .mr-xl-0,html.style3 .mx-xl-0{margin-right:0!important}html.style3 .mb-xl-0,html.style3 .my-xl-0{margin-bottom:0!important}html.style3 .ml-xl-0,html.style3 .mx-xl-0{margin-left:0!important}html.style3 .m-xl-1{margin:.25rem!important}html.style3 .mt-xl-1,html.style3 .my-xl-1{margin-top:.25rem!important}html.style3 .mr-xl-1,html.style3 .mx-xl-1{margin-right:.25rem!important}html.style3 .mb-xl-1,html.style3 .my-xl-1{margin-bottom:.25rem!important}html.style3 .ml-xl-1,html.style3 .mx-xl-1{margin-left:.25rem!important}html.style3 .m-xl-2{margin:.5rem!important}html.style3 .mt-xl-2,html.style3 .my-xl-2{margin-top:.5rem!important}html.style3 .mr-xl-2,html.style3 .mx-xl-2{margin-right:.5rem!important}html.style3 .mb-xl-2,html.style3 .my-xl-2{margin-bottom:.5rem!important}html.style3 .ml-xl-2,html.style3 .mx-xl-2{margin-left:.5rem!important}html.style3 .m-xl-3{margin:1rem!important}html.style3 .mt-xl-3,html.style3 .my-xl-3{margin-top:1rem!important}html.style3 .mr-xl-3,html.style3 .mx-xl-3{margin-right:1rem!important}html.style3 .mb-xl-3,html.style3 .my-xl-3{margin-bottom:1rem!important}html.style3 .ml-xl-3,html.style3 .mx-xl-3{margin-left:1rem!important}html.style3 .m-xl-4{margin:1.5rem!important}html.style3 .mt-xl-4,html.style3 .my-xl-4{margin-top:1.5rem!important}html.style3 .mr-xl-4,html.style3 .mx-xl-4{margin-right:1.5rem!important}html.style3 .mb-xl-4,html.style3 .my-xl-4{margin-bottom:1.5rem!important}html.style3 .ml-xl-4,html.style3 .mx-xl-4{margin-left:1.5rem!important}html.style3 .m-xl-5{margin:3rem!important}html.style3 .mt-xl-5,html.style3 .my-xl-5{margin-top:3rem!important}html.style3 .mr-xl-5,html.style3 .mx-xl-5{margin-right:3rem!important}html.style3 .mb-xl-5,html.style3 .my-xl-5{margin-bottom:3rem!important}html.style3 .ml-xl-5,html.style3 .mx-xl-5{margin-left:3rem!important}html.style3 .p-xl-0{padding:0!important}html.style3 .pt-xl-0,html.style3 .py-xl-0{padding-top:0!important}html.style3 .pr-xl-0,html.style3 .px-xl-0{padding-right:0!important}html.style3 .pb-xl-0,html.style3 .py-xl-0{padding-bottom:0!important}html.style3 .pl-xl-0,html.style3 .px-xl-0{padding-left:0!important}html.style3 .p-xl-1{padding:.25rem!important}html.style3 .pt-xl-1,html.style3 .py-xl-1{padding-top:.25rem!important}html.style3 .pr-xl-1,html.style3 .px-xl-1{padding-right:.25rem!important}html.style3 .pb-xl-1,html.style3 .py-xl-1{padding-bottom:.25rem!important}html.style3 .pl-xl-1,html.style3 .px-xl-1{padding-left:.25rem!important}html.style3 .p-xl-2{padding:.5rem!important}html.style3 .pt-xl-2,html.style3 .py-xl-2{padding-top:.5rem!important}html.style3 .pr-xl-2,html.style3 .px-xl-2{padding-right:.5rem!important}html.style3 .pb-xl-2,html.style3 .py-xl-2{padding-bottom:.5rem!important}html.style3 .pl-xl-2,html.style3 .px-xl-2{padding-left:.5rem!important}html.style3 .p-xl-3{padding:1rem!important}html.style3 .pt-xl-3,html.style3 .py-xl-3{padding-top:1rem!important}html.style3 .pr-xl-3,html.style3 .px-xl-3{padding-right:1rem!important}html.style3 .pb-xl-3,html.style3 .py-xl-3{padding-bottom:1rem!important}html.style3 .pl-xl-3,html.style3 .px-xl-3{padding-left:1rem!important}html.style3 .p-xl-4{padding:1.5rem!important}html.style3 .pt-xl-4,html.style3 .py-xl-4{padding-top:1.5rem!important}html.style3 .pr-xl-4,html.style3 .px-xl-4{padding-right:1.5rem!important}html.style3 .pb-xl-4,html.style3 .py-xl-4{padding-bottom:1.5rem!important}html.style3 .pl-xl-4,html.style3 .px-xl-4{padding-left:1.5rem!important}html.style3 .p-xl-5{padding:3rem!important}html.style3 .pt-xl-5,html.style3 .py-xl-5{padding-top:3rem!important}html.style3 .pr-xl-5,html.style3 .px-xl-5{padding-right:3rem!important}html.style3 .pb-xl-5,html.style3 .py-xl-5{padding-bottom:3rem!important}html.style3 .pl-xl-5,html.style3 .px-xl-5{padding-left:3rem!important}html.style3 .m-xl-n1{margin:-.25rem!important}html.style3 .mt-xl-n1,html.style3 .my-xl-n1{margin-top:-.25rem!important}html.style3 .mr-xl-n1,html.style3 .mx-xl-n1{margin-right:-.25rem!important}html.style3 .mb-xl-n1,html.style3 .my-xl-n1{margin-bottom:-.25rem!important}html.style3 .ml-xl-n1,html.style3 .mx-xl-n1{margin-left:-.25rem!important}html.style3 .m-xl-n2{margin:-.5rem!important}html.style3 .mt-xl-n2,html.style3 .my-xl-n2{margin-top:-.5rem!important}html.style3 .mr-xl-n2,html.style3 .mx-xl-n2{margin-right:-.5rem!important}html.style3 .mb-xl-n2,html.style3 .my-xl-n2{margin-bottom:-.5rem!important}html.style3 .ml-xl-n2,html.style3 .mx-xl-n2{margin-left:-.5rem!important}html.style3 .m-xl-n3{margin:-1rem!important}html.style3 .mt-xl-n3,html.style3 .my-xl-n3{margin-top:-1rem!important}html.style3 .mr-xl-n3,html.style3 .mx-xl-n3{margin-right:-1rem!important}html.style3 .mb-xl-n3,html.style3 .my-xl-n3{margin-bottom:-1rem!important}html.style3 .ml-xl-n3,html.style3 .mx-xl-n3{margin-left:-1rem!important}html.style3 .m-xl-n4{margin:-1.5rem!important}html.style3 .mt-xl-n4,html.style3 .my-xl-n4{margin-top:-1.5rem!important}html.style3 .mr-xl-n4,html.style3 .mx-xl-n4{margin-right:-1.5rem!important}html.style3 .mb-xl-n4,html.style3 .my-xl-n4{margin-bottom:-1.5rem!important}html.style3 .ml-xl-n4,html.style3 .mx-xl-n4{margin-left:-1.5rem!important}html.style3 .m-xl-n5{margin:-3rem!important}html.style3 .mt-xl-n5,html.style3 .my-xl-n5{margin-top:-3rem!important}html.style3 .mr-xl-n5,html.style3 .mx-xl-n5{margin-right:-3rem!important}html.style3 .mb-xl-n5,html.style3 .my-xl-n5{margin-bottom:-3rem!important}html.style3 .ml-xl-n5,html.style3 .mx-xl-n5{margin-left:-3rem!important}html.style3 .m-xl-auto{margin:auto!important}html.style3 .mt-xl-auto,html.style3 .my-xl-auto{margin-top:auto!important}html.style3 .mr-xl-auto,html.style3 .mx-xl-auto{margin-right:auto!important}html.style3 .mb-xl-auto,html.style3 .my-xl-auto{margin-bottom:auto!important}html.style3 .ml-xl-auto,html.style3 .mx-xl-auto{margin-left:auto!important}}html.style3 .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}html.style3 .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}html.style3 .text-justify{text-align:justify!important}html.style3 .text-wrap{white-space:normal!important}html.style3 .text-nowrap{white-space:nowrap!important}html.style3 .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.style3 .text-left{text-align:left!important}html.style3 .text-right{text-align:right!important}html.style3 .text-center{text-align:center!important}@media(min-width:576px){html.style3 .text-sm-left{text-align:left!important}html.style3 .text-sm-right{text-align:right!important}html.style3 .text-sm-center{text-align:center!important}}@media(min-width:768px){html.style3 .text-md-left{text-align:left!important}html.style3 .text-md-right{text-align:right!important}html.style3 .text-md-center{text-align:center!important}}@media(min-width:992px){html.style3 .text-lg-left{text-align:left!important}html.style3 .text-lg-right{text-align:right!important}html.style3 .text-lg-center{text-align:center!important}}@media(min-width:1200px){html.style3 .text-xl-left{text-align:left!important}html.style3 .text-xl-right{text-align:right!important}html.style3 .text-xl-center{text-align:center!important}}html.style3 .text-lowercase{text-transform:lowercase!important}html.style3 .text-uppercase{text-transform:uppercase!important}html.style3 .text-capitalize{text-transform:capitalize!important}html.style3 .font-weight-light{font-weight:300!important}html.style3 .font-weight-lighter{font-weight:lighter!important}html.style3 .font-weight-normal{font-weight:400!important}html.style3 .font-weight-bold{font-weight:700!important}html.style3 .font-weight-bolder{font-weight:bolder!important}html.style3 .font-italic{font-style:italic!important}html.style3 .text-white{color:#fff!important}html.style3 .text-primary{color:#007bff!important}html.style3 a.text-primary:focus,html.style3 a.text-primary:hover{color:#0056b3!important}html.style3 .text-secondary{color:#6c757d!important}html.style3 a.text-secondary:focus,html.style3 a.text-secondary:hover{color:#494f54!important}html.style3 .text-success{color:#28a745!important}html.style3 a.text-success:focus,html.style3 a.text-success:hover{color:#19692c!important}html.style3 .text-info{color:#17a2b8!important}html.style3 a.text-info:focus,html.style3 a.text-info:hover{color:#0f6674!important}html.style3 .text-warning{color:#ffc107!important}html.style3 a.text-warning:focus,html.style3 a.text-warning:hover{color:#ba8b00!important}html.style3 .text-danger{color:#ff3030!important}html.style3 a.text-danger:focus,html.style3 a.text-danger:hover{color:#e30000!important}html.style3 .text-light{color:#25262c!important}html.style3 a.text-light:focus,html.style3 a.text-light:hover{color:#020202!important}html.style3 .text-dark{color:#191b1f!important}html.style3 a.text-dark:focus,html.style3 a.text-dark:hover{color:#000!important}html.style3 .text-body{color:#212529!important}html.style3 .text-muted{color:#6c757d!important}html.style3 .text-black-50{color:rgba(0,0,0,.5)!important}html.style3 .text-white-50{color:hsla(0,0%,100%,.5)!important}html.style3 .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}html.style3 .text-decoration-none{text-decoration:none!important}html.style3 .text-break{word-break:break-word!important;word-wrap:break-word!important}html.style3 .text-reset{color:inherit!important}html.style3 .visible{visibility:visible!important}html.style3 .invisible{visibility:hidden!important}@media print{html.style3 *,html.style3 :after,html.style3 :before{text-shadow:none!important;box-shadow:none!important}html.style3 a:not(.btn){text-decoration:underline}html.style3 abbr[title]:after{content:" (" attr(title) ")"}html.style3 pre{white-space:pre-wrap!important}html.style3 blockquote,html.style3 pre{border:1px solid #adb5bd;page-break-inside:avoid}html.style3 img,html.style3 tr{page-break-inside:avoid}html.style3 h2,html.style3 h3,html.style3 p{orphans:3;widows:3}html.style3 h2,html.style3 h3{page-break-after:avoid}@page{html.style3{size:a3}}html.style3 .container,html.style3 body{min-width:992px!important}html.style3 .navbar{display:none}html.style3 .badge{border:1px solid #000}html.style3 .table{border-collapse:collapse!important}html.style3 .table td,html.style3 .table th{background-color:#fff!important}html.style3 .table-bordered td,html.style3 .table-bordered th{border:1px solid #dee2e6!important}html.style3 .table-dark{color:inherit}html.style3 .table-dark tbody+tbody,html.style3 .table-dark td,html.style3 .table-dark th,html.style3 .table-dark thead th{border-color:#eff1f2}html.style3 .table .thead-dark th{color:inherit;border-color:#eff1f2}}html.style3 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style3 .fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}html.style3 .fa-2x{font-size:2em}html.style3 .fa-3x{font-size:3em}html.style3 .fa-4x{font-size:4em}html.style3 .fa-5x{font-size:5em}html.style3 .fa-fw{width:1.2857142857em;text-align:center}html.style3 .fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}html.style3 .fa-ul>li{position:relative}html.style3 .fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}html.style3 .fa-li.fa-lg{left:-1.8571428571em}html.style3 .fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}html.style3 .fa-pull-left{float:left}html.style3 .fa-pull-right{float:right}html.style3 .fa.fa-pull-left{margin-right:.3em}html.style3 .fa.fa-pull-right{margin-left:.3em}html.style3 .fa.pull-left{margin-right:.3em}html.style3 .fa.pull-right{margin-left:.3em}html.style3 .fa-spin{animation:fa-spin 2s linear infinite}html.style3 .fa-pulse{animation:fa-spin 1s steps(8) infinite}html.style3 .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}html.style3 .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}html.style3 .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}html.style3 .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}html.style3 .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}html.style3 :root .fa-flip-horizontal,html.style3 :root .fa-flip-vertical,html.style3 :root .fa-rotate-180,html.style3 :root .fa-rotate-270,html.style3 :root .fa-rotate-90{filter:none}html.style3 .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}html.style3 .fa-stack-1x,html.style3 .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}html.style3 .fa-stack-1x{line-height:inherit}html.style3 .fa-stack-2x{font-size:2em}html.style3 .fa-inverse{color:#fff}html.style3 .fa-glass:before{content:""}html.style3 .fa-music:before{content:""}html.style3 .fa-search:before{content:""}html.style3 .fa-envelope-o:before{content:""}html.style3 .fa-heart:before{content:""}html.style3 .fa-star:before{content:""}html.style3 .fa-star-o:before{content:""}html.style3 .fa-user:before{content:""}html.style3 .fa-film:before{content:""}html.style3 .fa-th-large:before{content:""}html.style3 .fa-th:before{content:""}html.style3 .fa-th-list:before{content:""}html.style3 .fa-check:before{content:""}html.style3 .fa-close:before,html.style3 .fa-remove:before,html.style3 .fa-times:before{content:""}html.style3 .fa-search-plus:before{content:""}html.style3 .fa-search-minus:before{content:""}html.style3 .fa-power-off:before{content:""}html.style3 .fa-signal:before{content:""}html.style3 .fa-cog:before,html.style3 .fa-gear:before{content:""}html.style3 .fa-trash-o:before{content:""}html.style3 .fa-home:before{content:""}html.style3 .fa-file-o:before{content:""}html.style3 .fa-clock-o:before{content:""}html.style3 .fa-road:before{content:""}html.style3 .fa-download:before{content:""}html.style3 .fa-arrow-circle-o-down:before{content:""}html.style3 .fa-arrow-circle-o-up:before{content:""}html.style3 .fa-inbox:before{content:""}html.style3 .fa-play-circle-o:before{content:""}html.style3 .fa-repeat:before,html.style3 .fa-rotate-right:before{content:""}html.style3 .fa-refresh:before{content:""}html.style3 .fa-list-alt:before{content:""}html.style3 .fa-lock:before{content:""}html.style3 .fa-flag:before{content:""}html.style3 .fa-headphones:before{content:""}html.style3 .fa-volume-off:before{content:""}html.style3 .fa-volume-down:before{content:""}html.style3 .fa-volume-up:before{content:""}html.style3 .fa-qrcode:before{content:""}html.style3 .fa-barcode:before{content:""}html.style3 .fa-tag:before{content:""}html.style3 .fa-tags:before{content:""}html.style3 .fa-book:before{content:""}html.style3 .fa-bookmark:before{content:""}html.style3 .fa-print:before{content:""}html.style3 .fa-camera:before{content:""}html.style3 .fa-font:before{content:""}html.style3 .fa-bold:before{content:""}html.style3 .fa-italic:before{content:""}html.style3 .fa-text-height:before{content:""}html.style3 .fa-text-width:before{content:""}html.style3 .fa-align-left:before{content:""}html.style3 .fa-align-center:before{content:""}html.style3 .fa-align-right:before{content:""}html.style3 .fa-align-justify:before{content:""}html.style3 .fa-list:before{content:""}html.style3 .fa-dedent:before,html.style3 .fa-outdent:before{content:""}html.style3 .fa-indent:before{content:""}html.style3 .fa-video-camera:before{content:""}html.style3 .fa-image:before,html.style3 .fa-photo:before,html.style3 .fa-picture-o:before{content:""}html.style3 .fa-pencil:before{content:""}html.style3 .fa-map-marker:before{content:""}html.style3 .fa-adjust:before{content:""}html.style3 .fa-tint:before{content:""}html.style3 .fa-edit:before,html.style3 .fa-pencil-square-o:before{content:""}html.style3 .fa-share-square-o:before{content:""}html.style3 .fa-check-square-o:before{content:""}html.style3 .fa-arrows:before{content:""}html.style3 .fa-step-backward:before{content:""}html.style3 .fa-fast-backward:before{content:""}html.style3 .fa-backward:before{content:""}html.style3 .fa-play:before{content:""}html.style3 .fa-pause:before{content:""}html.style3 .fa-stop:before{content:""}html.style3 .fa-forward:before{content:""}html.style3 .fa-fast-forward:before{content:""}html.style3 .fa-step-forward:before{content:""}html.style3 .fa-eject:before{content:""}html.style3 .fa-chevron-left:before{content:""}html.style3 .fa-chevron-right:before{content:""}html.style3 .fa-plus-circle:before{content:""}html.style3 .fa-minus-circle:before{content:""}html.style3 .fa-times-circle:before{content:""}html.style3 .fa-check-circle:before{content:""}html.style3 .fa-question-circle:before{content:""}html.style3 .fa-info-circle:before{content:""}html.style3 .fa-crosshairs:before{content:""}html.style3 .fa-times-circle-o:before{content:""}html.style3 .fa-check-circle-o:before{content:""}html.style3 .fa-ban:before{content:""}html.style3 .fa-arrow-left:before{content:""}html.style3 .fa-arrow-right:before{content:""}html.style3 .fa-arrow-up:before{content:""}html.style3 .fa-arrow-down:before{content:""}html.style3 .fa-mail-forward:before,html.style3 .fa-share:before{content:""}html.style3 .fa-expand:before{content:""}html.style3 .fa-compress:before{content:""}html.style3 .fa-plus:before{content:""}html.style3 .fa-minus:before{content:""}html.style3 .fa-asterisk:before{content:""}html.style3 .fa-exclamation-circle:before{content:""}html.style3 .fa-gift:before{content:""}html.style3 .fa-leaf:before{content:""}html.style3 .fa-fire:before{content:""}html.style3 .fa-eye:before{content:""}html.style3 .fa-eye-slash:before{content:""}html.style3 .fa-exclamation-triangle:before,html.style3 .fa-warning:before{content:""}html.style3 .fa-plane:before{content:""}html.style3 .fa-calendar:before{content:""}html.style3 .fa-random:before{content:""}html.style3 .fa-comment:before{content:""}html.style3 .fa-magnet:before{content:""}html.style3 .fa-chevron-up:before{content:""}html.style3 .fa-chevron-down:before{content:""}html.style3 .fa-retweet:before{content:""}html.style3 .fa-shopping-cart:before{content:""}html.style3 .fa-folder:before{content:""}html.style3 .fa-folder-open:before{content:""}html.style3 .fa-arrows-v:before{content:""}html.style3 .fa-arrows-h:before{content:""}html.style3 .fa-bar-chart-o:before,html.style3 .fa-bar-chart:before{content:""}html.style3 .fa-twitter-square:before{content:""}html.style3 .fa-facebook-square:before{content:""}html.style3 .fa-camera-retro:before{content:""}html.style3 .fa-key:before{content:""}html.style3 .fa-cogs:before,html.style3 .fa-gears:before{content:""}html.style3 .fa-comments:before{content:""}html.style3 .fa-thumbs-o-up:before{content:""}html.style3 .fa-thumbs-o-down:before{content:""}html.style3 .fa-star-half:before{content:""}html.style3 .fa-heart-o:before{content:""}html.style3 .fa-sign-out:before{content:""}html.style3 .fa-linkedin-square:before{content:""}html.style3 .fa-thumb-tack:before{content:""}html.style3 .fa-external-link:before{content:""}html.style3 .fa-sign-in:before{content:""}html.style3 .fa-trophy:before{content:""}html.style3 .fa-github-square:before{content:""}html.style3 .fa-upload:before{content:""}html.style3 .fa-lemon-o:before{content:""}html.style3 .fa-phone:before{content:""}html.style3 .fa-square-o:before{content:""}html.style3 .fa-bookmark-o:before{content:""}html.style3 .fa-phone-square:before{content:""}html.style3 .fa-twitter:before{content:""}html.style3 .fa-facebook-f:before,html.style3 .fa-facebook:before{content:""}html.style3 .fa-github:before{content:""}html.style3 .fa-unlock:before{content:""}html.style3 .fa-credit-card:before{content:""}html.style3 .fa-feed:before,html.style3 .fa-rss:before{content:""}html.style3 .fa-hdd-o:before{content:""}html.style3 .fa-bullhorn:before{content:""}html.style3 .fa-bell:before{content:""}html.style3 .fa-certificate:before{content:""}html.style3 .fa-hand-o-right:before{content:""}html.style3 .fa-hand-o-left:before{content:""}html.style3 .fa-hand-o-up:before{content:""}html.style3 .fa-hand-o-down:before{content:""}html.style3 .fa-arrow-circle-left:before{content:""}html.style3 .fa-arrow-circle-right:before{content:""}html.style3 .fa-arrow-circle-up:before{content:""}html.style3 .fa-arrow-circle-down:before{content:""}html.style3 .fa-globe:before{content:""}html.style3 .fa-wrench:before{content:""}html.style3 .fa-tasks:before{content:""}html.style3 .fa-filter:before{content:""}html.style3 .fa-briefcase:before{content:""}html.style3 .fa-arrows-alt:before{content:""}html.style3 .fa-group:before,html.style3 .fa-users:before{content:""}html.style3 .fa-chain:before,html.style3 .fa-link:before{content:""}html.style3 .fa-cloud:before{content:""}html.style3 .fa-flask:before{content:""}html.style3 .fa-cut:before,html.style3 .fa-scissors:before{content:""}html.style3 .fa-copy:before,html.style3 .fa-files-o:before{content:""}html.style3 .fa-paperclip:before{content:""}html.style3 .fa-floppy-o:before,html.style3 .fa-save:before{content:""}html.style3 .fa-square:before{content:""}html.style3 .fa-bars:before,html.style3 .fa-navicon:before,html.style3 .fa-reorder:before{content:""}html.style3 .fa-list-ul:before{content:""}html.style3 .fa-list-ol:before{content:""}html.style3 .fa-strikethrough:before{content:""}html.style3 .fa-underline:before{content:""}html.style3 .fa-table:before{content:""}html.style3 .fa-magic:before{content:""}html.style3 .fa-truck:before{content:""}html.style3 .fa-pinterest:before{content:""}html.style3 .fa-pinterest-square:before{content:""}html.style3 .fa-google-plus-square:before{content:""}html.style3 .fa-google-plus:before{content:""}html.style3 .fa-money:before{content:""}html.style3 .fa-caret-down:before{content:""}html.style3 .fa-caret-up:before{content:""}html.style3 .fa-caret-left:before{content:""}html.style3 .fa-caret-right:before{content:""}html.style3 .fa-columns:before{content:""}html.style3 .fa-sort:before,html.style3 .fa-unsorted:before{content:""}html.style3 .fa-sort-desc:before,html.style3 .fa-sort-down:before{content:""}html.style3 .fa-sort-asc:before,html.style3 .fa-sort-up:before{content:""}html.style3 .fa-envelope:before{content:""}html.style3 .fa-linkedin:before{content:""}html.style3 .fa-rotate-left:before,html.style3 .fa-undo:before{content:""}html.style3 .fa-gavel:before,html.style3 .fa-legal:before{content:""}html.style3 .fa-dashboard:before,html.style3 .fa-tachometer:before{content:""}html.style3 .fa-comment-o:before{content:""}html.style3 .fa-comments-o:before{content:""}html.style3 .fa-bolt:before,html.style3 .fa-flash:before{content:""}html.style3 .fa-sitemap:before{content:""}html.style3 .fa-umbrella:before{content:""}html.style3 .fa-clipboard:before,html.style3 .fa-paste:before{content:""}html.style3 .fa-lightbulb-o:before{content:""}html.style3 .fa-exchange:before{content:""}html.style3 .fa-cloud-download:before{content:""}html.style3 .fa-cloud-upload:before{content:""}html.style3 .fa-user-md:before{content:""}html.style3 .fa-stethoscope:before{content:""}html.style3 .fa-suitcase:before{content:""}html.style3 .fa-bell-o:before{content:""}html.style3 .fa-coffee:before{content:""}html.style3 .fa-cutlery:before{content:""}html.style3 .fa-file-text-o:before{content:""}html.style3 .fa-building-o:before{content:""}html.style3 .fa-hospital-o:before{content:""}html.style3 .fa-ambulance:before{content:""}html.style3 .fa-medkit:before{content:""}html.style3 .fa-fighter-jet:before{content:""}html.style3 .fa-beer:before{content:""}html.style3 .fa-h-square:before{content:""}html.style3 .fa-plus-square:before{content:""}html.style3 .fa-angle-double-left:before{content:""}html.style3 .fa-angle-double-right:before{content:""}html.style3 .fa-angle-double-up:before{content:""}html.style3 .fa-angle-double-down:before{content:""}html.style3 .fa-angle-left:before{content:""}html.style3 .fa-angle-right:before{content:""}html.style3 .fa-angle-up:before{content:""}html.style3 .fa-angle-down:before{content:""}html.style3 .fa-desktop:before{content:""}html.style3 .fa-laptop:before{content:""}html.style3 .fa-tablet:before{content:""}html.style3 .fa-mobile-phone:before,html.style3 .fa-mobile:before{content:""}html.style3 .fa-circle-o:before{content:""}html.style3 .fa-quote-left:before{content:""}html.style3 .fa-quote-right:before{content:""}html.style3 .fa-spinner:before{content:""}html.style3 .fa-circle:before{content:""}html.style3 .fa-mail-reply:before,html.style3 .fa-reply:before{content:""}html.style3 .fa-github-alt:before{content:""}html.style3 .fa-folder-o:before{content:""}html.style3 .fa-folder-open-o:before{content:""}html.style3 .fa-smile-o:before{content:""}html.style3 .fa-frown-o:before{content:""}html.style3 .fa-meh-o:before{content:""}html.style3 .fa-gamepad:before{content:""}html.style3 .fa-keyboard-o:before{content:""}html.style3 .fa-flag-o:before{content:""}html.style3 .fa-flag-checkered:before{content:""}html.style3 .fa-terminal:before{content:""}html.style3 .fa-code:before{content:""}html.style3 .fa-mail-reply-all:before,html.style3 .fa-reply-all:before{content:""}html.style3 .fa-star-half-empty:before,html.style3 .fa-star-half-full:before,html.style3 .fa-star-half-o:before{content:""}html.style3 .fa-location-arrow:before{content:""}html.style3 .fa-crop:before{content:""}html.style3 .fa-code-fork:before{content:""}html.style3 .fa-chain-broken:before,html.style3 .fa-unlink:before{content:""}html.style3 .fa-question:before{content:""}html.style3 .fa-info:before{content:""}html.style3 .fa-exclamation:before{content:""}html.style3 .fa-superscript:before{content:""}html.style3 .fa-subscript:before{content:""}html.style3 .fa-eraser:before{content:""}html.style3 .fa-puzzle-piece:before{content:""}html.style3 .fa-microphone:before{content:""}html.style3 .fa-microphone-slash:before{content:""}html.style3 .fa-shield:before{content:""}html.style3 .fa-calendar-o:before{content:""}html.style3 .fa-fire-extinguisher:before{content:""}html.style3 .fa-rocket:before{content:""}html.style3 .fa-maxcdn:before{content:""}html.style3 .fa-chevron-circle-left:before{content:""}html.style3 .fa-chevron-circle-right:before{content:""}html.style3 .fa-chevron-circle-up:before{content:""}html.style3 .fa-chevron-circle-down:before{content:""}html.style3 .fa-html5:before{content:""}html.style3 .fa-css3:before{content:""}html.style3 .fa-anchor:before{content:""}html.style3 .fa-unlock-alt:before{content:""}html.style3 .fa-bullseye:before{content:""}html.style3 .fa-ellipsis-h:before{content:""}html.style3 .fa-ellipsis-v:before{content:""}html.style3 .fa-rss-square:before{content:""}html.style3 .fa-play-circle:before{content:""}html.style3 .fa-ticket:before{content:""}html.style3 .fa-minus-square:before{content:""}html.style3 .fa-minus-square-o:before{content:""}html.style3 .fa-level-up:before{content:""}html.style3 .fa-level-down:before{content:""}html.style3 .fa-check-square:before{content:""}html.style3 .fa-pencil-square:before{content:""}html.style3 .fa-external-link-square:before{content:""}html.style3 .fa-share-square:before{content:""}html.style3 .fa-compass:before{content:""}html.style3 .fa-caret-square-o-down:before,html.style3 .fa-toggle-down:before{content:""}html.style3 .fa-caret-square-o-up:before,html.style3 .fa-toggle-up:before{content:""}html.style3 .fa-caret-square-o-right:before,html.style3 .fa-toggle-right:before{content:""}html.style3 .fa-eur:before,html.style3 .fa-euro:before{content:""}html.style3 .fa-gbp:before{content:""}html.style3 .fa-dollar:before,html.style3 .fa-usd:before{content:""}html.style3 .fa-inr:before,html.style3 .fa-rupee:before{content:""}html.style3 .fa-cny:before,html.style3 .fa-jpy:before,html.style3 .fa-rmb:before,html.style3 .fa-yen:before{content:""}html.style3 .fa-rouble:before,html.style3 .fa-rub:before,html.style3 .fa-ruble:before{content:""}html.style3 .fa-krw:before,html.style3 .fa-won:before{content:""}html.style3 .fa-bitcoin:before,html.style3 .fa-btc:before{content:""}html.style3 .fa-file:before{content:""}html.style3 .fa-file-text:before{content:""}html.style3 .fa-sort-alpha-asc:before{content:""}html.style3 .fa-sort-alpha-desc:before{content:""}html.style3 .fa-sort-amount-asc:before{content:""}html.style3 .fa-sort-amount-desc:before{content:""}html.style3 .fa-sort-numeric-asc:before{content:""}html.style3 .fa-sort-numeric-desc:before{content:""}html.style3 .fa-thumbs-up:before{content:""}html.style3 .fa-thumbs-down:before{content:""}html.style3 .fa-youtube-square:before{content:""}html.style3 .fa-youtube:before{content:""}html.style3 .fa-xing:before{content:""}html.style3 .fa-xing-square:before{content:""}html.style3 .fa-youtube-play:before{content:""}html.style3 .fa-dropbox:before{content:""}html.style3 .fa-stack-overflow:before{content:""}html.style3 .fa-instagram:before{content:""}html.style3 .fa-flickr:before{content:""}html.style3 .fa-adn:before{content:""}html.style3 .fa-bitbucket:before{content:""}html.style3 .fa-bitbucket-square:before{content:""}html.style3 .fa-tumblr:before{content:""}html.style3 .fa-tumblr-square:before{content:""}html.style3 .fa-long-arrow-down:before{content:""}html.style3 .fa-long-arrow-up:before{content:""}html.style3 .fa-long-arrow-left:before{content:""}html.style3 .fa-long-arrow-right:before{content:""}html.style3 .fa-apple:before{content:""}html.style3 .fa-windows:before{content:""}html.style3 .fa-android:before{content:""}html.style3 .fa-linux:before{content:""}html.style3 .fa-dribbble:before{content:""}html.style3 .fa-skype:before{content:""}html.style3 .fa-foursquare:before{content:""}html.style3 .fa-trello:before{content:""}html.style3 .fa-female:before{content:""}html.style3 .fa-male:before{content:""}html.style3 .fa-gittip:before,html.style3 .fa-gratipay:before{content:""}html.style3 .fa-sun-o:before{content:""}html.style3 .fa-moon-o:before{content:""}html.style3 .fa-archive:before{content:""}html.style3 .fa-bug:before{content:""}html.style3 .fa-vk:before{content:""}html.style3 .fa-weibo:before{content:""}html.style3 .fa-renren:before{content:""}html.style3 .fa-pagelines:before{content:""}html.style3 .fa-stack-exchange:before{content:""}html.style3 .fa-arrow-circle-o-right:before{content:""}html.style3 .fa-arrow-circle-o-left:before{content:""}html.style3 .fa-caret-square-o-left:before,html.style3 .fa-toggle-left:before{content:""}html.style3 .fa-dot-circle-o:before{content:""}html.style3 .fa-wheelchair:before{content:""}html.style3 .fa-vimeo-square:before{content:""}html.style3 .fa-try:before,html.style3 .fa-turkish-lira:before{content:""}html.style3 .fa-plus-square-o:before{content:""}html.style3 .fa-space-shuttle:before{content:""}html.style3 .fa-slack:before{content:""}html.style3 .fa-envelope-square:before{content:""}html.style3 .fa-wordpress:before{content:""}html.style3 .fa-openid:before{content:""}html.style3 .fa-bank:before,html.style3 .fa-institution:before,html.style3 .fa-university:before{content:""}html.style3 .fa-graduation-cap:before,html.style3 .fa-mortar-board:before{content:""}html.style3 .fa-yahoo:before{content:""}html.style3 .fa-google:before{content:""}html.style3 .fa-reddit:before{content:""}html.style3 .fa-reddit-square:before{content:""}html.style3 .fa-stumbleupon-circle:before{content:""}html.style3 .fa-stumbleupon:before{content:""}html.style3 .fa-delicious:before{content:""}html.style3 .fa-digg:before{content:""}html.style3 .fa-pied-piper-pp:before{content:""}html.style3 .fa-pied-piper-alt:before{content:""}html.style3 .fa-drupal:before{content:""}html.style3 .fa-joomla:before{content:""}html.style3 .fa-language:before{content:""}html.style3 .fa-fax:before{content:""}html.style3 .fa-building:before{content:""}html.style3 .fa-child:before{content:""}html.style3 .fa-paw:before{content:""}html.style3 .fa-spoon:before{content:""}html.style3 .fa-cube:before{content:""}html.style3 .fa-cubes:before{content:""}html.style3 .fa-behance:before{content:""}html.style3 .fa-behance-square:before{content:""}html.style3 .fa-steam:before{content:""}html.style3 .fa-steam-square:before{content:""}html.style3 .fa-recycle:before{content:""}html.style3 .fa-automobile:before,html.style3 .fa-car:before{content:""}html.style3 .fa-cab:before,html.style3 .fa-taxi:before{content:""}html.style3 .fa-tree:before{content:""}html.style3 .fa-spotify:before{content:""}html.style3 .fa-deviantart:before{content:""}html.style3 .fa-soundcloud:before{content:""}html.style3 .fa-database:before{content:""}html.style3 .fa-file-pdf-o:before{content:""}html.style3 .fa-file-word-o:before{content:""}html.style3 .fa-file-excel-o:before{content:""}html.style3 .fa-file-powerpoint-o:before{content:""}html.style3 .fa-file-image-o:before,html.style3 .fa-file-photo-o:before,html.style3 .fa-file-picture-o:before{content:""}html.style3 .fa-file-archive-o:before,html.style3 .fa-file-zip-o:before{content:""}html.style3 .fa-file-audio-o:before,html.style3 .fa-file-sound-o:before{content:""}html.style3 .fa-file-movie-o:before,html.style3 .fa-file-video-o:before{content:""}html.style3 .fa-file-code-o:before{content:""}html.style3 .fa-vine:before{content:""}html.style3 .fa-codepen:before{content:""}html.style3 .fa-jsfiddle:before{content:""}html.style3 .fa-life-bouy:before,html.style3 .fa-life-buoy:before,html.style3 .fa-life-ring:before,html.style3 .fa-life-saver:before,html.style3 .fa-support:before{content:""}html.style3 .fa-circle-o-notch:before{content:""}html.style3 .fa-ra:before,html.style3 .fa-rebel:before,html.style3 .fa-resistance:before{content:""}html.style3 .fa-empire:before,html.style3 .fa-ge:before{content:""}html.style3 .fa-git-square:before{content:""}html.style3 .fa-git:before{content:""}html.style3 .fa-hacker-news:before,html.style3 .fa-y-combinator-square:before,html.style3 .fa-yc-square:before{content:""}html.style3 .fa-tencent-weibo:before{content:""}html.style3 .fa-qq:before{content:""}html.style3 .fa-wechat:before,html.style3 .fa-weixin:before{content:""}html.style3 .fa-paper-plane:before,html.style3 .fa-send:before{content:""}html.style3 .fa-paper-plane-o:before,html.style3 .fa-send-o:before{content:""}html.style3 .fa-history:before{content:""}html.style3 .fa-circle-thin:before{content:""}html.style3 .fa-header:before{content:""}html.style3 .fa-paragraph:before{content:""}html.style3 .fa-sliders:before{content:""}html.style3 .fa-share-alt:before{content:""}html.style3 .fa-share-alt-square:before{content:""}html.style3 .fa-bomb:before{content:""}html.style3 .fa-futbol-o:before,html.style3 .fa-soccer-ball-o:before{content:""}html.style3 .fa-tty:before{content:""}html.style3 .fa-binoculars:before{content:""}html.style3 .fa-plug:before{content:""}html.style3 .fa-slideshare:before{content:""}html.style3 .fa-twitch:before{content:""}html.style3 .fa-yelp:before{content:""}html.style3 .fa-newspaper-o:before{content:""}html.style3 .fa-wifi:before{content:""}html.style3 .fa-calculator:before{content:""}html.style3 .fa-paypal:before{content:""}html.style3 .fa-google-wallet:before{content:""}html.style3 .fa-cc-visa:before{content:""}html.style3 .fa-cc-mastercard:before{content:""}html.style3 .fa-cc-discover:before{content:""}html.style3 .fa-cc-amex:before{content:""}html.style3 .fa-cc-paypal:before{content:""}html.style3 .fa-cc-stripe:before{content:""}html.style3 .fa-bell-slash:before{content:""}html.style3 .fa-bell-slash-o:before{content:""}html.style3 .fa-trash:before{content:""}html.style3 .fa-copyright:before{content:""}html.style3 .fa-at:before{content:""}html.style3 .fa-eyedropper:before{content:""}html.style3 .fa-paint-brush:before{content:""}html.style3 .fa-birthday-cake:before{content:""}html.style3 .fa-area-chart:before{content:""}html.style3 .fa-pie-chart:before{content:""}html.style3 .fa-line-chart:before{content:""}html.style3 .fa-lastfm:before{content:""}html.style3 .fa-lastfm-square:before{content:""}html.style3 .fa-toggle-off:before{content:""}html.style3 .fa-toggle-on:before{content:""}html.style3 .fa-bicycle:before{content:""}html.style3 .fa-bus:before{content:""}html.style3 .fa-ioxhost:before{content:""}html.style3 .fa-angellist:before{content:""}html.style3 .fa-cc:before{content:""}html.style3 .fa-ils:before,html.style3 .fa-shekel:before,html.style3 .fa-sheqel:before{content:""}html.style3 .fa-meanpath:before{content:""}html.style3 .fa-buysellads:before{content:""}html.style3 .fa-connectdevelop:before{content:""}html.style3 .fa-dashcube:before{content:""}html.style3 .fa-forumbee:before{content:""}html.style3 .fa-leanpub:before{content:""}html.style3 .fa-sellsy:before{content:""}html.style3 .fa-shirtsinbulk:before{content:""}html.style3 .fa-simplybuilt:before{content:""}html.style3 .fa-skyatlas:before{content:""}html.style3 .fa-cart-plus:before{content:""}html.style3 .fa-cart-arrow-down:before{content:""}html.style3 .fa-diamond:before{content:""}html.style3 .fa-ship:before{content:""}html.style3 .fa-user-secret:before{content:""}html.style3 .fa-motorcycle:before{content:""}html.style3 .fa-street-view:before{content:""}html.style3 .fa-heartbeat:before{content:""}html.style3 .fa-venus:before{content:""}html.style3 .fa-mars:before{content:""}html.style3 .fa-mercury:before{content:""}html.style3 .fa-intersex:before,html.style3 .fa-transgender:before{content:""}html.style3 .fa-transgender-alt:before{content:""}html.style3 .fa-venus-double:before{content:""}html.style3 .fa-mars-double:before{content:""}html.style3 .fa-venus-mars:before{content:""}html.style3 .fa-mars-stroke:before{content:""}html.style3 .fa-mars-stroke-v:before{content:""}html.style3 .fa-mars-stroke-h:before{content:""}html.style3 .fa-neuter:before{content:""}html.style3 .fa-genderless:before{content:""}html.style3 .fa-facebook-official:before{content:""}html.style3 .fa-pinterest-p:before{content:""}html.style3 .fa-whatsapp:before{content:""}html.style3 .fa-server:before{content:""}html.style3 .fa-user-plus:before{content:""}html.style3 .fa-user-times:before{content:""}html.style3 .fa-bed:before,html.style3 .fa-hotel:before{content:""}html.style3 .fa-viacoin:before{content:""}html.style3 .fa-train:before{content:""}html.style3 .fa-subway:before{content:""}html.style3 .fa-medium:before{content:""}html.style3 .fa-y-combinator:before,html.style3 .fa-yc:before{content:""}html.style3 .fa-optin-monster:before{content:""}html.style3 .fa-opencart:before{content:""}html.style3 .fa-expeditedssl:before{content:""}html.style3 .fa-battery-4:before,html.style3 .fa-battery-full:before,html.style3 .fa-battery:before{content:""}html.style3 .fa-battery-3:before,html.style3 .fa-battery-three-quarters:before{content:""}html.style3 .fa-battery-2:before,html.style3 .fa-battery-half:before{content:""}html.style3 .fa-battery-1:before,html.style3 .fa-battery-quarter:before{content:""}html.style3 .fa-battery-0:before,html.style3 .fa-battery-empty:before{content:""}html.style3 .fa-mouse-pointer:before{content:""}html.style3 .fa-i-cursor:before{content:""}html.style3 .fa-object-group:before{content:""}html.style3 .fa-object-ungroup:before{content:""}html.style3 .fa-sticky-note:before{content:""}html.style3 .fa-sticky-note-o:before{content:""}html.style3 .fa-cc-jcb:before{content:""}html.style3 .fa-cc-diners-club:before{content:""}html.style3 .fa-clone:before{content:""}html.style3 .fa-balance-scale:before{content:""}html.style3 .fa-hourglass-o:before{content:""}html.style3 .fa-hourglass-1:before,html.style3 .fa-hourglass-start:before{content:""}html.style3 .fa-hourglass-2:before,html.style3 .fa-hourglass-half:before{content:""}html.style3 .fa-hourglass-3:before,html.style3 .fa-hourglass-end:before{content:""}html.style3 .fa-hourglass:before{content:""}html.style3 .fa-hand-grab-o:before,html.style3 .fa-hand-rock-o:before{content:""}html.style3 .fa-hand-paper-o:before,html.style3 .fa-hand-stop-o:before{content:""}html.style3 .fa-hand-scissors-o:before{content:""}html.style3 .fa-hand-lizard-o:before{content:""}html.style3 .fa-hand-spock-o:before{content:""}html.style3 .fa-hand-pointer-o:before{content:""}html.style3 .fa-hand-peace-o:before{content:""}html.style3 .fa-trademark:before{content:""}html.style3 .fa-registered:before{content:""}html.style3 .fa-creative-commons:before{content:""}html.style3 .fa-gg:before{content:""}html.style3 .fa-gg-circle:before{content:""}html.style3 .fa-tripadvisor:before{content:""}html.style3 .fa-odnoklassniki:before{content:""}html.style3 .fa-odnoklassniki-square:before{content:""}html.style3 .fa-get-pocket:before{content:""}html.style3 .fa-wikipedia-w:before{content:""}html.style3 .fa-safari:before{content:""}html.style3 .fa-chrome:before{content:""}html.style3 .fa-firefox:before{content:""}html.style3 .fa-opera:before{content:""}html.style3 .fa-internet-explorer:before{content:""}html.style3 .fa-television:before,html.style3 .fa-tv:before{content:""}html.style3 .fa-contao:before{content:""}html.style3 .fa-500px:before{content:""}html.style3 .fa-amazon:before{content:""}html.style3 .fa-calendar-plus-o:before{content:""}html.style3 .fa-calendar-minus-o:before{content:""}html.style3 .fa-calendar-times-o:before{content:""}html.style3 .fa-calendar-check-o:before{content:""}html.style3 .fa-industry:before{content:""}html.style3 .fa-map-pin:before{content:""}html.style3 .fa-map-signs:before{content:""}html.style3 .fa-map-o:before{content:""}html.style3 .fa-map:before{content:""}html.style3 .fa-commenting:before{content:""}html.style3 .fa-commenting-o:before{content:""}html.style3 .fa-houzz:before{content:""}html.style3 .fa-vimeo:before{content:""}html.style3 .fa-black-tie:before{content:""}html.style3 .fa-fonticons:before{content:""}html.style3 .fa-reddit-alien:before{content:""}html.style3 .fa-edge:before{content:""}html.style3 .fa-credit-card-alt:before{content:""}html.style3 .fa-codiepie:before{content:""}html.style3 .fa-modx:before{content:""}html.style3 .fa-fort-awesome:before{content:""}html.style3 .fa-usb:before{content:""}html.style3 .fa-product-hunt:before{content:""}html.style3 .fa-mixcloud:before{content:""}html.style3 .fa-scribd:before{content:""}html.style3 .fa-pause-circle:before{content:""}html.style3 .fa-pause-circle-o:before{content:""}html.style3 .fa-stop-circle:before{content:""}html.style3 .fa-stop-circle-o:before{content:""}html.style3 .fa-shopping-bag:before{content:""}html.style3 .fa-shopping-basket:before{content:""}html.style3 .fa-hashtag:before{content:""}html.style3 .fa-bluetooth:before{content:""}html.style3 .fa-bluetooth-b:before{content:""}html.style3 .fa-percent:before{content:""}html.style3 .fa-gitlab:before{content:""}html.style3 .fa-wpbeginner:before{content:""}html.style3 .fa-wpforms:before{content:""}html.style3 .fa-envira:before{content:""}html.style3 .fa-universal-access:before{content:""}html.style3 .fa-wheelchair-alt:before{content:""}html.style3 .fa-question-circle-o:before{content:""}html.style3 .fa-blind:before{content:""}html.style3 .fa-audio-description:before{content:""}html.style3 .fa-volume-control-phone:before{content:""}html.style3 .fa-braille:before{content:""}html.style3 .fa-assistive-listening-systems:before{content:""}html.style3 .fa-american-sign-language-interpreting:before,html.style3 .fa-asl-interpreting:before{content:""}html.style3 .fa-deaf:before,html.style3 .fa-deafness:before,html.style3 .fa-hard-of-hearing:before{content:""}html.style3 .fa-glide:before{content:""}html.style3 .fa-glide-g:before{content:""}html.style3 .fa-sign-language:before,html.style3 .fa-signing:before{content:""}html.style3 .fa-low-vision:before{content:""}html.style3 .fa-viadeo:before{content:""}html.style3 .fa-viadeo-square:before{content:""}html.style3 .fa-snapchat:before{content:""}html.style3 .fa-snapchat-ghost:before{content:""}html.style3 .fa-snapchat-square:before{content:""}html.style3 .fa-pied-piper:before{content:""}html.style3 .fa-first-order:before{content:""}html.style3 .fa-yoast:before{content:""}html.style3 .fa-themeisle:before{content:""}html.style3 .fa-google-plus-circle:before,html.style3 .fa-google-plus-official:before{content:""}html.style3 .fa-fa:before,html.style3 .fa-font-awesome:before{content:""}html.style3 .fa-handshake-o:before{content:""}html.style3 .fa-envelope-open:before{content:""}html.style3 .fa-envelope-open-o:before{content:""}html.style3 .fa-linode:before{content:""}html.style3 .fa-address-book:before{content:""}html.style3 .fa-address-book-o:before{content:""}html.style3 .fa-address-card:before,html.style3 .fa-vcard:before{content:""}html.style3 .fa-address-card-o:before,html.style3 .fa-vcard-o:before{content:""}html.style3 .fa-user-circle:before{content:""}html.style3 .fa-user-circle-o:before{content:""}html.style3 .fa-user-o:before{content:""}html.style3 .fa-id-badge:before{content:""}html.style3 .fa-drivers-license:before,html.style3 .fa-id-card:before{content:""}html.style3 .fa-drivers-license-o:before,html.style3 .fa-id-card-o:before{content:""}html.style3 .fa-quora:before{content:""}html.style3 .fa-free-code-camp:before{content:""}html.style3 .fa-telegram:before{content:""}html.style3 .fa-thermometer-4:before,html.style3 .fa-thermometer-full:before,html.style3 .fa-thermometer:before{content:""}html.style3 .fa-thermometer-3:before,html.style3 .fa-thermometer-three-quarters:before{content:""}html.style3 .fa-thermometer-2:before,html.style3 .fa-thermometer-half:before{content:""}html.style3 .fa-thermometer-1:before,html.style3 .fa-thermometer-quarter:before{content:""}html.style3 .fa-thermometer-0:before,html.style3 .fa-thermometer-empty:before{content:""}html.style3 .fa-shower:before{content:""}html.style3 .fa-bath:before,html.style3 .fa-bathtub:before,html.style3 .fa-s15:before{content:""}html.style3 .fa-podcast:before{content:""}html.style3 .fa-window-maximize:before{content:""}html.style3 .fa-window-minimize:before{content:""}html.style3 .fa-window-restore:before{content:""}html.style3 .fa-times-rectangle:before,html.style3 .fa-window-close:before{content:""}html.style3 .fa-times-rectangle-o:before,html.style3 .fa-window-close-o:before{content:""}html.style3 .fa-bandcamp:before{content:""}html.style3 .fa-grav:before{content:""}html.style3 .fa-etsy:before{content:""}html.style3 .fa-imdb:before{content:""}html.style3 .fa-ravelry:before{content:""}html.style3 .fa-eercast:before{content:""}html.style3 .fa-microchip:before{content:""}html.style3 .fa-snowflake-o:before{content:""}html.style3 .fa-superpowers:before{content:""}html.style3 .fa-wpexplorer:before{content:""}html.style3 .fa-meetup:before{content:""}html.style3 .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}html.style3 .sr-only-focusable:active,html.style3 .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html.style3 [class*=" icon-"],html.style3 [class^=icon-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;*margin-right:.3em}html.style3 [class*=" icon-"]:before,html.style3 [class^=icon-]:before{text-decoration:inherit;display:inline-block;speak:none}html.style3 .icon-large:before{vertical-align:-10%;font-size:1.3333333333em}html.style3 a [class*=" icon-"],html.style3 a [class^=icon-]{display:inline}html.style3 [class*=" icon-"].icon-fixed-width,html.style3 [class^=icon-].icon-fixed-width{display:inline-block;width:1.1428571429em;text-align:right;padding-right:.2857142857em}html.style3 [class*=" icon-"].icon-fixed-width.icon-large,html.style3 [class^=icon-].icon-fixed-width.icon-large{width:1.4285714286em}html.style3 .icons-ul{margin-left:2.1428571429em;list-style-type:none}html.style3 .icons-ul>li{position:relative}html.style3 .icons-ul .icon-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;text-align:center;line-height:inherit}html.style3 [class*=" icon-"].hide,html.style3 [class^=icon-].hide{display:none}html.style3 .icon-muted{color:#eee}html.style3 .icon-light{color:#fff}html.style3 .icon-dark{color:#333}html.style3 .icon-border{border:1px solid #eee;padding:.2em .25em .15em;border-radius:3px}html.style3 .icon-2x{font-size:2em}html.style3 .icon-2x.icon-border{border-width:2px;border-radius:4px}html.style3 .icon-3x{font-size:3em}html.style3 .icon-3x.icon-border{border-width:3px;border-radius:5px}html.style3 .icon-4x{font-size:4em}html.style3 .icon-4x.icon-border{border-width:4px;border-radius:6px}html.style3 .icon-5x{font-size:5em}html.style3 .icon-5x.icon-border{border-width:5px;border-radius:7px}html.style3 .pull-right{float:right}html.style3 .pull-left{float:left}html.style3 [class*=" icon-"].pull-left,html.style3 [class^=icon-].pull-left{margin-right:.3em}html.style3 [class*=" icon-"].pull-right,html.style3 [class^=icon-].pull-right{margin-left:.3em}html.style3 .icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}html.style3 .icon-stack [class*=" icon-"],html.style3 .icon-stack [class^=icon-]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}html.style3 .icon-stack .icon-stack-base{font-size:2em;*line-height:1em}html.style3 .icon-spin{display:inline-block;animation:spin 2s linear infinite}html.style3 a .icon-spin,html.style3 a .icon-stack{display:inline-block;text-decoration:none}html.style3 .icon-rotate-90:before{transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}html.style3 .icon-rotate-180:before{transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}html.style3 .icon-rotate-270:before{transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}html.style3 .icon-flip-horizontal:before{transform:scaleX(-1)}html.style3 .icon-flip-vertical:before{transform:scaleY(-1)}html.style3 a .icon-flip-horizontal:before,html.style3 a .icon-flip-vertical:before,html.style3 a .icon-rotate-180:before,html.style3 a .icon-rotate-270:before,html.style3 a .icon-rotate-90:before{display:inline-block}html.style3 .icon-wand:before{content:""}html.style3 .icon-volume:before{content:""}html.style3 .icon-user:before{content:""}html.style3 .icon-unlock:before{content:""}html.style3 .icon-unlink:before{content:""}html.style3 .icon-trash:before{content:""}html.style3 .icon-thought:before{content:""}html.style3 .icon-target:before{content:""}html.style3 .icon-tag:before{content:""}html.style3 .icon-tablet:before{content:""}html.style3 .icon-star:before{content:""}html.style3 .icon-spray:before{content:""}html.style3 .icon-signal:before{content:""}html.style3 .icon-shopping-cart:before{content:""}html.style3 .icon-shopping-cart-full:before{content:""}html.style3 .icon-settings:before{content:""}html.style3 .icon-search:before{content:""}html.style3 .icon-zoom-in:before{content:""}html.style3 .icon-zoom-out:before{content:""}html.style3 .icon-cut:before{content:""}html.style3 .icon-ruler:before{content:""}html.style3 .icon-ruler-pencil:before{content:""}html.style3 .icon-ruler-alt:before{content:""}html.style3 .icon-bookmark:before{content:""}html.style3 .icon-bookmark-alt:before{content:""}html.style3 .icon-reload:before{content:""}html.style3 .icon-plus:before{content:""}html.style3 .icon-pin:before{content:""}html.style3 .icon-pencil:before{content:""}html.style3 .icon-pencil-alt:before{content:""}html.style3 .icon-paint-roller:before{content:""}html.style3 .icon-paint-bucket:before{content:""}html.style3 .icon-na:before{content:""}html.style3 .icon-mobile:before{content:""}html.style3 .icon-minus:before{content:""}html.style3 .icon-medall:before{content:""}html.style3 .icon-medall-alt:before{content:""}html.style3 .icon-marker:before{content:""}html.style3 .icon-marker-alt:before{content:""}html.style3 .icon-arrow-up:before{content:""}html.style3 .icon-arrow-right:before{content:""}html.style3 .icon-arrow-left:before{content:""}html.style3 .icon-arrow-down:before{content:""}html.style3 .icon-lock:before{content:""}html.style3 .icon-location-arrow:before{content:""}html.style3 .icon-link:before{content:""}html.style3 .icon-layout:before{content:""}html.style3 .icon-layers:before{content:""}html.style3 .icon-layers-alt:before{content:""}html.style3 .icon-key:before{content:""}html.style3 .icon-import:before{content:""}html.style3 .icon-image:before{content:""}html.style3 .icon-heart:before{content:""}html.style3 .icon-heart-broken:before{content:""}html.style3 .icon-hand-stop:before{content:""}html.style3 .icon-hand-open:before{content:""}html.style3 .icon-hand-drag:before{content:""}html.style3 .icon-folder:before{content:""}html.style3 .icon-flag:before{content:""}html.style3 .icon-flag-alt:before{content:""}html.style3 .icon-flag-alt-2:before{content:""}html.style3 .icon-eye:before{content:""}html.style3 .icon-export:before{content:""}html.style3 .icon-exchange-vertical:before{content:""}html.style3 .icon-desktop:before{content:""}html.style3 .icon-cup:before{content:""}html.style3 .icon-crown:before{content:""}html.style3 .icon-comments:before{content:""}html.style3 .icon-comment:before{content:""}html.style3 .icon-comment-alt:before{content:""}html.style3 .icon-close:before{content:""}html.style3 .icon-clip:before{content:""}html.style3 .icon-angle-up:before{content:""}html.style3 .icon-angle-right:before{content:""}html.style3 .icon-angle-left:before{content:""}html.style3 .icon-angle-down:before{content:""}html.style3 .icon-check:before{content:""}html.style3 .icon-check-box:before{content:""}html.style3 .icon-camera:before{content:""}html.style3 .icon-announcement:before{content:""}html.style3 .icon-brush:before{content:""}html.style3 .icon-briefcase:before{content:""}html.style3 .icon-bolt:before{content:""}html.style3 .icon-bolt-alt:before{content:""}html.style3 .icon-blackboard:before{content:""}html.style3 .icon-bag:before{content:""}html.style3 .icon-move:before{content:""}html.style3 .icon-arrows-vertical:before{content:""}html.style3 .icon-arrows-horizontal:before{content:""}html.style3 .icon-fullscreen:before{content:""}html.style3 .icon-arrow-top-right:before{content:""}html.style3 .icon-arrow-top-left:before{content:""}html.style3 .icon-arrow-circle-up:before{content:""}html.style3 .icon-arrow-circle-right:before{content:""}html.style3 .icon-arrow-circle-left:before{content:""}html.style3 .icon-arrow-circle-down:before{content:""}html.style3 .icon-angle-double-up:before{content:""}html.style3 .icon-angle-double-right:before{content:""}html.style3 .icon-angle-double-left:before{content:""}html.style3 .icon-angle-double-down:before{content:""}html.style3 .icon-zip:before{content:""}html.style3 .icon-world:before{content:""}html.style3 .icon-wheelchair:before{content:""}html.style3 .icon-view-list:before{content:""}html.style3 .icon-view-list-alt:before{content:""}html.style3 .icon-view-grid:before{content:""}html.style3 .icon-uppercase:before{content:""}html.style3 .icon-upload:before{content:""}html.style3 .icon-underline:before{content:""}html.style3 .icon-truck:before{content:""}html.style3 .icon-timer:before{content:""}html.style3 .icon-ticket:before{content:""}html.style3 .icon-thumb-up:before{content:""}html.style3 .icon-thumb-down:before{content:""}html.style3 .icon-text:before{content:""}html.style3 .icon-stats-up:before{content:""}html.style3 .icon-stats-down:before{content:""}html.style3 .icon-split-v:before{content:""}html.style3 .icon-split-h:before{content:""}html.style3 .icon-smallcap:before{content:""}html.style3 .icon-shine:before{content:""}html.style3 .icon-shift-right:before{content:""}html.style3 .icon-shift-left:before{content:""}html.style3 .icon-shield:before{content:""}html.style3 .icon-notepad:before{content:""}html.style3 .icon-server:before{content:""}html.style3 .icon-quote-right:before{content:""}html.style3 .icon-quote-left:before{content:""}html.style3 .icon-pulse:before{content:""}html.style3 .icon-printer:before{content:""}html.style3 .icon-power-off:before{content:""}html.style3 .icon-plug:before{content:""}html.style3 .icon-pie-chart:before{content:""}html.style3 .icon-paragraph:before{content:""}html.style3 .icon-panel:before{content:""}html.style3 .icon-package:before{content:""}html.style3 .icon-music:before{content:""}html.style3 .icon-music-alt:before{content:""}html.style3 .icon-mouse:before{content:""}html.style3 .icon-mouse-alt:before{content:""}html.style3 .icon-money:before{content:""}html.style3 .icon-microphone:before{content:""}html.style3 .icon-menu:before{content:""}html.style3 .icon-menu-alt:before{content:""}html.style3 .icon-map:before{content:""}html.style3 .icon-map-alt:before{content:""}html.style3 .icon-loop:before{content:""}html.style3 .icon-location-pin:before{content:""}html.style3 .icon-list:before{content:""}html.style3 .icon-light-bulb:before{content:""}html.style3 .icon-Italic:before{content:""}html.style3 .icon-info:before{content:""}html.style3 .icon-infinite:before{content:""}html.style3 .icon-id-badge:before{content:""}html.style3 .icon-hummer:before{content:""}html.style3 .icon-home:before{content:""}html.style3 .icon-help:before{content:""}html.style3 .icon-headphone:before{content:""}html.style3 .icon-harddrives:before{content:""}html.style3 .icon-harddrive:before{content:""}html.style3 .icon-gift:before{content:""}html.style3 .icon-game:before{content:""}html.style3 .icon-filter:before{content:""}html.style3 .icon-files:before{content:""}html.style3 .icon-file:before{content:""}html.style3 .icon-eraser:before{content:""}html.style3 .icon-envelope:before{content:""}html.style3 .icon-download:before{content:""}html.style3 .icon-direction:before{content:""}html.style3 .icon-direction-alt:before{content:""}html.style3 .icon-dashboard:before{content:""}html.style3 .icon-control-stop:before{content:""}html.style3 .icon-control-shuffle:before{content:""}html.style3 .icon-control-play:before{content:""}html.style3 .icon-control-pause:before{content:""}html.style3 .icon-control-forward:before{content:""}html.style3 .icon-control-backward:before{content:""}html.style3 .icon-cloud:before{content:""}html.style3 .icon-cloud-up:before{content:""}html.style3 .icon-cloud-down:before{content:""}html.style3 .icon-clipboard:before{content:""}html.style3 .icon-car:before{content:""}html.style3 .icon-calendar:before{content:""}html.style3 .icon-book:before{content:""}html.style3 .icon-bell:before{content:""}html.style3 .icon-basketball:before{content:""}html.style3 .icon-bar-chart:before{content:""}html.style3 .icon-bar-chart-alt:before{content:""}html.style3 .icon-back-right:before{content:""}html.style3 .icon-back-left:before{content:""}html.style3 .icon-arrows-corner:before{content:""}html.style3 .icon-archive:before{content:""}html.style3 .icon-anchor:before{content:""}html.style3 .icon-align-right:before{content:""}html.style3 .icon-align-left:before{content:""}html.style3 .icon-align-justify:before{content:""}html.style3 .icon-align-center:before{content:""}html.style3 .icon-alert:before{content:""}html.style3 .icon-alarm-clock:before{content:""}html.style3 .icon-agenda:before{content:""}html.style3 .icon-write:before{content:""}html.style3 .icon-window:before{content:""}html.style3 .icon-widgetized:before{content:""}html.style3 .icon-widget:before{content:""}html.style3 .icon-widget-alt:before{content:""}html.style3 .icon-wallet:before{content:""}html.style3 .icon-video-clapper:before{content:""}html.style3 .icon-video-camera:before{content:""}html.style3 .icon-vector:before{content:""}html.style3 .icon-themify-logo:before{content:""}html.style3 .icon-themify-favicon:before{content:""}html.style3 .icon-themify-favicon-alt:before{content:""}html.style3 .icon-support:before{content:""}html.style3 .icon-stamp:before{content:""}html.style3 .icon-split-v-alt:before{content:""}html.style3 .icon-slice:before{content:""}html.style3 .icon-shortcode:before{content:""}html.style3 .icon-shift-right-alt:before{content:""}html.style3 .icon-shift-left-alt:before{content:""}html.style3 .icon-ruler-alt-2:before{content:""}html.style3 .icon-receipt:before{content:""}html.style3 .icon-pin2:before{content:""}html.style3 .icon-pin-alt:before{content:""}html.style3 .icon-pencil-alt2:before{content:""}html.style3 .icon-palette:before{content:""}html.style3 .icon-more:before{content:""}html.style3 .icon-more-alt:before{content:""}html.style3 .icon-microphone-alt:before{content:""}html.style3 .icon-magnet:before{content:""}html.style3 .icon-line-double:before{content:""}html.style3 .icon-line-dotted:before{content:""}html.style3 .icon-line-dashed:before{content:""}html.style3 .icon-layout-width-full:before{content:""}html.style3 .icon-layout-width-default:before{content:""}html.style3 .icon-layout-width-default-alt:before{content:""}html.style3 .icon-layout-tab:before{content:""}html.style3 .icon-layout-tab-window:before{content:""}html.style3 .icon-layout-tab-v:before{content:""}html.style3 .icon-layout-tab-min:before{content:""}html.style3 .icon-layout-slider:before{content:""}html.style3 .icon-layout-slider-alt:before{content:""}html.style3 .icon-layout-sidebar-right:before{content:""}html.style3 .icon-layout-sidebar-none:before{content:""}html.style3 .icon-layout-sidebar-left:before{content:""}html.style3 .icon-layout-placeholder:before{content:""}html.style3 .icon-layout-menu:before{content:""}html.style3 .icon-layout-menu-v:before{content:""}html.style3 .icon-layout-menu-separated:before{content:""}html.style3 .icon-layout-menu-full:before{content:""}html.style3 .icon-layout-media-right-alt:before{content:""}html.style3 .icon-layout-media-right:before{content:""}html.style3 .icon-layout-media-overlay:before{content:""}html.style3 .icon-layout-media-overlay-alt:before{content:""}html.style3 .icon-layout-media-overlay-alt-2:before{content:""}html.style3 .icon-layout-media-left-alt:before{content:""}html.style3 .icon-layout-media-left:before{content:""}html.style3 .icon-layout-media-center-alt:before{content:""}html.style3 .icon-layout-media-center:before{content:""}html.style3 .icon-layout-list-thumb:before{content:""}html.style3 .icon-layout-list-thumb-alt:before{content:""}html.style3 .icon-layout-list-post:before{content:""}html.style3 .icon-layout-list-large-image:before{content:""}html.style3 .icon-layout-line-solid:before{content:""}html.style3 .icon-layout-grid4:before{content:""}html.style3 .icon-layout-grid3:before{content:""}html.style3 .icon-layout-grid2:before{content:""}html.style3 .icon-layout-grid2-thumb:before{content:""}html.style3 .icon-layout-cta-right:before{content:""}html.style3 .icon-layout-cta-left:before{content:""}html.style3 .icon-layout-cta-center:before{content:""}html.style3 .icon-layout-cta-btn-right:before{content:""}html.style3 .icon-layout-cta-btn-left:before{content:""}html.style3 .icon-layout-column4:before{content:""}html.style3 .icon-layout-column3:before{content:""}html.style3 .icon-layout-column2:before{content:""}html.style3 .icon-layout-accordion-separated:before{content:""}html.style3 .icon-layout-accordion-merged:before{content:""}html.style3 .icon-layout-accordion-list:before{content:""}html.style3 .icon-ink-pen:before{content:""}html.style3 .icon-info-alt:before{content:""}html.style3 .icon-help-alt:before{content:""}html.style3 .icon-headphone-alt:before{content:""}html.style3 .icon-hand-point-up:before{content:""}html.style3 .icon-hand-point-right:before{content:""}html.style3 .icon-hand-point-left:before{content:""}html.style3 .icon-hand-point-down:before{content:""}html.style3 .icon-gallery:before{content:""}html.style3 .icon-face-smile:before{content:""}html.style3 .icon-face-sad:before{content:""}html.style3 .icon-credit-card:before{content:""}html.style3 .icon-control-skip-forward:before{content:""}html.style3 .icon-control-skip-backward:before{content:""}html.style3 .icon-control-record:before{content:""}html.style3 .icon-control-eject:before{content:""}html.style3 .icon-comments-smiley:before{content:""}html.style3 .icon-brush-alt:before{content:""}html.style3 .icon-youtube:before{content:""}html.style3 .icon-vimeo:before{content:""}html.style3 .icon-twitter:before{content:""}html.style3 .icon-time:before{content:""}html.style3 .icon-tumblr:before{content:""}html.style3 .icon-skype:before{content:""}html.style3 .icon-share:before{content:""}html.style3 .icon-share-alt:before{content:""}html.style3 .icon-rocket:before{content:""}html.style3 .icon-pinterest:before{content:""}html.style3 .icon-new-window:before{content:""}html.style3 .icon-microsoft:before{content:""}html.style3 .icon-list-ol:before{content:""}html.style3 .icon-linkedin:before{content:""}html.style3 .icon-layout-sidebar-2:before{content:""}html.style3 .icon-layout-grid4-alt:before{content:""}html.style3 .icon-layout-grid3-alt:before{content:""}html.style3 .icon-layout-grid2-alt:before{content:""}html.style3 .icon-layout-column4-alt:before{content:""}html.style3 .icon-layout-column3-alt:before{content:""}html.style3 .icon-layout-column2-alt:before{content:""}html.style3 .icon-instagram:before{content:""}html.style3 .icon-google:before{content:""}html.style3 .icon-github:before{content:""}html.style3 .icon-flickr:before{content:""}html.style3 .icon-facebook:before{content:""}html.style3 .icon-dropbox:before{content:""}html.style3 .icon-dribbble:before{content:""}html.style3 .icon-apple:before{content:""}html.style3 .icon-android:before{content:""}html.style3 .icon-save:before{content:""}html.style3 .icon-save-alt:before{content:""}html.style3 .icon-yahoo:before{content:""}html.style3 .icon-wordpress:before{content:""}html.style3 .icon-vimeo-alt:before{content:""}html.style3 .icon-twitter-alt:before{content:""}html.style3 .icon-tumblr-alt:before{content:""}html.style3 .icon-trello:before{content:""}html.style3 .icon-stack-overflow:before{content:""}html.style3 .icon-soundcloud:before{content:""}html.style3 .icon-sharethis:before{content:""}html.style3 .icon-sharethis-alt:before{content:""}html.style3 .icon-reddit:before{content:""}html.style3 .icon-pinterest-alt:before{content:""}html.style3 .icon-microsoft-alt:before{content:""}html.style3 .icon-linux:before{content:""}html.style3 .icon-jsfiddle:before{content:""}html.style3 .icon-joomla:before{content:""}html.style3 .icon-html5:before{content:""}html.style3 .icon-flickr-alt:before{content:""}html.style3 .icon-email:before{content:""}html.style3 .icon-drupal:before{content:""}html.style3 .icon-dropbox-alt:before{content:""}html.style3 .icon-css3:before{content:""}html.style3 .icon-rss:before{content:""}html.style3 .icon-rss-alt:before{content:""}html.style3 [class*=" ti-"],html.style3 [class^=ti-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style3 .ti-wand:before{content:""}html.style3 .ti-volume:before{content:""}html.style3 .ti-user:before{content:""}html.style3 .ti-unlock:before{content:""}html.style3 .ti-unlink:before{content:""}html.style3 .ti-trash:before{content:""}html.style3 .ti-thought:before{content:""}html.style3 .ti-target:before{content:""}html.style3 .ti-tag:before{content:""}html.style3 .ti-tablet:before{content:""}html.style3 .ti-star:before{content:""}html.style3 .ti-spray:before{content:""}html.style3 .ti-signal:before{content:""}html.style3 .ti-shopping-cart:before{content:""}html.style3 .ti-shopping-cart-full:before{content:""}html.style3 .ti-settings:before{content:""}html.style3 .ti-search:before{content:""}html.style3 .ti-zoom-in:before{content:""}html.style3 .ti-zoom-out:before{content:""}html.style3 .ti-cut:before{content:""}html.style3 .ti-ruler:before{content:""}html.style3 .ti-ruler-pencil:before{content:""}html.style3 .ti-ruler-alt:before{content:""}html.style3 .ti-bookmark:before{content:""}html.style3 .ti-bookmark-alt:before{content:""}html.style3 .ti-reload:before{content:""}html.style3 .ti-plus:before{content:""}html.style3 .ti-pin:before{content:""}html.style3 .ti-pencil:before{content:""}html.style3 .ti-pencil-alt:before{content:""}html.style3 .ti-paint-roller:before{content:""}html.style3 .ti-paint-bucket:before{content:""}html.style3 .ti-na:before{content:""}html.style3 .ti-mobile:before{content:""}html.style3 .ti-minus:before{content:""}html.style3 .ti-medall:before{content:""}html.style3 .ti-medall-alt:before{content:""}html.style3 .ti-marker:before{content:""}html.style3 .ti-marker-alt:before{content:""}html.style3 .ti-arrow-up:before{content:""}html.style3 .ti-arrow-right:before{content:""}html.style3 .ti-arrow-left:before{content:""}html.style3 .ti-arrow-down:before{content:""}html.style3 .ti-lock:before{content:""}html.style3 .ti-location-arrow:before{content:""}html.style3 .ti-link:before{content:""}html.style3 .ti-layout:before{content:""}html.style3 .ti-layers:before{content:""}html.style3 .ti-layers-alt:before{content:""}html.style3 .ti-key:before{content:""}html.style3 .ti-import:before{content:""}html.style3 .ti-image:before{content:""}html.style3 .ti-heart:before{content:""}html.style3 .ti-heart-broken:before{content:""}html.style3 .ti-hand-stop:before{content:""}html.style3 .ti-hand-open:before{content:""}html.style3 .ti-hand-drag:before{content:""}html.style3 .ti-folder:before{content:""}html.style3 .ti-flag:before{content:""}html.style3 .ti-flag-alt:before{content:""}html.style3 .ti-flag-alt-2:before{content:""}html.style3 .ti-eye:before{content:""}html.style3 .ti-export:before{content:""}html.style3 .ti-exchange-vertical:before{content:""}html.style3 .ti-desktop:before{content:""}html.style3 .ti-cup:before{content:""}html.style3 .ti-crown:before{content:""}html.style3 .ti-comments:before{content:""}html.style3 .ti-comment:before{content:""}html.style3 .ti-comment-alt:before{content:""}html.style3 .ti-close:before{content:""}html.style3 .ti-clip:before{content:""}html.style3 .ti-angle-up:before{content:""}html.style3 .ti-angle-right:before{content:""}html.style3 .ti-angle-left:before{content:""}html.style3 .ti-angle-down:before{content:""}html.style3 .ti-check:before{content:""}html.style3 .ti-check-box:before{content:""}html.style3 .ti-camera:before{content:""}html.style3 .ti-announcement:before{content:""}html.style3 .ti-brush:before{content:""}html.style3 .ti-briefcase:before{content:""}html.style3 .ti-bolt:before{content:""}html.style3 .ti-bolt-alt:before{content:""}html.style3 .ti-blackboard:before{content:""}html.style3 .ti-bag:before{content:""}html.style3 .ti-move:before{content:""}html.style3 .ti-arrows-vertical:before{content:""}html.style3 .ti-arrows-horizontal:before{content:""}html.style3 .ti-fullscreen:before{content:""}html.style3 .ti-arrow-top-right:before{content:""}html.style3 .ti-arrow-top-left:before{content:""}html.style3 .ti-arrow-circle-up:before{content:""}html.style3 .ti-arrow-circle-right:before{content:""}html.style3 .ti-arrow-circle-left:before{content:""}html.style3 .ti-arrow-circle-down:before{content:""}html.style3 .ti-angle-double-up:before{content:""}html.style3 .ti-angle-double-right:before{content:""}html.style3 .ti-angle-double-left:before{content:""}html.style3 .ti-angle-double-down:before{content:""}html.style3 .ti-zip:before{content:""}html.style3 .ti-world:before{content:""}html.style3 .ti-wheelchair:before{content:""}html.style3 .ti-view-list:before{content:""}html.style3 .ti-view-list-alt:before{content:""}html.style3 .ti-view-grid:before{content:""}html.style3 .ti-uppercase:before{content:""}html.style3 .ti-upload:before{content:""}html.style3 .ti-underline:before{content:""}html.style3 .ti-truck:before{content:""}html.style3 .ti-timer:before{content:""}html.style3 .ti-ticket:before{content:""}html.style3 .ti-thumb-up:before{content:""}html.style3 .ti-thumb-down:before{content:""}html.style3 .ti-text:before{content:""}html.style3 .ti-stats-up:before{content:""}html.style3 .ti-stats-down:before{content:""}html.style3 .ti-split-v:before{content:""}html.style3 .ti-split-h:before{content:""}html.style3 .ti-smallcap:before{content:""}html.style3 .ti-shine:before{content:""}html.style3 .ti-shift-right:before{content:""}html.style3 .ti-shift-left:before{content:""}html.style3 .ti-shield:before{content:""}html.style3 .ti-notepad:before{content:""}html.style3 .ti-server:before{content:""}html.style3 .ti-quote-right:before{content:""}html.style3 .ti-quote-left:before{content:""}html.style3 .ti-pulse:before{content:""}html.style3 .ti-printer:before{content:""}html.style3 .ti-power-off:before{content:""}html.style3 .ti-plug:before{content:""}html.style3 .ti-pie-chart:before{content:""}html.style3 .ti-paragraph:before{content:""}html.style3 .ti-panel:before{content:""}html.style3 .ti-package:before{content:""}html.style3 .ti-music:before{content:""}html.style3 .ti-music-alt:before{content:""}html.style3 .ti-mouse:before{content:""}html.style3 .ti-mouse-alt:before{content:""}html.style3 .ti-money:before{content:""}html.style3 .ti-microphone:before{content:""}html.style3 .ti-menu:before{content:""}html.style3 .ti-menu-alt:before{content:""}html.style3 .ti-map:before{content:""}html.style3 .ti-map-alt:before{content:""}html.style3 .ti-loop:before{content:""}html.style3 .ti-location-pin:before{content:""}html.style3 .ti-list:before{content:""}html.style3 .ti-light-bulb:before{content:""}html.style3 .ti-Italic:before{content:""}html.style3 .ti-info:before{content:""}html.style3 .ti-infinite:before{content:""}html.style3 .ti-id-badge:before{content:""}html.style3 .ti-hummer:before{content:""}html.style3 .ti-home:before{content:""}html.style3 .ti-help:before{content:""}html.style3 .ti-headphone:before{content:""}html.style3 .ti-harddrives:before{content:""}html.style3 .ti-harddrive:before{content:""}html.style3 .ti-gift:before{content:""}html.style3 .ti-game:before{content:""}html.style3 .ti-filter:before{content:""}html.style3 .ti-files:before{content:""}html.style3 .ti-file:before{content:""}html.style3 .ti-eraser:before{content:""}html.style3 .ti-envelope:before{content:""}html.style3 .ti-download:before{content:""}html.style3 .ti-direction:before{content:""}html.style3 .ti-direction-alt:before{content:""}html.style3 .ti-dashboard:before{content:""}html.style3 .ti-control-stop:before{content:""}html.style3 .ti-control-shuffle:before{content:""}html.style3 .ti-control-play:before{content:""}html.style3 .ti-control-pause:before{content:""}html.style3 .ti-control-forward:before{content:""}html.style3 .ti-control-backward:before{content:""}html.style3 .ti-cloud:before{content:""}html.style3 .ti-cloud-up:before{content:""}html.style3 .ti-cloud-down:before{content:""}html.style3 .ti-clipboard:before{content:""}html.style3 .ti-car:before{content:""}html.style3 .ti-calendar:before{content:""}html.style3 .ti-book:before{content:""}html.style3 .ti-bell:before{content:""}html.style3 .ti-basketball:before{content:""}html.style3 .ti-bar-chart:before{content:""}html.style3 .ti-bar-chart-alt:before{content:""}html.style3 .ti-back-right:before{content:""}html.style3 .ti-back-left:before{content:""}html.style3 .ti-arrows-corner:before{content:""}html.style3 .ti-archive:before{content:""}html.style3 .ti-anchor:before{content:""}html.style3 .ti-align-right:before{content:""}html.style3 .ti-align-left:before{content:""}html.style3 .ti-align-justify:before{content:""}html.style3 .ti-align-center:before{content:""}html.style3 .ti-alert:before{content:""}html.style3 .ti-alarm-clock:before{content:""}html.style3 .ti-agenda:before{content:""}html.style3 .ti-write:before{content:""}html.style3 .ti-window:before{content:""}html.style3 .ti-widgetized:before{content:""}html.style3 .ti-widget:before{content:""}html.style3 .ti-widget-alt:before{content:""}html.style3 .ti-wallet:before{content:""}html.style3 .ti-video-clapper:before{content:""}html.style3 .ti-video-camera:before{content:""}html.style3 .ti-vector:before{content:""}html.style3 .ti-themify-logo:before{content:""}html.style3 .ti-themify-favicon:before{content:""}html.style3 .ti-themify-favicon-alt:before{content:""}html.style3 .ti-support:before{content:""}html.style3 .ti-stamp:before{content:""}html.style3 .ti-split-v-alt:before{content:""}html.style3 .ti-slice:before{content:""}html.style3 .ti-shortcode:before{content:""}html.style3 .ti-shift-right-alt:before{content:""}html.style3 .ti-shift-left-alt:before{content:""}html.style3 .ti-ruler-alt-2:before{content:""}html.style3 .ti-receipt:before{content:""}html.style3 .ti-pin2:before{content:""}html.style3 .ti-pin-alt:before{content:""}html.style3 .ti-pencil-alt2:before{content:""}html.style3 .ti-palette:before{content:""}html.style3 .ti-more:before{content:""}html.style3 .ti-more-alt:before{content:""}html.style3 .ti-microphone-alt:before{content:""}html.style3 .ti-magnet:before{content:""}html.style3 .ti-line-double:before{content:""}html.style3 .ti-line-dotted:before{content:""}html.style3 .ti-line-dashed:before{content:""}html.style3 .ti-layout-width-full:before{content:""}html.style3 .ti-layout-width-default:before{content:""}html.style3 .ti-layout-width-default-alt:before{content:""}html.style3 .ti-layout-tab:before{content:""}html.style3 .ti-layout-tab-window:before{content:""}html.style3 .ti-layout-tab-v:before{content:""}html.style3 .ti-layout-tab-min:before{content:""}html.style3 .ti-layout-slider:before{content:""}html.style3 .ti-layout-slider-alt:before{content:""}html.style3 .ti-layout-sidebar-right:before{content:""}html.style3 .ti-layout-sidebar-none:before{content:""}html.style3 .ti-layout-sidebar-left:before{content:""}html.style3 .ti-layout-placeholder:before{content:""}html.style3 .ti-layout-menu:before{content:""}html.style3 .ti-layout-menu-v:before{content:""}html.style3 .ti-layout-menu-separated:before{content:""}html.style3 .ti-layout-menu-full:before{content:""}html.style3 .ti-layout-media-right-alt:before{content:""}html.style3 .ti-layout-media-right:before{content:""}html.style3 .ti-layout-media-overlay:before{content:""}html.style3 .ti-layout-media-overlay-alt:before{content:""}html.style3 .ti-layout-media-overlay-alt-2:before{content:""}html.style3 .ti-layout-media-left-alt:before{content:""}html.style3 .ti-layout-media-left:before{content:""}html.style3 .ti-layout-media-center-alt:before{content:""}html.style3 .ti-layout-media-center:before{content:""}html.style3 .ti-layout-list-thumb:before{content:""}html.style3 .ti-layout-list-thumb-alt:before{content:""}html.style3 .ti-layout-list-post:before{content:""}html.style3 .ti-layout-list-large-image:before{content:""}html.style3 .ti-layout-line-solid:before{content:""}html.style3 .ti-layout-grid4:before{content:""}html.style3 .ti-layout-grid3:before{content:""}html.style3 .ti-layout-grid2:before{content:""}html.style3 .ti-layout-grid2-thumb:before{content:""}html.style3 .ti-layout-cta-right:before{content:""}html.style3 .ti-layout-cta-left:before{content:""}html.style3 .ti-layout-cta-center:before{content:""}html.style3 .ti-layout-cta-btn-right:before{content:""}html.style3 .ti-layout-cta-btn-left:before{content:""}html.style3 .ti-layout-column4:before{content:""}html.style3 .ti-layout-column3:before{content:""}html.style3 .ti-layout-column2:before{content:""}html.style3 .ti-layout-accordion-separated:before{content:""}html.style3 .ti-layout-accordion-merged:before{content:""}html.style3 .ti-layout-accordion-list:before{content:""}html.style3 .ti-ink-pen:before{content:""}html.style3 .ti-info-alt:before{content:""}html.style3 .ti-help-alt:before{content:""}html.style3 .ti-headphone-alt:before{content:""}html.style3 .ti-hand-point-up:before{content:""}html.style3 .ti-hand-point-right:before{content:""}html.style3 .ti-hand-point-left:before{content:""}html.style3 .ti-hand-point-down:before{content:""}html.style3 .ti-gallery:before{content:""}html.style3 .ti-face-smile:before{content:""}html.style3 .ti-face-sad:before{content:""}html.style3 .ti-credit-card:before{content:""}html.style3 .ti-control-skip-forward:before{content:""}html.style3 .ti-control-skip-backward:before{content:""}html.style3 .ti-control-record:before{content:""}html.style3 .ti-control-eject:before{content:""}html.style3 .ti-comments-smiley:before{content:""}html.style3 .ti-brush-alt:before{content:""}html.style3 .ti-youtube:before{content:""}html.style3 .ti-vimeo:before{content:""}html.style3 .ti-twitter:before{content:""}html.style3 .ti-time:before{content:""}html.style3 .ti-tumblr:before{content:""}html.style3 .ti-skype:before{content:""}html.style3 .ti-share:before{content:""}html.style3 .ti-share-alt:before{content:""}html.style3 .ti-rocket:before{content:""}html.style3 .ti-pinterest:before{content:""}html.style3 .ti-new-window:before{content:""}html.style3 .ti-microsoft:before{content:""}html.style3 .ti-list-ol:before{content:""}html.style3 .ti-linkedin:before{content:""}html.style3 .ti-layout-sidebar-2:before{content:""}html.style3 .ti-layout-grid4-alt:before{content:""}html.style3 .ti-layout-grid3-alt:before{content:""}html.style3 .ti-layout-grid2-alt:before{content:""}html.style3 .ti-layout-column4-alt:before{content:""}html.style3 .ti-layout-column3-alt:before{content:""}html.style3 .ti-layout-column2-alt:before{content:""}html.style3 .ti-instagram:before{content:""}html.style3 .ti-google:before{content:""}html.style3 .ti-github:before{content:""}html.style3 .ti-flickr:before{content:""}html.style3 .ti-facebook:before{content:""}html.style3 .ti-dropbox:before{content:""}html.style3 .ti-dribbble:before{content:""}html.style3 .ti-apple:before{content:""}html.style3 .ti-android:before{content:""}html.style3 .ti-save:before{content:""}html.style3 .ti-save-alt:before{content:""}html.style3 .ti-yahoo:before{content:""}html.style3 .ti-wordpress:before{content:""}html.style3 .ti-vimeo-alt:before{content:""}html.style3 .ti-twitter-alt:before{content:""}html.style3 .ti-tumblr-alt:before{content:""}html.style3 .ti-trello:before{content:""}html.style3 .ti-stack-overflow:before{content:""}html.style3 .ti-soundcloud:before{content:""}html.style3 .ti-sharethis:before{content:""}html.style3 .ti-sharethis-alt:before{content:""}html.style3 .ti-reddit:before{content:""}html.style3 .ti-pinterest-alt:before{content:""}html.style3 .ti-microsoft-alt:before{content:""}html.style3 .ti-linux:before{content:""}html.style3 .ti-jsfiddle:before{content:""}html.style3 .ti-joomla:before{content:""}html.style3 .ti-html5:before{content:""}html.style3 .ti-flickr-alt:before{content:""}html.style3 .ti-email:before{content:""}html.style3 .ti-drupal:before{content:""}html.style3 .ti-dropbox-alt:before{content:""}html.style3 .ti-css3:before{content:""}html.style3 .ti-rss:before{content:""}html.style3 .ti-rss-alt:before{content:""}html.style3 button,html.style3 hr,html.style3 input{overflow:visible}html.style3 audio,html.style3 canvas,html.style3 progress,html.style3 video{display:inline-block}html.style3 progress,html.style3 sub,html.style3 sup{vertical-align:baseline}html.style3 html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html.style3 body{margin:0}html.style3 article,html.style3 aside,html.style3 details,html.style3 footer,html.style3 header,html.style3 menu,html.style3 nav,html.style3 section{display:block}html.style3 h1{font-size:2em;margin:.67em 0}html.style3 figcaption,html.style3 figure,html.style3 main{display:block}html.style3 figure{margin:1em 40px}html.style3 hr{box-sizing:content-box;height:0}html.style3 code,html.style3 kbd,html.style3 pre,html.style3 samp{font-family:monospace,monospace;font-size:1em}html.style3 a{background-color:transparent;-webkit-text-decoration-skip:objects}html.style3 a:active,html.style3 a:hover{outline-width:0}html.style3 abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}html.style3 b,html.style3 strong{font-weight:bolder}html.style3 dfn{font-style:italic}html.style3 mark{background-color:#ff0;color:#000}html.style3 small{font-size:80%}html.style3 sub,html.style3 sup{font-size:75%;line-height:0;position:relative}html.style3 sub{bottom:-.25em}html.style3 sup{top:-.5em}html.style3 audio:not([controls]){display:none;height:0}html.style3 img{border-style:none}html.style3 svg:not(:root){overflow:hidden}html.style3 button,html.style3 input,html.style3 optgroup,html.style3 select,html.style3 textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}html.style3 button,html.style3 select{text-transform:none}html.style3 [type=reset],html.style3 [type=submit],html.style3 button,html.style3 html [type=button]{-webkit-appearance:button}html.style3 [type=button]::-moz-focus-inner,html.style3 [type=reset]::-moz-focus-inner,html.style3 [type=submit]::-moz-focus-inner,html.style3 button::-moz-focus-inner{border-style:none;padding:0}html.style3 [type=button]:-moz-focusring,html.style3 [type=reset]:-moz-focusring,html.style3 [type=submit]:-moz-focusring,html.style3 button:-moz-focusring{outline:1px dotted ButtonText}html.style3 fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}html.style3 legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}html.style3 textarea{overflow:auto}html.style3 [type=checkbox],html.style3 [type=radio]{box-sizing:border-box;padding:0}html.style3 [type=number]::-webkit-inner-spin-button,html.style3 [type=number]::-webkit-outer-spin-button{height:auto}html.style3 [type=search]{-webkit-appearance:textfield;outline-offset:-2px}html.style3 [type=search]::-webkit-search-cancel-button,html.style3 [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.style3 ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html.style3 summary{display:list-item}html.style3 [hidden],html.style3 template{display:none}html.style3 .owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1}html.style3 .owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}html.style3 .owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html.style3 .owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}html.style3 .owl-carousel .owl-item,html.style3 .owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}html.style3 .owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}html.style3 .owl-carousel .owl-item img{display:block;width:100%}html.style3 .owl-carousel .owl-dots.disabled,html.style3 .owl-carousel .owl-nav.disabled{display:none}html.style3 .owl-carousel .owl-dot,html.style3 .owl-carousel .owl-nav .owl-next,html.style3 .owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.style3 .owl-carousel .owl-nav button.owl-next,html.style3 .owl-carousel .owl-nav button.owl-prev,html.style3 .owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}html.style3 .owl-carousel.owl-loaded{display:block}html.style3 .owl-carousel.owl-loading{opacity:0;display:block}html.style3 .owl-carousel.owl-hidden{opacity:0}html.style3 .owl-carousel.owl-refresh .owl-item{visibility:hidden}html.style3 .owl-carousel.owl-drag .owl-item{touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.style3 .owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}html.style3 .owl-carousel.owl-rtl{direction:rtl}html.style3 .owl-carousel.owl-rtl .owl-item{float:right}html.style3 .no-js .owl-carousel{display:block}html.style3 .owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}html.style3 .owl-carousel .owl-animated-in{z-index:0}html.style3 .owl-carousel .owl-animated-out{z-index:1}html.style3 .owl-carousel .fadeOut{animation-name:fadeOut}html.style3 .owl-height{transition:height .5s ease-in-out}html.style3 .owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}html.style3 .owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}html.style3 .owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style3 .owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}html.style3 .owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}html.style3 .owl-theme .owl-nav .disabled{opacity:.5;cursor:default}html.style3 .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}html.style3 .owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style3 .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}html.style3 .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}html.style3 .owl-theme .owl-dots .owl-dot.active span,html.style3 .owl-theme .owl-dots .owl-dot:hover span{background:#869791}html.style3 .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style3 .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}html.style3 .slick-list:focus{outline:none}html.style3 .slick-list.dragging{cursor:pointer;cursor:hand}html.style3 .slick-slider .slick-list,html.style3 .slick-slider .slick-track{transform:translateZ(0)}html.style3 .slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}html.style3 .slick-track:after,html.style3 .slick-track:before{content:"";display:table}html.style3 .slick-track:after{clear:both}.slick-loading html.style3 .slick-track{visibility:hidden}html.style3 .slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] html.style3 .slick-slide{float:right}html.style3 .slick-slide img{display:block}html.style3 .slick-slide.slick-loading img{display:none}html.style3 .slick-slide.dragging img{pointer-events:none}.slick-initialized html.style3 .slick-slide{display:block}.slick-loading html.style3 .slick-slide{visibility:hidden}.slick-vertical html.style3 .slick-slide{display:block;height:auto;border:1px solid transparent}html.style3 .slick-arrow.slick-hidden{display:none}html.style3 .slick-next,html.style3 .slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0;cursor:pointer;top:50%;transform:translateY(-50%);padding:0;border:none}html.style3 .slick-next,html.style3 .slick-next:focus,html.style3 .slick-next:hover,html.style3 .slick-prev,html.style3 .slick-prev:focus,html.style3 .slick-prev:hover{background:transparent;color:transparent;outline:none}html.style3 .slick-next:focus:before,html.style3 .slick-next:hover:before,html.style3 .slick-prev:focus:before,html.style3 .slick-prev:hover:before{opacity:1}html.style3 .slick-next.slick-disabled:before,html.style3 .slick-prev.slick-disabled:before{opacity:.25}html.style3 .slick-next:before,html.style3 .slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style3 .slick-prev{left:-25px}[dir=rtl] html.style3 .slick-prev{left:auto;right:-25px}html.style3 .slick-prev:before{content:"←"}[dir=rtl] html.style3 .slick-prev:before{content:"→"}html.style3 .slick-next{right:-25px}[dir=rtl] html.style3 .slick-next{left:-25px;right:auto}html.style3 .slick-next:before{content:"→"}[dir=rtl] html.style3 .slick-next:before{content:"←"}html.style3 .slick-dotted.slick-slider{margin-bottom:30px}html.style3 .slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}html.style3 .slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}html.style3 .slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0;color:transparent;padding:5px;cursor:pointer}html.style3 .slick-dots li button:focus,html.style3 .slick-dots li button:hover{outline:none}html.style3 .slick-dots li button:focus:before,html.style3 .slick-dots li button:hover:before{opacity:1}html.style3 .slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style3 .slick-dots li.slick-active button:before{color:#000;opacity:.75}html.style3 .custom-scroll{scroll-behavior:smooth}html.style3 .custom-scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #eff1f2}html.style3 .custom-scroll::-webkit-scrollbar{width:5px}html.style3 .custom-scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(155,74,255,.15)}html.style3 .scroll-invisiable::-webkit-scrollbar{width:0}html.style3 .owl-carousel{position:unset}@media(min-width:800px){html.style3 .chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}html.style3 .chitchat-container .desktop-sidebar{display:none}html.style3 .chitchat-container.desktop-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style3 .chitchat-container.desktop-menu .desktop-sidebar{display:none}html.style3 .custom-input-message{position:relative!important}}@media(max-width:430px){html.style3 .custom-input-message{position:fixed}}html.style3 body{background-color:#fff;font-size:calc(12px + 1*(100vw - 320px)/1600);overflow-x:hidden;font-family:Montserrat,sans-serif,Roboto;color:#223645}html.style3 .main,html.style3 body.main-page{overflow:hidden}html.style3 ul{padding-left:0;list-style-type:none;margin-bottom:0;padding-right:0}html.style3 ::selection{color:#fff;background:#9b4aff}html.style3 * a{color:#9b4aff;text-decoration:none!important}html.style3 .btn:focus{box-shadow:rgba(155,74,255,.15)!important}html.style3 a{cursor:pointer}html.style3 :focus{outline-color:rgba(155,74,255,.15);text-decoration:none!important}html.style3 select:focus{outline:none!important}html.style3 .disabled{cursor:not-allowed;opacity:.5}html.style3 svg{vertical-align:baseline}html.style3 input:focus{outline-color:rgba(155,74,255,.15)}html.style3 h1{font-size:calc(30px + 18*(100vw - 320px)/1600)}html.style3 h1,html.style3 h2{font-family:Montserrat,sans-serif;font-weight:800;color:#223645;margin:0}html.style3 h2{font-size:calc(20px + 8*(100vw - 320px)/1600)}html.style3 h3{font-family:Montserrat,sans-serif;font-size:calc(16px + 2*(100vw - 320px)/1600);font-weight:700;color:#223645;margin:0}html.style3 h4{font-family:Roboto,sans-serif;font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:400;color:#647589;margin:0}html.style3 h5{font-family:Montserrat,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:700;color:#223645;margin:0}html.style3 h6{font-family:Roboto,sans-serif;font-size:calc(11px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589;margin:0}html.style3 .h1,html.style3 .h2,html.style3 .h3,html.style3 .h4,html.style3 .h5,html.style3 .h6,html.style3 h1,html.style3 h2,html.style3 h3,html.style3 h4,html.style3 h5,html.style3 h6{line-height:1.1}html.style3 span{font-size:11px;color:#223645}html.style3 .title2,html.style3 span{font-family:Montserrat,sans-serif;font-weight:700}html.style3 .title2{font-size:calc(22px + 14*(100vw - 320px)/1600);color:#fff;margin:0}html.style3 p{font-family:Roboto,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589}html.style3 a:hover{text-decoration:none;color:#9b4aff}html.style3 .theme-title{position:relative}html.style3 .theme-title h4{font-family:Roboto,sans-serif;padding-top:5px}html.style3 .p-0{padding:0}html.style3 .p-5{padding:5px}html.style3 .p-10{padding:10px}html.style3 .p-15{padding:15px}html.style3 .p-20{padding:20px}html.style3 .p-25{padding:25px}html.style3 .p-30{padding:30px}html.style3 .p-35{padding:35px}html.style3 .p-40{padding:40px}html.style3 .p-45{padding:45px}html.style3 .p-50{padding:50px}html.style3 .p-l-0{padding-left:0}html.style3 .p-l-5{padding-left:5px}html.style3 .p-l-10{padding-left:10px}html.style3 .p-l-15{padding-left:15px}html.style3 .p-l-20{padding-left:20px}html.style3 .p-l-25{padding-left:25px}html.style3 .p-l-30{padding-left:30px}html.style3 .p-l-35{padding-left:35px}html.style3 .p-l-40{padding-left:40px}html.style3 .p-l-45{padding-left:45px}html.style3 .p-l-50{padding-left:50px}html.style3 .p-t-0{padding-top:0!important}html.style3 .p-t-5{padding-top:5px!important}html.style3 .p-t-10{padding-top:10px!important}html.style3 .p-t-15{padding-top:15px!important}html.style3 .p-t-20{padding-top:20px!important}html.style3 .p-t-25{padding-top:25px!important}html.style3 .p-t-30{padding-top:30px!important}html.style3 .p-t-35{padding-top:35px!important}html.style3 .p-t-40{padding-top:40px!important}html.style3 .p-t-45{padding-top:45px!important}html.style3 .p-t-50{padding-top:50px!important}html.style3 .p-b-0{padding-bottom:0!important}html.style3 .p-b-5{padding-bottom:5px!important}html.style3 .p-b-10{padding-bottom:10px!important}html.style3 .p-b-15{padding-bottom:15px!important}html.style3 .p-b-20{padding-bottom:20px!important}html.style3 .p-b-25{padding-bottom:25px!important}html.style3 .p-b-30{padding-bottom:30px!important}html.style3 .p-b-35{padding-bottom:35px!important}html.style3 .p-b-40{padding-bottom:40px!important}html.style3 .p-b-45{padding-bottom:45px!important}html.style3 .p-b-50{padding-bottom:50px!important}html.style3 .p-r-0{padding-right:0}html.style3 .p-r-5{padding-right:5px}html.style3 .p-r-10{padding-right:10px}html.style3 .p-r-15{padding-right:15px}html.style3 .p-r-20{padding-right:20px}html.style3 .p-r-25{padding-right:25px}html.style3 .p-r-30{padding-right:30px}html.style3 .p-r-35{padding-right:35px}html.style3 .p-r-40{padding-right:40px}html.style3 .p-r-45{padding-right:45px}html.style3 .p-r-50{padding-right:50px}html.style3 .m-0{margin:0!important}html.style3 .m-5{margin:5px!important}html.style3 .m-10{margin:10px!important}html.style3 .m-15{margin:15px!important}html.style3 .m-20{margin:20px!important}html.style3 .m-25{margin:25px!important}html.style3 .m-30{margin:30px!important}html.style3 .m-35{margin:35px!important}html.style3 .m-40{margin:40px!important}html.style3 .m-45{margin:45px!important}html.style3 .m-50{margin:50px!important}html.style3 .m-t-0{margin-top:0!important}html.style3 .m-t-5{margin-top:5px!important}html.style3 .m-t-10{margin-top:10px!important}html.style3 .m-t-15{margin-top:15px!important}html.style3 .m-t-20{margin-top:20px!important}html.style3 .m-t-25{margin-top:25px!important}html.style3 .m-t-30{margin-top:30px!important}html.style3 .m-t-35{margin-top:35px!important}html.style3 .m-t-40{margin-top:40px!important}html.style3 .m-t-45{margin-top:45px!important}html.style3 .m-t-50{margin-top:50px!important}html.style3 .m-b-0{margin-bottom:0!important}html.style3 .m-b-5{margin-bottom:5px!important}html.style3 .m-b-10{margin-bottom:10px!important}html.style3 .m-b-15{margin-bottom:15px!important}html.style3 .m-b-20{margin-bottom:20px!important}html.style3 .m-b-25{margin-bottom:25px!important}html.style3 .m-b-30{margin-bottom:30px!important}html.style3 .m-b-35{margin-bottom:35px!important}html.style3 .m-b-40{margin-bottom:40px!important}html.style3 .m-b-45{margin-bottom:45px!important}html.style3 .m-b-50{margin-bottom:50px!important}html.style3 .m-l-0{margin-left:0!important}html.style3 .m-l-5{margin-left:5px!important}html.style3 .m-l-10{margin-left:10px!important}html.style3 .m-l-15{margin-left:15px!important}html.style3 .m-l-20{margin-left:20px!important}html.style3 .m-l-25{margin-left:25px!important}html.style3 .m-l-30{margin-left:30px!important}html.style3 .m-l-35{margin-left:35px!important}html.style3 .m-l-40{margin-left:40px!important}html.style3 .m-l-45{margin-left:45px!important}html.style3 .m-l-50{margin-left:50px!important}html.style3 .m-r-0{margin-right:0}html.style3 .m-r-5{margin-right:5px}html.style3 .m-r-10{margin-right:10px}html.style3 .m-r-15{margin-right:15px}html.style3 .m-r-20{margin-right:20px}html.style3 .m-r-25{margin-right:25px}html.style3 .m-r-30{margin-right:30px}html.style3 .m-r-35{margin-right:35px}html.style3 .m-r-40{margin-right:40px}html.style3 .m-r-45{margin-right:45px}html.style3 .m-r-50{margin-right:50px}html.style3 .img-10{width:10px!important}html.style3 .img-20{width:20px!important}html.style3 .img-30{width:30px!important}html.style3 .img-40{width:40px!important}html.style3 .img-50{width:50px!important}html.style3 .img-60{width:60px!important}html.style3 .img-70{width:70px!important}html.style3 .img-80{width:80px!important}html.style3 .img-90{width:90px!important}html.style3 .img-100{width:100px!important}html.style3 .rounded{border-radius:5px!important}html.style3 .rouded15{border-radius:15px!important}html.style3 .font-primary{color:#9b4aff!important}html.style3 .font-success{color:#3fcc35!important}html.style3 .font-danger{color:#ff4e2b!important}html.style3 .font-light{color:#eff1f2!important}html.style3 .font-warning{color:#ffc514!important}html.style3 .badge-primary{background-color:#9b4aff!important}html.style3 .badge-outline-primary{background-color:rgba(155,74,255,.15)!important;color:#9b4aff;transition:all .3s ease}html.style3 .badge-outline-primary:hover{transition:all .3s ease;background-color:rgba(155,74,255,.25)!important;color:#9b4aff!important}html.style3 .badge-success{background-color:#3fcc35!important}html.style3 .badge-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;transition:all .3s ease}html.style3 .badge-outline-success:hover{transition:all .3s ease;background-color:rgba(63,204,53,.25)!important;color:#3fcc35!important}html.style3 .badge-danger{background-color:#ff4e2b!important}html.style3 .badge-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;transition:all .3s ease}html.style3 .badge-outline-danger:hover{transition:all .3s ease;background-color:rgba(255,78,43,.25)!important;color:#ff4e2b!important}html.style3 .badge-light{background-color:#eff1f2!important}html.style3 .badge-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;transition:all .3s ease;background-color:rgba(34,54,69,.15)!important;color:#223645}html.style3 .badge-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2!important;transition:all .3s ease;background-color:rgba(239,241,242,.5)!important;color:#223645!important}html.style3 .badge-dark{background-color:#223645!important}html.style3 .badge-outline-dark{background-color:rgba(34,54,69,.15)!important;color:#223645;transition:all .3s ease}html.style3 .badge-outline-dark:hover{transition:all .3s ease;background-color:rgba(34,54,69,.25)!important;color:#223645!important}html.style3 .badge-warning{background-color:#ffc514!important}html.style3 .badge-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;transition:all .3s ease}html.style3 .badge-outline-warning:hover{transition:all .3s ease;background-color:rgba(255,197,20,.25)!important;color:#ffc514!important}html.style3 .badge-light{color:#223645}html.style3 .badge{font-size:12px;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;letter-spacing:.5px;padding:3px 10px;border-radius:10px;display:inline-flex;align-items:center}html.style3 .badge i{font-weight:800;margin-right:5px}html.style3 .badge svg{height:13px;width:13px;margin-right:5px}html.style3 .badge.xl{font-size:108%;font-family:Montserrat,sans-serif;font-weight:700;border-radius:25px;padding:11px 20px}html.style3 .badge.xl svg{height:14px}html.style3 .badge.sm{font-size:81%;padding:4px;border-radius:5px;font-weight:600}html.style3 .badge.sm svg{height:11px;width:11px}html.style3 .badge-one .badge.sm{padding:4px 4px 2px}html.style3 .bg-primary{background-color:#9b4aff!important}html.style3 .bg-success{background-color:#3fcc35!important}html.style3 .bg-danger{background-color:#ff4e2b!important}html.style3 .bg-light{background-color:#eff1f2!important}html.style3 .bg-warning{background-color:#ffc514!important}html.style3 .bg-transparent{background-color:transparent!important}html.style3 .btn{font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:600;text-transform:capitalize;padding:15px 40px;border-radius:10px}html.style3 .btn-group-sm>.btn,html.style3 .btn.btn-sm{padding:10px 30px}html.style3 .btn-primary{background-color:#9b4aff;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style3 .btn-primary.disabled,html.style3 .btn-primary:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style3 .btn-primary.active,html.style3 .btn-primary:active,html.style3 .btn-primary:focus,html.style3 .btn-primary:hover{background-color:#7f17ff!important;border-color:#7f17ff!important;transition:all .3s ease;outline:none!important;color:#fff}html.style3 .btn-primary:focus{outline:none!important;box-shadow:0 0 3px 2px #f0e3ff;transition:all .3s ease}html.style3 .btn-outline-primary{background-color:rgba(155,74,255,.15)!important;color:#9b4aff;border:none!important;transition:all .3s ease}html.style3 .btn-outline-primary.disabled,html.style3 .btn-outline-primary:disabled{background-color:rgba(155,74,255,.1)!important;color:#9b4aff;border:none!important;transition:all .3s ease}html.style3 .btn-outline-primary.active,html.style3 .btn-outline-primary:active,html.style3 .btn-outline-primary:focus,html.style3 .btn-outline-primary:hover{background-color:rgba(155,74,255,.25)!important;color:#9b4aff;border:none!important;transition:all .3s ease}html.style3 .btn-outline-primary:focus{box-shadow:0 0 3px 2px #f0e3ff;transition:all .3s ease}html.style3 .btn-success{background-color:#3fcc35;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style3 .btn-success.disabled,html.style3 .btn-success:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style3 .btn-success.active,html.style3 .btn-success:active,html.style3 .btn-success:focus,html.style3 .btn-success:hover{background-color:#32a42a!important;border-color:#32a42a!important;transition:all .3s ease;outline:none!important;color:#fff}html.style3 .btn-success:focus{outline:none!important;box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}html.style3 .btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style3 .btn-outline-success.disabled,html.style3 .btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style3 .btn-outline-success.active,html.style3 .btn-outline-success:active,html.style3 .btn-outline-success:focus,html.style3 .btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style3 .btn-outline-success:focus{box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}html.style3 .btn-danger{background-color:#ff4e2b;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style3 .btn-danger.disabled,html.style3 .btn-danger:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style3 .btn-danger.active,html.style3 .btn-danger:active,html.style3 .btn-danger:focus,html.style3 .btn-danger:hover{background-color:#f72900!important;border-color:#f72900!important;transition:all .3s ease;outline:none!important;color:#fff}html.style3 .btn-danger:focus{outline:none!important;box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}html.style3 .btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style3 .btn-outline-danger.disabled,html.style3 .btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style3 .btn-outline-danger.active,html.style3 .btn-outline-danger:active,html.style3 .btn-outline-danger:focus,html.style3 .btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style3 .btn-outline-danger:focus{box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}html.style3 .btn-light{background-color:#eff1f2;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style3 .btn-light.disabled,html.style3 .btn-light:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style3 .btn-light.active,html.style3 .btn-light:active,html.style3 .btn-light:focus,html.style3 .btn-light:hover{background-color:#d3d8db!important;border-color:#d3d8db!important;transition:all .3s ease;outline:none!important;color:#fff}html.style3 .btn-light:focus{outline:none!important;box-shadow:0 0 3px 2px #fff;transition:all .3s ease}html.style3 .btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}html.style3 .btn-outline-light.disabled,html.style3 .btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;color:#eff1f2;border:none!important;transition:all .3s ease}html.style3 .btn-outline-light.active,html.style3 .btn-outline-light:active,html.style3 .btn-outline-light:focus,html.style3 .btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2;border:none!important;transition:all .3s ease}html.style3 .btn-outline-light:focus{box-shadow:0 0 3px 2px #fff;transition:all .3s ease}html.style3 .btn-outline-light.active,html.style3 .btn-outline-light:active,html.style3 .btn-outline-light:focus,html.style3 .btn-outline-light:hover{background-color:#e1e5e7!important}html.style3 .btn-warning{background-color:#ffc514;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style3 .btn-warning.disabled,html.style3 .btn-warning:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style3 .btn-warning.active,html.style3 .btn-warning:active,html.style3 .btn-warning:focus,html.style3 .btn-warning:hover{background-color:#e0a900!important;border-color:#e0a900!important;transition:all .3s ease;outline:none!important;color:#fff}html.style3 .btn-warning:focus{outline:none!important;box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}html.style3 .btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style3 .btn-outline-warning.disabled,html.style3 .btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style3 .btn-outline-warning.active,html.style3 .btn-outline-warning:active,html.style3 .btn-outline-warning:focus,html.style3 .btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style3 .btn-outline-warning:focus{box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}html.style3 .btn-light{color:#223645!important}html.style3 .btn-light.active,html.style3 .btn-light:active,html.style3 .btn-light:focus{box-shadow:0 0 3px 2px #eff1f2}html.style3 .icon-btn{height:32px;width:32px;border-radius:100%;font-weight:800;align-items:center;justify-content:center;display:inline-flex;border:0!important}html.style3 .icon-btn i{font-size:16px}html.style3 .icon-btn svg{width:16px;height:16px;stroke-width:3px;vertical-align:middle}html.style3 .icon-btn.btn-xl{height:60px;width:60px;padding:18px}html.style3 .icon-btn.btn-xl i{font-size:24px}html.style3 .icon-btn.btn-xl svg{height:24px;width:24px}html.style3 .btn-group-sm>.icon-btn.btn,html.style3 .icon-btn.btn-sm{height:34px;width:34px;display:inline-flex}html.style3 .icon-btn.btn-xs{height:30px;width:30px;padding:8.5px}html.style3 .icon-btn.btn-xs svg{height:12px;width:12px}html.style3 .icon-btn.btn-outline-primary{background-color:rgba(155,74,255,.15)!important;color:#9b4aff!important;border:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-primary.disabled,html.style3 .icon-btn.btn-outline-primary:disabled{background-color:rgba(155,74,255,.1)!important;border:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-primary.active,html.style3 .icon-btn.btn-outline-primary:active,html.style3 .icon-btn.btn-outline-primary:focus,html.style3 .icon-btn.btn-outline-primary:hover{background-color:rgba(155,74,255,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style3 .icon-btn.btn-outline-primary.active{background-color:#9b4aff!important;color:#fff!important}html.style3 .icon-btn.btn-outline-primary:focus{box-shadow:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-primary.button-effect .effect-wave{background-color:#b77dff}html.style3 .icon-btn.btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35!important;border:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-success.disabled,html.style3 .icon-btn.btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;border:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-success.active,html.style3 .icon-btn.btn-outline-success:active,html.style3 .icon-btn.btn-outline-success:focus,html.style3 .icon-btn.btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style3 .icon-btn.btn-outline-success.active{background-color:#3fcc35!important;color:#fff!important}html.style3 .icon-btn.btn-outline-success:focus{box-shadow:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-success.button-effect .effect-wave{background-color:#66d65e}html.style3 .icon-btn.btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b!important;border:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-danger.disabled,html.style3 .icon-btn.btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;border:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-danger.active,html.style3 .icon-btn.btn-outline-danger:active,html.style3 .icon-btn.btn-outline-danger:focus,html.style3 .icon-btn.btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style3 .icon-btn.btn-outline-danger.active{background-color:#ff4e2b!important;color:#fff!important}html.style3 .icon-btn.btn-outline-danger:focus{box-shadow:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-danger.button-effect .effect-wave{background-color:#ff795e}html.style3 .icon-btn.btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2!important;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}html.style3 .icon-btn.btn-outline-light.disabled,html.style3 .icon-btn.btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;border:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-light.active,html.style3 .icon-btn.btn-outline-light:active,html.style3 .icon-btn.btn-outline-light:focus,html.style3 .icon-btn.btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style3 .icon-btn.btn-outline-light.active{background-color:#eff1f2!important;color:#fff!important}html.style3 .icon-btn.btn-outline-light:focus{box-shadow:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-light.button-effect .effect-wave{background-color:#fff}html.style3 .icon-btn.btn-outline-light.active,html.style3 .icon-btn.btn-outline-light:active,html.style3 .icon-btn.btn-outline-light:focus,html.style3 .icon-btn.btn-outline-light:hover{background-color:#e1e5e7!important}html.style3 .icon-btn.btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514!important;border:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-warning.disabled,html.style3 .icon-btn.btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;border:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-warning.active,html.style3 .icon-btn.btn-outline-warning:active,html.style3 .icon-btn.btn-outline-warning:focus,html.style3 .icon-btn.btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style3 .icon-btn.btn-outline-warning.active{background-color:#ffc514!important;color:#fff!important}html.style3 .icon-btn.btn-outline-warning:focus{box-shadow:none!important;transition:all .3s ease}html.style3 .icon-btn.btn-outline-warning.button-effect .effect-wave{background-color:#ffd247}html.style3 .dot-btn{position:relative;display:inline-block}html.style3 .dot-btn:before{content:"";height:9px;width:9px;position:absolute;top:5px;right:1px;border-radius:100%;z-index:1;border:1px solid #fff}html.style3 .dot-btn.grow:before{border:none;height:7px;width:7px}html.style3 .dot-btn.grow:after{content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}html.style3 .dot-btn.dot-primary:before{background-color:#9b4aff!important}html.style3 .dot-btn.dot-primary.grow:after{border:5px solid #9b4aff;animation:grow 1s ease-out infinite}html.style3 .dot-btn.dot-success:before{background-color:#3fcc35!important}html.style3 .dot-btn.dot-success.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite}html.style3 .dot-btn.dot-danger:before{background-color:#ff4e2b!important}html.style3 .dot-btn.dot-danger.grow:after{border:5px solid #ff4e2b;animation:grow 1s ease-out infinite}html.style3 .dot-btn.dot-light:before{background-color:#eff1f2!important;background-color:#223645!important}html.style3 .dot-btn.dot-light.grow:after{border:5px solid #eff1f2;animation:grow 1s ease-out infinite;border:5px solid #223645}html.style3 .dot-btn.dot-warning:before{background-color:#ffc514!important}html.style3 .dot-btn.dot-warning.grow:after{border:5px solid #ffc514;animation:grow 1s ease-out infinite}html.style3 .theme-btn-group a+a{margin-left:5px;border-radius:15px}html.style3 .theme-btn-group .btn-group-sm>a+a.btn,html.style3 .theme-btn-group a+a.btn-sm{border-radius:10px}html.style3 .theme-btn-group a:first-child{border-radius:15px 15px 0}html.style3 .theme-btn-group .btn-group-sm>a.btn:first-child,html.style3 .theme-btn-group a:first-child.btn-sm{border-radius:10px 10px 0}html.style3 .theme-btn-group a:last-child{border-radius:15px 15px 15px 0}html.style3 .theme-btn-group .btn-group-sm>a.btn:last-child,html.style3 .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 10px 0}html.style3 .profile{width:60px;height:60px;display:inline-block;border-radius:20px;position:relative}html.style3 .profile span{font-size:22px;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);color:#fff}html.style3 .profile.busy:before,html.style3 .profile.offline:before,html.style3 .profile.online:before,html.style3 .profile.unreachable:before{content:"";position:absolute;height:13px;width:13px;border-radius:100%;border:2px solid #fff;right:0}html.style3 .profile.unreachable:before{background-color:#ffc514}html.style3 .profile.online:before{background-color:#3fcc35}html.style3 .profile.busy:before{background-color:#ff4e2b}html.style3 .profile.offline:before{background-color:#828282}html.style3 .button-effect{display:inline-flex;overflow:hidden;position:relative}html.style3 .button-effect:before{position:absolute;top:50%;left:50%;z-index:2;display:block;content:"";width:0;height:0;background:hsla(0,0%,100%,.2);border-radius:100%;transform:translate(-50%,-50%);opacity:0}html.style3 .button-effect:hover{cursor:pointer}html.style3 .button-effect:hover:before{animation:circle .75s}html.style3 .effect-wave{display:block;position:absolute;transform:translateX(-50%) translateY(-50%);width:0;height:0;background-color:#eff1f2;border-radius:50%;opacity:.5}html.style3 .is-animating{transform:translateZ(0) scale(1)}html.style3 .is-animating.btn-success{animation:phone-outer-success 3s infinite}html.style3 .is-animating.btn-danger{animation:phone-outer-danger 3s infinite}html.style3 .is-animating.btn-danger svg{transform:rotate(135deg);animation:none}html.style3 .is-animating:before{position:absolute;content:"";top:0;left:0;width:60px;height:60px;background-color:hsla(0,0%,100%,.2);border-radius:100%;opacity:1;transform:translateZ(0) scale(0);animation:phone-inner 3s infinite}html.style3 .is-animating svg{animation:phone-icon 3s infinite;transform:translateZ(0);fill:#fff;stroke-width:1px}html.style3 .is-animating.cancelcall,html.style3 .is-animating.cancelcall:before{animation:none}html.style3 .social-group li{display:inline-block}html.style3 .social-group li+li{margin-left:5px}html.style3 .social-group li .btn-google{background-color:#3b5998;color:#fff}html.style3 .social-group li .btn-twiter{background-color:#55acee;color:#fff}html.style3 .social-group li .btn-linkedin{background-color:#0e76a8;color:#fff}html.style3 .social-group li .btn-instagram{background-color:#e4405f;color:#fff}html.style3 .btn-primary.is-animating{box-shadow:0 0 0 0 rgba(155,74,255,0),0 .05em .1em rgba(0,0,0,.2)}html.style3 .btn-success.is-animating{box-shadow:0 0 0 0 rgba(63,204,53,0),0 .05em .1em rgba(0,0,0,.2)}html.style3 .btn-danger.is-animating{box-shadow:0 0 0 0 rgba(255,78,43,0),0 .05em .1em rgba(0,0,0,.2)}html.style3 .btn-light.is-animating{box-shadow:0 0 0 0 rgba(239,241,242,0),0 .05em .1em rgba(0,0,0,.2)}html.style3 .btn-warning.is-animating{box-shadow:0 0 0 0 rgba(255,197,20,0),0 .05em .1em rgba(0,0,0,.2)}html.style3 .btn-fix{position:fixed;bottom:20px;margin-left:-30px;z-index:9}html.style3 .theme-tab .nav-tabs{border:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:20px}html.style3 .theme-tab .nav-tabs .nav-item .nav-link{font-size:calc(14px + 1*(100vw - 320px)/1600);font-weight:700;padding:7px 30px;min-height:30px;border-radius:10px;min-width:140px;background-color:#eff1f2!important;border:none!important;color:#223645!important;text-align:center;transition:all .3s ease;justify-content:center}html.style3 .theme-tab .nav-tabs .nav-item .nav-link.active{background-color:rgba(155,74,255,.15)!important;color:#9b4aff!important;transition:all .3s ease}html.style3 .theme-tab.chat-tabs #myTab1 .nav-tabs{justify-content:center}html.style3 .theme-tab.chat-tabs #myTab1 .nav-tabs .nav-link{margin:0 10px}html.style3 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link{border-radius:25px;padding:0 14px;font-size:calc(13px + 1*(100vw - 320px)/1600);line-height:2.2;min-width:unset;color:#223645;background-color:#eff1f2;display:flex;align-items:center}html.style3 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{height:16px;fill:#223645!important;transition:all .3s ease;stroke-width:1px}html.style3 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{color:#fff!important;background-color:#9b4aff!important;transition:all .3s ease;box-shadow:-1px 10px 16px -10px #9b4aff}html.style3 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active svg{fill:#fff!important;transition:all .3s ease}html.style3 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 25px;min-width:auto;display:flex;font-size:13px}html.style3 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}html.style3 .tab-card{text-align:center;padding:20px;border:1px solid #eff1f2;border-radius:15px}html.style3 .tab-card+.tab-card{margin-top:15px}html.style3 .msg-box>li .auto-gallery,html.style3 .msg-box>li .document,html.style3 .msg-box>li>h5{display:inline-block;padding:16px 25px;background-color:#e9e9e9;color:#595959;border-radius:0 25px 25px 0;font-weight:400;font-size:14px;font-family:Lato}html.style3 .msg-box>li .refresh-block{display:inline-grid;justify-content:center;align-items:center}html.style3 .msg-box>li .refresh-block .refresh{margin-bottom:10px;transition:all .3s ease}html.style3 .msg-box>li .refresh-block .refresh:hover{transition:all .3s ease;cursor:pointer}html.style3 .msg-box>li .refresh-block .refresh.refreshed,html.style3 .msg-box>li .refresh-block .refresh:hover{color:#fff!important;background-color:#9b4aff!important}html.style3 .msg-box>li .refresh-block .refresh.refreshed svg{transform:rotate(1turn);transition:all 3s ease}html.style3 .msg-box>li .refresh-block>div:last-child{display:flex;justify-content:center;align-items:center}html.style3 .msg-box>li:first-child h5{border-radius:30px 25px 25px 0}html.style3 .msg-box>li:last-child .auto-gallery,html.style3 .msg-box>li:last-child .document,html.style3 .msg-box>li:last-child h5{border-radius:16px 16px 16px 0;background-color:#000;color:#fff}html.style3 .msg-box>li+li{margin-top:12px;position:relative}html.style3 .msg-box>li>h5>div>a{color:#328dff!important;cursor:pointer}@media(max-width:767px){html.style3 .msg-box{max-width:90vw}html.style3 .msg-box>li>h5{max-width:80vw;overflow-x:hidden;padding:20px}html.style3 .msg-box>li>h5>div>a{max-width:50%!important;width:50%!important}}html.style3 .contact-chat{margin-top:100px}html.style3 .contact-chat>ul.str-msg h5{font-size:13px}html.style3 .contact-chat>ul.str-msg h6{font-size:9px}html.style3 .contact-chat>ul.str-msg li{padding-left:0!important;width:100%}html.style3 .contact-chat>ul.str-msg li .media .profile{margin-left:.7rem!important}html.style3 .contact-chat>ul.str-msg li .contact-name .msg-box{margin-top:5px}html.style3 .contact-chat>ul.str-msg li .msg-box>li>h5{padding:8px 25px;font-size:12px;line-height:1.6;color:#223645;background-color:#e5e8e9}html.style3 .contact-chat>ul.str-msg li .profile{width:30px;height:30px}html.style3 .contact-chat>ul.chatappend{display:flex;flex-direction:column}html.style3 .contact-chat>ul.chatappend>li:last-child .msg-box>li .msg-dropdown{bottom:50px!important;top:unset!important}html.style3 .contact-chat>ul.chatappend .last{order:999}html.style3 .contact-chat>ul>li.sent .document{border-radius:0 50px 50px 50px}html.style3 .contact-chat>ul>li.sent .document .icon-btns a{background-color:#933bff!important}html.style3 .contact-chat>ul>li.sent .document .details h5,html.style3 .contact-chat>ul>li.sent .document .details h6{color:#eff1f2}html.style3 .contact-chat>ul>li.sent .document i{color:#fff!important}html.style3 .contact-chat>ul>li.sent .document .details,html.style3 .contact-chat>ul>li.sent .document .icon-btns{display:inline-block}html.style3 .contact-chat>ul>li.replies,html.style3 .contact-chat>ul>li.sent{width:60%}html.style3 .contact-chat>ul>li.replies .auto-gallery,html.style3 .contact-chat>ul>li.sent .auto-gallery{background-color:rgba(155,74,255,.15)!important;padding:16px 25px 0 15px}html.style3 .contact-chat>ul>li.replies .auto-gallery li,html.style3 .contact-chat>ul>li.sent .auto-gallery li{display:inline-block!important;height:85px;width:85px;border-radius:20px;margin-left:10px;margin-bottom:10px}html.style3 .contact-chat>ul>li.replies .document,html.style3 .contact-chat>ul>li.sent .document{padding:25px 35px;display:flex;align-items:center}html.style3 .contact-chat>ul>li.replies .document .icon-btns a,html.style3 .contact-chat>ul>li.sent .document .icon-btns a{background-color:#ece3f6!important}html.style3 .contact-chat>ul>li.replies .document .icon-btns a+a,html.style3 .contact-chat>ul>li.sent .document .icon-btns a+a{margin-left:10px}html.style3 .contact-chat>ul>li.replies .document .details,html.style3 .contact-chat>ul>li.sent .document .details{padding-left:15px;padding-right:30px;text-align:left}html.style3 .contact-chat>ul>li.replies .document .details h5,html.style3 .contact-chat>ul>li.sent .document .details h5{display:block;padding-bottom:5px}html.style3 .contact-chat>ul>li.replies .document i,html.style3 .contact-chat>ul>li.sent .document i{font-size:40px}html.style3 .contact-chat>ul>li.replies .document .details,html.style3 .contact-chat>ul>li.replies .document .icon-btns,html.style3 .contact-chat>ul>li.sent .document .details,html.style3 .contact-chat>ul>li.sent .document .icon-btns{display:inline-block}html.style3 .contact-chat>ul>li.replies{margin-left:auto;text-align:right}html.style3 .contact-chat>ul>li.replies .document{border-radius:50px 0 50px 50px}html.style3 .contact-chat>ul>li.replies .auto-gallery{padding:16px 25px 5px 15px}html.style3 .contact-chat>ul>li.replies .auto-gallery li{float:right}html.style3 .contact-chat>ul>li.replies .msg-box li{display:inline-flex}html.style3 .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}html.style3 .contact-chat>ul>li.replies .msg-box li:last-child{display:flex;flex-direction:row-reverse;align-items:center;margin-left:auto}html.style3 .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,html.style3 .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:15px 15px 0 15px}html.style3 .contact-chat>ul>li.replies .msg-box li .auto-gallery,html.style3 .contact-chat>ul>li.replies .msg-box li .document,html.style3 .contact-chat>ul>li.replies .msg-box li>h5{background-color:#e40d6a;color:#fff;font-size:14px!important;font-family:Lato!important}html.style3 .contact-chat>ul>li.replies .msg-box li .badge{margin-left:0!important;margin-right:.5rem!important}html.style3 .contact-chat>ul>li.replies .media{flex-direction:row-reverse}html.style3 .contact-chat>ul>li.replies .media .profile{margin-left:1.5rem!important;margin-right:0!important}html.style3 .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:10px;margin-left:unset}html.style3 .contact-chat>ul>li+li{margin-top:10px}html.style3 .contact-chat>ul>li .contact-name .msg-box{margin-top:15px}html.style3 .contact-chat>ul>li .contact-name .msg-box img{width:100%;border-radius:16px}html.style3 .contact-chat>ul>li .contact-name h5{font-family:Lato;display:inline-block;padding-right:20px;line-height:1.4}html.style3 .contact-chat>ul>li .contact-name h6{display:inline-block}html.style3 .msg-setting-main{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;transition:all .5s ease}html.style3 .msg-setting-main .msg-dropdown-main{position:relative;display:none;transition:all .5s ease}html.style3 .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#f4effa;width:38px;height:38px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-left:10px}html.style3 .msg-setting-main .msg-dropdown-main .msg-setting i{margin-bottom:-2px}html.style3 .msg-setting-main .msg-dropdown-main .msg-dropdown{background-color:#fff;border:2px solid #eff1f2;padding:15px;border-radius:15px;position:absolute;top:50px;left:0;z-index:1;text-align:left;display:none;transition:all .5s ease}html.style3 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li{font-size:14px;font-weight:600;text-transform:capitalize;margin-bottom:10px}html.style3 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li:last-child{margin-bottom:0}html.style3 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a{color:#595959;width:100%}html.style3 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a i{font-size:16px;display:inline;margin-right:15px}html.style3 .msg-setting-main:hover .msg-dropdown-main{display:inline-block;order:0}html.style3 .custom-dropdown{height:0;width:0;position:absolute;right:0;background-color:#fff;z-index:99;opacity:0;overflow:hidden;overflow-x:hidden;overflow-y:scroll;border:1px solid #eff1f2;border-radius:15px;top:85px;transition:all .3s ease}html.style3 .custom-dropdown.open{opacity:1;transition:all .3s ease;height:200px;width:300px}html.style3 .onclick-dropdown{cursor:pointer}html.style3 .dropdown-menu .dropdown-divider{border-top:none}html.style3 .emojis-main{position:relative;display:flex;height:100%}html.style3 .emojis-main .toggle-sticker img{height:30px}html.style3 .emojis-main .toggle-sticker svg{height:50px;width:50px;fill:#9b4aff}html.style3 .emojis-main .toggle-sticker svg path{stroke:#9b4aff}html.style3 .emojis-main .toggle-sticker.active svg{fill:#fff}html.style3 .emojis-main .toggle-sticker.active svg path{stroke:#fff}html.style3 .emojis-main .emojis-contain,html.style3 .emojis-main .sticker-contain{width:0;height:0;background-color:#fff;position:absolute;bottom:0;left:0;padding:35px;transform:scale(0);transition:all .3s ease}html.style3 .emojis-main .emojis-contain.open,html.style3 .emojis-main .sticker-contain.open{bottom:85px;transform:scale(1);transition:all .3s ease;width:420px;height:280px}html.style3 .emojis-main .emojis-contain .emojis-sub-contain,html.style3 .emojis-main .sticker-contain .emojis-sub-contain{height:100%;overflow:overlay}html.style3 .emojis-main .emojis-contain .emojis-sub-contain:before,html.style3 .emojis-main .sticker-contain .emojis-sub-contain:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:70px;z-index:1}html.style3 .emojis-main .emojis-contain .emojis-sub-contain ul li,html.style3 .emojis-main .sticker-contain .emojis-sub-contain ul li{display:inline-block;font-size:24px;padding:5px;cursor:pointer}html.style3 .emojis-main .emojis-contain .sticker-sub-contain,html.style3 .emojis-main .sticker-contain .sticker-sub-contain{height:100%;overflow:overlay}html.style3 .emojis-main .emojis-contain .sticker-sub-contain ul li,html.style3 .emojis-main .sticker-contain .sticker-sub-contain ul li{display:inline-block}html.style3 .emojis-main .emojis-contain .sticker-sub-contain ul li img,html.style3 .emojis-main .sticker-contain .sticker-sub-contain ul li img{width:45px;height:auto}html.style3 .emojis-main .contact-poll{transition:all 1s ease}html.style3 .emojis-main .contact-poll .contact-poll-content{position:absolute;bottom:85px;left:90px;background-color:#fff;padding:30px;transition:all 1s ease;display:none}html.style3 .emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:15px;position:relative;text-transform:capitalize;font-size:16px;font-weight:600;padding-left:30px;transition:all .5s ease}html.style3 .emojis-main .contact-poll .contact-poll-content ul li:last-child{margin-bottom:0}html.style3 .emojis-main .contact-poll .contact-poll-content ul li a{color:#223645;transition:all .3s ease}html.style3 .emojis-main .contact-poll .contact-poll-content ul li a svg{width:18px;margin-right:15px;position:absolute;left:0}html.style3 .emojis-main .contact-poll .contact-poll-content ul li:hover a{color:#9b4aff;transition:all .3s ease}html.style3 .emojis-main .contact-poll .contact-poll-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:40px;z-index:1}html.style3 .main-nav .status>div:before{content:"";position:absolute;height:100%;width:100%;background-color:#9b4aff;left:0;z-index:-1;top:0;border-radius:100%}html.style3 .main-nav .user-popup{height:43px;width:43px;padding:3px;border-radius:100%;margin:0 auto;position:relative}html.style3 .main-nav .user-popup.two>div:after{content:"";position:absolute;height:3px;width:100%;background-color:#fff;left:0;z-index:-1;top:22px}html.style3 .main-nav .user-popup.three>div:after{content:"";position:absolute;left:-6px;z-index:-1;top:-5px;width:0;height:0;border-left:33px solid transparent;border-right:28px solid transparent;border-bottom:43px solid #fff}html.style3 .main-nav .user-popup>div{height:37px;width:37px;border-radius:100%;margin:0 auto}html.style3 .chat-friend-toggle{position:relative}html.style3 .chat-friend-toggle .chat-frind-content{position:absolute;top:80px;right:0;padding:25px;background-color:#fff;text-align:left;display:none;text-transform:capitalize}html.style3 .chat-friend-toggle .chat-frind-content ul li{margin-bottom:15px;padding-left:50px!important;position:relative;display:inline-flex!important;align-items:center;height:30px}html.style3 .chat-friend-toggle .chat-frind-content ul li a{position:absolute;left:0}html.style3 .chat-friend-toggle .chat-frind-content ul li:last-child{margin-bottom:0;padding-top:20px;border-top:1px solid #eff1f2;height:34px}html.style3 .chat-friend-toggle .chat-frind-content ul li:before{border-left:5px solid #9b4aff;content:"";position:absolute;top:0;left:15px}html.style3 .user-status{position:relative;padding:4px}html.style3 .user-status:before{content:"";position:absolute;height:100%;width:100%;background-color:#9b4aff;left:0;z-index:-1;top:0;border-radius:100%}html.style3 .react-datepicker__day--keyboard-selected,html.style3 .react-datepicker__month-text--keyboard-selected,html.style3 .react-datepicker__quarter-text--keyboard-selected,html.style3 .react-datepicker__year-text--keyboard-selected{background-color:#9b4aff}html.style3 .react-datepicker{border:none;box-shadow:0 4px 14px rgba(174,197,231,.5)}html.style3 .react-datepicker__header{border-bottom:none}html.style3 .chat-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;transition:all .3s ease}html.style3 .chat-main li .chat-box .icon-btn.btn-outline-light{position:absolute;right:0}html.style3 .chat-main li .chat-box .favourite svg{stroke:none;fill:#9b4aff}html.style3 .chat-main li .chat-box .favourite.btn-primary svg{fill:#fff}html.style3 .chat-main li .chat-box.notification span{padding-top:0;padding-bottom:5px;display:inline-block}html.style3 .chat-main li .chat-box.notification p{margin-bottom:0;margin-top:8px;font-size:13px}html.style3 .chat-main li .details h6 img{height:20px}html.style3 .chat-main li.active{background-color:#faf8fc;border-left:4px solid #9b4aff;transition:all .3s ease}html.style3 .chat-main li.active .details h6{font-weight:600;color:#9b4aff;letter-spacing:1px}html.style3 .chat-main li .chat-box .date-status .ti-pin2.pined{opacity:1;transition:all .3s ease;color:#9b4aff}html.style3 .chat-main li .chat-box{position:relative}html.style3 .chat-main li .chat-box .profile{position:absolute;left:0}html.style3 .chat-main li .chat-box .details{padding:12px 50px 13px 75px}html.style3 .chat-main li .chat-box .details h6{padding-top:8px;max-width:170px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}html.style3 .chat-main li .chat-box .date-status{position:absolute;right:0;top:0;text-align:right}html.style3 .chat-main li .chat-box .date-status .ti-pin2{opacity:0;transition:all .3s ease}html.style3 .chat-main li .chat-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style3 .chat-main li .chat-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style3 .chat-main li .chat-box:hover .date-status .ti-pin2{opacity:1;transition:all .3s ease}html.style3 ul.grop-icon{line-height:1;display:flex;align-items:center}html.style3 ul.grop-icon li{margin-left:0;margin-right:0;padding:0;border:2px solid #fff;border-radius:50%;transition:z-index .3s ease}html.style3 ul.grop-icon li:hover{z-index:9;transition:z-index .3s ease}html.style3 ul.grop-icon li:nth-child(2),html.style3 ul.grop-icon li:nth-child(3){margin-left:-10px}html.style3 ul.grop-icon li:last-child{font-size:12px;color:#223645;font-weight:700;border:none;border-radius:0;margin-left:5px}html.style3 ul.grop-icon li img{width:15px;height:15px;border-radius:50%}html.style3 .group-main li{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;padding-top:15px}html.style3 .group-main li.active{background-color:#faf8fc;border-left:4px solid #9b4aff}html.style3 .group-main li.active .chat-box .details h6{font-weight:600;color:#9b4aff}html.style3 .group-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}html.style3 .group-main .group-box{position:relative}html.style3 .group-main .group-box .profile{position:absolute;left:0}html.style3 .group-main .group-box .profile span{font-size:26px;font-weight:700}html.style3 .group-main .group-box .details{padding-left:75px;padding-top:12px;padding-bottom:13px}html.style3 .group-main .group-box .details h6{padding-top:5px;line-height:2}html.style3 .group-main .group-box .date-status{position:absolute;right:0;top:8px;text-align:right}html.style3 .group-main .group-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style3 .group-main .group-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style3 .contact-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}html.style3 .contact-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(155,74,255,.15);transition:all .3s ease}html.style3 .contact-log-main li.active:before{border-left:4px solid #9b4aff;width:100%;transition:all .3s ease}html.style3 .contact-log-main li .contact-box{position:relative;height:60px}html.style3 .contact-log-main li .contact-box .contact-action{position:absolute;right:0;top:10px}html.style3 .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-left:5px}html.style3 .contact-log-main li .contact-box .profile{position:absolute;left:0}html.style3 .contact-log-main li .contact-box .details{height:60px;padding:12px 100px 13px 75px}html.style3 .contact-log-main li .contact-box .details h6{padding-top:8px}html.style3 .contact-log-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}html.style3 .contact-log-main .call-log-box{position:relative}html.style3 .contact-log-main .call-log-box .profile{position:absolute;left:0}html.style3 .contact-log-main .call-log-box .profile span{font-size:26px;font-weight:700}html.style3 .contact-log-main .call-log-box .details{padding:12px 50px 13px 75px}html.style3 .contact-log-main .call-log-box .details h6{padding-top:5px;line-height:1.6}html.style3 .contact-log-main .call-log-box .date-status{position:absolute;right:0;top:8px;text-align:right}html.style3 .contact-log-main .call-log-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style3 .contact-log-main .call-log-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style3 .search2{padding-top:20px;padding-bottom:25px;margin-left:-40px;margin-right:-40px;margin-top:5px;border-top:1px solid #eff1f2;display:flex;justify-content:center}html.style3 .search2>div{width:310px;height:50px;border-radius:15px;background-color:#f4f5f6}html.style3 .search2 .input-group{height:100%;display:flex;align-items:center}html.style3 .search2 .input-group .form-control{background-color:transparent;outline:none;border:none;box-shadow:none}html.style3 .search2 .input-group .form-control::place-holder{color:#e5e8e9}html.style3 .search2 .input-group .form-control:focus{outline:none;border:none;box-shadow:none}html.style3 .search2 .input-group .input-group-append{line-height:1}html.style3 .search2 .input-group .input-group-append span{padding:8px 20px}html.style3 .search2 .input-group .input-group-append span i{font-size:16px}html.style3 .search2 .input-group .input-group-append:last-child span{border-left:1px solid #e5e8e9}html.style3 .tippy-tooltip.gradienttooltip-theme,html.style3 .tippy-tooltip.tooltiprad-theme{border-radius:0 50px 50px 50px;margin-left:70px;margin-top:50px}html.style3 .tippy-tooltip.gradienttooltip-theme{background-image:linear-gradient(90deg,#1589ff,#82cafa)}html.style3 .chitchat-loader{background-color:#fff;margin:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;z-index:99999;top:0;left:0;text-align:center}html.style3 .chitchat-loader h3{margin-top:30px;color:#828282}html.style3 .type{width:60px;position:relative;height:15px}html.style3 .typing-loader{width:8px;height:8px;border-radius:100%;animation:loadertyping .8s ease-in-out infinite alternate;animation-delay:.32s;position:absolute;left:0;right:0;margin:0 auto;top:-27px}html.style3 .typing-loader:after,html.style3 .typing-loader:before{content:"";position:absolute;width:8px;height:8px;border-radius:100%;box-shadow:0 40px 0 #fff;animation:loadertyping .8s ease-in-out infinite alternate}html.style3 .typing-loader:before{left:-17px;animation-delay:.48s}html.style3 .typing-loader:after{right:-17px;animation-delay:.16s}html.style3 .switchery{background-color:#fff;border:1px solid #dfdfdf;cursor:pointer;border-radius:20px;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}html.style3 .switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,.4);height:30px;position:absolute;top:0;width:30px}html.style3 .switchery-small{border-radius:20px;height:18px;width:33px}html.style3 .switchery-small>small{height:14px;width:14px;top:2px}html.style3 .collapse-block.open .block-title{padding-bottom:25px;transition:all .3s ease}html.style3 .collapse-block .block-title{position:relative;transition:all .3s ease;cursor:pointer}html.style3 .collapse-block .block-title:after{position:absolute;display:inline-block;content:"";font-family:FontAwesome;color:#223645;right:0;top:-4px;font-size:20px}html.style3 .audiocall1.call-modal,html.style3 .audiocall2.call-modal,html.style3 .conferencecall.call-modal,html.style3 .videocall.call-modal,html.style3 .videocallhang.call-modal{min-height:655px}html.style3 .audiocall1.call-modal .title2,html.style3 .audiocall2.call-modal .title2,html.style3 .conferencecall.call-modal .title2,html.style3 .videocall.call-modal .title2,html.style3 .videocallhang.call-modal .title2{margin-bottom:10px}html.style3 .audiocall1.call-modal h6,html.style3 .audiocall2.call-modal h6,html.style3 .conferencecall.call-modal h6,html.style3 .videocall.call-modal h6,html.style3 .videocallhang.call-modal h6{text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:600;color:#fff;margin-bottom:15px}html.style3 .audiocall1.call-modal ul,html.style3 .audiocall2.call-modal ul,html.style3 .conferencecall.call-modal ul,html.style3 .videocall.call-modal ul,html.style3 .videocallhang.call-modal ul{display:flex;justify-content:center;align-items:center}html.style3 .audiocall1.call-modal ul li+li,html.style3 .audiocall2.call-modal ul li+li,html.style3 .conferencecall.call-modal ul li+li,html.style3 .videocall.call-modal ul li+li,html.style3 .videocallhang.call-modal ul li+li{margin-left:30px}html.style3 .audiocall1.call-modal .center-con,html.style3 .audiocall2.call-modal .center-con,html.style3 .conferencecall.call-modal .center-con,html.style3 .videocall.call-modal .center-con,html.style3 .videocallhang.call-modal .center-con{position:absolute;bottom:100px;width:100%}html.style3 .audiocall1.call-modal .center-con .mic,html.style3 .audiocall1.call-modal .center-con .pause,html.style3 .audiocall2.call-modal .center-con .mic,html.style3 .audiocall2.call-modal .center-con .pause,html.style3 .conferencecall.call-modal .center-con .mic,html.style3 .conferencecall.call-modal .center-con .pause,html.style3 .videocall.call-modal .center-con .mic,html.style3 .videocall.call-modal .center-con .pause,html.style3 .videocallhang.call-modal .center-con .mic,html.style3 .videocallhang.call-modal .center-con .pause{box-shadow:none}html.style3 .audiocall1.call-modal .center-con .mic.active,html.style3 .audiocall1.call-modal .center-con .pause.active,html.style3 .audiocall2.call-modal .center-con .mic.active,html.style3 .audiocall2.call-modal .center-con .pause.active,html.style3 .conferencecall.call-modal .center-con .mic.active,html.style3 .conferencecall.call-modal .center-con .pause.active,html.style3 .videocall.call-modal .center-con .mic.active,html.style3 .videocall.call-modal .center-con .pause.active,html.style3 .videocallhang.call-modal .center-con .mic.active,html.style3 .videocallhang.call-modal .center-con .pause.active{box-shadow:0 0 3px 2px #eff1f2}html.style3 .audiorcvcall .modal-body{padding:10px 0}html.style3 .dynemic-sidebar .search-form .form-group input{border-radius:10px;height:60px}html.style3 .modal{z-index:1075}html.style3 body.modal-open>div[tabindex="-1"]{z-index:99999!important}html.style3 .viddiolog.fade.modal-dialog{max-width:850px}html.style3 .viddiolog.active.modal-dialog{width:90vw;max-width:unset}html.style3 .viddiolog .modal-body{padding:0}html.style3 .viddiolog .videocall.call-modal{min-height:90vh!important}html.style3 .conferencecall{background-blend-mode:overlay;background-color:hsla(0,0%,100%,.52)}html.style3 .conferencecall p{color:#fff}html.style3 .conferencecall h3{margin-bottom:20px;color:#fff}html.style3 .conferencecall .usersprof{display:flex;justify-content:center}html.style3 .conferencecall .usersprof .profile{border-radius:100%;border:2px solid #fff;margin-bottom:10px}html.style3 .conferencecall .usersprof .profile+.profile{margin-left:-20px}html.style3 #basicUsage{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700}html.style3 .call-modal .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style3 .call-modal .mute i.off:after{opacity:1;transition:opacity .3s ease}html.style3 .call-modal .mic i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style3 .call-modal .mic i.off:after{opacity:1;transition:opacity .3s ease}html.style3 .no-internet{background-color:#fff;position:relative;height:600px}html.style3 .login-page2.animat-rate .bg_circle>div,html.style3 .no-internet.animat-rate .bg_circle>div,html.style3 .right-login.animat-rate .bg_circle>div,html.style3 .rightchat.animat-rate .bg_circle>div{width:20px;height:20px;border:3px solid #d0eafb;border-radius:50%;position:absolute;z-index:9}html.style3 .login-page2.animat-rate .bg_circle div:first-of-type,html.style3 .no-internet.animat-rate .bg_circle div:first-of-type,html.style3 .right-login.animat-rate .bg_circle div:first-of-type,html.style3 .rightchat.animat-rate .bg_circle div:first-of-type{right:50%;animation:animationFramesOne 25s linear infinite}html.style3 .login-page2.animat-rate .bg_circle div:nth-of-type(2),html.style3 .no-internet.animat-rate .bg_circle div:nth-of-type(2),html.style3 .right-login.animat-rate .bg_circle div:nth-of-type(2),html.style3 .rightchat.animat-rate .bg_circle div:nth-of-type(2){right:5%;top:5%;animation:animationFramesOne 35s linear infinite}html.style3 .login-page2.animat-rate .bg_circle div:nth-of-type(3),html.style3 .no-internet.animat-rate .bg_circle div:nth-of-type(3),html.style3 .right-login.animat-rate .bg_circle div:nth-of-type(3),html.style3 .rightchat.animat-rate .bg_circle div:nth-of-type(3){bottom:35%;left:20%;animation:animationFramesOne 65s linear infinite}html.style3 .login-page2.animat-rate .bg_circle div:nth-of-type(4),html.style3 .no-internet.animat-rate .bg_circle div:nth-of-type(4),html.style3 .right-login.animat-rate .bg_circle div:nth-of-type(4),html.style3 .rightchat.animat-rate .bg_circle div:nth-of-type(4){bottom:26%;right:35%;animation:animationFramesOne 100s linear infinite}html.style3 .login-page2.animat-rate .bg_circle div:nth-of-type(5),html.style3 .no-internet.animat-rate .bg_circle div:nth-of-type(5),html.style3 .right-login.animat-rate .bg_circle div:nth-of-type(5),html.style3 .rightchat.animat-rate .bg_circle div:nth-of-type(5){bottom:35%;right:5%;animation:animationFramesOne 45s linear infinite}html.style3 .login-page2.animat-rate .bg_circle div:nth-of-type(6),html.style3 .no-internet.animat-rate .bg_circle div:nth-of-type(6),html.style3 .right-login.animat-rate .bg_circle div:nth-of-type(6),html.style3 .rightchat.animat-rate .bg_circle div:nth-of-type(6){bottom:60%;left:10%;animation:animationFramesOne 90s linear infinite}html.style3 .login-page2.animat-rate .bg_circle div:nth-of-type(7),html.style3 .no-internet.animat-rate .bg_circle div:nth-of-type(7),html.style3 .right-login.animat-rate .bg_circle div:nth-of-type(7),html.style3 .rightchat.animat-rate .bg_circle div:nth-of-type(7){top:40%;right:40%;animation:animationFramesOne 25s linear infinite}html.style3 .login-page2.animat-rate .bg_circle div:nth-of-type(8),html.style3 .no-internet.animat-rate .bg_circle div:nth-of-type(8),html.style3 .right-login.animat-rate .bg_circle div:nth-of-type(8),html.style3 .rightchat.animat-rate .bg_circle div:nth-of-type(8){bottom:30%;left:3%;animation:animationFramesOne 80s linear infinite}html.style3 .login-page2.animat-rate .bg_circle div:nth-of-type(9),html.style3 .no-internet.animat-rate .bg_circle div:nth-of-type(9),html.style3 .right-login.animat-rate .bg_circle div:nth-of-type(9),html.style3 .rightchat.animat-rate .bg_circle div:nth-of-type(9){top:25%;right:35%;animation:animationFramesOne 35s linear infinite}html.style3 .login-page2.animat-rate .bg_circle div:nth-of-type(10),html.style3 .no-internet.animat-rate .bg_circle div:nth-of-type(10),html.style3 .right-login.animat-rate .bg_circle div:nth-of-type(10),html.style3 .rightchat.animat-rate .bg_circle div:nth-of-type(10){top:40%;right:25%;animation:animationFramesOne 55s linear infinite}html.style3 .login-page2.animat-rate .bg_circle div:nth-of-type(11),html.style3 .no-internet.animat-rate .bg_circle div:nth-of-type(11),html.style3 .right-login.animat-rate .bg_circle div:nth-of-type(11),html.style3 .rightchat.animat-rate .bg_circle div:nth-of-type(11){bottom:20%;right:14%;animation:animationFramesOne 10s linear infinite}html.style3 .login-page2.animat-rate .cross,html.style3 .no-internet.animat-rate .cross,html.style3 .right-login.animat-rate .cross,html.style3 .rightchat.animat-rate .cross{position:absolute;background:#d0eafb;height:15px;width:2px;top:175px;right:50px;animation:rotatedTwo 22s linear infinite}html.style3 .login-page2.animat-rate .cross:after,html.style3 .no-internet.animat-rate .cross:after,html.style3 .right-login.animat-rate .cross:after,html.style3 .rightchat.animat-rate .cross:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 25s linear infinite}html.style3 .login-page2.animat-rate .cross1,html.style3 .no-internet.animat-rate .cross1,html.style3 .right-login.animat-rate .cross1,html.style3 .rightchat.animat-rate .cross1{position:absolute;background:#d0eafb;bottom:10%;height:15px;left:50%;width:2px;animation:rotatedTwo 50s linear infinite}html.style3 .login-page2.animat-rate .cross1:after,html.style3 .no-internet.animat-rate .cross1:after,html.style3 .right-login.animat-rate .cross1:after,html.style3 .rightchat.animat-rate .cross1:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}html.style3 .login-page2.animat-rate .cross2,html.style3 .no-internet.animat-rate .cross2,html.style3 .right-login.animat-rate .cross2,html.style3 .rightchat.animat-rate .cross2{position:absolute;background:#d0eafb;top:65%;height:15px;left:200px;width:2px;animation:rotatedTwo 50s linear infinite}html.style3 .login-page2.animat-rate .cross2:after,html.style3 .no-internet.animat-rate .cross2:after,html.style3 .right-login.animat-rate .cross2:after,html.style3 .rightchat.animat-rate .cross2:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}html.style3 .login-page2.animat-rate .dot,html.style3 .no-internet.animat-rate .dot,html.style3 .right-login.animat-rate .dot,html.style3 .rightchat.animat-rate .dot{position:absolute;height:5px;width:5px;background-color:#d0eafb;border-radius:50%;display:inline-block;animation:animationFramesOne 50s linear infinite;top:10%}html.style3 .login-page2.animat-rate .dot1,html.style3 .no-internet.animat-rate .dot1,html.style3 .right-login.animat-rate .dot1,html.style3 .rightchat.animat-rate .dot1{left:15%;position:absolute;height:5px;width:5px;background-color:#d0eafb;animation:animationFramesOne 90s linear infinite;border-radius:50%}html.style3 .quarterCircle{width:75px;height:75px;background:#f81f58;border-radius:0 0 0 90px;position:absolute;right:0;top:0}html.style3 .quarterCircle .close-btn span{color:#fff;opacity:1;font-size:35px;font-weight:600;top:5px;right:20px;cursor:pointer;position:absolute}html.style3 .connection-img{position:absolute;top:75px;display:flex;overflow:hidden;width:100%;justify-content:center}html.style3 .content{position:absolute;bottom:10%;left:0;right:0}html.style3 .content .icon-btn{margin-bottom:20px}html.style3 .content .title2{color:#223645;margin-bottom:15px}html.style3 .content .reconnect-btn{border-radius:25px;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;background-color:#f81f58;font-size:16px;cursor:pointer}html.style3 .content h5{font-weight:400;font-family:Roboto,sans-serif;color:#f81f58;margin-bottom:20px}html.style3 .videocall.call-modal,html.style3 .videocallhang.call-modal{position:relative}html.style3 .videocall.call-modal .videocall-details,html.style3 .videocallhang.call-modal .videocall-details{position:absolute;top:0;padding:35px;right:0;left:0;align-items:center}html.style3 .videocall.call-modal .videocall-details h6,html.style3 .videocallhang.call-modal .videocall-details h6{color:#647589;margin-top:5px;margin-bottom:0;font-size:9px}html.style3 .videocall.call-modal .videocall-details .usersprof,html.style3 .videocallhang.call-modal .videocall-details .usersprof{margin-right:15px;display:flex;margin-left:15px}html.style3 .videocall.call-modal .videocall-details .usersprof .profile,html.style3 .videocallhang.call-modal .videocall-details .usersprof .profile{border-radius:100%;margin-left:-15px}html.style3 .videocall.call-modal .videocall-details #basicUsage,html.style3 .videocallhang.call-modal .videocall-details #basicUsage{font-size:16px;font-family:Montserrat,sans-serif;font-weight:700;margin-right:20px}html.style3 .videocall.call-modal .videocall-details .zoomcontent,html.style3 .videocallhang.call-modal .videocall-details .zoomcontent{border-radius:50%;background-color:#fff;padding:7px}html.style3 .videocall.call-modal .videocall-details .red-notification h6,html.style3 .videocallhang.call-modal .videocall-details .red-notification h6{color:red;margin-right:20px}html.style3 .videocall.call-modal .videocall-details .red-notification .dot-btn:before,html.style3 .videocallhang.call-modal .videocall-details .red-notification .dot-btn:before{top:17px;right:7px}html.style3 .videocall.call-modal .videocall-details .red-notification .dot-btn.grow:after,html.style3 .videocallhang.call-modal .videocall-details .red-notification .dot-btn.grow:after{top:11px;right:1.8px}html.style3 .videocall.call-modal .small-image,html.style3 .videocallhang.call-modal .small-image{height:300px;width:220px;position:absolute;left:40px;bottom:5%}html.style3 .panel-actions{margin-top:-20px;margin-bottom:0;text-align:right}html.style3 .panel-actions a{color:red}html.style3 .panel-fullscreen{display:block;z-index:9999;position:fixed;width:100%;height:100%;top:0;right:0;left:0;bottom:0;overflow:auto}html.style3 .panel.panel-default i{margin:0 5px;color:#c25e7f;line-height:20px;cursor:pointer}html.style3 .confimg .vclimg{height:200px;width:auto;margin-bottom:15px;margin-left:10px;border-radius:5px;margin-right:10px}html.style3 .confimg .col-6{padding:0}html.style3 .clfooter{text-align:center}html.style3 .clfooter ul{margin-left:0;text-align:center;display:inline-flex}html.style3 .clfooter ul li+li{margin-left:10px}html.style3 .clfooter .icon-btn svg{stroke-width:2px}html.style3 .clfooter #basicUsage3{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700;display:block;margin-bottom:15px}html.style3 .modal-footer{border-top:unset;display:unset}html.style3 .modal-body{padding:10px 15px}html.style3 .close:focus{outline:none!important}html.style3 .call-list-center{position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}html.style3 .call-list-center .animated-bg i{background:#85c8f5;position:absolute;height:40px;width:40px;border-radius:100%;opacity:.3;animation:ripple1 4s linear infinite;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%) scale(1.3);z-index:-1}html.style3 .call-list-center .animated-bg i:nth-child(2){animation:ripple2 4s linear infinite}html.style3 .call-list-center .animated-bg i:nth-child(3){animation:ripple3 4s linear infinite}html.style3 .call-list-center p{position:absolute;width:280px;font-size:20px;font-weight:500;font-family:Roboto,sans-serif;top:120%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}html.style3 .groupuser{margin-left:auto;text-align:right;display:flex;align-items:center}html.style3 .groupuser .gr-profile{border-radius:100%;height:40px;width:40px;position:relative}html.style3 .groupuser .gr-profile+.gr-profile{margin-left:15px}html.style3 .groupuser .gr-profile.grow:before{border:none;height:7px;width:7px;background-color:#3fcc35!important}html.style3 .groupuser .gr-profile.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite;content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}html.style3 .groupuser .gr-chat-friend-toggle{padding-right:20px;position:relative}html.style3 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{position:absolute;top:60px;right:0;padding:25px 40px;background-color:#fff;text-align:left;z-index:1;width:340px;display:none}html.style3 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .icon-btn{position:absolute;right:0;top:12px}html.style3 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding:2px 50px 2px 70px;height:60px;display:flex;flex-direction:column;justify-content:center}html.style3 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;top:-12px;right:25px;z-index:1;transform:scale(-1)}html.style3 .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #d3d7dc!important}html.style3 .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#000}html.style3 .groupuser h4{margin-right:20px;font-weight:500}html.style3 .recent .theme-title .close-contentbtn{display:none}html.style3 .theme-according{padding-top:20px}html.style3 .theme-according h5{padding-top:4px;font-size:calc(13px + 0*(100vw - 320px)/1600);color:#9b4aff}html.style3 .theme-according p{font-size:12px;padding-top:10px;margin-bottom:0}html.style3 .theme-according .card{border:none;margin-bottom:1rem!important}html.style3 .theme-according .card a{font-weight:600;padding-left:25px}html.style3 .theme-according .card .card-header{border-radius:25px;border-bottom:none}html.style3 .theme-according .card .card-header[aria-expanded=true] a i:before{content:"";transition:all .3s ease}html.style3 .theme-according .card .card-header i{padding:8px 10px;width:28px;height:28px;position:absolute;top:7px;border-radius:100%;background-color:#9b4aff;color:#fff;left:10px;font-weight:900}html.style3 .theme-according .card .card-body{border-radius:25px;padding:1.2rem 1.25rem;background-color:#f7f7f9;margin-top:10px}html.style3 .reactour__helper span[data-tour-elem=badge]{background:#9b4aff!important}html.style3 .reactour__helper--is-open{background-color:#faf8fc!important;color:#9b4aff!important;font-weight:600;box-shadow:-1px 10px 16px -10px #9b4aff!important;border-radius:15px!important}html.style3 .reactour__helper--is-open:focus{outline:none!important}html.style3 .reactour__dot{background-color:rgba(155,74,255,.2)!important;border:none!important;width:6px!important;height:6px!important}html.style3 .reactour__dot:focus{outline:none!important}html.style3 .reactour__dot--is-active{background-color:#9b4aff!important;border:3px double #faf8fc!important;width:10px!important;height:10px!important}html.style3 .reactour__close{top:15px!important;right:15px!important}html.style3 .media-right{float:right;bottom:20px}html.style3 .label-right{position:relative;vertical-align:top;margin-left:10px;color:#647589;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:600;line-height:1.9}html.style3 .switch-green{position:relative;display:inline-block;width:34px;height:19px}html.style3 .switch-green input{display:none}html.style3 .switch-green input:checked+.switch-state{background-color:#3fcc35}html.style3 .switch-green input:checked+.switch-state:before{transform:translateX(15px)}html.style3 .switch-green input:focus+.switch-state{box-shadow:0 0 1px #9b4aff}html.style3 .switch{position:relative;display:inline-block;width:34px;height:19px}html.style3 .switch input{display:none}html.style3 .switch input:checked+.switch-state{background-color:#9b4aff}html.style3 .switch input:checked+.switch-state:before{transform:translateX(15px)}html.style3 .switch input:focus+.switch-state{box-shadow:0 0 1px #9b4aff}html.style3 .switch-state{border-radius:20px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#eff1f2;transition:.4s}html.style3 .switch-state:before{position:absolute;content:"";height:calc(1rem - 3px);width:calc(1rem - 3px);left:4px;bottom:3px;background-color:#fff;transition:.4s;border-radius:20px}html.style3 .icon-state .switch-state:after{content:"";font-family:Courier New,Courier,monospace;left:10px;position:absolute;top:10px;color:#223645;transition:.4s;opacity:.3}html.style3 .icon-state input:checked+.switch-state:after{content:"";left:36px;opacity:1;transition:.4s}html.style3 .switch-lg .switch{width:75px;height:40px}html.style3 .switch-lg .switch .switch-state:before{height:30px;width:30px;left:7px;bottom:5px;top:4px}html.style3 .switch-lg.icon-state .switch .switch-state:after{left:12px;font-size:18px}html.style3 .switch-lg.icon-state .switch input:checked+.switch-state:after{left:47px}html.style3 .switch-lg.icon-state .switch input:checked+.switch-state:before{transform:translateX(32px)}html.style3 .switch-sm.icon-state .switch .switch-state:after{top:4px;left:4px;font-size:8px}html.style3 .switch-sm.icon-state .switch input:checked+.switch-state:after{left:13px;top:4px}html.style3 .switch-sm .switch{width:25px;height:16px;margin-top:10px;margin-bottom:0}html.style3 .switch-sm .switch .switch-state:before{height:8px;width:8px;left:4px;bottom:4px}html.style3 .switch-sm input:checked+.switch-state:before{left:-13px}html.style3 .switch-outline .switch-state{background-color:#fff;border:1px solid #9b4aff;transition:.4s}html.style3 .switch-outline .switch-state:before{background-color:#eff1f2;bottom:3px;color:#fff}html.style3 .switch-outline .switch input{display:none}html.style3 .switch-outline .switch input:checked+.switch-state{background-color:transparent;border:1px solid #9b4aff}html.style3 .switch-outline .switch input:checked+.switch-state:before{background-color:#9b4aff;bottom:3px;transform:translateX(26px)}html.style3 .switch-outline .switch input:checked+.switch-state:after{color:#fff}html.style3 .switch-outline .switch input:checked+.switch-state.bg-dark,html.style3 .switch-outline .switch-state.bg-dark{border:1px solid #223645;background-color:transparent!important}html.style3 .switch-outline .switch input:checked+.switch-state.bg-dark:before{background-color:#223645}html.style3 .switch-outline .switch input:checked+.switch-state.bg-warning,html.style3 .switch-outline .switch-state.bg-warning{border:1px solid #ffc514;background-color:transparent!important}html.style3 .switch-outline .switch input:checked+.switch-state.bg-warning:before{background-color:#ffc514}html.style3 .switch-outline .switch input:checked+.switch-state.bg-success,html.style3 .switch-outline .switch-state.bg-success{border:1px solid #3fcc35;background-color:transparent!important}html.style3 .switch-outline .switch input:checked+.switch-state.bg-success:before{background-color:#3fcc35}html.style3 .switch-outline .switch input:checked+.switch-state.bg-info,html.style3 .switch-outline .switch-state.bg-info{border:1px solid #7fffd4;background-color:transparent!important}html.style3 .switch-outline .switch input:checked+.switch-state.bg-info:before{background-color:#7fffd4}html.style3 .switch-outline .switch input:checked+.switch-state.bg-danger,html.style3 .switch-outline .switch-state.bg-danger{border:1px solid #ff4e2b;background-color:transparent!important}html.style3 .switch-outline .switch input:checked+.switch-state.bg-danger:before{background-color:#ff4e2b}html.style3 .switch-outline .switch input:checked+.switch-state.bg-primary,html.style3 .switch-outline .switch-state.bg-primary{border:1px solid #9b4aff;background-color:transparent!important}html.style3 .switch-outline .switch input:checked+.switch-state.bg-primary:before{background-color:#9b4aff}html.style3 .switch-outline .switch input:checked+.switch-state.bg-secondary,html.style3 .switch-outline .switch-state.bg-secondary{border:1px solid var(--theme-secondary);background-color:transparent!important}html.style3 .switch-outline .switch input:checked+.switch-state.bg-secondary:before{background-color:var(--theme-secondary)}html.style3 .switch-showcase{margin-bottom:-8px}html.style3 .switch-showcase .media{line-height:1}html.style3 .chitchat-container{height:100vh;display:flex;flex-direction:row}html.style3 .chitchat-container .main-nav{min-width:100px;width:100px;height:100vh;max-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;border-right:1px solid #eff1f2;padding:40px 0}html.style3 .chitchat-container .chitchat-left-sidebar{min-width:400px;width:400px;height:100vh;max-height:100vh;overflow:hidden}html.style3 .chitchat-container .chitchat-main{width:100%;height:100vh;max-height:100vh;z-index:1;transition:all .7s;background-color:#fff}html.style3 .chitchat-container .chitchat-right-sidebar{min-width:350px;width:350px;height:100vh;max-height:100vh;position:fixed;right:-200px;background-color:#fff;opacity:0;transition:all .7s}html.style3 .app-sidebar{width:0;right:-520px;z-index:9;height:100vh;max-height:100vh;position:fixed;background-color:#fff;display:table}html.style3 .app-sidebar,html.style3 .app-sidebar.active{transition:all .3s ease;animation:fadeInRight .3s ease-in-out}html.style3 .app-sidebar.active{width:auto;right:0}html.style3 .app-sidebar.active .apps-ul>.tab-content>.tab-pane,html.style3 .app-sidebar.active .apps-ul>li{width:300px;height:100vh;opacity:0;position:absolute;padding:20px}html.style3 .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style3 .app-sidebar.active .apps-ul>li.active{right:90px;opacity:1;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;background-color:#fff}html.style3 .app-sidebar.active .apps-ul .theme-title{margin-top:10px;margin-bottom:30px}html.style3 .app-sidebar.active .apps-ul .theme-title h2{font-size:calc(22px + 2*(100vw - 320px)/1600)}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab .nav-tabs .nav-item .nav-link,html.style3 .app-sidebar .apps-ul .tab-pane>li .theme-tab .nav-tabs .nav-item .nav-link{min-width:60px;padding:7px 15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab ul li+li,html.style3 .app-sidebar .apps-ul .tab-pane>li .theme-tab ul li+li{margin-left:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-content,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{padding-bottom:0;border-bottom:1px solid #faf8fc;margin-bottom:20px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-title,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{padding-bottom:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content{margin-right:-20px;padding-right:20px;height:calc(100vh - 160px);overflow:auto}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul li,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul li{width:auto;transform:translateX(0);opacity:1;list-style:none;display:contents}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{margin-bottom:15px;border:1px solid #eff1f2;padding:15px;border-radius:15px;box-shadow:-1px 10px 16px -10px #eff1f2}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group img,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group img{margin-right:10px;width:30px;height:30px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body{word-break:break-word}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body a,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body a{color:#647589}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h5,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h5{margin-bottom:5px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h6,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h6{font-size:10px;line-height:1.3}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media{margin-bottom:10px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media svg,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media svg{margin-right:10px;border:1px solid #eff1f2;padding:6px;background-color:#ede6e6;width:15%;height:15%}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media:last-child,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{margin-top:10px;margin-bottom:0;border-left:4px solid #9b4aff;padding-top:10px;padding-bottom:10px;padding-left:15px;background-color:#faf8fc;border-radius:5px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group a,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group a{word-wrap:break-word}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .docs-group,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .docs-group{padding:15px;border:1px solid #eff1f2;margin-bottom:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .chat-main li,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .chat-main li{display:block}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main{padding-left:15px;padding-right:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li{padding-left:25px;padding-right:25px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile,html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl{width:40px;height:40px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i{font-size:14px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-top:0;padding-left:55px;padding-bottom:0}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details h5,html.style3 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details h5{text-transform:capitalize}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs{justify-content:flex-start;position:relative}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs .nav-item,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs .nav-item{margin-right:10px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs li:last-child,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs li:last-child{position:absolute;right:0}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content{padding-bottom:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content h3,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content h3{font-weight:600;padding-bottom:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task+.todo-task,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task+.todo-task{margin-top:10px;padding-top:10px;border-top:1px solid #eff1f2}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task h5,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task h5{font-weight:500;font-size:calc(13px + 2*(100vw - 320px)/1600);margin-bottom:5px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form{display:inline-block}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form input,html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form select,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form input,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form select{border:0;background-color:transparent;font-size:calc(12px + 1*(100vw - 320px)/1600);color:#828282;font-weight:400}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span a,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:#223645;font-weight:400}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span+span,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span+span{padding-left:10px;margin-left:10px;border-left:1px solid #828282}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs i,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs i{font-size:50px;margin-bottom:10px;color:#9b4aff}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs h6,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs h6{color:#223645;margin-bottom:10px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs p,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs p{margin-bottom:12px;color:#223645}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group{display:flex;align-items:center!important}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input{margin-bottom:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input+input,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input+input{margin-left:10px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{margin-top:15px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eff1f2}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input{border:none;cursor:pointer;font-size:15px;font-weight:500;line-height:1}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input::plaeholder,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input::plaeholder{color:#000}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input+input,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input+input{margin-left:6px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input:focus,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input:focus{outline:none}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .input-text,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .input-text{margin-bottom:10px;align-items:center;display:flex}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .add-to-do,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .add-to-do{cursor:pointer;display:block;margin-top:5px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .todo-buttons i,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .todo-buttons i{cursor:pointer}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content:last-child,html.style3 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content:last-child{margin-bottom:0}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-input input,html.style3 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-input input{padding:15px;margin-bottom:20px;width:100%}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content,html.style3 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content{display:flex;align-items:baseline}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content ul li,html.style3 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content ul li{margin-left:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list,html.style3 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list{padding:20px;border:1px solid #ddd;border-radius:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media,html.style3 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media{align-items:center;margin-bottom:10px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media img,html.style3 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media img{height:30px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a,html.style3 .app-sidebar .apps-ul .tab-pane>li .notes-main a{font-size:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a.line,html.style3 .app-sidebar .apps-ul .tab-pane>li .notes-main a.line{border-top:1px solid #ededed;padding-top:12px;margin-top:15px;content:"";display:block;font-weight:600;font-family:Montserrat,sans-serif}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a:before,html.style3 .app-sidebar .apps-ul .tab-pane>li .notes-main a:before{margin-right:5px;font-size:12px;font-family:fontawesome}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content{margin-bottom:20px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content i,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content i{font-size:50px;margin-bottom:25px;color:#9b4aff;display:block}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content p,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content p{margin-bottom:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content .setreminder,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content .setreminder{color:#fff}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list{display:none;border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{position:absolute;top:0;right:0}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle{display:none}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li{display:flex;align-items:center}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .Hide-reminder,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .Hide-reminder{display:none}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button{border:none;background:unset;padding:15px;font-size:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button:focus,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button:focus{outline:none}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp{border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{position:absolute;top:0;right:0}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle{display:none}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li{display:flex;align-items:center}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button{border:none;background:unset;padding:15px;font-size:15px}html.style3 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button:focus,html.style3 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button:focus{outline:none}html.style3 .app-sidebar .app-list{height:100%;max-width:90px;width:90px;border-left:2px solid #eff1f2}html.style3 .app-sidebar .app-list ul.app-list-ul{height:100%;padding-top:25px;padding-bottom:25px;position:relative}html.style3 .app-sidebar .app-list ul.app-list-ul li h5{margin-top:15px;opacity:.7}html.style3 .app-sidebar .app-list ul.app-list-ul .close-app{margin-bottom:10px;position:absolute;bottom:0;left:0;right:0}html.style3 .app-sidebar .app-list ul.app-list-ul h5{margin-top:15px}html.style3 .dropdown{transition:all .5s ease;color:#b2b6be}html.style3 .dropdown.currency{width:150%;text-align:right}html.style3 .dropdown.currency:focus{outline:none}html.style3 .dropdown.currency .dropdown-menu{right:0;left:unset}html.style3 .dropdown .select{cursor:pointer}html.style3 .dropdown .select span{font-size:15px;font-weight:400;color:#9b4aff}html.style3 .dropdown .dropdown-menu{padding:5px 0;min-width:14rem;border-radius:0}html.style3 .dropdown .dropdown-menu li{padding:6px 15px;transition:all .2s ease-in-out;cursor:pointer;display:block;color:#333}html.style3 .dropdown .dropdown-menu .dropdown-divider{height:40px;border-bottom:1px solid #ddd;background-color:#fff;display:flex;padding:10px;margin:unset}html.style3 .dropdown .dropdown-menu .dropdown-divider h5{margin-left:10px}html.style3 .sidebar-active .chitchat-container .main-nav~.chitchat-main .messages .contact-details{width:56vw}html.style3 .todo-main-modal .todo-task h5{margin-bottom:10px}html.style3 .todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 32px}html.style3 .todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}html.style3 .todo-main-modal .todo-task .todo-main-content input::placeholder{color:#9b4aff}html.style3 .todo-main-modal .todo-task .todo-main-content input:focus{outline:none}html.style3 .todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}html.style3 .todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}html.style3 .todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}html.style3 .create-todo-main-modal .todo-task h5{margin-bottom:10px}html.style3 .create-todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 45px}html.style3 .create-todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}html.style3 .create-todo-main-modal .todo-task .todo-main-content input::placeholder{color:#9b4aff}html.style3 .create-todo-main-modal .todo-task .todo-main-content input:focus{outline:none}html.style3 .create-todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}html.style3 .create-todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}html.style3 .create-todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}html.style3 .app-sidebar .todo-main .todo-task{position:relative}html.style3 .app-sidebar .todo-main .todo-task .input-text input::placeholder{text-transform:capitalize;color:#223645;font-weight:500}html.style3 .app-sidebar .todo-main .todo-task h4{color:#223645;font-weight:600;letter-spacing:.03em;margin-bottom:20px}html.style3 .app-sidebar .todo-main .todo-task .drop-picker{display:flex;font-size:13px}html.style3 .app-sidebar .todo-main .todo-task .drop-picker .form-control{padding:0;height:auto}html.style3 .app-sidebar .todo-main .todo-task .drop-picker .form-control::placeholder{font-size:13px;font-weight:400;color:#647589}html.style3 .app-sidebar .todo-main .todo-task .drop-picker .form-control:focus{box-shadow:none}html.style3 .app-sidebar .todo-main .todo-task .drop-picker .dropdown .select span{font-size:13px;color:#647589;font-weight:400}html.style3 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu .dropdown-divider i{color:#223645}html.style3 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu h5{color:#223645!important;font-weight:500}html.style3 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-left:0;line-height:1}html.style3 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li a{font-size:12px;color:#647589;font-weight:500}html.style3 .app-sidebar .notes-main .notes-list h6{line-height:1.2}html.style3 .app-sidebar .reminder-main h5{margin-bottom:15px}html.style3 .app-sidebar .reminder-main h6{margin-bottom:5px}html.style3 .reminder-modal-main .lable{margin-bottom:10px;text-transform:capitalize;display:block;color:#223645;font-weight:600;font-size:14px}html.style3 .reminder-modal-main .form-group .form-control::placeholder{font-size:14px}html.style3 .reminder-modal-main .form-group .reminder-count .reminder-box .remi-val{text-transform:capitalize;font-weight:600}html.style3 .configuration-modal h5 span{font-size:14px}html.style3 .chitchat-container.sidebar-overlap .chitchat-main,html.style3 .chitchat-container.sidebar-overlap .contact-details,html.style3 .chitchat-container.sidebar-overlap .message-input{width:calc(100% - 500px)!important}html.style3 .chitchat-container .main-nav .logo-warpper{text-align:center;padding-bottom:35px;border-bottom:1px solid #eff1f2}html.style3 .chitchat-container .main-nav .logo-warpper img{height:40px}html.style3 .chitchat-container .main-nav .sidebar-main{height:calc(100vh - 186px);display:inline-flex;flex-direction:column;width:100%;justify-content:space-between}html.style3 .chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active,html.style3 .chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active{background-color:#9b4aff!important}html.style3 .chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active i,html.style3 .chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active i{color:#fff}html.style3 .chitchat-container .main-nav .sidebar-main .sidebar-bottom li,html.style3 .chitchat-container .main-nav .sidebar-main .sidebar-top li{text-align:center;padding-top:30px;position:relative}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab{position:absolute;min-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;top:0;bottom:0;background-color:#fff;z-index:0;width:400px;min-width:400px;padding:40px}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab.active,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab.active,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab.active,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab.active,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default.active,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab.active,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab.active{opacity:1;z-index:3;animation:fadeInLeft .3s ease-in-out}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #eff1f2;padding-bottom:20px}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{background-color:gray;width:-moz-fit-content;width:fit-content;border-radius:50%;margin-right:15px;position:relative}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .bg-size,html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status img,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .bg-size,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status img,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .bg-size,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status img,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .bg-size,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status img,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .bg-size,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status img,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .bg-size,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status img,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .bg-size,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status img{width:50px;height:50px;border-radius:50%}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{border-radius:50%;width:20px;height:20px;background-color:#9b4aff;position:absolute;bottom:-8px;right:0;color:#fff}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img:before,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img:before{content:"";font-family:FontAwesome;font-size:11px;padding:6px}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img input,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img input,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img input,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img input,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img input,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img input,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img input{background-color:gray;border-radius:50%;width:100%;height:100%;opacity:0;position:absolute;top:0}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body h3,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body h3,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body h3,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body h3,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body h3,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body h3,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body h3{text-transform:capitalize;margin-bottom:5px}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body p,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body p,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body p,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body p,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body p,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body p,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body p{margin-bottom:0;text-transform:capitalize;letter-spacing:1px}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box{padding-top:20px}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box h3,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box h3,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box h3,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box h3,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box h3,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box h3,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{padding:15px 25px;color:#9b4aff;background-color:#faf8fc;text-transform:capitalize;margin-bottom:20px;border-radius:15px}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{margin-bottom:20px;border-bottom:1px solid #eff1f2;padding-bottom:10px}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content:last-child,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content:last-child,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content:last-child,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content:last-child,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content:last-child,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content:last-child,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content:last-child{margin-bottom:0}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul{display:flex;align-items:center}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li h5,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li h5,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li h5,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li h5,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li h5,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li h5,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li h5{margin-bottom:5px;text-transform:capitalize}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .img-status,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li .img-status,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .img-status,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li .img-status,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li .img-status,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li .img-status,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li .img-status{width:40px;height:40px;border-radius:50%;position:relative}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li p,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li p,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li p,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li p,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li p,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li p,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li p{margin-bottom:0;text-transform:capitalize}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li:first-child,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li:first-child,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li:first-child,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li:first-child,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li:first-child,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li:first-child,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-right:15px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default{position:relative;z-index:0;padding:0!important}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default.active{z-index:999}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent{position:fixed;width:400px;top:0;background-color:#fff;padding-top:40px;z-index:1}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 40px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 40px 0}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box{position:relative}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{position:absolute;bottom:25px;right:15px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:110px;width:100%;border-radius:20px;position:relative;transition:all .3s ease}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{position:absolute;color:#fff;bottom:10px;left:15px;font-weight:500;text-transform:capitalize}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile:before{content:"";left:0;top:0;position:absolute;height:100%;width:100%;border-radius:15px;box-shadow:inset 0 -25px 40px 6px rgba(0,0,0,.8)}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:242px;height:calc(100vh - 242px);min-height:calc(100vh - 242px)}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat{overflow:auto;overflow-x:hidden;overflow-y:auto}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:40px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm>.nav-tabs{padding-bottom:30px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs{width:80%;margin:0 auto}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs>.nav-item .nav-link{border-radius:5px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:40px 40px 0}html.style3 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:10px}html.style3 .search-form{width:calc(100% - 60px);left:30px;height:calc(100% - 30px);position:absolute;top:30px}html.style3 .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}html.style3 .search-form .form-group{height:100%;width:100%;margin-top:0}html.style3 .search-form .form-group input{border:1px solid #eff1f2;padding:0 50px;height:100%;width:100%;border-radius:15px;font-size:16px}html.style3 .search-form .form-group input:focus{outline:none}html.style3 .search-form .form-group .icon-close{position:absolute;padding:23px;right:0;cursor:pointer}html.style3 .search~.search-form{transform:scale(0);transition:all .3s ease}html.style3 .search~.search-form.open{transform:scale(1);transition:all .3s ease}html.style3 .contact-list-tab li .chat-box .date-status{top:10px}html.style3 .contact-list-tab .chat-main{margin-right:-40px;padding-right:40px;height:100vh}html.style3 .contact-list-tab .search-form,html.style3 .document-tab .search-form,html.style3 .fevorite-tab .search-form{top:-9px;left:-1px;position:absolute;height:75px;width:100%}html.style3 .contact-list-tab .search-form:before,html.style3 .document-tab .search-form:before,html.style3 .fevorite-tab .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}html.style3 .chitchat-right-sidebar{transform-style:preserve-3d;transform-origin:center right;transition:transform .5s;cursor:pointer}html.style3 .chitchat-right-sidebar .badge.sm{padding:4px 4px 2px}html.style3 .chitchat-right-sidebar .status .str-msg li+li{margin-top:15px}html.style3 .chitchat-right-sidebar .right-sidebar{overflow:auto;overflow-x:hidden;overflow-y:auto;height:100vh;max-height:100vh;position:absolute;background-color:#fff;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}html.style3 .chitchat-right-sidebar .right-sidebar .group-main{margin-bottom:-20px}html.style3 .chitchat-right-sidebar .right-sidebar .group-main li{padding-top:0}html.style3 .chitchat-right-sidebar .right-sidebar .group-main li+li{margin-top:0}html.style3 .chitchat-right-sidebar .right-sidebar .group-main .group-box .profile{width:30px;height:30px}html.style3 .chitchat-right-sidebar .right-sidebar .group-main .group-box .details{padding-left:45px;padding-top:0}html.style3 .chitchat-right-sidebar .contact-profile,html.style3 .chitchat-right-sidebar .document,html.style3 .chitchat-right-sidebar .media-gallery,html.style3 .chitchat-right-sidebar .status{opacity:.5;transition:all .7s}html.style3 .chitchat-right-sidebar .contact-profile{padding:40px}html.style3 .chitchat-right-sidebar .contact-profile .details{padding-top:40px;text-align:center}html.style3 .chitchat-right-sidebar .contact-profile .details .contact-top{height:150px;width:140px;border-radius:20px;box-shadow:-1px 10px 16px -10px #666;margin:0 auto}html.style3 .chitchat-right-sidebar .contact-profile .details .name{margin-top:20px}html.style3 .chitchat-right-sidebar .contact-profile .details .name h6{padding-top:8px;margin-bottom:20px}html.style3 .chitchat-right-sidebar .contact-profile .details ul li{display:inline-block}html.style3 .chitchat-right-sidebar .contact-profile .details ul li svg{fill:#fff}html.style3 .chitchat-right-sidebar .contact-profile .details ul li+li{margin-left:12px}html.style3 .chitchat-right-sidebar .document,html.style3 .chitchat-right-sidebar .media-gallery,html.style3 .chitchat-right-sidebar .status{border-top:1px solid #eff1f2;padding:30px 40px}html.style3 .chitchat-right-sidebar .status{position:relative}html.style3 .chitchat-right-sidebar .status .bg-size{margin:3px}html.style3 .chitchat-right-sidebar .status.other ul li{padding-left:30px}html.style3 .chitchat-right-sidebar .status.other h5 a{color:rgba(34,54,69,.8);font-weight:600;display:flex}html.style3 .chitchat-right-sidebar .status.other h5 a svg{height:14px;position:absolute;left:0}html.style3 .chitchat-right-sidebar .status ul li{position:relative;padding-left:50px}html.style3 .chitchat-right-sidebar .status ul li .switchery{position:absolute;left:0}html.style3 .chitchat-right-sidebar .status ul li+li{margin-top:20px}html.style3 .document-list li{position:relative}html.style3 .document-list li i{position:absolute;font-size:16px;top:-2px;font-weight:700}html.style3 .document-list li h5{margin-left:30px;color:#647589}html.style3 .document-list li+li{margin-top:15px}html.style3 .share-media{margin-left:-8px;margin-right:-8px}html.style3 .share-media .media-big{height:160px;width:auto;border-radius:15px}html.style3 .share-media .media-big .border-portfolio a{height:160px;width:auto}html.style3 .share-media .media-big .isotopeSelector img{height:100%;width:auto}html.style3 .share-media .col-4{padding-left:8px;padding-right:8px}html.style3 .share-media .media-small{height:72px;width:auto;border-radius:15px}html.style3 .share-media .media-small .border-portfolio a{height:72px;width:auto}html.style3 .share-media .media-small:first-child{margin-bottom:16px}html.style3 .menu-active .chitchat-right-sidebar{opacity:1;right:0;z-index:9;transition:all .7s}html.style3 .menu-active .chitchat-right-sidebar .contact-profile,html.style3 .menu-active .chitchat-right-sidebar .document,html.style3 .menu-active .chitchat-right-sidebar .media-gallery,html.style3 .menu-active .chitchat-right-sidebar .status{opacity:1;transition:all .7s}html.style3 .menu-trigger{cursor:pointer}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:90%}html.style3 .sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 890px);transition:all .7s}html.style3 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 590px);transition:all .7s}html.style3 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}html.style3 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 575px)}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 980px);transition:all .3s ease}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 680px);transition:all .3s ease}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}html.style3 .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:56vw}html.style3 .menu-active .chitchat-container .chitchat-main{width:calc(100% - 850px);transition:all .7s}html.style3 .menu-active .chitchat-main .messages .contact-details{width:50vw}html.style3 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar){width:calc(100% - 790px)}html.style3 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .contact-details{width:calc(100vw - 880px)}html.style3 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .message-input{width:calc(100% - 790px)}html.style3 .sidebar-toggle .main-nav{transition:all .3s ease;transform:translateX(-100px);animation:fadeInLeft .3s ease-in-out;min-width:0;width:0}html.style3 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 490px);transition:all .3s ease}html.style3 .sidebar-toggle .main-nav li{transform:translateX(-100px);transition:transform .5s ease}html.style3 .sidebar-toggle .main-nav.on{transition:all .3s ease;transform:translateX(0);min-width:100px;animation:fadeInLeft .3s ease-in-out}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 595px);transition:all .3s ease;z-index:999}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 500px)}html.style3 .sidebar-toggle .main-nav.on li{transform:translateX(0);transition:transform .5s ease}html.style3 .dynemic-sidebar .chat-main{display:flex;flex-direction:column}html.style3 .dynemic-sidebar .chat-main .pined{cursor:pointer;order:-1}html.style3 .profile-box{padding-top:calc(40px - 10px);padding-bottom:40px}html.style3 .profile-box .open .details{display:none}html.style3 .profile-box .open .details.edit{display:block;animation:pulse .3s ease-in-out}html.style3 .profile-box .open .edit-btn:before{content:"";font-family:FontAwesome}html.style3 .profile-box .open .edit-btn svg{display:none}html.style3 .profile-box .details{padding-left:20px;padding-top:13px;animation:pulse .3s ease-in-out}html.style3 .profile-box .details.edit{padding-top:0;padding-right:20px;display:none}html.style3 .profile-box h6{padding-top:6px}html.style3 .setting-block{padding:40px;border-top:1px solid #eff1f2;margin:0 -40px}html.style3 .setting-block h4{padding-top:8px}html.style3 .setting-block .block{position:absolute;height:calc(100% - 115px);padding:40px 40px 0;width:100%;top:115px;left:0;bottom:0;background-color:#fff;opacity:0;z-index:-1;border-top:1px solid #eff1f2}html.style3 .setting-block .block .media{align-items:center}html.style3 .setting-block .block .help{padding-top:20px}html.style3 .setting-block .block .help>li{padding-top:12px;padding-bottom:12px;border-top:1px dashed #eff1f2}html.style3 .setting-block .block .help>li a{color:rgba(34,54,69,.8);font-weight:600}html.style3 .setting-block .block.open{opacity:1;z-index:1;animation:fadeInLeft .3s ease-in-out}html.style3 .setting-block .custom-switch-primary{margin-right:-11px;margin-top:-2px}html.style3 .setting-block .next:hover,html.style3 .setting-block .previous:hover{background-color:#9b4aff!important}html.style3 .setting-block .next:hover svg,html.style3 .setting-block .previous:hover svg{stroke:#fff!important}html.style3 .call-log-main .missed{stroke:#ff4e2b!important}html.style3 .call-log-main .call-box{position:relative}html.style3 .call-log-main .call-box .profile{position:absolute}html.style3 .call-log-main .call-box .details{height:60px;padding:12px 100px 13px 75px}html.style3 .call-log-main .call-box h6{padding-top:8px;display:flex}html.style3 .call-log-main .call-box h6 svg{height:13px;stroke:#3fcc35;width:13px}html.style3 .call-log-main .call-box .call-status{display:inline-block;right:0;top:10px;position:absolute}html.style3 .call-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}html.style3 .call-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(28,157,234,.15);transition:all .3s ease}html.style3 .call-log-main li.active:before{border-left:4px solid #9b4aff;width:100%;transition:all .3s ease}html.style3 .portfolio-padding{padding-bottom:40px}html.style3 .portfolio-section .isotopeSelector{margin-bottom:30px}html.style3 .portfolio-section .article-title{position:absolute;width:100%;left:0;bottom:0;color:#fff;transition:all .5s ease;text-align:center;float:left;font-size:18px;line-height:24px}html.style3 .portfolio-section .article-title a{color:#fff}html.style3 .portfolio-section .isotopeSelector{float:left;width:100%;position:relative}html.style3 .portfolio-section .isotopeSelector .overlay{position:relative;overflow:hidden}html.style3 .portfolio-section .isotopeSelector img{width:100%;height:auto;transition:all .4s ease}html.style3 .portfolio-section .isotopeSelector .overlay-background{transform:scale(0);transition:all .4s ease;border-radius:15px}html.style3 .portfolio-section .isotopeSelector .overlay-background i{position:absolute;top:50%;left:50%;background:#9b4aff;padding:5px;border-radius:100%;transform:translate(-50%,-50%);color:#fff;font-size:12px;display:none;transition:all .4s ease;width:30px;height:30px;align-items:center;justify-content:center}html.style3 .portfolio-section .isotopeSelector:hover img{transform:scale(1.2) rotate(2deg);transition:all .4s ease}html.style3 .portfolio-section .isotopeSelector:hover .overlay-background{transform:scale(1);position:absolute;left:0;top:0;width:100%;height:100%;background-color:transparent;opacity:1;z-index:1;transition:all .3s linear}html.style3 .portfolio-section .isotopeSelector:hover .overlay-background i{display:flex;transition:all .3s ease}html.style3 .portfolio-section .border-portfolio{overflow:hidden;border-radius:15px}html.style3 .portfolio-section #form1{padding-bottom:20px}html.style3 .portfolio-section .filter-button{padding:15px 24px;font-size:calc(16px + 4*(100vw - 320px)/1600);border:none;background-color:#fff;margin:0 5px;line-height:1}html.style3 .portfolio-section .filter-button.active{background-color:#9b4aff;color:#fff}html.style3 .portfolio-section.fullwidth-portfolio .isotopeSelector{padding-left:7px;padding-right:7px;margin-bottom:14px}html.style3 .filter-section .filter-container{text-align:center;padding:0 0 20px}html.style3 .filter-section .filter-container ul.filter>li{padding:0 25px}html.style3 .filter-section .filter-container ul.filter>li>a{color:#9b4aff;font-size:20px;line-height:40px}html.style3 .filter-section .filter-container ul.filter>li>a:focus,html.style3 .filter-section .filter-container ul.filter>li>a:hover{text-decoration:none;color:#9b4aff;outline:none}html.style3 .filter-section .filter-container ul.filter>li.active{background-color:#9b4aff}html.style3 .filter-section .filter-container ul.filter>li.active a{color:#fff}html.style3 .filter-section .filter-container ul.filter>li span{color:#ddd;font-size:20px;display:inline-block;margin:0 5px}html.style3 .filter-section .filter-container .filter>li{padding:0;margin:0}html.style3 .filter-section .title1 .title-inner1{margin-top:-5px}html.style3 .filter-section h1{text-align:center}html.style3 .demo-colored-wrap{background:#ecf0f1}html.style3 .mfp-with-zoom .mfp-container,html.style3 .mfp-with-zoom.mfp-bg{opacity:0;transition:all .3s ease-out}html.style3 .mfp-with-zoom.mfp-ready .mfp-container{opacity:1}html.style3 .mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}html.style3 .mfp-with-zoom.mfp-removing .mfp-container,html.style3 .mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}html.style3 .mfp-title{display:none}html.style3 .offer-box{top:50%;position:fixed;transform:translateY(-50%);display:flex;left:-415px;transition:all .5s ease;z-index:9}html.style3 .offer-box img{margin-right:18px}html.style3 .offer-box.toggle-cls{left:0;transition:all .5s ease}html.style3 .offer-box .heading-right h3{position:absolute;top:50%;right:0;width:230px;height:36px;line-height:36px;letter-spacing:5px;font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;transform:translate(50%,-50%) rotate(-90deg);text-align:center;background-color:#9b4aff;margin-bottom:0;cursor:pointer}html.style3 .integratin{margin-top:20px}html.style3 .integratin li{position:relative;padding-top:13px;padding-bottom:13px;border-bottom:1px solid #eff1f2}html.style3 .integratin li .media-right svg{height:20px;cursor:pointer;color:#828282}html.style3 .integratin li .media-left{width:100%}html.style3 .integratin li .media-left a{font-size:16px}html.style3 .integratin li .media-left a h5{display:inline-block;font-size:16px}html.style3 .integratin li .fb,html.style3 .integratin li .fb h5{color:#3b5998!important}html.style3 .integratin li .insta,html.style3 .integratin li .insta h5{color:#e4405f!important}html.style3 .integratin li .twi,html.style3 .integratin li .twi h5{color:#55acee!important}html.style3 .integratin li .slc,html.style3 .integratin li .slc h5{color:#3aaf85!important}html.style3 .integratin li .ggl,html.style3 .integratin li .ggl h5{color:#dc4e41!important}html.style3 .integratin li p{padding-left:20px;padding-top:7px}html.style3 .integratin li .profile{height:20px;width:20px;margin-top:3px}html.style3 .switch-list{margin-top:10px}html.style3 .switch-list li{padding-top:10px;padding-bottom:10px;position:relative;border:0!important}html.style3 .switch-list li p{margin-bottom:0}html.style3 .switch-list .switchery{position:absolute;left:0;top:8px}html.style3 .switch-list h5{color:#647589;font-weight:600}html.style3 .wallpaper{margin-top:15px}html.style3 .wallpaper li{cursor:pointer;height:30px;width:30px;background-color:#faf8fc;display:inline-block!important;background-size:auto!important}html.style3 .wallpaper li+li{margin-left:4px}html.style3 .change-number h5{padding-bottom:10px;font-weight:600;color:#223645}html.style3 .change-number .input-group~h5{padding-top:10px}html.style3 .change-number span{border-right:none;padding-right:0;font-weight:500}html.style3 .change-number .country-code{max-width:35px;border-left:none;padding:0 0 0 3px}html.style3 .change-number .form-control{padding-top:7px;padding-bottom:7px;border-color:#f4effa;background-color:#fff}html.style3 .change-number .form-control::-webkit-inner-spin-button{-webkit-appearance:none}html.style3 .change-number .form-control[type=number]{-moz-appearance:textfield}html.style3 .change-number .btn-group-sm>.btn,html.style3 .change-number .btn-sm{padding:8px 20px;font-size:14px;margin-top:20px}html.style3 .privacy li{position:relative}html.style3 .privacy h5{padding-top:10px;padding-right:35px;color:#223645;line-height:1.6}html.style3 .privacy p{margin-bottom:10px}html.style3 .privacy .custom-switch{position:absolute;right:0;top:8px}html.style3 .app-list-ul{text-align:center}html.style3 .app-list-ul .title{border-bottom:1px solid #eff1f2;padding-bottom:15px;cursor:pointer}html.style3 .app-list-ul .title svg{stroke:#9b4aff}html.style3 .app-list-ul .title h5{margin-top:0!important}html.style3 .app-list-ul li{margin-bottom:20px}html.style3 .lightbox-target{position:fixed;top:-100%;width:100%;background:rgba(0,0,0,.7);opacity:0;transition:opacity .5s ease-in-out;overflow:hidden;left:0;z-index:9999}html.style3 .lightbox-target img{margin:auto;top:0;left:0;right:0;bottom:0;max-height:0%;max-width:0;border:3px solid #fff;box-shadow:0 0 8px rgba(0,0,0,.3)}html.style3 .lightbox-target img,html.style3 a.lightbox-close{position:absolute;box-sizing:border-box;transition:.5s ease-in-out}html.style3 a.lightbox-close{display:block;width:50px;height:50px;background:#fff;color:#000;text-decoration:none;top:-80px}html.style3 a.lightbox-close:before{transform:translateX(-50%) rotate(45deg)}html.style3 a.lightbox-close:after,html.style3 a.lightbox-close:before{content:"";display:block;height:30px;width:1px;background:#000;position:absolute;left:50%;top:10px}html.style3 a.lightbox-close:after{transform:translateX(-50%) rotate(-45deg)}html.style3 .lightbox-target:target{opacity:1;top:0;bottom:0}html.style3 .lightbox-target:target img{max-height:100%;max-width:100%}html.style3 .lightbox-target:target a.lightbox-close{top:0;left:50%;margin-right:-50%;transform:translate(-50%,70px)}html.style3 .lightbox-target img{border:none;border-radius:25px;overflow:hidden}html.style3 .chat-content .message-input .emojis-main .typing-section{background-color:#fff;border:1px solid #fff;border-radius:21px;padding:0 15px;margin:5px 10px;box-sizing:border-box;flex:1 1 auto}html.style3 .chat-content .message-input .emojis-main .typing-section .typ-msg-content{position:relative;flex:1 1;display:flex;overflow:hidden;padding-right:0}html.style3 .chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg{left:10px;top:5px;color:#999;font-size:15px;line-height:20px;pointer-events:none;position:absolute;transition:opacity .08s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}html.style3 .chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg-main{font-size:15px;line-height:30px;height:35px;width:100%;-webkit-user-select:text;-moz-user-select:text;user-select:text}html.style3 .mobile-back,html.style3 .mobile-sidebar{display:none}html.style3 ul.chat-cont-setting{background-color:#fff;box-shadow:0 0 10px #f4effa;padding:15px;width:-moz-fit-content;width:fit-content;text-align:right;position:fixed;left:20%;bottom:10%;z-index:1;display:none;transition:all .5s ease}html.style3 ul.chat-cont-setting.open{display:block}html.style3 ul.chat-cont-setting li{margin-bottom:20px}html.style3 ul.chat-cont-setting li:last-child{margin-bottom:0}html.style3 ul.chat-cont-setting li a{display:flex;justify-content:flex-end;align-items:center}html.style3 ul.chat-cont-setting li a span{padding:5px;line-height:1;text-transform:capitalize;margin-right:15px;font-size:12px}html.style3 ul.chat-cont-setting li a .icon-chat-cont{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:10px}html.style3 ul.chat-cont-setting li a .icon-chat-cont svg{width:20px;height:20px;fill:#fff}html.style3 .msg-chat-modal .chat-msg-search{margin-bottom:20px}html.style3 .msg-chat-modal .chat-msg-search .input-group{align-items:center;background-color:#eff1f2;border:1px solid #eff1f2}html.style3 .msg-chat-modal .chat-msg-search .input-group .form-control{border:none}html.style3 .msg-chat-modal .chat-msg-search .input-group .input-group-append{padding:0 15px}html.style3 .msg-chat-modal .chat-msg-search .input-group .input-group-text{border:none;background-color:transparent;padding:0}html.style3 .msg-chat-modal .chat-msg-search .input-group span.input-group-text{font-size:11px;font-weight:700;color:#223645}html.style3 .msg-chat-modal .call-log-main,html.style3 .msg-chat-modal .chat-main{height:350px;overflow:auto}html.style3 .msg-chat-modal .call-log-main li,html.style3 .msg-chat-modal .chat-main li{margin-left:0;margin-right:0}html.style3 .msg-chat-modal .call-log-main li .chat-box .details,html.style3 .msg-chat-modal .chat-main li .chat-box .details{padding-left:70px}html.style3 .snippet-modal-main .default-form .form-group{margin-bottom:25px}html.style3 .snippet-modal-main .default-form .form-group input,html.style3 .snippet-modal-main .default-form .form-group select{font-size:14px;text-transform:capitalize}html.style3 .snippet-modal-main .default-form .form-group input::placeholder,html.style3 .snippet-modal-main .default-form .form-group select::placeholder{text-transform:capitalize;font-size:14px}html.style3 .snippet-modal-main .default-form .form-group .btn-snipate{margin-top:40px}html.style3 .containerchat{width:100%;height:calc(100% - 131px);background-color:#fafafa;padding:0 25%;margin-top:auto}@media(max-width:1024px)and (max-height:1366px){html.style3 .containerchat{padding:0;width:100%;margin-top:0}}html.style3 .container-message{width:100%;height:100px;padding:20px 0;background-color:#f8f9f9;box-sizing:border-box}@media(max-width:767px){html.style3 .container-message{padding:0 20px;margin-top:0;height:100px}}@media(max-width:1024px)and (max-height:1366px){html.style3 .container-message{padding:24px 20px;margin-top:0;height:100px}html.style3 .iconSend{width:95%!important;height:95%!important}}html.style3 .chitchat-main .messages{padding:10px 24px;height:100%;overflow:auto;overflow-x:hidden;overflow-y:auto;background-blend-mode:overlay;top:150px;background-color:#f7f2ef;display:none;animation:fadeInLeft .3s ease-in-out}html.style3 .chitchat-main .messages.active{display:block;animation:fadeInLeft .3s ease-in-out}html.style3 .chitchat-main .messages .contact-details{padding:20px 30px;background-color:#fff;box-shadow:0 -55px 0 0 #fff;position:fixed;width:calc(100vw - 500px);z-index:999;transition:all .9s}html.style3 .chitchat-main .messages .contact-details .col{position:unset}html.style3 .chitchat-main .messages .contact-details .search-form{z-index:9;top:-10px;left:0;position:absolute;height:80px;width:100%;transform:scale(0);transition:all .3s ease}html.style3 .chitchat-main .messages .contact-details .search-form.open{transform:scale(1);transition:all .3s ease;top:0;height:100px}html.style3 .chitchat-main .messages .contact-details .search-form input{border:none}html.style3 .chitchat-main .messages .contact-details ul li{display:inline-block;padding-left:17px}html.style3 .chitchat-main .messages .contact-details .left.media{align-items:center}html.style3 .chitchat-main .messages .contact-details .left.media .media-left{height:60px}html.style3 .chitchat-main .messages .contact-details .left.media .media-body{max-width:150px;margin-right:10px;position:relative}html.style3 .chitchat-main .messages .contact-details .left.media .media-body .badge{margin-top:7px}html.style3 .chitchat-main .messages .contact-details .left.media .media-right .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;border-radius:100%;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style3 .chitchat-main .messages .contact-details .left.media .media-right .mute i.off:after{opacity:1;transition:opacity .3s ease}html.style3 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:20px}html.style3 .chitchat-main .messages .contact-details .media-body h5{margin-bottom:7px}html.style3 .chitchat-main .messages .calls{height:100%;display:flex;align-items:center;justify-content:flex-end}html.style3 .chitchat-main .messages .calls>li .bg-transparent svg{stroke-width:3px}html.style3 .chitchat-main .messages .calls>li>a>svg{fill:#223645;stroke-width:1px}html.style3 .chitchat-main .message-input{height:50px;border:1px solid #cdcdcd;border-radius:20px;position:fixed;width:calc(100% - 100px);transition:all .5s;padding:8px 20px;margin:0 auto;z-index:9;bottom:0}html.style3 .chitchat-main .message-input input{width:calc(100% - 300px);border:0;font-size:16px;color:#000;font-family:Lato;background-color:transparent!important;outline:none}html.style3 .chitchat-main .message-input input::placeholder{color:hsla(0,0%,65%,.651);font-size:14px;font-family:Actor,sans-serif;font-weight:400}html.style3 .chitchat-main .message-input input:active{border:1px solid transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style3 .chitchat-main .message-input input:focus{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style3 .chitchat-main .message-input input::selection{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style3 .chitchat-main .badge.sm{padding:4px 4px 2px}html.style3 .chitchat-main .badge.refresh.sm{padding:4px}html.style3 .chitchat-main .refresh-block .badge svg{margin-right:0}html.style3 .chitchat-main .chat-content{position:relative}html.style3 .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#fff;margin-bottom:20px}html.style3 .chitchat-main .contact-content .contact-sub-content .user-profile .user-content img{width:100px;height:100px;border-radius:50%}html.style3 .chitchat-main .contact-content .contact-sub-content h3{text-transform:capitalize;color:#9b4aff;margin-bottom:20px}html.style3 .chitchat-main .contact-content .contact-sub-content .personal-info-group{margin-bottom:20px;padding:30px;background-color:#fff;border-radius:15px;position:relative;overflow:hidden}html.style3 .chitchat-main .contact-content .contact-sub-content .personal-info-group:last-child{margin-bottom:0}html.style3 .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{color:#223645;text-transform:capitalize;border-bottom:2px solid #eff1f2;padding-bottom:15px;margin-bottom:15px}html.style3 .chitchat-main .contact-content .contact-sub-content .personal-info-group h3 i{margin-right:10px}html.style3 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{padding-bottom:10px;border-bottom:1px dashed #eff1f2;margin-bottom:10px}html.style3 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li:last-child{margin-bottom:0;border-bottom:0!important;padding-bottom:0}html.style3 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li p{margin-bottom:0}html.style3 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{text-transform:capitalize;display:inline-block;margin-bottom:5px;color:rgba(34,54,69,.8)}html.style3 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:right;font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;margin-bottom:0;margin-top:4px;text-transform:lowercase;font-weight:400;font-family:Roboto,sans-serif}html.style3 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media{align-items:center}html.style3 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{width:50px;height:50px;border-radius:50%;margin-right:10px}html.style3 .chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:first-child{padding-top:0}html.style3 .chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:last-child{padding-bottom:0;border-bottom:0}html.style3 .chitchat-main .call-content,html.style3 .chitchat-main .chat-content,html.style3 .chitchat-main .contact-content{opacity:0;visibility:hidden}html.style3 .chitchat-main .call-content.active,html.style3 .chitchat-main .chat-content.active,html.style3 .chitchat-main .contact-content.active{opacity:1;visibility:visible;z-index:3;animation:fadeInLeft .3s ease-in-out}html.style3 .chitchat-main .call-content,html.style3 .chitchat-main .contact-content{position:absolute;padding:45px;min-height:100vh;overflow:auto;overflow-x:hidden;top:0;background-color:#fff;z-index:2;transition:all .3s ease}html.style3 .chitchat-main .call-content.active,html.style3 .chitchat-main .contact-content.active{width:calc(100% - 0px)}html.style3 .chitchat-main .call-content .user-profile,html.style3 .chitchat-main .contact-content .user-profile{box-shadow:0 0 5px #eff1f2;padding:30px;background-color:#fff;border-radius:15px;max-width:700px;margin:0 auto}html.style3 .chitchat-main .call-content .user-profile .user-content,html.style3 .chitchat-main .contact-content .user-profile .user-content{text-align:center}html.style3 .chitchat-main .call-content .user-profile .user-content img,html.style3 .chitchat-main .contact-content .user-profile .user-content img{border-radius:50%;width:100px}html.style3 .chitchat-main .call-content .user-profile .user-content h3,html.style3 .chitchat-main .contact-content .user-profile .user-content h3{margin-top:15px}html.style3 .chitchat-main .call-content .user-profile .user-content ul,html.style3 .chitchat-main .contact-content .user-profile .user-content ul{display:flex;align-items:center;justify-content:center;margin-top:15px}html.style3 .chitchat-main .call-content .user-profile .user-content ul li,html.style3 .chitchat-main .contact-content .user-profile .user-content ul li{font-size:14px;margin-right:15px 15px 0;text-transform:capitalize;line-height:1;transition:all .05s ease;padding:15px;font-weight:700}html.style3 .chitchat-main .call-content .user-profile .user-content ul li:first-child,html.style3 .chitchat-main .contact-content .user-profile .user-content ul li:first-child{color:#ff4e2b}html.style3 .chitchat-main .call-content .user-profile .user-content ul li:first-child i,html.style3 .chitchat-main .contact-content .user-profile .user-content ul li:first-child i{background-color:rgba(255,78,43,.15);color:#ff4e2b}html.style3 .chitchat-main .call-content .user-profile .user-content ul li:nth-child(2),html.style3 .chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2){color:#9b4aff}html.style3 .chitchat-main .call-content .user-profile .user-content ul li:nth-child(2) i,html.style3 .chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2) i{background-color:rgba(155,74,255,.15);color:#9b4aff}html.style3 .chitchat-main .call-content .user-profile .user-content ul li:last-child,html.style3 .chitchat-main .contact-content .user-profile .user-content ul li:last-child{margin-right:0;color:#3fcc35}html.style3 .chitchat-main .call-content .user-profile .user-content ul li:last-child i,html.style3 .chitchat-main .contact-content .user-profile .user-content ul li:last-child i{background-color:rgba(63,204,53,.15);color:#3fcc35}html.style3 .chitchat-main .call-content .user-profile .user-content ul li i,html.style3 .chitchat-main .contact-content .user-profile .user-content ul li i{width:36px;height:36px;margin-right:auto;margin-left:auto;margin-bottom:10px;font-size:16px;display:block;border-radius:50%;padding:10px;background-color:#eff1f2;transition:all .05s ease}html.style3 .chitchat-main .call-content .call-log-main,html.style3 .chitchat-main .contact-content .call-log-main{height:415px;overflow:overlay;margin:0 auto 15px;padding-right:10px}html.style3 .chitchat-main .call-content .call-log-main .coll-log-group,html.style3 .chitchat-main .contact-content .call-log-main .coll-log-group{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:20px 30px;margin-bottom:15px;border-radius:15px}html.style3 .chitchat-main .call-content .call-log-main .coll-log-group:last-child,html.style3 .chitchat-main .contact-content .call-log-main .coll-log-group:last-child{margin-bottom:0}html.style3 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media,html.style3 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media{align-items:center}html.style3 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg,html.style3 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media svg{width:18px;margin-right:10px}html.style3 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,html.style3 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body p,html.style3 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,html.style3 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body p{text-transform:capitalize}html.style3 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6,html.style3 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-right h6{color:#223645}html.style3 .chitchat-main .call-content .call-log-clear,html.style3 .chitchat-main .contact-content .call-log-clear{background-color:#fff;padding:20px;position:absolute;left:10px;right:0;text-transform:capitalize;text-align:center;border-radius:15px;cursor:pointer;width:calc(100% - 30px)}html.style3 .chitchat-main .call-content .call-log-clear i,html.style3 .chitchat-main .contact-content .call-log-clear i{font-size:24px}html.style3 .chitchat-main .call-content .call-log-clear span,html.style3 .chitchat-main .contact-content .call-log-clear span{display:block;font-size:16px}@media(max-width:1024px)and (max-height:1366px){html.style3 .chitchat-main .message-input{width:100%}}@media(max-width:767px){html.style3 .chitchat-main .chitchat-main .message-input{height:48px}}html.style3 .menu-active .chitchat-main .message-input{width:calc(100% - 850px);transition:all .9s}html.style3 .menu-active .chitchat-main .messages .contact-details{width:50.9vw!important;transition:all .9s ease}html.style3 .dark{background-color:#191b1f}html.style3 .dark,html.style3 .dark .clfooter #basicUsage3{color:hsla(0,0%,100%,.8)}html.style3 .dark h5{color:#fff}html.style3 .dark .chitchat-right-sidebar .right-sidebar{background-color:#191b1f}html.style3 .dark .chitchat-right-sidebar h2,html.style3 .dark .chitchat-right-sidebar h3{color:#fff}html.style3 .dark .chitchat-right-sidebar .status.other h5 a,html.style3 .dark .chitchat-right-sidebar h4,html.style3 .dark .chitchat-right-sidebar h6{color:hsla(0,0%,100%,.8)}html.style3 .dark .chitchat-right-sidebar .document,html.style3 .dark .chitchat-right-sidebar .media-gallery,html.style3 .dark .chitchat-right-sidebar .status{border-top:1px solid #414248}html.style3 .dark .status-switch .custom-control-label{color:hsla(0,0%,100%,.8)}html.style3 .dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}html.style3 .dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link.active{color:#9b4aff!important;background-color:rgba(28,157,234,.15)!important}html.style3 .dark .chitchat-container .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}html.style3 .dark .chitchat-container .chitchat-left-sidebar h1,html.style3 .dark .chitchat-container .chitchat-left-sidebar h2,html.style3 .dark .chitchat-container .chitchat-left-sidebar h3,html.style3 .dark .chitchat-container .chitchat-left-sidebar h4,html.style3 .dark .chitchat-container .chitchat-left-sidebar h5,html.style3 .dark .chitchat-container .chitchat-left-sidebar h6,html.style3 .dark .chitchat-container .chitchat-left-sidebar p,html.style3 .dark .chitchat-container .chitchat-left-sidebar select,html.style3 .dark .chitchat-container .chitchat-left-sidebar span{color:#fff}html.style3 .dark .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style3 .dark .chitchat-container .chitchat-left-sidebar .document-tab,html.style3 .dark .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style3 .dark .chitchat-container .chitchat-left-sidebar .notification-tab,html.style3 .dark .chitchat-container .chitchat-left-sidebar .settings-tab,html.style3 .dark .chitchat-container .chitchat-left-sidebar .status-tab{color:#fff;background-color:#191b1f}html.style3 .dark .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}html.style3 .dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c}html.style3 .dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{border-bottom:1px solid #414248}html.style3 .dark .chitchat-container .chitchat-left-sidebar .recent-default,html.style3 .dark .chitchat-container .chitchat-left-sidebar .recent-default .recent{color:#fff;background-color:#191b1f}html.style3 .dark .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{color:#fff!important;background-color:#25262c!important}html.style3 .dark .chitchat-container .main-nav{border-right:1px solid #414248}html.style3 .dark .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}html.style3 .dark .chitchat-container .chitchat-main{background-color:#191b1f}html.style3 .dark .chitchat-container .chitchat-main h5,html.style3 .dark .chitchat-container .chitchat-main h6{color:#fff}html.style3 .dark .chitchat-container .chitchat-main .messages{color:#fff;background-color:#25262c}html.style3 .dark .chitchat-container .chitchat-main .messages .contact-details{color:#fff;background-color:#191b1f;box-shadow:0 -55px 0 0 #25262c}html.style3 .dark .chitchat-container .chitchat-main .messages .contact-details .left.media .media-body:before{background-color:#fff}html.style3 .dark .chitchat-container .chitchat-main .message-input,html.style3 .dark .chitchat-container .chitchat-main .message-input input{background-color:#191b1f}html.style3 .dark .chitchat-container .chitchat-main .call-content{color:#fff;background-color:#25262c}html.style3 .dark .chitchat-container .chitchat-main .call-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}html.style3 .dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h3,html.style3 .dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h4{color:#fff}html.style3 .dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group{color:#fff;background-color:#191b1f}html.style3 .dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6{color:#fff}html.style3 .dark .chitchat-container .chitchat-main .call-content .call-log-clear{color:#fff;background-color:#191b1f}html.style3 .dark .chitchat-container .chitchat-main .contact-content{color:#fff;background-color:#25262c}html.style3 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group{color:#fff;background-color:#191b1f}html.style3 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{border-bottom:2px solid #414248;color:#fff}html.style3 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{border-bottom:1px dashed #414248}html.style3 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{color:#fff}html.style3 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}html.style3 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h3,html.style3 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h4{color:#fff}html.style3 .dark .document-list li h5{color:hsla(0,0%,100%,.8)}html.style3 .dark .form-control{background-color:#191b1f}html.style3 .dark .custom-control-label,html.style3 .dark .form-control-plaintext,html.style3 .dark span{color:hsla(0,0%,100%,.8)}html.style3 .dark .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}html.style3 .dark .msg-chat-modal .chat-msg-search .input-group{border-color:#223645;background-color:#25262c}html.style3 .dark .msg-chat-modal .chat-msg-search .input-group input,html.style3 .dark .msg-chat-modal .chat-msg-search .input-group span.input-group-text{color:hsla(0,0%,100%,.8)}html.style3 .dark ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}html.style3 .dark .chat-main li.active{color:#fff;background-color:#25262c}html.style3 .dark .setting-block{border-top:1px solid #414248}html.style3 .dark .setting-block .block{background-color:#191b1f;border-top:1px solid #414248}html.style3 .dark .setting-block .block .help>li{border-top:1px dashed #414248}html.style3 .dark .setting-block .block .help>li a{color:#fff}html.style3 .dark .integratin li{border-bottom:1px solid #414248}html.style3 .dark .search2{border-top:1px solid #414248}html.style3 .dark .group-main li.active,html.style3 .dark .search2>div{color:#fff;background-color:#25262c}html.style3 .dark .group-main ul.grop-icon li{border:2px solid #25262c;color:#fff}html.style3 .dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{color:#fff;background-color:#191b1f}html.style3 .dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{border-top:12px solid #191b1f}html.style3 .dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #414248!important}html.style3 .dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#fff}html.style3 .dark .btn-light{color:#fff!important;background-color:#25262c}html.style3 .dark .contact-chat>ul>li.replies .msg-box li .document,html.style3 .dark .contact-chat>ul>li.replies .msg-box li>h5{color:#fff;background-color:#191b1f}html.style3 .dark .contact-chat>ul>li.replies .msg-box li .document .icon-btns a{color:#fff!important;background-color:#25262c!important}html.style3 .dark .contact-chat>ul>li.replies .msg-box li .auto-gallery{color:#fff;background-color:#191b1f}html.style3 .dark .contact-chat>ul>li.sent .document .icon-btns a{color:#fff!important;background-color:#25262c!important}html.style3 .dark .contact-chat>ul.str-msg li .msg-box>li>h5{background-color:#25262c;color:#fff}html.style3 .dark .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#191b1f!important;color:#fff!important}html.style3 .dark .emojis-main .emojis-contain,html.style3 .dark .emojis-main .sticker-contain{background-color:#191b1f}html.style3 .dark .emojis-main .emojis-contain .emojis-sub-contain:before{border-top:12px solid #191b1f}html.style3 .dark .emojis-main .contact-poll .contact-poll-content{background-color:#191b1f}html.style3 .dark .emojis-main .contact-poll .contact-poll-content ul li a{color:#fff}html.style3 .dark .emojis-main .contact-poll .contact-poll-content:before{border-top:12px solid #191b1f}html.style3 .dark .add-contact-modal h3,html.style3 .dark .add-contact-modal h5,html.style3 .dark .fev-addcall-main h3,html.style3 .dark .fev-addcall-main h5,html.style3 .dark .pol-modal-main h3,html.style3 .dark .pol-modal-main h5,html.style3 .dark .snippet-modal-main h3,html.style3 .dark .snippet-modal-main h5{color:#fff}html.style3 .dark .add-contact-modal .modal-content,html.style3 .dark .fev-addcall-main .modal-content,html.style3 .dark .pol-modal-main .modal-content,html.style3 .dark .snippet-modal-main .modal-content{background-color:#191b1f}html.style3 .dark .add-contact-modal .modal-content .modal-header,html.style3 .dark .fev-addcall-main .modal-content .modal-header,html.style3 .dark .pol-modal-main .modal-content .modal-header,html.style3 .dark .snippet-modal-main .modal-content .modal-header{background-color:#25262c;border-bottom:1px solid #414248}html.style3 .dark .add-contact-modal .modal-content .modal-body .form-group textarea,html.style3 .dark .fev-addcall-main .modal-content .modal-body .form-group textarea,html.style3 .dark .pol-modal-main .modal-content .modal-body .form-group textarea,html.style3 .dark .snippet-modal-main .modal-content .modal-body .form-group textarea{background-color:#25262c;color:#fff}html.style3 .dark .add-contact-modal .modal-content .modal-body .form-group textarea::placeholder,html.style3 .dark .fev-addcall-main .modal-content .modal-body .form-group textarea::placeholder,html.style3 .dark .pol-modal-main .modal-content .modal-body .form-group textarea::placeholder,html.style3 .dark .snippet-modal-main .modal-content .modal-body .form-group textarea::placeholder{color:#fff}html.style3 .dark .add-contact-modal .modal-content .modal-body .form-group select,html.style3 .dark .fev-addcall-main .modal-content .modal-body .form-group select,html.style3 .dark .pol-modal-main .modal-content .modal-body .form-group select,html.style3 .dark .snippet-modal-main .modal-content .modal-body .form-group select{background-color:#25262c;color:#fff}html.style3 .dark .add-contact-modal .modal-content .modal-body .form-group input,html.style3 .dark .fev-addcall-main .modal-content .modal-body .form-group input,html.style3 .dark .pol-modal-main .modal-content .modal-body .form-group input,html.style3 .dark .snippet-modal-main .modal-content .modal-body .form-group input{background-color:#25262c}html.style3 .dark .add-contact-modal .modal-content .modal-body .form-group input::placeholder,html.style3 .dark .fev-addcall-main .modal-content .modal-body .form-group input::placeholder,html.style3 .dark .pol-modal-main .modal-content .modal-body .form-group input::placeholder,html.style3 .dark .snippet-modal-main .modal-content .modal-body .form-group input::placeholder{color:#fff}html.style3 .dark .add-contact-modal .modal-content .modal-body .form-group .post-poll,html.style3 .dark .fev-addcall-main .modal-content .modal-body .form-group .post-poll,html.style3 .dark .pol-modal-main .modal-content .modal-body .form-group .post-poll,html.style3 .dark .snippet-modal-main .modal-content .modal-body .form-group .post-poll{background-color:#25262c}html.style3 .dark .add-contact-modal .modal-dialog:before,html.style3 .dark .fev-addcall-main .modal-dialog:before,html.style3 .dark .pol-modal-main .modal-dialog:before,html.style3 .dark .snippet-modal-main .modal-dialog:before{border-bottom:10px solid #191b1f}html.style3 .dark .chat-friend-toggle .chat-frind-content{background-color:#191b1f}html.style3 .dark .chat-friend-toggle .chat-frind-content ul li:last-child{border-top:1px solid #414248}html.style3 .dark .search-form .form-group input{border:1px solid #414248;background-color:#191b1f}html.style3 .dark .search-form:before{color:#fff}html.style3 .dark .theme-according .card .card-body,html.style3 .dark .theme-according .card .card-header{background-color:#25262c}html.style3 .dark .card{background-color:#191b1f}html.style3 .dark .change-number .form-control{border-color:#414248;background-color:#191b1f}html.style3 .dark .rightchat.animat-rate .bg_circle>div{border:3px solid #42434a}html.style3 .dark .rightchat.animat-rate .cross,html.style3 .dark .rightchat.animat-rate .cross1,html.style3 .dark .rightchat.animat-rate .cross1:after,html.style3 .dark .rightchat.animat-rate .cross2,html.style3 .dark .rightchat.animat-rate .cross2:after,html.style3 .dark .rightchat.animat-rate .cross:after{background:#42434a}html.style3 .dark .rightchat.animat-rate .dot1{background-color:#42434a}html.style3 .dark .login-page2 .login-content-main .login-content{background-color:#191b1f;color:#fff}html.style3 .dark .login-page2 .login-content-main .login-content .form1 .form-group .col-form-label,html.style3 .dark .login-page2 .login-content-main .login-content h3,html.style3 .dark .login-page2 .login-content-main .login-content h4{color:#fff}html.style3 .dark .login-page2 .login-content-main .login-content .form1 .form-group .form-control{background-color:#25262c}html.style3 .dark .login-page2 .login-content-main .login-content .form2 .form-group .col-form-label{color:#fff}html.style3 .dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style3 .dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control::placeholder{color:#fff}html.style3 .dark .login-page2 .login-content-main .login-content .login-content-header img{z-index:140}html.style3 .dark .login-page1 .left-page{background-color:#191b1f}html.style3 .dark .login-page1 .left-page h3,html.style3 .dark .login-page1 .left-page h4{color:#fff}html.style3 .dark .login-content{background-color:#191b1f;color:#fff}html.style3 .dark .login-content .form1 .form-group .col-form-label,html.style3 .dark .login-content h3,html.style3 .dark .login-content h4{color:#fff}html.style3 .dark .login-content .form1 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style3 .dark .login-content .form1 .form-group .form-control::placeholder{color:#fff}html.style3 .dark .login-content .form1 .form-group .form-check h6,html.style3 .dark .login-content .form2 .form-group .col-form-label{color:#fff}html.style3 .dark .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style3 .dark .login-content .form2 .form-group .form-control::placeholder{color:#fff}html.style3 .dark .login-content .form2 .form-group .form-check h6{color:#fff}html.style3 .dark .login-content .login-content-header img{z-index:140}html.style3 .dark .login-content .line h6{color:#fff}html.style3 .dark .right-login{background-color:#25262c}html.style3 .dark .right-login.animat-rate .bg_circle>div{border:3px solid #42434a}html.style3 .dark .right-login.animat-rate .cross,html.style3 .dark .right-login.animat-rate .cross1,html.style3 .dark .right-login.animat-rate .cross1:after,html.style3 .dark .right-login.animat-rate .cross2,html.style3 .dark .right-login.animat-rate .cross2:after,html.style3 .dark .right-login.animat-rate .cross:after{background:#42434a}html.style3 .dark .right-login.animat-rate .dot,html.style3 .dark .right-login.animat-rate .dot1{background-color:#42434a}html.style3 .dark .right-login .maincircle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.702),rgba(25,29,31,.702))}html.style3 .dark .right-login .bottom-circle,html.style3 .dark .right-login .bottom-circle1,html.style3 .dark .right-login .center-circle,html.style3 .dark .right-login .right-circle,html.style3 .dark .right-login .right-circle1,html.style3 .dark .right-login .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}html.style3 .dark .login-page2{background-color:#25262c}html.style3 .dark .login-page2.animat-rate .bg_circle>div{border:3px solid #42434a}html.style3 .dark .login-page2.animat-rate .cross,html.style3 .dark .login-page2.animat-rate .cross1,html.style3 .dark .login-page2.animat-rate .cross1:after,html.style3 .dark .login-page2.animat-rate .cross2,html.style3 .dark .login-page2.animat-rate .cross2:after,html.style3 .dark .login-page2.animat-rate .cross:after{background:#42434a}html.style3 .dark .login-page2.animat-rate .bottom-circle,html.style3 .dark .login-page2.animat-rate .bottom-circle1,html.style3 .dark .login-page2.animat-rate .center-circle,html.style3 .dark .login-page2.animat-rate .maincircle,html.style3 .dark .login-page2.animat-rate .right-circle,html.style3 .dark .login-page2.animat-rate .right-circle1,html.style3 .dark .login-page2.animat-rate .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}html.style3 .dark .login-page2.animat-rate .quarterCircle{background-image:linear-gradient(#191d1f)}html.style3 .dark .login-page2.animat-rate .dot,html.style3 .dark .login-page2.animat-rate .dot1{background-color:#42434a}html.style3 .dark .about-page,html.style3 .dark .counter-box-second{background-color:#25262c}html.style3 .dark .counter-box-second .counter-box h6,html.style3 .dark .counter-box-second .counter-box span,html.style3 .dark .error-main .error-contain h1,html.style3 .dark .error-main .error-contain h2,html.style3 .dark .error-main .error-contain h4{color:#fff}html.style3 .dark .error-main .error-contain .animated-bg i{background-color:#8d8e98}html.style3 .dark .about-page h1,html.style3 .dark .about-page h2,html.style3 .dark .about-page h3,html.style3 .dark .about-page h4,html.style3 .dark .about-page p{color:#fff}html.style3 .dark .about-page .about-tab{border:1px solid #414248}html.style3 .dark .about-page .about-tab nav{border-right:1px solid #414248}html.style3 .dark .about-page .about-tab .nav-pills .nav-link,html.style3 .dark .tab-content>.tab-pane{color:#fff}html.style3 .dark .secure-app-main{background-color:#25262c}html.style3 .dark .secure-app-main .secure-app-content .ply-main h3,html.style3 .dark .secure-app-main .secure-app-content .ply-main h3 span,html.style3 .dark .secure-app-main .secure-app-content h1,html.style3 .dark .secure-app-main .secure-app-content h4,html.style3 .dark .team h2,html.style3 .dark .team h3,html.style3 .dark .team h4,html.style3 .dark .team p{color:#fff}html.style3 .dark .team h2{border-bottom:1px solid #414248}html.style3 .dark .team .team-content{border:1px solid #414248}html.style3 .dark .rtl .about-page .about-tab .nav{border-left:1px solid #414248}html.style3 .dark .testimonial-box{background-color:#25262c}html.style3 .dark .testimonial-box .test-contain h3,html.style3 .dark .testimonial-box .test-contain h4,html.style3 .dark .testimonial-box .test-contain h6{color:#fff}html.style3 .dark .element-card{background-color:#25262c}html.style3 .dark .element-card .typography h1,html.style3 .dark .element-card .typography h2,html.style3 .dark .element-card .typography h3,html.style3 .dark .element-card .typography h4,html.style3 .dark .element-card .typography h5,html.style3 .dark .element-card .typography h6,html.style3 .dark .element-card .typography p,html.style3 .dark .element-card .typography span{color:#fff}html.style3 .dark .element-card .heading{background-color:#191b1f;border-bottom:1px solid #414248}html.style3 .dark .element-card .heading h2{color:#fff}html.style3 .dark .faq-block{background-color:#25262c;border:1px solid #414248}html.style3 .dark .faq-block h2,html.style3 .dark .faq-block p{color:#fff}html.style3 .dark .faq-block h5{background-color:#25262c}html.style3 .dark .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #414248}html.style3 .dark .faq-section .accordion.theme-accordion .card .card-header button{color:#fff}html.style3 .dark .faq-section .accordion.theme-accordion .card .card-header button:before{border-top:6px solid #fff}html.style3 .dark .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-bottom:6px solid #fff}html.style3 .dark .faq-section .accordion.theme-accordion .card{border:1px solid #414248}html.style3 .dark .faq-section .accordion.theme-accordion .card .card-body{background-color:#25262c}html.style3 .dark .faq-section .accordion.theme-accordion .card .card-body p{color:#fff}html.style3 .dark .faq-section .faq-search-box{border:2px solid #414248;background-color:#25262c}html.style3 .dark .faq-section .faq-search-box .input-group .form-control{background-color:#25262c}html.style3 .dark .faq-section .faq-search-box .input-group .form-control::placeholder{color:#fff}html.style3 .dark .btn-link{background-color:#25262c}html.style3 .dark .app-design-main .contant-box h2,html.style3 .dark .app-design-main .contant-box h4,html.style3 .dark .blog-detail-page h3,html.style3 .dark .chitchat-main .chitchat-contain h1,html.style3 .dark .chitchat-main .chitchat-contain h3,html.style3 .dark .chitchat-main .chitchat-contain h4,html.style3 .dark .chitchat-main .chitchat-contain span,html.style3 .dark .chitchat-main .chitchat-contain ul.detial-price li,html.style3 .dark .fa-search:before,html.style3 .dark .landing-title .sub-title h2,html.style3 .dark .landing-title .sub-title h4,html.style3 .dark .subscribe-content h1,html.style3 .dark .subscribe-content h4,html.style3 .dark .subscribe-content span,html.style3 .dark .team-work-main .team-work-content .ply-main h3,html.style3 .dark .team-work-main .team-work-content h1,html.style3 .dark .team-work-main .team-work-content h3,html.style3 .dark .team-work-main .team-work-content h4,html.style3 .dark .team-work-main h1,html.style3 .dark .team-work-main h3,html.style3 .dark .team-work-main h4,html.style3 .dark .team-work-main span{color:#fff}html.style3 .dark .blog-detail-page .blog-detail{background-color:#25262c;border:1px solid #414248}html.style3 .dark .blog-detail-page .blog-detail p{color:#fff}html.style3 .dark .blog-detail-page .blog-detail .post-social{color:#fff;border-bottom:1px solid #414248}html.style3 .dark .blog-detail-page .blog-detail .post-social li+li{border-left:1px solid #414248}html.style3 .dark .blog-detail-page .blog-detail h2{color:#fff}html.style3 .dark .blog-detail-page .blog-commant{background-color:#25262c;border:1px solid #414248}html.style3 .dark .blog-detail-page .blog-commant .comment-section li{border-top:1px solid #414248}html.style3 .dark .blog-detail-page .blog-commant .comment-section li h6,html.style3 .dark .blog-detail-page .blog-commant .comment-section li p,html.style3 .dark .blog-detail-page .blog-commant .comment-section li span{color:#fff}html.style3 .dark .blog-detail-page .blog-contact{background-color:#25262c;border:1px solid #414248}html.style3 .dark .blog-detail-page .blog-contact .theme-form label,html.style3 .dark .blog-detail-page .blog-contact label{color:#fff}html.style3 .dark .blog-detail-page .blog-contact .theme-form input{border-color:#414248;background-color:#191b1f}html.style3 .dark .blog-detail-page .blog-contact .theme-form input::placeholder{color:#fff}html.style3 .dark .blog-detail-page .blog-contact .theme-form textarea{background-color:#191b1f}html.style3 .dark .blog-detail-page .blog-contact .theme-form textarea::placeholder{color:#fff}html.style3 .dark .blog-page .blog-sidebar h4,html.style3 .dark .blog-page .blog-sidebar h5,html.style3 .dark .blog-page .blog-sidebar h6,html.style3 .dark .blog-page .blog-sidebar p{color:#fff}html.style3 .dark .blog-page .blog-sidebar .blog-card{border:1px solid #414248;background-color:#25262c}html.style3 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group,html.style3 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{background-color:#191b1f}html.style3 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control::placeholder{color:#fff}html.style3 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{color:#fff}html.style3 .dark .blog-card .default-form .form-group input,html.style3 .dark .blog-card .default-form .form-group textarea{background-color:#25262c;border-color:#191b1f}html.style3 .dark .blog-page .blog-list{background-color:#25262c}html.style3 .dark .blog-page .blog-side{background-color:#25262c;border:1px solid #414248}html.style3 .dark .blog-page .blog-media .blog-right h4,html.style3 .dark .blog-page .blog-media .blog-right h6,html.style3 .dark .blog-page .blog-media .blog-right p,html.style3 .dark .blog-page .blog-media .blog-right ul li{color:#fff}html.style3 .dark .blog-page .blog-media .blog-right ul li+li{border-left:1px solid #414248}html.style3 .dark .inner-page header{background-color:#25262c;border-bottom:1px solid #414248}html.style3 .dark .navbar-light .navbar-nav .active>.nav-link{color:#fff}html.style3 .dark .navbar-light .navbar-nav .nav-link{color:hsla(0,10%,94%,.5)}html.style3 .dark footer{background-color:#25262c;border-top:1px solid #414248}html.style3 .dark footer .copyright p,html.style3 .dark footer .links li a,html.style3 .dark footer h3,html.style3 .dark footer p{color:#fff}html.style3 .dark .app-sidebar,html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style3 .dark .app-sidebar.active .apps-ul>li.active{background-color:#191b1f}html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main .notes-list,html.style3 .dark .app-sidebar.active .apps-ul>li .notes-main .notes-list{border:1px solid #414248}html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main a.line,html.style3 .dark .app-sidebar.active .apps-ul>li .notes-main a.line{border-top:1px solid #414248}html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list .target-reminder-list,html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp,html.style3 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list .target-reminder-list,html.style3 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list-disp{border:2px solid #414248}html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list button,html.style3 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list button{color:#fff}html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group,html.style3 .dark .app-sidebar.active .apps-ul>li .file-tab .tab-content .link-group{border:1px solid #414248}html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab .tab-content .todo-task h4,html.style3 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-tab .tab-content .todo-task h4{color:#fff}html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input,html.style3 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input{background-color:#191b1f}html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input::placeholder,html.style3 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input::placeholder{color:#fff}html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input,html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input:focus,html.style3 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input,html.style3 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input:focus{background-color:#191b1f}html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu,html.style3 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu{background-color:#25262c}html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider,html.style3 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider{background-color:#25262c;border-bottom:1px solid #414248}html.style3 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu li,html.style3 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu li{color:#fff}html.style3 .dark .app-sidebar .tab-card{border:1px solid #414248}html.style3 .dark .app-sidebar h2,html.style3 .dark .app-sidebar h4,html.style3 .dark .app-sidebar h5,html.style3 .dark .app-sidebar h6,html.style3 .dark .app-sidebar p{color:#fff}html.style3 .dark .app-sidebar .app-list{border-left:2px solid #414248}html.style3 .dark .app-sidebar .default-form select{background:url(/assets/images/drop-1.png) #25262c no-repeat scroll 95.5%;color:#fff}html.style3 .dark .app-sidebar .app-list-ul .title{border-bottom:1px solid #414248}html.style3 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{border-bottom-color:#414248}html.style3 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{box-shadow:-1px 10px 16px -10px #191b1f}html.style3 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{background-color:#25262c}html.style3 .dark .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{border-bottom-color:#414248}html.style3 .dark .datepicker{background:#25262c;color:#fff}html.style3 .dark .datepicker--pointer{background:#25262c;border-top:1px solid #414248;border-right:1px solid #414248}html.style3 .dark .datepicker--nav{border-bottom:1px solid #414248}html.style3 .dark .text-muted{color:#fff!important}html.style3 .dark .modal-content{background-color:#191b1f}html.style3 .dark .modal-content .default-form .form-group input,html.style3 .dark .modal-content .default-form .form-group textarea{background-color:#25262c}html.style3 .dark .modal-content .default-form .form-group textarea::placeholder{color:#fff}html.style3 .dark .modal-content .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #25262c no-repeat scroll 95.5%}html.style3 .dark .modal-content .modal-body .form-group ul.reminder-count li+li{background-color:#25262c}html.style3 .dark .modal-content .modal-body .form-group ul.reminder-count li .remi-num,html.style3 .dark .modal-content .modal-body .form-group ul.reminder-count li .remi-val{color:#9b4aff}html.style3 .dark .modal-content .modal-body .form-group label{color:#fff}html.style3 .dark .modal-content .modal-body .form-group input::placeholder{color:#fff}html.style3 .dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select,html.style3 .dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input{color:#fff}html.style3 .dark .add-popup .modal-header{border-bottom-color:#414248}html.style3 .dark .add-popup .modal-footer{border-top-color:#414248}html.style3 .dark .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{color:#fff}html.style3 .dark .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}html.style3 .dark .slider-block .slider-main .slider-contain h1,html.style3 .dark .slider-block .slider-main .slider-contain h4{color:#fff}@media(max-width:575.98px){html.style3 .dark .sidebar-toggle .main-nav.on{background-color:#191b1f}}html.style3 .dark-sidebar{background-color:#191b1f}html.style3 .dark-sidebar .chat-main li .chat-box .date-status .ti-pin2:before{color:#fff}html.style3 .dark-sidebar .btn-light.active,html.style3 .dark-sidebar .btn-light:active,html.style3 .dark-sidebar .btn-light:focus{box-shadow:0 0 3px 2px #828282}html.style3 .dark-sidebar .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}html.style3 .dark-sidebar ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .document-tab,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .notification-tab,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default .recent,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .settings-tab,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab{background-color:#191b1f}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c;color:#fff}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar h1,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar h2,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar h3,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar h4,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar h5,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar h6,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar p,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar select,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar span{color:#fff}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{background-color:#25262c!important;color:#fff!important}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form input{background-color:#191b1f;border:1px solid #414248}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form:before{color:#fff}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search2{border-top:1px solid #414248}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search2>div{background-color:#25262c}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .chat-main li.active{background-color:#25262c;border-left:4px solid #414248}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card{background-color:#191b1f}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-body,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-header{background-color:#25262c}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .integratin li{border-bottom:1px solid #414248}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block,html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block{border-top:1px solid #414248}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li{border-top:1px dashed #414248}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li a{color:#fff}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block a{color:#9b4aff}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link.active{color:#9b4aff!important;background-color:rgba(28,157,234,.15)!important}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}html.style3 .dark-sidebar .chitchat-container .chitchat-left-sidebar .group-main li.active{background-color:#25262c;border-left:4px solid #414248}html.style3 .dark-sidebar .chitchat-container .main-nav{border-right:1px solid #414248}html.style3 .dark-sidebar .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}html.style3 .dark-sidebar .chitchat-container .main-nav .btn-light{background-color:#25262c!important;color:#fff!important}html.style3 .dark-sidebar .chitchat-container .change-number .form-control{border-color:#414248}html.style3 .dark-sidebar .chitchat-container .form-control{background-color:#25262c}html.style3 .dark-sidebar .custom-control-label,html.style3 .dark-sidebar .dynemic-sidebar .search-form .form-group .close-search,html.style3 .dark-sidebar .dynemic-sidebar .search-form .form-group input{color:hsla(0,0%,100%,.8)}@media(max-width:1367px){html.style3 .dark-sidebar .secure-app-main .secure-app-content{background-color:#191b1f}html.style3 .dark-sidebar header .landing-header.fixed .main-menu .navbar-nav>li>a{color:#fff!important}}@media(max-width:1200px){html.style3 .dark-sidebar .inner-page header .landing-header .navbar-collapse{background-color:#191b1f;border:1px solid #414248}}@media(max-width:575.98px){html.style3 .dark-sidebar .sidebar-toggle .main-nav.on{background-color:#191b1f}}html.style3 .rtl{direction:rtl}html.style3 .rtl .mr-1{margin-right:unset!important;margin-left:.25rem!important}html.style3 .rtl .media{text-align:right}html.style3 .rtl ul.chat-cont-setting li a span{margin-right:unset;margin-left:15px}html.style3 .rtl .dropdown .dropdown-menu .dropdown-divider h5{margin-left:unset;margin-right:10px}html.style3 .rtl .create-todo-main-modal .modal-body .default-form .todo-task h5{text-align:right}html.style3 .rtl .chat-friend-toggle .chat-frind-content{left:0;right:unset;text-align:right}html.style3 .rtl .chat-friend-toggle .chat-frind-content ul li{padding-left:unset!important;padding-right:50px!important}html.style3 .rtl .chat-friend-toggle .chat-frind-content ul li a{left:unset;right:0}html.style3 .rtl .add-contact-modal .modal-dialog:before,html.style3 .rtl .fev-addcall-main .modal-dialog:before{right:13px;left:unset}html.style3 .rtl .add-contact-modal .modal-dialog{margin-left:unset;margin-right:415px}html.style3 .rtl .modal-footer>:not(:first-child){margin-left:.25rem;margin-right:unset}html.style3 .rtl .add-popup .close{left:0;right:unset;border-radius:0 0 90px 0}html.style3 .rtl .add-popup .close span{left:20px;right:unset}html.style3 .rtl .add-popup .modal-body{text-align:right}html.style3 .rtl .add-popup .default-form .form-group select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 2.5%}html.style3 .rtl .emojis-main .emojis-contain,html.style3 .rtl .emojis-main .sticker-contain{right:0;left:unset}html.style3 .rtl .emojis-main .contact-poll .contact-poll-content{right:90px;left:unset}html.style3 .rtl .emojis-main .contact-poll .contact-poll-content ul li{padding-right:30px;padding-left:unset}html.style3 .rtl .emojis-main .contact-poll .contact-poll-content ul li a svg{margin-left:15px;margin-right:unset;right:0;left:unset}html.style3 .rtl .emojis-main .contact-poll .contact-poll-content:before{right:40px;left:unset}html.style3 .rtl .search-form:before{right:25px;left:unset}html.style3 .rtl .app-sidebar.active,html.style3 .rtl .search-form .form-group .icon-close{left:0;right:unset}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane.active,html.style3 .rtl .app-sidebar .apps-ul>li.active{left:90px;right:unset}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab>.nav-tabs li:last-child,html.style3 .rtl .app-sidebar .apps-ul>li .todo-main .todo-tab>.nav-tabs li:last-child{left:0;right:unset}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content input+input,html.style3 .rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content input+input{margin-right:6px;margin-left:unset}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker,html.style3 .rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content .drop-picker{margin-right:10px;margin-left:unset}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task span,html.style3 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task span{margin-right:unset}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2),html.style3 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2){margin-right:20px}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons span,html.style3 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons span{margin-left:0!important}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .theme-tab ul li+li,html.style3 .rtl .app-sidebar .apps-ul>li .theme-tab ul li+li{margin-left:unset}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group .media svg,html.style3 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group .media svg{margin-left:7px;margin-right:unset}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group img,html.style3 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group img{margin-left:10px;margin-right:unset}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content ul.chat-main li .chat-box .details,html.style3 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-right:55px;padding-left:unset}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .notes-main .notes-content ul li,html.style3 .rtl .app-sidebar .apps-ul>li .notes-main .notes-content ul li{margin-right:15px;margin-left:unset}html.style3 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,html.style3 .rtl .app-sidebar .apps-ul>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{left:0;right:unset}html.style3 .rtl .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-right:0}html.style3 .rtl .text-left{text-align:right!important}html.style3 .rtl .snippet-modal-main .modal-content .snippet-btn .btn-light{margin-left:15px;margin-right:unset}html.style3 .rtl .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{margin-right:15px;margin-left:unset}html.style3 .rtl .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-left:10px}html.style3 .rtl .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-right:15px;margin-left:unset}html.style3 .rtl .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-left:30px;margin-right:unset}html.style3 .rtl .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}html.style3 .rtl .recent-slider{direction:ltr}html.style3 .rtl .mr-3{margin-left:1rem!important;margin-right:unset!important}html.style3 .rtl .chitchat-main .messages .contact-details .left.media .media-body{margin-right:unset;margin-left:10px;text-align:right}html.style3 .rtl .chitchat-main .messages .contact-details .left.media .media-body:before{left:0;right:unset}html.style3 .rtl .chitchat-main .messages .contact-details ul li{padding-left:unset;padding-right:17px}html.style3 .rtl .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg{margin-right:0;margin-left:10px;transform:scaleX(-1)}html.style3 .rtl .chitchat-main .chitchat-contain ul.detial-price li i{margin-left:20px;margin-right:unset}html.style3 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{text-align:right}html.style3 .rtl .contact-chat>ul>li.replies{margin-left:unset;margin-right:auto;text-align:left}html.style3 .rtl .contact-chat>ul>li.replies .media .profile{margin-left:0!important;margin-right:1.5rem!important}html.style3 .rtl .contact-chat>ul>li.replies .media .media-body{text-align:left}html.style3 .rtl .contact-chat>ul>li.replies .msg-box li:last-child{margin-right:auto;margin-left:unset}html.style3 .rtl .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,html.style3 .rtl .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:0 25px 25px 30px}html.style3 .rtl .contact-chat>ul>li.replies .msg-box li .badge{margin-left:.5rem!important;margin-right:0!important}html.style3 .rtl .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 25px 0}html.style3 .rtl .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:unset;margin-left:10px}html.style3 .rtl .contact-chat>ul>li .contact-name h5{padding-right:20px;padding-left:20px}html.style3 .rtl .mr-4{margin-right:0!important;margin-left:1.5rem!important}html.style3 .rtl .msg-setting-main .msg-dropdown-main .msg-setting{margin-left:unset;margin-right:10px}html.style3 .rtl .ml-2{margin-left:0!important;margin-right:.5rem!important}html.style3 .rtl .msg-box>li:first-child h5{border-radius:30px 25px 0 30px}html.style3 .rtl .msg-box>li:last-child h5{border-radius:30px 0 25px 30px}html.style3 .rtl .msg-box>li:last-child .document{border-radius:0 50px 50px 50px}html.style3 .rtl .msg-box>li:last-child .auto-gallery{border-radius:30px 0 25px 30px}html.style3 .rtl .pull-right{float:left}html.style3 .rtl .text-right{text-align:left!important}html.style3 .rtl .m-r-15{margin-right:unset;margin-left:15px}html.style3 .rtl .chat-main li .chat-box .details{padding-left:50px;padding-right:75px;text-align:right}html.style3 .rtl .chat-main li .chat-box .date-status{right:unset;left:0;text-align:left}html.style3 .rtl .call-log-main .call-box .call-status{left:0;right:unset}html.style3 .rtl .call-log-main .call-box .details{padding-left:100px;padding-right:75px}html.style3 .rtl .contact-log-main li .contact-box .profile{right:0;left:unset}html.style3 .rtl .contact-log-main li .contact-box .details{padding-left:100px;padding-right:75px}html.style3 .rtl .contact-log-main li .contact-box .contact-action{left:0;right:unset}html.style3 .rtl .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-right:5px;margin-left:unset}html.style3 .rtl .profile{right:0;left:unset}html.style3 .rtl .profile.busy:before,html.style3 .rtl .profile.offline:before,html.style3 .rtl .profile.online:before,html.style3 .rtl .profile.unreachable:before{left:0;right:unset}html.style3 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:left}html.style3 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{margin-left:10px;margin-right:unset}html.style3 .rtl .chitchat-main .call-content .user-profile,html.style3 .rtl .chitchat-main .contact-content .user-profile,html.style3 .rtl .group-main .group-box{text-align:right}html.style3 .rtl .group-main .group-box .details{padding-right:75px;padding-left:unset}html.style3 .rtl .group-main .group-box .date-status{right:unset;left:0;text-align:left}html.style3 .rtl ul.grop-icon li:nth-child(2),html.style3 .rtl ul.grop-icon li:nth-child(3){margin-right:-10px;margin-left:unset}html.style3 .rtl .groupuser{margin-right:auto;margin-left:unset;text-align:left}html.style3 .rtl .groupuser .gr-chat-friend-toggle{padding-left:20px;padding-right:unset}html.style3 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{left:0;right:unset;text-align:right}html.style3 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding-right:70px;padding-left:50px}html.style3 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{left:40px;right:unset}html.style3 .rtl .groupuser .gr-profile.grow:after{left:-4.2px;right:unset}html.style3 .rtl [class*=" icon-"].pull-right,html.style3 .rtl [class^=icon-].pull-right{margin-right:.3em;margin-left:unset}html.style3 .rtl .groupuser .gr-profile+.gr-profile{margin-right:15px;margin-left:0}html.style3 .rtl .dot-btn:before{left:1px;right:unset}html.style3 .rtl .dot-btn:after{left:-4.2px;right:unset}html.style3 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{margin-left:15px;margin-right:unset}html.style3 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{left:0;right:unset}html.style3 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body{text-align:right}html.style3 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-left:15px;margin-right:unset}html.style3 .rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{left:15px;right:unset}html.style3 .rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{right:15px;left:unset}html.style3 .rtl .chitchat-container .chitchat-right-sidebar{left:-200px;right:unset}html.style3 .rtl .profile-box .details{padding-right:20px}html.style3 .rtl .privacy .custom-switch{left:0;right:unset;transform:scale(-1)}html.style3 .rtl .privacy h5{text-align:right;padding-right:unset;padding-left:35px}html.style3 .rtl .change-number span{border-left:none;padding:.5rem .75rem}html.style3 .rtl .change-number .country-code{border-right:none;padding-right:3px}html.style3 .rtl .slider-block{background-position:unset;transform:scaleX(-1) scaleY(1)}html.style3 .rtl .slider-block .slider-main{transform:scaleX(-1) scaleY(1)}html.style3 .rtl .ml-3{margin-right:1rem!important}html.style3 .rtl .app-design-main .app-hover{right:27%}html.style3 .rtl .team-work-main .team-work-content .ply-main .ply-content{margin-left:20px;margin-right:unset}html.style3 .rtl .team-work-main .team2{left:28%;right:unset}html.style3 .rtl .team-work-main .team4{left:9%;right:unset}html.style3 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-left:75px;margin-right:unset}html.style3 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-left:20px;margin-right:unset}html.style3 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{text-align:right}html.style3 .rtl .testimonial-slider{direction:ltr}html.style3 .rtl .secure-app-main .secure-app-content .ply-main .ply-content{margin-left:20px}html.style3 .rtl .price-slider{direction:ltr}html.style3 .rtl .subscribe-content .form-inline .form-control:first-child{margin-left:20px}html.style3 .rtl .subscribe-content button{margin-right:20px}html.style3 .rtl .fa-volume-up,html.style3 .rtl .feather-chevron-left,html.style3 .rtl .feather-chevron-right,html.style3 .rtl .feather-phone,html.style3 .rtl .feather-rotate-cw,html.style3 .rtl .feather-send,html.style3 .rtl .feather-video{transform:scaleX(-1)}html.style3 .rtl .audiocall1.call-modal ul li+li,html.style3 .rtl .audiocall2.call-modal ul li+li,html.style3 .rtl .conferencecall.call-modal ul li+li,html.style3 .rtl .videocall.call-modal ul li+li,html.style3 .rtl .videocallhang.call-modal ul li+li{margin-right:30px;margin-left:unset}html.style3 .rtl .videocall.call-modal .videocall-details #basicUsage,html.style3 .rtl .videocallhang.call-modal .videocall-details #basicUsage{margin-left:20px;margin-right:unset}html.style3 .rtl .videocall.call-modal .videocall-details .usersprof,html.style3 .rtl .videocallhang.call-modal .videocall-details .usersprof{margin-left:15px;margin-right:unset}html.style3 .rtl .videocall.call-modal .small-image,html.style3 .rtl .videocallhang.call-modal .small-image{right:40px;left:unset}html.style3 .rtl .dropdown-toggle:after{margin-right:.3em}html.style3 .rtl .navbar-brand{margin-left:1rem;margin-right:unset}html.style3 .rtl header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-left:20px;margin-right:unset}html.style3 .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:25px;margin-left:unset}html.style3 .rtl .dropdown-menu{right:0;left:unset;float:right;text-align:right}html.style3 .rtl .breadcrumb-main .breadcrumb-content .breadcrumb-right ul li{margin-left:15px;margin-right:unset}html.style3 .rtl .page-decore .top{left:-30px;right:unset;transform:rotate(-130deg)}html.style3 .rtl .page-decore .bottom{right:-20px;left:unset;transform:rotate(45deg)}html.style3 .rtl .blog-page .blog-sidebar .blog-card .blog-search .input-group span{padding-left:15px;padding-right:unset}html.style3 .rtl .blog-page .blog-sidebar .blog-card .recent-blog li .media img{margin-left:10px;margin-right:unset}html.style3 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:15px}html.style3 .rtl .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{margin:0 0 0 15px}html.style3 .rtl .blog-page .blog-media .blog-right ul li+li{padding-right:15px;padding-left:unset;margin-right:15px;margin-left:unset;border-right:1px solid #ddd;border-left:none}html.style3 .rtl .blog-page .blog-media .blog-right ul li i{padding-left:10px;padding-right:unset}html.style3 .rtl .blog-detail-page .blog-detail .post-social{text-align:right}html.style3 .rtl .blog-detail-page .blog-detail .post-social li+li{border-right:1px solid #eff1f2;border-left:unset;padding-right:unset;margin-right:15px;margin-left:unset}html.style3 .rtl .blog-detail-page .blog-detail .post-social li i{margin-left:10px;margin-right:0}html.style3 .rtl .blog-detail-page .blog-detail .post-social ul.social-group{float:left}html.style3 .rtl .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,html.style3 .rtl .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{margin-left:0;margin-right:unset}html.style3 .rtl .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-right:8px;padding-left:unset;margin-right:0}html.style3 .rtl .blog-detail-page .blog-commant .comment-section li img{margin-left:20px;margin-right:unset}html.style3 .rtl .about-page .about-tab .nav{border-left:1px solid #eff1f2;border-right:unset}html.style3 .rtl .secure-app-main{background-position:unset;transform:scaleX(-1) scaleY(1)}html.style3 .rtl .secure-app-main .secure-app-content{transform:scaleX(-1) scaleY(1)}html.style3 .rtl .team-slider{direction:ltr}html.style3 .rtl .team .owl-nav{left:0;right:unset}html.style3 .rtl .about-page .offset-sm-2{margin-right:16.66667%}html.style3 .rtl .about-page .offset-md-1{margin-right:8.33333%}html.style3 .rtl .faq-section .faq-search-box .input-group span{padding-left:15px;padding-right:unset}html.style3 .rtl .faq-section .accordion.theme-accordion .card .card-header{padding-right:unset;padding-left:30px}html.style3 .rtl .faq-section .accordion.theme-accordion .card .card-header button{text-align:right}html.style3 .rtl .faq-section .accordion.theme-accordion .card .card-header button:before{left:20px;right:unset}html.style3 .rtl .faq-section .float-right{float:left!important}html.style3 .rtl .collapse-block .block-title:after{left:0;right:unset}html.style3 .rtl .theme-btn-group .btn-group-sm>a.btn:last-child,html.style3 .rtl .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 0 10px}html.style3 .rtl .theme-btn-group a:first-child{border-radius:15px 15px 15px 0}html.style3 .rtl .theme-btn-group a:last-child{border-radius:15px 15px 0 15px}html.style3 .rtl .theme-btn-group .btn-group-sm>a.btn:last-child{border-radius:10px 10px 0 10px}html.style3 .rtl .theme-btn-group a+a{margin-right:5px}html.style3 .rtl .document-list li h5{margin-right:30px;margin-left:unset}html.style3 .rtl .element-card .typography .font_label,html.style3 .rtl .element-card-body .fonts .btn-primary{margin-left:20px}html.style3 .rtl .downlaod .footer-btn .btn span{padding-right:12px}html.style3 .rtl footer .links li{padding-right:20px;padding-left:unset}html.style3 .rtl footer .links li:hover a:before{right:3;left:unset}html.style3 .rtl footer .links li a:before{right:0;left:unset;transform:scale(-1)}html.style3 .rtl footer .footer-back-block .inner1{left:-80px;right:unset;transform:rotate(-96deg)}html.style3 .rtl footer .footer-back-block .inner2{right:-80px;left:unset}html.style3 .rtl footer .social-group li+li{margin-right:5px;margin-left:unset}html.style3 .rtl .breadcrumb-main ul li+li{margin-right:30px;margin-left:unset}html.style3 .rtl .breadcrumb-main ul li+li:before{right:-15px;left:unset}html.style3 .rtl .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-right:15px}html.style3 .rtl .login-page2 .login-content-main .medialogo{right:-4%;left:unset}html.style3 .rtl .login-page2 .login-content-main .medialogo li+li{margin-left:15px;margin-right:unset}html.style3 .rtl .login-page1 .right-page{left:0;right:unset}html.style3 .rtl .login-content .form1 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset}html.style3 .rtl .login-content .form2 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset;padding-right:1.25rem}html.style3 .rtl .login-content .medialogo ul li+li{margin-right:20px;margin-left:unset}html.style3 .rtl .login-content .termscondition h4 span{margin-left:8px;margin-right:unset}html.style3 .rtl .right-login .login-img{transform:scaleX(-1)}html.style3 .rtl .right-login .girl-logo{transform:scaleX(-1);left:27%;right:unset}html.style3 .rtl .right-login .boy-logo{transform:scaleX(-1);right:36%;left:unset}html.style3 .rtl .right-login .heart-logo{left:35%;right:unset}html.style3 .rtl .right-login .has-logo{left:27%;right:unset}html.style3 .rtl .right-login .has-logo1{right:25%;left:unset;transform:scalex(1)}html.style3 .rtl .right-login .top-circle{right:20%;left:unset}html.style3 .rtl .right-login .center-circle{right:6%;left:unset}html.style3 .rtl .right-login .bottom-circle{right:13%;left:unset}html.style3 .rtl .right-login .bottom-circle1{left:22%;right:unset}html.style3 .rtl .right-login .right-circle{left:0;right:unset}html.style3 .rtl .right-login .right-circle1{left:9%;right:unset}html.style3 .rtl .right-login .cloud-logo3{animation:homecloud 45s linear infinite}html.style3 .rtl .right-login .cloud-logo4{animation:homecloud 80s linear infinite}html.style3 .rtl .right-login .cloud-logo1{animation:homecloud 25s linear infinite}html.style3 .rtl .login-page2 .login-img{transform:scaleX(-1)}html.style3 .rtl .login-page2 .girl-logo{transform:scaleX(-1);left:27%;right:unset}html.style3 .rtl .login-page2 .boy-logo{transform:scaleX(-1);right:36%;left:unset}html.style3 .rtl .login-page2 .heart-logo{left:35%;right:unset}html.style3 .rtl .login-page2 .has-logo{left:27%;right:unset}html.style3 .rtl .login-page2 .has-logo1{right:25%;left:unset;transform:scalex(1)}html.style3 .rtl .login-page2 .top-circle{right:20%;left:unset}html.style3 .rtl .login-page2 .center-circle{right:6%;left:unset}html.style3 .rtl .login-page2 .bottom-circle{right:13%;left:unset}html.style3 .rtl .login-page2 .bottom-circle1{left:22%;right:unset}html.style3 .rtl .login-page2 .right-circle{left:0;right:unset}html.style3 .rtl .login-page2 .right-circle1{left:9%;right:unset}html.style3 .rtl .login-page2 .cloud-logo3{animation:homecloud 45s linear infinite}html.style3 .rtl .login-page2 .cloud-logo4{animation:homecloud 80s linear infinite}html.style3 .rtl .login-page2 .cloud-logo1{animation:homecloud 25s linear infinite}html.style3 .rtl .chitchat-container .main-nav{border-left:1px solid #eff1f2;border-right:none}html.style3 .rtl .chitchat-container .main-nav .logo-warpper img,html.style3 .rtl .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{transform:scaleX(-1)}html.style3 .rtl .chat-main li.active{border-right:4px solid #9b4aff;border-left:none}html.style3 .rtl .chat-main li .chat-box .icon-btn.btn-outline-light{right:unset;left:0}html.style3 .rtl .btn-fix{margin-right:-30px;margin-left:unset}html.style3 .rtl .app-sidebar .app-list{border-right:2px solid #eff1f2;border-left:none}html.style3 .rtl .contact-list-tab .chat-main{padding-left:15px}html.style3 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content{margin-left:-20px;padding-left:20px;margin-right:unset;padding-right:unset}html.style3 .rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{text-align:right}html.style3 .rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{border-left:none;padding-left:5px;border-right:4px solid #1c9dea;padding-right:15px}html.style3 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp,html.style3 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .target-reminder-list{border-left:2px solid #eff1f2;border-right-width:5px;border-right-color:rgba(28,157,234,.3);text-align:right}html.style3 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{right:unset;left:0}html.style3 .rtl ul.chat-cont-setting{left:unset;right:20%}html.style3 .rtl .setting-sidebar{right:unset;left:-365px}html.style3 .rtl .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 7%}html.style3 .rtl .sidebar-pannle-main{left:22px;right:unset}@media(max-width:1367px){html.style3 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:1366px){html.style3 .rtl .social-group li+li{margin-right:5px;margin-left:unset}html.style3 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:1200px){html.style3 .rtl .inner-page header .landing-header .navbar-toggler{left:20px;right:unset}html.style3 .rtl header .landing-header .navbar-collapse{right:0;left:unset}html.style3 .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:30px}html.style3 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:5px}html.style3 .rtl .right-login .login-img{width:65%}html.style3 .rtl .right-login .boy-logo{right:29%;left:unset;top:50%}html.style3 .rtl .right-login .girl-logo{left:14%;right:unset;top:27%}html.style3 .rtl .right-login .has-logo1{right:12%;left:unset}}@media(max-width:1024px){html.style3 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:992px){html.style3 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:991px){html.style3 .rtl .downlaod .footer-btn .btn+.btn{margin-right:15px;margin-left:unset}html.style3 .rtl .right-login .girl-logo{width:35%;top:23%;left:3%}html.style3 .rtl .right-login .login-img{width:80%}html.style3 .rtl .right-login .boy-logo{right:21%;left:unset;top:50%;width:25%}html.style3 .rtl .right-login .girl-logo{width:33%;left:9%;right:unset;top:25%}html.style3 .rtl .right-login .has-logo1{right:5%;left:unset;top:69%}}@media(max-width:768px){html.style3 .rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-left:unset}html.style3 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:8px}}@media(max-width:767px){html.style3 .rtl footer .footer-title .according-menu:before,html.style3 .rtl footer .footer-title.active .according-menu:before{left:2px;right:unset}html.style3 .rtl .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:0}}@media(max-width:600px){html.style3 .rtl .downlaod .footer-btn{display:flex}html.style3 .rtl .downlaod .footer-btn .btn+.btn{margin-right:15px}html.style3 .rtl .blog-card .default-form .form-group input{padding:10px}}@media(max-width:576px){html.style3 .rtl .downlaod .footer-btn{display:flex}}@media(max-width:480px){html.style3 .rtl footer .section-py-space .footer-title .according-menu:before{left:10px;right:unset}html.style3 .rtl .error-main .error-contain .animated-bg i{height:70px;width:70px}}@media(max-width:420px){html.style3 .rtl .downlaod .footer-btn{display:-webkit-box}html.style3 .rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-top:15px}}@media(max-width:360px){html.style3 .rtl .blog-page .blog-media .blog-right ul{display:flex}html.style3 .rtl .downlaod .footer-btn{display:-webkit-box}}@media(max-width:320px){html.style3 .rtl .breadcrumb-main ul li+li{margin-right:15px;margin-left:unset}}html.style3 .login-content{width:450px;margin:0 auto}html.style3 .login-content .login-content-header img{height:50px;width:auto}html.style3 .login-content h3{font-size:calc(18px + 8*(100vw - 320px)/1600);font-family:Rubik,sans-serif;font-weight:500;padding-bottom:16px}html.style3 .login-content h4{margin-bottom:35px;line-height:1.4;font-family:Roboto,sans-serif;font-weight:400}html.style3 .login-content .form1 .form-group,html.style3 .login-content .form2 .form-group{margin-bottom:30px}html.style3 .login-content .form1 .form-group .col-form-label,html.style3 .login-content .form2 .form-group .col-form-label{font-size:calc(14px + 2*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;padding-top:0;padding-bottom:15px;line-height:1}html.style3 .login-content .form1 .form-group .buttons,html.style3 .login-content .form2 .form-group .buttons{text-align:center}html.style3 .login-content .form1 .form-group .buttons .btn,html.style3 .login-content .form2 .form-group .buttons .btn{padding:14px 65px;color:#fff;justify-content:center}html.style3 .login-content .form1 .form-group .buttons .btn-signup,html.style3 .login-content .form2 .form-group .buttons .btn-signup{background-color:#223645;margin-left:25px}html.style3 .login-content .form1 .form-group .form-check,html.style3 .login-content .form2 .form-group .form-check{display:flex;justify-content:space-between;align-items:center}html.style3 .login-content .form1 .form-group .form-check h6,html.style3 .login-content .form2 .form-group .form-check h6{color:#223645;font-family:Montserrat,sans-serif;font-weight:500}html.style3 .login-content .form1 .form-group .form-check-input,html.style3 .login-content .form2 .form-group .form-check-input{margin-right:-1.25rem;margin-left:unset}html.style3 .login-content .form1 .form-group .form-control,html.style3 .login-content .form2 .form-group .form-control{padding:13px 20px;border-radius:5px;border:1px solid rgba(0,0,0,.1);height:auto}html.style3 .login-content .form1 .form-group .form-control::placeholder,html.style3 .login-content .form2 .form-group .form-control::placeholder{font-size:15px;color:#223645;font-family:Roboto,sans-serif;font-weight:400}html.style3 .login-content .form1 .form-group .form-check-label,html.style3 .login-content .form2 .form-group .form-check-label{font-size:12px;font-family:Montserrat,sans-serif;font-weight:500;text-transform:capitalize;line-height:1}html.style3 .login-content .form2 .form-group .form-check-input{margin-right:0;margin-left:-1.25rem}html.style3 .login-content .line{display:flex;justify-content:center;margin-bottom:30px;margin-top:50px}html.style3 .login-content .line h6{font-family:Montserrat,sans-serif;font-weight:600;color:#223645}html.style3 .login-content .line h6:after,html.style3 .login-content .line h6:before{display:inline-block;content:"";border-top:1px solid #ededed;width:4.5rem;margin:0 1rem}html.style3 .login-content .medialogo{margin-bottom:30px}html.style3 .login-content .medialogo ul{display:flex;justify-content:center}html.style3 .login-content .medialogo ul li+li{margin-left:20px}html.style3 .login-content .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}html.style3 .login-content .termscondition{text-align:center}html.style3 .login-content .termscondition h4 span{color:#ff4e2b;margin-right:8px}html.style3 .login-content .termscondition h4 b{margin-left:8px;margin-right:8px}html.style3 .right-login{justify-content:center;display:flex;max-height:100%}html.style3 .login-page2,html.style3 .right-login{background-color:#faf8fc;width:auto;height:100%;position:relative}html.style3 .login-page2 .login-img,html.style3 .right-login .login-img{position:absolute;top:30%}html.style3 .login-page2 .boy-logo,html.style3 .right-login .boy-logo{position:absolute;left:36%;top:52%}html.style3 .login-page2 .girl-logo,html.style3 .right-login .girl-logo{top:27%;right:27%;position:absolute}html.style3 .login-page2 .heart-logo,html.style3 .right-login .heart-logo{position:absolute;animation:heartbeat 5s infinite;top:15%;right:35%}html.style3 .login-page2 .has-logo,html.style3 .right-login .has-logo{position:absolute;top:15%;right:27%}html.style3 .login-page2 .has-logo1,html.style3 .right-login .has-logo1{position:absolute;top:60%;left:25%;transform:scalex(-1)}html.style3 .login-page2 .cloud-logo,html.style3 .right-login .cloud-logo{position:absolute;top:15%;left:0;animation:homecloud 90s linear infinite;transform:scale(.15)}html.style3 .login-page2 .cloud-logo1,html.style3 .right-login .cloud-logo1{position:absolute;bottom:10%;animation:animateCloud 25s linear infinite;height:25px}html.style3 .login-page2 .cloud-logo2,html.style3 .right-login .cloud-logo2{position:absolute;top:2%;animation:homecloud 60s linear infinite;transform:scale(.5)}html.style3 .login-page2 .cloud-logo3,html.style3 .right-login .cloud-logo3{position:absolute;top:31%;animation:animateCloud 45s linear infinite;transform:scaleX(-1);height:30px}html.style3 .login-page2 .cloud-logo4,html.style3 .right-login .cloud-logo4{position:absolute;animation:animateCloud 80s linear infinite;transform:scale(.55)}html.style3 .login-page2 .maincircle,html.style3 .right-login .maincircle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(100px + 580*(100vw - 320px)/1600);height:calc(100px + 580*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:15%;position:absolute}html.style3 .login-page2 .top-circle,html.style3 .right-login .top-circle{background-image:linear-gradient(#f1f8fe,#f1f8fe,#cde7fa);top:2%;left:20%}html.style3 .login-page2 .center-circle,html.style3 .login-page2 .top-circle,html.style3 .right-login .center-circle,html.style3 .right-login .top-circle{padding:1px;height:calc(50px + 50*(100vw - 320px)/1600);width:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;position:absolute}html.style3 .login-page2 .center-circle,html.style3 .right-login .center-circle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe);top:45%;left:6%}html.style3 .login-page2 .bottom-circle,html.style3 .right-login .bottom-circle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(50px + 50*(100vw - 320px)/1600);height:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:0;left:13%;position:absolute}html.style3 .login-page2 .bottom-circle1,html.style3 .right-login .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(40px + 80*(100vw - 320px)/1600);height:calc(40px + 80*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:2%;right:22%;position:absolute}html.style3 .login-page2 .right-circle,html.style3 .right-login .right-circle{background-image:linear-gradient(270deg,#f1f8fe,#f1f8fe,#cde7fa);padding:1px;width:calc(90px + 170*(100vw - 320px)/1600);height:calc(90px + 170*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:18%;right:0;position:absolute}html.style3 .login-page2 .right-circle1,html.style3 .right-login .right-circle1{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe,#f1f8fe);padding:1px;width:calc(75px + 65*(100vw - 320px)/1600);height:calc(75px + 65*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:1%;right:9%;position:absolute}html.style3 .login-page1 .login-content{width:100%}html.style3 .login-page1 .login-content h3{padding-bottom:5px}html.style3 .login-page1 .login-content-header img{margin-bottom:20px}html.style3 .login-page1 .left-page{position:relative;z-index:10;width:34%;height:100%;padding:50px;display:flex;align-items:center}html.style3 .login-page1 .right-page{height:100vh;position:fixed;right:0;width:66%}html.style3 .login-page1 .right-page .animation-block{z-index:1;position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}html.style3 .login-page1 .login-contain-main{display:flex}html.style3 .login-page2{position:relative;overflow:hidden;height:100vh;display:flex;overflow-y:auto;align-items:center}html.style3 .login-page2 .login-content-main{margin:0 auto;width:-moz-fit-content;width:fit-content;z-index:20;position:relative}html.style3 .login-page2 .login-content-main .login-content2{background-color:#fff;padding:23px;border-radius:15px;z-index:10;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:30px}html.style3 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs{padding-bottom:unset}html.style3 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{background-color:#9b4aff!important;color:#fff!important}html.style3 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link.active{color:#9b4aff!important;background-color:rgba(155,74,255,.15)!important}html.style3 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-left:15px}html.style3 .login-page2 .login-content-main .login-content{background-color:#fff;border:3px;width:600px;padding:50px 80px;z-index:10}html.style3 .login-page2 .login-content-main .login-content h3,html.style3 .login-page2 .login-content-main .login-content h4{text-align:center}html.style3 .login-page2 .login-content-main .login-content .login-content-header{padding-bottom:20px;text-align:center}html.style3 .login-page2 .login-content-main .login-content .form2 .form-group .buttons{margin-bottom:unset}html.style3 .login-page2 .login-content-main .medialogo{display:inline-block;left:-4%;position:absolute;top:40%;margin-bottom:unset}html.style3 .login-page2 .login-content-main .medialogo li+li{margin-left:unset;margin-top:10px}html.style3 .login-page2 .form2 .form-group .form-check-input{margin-top:-2px}html.style3 .login-page2 .top-circle{width:calc(90px + 190*(100vw - 320px)/1600);height:calc(90px + 190*(100vw - 320px)/1600);top:11%;left:12%}html.style3 .login-page2 .center-circle{background-image:linear-gradient(270deg,#cde7fa,#f1f8fe,#f1f8fe);left:6%;height:calc(60px + 90*(100vw - 320px)/1600);width:calc(60px + 90*(100vw - 320px)/1600)}html.style3 .login-page2 .quarterCircle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe);width:80px}html.style3 .login-page2 .right-circle1{background-image:linear-gradient(0deg,#cde7fa,#f1f8fe,#f1f8fe);width:70px;height:70px;top:33%;right:11%}html.style3 .login-page2 .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);width:80px;height:80px;bottom:2%;right:35%}html.style3 .login-page2 .right-circle{background-image:linear-gradient(90deg,#f1f8fe,#f1f8fe,#cde7fa);width:calc(50px + 110*(100vw - 320px)/1600);height:calc(50px + 110*(100vw - 320px)/1600);bottom:0;right:3%}html.style3 .login-page2 .cloud-logo{top:-6%;left:-81%;height:5%;transform:none}html.style3 .login-page2 .cloud-logo4{bottom:2%}html.style3 .login-page2 .cloud-logo2{left:-208%;height:13%}html.style3 .login-page2 .cloud-logo5{position:absolute;top:2%;animation:homecloud 30s linear infinite;height:10%}@media(max-width:1470px){html.style3 .login-page1 .right-page{width:60%}html.style3 .login-page2{height:100%;padding-top:40px;padding-bottom:40px}}@media(max-width:1434px){html.style3 .login-content{width:430px}html.style3 .login-content .form1 .form-group .buttons .btn,html.style3 .login-content .form2 .form-group .buttons .btn{padding:14px 50px}}@media(max-width:1367px){html.style3 .login-page2 .login-content-main .login-content{padding:50px}}@media(min-width:992px)and (max-width:1200px){html.style3 .login-content .line h6:after,html.style3 .login-content .line h6:before{width:3.5rem}}@media(max-width:1200px){html.style3 .login-page1 .left-page{padding:30px}html.style3 .right-login .boy-logo{left:29%;top:50%}html.style3 .right-login .girl-logo{right:14%;top:27%}html.style3 .right-login .has-logo1{left:12%}html.style3 .right-login .login-img{width:65%}html.style3 .login-content .login-content-header{padding-bottom:27px}html.style3 .login-content h4{margin-bottom:24px}html.style3 .login-content .form1 .form-group .form-control,html.style3 .login-content .form2 .form-group .form-control{padding:15px}html.style3 .login-content .form1 .form-group .col-form-label,html.style3 .login-content .form2 .form-group .col-form-label{padding-bottom:16px}html.style3 .login-content .form1 .form-group .buttons,html.style3 .login-content .form1 .form-group .form-check,html.style3 .login-content .form2 .form-group .buttons,html.style3 .login-content .form2 .form-group .form-check,html.style3 .login-content .line,html.style3 .login-content .medialogo{margin-bottom:30px}}@media(max-width:1199px){html.style3 .login-page1 .left-page{width:40%}}@media(max-width:1024px){html.style3 .login-content{width:350px}}@media(max-width:991px){html.style3 .right-login .login-img{width:80%}html.style3 .right-login .girl-logo{width:35%;top:23%;right:3%}html.style3 .right-login .boy-logo{left:21%;top:45%;width:27%}html.style3 .right-login .has-logo1{top:69%;left:2%}html.style3 .login-page1 .left-page,html.style3 .login-page1 .right-page{width:50%}}@media(max-width:768px){html.style3 .login-content{width:340px}html.style3 .login-content .line h6:after,html.style3 .login-content .line h6:before{width:3.5rem}html.style3 .right-login .boy-logo{left:23%;top:43%;width:24%}html.style3 .girl-logo{right:11%;top:24%}}@media(max-width:767px){html.style3 .right-page{position:absolute;opacity:.05}html.style3 .login-content{width:auto;padding:50px}html.style3 .login-content .login-content-header{padding-bottom:17px}html.style3 .login-content .login-content-header img{height:40px}html.style3 .login-content h4{margin-bottom:17px}html.style3 .login-content .form1 .form-group,html.style3 .login-content .form2 .form-group{margin-bottom:20px}html.style3 .login-content .form1 .form-group .col-form-label,html.style3 .login-content .form2 .form-group .col-form-label{padding-bottom:10px}html.style3 .login-content .form1 .form-group .form-check,html.style3 .login-content .form2 .form-group .form-check{margin-bottom:20px}html.style3 .login-content .form2 .form-group .buttons .btn{padding:12px 35px}html.style3 .login-page1 .left-page,html.style3 .login-page1 .right-page{width:100%}html.style3 .login-page2 .login-content-main .login-content{width:530px;padding:30px}html.style3 .login-page2 .login-content-main .medialogo{position:unset;display:flex;justify-content:center;margin-bottom:20px}html.style3 .login-page2 .login-content-main .medialogo li+li{margin-top:unset;margin-left:15px}html.style3 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{min-width:auto;padding:10px 35px}html.style3 .login-content h3{padding-bottom:10px}}@media(max-width:600px){html.style3 .login-page2 .medialogo{display:flex;position:unset;justify-content:center}html.style3 .login-page2 .medialogo li+li{margin-top:unset;margin-left:10px}}@media(max-width:575px){html.style3 .login-content{padding:30px}html.style3 .login-content .form1 .form-group .buttons .btn,html.style3 .login-content .form2 .form-group .buttons .btn{padding:12px 25px}html.style3 .login-content .form1 .form-group .form-control,html.style3 .login-content .form2 .form-group .form-control{padding:10px;line-height:1}html.style3 .login-content .form1 .form-group .form-control::placeholder,html.style3 .login-content .form2 .form-group .form-control::placeholder{font-size:13px}html.style3 .login-content .login-content-header img{height:30px}html.style3 .login-page1 .left-page{padding:0}html.style3 .login-page2 .login-content-main{padding:15px}html.style3 .login-page2 .login-content-main .login-content{width:100%}html.style3 .login-page2 .login-content-main .login-content2{padding:20px}html.style3 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item{margin-right:0}html.style3 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{padding:10px 25px}html.style3 .login-page2 .login-content-main .medialogo li .icon-btn{width:30px;height:30px}html.style3 .login-page2 .login-content-main .medialogo li .icon-btn i{font-size:12px}}@media(max-width:320px){html.style3 .login-content .line h6:after,html.style3 .login-content .line h6:before{width:2.5rem}}html.style3 .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}html.style3 .default-form .form-control:focus{box-shadow:none}html.style3 .default-form .form-group{margin:0}html.style3 .default-form .form-group input{height:45px}html.style3 .default-form .form-group input,html.style3 .default-form .form-group textarea{border-radius:15px;background-color:#faf8fc;border:none}html.style3 .default-form .form-group h5{margin-bottom:15px}html.style3 .default-form .form-group+.form-group{margin-top:15px}html.style3 .default-form .form-group a{text-align:center}html.style3 .default-form .form-group p{padding-top:10px}html.style3 .default-form select{-webkit-appearance:none;width:100%;padding:12px 20px;text-transform:capitalize;font-size:15px;line-height:1;background-color:transparent;height:50px;border-radius:15px;color:#647589;border:none;background:url(/assets/images/drop-1.png) #faf8fc no-repeat scroll 94%;margin-bottom:30px}html.style3 .form-control-plaintext{background-color:#fff}html.style3 .form-radious input{border-radius:15px}html.style3 .form-sm input{height:32px;font-size:13px}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+1) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+1) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+1) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+1) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+2) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+2) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+2) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+2) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+3) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+3) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+3) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+3) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+4) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+4) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+4) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+4) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+5) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+5) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+5) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+5) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+6) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+6) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+6) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+6) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+7) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+7) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+7) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+7) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+8) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+8) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+8) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+8) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+9) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+9) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+9) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+9) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+10) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+10) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+10) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+10) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+11) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+11) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+11) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+11) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+12) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+12) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+12) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+12) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+13) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+13) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+13) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+13) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+14) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+14) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+14) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+14) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+15) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+15) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+15) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+15) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+16) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+16) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+16) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+16) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+17) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+17) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+17) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+17) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+18) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+18) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+18) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+18) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+19) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+19) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+19) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+19) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+20) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+20) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+20) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+20) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+21) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+21) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+21) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+21) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+22) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+22) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+22) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+22) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+23) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+23) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+23) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+23) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+24) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+24) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+24) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+24) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+25) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+25) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+25) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+25) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+26) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+26) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+26) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+26) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+27) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+27) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+27) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+27) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+28) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+28) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+28) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+28) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+29) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+29) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+29) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+29) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+30) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+30) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+30) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+30) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+31) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+31) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+31) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+31) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+32) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+32) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+32) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+32) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+33) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+33) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+33) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+33) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+34) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+34) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+34) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+34) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+35) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+35) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+35) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+35) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+36) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+36) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+36) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+36) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+37) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+37) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+37) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+37) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+38) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+38) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+38) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+38) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+39) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+39) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+39) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+39) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+40) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+40) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+40) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+40) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+41) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+41) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+41) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+41) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+42) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+42) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+42) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+42) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+43) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+43) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+43) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+43) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+44) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+44) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+44) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+44) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+45) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+45) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+45) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+45) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+46) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+46) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+46) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+46) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+47) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+47) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+47) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+47) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+48) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+48) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+48) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+48) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+49) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+49) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+49) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+49) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+50) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+50) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+50) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+50) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+51) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+51) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+51) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+51) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+52) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+52) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+52) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+52) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+53) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+53) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+53) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+53) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+54) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+54) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+54) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+54) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+55) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+55) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+55) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+55) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+56) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+56) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+56) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+56) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+57) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+57) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+57) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+57) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+58) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+58) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+58) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+58) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+59) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+59) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+59) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+59) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+60) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+60) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+60) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+60) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+61) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+61) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+61) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+61) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+62) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+62) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+62) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+62) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+63) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+63) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+63) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+63) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+64) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+64) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+64) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+64) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+65) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+65) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+65) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+65) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+66) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+66) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+66) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+66) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+67) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+67) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+67) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+67) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+68) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+68) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+68) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+68) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+69) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+69) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+69) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+69) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+70) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+70) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+70) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+70) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+71) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+71) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+71) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+71) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+72) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+72) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+72) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+72) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+73) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+73) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+73) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+73) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+74) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+74) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+74) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+74) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+75) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+75) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+75) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+75) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+76) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+76) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+76) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+76) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+77) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+77) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+77) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+77) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+78) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+78) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+78) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+78) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+79) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+79) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+79) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+79) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+80) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+80) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+80) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+80) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+81) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+81) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+81) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+81) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+82) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+82) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+82) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+82) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+83) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+83) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+83) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+83) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+84) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+84) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+84) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+84) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+85) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+85) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+85) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+85) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+86) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+86) a i{color:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+86) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+86) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+87) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+87) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+87) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+87) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+88) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+88) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+88) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+88) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+89) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+89) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+89) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+89) a svg{fill:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+90) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+90) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+90) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+90) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+91) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+91) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+91) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+91) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+92) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+92) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+92) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+92) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+93) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+93) a i{color:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+93) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+93) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+94) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+94) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+94) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+94) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+95) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+95) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+95) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+95) a svg{fill:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+96) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+96) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+96) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+96) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+97) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+97) a i{color:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+97) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+97) a svg{fill:#e0a900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+98) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+98) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+98) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+98) a svg{fill:#32a42a!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+99) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+99) a i{color:#f72900!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+99) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+99) a svg{fill:#7f17ff!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+100) a i,html.style3 .colorfull .sidebar-top li:nth-child(5n+100) a i{color:#111b23!important}html.style3 .colorfull .sidebar-bottom li:nth-child(5n+100) a svg,html.style3 .colorfull .sidebar-top li:nth-child(5n+100) a svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+1)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+2)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+3)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+4)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+5)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+6)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+7)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+8)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+9)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+10)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+11)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+12)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+13)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+14)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+15)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+16)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+17)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+18)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+19)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+20)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+21)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+22)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+23)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+24)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+25)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+26)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+27)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+28)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+29)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+30)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+31)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+32)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+33)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+34)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+35)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+36)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+37)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+38)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+39)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+40)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+41)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+42)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+43)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+44)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+45)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+46)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+47)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+48)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+49)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+50)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+51)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+52)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+53)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+54)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+55)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+56)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+57)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+58)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+59)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+60)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+61)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+62)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+63)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+64)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+65)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+66)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+67)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+68)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+69)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+70)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+71)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+72)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+73)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+74)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+75)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+76)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+77)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+78)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+79)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+80)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+81)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+82)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+83)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+84)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+85)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+86)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+87)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+88)>a>svg{fill:#32a42a!important}html.style3 .colorfull .calls>li:nth-child(5n+89)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+90)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+91)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+92)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+93)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+94)>a>svg,html.style3 .colorfull .calls>li:nth-child(5n+95)>a>svg{fill:#111b23!important}html.style3 .colorfull .calls>li:nth-child(5n+96)>a>svg{fill:#7f17ff!important}html.style3 .colorfull .calls>li:nth-child(5n+97)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+98)>a>svg{fill:#e0a900!important}html.style3 .colorfull .calls>li:nth-child(5n+99)>a>svg{fill:#f72900!important}html.style3 .colorfull .calls>li:nth-child(5n+100)>a>svg{fill:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+1) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+2) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+3) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+4) a svg,html.style3 .colorfull .media-right li:nth-child(5n+5) a svg{stroke:#32a42a!important}html.style3 .colorfull .media-right li:nth-child(5n+6) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+7) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+8) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+9) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+10) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+11) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+12) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+13) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+14) a svg,html.style3 .colorfull .media-right li:nth-child(5n+15) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+16) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+17) a svg{stroke:#32a42a!important}html.style3 .colorfull .media-right li:nth-child(5n+18) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+19) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+20) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+21) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+22) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+23) a svg,html.style3 .colorfull .media-right li:nth-child(5n+24) a svg,html.style3 .colorfull .media-right li:nth-child(5n+25) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+26) a svg{stroke:#32a42a!important}html.style3 .colorfull .media-right li:nth-child(5n+27) a svg,html.style3 .colorfull .media-right li:nth-child(5n+28) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+29) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+30) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+31) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+32) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+33) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+34) a svg,html.style3 .colorfull .media-right li:nth-child(5n+35) a svg{stroke:#32a42a!important}html.style3 .colorfull .media-right li:nth-child(5n+36) a svg,html.style3 .colorfull .media-right li:nth-child(5n+37) a svg,html.style3 .colorfull .media-right li:nth-child(5n+38) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+39) a svg{stroke:#32a42a!important}html.style3 .colorfull .media-right li:nth-child(5n+40) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+41) a svg{stroke:#32a42a!important}html.style3 .colorfull .media-right li:nth-child(5n+42) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+43) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+44) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+45) a svg,html.style3 .colorfull .media-right li:nth-child(5n+46) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+47) a svg,html.style3 .colorfull .media-right li:nth-child(5n+48) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+49) a svg,html.style3 .colorfull .media-right li:nth-child(5n+50) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+51) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+52) a svg,html.style3 .colorfull .media-right li:nth-child(5n+53) a svg,html.style3 .colorfull .media-right li:nth-child(5n+54) a svg{stroke:#32a42a!important}html.style3 .colorfull .media-right li:nth-child(5n+55) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+56) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+57) a svg,html.style3 .colorfull .media-right li:nth-child(5n+58) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+59) a svg,html.style3 .colorfull .media-right li:nth-child(5n+60) a svg,html.style3 .colorfull .media-right li:nth-child(5n+61) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+62) a svg,html.style3 .colorfull .media-right li:nth-child(5n+63) a svg,html.style3 .colorfull .media-right li:nth-child(5n+64) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+65) a svg,html.style3 .colorfull .media-right li:nth-child(5n+66) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+67) a svg,html.style3 .colorfull .media-right li:nth-child(5n+68) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+69) a svg{stroke:#32a42a!important}html.style3 .colorfull .media-right li:nth-child(5n+70) a svg,html.style3 .colorfull .media-right li:nth-child(5n+71) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+72) a svg,html.style3 .colorfull .media-right li:nth-child(5n+73) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+74) a svg{stroke:#32a42a!important}html.style3 .colorfull .media-right li:nth-child(5n+75) a svg,html.style3 .colorfull .media-right li:nth-child(5n+76) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+77) a svg,html.style3 .colorfull .media-right li:nth-child(5n+78) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+79) a svg,html.style3 .colorfull .media-right li:nth-child(5n+80) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+81) a svg{stroke:#32a42a!important}html.style3 .colorfull .media-right li:nth-child(5n+82) a svg,html.style3 .colorfull .media-right li:nth-child(5n+83) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+84) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+85) a svg{stroke:#32a42a!important}html.style3 .colorfull .media-right li:nth-child(5n+86) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+87) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+88) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+89) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+90) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+91) a svg,html.style3 .colorfull .media-right li:nth-child(5n+92) a svg{stroke:#7f17ff!important}html.style3 .colorfull .media-right li:nth-child(5n+93) a svg{stroke:#f72900!important}html.style3 .colorfull .media-right li:nth-child(5n+94) a svg{stroke:#32a42a!important}html.style3 .colorfull .media-right li:nth-child(5n+95) a svg,html.style3 .colorfull .media-right li:nth-child(5n+96) a svg,html.style3 .colorfull .media-right li:nth-child(5n+97) a svg,html.style3 .colorfull .media-right li:nth-child(5n+98) a svg{stroke:#111b23!important}html.style3 .colorfull .media-right li:nth-child(5n+99) a svg{stroke:#e0a900!important}html.style3 .colorfull .media-right li:nth-child(5n+100) a svg{stroke:#111b23!important}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+1)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+1)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+1)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+1)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+1)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+1)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+1)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+1)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+2)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+2)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+2)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+2)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+2)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+2)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+2)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+2)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+3)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+4)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+3)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+4)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+3)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+4)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+3)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+4)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+3)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+4)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+3)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+4)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+3)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+4)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+3)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+4)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+5)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+5)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+5)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+5)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+5)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+5)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+5)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+5)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+6)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+6)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+6)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+6)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+6)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+6)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+6)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+6)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+7)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+7)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+7)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+7)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+7)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+7)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+7)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+7)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+8)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+8)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+8)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+8)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+8)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+8)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+8)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+8)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+9)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+9)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+9)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+9)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+9)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+9)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+9)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+9)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+10)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+10)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+10)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+10)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+10)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+10)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+10)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+10)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+11)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+11)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+11)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+11)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+11)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+11)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+11)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+11)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+12)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+12)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+12)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+12)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+12)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+12)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+12)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+12)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+13)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+13)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+13)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+13)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+13)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+13)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+13)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+13)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+14)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+14)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+14)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+14)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+14)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+14)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+14)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+14)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+15)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+15)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+15)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+15)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+15)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+15)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+15)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+15)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+16)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+17)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+16)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+17)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+16)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+17)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+16)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+17)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+16)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+17)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+16)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+17)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+16)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+17)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+16)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+17)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+18)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+19)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+18)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+19)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+18)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+19)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+18)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+19)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+18)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+19)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+18)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+19)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+18)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+19)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+18)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+19)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+20)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+20)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+20)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+20)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+20)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+20)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+20)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+20)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+21)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+21)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+21)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+21)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+21)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+21)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+21)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+21)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+22)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+22)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+22)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+22)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+22)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+22)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+22)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+22)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+23)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+24)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+25)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+23)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+24)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+25)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+23)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+24)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+25)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+23)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+24)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+25)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+23)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+24)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+25)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+23)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+24)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+25)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+23)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+24)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+25)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+23)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+24)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+25)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+26)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+26)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+26)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+26)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+26)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+26)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+26)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+26)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+27)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+27)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+27)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+27)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+27)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+27)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+27)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+27)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+28)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+28)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+28)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+28)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+28)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+28)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+28)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+28)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+29)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+29)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+29)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+29)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+29)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+29)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+29)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+29)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+30)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+30)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+30)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+30)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+30)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+30)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+30)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+30)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+31)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+31)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+31)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+31)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+31)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+31)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+31)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+31)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+32)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+32)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+32)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+32)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+32)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+32)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+32)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+32)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+33)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+33)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+33)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+33)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+33)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+33)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+33)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+33)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+34)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+35)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+34)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+35)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+34)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+35)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+34)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+35)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+34)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+35)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+34)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+35)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+34)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+35)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+34)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+35)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+36)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+36)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+36)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+36)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+36)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+36)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+36)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+36)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+37)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+37)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+37)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+37)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+37)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+37)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+37)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+37)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+38)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+38)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+38)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+38)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+38)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+38)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+38)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+38)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+39)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+39)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+39)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+39)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+39)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+39)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+39)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+39)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+40)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+40)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+40)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+40)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+40)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+40)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+40)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+40)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+41)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+41)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+41)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+41)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+41)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+41)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+41)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+41)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+42)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+42)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+42)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+42)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+42)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+42)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+42)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+42)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+43)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+43)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+43)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+43)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+43)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+43)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+43)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+43)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+44)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+45)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+44)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+45)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+44)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+45)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+44)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+45)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+44)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+45)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+44)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+45)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+44)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+45)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+44)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+45)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+46)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+46)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+46)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+46)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+46)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+46)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+46)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+46)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+47)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+48)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+47)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+48)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+47)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+48)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+47)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+48)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+47)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+48)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+47)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+48)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+47)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+48)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+47)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+48)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+49)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+49)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+49)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+49)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+49)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+49)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+49)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+49)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+50)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+50)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+50)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+50)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+50)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+50)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+50)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+50)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+51)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+51)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+51)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+51)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+51)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+51)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+51)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+51)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+52)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+52)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+52)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+52)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+52)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+52)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+52)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+52)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+53)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+53)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+53)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+53)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+53)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+53)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+53)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+53)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+54)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+55)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+54)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+55)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+54)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+55)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+54)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+55)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+54)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+55)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+54)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+55)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+54)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+55)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+54)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+55)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+56)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+56)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+56)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+56)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+56)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+56)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+56)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+56)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+57)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+57)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+57)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+57)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+57)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+57)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+57)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+57)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+58)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+59)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+58)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+59)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+58)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+59)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+58)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+59)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+58)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+59)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+58)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+59)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+58)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+59)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+58)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+59)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+60)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+60)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+60)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+60)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+60)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+60)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+60)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+60)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+61)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+61)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+61)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+61)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+61)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+61)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+61)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+61)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+62)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+62)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+62)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+62)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+62)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+62)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+62)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+62)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+63)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+63)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+63)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+63)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+63)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+63)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+63)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+63)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+64)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+64)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+64)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+64)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+64)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+64)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+64)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+64)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+65)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+65)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+65)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+65)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+65)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+65)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+65)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+65)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+66)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+67)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+66)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+67)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+66)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+67)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+66)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+67)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+66)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+67)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+66)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+67)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+66)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+67)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+66)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+67)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+68)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+68)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+68)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+68)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+68)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+68)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+68)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+68)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+69)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+69)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+69)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+69)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+69)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+69)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+69)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+69)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+70)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+70)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+70)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+70)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+70)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+70)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+70)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+70)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+71)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+72)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+71)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+72)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+71)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+72)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+71)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+72)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+71)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+72)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+71)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+72)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+71)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+72)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+71)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+72)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+73)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+73)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+73)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+73)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+73)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+73)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+73)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+73)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+74)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+75)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+74)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+75)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+74)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+75)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+74)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+75)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+74)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+75)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+74)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+75)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+74)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+75)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+74)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+75)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+76)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+76)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+76)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+76)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+76)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+76)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+76)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+76)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+77)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+77)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+77)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+77)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+77)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+77)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+77)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+77)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+78)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+78)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+78)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+78)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+78)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+78)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+78)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+78)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+79)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+79)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+79)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+79)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+79)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+79)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+79)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+79)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+80)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+81)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+80)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+81)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+80)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+81)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+80)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+81)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+80)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+81)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+80)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+81)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+80)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+81)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+80)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+81)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+82)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+82)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+82)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+82)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+82)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+82)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+82)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+82)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+83)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+83)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+83)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+83)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+83)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+83)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+83)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+83)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+84)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+84)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+84)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+84)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+84)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+84)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+84)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+84)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+85)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+85)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+85)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+85)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+85)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+85)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+85)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+85)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+86)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+86)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+86)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+86)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+86)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+86)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+86)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+86)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+87)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+87)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+87)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+87)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+87)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+87)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+87)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+87)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+88)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+88)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+88)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+88)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+88)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+88)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+88)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+88)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+89)>h5,html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+90)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+89)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+90)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+89)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+90)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+89)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+90)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+89)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+90)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+89)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+90)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+89)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+90)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+89)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+90)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+91)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+91)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+91)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+91)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+91)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+91)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+91)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+91)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+92)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+92)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+92)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+92)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+92)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+92)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+92)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+92)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+93)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+93)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+93)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+93)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+93)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+93)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+93)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+93)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+94)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+94)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+94)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+94)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+94)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+94)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+94)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+94)>h5{color:#7608ff!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+95)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+95)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+95)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+95)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+95)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+95)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+95)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+95)>h5{color:#2e9826!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+96)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+96)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+96)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+96)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+96)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+96)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+96)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+96)>h5{color:#d19d00!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+97)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+97)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+97)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+97)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+97)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+97)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+97)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+97)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+98)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+98)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+98)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+98)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+98)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+98)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+98)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+98)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+99)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+99)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+99)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+99)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+99)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+99)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+99)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+99)>h5{color:#0c1319!important;background-color:#f4effa}html.style3 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+100)>h5,html.style3 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+100)>h5,html.style3 .colorfull .replies .msg-box>li:nth-child(5n+100)>h5,html.style3 .colorfull .replies .msg-box>li>li:nth-child(5n+100)>h5,html.style3 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+100)>h5,html.style3 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+100)>h5,html.style3 .colorfull .sent .msg-box>li:nth-child(5n+100)>h5,html.style3 .colorfull .sent .msg-box>li>li:nth-child(5n+100)>h5{color:#e82600!important;background-color:#f4effa}html.style3 .colorfull .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{background-color:#2e9826!important;box-shadow:-1px 10px 16px -10px #3fcc35}html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+1):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+10):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+100):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+11):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+12):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+13):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+14):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+15):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+16):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+17):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+18):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+19):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+2):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+20):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+21):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+22):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+23):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+24):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+25):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+26):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+27):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+28):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+29):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+3):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+30):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+31):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+32):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+33):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+34):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+35):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+36):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+37):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+38):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+39):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+4):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+40):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+41):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+42):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+43):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+44):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+45):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+46):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+47):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+48):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+49):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+5):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+50):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+51):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+52):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+53):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+54):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+55):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+56):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+57):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+58):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+59):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+6):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+60):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+61):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+62):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+63):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+64):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+65):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+66):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+67):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+68):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+69):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+7):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+70):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+71):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+72):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+73):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+74):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+75):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+76):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+77):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+78):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+79):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+8):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+80):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+81):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+82):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+83):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+84):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+85):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+86):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+87):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+88):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+89):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+9):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+90):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+91):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+92):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+93):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+94):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+95):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+96):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+97):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+98):before,html.style3 .colorfull .theme-tab .chat-main li.active:nth-child(5n+99):before{border-left:4px solid #223645}html.style3 .bg-default{background-image:linear-gradient(#faf8fc)}html.style3 .grediant-1{background-image:linear-gradient(359.3deg,rgba(155,74,255,.1) 1%,hsla(0,0%,73%,0) 70.9%)}html.style3 .grediant-2{background-image:radial-gradient(circle 328px at 2.9% 15%,#bfe0fb 0,#e8e9fb 25.8%,#fceffa 50.8%,#eafbfb 77.6%,#f0fbf4 100.7%)}html.style3 .grediant-3{background-image:linear-gradient(109.6deg,#dfeaf7 11.2%,#f4f8fc 91.1%)}html.style3 .grediant-4{background-image:linear-gradient(-109.6deg,#cce4f7 11.2%,#edf6fa 100.2%)}html.style3 .grediant-5{background-image:radial-gradient(circle farthest-corner at 10% 20%,#eff6f9 0,#ceeffd 90%)}html.style3 .grediant-6{background-image:radial-gradient(circle farthest-corner at 10% 20%,#e2f0fe 0,#fff7e4 90%)}html.style3 .inner-card{background-color:#fff;padding:15px}html.style3 .header-inner{padding-bottom:55px}html.style3 .header .dropdown-menu a{display:block}html.style3 .landing-header .dropdown-menu{padding:15px 20px;border-radius:15px;border:1px solid #e5f0fa;min-width:13rem}html.style3 .landing-header .dropdown-menu .nav-link{line-height:1}html.style3 .landing-header .dropdown-menu .nav-link a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:rgba(0,0,0,.5)}html.style3 .header-typography .typography h6{margin-bottom:8px!important}html.style3 .inner-page{background-color:rgba(155,74,255,.025)}html.style3 .inner-page header{position:relative;padding-bottom:30px;padding-top:30px;z-index:2}html.style3 .inner-page header .landing-header .landing-header-left{width:100%;justify-content:space-between}html.style3 .inner-page header .landing-header .landing-header-left .main-menu ul li a{font-weight:500;color:#223645}html.style3 .inner-page section{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}html.style3 .page-decore{height:100vh;width:100vw;top:0;overflow:hidden;position:fixed;background-color:rgba(155,74,255,.025);z-index:-1}html.style3 .page-decore li{position:absolute}html.style3 .page-decore .top{top:-10px;right:-30px;transform:rotate(130deg)}html.style3 .page-decore .top img{animation:animatone 15s linear infinite}html.style3 .page-decore .bottom{bottom:-30px;left:-20px;transform:rotate(-45deg)}html.style3 .page-decore .bottom img{animation:animatone 25s linear infinite reverse}html.style3 .breadcrumb-main{padding-top:calc(15px + 10*(100vw - 320px)/1600);padding-bottom:calc(15px + 10*(100vw - 320px)/1600)}html.style3 .breadcrumb-main .custom-container{display:flex;align-items:center;justify-content:space-between}html.style3 .breadcrumb-main h2{color:#fff;font-weight:600;display:inline-block;font-size:calc(18px + 10*(100vw - 320px)/1600)}html.style3 .breadcrumb-main ul{float:right}html.style3 .breadcrumb-main ul li{display:inline-block;text-transform:capitalize;position:relative}html.style3 .breadcrumb-main ul li a{color:#fff;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style3 .breadcrumb-main ul li+li{margin-left:34px}html.style3 .breadcrumb-main ul li+li:before{content:"/";position:absolute;left:-20px;color:#fff;top:4px}html.style3 .blog-card{background-color:#f4effa;transition:all .5s ease}html.style3 .blog-page .col-xl-3{z-index:0}html.style3 ul.tags li{display:inline-block;padding:5px 15px;border:1px solid #ddd;border-radius:5px;margin-right:5px;background-color:#fff}html.style3 ul.tags li a{color:#223645;font-weight:500}html.style3 .blog-page .blog-sidebar p{line-height:20px;margin-bottom:0}html.style3 .blog-page .blog-sidebar h5{margin-bottom:5px}html.style3 .blog-page .blog-sidebar h4{color:#223645;text-transform:uppercase;font-weight:600;margin-bottom:20px;line-height:20px;letter-spacing:1px}html.style3 .blog-page .blog-sidebar .blog-card .recent-blog li .media img{width:100px;margin-right:15px}html.style3 .blog-page .blog-sidebar .blog-card .recent-blog li+li{margin-top:30px}html.style3 .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{background-color:#9b4aff;height:70px;width:70px;margin:0 15px 0 0;padding:15px;border-radius:15px;text-align:center}html.style3 .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date span{display:block;text-align:center;color:#fff;text-transform:uppercase}html.style3 .blog-page .blog-sidebar .blog-card .popular-blog li+li{margin-top:30px}html.style3 .blog-page .blog-sidebar .blog-card .popular-blog li p{margin-top:10px}html.style3 .blog-page .blog-sidebar .blog-card+.blog-card{margin-top:30px}html.style3 .blog-page .blog-sidebar .blog-card .blog-search .input-group{align-items:center;border-radius:15px;background-color:#fff;border:none}html.style3 .blog-page .blog-sidebar .blog-card .blog-search .input-group input{border-radius:15px;background-color:#fff;border:none}html.style3 .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{border:none}html.style3 .blog-page .blog-sidebar .blog-card .blog-search .input-group span{background:transparent;border:none}html.style3 .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{font-size:14px}html.style3 .blog-page .blog-sidebar .blog-card .blog-follow li{display:inline-block;margin-right:15px}html.style3 .blog-page .blog-sidebar .blog-card .blog-follow li i{font-size:16px;background-color:#fff;padding:5px;border-radius:50%;width:33px;height:33px;display:flex;align-items:center;justify-content:center}html.style3 .blog-page .blog-sidebar .blog-card .blog-follow li i:hover{background-color:#9b4aff;color:#fff}html.style3 .blog-page .blog-sidebar .blog-card .blog-follow li:last-child{margin-right:0}html.style3 .blog-page .blog-media{margin-bottom:30px}html.style3 .blog-page .blog-media:last-child{margin-bottom:0}html.style3 .blog-page .blog-media .blog-right{padding-top:30px;padding-left:10px;text-transform:capitalize}html.style3 .blog-page .blog-media .blog-right h6{color:#9b4aff;text-transform:uppercase;margin-bottom:10px;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style3 .blog-page .blog-media .blog-right h4{color:#223645;font-weight:500;line-height:1.5;margin-bottom:15px}html.style3 .blog-page .blog-media .blog-right p{line-height:1.8;margin-bottom:0;letter-spacing:.04em}html.style3 .blog-page .blog-media .blog-right ul{color:#647589;margin-bottom:10px}html.style3 .blog-page .blog-media .blog-right ul li{font-size:14px;line-height:1.5;display:inline-block}html.style3 .blog-page .blog-media .blog-right ul li i{padding-right:10px}html.style3 .blog-page .blog-media .blog-right ul li+li{padding-left:15px;margin-left:15px;border-left:1px solid #ddd}html.style3 .blog-page .blog-media .blog-left img{border-radius:15px}html.style3 .blog-page .blog-side{background-color:rgba(229,237,245,.5);padding:15px;border-radius:15px}html.style3 .blog-card{background-color:rgba(244,239,250,.5);border-radius:15px;padding:30px}html.style3 .blog-card ul.tags{margin-bottom:-10px}html.style3 .blog-card ul.tags li{margin-bottom:10px;color:#fff;background-color:#9b4aff}html.style3 .blog-card ul.tags li a{color:#fff}html.style3 .blog-card .default-form .form-group input,html.style3 .blog-card .default-form .form-group textarea{border:1px solid #f4effa;background-color:#fff;padding:20px}html.style3 .popular-blog h3{margin-bottom:5px!important;color:#fff}html.style3 .blog-detail-page h3{margin-bottom:20px}html.style3 .blog-detail-page .blog-detail p:last-child{margin-bottom:0}html.style3 .blog-detail-page .blog-detail img{margin-bottom:30px;border-radius:15px}html.style3 .blog-detail-page .blog-detail p{line-height:1.8}html.style3 .blog-detail-page .blog-detail .post-social{color:#647589;text-align:left;margin-bottom:10px;padding-top:20px;border-bottom:1px solid #f4effa;padding-bottom:10px}html.style3 .blog-detail-page .blog-detail .post-social ul{display:inline-block}html.style3 .blog-detail-page .blog-detail .post-social ul.social-group{float:right;margin-top:-7px}html.style3 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn,html.style3 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm{height:24px;width:24px}html.style3 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,html.style3 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{font-size:12px;margin-right:0;margin-left:2px;margin-top:2px}html.style3 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-linkedin,html.style3 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-linkedin{margin-top:0}html.style3 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-instagram,html.style3 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-instagram{margin-top:1px}html.style3 .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-left:8px;margin-left:0}html.style3 .blog-detail-page .blog-detail .post-social li{display:inline-block}html.style3 .blog-detail-page .blog-detail .post-social li i{margin-right:10px}html.style3 .blog-detail-page .blog-detail .post-social li+li{padding-left:15px;margin-left:15px;border-left:1px solid #eff1f2}html.style3 .blog-detail-page .blog-contact{margin-top:30px}html.style3 .blog-detail-page .blog-contact h2{margin-bottom:30px;margin-top:-5px}html.style3 .blog-detail-page .blog-contact .theme-form label{text-transform:capitalize;color:#647589;font-size:16px;font-weight:700;margin-bottom:15px}html.style3 .blog-detail-page .blog-contact .theme-form input,html.style3 .blog-detail-page .blog-contact .theme-form textarea{border-radius:15px;background-color:#fff;border:none}html.style3 .blog-detail-page .blog-commant{margin-top:30px}html.style3 .blog-detail-page .blog-commant .comment-section .replay{padding-left:50px;padding-top:25px}html.style3 .blog-detail-page .blog-commant .comment-section li+li{padding-top:25px;margin-top:25px;border-top:1px solid #f4effa}html.style3 .blog-detail-page .blog-commant .comment-section li img{height:50px;width:50px;margin-right:20px;border-radius:100%}html.style3 .blog-detail-page .blog-commant .comment-section li h6{text-transform:uppercase;font-weight:700;margin-bottom:5px;letter-spacing:1px;color:#223645}html.style3 .blog-detail-page .blog-commant .comment-section li span{font-size:13px;font-weight:500;text-transform:capitalize;color:#647589;margin-bottom:10px;display:block}html.style3 .blog-detail-page .blog-commant .comment-section li p{line-height:1.8;margin-bottom:0}html.style3 .faq-block{background-color:rgba(229,237,245,.5);border-radius:15px;padding:30px 15px}html.style3 .faq-block .icon-btn{margin-top:10px}html.style3 .faq-block .media{position:relative}html.style3 .faq-section .faq-decor{position:absolute;right:-20px;bottom:-20px;z-index:-1;animation:animatow 30s linear infinite;opacity:.2}html.style3 .faq-section .accordion.theme-accordion .card{margin-top:10px;border-radius:15px;overflow:hidden;border:1px solid #dce4ea;background:transparent}html.style3 .faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type,html.style3 .faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type){border-bottom:1px solid #eff1f2}html.style3 .faq-section .accordion.theme-accordion .card:first-child{margin-top:0;padding:0}html.style3 .faq-section .accordion.theme-accordion .card .card-header{padding:0 30px 0 0;border-bottom:0;transition:all .3s ease;background-color:#edf4fa}html.style3 .faq-section .accordion.theme-accordion .card .card-header button{color:#223645;text-align:left;font-size:17px;padding:18px;font-weight:600;display:block;width:100%;background-color:transparent;border:none}html.style3 .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]{color:#9b4aff}html.style3 .faq-section .accordion.theme-accordion .card .card-header button:focus{outline:none}html.style3 .faq-section .accordion.theme-accordion .card .card-header button:before{content:"";position:absolute;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:6px solid #000;right:20px;top:25px;transition:all .3s ease}html.style3 .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-top:0;border-bottom:6px solid #9b4aff;transition:all .3s ease}html.style3 .faq-section .accordion.theme-accordion .card .card-header button:hover{text-decoration:none;color:#9b4aff;transition:all .3s ease}html.style3 .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #dce4ea}html.style3 .faq-section .accordion.theme-accordion .card .card-body{padding:15px 18px}html.style3 .faq-section .accordion.theme-accordion .card .card-body p{margin-bottom:0;font-size:14px;color:#223645;line-height:1.8;letter-spacing:.06em}html.style3 .faq-section h2{margin-bottom:5px}html.style3 .error-main .error-contain{text-align:center;padding-top:calc(50px + 150*(100vw - 320px)/1600);padding-bottom:calc(50px + 150*(100vw - 320px)/1600)}html.style3 .error-main .error-contain h1{font-size:calc(80px + 70*(100vw - 320px)/1600);color:#9b4aff;line-height:.8;margin-bottom:40px;text-shadow:5px 5px 10px #9b4aff}html.style3 .error-main .error-contain h2{margin-bottom:20px}html.style3 .error-main .error-contain h4{margin-bottom:20px;line-height:1.8}html.style3 .error-main .error-contain .animated-bg i{background:#d4ecfd;position:absolute;height:100px;width:100px;border-radius:100%;opacity:.3;transform:scale(1.3);animation:ripple1 4s linear infinite;margin:0 auto;top:45%;transform:translate(0);left:0;right:0;z-index:-1}html.style3 .error-main .error-contain .animated-bg i:first-child{animation:ripple2 4s linear infinite}html.style3 .error-main .error-contain .animated-bg i:nth-child(2){animation:ripple2 3s linear infinite}html.style3 .error-main .error-contain .animated-bg i:nth-child(3){animation:ripple3 2s linear infinite}html.style3 .about-page{background-color:#faf8fc}html.style3 .about-page p{font-size:calc(14px + 4*(100vw - 320px)/1600);margin-bottom:-2px}html.style3 .about-page .about-title{display:flex;text-transform:capitalize}html.style3 .about-page .about-title h1{line-height:1.3;font-size:calc(20px + 28*(100vw - 320px)/1600)}html.style3 .about-page .about-title p{line-height:2;letter-spacing:1px;text-transform:capitalize;margin-bottom:0}html.style3 .about-page .about-tab{display:flex;border:1px solid #eff1f2;padding:15px;background-color:#fff}html.style3 .about-page .about-tab .nav{border-right:1px solid #eff1f2}html.style3 .about-page .about-tab .nav .nav-link:active{background-color:transparent}html.style3 .about-page .about-tab .tab-content{padding:15px;font-size:calc(14px + 16*(100vw - 320px)/1600);font-weight:400;text-transform:capitalize;display:flex;align-items:center}html.style3 .about-page .about-tab .nav-pills .nav-link{width:-moz-fit-content;width:fit-content;font-size:calc(18px + 2*(100vw - 320px)/1600);text-transform:capitalize;line-height:1;font-weight:800;color:#223645}html.style3 .about-page .about-tab .nav-pills .nav-link.active{background-color:transparent}html.style3 .about-page .about-tab ul{display:unset}html.style3 .about-page .about-img h2{margin-bottom:15px;text-transform:capitalize}html.style3 .about-page .about-img p{line-height:2;letter-spacing:1px;margin-bottom:0}html.style3 .about-page .about-right-content{height:100%;align-items:center;display:flex}html.style3 .counter-sec{visibility:visible}html.style3 .counter-sec .counter-title{justify-content:center!important;margin-bottom:calc(30px + 30*(100vw - 320px)/1600);text-align:center!important;position:relative!important;overflow:hidden!important;width:100%!important}html.style3 .counter-sec .counter-title .title-line{position:relative;display:inline-block;font-weight:600;text-transform:uppercase!important;font-size:calc(20px + 4*(100vw - 320px)/1600);margin-top:-2px}html.style3 .counter-sec .counter-title .title-line:before{right:100%;margin-right:25px}html.style3 .counter-sec .counter-title .title-line:after,html.style3 .counter-sec .counter-title .title-line:before{content:"";position:absolute;top:48%;transform:translateY(-48%);height:1px;width:99%;display:block;border-bottom:5px solid #9b4aff;opacity:.15}html.style3 .counter-sec .counter-title .title-line:after{left:100%;margin-left:25px}html.style3 .counter-sec .counter-main{visibility:visible;text-align:center!important}html.style3 .counter-sec .counter-slider{margin-top:-20px;margin-bottom:-20px}html.style3 .counter-box-second{position:relative;margin:20px auto;width:200px;height:200px;border-radius:30px;transition:box-shadow 1s;display:flex;justify-content:center;align-items:center;background-color:#faf8fc}html.style3 .counter-box-second:hover{box-shadow:0 5px 35px 0 rgba(0,0,0,.1)}html.style3 .counter-box-second .counter-box{text-align:center}html.style3 .counter-box-second .counter-box .counter-icon{font-size:40px;margin-bottom:10px;color:#9b4aff}html.style3 .counter-box-second .counter-box h6{font-weight:600;color:#232323;margin-bottom:0!important;display:block!important;font-size:24px}html.style3 .counter-box-second .counter-box h6.counter{animation-duration:1s;animation-delay:0s}html.style3 .counter-box-second .counter-box span{font-size:14px;margin-top:10px;display:block}html.style3 .element-card{margin-top:30px;border:0;transition:all .3s ease;letter-spacing:.5px;border-radius:8px;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:30px 20px;overflow:hidden}html.style3 .element-card .theme-tab .tab-content{margin-bottom:20px}html.style3 .element-card .heading{padding:.75rem 1.25rem;margin-bottom:0;border-bottom:1px solid #eff1f2}html.style3 .element-card .element-card-body{padding:.75rem 1.25rem;margin-bottom:-5px}html.style3 .element-card .element-card-body .dot-btn,html.style3 .element-card .element-card-body .icon-btn{margin-bottom:5px}html.style3 .element-card .typography .fonts,html.style3 .element-card .typography .fonts .profile,html.style3 .element-card .typography h1,html.style3 .element-card .typography h2,html.style3 .element-card .typography h3,html.style3 .element-card .typography h4,html.style3 .element-card .typography h5,html.style3 .element-card .typography h6{margin-bottom:20px}html.style3 .element-card .typography .font_label{margin-right:20px}html.style3 .element-card .element-card-body .fonts a+a{margin-left:20px}html.style3 .element-card .element-card-body .fonts .dot-btn{margin-right:20px}html.style3 .element-card .chat-main .details h5,html.style3 .element-card .chat-main .details h6{margin-bottom:0}html.style3 .element-card .chat-main .date-status{top:50%!important;transform:translateY(-50%)}html.style3 .element-card .chat-main .date-status h6{margin-bottom:0}html.style3 .element-images .element-card-header h2{margin-top:-5px}html.style3 .element-images .element-card-body{margin-bottom:3px}html.style3 .element-font .element-card-header h2{margin-top:-4px}html.style3 .element-font .element-card-body{margin-bottom:-17px}html.style3 .element-badge .element-card-body{margin-bottom:5px}html.style3 .element-badge .element-card-body.label-spacing{margin-bottom:-18px}html.style3 .element-badge .element-card-body.element-dot{margin-bottom:-3px}html.style3 .background .element-card .element-card-header h2{margin-top:-2px}html.style3 .background .element-card .element-card-body{margin-bottom:3px}html.style3 .background .element-button.element-card .element-card-body{margin-bottom:-18px}html.style3 .Icons .element-card .element-card-header h2{margin-top:-2px}html.style3 .Icons .element-card .element-card-body:last-child{margin-bottom:-24px}html.style3 .theme_btn_group .element-card .element-card-header h2{margin-top:-2px}html.style3 .theme_btn_group .element-card .element-card-body{margin-bottom:-22px}html.style3 .massage_box .element-msg .element-card-header h2{margin-top:-3px}html.style3 .massage_box .element-msg .element-card-body{margin-bottom:-36px}html.style3 .massage_box .chat-main{margin-bottom:5px}html.style3 .massage_box .element-card .document{margin-bottom:-14px}html.style3 .massage_box .element-card .element-card-body .share-media{margin-bottom:6px}html.style3 .massage_box .element-card .element-card-body .share-media .row{margin:0}html.style3 .element-animate .element-card-header h2{margin-top:-3px}html.style3 .element-animate .popup-group{margin-bottom:-18px}html.style3 .testimonial-title{margin-bottom:-80px;margin-top:100px}html.style3 .element-span-prag .element-card .small_prag{margin-bottom:20px}html.style3 .element-span-prag p{margin-bottom:5px}html.style3 .faq-block .search-form{left:-2px;top:-5px;height:60px}html.style3 .inner-page~div .testimonial-back-content{display:none}html.style3 .section-pb-space{padding-bottom:100px}html.style3 .section-pt-space{padding-top:100px}html.style3 .section-py-space{padding-top:100px;padding-bottom:100px}html.style3 #price .slick-slider{margin:-20px 0}html.style3 .landing-title{position:relative;text-align:center}html.style3 .landing-title h1{font-size:calc(80px + 40*(100vw - 320px)/1600);color:#1c77ed;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.05;position:absolute;top:0;left:0;right:0;text-align:center;display:flex;justify-content:center}html.style3 .landing-title .sub-title{display:flex;justify-content:center;margin-bottom:50px}html.style3 .landing-title .sub-title h4{font-size:calc(12px + 5*(100vw - 320px)/1600);color:#1c77ed;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:10px;letter-spacing:3px;margin-top:-2px}html.style3 .landing-title .sub-title h2{font-size:calc(16px + 20*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;width:550px;text-transform:capitalize;line-height:1.3;margin-bottom:-2px}html.style3 .btn{border:none}html.style3 .app-btn{border-radius:10px;background-color:rgba(28,119,237,.1);color:#1c77ed;text-transform:uppercase;padding:16px 25px}html.style3 .pricing-btn{border-radius:8px;background-color:#9b4aff;color:#fff}html.style3 header{padding-top:55px;position:absolute;top:0;width:100%;z-index:1}html.style3 header .landing-header .navbar{flex-direction:unset}html.style3 header .landing-header .navbar-collapse{width:100%}html.style3 header .landing-header .navbar-collapse .navbar-nav{flex-direction:unset;align-items:center;height:100%;padding-left:140px}html.style3 header .landing-header .navbar-collapse .navbar-nav .nav-item{display:inline-block;position:relative;margin-left:30px;font-weight:600;text-transform:uppercase;font-size:calc(13px + 3*(100vw - 320px)/1600);transition:all .3s ease}html.style3 header .landing-header .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#9b4aff!important}html.style3 header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:rgba(0,0,0,.7)}html.style3 header .landing-header.fixed{position:fixed;width:100%;background-color:#9b4aff;z-index:9;padding:5px 50px;max-width:95%;left:50%;transform:translateX(-50%);border-radius:20px;top:10px;box-shadow:0 0 30px rgba(29,168,253,.5)}html.style3 header .landing-header.fixed .main-menu .navbar-nav>li>a,html.style3 header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#fff!important}html.style3 header .landing-header .navbar-collapse ul li a{color:#fff;font-weight:700;font-size:15px}html.style3 .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link,html.style3 .landing-page .landing-header .navbar-light .navbar-nav .nav-link,html.style3 header .landing-header .navbar-collapse ul .active a,html.style3 header.theme-landing .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff}html.style3 .theme-landing{z-index:2;position:relative}html.style3 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important}html.style3 .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}html.style3 .slider-block .downlaod .footer-btn .btn .fa-apple{margin-left:1px}html.style3 .slider-block .downlaod .footer-btn .btn .fa-play{margin-left:3px}html.style3 .slider-block .slider-main .slider-contain h1{margin-bottom:10px}html.style3 .light-bg{background-color:rgba(155,74,255,.05)}html.style3 .app-design-main{text-align:center;padding-top:45px;padding-bottom:50px}html.style3 .app-design-main .icon-box{border-radius:35px;background-color:#fff;box-shadow:0 0 30px rgba(29,168,253,.1);width:-moz-fit-content;width:fit-content;padding:30px;margin:0 auto;transition:all .5s ease}html.style3 .app-design-main .icon-box i{font-size:40px;color:#1da8fd}html.style3 .app-design-main .app-hover{position:absolute;top:-2px;left:27%;opacity:0;z-index:-1;transition:all .5s ease}html.style3 .app-design-main.hover,html.style3 .app-design-main:hover{cursor:pointer}html.style3 .app-design-main.hover .app-hover,html.style3 .app-design-main:hover .app-hover{opacity:1}html.style3 .app-design-main.hover .icon-box,html.style3 .app-design-main:hover .icon-box{background-color:#1da8fd;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}html.style3 .app-design-main.hover .icon-box i,html.style3 .app-design-main:hover .icon-box i{color:#fff}html.style3 .app-design-main .contant-box{margin-top:40px}html.style3 .app-design-main .contant-box h2{font-size:calc(16px + 10*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize}html.style3 .app-design-main .contant-box h4{font-size:calc(13px + 2*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:300;text-transform:capitalize;line-height:1.8;width:293px;margin:20px auto -6px}html.style3 .chitchat-main{position:relative;overflow:hidden}html.style3 .chitchat-main .landing-title .sub-title h2{margin-bottom:-9px}html.style3 .chitchat-main .chitchat-contain{display:flex;align-items:center;height:100%}html.style3 .chitchat-main .chitchat-contain .chitchat-img{margin-top:-5px}html.style3 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:35px}html.style3 .chitchat-main .chitchat-contain h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px}html.style3 .chitchat-main .chitchat-contain h3 span{font-weight:600;font-size:calc(16px + 6*(100vw - 320px)/1600)}html.style3 .chitchat-main .chitchat-contain h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:50px;width:560px}html.style3 .chitchat-main .chitchat-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#223645;font-family:Roboto,sans-serif;font-weight:400;margin-bottom:40px;line-height:1.6}html.style3 .chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:15px;font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300}html.style3 .chitchat-main .chitchat-contain ul.detial-price li:last-child{margin-bottom:0}html.style3 .chitchat-main .chitchat-contain ul.detial-price li i{color:#9b4aff;margin-right:20px}html.style3 .chitchat-main .chitchat-contain .pricing-btn{color:#fff;margin-top:45px}html.style3 .chitchat-main .chitchat-back-block .chit-chat1{position:absolute;top:28%;left:16%;z-index:-1;animation:animatow 30s linear infinite}html.style3 .chitchat-main .chitchat-back-block .chit-chat2{position:absolute;top:33%;right:8%;z-index:-1;animation:animatow 30s linear infinite}html.style3 .chitchat-main .chitchat-back-block .chit-chat3{position:absolute;top:54%;left:33%;z-index:-1;animation:slidemain 50s linear infinite}html.style3 .ply-main{display:flex;align-items:center;margin-bottom:30px}html.style3 .ply-main .ply-content{background-color:rgba(155,74,255,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style3 .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style3 .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style3 .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}html.style3 .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style3 .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style3 .slider-block{background-color:#eff8ff;background-image:url(/assets/images/landing/1.jpg);overflow:hidden;position:relative;background-position:100%;background-size:cover}html.style3 .slider-block .downlaod .footer-btn .btn{padding:13px 23px}html.style3 .slider-block .inner1{position:absolute;top:50%;left:43%;animation:animatone 15s linear infinite}html.style3 .slider-block .slider-main{display:flex;align-items:center;height:100vh}html.style3 .slider-block .slider-main .slider-contain .ply-main{display:flex;align-items:center;margin-bottom:30px}html.style3 .slider-block .slider-main .slider-contain .ply-main .ply-content{background-color:rgba(155,74,255,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style3 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style3 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:30%;height:30%}html.style3 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style3 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}html.style3 .slider-block .slider-main .slider-contain .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style3 .slider-block .slider-main .slider-contain .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style3 .slider-block .slider-main .slider-contain h1{font-size:calc(20px + 28*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:17px;width:400px;line-height:1.2}html.style3 .slider-block .slider-main .slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:35px;line-height:1.8}html.style3 .slider-block .slider-main .slider-contain h4 span{color:#1c77ed;font-size:110%}html.style3 .slider-block .slider-main .slider-contain .header-btn{display:flex;align-items:center}html.style3 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn h4{margin-bottom:0;color:#fff;line-height:1;width:-moz-fit-content;width:fit-content}html.style3 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn h4{margin-bottom:0;line-height:1;width:-moz-fit-content;width:fit-content}html.style3 .slider-block .chat-slide{position:absolute;right:0;width:50%;top:0}html.style3 .team-work-main{position:relative}html.style3 .team-work-main .team-work-content{display:flex;align-items:center;height:100%}html.style3 .team-work-main .team-work-content .ply-main{display:flex;align-items:center;margin-bottom:40px}html.style3 .team-work-main .team-work-content .ply-main .ply-content{background-color:rgba(155,74,255,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style3 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.25));background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style3 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style3 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style3 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px;margin-left:6px}html.style3 .team-work-main .team-work-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style3 .team-work-main .team-work-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style3 .team-work-main .team-work-content h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px;width:582px}html.style3 .team-work-main .team-work-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:400;width:517px;line-height:1.8}html.style3 .team-work-main .team-work-content .pricing-btn{color:#fff;margin-top:40px}html.style3 .team-work-main .team1{position:absolute;top:100px;right:36%}html.style3 .team-work-main .team2{position:absolute;top:13%;right:28%;animation:animatow 15s linear infinite}html.style3 .team-work-main .team3{position:absolute;top:30%;right:42%}html.style3 .team-work-main .team4{position:absolute;top:30%;right:9%}html.style3 .team-work-main .team5{position:absolute;top:100px;left:30%}html.style3 .collaboration-main .collaboration-content{text-align:center;margin-bottom:85px;display:flex;justify-content:center;align-items:center}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{display:inline-block;margin-right:75px}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item:last-child{margin-right:0}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));background-color:#fff;border-radius:15px;padding:0}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{border-radius:15px;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:20px 30px}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:20px}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:30px;font-weight:900}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;line-height:1;margin-bottom:10px;text-transform:capitalize;text-align:left}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content p{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;margin-bottom:0;line-height:1;text-transform:capitalize}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main{background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9)}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content h3,html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content p{color:#fff}html.style3 .collaboration-main .tab-detail{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));width:-moz-fit-content;width:fit-content;margin:0 auto}html.style3 .testimonial-main .slick-slider .slick-list{margin:0 -30px}html.style3 .testimonial-main .slick-slider .slick-list .slick-slide{padding:0 30px}html.style3 .testimonial-main .owl-nav,html.style3 .testimonial-main .owl-nav button{display:flex;justify-content:center;align-items:center}html.style3 .testimonial-main .owl-nav button{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;border:none;font-family:FontAwesome;position:relative;margin-bottom:0}html.style3 .testimonial-main .owl-nav button i{font-size:15px;color:#9b4aff}html.style3 .testimonial-main .owl-nav button:focus{outline:none}html.style3 .testimonial-slider{padding-top:45px;display:none}html.style3 .testimonial-slider .owl-nav{display:flex!important;align-items:center;justify-content:center;margin-top:20px}html.style3 .testimonial-slider .owl-nav.disabled{opacity:1!important}html.style3 .testimonial-slider .owl-nav button:focus{outline:none;border:none}html.style3 .testimonial-slider .owl-nav button.owl-next,html.style3 .testimonial-slider .owl-nav button.owl-prev{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;font-family:FontAwesome;position:relative;transition:all .5s ease;display:flex;justify-content:center;align-items:center;margin-bottom:0}html.style3 .testimonial-slider .owl-nav button.owl-next span,html.style3 .testimonial-slider .owl-nav button.owl-prev span{font-size:15px;display:none!important}html.style3 .testimonial-slider .owl-nav button.owl-next:hover,html.style3 .testimonial-slider .owl-nav button.owl-prev:hover{background-color:#1c77ed;transition:all .5s ease}html.style3 .testimonial-slider .owl-nav button.owl-next:hover:before,html.style3 .testimonial-slider .owl-nav button.owl-prev:hover:before{color:#fff}html.style3 .testimonial-slider .owl-nav button.owl-next:before,html.style3 .testimonial-slider .owl-nav button.owl-prev:before{font-size:15px;color:#1c77ed;transition:all .5s ease}html.style3 .testimonial-slider .owl-nav button.owl-prev:before{position:absolute;content:""}html.style3 .testimonial-slider .owl-nav button.owl-next{margin-left:20px}html.style3 .testimonial-slider .owl-nav button.owl-next:before{position:absolute;content:""}html.style3 .testimonial-slider.owl-carousel.owl-loaded{padding-top:20px!important}html.style3 .testimonial-box{border-radius:25px;background-color:#fff;border:1px solid rgba(155,74,255,.05);box-shadow:5px 5px 30px rgba(155,74,255,.07);text-align:center;margin:20px 0;padding:60px 40px}html.style3 .testimonial-box .test-img{position:relative;margin-left:auto;margin-right:auto;margin-bottom:30px;width:-moz-fit-content;width:fit-content;background-color:#e9f5ff;border-radius:50%}html.style3 .testimonial-box .test-img img{border-radius:50%;width:100px;height:100px;position:relative}html.style3 .testimonial-box .test-img .test-wish{position:absolute;top:0;right:0;font-size:12px;padding:8px;border-radius:50%;color:#fff;background-color:#9b4aff}html.style3 .testimonial-box .test-contain{text-transform:capitalize}html.style3 .testimonial-box .test-contain h4{color:#9b4aff;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}html.style3 .testimonial-box .test-contain h3{font-size:calc(16px + 4*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}html.style3 .testimonial-box .test-contain h6{color:#647589;font-family:Roboto,sans-serif;font-weight:400;line-height:1.8}html.style3 .testimonial-box .test-contain ul.test-icon{display:flex;justify-content:center;align-items:center;margin-top:30px}html.style3 .testimonial-box .test-contain ul.test-icon li{width:40px;height:40px;border-radius:20px;background-color:#fff;border:1px solid rgba(28,119,237,.1);display:flex;justify-content:center;align-items:center;margin-right:25px}html.style3 .testimonial-box .test-contain ul.test-icon li:last-child{margin-right:0}html.style3 .testimonial-main{position:relative;overflow:hidden}html.style3 .testimonial-main .testimonial-back-content .test-img1{position:absolute;top:3%;left:4%;transform:rotate(230deg);animation:slidemain 50s linear infinite}html.style3 .testimonial-main .testimonial-back-content .test-img2{position:absolute;bottom:7%;right:12%;animation:slidemain 50s linear infinite;z-index:-1}html.style3 .secure-app-main{background-image:url(/assets/images/landing/parallax/main.png);background-color:#eff8ff;background-position:0;background-repeat:no-repeat;background-attachment:fixed;height:850px;position:relative;overflow:hidden}html.style3 .secure-app-main .row>.col{padding:0}html.style3 .secure-app-main .secure-app-content{display:flex;justify-content:flex-end;align-items:center;height:850px}html.style3 .secure-app-main .secure-app-content .ply-main{display:flex;align-items:center;margin-bottom:27px}html.style3 .secure-app-main .secure-app-content .ply-main .ply-content{background-color:rgba(155,74,255,.1);width:50px;height:50px;border-radius:50%;padding:15px;margin-right:20px;display:flex;align-items:center;justify-content:center}html.style3 .secure-app-main .secure-app-content .ply-main .ply-content i{color:#9b4aff;font-size:30px;font-weight:900;margin-top:5px}html.style3 .secure-app-main .secure-app-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style3 .secure-app-main .secure-app-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style3 .secure-app-main .secure-app-content h1{font-size:calc(18px + 38*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:37px}html.style3 .secure-app-main .secure-app-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:40px;line-height:1.8}html.style3 .secure-app-main .secure-app-content h4 span{color:#1c77ed;font-size:calc(14px + 3*(100vw - 320px)/1600)}html.style3 .secure-app-main .secure-app-content .pricing-btn{color:#fff}html.style3 .secure-app-main .secure-back-content .secure-img1{position:absolute;top:10%;right:-7%;transform:rotate(125deg);animation:slidemain 60s linear infinite}html.style3 .secure-app-main .secure-back-content .secure-img2{position:absolute;top:100px;left:38%;transform:rotate(-86deg);animation:slidemain 80s linear infinite}html.style3 .pricing-box{padding:40px;margin:20px;border-radius:25px;background-color:#fff;text-align:center;border:1px solid rgba(155,74,255,.05);box-shadow:5px 5px 30px rgba(155,74,255,.07)}html.style3 .pricing-box .pricing-icon{font-size:50px;margin-bottom:60px}html.style3 .pricing-box .pricing-icon img{width:auto;height:auto;margin-left:auto;margin-right:auto}html.style3 .pricing-box .pricing-content h2{font-size:calc(20px + 16*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:30px}html.style3 .pricing-box .pricing-content h4{color:#9b4aff;font-family:Montserrat,sans-serif;font-weight:700}html.style3 .pricing-box .pricing-content .pricing-btn{margin-top:40px;color:#fff}html.style3 .pricing-box .pricing-content .pricing-btn:hover{color:#fff}html.style3 .pricing-box ul.avb-price{text-align:left;margin-top:40px;margin-left:80px}html.style3 .pricing-box ul.avb-price li{font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300;margin-bottom:10px}html.style3 .pricing-box ul.avb-price li:last-child{margin-bottom:0}html.style3 .pricing-box ul.avb-price li i{color:#9b4aff;margin-right:20px}html.style3 .price-slider{margin-bottom:-20px;margin-top:-20px}html.style3 .subscribe-content{display:flex;height:100%;justify-content:center;align-items:center}html.style3 .subscribe-content h1{margin-bottom:40px;font-size:calc(16px + 32*(100vw - 320px)/1600);width:650px}html.style3 .subscribe-content .form-inline input::placeholder{color:#1c77ed;text-transform:capitalize}html.style3 .subscribe-content .form-inline .form-control{width:240px;height:46px;border-radius:10px;background-color:rgba(28,119,237,.1);border:none;padding-left:25px}html.style3 .subscribe-content .form-inline .form-control:first-child{margin-right:20px}html.style3 .subscribe-content button{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9);color:#fff;margin-left:20px;line-height:1}html.style3 .subscribe-content button:hover{color:#fff}html.style3 .subscribe-content h4{margin-top:40px;color:#223645;font-family:Roboto,sans-serif;font-weight:700;text-transform:capitalize;letter-spacing:.05em;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style3 .subscribe-content h4 span{font-weight:500;font-size:16px;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style3 .subscribe-main{position:relative;overflow:hidden}html.style3 .subscribe-main .subscribe-img1{position:absolute;top:22%;right:10%;width:300px;z-index:-1}html.style3 footer{background-color:#faf8fc;overflow:hidden;position:relative;border-top:1px solid #ddf1ff}html.style3 footer .footer-main{position:relative;padding-top:calc(30px + 40*(100vw - 320px)/1600);padding-bottom:calc(30px + 40*(100vw - 320px)/1600)}html.style3 footer h3{margin-bottom:25px;font-size:calc(14px + 4*(100vw - 320px)/1600)}html.style3 footer p{font-size:calc(13px + 2*(100vw - 320px)/1600);color:rgba(34,54,69,.9)}html.style3 footer .copyright p{color:rgba(34,54,69,.6)}html.style3 footer span{font-size:18px;color:#ff4e2b;line-height:0}html.style3 footer .logo{margin-bottom:15px}html.style3 footer .links li{display:block;position:relative;padding-left:20px;transition:all .3s ease}html.style3 footer .links li:hover{padding-left:22px;transition:all .3s ease}html.style3 footer .links li:hover a{color:#9b4aff;transition:all .3s ease}html.style3 footer .links li:hover a:before{left:3px;color:#9b4aff;transition:all .1s ease}html.style3 footer .links li a{font-size:calc(14px + 1*(100vw - 320px)/1600);color:#223645;font-weight:500}html.style3 footer .links li a:before{content:"";font-family:themify;font-size:11px;position:absolute;left:0;top:4px;transition:all .3s ease;font-weight:700}html.style3 footer .links li+li{margin-top:12px}html.style3 footer .copyright-footer{padding-top:1.1rem;border-top:1px solid rgba(34,54,69,.1)}html.style3 footer .foot-apl-btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center}html.style3 footer .foot-apl-btn:hover{cursor:pointer}html.style3 footer .foot-apl-btn i{color:#fff;margin-right:15px;font-size:30px}html.style3 footer .foot-apl-btn span h6{color:#fff;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:5px}html.style3 footer .foot-apl-btn span h4{color:#fff;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize;line-height:1}html.style3 footer .footer-back-block .inner1{position:absolute;top:-15%;right:10%;transform:rotate(96deg);animation:animatone 30s infinite reverse}html.style3 footer .footer-back-block .inner2{position:absolute;bottom:10%;left:-80px;animation:slidemain 40s linear infinite}html.style3 footer .footer-mobile-title{display:none}html.style3 footer .footer-contant .footer-btn{margin-top:30px}html.style3 .app-design-block .app-code-block{margin-bottom:-50px}html.style3 .downlaod .footer-btn .btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(34,54,69,.07));background-color:#fff;display:inline-flex;align-items:center;padding:17px 30px}html.style3 .downlaod .footer-btn .btn h6{padding-bottom:4px}html.style3 .downlaod .footer-btn .btn.active{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);transition:all .3s ease;color:#fff}html.style3 .downlaod .footer-btn .btn.active h4,html.style3 .downlaod .footer-btn .btn.active h6{transition:all .3s ease;color:#fff}html.style3 .downlaod .footer-btn .btn i{font-size:28px}html.style3 .downlaod .footer-btn .btn div{text-align:left;padding-left:12px}html.style3 .downlaod .footer-btn .btn+.btn{margin-top:15px}html.style3 .downlaod .footer-btn .fa-play{color:#9b4aff}html.style3 .tap-top{width:42px;height:42px;border-radius:100%;position:fixed;bottom:20px;right:20px;z-index:8;display:none;color:#fff;text-align:center;background:#9b4aff;border:none;font-size:22px;padding:4px;cursor:pointer}html.style3 .tap-top.top-cls{bottom:130px}html.style3 .inner-page header .landing-header .navbar-collapse ul .active a{color:#9b4aff}@media(max-width:1367px){html.style3 .header-inner{padding-bottom:30px}html.style3 .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}}@media(max-width:1199px){html.style3 .blog-media>div:first-child{padding-bottom:30px}html.style3 .counter-box-second{width:165px;height:165px}html.style3 .counter-box-second .counter-box .counter-icon{font-size:30px}html.style3 .counter-box-second .counter-box h6{font-size:22px}html.style3 .counter-box-second .counter-box span{font-size:13px}}@media(max-width:991px){html.style3 .blog-detail-page .blog-commant,html.style3 .blog-detail-page .blog-contact{margin-top:30px}html.style3 .about-page .about-title h1{margin-bottom:15px}html.style3 .about-page .about-img img{margin-bottom:20px}html.style3 .team .owl-nav{top:-60px}html.style3 .team .owl-nav button.owl-next,html.style3 .team .owl-nav button.owl-prev{height:30px;width:30px}html.style3 .team .owl-nav button.owl-next:before,html.style3 .team .owl-nav button.owl-prev:before{font-size:12px}}@media(max-width:767px){html.style3 .breadcrumb-main .breadcrumb-content{display:unset;text-align:center}html.style3 .breadcrumb-main .breadcrumb-content .breadcrumb-left{margin-bottom:5px}html.style3 .blog-page .blog-sidebar{margin-top:30px}html.style3 .blog-page .blog-sidebar .blog-card{padding:15px}html.style3 .blog-page .order-sec{order:-1}html.style3 .blog-page .blog-contact .btn-solid{padding:13px 25px}html.style3 .left-blog .blog-sidebar{margin-top:0;margin-bottom:30px}html.style3 .faq-block>div:nth-child(n+3){margin-top:15px}html.style3 .faq-section .faq-search-box .input-group .form-control{padding:10px}html.style3 .error-main .error-contain .error-btn{padding:15px 25px}html.style3 .team .team-content .text-content h4,html.style3 .team .team-content .text-content p{margin-bottom:10px}html.style3 .team .team-content .text-content ul li{width:30px;height:30px}html.style3 .team .team-content .text-content ul li a i{font-size:14px}}@media(max-width:575px){html.style3 .faq-block .search-form .form-group .icon-close{top:1px}html.style3 .header-inner{padding-bottom:20px}html.style3 .error-main .error-contain .error-btn{padding:12px 18px}}@media(max-width:480px){html.style3 .faq-block .search-form .form-group .icon-close{top:5px}html.style3 .team .team-content{display:unset}html.style3 .team .team-content .text-content{margin-top:15px;padding-left:0}html.style3 .about-page .about-tab{display:block;text-align:center}html.style3 .about-page .about-tab ul li{display:inline-block;margin-right:10px}html.style3 .about-page .about-tab ul li:last-child{margin-right:0}html.style3 .about-page .about-tab .nav-pills .nav-link{padding:0;font-weight:600}html.style3 .about-page .about-tab .tab-content{border-top:1px solid #eff1f2;margin-top:10px;padding-bottom:0}}@media(max-width:360px){html.style3 .blog-page .blog-media .blog-right ul{display:flex}html.style3 .blog-page .blog-media .blog-right ul li{display:block}html.style3 .about-page .about-tab ul li:last-child{margin-top:10px}}@media(min-width:1680px){html.style3 .custom-container{max-width:1600px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}}@media(max-width:1367px){html.style3 .slider-block .slider-main{height:100vh}html.style3 .secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}html.style3 .secure-app-main .secure-app-content .ply-main .ply-content i{font-size:20px;margin-top:3px}html.style3 .rate-us{padding-top:60px!important}}@media(max-width:1679px){html.style3 .custom-container{max-width:100%;padding-right:15px;padding-left:15px;margin:0 auto}html.style3 .slider-block .chat-slide{bottom:-13%}html.style3 .slider-block .inner1{top:15%;left:25%}html.style3 .slider-block .inner2{right:-26%}html.style3 .slider-block .slider-main .slider-contain .ply-main .ply-content{padding:10px}html.style3 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:45px;height:45px}html.style3 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}html.style3 .team-work-main .team-work-content .ply-main{margin-bottom:18px}html.style3 .team-work-main .team-work-content .ply-main .ply-content{padding:10px}html.style3 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:45px;height:45px}html.style3 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}html.style3 .team-work-main .team-work-content h1{margin-bottom:17px;width:480px}html.style3 .team-work-main .team-work-content .pricing-btn{margin-top:18px}html.style3 .secure-app-main,html.style3 .secure-app-main .secure-app-content{height:650px}html.style3 .secure-app-main .secure-app-content .ply-main{margin-bottom:18px}html.style3 .secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}html.style3 .secure-app-main .secure-app-content h1{margin-bottom:11px}html.style3 .secure-app-main .secure-app-content h4{margin-bottom:14px}html.style3 .team-work-main .team-work-content{justify-content:center}html.style3 footer .footer-main .footer-back-block .inner1{left:-60%;top:-130%}html.style3 footer .footer-main .footer-back-block .inner2{right:-60%;bottom:-130%}}@media(max-width:1500px){html.style3 .pricing-box ul.avb-price{margin-left:50px}}@media(max-width:1470px){html.style3 .chitchat-main .landing-title .sub-title h2{margin-bottom:-8px}html.style3 .slider-block .inner2{right:-40%}html.style3 .slider-block .chat-slide{bottom:0}html.style3 .chitchat-main .chitchat-contain{justify-content:center}html.style3 .chitchat-main .chitchat-contain h1{width:450px}html.style3 .chitchat-main .chitchat-contain .chitchat-img{width:450px;margin-top:-3px}html.style3 .team-work-main .team-work-content .team-main{width:480px}html.style3 .team-work-main .team1{right:30%;width:100px}html.style3 .team-work-main .team2{top:17%;right:13%;width:27px}html.style3 .team-work-main .team3{right:10%}html.style3 .subscribe-content h1{margin-bottom:23px}html.style3 .subscribe-content h4{margin-top:18px}html.style3 .subscribe-content .form-inline{display:unset}html.style3 .subscribe-content button{margin-top:23px;display:block;margin-left:0}html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:300px}}@media(max-width:1367px){html.style3 .section-py-space{padding-top:80px;padding-bottom:80px}html.style3 .section-pt-space{padding-top:80px}html.style3 .section-pb-space{padding-bottom:80px}html.style3 header{padding-top:30px}html.style3 header .landing-header .navbar-nav .nav-item:last-child .dropdown-menu{margin-bottom:0!important}html.style3 .slider-block .inner1{display:none}html.style3 .app-design-main{padding-top:35px}html.style3 .app-design-main .contant-box h4{margin-bottom:-4px}html.style3 .chitchat-main .chitchat-back-block .chit-chat3{left:11%}html.style3 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:22px}html.style3 .chitchat-main .chitchat-contain h3{margin-bottom:20px}html.style3 .chitchat-main .chitchat-contain h1{margin-bottom:24px}html.style3 .chitchat-main .chitchat-contain h4{margin-bottom:17px}html.style3 .chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:10px}html.style3 .chitchat-main .chitchat-contain .pricing-btn{margin-top:18px}html.style3 .collaboration-main .collaboration-content{margin-bottom:55px}html.style3 .collaboration-main .collaboration-content ul.collab-tab li{margin-right:45px}html.style3 .secure-app-main{height:426px}html.style3 .secure-app-main .secure-app-content{height:426px;background-color:hsla(0,0%,100%,.9);padding:20px}html.style3 .pricing-box .pricing-icon{margin-bottom:23px}html.style3 .pricing-box .pricing-icon img{width:55px}html.style3 .pricing-box .pricing-content h2{margin-bottom:13px}html.style3 .pricing-box .pricing-content .pricing-btn{margin-top:20px;padding:13px 25px}html.style3 .pricing-box ul.avb-price{margin-top:26px;margin-left:10px!important}html.style3 footer .footer-main .footer-logo{margin-bottom:15px}html.style3 footer .footer-main .footer-logo img{width:100px}html.style3 footer .footer-main h3{margin-bottom:17px}html.style3 footer .footer-main h1{margin-bottom:15px}html.style3 footer .footer-main .footer-btn{margin-top:22px}html.style3 footer .footer-main .footer-back-block .inner1{left:-75%;top:-160%}html.style3 footer .footer-main .footer-back-block .inner2{right:-75%}html.style3 footer .footer-main .footer-back-block .inner3{top:-25%}html.style3 footer .footer-main .footer-back-block .inner4{bottom:0;left:-10%}html.style3 footer .footer-main .footer-back-block .inner5{width:300px}html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:290px}html.style3 .subscribe-content h1{width:auto}html.style3 .subscribe-content img{width:400px;height:auto}}@media(max-width:1366px){html.style3 .slider-contain{padding-left:30px}html.style3 .element-card .chat-main li .chat-box .details{padding-left:70px}html.style3 .landing-page-header .landing-header .navbar .navbar-collapse{width:100%!important}html.style3 .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}html.style3 .landing_page_slider{min-height:1080px}html.style3 .landing_page_slider .animated-img-2{margin-top:0;width:1000px}html.style3 .landing_page_slider .animated-img-1 .slicing-img-4{left:230px;top:230px}html.style3 .landing_page_slider .animated-img-1 .slicing-img-5{left:900px;top:466px}html.style3 .landing_page_slider .animated-img-1 .slicing-img-6{top:152px;right:351px}html.style3 .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:438px}html.style3 .slider-block .chat-slide{width:70%}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:10px}html.style3 .main-feature .key-feature .theme-collection .image-contain{padding:20px;min-height:160px}}@media(max-width:1300px){html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}html.style3 .chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}html.style3 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:1250px){html.style3 .chat-landing-page .landing_page_slider{min-height:980px}html.style3 .chat-landing-page .landing_page_slider .animated-img-2{width:950px}}@media(min-width:1201px)and (max-width:1239px){html.style3 .chat-landing-page .landing-page-header .fixed{padding:5px 50px}html.style3 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style3 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}}@media(max-width:1200px){html.style3 .chat-landing-page .landing-page-header .fixed{padding:5px 50px}html.style3 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style3 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}html.style3 .chat-landing-page .landing_page_slider .animated-img-2{width:900px}html.style3 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:0;top:180px;width:22%}html.style3 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:100px;right:-85px;width:47%}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:290px}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:330px}html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}}@media(max-width:1199px){html.style3 .app-design-block .app-code-block{margin-bottom:-40px}html.style3 .slider-block .slider-main{height:750px}html.style3 .landing-title .sub-title{margin-bottom:40px}html.style3 .collaboration-main .collaboration-content{margin-bottom:35px}html.style3 .pricing-box ul.avb-price li i{margin-right:10px}html.style3 .section-pb-space{padding-bottom:60px}html.style3 .section-pt-space{padding-top:60px}html.style3 .section-py-space{padding-top:60px;padding-bottom:60px}html.style3 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:40px}html.style3 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav{float:unset;width:unset}html.style3 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .active .nav-link{color:#9b4aff!important;line-height:unset}html.style3 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{color:rgba(0,0,0,.7)!important;line-height:unset}html.style3 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{float:unset;margin-left:30px;margin-top:10px}html.style3 .chat-landing-page .landing-page-header .fixed{padding:5px 100px}html.style3 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse{width:100%}html.style3 .chat-landing-page .easy-navigation .inner-block{padding:20px}html.style3 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:30px;min-height:200px}html.style3 .chat-landing-page .bonus-page .blog-left{margin-top:50px}html.style3 header .landing-header .landing-header-right .main-nav{display:block}html.style3 header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#9b4aff!important}html.style3 .testimonial-box{padding:40px}html.style3 .slider-block .slider-main .slider-contain .ply-main{margin-bottom:10px}html.style3 .slider-block .slider-main .slider-contain h1{margin-bottom:12px}html.style3 .slider-block .slider-main .slider-contain h4{margin-bottom:12px;width:70%}html.style3 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{padding:13px 28px}html.style3 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn i{font-size:24px}html.style3 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:13px 28px}html.style3 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn i{font-size:24px}html.style3 .app-design-main{padding-top:40px;padding-bottom:40px}html.style3 .app-design-main .contant-box h4{width:auto}html.style3 .pages-space>div:nth-child(n+3){margin-top:40px!important}html.style3 .chitchat-main .chitchat-contain h1{width:390px}html.style3 .chitchat-main .chitchat-contain .chitchat-img{width:380px}html.style3 .chitchat-main .chitchat-contain img{margin-top:0}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:25px}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main{padding:20px}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-img img{width:25px}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content p{display:none}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content h3{margin-bottom:0}html.style3 .team-work-main .team-work-content h1{width:420px}html.style3 .team-work-main .team-work-content h4{width:399px}html.style3 .team-work-main .team1{right:31%;width:80px}html.style3 .team-work-main .team2{right:19%;width:20px}html.style3 .subscribe-content .form-inline .form-control{width:200px}html.style3 .landing_popups .element-card .typography .internet{margin-bottom:0}html.style3 .chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px}html.style3 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:45px}html.style3 .main-feature .key-feature>div:nth-child(n+5){margin-top:30px}}@media(max-width:1155px){html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:470px}html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}}@media(max-width:1150px){html.style3 .chat-landing-page .landing_page_slider .animated-img-2{width:850px}}@media(max-width:1026px){html.style3 .chat-landing-page .landing_page_slider .animated-img-2{width:750px;margin-top:20px}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:225px}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:265px;left:273px}html.style3 .chat-landing-page .slider-block .slider-main .slider-contain h1{width:290px}html.style3 .chat-landing-page .slider-block .slider-main .slider-contain h4{width:375px}html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:215px}}@media(max-width:992px){html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:350px}html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}html.style3 .chat-landing-page .page-decore .top img{animation:none}html.style3 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat1,html.style3 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat2,html.style3 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat3,html.style3 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat4,html.style3 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat1,html.style3 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat2,html.style3 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat3,html.style3 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat4{display:none}html.style3 .chat-landing-page .landing_popups .element-card .typography .internet{margin-bottom:20px}html.style3 .chat-landing-page .landing_popups .svg_img2{animation:none}}@media(max-width:991px){html.style3 .pricing-box{padding:20px 10px;margin:20px 0}html.style3 .app-design-main .icon-box{border-radius:25px;padding:20px}html.style3 .app-design-main .app-hover{height:31%}html.style3 .app-design-block .app-code-block{margin-bottom:-25px}html.style3 .app-design-main{padding-top:25px;padding-bottom:25px}html.style3 .chitchat-main .landing-title .sub-title h2{margin-bottom:-6px}html.style3 .landing-title .sub-title h4{margin-top:-1px}html.style3 .chat-landing-page .collaboration-main .collaboration-content{margin-bottom:30px!important}html.style3 .landing-title .sub-title{position:unset;margin-top:0}html.style3 .landing-title h1{display:none}html.style3 .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{padding:13px 17px}html.style3 .chat-landing-page header .inner1{display:none}html.style3 .chat-landing-page .landing-page-header .fixed{padding:5px 15px}html.style3 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:100px}html.style3 .chat-landing-page .landing_page_slider .animated-img-2{margin-top:30px;width:700px}html.style3 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:-11px;top:122px;width:29%}html.style3 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:77px;right:-83px;width:52%}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:190px}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:205px;left:243px}html.style3 .chat-landing-page .easy-navigation .inner-block{padding:10px}html.style3 .chat-landing-page .easy-navigation .inner-block p{font-size:13px;line-height:1.5}html.style3 .chat-landing-page .easy-navigation .navigation-2 .exclusive-image img,html.style3 .chat-landing-page .easy-navigation .navigation-3 .exclusive-image img,html.style3 .chat-landing-page .easy-navigation .navigation-6 .exclusive-image img{min-height:220px}html.style3 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:10px;min-height:150px}html.style3 .slider-block .slider-main{margin-top:85px;position:relative;height:auto;text-align:center;justify-content:center;z-index:1;padding-top:70px;padding-bottom:70px}html.style3 .slider-block .slider-main .slider-contain{border-radius:20px;padding:30px;width:auto}html.style3 .slider-block .slider-main .slider-contain h1,html.style3 .slider-block .slider-main .slider-contain h4{width:auto}html.style3 .slider-block .chat-slide,html.style3 .slider-block .inner1{display:none}html.style3 .app-design-main .icon-box i{font-size:36px}html.style3 .team-work-main .team-work-content h1{width:auto;margin-bottom:15px}html.style3 .team-work-main .team-work-content h4{width:350px}html.style3 .team-work-main .team-work-content .pricing-btn{padding:12px 20px}html.style3 .team-work-main .team1{width:50px;top:16%;right:32%}html.style3 .team-work-main .team2{top:19%;right:20%}html.style3 .team-work-main .team4{width:40px;right:3%}html.style3 .team-work-main .team5{width:250px}html.style3 .secure-app-main{height:auto!important;padding-bottom:0!important}html.style3 .secure-app-main .secure-app-content{text-align:center;height:auto!important;padding:40px}html.style3 .secure-app-main .secure-app-content .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}html.style3 .secure-app-main .secure-app-content .pricing-btn{padding:12px 18px}html.style3 .secure-app-main .secure-back-content .secure-img2{top:0;left:0;display:none}html.style3 .secure-app-main .secure-back-content .secure-img1{top:unset;bottom:0;right:0;display:none}html.style3 .subscribe-content .form-inline .form-control{width:160px;display:inline-block}html.style3 .testimonial-slider{padding-top:0}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:0}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{display:none}html.style3 footer .footer-main .footer-logo img{width:80px}html.style3 footer .footer-main .footer-back-block .inner4{left:-20%}html.style3 footer .footer-main .footer-back-block .inner3{top:-30%;right:0}html.style3 .subscribe-content button{padding:12px 18px}}@media(max-width:930px){html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:175px}}@media(max-width:900px){html.style3 .chat-landing-page .landing_page_slider .animated-img-2{width:650px}html.style3 .chat-landing-page .landing_popups .element-card{letter-spacing:unset}html.style3 .chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:10px}}@media(max-width:850px){html.style3 .chat-landing-page .landing_page_slider .animated-img-2{width:550px}html.style3 .chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}html.style3 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:768px){html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}html.style3 .chat-landing-page .audiocall1.call-modal,html.style3 .chat-landing-page .audiocall2.call-modal,html.style3 .chat-landing-page .conferencecall.call-modal,html.style3 .chat-landing-page .videocall.call-modal,html.style3 .chat-landing-page .videocallhang.call-modal{min-height:460px}html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:150px}html.style3 .chat-landing-page .landing_popups .btn{padding:15px 20px}}@media(max-width:767px){html.style3 .slider-block{background-blend-mode:overlay;background-color:#bbb6b6}html.style3 .chitchat-main .landing-title .sub-title h2{margin-bottom:-2px}html.style3 .landing-screen-animation .pc-bg-1{height:300px!important}html.style3 .chat-landing-page .landing_page_slider{min-height:390px!important;background-image:none;background:linear-gradient(#9b4aff,rgba(155,74,255,.4))}html.style3 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:170px}html.style3 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .playbutton .ply-content{background-color:unset;padding:0}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:100px;top:400px}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}html.style3 .chat-landing-page .landing_page_slider .animated-img-2{display:none}html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}html.style3 .chat-landing-page .easy-navigation .inner-block{padding:50px}html.style3 .chat-landing-page .easy-navigation .navigation-1{order:2}html.style3 .chat-landing-page .easy-navigation .navigation-2{order:1;margin-bottom:3rem!important}html.style3 .chat-landing-page .easy-navigation .navigation-3{margin-bottom:3rem!important}html.style3 .chat-landing-page .easy-navigation .navigation-5{order:2}html.style3 .chat-landing-page .easy-navigation .navigation-6{order:1;margin-bottom:3rem!important}html.style3 .chat-landing-page .main-feature .key-feature .feture-icon{padding:40px 30px}html.style3 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:60px}html.style3 .section-pb-space{padding-bottom:30px}html.style3 .section-pt-space{padding-top:30px}html.style3 .landing-title h1{display:none}html.style3 .landing-title .sub-title{position:unset;margin-top:0}html.style3 .landing-title .sub-title h4{margin-bottom:5px}html.style3 .slider-block .slider-main{justify-content:center;text-align:center;height:-moz-fit-content;height:fit-content;padding-bottom:60px}html.style3 .slider-block .slider-main .slider-contain{padding:15px}html.style3 .slider-block .slider-main .slider-contain .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}html.style3 .slider-block .slider-main .slider-contain .header-btn{justify-content:center}html.style3 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn,html.style3 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:9px 17px}html.style3 .slider-block .downlaod .footer-btn .btn{padding:10px 20px}html.style3 .slider-block .downlaod .footer-btn .btn i{font-size:22px}html.style3 .app-design-main{padding-bottom:0;padding-top:25px}html.style3 .app-design-main .contant-box{margin-top:15px}html.style3 .app-design-main .contant-box h4{margin-top:5px}html.style3 .app-design-main .icon-box{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);border-radius:5px;padding:15px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35))}html.style3 .app-design-main .icon-box i{color:#fff;font-size:20px}html.style3 .app-design-main:hover .app-hover{display:none;opacity:0}html.style3 .app-design-main .app-hover{display:none}html.style3 .app-design-block .app-btn{margin-top:25px;padding:15px 20px}html.style3 .app-design-block .app-code-block{margin-bottom:0}html.style3 .app-code-block>div:first-child .app-design-main{padding-top:0}html.style3 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:28px}html.style3 .landing-page-header header .landing-header .btn_purchase a{padding:12px 25px}html.style3 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{font-size:14px!important}html.style3 .chitchat-main .chitchat-contain{text-align:center}html.style3 .chitchat-main .chitchat-contain .chitchat-img{width:250px;margin:-2px auto 0}html.style3 .chitchat-main .chitchat-contain h3{margin-bottom:18px}html.style3 .chitchat-main .chitchat-contain h1{width:auto;margin-bottom:18px}html.style3 .chitchat-main .chitchat-contain h4{margin-bottom:10px}html.style3 .chitchat-main .chitchat-back-block .chit-chat3{top:16%;left:32%}html.style3 .chit-chat-block>div:first-child{margin-bottom:20px}html.style3 .chitchat-main .chitchat-contain .pricing-btn{padding:15px 20px}html.style3 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:18px}html.style3 .chitchat-main .chitchat-contain .chitchat-logo img{width:150px;height:auto}html.style3 .team-work-main .team-work-content{text-align:center;justify-content:center}html.style3 .team-work-main .team-work-content h1{width:auto;margin-bottom:12px}html.style3 .team-work-main .team-work-content h4{width:auto}html.style3 .team-work-main .team-work-content .ply-main{justify-content:center}html.style3 .team-work-main .team1{top:44%;right:62%}html.style3 .team-work-main .team2{top:50%;right:15%}html.style3 .team-work-main .team3{top:53%;right:10%}html.style3 .team-work-main .team4{top:80%;right:15%}html.style3 .team-work-main .team5{width:190px}html.style3 .team-block>div:first-child{margin-bottom:30px}html.style3 .collaboration-main .collaboration-content{margin-top:0;margin-bottom:30px}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:13px 20px;border-radius:5px;background-color:#fff}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{margin-bottom:0!important}html.style3 .testimonial-main .owl-nav button{width:30px;height:30px}html.style3 .testimonial-main .owl-nav button i{font-size:12px}html.style3 .secure-app-main .secure-back-content .secure-img1{bottom:-10%;right:-10%}html.style3 .secure-app-main .secure-back-content .secure-img2{top:-10%;left:-10%}html.style3 .pricing-box{padding:30px 20px;margin:20px 0;display:flex;justify-content:center}html.style3 .pricing-box .pricing-icon{margin-bottom:10px}html.style3 .pricing-box ul.avb-price{margin-left:0!important}html.style3 .pricing-box .pricing-content .pricing-btn{padding:10px 18px}html.style3 .subscribe-block>div:first-child{margin-bottom:30px}html.style3 .subscribe-content{text-align:center}html.style3 .subscribe-content img{width:200px}html.style3 .subscribe-content h4{margin-bottom:-3px}html.style3 .subscribe-content button{margin-left:auto;margin-right:auto}html.style3 .subscribe-content .form-inline .form-control{padding-left:15px;height:35px}html.style3 .subscribe-content .form-inline .form-control::placeholder{font-size:14px}html.style3 footer .footer-main ul.footer-contact li{margin-right:15px}html.style3 footer .footer-main .footer-btn{margin-top:27px}html.style3 footer .footer-main .footer-btn .foot-apl-btn{padding:13px 25px}html.style3 footer .footer-main .footer-btn .foot-ply-btn{padding:13px 25px;margin-left:20px}html.style3 footer .footer-back-block .inner1,html.style3 footer .footer-back-block .inner2{display:none}html.style3 .pages-space>div:nth-child(n+2){margin-top:30px!important}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:15px 25px}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600;font-size:14px}html.style3 .chat-landing-page .content-title{margin-bottom:30px!important}html.style3 .chat-landing-page .easy-navigation .inner-block .btn{padding:13px 25px}html.style3 .rate-us .rate_us-section h2{margin:20px 0!important}html.style3 .rate-us .rate_us-section img{width:160px}html.style3 .rate-us .rate_us-section .rate-section li i{font-size:28px!important}html.style3 .main-feature .key-feature>div:nth-child(n+3){margin-top:30px}}@media(max-width:650px){html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}html.style3 .rate-us .rate_us-section img{width:150px}}@media(max-width:600px){html.style3 .slider-block .chat-slide{width:100%}html.style3 .audiocall1.call-modal,html.style3 .audiocall2.call-modal,html.style3 .conferencecall.call-modal,html.style3 .videocall.call-modal,html.style3 .videocallhang.call-modal{min-height:350px}html.style3 .audiocall1.call-modal .center-con,html.style3 .audiocall2.call-modal .center-con,html.style3 .conferencecall.call-modal .center-con,html.style3 .videocall.call-modal .center-con,html.style3 .videocallhang.call-modal .center-con{bottom:25px}html.style3 .videocall.call-modal .videocall-details,html.style3 .videocallhang.call-modal .videocall-details{padding:20px}html.style3 #videocallhang{padding-right:0}html.style3 .landing_page_slider{min-height:450px}}@media(max-width:575px){html.style3 .slider-block .slider-main{margin-top:70px}html.style3 .section-py-space{padding-top:50px;padding-bottom:50px}html.style3 .section-pt-space{padding-top:50px}html.style3 .section-pb-space{padding-bottom:50px}html.style3 .element-card .chat-main li .chat-box .details h6{max-width:100px}html.style3 .chitchat-main .landing-title .sub-title h2,html.style3 .landing-title .sub-title h2{margin-bottom:-1px}html.style3 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:160px}html.style3 .landing-title .sub-title h4{margin-bottom:10px}html.style3 .landing-title .sub-title h2{width:auto}html.style3 header{padding-top:20px}html.style3 header .landing-header .landing-header-left .logo-block img{height:40px;width:auto}html.style3 header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-right:0}html.style3 header .landing-header .landing-header-right .purchase-block .purchase-btn span{display:none}html.style3 header .landing-header.fixed{padding:0!important}html.style3 header .landing-header .logo-block img{height:28px!important}html.style3 .slider-block .inner2,html.style3 header .landing-header .slider-block .inner2{right:0;top:10%}html.style3 .slider-block .downlaod .footer-btn .btn i{font-size:16px}html.style3 .app-design-block .app-btn{padding:12px 18px;font-size:13px;margin-top:20px}html.style3 .app-design-main{padding-top:20px}html.style3 .team-work-main .team1{top:50%;width:40px;right:68%}html.style3 .team-work-main .team2{top:49%;right:43%}html.style3 .team-work-main .team4{top:48%;right:60%}html.style3 .chitchat-main .chitchat-contain .chitchat-img{width:200px}html.style3 .chitchat-main .chitchat-contain h1,html.style3 .chitchat-main .chitchat-contain h3{margin-bottom:14px}html.style3 .chitchat-main .chitchat-contain .pricing-btn{padding:12px 18px;font-size:13px}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:7px}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:10px;border-radius:5px}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600}html.style3 .collaboration-main .tab-detail .tab-content .container{width:100%}html.style3 .secure-app-main .secure-back-content .secure-img2{top:-20%;left:-20%}html.style3 .secure-app-main .secure-back-content .secure-img1{bottom:-20%;right:-20%}html.style3 .secure-app-main .secure-app-content .ply-main .ply-content{width:40px;height:40px}html.style3 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px;font-size:16px}html.style3 .pricing-box .pricing-content .pricing-btn{margin-top:14px}html.style3 footer .footer-main .footer-back-block .inner4{left:-25%;bottom:-40%}html.style3 footer .footer-main .footer-back-block .inner3{top:-35%;right:-12%}html.style3 .mobile-version-sec .mobile-display{text-align:center}html.style3 .mobile-version-sec .mobile-qr{max-width:unset;margin-left:0}html.style3 .mobile-version-sec .mobile-qr .qr-img:after{display:none}html.style3 .bonus-page .container{width:100%}html.style3 .bonus-page .m-width{width:100%!important}html.style3 .mobile-version-sec .mobile-qr{margin-top:40px;margin-left:auto!important;margin-right:auto}html.style3 .mobile-version-sec .mobile-img{text-align:center}html.style3 .mobile-version-sec .mobile-img img{height:350px;width:auto}html.style3 .three-in-one-sec{margin-top:0!important}html.style3 .rate-us .rate_us-section h2{margin:12px 0!important}html.style3 .rate-us .rate_us-section img{width:120px}html.style3 .rate-us .rate_us-section .rate-section li i{font-size:22px!important}html.style3 .main-feature .key-feature>div:nth-child(n+2){margin-top:30px!important}html.style3 .chat-landing-page .easy-navigation .inner-block .btn{padding:12px 18px}}@media(max-width:480px){html.style3 .secure-app-main .secure-app-content{padding:40px 20px}html.style3 .secure-app-main .secure-app-content .ply-main .ply-content{margin-right:10px}html.style3 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:5px}html.style3 .landing-title .sub-title h4{margin-top:0}html.style3 .chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:5px}html.style3 .chat-landing-page .audiocall1.call-modal,html.style3 .chat-landing-page .audiocall2.call-modal,html.style3 .chat-landing-page .conferencecall.call-modal,html.style3 .chat-landing-page .videocall.call-modal,html.style3 .chat-landing-page .videocallhang.call-modal{min-height:300px}html.style3 .chat-landing-page .audiocall1.call-modal ul li+li,html.style3 .chat-landing-page .audiocall2.call-modal ul li+li,html.style3 .chat-landing-page .conferencecall.call-modal ul li+li,html.style3 .chat-landing-page .videocall.call-modal ul li+li,html.style3 .chat-landing-page .videocallhang.call-modal ul li+li{margin-left:10px}html.style3 .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,html.style3 .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{height:40px;width:40px}html.style3 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style3 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}html.style3 .chat-landing-page .easy-navigation .inner-block{padding:30px}html.style3 .chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px;margin:10px 40px}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:55px;top:111px}html.style3 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}html.style3 .chat-landing-page .fadinup .container{width:100%}html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}html.style3 .slider-block{background-position:50%}}@media(max-width:420px){html.style3 .chitchat-main .landing-title .sub-title h2{margin-bottom:-4px}html.style3 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse{width:100%}html.style3 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{font-size:15px}html.style3 .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{border-radius:5px;padding:10px 12px}html.style3 .chat-landing-page header .landing-header .landing-header-right .main-nav .toggle-nav{margin-left:10px}html.style3 .chat-landing-page .videocall.call-modal .videocall-details,html.style3 .chat-landing-page .videocallhang.call-modal .videocall-details{padding:15px}html.style3 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style3 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}html.style3 .chat-landing-page .videocall.call-modal .videocall-details .zoomcontent,html.style3 .chat-landing-page .videocallhang.call-modal .videocall-details .zoomcontent{padding:3px}html.style3 .chat-landing-page .icon-btn.btn-xl{height:40px;width:40px;padding:10px}html.style3 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{min-height:200px}html.style3 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:140px}html.style3 .chat-landing-page .fadinup .container{width:100%}html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:180px}html.style3 .slider-block .inner2{top:13%}html.style3 .team-work-main .team2{top:60%;right:38%;width:16px}html.style3 .team-work-main .team3{width:30px}html.style3 .team-work-main .team4{top:56%;right:54%}html.style3 .team-work-main .team1{top:59%}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills{display:unset}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-bottom:10px}html.style3 .subscribe-content .form-inline .form-control{display:block;width:100%;border-radius:5px}html.style3 .subscribe-content .form-inline .form-control:first-child{margin-bottom:20px}html.style3 footer .footer-main .footer-btn{display:block}html.style3 footer .footer-main .footer-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-top:20px}html.style3 footer .footer-main .footer-btn .foot-apl-btn,html.style3 footer .footer-main .footer-btn .foot-ply-btn{margin-left:auto;margin-right:auto}}@media(max-width:360px){html.style3 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{margin-left:20px}html.style3 .chat-landing-page .audiocall1.call-modal,html.style3 .chat-landing-page .audiocall2.call-modal,html.style3 .chat-landing-page .conferencecall.call-modal,html.style3 .chat-landing-page .videocall.call-modal,html.style3 .chat-landing-page .videocallhang.call-modal{min-height:200px}html.style3 .chat-landing-page .videocall.call-modal .videocall-details,html.style3 .chat-landing-page .videocallhang.call-modal .videocall-details{padding:5px}html.style3 .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,html.style3 .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{margin-left:0;height:20px;width:20px}html.style3 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style3 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:5px}html.style3 .chat-landing-page .easy-navigation .inner-block{padding:20px}html.style3 .chat-landing-page .main-feature .key-feature .feture-icon{margin:10px}html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style3 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:120px}html.style3 .slider-block .slider-main .slider-contain .header-btn{display:unset}html.style3 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{margin:0 auto}html.style3 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-top:15px}html.style3 .feture-icon{padding:15px}}@media(max-width:320px){html.style3 .chat-landing-page .landing_page_slider{min-height:480px}html.style3 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px}}html.style3 .chat-landing-page{position:relative}html.style3 .chat-landing-page h1{margin-bottom:15px;background:-webkit-linear-gradient(#00caf3,#0090ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:calc(18px + 30*(100vw - 320px)/1600)}html.style3 .chat-landing-page h5{font-size:calc(13px + 3*(100vw - 320px)/1600);letter-spacing:0;color:#9098ac;font-family:Rubik;font-weight:400;text-align:center;line-height:1.4}html.style3 .chat-landing-page .content-title{text-align:center;margin-bottom:45px}html.style3 .chat-landing-page .customizer img,html.style3 .chat-landing-page .dark-light img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style3 .chat-landing-page .bonus-page .chit-chat5,html.style3 .chat-landing-page .collaboration-main .chit-chat5,html.style3 .chat-landing-page .dark-light .chit-chat5,html.style3 .chat-landing-page .easy-navigation .chit-chat5,html.style3 .chat-landing-page .real-time-customizer .chit-chat5{position:absolute;top:-70px;right:0;z-index:-1;transform:rotate(45deg);animation:slidemain 80s linear infinite}html.style3 .content-title h2{margin-bottom:10px;font-size:calc(14px + 14*(100vw - 320px)/1600)}html.style3 .landing-page-header~.sidebar-pannle-main{display:none}html.style3 .landing-page-header header{padding-top:30px}html.style3 .landing-page-header header .landing-header .navbar-collapse .navbar-nav{justify-content:center;float:left;width:75%;margin:auto}html.style3 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important;opacity:.8;font-size:17px;letter-spacing:0;line-height:55px;font-family:Rubik;font-weight:500;text-transform:capitalize}html.style3 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll{background-color:transparent;border:none}html.style3 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll:hover{border:none}html.style3 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .active .nav-link{color:#fff!important;opacity:1}html.style3 .landing-page-header header .landing-header .btn_purchase{float:right}html.style3 .landing-page-header header .landing-header .btn_purchase a{border-radius:5px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-color:#fff}html.style3 .landing-page-header header .fixed{background-color:#278bff!important}html.style3 .landing-header .dropdown-menu a{font-size:calc(12px + 1*(100vw - 320px)/1600)!important;color:rgba(0,0,0,.5)!important;padding-left:0;padding-right:0}html.style3 .landing-header .dropdown-menu .dropdown-item:focus,html.style3 .landing-header .dropdown-menu .dropdown-item:hover{background-color:transparent}html.style3 .slider-contain{padding-top:100px}html.style3 .landing_page_slider{background-image:url(/_next/static/media/1.622c6754.png);overflow:hidden;position:relative;min-height:1060px;background-repeat:no-repeat}html.style3 .landing_page_slider .landing_page_slider-main{margin-top:160px}html.style3 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#fff!important;-webkit-text-fill-color:#fff;font-size:calc(20px + 36*(100vw - 320px)/1600);font-family:Montserrat;font-weight:800}html.style3 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);line-height:31px;color:#fff;font-family:Roboto;font-weight:300;text-align:center}html.style3 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{font-size:18px;font-weight:500;color:#fff}html.style3 .landing_page_slider .animated-img-1{overflow:hidden}html.style3 .landing_page_slider .animated-img-1 .slicing-img-4{position:absolute;left:250px;top:120px;animation:homecloud 30s linear infinite;transform:scale(1.5)}html.style3 .landing_page_slider .animated-img-1 .slicing-img-5{position:absolute;left:960px;top:505px;animation:animateCloud 60s linear infinite}html.style3 .landing_page_slider .animated-img-1 .slicing-img-6{position:absolute;top:132px;right:474px;animation:heartbeat 2s infinite}html.style3 .landing_page_slider .animated-img-1 .slicing-img-7{position:absolute;top:284px;left:650px;width:15px;animation:heartbeat 5s infinite}html.style3 .landing_page_slider .animated-img-2{height:auto;align-items:center;position:relative;width:1200px;margin:30px auto 0}html.style3 .landing_page_slider .animated-img-2 .slicing-img-1{position:absolute;content:"";left:-7px;top:225px;width:20%}html.style3 .landing_page_slider .animated-img-2 .slicing-img-2{position:absolute;content:"";top:132px;right:-97px;width:44%}html.style3 .landing_page_slider .animated-img-2 .slicing-img-3{position:absolute;content:"";left:10px}html.style3 .landing-screen-animation{position:relative}html.style3 .landing-screen-animation .col-md-12{margin-bottom:50px}html.style3 .landing-screen-animation .three-img-1{width:100%;position:relative;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);background-size:cover;border:5px solid #fff}html.style3 .landing-screen-animation .three-img-1:hover{background-position:bottom}html.style3 .landing-screen-animation .pc-bg-1{background-image:url(/_next/static/media/image_1.1cf209ea.png);height:550px;transition:2s}html.style3 .landing-screen-animation .pc-bg-2{background-image:url(/_next/static/media/landing.e891557e.png);height:250px;transition:10s}html.style3 .landing-screen-animation .pc-bg-3{background-image:url(/_next/static/media/email.c4ada256.jpg);height:250px;transition:2s}html.style3 .demo-title{margin-top:20px;margin-bottom:0;font-size:calc(16px + 12*(100vw - 320px)/1600)}html.style3 .bonus-page .m-width{width:1380px}html.style3 .bonus-page .m-width .bonus{position:relative}html.style3 .bonus-page .m-width .bonus img{animation:zoomIn .3s ease-in-out;transition:all .5s ease;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style3 .bonus-page .m-width .bonus img:hover{transition:all .5s ease;transform:translateY(-3px)}html.style3 .bonus-page .demo-title{line-height:28px;font-size:calc(14px + 4*(100vw - 320px)/1600);letter-spacing:1px;margin-top:20px;margin-bottom:0;color:#333;font-weight:700}html.style3 .pages-space>div:nth-child(n+4){margin-top:50px}html.style3 .real-time-customizer{position:relative}html.style3 .workable-app-img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style3 .workable-app-img .img-1{position:relative}html.style3 .workable-app-img .img-2{position:absolute;top:597px;right:172px;width:14%}html.style3 .workable-app-img .doted{background-color:#fff}html.style3 .workable-app-img .doted ul{display:flex;padding:15px}html.style3 .workable-app-img .doted ul li{display:inline}html.style3 .workable-app-img .doted ul li .circle-1{color:#f84c45}html.style3 .workable-app-img .doted ul li .circle-2{color:#f7bb36}html.style3 .workable-app-img .doted ul li .circle-3{color:#69ce43}html.style3 .workable-app-img .doted ul li+li{padding-left:5px}html.style3 .workable-app-img .workable-title{position:absolute;z-index:1;top:275px;left:0}html.style3 .workable-app-img .workable-title h1{font-size:calc(35px + 85*(100vw - 320px)/1600);color:#fff;-webkit-text-fill-color:#fff;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.3;margin-bottom:50px}html.style3 .workable-app-title{margin-top:30px;text-align:center}html.style3 .chat-landing-page section{max-width:100vw;overflow:hidden}html.style3 .chat-landing-page .collaboration-main .collaboration-content{margin-top:0;margin-bottom:75px}html.style3 .rate-us{padding-top:100px}html.style3 .rate-us .rate_us-section{justify-content:center;display:flex;text-align:center}html.style3 .rate-us .rate_us-section .rate-section{display:flex;margin:0 0 30px}html.style3 .rate-us .rate_us-section .rate-section li i{color:#ffd203;font-size:36px}html.style3 .rate-us .rate_us-section .rate-section li+li{padding-left:4px}html.style3 .rate-us .rate_us-section h2{letter-spacing:.1em;margin:30px 0;line-height:1.5;font-size:calc(14px + 14*(100vw - 320px)/1600)}html.style3 .rate-us .rate_us-section .rate_btn{border-radius:30px;background-color:transparent;border:2px solid #1c9dea;color:#1c9dea;padding:11px 50px}html.style3 .rate-us .rate_us-section .rate_btn:hover{background-color:#1c9dea;color:#fff}html.style3 .main-feature .key-feature>div:nth-child(n+7){margin-top:30px}html.style3 .main-feature .key-feature .feture-icon{padding:60px 30px;text-align:center;background:#fff;border:1px solid #f5f5f5;font-size:14px;text-transform:capitalize}html.style3 .main-feature .key-feature .feture-icon svg{width:60px;height:auto;fill:gray!important;opacity:.7;transition:all .5s ease}html.style3 .main-feature .key-feature .feture-icon h5{margin-top:15px;color:#555;letter-spacing:2px;transition:all .3s ease;padding-bottom:0;margin-bottom:0;line-height:1;font-weight:500;opacity:.7;transition:all .5s ease}html.style3 .main-feature .key-feature .feture-icon:hover{transition:.25s ease-in-out;border-color:rgba(38,138,255,.3)}html.style3 .main-feature .key-feature .feture-icon:hover svg{fill:#9b4aff!important}html.style3 .main-feature .key-feature .feture-icon:hover h5{color:#9b4aff}html.style3 .tour-integrated{position:relative}html.style3 .tour-integrated .chitchat-back-block .chit-chat1{position:absolute;left:0;top:10%;transform:rotate(150deg);animation:slidemain 60s linear infinite}html.style3 .tour-integrated .chitchat-back-block .chit-chat2{position:absolute;right:5%;bottom:15%;width:100px;transform:rotate(-86deg);animation:slidemain 20s linear infinite}html.style3 .tour-integrated .chitchat-back-block .chit-chat3{position:absolute;right:15%;bottom:300px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}html.style3 .tour-integrated .chitchat-back-block .chit-chat6,html.style3 .tour-integrated .chitchat-back-block .chit-chat7{position:absolute;right:15%;bottom:176px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}html.style3 .mobile-version-sec{position:relative}html.style3 .mobile-version-sec .mobile-img{margin-bottom:-30px}html.style3 .mobile-version-sec .mobile-display{text-align:end}html.style3 .mobile-version-sec .mobile-qr{max-width:200px;text-align:center;margin-left:50px;position:relative}html.style3 .mobile-version-sec .mobile-qr p{font-size:14px;white-space:pre-line;color:#000}html.style3 .mobile-version-sec .mobile-qr .qr-img:after{position:absolute;bottom:-85px;right:60px;background-image:url(/_next/static/media/line.9fd0ed60.png);background-repeat:no-repeat;content:"";width:256px;height:135px;background-size:cover;z-index:-1}html.style3 .mobile-version-sec .mobile-qr .qr-img img{box-shadow:0 10px 60px 0 rgba(0,0,0,.15)}html.style3 .mobile-version-sec .mobile-qr .btn-qr{padding:5px 10px;border-radius:5px;filter:drop-shadow(0 5px 7.5px rgba(255,45,100,.35));background-color:#ff2d64;color:#fff;font-size:12px;text-align:center;font-weight:500;font-family:Rubik;margin-bottom:20px}html.style3 .mobile-version-sec .chitchat-back-block .chit-chat1{position:absolute;left:20%;top:20%;width:150px;transform:rotate(86deg);animation:slidemain 80s linear infinite}html.style3 .mobile-version-sec .chitchat-back-block .chit-chat2{position:absolute;right:20%;bottom:26%;width:150px;transform:rotate(-86deg);animation:slidemain 50s linear infinite}html.style3 .mobile-version-sec .chitchat-back-block .chit-chat3{position:absolute;left:41%;top:38%;z-index:-1;transform:rotate(-86deg);animation:slidemain 50s linear infinite}html.style3 .mobile-version-sec .chitchat-back-block .chit-chat4{position:absolute;top:13%;right:-5%;transform:rotate(125deg);animation:slidemain 60s linear infinite}html.style3 .app-demo-section{background:#fff}html.style3 .app-demo-section .app-demo-content{text-align:center;position:relative;margin-bottom:50px}html.style3 .app-demo-section .container-modify{max-width:1600px;margin:0 auto}html.style3 .app-demo-section .img-effect{transition:all .3s linear;text-align:center}html.style3 .app-demo-section .img-effect:hover{transform:translateY(-6px)}html.style3 .app-demo-section .app-img{border-radius:30px;box-shadow:-1px 2px 5px 1px #ececec}html.style3 .three-in-one-sec{margin-top:-70px}html.style3 .three-in-one-sec .chat-sec{width:100%;height:350px;box-shadow:0 0 10px 2px #ddd}html.style3 .three-in-one-sec .app-lauout-sec .landing-page-img{width:100%;height:175px;display:inline-block;position:relative;background-repeat:no-repeat;box-shadow:0 0 10px 2px #ddd;background-color:#fff;background-size:contain}html.style3 .three-in-one-sec .app-lauout-sec .landing-page-img .img-scroll{transition:all 9s ease-out 0s;background-position:center 0;background-repeat:no-repeat;position:absolute;width:100%;height:calc(100% - 18px);top:18px;left:0;background-size:cover}html.style3 .three-in-one-sec .app-lauout-sec .landing-page-img:hover .img-scroll{background-position:center 100%!important}html.style3 .popup-group{margin-bottom:-20px}html.style3 .popup-group .font_label{margin:0 8px 20px}html.style3 .landing_popups{position:relative;background-color:#288bfe;background:-webkit-linear-gradient(left,#00caf3,#0090ff)}html.style3 .landing_popups h1{color:#fff!important;-webkit-text-fill-color:#fff}html.style3 .landing_popups h5{color:#fff}html.style3 .landing_popups #videocallhang.modal{position:static}html.style3 .landing_popups .viddiolog.fade{height:auto}html.style3 .landing_popups .viddiolog.fade .modal-body{padding-top:0}html.style3 .landing_popups .viddiolog.modal-dialog{margin:0 auto;height:auto}html.style3 .landing_popups .viddiolog.modal-dialog .videocall-details h5{font-size:calc(13px + 1*(100vw - 320px)/1600);letter-spacing:0;color:#223645!important;font-family:Montserrat,sans-serif;font-weight:700;text-align:left}html.style3 .landing_popups .svg_img2{position:absolute;right:-300px;top:350px;opacity:.5;animation:rotatedTwo 15s linear infinite alternate}html.style3 .landing_popups .slicing-img-8{position:absolute;top:100px;animation:homecloud 30s linear infinite;transform:scale(2)}html.style3 .landing_popups .slicing-img-9{position:absolute;left:0;top:50px;animation:animateCloud 60s linear infinite}html.style3 .easy-navigation .inner-block{height:calc(100% - 0px);background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:45px;margin-bottom:20px;text-align:center}html.style3 .easy-navigation .inner-block h4{font-size:calc(20px + 8*(100vw - 320px)/1600);color:#223645}html.style3 .easy-navigation .inner-block p{font-size:15px;line-height:1.7;letter-spacing:.7px}html.style3 .easy-navigation .exclusive-image{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style3 .slick-slider .slick-list{margin:0 -6px}html.style3 .slick-slider .slick-list .slick-slide{padding:0 6px}html.style3 .slick-slider .slick-list .slick-slide .item:focus{outline:none}html.style3 .custom-control-label{font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;font-weight:600;line-height:1.9;padding-left:10px}html.style3 .custom-switch .custom-control-label:before{border-radius:20px;height:19px;width:34px;box-shadow:inset 0 0 0 0 #dfdfdf;border-color:#dfdfdf;cursor:pointer}html.style3 .custom-switch .custom-control-label:after{top:calc(.25rem + 3px);left:calc(-2.25rem + 1px);width:calc(1rem - 3px);border-radius:100%;height:calc(1rem - 3px);box-shadow:0 1px 3px rgba(0,0,0,.4);background-color:transparent;cursor:pointer}html.style3 .custom-switch .custom-control-input:checked~.custom-control-label:before{background-color:#3fcc35;border-color:#3fcc35;box-shadow:inset 0 0 0 10px #3fcc35}html.style3 .custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(1.15rem)}html.style3 .custom-switch .custom-control-input:focus~.custom-control-label:before{box-shadow:none}html.style3 .custom-switch .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:unset;border-color:#dfdfdf}html.style3 .custom-switch.custom-switch-primary .custom-control-label:before{transition:border .4s ease 0s,box-shadow .4s ease 0s}html.style3 .custom-switch.custom-switch-primary .custom-control-label:after{transition:background-color .4s ease 0s,transform .2s ease 0s}html.style3 .custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:before{background-color:#9b4aff;border-color:#9b4aff;box-shadow:inset 0 0 0 10px #9b4aff;transition:border .4s ease 0s,box-shadow .4s ease 0s,background-color 1.2s ease 0s}html.style3 .custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transition:background-color .4s ease 0s,transform .2s ease 0s}html.style3 .status-switch .custom-control-label{color:#223645}html.style3 .snippet-modal-main .default-form select{background:url(/assets/images/drop-1.png) #eff7fe no-repeat scroll 97.6%}html.style3 .theme-pannel-main{background-color:#fff;position:fixed;top:30%;right:0;z-index:9;padding:0 5px;box-shadow:0 0 7px 1px hsla(0,0%,62%,.2)}html.style3 .theme-pannel-main ul li{display:flex;padding:10px 12px;border-bottom:1px solid #dadada}html.style3 .theme-pannel-main ul li span{padding:0;text-transform:uppercase;color:#949494;font-weight:700}html.style3 .theme-pannel-main ul li a{padding:0}html.style3 .theme-pannel-main ul li:last-child{border-bottom:0}html.style3 .color-picker .title{display:inline-block;position:absolute;left:-68px;width:68px;box-shadow:-3px 0 7px 1px hsla(0,0%,62%,.2);background-color:#fff;padding:10px 14px;border-radius:5px}html.style3 .color-picker .colors li{height:35px;width:35px;margin:3px;display:inline-block;position:relative;border-radius:5px}html.style3 .color-picker .colors li.active:before{content:"";position:absolute;font-family:themify;color:#fff;font-size:19px;top:4px;left:9px;transform:rotate(-90deg)}html.style3 .color{background-color:#1c9dea}html.style3 .color1{background-color:#3a62b8}html.style3 .color2{background-color:#064c3c}html.style3 .color3{background-color:#9b4aff}html.style3 .color4{background-color:#00d3cb}html.style3 .color5{background-color:#ff5b92}html.style3 .color6{background-color:#ff803c}html.style3 .setting-sidebar{background-color:#fff;padding:20px;width:350px;height:100%;position:fixed;top:0;right:-350px;z-index:999;border-left:1px solid #eff1f2;transition:all .5s ease}html.style3 .setting-sidebar li{cursor:pointer}html.style3 .setting-sidebar .theme-title{border-bottom:1px solid #eff1f2;padding-bottom:15px}html.style3 .setting-sidebar h5{padding-top:20px;padding-bottom:15px}html.style3 .setting-sidebar .theme-layout ul{display:flex;align-items:center}html.style3 .setting-sidebar .theme-layout ul li{width:70px;height:50px;display:flex;align-items:center;background-color:#fff;margin-right:10px}html.style3 .setting-sidebar .theme-layout ul li.active .sidebar-content{position:relative}html.style3 .setting-sidebar .theme-layout ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;font-weight:900;height:100%;width:100%;display:flex;align-items:center;justify-content:center}html.style3 .setting-sidebar .theme-layout ul li .sidebar{width:30%;height:100%;background-color:#eff1f2;margin-right:5px;border-radius:5px}html.style3 .setting-sidebar .theme-layout ul li .sidebar-content{background-color:#eff1f2;width:70%;height:100%;border-radius:5px}html.style3 .setting-sidebar .theme-layout ul li:nth-child(2) .sidebar,html.style3 .setting-sidebar .theme-layout ul li:nth-child(3) .sidebar,html.style3 .setting-sidebar .theme-layout ul li:nth-child(3) .sidebar-content{background-color:#595959}html.style3 .setting-sidebar .theme-layout ul li:last-child .sidebar,html.style3 .setting-sidebar .theme-layout ul li:last-child .sidebar-content{background-image:linear-gradient(45deg,#3a62b8,#ff803c)}html.style3 .setting-sidebar .chat-wallpaper .wallpaper{margin-top:0}html.style3 .setting-sidebar .chat-wallpaper .wallpaper li{position:relative;width:47px;height:47px;border-radius:5px;margin:2px;background-size:unset!important}html.style3 .setting-sidebar .chat-wallpaper .wallpaper li.active:before{content:"";font-family:themify;position:absolute;font-weight:900;font-size:20px;height:100%;width:100%;display:flex;align-items:center;justify-content:center}html.style3 .setting-sidebar .themes-content ul li{display:inline-block;width:68px;height:60px;background-color:#eff1f2;margin-right:5px;border-radius:5px;position:relative}html.style3 .setting-sidebar .themes-content ul li.active:before{content:"";font-family:themify;position:absolute;display:flex;height:100%;width:100%;align-items:center;justify-content:center;font-weight:900;font-size:20px}html.style3 .setting-sidebar .sidebar-setting ul{display:flex}html.style3 .setting-sidebar .sidebar-setting ul li{width:144px;height:70px;display:flex;align-items:center;margin-right:15px}html.style3 .setting-sidebar .sidebar-setting ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px}html.style3 .setting-sidebar .sidebar-setting ul li:last-child{margin-right:0}html.style3 .setting-sidebar .sidebar-setting ul li .sm-sidebar{background-color:#eff1f2;margin-right:3px;width:10%;height:100%}html.style3 .setting-sidebar .sidebar-setting ul li .sidebar{background-color:#eff1f2;width:20%;height:100%;border-radius:5px;margin-right:3px}html.style3 .setting-sidebar .sidebar-setting ul li .sidebar-content{background-color:#eff1f2;width:80%;height:100%;border-radius:5px;position:relative}html.style3 .sidebar-pannle-main{position:fixed;bottom:110px;right:22px;z-index:9}html.style3 .sidebar-pannle-main ul{display:flex;flex-direction:column}html.style3 .sidebar-pannle-main ul li{cursor:pointer;margin-bottom:10px}html.style3 .sidebar-pannle-main ul li.cog-click i{animation:infinite-spinning 1.5s linear infinite}html.style3 .fev-addcall-main.add-popup .modal-dialog:before{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;top:-9px}html.style3 .contact-chat>ul>li .contact-name .msg-box{margin-top:10px}html.style3 .msg-box>li .auto-gallery,html.style3 .msg-box>li .document,html.style3 .msg-box>li h5{padding:16px 20px}html.style3 .add-contact-modal .modal-dialog:before{border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #fff;bottom:-9px}html.style3 .add-contact-modal .default-form input[type=number]::-webkit-inner-spin-button,html.style3 .add-contact-modal .default-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;-moz-appearance:textfield}html.style3 .add-popup .close{width:75px;height:75px;background:#9b4aff;border-radius:0 0 0 90px;position:absolute;right:15px;top:15px;opacity:1;margin-right:-15px}html.style3 .add-popup .close span{color:#fff;font-size:30px;position:absolute;top:20px;right:20px}html.style3 .add-popup .modal-body{padding:30px}html.style3 .add-popup .modal-footer,html.style3 .add-popup .modal-header{padding:20px 35px}html.style3 .add-popup .modal-footer .modal-title,html.style3 .add-popup .modal-header .modal-title{color:#9b4aff;text-transform:capitalize;font-weight:700;font-size:calc(16px + 12*(100vw - 320px)/1600)}html.style3 .add-popup .modal-header{border-bottom-color:#eff1f2;background-color:rgba(155,74,255,.15)}html.style3 .add-popup .modal-header i{font-size:30px;margin-right:10px}html.style3 .add-popup .modal-body h3{margin-bottom:20px;text-transform:capitalize}html.style3 .add-popup .default-form .form-group .form-control{padding:15px 25px;margin-bottom:20px}html.style3 .add-popup .default-form .form-group .form-control::placeholder{text-transform:capitalize}html.style3 .add-popup .modal-footer{border-top:1px solid #eff1f2}html.style3 .delete-modal .modal-header{background-color:transparent;border-bottom:none}html.style3 .delete-modal .modal-header .modal-title{display:none}html.style3 .delete-modal .modal-body{text-align:center}html.style3 .delete-modal .delete-btn{margin-top:30px}html.style3 .video-popup .modal-header{padding:0!important;display:block}html.style3 .video-popup iframe{height:448px;width:100%;vertical-align:middle;border:none}html.style3 .pol-modal-main.modal-dialog{width:700px;max-width:unset}html.style3 .pol-modal-main .modal-content .modal-header svg{color:#9b4aff;font-weight:600;margin-right:10px}html.style3 .pol-modal-main .modal-content .modal-body .form-group input::placeholder{font-size:14px}html.style3 .pol-modal-main .modal-content .modal-body .form-group a.add-option{color:#9b4aff;text-transform:capitalize;font-size:14px;font-weight:500}html.style3 .pol-modal-main .modal-content .modal-body .form-group .post-poll{background-color:rgba(155,74,255,.15);padding:25px;border-radius:15px}html.style3 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:flex;justify-content:space-between}html.style3 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-transform:capitalize;font-size:14px;font-weight:600}html.style3 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{font-size:14px;margin-left:15px;text-transform:capitalize;display:inline-block;margin-bottom:0}html.style3 .pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:14px;text-transform:capitalize;font-weight:600;display:flex;align-items:center}html.style3 .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-right:10px}html.style3 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:40px}html.style3 .pol-modal-main .modal-content .modal-body .creat-poll-btn a{display:block;text-transform:capitalize;letter-spacing:1px}html.style3 .snippet-modal-main.modal-dialog{width:800px;max-width:unset}html.style3 .notes-modal-main .modal-content .card{margin-bottom:0;border:0;transition:all .3s ease}html.style3 .notes-modal-main .modal-content .card .card-header{background-color:#fff;border-bottom:1px solid #eee;padding:30px}html.style3 .notes-modal-main .modal-content .card .card-header h5{font-size:18px;margin-bottom:0;text-transform:uppercase;font-weight:600}html.style3 .notes-modal-main .modal-content .card .card-body{padding:30px;border-bottom:1px solid #eee}html.style3 .notes-modal-main .modal-content .card .card-body h1{padding-bottom:30px}html.style3 .notes-modal-main .modal-content .card .card-body p:last-child{margin-bottom:0}html.style3 .notes-modal-main .modal-content .card .card-footer{padding:30px;background-color:#fff;border-top:none}html.style3 .notes-modal-main .modal-content .card .card-footer button{margin-right:15px}html.style3 .reminder-modal-main .modal-content{height:500px;overflow:auto}html.style3 .reminder-modal-main .modal-content .modal-body .form-group label{display:block;margin-bottom:10px;font-weight:600;font-size:16px;text-transform:capitalize}html.style3 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{display:inline-block;padding:15px 20px;border-radius:5px;background-color:#faf8fc;text-align:center;border:none}html.style3 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-num,html.style3 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-val{color:#9b4aff;transition:color .3s ease}html.style3 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active{background-color:#9b4aff}html.style3 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-num,html.style3 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-val{color:#fff;transition:color .3s ease}html.style3 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-num{margin-bottom:7px}html.style3 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-val{margin-bottom:0;font-weight:500}html.style3 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-left:15px}html.style3 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:flex;margin-bottom:0;text-transform:uppercase}html.style3 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-right:30px}html.style3 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{line-height:1;font-size:14px;color:#223645;letter-spacing:.08em}html.style3 .reminder-modal-main .modal-content .modal-body .reminder-btn{text-align:center}html.style3 .reminder-modal-main .modal-content .modal-body .reminder-btn h5{text-transform:capitalize;color:#223645;margin-bottom:20px}html.style3 .reminder-modal-main .modal-content .modal-body .reminder-btn a{color:#fff}html.style3 .reminder-modal-main .modal-body .form-group{margin-bottom:25px}html.style3 .reminder-modal-main .modal-body .form-group textarea{border-radius:15px;background-color:#faf8fc;border:none}html.style3 .show-notifications{position:relative}html.style3 .show-notifications:active #icon-bell,html.style3 .show-notifications:focus #icon-bell,html.style3 .show-notifications:hover #icon-bell{fill:#34495e}html.style3 .show-notifications #icon-bell{fill:#7f8c8d}html.style3 .show-notifications .notifications-count{border-radius:50%;background-clip:padding-box;background:#3498db;color:#fefefe;font:normal .85em Lato;height:16px;line-height:1.75em;position:absolute;right:2px;text-align:center;top:-2px;width:16px}html.style3 .show-notifications.active~.notifications{opacity:1;top:60px}html.style3 .notifications{border-radius:2px;background-clip:padding-box;transition:opacity .25s ease-out .1s;background:#ecf0f1;border:1px solid #bdc3c7;left:10px;opacity:0;position:absolute}html.style3 .notifications h3{cursor:default;font-size:1.05em;font-weight:400;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}html.style3 .notifications .notifications-list{list-style:none;margin:0;overflow:hidden;padding:0}html.style3 .notifications .notifications-list .item{transition:transform .25s ease-out .1s;border-top:1px solid #bdc3c7;color:#7f8c8d;cursor:default;display:block;padding:10px;position:relative;white-space:nowrap;width:350px}html.style3 .notifications .notifications-list .item.no-data{display:none;text-align:center}html.style3 .notifications .notifications-list .item.expired{color:#bdc3c7}html.style3 .notifications .notifications-list .item.expired:before{background:#bdc3c7}html.style3 .notifications .notifications-list .item.expired .details .date{color:#bdc3c7}html.style3 .notifications .notifications-list .item:before{border-radius:50%;background-clip:padding-box;background:#3498db;content:"";height:8px;width:8px;display:inline-block;vertical-align:middle}html.style3 .notifications .notifications-list .item .details{display:inline-block;vertical-align:middle;margin-left:10px;white-space:normal;width:280px}html.style3 .notifications .notifications-list .item .details .title{display:block}html.style3 .notifications .notifications-list .item .details .date{display:block;font-size:.85em;margin-top:3px}html.style3 .notifications .notifications-list .item .button-dismiss{display:inline-block;vertical-align:middle;color:#bdc3c7;font-size:2.25em}html.style3 .notifications .show-all{display:block;text-align:center;text-decoration:none;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}html.style3 .notifications:after{border:10px solid transparent;border-bottom-color:#3498db;content:"";display:block;height:0;left:10px;position:absolute;top:-20px;width:0}html.style3 .button-default{transition:color .25s ease-out .1s;background:transparent;border:none;cursor:pointer;margin:0;outline:none;position:relative}html.style3 .todo-main-modal .modal-body{padding-bottom:0}html.style3 .todo-main-modal .modal-body .default-form .todo-task h5{padding-bottom:10px}html.style3 .todo-main-modal .modal-body .default-form .form-group+.form-group{display:flex;margin-top:unset}html.style3 .todo-main-modal .modal-body .default-form .form-group+.form-group input{height:45px;border-radius:15px;background-color:#fff;border:none;margin-left:10px}html.style3 .todo-main-modal .modal-body .dropdown.currency{width:30%}html.style3 .create-todo-main-modal .modal-body{padding-bottom:0}html.style3 .create-todo-main-modal .modal-body .default-form .todo-task h5{margin-bottom:15px}html.style3 .create-todo-main-modal .modal-body .default-form .form-group{display:flex;align-items:center}html.style3 .create-todo-main-modal .modal-body .default-form .form-group input{margin-left:10px}html.style3 .create-todo-main-modal .modal-body .default-form .dropdown.currency{width:30%;text-align:left}html.style3 .create-todo-main-modal .modal-body .dropdown .dropdown-menu li{font-size:14px}@media(max-height:730px){html.style3 .chitchat-container .sidebar-bottom{padding-bottom:25px}html.style3 .chitchat-container .main-nav .sidebar-main .sidebar-bottom li,html.style3 .chitchat-container .main-nav .sidebar-main .sidebar-top li{padding-top:25px}}@media(max-width:1660px){html.style3 .about-page p{margin-bottom:-3px}html.style3 .secure-app-main .secure-app-content{background-color:hsla(0,0%,100%,.9);padding:30px}}@media(max-width:1500px){html.style3 .testimonial-main .slick-slider .slick-list{margin:0 -10px}html.style3 .testimonial-main .slick-slider .slick-list .slick-slide{padding:0 10px}html.style3 .recent .theme-title .mainnav,html.style3 .recent .theme-title .mobile-back{height:32px;width:32px}html.style3 .chitchat-main .messages .contact-details .left.media .media-right .mute i:after{top:14px;left:5px}html.style3 .contact-chat .profile{height:50px;width:50px}html.style3 .call-content,html.style3 .contact-content{overflow:scroll;height:100%}html.style3 .call-content .col-sm-5,html.style3 .call-content .col-sm-7,html.style3 .contact-content .col-sm-5,html.style3 .contact-content .col-sm-7{flex:100% 1;max-width:100%}html.style3 .call-content .col-sm-7,html.style3 .contact-content .col-sm-7{margin-top:20px}html.style3 .call-content .col-sm-7 .call-log-clear,html.style3 .contact-content .col-sm-7 .call-log-clear{margin-bottom:40px}html.style3 .contact-details ul li{padding-left:7px!important}html.style3 .contact-details>.row .icon-btn{height:32px;width:32px}}@media(max-width:1366px){html.style3 .profile-box .details.edit{width:170px}html.style3 .chitchat-main .message-input input{width:calc(100% - 280px)}html.style3 .chitchat-right-sidebar .status ul li{padding-left:30px}html.style3 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{padding:10px 20px}html.style3 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li{padding-bottom:0}html.style3 header .landing-header{background-color:#9b4aff;max-width:97%;border-radius:20px;box-shadow:0 0 30px rgba(29,168,253,.5);margin:0 auto;padding:5px 50px}html.style3 header .landing-header.fixed .navbar-collapse .navbar-nav{margin-left:10px}html.style3 header .landing-header .navbar-collapse .navbar-nav{padding-left:0;margin-left:140px}html.style3 .chat-main li .chat-box .details h6{max-width:150px}html.style3 .search2>div{height:40px}html.style3 .group-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}html.style3 .close-app{display:none}html.style3 .sidebar-pannle-main{bottom:70px}html.style3 .contact-chat>ul>li.replies,html.style3 .contact-chat>ul>li.sent{width:65%}html.style3 .emojis-main .contact-poll .mr-4{margin-right:.5rem!important}html.style3 .profile-box{padding-bottom:0}html.style3 .chitchat-main .message-input{padding:1% 10px}html.style3 .chitchat-main .call-content .user-profile .user-content ul li{font-size:0;padding-bottom:0}html.style3 .chitchat-main li .chat-box .details h6{max-width:130px}html.style3 .chitchat-main li.active .details h6{letter-spacing:unset}html.style3 .notification-tab .chat-main .chat-box .details h5{line-height:1.5}html.style3 .notification-tab .chat-main .chat-box .date-status,html.style3 .notification-tab .chat-main .chat-box .profile{top:10px}html.style3 .notification-tab .chat-main li{padding:0 20px}html.style3 .setting-block{padding:30px 40px}html.style3 .setting-block .block{padding:40px 20px 0}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab{padding:40px 20px}html.style3 .chitchat-container .chitchat-left-sidebar{min-width:300px;width:300px;animation:fadeInright .3s ease-in-out;transition:all .3s ease}html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab{width:300px;min-width:300px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:20px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs .nav-tabs{padding-bottom:20px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:12px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:10px;width:10px;margin-right:5px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:60px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:20px 20px 0}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{width:calc(100% - 30px);left:15px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent{width:300px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 20px 0}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 20px}html.style3 .call-log-main li,html.style3 .contact-log-main li{padding-top:8px;padding-bottom:8px}html.style3 .document-tab .chat-box .date-status,html.style3 .fevorite-tab .chat-box .date-status{position:absolute;right:0;top:10px;text-align:right}html.style3 .document-tab .chat-main li,html.style3 .fevorite-tab .chat-main li{padding-top:8px;padding-bottom:8px}html.style3 .dynemic-sidebar .theme-title{margin-bottom:20px}html.style3 .dynemic-sidebar .chat-main li .chat-box .details{padding-top:8px;padding-bottom:9px}html.style3 .dynemic-sidebar .chat-main .icon-btn.btn-xl{height:50px;width:50px}html.style3 .dynemic-sidebar .chat-main .icon-btn.btn-xl i{font-size:20px}html.style3 .dynemic-sidebar .chat-main .media-body{position:absolute;right:0;top:8px}html.style3 .dynemic-sidebar .chat-main .profile{width:50px;height:50px}html.style3 .m-r-15{margin-right:5px}html.style3 .search2{margin-left:0;margin-right:0}html.style3 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 390px)}html.style3 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 475px)}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 580px)}html.style3 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}html.style3 .sidebar-active.menu-active .chitchat-container .chitchat-main{width:calc(100% - 92px)}html.style3 .menu-active .chitchat-main .messages .contact-details{width:63.9vw!important}html.style3 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:7px 15px}html.style3 .call-log-main li,html.style3 .chat-main li,html.style3 .contact-log-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}html.style3 .call-log-main li .call-box,html.style3 .call-log-main li .chat-box,html.style3 .call-log-main li .contact-box,html.style3 .chat-main li .call-box,html.style3 .chat-main li .chat-box,html.style3 .chat-main li .contact-box,html.style3 .contact-log-main li .call-box,html.style3 .contact-log-main li .chat-box,html.style3 .contact-log-main li .contact-box{display:flex;align-items:center}html.style3 .call-log-main li .call-box .details,html.style3 .call-log-main li .chat-box .details,html.style3 .call-log-main li .contact-box .details,html.style3 .chat-main li .call-box .details,html.style3 .chat-main li .chat-box .details,html.style3 .chat-main li .contact-box .details,html.style3 .contact-log-main li .call-box .details,html.style3 .contact-log-main li .chat-box .details,html.style3 .contact-log-main li .contact-box .details{padding-left:60px;padding-right:50px}html.style3 .chat .profile{width:50px;height:50px}html.style3 .call-log-main .call-box .details,html.style3 .contact-log-main .call-box .details{padding-right:60px}html.style3 .call-log-main li .contact-box .details,html.style3 .contact-log-main li .contact-box .details{padding-right:80px;padding-left:60px}html.style3 .group-main .group-box .details{padding-left:60px}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 495px)}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 790px)}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 880px)}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 490px)}html.style3 .sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 720px)}html.style3 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 390px)}html.style3 .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}html.style3 .chitchat-main .message-input{width:90%}html.style3 .menu-active .login-content .line h6:after,html.style3 .menu-active .login-content .line h6:before{width:4rem}html.style3 header .landing-header .navbar-collapse{width:100%}html.style3 .call-log-main .call-box .details{padding-left:70px!important}html.style3 .videocall.call-modal .small-image,html.style3 .videocallhang.call-modal .small-image{width:180px;height:250px}html.style3 .videocall.call-modal .videocall-details .usersprof .profile{width:50px;height:50px}}@media(min-width:1199.98px){html.style3 .main-menu .collapse{display:block}}@media(max-width:1199.98px){html.style3 .landing-header .dropdown-menu a{padding-top:6px;padding-bottom:6px}html.style3 header .landing-header .navbar-collapse .navbar-nav{background-color:transparent;margin-left:0}html.style3 header .landing-header.fixed .main-menu .navbar-nav>li>a{color:rgba(0,0,0,.7)!important}html.style3 .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link{color:rgba(0,0,0,.9)}html.style3 .landing-page .landing-header .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}html.style3 .mobile-version-sec .chitchat-back-block .chit-chat2{display:none}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-content h3{margin-bottom:3px!important}html.style3 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:24px}html.style3 .chat-landing-page .content-title{margin-bottom:35px}html.style3 .emojis-main .contact-poll .contact-poll-content:before{left:30px}html.style3 header{padding-top:10px;padding-bottom:0;clear:both}html.style3 header .landing-header .dropdown-menu{position:relative!important;width:calc(100% - 30px);margin-bottom:14px;padding-bottom:10px;margin-top:10px;transform:unset!important}html.style3 header .landing-header .logo-block img{height:40px}html.style3 header .landing-header .navbar-toggler{position:absolute;right:17px;top:19px;background-color:#fff}html.style3 header .landing-header .navbar-toggler:focus{outline:none}html.style3 header .landing-header .navbar-toggler .navbar-toggler-icon{vertical-align:-2px}html.style3 header .landing-header .navbar-collapse{position:absolute;top:64px;background-color:#fff;right:0;width:61%!important;border-radius:15px;padding:20px 0;border:1px solid #f4effa}html.style3 header .landing-header .navbar-collapse .navbar-nav,html.style3 header .landing-header .navbar-collapse .navbar-nav .nav-item{display:block}html.style3 header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{padding-top:3px;padding-bottom:3px}html.style3 .chitchat-main .messages .contact-details{padding:15px}html.style3 .chitchat-main .messages .contact-details .media-right ul{display:flex}html.style3 .chitchat-main .messages .contact-details .search-form,html.style3 .chitchat-main .messages .contact-details .search-form.open{height:90px}html.style3 .chitchat-main .message-input{width:calc(100% - 100px)}html.style3 .chitchat-main .messages .contact-details .col{width:100px}html.style3 .chitchat-main .messages .contact-details .left.media .media-body{display:none}html.style3 .theme-landing header .landing-header .navbar-collapse{padding:20px}html.style3 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item{padding:3px 0;margin-left:0}html.style3 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link{color:rgba(0,0,0,.7)!important;transition:all .5s ease;padding:0}html.style3 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link:hover{color:#9b4aff!important}html.style3 .theme-landing header .landing-header .dropdown-menu{width:calc(100% - 10px)}html.style3 .theme-landing header .landing-header .dropdown-menu .nav-link a{transition:all .5s ease}html.style3 .theme-landing header .landing-header .dropdown-menu .nav-link a:hover{color:#9b4aff!important}html.style3 .rate-us{padding-top:40px!important}}@media(max-width:1024px){html.style3 .slider-block{background-position:bottom!important}html.style3 .chitchat-main .messages .contact-details .left.media .media-body:before{top:-4px}html.style3 .chitchat-main .messages .contact-details .media-body h5{display:none}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:4px}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details ul li{padding-left:21px}html.style3 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}html.style3 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}html.style3 .chitchat-main .messages .contact-details{padding:15px}html.style3 .chitchat-main .messages .contact-details .media-right ul{display:flex}html.style3 .faq-section .accordion.theme-accordion .card .card-header button:before{right:10px}}@media(max-width:992px){html.style3 .chitchat-right-sidebar .document,html.style3 .chitchat-right-sidebar .media-gallery,html.style3 .chitchat-right-sidebar .status{padding:30px 20px}html.style3 .chitchat-main .message-input input{width:90%}html.style3 .chitchat-container .chitchat-right-sidebar{min-width:280px;width:280px}html.style3 .chitchat-container .chitchat-right-sidebar .contact-profile{padding:20px}html.style3 .chitchat-container.sidebar-overlap .chitchat-main,html.style3 .chitchat-container.sidebar-overlap .chitchat-main .messages .contact-details,html.style3 .chitchat-container.sidebar-overlap .contact-details,html.style3 .chitchat-container.sidebar-overlap .message-input{width:100%!important}html.style3 .chat-landing-page .landing_page_slider{min-height:800px;background-position:bottom}html.style3 .secure-app-main,html.style3 .secure-app-main .secure-app-content{height:350px}html.style3 [class*=introjs]{display:none}html.style3 .main-nav.introjs-fixParent,html.style3 .sidebar-top.introjs-relativePosition{display:block}html.style3 .chitchat-main .messages .contact-details{width:calc(100vw - 390px)}html.style3 header .landing-header,html.style3 header .landing-header.fixed{padding:5px 15px}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 495px)!important}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 400px)}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:33.3vw!important}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:9px}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}html.style3 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:44vw}html.style3 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}html.style3 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}html.style3 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 92px)}html.style3 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .contact-details{width:84vw}html.style3 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details{width:42.5vw!important}html.style3 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:21px}html.style3 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .message-input{width:calc(100% - 500px)}html.style3 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:53vw}html.style3 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:9px}html.style3 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .message-input{width:calc(100% - 400px)}html.style3 .recent .theme-title .close-contentbtn{display:flex}html.style3 .element-card .typography .font_label{margin-bottom:20px}html.style3 .login-content .line h6:after,html.style3 .login-content .line h6:before{width:3.5rem}html.style3 .mr-3{margin-right:10px!important}html.style3 footer .footer_order_2{order:-1}html.style3 footer .footer_order_1{order:-2}html.style3 footer .footer_order_3{margin-top:40px}}@media(max-width:991px){html.style3 .video-popup iframe{height:278px}html.style3 .chitchat-main .messages{padding:25px}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 455px)!important}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 455px)}html.style3 .blog-detail-page .blog-detail .post-social ul.social-group{float:none;margin-top:15px;display:block}html.style3 footer .footer-block{display:flex;justify-content:center}html.style3 footer .footer-block>div{margin-top:30px}html.style3 footer .footer-block>div:first-child,html.style3 footer .footer-block>div:last-child{order:-1;margin-top:0}html.style3 .audiocall1.call-modal,html.style3 .audiocall2.call-modal,html.style3 .conferencecall.call-modal,html.style3 .videocall.call-modal,html.style3 .videocallhang.call-modal{min-height:530px}html.style3 .videocall.call-modal .small-image,html.style3 .videocallhang.call-modal .small-image{width:150px;height:200px;left:20px}html.style3 .three-in-one-sec{margin-top:0}html.style3 .bonus-page .chit-chat5,html.style3 .collaboration-main .chit-chat5,html.style3 .dark-light .chit-chat5,html.style3 .easy-navigation .chit-chat5,html.style3 .real-time-customizer .chit-chat5{display:none}html.style3 .pol-modal-main.modal-dialog,html.style3 .snippet-modal-main.modal-dialog{width:600px}html.style3 .notes-modal-main .modal-content{height:450px}html.style3 .notes-modal-main .modal-content .modal-body{overflow:auto;padding:0}html.style3 .notes-modal-main .modal-content .card .card-body,html.style3 .notes-modal-main .modal-content .card .card-header{padding:20px}html.style3 .notes-modal-main .modal-content .card .card-body h1{padding-bottom:15px;line-height:1}}@media(max-width:800px){html.style3 .chitchat-left-sidebar .search-form .form-group .icon-close{top:3px}html.style3 .profile-box .details.edit{width:90%}html.style3 .chitchat-container{overflow:hidden}html.style3 .chitchat-main .chat-content .badge.sm{padding:4px}html.style3 .menu-active .chitchat-main .messages .contact-details{width:calc(100% - 50px)!important}html.style3 .mobile-back,html.style3 .mobile-sidebar{display:inline-flex}html.style3 .search2>div{width:100%;height:50px}html.style3 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 35px;font-size:16px}html.style3 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:22px}html.style3 .chat .details{padding-left:75px!important}html.style3 .chat .details h6,html.style3 .chitchat-left-sidebar .details h6{max-width:unset;font-size:calc(12px + 2*(100vw - 320px)/480);padding-top:6px}html.style3 .chat h5,html.style3 .chitchat-left-sidebar h5{font-size:calc(13px + 2*(100vw - 320px)/480)}html.style3 .chat .profile,html.style3 .chitchat-left-sidebar .profile{width:60px;height:60px}html.style3 .theme-tab>.nav-tabs>.nav-item .nav-link{padding:12px 60px;font-size:calc(14px + 8*(100vw - 320px)/1600)}html.style3 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar{width:calc(100vw - 100px);min-width:calc(100vw - 100px)}html.style3 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,html.style3 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:calc(100vw - 100px)}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search{margin-top:10px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat h2{font-size:calc(20px + 12*(100vw - 320px)/480)}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:calc(13px + 4*(100vw - 320px)/480);padding:5px 40px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:14px;width:14px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent{width:100vw}html.style3 .chitchat-container .chitchat-left-sidebar,html.style3 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style3 .chitchat-container .chitchat-left-sidebar .document-tab,html.style3 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style3 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style3 .chitchat-container .chitchat-left-sidebar .recent-default,html.style3 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style3 .chitchat-container .chitchat-left-sidebar .status-tab{width:calc(100vw - 1px);min-width:calc(100vw - 1px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style3 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar,html.style3 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 90px)}html.style3 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 140px)}html.style3 .chitchat-container .chitchat-main .message-input{width:100%;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;bottom:unset;position:static}html.style3 .chitchat-container .chitchat-main .messages{padding:25px}html.style3 .chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 52px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style3 .chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}html.style3 .chitchat-container.mobile-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style3 .chat-tabs ul li.nav-item{margin:0 10px}html.style3 .chat-tabs ul li.nav-item a{width:100%}html.style3 ul.chat-cont-setting{left:unset;right:20px}}@media(max-width:767.98px){html.style3 .chitchat-main .chitchat-contain ul.detial-price li i{margin-right:10px}html.style3 .videocall.call-modal .videocall-details{padding:15px;background-color:hsla(0,0%,100%,.8)}html.style3 .modal-dialog-centered .modal-content{max-height:90vh;overflow:scroll}html.style3 .zoomcontent{display:none}html.style3 footer .copyright .footer-left{margin-bottom:5px}html.style3 header .landing-header{max-width:99%}html.style3 .three-in-one-sec{margin-top:0}html.style3 .chat-landing-page h1{margin-bottom:10px}html.style3 .bonus-page .demo-title{margin-top:10px}html.style3 .three-in-one-sec .landing-screen-animation>div:first-child,html.style3 .three-in-one-sec .landing-screen-animation>div:nth-child(2){margin-bottom:30px}html.style3 .rate-us .rate_us-section h2{margin:20px 0}html.style3 .rate-us .rate_us-section .rate-section li i{font-size:28px}html.style3 .sidebar-pannle-main{display:none}html.style3 .chitchat-loader h3{margin-top:15px;padding:0 15px;line-height:1.4}html.style3 .chitchat-loader img{height:80px}html.style3 .videocall.call-modal .small-image{left:20px}html.style3 .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:5px;float:unset}html.style3 .sidebar-pannle-main{right:15px}html.style3 .chitchat-main .messages .contact-details{width:calc(100vw - 390px)}html.style3 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:21px}html.style3 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn svg{vertical-align:unset;stroke-width:2px}html.style3 .chitchat-main .messages .contact-details ul li{padding-left:30px}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:66.3vw!important}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:33px}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 200px)}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:24px}html.style3 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:28px}html.style3 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:10px}html.style3 .contact-details .media-right ul{display:flex}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:78.5vw!important}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 100px)}html.style3 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:39vw}html.style3 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:17px}html.style3 .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}html.style3 .copyright p{text-align:center}html.style3 .links_horizontal .text-right{text-align:center!important}html.style3 .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}html.style3 .element-card .typography h1,html.style3 .element-card .typography h2,html.style3 .element-card .typography h3,html.style3 .element-card .typography h4,html.style3 .element-card .typography h5,html.style3 .element-card .typography h6{margin-bottom:10px}html.style3 .element-card .typography .font_label{margin-right:10px}html.style3 .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:unset}html.style3 footer .footer-title .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style3 footer .footer-title .according-menu:before{content:"";position:absolute;right:20px;top:16px;color:#9b4aff;font-size:18px;font-weight:600}html.style3 footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style3 footer .footer-title.active .according-menu:before{content:"";position:absolute;right:20px;top:2px;color:#9b4aff;font-size:18px;font-weight:600}html.style3 footer .links li+li{margin-top:5px}html.style3 footer .logo img{width:150px;height:auto}html.style3 footer .footer-mobile-title{display:block}html.style3 footer .footer-block>div:nth-child(n+2){margin-top:15px!important}html.style3 footer .footer-block>div:nth-child(n+2) .footer-title{border-top:1px solid rgba(155,74,255,.2)}html.style3 footer h3{margin-top:15px!important;margin-bottom:0!important}html.style3 footer .footer-contant{margin-top:20px}html.style3 footer .footer-contant .footer-btn{display:grid;width:-moz-fit-content;width:fit-content}html.style3 footer .footer-contant .footer-btn .btn{display:inline-flex;padding:10px 20px}html.style3 footer .footer-contant .footer-btn .btn i{font-size:16px}html.style3 footer .footer-contant .social-group li a{width:28px;height:28px}html.style3 footer .footer-contant .social-group li a i,html.style3 footer .footer-contant ul li a{font-size:13px}html.style3 footer .footer-contant ul li a:before{font-size:8px}html.style3 .footer_order_1{width:60%;float:left}html.style3 .footer_order_2{width:40%;float:right}html.style3 .footer_order_3{width:33%;float:left}html.style3 .img-10{width:5px!important}html.style3 .img-20{width:10px!important}html.style3 .img-30{width:20px!important}html.style3 .img-40{width:25px!important}html.style3 .img-50{width:35px!important}html.style3 .img-60{width:45px!important}html.style3 .img-70{width:55px!important}html.style3 .img-80{width:65px!important}html.style3 .img-90{width:75px!important}html.style3 .img-100{width:85px!important}html.style3 .add-popup .close{width:65px;height:65px}html.style3 .add-popup .close span{top:15px;right:15px}html.style3 .add-popup .modal-footer{padding:20px}html.style3 .audiocall1.call-modal,html.style3 .audiocall2.call-modal,html.style3 .conferencecall.call-modal,html.style3 .videocall.call-modal,html.style3 .videocallhang.call-modal{min-height:480px}html.style3 .audiocall1.call-modal .title2,html.style3 .audiocall2.call-modal .title2,html.style3 .conferencecall.call-modal .title2,html.style3 .videocall.call-modal .title2,html.style3 .videocallhang.call-modal .title2{margin-bottom:5px}html.style3 .audiocall1 .icon-btn.btn-xl,html.style3 .audiocall2 .icon-btn.btn-xl,html.style3 .conferencecall .icon-btn.btn-xl,html.style3 .videocall .icon-btn.btn-xl,html.style3 .videocallhang .icon-btn.btn-xl{width:40px;height:40px;padding:10px}html.style3 .videocall.call-modal .videocall-details,html.style3 .videocallhang.call-modal .videocall-details{padding:20px 20px 20px 30px}html.style3 .videocall.call-modal .videocall-details .usersprof .profile,html.style3 .videocallhang.call-modal .videocall-details .usersprof .profile{width:35px;height:35px}html.style3 .videocall.call-modal .small-image,html.style3 .videocallhang.call-modal .small-image{width:120px;height:140px;left:15px}html.style3 .videocall.call-modal .videocall-details#basicUsage,html.style3 .videocallhang.call-modal .videocall-details#basicUsage{margin-right:5px}html.style3 footer .footer-mobile-title h3{margin-top:0!important}html.style3 .snippet-modal-main.modal-dialog{width:550px}html.style3 .snippet-modal-main .default-form .form-group .btn-snipate{margin-top:30px}html.style3 .snippet-modal-main .default-form .form-group .btn-snipate .btn{padding:10px 25px}html.style3 .pol-modal-main.modal-dialog{width:550px}html.style3 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:30px}html.style3 .add-popup .modal-footer,html.style3 .add-popup .modal-header{padding:20px 25px}html.style3 .reminder-modal-main .modal-content .modal-body .reminder-btn .btn{padding:12px 25px}html.style3 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{padding:10px 15px}}@media(max-width:600px){html.style3 .setting-block .block{top:110px}html.style3 .chitchat-container .chitchat-main .call-content,html.style3 .chitchat-container .chitchat-main .contact-content{padding:20px}html.style3 .chitchat-container .chitchat-main .messages .contact-details .col-7{padding-right:0}html.style3 .chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right{order:-1}html.style3 .chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right li{padding-left:0!important;padding-right:8px}html.style3 .chitchat-container .chitchat-main .messages .media-right ul li:first-child,html.style3 .chitchat-container .chitchat-main .messages .media-right ul li:nth-child(2){display:none}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:5px 20px}html.style3 .emojis-main .contact-poll .contact-poll-content{bottom:60px;left:60px}html.style3 .contact-chat{margin-top:70px}html.style3 .contact-chat>ul>li.replies .auto-gallery li,html.style3 .contact-chat>ul>li.sent .auto-gallery li{height:60px;width:60px}html.style3 footer .footer-title .according-menu,html.style3 footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style3 footer .footer_order_1,html.style3 footer .footer_order_2,html.style3 footer .footer_order_3{width:100%}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:57.3vw!important}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:30px}html.style3 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:74vw}html.style3 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:20px}html.style3 .chitchat-main .message-input{height:60px;padding:14px 10px}html.style3 .chitchat-main .message-input input{width:calc(100% - 210px)}html.style3 .chitchat-main .message-input .icon-btn{height:32px;width:32px}html.style3 .chitchat-main .message-input .icon-btn i{font-size:13px}html.style3 .chitchat-main .messages .contact-details .left.media .media-left{height:unset}html.style3 .chitchat-main .messages .contact-details .profile{width:40px;height:40px;border-radius:15px}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details{width:93.5vw!important}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:0}html.style3 .sidebar-toggle .pricing-box{margin:10px;padding:20px}html.style3 .sidebar-toggle .pricing-box ul.avb-price li i{margin-right:10px}html.style3 .sidebar-toggle footer{padding-bottom:0}html.style3 .sidebar-toggle footer .footer-mobile-title{display:block!important}html.style3 .sidebar-toggle footer .footer-title .according-menu,html.style3 .sidebar-toggle footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style3 .sidebar-toggle footer .downlaod,html.style3 .sidebar-toggle footer .footer_order_3{margin-top:0}html.style3 .sidebar-toggle footer .downlaod .footer-btn .btn+.btn{margin-left:15px;margin-top:unset}html.style3 .sidebar-toggle footer .links{margin-top:0}html.style3 .sidebar-toggle footer .section-py-space{padding-bottom:30px}html.style3 .sidebar-toggle footer .footer-contant{margin-bottom:20px}}@media(max-width:676px){html.style3 .chitchat-main .message-input{height:48px;padding:0 10px}}@media(max-width:575.98px){html.style3 .chitchat-container .chitchat-right-sidebar{width:100%}html.style3 .share-media .media-big .border-portfolio a,html.style3 .share-media .media-small .border-portfolio a{display:block}html.style3 .share-media .isotopeSelector .media-big .overlay{height:160px}html.style3 .share-media .isotopeSelector .media-small .overlay{height:72px}html.style3 .team-work-main .team-work-content .ply-main .ply-content{padding:5px}html.style3 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:35px;height:35px}html.style3 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:14px;margin-left:4px;margin-top:2px}html.style3 header .landing-header{padding:0}html.style3 header .landing-header .navbar-toggler{top:14px}html.style3 .search-form:before{top:20px}html.style3 .chitchat-left-sidebar .search-form .form-group .icon-close{top:1px}html.style3 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:3px}html.style3 .sidebar-toggle .main-nav.on{position:absolute;left:0;z-index:9999!important;background-color:#fff}html.style3 .chitchat-container .main-nav.on~.chitchat-left-sidebar .recent-default{width:100vw;min-width:100vw}html.style3 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default){margin-left:100px}html.style3 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,html.style3 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:100vw}html.style3 .landing_page_slider .animated-img-2{display:none}html.style3 .chat-landing-page .landing_page_slider{min-height:450px}html.style3 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#223645!important;-webkit-text-fill-color:unset}html.style3 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4,html.style3 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{color:#223645!important}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:71.5vw!important}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:9px}html.style3 .inner-page header{padding-top:15px;padding-bottom:15px}html.style3 .inner-page header .landing-header .navbar-collapse,html.style3 .theme-landing header .landing-header .navbar-collapse{width:100%!important}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:55.3vw!important}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}html.style3 .sidebar-active .sidebar-toggle .main-nav .chitchat-main .messages .contact-details ul li{padding-left:11px}html.style3 .chitchat-main .messages .contact-details{width:88vw}html.style3 .chitchat-main .messages .contact-details ul li{padding-left:21px}html.style3 .blog-page .blog-media .blog-right ul li+li{padding-left:10px;margin-left:10px}html.style3 .add-popup .modal-body{padding:15px}html.style3 .add-popup .modal-footer .btn{padding:10px 20px}html.style3 .msg-chat-modal .chat-main li{padding-left:10px;padding-right:10px}html.style3 .videocall.call-modal .small-image{width:100px;height:120px;bottom:31%;display:none!important}html.style3 .chat-landing-page .landing_popups .btn{padding:10px 18px}html.style3 .rate-us .rate_us-section .rate-section{margin:0 0 18px}html.style3 .rate-us .rate_us-section .rate_btn{padding:10px 35px}html.style3 .snippet-modal-main{padding:15px}html.style3 .snippet-modal-main.modal-dialog{width:100%;margin:0}html.style3 .pol-modal-main{padding:15px}html.style3 .pol-modal-main.modal-dialog{width:100%;margin:0}html.style3 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:20px}html.style3 .pol-modal-main .modal-content .modal-body .form-group .post-poll{padding:15px}html.style3 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:block}html.style3 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-align:center}html.style3 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{padding:15px 15px 0}html.style3 .pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:13px}html.style3 .msg-chat-modal .chat-main li .chat-box .profile{width:40px;height:40px}html.style3 .msg-chat-modal .chat-main li .chat-box .details{padding-left:50px}html.style3 .add-popup .modal-footer,html.style3 .add-popup .modal-header{padding:15px 25px}html.style3 .add-popup .close{width:55px;height:55px}html.style3 .add-popup .close span{top:10px;right:10px}html.style3 .create-todo-main-modal .todo-task .todo-main-content .drop-picker,html.style3 .todo-main-modal .todo-task .todo-main-content .drop-picker{margin:15px 15px 0}}@media(max-width:480px){html.style3 .menu-active .chitchat-main .messages .contact-details{width:calc(100vw - 34px)!important}html.style3 .chitchat-left-sidebar .search-form .form-group .icon-close,html.style3 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:6px}html.style3 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:8px 15px;font-size:14px}html.style3 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}html.style3 .element-card-body .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 20px}html.style3 .chitchat-main .call-content .user-profile .user-content ul li,html.style3 .chitchat-main .contact-content .user-profile .user-content ul li{padding:5px;font-size:12px}html.style3 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default).active{min-width:100%;width:100%;margin-left:0;z-index:99999;transition:all .3s ease}html.style3 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{width:295px}html.style3 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{right:125px}html.style3 .chitchat-main .messages .contact-details ul li.chat-friend-toggle .icon-btn{width:32px}html.style3 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{margin-right:-100px}html.style3 .search-form .form-group .icon-close{padding:18px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{height:50px;top:10px}html.style3 .emojis-main .contact-poll .contact-poll-content{padding:20px}html.style3 .emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:8px;font-size:14px;padding-left:25px}html.style3 .emojis-main .contact-poll .contact-poll-content ul li a svg{width:16px}html.style3 .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:50px}html.style3 .chat-landing-page .landing_page_slider{min-height:380px}html.style3 .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 40px}html.style3 .chat-main li{padding-top:12px;padding-bottom:12px}html.style3 .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}html.style3 .replies .msg-setting-main .msg-dropdown-main .msg-dropdown{left:0;right:unset}html.style3 .msg-box>li .auto-gallery,html.style3 .msg-box>li .document,html.style3 .msg-box>li h5{padding:10px 20px}html.style3 .contact-chat{margin-top:55px}html.style3 .contact-chat .profile{border-radius:15px}html.style3 .contact-chat>ul>li.replies .auto-gallery li,html.style3 .contact-chat>ul>li.sent .auto-gallery li{height:32px;width:32px;border-radius:5px;margin-left:5px;margin-bottom:5px}html.style3 .contact-chat>ul>li+li{margin-top:20px}html.style3 .contact-chat>ul>li.replies .document{padding:10px 25px}html.style3 .contact-chat>ul>li.replies .document i{margin-right:15px;font-size:24px}html.style3 .contact-chat>ul>li.replies .document .details{display:none}html.style3 .contact-chat>ul>li.replies .media .profile{margin-left:.7rem!important}html.style3 .chitchat-main .messages .contact-details{padding:10px;top:20px}html.style3 .contact-chat .sent .profile.mr-4{margin-right:.7rem!important}html.style3 .chat-tabs ul li.nav-item{margin:0 5px}html.style3 .chitchat-container .chitchat-main .messages{padding:15px}html.style3 .chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 35px);top:20px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent{padding-top:20px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:170px;height:calc(100vh - 170px);min-height:calc(100vh - 170px)}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding-top:0}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:80px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back{background-color:transparent!important;width:unset;font-size:13px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back i{font-size:14px}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:2px 10px}html.style3 .contact-chat .profile{height:40px;width:40px}html.style3 .contact-details>.row .icon-btn{background-color:transparent;width:20px}html.style3 .contact-details>.row .icon-btn.active,html.style3 .contact-details>.row .icon-btn:active,html.style3 .contact-details>.row .icon-btn:focus{background-color:transparent!important;box-shadow:none!important}html.style3 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:10px 20px 0;margin-bottom:0}html.style3 .emojis-main .emojis-contain .emojis-sub-contain:before,html.style3 .emojis-main .sticker-contain .emojis-sub-contain:before{left:40px}html.style3 .emojis-main .emojis-contain.open,html.style3 .emojis-main .sticker-contain.open{bottom:60px;width:280px;height:280px}html.style3 .app-sidebar .app-list{z-index:999;position:relative}html.style3 .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style3 .app-sidebar.active .apps-ul>li.active{right:0;z-index:9999}html.style3 .chitchat-main .message-input input{width:100%;font-size:10px}html.style3 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 0px)}html.style3 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 52px)}html.style3 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 0px)}html.style3 .toggle-sticker{display:none}html.style3 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 1px)}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:89.3vw!important}html.style3 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 5px)}html.style3 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:68vw}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:65.5vw!important}html.style3 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:18px}html.style3 footer .section-py-space .footer-title .according-menu:before{right:10px}html.style3 .error-main .error-contain .animated-bg i{height:70px;width:70px}html.style3 .img-10{width:4px!important}html.style3 .img-20{width:8px!important}html.style3 .img-30{width:10px!important}html.style3 .img-40{width:13px!important}html.style3 .img-50{width:20px!important}html.style3 .img-60{width:30px!important}html.style3 .img-70{width:40px!important}html.style3 .img-80{width:50px!important}html.style3 .img-90{width:60px!important}html.style3 .img-100{width:70px!important}html.style3 .viddiolog.fade.modal-dialog{max-width:100%}html.style3 .create-todo-main-modal .modal-body .default-form .dropdown.currency,html.style3 .todo-main-modal .modal-body .dropdown.currency{width:100%}}@media(max-width:420px){html.style3 .videocall.call-modal .videocall-details #basicUsage,html.style3 .videocallhang.call-modal .videocall-details #basicUsage{margin-right:0}html.style3 .videocall.call-modal .videocall-details{padding:15px}html.style3 .videocall.call-modal .videocall-details .usersprof{margin-left:15px}html.style3 .audiocall2.call-modal ul li+li{margin-left:25px}html.style3 header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style3 header .landing-header .navbar-collapse ul li a{font-size:13px}html.style3 .audiocall1.call-modal,html.style3 .audiocall2.call-modal,html.style3 .conferencecall.call-modal,html.style3 .videocall.call-modal,html.style3 .videocallhang.call-modal{min-height:400px}html.style3 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:block}}@media(max-width:360px){html.style3 .videocall.call-modal .videocall-details #basicUsage,html.style3 .videocall.call-modal .videocall-details .dot-btn,html.style3 .videocall.call-modal .videocall-details .zoomcontent{display:none}html.style3 .audiocall2.call-modal ul li+li{margin-left:10px}html.style3 .clfooter ul li:first-child,html.style3 .clfooter ul li:last-child{display:none}html.style3 .connection-img img{width:95%;top:16%}html.style3 .animated-bg{display:none}html.style3 footer .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:0}html.style3 .subscribe-content .form-inline .form-control:first-child{margin-right:0}html.style3 .img-10{width:2px!important}html.style3 .img-20{width:4px!important}html.style3 .img-30{width:5px!important}html.style3 .img-40{width:7px!important}html.style3 .img-50{width:9px!important}html.style3 .img-60{width:15px!important}html.style3 .img-70{width:25px!important}html.style3 .img-80{width:35px!important}html.style3 .img-90{width:45px!important}html.style3 .img-100{width:55px!important}html.style3 .nav-tabs .nav-item{margin-right:5px}html.style3 .theme-tab .nav-tabs .nav-item .nav-link{min-width:100px}}@media(max-width:320px){html.style3 .audiocall2.call-modal ul li+li{margin-left:2px}html.style3 .login-content .line h6:after,html.style3 .login-content .line h6:before{width:2.5rem}html.style3 .breadcrumb-main ul li+li{margin-left:10px}html.style3 .breadcrumb-main ul li+li:before{left:-8px}html.style3 .element-card .element-card-body,html.style3 .element-card .element-card-header{padding:.75rem .25rem}}html.style4{/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 *//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@import"~react-toastify/dist/ReactToastify.css";@import"~react-datepicker/dist/react-datepicker.css";@import"~react-tippy/dist/tippy.css"}html.style4 :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#ff3030;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#ff3030;--light:#25262c;--dark:#191b1f;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}html.style4 *,html.style4 :after,html.style4 :before{box-sizing:border-box}html.style4 html{-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style4 article,html.style4 aside,html.style4 figcaption,html.style4 figure,html.style4 footer,html.style4 header,html.style4 hgroup,html.style4 main,html.style4 nav,html.style4 section{display:block}html.style4 body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left}html.style4 [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}html.style4 hr{overflow:visible}html.style4 h1,html.style4 h2,html.style4 h3,html.style4 h4,html.style4 h5,html.style4 h6{margin-top:0;margin-bottom:.5rem}html.style4 p{margin-top:0;margin-bottom:1rem}html.style4 abbr[data-original-title],html.style4 abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}html.style4 address{margin-bottom:1rem;font-style:normal;line-height:inherit}html.style4 dl,html.style4 ol,html.style4 ul{margin-top:0;margin-bottom:1rem}html.style4 ol ol,html.style4 ol ul,html.style4 ul ol,html.style4 ul ul{margin-bottom:0}html.style4 dt{font-weight:700}html.style4 dd{margin-bottom:.5rem;margin-left:0}html.style4 blockquote{margin:0 0 1rem}html.style4 sub,html.style4 sup{vertical-align:baseline}html.style4 a{color:#007bff;text-decoration:none}html.style4 a:hover{color:#0056b3;text-decoration:underline}html.style4 a:not([href]):not([class]),html.style4 a:not([href]):not([class]):hover{color:inherit;text-decoration:none}html.style4 code,html.style4 kbd,html.style4 pre,html.style4 samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}html.style4 pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}html.style4 figure{margin:0 0 1rem}html.style4 img,html.style4 svg{vertical-align:middle}html.style4 svg{overflow:hidden}html.style4 table{border-collapse:collapse}html.style4 caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}html.style4 th{text-align:inherit;text-align:-webkit-match-parent}html.style4 label{display:inline-block;margin-bottom:.5rem}html.style4 button{border-radius:0}html.style4 button:focus:not(:focus-visible){outline:0}html.style4 button,html.style4 input,html.style4 optgroup,html.style4 select,html.style4 textarea{font-family:inherit;font-size:inherit;line-height:inherit}html.style4 button,html.style4 input{overflow:visible}html.style4 [role=button]{cursor:pointer}html.style4 select{word-wrap:normal}html.style4 [type=button],html.style4 [type=reset],html.style4 [type=submit],html.style4 button{-webkit-appearance:button}html.style4 [type=button]:not(:disabled),html.style4 [type=reset]:not(:disabled),html.style4 [type=submit]:not(:disabled),html.style4 button:not(:disabled){cursor:pointer}html.style4 input[type=checkbox],html.style4 input[type=radio]{box-sizing:border-box;padding:0}html.style4 textarea{resize:vertical}html.style4 fieldset{min-width:0;padding:0;margin:0;border:0}html.style4 legend{display:block;width:100%;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}html.style4 progress{vertical-align:baseline}html.style4 [type=search]{-webkit-appearance:none}html.style4 [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.style4 output{display:inline-block}html.style4 summary{cursor:pointer}html.style4 template{display:none}html.style4 [hidden]{display:none!important}html.style4 .h1,html.style4 .h2,html.style4 .h3,html.style4 .h4,html.style4 .h5,html.style4 .h6,html.style4 h1,html.style4 h2,html.style4 h3,html.style4 h4,html.style4 h5,html.style4 h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}html.style4 .h1,html.style4 h1{font-size:2.5rem}html.style4 .h2,html.style4 h2{font-size:2rem}html.style4 .h3,html.style4 h3{font-size:1.75rem}html.style4 .h4,html.style4 h4{font-size:1.5rem}html.style4 .h5,html.style4 h5{font-size:1.25rem}html.style4 .h6,html.style4 h6{font-size:1rem}html.style4 .lead{font-size:1.25rem;font-weight:300}html.style4 .display-1{font-size:6rem;font-weight:300;line-height:1.2}html.style4 .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}html.style4 .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}html.style4 .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}html.style4 hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}html.style4 .small,html.style4 small{font-size:.875em;font-weight:400}html.style4 .mark,html.style4 mark{padding:.2em;background-color:#fcf8e3}html.style4 .list-inline,html.style4 .list-unstyled{padding-left:0;list-style:none}html.style4 .list-inline-item{display:inline-block}html.style4 .list-inline-item:not(:last-child){margin-right:.5rem}html.style4 .initialism{font-size:90%;text-transform:uppercase}html.style4 .blockquote{margin-bottom:1rem;font-size:1.25rem}html.style4 .blockquote-footer{display:block;font-size:.875em;color:#6c757d}html.style4 .blockquote-footer:before{content:"— "}html.style4 .img-fluid{max-width:100%;height:auto}html.style4 .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}html.style4 .figure{display:inline-block}html.style4 .figure-img{margin-bottom:.5rem;line-height:1}html.style4 .figure-caption{font-size:90%;color:#6c757d}html.style4 code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>html.style4 code{color:inherit}html.style4 kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}html.style4 kbd kbd{padding:0;font-size:100%;font-weight:700}html.style4 pre{display:block;font-size:87.5%;color:#212529}html.style4 pre code{font-size:inherit;color:inherit;word-break:normal}html.style4 .pre-scrollable{max-height:340px;overflow-y:scroll}html.style4 .container,html.style4 .container-fluid,html.style4 .container-lg,html.style4 .container-md,html.style4 .container-sm,html.style4 .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){html.style4 .container,html.style4 .container-sm{max-width:540px}}@media(min-width:768px){html.style4 .container,html.style4 .container-md,html.style4 .container-sm{max-width:720px}}@media(min-width:992px){html.style4 .container,html.style4 .container-lg,html.style4 .container-md,html.style4 .container-sm{max-width:960px}}@media(min-width:1200px){html.style4 .container,html.style4 .container-lg,html.style4 .container-md,html.style4 .container-sm,html.style4 .container-xl{max-width:1140px}}html.style4 .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}html.style4 .no-gutters{margin-right:0;margin-left:0}html.style4 .no-gutters>.col,html.style4 .no-gutters>[class*=col-]{padding-right:0;padding-left:0}html.style1 html.style4 .col,html.style1 html.style4 .col-1,html.style1 html.style4 .col-10,html.style1 html.style4 .col-11,html.style1 html.style4 .col-12,html.style1 html.style4 .col-2,html.style1 html.style4 .col-3,html.style1 html.style4 .col-4,html.style1 html.style4 .col-5,html.style1 html.style4 .col-6,html.style1 html.style4 .col-7,html.style1 html.style4 .col-8,html.style1 html.style4 .col-9,html.style1 html.style4 .col-auto,html.style1 html.style4 .col-lg,html.style1 html.style4 .col-lg-1,html.style1 html.style4 .col-lg-10,html.style1 html.style4 .col-lg-11,html.style1 html.style4 .col-lg-12,html.style1 html.style4 .col-lg-2,html.style1 html.style4 .col-lg-3,html.style1 html.style4 .col-lg-4,html.style1 html.style4 .col-lg-5,html.style1 html.style4 .col-lg-6,html.style1 html.style4 .col-lg-7,html.style1 html.style4 .col-lg-8,html.style1 html.style4 .col-lg-9,html.style1 html.style4 .col-lg-auto,html.style1 html.style4 .col-md,html.style1 html.style4 .col-md-1,html.style1 html.style4 .col-md-10,html.style1 html.style4 .col-md-11,html.style1 html.style4 .col-md-12,html.style1 html.style4 .col-md-2,html.style1 html.style4 .col-md-3,html.style1 html.style4 .col-md-4,html.style1 html.style4 .col-md-5,html.style1 html.style4 .col-md-6,html.style1 html.style4 .col-md-7,html.style1 html.style4 .col-md-8,html.style1 html.style4 .col-md-9,html.style1 html.style4 .col-md-auto,html.style1 html.style4 .col-sm,html.style1 html.style4 .col-sm-1,html.style1 html.style4 .col-sm-10,html.style1 html.style4 .col-sm-11,html.style1 html.style4 .col-sm-12,html.style1 html.style4 .col-sm-2,html.style1 html.style4 .col-sm-3,html.style1 html.style4 .col-sm-4,html.style1 html.style4 .col-sm-5,html.style1 html.style4 .col-sm-6,html.style1 html.style4 .col-sm-7,html.style1 html.style4 .col-sm-8,html.style1 html.style4 .col-sm-9,html.style1 html.style4 .col-sm-auto,html.style1 html.style4 .col-xl,html.style1 html.style4 .col-xl-1,html.style1 html.style4 .col-xl-10,html.style1 html.style4 .col-xl-11,html.style1 html.style4 .col-xl-12,html.style1 html.style4 .col-xl-2,html.style1 html.style4 .col-xl-3,html.style1 html.style4 .col-xl-4,html.style1 html.style4 .col-xl-5,html.style1 html.style4 .col-xl-6,html.style1 html.style4 .col-xl-7,html.style1 html.style4 .col-xl-8,html.style1 html.style4 .col-xl-9,html.style1 html.style4 .col-xl-auto,html.style2 html.style4 .col,html.style2 html.style4 .col-1,html.style2 html.style4 .col-10,html.style2 html.style4 .col-11,html.style2 html.style4 .col-12,html.style2 html.style4 .col-2,html.style2 html.style4 .col-3,html.style2 html.style4 .col-4,html.style2 html.style4 .col-5,html.style2 html.style4 .col-6,html.style2 html.style4 .col-7,html.style2 html.style4 .col-8,html.style2 html.style4 .col-9,html.style2 html.style4 .col-auto,html.style2 html.style4 .col-lg,html.style2 html.style4 .col-lg-1,html.style2 html.style4 .col-lg-10,html.style2 html.style4 .col-lg-11,html.style2 html.style4 .col-lg-12,html.style2 html.style4 .col-lg-2,html.style2 html.style4 .col-lg-3,html.style2 html.style4 .col-lg-4,html.style2 html.style4 .col-lg-5,html.style2 html.style4 .col-lg-6,html.style2 html.style4 .col-lg-7,html.style2 html.style4 .col-lg-8,html.style2 html.style4 .col-lg-9,html.style2 html.style4 .col-lg-auto,html.style2 html.style4 .col-md,html.style2 html.style4 .col-md-1,html.style2 html.style4 .col-md-10,html.style2 html.style4 .col-md-11,html.style2 html.style4 .col-md-12,html.style2 html.style4 .col-md-2,html.style2 html.style4 .col-md-3,html.style2 html.style4 .col-md-4,html.style2 html.style4 .col-md-5,html.style2 html.style4 .col-md-6,html.style2 html.style4 .col-md-7,html.style2 html.style4 .col-md-8,html.style2 html.style4 .col-md-9,html.style2 html.style4 .col-md-auto,html.style2 html.style4 .col-sm,html.style2 html.style4 .col-sm-1,html.style2 html.style4 .col-sm-10,html.style2 html.style4 .col-sm-11,html.style2 html.style4 .col-sm-12,html.style2 html.style4 .col-sm-2,html.style2 html.style4 .col-sm-3,html.style2 html.style4 .col-sm-4,html.style2 html.style4 .col-sm-5,html.style2 html.style4 .col-sm-6,html.style2 html.style4 .col-sm-7,html.style2 html.style4 .col-sm-8,html.style2 html.style4 .col-sm-9,html.style2 html.style4 .col-sm-auto,html.style2 html.style4 .col-xl,html.style2 html.style4 .col-xl-1,html.style2 html.style4 .col-xl-10,html.style2 html.style4 .col-xl-11,html.style2 html.style4 .col-xl-12,html.style2 html.style4 .col-xl-2,html.style2 html.style4 .col-xl-3,html.style2 html.style4 .col-xl-4,html.style2 html.style4 .col-xl-5,html.style2 html.style4 .col-xl-6,html.style2 html.style4 .col-xl-7,html.style2 html.style4 .col-xl-8,html.style2 html.style4 .col-xl-9,html.style2 html.style4 .col-xl-auto,html.style3 html.style4 .col,html.style3 html.style4 .col-1,html.style3 html.style4 .col-10,html.style3 html.style4 .col-11,html.style3 html.style4 .col-12,html.style3 html.style4 .col-2,html.style3 html.style4 .col-3,html.style3 html.style4 .col-4,html.style3 html.style4 .col-5,html.style3 html.style4 .col-6,html.style3 html.style4 .col-7,html.style3 html.style4 .col-8,html.style3 html.style4 .col-9,html.style3 html.style4 .col-auto,html.style3 html.style4 .col-lg,html.style3 html.style4 .col-lg-1,html.style3 html.style4 .col-lg-10,html.style3 html.style4 .col-lg-11,html.style3 html.style4 .col-lg-12,html.style3 html.style4 .col-lg-2,html.style3 html.style4 .col-lg-3,html.style3 html.style4 .col-lg-4,html.style3 html.style4 .col-lg-5,html.style3 html.style4 .col-lg-6,html.style3 html.style4 .col-lg-7,html.style3 html.style4 .col-lg-8,html.style3 html.style4 .col-lg-9,html.style3 html.style4 .col-lg-auto,html.style3 html.style4 .col-md,html.style3 html.style4 .col-md-1,html.style3 html.style4 .col-md-10,html.style3 html.style4 .col-md-11,html.style3 html.style4 .col-md-12,html.style3 html.style4 .col-md-2,html.style3 html.style4 .col-md-3,html.style3 html.style4 .col-md-4,html.style3 html.style4 .col-md-5,html.style3 html.style4 .col-md-6,html.style3 html.style4 .col-md-7,html.style3 html.style4 .col-md-8,html.style3 html.style4 .col-md-9,html.style3 html.style4 .col-md-auto,html.style3 html.style4 .col-sm,html.style3 html.style4 .col-sm-1,html.style3 html.style4 .col-sm-10,html.style3 html.style4 .col-sm-11,html.style3 html.style4 .col-sm-12,html.style3 html.style4 .col-sm-2,html.style3 html.style4 .col-sm-3,html.style3 html.style4 .col-sm-4,html.style3 html.style4 .col-sm-5,html.style3 html.style4 .col-sm-6,html.style3 html.style4 .col-sm-7,html.style3 html.style4 .col-sm-8,html.style3 html.style4 .col-sm-9,html.style3 html.style4 .col-sm-auto,html.style3 html.style4 .col-xl,html.style3 html.style4 .col-xl-1,html.style3 html.style4 .col-xl-10,html.style3 html.style4 .col-xl-11,html.style3 html.style4 .col-xl-12,html.style3 html.style4 .col-xl-2,html.style3 html.style4 .col-xl-3,html.style3 html.style4 .col-xl-4,html.style3 html.style4 .col-xl-5,html.style3 html.style4 .col-xl-6,html.style3 html.style4 .col-xl-7,html.style3 html.style4 .col-xl-8,html.style3 html.style4 .col-xl-9,html.style3 html.style4 .col-xl-auto,html.style4 .col,html.style4 .col-1,html.style4 .col-10,html.style4 .col-11,html.style4 .col-12,html.style4 .col-2,html.style4 .col-3,html.style4 .col-4,html.style4 .col-5,html.style4 .col-6,html.style4 .col-7,html.style4 .col-8,html.style4 .col-9,html.style4 .col-auto,html.style4 .col-lg,html.style4 .col-lg-1,html.style4 .col-lg-10,html.style4 .col-lg-11,html.style4 .col-lg-12,html.style4 .col-lg-2,html.style4 .col-lg-3,html.style4 .col-lg-4,html.style4 .col-lg-5,html.style4 .col-lg-6,html.style4 .col-lg-7,html.style4 .col-lg-8,html.style4 .col-lg-9,html.style4 .col-lg-auto,html.style4 .col-md,html.style4 .col-md-1,html.style4 .col-md-10,html.style4 .col-md-11,html.style4 .col-md-12,html.style4 .col-md-2,html.style4 .col-md-3,html.style4 .col-md-4,html.style4 .col-md-5,html.style4 .col-md-6,html.style4 .col-md-7,html.style4 .col-md-8,html.style4 .col-md-9,html.style4 .col-md-auto,html.style4 .col-sm,html.style4 .col-sm-1,html.style4 .col-sm-10,html.style4 .col-sm-11,html.style4 .col-sm-12,html.style4 .col-sm-2,html.style4 .col-sm-3,html.style4 .col-sm-4,html.style4 .col-sm-5,html.style4 .col-sm-6,html.style4 .col-sm-7,html.style4 .col-sm-8,html.style4 .col-sm-9,html.style4 .col-sm-auto,html.style4 .col-xl,html.style4 .col-xl-1,html.style4 .col-xl-10,html.style4 .col-xl-11,html.style4 .col-xl-12,html.style4 .col-xl-2,html.style4 .col-xl-3,html.style4 .col-xl-4,html.style4 .col-xl-5,html.style4 .col-xl-6,html.style4 .col-xl-7,html.style4 .col-xl-8,html.style4 .col-xl-9,html.style4 .col-xl-auto,html.style4 html.style1 .col,html.style4 html.style1 .col-1,html.style4 html.style1 .col-10,html.style4 html.style1 .col-11,html.style4 html.style1 .col-12,html.style4 html.style1 .col-2,html.style4 html.style1 .col-3,html.style4 html.style1 .col-4,html.style4 html.style1 .col-5,html.style4 html.style1 .col-6,html.style4 html.style1 .col-7,html.style4 html.style1 .col-8,html.style4 html.style1 .col-9,html.style4 html.style1 .col-auto,html.style4 html.style1 .col-lg,html.style4 html.style1 .col-lg-1,html.style4 html.style1 .col-lg-10,html.style4 html.style1 .col-lg-11,html.style4 html.style1 .col-lg-12,html.style4 html.style1 .col-lg-2,html.style4 html.style1 .col-lg-3,html.style4 html.style1 .col-lg-4,html.style4 html.style1 .col-lg-5,html.style4 html.style1 .col-lg-6,html.style4 html.style1 .col-lg-7,html.style4 html.style1 .col-lg-8,html.style4 html.style1 .col-lg-9,html.style4 html.style1 .col-lg-auto,html.style4 html.style1 .col-md,html.style4 html.style1 .col-md-1,html.style4 html.style1 .col-md-10,html.style4 html.style1 .col-md-11,html.style4 html.style1 .col-md-12,html.style4 html.style1 .col-md-2,html.style4 html.style1 .col-md-3,html.style4 html.style1 .col-md-4,html.style4 html.style1 .col-md-5,html.style4 html.style1 .col-md-6,html.style4 html.style1 .col-md-7,html.style4 html.style1 .col-md-8,html.style4 html.style1 .col-md-9,html.style4 html.style1 .col-md-auto,html.style4 html.style1 .col-sm,html.style4 html.style1 .col-sm-1,html.style4 html.style1 .col-sm-10,html.style4 html.style1 .col-sm-11,html.style4 html.style1 .col-sm-12,html.style4 html.style1 .col-sm-2,html.style4 html.style1 .col-sm-3,html.style4 html.style1 .col-sm-4,html.style4 html.style1 .col-sm-5,html.style4 html.style1 .col-sm-6,html.style4 html.style1 .col-sm-7,html.style4 html.style1 .col-sm-8,html.style4 html.style1 .col-sm-9,html.style4 html.style1 .col-sm-auto,html.style4 html.style1 .col-xl,html.style4 html.style1 .col-xl-1,html.style4 html.style1 .col-xl-10,html.style4 html.style1 .col-xl-11,html.style4 html.style1 .col-xl-12,html.style4 html.style1 .col-xl-2,html.style4 html.style1 .col-xl-3,html.style4 html.style1 .col-xl-4,html.style4 html.style1 .col-xl-5,html.style4 html.style1 .col-xl-6,html.style4 html.style1 .col-xl-7,html.style4 html.style1 .col-xl-8,html.style4 html.style1 .col-xl-9,html.style4 html.style1 .col-xl-auto,html.style4 html.style2 .col,html.style4 html.style2 .col-1,html.style4 html.style2 .col-10,html.style4 html.style2 .col-11,html.style4 html.style2 .col-12,html.style4 html.style2 .col-2,html.style4 html.style2 .col-3,html.style4 html.style2 .col-4,html.style4 html.style2 .col-5,html.style4 html.style2 .col-6,html.style4 html.style2 .col-7,html.style4 html.style2 .col-8,html.style4 html.style2 .col-9,html.style4 html.style2 .col-auto,html.style4 html.style2 .col-lg,html.style4 html.style2 .col-lg-1,html.style4 html.style2 .col-lg-10,html.style4 html.style2 .col-lg-11,html.style4 html.style2 .col-lg-12,html.style4 html.style2 .col-lg-2,html.style4 html.style2 .col-lg-3,html.style4 html.style2 .col-lg-4,html.style4 html.style2 .col-lg-5,html.style4 html.style2 .col-lg-6,html.style4 html.style2 .col-lg-7,html.style4 html.style2 .col-lg-8,html.style4 html.style2 .col-lg-9,html.style4 html.style2 .col-lg-auto,html.style4 html.style2 .col-md,html.style4 html.style2 .col-md-1,html.style4 html.style2 .col-md-10,html.style4 html.style2 .col-md-11,html.style4 html.style2 .col-md-12,html.style4 html.style2 .col-md-2,html.style4 html.style2 .col-md-3,html.style4 html.style2 .col-md-4,html.style4 html.style2 .col-md-5,html.style4 html.style2 .col-md-6,html.style4 html.style2 .col-md-7,html.style4 html.style2 .col-md-8,html.style4 html.style2 .col-md-9,html.style4 html.style2 .col-md-auto,html.style4 html.style2 .col-sm,html.style4 html.style2 .col-sm-1,html.style4 html.style2 .col-sm-10,html.style4 html.style2 .col-sm-11,html.style4 html.style2 .col-sm-12,html.style4 html.style2 .col-sm-2,html.style4 html.style2 .col-sm-3,html.style4 html.style2 .col-sm-4,html.style4 html.style2 .col-sm-5,html.style4 html.style2 .col-sm-6,html.style4 html.style2 .col-sm-7,html.style4 html.style2 .col-sm-8,html.style4 html.style2 .col-sm-9,html.style4 html.style2 .col-sm-auto,html.style4 html.style2 .col-xl,html.style4 html.style2 .col-xl-1,html.style4 html.style2 .col-xl-10,html.style4 html.style2 .col-xl-11,html.style4 html.style2 .col-xl-12,html.style4 html.style2 .col-xl-2,html.style4 html.style2 .col-xl-3,html.style4 html.style2 .col-xl-4,html.style4 html.style2 .col-xl-5,html.style4 html.style2 .col-xl-6,html.style4 html.style2 .col-xl-7,html.style4 html.style2 .col-xl-8,html.style4 html.style2 .col-xl-9,html.style4 html.style2 .col-xl-auto,html.style4 html.style3 .col,html.style4 html.style3 .col-1,html.style4 html.style3 .col-10,html.style4 html.style3 .col-11,html.style4 html.style3 .col-12,html.style4 html.style3 .col-2,html.style4 html.style3 .col-3,html.style4 html.style3 .col-4,html.style4 html.style3 .col-5,html.style4 html.style3 .col-6,html.style4 html.style3 .col-7,html.style4 html.style3 .col-8,html.style4 html.style3 .col-9,html.style4 html.style3 .col-auto,html.style4 html.style3 .col-lg,html.style4 html.style3 .col-lg-1,html.style4 html.style3 .col-lg-10,html.style4 html.style3 .col-lg-11,html.style4 html.style3 .col-lg-12,html.style4 html.style3 .col-lg-2,html.style4 html.style3 .col-lg-3,html.style4 html.style3 .col-lg-4,html.style4 html.style3 .col-lg-5,html.style4 html.style3 .col-lg-6,html.style4 html.style3 .col-lg-7,html.style4 html.style3 .col-lg-8,html.style4 html.style3 .col-lg-9,html.style4 html.style3 .col-lg-auto,html.style4 html.style3 .col-md,html.style4 html.style3 .col-md-1,html.style4 html.style3 .col-md-10,html.style4 html.style3 .col-md-11,html.style4 html.style3 .col-md-12,html.style4 html.style3 .col-md-2,html.style4 html.style3 .col-md-3,html.style4 html.style3 .col-md-4,html.style4 html.style3 .col-md-5,html.style4 html.style3 .col-md-6,html.style4 html.style3 .col-md-7,html.style4 html.style3 .col-md-8,html.style4 html.style3 .col-md-9,html.style4 html.style3 .col-md-auto,html.style4 html.style3 .col-sm,html.style4 html.style3 .col-sm-1,html.style4 html.style3 .col-sm-10,html.style4 html.style3 .col-sm-11,html.style4 html.style3 .col-sm-12,html.style4 html.style3 .col-sm-2,html.style4 html.style3 .col-sm-3,html.style4 html.style3 .col-sm-4,html.style4 html.style3 .col-sm-5,html.style4 html.style3 .col-sm-6,html.style4 html.style3 .col-sm-7,html.style4 html.style3 .col-sm-8,html.style4 html.style3 .col-sm-9,html.style4 html.style3 .col-sm-auto,html.style4 html.style3 .col-xl,html.style4 html.style3 .col-xl-1,html.style4 html.style3 .col-xl-10,html.style4 html.style3 .col-xl-11,html.style4 html.style3 .col-xl-12,html.style4 html.style3 .col-xl-2,html.style4 html.style3 .col-xl-3,html.style4 html.style3 .col-xl-4,html.style4 html.style3 .col-xl-5,html.style4 html.style3 .col-xl-6,html.style4 html.style3 .col-xl-7,html.style4 html.style3 .col-xl-8,html.style4 html.style3 .col-xl-9,html.style4 html.style3 .col-xl-auto,html.style4 html.style5 .col,html.style4 html.style5 .col-1,html.style4 html.style5 .col-10,html.style4 html.style5 .col-11,html.style4 html.style5 .col-12,html.style4 html.style5 .col-2,html.style4 html.style5 .col-3,html.style4 html.style5 .col-4,html.style4 html.style5 .col-5,html.style4 html.style5 .col-6,html.style4 html.style5 .col-7,html.style4 html.style5 .col-8,html.style4 html.style5 .col-9,html.style4 html.style5 .col-auto,html.style4 html.style5 .col-lg,html.style4 html.style5 .col-lg-1,html.style4 html.style5 .col-lg-10,html.style4 html.style5 .col-lg-11,html.style4 html.style5 .col-lg-12,html.style4 html.style5 .col-lg-2,html.style4 html.style5 .col-lg-3,html.style4 html.style5 .col-lg-4,html.style4 html.style5 .col-lg-5,html.style4 html.style5 .col-lg-6,html.style4 html.style5 .col-lg-7,html.style4 html.style5 .col-lg-8,html.style4 html.style5 .col-lg-9,html.style4 html.style5 .col-lg-auto,html.style4 html.style5 .col-md,html.style4 html.style5 .col-md-1,html.style4 html.style5 .col-md-10,html.style4 html.style5 .col-md-11,html.style4 html.style5 .col-md-12,html.style4 html.style5 .col-md-2,html.style4 html.style5 .col-md-3,html.style4 html.style5 .col-md-4,html.style4 html.style5 .col-md-5,html.style4 html.style5 .col-md-6,html.style4 html.style5 .col-md-7,html.style4 html.style5 .col-md-8,html.style4 html.style5 .col-md-9,html.style4 html.style5 .col-md-auto,html.style4 html.style5 .col-sm,html.style4 html.style5 .col-sm-1,html.style4 html.style5 .col-sm-10,html.style4 html.style5 .col-sm-11,html.style4 html.style5 .col-sm-12,html.style4 html.style5 .col-sm-2,html.style4 html.style5 .col-sm-3,html.style4 html.style5 .col-sm-4,html.style4 html.style5 .col-sm-5,html.style4 html.style5 .col-sm-6,html.style4 html.style5 .col-sm-7,html.style4 html.style5 .col-sm-8,html.style4 html.style5 .col-sm-9,html.style4 html.style5 .col-sm-auto,html.style4 html.style5 .col-xl,html.style4 html.style5 .col-xl-1,html.style4 html.style5 .col-xl-10,html.style4 html.style5 .col-xl-11,html.style4 html.style5 .col-xl-12,html.style4 html.style5 .col-xl-2,html.style4 html.style5 .col-xl-3,html.style4 html.style5 .col-xl-4,html.style4 html.style5 .col-xl-5,html.style4 html.style5 .col-xl-6,html.style4 html.style5 .col-xl-7,html.style4 html.style5 .col-xl-8,html.style4 html.style5 .col-xl-9,html.style4 html.style5 .col-xl-auto,html.style4 html.style6 .col,html.style4 html.style6 .col-1,html.style4 html.style6 .col-10,html.style4 html.style6 .col-11,html.style4 html.style6 .col-12,html.style4 html.style6 .col-2,html.style4 html.style6 .col-3,html.style4 html.style6 .col-4,html.style4 html.style6 .col-5,html.style4 html.style6 .col-6,html.style4 html.style6 .col-7,html.style4 html.style6 .col-8,html.style4 html.style6 .col-9,html.style4 html.style6 .col-auto,html.style4 html.style6 .col-lg,html.style4 html.style6 .col-lg-1,html.style4 html.style6 .col-lg-10,html.style4 html.style6 .col-lg-11,html.style4 html.style6 .col-lg-12,html.style4 html.style6 .col-lg-2,html.style4 html.style6 .col-lg-3,html.style4 html.style6 .col-lg-4,html.style4 html.style6 .col-lg-5,html.style4 html.style6 .col-lg-6,html.style4 html.style6 .col-lg-7,html.style4 html.style6 .col-lg-8,html.style4 html.style6 .col-lg-9,html.style4 html.style6 .col-lg-auto,html.style4 html.style6 .col-md,html.style4 html.style6 .col-md-1,html.style4 html.style6 .col-md-10,html.style4 html.style6 .col-md-11,html.style4 html.style6 .col-md-12,html.style4 html.style6 .col-md-2,html.style4 html.style6 .col-md-3,html.style4 html.style6 .col-md-4,html.style4 html.style6 .col-md-5,html.style4 html.style6 .col-md-6,html.style4 html.style6 .col-md-7,html.style4 html.style6 .col-md-8,html.style4 html.style6 .col-md-9,html.style4 html.style6 .col-md-auto,html.style4 html.style6 .col-sm,html.style4 html.style6 .col-sm-1,html.style4 html.style6 .col-sm-10,html.style4 html.style6 .col-sm-11,html.style4 html.style6 .col-sm-12,html.style4 html.style6 .col-sm-2,html.style4 html.style6 .col-sm-3,html.style4 html.style6 .col-sm-4,html.style4 html.style6 .col-sm-5,html.style4 html.style6 .col-sm-6,html.style4 html.style6 .col-sm-7,html.style4 html.style6 .col-sm-8,html.style4 html.style6 .col-sm-9,html.style4 html.style6 .col-sm-auto,html.style4 html.style6 .col-xl,html.style4 html.style6 .col-xl-1,html.style4 html.style6 .col-xl-10,html.style4 html.style6 .col-xl-11,html.style4 html.style6 .col-xl-12,html.style4 html.style6 .col-xl-2,html.style4 html.style6 .col-xl-3,html.style4 html.style6 .col-xl-4,html.style4 html.style6 .col-xl-5,html.style4 html.style6 .col-xl-6,html.style4 html.style6 .col-xl-7,html.style4 html.style6 .col-xl-8,html.style4 html.style6 .col-xl-9,html.style4 html.style6 .col-xl-auto,html.style5 html.style4 .col,html.style5 html.style4 .col-1,html.style5 html.style4 .col-10,html.style5 html.style4 .col-11,html.style5 html.style4 .col-12,html.style5 html.style4 .col-2,html.style5 html.style4 .col-3,html.style5 html.style4 .col-4,html.style5 html.style4 .col-5,html.style5 html.style4 .col-6,html.style5 html.style4 .col-7,html.style5 html.style4 .col-8,html.style5 html.style4 .col-9,html.style5 html.style4 .col-auto,html.style5 html.style4 .col-lg,html.style5 html.style4 .col-lg-1,html.style5 html.style4 .col-lg-10,html.style5 html.style4 .col-lg-11,html.style5 html.style4 .col-lg-12,html.style5 html.style4 .col-lg-2,html.style5 html.style4 .col-lg-3,html.style5 html.style4 .col-lg-4,html.style5 html.style4 .col-lg-5,html.style5 html.style4 .col-lg-6,html.style5 html.style4 .col-lg-7,html.style5 html.style4 .col-lg-8,html.style5 html.style4 .col-lg-9,html.style5 html.style4 .col-lg-auto,html.style5 html.style4 .col-md,html.style5 html.style4 .col-md-1,html.style5 html.style4 .col-md-10,html.style5 html.style4 .col-md-11,html.style5 html.style4 .col-md-12,html.style5 html.style4 .col-md-2,html.style5 html.style4 .col-md-3,html.style5 html.style4 .col-md-4,html.style5 html.style4 .col-md-5,html.style5 html.style4 .col-md-6,html.style5 html.style4 .col-md-7,html.style5 html.style4 .col-md-8,html.style5 html.style4 .col-md-9,html.style5 html.style4 .col-md-auto,html.style5 html.style4 .col-sm,html.style5 html.style4 .col-sm-1,html.style5 html.style4 .col-sm-10,html.style5 html.style4 .col-sm-11,html.style5 html.style4 .col-sm-12,html.style5 html.style4 .col-sm-2,html.style5 html.style4 .col-sm-3,html.style5 html.style4 .col-sm-4,html.style5 html.style4 .col-sm-5,html.style5 html.style4 .col-sm-6,html.style5 html.style4 .col-sm-7,html.style5 html.style4 .col-sm-8,html.style5 html.style4 .col-sm-9,html.style5 html.style4 .col-sm-auto,html.style5 html.style4 .col-xl,html.style5 html.style4 .col-xl-1,html.style5 html.style4 .col-xl-10,html.style5 html.style4 .col-xl-11,html.style5 html.style4 .col-xl-12,html.style5 html.style4 .col-xl-2,html.style5 html.style4 .col-xl-3,html.style5 html.style4 .col-xl-4,html.style5 html.style4 .col-xl-5,html.style5 html.style4 .col-xl-6,html.style5 html.style4 .col-xl-7,html.style5 html.style4 .col-xl-8,html.style5 html.style4 .col-xl-9,html.style5 html.style4 .col-xl-auto,html.style6 html.style4 .col,html.style6 html.style4 .col-1,html.style6 html.style4 .col-10,html.style6 html.style4 .col-11,html.style6 html.style4 .col-12,html.style6 html.style4 .col-2,html.style6 html.style4 .col-3,html.style6 html.style4 .col-4,html.style6 html.style4 .col-5,html.style6 html.style4 .col-6,html.style6 html.style4 .col-7,html.style6 html.style4 .col-8,html.style6 html.style4 .col-9,html.style6 html.style4 .col-auto,html.style6 html.style4 .col-lg,html.style6 html.style4 .col-lg-1,html.style6 html.style4 .col-lg-10,html.style6 html.style4 .col-lg-11,html.style6 html.style4 .col-lg-12,html.style6 html.style4 .col-lg-2,html.style6 html.style4 .col-lg-3,html.style6 html.style4 .col-lg-4,html.style6 html.style4 .col-lg-5,html.style6 html.style4 .col-lg-6,html.style6 html.style4 .col-lg-7,html.style6 html.style4 .col-lg-8,html.style6 html.style4 .col-lg-9,html.style6 html.style4 .col-lg-auto,html.style6 html.style4 .col-md,html.style6 html.style4 .col-md-1,html.style6 html.style4 .col-md-10,html.style6 html.style4 .col-md-11,html.style6 html.style4 .col-md-12,html.style6 html.style4 .col-md-2,html.style6 html.style4 .col-md-3,html.style6 html.style4 .col-md-4,html.style6 html.style4 .col-md-5,html.style6 html.style4 .col-md-6,html.style6 html.style4 .col-md-7,html.style6 html.style4 .col-md-8,html.style6 html.style4 .col-md-9,html.style6 html.style4 .col-md-auto,html.style6 html.style4 .col-sm,html.style6 html.style4 .col-sm-1,html.style6 html.style4 .col-sm-10,html.style6 html.style4 .col-sm-11,html.style6 html.style4 .col-sm-12,html.style6 html.style4 .col-sm-2,html.style6 html.style4 .col-sm-3,html.style6 html.style4 .col-sm-4,html.style6 html.style4 .col-sm-5,html.style6 html.style4 .col-sm-6,html.style6 html.style4 .col-sm-7,html.style6 html.style4 .col-sm-8,html.style6 html.style4 .col-sm-9,html.style6 html.style4 .col-sm-auto,html.style6 html.style4 .col-xl,html.style6 html.style4 .col-xl-1,html.style6 html.style4 .col-xl-10,html.style6 html.style4 .col-xl-11,html.style6 html.style4 .col-xl-12,html.style6 html.style4 .col-xl-2,html.style6 html.style4 .col-xl-3,html.style6 html.style4 .col-xl-4,html.style6 html.style4 .col-xl-5,html.style6 html.style4 .col-xl-6,html.style6 html.style4 .col-xl-7,html.style6 html.style4 .col-xl-8,html.style6 html.style4 .col-xl-9,html.style6 html.style4 .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}html.style4 .col{flex-basis:0;flex-grow:1;max-width:100%}html.style4 .row-cols-1>*{flex:0 0 100%;max-width:100%}html.style4 .row-cols-2>*{flex:0 0 50%;max-width:50%}html.style4 .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style4 .row-cols-4>*{flex:0 0 25%;max-width:25%}html.style4 .row-cols-5>*{flex:0 0 20%;max-width:20%}html.style4 .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style4 .col-auto{flex:0 0 auto;width:auto;max-width:100%}html.style4 .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style4 .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style4 .col-3{flex:0 0 25%;max-width:25%}html.style4 .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style4 .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style4 .col-6{flex:0 0 50%;max-width:50%}html.style4 .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style4 .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style4 .col-9{flex:0 0 75%;max-width:75%}html.style4 .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style4 .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style4 .col-12{flex:0 0 100%;max-width:100%}html.style4 .order-first{order:-1}html.style4 .order-last{order:13}html.style4 .order-0{order:0}html.style4 .order-1{order:1}html.style4 .order-2{order:2}html.style4 .order-3{order:3}html.style4 .order-4{order:4}html.style4 .order-5{order:5}html.style4 .order-6{order:6}html.style4 .order-7{order:7}html.style4 .order-8{order:8}html.style4 .order-9{order:9}html.style4 .order-10{order:10}html.style4 .order-11{order:11}html.style4 .order-12{order:12}html.style4 .offset-1{margin-left:8.33333333%}html.style4 .offset-2{margin-left:16.66666667%}html.style4 .offset-3{margin-left:25%}html.style4 .offset-4{margin-left:33.33333333%}html.style4 .offset-5{margin-left:41.66666667%}html.style4 .offset-6{margin-left:50%}html.style4 .offset-7{margin-left:58.33333333%}html.style4 .offset-8{margin-left:66.66666667%}html.style4 .offset-9{margin-left:75%}html.style4 .offset-10{margin-left:83.33333333%}html.style4 .offset-11{margin-left:91.66666667%}@media(min-width:576px){html.style4 .col-sm{flex-basis:0;flex-grow:1;max-width:100%}html.style4 .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}html.style4 .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}html.style4 .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style4 .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}html.style4 .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}html.style4 .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style4 .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}html.style4 .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style4 .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style4 .col-sm-3{flex:0 0 25%;max-width:25%}html.style4 .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style4 .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style4 .col-sm-6{flex:0 0 50%;max-width:50%}html.style4 .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style4 .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style4 .col-sm-9{flex:0 0 75%;max-width:75%}html.style4 .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style4 .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style4 .col-sm-12{flex:0 0 100%;max-width:100%}html.style4 .order-sm-first{order:-1}html.style4 .order-sm-last{order:13}html.style4 .order-sm-0{order:0}html.style4 .order-sm-1{order:1}html.style4 .order-sm-2{order:2}html.style4 .order-sm-3{order:3}html.style4 .order-sm-4{order:4}html.style4 .order-sm-5{order:5}html.style4 .order-sm-6{order:6}html.style4 .order-sm-7{order:7}html.style4 .order-sm-8{order:8}html.style4 .order-sm-9{order:9}html.style4 .order-sm-10{order:10}html.style4 .order-sm-11{order:11}html.style4 .order-sm-12{order:12}html.style4 .offset-sm-0{margin-left:0}html.style4 .offset-sm-1{margin-left:8.33333333%}html.style4 .offset-sm-2{margin-left:16.66666667%}html.style4 .offset-sm-3{margin-left:25%}html.style4 .offset-sm-4{margin-left:33.33333333%}html.style4 .offset-sm-5{margin-left:41.66666667%}html.style4 .offset-sm-6{margin-left:50%}html.style4 .offset-sm-7{margin-left:58.33333333%}html.style4 .offset-sm-8{margin-left:66.66666667%}html.style4 .offset-sm-9{margin-left:75%}html.style4 .offset-sm-10{margin-left:83.33333333%}html.style4 .offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){html.style4 .col-md{flex-basis:0;flex-grow:1;max-width:100%}html.style4 .row-cols-md-1>*{flex:0 0 100%;max-width:100%}html.style4 .row-cols-md-2>*{flex:0 0 50%;max-width:50%}html.style4 .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style4 .row-cols-md-4>*{flex:0 0 25%;max-width:25%}html.style4 .row-cols-md-5>*{flex:0 0 20%;max-width:20%}html.style4 .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style4 .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}html.style4 .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style4 .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style4 .col-md-3{flex:0 0 25%;max-width:25%}html.style4 .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style4 .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style4 .col-md-6{flex:0 0 50%;max-width:50%}html.style4 .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style4 .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style4 .col-md-9{flex:0 0 75%;max-width:75%}html.style4 .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style4 .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style4 .col-md-12{flex:0 0 100%;max-width:100%}html.style4 .order-md-first{order:-1}html.style4 .order-md-last{order:13}html.style4 .order-md-0{order:0}html.style4 .order-md-1{order:1}html.style4 .order-md-2{order:2}html.style4 .order-md-3{order:3}html.style4 .order-md-4{order:4}html.style4 .order-md-5{order:5}html.style4 .order-md-6{order:6}html.style4 .order-md-7{order:7}html.style4 .order-md-8{order:8}html.style4 .order-md-9{order:9}html.style4 .order-md-10{order:10}html.style4 .order-md-11{order:11}html.style4 .order-md-12{order:12}html.style4 .offset-md-0{margin-left:0}html.style4 .offset-md-1{margin-left:8.33333333%}html.style4 .offset-md-2{margin-left:16.66666667%}html.style4 .offset-md-3{margin-left:25%}html.style4 .offset-md-4{margin-left:33.33333333%}html.style4 .offset-md-5{margin-left:41.66666667%}html.style4 .offset-md-6{margin-left:50%}html.style4 .offset-md-7{margin-left:58.33333333%}html.style4 .offset-md-8{margin-left:66.66666667%}html.style4 .offset-md-9{margin-left:75%}html.style4 .offset-md-10{margin-left:83.33333333%}html.style4 .offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){html.style4 .col-lg{flex-basis:0;flex-grow:1;max-width:100%}html.style4 .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}html.style4 .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}html.style4 .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style4 .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}html.style4 .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}html.style4 .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style4 .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}html.style4 .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style4 .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style4 .col-lg-3{flex:0 0 25%;max-width:25%}html.style4 .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style4 .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style4 .col-lg-6{flex:0 0 50%;max-width:50%}html.style4 .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style4 .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style4 .col-lg-9{flex:0 0 75%;max-width:75%}html.style4 .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style4 .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style4 .col-lg-12{flex:0 0 100%;max-width:100%}html.style4 .order-lg-first{order:-1}html.style4 .order-lg-last{order:13}html.style4 .order-lg-0{order:0}html.style4 .order-lg-1{order:1}html.style4 .order-lg-2{order:2}html.style4 .order-lg-3{order:3}html.style4 .order-lg-4{order:4}html.style4 .order-lg-5{order:5}html.style4 .order-lg-6{order:6}html.style4 .order-lg-7{order:7}html.style4 .order-lg-8{order:8}html.style4 .order-lg-9{order:9}html.style4 .order-lg-10{order:10}html.style4 .order-lg-11{order:11}html.style4 .order-lg-12{order:12}html.style4 .offset-lg-0{margin-left:0}html.style4 .offset-lg-1{margin-left:8.33333333%}html.style4 .offset-lg-2{margin-left:16.66666667%}html.style4 .offset-lg-3{margin-left:25%}html.style4 .offset-lg-4{margin-left:33.33333333%}html.style4 .offset-lg-5{margin-left:41.66666667%}html.style4 .offset-lg-6{margin-left:50%}html.style4 .offset-lg-7{margin-left:58.33333333%}html.style4 .offset-lg-8{margin-left:66.66666667%}html.style4 .offset-lg-9{margin-left:75%}html.style4 .offset-lg-10{margin-left:83.33333333%}html.style4 .offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){html.style4 .col-xl{flex-basis:0;flex-grow:1;max-width:100%}html.style4 .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}html.style4 .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}html.style4 .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style4 .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}html.style4 .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}html.style4 .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style4 .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}html.style4 .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style4 .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style4 .col-xl-3{flex:0 0 25%;max-width:25%}html.style4 .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style4 .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style4 .col-xl-6{flex:0 0 50%;max-width:50%}html.style4 .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style4 .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style4 .col-xl-9{flex:0 0 75%;max-width:75%}html.style4 .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style4 .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style4 .col-xl-12{flex:0 0 100%;max-width:100%}html.style4 .order-xl-first{order:-1}html.style4 .order-xl-last{order:13}html.style4 .order-xl-0{order:0}html.style4 .order-xl-1{order:1}html.style4 .order-xl-2{order:2}html.style4 .order-xl-3{order:3}html.style4 .order-xl-4{order:4}html.style4 .order-xl-5{order:5}html.style4 .order-xl-6{order:6}html.style4 .order-xl-7{order:7}html.style4 .order-xl-8{order:8}html.style4 .order-xl-9{order:9}html.style4 .order-xl-10{order:10}html.style4 .order-xl-11{order:11}html.style4 .order-xl-12{order:12}html.style4 .offset-xl-0{margin-left:0}html.style4 .offset-xl-1{margin-left:8.33333333%}html.style4 .offset-xl-2{margin-left:16.66666667%}html.style4 .offset-xl-3{margin-left:25%}html.style4 .offset-xl-4{margin-left:33.33333333%}html.style4 .offset-xl-5{margin-left:41.66666667%}html.style4 .offset-xl-6{margin-left:50%}html.style4 .offset-xl-7{margin-left:58.33333333%}html.style4 .offset-xl-8{margin-left:66.66666667%}html.style4 .offset-xl-9{margin-left:75%}html.style4 .offset-xl-10{margin-left:83.33333333%}html.style4 .offset-xl-11{margin-left:91.66666667%}}html.style4 .table{width:100%;margin-bottom:1rem;color:#212529}html.style4 .table td,html.style4 .table th{padding:.75rem;vertical-align:top;border-top:1px solid #eff1f2}html.style4 .table thead th{vertical-align:bottom;border-bottom:2px solid #eff1f2}html.style4 .table tbody+tbody{border-top:2px solid #eff1f2}html.style4 .table-sm td,html.style4 .table-sm th{padding:.3rem}html.style4 .table-bordered,html.style4 .table-bordered td,html.style4 .table-bordered th{border:1px solid #eff1f2}html.style4 .table-bordered thead td,html.style4 .table-bordered thead th{border-bottom-width:2px}html.style4 .table-borderless tbody+tbody,html.style4 .table-borderless td,html.style4 .table-borderless th,html.style4 .table-borderless thead th{border:0}html.style4 .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}html.style4 .table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}html.style4 .table-primary,html.style4 .table-primary>td,html.style4 .table-primary>th{background-color:#b8daff}html.style4 .table-primary tbody+tbody,html.style4 .table-primary td,html.style4 .table-primary th,html.style4 .table-primary thead th{border-color:#7abaff}html.style4 .table-hover .table-primary:hover,html.style4 .table-hover .table-primary:hover>td,html.style4 .table-hover .table-primary:hover>th{background-color:#9fcdff}html.style4 .table-secondary,html.style4 .table-secondary>td,html.style4 .table-secondary>th{background-color:#d6d8db}html.style4 .table-secondary tbody+tbody,html.style4 .table-secondary td,html.style4 .table-secondary th,html.style4 .table-secondary thead th{border-color:#b3b7bb}html.style4 .table-hover .table-secondary:hover,html.style4 .table-hover .table-secondary:hover>td,html.style4 .table-hover .table-secondary:hover>th{background-color:#c8cbcf}html.style4 .table-success,html.style4 .table-success>td,html.style4 .table-success>th{background-color:#c3e6cb}html.style4 .table-success tbody+tbody,html.style4 .table-success td,html.style4 .table-success th,html.style4 .table-success thead th{border-color:#8fd19e}html.style4 .table-hover .table-success:hover,html.style4 .table-hover .table-success:hover>td,html.style4 .table-hover .table-success:hover>th{background-color:#b1dfbb}html.style4 .table-info,html.style4 .table-info>td,html.style4 .table-info>th{background-color:#bee5eb}html.style4 .table-info tbody+tbody,html.style4 .table-info td,html.style4 .table-info th,html.style4 .table-info thead th{border-color:#86cfda}html.style4 .table-hover .table-info:hover,html.style4 .table-hover .table-info:hover>td,html.style4 .table-hover .table-info:hover>th{background-color:#abdde5}html.style4 .table-warning,html.style4 .table-warning>td,html.style4 .table-warning>th{background-color:#ffeeba}html.style4 .table-warning tbody+tbody,html.style4 .table-warning td,html.style4 .table-warning th,html.style4 .table-warning thead th{border-color:#ffdf7e}html.style4 .table-hover .table-warning:hover,html.style4 .table-hover .table-warning:hover>td,html.style4 .table-hover .table-warning:hover>th{background-color:#ffe8a1}html.style4 .table-danger,html.style4 .table-danger>td,html.style4 .table-danger>th{background-color:#ffc5c5}html.style4 .table-danger tbody+tbody,html.style4 .table-danger td,html.style4 .table-danger th,html.style4 .table-danger thead th{border-color:#ff9393}html.style4 .table-hover .table-danger:hover,html.style4 .table-hover .table-danger:hover>td,html.style4 .table-hover .table-danger:hover>th{background-color:#ffacac}html.style4 .table-light,html.style4 .table-light>td,html.style4 .table-light>th{background-color:#c2c2c4}html.style4 .table-light tbody+tbody,html.style4 .table-light td,html.style4 .table-light th,html.style4 .table-light thead th{border-color:#8e8e91}html.style4 .table-hover .table-light:hover,html.style4 .table-hover .table-light:hover>td,html.style4 .table-hover .table-light:hover>th{background-color:#b5b5b7}html.style4 .table-dark,html.style4 .table-dark>td,html.style4 .table-dark>th{background-color:#bfbfc0}html.style4 .table-dark tbody+tbody,html.style4 .table-dark td,html.style4 .table-dark th,html.style4 .table-dark thead th{border-color:#87888b}html.style4 .table-hover .table-dark:hover,html.style4 .table-hover .table-dark:hover>td,html.style4 .table-hover .table-dark:hover>th{background-color:#b2b2b3}html.style4 .table-active,html.style4 .table-active>td,html.style4 .table-active>th,html.style4 .table-hover .table-active:hover,html.style4 .table-hover .table-active:hover>td,html.style4 .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}html.style4 .table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}html.style4 .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#eff1f2}html.style4 .table-dark{color:#fff;background-color:#343a40}html.style4 .table-dark td,html.style4 .table-dark th,html.style4 .table-dark thead th{border-color:#454d55}html.style4 .table-dark.table-bordered{border:0}html.style4 .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}html.style4 .table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){html.style4 .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style4 .table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){html.style4 .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style4 .table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){html.style4 .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style4 .table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){html.style4 .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style4 .table-responsive-xl>.table-bordered{border:0}}html.style4 .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style4 .table-responsive>.table-bordered{border:0}html.style4 .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style4 .form-control{transition:none}}html.style4 .form-control::-ms-expand{background-color:transparent;border:0}html.style4 .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style4 .form-control::placeholder{color:#6c757d;opacity:1}html.style4 .form-control:disabled,html.style4 .form-control[readonly]{background-color:#e9ecef;opacity:1}html.style4 input[type=date].form-control,html.style4 input[type=datetime-local].form-control,html.style4 input[type=month].form-control,html.style4 input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style4 select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}html.style4 select.form-control:focus::-ms-value{color:#495057;background-color:#fff}html.style4 .form-control-file,html.style4 .form-control-range{display:block;width:100%}html.style4 .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}html.style4 .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}html.style4 .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}html.style4 .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}html.style4 .form-control-plaintext.form-control-lg,html.style4 .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}html.style4 .form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style4 .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style4 select.form-control[multiple],html.style4 select.form-control[size],html.style4 textarea.form-control{height:auto}html.style4 .form-group{margin-bottom:1rem}html.style4 .form-text{display:block;margin-top:.25rem}html.style4 .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}html.style4 .form-row>.col,html.style4 .form-row>[class*=col-]{padding-right:5px;padding-left:5px}html.style4 .form-check{position:relative;display:block;padding-left:1.25rem}html.style4 .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}html.style4 .form-check-input:disabled~.form-check-label,html.style4 .form-check-input[disabled]~.form-check-label{color:#6c757d}html.style4 .form-check-label{margin-bottom:0}html.style4 .form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}html.style4 .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}html.style4 .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}html.style4 .valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>html.style4 .valid-tooltip,.form-row>[class*=col-]>html.style4 .valid-tooltip{left:5px}.was-validated html.style4:valid~.valid-feedback,.was-validated html.style4:valid~.valid-tooltip,html.style4.is-valid~.valid-feedback,html.style4.is-valid~.valid-tooltip{display:block}.was-validated html.style4 .form-control:valid,html.style4 .form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated html.style4 .form-control:valid:focus,html.style4 .form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style4 select.form-control:valid,html.style4 select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated html.style4 textarea.form-control:valid,html.style4 textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated html.style4 .custom-select:valid,html.style4 .custom-select.is-valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated html.style4 .custom-select:valid:focus,html.style4 .custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style4 .form-check-input:valid~.form-check-label,html.style4 .form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated html.style4 .form-check-input:valid~.valid-feedback,.was-validated html.style4 .form-check-input:valid~.valid-tooltip,html.style4 .form-check-input.is-valid~.valid-feedback,html.style4 .form-check-input.is-valid~.valid-tooltip{display:block}.was-validated html.style4 .custom-control-input:valid~.custom-control-label,html.style4 .custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated html.style4 .custom-control-input:valid~.custom-control-label:before,html.style4 .custom-control-input.is-valid~.custom-control-label:before{border-color:#28a745}.was-validated html.style4 .custom-control-input:valid:checked~.custom-control-label:before,html.style4 .custom-control-input.is-valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.was-validated html.style4 .custom-control-input:valid:focus~.custom-control-label:before,html.style4 .custom-control-input.is-valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style4 .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,html.style4 .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.was-validated html.style4 .custom-file-input:valid~.custom-file-label,html.style4 .custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated html.style4 .custom-file-input:valid:focus~.custom-file-label,html.style4 .custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}html.style4 .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#ff3030}html.style4 .invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(255,48,48,.9);border-radius:.25rem}.form-row>.col>html.style4 .invalid-tooltip,.form-row>[class*=col-]>html.style4 .invalid-tooltip{left:5px}.was-validated html.style4:invalid~.invalid-feedback,.was-validated html.style4:invalid~.invalid-tooltip,html.style4.is-invalid~.invalid-feedback,html.style4.is-invalid~.invalid-tooltip{display:block}.was-validated html.style4 .form-control:invalid,html.style4 .form-control.is-invalid{border-color:#ff3030;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated html.style4 .form-control:invalid:focus,html.style4 .form-control.is-invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style4 select.form-control:invalid,html.style4 select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated html.style4 textarea.form-control:invalid,html.style4 textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated html.style4 .custom-select:invalid,html.style4 .custom-select.is-invalid{border-color:#ff3030;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated html.style4 .custom-select:invalid:focus,html.style4 .custom-select.is-invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style4 .form-check-input:invalid~.form-check-label,html.style4 .form-check-input.is-invalid~.form-check-label{color:#ff3030}.was-validated html.style4 .form-check-input:invalid~.invalid-feedback,.was-validated html.style4 .form-check-input:invalid~.invalid-tooltip,html.style4 .form-check-input.is-invalid~.invalid-feedback,html.style4 .form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated html.style4 .custom-control-input:invalid~.custom-control-label,html.style4 .custom-control-input.is-invalid~.custom-control-label{color:#ff3030}.was-validated html.style4 .custom-control-input:invalid~.custom-control-label:before,html.style4 .custom-control-input.is-invalid~.custom-control-label:before{border-color:#ff3030}.was-validated html.style4 .custom-control-input:invalid:checked~.custom-control-label:before,html.style4 .custom-control-input.is-invalid:checked~.custom-control-label:before{border-color:#ff6363;background-color:#ff6363}.was-validated html.style4 .custom-control-input:invalid:focus~.custom-control-label:before,html.style4 .custom-control-input.is-invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style4 .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,html.style4 .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before{border-color:#ff3030}.was-validated html.style4 .custom-file-input:invalid~.custom-file-label,html.style4 .custom-file-input.is-invalid~.custom-file-label{border-color:#ff3030}.was-validated html.style4 .custom-file-input:invalid:focus~.custom-file-label,html.style4 .custom-file-input.is-invalid:focus~.custom-file-label{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}html.style4 .form-inline{display:flex;flex-flow:row wrap;align-items:center}html.style4 .form-inline .form-check{width:100%}@media(min-width:576px){html.style4 .form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}html.style4 .form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}html.style4 .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}html.style4 .form-inline .form-control-plaintext{display:inline-block}html.style4 .form-inline .custom-select,html.style4 .form-inline .input-group{width:auto}html.style4 .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}html.style4 .form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}html.style4 .form-inline .custom-control{align-items:center;justify-content:center}html.style4 .form-inline .custom-control-label{margin-bottom:0}}html.style4 .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style4 .btn{transition:none}}html.style4 .btn:hover{color:#212529;text-decoration:none}html.style4 .btn.focus,html.style4 .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style4 .btn.disabled,html.style4 .btn:disabled{opacity:.65}html.style4 .btn:not(:disabled):not(.disabled){cursor:pointer}html.style4 a.btn.disabled,html.style4 fieldset:disabled a.btn{pointer-events:none}html.style4 .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}html.style4 .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}html.style4 .btn-primary.focus,html.style4 .btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}html.style4 .btn-primary.disabled,html.style4 .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.show>html.style4 .btn-primary.dropdown-toggle,html.style4 .btn-primary:not(:disabled):not(.disabled).active,html.style4 .btn-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#0062cc;border-color:#005cbf}.show>html.style4 .btn-primary.dropdown-toggle:focus,html.style4 .btn-primary:not(:disabled):not(.disabled).active:focus,html.style4 .btn-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}html.style4 .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}html.style4 .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}html.style4 .btn-secondary.focus,html.style4 .btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}html.style4 .btn-secondary.disabled,html.style4 .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.show>html.style4 .btn-secondary.dropdown-toggle,html.style4 .btn-secondary:not(:disabled):not(.disabled).active,html.style4 .btn-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#545b62;border-color:#4e555b}.show>html.style4 .btn-secondary.dropdown-toggle:focus,html.style4 .btn-secondary:not(:disabled):not(.disabled).active:focus,html.style4 .btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}html.style4 .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}html.style4 .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}html.style4 .btn-success.focus,html.style4 .btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}html.style4 .btn-success.disabled,html.style4 .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.show>html.style4 .btn-success.dropdown-toggle,html.style4 .btn-success:not(:disabled):not(.disabled).active,html.style4 .btn-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#1e7e34;border-color:#1c7430}.show>html.style4 .btn-success.dropdown-toggle:focus,html.style4 .btn-success:not(:disabled):not(.disabled).active:focus,html.style4 .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}html.style4 .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html.style4 .btn-info.focus,html.style4 .btn-info:focus,html.style4 .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}html.style4 .btn-info.focus,html.style4 .btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}html.style4 .btn-info.disabled,html.style4 .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.show>html.style4 .btn-info.dropdown-toggle,html.style4 .btn-info:not(:disabled):not(.disabled).active,html.style4 .btn-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#117a8b;border-color:#10707f}.show>html.style4 .btn-info.dropdown-toggle:focus,html.style4 .btn-info:not(:disabled):not(.disabled).active:focus,html.style4 .btn-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}html.style4 .btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}html.style4 .btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}html.style4 .btn-warning.focus,html.style4 .btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}html.style4 .btn-warning.disabled,html.style4 .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.show>html.style4 .btn-warning.dropdown-toggle,html.style4 .btn-warning:not(:disabled):not(.disabled).active,html.style4 .btn-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#d39e00;border-color:#c69500}.show>html.style4 .btn-warning.dropdown-toggle:focus,html.style4 .btn-warning:not(:disabled):not(.disabled).active:focus,html.style4 .btn-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}html.style4 .btn-danger{color:#fff;background-color:#ff3030;border-color:#ff3030}html.style4 .btn-danger:hover{color:#fff;background-color:#ff0a0a;border-color:#fc0000}html.style4 .btn-danger.focus,html.style4 .btn-danger:focus{color:#fff;background-color:#ff0a0a;border-color:#fc0000;box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}html.style4 .btn-danger.disabled,html.style4 .btn-danger:disabled{color:#fff;background-color:#ff3030;border-color:#ff3030}.show>html.style4 .btn-danger.dropdown-toggle,html.style4 .btn-danger:not(:disabled):not(.disabled).active,html.style4 .btn-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#fc0000;border-color:#ef0000}.show>html.style4 .btn-danger.dropdown-toggle:focus,html.style4 .btn-danger:not(:disabled):not(.disabled).active:focus,html.style4 .btn-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}html.style4 .btn-light{color:#fff;background-color:#25262c;border-color:#25262c}html.style4 .btn-light:hover{color:#fff;background-color:#141417;border-color:#0e0e10}html.style4 .btn-light.focus,html.style4 .btn-light:focus{color:#fff;background-color:#141417;border-color:#0e0e10;box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}html.style4 .btn-light.disabled,html.style4 .btn-light:disabled{color:#fff;background-color:#25262c;border-color:#25262c}.show>html.style4 .btn-light.dropdown-toggle,html.style4 .btn-light:not(:disabled):not(.disabled).active,html.style4 .btn-light:not(:disabled):not(.disabled):active{color:#fff;background-color:#0e0e10;border-color:#080809}.show>html.style4 .btn-light.dropdown-toggle:focus,html.style4 .btn-light:not(:disabled):not(.disabled).active:focus,html.style4 .btn-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}html.style4 .btn-dark{color:#fff;background-color:#191b1f;border-color:#191b1f}html.style4 .btn-dark.focus,html.style4 .btn-dark:focus,html.style4 .btn-dark:hover{color:#fff;background-color:#08090a;border-color:#020203}html.style4 .btn-dark.focus,html.style4 .btn-dark:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}html.style4 .btn-dark.disabled,html.style4 .btn-dark:disabled{color:#fff;background-color:#191b1f;border-color:#191b1f}.show>html.style4 .btn-dark.dropdown-toggle,html.style4 .btn-dark:not(:disabled):not(.disabled).active,html.style4 .btn-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#020203;border-color:#000}.show>html.style4 .btn-dark.dropdown-toggle:focus,html.style4 .btn-dark:not(:disabled):not(.disabled).active:focus,html.style4 .btn-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}html.style4 .btn-outline-primary{color:#007bff;border-color:#007bff}html.style4 .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}html.style4 .btn-outline-primary.focus,html.style4 .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style4 .btn-outline-primary.disabled,html.style4 .btn-outline-primary:disabled{color:#007bff;background-color:transparent}.show>html.style4 .btn-outline-primary.dropdown-toggle,html.style4 .btn-outline-primary:not(:disabled):not(.disabled).active,html.style4 .btn-outline-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#007bff;border-color:#007bff}.show>html.style4 .btn-outline-primary.dropdown-toggle:focus,html.style4 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,html.style4 .btn-outline-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style4 .btn-outline-secondary{color:#6c757d;border-color:#6c757d}html.style4 .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}html.style4 .btn-outline-secondary.focus,html.style4 .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style4 .btn-outline-secondary.disabled,html.style4 .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.show>html.style4 .btn-outline-secondary.dropdown-toggle,html.style4 .btn-outline-secondary:not(:disabled):not(.disabled).active,html.style4 .btn-outline-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#6c757d;border-color:#6c757d}.show>html.style4 .btn-outline-secondary.dropdown-toggle:focus,html.style4 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,html.style4 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style4 .btn-outline-success{color:#28a745;border-color:#28a745}html.style4 .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}html.style4 .btn-outline-success.focus,html.style4 .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style4 .btn-outline-success.disabled,html.style4 .btn-outline-success:disabled{color:#28a745;background-color:transparent}.show>html.style4 .btn-outline-success.dropdown-toggle,html.style4 .btn-outline-success:not(:disabled):not(.disabled).active,html.style4 .btn-outline-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#28a745;border-color:#28a745}.show>html.style4 .btn-outline-success.dropdown-toggle:focus,html.style4 .btn-outline-success:not(:disabled):not(.disabled).active:focus,html.style4 .btn-outline-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style4 .btn-outline-info{color:#17a2b8;border-color:#17a2b8}html.style4 .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html.style4 .btn-outline-info.focus,html.style4 .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style4 .btn-outline-info.disabled,html.style4 .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.show>html.style4 .btn-outline-info.dropdown-toggle,html.style4 .btn-outline-info:not(:disabled):not(.disabled).active,html.style4 .btn-outline-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.show>html.style4 .btn-outline-info.dropdown-toggle:focus,html.style4 .btn-outline-info:not(:disabled):not(.disabled).active:focus,html.style4 .btn-outline-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style4 .btn-outline-warning{color:#ffc107;border-color:#ffc107}html.style4 .btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}html.style4 .btn-outline-warning.focus,html.style4 .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style4 .btn-outline-warning.disabled,html.style4 .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.show>html.style4 .btn-outline-warning.dropdown-toggle,html.style4 .btn-outline-warning:not(:disabled):not(.disabled).active,html.style4 .btn-outline-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#ffc107;border-color:#ffc107}.show>html.style4 .btn-outline-warning.dropdown-toggle:focus,html.style4 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,html.style4 .btn-outline-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style4 .btn-outline-danger{color:#ff3030;border-color:#ff3030}html.style4 .btn-outline-danger:hover{color:#fff;background-color:#ff3030;border-color:#ff3030}html.style4 .btn-outline-danger.focus,html.style4 .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style4 .btn-outline-danger.disabled,html.style4 .btn-outline-danger:disabled{color:#ff3030;background-color:transparent}.show>html.style4 .btn-outline-danger.dropdown-toggle,html.style4 .btn-outline-danger:not(:disabled):not(.disabled).active,html.style4 .btn-outline-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#ff3030;border-color:#ff3030}.show>html.style4 .btn-outline-danger.dropdown-toggle:focus,html.style4 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,html.style4 .btn-outline-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style4 .btn-outline-light{color:#25262c;border-color:#25262c}html.style4 .btn-outline-light:hover{color:#fff;background-color:#25262c;border-color:#25262c}html.style4 .btn-outline-light.focus,html.style4 .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style4 .btn-outline-light.disabled,html.style4 .btn-outline-light:disabled{color:#25262c;background-color:transparent}.show>html.style4 .btn-outline-light.dropdown-toggle,html.style4 .btn-outline-light:not(:disabled):not(.disabled).active,html.style4 .btn-outline-light:not(:disabled):not(.disabled):active{color:#fff;background-color:#25262c;border-color:#25262c}.show>html.style4 .btn-outline-light.dropdown-toggle:focus,html.style4 .btn-outline-light:not(:disabled):not(.disabled).active:focus,html.style4 .btn-outline-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style4 .btn-outline-dark{color:#191b1f;border-color:#191b1f}html.style4 .btn-outline-dark:hover{color:#fff;background-color:#191b1f;border-color:#191b1f}html.style4 .btn-outline-dark.focus,html.style4 .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style4 .btn-outline-dark.disabled,html.style4 .btn-outline-dark:disabled{color:#191b1f;background-color:transparent}.show>html.style4 .btn-outline-dark.dropdown-toggle,html.style4 .btn-outline-dark:not(:disabled):not(.disabled).active,html.style4 .btn-outline-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#191b1f;border-color:#191b1f}.show>html.style4 .btn-outline-dark.dropdown-toggle:focus,html.style4 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,html.style4 .btn-outline-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style4 .btn-link{font-weight:400;color:#007bff;text-decoration:none}html.style4 .btn-link:hover{color:#0056b3;text-decoration:underline}html.style4 .btn-link.focus,html.style4 .btn-link:focus{text-decoration:underline}html.style4 .btn-link.disabled,html.style4 .btn-link:disabled{color:#6c757d;pointer-events:none}html.style4 .btn-group-lg>.btn,html.style4 .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style4 .btn-group-sm>.btn,html.style4 .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style4 .btn-block{display:block;width:100%}html.style4 .btn-block+.btn-block{margin-top:.5rem}html.style4 input[type=button].btn-block,html.style4 input[type=reset].btn-block,html.style4 input[type=submit].btn-block{width:100%}html.style4 .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){html.style4 .fade{transition:none}}html.style4 .fade:not(.show){opacity:0}html.style4 .collapse:not(.show){display:none}html.style4 .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){html.style4 .collapsing{transition:none}}html.style4 .collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){html.style4 .collapsing.width{transition:none}}html.style4 .dropdown,html.style4 .dropleft,html.style4 .dropright,html.style4 .dropup{position:relative}html.style4 .dropdown-toggle{white-space:nowrap}html.style4 .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}html.style4 .dropdown-toggle:empty:after{margin-left:0}html.style4 .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}html.style4 .dropdown-menu-left{right:auto;left:0}html.style4 .dropdown-menu-right{right:0;left:auto}@media(min-width:576px){html.style4 .dropdown-menu-sm-left{right:auto;left:0}html.style4 .dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){html.style4 .dropdown-menu-md-left{right:auto;left:0}html.style4 .dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){html.style4 .dropdown-menu-lg-left{right:auto;left:0}html.style4 .dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){html.style4 .dropdown-menu-xl-left{right:auto;left:0}html.style4 .dropdown-menu-xl-right{right:0;left:auto}}html.style4 .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}html.style4 .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}html.style4 .dropup .dropdown-toggle:empty:after{margin-left:0}html.style4 .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}html.style4 .dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}html.style4 .dropright .dropdown-toggle:empty:after{margin-left:0}html.style4 .dropright .dropdown-toggle:after{vertical-align:0}html.style4 .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}html.style4 .dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}html.style4 .dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}html.style4 .dropleft .dropdown-toggle:empty:after{margin-left:0}html.style4 .dropleft .dropdown-toggle:before{vertical-align:0}html.style4 .dropdown-menu[x-placement^=bottom],html.style4 .dropdown-menu[x-placement^=left],html.style4 .dropdown-menu[x-placement^=right],html.style4 .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}html.style4 .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}html.style4 .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}html.style4 .dropdown-item:focus,html.style4 .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}html.style4 .dropdown-item.active,html.style4 .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}html.style4 .dropdown-item.disabled,html.style4 .dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}html.style4 .dropdown-menu.show{display:block}html.style4 .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}html.style4 .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}html.style4 .btn-group,html.style4 .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}html.style4 .btn-group-vertical>.btn,html.style4 .btn-group>.btn{position:relative;flex:1 1 auto}html.style4 .btn-group-vertical>.btn.active,html.style4 .btn-group-vertical>.btn:active,html.style4 .btn-group-vertical>.btn:focus,html.style4 .btn-group-vertical>.btn:hover,html.style4 .btn-group>.btn.active,html.style4 .btn-group>.btn:active,html.style4 .btn-group>.btn:focus,html.style4 .btn-group>.btn:hover{z-index:1}html.style4 .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}html.style4 .btn-toolbar .input-group{width:auto}html.style4 .btn-group>.btn-group:not(:first-child),html.style4 .btn-group>.btn:not(:first-child){margin-left:-1px}html.style4 .btn-group>.btn-group:not(:last-child)>.btn,html.style4 .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}html.style4 .btn-group>.btn-group:not(:first-child)>.btn,html.style4 .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style4 .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropright html.style4 .dropdown-toggle-split:after,.dropup html.style4 .dropdown-toggle-split:after,html.style4 .dropdown-toggle-split:after{margin-left:0}.dropleft html.style4 .dropdown-toggle-split:before{margin-right:0}html.style4 .btn-group-sm>.btn+.dropdown-toggle-split,html.style4 .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}html.style4 .btn-group-lg>.btn+.dropdown-toggle-split,html.style4 .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}html.style4 .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}html.style4 .btn-group-vertical>.btn,html.style4 .btn-group-vertical>.btn-group{width:100%}html.style4 .btn-group-vertical>.btn-group:not(:first-child),html.style4 .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}html.style4 .btn-group-vertical>.btn-group:not(:last-child)>.btn,html.style4 .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}html.style4 .btn-group-vertical>.btn-group:not(:first-child)>.btn,html.style4 .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}html.style4 .btn-group-toggle>.btn,html.style4 .btn-group-toggle>.btn-group>.btn{margin-bottom:0}html.style4 .btn-group-toggle>.btn input[type=checkbox],html.style4 .btn-group-toggle>.btn input[type=radio],html.style4 .btn-group-toggle>.btn-group>.btn input[type=checkbox],html.style4 .btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}html.style4 .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}html.style4 .input-group>.custom-file,html.style4 .input-group>.custom-select,html.style4 .input-group>.form-control,html.style4 .input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}html.style4 .input-group>.custom-file+.custom-file,html.style4 .input-group>.custom-file+.custom-select,html.style4 .input-group>.custom-file+.form-control,html.style4 .input-group>.custom-select+.custom-file,html.style4 .input-group>.custom-select+.custom-select,html.style4 .input-group>.custom-select+.form-control,html.style4 .input-group>.form-control+.custom-file,html.style4 .input-group>.form-control+.custom-select,html.style4 .input-group>.form-control+.form-control,html.style4 .input-group>.form-control-plaintext+.custom-file,html.style4 .input-group>.form-control-plaintext+.custom-select,html.style4 .input-group>.form-control-plaintext+.form-control{margin-left:-1px}html.style4 .input-group>.custom-file .custom-file-input:focus~.custom-file-label,html.style4 .input-group>.custom-select:focus,html.style4 .input-group>.form-control:focus{z-index:3}html.style4 .input-group>.custom-file .custom-file-input:focus{z-index:4}html.style4 .input-group>.custom-select:not(:first-child),html.style4 .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style4 .input-group>.custom-file{display:flex;align-items:center}html.style4 .input-group>.custom-file:not(:last-child) .custom-file-label,html.style4 .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}html.style4 .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}html.style4 .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,html.style4 .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,html.style4 .input-group.has-validation>.custom-select:nth-last-child(n+3),html.style4 .input-group.has-validation>.form-control:nth-last-child(n+3),html.style4 .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,html.style4 .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,html.style4 .input-group:not(.has-validation)>.custom-select:not(:last-child),html.style4 .input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.style4 .input-group-append,html.style4 .input-group-prepend{display:flex}html.style4 .input-group-append .btn,html.style4 .input-group-prepend .btn{position:relative;z-index:2}html.style4 .input-group-append .btn:focus,html.style4 .input-group-prepend .btn:focus{z-index:3}html.style4 .input-group-append .btn+.btn,html.style4 .input-group-append .btn+.input-group-text,html.style4 .input-group-append .input-group-text+.btn,html.style4 .input-group-append .input-group-text+.input-group-text,html.style4 .input-group-prepend .btn+.btn,html.style4 .input-group-prepend .btn+.input-group-text,html.style4 .input-group-prepend .input-group-text+.btn,html.style4 .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}html.style4 .input-group-prepend{margin-right:-1px}html.style4 .input-group-append{margin-left:-1px}html.style4 .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}html.style4 .input-group-text input[type=checkbox],html.style4 .input-group-text input[type=radio]{margin-top:0}html.style4 .input-group-lg>.custom-select,html.style4 .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}html.style4 .input-group-lg>.custom-select,html.style4 .input-group-lg>.form-control,html.style4 .input-group-lg>.input-group-append>.btn,html.style4 .input-group-lg>.input-group-append>.input-group-text,html.style4 .input-group-lg>.input-group-prepend>.btn,html.style4 .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style4 .input-group-sm>.custom-select,html.style4 .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}html.style4 .input-group-sm>.custom-select,html.style4 .input-group-sm>.form-control,html.style4 .input-group-sm>.input-group-append>.btn,html.style4 .input-group-sm>.input-group-append>.input-group-text,html.style4 .input-group-sm>.input-group-prepend>.btn,html.style4 .input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style4 .input-group-lg>.custom-select,html.style4 .input-group-sm>.custom-select{padding-right:1.75rem}html.style4 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,html.style4 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,html.style4 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,html.style4 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,html.style4 .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),html.style4 .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),html.style4 .input-group>.input-group-prepend>.btn,html.style4 .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}html.style4 .input-group>.input-group-append>.btn,html.style4 .input-group>.input-group-append>.input-group-text,html.style4 .input-group>.input-group-prepend:first-child>.btn:not(:first-child),html.style4 .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),html.style4 .input-group>.input-group-prepend:not(:first-child)>.btn,html.style4 .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}html.style4 .custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}html.style4 .custom-control-inline{display:inline-flex;margin-right:1rem}html.style4 .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}html.style4 .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}html.style4 .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style4 .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}html.style4 .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}html.style4 .custom-control-input:disabled~.custom-control-label,html.style4 .custom-control-input[disabled]~.custom-control-label{color:#6c757d}html.style4 .custom-control-input:disabled~.custom-control-label:before,html.style4 .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}html.style4 .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}html.style4 .custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}html.style4 .custom-control-label:after,html.style4 .custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}html.style4 .custom-control-label:after{background:50%/50% 50% no-repeat}html.style4 .custom-checkbox .custom-control-label:before{border-radius:.25rem}html.style4 .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}html.style4 .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}html.style4 .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")}html.style4 .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style4 .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style4 .custom-radio .custom-control-label:before{border-radius:50%}html.style4 .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}html.style4 .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style4 .custom-switch{padding-left:2.25rem}html.style4 .custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}html.style4 .custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style4 .custom-switch .custom-control-label:after{transition:none}}html.style4 .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}html.style4 .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style4 .custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style4 .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style4 .custom-select:focus::-ms-value{color:#495057;background-color:#fff}html.style4 .custom-select[multiple],html.style4 .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}html.style4 .custom-select:disabled{color:#6c757d;background-color:#e9ecef}html.style4 .custom-select::-ms-expand{display:none}html.style4 .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}html.style4 .custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}html.style4 .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}html.style4 .custom-file{display:inline-block;margin-bottom:0}html.style4 .custom-file,html.style4 .custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}html.style4 .custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}html.style4 .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style4 .custom-file-input:disabled~.custom-file-label,html.style4 .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}html.style4 .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}html.style4 .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}html.style4 .custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}html.style4 .custom-file-label,html.style4 .custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}html.style4 .custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}html.style4 .custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style4 .custom-range:focus{outline:0}html.style4 .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style4 .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style4 .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style4 .custom-range::-moz-focus-outer{border:0}html.style4 .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){html.style4 .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}html.style4 .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}html.style4 .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}html.style4 .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){html.style4 .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}html.style4 .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}html.style4 .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}html.style4 .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){html.style4 .custom-range::-ms-thumb{-ms-transition:none;transition:none}}html.style4 .custom-range::-ms-thumb:active{background-color:#b3d7ff}html.style4 .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}html.style4 .custom-range::-ms-fill-lower,html.style4 .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}html.style4 .custom-range::-ms-fill-upper{margin-right:15px}html.style4 .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}html.style4 .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}html.style4 .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}html.style4 .custom-range:disabled::-moz-range-track{cursor:default}html.style4 .custom-range:disabled::-ms-thumb{background-color:#adb5bd}html.style4 .custom-control-label:before,html.style4 .custom-file-label,html.style4 .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style4 .custom-control-label:before,html.style4 .custom-file-label,html.style4 .custom-select{transition:none}}html.style4 .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}html.style4 .nav-link{display:block;padding:.5rem 1rem}html.style4 .nav-link:focus,html.style4 .nav-link:hover{text-decoration:none}html.style4 .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}html.style4 .nav-tabs{border-bottom:1px solid #dee2e6}html.style4 .nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.style4 .nav-tabs .nav-link:focus,html.style4 .nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}html.style4 .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}html.style4 .nav-tabs .nav-item.show .nav-link,html.style4 .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}html.style4 .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}html.style4 .nav-pills .nav-link{background:none;border:0;border-radius:.25rem}html.style4 .nav-pills .nav-link.active,html.style4 .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}html.style4 .nav-fill .nav-item,html.style4 .nav-fill>.nav-link{flex:1 1 auto;text-align:center}html.style4 .nav-justified .nav-item,html.style4 .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}html.style4 .tab-content>.tab-pane{display:none}html.style4 .tab-content>.active{display:block}html.style4 .navbar{position:relative;padding:.5rem 1rem}html.style1 html.style4 .navbar .container,html.style1 html.style4 .navbar .container-fluid,html.style1 html.style4 .navbar .container-lg,html.style1 html.style4 .navbar .container-md,html.style1 html.style4 .navbar .container-sm,html.style1 html.style4 .navbar .container-xl,html.style1 html.style4 .navbar html.style2 .container-lg,html.style1 html.style4 .navbar html.style2 .container-md,html.style1 html.style4 .navbar html.style2 .container-sm,html.style1 html.style4 .navbar html.style2 .container-xl,html.style1 html.style4 .navbar html.style3 .container-lg,html.style1 html.style4 .navbar html.style3 .container-md,html.style1 html.style4 .navbar html.style3 .container-sm,html.style1 html.style4 .navbar html.style3 .container-xl,html.style1 html.style4 .navbar html.style4 .container-lg,html.style1 html.style4 .navbar html.style4 .container-md,html.style1 html.style4 .navbar html.style4 .container-sm,html.style1 html.style4 .navbar html.style4 .container-xl,html.style1 html.style4 .navbar html.style5 .container-lg,html.style1 html.style4 .navbar html.style5 .container-md,html.style1 html.style4 .navbar html.style5 .container-sm,html.style1 html.style4 .navbar html.style5 .container-xl,html.style1 html.style4 .navbar html.style6 .container-lg,html.style1 html.style4 .navbar html.style6 .container-md,html.style1 html.style4 .navbar html.style6 .container-sm,html.style1 html.style4 .navbar html.style6 .container-xl,html.style1 html.style4 .navbar>.container-lg,html.style1 html.style4 .navbar>.container-md,html.style1 html.style4 .navbar>.container-sm,html.style1 html.style4 .navbar>.container-xl,html.style2 html.style1 html.style4 .navbar .container-lg,html.style2 html.style1 html.style4 .navbar .container-md,html.style2 html.style1 html.style4 .navbar .container-sm,html.style2 html.style1 html.style4 .navbar .container-xl,html.style2 html.style4 .navbar .container,html.style2 html.style4 .navbar .container-fluid,html.style2 html.style4 .navbar .container-lg,html.style2 html.style4 .navbar .container-md,html.style2 html.style4 .navbar .container-sm,html.style2 html.style4 .navbar .container-xl,html.style2 html.style4 .navbar html.style3 .container-lg,html.style2 html.style4 .navbar html.style3 .container-md,html.style2 html.style4 .navbar html.style3 .container-sm,html.style2 html.style4 .navbar html.style3 .container-xl,html.style2 html.style4 .navbar html.style4 .container-lg,html.style2 html.style4 .navbar html.style4 .container-md,html.style2 html.style4 .navbar html.style4 .container-sm,html.style2 html.style4 .navbar html.style4 .container-xl,html.style2 html.style4 .navbar html.style5 .container-lg,html.style2 html.style4 .navbar html.style5 .container-md,html.style2 html.style4 .navbar html.style5 .container-sm,html.style2 html.style4 .navbar html.style5 .container-xl,html.style2 html.style4 .navbar html.style6 .container-lg,html.style2 html.style4 .navbar html.style6 .container-md,html.style2 html.style4 .navbar html.style6 .container-sm,html.style2 html.style4 .navbar html.style6 .container-xl,html.style2 html.style4 .navbar>.container-lg,html.style2 html.style4 .navbar>.container-md,html.style2 html.style4 .navbar>.container-sm,html.style2 html.style4 .navbar>.container-xl,html.style3 html.style1 html.style4 .navbar .container-lg,html.style3 html.style1 html.style4 .navbar .container-md,html.style3 html.style1 html.style4 .navbar .container-sm,html.style3 html.style1 html.style4 .navbar .container-xl,html.style3 html.style2 html.style4 .navbar .container-lg,html.style3 html.style2 html.style4 .navbar .container-md,html.style3 html.style2 html.style4 .navbar .container-sm,html.style3 html.style2 html.style4 .navbar .container-xl,html.style3 html.style4 .navbar .container,html.style3 html.style4 .navbar .container-fluid,html.style3 html.style4 .navbar .container-lg,html.style3 html.style4 .navbar .container-md,html.style3 html.style4 .navbar .container-sm,html.style3 html.style4 .navbar .container-xl,html.style3 html.style4 .navbar html.style4 .container-lg,html.style3 html.style4 .navbar html.style4 .container-md,html.style3 html.style4 .navbar html.style4 .container-sm,html.style3 html.style4 .navbar html.style4 .container-xl,html.style3 html.style4 .navbar html.style5 .container-lg,html.style3 html.style4 .navbar html.style5 .container-md,html.style3 html.style4 .navbar html.style5 .container-sm,html.style3 html.style4 .navbar html.style5 .container-xl,html.style3 html.style4 .navbar html.style6 .container-lg,html.style3 html.style4 .navbar html.style6 .container-md,html.style3 html.style4 .navbar html.style6 .container-sm,html.style3 html.style4 .navbar html.style6 .container-xl,html.style3 html.style4 .navbar>.container-lg,html.style3 html.style4 .navbar>.container-md,html.style3 html.style4 .navbar>.container-sm,html.style3 html.style4 .navbar>.container-xl,html.style4 .navbar,html.style4 .navbar .container,html.style4 .navbar .container-fluid,html.style4 .navbar .container-lg,html.style4 .navbar .container-md,html.style4 .navbar .container-sm,html.style4 .navbar .container-xl,html.style4 .navbar html.style1 .container-lg,html.style4 .navbar html.style1 .container-md,html.style4 .navbar html.style1 .container-sm,html.style4 .navbar html.style1 .container-xl,html.style4 .navbar html.style2 .container-lg,html.style4 .navbar html.style2 .container-md,html.style4 .navbar html.style2 .container-sm,html.style4 .navbar html.style2 .container-xl,html.style4 .navbar html.style3 .container-lg,html.style4 .navbar html.style3 .container-md,html.style4 .navbar html.style3 .container-sm,html.style4 .navbar html.style3 .container-xl,html.style4 .navbar html.style4 .container-lg,html.style4 .navbar html.style4 .container-md,html.style4 .navbar html.style4 .container-sm,html.style4 .navbar html.style4 .container-xl,html.style4 .navbar html.style5 .container-lg,html.style4 .navbar html.style5 .container-md,html.style4 .navbar html.style5 .container-sm,html.style4 .navbar html.style5 .container-xl,html.style4 .navbar html.style6 .container-lg,html.style4 .navbar html.style6 .container-md,html.style4 .navbar html.style6 .container-sm,html.style4 .navbar html.style6 .container-xl,html.style4 .navbar>.container-lg,html.style4 .navbar>.container-md,html.style4 .navbar>.container-sm,html.style4 .navbar>.container-xl,html.style4 html.style1 .navbar .container,html.style4 html.style1 .navbar .container-fluid,html.style4 html.style1 .navbar .container-lg,html.style4 html.style1 .navbar .container-md,html.style4 html.style1 .navbar .container-sm,html.style4 html.style1 .navbar .container-xl,html.style4 html.style1 .navbar html.style2 .container-lg,html.style4 html.style1 .navbar html.style2 .container-md,html.style4 html.style1 .navbar html.style2 .container-sm,html.style4 html.style1 .navbar html.style2 .container-xl,html.style4 html.style1 .navbar html.style3 .container-lg,html.style4 html.style1 .navbar html.style3 .container-md,html.style4 html.style1 .navbar html.style3 .container-sm,html.style4 html.style1 .navbar html.style3 .container-xl,html.style4 html.style1 .navbar html.style4 .container-lg,html.style4 html.style1 .navbar html.style4 .container-md,html.style4 html.style1 .navbar html.style4 .container-sm,html.style4 html.style1 .navbar html.style4 .container-xl,html.style4 html.style1 .navbar html.style5 .container-lg,html.style4 html.style1 .navbar html.style5 .container-md,html.style4 html.style1 .navbar html.style5 .container-sm,html.style4 html.style1 .navbar html.style5 .container-xl,html.style4 html.style1 .navbar html.style6 .container-lg,html.style4 html.style1 .navbar html.style6 .container-md,html.style4 html.style1 .navbar html.style6 .container-sm,html.style4 html.style1 .navbar html.style6 .container-xl,html.style4 html.style1 .navbar>.container-lg,html.style4 html.style1 .navbar>.container-md,html.style4 html.style1 .navbar>.container-sm,html.style4 html.style1 .navbar>.container-xl,html.style4 html.style2 .navbar .container,html.style4 html.style2 .navbar .container-fluid,html.style4 html.style2 .navbar .container-lg,html.style4 html.style2 .navbar .container-md,html.style4 html.style2 .navbar .container-sm,html.style4 html.style2 .navbar .container-xl,html.style4 html.style2 .navbar html.style3 .container-lg,html.style4 html.style2 .navbar html.style3 .container-md,html.style4 html.style2 .navbar html.style3 .container-sm,html.style4 html.style2 .navbar html.style3 .container-xl,html.style4 html.style2 .navbar html.style4 .container-lg,html.style4 html.style2 .navbar html.style4 .container-md,html.style4 html.style2 .navbar html.style4 .container-sm,html.style4 html.style2 .navbar html.style4 .container-xl,html.style4 html.style2 .navbar html.style5 .container-lg,html.style4 html.style2 .navbar html.style5 .container-md,html.style4 html.style2 .navbar html.style5 .container-sm,html.style4 html.style2 .navbar html.style5 .container-xl,html.style4 html.style2 .navbar html.style6 .container-lg,html.style4 html.style2 .navbar html.style6 .container-md,html.style4 html.style2 .navbar html.style6 .container-sm,html.style4 html.style2 .navbar html.style6 .container-xl,html.style4 html.style2 .navbar>.container-lg,html.style4 html.style2 .navbar>.container-md,html.style4 html.style2 .navbar>.container-sm,html.style4 html.style2 .navbar>.container-xl,html.style4 html.style2 html.style1 .navbar .container-lg,html.style4 html.style2 html.style1 .navbar .container-md,html.style4 html.style2 html.style1 .navbar .container-sm,html.style4 html.style2 html.style1 .navbar .container-xl,html.style4 html.style3 .navbar .container,html.style4 html.style3 .navbar .container-fluid,html.style4 html.style3 .navbar .container-lg,html.style4 html.style3 .navbar .container-md,html.style4 html.style3 .navbar .container-sm,html.style4 html.style3 .navbar .container-xl,html.style4 html.style3 .navbar html.style4 .container-lg,html.style4 html.style3 .navbar html.style4 .container-md,html.style4 html.style3 .navbar html.style4 .container-sm,html.style4 html.style3 .navbar html.style4 .container-xl,html.style4 html.style3 .navbar html.style5 .container-lg,html.style4 html.style3 .navbar html.style5 .container-md,html.style4 html.style3 .navbar html.style5 .container-sm,html.style4 html.style3 .navbar html.style5 .container-xl,html.style4 html.style3 .navbar html.style6 .container-lg,html.style4 html.style3 .navbar html.style6 .container-md,html.style4 html.style3 .navbar html.style6 .container-sm,html.style4 html.style3 .navbar html.style6 .container-xl,html.style4 html.style3 .navbar>.container-lg,html.style4 html.style3 .navbar>.container-md,html.style4 html.style3 .navbar>.container-sm,html.style4 html.style3 .navbar>.container-xl,html.style4 html.style3 html.style1 .navbar .container-lg,html.style4 html.style3 html.style1 .navbar .container-md,html.style4 html.style3 html.style1 .navbar .container-sm,html.style4 html.style3 html.style1 .navbar .container-xl,html.style4 html.style3 html.style2 .navbar .container-lg,html.style4 html.style3 html.style2 .navbar .container-md,html.style4 html.style3 html.style2 .navbar .container-sm,html.style4 html.style3 html.style2 .navbar .container-xl,html.style4 html.style5 .navbar .container,html.style4 html.style5 .navbar .container-fluid,html.style4 html.style5 .navbar html.style6 .container-lg,html.style4 html.style5 .navbar html.style6 .container-md,html.style4 html.style5 .navbar html.style6 .container-sm,html.style4 html.style5 .navbar html.style6 .container-xl,html.style4 html.style5 .navbar>.container-lg,html.style4 html.style5 .navbar>.container-md,html.style4 html.style5 .navbar>.container-sm,html.style4 html.style5 .navbar>.container-xl,html.style4 html.style6 .navbar .container,html.style4 html.style6 .navbar .container-fluid,html.style4 html.style6 .navbar>.container-lg,html.style4 html.style6 .navbar>.container-md,html.style4 html.style6 .navbar>.container-sm,html.style4 html.style6 .navbar>.container-xl,html.style5 html.style1 html.style4 .navbar .container-lg,html.style5 html.style1 html.style4 .navbar .container-md,html.style5 html.style1 html.style4 .navbar .container-sm,html.style5 html.style1 html.style4 .navbar .container-xl,html.style5 html.style2 html.style4 .navbar .container-lg,html.style5 html.style2 html.style4 .navbar .container-md,html.style5 html.style2 html.style4 .navbar .container-sm,html.style5 html.style2 html.style4 .navbar .container-xl,html.style5 html.style3 html.style4 .navbar .container-lg,html.style5 html.style3 html.style4 .navbar .container-md,html.style5 html.style3 html.style4 .navbar .container-sm,html.style5 html.style3 html.style4 .navbar .container-xl,html.style5 html.style4 .navbar .container,html.style5 html.style4 .navbar .container-fluid,html.style5 html.style4 .navbar .container-lg,html.style5 html.style4 .navbar .container-md,html.style5 html.style4 .navbar .container-sm,html.style5 html.style4 .navbar .container-xl,html.style5 html.style4 .navbar html.style6 .container-lg,html.style5 html.style4 .navbar html.style6 .container-md,html.style5 html.style4 .navbar html.style6 .container-sm,html.style5 html.style4 .navbar html.style6 .container-xl,html.style5 html.style4 .navbar>.container-lg,html.style5 html.style4 .navbar>.container-md,html.style5 html.style4 .navbar>.container-sm,html.style5 html.style4 .navbar>.container-xl,html.style5 html.style4 html.style1 .navbar .container-lg,html.style5 html.style4 html.style1 .navbar .container-md,html.style5 html.style4 html.style1 .navbar .container-sm,html.style5 html.style4 html.style1 .navbar .container-xl,html.style5 html.style4 html.style2 .navbar .container-lg,html.style5 html.style4 html.style2 .navbar .container-md,html.style5 html.style4 html.style2 .navbar .container-sm,html.style5 html.style4 html.style2 .navbar .container-xl,html.style5 html.style4 html.style3 .navbar .container-lg,html.style5 html.style4 html.style3 .navbar .container-md,html.style5 html.style4 html.style3 .navbar .container-sm,html.style5 html.style4 html.style3 .navbar .container-xl,html.style6 html.style1 html.style4 .navbar .container-lg,html.style6 html.style1 html.style4 .navbar .container-md,html.style6 html.style1 html.style4 .navbar .container-sm,html.style6 html.style1 html.style4 .navbar .container-xl,html.style6 html.style2 html.style4 .navbar .container-lg,html.style6 html.style2 html.style4 .navbar .container-md,html.style6 html.style2 html.style4 .navbar .container-sm,html.style6 html.style2 html.style4 .navbar .container-xl,html.style6 html.style3 html.style4 .navbar .container-lg,html.style6 html.style3 html.style4 .navbar .container-md,html.style6 html.style3 html.style4 .navbar .container-sm,html.style6 html.style3 html.style4 .navbar .container-xl,html.style6 html.style4 .navbar .container,html.style6 html.style4 .navbar .container-fluid,html.style6 html.style4 .navbar .container-lg,html.style6 html.style4 .navbar .container-md,html.style6 html.style4 .navbar .container-sm,html.style6 html.style4 .navbar .container-xl,html.style6 html.style4 .navbar>.container-lg,html.style6 html.style4 .navbar>.container-md,html.style6 html.style4 .navbar>.container-sm,html.style6 html.style4 .navbar>.container-xl,html.style6 html.style4 html.style1 .navbar .container-lg,html.style6 html.style4 html.style1 .navbar .container-md,html.style6 html.style4 html.style1 .navbar .container-sm,html.style6 html.style4 html.style1 .navbar .container-xl,html.style6 html.style4 html.style2 .navbar .container-lg,html.style6 html.style4 html.style2 .navbar .container-md,html.style6 html.style4 html.style2 .navbar .container-sm,html.style6 html.style4 html.style2 .navbar .container-xl,html.style6 html.style4 html.style3 .navbar .container-lg,html.style6 html.style4 html.style3 .navbar .container-md,html.style6 html.style4 html.style3 .navbar .container-sm,html.style6 html.style4 html.style3 .navbar .container-xl,html.style6 html.style4 html.style5 .navbar .container-lg,html.style6 html.style4 html.style5 .navbar .container-md,html.style6 html.style4 html.style5 .navbar .container-sm,html.style6 html.style4 html.style5 .navbar .container-xl,html.style6 html.style5 html.style4 .navbar .container-lg,html.style6 html.style5 html.style4 .navbar .container-md,html.style6 html.style5 html.style4 .navbar .container-sm,html.style6 html.style5 html.style4 .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}html.style4 .navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}html.style4 .navbar-brand:focus,html.style4 .navbar-brand:hover{text-decoration:none}html.style4 .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}html.style4 .navbar-nav .nav-link{padding-right:0;padding-left:0}html.style4 .navbar-nav .dropdown-menu{position:static;float:none}html.style4 .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}html.style4 .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}html.style4 .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}html.style4 .navbar-toggler:focus,html.style4 .navbar-toggler:hover{text-decoration:none}html.style4 .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}html.style4 .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){html.style1 html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style1 html.style2 html.style4 .navbar-expand-sm>.container-md,html.style1 html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style1 html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style1 html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style1 html.style3 html.style4 .navbar-expand-sm>.container-md,html.style1 html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style1 html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style1 html.style4 .navbar-expand-sm>.container,html.style1 html.style4 .navbar-expand-sm>.container-fluid,html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style1 html.style4 .navbar-expand-sm>.container-md,html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style2 html.style1 html.style4 .navbar-expand-sm>.container-md,html.style2 html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style2 html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style2 html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style2 html.style3 html.style4 .navbar-expand-sm>.container-md,html.style2 html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style2 html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style2 html.style4 .navbar-expand-sm>.container,html.style2 html.style4 .navbar-expand-sm>.container-fluid,html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style2 html.style4 .navbar-expand-sm>.container-md,html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style3 html.style1 html.style4 .navbar-expand-sm>.container-md,html.style3 html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style3 html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style3 html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style3 html.style2 html.style4 .navbar-expand-sm>.container-md,html.style3 html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style3 html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style3 html.style4 .navbar-expand-sm>.container,html.style3 html.style4 .navbar-expand-sm>.container-fluid,html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style3 html.style4 .navbar-expand-sm>.container-md,html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style4 .navbar-expand-sm>.container,html.style4 .navbar-expand-sm>.container-fluid,html.style4 .navbar-expand-sm>.container-lg,html.style4 .navbar-expand-sm>.container-md,html.style4 .navbar-expand-sm>.container-sm,html.style4 .navbar-expand-sm>.container-xl,html.style4 html.style1 .navbar-expand-sm>.container,html.style4 html.style1 .navbar-expand-sm>.container-fluid,html.style4 html.style1 .navbar-expand-sm>.container-lg,html.style4 html.style1 .navbar-expand-sm>.container-md,html.style4 html.style1 .navbar-expand-sm>.container-sm,html.style4 html.style1 .navbar-expand-sm>.container-xl,html.style4 html.style1 html.style2 .navbar-expand-sm>.container-lg,html.style4 html.style1 html.style2 .navbar-expand-sm>.container-md,html.style4 html.style1 html.style2 .navbar-expand-sm>.container-sm,html.style4 html.style1 html.style2 .navbar-expand-sm>.container-xl,html.style4 html.style1 html.style3 .navbar-expand-sm>.container-lg,html.style4 html.style1 html.style3 .navbar-expand-sm>.container-md,html.style4 html.style1 html.style3 .navbar-expand-sm>.container-sm,html.style4 html.style1 html.style3 .navbar-expand-sm>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style2 .navbar-expand-sm>.container,html.style4 html.style2 .navbar-expand-sm>.container-fluid,html.style4 html.style2 .navbar-expand-sm>.container-lg,html.style4 html.style2 .navbar-expand-sm>.container-md,html.style4 html.style2 .navbar-expand-sm>.container-sm,html.style4 html.style2 .navbar-expand-sm>.container-xl,html.style4 html.style2 html.style1 .navbar-expand-sm>.container-lg,html.style4 html.style2 html.style1 .navbar-expand-sm>.container-md,html.style4 html.style2 html.style1 .navbar-expand-sm>.container-sm,html.style4 html.style2 html.style1 .navbar-expand-sm>.container-xl,html.style4 html.style2 html.style3 .navbar-expand-sm>.container-lg,html.style4 html.style2 html.style3 .navbar-expand-sm>.container-md,html.style4 html.style2 html.style3 .navbar-expand-sm>.container-sm,html.style4 html.style2 html.style3 .navbar-expand-sm>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style3 .navbar-expand-sm>.container,html.style4 html.style3 .navbar-expand-sm>.container-fluid,html.style4 html.style3 .navbar-expand-sm>.container-lg,html.style4 html.style3 .navbar-expand-sm>.container-md,html.style4 html.style3 .navbar-expand-sm>.container-sm,html.style4 html.style3 .navbar-expand-sm>.container-xl,html.style4 html.style3 html.style1 .navbar-expand-sm>.container-lg,html.style4 html.style3 html.style1 .navbar-expand-sm>.container-md,html.style4 html.style3 html.style1 .navbar-expand-sm>.container-sm,html.style4 html.style3 html.style1 .navbar-expand-sm>.container-xl,html.style4 html.style3 html.style2 .navbar-expand-sm>.container-lg,html.style4 html.style3 html.style2 .navbar-expand-sm>.container-md,html.style4 html.style3 html.style2 .navbar-expand-sm>.container-sm,html.style4 html.style3 html.style2 .navbar-expand-sm>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style5 .navbar-expand-sm>.container,html.style4 html.style5 .navbar-expand-sm>.container-fluid,html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style6 .navbar-expand-sm>.container,html.style4 html.style6 .navbar-expand-sm>.container-fluid,html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style4 .navbar-expand-sm>.container,html.style5 html.style4 .navbar-expand-sm>.container-fluid,html.style5 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style4 .navbar-expand-sm>.container,html.style6 html.style4 .navbar-expand-sm>.container-fluid,html.style6 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){html.style4 .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}html.style4 .navbar-expand-sm .navbar-nav{flex-direction:row}html.style4 .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}html.style4 .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style1 html.style2 html.style4 .navbar-expand-sm>.container-md,html.style1 html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style1 html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style1 html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style1 html.style3 html.style4 .navbar-expand-sm>.container-md,html.style1 html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style1 html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style1 html.style4 .navbar-expand-sm>.container,html.style1 html.style4 .navbar-expand-sm>.container-fluid,html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style1 html.style4 .navbar-expand-sm>.container-md,html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style2 html.style1 html.style4 .navbar-expand-sm>.container-md,html.style2 html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style2 html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style2 html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style2 html.style3 html.style4 .navbar-expand-sm>.container-md,html.style2 html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style2 html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style2 html.style4 .navbar-expand-sm>.container,html.style2 html.style4 .navbar-expand-sm>.container-fluid,html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style2 html.style4 .navbar-expand-sm>.container-md,html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style3 html.style1 html.style4 .navbar-expand-sm>.container-md,html.style3 html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style3 html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style3 html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style3 html.style2 html.style4 .navbar-expand-sm>.container-md,html.style3 html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style3 html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style3 html.style4 .navbar-expand-sm>.container,html.style3 html.style4 .navbar-expand-sm>.container-fluid,html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style3 html.style4 .navbar-expand-sm>.container-md,html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style4 .navbar-expand-sm>.container,html.style4 .navbar-expand-sm>.container-fluid,html.style4 .navbar-expand-sm>.container-lg,html.style4 .navbar-expand-sm>.container-md,html.style4 .navbar-expand-sm>.container-sm,html.style4 .navbar-expand-sm>.container-xl,html.style4 html.style1 .navbar-expand-sm>.container,html.style4 html.style1 .navbar-expand-sm>.container-fluid,html.style4 html.style1 .navbar-expand-sm>.container-lg,html.style4 html.style1 .navbar-expand-sm>.container-md,html.style4 html.style1 .navbar-expand-sm>.container-sm,html.style4 html.style1 .navbar-expand-sm>.container-xl,html.style4 html.style1 html.style2 .navbar-expand-sm>.container-lg,html.style4 html.style1 html.style2 .navbar-expand-sm>.container-md,html.style4 html.style1 html.style2 .navbar-expand-sm>.container-sm,html.style4 html.style1 html.style2 .navbar-expand-sm>.container-xl,html.style4 html.style1 html.style3 .navbar-expand-sm>.container-lg,html.style4 html.style1 html.style3 .navbar-expand-sm>.container-md,html.style4 html.style1 html.style3 .navbar-expand-sm>.container-sm,html.style4 html.style1 html.style3 .navbar-expand-sm>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style2 .navbar-expand-sm>.container,html.style4 html.style2 .navbar-expand-sm>.container-fluid,html.style4 html.style2 .navbar-expand-sm>.container-lg,html.style4 html.style2 .navbar-expand-sm>.container-md,html.style4 html.style2 .navbar-expand-sm>.container-sm,html.style4 html.style2 .navbar-expand-sm>.container-xl,html.style4 html.style2 html.style1 .navbar-expand-sm>.container-lg,html.style4 html.style2 html.style1 .navbar-expand-sm>.container-md,html.style4 html.style2 html.style1 .navbar-expand-sm>.container-sm,html.style4 html.style2 html.style1 .navbar-expand-sm>.container-xl,html.style4 html.style2 html.style3 .navbar-expand-sm>.container-lg,html.style4 html.style2 html.style3 .navbar-expand-sm>.container-md,html.style4 html.style2 html.style3 .navbar-expand-sm>.container-sm,html.style4 html.style2 html.style3 .navbar-expand-sm>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style3 .navbar-expand-sm>.container,html.style4 html.style3 .navbar-expand-sm>.container-fluid,html.style4 html.style3 .navbar-expand-sm>.container-lg,html.style4 html.style3 .navbar-expand-sm>.container-md,html.style4 html.style3 .navbar-expand-sm>.container-sm,html.style4 html.style3 .navbar-expand-sm>.container-xl,html.style4 html.style3 html.style1 .navbar-expand-sm>.container-lg,html.style4 html.style3 html.style1 .navbar-expand-sm>.container-md,html.style4 html.style3 html.style1 .navbar-expand-sm>.container-sm,html.style4 html.style3 html.style1 .navbar-expand-sm>.container-xl,html.style4 html.style3 html.style2 .navbar-expand-sm>.container-lg,html.style4 html.style3 html.style2 .navbar-expand-sm>.container-md,html.style4 html.style3 html.style2 .navbar-expand-sm>.container-sm,html.style4 html.style3 html.style2 .navbar-expand-sm>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style5 .navbar-expand-sm>.container,html.style4 html.style5 .navbar-expand-sm>.container-fluid,html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style6 .navbar-expand-sm>.container,html.style4 html.style6 .navbar-expand-sm>.container-fluid,html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style4 .navbar-expand-sm>.container,html.style5 html.style4 .navbar-expand-sm>.container-fluid,html.style5 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style4 .navbar-expand-sm>.container,html.style6 html.style4 .navbar-expand-sm>.container-fluid,html.style6 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-xl{flex-wrap:nowrap}html.style4 .navbar-expand-sm .navbar-nav-scroll{overflow:visible}html.style4 .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}html.style4 .navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){html.style1 html.style2 html.style4 .navbar-expand-md>.container-lg,html.style1 html.style2 html.style4 .navbar-expand-md>.container-md,html.style1 html.style2 html.style4 .navbar-expand-md>.container-sm,html.style1 html.style2 html.style4 .navbar-expand-md>.container-xl,html.style1 html.style3 html.style4 .navbar-expand-md>.container-lg,html.style1 html.style3 html.style4 .navbar-expand-md>.container-md,html.style1 html.style3 html.style4 .navbar-expand-md>.container-sm,html.style1 html.style3 html.style4 .navbar-expand-md>.container-xl,html.style1 html.style4 .navbar-expand-md>.container,html.style1 html.style4 .navbar-expand-md>.container-fluid,html.style1 html.style4 .navbar-expand-md>.container-lg,html.style1 html.style4 .navbar-expand-md>.container-md,html.style1 html.style4 .navbar-expand-md>.container-sm,html.style1 html.style4 .navbar-expand-md>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-md>.container-md,html.style1 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-md>.container-md,html.style1 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style1 html.style4 .navbar-expand-md>.container-lg,html.style2 html.style1 html.style4 .navbar-expand-md>.container-md,html.style2 html.style1 html.style4 .navbar-expand-md>.container-sm,html.style2 html.style1 html.style4 .navbar-expand-md>.container-xl,html.style2 html.style3 html.style4 .navbar-expand-md>.container-lg,html.style2 html.style3 html.style4 .navbar-expand-md>.container-md,html.style2 html.style3 html.style4 .navbar-expand-md>.container-sm,html.style2 html.style3 html.style4 .navbar-expand-md>.container-xl,html.style2 html.style4 .navbar-expand-md>.container,html.style2 html.style4 .navbar-expand-md>.container-fluid,html.style2 html.style4 .navbar-expand-md>.container-lg,html.style2 html.style4 .navbar-expand-md>.container-md,html.style2 html.style4 .navbar-expand-md>.container-sm,html.style2 html.style4 .navbar-expand-md>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-md>.container-md,html.style2 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-md>.container-md,html.style2 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style1 html.style4 .navbar-expand-md>.container-lg,html.style3 html.style1 html.style4 .navbar-expand-md>.container-md,html.style3 html.style1 html.style4 .navbar-expand-md>.container-sm,html.style3 html.style1 html.style4 .navbar-expand-md>.container-xl,html.style3 html.style2 html.style4 .navbar-expand-md>.container-lg,html.style3 html.style2 html.style4 .navbar-expand-md>.container-md,html.style3 html.style2 html.style4 .navbar-expand-md>.container-sm,html.style3 html.style2 html.style4 .navbar-expand-md>.container-xl,html.style3 html.style4 .navbar-expand-md>.container,html.style3 html.style4 .navbar-expand-md>.container-fluid,html.style3 html.style4 .navbar-expand-md>.container-lg,html.style3 html.style4 .navbar-expand-md>.container-md,html.style3 html.style4 .navbar-expand-md>.container-sm,html.style3 html.style4 .navbar-expand-md>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-md>.container-md,html.style3 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-md>.container-md,html.style3 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style4 .navbar-expand-md>.container,html.style4 .navbar-expand-md>.container-fluid,html.style4 .navbar-expand-md>.container-lg,html.style4 .navbar-expand-md>.container-md,html.style4 .navbar-expand-md>.container-sm,html.style4 .navbar-expand-md>.container-xl,html.style4 html.style1 .navbar-expand-md>.container,html.style4 html.style1 .navbar-expand-md>.container-fluid,html.style4 html.style1 .navbar-expand-md>.container-lg,html.style4 html.style1 .navbar-expand-md>.container-md,html.style4 html.style1 .navbar-expand-md>.container-sm,html.style4 html.style1 .navbar-expand-md>.container-xl,html.style4 html.style1 html.style2 .navbar-expand-md>.container-lg,html.style4 html.style1 html.style2 .navbar-expand-md>.container-md,html.style4 html.style1 html.style2 .navbar-expand-md>.container-sm,html.style4 html.style1 html.style2 .navbar-expand-md>.container-xl,html.style4 html.style1 html.style3 .navbar-expand-md>.container-lg,html.style4 html.style1 html.style3 .navbar-expand-md>.container-md,html.style4 html.style1 html.style3 .navbar-expand-md>.container-sm,html.style4 html.style1 html.style3 .navbar-expand-md>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-md>.container-md,html.style4 html.style1 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-md>.container-md,html.style4 html.style1 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style2 .navbar-expand-md>.container,html.style4 html.style2 .navbar-expand-md>.container-fluid,html.style4 html.style2 .navbar-expand-md>.container-lg,html.style4 html.style2 .navbar-expand-md>.container-md,html.style4 html.style2 .navbar-expand-md>.container-sm,html.style4 html.style2 .navbar-expand-md>.container-xl,html.style4 html.style2 html.style1 .navbar-expand-md>.container-lg,html.style4 html.style2 html.style1 .navbar-expand-md>.container-md,html.style4 html.style2 html.style1 .navbar-expand-md>.container-sm,html.style4 html.style2 html.style1 .navbar-expand-md>.container-xl,html.style4 html.style2 html.style3 .navbar-expand-md>.container-lg,html.style4 html.style2 html.style3 .navbar-expand-md>.container-md,html.style4 html.style2 html.style3 .navbar-expand-md>.container-sm,html.style4 html.style2 html.style3 .navbar-expand-md>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-md>.container-md,html.style4 html.style2 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-md>.container-md,html.style4 html.style2 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style3 .navbar-expand-md>.container,html.style4 html.style3 .navbar-expand-md>.container-fluid,html.style4 html.style3 .navbar-expand-md>.container-lg,html.style4 html.style3 .navbar-expand-md>.container-md,html.style4 html.style3 .navbar-expand-md>.container-sm,html.style4 html.style3 .navbar-expand-md>.container-xl,html.style4 html.style3 html.style1 .navbar-expand-md>.container-lg,html.style4 html.style3 html.style1 .navbar-expand-md>.container-md,html.style4 html.style3 html.style1 .navbar-expand-md>.container-sm,html.style4 html.style3 html.style1 .navbar-expand-md>.container-xl,html.style4 html.style3 html.style2 .navbar-expand-md>.container-lg,html.style4 html.style3 html.style2 .navbar-expand-md>.container-md,html.style4 html.style3 html.style2 .navbar-expand-md>.container-sm,html.style4 html.style3 html.style2 .navbar-expand-md>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-md>.container-md,html.style4 html.style3 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-md>.container-md,html.style4 html.style3 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style5 .navbar-expand-md>.container,html.style4 html.style5 .navbar-expand-md>.container-fluid,html.style4 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style5 .navbar-expand-md>.container-md,html.style4 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-md>.container-md,html.style4 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style6 .navbar-expand-md>.container,html.style4 html.style6 .navbar-expand-md>.container-fluid,html.style4 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style6 .navbar-expand-md>.container-md,html.style4 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-md>.container-md,html.style5 html.style1 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-md>.container-md,html.style5 html.style2 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-md>.container-md,html.style5 html.style3 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style4 .navbar-expand-md>.container,html.style5 html.style4 .navbar-expand-md>.container-fluid,html.style5 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style4 .navbar-expand-md>.container-md,html.style5 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-md>.container-md,html.style5 html.style4 html.style1 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-md>.container-md,html.style5 html.style4 html.style2 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-md>.container-md,html.style5 html.style4 html.style3 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-md>.container-md,html.style5 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-md>.container-md,html.style6 html.style1 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-md>.container-md,html.style6 html.style2 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-md>.container-md,html.style6 html.style3 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style4 .navbar-expand-md>.container,html.style6 html.style4 .navbar-expand-md>.container-fluid,html.style6 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style4 .navbar-expand-md>.container-md,html.style6 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-md>.container-md,html.style6 html.style4 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-md>.container-md,html.style6 html.style4 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-md>.container-md,html.style6 html.style4 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-md>.container-md,html.style6 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-md>.container-md,html.style6 html.style5 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){html.style4 .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}html.style4 .navbar-expand-md .navbar-nav{flex-direction:row}html.style4 .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}html.style4 .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style4 .navbar-expand-md>.container-lg,html.style1 html.style2 html.style4 .navbar-expand-md>.container-md,html.style1 html.style2 html.style4 .navbar-expand-md>.container-sm,html.style1 html.style2 html.style4 .navbar-expand-md>.container-xl,html.style1 html.style3 html.style4 .navbar-expand-md>.container-lg,html.style1 html.style3 html.style4 .navbar-expand-md>.container-md,html.style1 html.style3 html.style4 .navbar-expand-md>.container-sm,html.style1 html.style3 html.style4 .navbar-expand-md>.container-xl,html.style1 html.style4 .navbar-expand-md>.container,html.style1 html.style4 .navbar-expand-md>.container-fluid,html.style1 html.style4 .navbar-expand-md>.container-lg,html.style1 html.style4 .navbar-expand-md>.container-md,html.style1 html.style4 .navbar-expand-md>.container-sm,html.style1 html.style4 .navbar-expand-md>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-md>.container-md,html.style1 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-md>.container-md,html.style1 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style1 html.style4 .navbar-expand-md>.container-lg,html.style2 html.style1 html.style4 .navbar-expand-md>.container-md,html.style2 html.style1 html.style4 .navbar-expand-md>.container-sm,html.style2 html.style1 html.style4 .navbar-expand-md>.container-xl,html.style2 html.style3 html.style4 .navbar-expand-md>.container-lg,html.style2 html.style3 html.style4 .navbar-expand-md>.container-md,html.style2 html.style3 html.style4 .navbar-expand-md>.container-sm,html.style2 html.style3 html.style4 .navbar-expand-md>.container-xl,html.style2 html.style4 .navbar-expand-md>.container,html.style2 html.style4 .navbar-expand-md>.container-fluid,html.style2 html.style4 .navbar-expand-md>.container-lg,html.style2 html.style4 .navbar-expand-md>.container-md,html.style2 html.style4 .navbar-expand-md>.container-sm,html.style2 html.style4 .navbar-expand-md>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-md>.container-md,html.style2 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-md>.container-md,html.style2 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style1 html.style4 .navbar-expand-md>.container-lg,html.style3 html.style1 html.style4 .navbar-expand-md>.container-md,html.style3 html.style1 html.style4 .navbar-expand-md>.container-sm,html.style3 html.style1 html.style4 .navbar-expand-md>.container-xl,html.style3 html.style2 html.style4 .navbar-expand-md>.container-lg,html.style3 html.style2 html.style4 .navbar-expand-md>.container-md,html.style3 html.style2 html.style4 .navbar-expand-md>.container-sm,html.style3 html.style2 html.style4 .navbar-expand-md>.container-xl,html.style3 html.style4 .navbar-expand-md>.container,html.style3 html.style4 .navbar-expand-md>.container-fluid,html.style3 html.style4 .navbar-expand-md>.container-lg,html.style3 html.style4 .navbar-expand-md>.container-md,html.style3 html.style4 .navbar-expand-md>.container-sm,html.style3 html.style4 .navbar-expand-md>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-md>.container-md,html.style3 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-md>.container-md,html.style3 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style4 .navbar-expand-md>.container,html.style4 .navbar-expand-md>.container-fluid,html.style4 .navbar-expand-md>.container-lg,html.style4 .navbar-expand-md>.container-md,html.style4 .navbar-expand-md>.container-sm,html.style4 .navbar-expand-md>.container-xl,html.style4 html.style1 .navbar-expand-md>.container,html.style4 html.style1 .navbar-expand-md>.container-fluid,html.style4 html.style1 .navbar-expand-md>.container-lg,html.style4 html.style1 .navbar-expand-md>.container-md,html.style4 html.style1 .navbar-expand-md>.container-sm,html.style4 html.style1 .navbar-expand-md>.container-xl,html.style4 html.style1 html.style2 .navbar-expand-md>.container-lg,html.style4 html.style1 html.style2 .navbar-expand-md>.container-md,html.style4 html.style1 html.style2 .navbar-expand-md>.container-sm,html.style4 html.style1 html.style2 .navbar-expand-md>.container-xl,html.style4 html.style1 html.style3 .navbar-expand-md>.container-lg,html.style4 html.style1 html.style3 .navbar-expand-md>.container-md,html.style4 html.style1 html.style3 .navbar-expand-md>.container-sm,html.style4 html.style1 html.style3 .navbar-expand-md>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-md>.container-md,html.style4 html.style1 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-md>.container-md,html.style4 html.style1 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style2 .navbar-expand-md>.container,html.style4 html.style2 .navbar-expand-md>.container-fluid,html.style4 html.style2 .navbar-expand-md>.container-lg,html.style4 html.style2 .navbar-expand-md>.container-md,html.style4 html.style2 .navbar-expand-md>.container-sm,html.style4 html.style2 .navbar-expand-md>.container-xl,html.style4 html.style2 html.style1 .navbar-expand-md>.container-lg,html.style4 html.style2 html.style1 .navbar-expand-md>.container-md,html.style4 html.style2 html.style1 .navbar-expand-md>.container-sm,html.style4 html.style2 html.style1 .navbar-expand-md>.container-xl,html.style4 html.style2 html.style3 .navbar-expand-md>.container-lg,html.style4 html.style2 html.style3 .navbar-expand-md>.container-md,html.style4 html.style2 html.style3 .navbar-expand-md>.container-sm,html.style4 html.style2 html.style3 .navbar-expand-md>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-md>.container-md,html.style4 html.style2 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-md>.container-md,html.style4 html.style2 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style3 .navbar-expand-md>.container,html.style4 html.style3 .navbar-expand-md>.container-fluid,html.style4 html.style3 .navbar-expand-md>.container-lg,html.style4 html.style3 .navbar-expand-md>.container-md,html.style4 html.style3 .navbar-expand-md>.container-sm,html.style4 html.style3 .navbar-expand-md>.container-xl,html.style4 html.style3 html.style1 .navbar-expand-md>.container-lg,html.style4 html.style3 html.style1 .navbar-expand-md>.container-md,html.style4 html.style3 html.style1 .navbar-expand-md>.container-sm,html.style4 html.style3 html.style1 .navbar-expand-md>.container-xl,html.style4 html.style3 html.style2 .navbar-expand-md>.container-lg,html.style4 html.style3 html.style2 .navbar-expand-md>.container-md,html.style4 html.style3 html.style2 .navbar-expand-md>.container-sm,html.style4 html.style3 html.style2 .navbar-expand-md>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-md>.container-md,html.style4 html.style3 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-md>.container-md,html.style4 html.style3 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style5 .navbar-expand-md>.container,html.style4 html.style5 .navbar-expand-md>.container-fluid,html.style4 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style5 .navbar-expand-md>.container-md,html.style4 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-md>.container-md,html.style4 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style6 .navbar-expand-md>.container,html.style4 html.style6 .navbar-expand-md>.container-fluid,html.style4 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style6 .navbar-expand-md>.container-md,html.style4 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-md>.container-md,html.style5 html.style1 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-md>.container-md,html.style5 html.style2 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-md>.container-md,html.style5 html.style3 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style4 .navbar-expand-md>.container,html.style5 html.style4 .navbar-expand-md>.container-fluid,html.style5 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style4 .navbar-expand-md>.container-md,html.style5 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-md>.container-md,html.style5 html.style4 html.style1 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-md>.container-md,html.style5 html.style4 html.style2 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-md>.container-md,html.style5 html.style4 html.style3 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-md>.container-md,html.style5 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-md>.container-md,html.style6 html.style1 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-md>.container-md,html.style6 html.style2 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-md>.container-md,html.style6 html.style3 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style4 .navbar-expand-md>.container,html.style6 html.style4 .navbar-expand-md>.container-fluid,html.style6 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style4 .navbar-expand-md>.container-md,html.style6 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-md>.container-md,html.style6 html.style4 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-md>.container-md,html.style6 html.style4 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-md>.container-md,html.style6 html.style4 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-md>.container-md,html.style6 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-md>.container-md,html.style6 html.style5 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-md>.container-xl{flex-wrap:nowrap}html.style4 .navbar-expand-md .navbar-nav-scroll{overflow:visible}html.style4 .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}html.style4 .navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){html.style1 html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style1 html.style2 html.style4 .navbar-expand-lg>.container-md,html.style1 html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style1 html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style1 html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style1 html.style3 html.style4 .navbar-expand-lg>.container-md,html.style1 html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style1 html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style1 html.style4 .navbar-expand-lg>.container,html.style1 html.style4 .navbar-expand-lg>.container-fluid,html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style1 html.style4 .navbar-expand-lg>.container-md,html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style2 html.style1 html.style4 .navbar-expand-lg>.container-md,html.style2 html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style2 html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style2 html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style2 html.style3 html.style4 .navbar-expand-lg>.container-md,html.style2 html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style2 html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style2 html.style4 .navbar-expand-lg>.container,html.style2 html.style4 .navbar-expand-lg>.container-fluid,html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style2 html.style4 .navbar-expand-lg>.container-md,html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style3 html.style1 html.style4 .navbar-expand-lg>.container-md,html.style3 html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style3 html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style3 html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style3 html.style2 html.style4 .navbar-expand-lg>.container-md,html.style3 html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style3 html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style3 html.style4 .navbar-expand-lg>.container,html.style3 html.style4 .navbar-expand-lg>.container-fluid,html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style3 html.style4 .navbar-expand-lg>.container-md,html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style4 .navbar-expand-lg>.container,html.style4 .navbar-expand-lg>.container-fluid,html.style4 .navbar-expand-lg>.container-lg,html.style4 .navbar-expand-lg>.container-md,html.style4 .navbar-expand-lg>.container-sm,html.style4 .navbar-expand-lg>.container-xl,html.style4 html.style1 .navbar-expand-lg>.container,html.style4 html.style1 .navbar-expand-lg>.container-fluid,html.style4 html.style1 .navbar-expand-lg>.container-lg,html.style4 html.style1 .navbar-expand-lg>.container-md,html.style4 html.style1 .navbar-expand-lg>.container-sm,html.style4 html.style1 .navbar-expand-lg>.container-xl,html.style4 html.style1 html.style2 .navbar-expand-lg>.container-lg,html.style4 html.style1 html.style2 .navbar-expand-lg>.container-md,html.style4 html.style1 html.style2 .navbar-expand-lg>.container-sm,html.style4 html.style1 html.style2 .navbar-expand-lg>.container-xl,html.style4 html.style1 html.style3 .navbar-expand-lg>.container-lg,html.style4 html.style1 html.style3 .navbar-expand-lg>.container-md,html.style4 html.style1 html.style3 .navbar-expand-lg>.container-sm,html.style4 html.style1 html.style3 .navbar-expand-lg>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style2 .navbar-expand-lg>.container,html.style4 html.style2 .navbar-expand-lg>.container-fluid,html.style4 html.style2 .navbar-expand-lg>.container-lg,html.style4 html.style2 .navbar-expand-lg>.container-md,html.style4 html.style2 .navbar-expand-lg>.container-sm,html.style4 html.style2 .navbar-expand-lg>.container-xl,html.style4 html.style2 html.style1 .navbar-expand-lg>.container-lg,html.style4 html.style2 html.style1 .navbar-expand-lg>.container-md,html.style4 html.style2 html.style1 .navbar-expand-lg>.container-sm,html.style4 html.style2 html.style1 .navbar-expand-lg>.container-xl,html.style4 html.style2 html.style3 .navbar-expand-lg>.container-lg,html.style4 html.style2 html.style3 .navbar-expand-lg>.container-md,html.style4 html.style2 html.style3 .navbar-expand-lg>.container-sm,html.style4 html.style2 html.style3 .navbar-expand-lg>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style3 .navbar-expand-lg>.container,html.style4 html.style3 .navbar-expand-lg>.container-fluid,html.style4 html.style3 .navbar-expand-lg>.container-lg,html.style4 html.style3 .navbar-expand-lg>.container-md,html.style4 html.style3 .navbar-expand-lg>.container-sm,html.style4 html.style3 .navbar-expand-lg>.container-xl,html.style4 html.style3 html.style1 .navbar-expand-lg>.container-lg,html.style4 html.style3 html.style1 .navbar-expand-lg>.container-md,html.style4 html.style3 html.style1 .navbar-expand-lg>.container-sm,html.style4 html.style3 html.style1 .navbar-expand-lg>.container-xl,html.style4 html.style3 html.style2 .navbar-expand-lg>.container-lg,html.style4 html.style3 html.style2 .navbar-expand-lg>.container-md,html.style4 html.style3 html.style2 .navbar-expand-lg>.container-sm,html.style4 html.style3 html.style2 .navbar-expand-lg>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style5 .navbar-expand-lg>.container,html.style4 html.style5 .navbar-expand-lg>.container-fluid,html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style6 .navbar-expand-lg>.container,html.style4 html.style6 .navbar-expand-lg>.container-fluid,html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style4 .navbar-expand-lg>.container,html.style5 html.style4 .navbar-expand-lg>.container-fluid,html.style5 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style4 .navbar-expand-lg>.container,html.style6 html.style4 .navbar-expand-lg>.container-fluid,html.style6 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){html.style4 .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}html.style4 .navbar-expand-lg .navbar-nav{flex-direction:row}html.style4 .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}html.style4 .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style1 html.style2 html.style4 .navbar-expand-lg>.container-md,html.style1 html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style1 html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style1 html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style1 html.style3 html.style4 .navbar-expand-lg>.container-md,html.style1 html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style1 html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style1 html.style4 .navbar-expand-lg>.container,html.style1 html.style4 .navbar-expand-lg>.container-fluid,html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style1 html.style4 .navbar-expand-lg>.container-md,html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style2 html.style1 html.style4 .navbar-expand-lg>.container-md,html.style2 html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style2 html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style2 html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style2 html.style3 html.style4 .navbar-expand-lg>.container-md,html.style2 html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style2 html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style2 html.style4 .navbar-expand-lg>.container,html.style2 html.style4 .navbar-expand-lg>.container-fluid,html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style2 html.style4 .navbar-expand-lg>.container-md,html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style3 html.style1 html.style4 .navbar-expand-lg>.container-md,html.style3 html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style3 html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style3 html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style3 html.style2 html.style4 .navbar-expand-lg>.container-md,html.style3 html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style3 html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style3 html.style4 .navbar-expand-lg>.container,html.style3 html.style4 .navbar-expand-lg>.container-fluid,html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style3 html.style4 .navbar-expand-lg>.container-md,html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style4 .navbar-expand-lg>.container,html.style4 .navbar-expand-lg>.container-fluid,html.style4 .navbar-expand-lg>.container-lg,html.style4 .navbar-expand-lg>.container-md,html.style4 .navbar-expand-lg>.container-sm,html.style4 .navbar-expand-lg>.container-xl,html.style4 html.style1 .navbar-expand-lg>.container,html.style4 html.style1 .navbar-expand-lg>.container-fluid,html.style4 html.style1 .navbar-expand-lg>.container-lg,html.style4 html.style1 .navbar-expand-lg>.container-md,html.style4 html.style1 .navbar-expand-lg>.container-sm,html.style4 html.style1 .navbar-expand-lg>.container-xl,html.style4 html.style1 html.style2 .navbar-expand-lg>.container-lg,html.style4 html.style1 html.style2 .navbar-expand-lg>.container-md,html.style4 html.style1 html.style2 .navbar-expand-lg>.container-sm,html.style4 html.style1 html.style2 .navbar-expand-lg>.container-xl,html.style4 html.style1 html.style3 .navbar-expand-lg>.container-lg,html.style4 html.style1 html.style3 .navbar-expand-lg>.container-md,html.style4 html.style1 html.style3 .navbar-expand-lg>.container-sm,html.style4 html.style1 html.style3 .navbar-expand-lg>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style2 .navbar-expand-lg>.container,html.style4 html.style2 .navbar-expand-lg>.container-fluid,html.style4 html.style2 .navbar-expand-lg>.container-lg,html.style4 html.style2 .navbar-expand-lg>.container-md,html.style4 html.style2 .navbar-expand-lg>.container-sm,html.style4 html.style2 .navbar-expand-lg>.container-xl,html.style4 html.style2 html.style1 .navbar-expand-lg>.container-lg,html.style4 html.style2 html.style1 .navbar-expand-lg>.container-md,html.style4 html.style2 html.style1 .navbar-expand-lg>.container-sm,html.style4 html.style2 html.style1 .navbar-expand-lg>.container-xl,html.style4 html.style2 html.style3 .navbar-expand-lg>.container-lg,html.style4 html.style2 html.style3 .navbar-expand-lg>.container-md,html.style4 html.style2 html.style3 .navbar-expand-lg>.container-sm,html.style4 html.style2 html.style3 .navbar-expand-lg>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style3 .navbar-expand-lg>.container,html.style4 html.style3 .navbar-expand-lg>.container-fluid,html.style4 html.style3 .navbar-expand-lg>.container-lg,html.style4 html.style3 .navbar-expand-lg>.container-md,html.style4 html.style3 .navbar-expand-lg>.container-sm,html.style4 html.style3 .navbar-expand-lg>.container-xl,html.style4 html.style3 html.style1 .navbar-expand-lg>.container-lg,html.style4 html.style3 html.style1 .navbar-expand-lg>.container-md,html.style4 html.style3 html.style1 .navbar-expand-lg>.container-sm,html.style4 html.style3 html.style1 .navbar-expand-lg>.container-xl,html.style4 html.style3 html.style2 .navbar-expand-lg>.container-lg,html.style4 html.style3 html.style2 .navbar-expand-lg>.container-md,html.style4 html.style3 html.style2 .navbar-expand-lg>.container-sm,html.style4 html.style3 html.style2 .navbar-expand-lg>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style5 .navbar-expand-lg>.container,html.style4 html.style5 .navbar-expand-lg>.container-fluid,html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style6 .navbar-expand-lg>.container,html.style4 html.style6 .navbar-expand-lg>.container-fluid,html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style4 .navbar-expand-lg>.container,html.style5 html.style4 .navbar-expand-lg>.container-fluid,html.style5 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style4 .navbar-expand-lg>.container,html.style6 html.style4 .navbar-expand-lg>.container-fluid,html.style6 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-xl{flex-wrap:nowrap}html.style4 .navbar-expand-lg .navbar-nav-scroll{overflow:visible}html.style4 .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}html.style4 .navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){html.style1 html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style1 html.style2 html.style4 .navbar-expand-xl>.container-md,html.style1 html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style1 html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style1 html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style1 html.style3 html.style4 .navbar-expand-xl>.container-md,html.style1 html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style1 html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style1 html.style4 .navbar-expand-xl>.container,html.style1 html.style4 .navbar-expand-xl>.container-fluid,html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style1 html.style4 .navbar-expand-xl>.container-md,html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style2 html.style1 html.style4 .navbar-expand-xl>.container-md,html.style2 html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style2 html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style2 html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style2 html.style3 html.style4 .navbar-expand-xl>.container-md,html.style2 html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style2 html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style2 html.style4 .navbar-expand-xl>.container,html.style2 html.style4 .navbar-expand-xl>.container-fluid,html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style2 html.style4 .navbar-expand-xl>.container-md,html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style3 html.style1 html.style4 .navbar-expand-xl>.container-md,html.style3 html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style3 html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style3 html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style3 html.style2 html.style4 .navbar-expand-xl>.container-md,html.style3 html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style3 html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style3 html.style4 .navbar-expand-xl>.container,html.style3 html.style4 .navbar-expand-xl>.container-fluid,html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style3 html.style4 .navbar-expand-xl>.container-md,html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style4 .navbar-expand-xl>.container,html.style4 .navbar-expand-xl>.container-fluid,html.style4 .navbar-expand-xl>.container-lg,html.style4 .navbar-expand-xl>.container-md,html.style4 .navbar-expand-xl>.container-sm,html.style4 .navbar-expand-xl>.container-xl,html.style4 html.style1 .navbar-expand-xl>.container,html.style4 html.style1 .navbar-expand-xl>.container-fluid,html.style4 html.style1 .navbar-expand-xl>.container-lg,html.style4 html.style1 .navbar-expand-xl>.container-md,html.style4 html.style1 .navbar-expand-xl>.container-sm,html.style4 html.style1 .navbar-expand-xl>.container-xl,html.style4 html.style1 html.style2 .navbar-expand-xl>.container-lg,html.style4 html.style1 html.style2 .navbar-expand-xl>.container-md,html.style4 html.style1 html.style2 .navbar-expand-xl>.container-sm,html.style4 html.style1 html.style2 .navbar-expand-xl>.container-xl,html.style4 html.style1 html.style3 .navbar-expand-xl>.container-lg,html.style4 html.style1 html.style3 .navbar-expand-xl>.container-md,html.style4 html.style1 html.style3 .navbar-expand-xl>.container-sm,html.style4 html.style1 html.style3 .navbar-expand-xl>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style2 .navbar-expand-xl>.container,html.style4 html.style2 .navbar-expand-xl>.container-fluid,html.style4 html.style2 .navbar-expand-xl>.container-lg,html.style4 html.style2 .navbar-expand-xl>.container-md,html.style4 html.style2 .navbar-expand-xl>.container-sm,html.style4 html.style2 .navbar-expand-xl>.container-xl,html.style4 html.style2 html.style1 .navbar-expand-xl>.container-lg,html.style4 html.style2 html.style1 .navbar-expand-xl>.container-md,html.style4 html.style2 html.style1 .navbar-expand-xl>.container-sm,html.style4 html.style2 html.style1 .navbar-expand-xl>.container-xl,html.style4 html.style2 html.style3 .navbar-expand-xl>.container-lg,html.style4 html.style2 html.style3 .navbar-expand-xl>.container-md,html.style4 html.style2 html.style3 .navbar-expand-xl>.container-sm,html.style4 html.style2 html.style3 .navbar-expand-xl>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style3 .navbar-expand-xl>.container,html.style4 html.style3 .navbar-expand-xl>.container-fluid,html.style4 html.style3 .navbar-expand-xl>.container-lg,html.style4 html.style3 .navbar-expand-xl>.container-md,html.style4 html.style3 .navbar-expand-xl>.container-sm,html.style4 html.style3 .navbar-expand-xl>.container-xl,html.style4 html.style3 html.style1 .navbar-expand-xl>.container-lg,html.style4 html.style3 html.style1 .navbar-expand-xl>.container-md,html.style4 html.style3 html.style1 .navbar-expand-xl>.container-sm,html.style4 html.style3 html.style1 .navbar-expand-xl>.container-xl,html.style4 html.style3 html.style2 .navbar-expand-xl>.container-lg,html.style4 html.style3 html.style2 .navbar-expand-xl>.container-md,html.style4 html.style3 html.style2 .navbar-expand-xl>.container-sm,html.style4 html.style3 html.style2 .navbar-expand-xl>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style5 .navbar-expand-xl>.container,html.style4 html.style5 .navbar-expand-xl>.container-fluid,html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style6 .navbar-expand-xl>.container,html.style4 html.style6 .navbar-expand-xl>.container-fluid,html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style4 .navbar-expand-xl>.container,html.style5 html.style4 .navbar-expand-xl>.container-fluid,html.style5 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style4 .navbar-expand-xl>.container,html.style6 html.style4 .navbar-expand-xl>.container-fluid,html.style6 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){html.style4 .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}html.style4 .navbar-expand-xl .navbar-nav{flex-direction:row}html.style4 .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}html.style4 .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style1 html.style2 html.style4 .navbar-expand-xl>.container-md,html.style1 html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style1 html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style1 html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style1 html.style3 html.style4 .navbar-expand-xl>.container-md,html.style1 html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style1 html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style1 html.style4 .navbar-expand-xl>.container,html.style1 html.style4 .navbar-expand-xl>.container-fluid,html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style1 html.style4 .navbar-expand-xl>.container-md,html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style2 html.style1 html.style4 .navbar-expand-xl>.container-md,html.style2 html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style2 html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style2 html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style2 html.style3 html.style4 .navbar-expand-xl>.container-md,html.style2 html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style2 html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style2 html.style4 .navbar-expand-xl>.container,html.style2 html.style4 .navbar-expand-xl>.container-fluid,html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style2 html.style4 .navbar-expand-xl>.container-md,html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style3 html.style1 html.style4 .navbar-expand-xl>.container-md,html.style3 html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style3 html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style3 html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style3 html.style2 html.style4 .navbar-expand-xl>.container-md,html.style3 html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style3 html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style3 html.style4 .navbar-expand-xl>.container,html.style3 html.style4 .navbar-expand-xl>.container-fluid,html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style3 html.style4 .navbar-expand-xl>.container-md,html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style4 .navbar-expand-xl>.container,html.style4 .navbar-expand-xl>.container-fluid,html.style4 .navbar-expand-xl>.container-lg,html.style4 .navbar-expand-xl>.container-md,html.style4 .navbar-expand-xl>.container-sm,html.style4 .navbar-expand-xl>.container-xl,html.style4 html.style1 .navbar-expand-xl>.container,html.style4 html.style1 .navbar-expand-xl>.container-fluid,html.style4 html.style1 .navbar-expand-xl>.container-lg,html.style4 html.style1 .navbar-expand-xl>.container-md,html.style4 html.style1 .navbar-expand-xl>.container-sm,html.style4 html.style1 .navbar-expand-xl>.container-xl,html.style4 html.style1 html.style2 .navbar-expand-xl>.container-lg,html.style4 html.style1 html.style2 .navbar-expand-xl>.container-md,html.style4 html.style1 html.style2 .navbar-expand-xl>.container-sm,html.style4 html.style1 html.style2 .navbar-expand-xl>.container-xl,html.style4 html.style1 html.style3 .navbar-expand-xl>.container-lg,html.style4 html.style1 html.style3 .navbar-expand-xl>.container-md,html.style4 html.style1 html.style3 .navbar-expand-xl>.container-sm,html.style4 html.style1 html.style3 .navbar-expand-xl>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style2 .navbar-expand-xl>.container,html.style4 html.style2 .navbar-expand-xl>.container-fluid,html.style4 html.style2 .navbar-expand-xl>.container-lg,html.style4 html.style2 .navbar-expand-xl>.container-md,html.style4 html.style2 .navbar-expand-xl>.container-sm,html.style4 html.style2 .navbar-expand-xl>.container-xl,html.style4 html.style2 html.style1 .navbar-expand-xl>.container-lg,html.style4 html.style2 html.style1 .navbar-expand-xl>.container-md,html.style4 html.style2 html.style1 .navbar-expand-xl>.container-sm,html.style4 html.style2 html.style1 .navbar-expand-xl>.container-xl,html.style4 html.style2 html.style3 .navbar-expand-xl>.container-lg,html.style4 html.style2 html.style3 .navbar-expand-xl>.container-md,html.style4 html.style2 html.style3 .navbar-expand-xl>.container-sm,html.style4 html.style2 html.style3 .navbar-expand-xl>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style3 .navbar-expand-xl>.container,html.style4 html.style3 .navbar-expand-xl>.container-fluid,html.style4 html.style3 .navbar-expand-xl>.container-lg,html.style4 html.style3 .navbar-expand-xl>.container-md,html.style4 html.style3 .navbar-expand-xl>.container-sm,html.style4 html.style3 .navbar-expand-xl>.container-xl,html.style4 html.style3 html.style1 .navbar-expand-xl>.container-lg,html.style4 html.style3 html.style1 .navbar-expand-xl>.container-md,html.style4 html.style3 html.style1 .navbar-expand-xl>.container-sm,html.style4 html.style3 html.style1 .navbar-expand-xl>.container-xl,html.style4 html.style3 html.style2 .navbar-expand-xl>.container-lg,html.style4 html.style3 html.style2 .navbar-expand-xl>.container-md,html.style4 html.style3 html.style2 .navbar-expand-xl>.container-sm,html.style4 html.style3 html.style2 .navbar-expand-xl>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style5 .navbar-expand-xl>.container,html.style4 html.style5 .navbar-expand-xl>.container-fluid,html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style6 .navbar-expand-xl>.container,html.style4 html.style6 .navbar-expand-xl>.container-fluid,html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style4 .navbar-expand-xl>.container,html.style5 html.style4 .navbar-expand-xl>.container-fluid,html.style5 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style4 .navbar-expand-xl>.container,html.style6 html.style4 .navbar-expand-xl>.container-fluid,html.style6 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-xl{flex-wrap:nowrap}html.style4 .navbar-expand-xl .navbar-nav-scroll{overflow:visible}html.style4 .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}html.style4 .navbar-expand-xl .navbar-toggler{display:none}}html.style4 .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}html.style1 html.style2 html.style4 .navbar-expand>.container-lg,html.style1 html.style2 html.style4 .navbar-expand>.container-md,html.style1 html.style2 html.style4 .navbar-expand>.container-sm,html.style1 html.style2 html.style4 .navbar-expand>.container-xl,html.style1 html.style3 html.style4 .navbar-expand>.container-lg,html.style1 html.style3 html.style4 .navbar-expand>.container-md,html.style1 html.style3 html.style4 .navbar-expand>.container-sm,html.style1 html.style3 html.style4 .navbar-expand>.container-xl,html.style1 html.style4 .navbar-expand>.container,html.style1 html.style4 .navbar-expand>.container-fluid,html.style1 html.style4 .navbar-expand>.container-lg,html.style1 html.style4 .navbar-expand>.container-md,html.style1 html.style4 .navbar-expand>.container-sm,html.style1 html.style4 .navbar-expand>.container-xl,html.style1 html.style4 html.style5 .navbar-expand>.container-lg,html.style1 html.style4 html.style5 .navbar-expand>.container-md,html.style1 html.style4 html.style5 .navbar-expand>.container-sm,html.style1 html.style4 html.style5 .navbar-expand>.container-xl,html.style1 html.style4 html.style6 .navbar-expand>.container-lg,html.style1 html.style4 html.style6 .navbar-expand>.container-md,html.style1 html.style4 html.style6 .navbar-expand>.container-sm,html.style1 html.style4 html.style6 .navbar-expand>.container-xl,html.style2 html.style1 html.style4 .navbar-expand>.container-lg,html.style2 html.style1 html.style4 .navbar-expand>.container-md,html.style2 html.style1 html.style4 .navbar-expand>.container-sm,html.style2 html.style1 html.style4 .navbar-expand>.container-xl,html.style2 html.style3 html.style4 .navbar-expand>.container-lg,html.style2 html.style3 html.style4 .navbar-expand>.container-md,html.style2 html.style3 html.style4 .navbar-expand>.container-sm,html.style2 html.style3 html.style4 .navbar-expand>.container-xl,html.style2 html.style4 .navbar-expand>.container,html.style2 html.style4 .navbar-expand>.container-fluid,html.style2 html.style4 .navbar-expand>.container-lg,html.style2 html.style4 .navbar-expand>.container-md,html.style2 html.style4 .navbar-expand>.container-sm,html.style2 html.style4 .navbar-expand>.container-xl,html.style2 html.style4 html.style5 .navbar-expand>.container-lg,html.style2 html.style4 html.style5 .navbar-expand>.container-md,html.style2 html.style4 html.style5 .navbar-expand>.container-sm,html.style2 html.style4 html.style5 .navbar-expand>.container-xl,html.style2 html.style4 html.style6 .navbar-expand>.container-lg,html.style2 html.style4 html.style6 .navbar-expand>.container-md,html.style2 html.style4 html.style6 .navbar-expand>.container-sm,html.style2 html.style4 html.style6 .navbar-expand>.container-xl,html.style3 html.style1 html.style4 .navbar-expand>.container-lg,html.style3 html.style1 html.style4 .navbar-expand>.container-md,html.style3 html.style1 html.style4 .navbar-expand>.container-sm,html.style3 html.style1 html.style4 .navbar-expand>.container-xl,html.style3 html.style2 html.style4 .navbar-expand>.container-lg,html.style3 html.style2 html.style4 .navbar-expand>.container-md,html.style3 html.style2 html.style4 .navbar-expand>.container-sm,html.style3 html.style2 html.style4 .navbar-expand>.container-xl,html.style3 html.style4 .navbar-expand>.container,html.style3 html.style4 .navbar-expand>.container-fluid,html.style3 html.style4 .navbar-expand>.container-lg,html.style3 html.style4 .navbar-expand>.container-md,html.style3 html.style4 .navbar-expand>.container-sm,html.style3 html.style4 .navbar-expand>.container-xl,html.style3 html.style4 html.style5 .navbar-expand>.container-lg,html.style3 html.style4 html.style5 .navbar-expand>.container-md,html.style3 html.style4 html.style5 .navbar-expand>.container-sm,html.style3 html.style4 html.style5 .navbar-expand>.container-xl,html.style3 html.style4 html.style6 .navbar-expand>.container-lg,html.style3 html.style4 html.style6 .navbar-expand>.container-md,html.style3 html.style4 html.style6 .navbar-expand>.container-sm,html.style3 html.style4 html.style6 .navbar-expand>.container-xl,html.style4 .navbar-expand>.container,html.style4 .navbar-expand>.container-fluid,html.style4 .navbar-expand>.container-lg,html.style4 .navbar-expand>.container-md,html.style4 .navbar-expand>.container-sm,html.style4 .navbar-expand>.container-xl,html.style4 html.style1 .navbar-expand>.container,html.style4 html.style1 .navbar-expand>.container-fluid,html.style4 html.style1 .navbar-expand>.container-lg,html.style4 html.style1 .navbar-expand>.container-md,html.style4 html.style1 .navbar-expand>.container-sm,html.style4 html.style1 .navbar-expand>.container-xl,html.style4 html.style1 html.style2 .navbar-expand>.container-lg,html.style4 html.style1 html.style2 .navbar-expand>.container-md,html.style4 html.style1 html.style2 .navbar-expand>.container-sm,html.style4 html.style1 html.style2 .navbar-expand>.container-xl,html.style4 html.style1 html.style3 .navbar-expand>.container-lg,html.style4 html.style1 html.style3 .navbar-expand>.container-md,html.style4 html.style1 html.style3 .navbar-expand>.container-sm,html.style4 html.style1 html.style3 .navbar-expand>.container-xl,html.style4 html.style1 html.style5 .navbar-expand>.container-lg,html.style4 html.style1 html.style5 .navbar-expand>.container-md,html.style4 html.style1 html.style5 .navbar-expand>.container-sm,html.style4 html.style1 html.style5 .navbar-expand>.container-xl,html.style4 html.style1 html.style6 .navbar-expand>.container-lg,html.style4 html.style1 html.style6 .navbar-expand>.container-md,html.style4 html.style1 html.style6 .navbar-expand>.container-sm,html.style4 html.style1 html.style6 .navbar-expand>.container-xl,html.style4 html.style2 .navbar-expand>.container,html.style4 html.style2 .navbar-expand>.container-fluid,html.style4 html.style2 .navbar-expand>.container-lg,html.style4 html.style2 .navbar-expand>.container-md,html.style4 html.style2 .navbar-expand>.container-sm,html.style4 html.style2 .navbar-expand>.container-xl,html.style4 html.style2 html.style1 .navbar-expand>.container-lg,html.style4 html.style2 html.style1 .navbar-expand>.container-md,html.style4 html.style2 html.style1 .navbar-expand>.container-sm,html.style4 html.style2 html.style1 .navbar-expand>.container-xl,html.style4 html.style2 html.style3 .navbar-expand>.container-lg,html.style4 html.style2 html.style3 .navbar-expand>.container-md,html.style4 html.style2 html.style3 .navbar-expand>.container-sm,html.style4 html.style2 html.style3 .navbar-expand>.container-xl,html.style4 html.style2 html.style5 .navbar-expand>.container-lg,html.style4 html.style2 html.style5 .navbar-expand>.container-md,html.style4 html.style2 html.style5 .navbar-expand>.container-sm,html.style4 html.style2 html.style5 .navbar-expand>.container-xl,html.style4 html.style2 html.style6 .navbar-expand>.container-lg,html.style4 html.style2 html.style6 .navbar-expand>.container-md,html.style4 html.style2 html.style6 .navbar-expand>.container-sm,html.style4 html.style2 html.style6 .navbar-expand>.container-xl,html.style4 html.style3 .navbar-expand>.container,html.style4 html.style3 .navbar-expand>.container-fluid,html.style4 html.style3 .navbar-expand>.container-lg,html.style4 html.style3 .navbar-expand>.container-md,html.style4 html.style3 .navbar-expand>.container-sm,html.style4 html.style3 .navbar-expand>.container-xl,html.style4 html.style3 html.style1 .navbar-expand>.container-lg,html.style4 html.style3 html.style1 .navbar-expand>.container-md,html.style4 html.style3 html.style1 .navbar-expand>.container-sm,html.style4 html.style3 html.style1 .navbar-expand>.container-xl,html.style4 html.style3 html.style2 .navbar-expand>.container-lg,html.style4 html.style3 html.style2 .navbar-expand>.container-md,html.style4 html.style3 html.style2 .navbar-expand>.container-sm,html.style4 html.style3 html.style2 .navbar-expand>.container-xl,html.style4 html.style3 html.style5 .navbar-expand>.container-lg,html.style4 html.style3 html.style5 .navbar-expand>.container-md,html.style4 html.style3 html.style5 .navbar-expand>.container-sm,html.style4 html.style3 html.style5 .navbar-expand>.container-xl,html.style4 html.style3 html.style6 .navbar-expand>.container-lg,html.style4 html.style3 html.style6 .navbar-expand>.container-md,html.style4 html.style3 html.style6 .navbar-expand>.container-sm,html.style4 html.style3 html.style6 .navbar-expand>.container-xl,html.style4 html.style5 .navbar-expand>.container,html.style4 html.style5 .navbar-expand>.container-fluid,html.style4 html.style5 .navbar-expand>.container-lg,html.style4 html.style5 .navbar-expand>.container-md,html.style4 html.style5 .navbar-expand>.container-sm,html.style4 html.style5 .navbar-expand>.container-xl,html.style4 html.style5 html.style6 .navbar-expand>.container-lg,html.style4 html.style5 html.style6 .navbar-expand>.container-md,html.style4 html.style5 html.style6 .navbar-expand>.container-sm,html.style4 html.style5 html.style6 .navbar-expand>.container-xl,html.style4 html.style6 .navbar-expand>.container,html.style4 html.style6 .navbar-expand>.container-fluid,html.style4 html.style6 .navbar-expand>.container-lg,html.style4 html.style6 .navbar-expand>.container-md,html.style4 html.style6 .navbar-expand>.container-sm,html.style4 html.style6 .navbar-expand>.container-xl,html.style5 html.style1 html.style4 .navbar-expand>.container-lg,html.style5 html.style1 html.style4 .navbar-expand>.container-md,html.style5 html.style1 html.style4 .navbar-expand>.container-sm,html.style5 html.style1 html.style4 .navbar-expand>.container-xl,html.style5 html.style2 html.style4 .navbar-expand>.container-lg,html.style5 html.style2 html.style4 .navbar-expand>.container-md,html.style5 html.style2 html.style4 .navbar-expand>.container-sm,html.style5 html.style2 html.style4 .navbar-expand>.container-xl,html.style5 html.style3 html.style4 .navbar-expand>.container-lg,html.style5 html.style3 html.style4 .navbar-expand>.container-md,html.style5 html.style3 html.style4 .navbar-expand>.container-sm,html.style5 html.style3 html.style4 .navbar-expand>.container-xl,html.style5 html.style4 .navbar-expand>.container,html.style5 html.style4 .navbar-expand>.container-fluid,html.style5 html.style4 .navbar-expand>.container-lg,html.style5 html.style4 .navbar-expand>.container-md,html.style5 html.style4 .navbar-expand>.container-sm,html.style5 html.style4 .navbar-expand>.container-xl,html.style5 html.style4 html.style1 .navbar-expand>.container-lg,html.style5 html.style4 html.style1 .navbar-expand>.container-md,html.style5 html.style4 html.style1 .navbar-expand>.container-sm,html.style5 html.style4 html.style1 .navbar-expand>.container-xl,html.style5 html.style4 html.style2 .navbar-expand>.container-lg,html.style5 html.style4 html.style2 .navbar-expand>.container-md,html.style5 html.style4 html.style2 .navbar-expand>.container-sm,html.style5 html.style4 html.style2 .navbar-expand>.container-xl,html.style5 html.style4 html.style3 .navbar-expand>.container-lg,html.style5 html.style4 html.style3 .navbar-expand>.container-md,html.style5 html.style4 html.style3 .navbar-expand>.container-sm,html.style5 html.style4 html.style3 .navbar-expand>.container-xl,html.style5 html.style4 html.style6 .navbar-expand>.container-lg,html.style5 html.style4 html.style6 .navbar-expand>.container-md,html.style5 html.style4 html.style6 .navbar-expand>.container-sm,html.style5 html.style4 html.style6 .navbar-expand>.container-xl,html.style6 html.style1 html.style4 .navbar-expand>.container-lg,html.style6 html.style1 html.style4 .navbar-expand>.container-md,html.style6 html.style1 html.style4 .navbar-expand>.container-sm,html.style6 html.style1 html.style4 .navbar-expand>.container-xl,html.style6 html.style2 html.style4 .navbar-expand>.container-lg,html.style6 html.style2 html.style4 .navbar-expand>.container-md,html.style6 html.style2 html.style4 .navbar-expand>.container-sm,html.style6 html.style2 html.style4 .navbar-expand>.container-xl,html.style6 html.style3 html.style4 .navbar-expand>.container-lg,html.style6 html.style3 html.style4 .navbar-expand>.container-md,html.style6 html.style3 html.style4 .navbar-expand>.container-sm,html.style6 html.style3 html.style4 .navbar-expand>.container-xl,html.style6 html.style4 .navbar-expand>.container,html.style6 html.style4 .navbar-expand>.container-fluid,html.style6 html.style4 .navbar-expand>.container-lg,html.style6 html.style4 .navbar-expand>.container-md,html.style6 html.style4 .navbar-expand>.container-sm,html.style6 html.style4 .navbar-expand>.container-xl,html.style6 html.style4 html.style1 .navbar-expand>.container-lg,html.style6 html.style4 html.style1 .navbar-expand>.container-md,html.style6 html.style4 html.style1 .navbar-expand>.container-sm,html.style6 html.style4 html.style1 .navbar-expand>.container-xl,html.style6 html.style4 html.style2 .navbar-expand>.container-lg,html.style6 html.style4 html.style2 .navbar-expand>.container-md,html.style6 html.style4 html.style2 .navbar-expand>.container-sm,html.style6 html.style4 html.style2 .navbar-expand>.container-xl,html.style6 html.style4 html.style3 .navbar-expand>.container-lg,html.style6 html.style4 html.style3 .navbar-expand>.container-md,html.style6 html.style4 html.style3 .navbar-expand>.container-sm,html.style6 html.style4 html.style3 .navbar-expand>.container-xl,html.style6 html.style4 html.style5 .navbar-expand>.container-lg,html.style6 html.style4 html.style5 .navbar-expand>.container-md,html.style6 html.style4 html.style5 .navbar-expand>.container-sm,html.style6 html.style4 html.style5 .navbar-expand>.container-xl,html.style6 html.style5 html.style4 .navbar-expand>.container-lg,html.style6 html.style5 html.style4 .navbar-expand>.container-md,html.style6 html.style5 html.style4 .navbar-expand>.container-sm,html.style6 html.style5 html.style4 .navbar-expand>.container-xl{padding-right:0;padding-left:0}html.style4 .navbar-expand .navbar-nav{flex-direction:row}html.style4 .navbar-expand .navbar-nav .dropdown-menu{position:absolute}html.style4 .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style4 .navbar-expand>.container-lg,html.style1 html.style2 html.style4 .navbar-expand>.container-md,html.style1 html.style2 html.style4 .navbar-expand>.container-sm,html.style1 html.style2 html.style4 .navbar-expand>.container-xl,html.style1 html.style3 html.style4 .navbar-expand>.container-lg,html.style1 html.style3 html.style4 .navbar-expand>.container-md,html.style1 html.style3 html.style4 .navbar-expand>.container-sm,html.style1 html.style3 html.style4 .navbar-expand>.container-xl,html.style1 html.style4 .navbar-expand>.container,html.style1 html.style4 .navbar-expand>.container-fluid,html.style1 html.style4 .navbar-expand>.container-lg,html.style1 html.style4 .navbar-expand>.container-md,html.style1 html.style4 .navbar-expand>.container-sm,html.style1 html.style4 .navbar-expand>.container-xl,html.style1 html.style4 html.style5 .navbar-expand>.container-lg,html.style1 html.style4 html.style5 .navbar-expand>.container-md,html.style1 html.style4 html.style5 .navbar-expand>.container-sm,html.style1 html.style4 html.style5 .navbar-expand>.container-xl,html.style1 html.style4 html.style6 .navbar-expand>.container-lg,html.style1 html.style4 html.style6 .navbar-expand>.container-md,html.style1 html.style4 html.style6 .navbar-expand>.container-sm,html.style1 html.style4 html.style6 .navbar-expand>.container-xl,html.style2 html.style1 html.style4 .navbar-expand>.container-lg,html.style2 html.style1 html.style4 .navbar-expand>.container-md,html.style2 html.style1 html.style4 .navbar-expand>.container-sm,html.style2 html.style1 html.style4 .navbar-expand>.container-xl,html.style2 html.style3 html.style4 .navbar-expand>.container-lg,html.style2 html.style3 html.style4 .navbar-expand>.container-md,html.style2 html.style3 html.style4 .navbar-expand>.container-sm,html.style2 html.style3 html.style4 .navbar-expand>.container-xl,html.style2 html.style4 .navbar-expand>.container,html.style2 html.style4 .navbar-expand>.container-fluid,html.style2 html.style4 .navbar-expand>.container-lg,html.style2 html.style4 .navbar-expand>.container-md,html.style2 html.style4 .navbar-expand>.container-sm,html.style2 html.style4 .navbar-expand>.container-xl,html.style2 html.style4 html.style5 .navbar-expand>.container-lg,html.style2 html.style4 html.style5 .navbar-expand>.container-md,html.style2 html.style4 html.style5 .navbar-expand>.container-sm,html.style2 html.style4 html.style5 .navbar-expand>.container-xl,html.style2 html.style4 html.style6 .navbar-expand>.container-lg,html.style2 html.style4 html.style6 .navbar-expand>.container-md,html.style2 html.style4 html.style6 .navbar-expand>.container-sm,html.style2 html.style4 html.style6 .navbar-expand>.container-xl,html.style3 html.style1 html.style4 .navbar-expand>.container-lg,html.style3 html.style1 html.style4 .navbar-expand>.container-md,html.style3 html.style1 html.style4 .navbar-expand>.container-sm,html.style3 html.style1 html.style4 .navbar-expand>.container-xl,html.style3 html.style2 html.style4 .navbar-expand>.container-lg,html.style3 html.style2 html.style4 .navbar-expand>.container-md,html.style3 html.style2 html.style4 .navbar-expand>.container-sm,html.style3 html.style2 html.style4 .navbar-expand>.container-xl,html.style3 html.style4 .navbar-expand>.container,html.style3 html.style4 .navbar-expand>.container-fluid,html.style3 html.style4 .navbar-expand>.container-lg,html.style3 html.style4 .navbar-expand>.container-md,html.style3 html.style4 .navbar-expand>.container-sm,html.style3 html.style4 .navbar-expand>.container-xl,html.style3 html.style4 html.style5 .navbar-expand>.container-lg,html.style3 html.style4 html.style5 .navbar-expand>.container-md,html.style3 html.style4 html.style5 .navbar-expand>.container-sm,html.style3 html.style4 html.style5 .navbar-expand>.container-xl,html.style3 html.style4 html.style6 .navbar-expand>.container-lg,html.style3 html.style4 html.style6 .navbar-expand>.container-md,html.style3 html.style4 html.style6 .navbar-expand>.container-sm,html.style3 html.style4 html.style6 .navbar-expand>.container-xl,html.style4 .navbar-expand>.container,html.style4 .navbar-expand>.container-fluid,html.style4 .navbar-expand>.container-lg,html.style4 .navbar-expand>.container-md,html.style4 .navbar-expand>.container-sm,html.style4 .navbar-expand>.container-xl,html.style4 html.style1 .navbar-expand>.container,html.style4 html.style1 .navbar-expand>.container-fluid,html.style4 html.style1 .navbar-expand>.container-lg,html.style4 html.style1 .navbar-expand>.container-md,html.style4 html.style1 .navbar-expand>.container-sm,html.style4 html.style1 .navbar-expand>.container-xl,html.style4 html.style1 html.style2 .navbar-expand>.container-lg,html.style4 html.style1 html.style2 .navbar-expand>.container-md,html.style4 html.style1 html.style2 .navbar-expand>.container-sm,html.style4 html.style1 html.style2 .navbar-expand>.container-xl,html.style4 html.style1 html.style3 .navbar-expand>.container-lg,html.style4 html.style1 html.style3 .navbar-expand>.container-md,html.style4 html.style1 html.style3 .navbar-expand>.container-sm,html.style4 html.style1 html.style3 .navbar-expand>.container-xl,html.style4 html.style1 html.style5 .navbar-expand>.container-lg,html.style4 html.style1 html.style5 .navbar-expand>.container-md,html.style4 html.style1 html.style5 .navbar-expand>.container-sm,html.style4 html.style1 html.style5 .navbar-expand>.container-xl,html.style4 html.style1 html.style6 .navbar-expand>.container-lg,html.style4 html.style1 html.style6 .navbar-expand>.container-md,html.style4 html.style1 html.style6 .navbar-expand>.container-sm,html.style4 html.style1 html.style6 .navbar-expand>.container-xl,html.style4 html.style2 .navbar-expand>.container,html.style4 html.style2 .navbar-expand>.container-fluid,html.style4 html.style2 .navbar-expand>.container-lg,html.style4 html.style2 .navbar-expand>.container-md,html.style4 html.style2 .navbar-expand>.container-sm,html.style4 html.style2 .navbar-expand>.container-xl,html.style4 html.style2 html.style1 .navbar-expand>.container-lg,html.style4 html.style2 html.style1 .navbar-expand>.container-md,html.style4 html.style2 html.style1 .navbar-expand>.container-sm,html.style4 html.style2 html.style1 .navbar-expand>.container-xl,html.style4 html.style2 html.style3 .navbar-expand>.container-lg,html.style4 html.style2 html.style3 .navbar-expand>.container-md,html.style4 html.style2 html.style3 .navbar-expand>.container-sm,html.style4 html.style2 html.style3 .navbar-expand>.container-xl,html.style4 html.style2 html.style5 .navbar-expand>.container-lg,html.style4 html.style2 html.style5 .navbar-expand>.container-md,html.style4 html.style2 html.style5 .navbar-expand>.container-sm,html.style4 html.style2 html.style5 .navbar-expand>.container-xl,html.style4 html.style2 html.style6 .navbar-expand>.container-lg,html.style4 html.style2 html.style6 .navbar-expand>.container-md,html.style4 html.style2 html.style6 .navbar-expand>.container-sm,html.style4 html.style2 html.style6 .navbar-expand>.container-xl,html.style4 html.style3 .navbar-expand>.container,html.style4 html.style3 .navbar-expand>.container-fluid,html.style4 html.style3 .navbar-expand>.container-lg,html.style4 html.style3 .navbar-expand>.container-md,html.style4 html.style3 .navbar-expand>.container-sm,html.style4 html.style3 .navbar-expand>.container-xl,html.style4 html.style3 html.style1 .navbar-expand>.container-lg,html.style4 html.style3 html.style1 .navbar-expand>.container-md,html.style4 html.style3 html.style1 .navbar-expand>.container-sm,html.style4 html.style3 html.style1 .navbar-expand>.container-xl,html.style4 html.style3 html.style2 .navbar-expand>.container-lg,html.style4 html.style3 html.style2 .navbar-expand>.container-md,html.style4 html.style3 html.style2 .navbar-expand>.container-sm,html.style4 html.style3 html.style2 .navbar-expand>.container-xl,html.style4 html.style3 html.style5 .navbar-expand>.container-lg,html.style4 html.style3 html.style5 .navbar-expand>.container-md,html.style4 html.style3 html.style5 .navbar-expand>.container-sm,html.style4 html.style3 html.style5 .navbar-expand>.container-xl,html.style4 html.style3 html.style6 .navbar-expand>.container-lg,html.style4 html.style3 html.style6 .navbar-expand>.container-md,html.style4 html.style3 html.style6 .navbar-expand>.container-sm,html.style4 html.style3 html.style6 .navbar-expand>.container-xl,html.style4 html.style5 .navbar-expand>.container,html.style4 html.style5 .navbar-expand>.container-fluid,html.style4 html.style5 .navbar-expand>.container-lg,html.style4 html.style5 .navbar-expand>.container-md,html.style4 html.style5 .navbar-expand>.container-sm,html.style4 html.style5 .navbar-expand>.container-xl,html.style4 html.style5 html.style6 .navbar-expand>.container-lg,html.style4 html.style5 html.style6 .navbar-expand>.container-md,html.style4 html.style5 html.style6 .navbar-expand>.container-sm,html.style4 html.style5 html.style6 .navbar-expand>.container-xl,html.style4 html.style6 .navbar-expand>.container,html.style4 html.style6 .navbar-expand>.container-fluid,html.style4 html.style6 .navbar-expand>.container-lg,html.style4 html.style6 .navbar-expand>.container-md,html.style4 html.style6 .navbar-expand>.container-sm,html.style4 html.style6 .navbar-expand>.container-xl,html.style5 html.style1 html.style4 .navbar-expand>.container-lg,html.style5 html.style1 html.style4 .navbar-expand>.container-md,html.style5 html.style1 html.style4 .navbar-expand>.container-sm,html.style5 html.style1 html.style4 .navbar-expand>.container-xl,html.style5 html.style2 html.style4 .navbar-expand>.container-lg,html.style5 html.style2 html.style4 .navbar-expand>.container-md,html.style5 html.style2 html.style4 .navbar-expand>.container-sm,html.style5 html.style2 html.style4 .navbar-expand>.container-xl,html.style5 html.style3 html.style4 .navbar-expand>.container-lg,html.style5 html.style3 html.style4 .navbar-expand>.container-md,html.style5 html.style3 html.style4 .navbar-expand>.container-sm,html.style5 html.style3 html.style4 .navbar-expand>.container-xl,html.style5 html.style4 .navbar-expand>.container,html.style5 html.style4 .navbar-expand>.container-fluid,html.style5 html.style4 .navbar-expand>.container-lg,html.style5 html.style4 .navbar-expand>.container-md,html.style5 html.style4 .navbar-expand>.container-sm,html.style5 html.style4 .navbar-expand>.container-xl,html.style5 html.style4 html.style1 .navbar-expand>.container-lg,html.style5 html.style4 html.style1 .navbar-expand>.container-md,html.style5 html.style4 html.style1 .navbar-expand>.container-sm,html.style5 html.style4 html.style1 .navbar-expand>.container-xl,html.style5 html.style4 html.style2 .navbar-expand>.container-lg,html.style5 html.style4 html.style2 .navbar-expand>.container-md,html.style5 html.style4 html.style2 .navbar-expand>.container-sm,html.style5 html.style4 html.style2 .navbar-expand>.container-xl,html.style5 html.style4 html.style3 .navbar-expand>.container-lg,html.style5 html.style4 html.style3 .navbar-expand>.container-md,html.style5 html.style4 html.style3 .navbar-expand>.container-sm,html.style5 html.style4 html.style3 .navbar-expand>.container-xl,html.style5 html.style4 html.style6 .navbar-expand>.container-lg,html.style5 html.style4 html.style6 .navbar-expand>.container-md,html.style5 html.style4 html.style6 .navbar-expand>.container-sm,html.style5 html.style4 html.style6 .navbar-expand>.container-xl,html.style6 html.style1 html.style4 .navbar-expand>.container-lg,html.style6 html.style1 html.style4 .navbar-expand>.container-md,html.style6 html.style1 html.style4 .navbar-expand>.container-sm,html.style6 html.style1 html.style4 .navbar-expand>.container-xl,html.style6 html.style2 html.style4 .navbar-expand>.container-lg,html.style6 html.style2 html.style4 .navbar-expand>.container-md,html.style6 html.style2 html.style4 .navbar-expand>.container-sm,html.style6 html.style2 html.style4 .navbar-expand>.container-xl,html.style6 html.style3 html.style4 .navbar-expand>.container-lg,html.style6 html.style3 html.style4 .navbar-expand>.container-md,html.style6 html.style3 html.style4 .navbar-expand>.container-sm,html.style6 html.style3 html.style4 .navbar-expand>.container-xl,html.style6 html.style4 .navbar-expand>.container,html.style6 html.style4 .navbar-expand>.container-fluid,html.style6 html.style4 .navbar-expand>.container-lg,html.style6 html.style4 .navbar-expand>.container-md,html.style6 html.style4 .navbar-expand>.container-sm,html.style6 html.style4 .navbar-expand>.container-xl,html.style6 html.style4 html.style1 .navbar-expand>.container-lg,html.style6 html.style4 html.style1 .navbar-expand>.container-md,html.style6 html.style4 html.style1 .navbar-expand>.container-sm,html.style6 html.style4 html.style1 .navbar-expand>.container-xl,html.style6 html.style4 html.style2 .navbar-expand>.container-lg,html.style6 html.style4 html.style2 .navbar-expand>.container-md,html.style6 html.style4 html.style2 .navbar-expand>.container-sm,html.style6 html.style4 html.style2 .navbar-expand>.container-xl,html.style6 html.style4 html.style3 .navbar-expand>.container-lg,html.style6 html.style4 html.style3 .navbar-expand>.container-md,html.style6 html.style4 html.style3 .navbar-expand>.container-sm,html.style6 html.style4 html.style3 .navbar-expand>.container-xl,html.style6 html.style4 html.style5 .navbar-expand>.container-lg,html.style6 html.style4 html.style5 .navbar-expand>.container-md,html.style6 html.style4 html.style5 .navbar-expand>.container-sm,html.style6 html.style4 html.style5 .navbar-expand>.container-xl,html.style6 html.style5 html.style4 .navbar-expand>.container-lg,html.style6 html.style5 html.style4 .navbar-expand>.container-md,html.style6 html.style5 html.style4 .navbar-expand>.container-sm,html.style6 html.style5 html.style4 .navbar-expand>.container-xl{flex-wrap:nowrap}html.style4 .navbar-expand .navbar-nav-scroll{overflow:visible}html.style4 .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}html.style4 .navbar-expand .navbar-toggler{display:none}html.style4 .navbar-light .navbar-brand,html.style4 .navbar-light .navbar-brand:focus,html.style4 .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}html.style4 .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}html.style4 .navbar-light .navbar-nav .nav-link:focus,html.style4 .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}html.style4 .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}html.style4 .navbar-light .navbar-nav .active>.nav-link,html.style4 .navbar-light .navbar-nav .nav-link.active,html.style4 .navbar-light .navbar-nav .nav-link.show,html.style4 .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}html.style4 .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}html.style4 .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html.style4 .navbar-light .navbar-text{color:rgba(0,0,0,.5)}html.style4 .navbar-light .navbar-text a,html.style4 .navbar-light .navbar-text a:focus,html.style4 .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}html.style4 .navbar-dark .navbar-brand,html.style4 .navbar-dark .navbar-brand:focus,html.style4 .navbar-dark .navbar-brand:hover{color:#fff}html.style4 .navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}html.style4 .navbar-dark .navbar-nav .nav-link:focus,html.style4 .navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}html.style4 .navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}html.style4 .navbar-dark .navbar-nav .active>.nav-link,html.style4 .navbar-dark .navbar-nav .nav-link.active,html.style4 .navbar-dark .navbar-nav .nav-link.show,html.style4 .navbar-dark .navbar-nav .show>.nav-link{color:#fff}html.style4 .navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}html.style4 .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html.style4 .navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}html.style4 .navbar-dark .navbar-text a,html.style4 .navbar-dark .navbar-text a:focus,html.style4 .navbar-dark .navbar-text a:hover{color:#fff}html.style4 .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}html.style4 .card>hr{margin-right:0;margin-left:0}html.style4 .card>.list-group{border-top:inherit;border-bottom:inherit}html.style4 .card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style4 .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}html.style4 .card>.card-header+.list-group,html.style4 .card>.list-group+.card-footer{border-top:0}html.style4 .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}html.style4 .card-title{margin-bottom:.75rem}html.style4 .card-subtitle{margin-top:-.375rem;margin-bottom:0}html.style4 .card-text:last-child{margin-bottom:0}html.style4 .card-link:hover{text-decoration:none}html.style4 .card-link+.card-link{margin-left:1.25rem}html.style4 .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}html.style4 .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}html.style4 .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}html.style4 .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}html.style4 .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}html.style4 .card-header-pills,html.style4 .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}html.style4 .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}html.style4 .card-img,html.style4 .card-img-bottom,html.style4 .card-img-top{flex-shrink:0;width:100%}html.style4 .card-img,html.style4 .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style4 .card-img,html.style4 .card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}html.style4 .card-deck .card{margin-bottom:15px}@media(min-width:576px){html.style4 .card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}html.style4 .card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}html.style4 .card-group>.card{margin-bottom:15px}@media(min-width:576px){html.style4 .card-group{display:flex;flex-flow:row wrap}html.style4 .card-group>.card{flex:1 0;margin-bottom:0}html.style4 .card-group>.card+.card{margin-left:0;border-left:0}html.style4 .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.style4 .card-group>.card:not(:last-child) .card-header,html.style4 .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}html.style4 .card-group>.card:not(:last-child) .card-footer,html.style4 .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}html.style4 .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style4 .card-group>.card:not(:first-child) .card-header,html.style4 .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}html.style4 .card-group>.card:not(:first-child) .card-footer,html.style4 .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}html.style4 .card-columns .card{margin-bottom:.75rem}@media(min-width:576px){html.style4 .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}html.style4 .card-columns .card{display:inline-block;width:100%}}html.style4 .accordion{overflow-anchor:none}html.style4 .accordion>.card{overflow:hidden}html.style4 .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}html.style4 .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}html.style4 .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}html.style4 .breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}html.style4 .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}html.style4 .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}html.style4 .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}html.style4 .breadcrumb-item.active{color:#6c757d}html.style4 .pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}html.style4 .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}html.style4 .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}html.style4 .page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style4 .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}html.style4 .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}html.style4 .page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}html.style4 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}html.style4 .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}html.style4 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}html.style4 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}html.style4 .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}html.style4 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}html.style4 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}html.style4 .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style4 .badge{transition:none}}ahtml.style4 .badge:focus,ahtml.style4 .badge:hover{text-decoration:none}html.style4 .badge:empty{display:none}html.style4 .btn .badge{position:relative;top:-1px}html.style4 .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}html.style4 .badge-primary{color:#fff;background-color:#007bff}ahtml.style4 .badge-primary:focus,ahtml.style4 .badge-primary:hover{color:#fff;background-color:#0062cc}ahtml.style4 .badge-primary.focus,ahtml.style4 .badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style4 .badge-secondary{color:#fff;background-color:#6c757d}ahtml.style4 .badge-secondary:focus,ahtml.style4 .badge-secondary:hover{color:#fff;background-color:#545b62}ahtml.style4 .badge-secondary.focus,ahtml.style4 .badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style4 .badge-success{color:#fff;background-color:#28a745}ahtml.style4 .badge-success:focus,ahtml.style4 .badge-success:hover{color:#fff;background-color:#1e7e34}ahtml.style4 .badge-success.focus,ahtml.style4 .badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style4 .badge-info{color:#fff;background-color:#17a2b8}ahtml.style4 .badge-info:focus,ahtml.style4 .badge-info:hover{color:#fff;background-color:#117a8b}ahtml.style4 .badge-info.focus,ahtml.style4 .badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style4 .badge-warning{color:#212529;background-color:#ffc107}ahtml.style4 .badge-warning:focus,ahtml.style4 .badge-warning:hover{color:#212529;background-color:#d39e00}ahtml.style4 .badge-warning.focus,ahtml.style4 .badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style4 .badge-danger{color:#fff;background-color:#ff3030}ahtml.style4 .badge-danger:focus,ahtml.style4 .badge-danger:hover{color:#fff;background-color:#fc0000}ahtml.style4 .badge-danger.focus,ahtml.style4 .badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style4 .badge-light{color:#fff;background-color:#25262c}ahtml.style4 .badge-light:focus,ahtml.style4 .badge-light:hover{color:#fff;background-color:#0e0e10}ahtml.style4 .badge-light.focus,ahtml.style4 .badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style4 .badge-dark{color:#fff;background-color:#191b1f}ahtml.style4 .badge-dark:focus,ahtml.style4 .badge-dark:hover{color:#fff;background-color:#020203}ahtml.style4 .badge-dark.focus,ahtml.style4 .badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style4 .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media(min-width:576px){html.style4 .jumbotron{padding:4rem 2rem}}html.style4 .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}html.style4 .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}html.style4 .alert-heading{color:inherit}html.style4 .alert-link{font-weight:700}html.style4 .alert-dismissible{padding-right:4rem}html.style4 .alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}html.style4 .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}html.style4 .alert-primary hr{border-top-color:#9fcdff}html.style4 .alert-primary .alert-link{color:#002752}html.style4 .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}html.style4 .alert-secondary hr{border-top-color:#c8cbcf}html.style4 .alert-secondary .alert-link{color:#202326}html.style4 .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}html.style4 .alert-success hr{border-top-color:#b1dfbb}html.style4 .alert-success .alert-link{color:#0b2e13}html.style4 .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}html.style4 .alert-info hr{border-top-color:#abdde5}html.style4 .alert-info .alert-link{color:#062c33}html.style4 .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}html.style4 .alert-warning hr{border-top-color:#ffe8a1}html.style4 .alert-warning .alert-link{color:#533f03}html.style4 .alert-danger{color:#851919;background-color:#ffd6d6;border-color:#ffc5c5}html.style4 .alert-danger hr{border-top-color:#ffacac}html.style4 .alert-danger .alert-link{color:#5a1111}html.style4 .alert-light{color:#131417;background-color:#d3d4d5;border-color:#c2c2c4}html.style4 .alert-light hr{border-top-color:#b5b5b7}html.style4 .alert-light .alert-link{color:#000}html.style4 .alert-dark{color:#0d0e10;background-color:#d1d1d2;border-color:#bfbfc0}html.style4 .alert-dark hr{border-top-color:#b2b2b3}html.style4 .alert-dark .alert-link{color:#000}html.style4 .progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}html.style4 .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media(prefers-reduced-motion:reduce){html.style4 .progress-bar{transition:none}}html.style4 .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}html.style4 .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){html.style4 .progress-bar-animated{animation:none}}html.style4 .media{display:flex;align-items:flex-start}html.style4 .media-body{flex:1 1}html.style4 .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}html.style4 .list-group-item-action{width:100%;color:#495057;text-align:inherit}html.style4 .list-group-item-action:focus,html.style4 .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}html.style4 .list-group-item-action:active{color:#212529;background-color:#e9ecef}html.style4 .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}html.style4 .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}html.style4 .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}html.style4 .list-group-item.disabled,html.style4 .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}html.style4 .list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}html.style4 .list-group-item+html.style4 .list-group-item{border-top-width:0}html.style4 .list-group-item+html.style4 .list-group-item.active{margin-top:-1px;border-top-width:1px}html.style4 .list-group-horizontal{flex-direction:row}html.style4 .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style4 .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style4 .list-group-horizontal>.list-group-item.active{margin-top:0}html.style4 .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style4 .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){html.style4 .list-group-horizontal-sm{flex-direction:row}html.style4 .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style4 .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style4 .list-group-horizontal-sm>.list-group-item.active{margin-top:0}html.style4 .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style4 .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){html.style4 .list-group-horizontal-md{flex-direction:row}html.style4 .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style4 .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style4 .list-group-horizontal-md>.list-group-item.active{margin-top:0}html.style4 .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style4 .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){html.style4 .list-group-horizontal-lg{flex-direction:row}html.style4 .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style4 .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style4 .list-group-horizontal-lg>.list-group-item.active{margin-top:0}html.style4 .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style4 .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){html.style4 .list-group-horizontal-xl{flex-direction:row}html.style4 .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style4 .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style4 .list-group-horizontal-xl>.list-group-item.active{margin-top:0}html.style4 .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style4 .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}html.style4 .list-group-flush{border-radius:0}html.style4 .list-group-flush>.list-group-item{border-width:0 0 1px}html.style4 .list-group-flush>.list-group-item:last-child{border-bottom-width:0}html.style4 .list-group-item-primary{color:#004085;background-color:#b8daff}html.style4 .list-group-item-primary.list-group-item-action:focus,html.style4 .list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}html.style4 .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}html.style4 .list-group-item-secondary{color:#383d41;background-color:#d6d8db}html.style4 .list-group-item-secondary.list-group-item-action:focus,html.style4 .list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}html.style4 .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}html.style4 .list-group-item-success{color:#155724;background-color:#c3e6cb}html.style4 .list-group-item-success.list-group-item-action:focus,html.style4 .list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}html.style4 .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}html.style4 .list-group-item-info{color:#0c5460;background-color:#bee5eb}html.style4 .list-group-item-info.list-group-item-action:focus,html.style4 .list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}html.style4 .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}html.style4 .list-group-item-warning{color:#856404;background-color:#ffeeba}html.style4 .list-group-item-warning.list-group-item-action:focus,html.style4 .list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}html.style4 .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}html.style4 .list-group-item-danger{color:#851919;background-color:#ffc5c5}html.style4 .list-group-item-danger.list-group-item-action:focus,html.style4 .list-group-item-danger.list-group-item-action:hover{color:#851919;background-color:#ffacac}html.style4 .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#851919;border-color:#851919}html.style4 .list-group-item-light{color:#131417;background-color:#c2c2c4}html.style4 .list-group-item-light.list-group-item-action:focus,html.style4 .list-group-item-light.list-group-item-action:hover{color:#131417;background-color:#b5b5b7}html.style4 .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#131417;border-color:#131417}html.style4 .list-group-item-dark{color:#0d0e10;background-color:#bfbfc0}html.style4 .list-group-item-dark.list-group-item-action:focus,html.style4 .list-group-item-dark.list-group-item-action:hover{color:#0d0e10;background-color:#b2b2b3}html.style4 .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#0d0e10;border-color:#0d0e10}html.style4 .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}html.style4 .close:hover{color:#000;text-decoration:none}html.style4 .close:not(:disabled):not(.disabled):focus,html.style4 .close:not(:disabled):not(.disabled):hover{opacity:.75}html.style4 button.close{padding:0;background-color:transparent;border:0}html.style4 a.close.disabled{pointer-events:none}html.style4 .toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}html.style4 .toast:not(:last-child){margin-bottom:.75rem}html.style4 .toast.showing{opacity:1}html.style4 .toast.show{display:block;opacity:1}html.style4 .toast.hide{display:none}html.style4 .toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style4 .toast-body{padding:.75rem}html.style4 .modal-open{overflow:hidden}html.style4 .modal-open .modal{overflow-x:hidden;overflow-y:auto}html.style4 .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}html.style4 .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade html.style4 .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade html.style4 .modal-dialog{transition:none}}.modal.show html.style4 .modal-dialog{transform:none}.modal.modal-static html.style4 .modal-dialog{transform:scale(1.02)}html.style4 .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}html.style4 .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}html.style4 .modal-dialog-scrollable .modal-footer,html.style4 .modal-dialog-scrollable .modal-header{flex-shrink:0}html.style4 .modal-dialog-scrollable .modal-body{overflow-y:auto}html.style4 .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}html.style4 .modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}html.style4 .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}html.style4 .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}html.style4 .modal-dialog-centered.modal-dialog-scrollable:before{content:none}html.style4 .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}html.style4 .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}html.style4 .modal-backdrop.fade{opacity:0}html.style4 .modal-backdrop.show{opacity:.5}html.style4 .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #eff1f2;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html.style4 .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}html.style4 .modal-title{margin-bottom:0;line-height:1.5}html.style4 .modal-body{position:relative;flex:1 1 auto;padding:1rem}html.style4 .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #eff1f2;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}html.style4 .modal-footer>*{margin:.25rem}html.style4 .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){html.style4 .modal-dialog{max-width:500px;margin:1.75rem auto}html.style4 .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}html.style4 .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}html.style4 .modal-dialog-centered{min-height:calc(100% - 3.5rem)}html.style4 .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}html.style4 .modal-sm{max-width:300px}}@media(min-width:992px){html.style4 .modal-lg,html.style4 .modal-xl{max-width:800px}}@media(min-width:1200px){html.style4 .modal-xl{max-width:1140px}}html.style4 .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}html.style4 .tooltip.show{opacity:.9}html.style4 .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}html.style4 .tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}html.style4 .bs-tooltip-auto[x-placement^=top],html.style4 .bs-tooltip-top{padding:.4rem 0}html.style4 .bs-tooltip-auto[x-placement^=top] .arrow,html.style4 .bs-tooltip-top .arrow{bottom:0}html.style4 .bs-tooltip-auto[x-placement^=top] .arrow:before,html.style4 .bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}html.style4 .bs-tooltip-auto[x-placement^=right],html.style4 .bs-tooltip-right{padding:0 .4rem}html.style4 .bs-tooltip-auto[x-placement^=right] .arrow,html.style4 .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}html.style4 .bs-tooltip-auto[x-placement^=right] .arrow:before,html.style4 .bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}html.style4 .bs-tooltip-auto[x-placement^=bottom],html.style4 .bs-tooltip-bottom{padding:.4rem 0}html.style4 .bs-tooltip-auto[x-placement^=bottom] .arrow,html.style4 .bs-tooltip-bottom .arrow{top:0}html.style4 .bs-tooltip-auto[x-placement^=bottom] .arrow:before,html.style4 .bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}html.style4 .bs-tooltip-auto[x-placement^=left],html.style4 .bs-tooltip-left{padding:0 .4rem}html.style4 .bs-tooltip-auto[x-placement^=left] .arrow,html.style4 .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}html.style4 .bs-tooltip-auto[x-placement^=left] .arrow:before,html.style4 .bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}html.style4 .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}html.style4 .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}html.style4 .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}html.style4 .popover .arrow:after,html.style4 .popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}html.style4 .bs-popover-auto[x-placement^=top],html.style4 .bs-popover-top{margin-bottom:.5rem}html.style4 .bs-popover-auto[x-placement^=top]>.arrow,html.style4 .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}html.style4 .bs-popover-auto[x-placement^=top]>.arrow:before,html.style4 .bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}html.style4 .bs-popover-auto[x-placement^=top]>.arrow:after,html.style4 .bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}html.style4 .bs-popover-auto[x-placement^=right],html.style4 .bs-popover-right{margin-left:.5rem}html.style4 .bs-popover-auto[x-placement^=right]>.arrow,html.style4 .bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}html.style4 .bs-popover-auto[x-placement^=right]>.arrow:before,html.style4 .bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}html.style4 .bs-popover-auto[x-placement^=right]>.arrow:after,html.style4 .bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}html.style4 .bs-popover-auto[x-placement^=bottom],html.style4 .bs-popover-bottom{margin-top:.5rem}html.style4 .bs-popover-auto[x-placement^=bottom]>.arrow,html.style4 .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}html.style4 .bs-popover-auto[x-placement^=bottom]>.arrow:before,html.style4 .bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}html.style4 .bs-popover-auto[x-placement^=bottom]>.arrow:after,html.style4 .bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}html.style4 .bs-popover-auto[x-placement^=bottom] .popover-header:before,html.style4 .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}html.style4 .bs-popover-auto[x-placement^=left],html.style4 .bs-popover-left{margin-right:.5rem}html.style4 .bs-popover-auto[x-placement^=left]>.arrow,html.style4 .bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}html.style4 .bs-popover-auto[x-placement^=left]>.arrow:before,html.style4 .bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}html.style4 .bs-popover-auto[x-placement^=left]>.arrow:after,html.style4 .bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}html.style4 .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html.style4 .popover-header:empty{display:none}html.style4 .popover-body{padding:.5rem .75rem;color:#212529}html.style4 .carousel{position:relative}html.style4 .carousel.pointer-event{touch-action:pan-y}html.style4 .carousel-inner{position:relative;width:100%;overflow:hidden}html.style4 .carousel-inner:after{display:block;clear:both;content:""}html.style4 .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){html.style4 .carousel-item{transition:none}}html.style4 .carousel-item-next,html.style4 .carousel-item-prev,html.style4 .carousel-item.active{display:block}html.style4 .active.carousel-item-right,html.style4 .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}html.style4 .active.carousel-item-left,html.style4 .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}html.style4 .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}html.style4 .carousel-fade .carousel-item-next.carousel-item-left,html.style4 .carousel-fade .carousel-item-prev.carousel-item-right,html.style4 .carousel-fade .carousel-item.active{z-index:1;opacity:1}html.style4 .carousel-fade .active.carousel-item-left,html.style4 .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){html.style4 .carousel-fade .active.carousel-item-left,html.style4 .carousel-fade .active.carousel-item-right{transition:none}}html.style4 .carousel-control-next,html.style4 .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){html.style4 .carousel-control-next,html.style4 .carousel-control-prev{transition:none}}html.style4 .carousel-control-next:focus,html.style4 .carousel-control-next:hover,html.style4 .carousel-control-prev:focus,html.style4 .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}html.style4 .carousel-control-prev{left:0}html.style4 .carousel-control-next{right:0}html.style4 .carousel-control-next-icon,html.style4 .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}html.style4 .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}html.style4 .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}html.style4 .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}html.style4 .carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){html.style4 .carousel-indicators li{transition:none}}html.style4 .carousel-indicators .active{opacity:1}html.style4 .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}html.style4 .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}html.style4 .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}html.style4 .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}html.style4 .spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){html.style4 .spinner-border,html.style4 .spinner-grow{animation-duration:1.5s}}html.style4 .align-baseline{vertical-align:baseline!important}html.style4 .align-top{vertical-align:top!important}html.style4 .align-middle{vertical-align:middle!important}html.style4 .align-bottom{vertical-align:bottom!important}html.style4 .align-text-bottom{vertical-align:text-bottom!important}html.style4 .align-text-top{vertical-align:text-top!important}html.style4 .bg-primary{background-color:#007bff!important}html.style4 a.bg-primary:focus,html.style4 a.bg-primary:hover,html.style4 button.bg-primary:focus,html.style4 button.bg-primary:hover{background-color:#0062cc!important}html.style4 .bg-secondary{background-color:#6c757d!important}html.style4 a.bg-secondary:focus,html.style4 a.bg-secondary:hover,html.style4 button.bg-secondary:focus,html.style4 button.bg-secondary:hover{background-color:#545b62!important}html.style4 .bg-success{background-color:#28a745!important}html.style4 a.bg-success:focus,html.style4 a.bg-success:hover,html.style4 button.bg-success:focus,html.style4 button.bg-success:hover{background-color:#1e7e34!important}html.style4 .bg-info{background-color:#17a2b8!important}html.style4 a.bg-info:focus,html.style4 a.bg-info:hover,html.style4 button.bg-info:focus,html.style4 button.bg-info:hover{background-color:#117a8b!important}html.style4 .bg-warning{background-color:#ffc107!important}html.style4 a.bg-warning:focus,html.style4 a.bg-warning:hover,html.style4 button.bg-warning:focus,html.style4 button.bg-warning:hover{background-color:#d39e00!important}html.style4 .bg-danger{background-color:#ff3030!important}html.style4 a.bg-danger:focus,html.style4 a.bg-danger:hover,html.style4 button.bg-danger:focus,html.style4 button.bg-danger:hover{background-color:#fc0000!important}html.style4 .bg-light{background-color:#25262c!important}html.style4 a.bg-light:focus,html.style4 a.bg-light:hover,html.style4 button.bg-light:focus,html.style4 button.bg-light:hover{background-color:#0e0e10!important}html.style4 .bg-dark{background-color:#191b1f!important}html.style4 a.bg-dark:focus,html.style4 a.bg-dark:hover,html.style4 button.bg-dark:focus,html.style4 button.bg-dark:hover{background-color:#020203!important}html.style4 .bg-white{background-color:#fff!important}html.style4 .border{border:1px solid #eff1f2!important}html.style4 .border-top{border-top:1px solid #eff1f2!important}html.style4 .border-right{border-right:1px solid #eff1f2!important}html.style4 .border-bottom{border-bottom:1px solid #eff1f2!important}html.style4 .border-left{border-left:1px solid #eff1f2!important}html.style4 .border-0{border:0!important}html.style4 .border-top-0{border-top:0!important}html.style4 .border-right-0{border-right:0!important}html.style4 .border-bottom-0{border-bottom:0!important}html.style4 .border-left-0{border-left:0!important}html.style4 .border-primary{border-color:#007bff!important}html.style4 .border-secondary{border-color:#6c757d!important}html.style4 .border-success{border-color:#28a745!important}html.style4 .border-info{border-color:#17a2b8!important}html.style4 .border-warning{border-color:#ffc107!important}html.style4 .border-danger{border-color:#ff3030!important}html.style4 .border-light{border-color:#25262c!important}html.style4 .border-dark{border-color:#191b1f!important}html.style4 .border-white{border-color:#fff!important}html.style4 .rounded-sm{border-radius:.2rem!important}html.style4 .rounded{border-radius:.25rem!important}html.style4 .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}html.style4 .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}html.style4 .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}html.style4 .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}html.style4 .rounded-lg{border-radius:.3rem!important}html.style4 .rounded-circle{border-radius:50%!important}html.style4 .rounded-pill{border-radius:50rem!important}html.style4 .rounded-0{border-radius:0!important}html.style4 .clearfix:after{display:block;clear:both;content:""}html.style4 .d-none{display:none!important}html.style4 .d-inline{display:inline!important}html.style4 .d-inline-block{display:inline-block!important}html.style4 .d-block{display:block!important}html.style4 .d-table{display:table!important}html.style4 .d-table-row{display:table-row!important}html.style4 .d-table-cell{display:table-cell!important}html.style4 .d-flex{display:flex!important}html.style4 .d-inline-flex{display:inline-flex!important}@media(min-width:576px){html.style4 .d-sm-none{display:none!important}html.style4 .d-sm-inline{display:inline!important}html.style4 .d-sm-inline-block{display:inline-block!important}html.style4 .d-sm-block{display:block!important}html.style4 .d-sm-table{display:table!important}html.style4 .d-sm-table-row{display:table-row!important}html.style4 .d-sm-table-cell{display:table-cell!important}html.style4 .d-sm-flex{display:flex!important}html.style4 .d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){html.style4 .d-md-none{display:none!important}html.style4 .d-md-inline{display:inline!important}html.style4 .d-md-inline-block{display:inline-block!important}html.style4 .d-md-block{display:block!important}html.style4 .d-md-table{display:table!important}html.style4 .d-md-table-row{display:table-row!important}html.style4 .d-md-table-cell{display:table-cell!important}html.style4 .d-md-flex{display:flex!important}html.style4 .d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){html.style4 .d-lg-none{display:none!important}html.style4 .d-lg-inline{display:inline!important}html.style4 .d-lg-inline-block{display:inline-block!important}html.style4 .d-lg-block{display:block!important}html.style4 .d-lg-table{display:table!important}html.style4 .d-lg-table-row{display:table-row!important}html.style4 .d-lg-table-cell{display:table-cell!important}html.style4 .d-lg-flex{display:flex!important}html.style4 .d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){html.style4 .d-xl-none{display:none!important}html.style4 .d-xl-inline{display:inline!important}html.style4 .d-xl-inline-block{display:inline-block!important}html.style4 .d-xl-block{display:block!important}html.style4 .d-xl-table{display:table!important}html.style4 .d-xl-table-row{display:table-row!important}html.style4 .d-xl-table-cell{display:table-cell!important}html.style4 .d-xl-flex{display:flex!important}html.style4 .d-xl-inline-flex{display:inline-flex!important}}@media print{html.style4 .d-print-none{display:none!important}html.style4 .d-print-inline{display:inline!important}html.style4 .d-print-inline-block{display:inline-block!important}html.style4 .d-print-block{display:block!important}html.style4 .d-print-table{display:table!important}html.style4 .d-print-table-row{display:table-row!important}html.style4 .d-print-table-cell{display:table-cell!important}html.style4 .d-print-flex{display:flex!important}html.style4 .d-print-inline-flex{display:inline-flex!important}}html.style4 .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}html.style4 .embed-responsive:before{display:block;content:""}html.style4 .embed-responsive .embed-responsive-item,html.style4 .embed-responsive embed,html.style4 .embed-responsive iframe,html.style4 .embed-responsive object,html.style4 .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}html.style4 .embed-responsive-21by9:before{padding-top:42.85714286%}html.style4 .embed-responsive-16by9:before{padding-top:56.25%}html.style4 .embed-responsive-4by3:before{padding-top:75%}html.style4 .embed-responsive-1by1:before{padding-top:100%}html.style4 .flex-row{flex-direction:row!important}html.style4 .flex-column{flex-direction:column!important}html.style4 .flex-row-reverse{flex-direction:row-reverse!important}html.style4 .flex-column-reverse{flex-direction:column-reverse!important}html.style4 .flex-wrap{flex-wrap:wrap!important}html.style4 .flex-nowrap{flex-wrap:nowrap!important}html.style4 .flex-wrap-reverse{flex-wrap:wrap-reverse!important}html.style4 .flex-fill{flex:1 1 auto!important}html.style4 .flex-grow-0{flex-grow:0!important}html.style4 .flex-grow-1{flex-grow:1!important}html.style4 .flex-shrink-0{flex-shrink:0!important}html.style4 .flex-shrink-1{flex-shrink:1!important}html.style4 .justify-content-start{justify-content:flex-start!important}html.style4 .justify-content-end{justify-content:flex-end!important}html.style4 .justify-content-center{justify-content:center!important}html.style4 .justify-content-between{justify-content:space-between!important}html.style4 .justify-content-around{justify-content:space-around!important}html.style4 .align-items-start{align-items:flex-start!important}html.style4 .align-items-end{align-items:flex-end!important}html.style4 .align-items-center{align-items:center!important}html.style4 .align-items-baseline{align-items:baseline!important}html.style4 .align-items-stretch{align-items:stretch!important}html.style4 .align-content-start{align-content:flex-start!important}html.style4 .align-content-end{align-content:flex-end!important}html.style4 .align-content-center{align-content:center!important}html.style4 .align-content-between{align-content:space-between!important}html.style4 .align-content-around{align-content:space-around!important}html.style4 .align-content-stretch{align-content:stretch!important}html.style4 .align-self-auto{align-self:auto!important}html.style4 .align-self-start{align-self:flex-start!important}html.style4 .align-self-end{align-self:flex-end!important}html.style4 .align-self-center{align-self:center!important}html.style4 .align-self-baseline{align-self:baseline!important}html.style4 .align-self-stretch{align-self:stretch!important}@media(min-width:576px){html.style4 .flex-sm-row{flex-direction:row!important}html.style4 .flex-sm-column{flex-direction:column!important}html.style4 .flex-sm-row-reverse{flex-direction:row-reverse!important}html.style4 .flex-sm-column-reverse{flex-direction:column-reverse!important}html.style4 .flex-sm-wrap{flex-wrap:wrap!important}html.style4 .flex-sm-nowrap{flex-wrap:nowrap!important}html.style4 .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}html.style4 .flex-sm-fill{flex:1 1 auto!important}html.style4 .flex-sm-grow-0{flex-grow:0!important}html.style4 .flex-sm-grow-1{flex-grow:1!important}html.style4 .flex-sm-shrink-0{flex-shrink:0!important}html.style4 .flex-sm-shrink-1{flex-shrink:1!important}html.style4 .justify-content-sm-start{justify-content:flex-start!important}html.style4 .justify-content-sm-end{justify-content:flex-end!important}html.style4 .justify-content-sm-center{justify-content:center!important}html.style4 .justify-content-sm-between{justify-content:space-between!important}html.style4 .justify-content-sm-around{justify-content:space-around!important}html.style4 .align-items-sm-start{align-items:flex-start!important}html.style4 .align-items-sm-end{align-items:flex-end!important}html.style4 .align-items-sm-center{align-items:center!important}html.style4 .align-items-sm-baseline{align-items:baseline!important}html.style4 .align-items-sm-stretch{align-items:stretch!important}html.style4 .align-content-sm-start{align-content:flex-start!important}html.style4 .align-content-sm-end{align-content:flex-end!important}html.style4 .align-content-sm-center{align-content:center!important}html.style4 .align-content-sm-between{align-content:space-between!important}html.style4 .align-content-sm-around{align-content:space-around!important}html.style4 .align-content-sm-stretch{align-content:stretch!important}html.style4 .align-self-sm-auto{align-self:auto!important}html.style4 .align-self-sm-start{align-self:flex-start!important}html.style4 .align-self-sm-end{align-self:flex-end!important}html.style4 .align-self-sm-center{align-self:center!important}html.style4 .align-self-sm-baseline{align-self:baseline!important}html.style4 .align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){html.style4 .flex-md-row{flex-direction:row!important}html.style4 .flex-md-column{flex-direction:column!important}html.style4 .flex-md-row-reverse{flex-direction:row-reverse!important}html.style4 .flex-md-column-reverse{flex-direction:column-reverse!important}html.style4 .flex-md-wrap{flex-wrap:wrap!important}html.style4 .flex-md-nowrap{flex-wrap:nowrap!important}html.style4 .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}html.style4 .flex-md-fill{flex:1 1 auto!important}html.style4 .flex-md-grow-0{flex-grow:0!important}html.style4 .flex-md-grow-1{flex-grow:1!important}html.style4 .flex-md-shrink-0{flex-shrink:0!important}html.style4 .flex-md-shrink-1{flex-shrink:1!important}html.style4 .justify-content-md-start{justify-content:flex-start!important}html.style4 .justify-content-md-end{justify-content:flex-end!important}html.style4 .justify-content-md-center{justify-content:center!important}html.style4 .justify-content-md-between{justify-content:space-between!important}html.style4 .justify-content-md-around{justify-content:space-around!important}html.style4 .align-items-md-start{align-items:flex-start!important}html.style4 .align-items-md-end{align-items:flex-end!important}html.style4 .align-items-md-center{align-items:center!important}html.style4 .align-items-md-baseline{align-items:baseline!important}html.style4 .align-items-md-stretch{align-items:stretch!important}html.style4 .align-content-md-start{align-content:flex-start!important}html.style4 .align-content-md-end{align-content:flex-end!important}html.style4 .align-content-md-center{align-content:center!important}html.style4 .align-content-md-between{align-content:space-between!important}html.style4 .align-content-md-around{align-content:space-around!important}html.style4 .align-content-md-stretch{align-content:stretch!important}html.style4 .align-self-md-auto{align-self:auto!important}html.style4 .align-self-md-start{align-self:flex-start!important}html.style4 .align-self-md-end{align-self:flex-end!important}html.style4 .align-self-md-center{align-self:center!important}html.style4 .align-self-md-baseline{align-self:baseline!important}html.style4 .align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){html.style4 .flex-lg-row{flex-direction:row!important}html.style4 .flex-lg-column{flex-direction:column!important}html.style4 .flex-lg-row-reverse{flex-direction:row-reverse!important}html.style4 .flex-lg-column-reverse{flex-direction:column-reverse!important}html.style4 .flex-lg-wrap{flex-wrap:wrap!important}html.style4 .flex-lg-nowrap{flex-wrap:nowrap!important}html.style4 .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}html.style4 .flex-lg-fill{flex:1 1 auto!important}html.style4 .flex-lg-grow-0{flex-grow:0!important}html.style4 .flex-lg-grow-1{flex-grow:1!important}html.style4 .flex-lg-shrink-0{flex-shrink:0!important}html.style4 .flex-lg-shrink-1{flex-shrink:1!important}html.style4 .justify-content-lg-start{justify-content:flex-start!important}html.style4 .justify-content-lg-end{justify-content:flex-end!important}html.style4 .justify-content-lg-center{justify-content:center!important}html.style4 .justify-content-lg-between{justify-content:space-between!important}html.style4 .justify-content-lg-around{justify-content:space-around!important}html.style4 .align-items-lg-start{align-items:flex-start!important}html.style4 .align-items-lg-end{align-items:flex-end!important}html.style4 .align-items-lg-center{align-items:center!important}html.style4 .align-items-lg-baseline{align-items:baseline!important}html.style4 .align-items-lg-stretch{align-items:stretch!important}html.style4 .align-content-lg-start{align-content:flex-start!important}html.style4 .align-content-lg-end{align-content:flex-end!important}html.style4 .align-content-lg-center{align-content:center!important}html.style4 .align-content-lg-between{align-content:space-between!important}html.style4 .align-content-lg-around{align-content:space-around!important}html.style4 .align-content-lg-stretch{align-content:stretch!important}html.style4 .align-self-lg-auto{align-self:auto!important}html.style4 .align-self-lg-start{align-self:flex-start!important}html.style4 .align-self-lg-end{align-self:flex-end!important}html.style4 .align-self-lg-center{align-self:center!important}html.style4 .align-self-lg-baseline{align-self:baseline!important}html.style4 .align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){html.style4 .flex-xl-row{flex-direction:row!important}html.style4 .flex-xl-column{flex-direction:column!important}html.style4 .flex-xl-row-reverse{flex-direction:row-reverse!important}html.style4 .flex-xl-column-reverse{flex-direction:column-reverse!important}html.style4 .flex-xl-wrap{flex-wrap:wrap!important}html.style4 .flex-xl-nowrap{flex-wrap:nowrap!important}html.style4 .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}html.style4 .flex-xl-fill{flex:1 1 auto!important}html.style4 .flex-xl-grow-0{flex-grow:0!important}html.style4 .flex-xl-grow-1{flex-grow:1!important}html.style4 .flex-xl-shrink-0{flex-shrink:0!important}html.style4 .flex-xl-shrink-1{flex-shrink:1!important}html.style4 .justify-content-xl-start{justify-content:flex-start!important}html.style4 .justify-content-xl-end{justify-content:flex-end!important}html.style4 .justify-content-xl-center{justify-content:center!important}html.style4 .justify-content-xl-between{justify-content:space-between!important}html.style4 .justify-content-xl-around{justify-content:space-around!important}html.style4 .align-items-xl-start{align-items:flex-start!important}html.style4 .align-items-xl-end{align-items:flex-end!important}html.style4 .align-items-xl-center{align-items:center!important}html.style4 .align-items-xl-baseline{align-items:baseline!important}html.style4 .align-items-xl-stretch{align-items:stretch!important}html.style4 .align-content-xl-start{align-content:flex-start!important}html.style4 .align-content-xl-end{align-content:flex-end!important}html.style4 .align-content-xl-center{align-content:center!important}html.style4 .align-content-xl-between{align-content:space-between!important}html.style4 .align-content-xl-around{align-content:space-around!important}html.style4 .align-content-xl-stretch{align-content:stretch!important}html.style4 .align-self-xl-auto{align-self:auto!important}html.style4 .align-self-xl-start{align-self:flex-start!important}html.style4 .align-self-xl-end{align-self:flex-end!important}html.style4 .align-self-xl-center{align-self:center!important}html.style4 .align-self-xl-baseline{align-self:baseline!important}html.style4 .align-self-xl-stretch{align-self:stretch!important}}html.style4 .float-left{float:left!important}html.style4 .float-right{float:right!important}html.style4 .float-none{float:none!important}@media(min-width:576px){html.style4 .float-sm-left{float:left!important}html.style4 .float-sm-right{float:right!important}html.style4 .float-sm-none{float:none!important}}@media(min-width:768px){html.style4 .float-md-left{float:left!important}html.style4 .float-md-right{float:right!important}html.style4 .float-md-none{float:none!important}}@media(min-width:992px){html.style4 .float-lg-left{float:left!important}html.style4 .float-lg-right{float:right!important}html.style4 .float-lg-none{float:none!important}}@media(min-width:1200px){html.style4 .float-xl-left{float:left!important}html.style4 .float-xl-right{float:right!important}html.style4 .float-xl-none{float:none!important}}html.style4 .user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}html.style4 .user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}html.style4 .user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}html.style4 .overflow-auto{overflow:auto!important}html.style4 .overflow-hidden{overflow:hidden!important}html.style4 .position-static{position:static!important}html.style4 .position-relative{position:relative!important}html.style4 .position-absolute{position:absolute!important}html.style4 .position-fixed{position:fixed!important}html.style4 .position-sticky{position:-webkit-sticky!important;position:sticky!important}html.style4 .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}html.style4 .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports((position:-webkit-sticky) or (position:sticky)){html.style4 .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}html.style4 .sr-only{white-space:nowrap}html.style4 .sr-only-focusable:active,html.style4 .sr-only-focusable:focus{white-space:normal}html.style4 .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}html.style4 .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}html.style4 .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}html.style4 .shadow-none{box-shadow:none!important}html.style4 .w-25{width:25%!important}html.style4 .w-50{width:50%!important}html.style4 .w-75{width:75%!important}html.style4 .w-100{width:100%!important}html.style4 .w-auto{width:auto!important}html.style4 .h-25{height:25%!important}html.style4 .h-50{height:50%!important}html.style4 .h-75{height:75%!important}html.style4 .h-100{height:100%!important}html.style4 .h-auto{height:auto!important}html.style4 .mw-100{max-width:100%!important}html.style4 .mh-100{max-height:100%!important}html.style4 .min-vw-100{min-width:100vw!important}html.style4 .min-vh-100{min-height:100vh!important}html.style4 .vw-100{width:100vw!important}html.style4 .vh-100{height:100vh!important}html.style4 .mt-0,html.style4 .my-0{margin-top:0!important}html.style4 .mr-0,html.style4 .mx-0{margin-right:0!important}html.style4 .mb-0,html.style4 .my-0{margin-bottom:0!important}html.style4 .ml-0,html.style4 .mx-0{margin-left:0!important}html.style4 .m-1{margin:.25rem!important}html.style4 .mt-1,html.style4 .my-1{margin-top:.25rem!important}html.style4 .mr-1,html.style4 .mx-1{margin-right:.25rem!important}html.style4 .mb-1,html.style4 .my-1{margin-bottom:.25rem!important}html.style4 .ml-1,html.style4 .mx-1{margin-left:.25rem!important}html.style4 .m-2{margin:.5rem!important}html.style4 .mt-2,html.style4 .my-2{margin-top:.5rem!important}html.style4 .mr-2,html.style4 .mx-2{margin-right:.5rem!important}html.style4 .mb-2,html.style4 .my-2{margin-bottom:.5rem!important}html.style4 .ml-2,html.style4 .mx-2{margin-left:.5rem!important}html.style4 .m-3{margin:1rem!important}html.style4 .mt-3,html.style4 .my-3{margin-top:1rem!important}html.style4 .mr-3,html.style4 .mx-3{margin-right:1rem!important}html.style4 .mb-3,html.style4 .my-3{margin-bottom:1rem!important}html.style4 .ml-3,html.style4 .mx-3{margin-left:1rem!important}html.style4 .m-4{margin:1.5rem!important}html.style4 .mt-4,html.style4 .my-4{margin-top:1.5rem!important}html.style4 .mr-4,html.style4 .mx-4{margin-right:1.5rem!important}html.style4 .mb-4,html.style4 .my-4{margin-bottom:1.5rem!important}html.style4 .ml-4,html.style4 .mx-4{margin-left:1.5rem!important}html.style4 .m-5{margin:3rem!important}html.style4 .mt-5,html.style4 .my-5{margin-top:3rem!important}html.style4 .mr-5,html.style4 .mx-5{margin-right:3rem!important}html.style4 .mb-5,html.style4 .my-5{margin-bottom:3rem!important}html.style4 .ml-5,html.style4 .mx-5{margin-left:3rem!important}html.style4 .p-0{padding:0!important}html.style4 .pt-0,html.style4 .py-0{padding-top:0!important}html.style4 .pr-0,html.style4 .px-0{padding-right:0!important}html.style4 .pb-0,html.style4 .py-0{padding-bottom:0!important}html.style4 .pl-0,html.style4 .px-0{padding-left:0!important}html.style4 .p-1{padding:.25rem!important}html.style4 .pt-1,html.style4 .py-1{padding-top:.25rem!important}html.style4 .pr-1,html.style4 .px-1{padding-right:.25rem!important}html.style4 .pb-1,html.style4 .py-1{padding-bottom:.25rem!important}html.style4 .pl-1,html.style4 .px-1{padding-left:.25rem!important}html.style4 .p-2{padding:.5rem!important}html.style4 .pt-2,html.style4 .py-2{padding-top:.5rem!important}html.style4 .pr-2,html.style4 .px-2{padding-right:.5rem!important}html.style4 .pb-2,html.style4 .py-2{padding-bottom:.5rem!important}html.style4 .pl-2,html.style4 .px-2{padding-left:.5rem!important}html.style4 .p-3{padding:1rem!important}html.style4 .pt-3,html.style4 .py-3{padding-top:1rem!important}html.style4 .pr-3,html.style4 .px-3{padding-right:1rem!important}html.style4 .pb-3,html.style4 .py-3{padding-bottom:1rem!important}html.style4 .pl-3,html.style4 .px-3{padding-left:1rem!important}html.style4 .p-4{padding:1.5rem!important}html.style4 .pt-4,html.style4 .py-4{padding-top:1.5rem!important}html.style4 .pr-4,html.style4 .px-4{padding-right:1.5rem!important}html.style4 .pb-4,html.style4 .py-4{padding-bottom:1.5rem!important}html.style4 .pl-4,html.style4 .px-4{padding-left:1.5rem!important}html.style4 .p-5{padding:3rem!important}html.style4 .pt-5,html.style4 .py-5{padding-top:3rem!important}html.style4 .pr-5,html.style4 .px-5{padding-right:3rem!important}html.style4 .pb-5,html.style4 .py-5{padding-bottom:3rem!important}html.style4 .pl-5,html.style4 .px-5{padding-left:3rem!important}html.style4 .m-n1{margin:-.25rem!important}html.style4 .mt-n1,html.style4 .my-n1{margin-top:-.25rem!important}html.style4 .mr-n1,html.style4 .mx-n1{margin-right:-.25rem!important}html.style4 .mb-n1,html.style4 .my-n1{margin-bottom:-.25rem!important}html.style4 .ml-n1,html.style4 .mx-n1{margin-left:-.25rem!important}html.style4 .m-n2{margin:-.5rem!important}html.style4 .mt-n2,html.style4 .my-n2{margin-top:-.5rem!important}html.style4 .mr-n2,html.style4 .mx-n2{margin-right:-.5rem!important}html.style4 .mb-n2,html.style4 .my-n2{margin-bottom:-.5rem!important}html.style4 .ml-n2,html.style4 .mx-n2{margin-left:-.5rem!important}html.style4 .m-n3{margin:-1rem!important}html.style4 .mt-n3,html.style4 .my-n3{margin-top:-1rem!important}html.style4 .mr-n3,html.style4 .mx-n3{margin-right:-1rem!important}html.style4 .mb-n3,html.style4 .my-n3{margin-bottom:-1rem!important}html.style4 .ml-n3,html.style4 .mx-n3{margin-left:-1rem!important}html.style4 .m-n4{margin:-1.5rem!important}html.style4 .mt-n4,html.style4 .my-n4{margin-top:-1.5rem!important}html.style4 .mr-n4,html.style4 .mx-n4{margin-right:-1.5rem!important}html.style4 .mb-n4,html.style4 .my-n4{margin-bottom:-1.5rem!important}html.style4 .ml-n4,html.style4 .mx-n4{margin-left:-1.5rem!important}html.style4 .m-n5{margin:-3rem!important}html.style4 .mt-n5,html.style4 .my-n5{margin-top:-3rem!important}html.style4 .mr-n5,html.style4 .mx-n5{margin-right:-3rem!important}html.style4 .mb-n5,html.style4 .my-n5{margin-bottom:-3rem!important}html.style4 .ml-n5,html.style4 .mx-n5{margin-left:-3rem!important}html.style4 .m-auto{margin:auto!important}html.style4 .mt-auto,html.style4 .my-auto{margin-top:auto!important}html.style4 .mr-auto,html.style4 .mx-auto{margin-right:auto!important}html.style4 .mb-auto,html.style4 .my-auto{margin-bottom:auto!important}html.style4 .ml-auto,html.style4 .mx-auto{margin-left:auto!important}@media(min-width:576px){html.style4 .m-sm-0{margin:0!important}html.style4 .mt-sm-0,html.style4 .my-sm-0{margin-top:0!important}html.style4 .mr-sm-0,html.style4 .mx-sm-0{margin-right:0!important}html.style4 .mb-sm-0,html.style4 .my-sm-0{margin-bottom:0!important}html.style4 .ml-sm-0,html.style4 .mx-sm-0{margin-left:0!important}html.style4 .m-sm-1{margin:.25rem!important}html.style4 .mt-sm-1,html.style4 .my-sm-1{margin-top:.25rem!important}html.style4 .mr-sm-1,html.style4 .mx-sm-1{margin-right:.25rem!important}html.style4 .mb-sm-1,html.style4 .my-sm-1{margin-bottom:.25rem!important}html.style4 .ml-sm-1,html.style4 .mx-sm-1{margin-left:.25rem!important}html.style4 .m-sm-2{margin:.5rem!important}html.style4 .mt-sm-2,html.style4 .my-sm-2{margin-top:.5rem!important}html.style4 .mr-sm-2,html.style4 .mx-sm-2{margin-right:.5rem!important}html.style4 .mb-sm-2,html.style4 .my-sm-2{margin-bottom:.5rem!important}html.style4 .ml-sm-2,html.style4 .mx-sm-2{margin-left:.5rem!important}html.style4 .m-sm-3{margin:1rem!important}html.style4 .mt-sm-3,html.style4 .my-sm-3{margin-top:1rem!important}html.style4 .mr-sm-3,html.style4 .mx-sm-3{margin-right:1rem!important}html.style4 .mb-sm-3,html.style4 .my-sm-3{margin-bottom:1rem!important}html.style4 .ml-sm-3,html.style4 .mx-sm-3{margin-left:1rem!important}html.style4 .m-sm-4{margin:1.5rem!important}html.style4 .mt-sm-4,html.style4 .my-sm-4{margin-top:1.5rem!important}html.style4 .mr-sm-4,html.style4 .mx-sm-4{margin-right:1.5rem!important}html.style4 .mb-sm-4,html.style4 .my-sm-4{margin-bottom:1.5rem!important}html.style4 .ml-sm-4,html.style4 .mx-sm-4{margin-left:1.5rem!important}html.style4 .m-sm-5{margin:3rem!important}html.style4 .mt-sm-5,html.style4 .my-sm-5{margin-top:3rem!important}html.style4 .mr-sm-5,html.style4 .mx-sm-5{margin-right:3rem!important}html.style4 .mb-sm-5,html.style4 .my-sm-5{margin-bottom:3rem!important}html.style4 .ml-sm-5,html.style4 .mx-sm-5{margin-left:3rem!important}html.style4 .p-sm-0{padding:0!important}html.style4 .pt-sm-0,html.style4 .py-sm-0{padding-top:0!important}html.style4 .pr-sm-0,html.style4 .px-sm-0{padding-right:0!important}html.style4 .pb-sm-0,html.style4 .py-sm-0{padding-bottom:0!important}html.style4 .pl-sm-0,html.style4 .px-sm-0{padding-left:0!important}html.style4 .p-sm-1{padding:.25rem!important}html.style4 .pt-sm-1,html.style4 .py-sm-1{padding-top:.25rem!important}html.style4 .pr-sm-1,html.style4 .px-sm-1{padding-right:.25rem!important}html.style4 .pb-sm-1,html.style4 .py-sm-1{padding-bottom:.25rem!important}html.style4 .pl-sm-1,html.style4 .px-sm-1{padding-left:.25rem!important}html.style4 .p-sm-2{padding:.5rem!important}html.style4 .pt-sm-2,html.style4 .py-sm-2{padding-top:.5rem!important}html.style4 .pr-sm-2,html.style4 .px-sm-2{padding-right:.5rem!important}html.style4 .pb-sm-2,html.style4 .py-sm-2{padding-bottom:.5rem!important}html.style4 .pl-sm-2,html.style4 .px-sm-2{padding-left:.5rem!important}html.style4 .p-sm-3{padding:1rem!important}html.style4 .pt-sm-3,html.style4 .py-sm-3{padding-top:1rem!important}html.style4 .pr-sm-3,html.style4 .px-sm-3{padding-right:1rem!important}html.style4 .pb-sm-3,html.style4 .py-sm-3{padding-bottom:1rem!important}html.style4 .pl-sm-3,html.style4 .px-sm-3{padding-left:1rem!important}html.style4 .p-sm-4{padding:1.5rem!important}html.style4 .pt-sm-4,html.style4 .py-sm-4{padding-top:1.5rem!important}html.style4 .pr-sm-4,html.style4 .px-sm-4{padding-right:1.5rem!important}html.style4 .pb-sm-4,html.style4 .py-sm-4{padding-bottom:1.5rem!important}html.style4 .pl-sm-4,html.style4 .px-sm-4{padding-left:1.5rem!important}html.style4 .p-sm-5{padding:3rem!important}html.style4 .pt-sm-5,html.style4 .py-sm-5{padding-top:3rem!important}html.style4 .pr-sm-5,html.style4 .px-sm-5{padding-right:3rem!important}html.style4 .pb-sm-5,html.style4 .py-sm-5{padding-bottom:3rem!important}html.style4 .pl-sm-5,html.style4 .px-sm-5{padding-left:3rem!important}html.style4 .m-sm-n1{margin:-.25rem!important}html.style4 .mt-sm-n1,html.style4 .my-sm-n1{margin-top:-.25rem!important}html.style4 .mr-sm-n1,html.style4 .mx-sm-n1{margin-right:-.25rem!important}html.style4 .mb-sm-n1,html.style4 .my-sm-n1{margin-bottom:-.25rem!important}html.style4 .ml-sm-n1,html.style4 .mx-sm-n1{margin-left:-.25rem!important}html.style4 .m-sm-n2{margin:-.5rem!important}html.style4 .mt-sm-n2,html.style4 .my-sm-n2{margin-top:-.5rem!important}html.style4 .mr-sm-n2,html.style4 .mx-sm-n2{margin-right:-.5rem!important}html.style4 .mb-sm-n2,html.style4 .my-sm-n2{margin-bottom:-.5rem!important}html.style4 .ml-sm-n2,html.style4 .mx-sm-n2{margin-left:-.5rem!important}html.style4 .m-sm-n3{margin:-1rem!important}html.style4 .mt-sm-n3,html.style4 .my-sm-n3{margin-top:-1rem!important}html.style4 .mr-sm-n3,html.style4 .mx-sm-n3{margin-right:-1rem!important}html.style4 .mb-sm-n3,html.style4 .my-sm-n3{margin-bottom:-1rem!important}html.style4 .ml-sm-n3,html.style4 .mx-sm-n3{margin-left:-1rem!important}html.style4 .m-sm-n4{margin:-1.5rem!important}html.style4 .mt-sm-n4,html.style4 .my-sm-n4{margin-top:-1.5rem!important}html.style4 .mr-sm-n4,html.style4 .mx-sm-n4{margin-right:-1.5rem!important}html.style4 .mb-sm-n4,html.style4 .my-sm-n4{margin-bottom:-1.5rem!important}html.style4 .ml-sm-n4,html.style4 .mx-sm-n4{margin-left:-1.5rem!important}html.style4 .m-sm-n5{margin:-3rem!important}html.style4 .mt-sm-n5,html.style4 .my-sm-n5{margin-top:-3rem!important}html.style4 .mr-sm-n5,html.style4 .mx-sm-n5{margin-right:-3rem!important}html.style4 .mb-sm-n5,html.style4 .my-sm-n5{margin-bottom:-3rem!important}html.style4 .ml-sm-n5,html.style4 .mx-sm-n5{margin-left:-3rem!important}html.style4 .m-sm-auto{margin:auto!important}html.style4 .mt-sm-auto,html.style4 .my-sm-auto{margin-top:auto!important}html.style4 .mr-sm-auto,html.style4 .mx-sm-auto{margin-right:auto!important}html.style4 .mb-sm-auto,html.style4 .my-sm-auto{margin-bottom:auto!important}html.style4 .ml-sm-auto,html.style4 .mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){html.style4 .m-md-0{margin:0!important}html.style4 .mt-md-0,html.style4 .my-md-0{margin-top:0!important}html.style4 .mr-md-0,html.style4 .mx-md-0{margin-right:0!important}html.style4 .mb-md-0,html.style4 .my-md-0{margin-bottom:0!important}html.style4 .ml-md-0,html.style4 .mx-md-0{margin-left:0!important}html.style4 .m-md-1{margin:.25rem!important}html.style4 .mt-md-1,html.style4 .my-md-1{margin-top:.25rem!important}html.style4 .mr-md-1,html.style4 .mx-md-1{margin-right:.25rem!important}html.style4 .mb-md-1,html.style4 .my-md-1{margin-bottom:.25rem!important}html.style4 .ml-md-1,html.style4 .mx-md-1{margin-left:.25rem!important}html.style4 .m-md-2{margin:.5rem!important}html.style4 .mt-md-2,html.style4 .my-md-2{margin-top:.5rem!important}html.style4 .mr-md-2,html.style4 .mx-md-2{margin-right:.5rem!important}html.style4 .mb-md-2,html.style4 .my-md-2{margin-bottom:.5rem!important}html.style4 .ml-md-2,html.style4 .mx-md-2{margin-left:.5rem!important}html.style4 .m-md-3{margin:1rem!important}html.style4 .mt-md-3,html.style4 .my-md-3{margin-top:1rem!important}html.style4 .mr-md-3,html.style4 .mx-md-3{margin-right:1rem!important}html.style4 .mb-md-3,html.style4 .my-md-3{margin-bottom:1rem!important}html.style4 .ml-md-3,html.style4 .mx-md-3{margin-left:1rem!important}html.style4 .m-md-4{margin:1.5rem!important}html.style4 .mt-md-4,html.style4 .my-md-4{margin-top:1.5rem!important}html.style4 .mr-md-4,html.style4 .mx-md-4{margin-right:1.5rem!important}html.style4 .mb-md-4,html.style4 .my-md-4{margin-bottom:1.5rem!important}html.style4 .ml-md-4,html.style4 .mx-md-4{margin-left:1.5rem!important}html.style4 .m-md-5{margin:3rem!important}html.style4 .mt-md-5,html.style4 .my-md-5{margin-top:3rem!important}html.style4 .mr-md-5,html.style4 .mx-md-5{margin-right:3rem!important}html.style4 .mb-md-5,html.style4 .my-md-5{margin-bottom:3rem!important}html.style4 .ml-md-5,html.style4 .mx-md-5{margin-left:3rem!important}html.style4 .p-md-0{padding:0!important}html.style4 .pt-md-0,html.style4 .py-md-0{padding-top:0!important}html.style4 .pr-md-0,html.style4 .px-md-0{padding-right:0!important}html.style4 .pb-md-0,html.style4 .py-md-0{padding-bottom:0!important}html.style4 .pl-md-0,html.style4 .px-md-0{padding-left:0!important}html.style4 .p-md-1{padding:.25rem!important}html.style4 .pt-md-1,html.style4 .py-md-1{padding-top:.25rem!important}html.style4 .pr-md-1,html.style4 .px-md-1{padding-right:.25rem!important}html.style4 .pb-md-1,html.style4 .py-md-1{padding-bottom:.25rem!important}html.style4 .pl-md-1,html.style4 .px-md-1{padding-left:.25rem!important}html.style4 .p-md-2{padding:.5rem!important}html.style4 .pt-md-2,html.style4 .py-md-2{padding-top:.5rem!important}html.style4 .pr-md-2,html.style4 .px-md-2{padding-right:.5rem!important}html.style4 .pb-md-2,html.style4 .py-md-2{padding-bottom:.5rem!important}html.style4 .pl-md-2,html.style4 .px-md-2{padding-left:.5rem!important}html.style4 .p-md-3{padding:1rem!important}html.style4 .pt-md-3,html.style4 .py-md-3{padding-top:1rem!important}html.style4 .pr-md-3,html.style4 .px-md-3{padding-right:1rem!important}html.style4 .pb-md-3,html.style4 .py-md-3{padding-bottom:1rem!important}html.style4 .pl-md-3,html.style4 .px-md-3{padding-left:1rem!important}html.style4 .p-md-4{padding:1.5rem!important}html.style4 .pt-md-4,html.style4 .py-md-4{padding-top:1.5rem!important}html.style4 .pr-md-4,html.style4 .px-md-4{padding-right:1.5rem!important}html.style4 .pb-md-4,html.style4 .py-md-4{padding-bottom:1.5rem!important}html.style4 .pl-md-4,html.style4 .px-md-4{padding-left:1.5rem!important}html.style4 .p-md-5{padding:3rem!important}html.style4 .pt-md-5,html.style4 .py-md-5{padding-top:3rem!important}html.style4 .pr-md-5,html.style4 .px-md-5{padding-right:3rem!important}html.style4 .pb-md-5,html.style4 .py-md-5{padding-bottom:3rem!important}html.style4 .pl-md-5,html.style4 .px-md-5{padding-left:3rem!important}html.style4 .m-md-n1{margin:-.25rem!important}html.style4 .mt-md-n1,html.style4 .my-md-n1{margin-top:-.25rem!important}html.style4 .mr-md-n1,html.style4 .mx-md-n1{margin-right:-.25rem!important}html.style4 .mb-md-n1,html.style4 .my-md-n1{margin-bottom:-.25rem!important}html.style4 .ml-md-n1,html.style4 .mx-md-n1{margin-left:-.25rem!important}html.style4 .m-md-n2{margin:-.5rem!important}html.style4 .mt-md-n2,html.style4 .my-md-n2{margin-top:-.5rem!important}html.style4 .mr-md-n2,html.style4 .mx-md-n2{margin-right:-.5rem!important}html.style4 .mb-md-n2,html.style4 .my-md-n2{margin-bottom:-.5rem!important}html.style4 .ml-md-n2,html.style4 .mx-md-n2{margin-left:-.5rem!important}html.style4 .m-md-n3{margin:-1rem!important}html.style4 .mt-md-n3,html.style4 .my-md-n3{margin-top:-1rem!important}html.style4 .mr-md-n3,html.style4 .mx-md-n3{margin-right:-1rem!important}html.style4 .mb-md-n3,html.style4 .my-md-n3{margin-bottom:-1rem!important}html.style4 .ml-md-n3,html.style4 .mx-md-n3{margin-left:-1rem!important}html.style4 .m-md-n4{margin:-1.5rem!important}html.style4 .mt-md-n4,html.style4 .my-md-n4{margin-top:-1.5rem!important}html.style4 .mr-md-n4,html.style4 .mx-md-n4{margin-right:-1.5rem!important}html.style4 .mb-md-n4,html.style4 .my-md-n4{margin-bottom:-1.5rem!important}html.style4 .ml-md-n4,html.style4 .mx-md-n4{margin-left:-1.5rem!important}html.style4 .m-md-n5{margin:-3rem!important}html.style4 .mt-md-n5,html.style4 .my-md-n5{margin-top:-3rem!important}html.style4 .mr-md-n5,html.style4 .mx-md-n5{margin-right:-3rem!important}html.style4 .mb-md-n5,html.style4 .my-md-n5{margin-bottom:-3rem!important}html.style4 .ml-md-n5,html.style4 .mx-md-n5{margin-left:-3rem!important}html.style4 .m-md-auto{margin:auto!important}html.style4 .mt-md-auto,html.style4 .my-md-auto{margin-top:auto!important}html.style4 .mr-md-auto,html.style4 .mx-md-auto{margin-right:auto!important}html.style4 .mb-md-auto,html.style4 .my-md-auto{margin-bottom:auto!important}html.style4 .ml-md-auto,html.style4 .mx-md-auto{margin-left:auto!important}}@media(min-width:992px){html.style4 .m-lg-0{margin:0!important}html.style4 .mt-lg-0,html.style4 .my-lg-0{margin-top:0!important}html.style4 .mr-lg-0,html.style4 .mx-lg-0{margin-right:0!important}html.style4 .mb-lg-0,html.style4 .my-lg-0{margin-bottom:0!important}html.style4 .ml-lg-0,html.style4 .mx-lg-0{margin-left:0!important}html.style4 .m-lg-1{margin:.25rem!important}html.style4 .mt-lg-1,html.style4 .my-lg-1{margin-top:.25rem!important}html.style4 .mr-lg-1,html.style4 .mx-lg-1{margin-right:.25rem!important}html.style4 .mb-lg-1,html.style4 .my-lg-1{margin-bottom:.25rem!important}html.style4 .ml-lg-1,html.style4 .mx-lg-1{margin-left:.25rem!important}html.style4 .m-lg-2{margin:.5rem!important}html.style4 .mt-lg-2,html.style4 .my-lg-2{margin-top:.5rem!important}html.style4 .mr-lg-2,html.style4 .mx-lg-2{margin-right:.5rem!important}html.style4 .mb-lg-2,html.style4 .my-lg-2{margin-bottom:.5rem!important}html.style4 .ml-lg-2,html.style4 .mx-lg-2{margin-left:.5rem!important}html.style4 .m-lg-3{margin:1rem!important}html.style4 .mt-lg-3,html.style4 .my-lg-3{margin-top:1rem!important}html.style4 .mr-lg-3,html.style4 .mx-lg-3{margin-right:1rem!important}html.style4 .mb-lg-3,html.style4 .my-lg-3{margin-bottom:1rem!important}html.style4 .ml-lg-3,html.style4 .mx-lg-3{margin-left:1rem!important}html.style4 .m-lg-4{margin:1.5rem!important}html.style4 .mt-lg-4,html.style4 .my-lg-4{margin-top:1.5rem!important}html.style4 .mr-lg-4,html.style4 .mx-lg-4{margin-right:1.5rem!important}html.style4 .mb-lg-4,html.style4 .my-lg-4{margin-bottom:1.5rem!important}html.style4 .ml-lg-4,html.style4 .mx-lg-4{margin-left:1.5rem!important}html.style4 .m-lg-5{margin:3rem!important}html.style4 .mt-lg-5,html.style4 .my-lg-5{margin-top:3rem!important}html.style4 .mr-lg-5,html.style4 .mx-lg-5{margin-right:3rem!important}html.style4 .mb-lg-5,html.style4 .my-lg-5{margin-bottom:3rem!important}html.style4 .ml-lg-5,html.style4 .mx-lg-5{margin-left:3rem!important}html.style4 .p-lg-0{padding:0!important}html.style4 .pt-lg-0,html.style4 .py-lg-0{padding-top:0!important}html.style4 .pr-lg-0,html.style4 .px-lg-0{padding-right:0!important}html.style4 .pb-lg-0,html.style4 .py-lg-0{padding-bottom:0!important}html.style4 .pl-lg-0,html.style4 .px-lg-0{padding-left:0!important}html.style4 .p-lg-1{padding:.25rem!important}html.style4 .pt-lg-1,html.style4 .py-lg-1{padding-top:.25rem!important}html.style4 .pr-lg-1,html.style4 .px-lg-1{padding-right:.25rem!important}html.style4 .pb-lg-1,html.style4 .py-lg-1{padding-bottom:.25rem!important}html.style4 .pl-lg-1,html.style4 .px-lg-1{padding-left:.25rem!important}html.style4 .p-lg-2{padding:.5rem!important}html.style4 .pt-lg-2,html.style4 .py-lg-2{padding-top:.5rem!important}html.style4 .pr-lg-2,html.style4 .px-lg-2{padding-right:.5rem!important}html.style4 .pb-lg-2,html.style4 .py-lg-2{padding-bottom:.5rem!important}html.style4 .pl-lg-2,html.style4 .px-lg-2{padding-left:.5rem!important}html.style4 .p-lg-3{padding:1rem!important}html.style4 .pt-lg-3,html.style4 .py-lg-3{padding-top:1rem!important}html.style4 .pr-lg-3,html.style4 .px-lg-3{padding-right:1rem!important}html.style4 .pb-lg-3,html.style4 .py-lg-3{padding-bottom:1rem!important}html.style4 .pl-lg-3,html.style4 .px-lg-3{padding-left:1rem!important}html.style4 .p-lg-4{padding:1.5rem!important}html.style4 .pt-lg-4,html.style4 .py-lg-4{padding-top:1.5rem!important}html.style4 .pr-lg-4,html.style4 .px-lg-4{padding-right:1.5rem!important}html.style4 .pb-lg-4,html.style4 .py-lg-4{padding-bottom:1.5rem!important}html.style4 .pl-lg-4,html.style4 .px-lg-4{padding-left:1.5rem!important}html.style4 .p-lg-5{padding:3rem!important}html.style4 .pt-lg-5,html.style4 .py-lg-5{padding-top:3rem!important}html.style4 .pr-lg-5,html.style4 .px-lg-5{padding-right:3rem!important}html.style4 .pb-lg-5,html.style4 .py-lg-5{padding-bottom:3rem!important}html.style4 .pl-lg-5,html.style4 .px-lg-5{padding-left:3rem!important}html.style4 .m-lg-n1{margin:-.25rem!important}html.style4 .mt-lg-n1,html.style4 .my-lg-n1{margin-top:-.25rem!important}html.style4 .mr-lg-n1,html.style4 .mx-lg-n1{margin-right:-.25rem!important}html.style4 .mb-lg-n1,html.style4 .my-lg-n1{margin-bottom:-.25rem!important}html.style4 .ml-lg-n1,html.style4 .mx-lg-n1{margin-left:-.25rem!important}html.style4 .m-lg-n2{margin:-.5rem!important}html.style4 .mt-lg-n2,html.style4 .my-lg-n2{margin-top:-.5rem!important}html.style4 .mr-lg-n2,html.style4 .mx-lg-n2{margin-right:-.5rem!important}html.style4 .mb-lg-n2,html.style4 .my-lg-n2{margin-bottom:-.5rem!important}html.style4 .ml-lg-n2,html.style4 .mx-lg-n2{margin-left:-.5rem!important}html.style4 .m-lg-n3{margin:-1rem!important}html.style4 .mt-lg-n3,html.style4 .my-lg-n3{margin-top:-1rem!important}html.style4 .mr-lg-n3,html.style4 .mx-lg-n3{margin-right:-1rem!important}html.style4 .mb-lg-n3,html.style4 .my-lg-n3{margin-bottom:-1rem!important}html.style4 .ml-lg-n3,html.style4 .mx-lg-n3{margin-left:-1rem!important}html.style4 .m-lg-n4{margin:-1.5rem!important}html.style4 .mt-lg-n4,html.style4 .my-lg-n4{margin-top:-1.5rem!important}html.style4 .mr-lg-n4,html.style4 .mx-lg-n4{margin-right:-1.5rem!important}html.style4 .mb-lg-n4,html.style4 .my-lg-n4{margin-bottom:-1.5rem!important}html.style4 .ml-lg-n4,html.style4 .mx-lg-n4{margin-left:-1.5rem!important}html.style4 .m-lg-n5{margin:-3rem!important}html.style4 .mt-lg-n5,html.style4 .my-lg-n5{margin-top:-3rem!important}html.style4 .mr-lg-n5,html.style4 .mx-lg-n5{margin-right:-3rem!important}html.style4 .mb-lg-n5,html.style4 .my-lg-n5{margin-bottom:-3rem!important}html.style4 .ml-lg-n5,html.style4 .mx-lg-n5{margin-left:-3rem!important}html.style4 .m-lg-auto{margin:auto!important}html.style4 .mt-lg-auto,html.style4 .my-lg-auto{margin-top:auto!important}html.style4 .mr-lg-auto,html.style4 .mx-lg-auto{margin-right:auto!important}html.style4 .mb-lg-auto,html.style4 .my-lg-auto{margin-bottom:auto!important}html.style4 .ml-lg-auto,html.style4 .mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){html.style4 .m-xl-0{margin:0!important}html.style4 .mt-xl-0,html.style4 .my-xl-0{margin-top:0!important}html.style4 .mr-xl-0,html.style4 .mx-xl-0{margin-right:0!important}html.style4 .mb-xl-0,html.style4 .my-xl-0{margin-bottom:0!important}html.style4 .ml-xl-0,html.style4 .mx-xl-0{margin-left:0!important}html.style4 .m-xl-1{margin:.25rem!important}html.style4 .mt-xl-1,html.style4 .my-xl-1{margin-top:.25rem!important}html.style4 .mr-xl-1,html.style4 .mx-xl-1{margin-right:.25rem!important}html.style4 .mb-xl-1,html.style4 .my-xl-1{margin-bottom:.25rem!important}html.style4 .ml-xl-1,html.style4 .mx-xl-1{margin-left:.25rem!important}html.style4 .m-xl-2{margin:.5rem!important}html.style4 .mt-xl-2,html.style4 .my-xl-2{margin-top:.5rem!important}html.style4 .mr-xl-2,html.style4 .mx-xl-2{margin-right:.5rem!important}html.style4 .mb-xl-2,html.style4 .my-xl-2{margin-bottom:.5rem!important}html.style4 .ml-xl-2,html.style4 .mx-xl-2{margin-left:.5rem!important}html.style4 .m-xl-3{margin:1rem!important}html.style4 .mt-xl-3,html.style4 .my-xl-3{margin-top:1rem!important}html.style4 .mr-xl-3,html.style4 .mx-xl-3{margin-right:1rem!important}html.style4 .mb-xl-3,html.style4 .my-xl-3{margin-bottom:1rem!important}html.style4 .ml-xl-3,html.style4 .mx-xl-3{margin-left:1rem!important}html.style4 .m-xl-4{margin:1.5rem!important}html.style4 .mt-xl-4,html.style4 .my-xl-4{margin-top:1.5rem!important}html.style4 .mr-xl-4,html.style4 .mx-xl-4{margin-right:1.5rem!important}html.style4 .mb-xl-4,html.style4 .my-xl-4{margin-bottom:1.5rem!important}html.style4 .ml-xl-4,html.style4 .mx-xl-4{margin-left:1.5rem!important}html.style4 .m-xl-5{margin:3rem!important}html.style4 .mt-xl-5,html.style4 .my-xl-5{margin-top:3rem!important}html.style4 .mr-xl-5,html.style4 .mx-xl-5{margin-right:3rem!important}html.style4 .mb-xl-5,html.style4 .my-xl-5{margin-bottom:3rem!important}html.style4 .ml-xl-5,html.style4 .mx-xl-5{margin-left:3rem!important}html.style4 .p-xl-0{padding:0!important}html.style4 .pt-xl-0,html.style4 .py-xl-0{padding-top:0!important}html.style4 .pr-xl-0,html.style4 .px-xl-0{padding-right:0!important}html.style4 .pb-xl-0,html.style4 .py-xl-0{padding-bottom:0!important}html.style4 .pl-xl-0,html.style4 .px-xl-0{padding-left:0!important}html.style4 .p-xl-1{padding:.25rem!important}html.style4 .pt-xl-1,html.style4 .py-xl-1{padding-top:.25rem!important}html.style4 .pr-xl-1,html.style4 .px-xl-1{padding-right:.25rem!important}html.style4 .pb-xl-1,html.style4 .py-xl-1{padding-bottom:.25rem!important}html.style4 .pl-xl-1,html.style4 .px-xl-1{padding-left:.25rem!important}html.style4 .p-xl-2{padding:.5rem!important}html.style4 .pt-xl-2,html.style4 .py-xl-2{padding-top:.5rem!important}html.style4 .pr-xl-2,html.style4 .px-xl-2{padding-right:.5rem!important}html.style4 .pb-xl-2,html.style4 .py-xl-2{padding-bottom:.5rem!important}html.style4 .pl-xl-2,html.style4 .px-xl-2{padding-left:.5rem!important}html.style4 .p-xl-3{padding:1rem!important}html.style4 .pt-xl-3,html.style4 .py-xl-3{padding-top:1rem!important}html.style4 .pr-xl-3,html.style4 .px-xl-3{padding-right:1rem!important}html.style4 .pb-xl-3,html.style4 .py-xl-3{padding-bottom:1rem!important}html.style4 .pl-xl-3,html.style4 .px-xl-3{padding-left:1rem!important}html.style4 .p-xl-4{padding:1.5rem!important}html.style4 .pt-xl-4,html.style4 .py-xl-4{padding-top:1.5rem!important}html.style4 .pr-xl-4,html.style4 .px-xl-4{padding-right:1.5rem!important}html.style4 .pb-xl-4,html.style4 .py-xl-4{padding-bottom:1.5rem!important}html.style4 .pl-xl-4,html.style4 .px-xl-4{padding-left:1.5rem!important}html.style4 .p-xl-5{padding:3rem!important}html.style4 .pt-xl-5,html.style4 .py-xl-5{padding-top:3rem!important}html.style4 .pr-xl-5,html.style4 .px-xl-5{padding-right:3rem!important}html.style4 .pb-xl-5,html.style4 .py-xl-5{padding-bottom:3rem!important}html.style4 .pl-xl-5,html.style4 .px-xl-5{padding-left:3rem!important}html.style4 .m-xl-n1{margin:-.25rem!important}html.style4 .mt-xl-n1,html.style4 .my-xl-n1{margin-top:-.25rem!important}html.style4 .mr-xl-n1,html.style4 .mx-xl-n1{margin-right:-.25rem!important}html.style4 .mb-xl-n1,html.style4 .my-xl-n1{margin-bottom:-.25rem!important}html.style4 .ml-xl-n1,html.style4 .mx-xl-n1{margin-left:-.25rem!important}html.style4 .m-xl-n2{margin:-.5rem!important}html.style4 .mt-xl-n2,html.style4 .my-xl-n2{margin-top:-.5rem!important}html.style4 .mr-xl-n2,html.style4 .mx-xl-n2{margin-right:-.5rem!important}html.style4 .mb-xl-n2,html.style4 .my-xl-n2{margin-bottom:-.5rem!important}html.style4 .ml-xl-n2,html.style4 .mx-xl-n2{margin-left:-.5rem!important}html.style4 .m-xl-n3{margin:-1rem!important}html.style4 .mt-xl-n3,html.style4 .my-xl-n3{margin-top:-1rem!important}html.style4 .mr-xl-n3,html.style4 .mx-xl-n3{margin-right:-1rem!important}html.style4 .mb-xl-n3,html.style4 .my-xl-n3{margin-bottom:-1rem!important}html.style4 .ml-xl-n3,html.style4 .mx-xl-n3{margin-left:-1rem!important}html.style4 .m-xl-n4{margin:-1.5rem!important}html.style4 .mt-xl-n4,html.style4 .my-xl-n4{margin-top:-1.5rem!important}html.style4 .mr-xl-n4,html.style4 .mx-xl-n4{margin-right:-1.5rem!important}html.style4 .mb-xl-n4,html.style4 .my-xl-n4{margin-bottom:-1.5rem!important}html.style4 .ml-xl-n4,html.style4 .mx-xl-n4{margin-left:-1.5rem!important}html.style4 .m-xl-n5{margin:-3rem!important}html.style4 .mt-xl-n5,html.style4 .my-xl-n5{margin-top:-3rem!important}html.style4 .mr-xl-n5,html.style4 .mx-xl-n5{margin-right:-3rem!important}html.style4 .mb-xl-n5,html.style4 .my-xl-n5{margin-bottom:-3rem!important}html.style4 .ml-xl-n5,html.style4 .mx-xl-n5{margin-left:-3rem!important}html.style4 .m-xl-auto{margin:auto!important}html.style4 .mt-xl-auto,html.style4 .my-xl-auto{margin-top:auto!important}html.style4 .mr-xl-auto,html.style4 .mx-xl-auto{margin-right:auto!important}html.style4 .mb-xl-auto,html.style4 .my-xl-auto{margin-bottom:auto!important}html.style4 .ml-xl-auto,html.style4 .mx-xl-auto{margin-left:auto!important}}html.style4 .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}html.style4 .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}html.style4 .text-justify{text-align:justify!important}html.style4 .text-wrap{white-space:normal!important}html.style4 .text-nowrap{white-space:nowrap!important}html.style4 .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.style4 .text-left{text-align:left!important}html.style4 .text-right{text-align:right!important}html.style4 .text-center{text-align:center!important}@media(min-width:576px){html.style4 .text-sm-left{text-align:left!important}html.style4 .text-sm-right{text-align:right!important}html.style4 .text-sm-center{text-align:center!important}}@media(min-width:768px){html.style4 .text-md-left{text-align:left!important}html.style4 .text-md-right{text-align:right!important}html.style4 .text-md-center{text-align:center!important}}@media(min-width:992px){html.style4 .text-lg-left{text-align:left!important}html.style4 .text-lg-right{text-align:right!important}html.style4 .text-lg-center{text-align:center!important}}@media(min-width:1200px){html.style4 .text-xl-left{text-align:left!important}html.style4 .text-xl-right{text-align:right!important}html.style4 .text-xl-center{text-align:center!important}}html.style4 .text-lowercase{text-transform:lowercase!important}html.style4 .text-uppercase{text-transform:uppercase!important}html.style4 .text-capitalize{text-transform:capitalize!important}html.style4 .font-weight-light{font-weight:300!important}html.style4 .font-weight-lighter{font-weight:lighter!important}html.style4 .font-weight-normal{font-weight:400!important}html.style4 .font-weight-bold{font-weight:700!important}html.style4 .font-weight-bolder{font-weight:bolder!important}html.style4 .font-italic{font-style:italic!important}html.style4 .text-white{color:#fff!important}html.style4 .text-primary{color:#007bff!important}html.style4 a.text-primary:focus,html.style4 a.text-primary:hover{color:#0056b3!important}html.style4 .text-secondary{color:#6c757d!important}html.style4 a.text-secondary:focus,html.style4 a.text-secondary:hover{color:#494f54!important}html.style4 .text-success{color:#28a745!important}html.style4 a.text-success:focus,html.style4 a.text-success:hover{color:#19692c!important}html.style4 .text-info{color:#17a2b8!important}html.style4 a.text-info:focus,html.style4 a.text-info:hover{color:#0f6674!important}html.style4 .text-warning{color:#ffc107!important}html.style4 a.text-warning:focus,html.style4 a.text-warning:hover{color:#ba8b00!important}html.style4 .text-danger{color:#ff3030!important}html.style4 a.text-danger:focus,html.style4 a.text-danger:hover{color:#e30000!important}html.style4 .text-light{color:#25262c!important}html.style4 a.text-light:focus,html.style4 a.text-light:hover{color:#020202!important}html.style4 .text-dark{color:#191b1f!important}html.style4 a.text-dark:focus,html.style4 a.text-dark:hover{color:#000!important}html.style4 .text-body{color:#212529!important}html.style4 .text-muted{color:#6c757d!important}html.style4 .text-black-50{color:rgba(0,0,0,.5)!important}html.style4 .text-white-50{color:hsla(0,0%,100%,.5)!important}html.style4 .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}html.style4 .text-decoration-none{text-decoration:none!important}html.style4 .text-break{word-break:break-word!important;word-wrap:break-word!important}html.style4 .text-reset{color:inherit!important}html.style4 .visible{visibility:visible!important}html.style4 .invisible{visibility:hidden!important}@media print{html.style4 *,html.style4 :after,html.style4 :before{text-shadow:none!important;box-shadow:none!important}html.style4 a:not(.btn){text-decoration:underline}html.style4 abbr[title]:after{content:" (" attr(title) ")"}html.style4 pre{white-space:pre-wrap!important}html.style4 blockquote,html.style4 pre{border:1px solid #adb5bd;page-break-inside:avoid}html.style4 img,html.style4 tr{page-break-inside:avoid}html.style4 h2,html.style4 h3,html.style4 p{orphans:3;widows:3}html.style4 h2,html.style4 h3{page-break-after:avoid}@page{html.style4{size:a3}}html.style4 .container,html.style4 body{min-width:992px!important}html.style4 .navbar{display:none}html.style4 .badge{border:1px solid #000}html.style4 .table{border-collapse:collapse!important}html.style4 .table td,html.style4 .table th{background-color:#fff!important}html.style4 .table-bordered td,html.style4 .table-bordered th{border:1px solid #dee2e6!important}html.style4 .table-dark{color:inherit}html.style4 .table-dark tbody+tbody,html.style4 .table-dark td,html.style4 .table-dark th,html.style4 .table-dark thead th{border-color:#eff1f2}html.style4 .table .thead-dark th{color:inherit;border-color:#eff1f2}}html.style4 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style4 .fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}html.style4 .fa-2x{font-size:2em}html.style4 .fa-3x{font-size:3em}html.style4 .fa-4x{font-size:4em}html.style4 .fa-5x{font-size:5em}html.style4 .fa-fw{width:1.2857142857em;text-align:center}html.style4 .fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}html.style4 .fa-ul>li{position:relative}html.style4 .fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}html.style4 .fa-li.fa-lg{left:-1.8571428571em}html.style4 .fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}html.style4 .fa-pull-left{float:left}html.style4 .fa-pull-right{float:right}html.style4 .fa.fa-pull-left{margin-right:.3em}html.style4 .fa.fa-pull-right{margin-left:.3em}html.style4 .fa.pull-left{margin-right:.3em}html.style4 .fa.pull-right{margin-left:.3em}html.style4 .fa-spin{animation:fa-spin 2s linear infinite}html.style4 .fa-pulse{animation:fa-spin 1s steps(8) infinite}html.style4 .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}html.style4 .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}html.style4 .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}html.style4 .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}html.style4 .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}html.style4 :root .fa-flip-horizontal,html.style4 :root .fa-flip-vertical,html.style4 :root .fa-rotate-180,html.style4 :root .fa-rotate-270,html.style4 :root .fa-rotate-90{filter:none}html.style4 .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}html.style4 .fa-stack-1x,html.style4 .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}html.style4 .fa-stack-1x{line-height:inherit}html.style4 .fa-stack-2x{font-size:2em}html.style4 .fa-inverse{color:#fff}html.style4 .fa-glass:before{content:""}html.style4 .fa-music:before{content:""}html.style4 .fa-search:before{content:""}html.style4 .fa-envelope-o:before{content:""}html.style4 .fa-heart:before{content:""}html.style4 .fa-star:before{content:""}html.style4 .fa-star-o:before{content:""}html.style4 .fa-user:before{content:""}html.style4 .fa-film:before{content:""}html.style4 .fa-th-large:before{content:""}html.style4 .fa-th:before{content:""}html.style4 .fa-th-list:before{content:""}html.style4 .fa-check:before{content:""}html.style4 .fa-close:before,html.style4 .fa-remove:before,html.style4 .fa-times:before{content:""}html.style4 .fa-search-plus:before{content:""}html.style4 .fa-search-minus:before{content:""}html.style4 .fa-power-off:before{content:""}html.style4 .fa-signal:before{content:""}html.style4 .fa-cog:before,html.style4 .fa-gear:before{content:""}html.style4 .fa-trash-o:before{content:""}html.style4 .fa-home:before{content:""}html.style4 .fa-file-o:before{content:""}html.style4 .fa-clock-o:before{content:""}html.style4 .fa-road:before{content:""}html.style4 .fa-download:before{content:""}html.style4 .fa-arrow-circle-o-down:before{content:""}html.style4 .fa-arrow-circle-o-up:before{content:""}html.style4 .fa-inbox:before{content:""}html.style4 .fa-play-circle-o:before{content:""}html.style4 .fa-repeat:before,html.style4 .fa-rotate-right:before{content:""}html.style4 .fa-refresh:before{content:""}html.style4 .fa-list-alt:before{content:""}html.style4 .fa-lock:before{content:""}html.style4 .fa-flag:before{content:""}html.style4 .fa-headphones:before{content:""}html.style4 .fa-volume-off:before{content:""}html.style4 .fa-volume-down:before{content:""}html.style4 .fa-volume-up:before{content:""}html.style4 .fa-qrcode:before{content:""}html.style4 .fa-barcode:before{content:""}html.style4 .fa-tag:before{content:""}html.style4 .fa-tags:before{content:""}html.style4 .fa-book:before{content:""}html.style4 .fa-bookmark:before{content:""}html.style4 .fa-print:before{content:""}html.style4 .fa-camera:before{content:""}html.style4 .fa-font:before{content:""}html.style4 .fa-bold:before{content:""}html.style4 .fa-italic:before{content:""}html.style4 .fa-text-height:before{content:""}html.style4 .fa-text-width:before{content:""}html.style4 .fa-align-left:before{content:""}html.style4 .fa-align-center:before{content:""}html.style4 .fa-align-right:before{content:""}html.style4 .fa-align-justify:before{content:""}html.style4 .fa-list:before{content:""}html.style4 .fa-dedent:before,html.style4 .fa-outdent:before{content:""}html.style4 .fa-indent:before{content:""}html.style4 .fa-video-camera:before{content:""}html.style4 .fa-image:before,html.style4 .fa-photo:before,html.style4 .fa-picture-o:before{content:""}html.style4 .fa-pencil:before{content:""}html.style4 .fa-map-marker:before{content:""}html.style4 .fa-adjust:before{content:""}html.style4 .fa-tint:before{content:""}html.style4 .fa-edit:before,html.style4 .fa-pencil-square-o:before{content:""}html.style4 .fa-share-square-o:before{content:""}html.style4 .fa-check-square-o:before{content:""}html.style4 .fa-arrows:before{content:""}html.style4 .fa-step-backward:before{content:""}html.style4 .fa-fast-backward:before{content:""}html.style4 .fa-backward:before{content:""}html.style4 .fa-play:before{content:""}html.style4 .fa-pause:before{content:""}html.style4 .fa-stop:before{content:""}html.style4 .fa-forward:before{content:""}html.style4 .fa-fast-forward:before{content:""}html.style4 .fa-step-forward:before{content:""}html.style4 .fa-eject:before{content:""}html.style4 .fa-chevron-left:before{content:""}html.style4 .fa-chevron-right:before{content:""}html.style4 .fa-plus-circle:before{content:""}html.style4 .fa-minus-circle:before{content:""}html.style4 .fa-times-circle:before{content:""}html.style4 .fa-check-circle:before{content:""}html.style4 .fa-question-circle:before{content:""}html.style4 .fa-info-circle:before{content:""}html.style4 .fa-crosshairs:before{content:""}html.style4 .fa-times-circle-o:before{content:""}html.style4 .fa-check-circle-o:before{content:""}html.style4 .fa-ban:before{content:""}html.style4 .fa-arrow-left:before{content:""}html.style4 .fa-arrow-right:before{content:""}html.style4 .fa-arrow-up:before{content:""}html.style4 .fa-arrow-down:before{content:""}html.style4 .fa-mail-forward:before,html.style4 .fa-share:before{content:""}html.style4 .fa-expand:before{content:""}html.style4 .fa-compress:before{content:""}html.style4 .fa-plus:before{content:""}html.style4 .fa-minus:before{content:""}html.style4 .fa-asterisk:before{content:""}html.style4 .fa-exclamation-circle:before{content:""}html.style4 .fa-gift:before{content:""}html.style4 .fa-leaf:before{content:""}html.style4 .fa-fire:before{content:""}html.style4 .fa-eye:before{content:""}html.style4 .fa-eye-slash:before{content:""}html.style4 .fa-exclamation-triangle:before,html.style4 .fa-warning:before{content:""}html.style4 .fa-plane:before{content:""}html.style4 .fa-calendar:before{content:""}html.style4 .fa-random:before{content:""}html.style4 .fa-comment:before{content:""}html.style4 .fa-magnet:before{content:""}html.style4 .fa-chevron-up:before{content:""}html.style4 .fa-chevron-down:before{content:""}html.style4 .fa-retweet:before{content:""}html.style4 .fa-shopping-cart:before{content:""}html.style4 .fa-folder:before{content:""}html.style4 .fa-folder-open:before{content:""}html.style4 .fa-arrows-v:before{content:""}html.style4 .fa-arrows-h:before{content:""}html.style4 .fa-bar-chart-o:before,html.style4 .fa-bar-chart:before{content:""}html.style4 .fa-twitter-square:before{content:""}html.style4 .fa-facebook-square:before{content:""}html.style4 .fa-camera-retro:before{content:""}html.style4 .fa-key:before{content:""}html.style4 .fa-cogs:before,html.style4 .fa-gears:before{content:""}html.style4 .fa-comments:before{content:""}html.style4 .fa-thumbs-o-up:before{content:""}html.style4 .fa-thumbs-o-down:before{content:""}html.style4 .fa-star-half:before{content:""}html.style4 .fa-heart-o:before{content:""}html.style4 .fa-sign-out:before{content:""}html.style4 .fa-linkedin-square:before{content:""}html.style4 .fa-thumb-tack:before{content:""}html.style4 .fa-external-link:before{content:""}html.style4 .fa-sign-in:before{content:""}html.style4 .fa-trophy:before{content:""}html.style4 .fa-github-square:before{content:""}html.style4 .fa-upload:before{content:""}html.style4 .fa-lemon-o:before{content:""}html.style4 .fa-phone:before{content:""}html.style4 .fa-square-o:before{content:""}html.style4 .fa-bookmark-o:before{content:""}html.style4 .fa-phone-square:before{content:""}html.style4 .fa-twitter:before{content:""}html.style4 .fa-facebook-f:before,html.style4 .fa-facebook:before{content:""}html.style4 .fa-github:before{content:""}html.style4 .fa-unlock:before{content:""}html.style4 .fa-credit-card:before{content:""}html.style4 .fa-feed:before,html.style4 .fa-rss:before{content:""}html.style4 .fa-hdd-o:before{content:""}html.style4 .fa-bullhorn:before{content:""}html.style4 .fa-bell:before{content:""}html.style4 .fa-certificate:before{content:""}html.style4 .fa-hand-o-right:before{content:""}html.style4 .fa-hand-o-left:before{content:""}html.style4 .fa-hand-o-up:before{content:""}html.style4 .fa-hand-o-down:before{content:""}html.style4 .fa-arrow-circle-left:before{content:""}html.style4 .fa-arrow-circle-right:before{content:""}html.style4 .fa-arrow-circle-up:before{content:""}html.style4 .fa-arrow-circle-down:before{content:""}html.style4 .fa-globe:before{content:""}html.style4 .fa-wrench:before{content:""}html.style4 .fa-tasks:before{content:""}html.style4 .fa-filter:before{content:""}html.style4 .fa-briefcase:before{content:""}html.style4 .fa-arrows-alt:before{content:""}html.style4 .fa-group:before,html.style4 .fa-users:before{content:""}html.style4 .fa-chain:before,html.style4 .fa-link:before{content:""}html.style4 .fa-cloud:before{content:""}html.style4 .fa-flask:before{content:""}html.style4 .fa-cut:before,html.style4 .fa-scissors:before{content:""}html.style4 .fa-copy:before,html.style4 .fa-files-o:before{content:""}html.style4 .fa-paperclip:before{content:""}html.style4 .fa-floppy-o:before,html.style4 .fa-save:before{content:""}html.style4 .fa-square:before{content:""}html.style4 .fa-bars:before,html.style4 .fa-navicon:before,html.style4 .fa-reorder:before{content:""}html.style4 .fa-list-ul:before{content:""}html.style4 .fa-list-ol:before{content:""}html.style4 .fa-strikethrough:before{content:""}html.style4 .fa-underline:before{content:""}html.style4 .fa-table:before{content:""}html.style4 .fa-magic:before{content:""}html.style4 .fa-truck:before{content:""}html.style4 .fa-pinterest:before{content:""}html.style4 .fa-pinterest-square:before{content:""}html.style4 .fa-google-plus-square:before{content:""}html.style4 .fa-google-plus:before{content:""}html.style4 .fa-money:before{content:""}html.style4 .fa-caret-down:before{content:""}html.style4 .fa-caret-up:before{content:""}html.style4 .fa-caret-left:before{content:""}html.style4 .fa-caret-right:before{content:""}html.style4 .fa-columns:before{content:""}html.style4 .fa-sort:before,html.style4 .fa-unsorted:before{content:""}html.style4 .fa-sort-desc:before,html.style4 .fa-sort-down:before{content:""}html.style4 .fa-sort-asc:before,html.style4 .fa-sort-up:before{content:""}html.style4 .fa-envelope:before{content:""}html.style4 .fa-linkedin:before{content:""}html.style4 .fa-rotate-left:before,html.style4 .fa-undo:before{content:""}html.style4 .fa-gavel:before,html.style4 .fa-legal:before{content:""}html.style4 .fa-dashboard:before,html.style4 .fa-tachometer:before{content:""}html.style4 .fa-comment-o:before{content:""}html.style4 .fa-comments-o:before{content:""}html.style4 .fa-bolt:before,html.style4 .fa-flash:before{content:""}html.style4 .fa-sitemap:before{content:""}html.style4 .fa-umbrella:before{content:""}html.style4 .fa-clipboard:before,html.style4 .fa-paste:before{content:""}html.style4 .fa-lightbulb-o:before{content:""}html.style4 .fa-exchange:before{content:""}html.style4 .fa-cloud-download:before{content:""}html.style4 .fa-cloud-upload:before{content:""}html.style4 .fa-user-md:before{content:""}html.style4 .fa-stethoscope:before{content:""}html.style4 .fa-suitcase:before{content:""}html.style4 .fa-bell-o:before{content:""}html.style4 .fa-coffee:before{content:""}html.style4 .fa-cutlery:before{content:""}html.style4 .fa-file-text-o:before{content:""}html.style4 .fa-building-o:before{content:""}html.style4 .fa-hospital-o:before{content:""}html.style4 .fa-ambulance:before{content:""}html.style4 .fa-medkit:before{content:""}html.style4 .fa-fighter-jet:before{content:""}html.style4 .fa-beer:before{content:""}html.style4 .fa-h-square:before{content:""}html.style4 .fa-plus-square:before{content:""}html.style4 .fa-angle-double-left:before{content:""}html.style4 .fa-angle-double-right:before{content:""}html.style4 .fa-angle-double-up:before{content:""}html.style4 .fa-angle-double-down:before{content:""}html.style4 .fa-angle-left:before{content:""}html.style4 .fa-angle-right:before{content:""}html.style4 .fa-angle-up:before{content:""}html.style4 .fa-angle-down:before{content:""}html.style4 .fa-desktop:before{content:""}html.style4 .fa-laptop:before{content:""}html.style4 .fa-tablet:before{content:""}html.style4 .fa-mobile-phone:before,html.style4 .fa-mobile:before{content:""}html.style4 .fa-circle-o:before{content:""}html.style4 .fa-quote-left:before{content:""}html.style4 .fa-quote-right:before{content:""}html.style4 .fa-spinner:before{content:""}html.style4 .fa-circle:before{content:""}html.style4 .fa-mail-reply:before,html.style4 .fa-reply:before{content:""}html.style4 .fa-github-alt:before{content:""}html.style4 .fa-folder-o:before{content:""}html.style4 .fa-folder-open-o:before{content:""}html.style4 .fa-smile-o:before{content:""}html.style4 .fa-frown-o:before{content:""}html.style4 .fa-meh-o:before{content:""}html.style4 .fa-gamepad:before{content:""}html.style4 .fa-keyboard-o:before{content:""}html.style4 .fa-flag-o:before{content:""}html.style4 .fa-flag-checkered:before{content:""}html.style4 .fa-terminal:before{content:""}html.style4 .fa-code:before{content:""}html.style4 .fa-mail-reply-all:before,html.style4 .fa-reply-all:before{content:""}html.style4 .fa-star-half-empty:before,html.style4 .fa-star-half-full:before,html.style4 .fa-star-half-o:before{content:""}html.style4 .fa-location-arrow:before{content:""}html.style4 .fa-crop:before{content:""}html.style4 .fa-code-fork:before{content:""}html.style4 .fa-chain-broken:before,html.style4 .fa-unlink:before{content:""}html.style4 .fa-question:before{content:""}html.style4 .fa-info:before{content:""}html.style4 .fa-exclamation:before{content:""}html.style4 .fa-superscript:before{content:""}html.style4 .fa-subscript:before{content:""}html.style4 .fa-eraser:before{content:""}html.style4 .fa-puzzle-piece:before{content:""}html.style4 .fa-microphone:before{content:""}html.style4 .fa-microphone-slash:before{content:""}html.style4 .fa-shield:before{content:""}html.style4 .fa-calendar-o:before{content:""}html.style4 .fa-fire-extinguisher:before{content:""}html.style4 .fa-rocket:before{content:""}html.style4 .fa-maxcdn:before{content:""}html.style4 .fa-chevron-circle-left:before{content:""}html.style4 .fa-chevron-circle-right:before{content:""}html.style4 .fa-chevron-circle-up:before{content:""}html.style4 .fa-chevron-circle-down:before{content:""}html.style4 .fa-html5:before{content:""}html.style4 .fa-css3:before{content:""}html.style4 .fa-anchor:before{content:""}html.style4 .fa-unlock-alt:before{content:""}html.style4 .fa-bullseye:before{content:""}html.style4 .fa-ellipsis-h:before{content:""}html.style4 .fa-ellipsis-v:before{content:""}html.style4 .fa-rss-square:before{content:""}html.style4 .fa-play-circle:before{content:""}html.style4 .fa-ticket:before{content:""}html.style4 .fa-minus-square:before{content:""}html.style4 .fa-minus-square-o:before{content:""}html.style4 .fa-level-up:before{content:""}html.style4 .fa-level-down:before{content:""}html.style4 .fa-check-square:before{content:""}html.style4 .fa-pencil-square:before{content:""}html.style4 .fa-external-link-square:before{content:""}html.style4 .fa-share-square:before{content:""}html.style4 .fa-compass:before{content:""}html.style4 .fa-caret-square-o-down:before,html.style4 .fa-toggle-down:before{content:""}html.style4 .fa-caret-square-o-up:before,html.style4 .fa-toggle-up:before{content:""}html.style4 .fa-caret-square-o-right:before,html.style4 .fa-toggle-right:before{content:""}html.style4 .fa-eur:before,html.style4 .fa-euro:before{content:""}html.style4 .fa-gbp:before{content:""}html.style4 .fa-dollar:before,html.style4 .fa-usd:before{content:""}html.style4 .fa-inr:before,html.style4 .fa-rupee:before{content:""}html.style4 .fa-cny:before,html.style4 .fa-jpy:before,html.style4 .fa-rmb:before,html.style4 .fa-yen:before{content:""}html.style4 .fa-rouble:before,html.style4 .fa-rub:before,html.style4 .fa-ruble:before{content:""}html.style4 .fa-krw:before,html.style4 .fa-won:before{content:""}html.style4 .fa-bitcoin:before,html.style4 .fa-btc:before{content:""}html.style4 .fa-file:before{content:""}html.style4 .fa-file-text:before{content:""}html.style4 .fa-sort-alpha-asc:before{content:""}html.style4 .fa-sort-alpha-desc:before{content:""}html.style4 .fa-sort-amount-asc:before{content:""}html.style4 .fa-sort-amount-desc:before{content:""}html.style4 .fa-sort-numeric-asc:before{content:""}html.style4 .fa-sort-numeric-desc:before{content:""}html.style4 .fa-thumbs-up:before{content:""}html.style4 .fa-thumbs-down:before{content:""}html.style4 .fa-youtube-square:before{content:""}html.style4 .fa-youtube:before{content:""}html.style4 .fa-xing:before{content:""}html.style4 .fa-xing-square:before{content:""}html.style4 .fa-youtube-play:before{content:""}html.style4 .fa-dropbox:before{content:""}html.style4 .fa-stack-overflow:before{content:""}html.style4 .fa-instagram:before{content:""}html.style4 .fa-flickr:before{content:""}html.style4 .fa-adn:before{content:""}html.style4 .fa-bitbucket:before{content:""}html.style4 .fa-bitbucket-square:before{content:""}html.style4 .fa-tumblr:before{content:""}html.style4 .fa-tumblr-square:before{content:""}html.style4 .fa-long-arrow-down:before{content:""}html.style4 .fa-long-arrow-up:before{content:""}html.style4 .fa-long-arrow-left:before{content:""}html.style4 .fa-long-arrow-right:before{content:""}html.style4 .fa-apple:before{content:""}html.style4 .fa-windows:before{content:""}html.style4 .fa-android:before{content:""}html.style4 .fa-linux:before{content:""}html.style4 .fa-dribbble:before{content:""}html.style4 .fa-skype:before{content:""}html.style4 .fa-foursquare:before{content:""}html.style4 .fa-trello:before{content:""}html.style4 .fa-female:before{content:""}html.style4 .fa-male:before{content:""}html.style4 .fa-gittip:before,html.style4 .fa-gratipay:before{content:""}html.style4 .fa-sun-o:before{content:""}html.style4 .fa-moon-o:before{content:""}html.style4 .fa-archive:before{content:""}html.style4 .fa-bug:before{content:""}html.style4 .fa-vk:before{content:""}html.style4 .fa-weibo:before{content:""}html.style4 .fa-renren:before{content:""}html.style4 .fa-pagelines:before{content:""}html.style4 .fa-stack-exchange:before{content:""}html.style4 .fa-arrow-circle-o-right:before{content:""}html.style4 .fa-arrow-circle-o-left:before{content:""}html.style4 .fa-caret-square-o-left:before,html.style4 .fa-toggle-left:before{content:""}html.style4 .fa-dot-circle-o:before{content:""}html.style4 .fa-wheelchair:before{content:""}html.style4 .fa-vimeo-square:before{content:""}html.style4 .fa-try:before,html.style4 .fa-turkish-lira:before{content:""}html.style4 .fa-plus-square-o:before{content:""}html.style4 .fa-space-shuttle:before{content:""}html.style4 .fa-slack:before{content:""}html.style4 .fa-envelope-square:before{content:""}html.style4 .fa-wordpress:before{content:""}html.style4 .fa-openid:before{content:""}html.style4 .fa-bank:before,html.style4 .fa-institution:before,html.style4 .fa-university:before{content:""}html.style4 .fa-graduation-cap:before,html.style4 .fa-mortar-board:before{content:""}html.style4 .fa-yahoo:before{content:""}html.style4 .fa-google:before{content:""}html.style4 .fa-reddit:before{content:""}html.style4 .fa-reddit-square:before{content:""}html.style4 .fa-stumbleupon-circle:before{content:""}html.style4 .fa-stumbleupon:before{content:""}html.style4 .fa-delicious:before{content:""}html.style4 .fa-digg:before{content:""}html.style4 .fa-pied-piper-pp:before{content:""}html.style4 .fa-pied-piper-alt:before{content:""}html.style4 .fa-drupal:before{content:""}html.style4 .fa-joomla:before{content:""}html.style4 .fa-language:before{content:""}html.style4 .fa-fax:before{content:""}html.style4 .fa-building:before{content:""}html.style4 .fa-child:before{content:""}html.style4 .fa-paw:before{content:""}html.style4 .fa-spoon:before{content:""}html.style4 .fa-cube:before{content:""}html.style4 .fa-cubes:before{content:""}html.style4 .fa-behance:before{content:""}html.style4 .fa-behance-square:before{content:""}html.style4 .fa-steam:before{content:""}html.style4 .fa-steam-square:before{content:""}html.style4 .fa-recycle:before{content:""}html.style4 .fa-automobile:before,html.style4 .fa-car:before{content:""}html.style4 .fa-cab:before,html.style4 .fa-taxi:before{content:""}html.style4 .fa-tree:before{content:""}html.style4 .fa-spotify:before{content:""}html.style4 .fa-deviantart:before{content:""}html.style4 .fa-soundcloud:before{content:""}html.style4 .fa-database:before{content:""}html.style4 .fa-file-pdf-o:before{content:""}html.style4 .fa-file-word-o:before{content:""}html.style4 .fa-file-excel-o:before{content:""}html.style4 .fa-file-powerpoint-o:before{content:""}html.style4 .fa-file-image-o:before,html.style4 .fa-file-photo-o:before,html.style4 .fa-file-picture-o:before{content:""}html.style4 .fa-file-archive-o:before,html.style4 .fa-file-zip-o:before{content:""}html.style4 .fa-file-audio-o:before,html.style4 .fa-file-sound-o:before{content:""}html.style4 .fa-file-movie-o:before,html.style4 .fa-file-video-o:before{content:""}html.style4 .fa-file-code-o:before{content:""}html.style4 .fa-vine:before{content:""}html.style4 .fa-codepen:before{content:""}html.style4 .fa-jsfiddle:before{content:""}html.style4 .fa-life-bouy:before,html.style4 .fa-life-buoy:before,html.style4 .fa-life-ring:before,html.style4 .fa-life-saver:before,html.style4 .fa-support:before{content:""}html.style4 .fa-circle-o-notch:before{content:""}html.style4 .fa-ra:before,html.style4 .fa-rebel:before,html.style4 .fa-resistance:before{content:""}html.style4 .fa-empire:before,html.style4 .fa-ge:before{content:""}html.style4 .fa-git-square:before{content:""}html.style4 .fa-git:before{content:""}html.style4 .fa-hacker-news:before,html.style4 .fa-y-combinator-square:before,html.style4 .fa-yc-square:before{content:""}html.style4 .fa-tencent-weibo:before{content:""}html.style4 .fa-qq:before{content:""}html.style4 .fa-wechat:before,html.style4 .fa-weixin:before{content:""}html.style4 .fa-paper-plane:before,html.style4 .fa-send:before{content:""}html.style4 .fa-paper-plane-o:before,html.style4 .fa-send-o:before{content:""}html.style4 .fa-history:before{content:""}html.style4 .fa-circle-thin:before{content:""}html.style4 .fa-header:before{content:""}html.style4 .fa-paragraph:before{content:""}html.style4 .fa-sliders:before{content:""}html.style4 .fa-share-alt:before{content:""}html.style4 .fa-share-alt-square:before{content:""}html.style4 .fa-bomb:before{content:""}html.style4 .fa-futbol-o:before,html.style4 .fa-soccer-ball-o:before{content:""}html.style4 .fa-tty:before{content:""}html.style4 .fa-binoculars:before{content:""}html.style4 .fa-plug:before{content:""}html.style4 .fa-slideshare:before{content:""}html.style4 .fa-twitch:before{content:""}html.style4 .fa-yelp:before{content:""}html.style4 .fa-newspaper-o:before{content:""}html.style4 .fa-wifi:before{content:""}html.style4 .fa-calculator:before{content:""}html.style4 .fa-paypal:before{content:""}html.style4 .fa-google-wallet:before{content:""}html.style4 .fa-cc-visa:before{content:""}html.style4 .fa-cc-mastercard:before{content:""}html.style4 .fa-cc-discover:before{content:""}html.style4 .fa-cc-amex:before{content:""}html.style4 .fa-cc-paypal:before{content:""}html.style4 .fa-cc-stripe:before{content:""}html.style4 .fa-bell-slash:before{content:""}html.style4 .fa-bell-slash-o:before{content:""}html.style4 .fa-trash:before{content:""}html.style4 .fa-copyright:before{content:""}html.style4 .fa-at:before{content:""}html.style4 .fa-eyedropper:before{content:""}html.style4 .fa-paint-brush:before{content:""}html.style4 .fa-birthday-cake:before{content:""}html.style4 .fa-area-chart:before{content:""}html.style4 .fa-pie-chart:before{content:""}html.style4 .fa-line-chart:before{content:""}html.style4 .fa-lastfm:before{content:""}html.style4 .fa-lastfm-square:before{content:""}html.style4 .fa-toggle-off:before{content:""}html.style4 .fa-toggle-on:before{content:""}html.style4 .fa-bicycle:before{content:""}html.style4 .fa-bus:before{content:""}html.style4 .fa-ioxhost:before{content:""}html.style4 .fa-angellist:before{content:""}html.style4 .fa-cc:before{content:""}html.style4 .fa-ils:before,html.style4 .fa-shekel:before,html.style4 .fa-sheqel:before{content:""}html.style4 .fa-meanpath:before{content:""}html.style4 .fa-buysellads:before{content:""}html.style4 .fa-connectdevelop:before{content:""}html.style4 .fa-dashcube:before{content:""}html.style4 .fa-forumbee:before{content:""}html.style4 .fa-leanpub:before{content:""}html.style4 .fa-sellsy:before{content:""}html.style4 .fa-shirtsinbulk:before{content:""}html.style4 .fa-simplybuilt:before{content:""}html.style4 .fa-skyatlas:before{content:""}html.style4 .fa-cart-plus:before{content:""}html.style4 .fa-cart-arrow-down:before{content:""}html.style4 .fa-diamond:before{content:""}html.style4 .fa-ship:before{content:""}html.style4 .fa-user-secret:before{content:""}html.style4 .fa-motorcycle:before{content:""}html.style4 .fa-street-view:before{content:""}html.style4 .fa-heartbeat:before{content:""}html.style4 .fa-venus:before{content:""}html.style4 .fa-mars:before{content:""}html.style4 .fa-mercury:before{content:""}html.style4 .fa-intersex:before,html.style4 .fa-transgender:before{content:""}html.style4 .fa-transgender-alt:before{content:""}html.style4 .fa-venus-double:before{content:""}html.style4 .fa-mars-double:before{content:""}html.style4 .fa-venus-mars:before{content:""}html.style4 .fa-mars-stroke:before{content:""}html.style4 .fa-mars-stroke-v:before{content:""}html.style4 .fa-mars-stroke-h:before{content:""}html.style4 .fa-neuter:before{content:""}html.style4 .fa-genderless:before{content:""}html.style4 .fa-facebook-official:before{content:""}html.style4 .fa-pinterest-p:before{content:""}html.style4 .fa-whatsapp:before{content:""}html.style4 .fa-server:before{content:""}html.style4 .fa-user-plus:before{content:""}html.style4 .fa-user-times:before{content:""}html.style4 .fa-bed:before,html.style4 .fa-hotel:before{content:""}html.style4 .fa-viacoin:before{content:""}html.style4 .fa-train:before{content:""}html.style4 .fa-subway:before{content:""}html.style4 .fa-medium:before{content:""}html.style4 .fa-y-combinator:before,html.style4 .fa-yc:before{content:""}html.style4 .fa-optin-monster:before{content:""}html.style4 .fa-opencart:before{content:""}html.style4 .fa-expeditedssl:before{content:""}html.style4 .fa-battery-4:before,html.style4 .fa-battery-full:before,html.style4 .fa-battery:before{content:""}html.style4 .fa-battery-3:before,html.style4 .fa-battery-three-quarters:before{content:""}html.style4 .fa-battery-2:before,html.style4 .fa-battery-half:before{content:""}html.style4 .fa-battery-1:before,html.style4 .fa-battery-quarter:before{content:""}html.style4 .fa-battery-0:before,html.style4 .fa-battery-empty:before{content:""}html.style4 .fa-mouse-pointer:before{content:""}html.style4 .fa-i-cursor:before{content:""}html.style4 .fa-object-group:before{content:""}html.style4 .fa-object-ungroup:before{content:""}html.style4 .fa-sticky-note:before{content:""}html.style4 .fa-sticky-note-o:before{content:""}html.style4 .fa-cc-jcb:before{content:""}html.style4 .fa-cc-diners-club:before{content:""}html.style4 .fa-clone:before{content:""}html.style4 .fa-balance-scale:before{content:""}html.style4 .fa-hourglass-o:before{content:""}html.style4 .fa-hourglass-1:before,html.style4 .fa-hourglass-start:before{content:""}html.style4 .fa-hourglass-2:before,html.style4 .fa-hourglass-half:before{content:""}html.style4 .fa-hourglass-3:before,html.style4 .fa-hourglass-end:before{content:""}html.style4 .fa-hourglass:before{content:""}html.style4 .fa-hand-grab-o:before,html.style4 .fa-hand-rock-o:before{content:""}html.style4 .fa-hand-paper-o:before,html.style4 .fa-hand-stop-o:before{content:""}html.style4 .fa-hand-scissors-o:before{content:""}html.style4 .fa-hand-lizard-o:before{content:""}html.style4 .fa-hand-spock-o:before{content:""}html.style4 .fa-hand-pointer-o:before{content:""}html.style4 .fa-hand-peace-o:before{content:""}html.style4 .fa-trademark:before{content:""}html.style4 .fa-registered:before{content:""}html.style4 .fa-creative-commons:before{content:""}html.style4 .fa-gg:before{content:""}html.style4 .fa-gg-circle:before{content:""}html.style4 .fa-tripadvisor:before{content:""}html.style4 .fa-odnoklassniki:before{content:""}html.style4 .fa-odnoklassniki-square:before{content:""}html.style4 .fa-get-pocket:before{content:""}html.style4 .fa-wikipedia-w:before{content:""}html.style4 .fa-safari:before{content:""}html.style4 .fa-chrome:before{content:""}html.style4 .fa-firefox:before{content:""}html.style4 .fa-opera:before{content:""}html.style4 .fa-internet-explorer:before{content:""}html.style4 .fa-television:before,html.style4 .fa-tv:before{content:""}html.style4 .fa-contao:before{content:""}html.style4 .fa-500px:before{content:""}html.style4 .fa-amazon:before{content:""}html.style4 .fa-calendar-plus-o:before{content:""}html.style4 .fa-calendar-minus-o:before{content:""}html.style4 .fa-calendar-times-o:before{content:""}html.style4 .fa-calendar-check-o:before{content:""}html.style4 .fa-industry:before{content:""}html.style4 .fa-map-pin:before{content:""}html.style4 .fa-map-signs:before{content:""}html.style4 .fa-map-o:before{content:""}html.style4 .fa-map:before{content:""}html.style4 .fa-commenting:before{content:""}html.style4 .fa-commenting-o:before{content:""}html.style4 .fa-houzz:before{content:""}html.style4 .fa-vimeo:before{content:""}html.style4 .fa-black-tie:before{content:""}html.style4 .fa-fonticons:before{content:""}html.style4 .fa-reddit-alien:before{content:""}html.style4 .fa-edge:before{content:""}html.style4 .fa-credit-card-alt:before{content:""}html.style4 .fa-codiepie:before{content:""}html.style4 .fa-modx:before{content:""}html.style4 .fa-fort-awesome:before{content:""}html.style4 .fa-usb:before{content:""}html.style4 .fa-product-hunt:before{content:""}html.style4 .fa-mixcloud:before{content:""}html.style4 .fa-scribd:before{content:""}html.style4 .fa-pause-circle:before{content:""}html.style4 .fa-pause-circle-o:before{content:""}html.style4 .fa-stop-circle:before{content:""}html.style4 .fa-stop-circle-o:before{content:""}html.style4 .fa-shopping-bag:before{content:""}html.style4 .fa-shopping-basket:before{content:""}html.style4 .fa-hashtag:before{content:""}html.style4 .fa-bluetooth:before{content:""}html.style4 .fa-bluetooth-b:before{content:""}html.style4 .fa-percent:before{content:""}html.style4 .fa-gitlab:before{content:""}html.style4 .fa-wpbeginner:before{content:""}html.style4 .fa-wpforms:before{content:""}html.style4 .fa-envira:before{content:""}html.style4 .fa-universal-access:before{content:""}html.style4 .fa-wheelchair-alt:before{content:""}html.style4 .fa-question-circle-o:before{content:""}html.style4 .fa-blind:before{content:""}html.style4 .fa-audio-description:before{content:""}html.style4 .fa-volume-control-phone:before{content:""}html.style4 .fa-braille:before{content:""}html.style4 .fa-assistive-listening-systems:before{content:""}html.style4 .fa-american-sign-language-interpreting:before,html.style4 .fa-asl-interpreting:before{content:""}html.style4 .fa-deaf:before,html.style4 .fa-deafness:before,html.style4 .fa-hard-of-hearing:before{content:""}html.style4 .fa-glide:before{content:""}html.style4 .fa-glide-g:before{content:""}html.style4 .fa-sign-language:before,html.style4 .fa-signing:before{content:""}html.style4 .fa-low-vision:before{content:""}html.style4 .fa-viadeo:before{content:""}html.style4 .fa-viadeo-square:before{content:""}html.style4 .fa-snapchat:before{content:""}html.style4 .fa-snapchat-ghost:before{content:""}html.style4 .fa-snapchat-square:before{content:""}html.style4 .fa-pied-piper:before{content:""}html.style4 .fa-first-order:before{content:""}html.style4 .fa-yoast:before{content:""}html.style4 .fa-themeisle:before{content:""}html.style4 .fa-google-plus-circle:before,html.style4 .fa-google-plus-official:before{content:""}html.style4 .fa-fa:before,html.style4 .fa-font-awesome:before{content:""}html.style4 .fa-handshake-o:before{content:""}html.style4 .fa-envelope-open:before{content:""}html.style4 .fa-envelope-open-o:before{content:""}html.style4 .fa-linode:before{content:""}html.style4 .fa-address-book:before{content:""}html.style4 .fa-address-book-o:before{content:""}html.style4 .fa-address-card:before,html.style4 .fa-vcard:before{content:""}html.style4 .fa-address-card-o:before,html.style4 .fa-vcard-o:before{content:""}html.style4 .fa-user-circle:before{content:""}html.style4 .fa-user-circle-o:before{content:""}html.style4 .fa-user-o:before{content:""}html.style4 .fa-id-badge:before{content:""}html.style4 .fa-drivers-license:before,html.style4 .fa-id-card:before{content:""}html.style4 .fa-drivers-license-o:before,html.style4 .fa-id-card-o:before{content:""}html.style4 .fa-quora:before{content:""}html.style4 .fa-free-code-camp:before{content:""}html.style4 .fa-telegram:before{content:""}html.style4 .fa-thermometer-4:before,html.style4 .fa-thermometer-full:before,html.style4 .fa-thermometer:before{content:""}html.style4 .fa-thermometer-3:before,html.style4 .fa-thermometer-three-quarters:before{content:""}html.style4 .fa-thermometer-2:before,html.style4 .fa-thermometer-half:before{content:""}html.style4 .fa-thermometer-1:before,html.style4 .fa-thermometer-quarter:before{content:""}html.style4 .fa-thermometer-0:before,html.style4 .fa-thermometer-empty:before{content:""}html.style4 .fa-shower:before{content:""}html.style4 .fa-bath:before,html.style4 .fa-bathtub:before,html.style4 .fa-s15:before{content:""}html.style4 .fa-podcast:before{content:""}html.style4 .fa-window-maximize:before{content:""}html.style4 .fa-window-minimize:before{content:""}html.style4 .fa-window-restore:before{content:""}html.style4 .fa-times-rectangle:before,html.style4 .fa-window-close:before{content:""}html.style4 .fa-times-rectangle-o:before,html.style4 .fa-window-close-o:before{content:""}html.style4 .fa-bandcamp:before{content:""}html.style4 .fa-grav:before{content:""}html.style4 .fa-etsy:before{content:""}html.style4 .fa-imdb:before{content:""}html.style4 .fa-ravelry:before{content:""}html.style4 .fa-eercast:before{content:""}html.style4 .fa-microchip:before{content:""}html.style4 .fa-snowflake-o:before{content:""}html.style4 .fa-superpowers:before{content:""}html.style4 .fa-wpexplorer:before{content:""}html.style4 .fa-meetup:before{content:""}html.style4 .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}html.style4 .sr-only-focusable:active,html.style4 .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html.style4 [class*=" icon-"],html.style4 [class^=icon-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;*margin-right:.3em}html.style4 [class*=" icon-"]:before,html.style4 [class^=icon-]:before{text-decoration:inherit;display:inline-block;speak:none}html.style4 .icon-large:before{vertical-align:-10%;font-size:1.3333333333em}html.style4 a [class*=" icon-"],html.style4 a [class^=icon-]{display:inline}html.style4 [class*=" icon-"].icon-fixed-width,html.style4 [class^=icon-].icon-fixed-width{display:inline-block;width:1.1428571429em;text-align:right;padding-right:.2857142857em}html.style4 [class*=" icon-"].icon-fixed-width.icon-large,html.style4 [class^=icon-].icon-fixed-width.icon-large{width:1.4285714286em}html.style4 .icons-ul{margin-left:2.1428571429em;list-style-type:none}html.style4 .icons-ul>li{position:relative}html.style4 .icons-ul .icon-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;text-align:center;line-height:inherit}html.style4 [class*=" icon-"].hide,html.style4 [class^=icon-].hide{display:none}html.style4 .icon-muted{color:#eee}html.style4 .icon-light{color:#fff}html.style4 .icon-dark{color:#333}html.style4 .icon-border{border:1px solid #eee;padding:.2em .25em .15em;border-radius:3px}html.style4 .icon-2x{font-size:2em}html.style4 .icon-2x.icon-border{border-width:2px;border-radius:4px}html.style4 .icon-3x{font-size:3em}html.style4 .icon-3x.icon-border{border-width:3px;border-radius:5px}html.style4 .icon-4x{font-size:4em}html.style4 .icon-4x.icon-border{border-width:4px;border-radius:6px}html.style4 .icon-5x{font-size:5em}html.style4 .icon-5x.icon-border{border-width:5px;border-radius:7px}html.style4 .pull-right{float:right}html.style4 .pull-left{float:left}html.style4 [class*=" icon-"].pull-left,html.style4 [class^=icon-].pull-left{margin-right:.3em}html.style4 [class*=" icon-"].pull-right,html.style4 [class^=icon-].pull-right{margin-left:.3em}html.style4 .icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}html.style4 .icon-stack [class*=" icon-"],html.style4 .icon-stack [class^=icon-]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}html.style4 .icon-stack .icon-stack-base{font-size:2em;*line-height:1em}html.style4 .icon-spin{display:inline-block;animation:spin 2s linear infinite}html.style4 a .icon-spin,html.style4 a .icon-stack{display:inline-block;text-decoration:none}html.style4 .icon-rotate-90:before{transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}html.style4 .icon-rotate-180:before{transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}html.style4 .icon-rotate-270:before{transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}html.style4 .icon-flip-horizontal:before{transform:scaleX(-1)}html.style4 .icon-flip-vertical:before{transform:scaleY(-1)}html.style4 a .icon-flip-horizontal:before,html.style4 a .icon-flip-vertical:before,html.style4 a .icon-rotate-180:before,html.style4 a .icon-rotate-270:before,html.style4 a .icon-rotate-90:before{display:inline-block}html.style4 .icon-wand:before{content:""}html.style4 .icon-volume:before{content:""}html.style4 .icon-user:before{content:""}html.style4 .icon-unlock:before{content:""}html.style4 .icon-unlink:before{content:""}html.style4 .icon-trash:before{content:""}html.style4 .icon-thought:before{content:""}html.style4 .icon-target:before{content:""}html.style4 .icon-tag:before{content:""}html.style4 .icon-tablet:before{content:""}html.style4 .icon-star:before{content:""}html.style4 .icon-spray:before{content:""}html.style4 .icon-signal:before{content:""}html.style4 .icon-shopping-cart:before{content:""}html.style4 .icon-shopping-cart-full:before{content:""}html.style4 .icon-settings:before{content:""}html.style4 .icon-search:before{content:""}html.style4 .icon-zoom-in:before{content:""}html.style4 .icon-zoom-out:before{content:""}html.style4 .icon-cut:before{content:""}html.style4 .icon-ruler:before{content:""}html.style4 .icon-ruler-pencil:before{content:""}html.style4 .icon-ruler-alt:before{content:""}html.style4 .icon-bookmark:before{content:""}html.style4 .icon-bookmark-alt:before{content:""}html.style4 .icon-reload:before{content:""}html.style4 .icon-plus:before{content:""}html.style4 .icon-pin:before{content:""}html.style4 .icon-pencil:before{content:""}html.style4 .icon-pencil-alt:before{content:""}html.style4 .icon-paint-roller:before{content:""}html.style4 .icon-paint-bucket:before{content:""}html.style4 .icon-na:before{content:""}html.style4 .icon-mobile:before{content:""}html.style4 .icon-minus:before{content:""}html.style4 .icon-medall:before{content:""}html.style4 .icon-medall-alt:before{content:""}html.style4 .icon-marker:before{content:""}html.style4 .icon-marker-alt:before{content:""}html.style4 .icon-arrow-up:before{content:""}html.style4 .icon-arrow-right:before{content:""}html.style4 .icon-arrow-left:before{content:""}html.style4 .icon-arrow-down:before{content:""}html.style4 .icon-lock:before{content:""}html.style4 .icon-location-arrow:before{content:""}html.style4 .icon-link:before{content:""}html.style4 .icon-layout:before{content:""}html.style4 .icon-layers:before{content:""}html.style4 .icon-layers-alt:before{content:""}html.style4 .icon-key:before{content:""}html.style4 .icon-import:before{content:""}html.style4 .icon-image:before{content:""}html.style4 .icon-heart:before{content:""}html.style4 .icon-heart-broken:before{content:""}html.style4 .icon-hand-stop:before{content:""}html.style4 .icon-hand-open:before{content:""}html.style4 .icon-hand-drag:before{content:""}html.style4 .icon-folder:before{content:""}html.style4 .icon-flag:before{content:""}html.style4 .icon-flag-alt:before{content:""}html.style4 .icon-flag-alt-2:before{content:""}html.style4 .icon-eye:before{content:""}html.style4 .icon-export:before{content:""}html.style4 .icon-exchange-vertical:before{content:""}html.style4 .icon-desktop:before{content:""}html.style4 .icon-cup:before{content:""}html.style4 .icon-crown:before{content:""}html.style4 .icon-comments:before{content:""}html.style4 .icon-comment:before{content:""}html.style4 .icon-comment-alt:before{content:""}html.style4 .icon-close:before{content:""}html.style4 .icon-clip:before{content:""}html.style4 .icon-angle-up:before{content:""}html.style4 .icon-angle-right:before{content:""}html.style4 .icon-angle-left:before{content:""}html.style4 .icon-angle-down:before{content:""}html.style4 .icon-check:before{content:""}html.style4 .icon-check-box:before{content:""}html.style4 .icon-camera:before{content:""}html.style4 .icon-announcement:before{content:""}html.style4 .icon-brush:before{content:""}html.style4 .icon-briefcase:before{content:""}html.style4 .icon-bolt:before{content:""}html.style4 .icon-bolt-alt:before{content:""}html.style4 .icon-blackboard:before{content:""}html.style4 .icon-bag:before{content:""}html.style4 .icon-move:before{content:""}html.style4 .icon-arrows-vertical:before{content:""}html.style4 .icon-arrows-horizontal:before{content:""}html.style4 .icon-fullscreen:before{content:""}html.style4 .icon-arrow-top-right:before{content:""}html.style4 .icon-arrow-top-left:before{content:""}html.style4 .icon-arrow-circle-up:before{content:""}html.style4 .icon-arrow-circle-right:before{content:""}html.style4 .icon-arrow-circle-left:before{content:""}html.style4 .icon-arrow-circle-down:before{content:""}html.style4 .icon-angle-double-up:before{content:""}html.style4 .icon-angle-double-right:before{content:""}html.style4 .icon-angle-double-left:before{content:""}html.style4 .icon-angle-double-down:before{content:""}html.style4 .icon-zip:before{content:""}html.style4 .icon-world:before{content:""}html.style4 .icon-wheelchair:before{content:""}html.style4 .icon-view-list:before{content:""}html.style4 .icon-view-list-alt:before{content:""}html.style4 .icon-view-grid:before{content:""}html.style4 .icon-uppercase:before{content:""}html.style4 .icon-upload:before{content:""}html.style4 .icon-underline:before{content:""}html.style4 .icon-truck:before{content:""}html.style4 .icon-timer:before{content:""}html.style4 .icon-ticket:before{content:""}html.style4 .icon-thumb-up:before{content:""}html.style4 .icon-thumb-down:before{content:""}html.style4 .icon-text:before{content:""}html.style4 .icon-stats-up:before{content:""}html.style4 .icon-stats-down:before{content:""}html.style4 .icon-split-v:before{content:""}html.style4 .icon-split-h:before{content:""}html.style4 .icon-smallcap:before{content:""}html.style4 .icon-shine:before{content:""}html.style4 .icon-shift-right:before{content:""}html.style4 .icon-shift-left:before{content:""}html.style4 .icon-shield:before{content:""}html.style4 .icon-notepad:before{content:""}html.style4 .icon-server:before{content:""}html.style4 .icon-quote-right:before{content:""}html.style4 .icon-quote-left:before{content:""}html.style4 .icon-pulse:before{content:""}html.style4 .icon-printer:before{content:""}html.style4 .icon-power-off:before{content:""}html.style4 .icon-plug:before{content:""}html.style4 .icon-pie-chart:before{content:""}html.style4 .icon-paragraph:before{content:""}html.style4 .icon-panel:before{content:""}html.style4 .icon-package:before{content:""}html.style4 .icon-music:before{content:""}html.style4 .icon-music-alt:before{content:""}html.style4 .icon-mouse:before{content:""}html.style4 .icon-mouse-alt:before{content:""}html.style4 .icon-money:before{content:""}html.style4 .icon-microphone:before{content:""}html.style4 .icon-menu:before{content:""}html.style4 .icon-menu-alt:before{content:""}html.style4 .icon-map:before{content:""}html.style4 .icon-map-alt:before{content:""}html.style4 .icon-loop:before{content:""}html.style4 .icon-location-pin:before{content:""}html.style4 .icon-list:before{content:""}html.style4 .icon-light-bulb:before{content:""}html.style4 .icon-Italic:before{content:""}html.style4 .icon-info:before{content:""}html.style4 .icon-infinite:before{content:""}html.style4 .icon-id-badge:before{content:""}html.style4 .icon-hummer:before{content:""}html.style4 .icon-home:before{content:""}html.style4 .icon-help:before{content:""}html.style4 .icon-headphone:before{content:""}html.style4 .icon-harddrives:before{content:""}html.style4 .icon-harddrive:before{content:""}html.style4 .icon-gift:before{content:""}html.style4 .icon-game:before{content:""}html.style4 .icon-filter:before{content:""}html.style4 .icon-files:before{content:""}html.style4 .icon-file:before{content:""}html.style4 .icon-eraser:before{content:""}html.style4 .icon-envelope:before{content:""}html.style4 .icon-download:before{content:""}html.style4 .icon-direction:before{content:""}html.style4 .icon-direction-alt:before{content:""}html.style4 .icon-dashboard:before{content:""}html.style4 .icon-control-stop:before{content:""}html.style4 .icon-control-shuffle:before{content:""}html.style4 .icon-control-play:before{content:""}html.style4 .icon-control-pause:before{content:""}html.style4 .icon-control-forward:before{content:""}html.style4 .icon-control-backward:before{content:""}html.style4 .icon-cloud:before{content:""}html.style4 .icon-cloud-up:before{content:""}html.style4 .icon-cloud-down:before{content:""}html.style4 .icon-clipboard:before{content:""}html.style4 .icon-car:before{content:""}html.style4 .icon-calendar:before{content:""}html.style4 .icon-book:before{content:""}html.style4 .icon-bell:before{content:""}html.style4 .icon-basketball:before{content:""}html.style4 .icon-bar-chart:before{content:""}html.style4 .icon-bar-chart-alt:before{content:""}html.style4 .icon-back-right:before{content:""}html.style4 .icon-back-left:before{content:""}html.style4 .icon-arrows-corner:before{content:""}html.style4 .icon-archive:before{content:""}html.style4 .icon-anchor:before{content:""}html.style4 .icon-align-right:before{content:""}html.style4 .icon-align-left:before{content:""}html.style4 .icon-align-justify:before{content:""}html.style4 .icon-align-center:before{content:""}html.style4 .icon-alert:before{content:""}html.style4 .icon-alarm-clock:before{content:""}html.style4 .icon-agenda:before{content:""}html.style4 .icon-write:before{content:""}html.style4 .icon-window:before{content:""}html.style4 .icon-widgetized:before{content:""}html.style4 .icon-widget:before{content:""}html.style4 .icon-widget-alt:before{content:""}html.style4 .icon-wallet:before{content:""}html.style4 .icon-video-clapper:before{content:""}html.style4 .icon-video-camera:before{content:""}html.style4 .icon-vector:before{content:""}html.style4 .icon-themify-logo:before{content:""}html.style4 .icon-themify-favicon:before{content:""}html.style4 .icon-themify-favicon-alt:before{content:""}html.style4 .icon-support:before{content:""}html.style4 .icon-stamp:before{content:""}html.style4 .icon-split-v-alt:before{content:""}html.style4 .icon-slice:before{content:""}html.style4 .icon-shortcode:before{content:""}html.style4 .icon-shift-right-alt:before{content:""}html.style4 .icon-shift-left-alt:before{content:""}html.style4 .icon-ruler-alt-2:before{content:""}html.style4 .icon-receipt:before{content:""}html.style4 .icon-pin2:before{content:""}html.style4 .icon-pin-alt:before{content:""}html.style4 .icon-pencil-alt2:before{content:""}html.style4 .icon-palette:before{content:""}html.style4 .icon-more:before{content:""}html.style4 .icon-more-alt:before{content:""}html.style4 .icon-microphone-alt:before{content:""}html.style4 .icon-magnet:before{content:""}html.style4 .icon-line-double:before{content:""}html.style4 .icon-line-dotted:before{content:""}html.style4 .icon-line-dashed:before{content:""}html.style4 .icon-layout-width-full:before{content:""}html.style4 .icon-layout-width-default:before{content:""}html.style4 .icon-layout-width-default-alt:before{content:""}html.style4 .icon-layout-tab:before{content:""}html.style4 .icon-layout-tab-window:before{content:""}html.style4 .icon-layout-tab-v:before{content:""}html.style4 .icon-layout-tab-min:before{content:""}html.style4 .icon-layout-slider:before{content:""}html.style4 .icon-layout-slider-alt:before{content:""}html.style4 .icon-layout-sidebar-right:before{content:""}html.style4 .icon-layout-sidebar-none:before{content:""}html.style4 .icon-layout-sidebar-left:before{content:""}html.style4 .icon-layout-placeholder:before{content:""}html.style4 .icon-layout-menu:before{content:""}html.style4 .icon-layout-menu-v:before{content:""}html.style4 .icon-layout-menu-separated:before{content:""}html.style4 .icon-layout-menu-full:before{content:""}html.style4 .icon-layout-media-right-alt:before{content:""}html.style4 .icon-layout-media-right:before{content:""}html.style4 .icon-layout-media-overlay:before{content:""}html.style4 .icon-layout-media-overlay-alt:before{content:""}html.style4 .icon-layout-media-overlay-alt-2:before{content:""}html.style4 .icon-layout-media-left-alt:before{content:""}html.style4 .icon-layout-media-left:before{content:""}html.style4 .icon-layout-media-center-alt:before{content:""}html.style4 .icon-layout-media-center:before{content:""}html.style4 .icon-layout-list-thumb:before{content:""}html.style4 .icon-layout-list-thumb-alt:before{content:""}html.style4 .icon-layout-list-post:before{content:""}html.style4 .icon-layout-list-large-image:before{content:""}html.style4 .icon-layout-line-solid:before{content:""}html.style4 .icon-layout-grid4:before{content:""}html.style4 .icon-layout-grid3:before{content:""}html.style4 .icon-layout-grid2:before{content:""}html.style4 .icon-layout-grid2-thumb:before{content:""}html.style4 .icon-layout-cta-right:before{content:""}html.style4 .icon-layout-cta-left:before{content:""}html.style4 .icon-layout-cta-center:before{content:""}html.style4 .icon-layout-cta-btn-right:before{content:""}html.style4 .icon-layout-cta-btn-left:before{content:""}html.style4 .icon-layout-column4:before{content:""}html.style4 .icon-layout-column3:before{content:""}html.style4 .icon-layout-column2:before{content:""}html.style4 .icon-layout-accordion-separated:before{content:""}html.style4 .icon-layout-accordion-merged:before{content:""}html.style4 .icon-layout-accordion-list:before{content:""}html.style4 .icon-ink-pen:before{content:""}html.style4 .icon-info-alt:before{content:""}html.style4 .icon-help-alt:before{content:""}html.style4 .icon-headphone-alt:before{content:""}html.style4 .icon-hand-point-up:before{content:""}html.style4 .icon-hand-point-right:before{content:""}html.style4 .icon-hand-point-left:before{content:""}html.style4 .icon-hand-point-down:before{content:""}html.style4 .icon-gallery:before{content:""}html.style4 .icon-face-smile:before{content:""}html.style4 .icon-face-sad:before{content:""}html.style4 .icon-credit-card:before{content:""}html.style4 .icon-control-skip-forward:before{content:""}html.style4 .icon-control-skip-backward:before{content:""}html.style4 .icon-control-record:before{content:""}html.style4 .icon-control-eject:before{content:""}html.style4 .icon-comments-smiley:before{content:""}html.style4 .icon-brush-alt:before{content:""}html.style4 .icon-youtube:before{content:""}html.style4 .icon-vimeo:before{content:""}html.style4 .icon-twitter:before{content:""}html.style4 .icon-time:before{content:""}html.style4 .icon-tumblr:before{content:""}html.style4 .icon-skype:before{content:""}html.style4 .icon-share:before{content:""}html.style4 .icon-share-alt:before{content:""}html.style4 .icon-rocket:before{content:""}html.style4 .icon-pinterest:before{content:""}html.style4 .icon-new-window:before{content:""}html.style4 .icon-microsoft:before{content:""}html.style4 .icon-list-ol:before{content:""}html.style4 .icon-linkedin:before{content:""}html.style4 .icon-layout-sidebar-2:before{content:""}html.style4 .icon-layout-grid4-alt:before{content:""}html.style4 .icon-layout-grid3-alt:before{content:""}html.style4 .icon-layout-grid2-alt:before{content:""}html.style4 .icon-layout-column4-alt:before{content:""}html.style4 .icon-layout-column3-alt:before{content:""}html.style4 .icon-layout-column2-alt:before{content:""}html.style4 .icon-instagram:before{content:""}html.style4 .icon-google:before{content:""}html.style4 .icon-github:before{content:""}html.style4 .icon-flickr:before{content:""}html.style4 .icon-facebook:before{content:""}html.style4 .icon-dropbox:before{content:""}html.style4 .icon-dribbble:before{content:""}html.style4 .icon-apple:before{content:""}html.style4 .icon-android:before{content:""}html.style4 .icon-save:before{content:""}html.style4 .icon-save-alt:before{content:""}html.style4 .icon-yahoo:before{content:""}html.style4 .icon-wordpress:before{content:""}html.style4 .icon-vimeo-alt:before{content:""}html.style4 .icon-twitter-alt:before{content:""}html.style4 .icon-tumblr-alt:before{content:""}html.style4 .icon-trello:before{content:""}html.style4 .icon-stack-overflow:before{content:""}html.style4 .icon-soundcloud:before{content:""}html.style4 .icon-sharethis:before{content:""}html.style4 .icon-sharethis-alt:before{content:""}html.style4 .icon-reddit:before{content:""}html.style4 .icon-pinterest-alt:before{content:""}html.style4 .icon-microsoft-alt:before{content:""}html.style4 .icon-linux:before{content:""}html.style4 .icon-jsfiddle:before{content:""}html.style4 .icon-joomla:before{content:""}html.style4 .icon-html5:before{content:""}html.style4 .icon-flickr-alt:before{content:""}html.style4 .icon-email:before{content:""}html.style4 .icon-drupal:before{content:""}html.style4 .icon-dropbox-alt:before{content:""}html.style4 .icon-css3:before{content:""}html.style4 .icon-rss:before{content:""}html.style4 .icon-rss-alt:before{content:""}html.style4 [class*=" ti-"],html.style4 [class^=ti-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style4 .ti-wand:before{content:""}html.style4 .ti-volume:before{content:""}html.style4 .ti-user:before{content:""}html.style4 .ti-unlock:before{content:""}html.style4 .ti-unlink:before{content:""}html.style4 .ti-trash:before{content:""}html.style4 .ti-thought:before{content:""}html.style4 .ti-target:before{content:""}html.style4 .ti-tag:before{content:""}html.style4 .ti-tablet:before{content:""}html.style4 .ti-star:before{content:""}html.style4 .ti-spray:before{content:""}html.style4 .ti-signal:before{content:""}html.style4 .ti-shopping-cart:before{content:""}html.style4 .ti-shopping-cart-full:before{content:""}html.style4 .ti-settings:before{content:""}html.style4 .ti-search:before{content:""}html.style4 .ti-zoom-in:before{content:""}html.style4 .ti-zoom-out:before{content:""}html.style4 .ti-cut:before{content:""}html.style4 .ti-ruler:before{content:""}html.style4 .ti-ruler-pencil:before{content:""}html.style4 .ti-ruler-alt:before{content:""}html.style4 .ti-bookmark:before{content:""}html.style4 .ti-bookmark-alt:before{content:""}html.style4 .ti-reload:before{content:""}html.style4 .ti-plus:before{content:""}html.style4 .ti-pin:before{content:""}html.style4 .ti-pencil:before{content:""}html.style4 .ti-pencil-alt:before{content:""}html.style4 .ti-paint-roller:before{content:""}html.style4 .ti-paint-bucket:before{content:""}html.style4 .ti-na:before{content:""}html.style4 .ti-mobile:before{content:""}html.style4 .ti-minus:before{content:""}html.style4 .ti-medall:before{content:""}html.style4 .ti-medall-alt:before{content:""}html.style4 .ti-marker:before{content:""}html.style4 .ti-marker-alt:before{content:""}html.style4 .ti-arrow-up:before{content:""}html.style4 .ti-arrow-right:before{content:""}html.style4 .ti-arrow-left:before{content:""}html.style4 .ti-arrow-down:before{content:""}html.style4 .ti-lock:before{content:""}html.style4 .ti-location-arrow:before{content:""}html.style4 .ti-link:before{content:""}html.style4 .ti-layout:before{content:""}html.style4 .ti-layers:before{content:""}html.style4 .ti-layers-alt:before{content:""}html.style4 .ti-key:before{content:""}html.style4 .ti-import:before{content:""}html.style4 .ti-image:before{content:""}html.style4 .ti-heart:before{content:""}html.style4 .ti-heart-broken:before{content:""}html.style4 .ti-hand-stop:before{content:""}html.style4 .ti-hand-open:before{content:""}html.style4 .ti-hand-drag:before{content:""}html.style4 .ti-folder:before{content:""}html.style4 .ti-flag:before{content:""}html.style4 .ti-flag-alt:before{content:""}html.style4 .ti-flag-alt-2:before{content:""}html.style4 .ti-eye:before{content:""}html.style4 .ti-export:before{content:""}html.style4 .ti-exchange-vertical:before{content:""}html.style4 .ti-desktop:before{content:""}html.style4 .ti-cup:before{content:""}html.style4 .ti-crown:before{content:""}html.style4 .ti-comments:before{content:""}html.style4 .ti-comment:before{content:""}html.style4 .ti-comment-alt:before{content:""}html.style4 .ti-close:before{content:""}html.style4 .ti-clip:before{content:""}html.style4 .ti-angle-up:before{content:""}html.style4 .ti-angle-right:before{content:""}html.style4 .ti-angle-left:before{content:""}html.style4 .ti-angle-down:before{content:""}html.style4 .ti-check:before{content:""}html.style4 .ti-check-box:before{content:""}html.style4 .ti-camera:before{content:""}html.style4 .ti-announcement:before{content:""}html.style4 .ti-brush:before{content:""}html.style4 .ti-briefcase:before{content:""}html.style4 .ti-bolt:before{content:""}html.style4 .ti-bolt-alt:before{content:""}html.style4 .ti-blackboard:before{content:""}html.style4 .ti-bag:before{content:""}html.style4 .ti-move:before{content:""}html.style4 .ti-arrows-vertical:before{content:""}html.style4 .ti-arrows-horizontal:before{content:""}html.style4 .ti-fullscreen:before{content:""}html.style4 .ti-arrow-top-right:before{content:""}html.style4 .ti-arrow-top-left:before{content:""}html.style4 .ti-arrow-circle-up:before{content:""}html.style4 .ti-arrow-circle-right:before{content:""}html.style4 .ti-arrow-circle-left:before{content:""}html.style4 .ti-arrow-circle-down:before{content:""}html.style4 .ti-angle-double-up:before{content:""}html.style4 .ti-angle-double-right:before{content:""}html.style4 .ti-angle-double-left:before{content:""}html.style4 .ti-angle-double-down:before{content:""}html.style4 .ti-zip:before{content:""}html.style4 .ti-world:before{content:""}html.style4 .ti-wheelchair:before{content:""}html.style4 .ti-view-list:before{content:""}html.style4 .ti-view-list-alt:before{content:""}html.style4 .ti-view-grid:before{content:""}html.style4 .ti-uppercase:before{content:""}html.style4 .ti-upload:before{content:""}html.style4 .ti-underline:before{content:""}html.style4 .ti-truck:before{content:""}html.style4 .ti-timer:before{content:""}html.style4 .ti-ticket:before{content:""}html.style4 .ti-thumb-up:before{content:""}html.style4 .ti-thumb-down:before{content:""}html.style4 .ti-text:before{content:""}html.style4 .ti-stats-up:before{content:""}html.style4 .ti-stats-down:before{content:""}html.style4 .ti-split-v:before{content:""}html.style4 .ti-split-h:before{content:""}html.style4 .ti-smallcap:before{content:""}html.style4 .ti-shine:before{content:""}html.style4 .ti-shift-right:before{content:""}html.style4 .ti-shift-left:before{content:""}html.style4 .ti-shield:before{content:""}html.style4 .ti-notepad:before{content:""}html.style4 .ti-server:before{content:""}html.style4 .ti-quote-right:before{content:""}html.style4 .ti-quote-left:before{content:""}html.style4 .ti-pulse:before{content:""}html.style4 .ti-printer:before{content:""}html.style4 .ti-power-off:before{content:""}html.style4 .ti-plug:before{content:""}html.style4 .ti-pie-chart:before{content:""}html.style4 .ti-paragraph:before{content:""}html.style4 .ti-panel:before{content:""}html.style4 .ti-package:before{content:""}html.style4 .ti-music:before{content:""}html.style4 .ti-music-alt:before{content:""}html.style4 .ti-mouse:before{content:""}html.style4 .ti-mouse-alt:before{content:""}html.style4 .ti-money:before{content:""}html.style4 .ti-microphone:before{content:""}html.style4 .ti-menu:before{content:""}html.style4 .ti-menu-alt:before{content:""}html.style4 .ti-map:before{content:""}html.style4 .ti-map-alt:before{content:""}html.style4 .ti-loop:before{content:""}html.style4 .ti-location-pin:before{content:""}html.style4 .ti-list:before{content:""}html.style4 .ti-light-bulb:before{content:""}html.style4 .ti-Italic:before{content:""}html.style4 .ti-info:before{content:""}html.style4 .ti-infinite:before{content:""}html.style4 .ti-id-badge:before{content:""}html.style4 .ti-hummer:before{content:""}html.style4 .ti-home:before{content:""}html.style4 .ti-help:before{content:""}html.style4 .ti-headphone:before{content:""}html.style4 .ti-harddrives:before{content:""}html.style4 .ti-harddrive:before{content:""}html.style4 .ti-gift:before{content:""}html.style4 .ti-game:before{content:""}html.style4 .ti-filter:before{content:""}html.style4 .ti-files:before{content:""}html.style4 .ti-file:before{content:""}html.style4 .ti-eraser:before{content:""}html.style4 .ti-envelope:before{content:""}html.style4 .ti-download:before{content:""}html.style4 .ti-direction:before{content:""}html.style4 .ti-direction-alt:before{content:""}html.style4 .ti-dashboard:before{content:""}html.style4 .ti-control-stop:before{content:""}html.style4 .ti-control-shuffle:before{content:""}html.style4 .ti-control-play:before{content:""}html.style4 .ti-control-pause:before{content:""}html.style4 .ti-control-forward:before{content:""}html.style4 .ti-control-backward:before{content:""}html.style4 .ti-cloud:before{content:""}html.style4 .ti-cloud-up:before{content:""}html.style4 .ti-cloud-down:before{content:""}html.style4 .ti-clipboard:before{content:""}html.style4 .ti-car:before{content:""}html.style4 .ti-calendar:before{content:""}html.style4 .ti-book:before{content:""}html.style4 .ti-bell:before{content:""}html.style4 .ti-basketball:before{content:""}html.style4 .ti-bar-chart:before{content:""}html.style4 .ti-bar-chart-alt:before{content:""}html.style4 .ti-back-right:before{content:""}html.style4 .ti-back-left:before{content:""}html.style4 .ti-arrows-corner:before{content:""}html.style4 .ti-archive:before{content:""}html.style4 .ti-anchor:before{content:""}html.style4 .ti-align-right:before{content:""}html.style4 .ti-align-left:before{content:""}html.style4 .ti-align-justify:before{content:""}html.style4 .ti-align-center:before{content:""}html.style4 .ti-alert:before{content:""}html.style4 .ti-alarm-clock:before{content:""}html.style4 .ti-agenda:before{content:""}html.style4 .ti-write:before{content:""}html.style4 .ti-window:before{content:""}html.style4 .ti-widgetized:before{content:""}html.style4 .ti-widget:before{content:""}html.style4 .ti-widget-alt:before{content:""}html.style4 .ti-wallet:before{content:""}html.style4 .ti-video-clapper:before{content:""}html.style4 .ti-video-camera:before{content:""}html.style4 .ti-vector:before{content:""}html.style4 .ti-themify-logo:before{content:""}html.style4 .ti-themify-favicon:before{content:""}html.style4 .ti-themify-favicon-alt:before{content:""}html.style4 .ti-support:before{content:""}html.style4 .ti-stamp:before{content:""}html.style4 .ti-split-v-alt:before{content:""}html.style4 .ti-slice:before{content:""}html.style4 .ti-shortcode:before{content:""}html.style4 .ti-shift-right-alt:before{content:""}html.style4 .ti-shift-left-alt:before{content:""}html.style4 .ti-ruler-alt-2:before{content:""}html.style4 .ti-receipt:before{content:""}html.style4 .ti-pin2:before{content:""}html.style4 .ti-pin-alt:before{content:""}html.style4 .ti-pencil-alt2:before{content:""}html.style4 .ti-palette:before{content:""}html.style4 .ti-more:before{content:""}html.style4 .ti-more-alt:before{content:""}html.style4 .ti-microphone-alt:before{content:""}html.style4 .ti-magnet:before{content:""}html.style4 .ti-line-double:before{content:""}html.style4 .ti-line-dotted:before{content:""}html.style4 .ti-line-dashed:before{content:""}html.style4 .ti-layout-width-full:before{content:""}html.style4 .ti-layout-width-default:before{content:""}html.style4 .ti-layout-width-default-alt:before{content:""}html.style4 .ti-layout-tab:before{content:""}html.style4 .ti-layout-tab-window:before{content:""}html.style4 .ti-layout-tab-v:before{content:""}html.style4 .ti-layout-tab-min:before{content:""}html.style4 .ti-layout-slider:before{content:""}html.style4 .ti-layout-slider-alt:before{content:""}html.style4 .ti-layout-sidebar-right:before{content:""}html.style4 .ti-layout-sidebar-none:before{content:""}html.style4 .ti-layout-sidebar-left:before{content:""}html.style4 .ti-layout-placeholder:before{content:""}html.style4 .ti-layout-menu:before{content:""}html.style4 .ti-layout-menu-v:before{content:""}html.style4 .ti-layout-menu-separated:before{content:""}html.style4 .ti-layout-menu-full:before{content:""}html.style4 .ti-layout-media-right-alt:before{content:""}html.style4 .ti-layout-media-right:before{content:""}html.style4 .ti-layout-media-overlay:before{content:""}html.style4 .ti-layout-media-overlay-alt:before{content:""}html.style4 .ti-layout-media-overlay-alt-2:before{content:""}html.style4 .ti-layout-media-left-alt:before{content:""}html.style4 .ti-layout-media-left:before{content:""}html.style4 .ti-layout-media-center-alt:before{content:""}html.style4 .ti-layout-media-center:before{content:""}html.style4 .ti-layout-list-thumb:before{content:""}html.style4 .ti-layout-list-thumb-alt:before{content:""}html.style4 .ti-layout-list-post:before{content:""}html.style4 .ti-layout-list-large-image:before{content:""}html.style4 .ti-layout-line-solid:before{content:""}html.style4 .ti-layout-grid4:before{content:""}html.style4 .ti-layout-grid3:before{content:""}html.style4 .ti-layout-grid2:before{content:""}html.style4 .ti-layout-grid2-thumb:before{content:""}html.style4 .ti-layout-cta-right:before{content:""}html.style4 .ti-layout-cta-left:before{content:""}html.style4 .ti-layout-cta-center:before{content:""}html.style4 .ti-layout-cta-btn-right:before{content:""}html.style4 .ti-layout-cta-btn-left:before{content:""}html.style4 .ti-layout-column4:before{content:""}html.style4 .ti-layout-column3:before{content:""}html.style4 .ti-layout-column2:before{content:""}html.style4 .ti-layout-accordion-separated:before{content:""}html.style4 .ti-layout-accordion-merged:before{content:""}html.style4 .ti-layout-accordion-list:before{content:""}html.style4 .ti-ink-pen:before{content:""}html.style4 .ti-info-alt:before{content:""}html.style4 .ti-help-alt:before{content:""}html.style4 .ti-headphone-alt:before{content:""}html.style4 .ti-hand-point-up:before{content:""}html.style4 .ti-hand-point-right:before{content:""}html.style4 .ti-hand-point-left:before{content:""}html.style4 .ti-hand-point-down:before{content:""}html.style4 .ti-gallery:before{content:""}html.style4 .ti-face-smile:before{content:""}html.style4 .ti-face-sad:before{content:""}html.style4 .ti-credit-card:before{content:""}html.style4 .ti-control-skip-forward:before{content:""}html.style4 .ti-control-skip-backward:before{content:""}html.style4 .ti-control-record:before{content:""}html.style4 .ti-control-eject:before{content:""}html.style4 .ti-comments-smiley:before{content:""}html.style4 .ti-brush-alt:before{content:""}html.style4 .ti-youtube:before{content:""}html.style4 .ti-vimeo:before{content:""}html.style4 .ti-twitter:before{content:""}html.style4 .ti-time:before{content:""}html.style4 .ti-tumblr:before{content:""}html.style4 .ti-skype:before{content:""}html.style4 .ti-share:before{content:""}html.style4 .ti-share-alt:before{content:""}html.style4 .ti-rocket:before{content:""}html.style4 .ti-pinterest:before{content:""}html.style4 .ti-new-window:before{content:""}html.style4 .ti-microsoft:before{content:""}html.style4 .ti-list-ol:before{content:""}html.style4 .ti-linkedin:before{content:""}html.style4 .ti-layout-sidebar-2:before{content:""}html.style4 .ti-layout-grid4-alt:before{content:""}html.style4 .ti-layout-grid3-alt:before{content:""}html.style4 .ti-layout-grid2-alt:before{content:""}html.style4 .ti-layout-column4-alt:before{content:""}html.style4 .ti-layout-column3-alt:before{content:""}html.style4 .ti-layout-column2-alt:before{content:""}html.style4 .ti-instagram:before{content:""}html.style4 .ti-google:before{content:""}html.style4 .ti-github:before{content:""}html.style4 .ti-flickr:before{content:""}html.style4 .ti-facebook:before{content:""}html.style4 .ti-dropbox:before{content:""}html.style4 .ti-dribbble:before{content:""}html.style4 .ti-apple:before{content:""}html.style4 .ti-android:before{content:""}html.style4 .ti-save:before{content:""}html.style4 .ti-save-alt:before{content:""}html.style4 .ti-yahoo:before{content:""}html.style4 .ti-wordpress:before{content:""}html.style4 .ti-vimeo-alt:before{content:""}html.style4 .ti-twitter-alt:before{content:""}html.style4 .ti-tumblr-alt:before{content:""}html.style4 .ti-trello:before{content:""}html.style4 .ti-stack-overflow:before{content:""}html.style4 .ti-soundcloud:before{content:""}html.style4 .ti-sharethis:before{content:""}html.style4 .ti-sharethis-alt:before{content:""}html.style4 .ti-reddit:before{content:""}html.style4 .ti-pinterest-alt:before{content:""}html.style4 .ti-microsoft-alt:before{content:""}html.style4 .ti-linux:before{content:""}html.style4 .ti-jsfiddle:before{content:""}html.style4 .ti-joomla:before{content:""}html.style4 .ti-html5:before{content:""}html.style4 .ti-flickr-alt:before{content:""}html.style4 .ti-email:before{content:""}html.style4 .ti-drupal:before{content:""}html.style4 .ti-dropbox-alt:before{content:""}html.style4 .ti-css3:before{content:""}html.style4 .ti-rss:before{content:""}html.style4 .ti-rss-alt:before{content:""}html.style4 button,html.style4 hr,html.style4 input{overflow:visible}html.style4 audio,html.style4 canvas,html.style4 progress,html.style4 video{display:inline-block}html.style4 progress,html.style4 sub,html.style4 sup{vertical-align:baseline}html.style4 html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html.style4 body{margin:0}html.style4 article,html.style4 aside,html.style4 details,html.style4 footer,html.style4 header,html.style4 menu,html.style4 nav,html.style4 section{display:block}html.style4 h1{font-size:2em;margin:.67em 0}html.style4 figcaption,html.style4 figure,html.style4 main{display:block}html.style4 figure{margin:1em 40px}html.style4 hr{box-sizing:content-box;height:0}html.style4 code,html.style4 kbd,html.style4 pre,html.style4 samp{font-family:monospace,monospace;font-size:1em}html.style4 a{background-color:transparent;-webkit-text-decoration-skip:objects}html.style4 a:active,html.style4 a:hover{outline-width:0}html.style4 abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}html.style4 b,html.style4 strong{font-weight:bolder}html.style4 dfn{font-style:italic}html.style4 mark{background-color:#ff0;color:#000}html.style4 small{font-size:80%}html.style4 sub,html.style4 sup{font-size:75%;line-height:0;position:relative}html.style4 sub{bottom:-.25em}html.style4 sup{top:-.5em}html.style4 audio:not([controls]){display:none;height:0}html.style4 img{border-style:none}html.style4 svg:not(:root){overflow:hidden}html.style4 button,html.style4 input,html.style4 optgroup,html.style4 select,html.style4 textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}html.style4 button,html.style4 select{text-transform:none}html.style4 [type=reset],html.style4 [type=submit],html.style4 button,html.style4 html [type=button]{-webkit-appearance:button}html.style4 [type=button]::-moz-focus-inner,html.style4 [type=reset]::-moz-focus-inner,html.style4 [type=submit]::-moz-focus-inner,html.style4 button::-moz-focus-inner{border-style:none;padding:0}html.style4 [type=button]:-moz-focusring,html.style4 [type=reset]:-moz-focusring,html.style4 [type=submit]:-moz-focusring,html.style4 button:-moz-focusring{outline:1px dotted ButtonText}html.style4 fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}html.style4 legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}html.style4 textarea{overflow:auto}html.style4 [type=checkbox],html.style4 [type=radio]{box-sizing:border-box;padding:0}html.style4 [type=number]::-webkit-inner-spin-button,html.style4 [type=number]::-webkit-outer-spin-button{height:auto}html.style4 [type=search]{-webkit-appearance:textfield;outline-offset:-2px}html.style4 [type=search]::-webkit-search-cancel-button,html.style4 [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.style4 ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html.style4 summary{display:list-item}html.style4 [hidden],html.style4 template{display:none}html.style4 .owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1}html.style4 .owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}html.style4 .owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html.style4 .owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}html.style4 .owl-carousel .owl-item,html.style4 .owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}html.style4 .owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}html.style4 .owl-carousel .owl-item img{display:block;width:100%}html.style4 .owl-carousel .owl-dots.disabled,html.style4 .owl-carousel .owl-nav.disabled{display:none}html.style4 .owl-carousel .owl-dot,html.style4 .owl-carousel .owl-nav .owl-next,html.style4 .owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.style4 .owl-carousel .owl-nav button.owl-next,html.style4 .owl-carousel .owl-nav button.owl-prev,html.style4 .owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}html.style4 .owl-carousel.owl-loaded{display:block}html.style4 .owl-carousel.owl-loading{opacity:0;display:block}html.style4 .owl-carousel.owl-hidden{opacity:0}html.style4 .owl-carousel.owl-refresh .owl-item{visibility:hidden}html.style4 .owl-carousel.owl-drag .owl-item{touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.style4 .owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}html.style4 .owl-carousel.owl-rtl{direction:rtl}html.style4 .owl-carousel.owl-rtl .owl-item{float:right}html.style4 .no-js .owl-carousel{display:block}html.style4 .owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}html.style4 .owl-carousel .owl-animated-in{z-index:0}html.style4 .owl-carousel .owl-animated-out{z-index:1}html.style4 .owl-carousel .fadeOut{animation-name:fadeOut}html.style4 .owl-height{transition:height .5s ease-in-out}html.style4 .owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}html.style4 .owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}html.style4 .owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style4 .owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}html.style4 .owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}html.style4 .owl-theme .owl-nav .disabled{opacity:.5;cursor:default}html.style4 .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}html.style4 .owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style4 .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}html.style4 .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}html.style4 .owl-theme .owl-dots .owl-dot.active span,html.style4 .owl-theme .owl-dots .owl-dot:hover span{background:#869791}html.style4 .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style4 .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}html.style4 .slick-list:focus{outline:none}html.style4 .slick-list.dragging{cursor:pointer;cursor:hand}html.style4 .slick-slider .slick-list,html.style4 .slick-slider .slick-track{transform:translateZ(0)}html.style4 .slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}html.style4 .slick-track:after,html.style4 .slick-track:before{content:"";display:table}html.style4 .slick-track:after{clear:both}.slick-loading html.style4 .slick-track{visibility:hidden}html.style4 .slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] html.style4 .slick-slide{float:right}html.style4 .slick-slide img{display:block}html.style4 .slick-slide.slick-loading img{display:none}html.style4 .slick-slide.dragging img{pointer-events:none}.slick-initialized html.style4 .slick-slide{display:block}.slick-loading html.style4 .slick-slide{visibility:hidden}.slick-vertical html.style4 .slick-slide{display:block;height:auto;border:1px solid transparent}html.style4 .slick-arrow.slick-hidden{display:none}html.style4 .slick-next,html.style4 .slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0;cursor:pointer;top:50%;transform:translateY(-50%);padding:0;border:none}html.style4 .slick-next,html.style4 .slick-next:focus,html.style4 .slick-next:hover,html.style4 .slick-prev,html.style4 .slick-prev:focus,html.style4 .slick-prev:hover{background:transparent;color:transparent;outline:none}html.style4 .slick-next:focus:before,html.style4 .slick-next:hover:before,html.style4 .slick-prev:focus:before,html.style4 .slick-prev:hover:before{opacity:1}html.style4 .slick-next.slick-disabled:before,html.style4 .slick-prev.slick-disabled:before{opacity:.25}html.style4 .slick-next:before,html.style4 .slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style4 .slick-prev{left:-25px}[dir=rtl] html.style4 .slick-prev{left:auto;right:-25px}html.style4 .slick-prev:before{content:"←"}[dir=rtl] html.style4 .slick-prev:before{content:"→"}html.style4 .slick-next{right:-25px}[dir=rtl] html.style4 .slick-next{left:-25px;right:auto}html.style4 .slick-next:before{content:"→"}[dir=rtl] html.style4 .slick-next:before{content:"←"}html.style4 .slick-dotted.slick-slider{margin-bottom:30px}html.style4 .slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}html.style4 .slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}html.style4 .slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0;color:transparent;padding:5px;cursor:pointer}html.style4 .slick-dots li button:focus,html.style4 .slick-dots li button:hover{outline:none}html.style4 .slick-dots li button:focus:before,html.style4 .slick-dots li button:hover:before{opacity:1}html.style4 .slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style4 .slick-dots li.slick-active button:before{color:#000;opacity:.75}html.style4 .custom-scroll{scroll-behavior:smooth}html.style4 .custom-scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #eff1f2}html.style4 .custom-scroll::-webkit-scrollbar{width:5px}html.style4 .custom-scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(0,211,203,.15)}html.style4 .scroll-invisiable::-webkit-scrollbar{width:0}html.style4 .owl-carousel{position:unset}@media(min-width:800px){html.style4 .chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}html.style4 .chitchat-container .desktop-sidebar{display:none}html.style4 .chitchat-container.desktop-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style4 .chitchat-container.desktop-menu .desktop-sidebar{display:none}html.style4 .custom-input-message{position:relative!important}}@media(max-width:430px){html.style4 .custom-input-message{position:fixed}}html.style4 body{background-color:#fff;font-size:calc(12px + 1*(100vw - 320px)/1600);overflow-x:hidden;font-family:Montserrat,sans-serif,Roboto;color:#223645}html.style4 .main,html.style4 body.main-page{overflow:hidden}html.style4 ul{padding-left:0;list-style-type:none;margin-bottom:0;padding-right:0}html.style4 ::selection{color:#fff;background:#00d3cb}html.style4 * a{color:#00d3cb;text-decoration:none!important}html.style4 .btn:focus{box-shadow:rgba(0,211,203,.15)!important}html.style4 a{cursor:pointer}html.style4 :focus{outline-color:rgba(0,211,203,.15);text-decoration:none!important}html.style4 select:focus{outline:none!important}html.style4 .disabled{cursor:not-allowed;opacity:.5}html.style4 svg{vertical-align:baseline}html.style4 input:focus{outline-color:rgba(0,211,203,.15)}html.style4 h1{font-size:calc(30px + 18*(100vw - 320px)/1600)}html.style4 h1,html.style4 h2{font-family:Montserrat,sans-serif;font-weight:800;color:#223645;margin:0}html.style4 h2{font-size:calc(20px + 8*(100vw - 320px)/1600)}html.style4 h3{font-family:Montserrat,sans-serif;font-size:calc(16px + 2*(100vw - 320px)/1600);font-weight:700;color:#223645;margin:0}html.style4 h4{font-family:Roboto,sans-serif;font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:400;color:#647589;margin:0}html.style4 h5{font-family:Montserrat,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:700;color:#223645;margin:0}html.style4 h6{font-family:Roboto,sans-serif;font-size:calc(11px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589;margin:0}html.style4 .h1,html.style4 .h2,html.style4 .h3,html.style4 .h4,html.style4 .h5,html.style4 .h6,html.style4 h1,html.style4 h2,html.style4 h3,html.style4 h4,html.style4 h5,html.style4 h6{line-height:1.1}html.style4 span{font-size:11px;color:#223645}html.style4 .title2,html.style4 span{font-family:Montserrat,sans-serif;font-weight:700}html.style4 .title2{font-size:calc(22px + 14*(100vw - 320px)/1600);color:#fff;margin:0}html.style4 p{font-family:Roboto,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589}html.style4 a:hover{text-decoration:none;color:#00d3cb}html.style4 .theme-title{position:relative}html.style4 .theme-title h4{font-family:Roboto,sans-serif;padding-top:5px}html.style4 .p-0{padding:0}html.style4 .p-5{padding:5px}html.style4 .p-10{padding:10px}html.style4 .p-15{padding:15px}html.style4 .p-20{padding:20px}html.style4 .p-25{padding:25px}html.style4 .p-30{padding:30px}html.style4 .p-35{padding:35px}html.style4 .p-40{padding:40px}html.style4 .p-45{padding:45px}html.style4 .p-50{padding:50px}html.style4 .p-l-0{padding-left:0}html.style4 .p-l-5{padding-left:5px}html.style4 .p-l-10{padding-left:10px}html.style4 .p-l-15{padding-left:15px}html.style4 .p-l-20{padding-left:20px}html.style4 .p-l-25{padding-left:25px}html.style4 .p-l-30{padding-left:30px}html.style4 .p-l-35{padding-left:35px}html.style4 .p-l-40{padding-left:40px}html.style4 .p-l-45{padding-left:45px}html.style4 .p-l-50{padding-left:50px}html.style4 .p-t-0{padding-top:0!important}html.style4 .p-t-5{padding-top:5px!important}html.style4 .p-t-10{padding-top:10px!important}html.style4 .p-t-15{padding-top:15px!important}html.style4 .p-t-20{padding-top:20px!important}html.style4 .p-t-25{padding-top:25px!important}html.style4 .p-t-30{padding-top:30px!important}html.style4 .p-t-35{padding-top:35px!important}html.style4 .p-t-40{padding-top:40px!important}html.style4 .p-t-45{padding-top:45px!important}html.style4 .p-t-50{padding-top:50px!important}html.style4 .p-b-0{padding-bottom:0!important}html.style4 .p-b-5{padding-bottom:5px!important}html.style4 .p-b-10{padding-bottom:10px!important}html.style4 .p-b-15{padding-bottom:15px!important}html.style4 .p-b-20{padding-bottom:20px!important}html.style4 .p-b-25{padding-bottom:25px!important}html.style4 .p-b-30{padding-bottom:30px!important}html.style4 .p-b-35{padding-bottom:35px!important}html.style4 .p-b-40{padding-bottom:40px!important}html.style4 .p-b-45{padding-bottom:45px!important}html.style4 .p-b-50{padding-bottom:50px!important}html.style4 .p-r-0{padding-right:0}html.style4 .p-r-5{padding-right:5px}html.style4 .p-r-10{padding-right:10px}html.style4 .p-r-15{padding-right:15px}html.style4 .p-r-20{padding-right:20px}html.style4 .p-r-25{padding-right:25px}html.style4 .p-r-30{padding-right:30px}html.style4 .p-r-35{padding-right:35px}html.style4 .p-r-40{padding-right:40px}html.style4 .p-r-45{padding-right:45px}html.style4 .p-r-50{padding-right:50px}html.style4 .m-0{margin:0!important}html.style4 .m-5{margin:5px!important}html.style4 .m-10{margin:10px!important}html.style4 .m-15{margin:15px!important}html.style4 .m-20{margin:20px!important}html.style4 .m-25{margin:25px!important}html.style4 .m-30{margin:30px!important}html.style4 .m-35{margin:35px!important}html.style4 .m-40{margin:40px!important}html.style4 .m-45{margin:45px!important}html.style4 .m-50{margin:50px!important}html.style4 .m-t-0{margin-top:0!important}html.style4 .m-t-5{margin-top:5px!important}html.style4 .m-t-10{margin-top:10px!important}html.style4 .m-t-15{margin-top:15px!important}html.style4 .m-t-20{margin-top:20px!important}html.style4 .m-t-25{margin-top:25px!important}html.style4 .m-t-30{margin-top:30px!important}html.style4 .m-t-35{margin-top:35px!important}html.style4 .m-t-40{margin-top:40px!important}html.style4 .m-t-45{margin-top:45px!important}html.style4 .m-t-50{margin-top:50px!important}html.style4 .m-b-0{margin-bottom:0!important}html.style4 .m-b-5{margin-bottom:5px!important}html.style4 .m-b-10{margin-bottom:10px!important}html.style4 .m-b-15{margin-bottom:15px!important}html.style4 .m-b-20{margin-bottom:20px!important}html.style4 .m-b-25{margin-bottom:25px!important}html.style4 .m-b-30{margin-bottom:30px!important}html.style4 .m-b-35{margin-bottom:35px!important}html.style4 .m-b-40{margin-bottom:40px!important}html.style4 .m-b-45{margin-bottom:45px!important}html.style4 .m-b-50{margin-bottom:50px!important}html.style4 .m-l-0{margin-left:0!important}html.style4 .m-l-5{margin-left:5px!important}html.style4 .m-l-10{margin-left:10px!important}html.style4 .m-l-15{margin-left:15px!important}html.style4 .m-l-20{margin-left:20px!important}html.style4 .m-l-25{margin-left:25px!important}html.style4 .m-l-30{margin-left:30px!important}html.style4 .m-l-35{margin-left:35px!important}html.style4 .m-l-40{margin-left:40px!important}html.style4 .m-l-45{margin-left:45px!important}html.style4 .m-l-50{margin-left:50px!important}html.style4 .m-r-0{margin-right:0}html.style4 .m-r-5{margin-right:5px}html.style4 .m-r-10{margin-right:10px}html.style4 .m-r-15{margin-right:15px}html.style4 .m-r-20{margin-right:20px}html.style4 .m-r-25{margin-right:25px}html.style4 .m-r-30{margin-right:30px}html.style4 .m-r-35{margin-right:35px}html.style4 .m-r-40{margin-right:40px}html.style4 .m-r-45{margin-right:45px}html.style4 .m-r-50{margin-right:50px}html.style4 .img-10{width:10px!important}html.style4 .img-20{width:20px!important}html.style4 .img-30{width:30px!important}html.style4 .img-40{width:40px!important}html.style4 .img-50{width:50px!important}html.style4 .img-60{width:60px!important}html.style4 .img-70{width:70px!important}html.style4 .img-80{width:80px!important}html.style4 .img-90{width:90px!important}html.style4 .img-100{width:100px!important}html.style4 .rounded{border-radius:5px!important}html.style4 .rouded15{border-radius:15px!important}html.style4 .font-primary{color:#00d3cb!important}html.style4 .font-success{color:#3fcc35!important}html.style4 .font-danger{color:#ff4e2b!important}html.style4 .font-light{color:#eff1f2!important}html.style4 .font-warning{color:#ffc514!important}html.style4 .badge-primary{background-color:#00d3cb!important}html.style4 .badge-outline-primary{background-color:rgba(0,211,203,.15)!important;color:#00d3cb;transition:all .3s ease}html.style4 .badge-outline-primary:hover{transition:all .3s ease;background-color:rgba(0,211,203,.25)!important;color:#00d3cb!important}html.style4 .badge-success{background-color:#3fcc35!important}html.style4 .badge-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;transition:all .3s ease}html.style4 .badge-outline-success:hover{transition:all .3s ease;background-color:rgba(63,204,53,.25)!important;color:#3fcc35!important}html.style4 .badge-danger{background-color:#ff4e2b!important}html.style4 .badge-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;transition:all .3s ease}html.style4 .badge-outline-danger:hover{transition:all .3s ease;background-color:rgba(255,78,43,.25)!important;color:#ff4e2b!important}html.style4 .badge-light{background-color:#eff1f2!important}html.style4 .badge-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;transition:all .3s ease;background-color:rgba(34,54,69,.15)!important;color:#223645}html.style4 .badge-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2!important;transition:all .3s ease;background-color:rgba(239,241,242,.5)!important;color:#223645!important}html.style4 .badge-dark{background-color:#223645!important}html.style4 .badge-outline-dark{background-color:rgba(34,54,69,.15)!important;color:#223645;transition:all .3s ease}html.style4 .badge-outline-dark:hover{transition:all .3s ease;background-color:rgba(34,54,69,.25)!important;color:#223645!important}html.style4 .badge-warning{background-color:#ffc514!important}html.style4 .badge-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;transition:all .3s ease}html.style4 .badge-outline-warning:hover{transition:all .3s ease;background-color:rgba(255,197,20,.25)!important;color:#ffc514!important}html.style4 .badge-light{color:#223645}html.style4 .badge{font-size:12px;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;letter-spacing:.5px;padding:3px 10px;border-radius:10px;display:inline-flex;align-items:center}html.style4 .badge i{font-weight:800;margin-right:5px}html.style4 .badge svg{height:13px;width:13px;margin-right:5px}html.style4 .badge.xl{font-size:108%;font-family:Montserrat,sans-serif;font-weight:700;border-radius:25px;padding:11px 20px}html.style4 .badge.xl svg{height:14px}html.style4 .badge.sm{font-size:81%;padding:4px;border-radius:5px;font-weight:600}html.style4 .badge.sm svg{height:11px;width:11px}html.style4 .badge-one .badge.sm{padding:4px 4px 2px}html.style4 .bg-primary{background-color:#00d3cb!important}html.style4 .bg-success{background-color:#3fcc35!important}html.style4 .bg-danger{background-color:#ff4e2b!important}html.style4 .bg-light{background-color:#eff1f2!important}html.style4 .bg-warning{background-color:#ffc514!important}html.style4 .bg-transparent{background-color:transparent!important}html.style4 .btn{font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:600;text-transform:capitalize;padding:15px 40px;border-radius:10px}html.style4 .btn-group-sm>.btn,html.style4 .btn.btn-sm{padding:10px 30px}html.style4 .btn-primary{background-color:#00d3cb;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style4 .btn-primary.disabled,html.style4 .btn-primary:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style4 .btn-primary.active,html.style4 .btn-primary:active,html.style4 .btn-primary:focus,html.style4 .btn-primary:hover{background-color:#00a09a!important;border-color:#00a09a!important;transition:all .3s ease;outline:none!important;color:#fff}html.style4 .btn-primary:focus{outline:none!important;box-shadow:0 0 3px 2px #6dfff9;transition:all .3s ease}html.style4 .btn-outline-primary{background-color:rgba(0,211,203,.15)!important;color:#00d3cb;border:none!important;transition:all .3s ease}html.style4 .btn-outline-primary.disabled,html.style4 .btn-outline-primary:disabled{background-color:rgba(0,211,203,.1)!important;color:#00d3cb;border:none!important;transition:all .3s ease}html.style4 .btn-outline-primary.active,html.style4 .btn-outline-primary:active,html.style4 .btn-outline-primary:focus,html.style4 .btn-outline-primary:hover{background-color:rgba(0,211,203,.25)!important;color:#00d3cb;border:none!important;transition:all .3s ease}html.style4 .btn-outline-primary:focus{box-shadow:0 0 3px 2px #6dfff9;transition:all .3s ease}html.style4 .btn-success{background-color:#3fcc35;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style4 .btn-success.disabled,html.style4 .btn-success:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style4 .btn-success.active,html.style4 .btn-success:active,html.style4 .btn-success:focus,html.style4 .btn-success:hover{background-color:#32a42a!important;border-color:#32a42a!important;transition:all .3s ease;outline:none!important;color:#fff}html.style4 .btn-success:focus{outline:none!important;box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}html.style4 .btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style4 .btn-outline-success.disabled,html.style4 .btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style4 .btn-outline-success.active,html.style4 .btn-outline-success:active,html.style4 .btn-outline-success:focus,html.style4 .btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style4 .btn-outline-success:focus{box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}html.style4 .btn-danger{background-color:#ff4e2b;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style4 .btn-danger.disabled,html.style4 .btn-danger:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style4 .btn-danger.active,html.style4 .btn-danger:active,html.style4 .btn-danger:focus,html.style4 .btn-danger:hover{background-color:#f72900!important;border-color:#f72900!important;transition:all .3s ease;outline:none!important;color:#fff}html.style4 .btn-danger:focus{outline:none!important;box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}html.style4 .btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style4 .btn-outline-danger.disabled,html.style4 .btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style4 .btn-outline-danger.active,html.style4 .btn-outline-danger:active,html.style4 .btn-outline-danger:focus,html.style4 .btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style4 .btn-outline-danger:focus{box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}html.style4 .btn-light{background-color:#eff1f2;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style4 .btn-light.disabled,html.style4 .btn-light:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style4 .btn-light.active,html.style4 .btn-light:active,html.style4 .btn-light:focus,html.style4 .btn-light:hover{background-color:#d3d8db!important;border-color:#d3d8db!important;transition:all .3s ease;outline:none!important;color:#fff}html.style4 .btn-light:focus{outline:none!important;box-shadow:0 0 3px 2px #fff;transition:all .3s ease}html.style4 .btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}html.style4 .btn-outline-light.disabled,html.style4 .btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;color:#eff1f2;border:none!important;transition:all .3s ease}html.style4 .btn-outline-light.active,html.style4 .btn-outline-light:active,html.style4 .btn-outline-light:focus,html.style4 .btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2;border:none!important;transition:all .3s ease}html.style4 .btn-outline-light:focus{box-shadow:0 0 3px 2px #fff;transition:all .3s ease}html.style4 .btn-outline-light.active,html.style4 .btn-outline-light:active,html.style4 .btn-outline-light:focus,html.style4 .btn-outline-light:hover{background-color:#e1e5e7!important}html.style4 .btn-warning{background-color:#ffc514;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style4 .btn-warning.disabled,html.style4 .btn-warning:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style4 .btn-warning.active,html.style4 .btn-warning:active,html.style4 .btn-warning:focus,html.style4 .btn-warning:hover{background-color:#e0a900!important;border-color:#e0a900!important;transition:all .3s ease;outline:none!important;color:#fff}html.style4 .btn-warning:focus{outline:none!important;box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}html.style4 .btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style4 .btn-outline-warning.disabled,html.style4 .btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style4 .btn-outline-warning.active,html.style4 .btn-outline-warning:active,html.style4 .btn-outline-warning:focus,html.style4 .btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style4 .btn-outline-warning:focus{box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}html.style4 .btn-light{color:#223645!important}html.style4 .btn-light.active,html.style4 .btn-light:active,html.style4 .btn-light:focus{box-shadow:0 0 3px 2px #eff1f2}html.style4 .icon-btn{height:32px;width:32px;border-radius:100%;font-weight:800;align-items:center;justify-content:center;display:inline-flex;border:0!important}html.style4 .icon-btn i{font-size:16px}html.style4 .icon-btn svg{width:16px;height:16px;stroke-width:3px;vertical-align:middle}html.style4 .icon-btn.btn-xl{height:60px;width:60px;padding:18px}html.style4 .icon-btn.btn-xl i{font-size:24px}html.style4 .icon-btn.btn-xl svg{height:24px;width:24px}html.style4 .btn-group-sm>.icon-btn.btn,html.style4 .icon-btn.btn-sm{height:34px;width:34px;display:inline-flex}html.style4 .icon-btn.btn-xs{height:30px;width:30px;padding:8.5px}html.style4 .icon-btn.btn-xs svg{height:12px;width:12px}html.style4 .icon-btn.btn-outline-primary{background-color:rgba(0,211,203,.15)!important;color:#00d3cb!important;border:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-primary.disabled,html.style4 .icon-btn.btn-outline-primary:disabled{background-color:rgba(0,211,203,.1)!important;border:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-primary.active,html.style4 .icon-btn.btn-outline-primary:active,html.style4 .icon-btn.btn-outline-primary:focus,html.style4 .icon-btn.btn-outline-primary:hover{background-color:rgba(0,211,203,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style4 .icon-btn.btn-outline-primary.active{background-color:#00d3cb!important;color:#fff!important}html.style4 .icon-btn.btn-outline-primary:focus{box-shadow:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-primary.button-effect .effect-wave{background-color:#07fff6}html.style4 .icon-btn.btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35!important;border:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-success.disabled,html.style4 .icon-btn.btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;border:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-success.active,html.style4 .icon-btn.btn-outline-success:active,html.style4 .icon-btn.btn-outline-success:focus,html.style4 .icon-btn.btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style4 .icon-btn.btn-outline-success.active{background-color:#3fcc35!important;color:#fff!important}html.style4 .icon-btn.btn-outline-success:focus{box-shadow:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-success.button-effect .effect-wave{background-color:#66d65e}html.style4 .icon-btn.btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b!important;border:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-danger.disabled,html.style4 .icon-btn.btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;border:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-danger.active,html.style4 .icon-btn.btn-outline-danger:active,html.style4 .icon-btn.btn-outline-danger:focus,html.style4 .icon-btn.btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style4 .icon-btn.btn-outline-danger.active{background-color:#ff4e2b!important;color:#fff!important}html.style4 .icon-btn.btn-outline-danger:focus{box-shadow:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-danger.button-effect .effect-wave{background-color:#ff795e}html.style4 .icon-btn.btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2!important;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}html.style4 .icon-btn.btn-outline-light.disabled,html.style4 .icon-btn.btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;border:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-light.active,html.style4 .icon-btn.btn-outline-light:active,html.style4 .icon-btn.btn-outline-light:focus,html.style4 .icon-btn.btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style4 .icon-btn.btn-outline-light.active{background-color:#eff1f2!important;color:#fff!important}html.style4 .icon-btn.btn-outline-light:focus{box-shadow:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-light.button-effect .effect-wave{background-color:#fff}html.style4 .icon-btn.btn-outline-light.active,html.style4 .icon-btn.btn-outline-light:active,html.style4 .icon-btn.btn-outline-light:focus,html.style4 .icon-btn.btn-outline-light:hover{background-color:#e1e5e7!important}html.style4 .icon-btn.btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514!important;border:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-warning.disabled,html.style4 .icon-btn.btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;border:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-warning.active,html.style4 .icon-btn.btn-outline-warning:active,html.style4 .icon-btn.btn-outline-warning:focus,html.style4 .icon-btn.btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style4 .icon-btn.btn-outline-warning.active{background-color:#ffc514!important;color:#fff!important}html.style4 .icon-btn.btn-outline-warning:focus{box-shadow:none!important;transition:all .3s ease}html.style4 .icon-btn.btn-outline-warning.button-effect .effect-wave{background-color:#ffd247}html.style4 .dot-btn{position:relative;display:inline-block}html.style4 .dot-btn:before{content:"";height:9px;width:9px;position:absolute;top:5px;right:1px;border-radius:100%;z-index:1;border:1px solid #fff}html.style4 .dot-btn.grow:before{border:none;height:7px;width:7px}html.style4 .dot-btn.grow:after{content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}html.style4 .dot-btn.dot-primary:before{background-color:#00d3cb!important}html.style4 .dot-btn.dot-primary.grow:after{border:5px solid #00d3cb;animation:grow 1s ease-out infinite}html.style4 .dot-btn.dot-success:before{background-color:#3fcc35!important}html.style4 .dot-btn.dot-success.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite}html.style4 .dot-btn.dot-danger:before{background-color:#ff4e2b!important}html.style4 .dot-btn.dot-danger.grow:after{border:5px solid #ff4e2b;animation:grow 1s ease-out infinite}html.style4 .dot-btn.dot-light:before{background-color:#eff1f2!important;background-color:#223645!important}html.style4 .dot-btn.dot-light.grow:after{border:5px solid #eff1f2;animation:grow 1s ease-out infinite;border:5px solid #223645}html.style4 .dot-btn.dot-warning:before{background-color:#ffc514!important}html.style4 .dot-btn.dot-warning.grow:after{border:5px solid #ffc514;animation:grow 1s ease-out infinite}html.style4 .theme-btn-group a+a{margin-left:5px;border-radius:15px}html.style4 .theme-btn-group .btn-group-sm>a+a.btn,html.style4 .theme-btn-group a+a.btn-sm{border-radius:10px}html.style4 .theme-btn-group a:first-child{border-radius:15px 15px 0}html.style4 .theme-btn-group .btn-group-sm>a.btn:first-child,html.style4 .theme-btn-group a:first-child.btn-sm{border-radius:10px 10px 0}html.style4 .theme-btn-group a:last-child{border-radius:15px 15px 15px 0}html.style4 .theme-btn-group .btn-group-sm>a.btn:last-child,html.style4 .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 10px 0}html.style4 .profile{width:60px;height:60px;display:inline-block;border-radius:20px;position:relative}html.style4 .profile span{font-size:22px;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);color:#fff}html.style4 .profile.busy:before,html.style4 .profile.offline:before,html.style4 .profile.online:before,html.style4 .profile.unreachable:before{content:"";position:absolute;height:13px;width:13px;border-radius:100%;border:2px solid #fff;right:0}html.style4 .profile.unreachable:before{background-color:#ffc514}html.style4 .profile.online:before{background-color:#3fcc35}html.style4 .profile.busy:before{background-color:#ff4e2b}html.style4 .profile.offline:before{background-color:#828282}html.style4 .button-effect{display:inline-flex;overflow:hidden;position:relative}html.style4 .button-effect:before{position:absolute;top:50%;left:50%;z-index:2;display:block;content:"";width:0;height:0;background:hsla(0,0%,100%,.2);border-radius:100%;transform:translate(-50%,-50%);opacity:0}html.style4 .button-effect:hover{cursor:pointer}html.style4 .button-effect:hover:before{animation:circle .75s}html.style4 .effect-wave{display:block;position:absolute;transform:translateX(-50%) translateY(-50%);width:0;height:0;background-color:#eff1f2;border-radius:50%;opacity:.5}html.style4 .is-animating{transform:translateZ(0) scale(1)}html.style4 .is-animating.btn-success{animation:phone-outer-success 3s infinite}html.style4 .is-animating.btn-danger{animation:phone-outer-danger 3s infinite}html.style4 .is-animating.btn-danger svg{transform:rotate(135deg);animation:none}html.style4 .is-animating:before{position:absolute;content:"";top:0;left:0;width:60px;height:60px;background-color:hsla(0,0%,100%,.2);border-radius:100%;opacity:1;transform:translateZ(0) scale(0);animation:phone-inner 3s infinite}html.style4 .is-animating svg{animation:phone-icon 3s infinite;transform:translateZ(0);fill:#fff;stroke-width:1px}html.style4 .is-animating.cancelcall,html.style4 .is-animating.cancelcall:before{animation:none}html.style4 .social-group li{display:inline-block}html.style4 .social-group li+li{margin-left:5px}html.style4 .social-group li .btn-google{background-color:#3b5998;color:#fff}html.style4 .social-group li .btn-twiter{background-color:#55acee;color:#fff}html.style4 .social-group li .btn-linkedin{background-color:#0e76a8;color:#fff}html.style4 .social-group li .btn-instagram{background-color:#e4405f;color:#fff}html.style4 .btn-primary.is-animating{box-shadow:0 0 0 0 rgba(0,211,203,0),0 .05em .1em rgba(0,0,0,.2)}html.style4 .btn-success.is-animating{box-shadow:0 0 0 0 rgba(63,204,53,0),0 .05em .1em rgba(0,0,0,.2)}html.style4 .btn-danger.is-animating{box-shadow:0 0 0 0 rgba(255,78,43,0),0 .05em .1em rgba(0,0,0,.2)}html.style4 .btn-light.is-animating{box-shadow:0 0 0 0 rgba(239,241,242,0),0 .05em .1em rgba(0,0,0,.2)}html.style4 .btn-warning.is-animating{box-shadow:0 0 0 0 rgba(255,197,20,0),0 .05em .1em rgba(0,0,0,.2)}html.style4 .btn-fix{position:fixed;bottom:20px;margin-left:-30px;z-index:9}html.style4 .theme-tab .nav-tabs{border:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:20px}html.style4 .theme-tab .nav-tabs .nav-item .nav-link{font-size:calc(14px + 1*(100vw - 320px)/1600);font-weight:700;padding:7px 30px;min-height:30px;border-radius:10px;min-width:140px;background-color:#eff1f2!important;border:none!important;color:#223645!important;text-align:center;transition:all .3s ease;justify-content:center}html.style4 .theme-tab .nav-tabs .nav-item .nav-link.active{background-color:rgba(0,211,203,.15)!important;color:#00d3cb!important;transition:all .3s ease}html.style4 .theme-tab.chat-tabs #myTab1 .nav-tabs{justify-content:center}html.style4 .theme-tab.chat-tabs #myTab1 .nav-tabs .nav-link{margin:0 10px}html.style4 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link{border-radius:25px;padding:0 14px;font-size:calc(13px + 1*(100vw - 320px)/1600);line-height:2.2;min-width:unset;color:#223645;background-color:#eff1f2;display:flex;align-items:center}html.style4 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{height:16px;fill:#223645!important;transition:all .3s ease;stroke-width:1px}html.style4 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{color:#fff!important;background-color:#00d3cb!important;transition:all .3s ease;box-shadow:-1px 10px 16px -10px #00d3cb}html.style4 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active svg{fill:#fff!important;transition:all .3s ease}html.style4 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 25px;min-width:auto;display:flex;font-size:13px}html.style4 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}html.style4 .tab-card{text-align:center;padding:20px;border:1px solid #eff1f2;border-radius:15px}html.style4 .tab-card+.tab-card{margin-top:15px}html.style4 .msg-box>li .auto-gallery,html.style4 .msg-box>li .document,html.style4 .msg-box>li>h5{display:inline-block;padding:16px 25px;background-color:#e9e9e9;color:#595959;border-radius:0 25px 25px 0;font-weight:400;font-size:14px;font-family:Lato}html.style4 .msg-box>li .refresh-block{display:inline-grid;justify-content:center;align-items:center}html.style4 .msg-box>li .refresh-block .refresh{margin-bottom:10px;transition:all .3s ease}html.style4 .msg-box>li .refresh-block .refresh:hover{transition:all .3s ease;cursor:pointer}html.style4 .msg-box>li .refresh-block .refresh.refreshed,html.style4 .msg-box>li .refresh-block .refresh:hover{color:#fff!important;background-color:#00d3cb!important}html.style4 .msg-box>li .refresh-block .refresh.refreshed svg{transform:rotate(1turn);transition:all 3s ease}html.style4 .msg-box>li .refresh-block>div:last-child{display:flex;justify-content:center;align-items:center}html.style4 .msg-box>li:first-child h5{border-radius:30px 25px 25px 0}html.style4 .msg-box>li:last-child .auto-gallery,html.style4 .msg-box>li:last-child .document,html.style4 .msg-box>li:last-child h5{border-radius:16px 16px 16px 0;background-color:#000;color:#fff}html.style4 .msg-box>li+li{margin-top:12px;position:relative}html.style4 .msg-box>li>h5>div>a{color:#328dff!important;cursor:pointer}@media(max-width:767px){html.style4 .msg-box{max-width:90vw}html.style4 .msg-box>li>h5{max-width:80vw;overflow-x:hidden;padding:20px}html.style4 .msg-box>li>h5>div>a{max-width:50%!important;width:50%!important}}html.style4 .contact-chat{margin-top:100px}html.style4 .contact-chat>ul.str-msg h5{font-size:13px}html.style4 .contact-chat>ul.str-msg h6{font-size:9px}html.style4 .contact-chat>ul.str-msg li{padding-left:0!important;width:100%}html.style4 .contact-chat>ul.str-msg li .media .profile{margin-left:.7rem!important}html.style4 .contact-chat>ul.str-msg li .contact-name .msg-box{margin-top:5px}html.style4 .contact-chat>ul.str-msg li .msg-box>li>h5{padding:8px 25px;font-size:12px;line-height:1.6;color:#223645;background-color:#e5e8e9}html.style4 .contact-chat>ul.str-msg li .profile{width:30px;height:30px}html.style4 .contact-chat>ul.chatappend{display:flex;flex-direction:column}html.style4 .contact-chat>ul.chatappend>li:last-child .msg-box>li .msg-dropdown{bottom:50px!important;top:unset!important}html.style4 .contact-chat>ul.chatappend .last{order:999}html.style4 .contact-chat>ul>li.sent .document{border-radius:0 50px 50px 50px}html.style4 .contact-chat>ul>li.sent .document .icon-btns a{background-color:#00c4bc!important}html.style4 .contact-chat>ul>li.sent .document .details h5,html.style4 .contact-chat>ul>li.sent .document .details h6{color:#eff1f2}html.style4 .contact-chat>ul>li.sent .document i{color:#fff!important}html.style4 .contact-chat>ul>li.sent .document .details,html.style4 .contact-chat>ul>li.sent .document .icon-btns{display:inline-block}html.style4 .contact-chat>ul>li.replies,html.style4 .contact-chat>ul>li.sent{width:60%}html.style4 .contact-chat>ul>li.replies .auto-gallery,html.style4 .contact-chat>ul>li.sent .auto-gallery{background-color:rgba(0,211,203,.15)!important;padding:16px 25px 0 15px}html.style4 .contact-chat>ul>li.replies .auto-gallery li,html.style4 .contact-chat>ul>li.sent .auto-gallery li{display:inline-block!important;height:85px;width:85px;border-radius:20px;margin-left:10px;margin-bottom:10px}html.style4 .contact-chat>ul>li.replies .document,html.style4 .contact-chat>ul>li.sent .document{padding:25px 35px;display:flex;align-items:center}html.style4 .contact-chat>ul>li.replies .document .icon-btns a,html.style4 .contact-chat>ul>li.sent .document .icon-btns a{background-color:#cef3f2!important}html.style4 .contact-chat>ul>li.replies .document .icon-btns a+a,html.style4 .contact-chat>ul>li.sent .document .icon-btns a+a{margin-left:10px}html.style4 .contact-chat>ul>li.replies .document .details,html.style4 .contact-chat>ul>li.sent .document .details{padding-left:15px;padding-right:30px;text-align:left}html.style4 .contact-chat>ul>li.replies .document .details h5,html.style4 .contact-chat>ul>li.sent .document .details h5{display:block;padding-bottom:5px}html.style4 .contact-chat>ul>li.replies .document i,html.style4 .contact-chat>ul>li.sent .document i{font-size:40px}html.style4 .contact-chat>ul>li.replies .document .details,html.style4 .contact-chat>ul>li.replies .document .icon-btns,html.style4 .contact-chat>ul>li.sent .document .details,html.style4 .contact-chat>ul>li.sent .document .icon-btns{display:inline-block}html.style4 .contact-chat>ul>li.replies{margin-left:auto;text-align:right}html.style4 .contact-chat>ul>li.replies .document{border-radius:50px 0 50px 50px}html.style4 .contact-chat>ul>li.replies .auto-gallery{padding:16px 25px 5px 15px}html.style4 .contact-chat>ul>li.replies .auto-gallery li{float:right}html.style4 .contact-chat>ul>li.replies .msg-box li{display:inline-flex}html.style4 .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}html.style4 .contact-chat>ul>li.replies .msg-box li:last-child{display:flex;flex-direction:row-reverse;align-items:center;margin-left:auto}html.style4 .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,html.style4 .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:15px 15px 0 15px}html.style4 .contact-chat>ul>li.replies .msg-box li .auto-gallery,html.style4 .contact-chat>ul>li.replies .msg-box li .document,html.style4 .contact-chat>ul>li.replies .msg-box li>h5{background-color:#e40d6a;color:#fff;font-size:14px!important;font-family:Lato!important}html.style4 .contact-chat>ul>li.replies .msg-box li .badge{margin-left:0!important;margin-right:.5rem!important}html.style4 .contact-chat>ul>li.replies .media{flex-direction:row-reverse}html.style4 .contact-chat>ul>li.replies .media .profile{margin-left:1.5rem!important;margin-right:0!important}html.style4 .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:10px;margin-left:unset}html.style4 .contact-chat>ul>li+li{margin-top:10px}html.style4 .contact-chat>ul>li .contact-name .msg-box{margin-top:15px}html.style4 .contact-chat>ul>li .contact-name .msg-box img{width:100%;border-radius:16px}html.style4 .contact-chat>ul>li .contact-name h5{font-family:Lato;display:inline-block;padding-right:20px;line-height:1.4}html.style4 .contact-chat>ul>li .contact-name h6{display:inline-block}html.style4 .msg-setting-main{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;transition:all .5s ease}html.style4 .msg-setting-main .msg-dropdown-main{position:relative;display:none;transition:all .5s ease}html.style4 .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#daf6f5;width:38px;height:38px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-left:10px}html.style4 .msg-setting-main .msg-dropdown-main .msg-setting i{margin-bottom:-2px}html.style4 .msg-setting-main .msg-dropdown-main .msg-dropdown{background-color:#fff;border:2px solid #eff1f2;padding:15px;border-radius:15px;position:absolute;top:50px;left:0;z-index:1;text-align:left;display:none;transition:all .5s ease}html.style4 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li{font-size:14px;font-weight:600;text-transform:capitalize;margin-bottom:10px}html.style4 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li:last-child{margin-bottom:0}html.style4 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a{color:#595959;width:100%}html.style4 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a i{font-size:16px;display:inline;margin-right:15px}html.style4 .msg-setting-main:hover .msg-dropdown-main{display:inline-block;order:0}html.style4 .custom-dropdown{height:0;width:0;position:absolute;right:0;background-color:#fff;z-index:99;opacity:0;overflow:hidden;overflow-x:hidden;overflow-y:scroll;border:1px solid #eff1f2;border-radius:15px;top:85px;transition:all .3s ease}html.style4 .custom-dropdown.open{opacity:1;transition:all .3s ease;height:200px;width:300px}html.style4 .onclick-dropdown{cursor:pointer}html.style4 .dropdown-menu .dropdown-divider{border-top:none}html.style4 .emojis-main{position:relative;display:flex;height:100%}html.style4 .emojis-main .toggle-sticker img{height:30px}html.style4 .emojis-main .toggle-sticker svg{height:50px;width:50px;fill:#00d3cb}html.style4 .emojis-main .toggle-sticker svg path{stroke:#00d3cb}html.style4 .emojis-main .toggle-sticker.active svg{fill:#fff}html.style4 .emojis-main .toggle-sticker.active svg path{stroke:#fff}html.style4 .emojis-main .emojis-contain,html.style4 .emojis-main .sticker-contain{width:0;height:0;background-color:#fff;position:absolute;bottom:0;left:0;padding:35px;transform:scale(0);transition:all .3s ease}html.style4 .emojis-main .emojis-contain.open,html.style4 .emojis-main .sticker-contain.open{bottom:85px;transform:scale(1);transition:all .3s ease;width:420px;height:280px}html.style4 .emojis-main .emojis-contain .emojis-sub-contain,html.style4 .emojis-main .sticker-contain .emojis-sub-contain{height:100%;overflow:overlay}html.style4 .emojis-main .emojis-contain .emojis-sub-contain:before,html.style4 .emojis-main .sticker-contain .emojis-sub-contain:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:70px;z-index:1}html.style4 .emojis-main .emojis-contain .emojis-sub-contain ul li,html.style4 .emojis-main .sticker-contain .emojis-sub-contain ul li{display:inline-block;font-size:24px;padding:5px;cursor:pointer}html.style4 .emojis-main .emojis-contain .sticker-sub-contain,html.style4 .emojis-main .sticker-contain .sticker-sub-contain{height:100%;overflow:overlay}html.style4 .emojis-main .emojis-contain .sticker-sub-contain ul li,html.style4 .emojis-main .sticker-contain .sticker-sub-contain ul li{display:inline-block}html.style4 .emojis-main .emojis-contain .sticker-sub-contain ul li img,html.style4 .emojis-main .sticker-contain .sticker-sub-contain ul li img{width:45px;height:auto}html.style4 .emojis-main .contact-poll{transition:all 1s ease}html.style4 .emojis-main .contact-poll .contact-poll-content{position:absolute;bottom:85px;left:90px;background-color:#fff;padding:30px;transition:all 1s ease;display:none}html.style4 .emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:15px;position:relative;text-transform:capitalize;font-size:16px;font-weight:600;padding-left:30px;transition:all .5s ease}html.style4 .emojis-main .contact-poll .contact-poll-content ul li:last-child{margin-bottom:0}html.style4 .emojis-main .contact-poll .contact-poll-content ul li a{color:#223645;transition:all .3s ease}html.style4 .emojis-main .contact-poll .contact-poll-content ul li a svg{width:18px;margin-right:15px;position:absolute;left:0}html.style4 .emojis-main .contact-poll .contact-poll-content ul li:hover a{color:#00d3cb;transition:all .3s ease}html.style4 .emojis-main .contact-poll .contact-poll-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:40px;z-index:1}html.style4 .main-nav .status>div:before{content:"";position:absolute;height:100%;width:100%;background-color:#00d3cb;left:0;z-index:-1;top:0;border-radius:100%}html.style4 .main-nav .user-popup{height:43px;width:43px;padding:3px;border-radius:100%;margin:0 auto;position:relative}html.style4 .main-nav .user-popup.two>div:after{content:"";position:absolute;height:3px;width:100%;background-color:#fff;left:0;z-index:-1;top:22px}html.style4 .main-nav .user-popup.three>div:after{content:"";position:absolute;left:-6px;z-index:-1;top:-5px;width:0;height:0;border-left:33px solid transparent;border-right:28px solid transparent;border-bottom:43px solid #fff}html.style4 .main-nav .user-popup>div{height:37px;width:37px;border-radius:100%;margin:0 auto}html.style4 .chat-friend-toggle{position:relative}html.style4 .chat-friend-toggle .chat-frind-content{position:absolute;top:80px;right:0;padding:25px;background-color:#fff;text-align:left;display:none;text-transform:capitalize}html.style4 .chat-friend-toggle .chat-frind-content ul li{margin-bottom:15px;padding-left:50px!important;position:relative;display:inline-flex!important;align-items:center;height:30px}html.style4 .chat-friend-toggle .chat-frind-content ul li a{position:absolute;left:0}html.style4 .chat-friend-toggle .chat-frind-content ul li:last-child{margin-bottom:0;padding-top:20px;border-top:1px solid #eff1f2;height:34px}html.style4 .chat-friend-toggle .chat-frind-content ul li:before{border-left:5px solid #00d3cb;content:"";position:absolute;top:0;left:15px}html.style4 .user-status{position:relative;padding:4px}html.style4 .user-status:before{content:"";position:absolute;height:100%;width:100%;background-color:#00d3cb;left:0;z-index:-1;top:0;border-radius:100%}html.style4 .react-datepicker__day--keyboard-selected,html.style4 .react-datepicker__month-text--keyboard-selected,html.style4 .react-datepicker__quarter-text--keyboard-selected,html.style4 .react-datepicker__year-text--keyboard-selected{background-color:#00d3cb}html.style4 .react-datepicker{border:none;box-shadow:0 4px 14px rgba(174,197,231,.5)}html.style4 .react-datepicker__header{border-bottom:none}html.style4 .chat-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;transition:all .3s ease}html.style4 .chat-main li .chat-box .icon-btn.btn-outline-light{position:absolute;right:0}html.style4 .chat-main li .chat-box .favourite svg{stroke:none;fill:#00d3cb}html.style4 .chat-main li .chat-box .favourite.btn-primary svg{fill:#fff}html.style4 .chat-main li .chat-box.notification span{padding-top:0;padding-bottom:5px;display:inline-block}html.style4 .chat-main li .chat-box.notification p{margin-bottom:0;margin-top:8px;font-size:13px}html.style4 .chat-main li .details h6 img{height:20px}html.style4 .chat-main li.active{background-color:#ebfafa;border-left:4px solid #00d3cb;transition:all .3s ease}html.style4 .chat-main li.active .details h6{font-weight:600;color:#00d3cb;letter-spacing:1px}html.style4 .chat-main li .chat-box .date-status .ti-pin2.pined{opacity:1;transition:all .3s ease;color:#00d3cb}html.style4 .chat-main li .chat-box{position:relative}html.style4 .chat-main li .chat-box .profile{position:absolute;left:0}html.style4 .chat-main li .chat-box .details{padding:12px 50px 13px 75px}html.style4 .chat-main li .chat-box .details h6{padding-top:8px;max-width:170px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}html.style4 .chat-main li .chat-box .date-status{position:absolute;right:0;top:0;text-align:right}html.style4 .chat-main li .chat-box .date-status .ti-pin2{opacity:0;transition:all .3s ease}html.style4 .chat-main li .chat-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style4 .chat-main li .chat-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style4 .chat-main li .chat-box:hover .date-status .ti-pin2{opacity:1;transition:all .3s ease}html.style4 ul.grop-icon{line-height:1;display:flex;align-items:center}html.style4 ul.grop-icon li{margin-left:0;margin-right:0;padding:0;border:2px solid #fff;border-radius:50%;transition:z-index .3s ease}html.style4 ul.grop-icon li:hover{z-index:9;transition:z-index .3s ease}html.style4 ul.grop-icon li:nth-child(2),html.style4 ul.grop-icon li:nth-child(3){margin-left:-10px}html.style4 ul.grop-icon li:last-child{font-size:12px;color:#223645;font-weight:700;border:none;border-radius:0;margin-left:5px}html.style4 ul.grop-icon li img{width:15px;height:15px;border-radius:50%}html.style4 .group-main li{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;padding-top:15px}html.style4 .group-main li.active{background-color:#ebfafa;border-left:4px solid #00d3cb}html.style4 .group-main li.active .chat-box .details h6{font-weight:600;color:#00d3cb}html.style4 .group-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}html.style4 .group-main .group-box{position:relative}html.style4 .group-main .group-box .profile{position:absolute;left:0}html.style4 .group-main .group-box .profile span{font-size:26px;font-weight:700}html.style4 .group-main .group-box .details{padding-left:75px;padding-top:12px;padding-bottom:13px}html.style4 .group-main .group-box .details h6{padding-top:5px;line-height:2}html.style4 .group-main .group-box .date-status{position:absolute;right:0;top:8px;text-align:right}html.style4 .group-main .group-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style4 .group-main .group-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style4 .contact-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}html.style4 .contact-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(0,211,203,.15);transition:all .3s ease}html.style4 .contact-log-main li.active:before{border-left:4px solid #00d3cb;width:100%;transition:all .3s ease}html.style4 .contact-log-main li .contact-box{position:relative;height:60px}html.style4 .contact-log-main li .contact-box .contact-action{position:absolute;right:0;top:10px}html.style4 .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-left:5px}html.style4 .contact-log-main li .contact-box .profile{position:absolute;left:0}html.style4 .contact-log-main li .contact-box .details{height:60px;padding:12px 100px 13px 75px}html.style4 .contact-log-main li .contact-box .details h6{padding-top:8px}html.style4 .contact-log-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}html.style4 .contact-log-main .call-log-box{position:relative}html.style4 .contact-log-main .call-log-box .profile{position:absolute;left:0}html.style4 .contact-log-main .call-log-box .profile span{font-size:26px;font-weight:700}html.style4 .contact-log-main .call-log-box .details{padding:12px 50px 13px 75px}html.style4 .contact-log-main .call-log-box .details h6{padding-top:5px;line-height:1.6}html.style4 .contact-log-main .call-log-box .date-status{position:absolute;right:0;top:8px;text-align:right}html.style4 .contact-log-main .call-log-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style4 .contact-log-main .call-log-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style4 .search2{padding-top:20px;padding-bottom:25px;margin-left:-40px;margin-right:-40px;margin-top:5px;border-top:1px solid #eff1f2;display:flex;justify-content:center}html.style4 .search2>div{width:310px;height:50px;border-radius:15px;background-color:#f4f5f6}html.style4 .search2 .input-group{height:100%;display:flex;align-items:center}html.style4 .search2 .input-group .form-control{background-color:transparent;outline:none;border:none;box-shadow:none}html.style4 .search2 .input-group .form-control::place-holder{color:#e5e8e9}html.style4 .search2 .input-group .form-control:focus{outline:none;border:none;box-shadow:none}html.style4 .search2 .input-group .input-group-append{line-height:1}html.style4 .search2 .input-group .input-group-append span{padding:8px 20px}html.style4 .search2 .input-group .input-group-append span i{font-size:16px}html.style4 .search2 .input-group .input-group-append:last-child span{border-left:1px solid #e5e8e9}html.style4 .tippy-tooltip.gradienttooltip-theme,html.style4 .tippy-tooltip.tooltiprad-theme{border-radius:0 50px 50px 50px;margin-left:70px;margin-top:50px}html.style4 .tippy-tooltip.gradienttooltip-theme{background-image:linear-gradient(90deg,#1589ff,#82cafa)}html.style4 .chitchat-loader{background-color:#fff;margin:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;z-index:99999;top:0;left:0;text-align:center}html.style4 .chitchat-loader h3{margin-top:30px;color:#828282}html.style4 .type{width:60px;position:relative;height:15px}html.style4 .typing-loader{width:8px;height:8px;border-radius:100%;animation:loadertyping .8s ease-in-out infinite alternate;animation-delay:.32s;position:absolute;left:0;right:0;margin:0 auto;top:-27px}html.style4 .typing-loader:after,html.style4 .typing-loader:before{content:"";position:absolute;width:8px;height:8px;border-radius:100%;box-shadow:0 40px 0 #fff;animation:loadertyping .8s ease-in-out infinite alternate}html.style4 .typing-loader:before{left:-17px;animation-delay:.48s}html.style4 .typing-loader:after{right:-17px;animation-delay:.16s}html.style4 .switchery{background-color:#fff;border:1px solid #dfdfdf;cursor:pointer;border-radius:20px;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}html.style4 .switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,.4);height:30px;position:absolute;top:0;width:30px}html.style4 .switchery-small{border-radius:20px;height:18px;width:33px}html.style4 .switchery-small>small{height:14px;width:14px;top:2px}html.style4 .collapse-block.open .block-title{padding-bottom:25px;transition:all .3s ease}html.style4 .collapse-block .block-title{position:relative;transition:all .3s ease;cursor:pointer}html.style4 .collapse-block .block-title:after{position:absolute;display:inline-block;content:"";font-family:FontAwesome;color:#223645;right:0;top:-4px;font-size:20px}html.style4 .audiocall1.call-modal,html.style4 .audiocall2.call-modal,html.style4 .conferencecall.call-modal,html.style4 .videocall.call-modal,html.style4 .videocallhang.call-modal{min-height:655px}html.style4 .audiocall1.call-modal .title2,html.style4 .audiocall2.call-modal .title2,html.style4 .conferencecall.call-modal .title2,html.style4 .videocall.call-modal .title2,html.style4 .videocallhang.call-modal .title2{margin-bottom:10px}html.style4 .audiocall1.call-modal h6,html.style4 .audiocall2.call-modal h6,html.style4 .conferencecall.call-modal h6,html.style4 .videocall.call-modal h6,html.style4 .videocallhang.call-modal h6{text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:600;color:#fff;margin-bottom:15px}html.style4 .audiocall1.call-modal ul,html.style4 .audiocall2.call-modal ul,html.style4 .conferencecall.call-modal ul,html.style4 .videocall.call-modal ul,html.style4 .videocallhang.call-modal ul{display:flex;justify-content:center;align-items:center}html.style4 .audiocall1.call-modal ul li+li,html.style4 .audiocall2.call-modal ul li+li,html.style4 .conferencecall.call-modal ul li+li,html.style4 .videocall.call-modal ul li+li,html.style4 .videocallhang.call-modal ul li+li{margin-left:30px}html.style4 .audiocall1.call-modal .center-con,html.style4 .audiocall2.call-modal .center-con,html.style4 .conferencecall.call-modal .center-con,html.style4 .videocall.call-modal .center-con,html.style4 .videocallhang.call-modal .center-con{position:absolute;bottom:100px;width:100%}html.style4 .audiocall1.call-modal .center-con .mic,html.style4 .audiocall1.call-modal .center-con .pause,html.style4 .audiocall2.call-modal .center-con .mic,html.style4 .audiocall2.call-modal .center-con .pause,html.style4 .conferencecall.call-modal .center-con .mic,html.style4 .conferencecall.call-modal .center-con .pause,html.style4 .videocall.call-modal .center-con .mic,html.style4 .videocall.call-modal .center-con .pause,html.style4 .videocallhang.call-modal .center-con .mic,html.style4 .videocallhang.call-modal .center-con .pause{box-shadow:none}html.style4 .audiocall1.call-modal .center-con .mic.active,html.style4 .audiocall1.call-modal .center-con .pause.active,html.style4 .audiocall2.call-modal .center-con .mic.active,html.style4 .audiocall2.call-modal .center-con .pause.active,html.style4 .conferencecall.call-modal .center-con .mic.active,html.style4 .conferencecall.call-modal .center-con .pause.active,html.style4 .videocall.call-modal .center-con .mic.active,html.style4 .videocall.call-modal .center-con .pause.active,html.style4 .videocallhang.call-modal .center-con .mic.active,html.style4 .videocallhang.call-modal .center-con .pause.active{box-shadow:0 0 3px 2px #eff1f2}html.style4 .audiorcvcall .modal-body{padding:10px 0}html.style4 .dynemic-sidebar .search-form .form-group input{border-radius:10px;height:60px}html.style4 .modal{z-index:1075}html.style4 body.modal-open>div[tabindex="-1"]{z-index:99999!important}html.style4 .viddiolog.fade.modal-dialog{max-width:850px}html.style4 .viddiolog.active.modal-dialog{width:90vw;max-width:unset}html.style4 .viddiolog .modal-body{padding:0}html.style4 .viddiolog .videocall.call-modal{min-height:90vh!important}html.style4 .conferencecall{background-blend-mode:overlay;background-color:hsla(0,0%,100%,.52)}html.style4 .conferencecall p{color:#fff}html.style4 .conferencecall h3{margin-bottom:20px;color:#fff}html.style4 .conferencecall .usersprof{display:flex;justify-content:center}html.style4 .conferencecall .usersprof .profile{border-radius:100%;border:2px solid #fff;margin-bottom:10px}html.style4 .conferencecall .usersprof .profile+.profile{margin-left:-20px}html.style4 #basicUsage{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700}html.style4 .call-modal .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style4 .call-modal .mute i.off:after{opacity:1;transition:opacity .3s ease}html.style4 .call-modal .mic i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style4 .call-modal .mic i.off:after{opacity:1;transition:opacity .3s ease}html.style4 .no-internet{background-color:#fff;position:relative;height:600px}html.style4 .login-page2.animat-rate .bg_circle>div,html.style4 .no-internet.animat-rate .bg_circle>div,html.style4 .right-login.animat-rate .bg_circle>div,html.style4 .rightchat.animat-rate .bg_circle>div{width:20px;height:20px;border:3px solid #d0eafb;border-radius:50%;position:absolute;z-index:9}html.style4 .login-page2.animat-rate .bg_circle div:first-of-type,html.style4 .no-internet.animat-rate .bg_circle div:first-of-type,html.style4 .right-login.animat-rate .bg_circle div:first-of-type,html.style4 .rightchat.animat-rate .bg_circle div:first-of-type{right:50%;animation:animationFramesOne 25s linear infinite}html.style4 .login-page2.animat-rate .bg_circle div:nth-of-type(2),html.style4 .no-internet.animat-rate .bg_circle div:nth-of-type(2),html.style4 .right-login.animat-rate .bg_circle div:nth-of-type(2),html.style4 .rightchat.animat-rate .bg_circle div:nth-of-type(2){right:5%;top:5%;animation:animationFramesOne 35s linear infinite}html.style4 .login-page2.animat-rate .bg_circle div:nth-of-type(3),html.style4 .no-internet.animat-rate .bg_circle div:nth-of-type(3),html.style4 .right-login.animat-rate .bg_circle div:nth-of-type(3),html.style4 .rightchat.animat-rate .bg_circle div:nth-of-type(3){bottom:35%;left:20%;animation:animationFramesOne 65s linear infinite}html.style4 .login-page2.animat-rate .bg_circle div:nth-of-type(4),html.style4 .no-internet.animat-rate .bg_circle div:nth-of-type(4),html.style4 .right-login.animat-rate .bg_circle div:nth-of-type(4),html.style4 .rightchat.animat-rate .bg_circle div:nth-of-type(4){bottom:26%;right:35%;animation:animationFramesOne 100s linear infinite}html.style4 .login-page2.animat-rate .bg_circle div:nth-of-type(5),html.style4 .no-internet.animat-rate .bg_circle div:nth-of-type(5),html.style4 .right-login.animat-rate .bg_circle div:nth-of-type(5),html.style4 .rightchat.animat-rate .bg_circle div:nth-of-type(5){bottom:35%;right:5%;animation:animationFramesOne 45s linear infinite}html.style4 .login-page2.animat-rate .bg_circle div:nth-of-type(6),html.style4 .no-internet.animat-rate .bg_circle div:nth-of-type(6),html.style4 .right-login.animat-rate .bg_circle div:nth-of-type(6),html.style4 .rightchat.animat-rate .bg_circle div:nth-of-type(6){bottom:60%;left:10%;animation:animationFramesOne 90s linear infinite}html.style4 .login-page2.animat-rate .bg_circle div:nth-of-type(7),html.style4 .no-internet.animat-rate .bg_circle div:nth-of-type(7),html.style4 .right-login.animat-rate .bg_circle div:nth-of-type(7),html.style4 .rightchat.animat-rate .bg_circle div:nth-of-type(7){top:40%;right:40%;animation:animationFramesOne 25s linear infinite}html.style4 .login-page2.animat-rate .bg_circle div:nth-of-type(8),html.style4 .no-internet.animat-rate .bg_circle div:nth-of-type(8),html.style4 .right-login.animat-rate .bg_circle div:nth-of-type(8),html.style4 .rightchat.animat-rate .bg_circle div:nth-of-type(8){bottom:30%;left:3%;animation:animationFramesOne 80s linear infinite}html.style4 .login-page2.animat-rate .bg_circle div:nth-of-type(9),html.style4 .no-internet.animat-rate .bg_circle div:nth-of-type(9),html.style4 .right-login.animat-rate .bg_circle div:nth-of-type(9),html.style4 .rightchat.animat-rate .bg_circle div:nth-of-type(9){top:25%;right:35%;animation:animationFramesOne 35s linear infinite}html.style4 .login-page2.animat-rate .bg_circle div:nth-of-type(10),html.style4 .no-internet.animat-rate .bg_circle div:nth-of-type(10),html.style4 .right-login.animat-rate .bg_circle div:nth-of-type(10),html.style4 .rightchat.animat-rate .bg_circle div:nth-of-type(10){top:40%;right:25%;animation:animationFramesOne 55s linear infinite}html.style4 .login-page2.animat-rate .bg_circle div:nth-of-type(11),html.style4 .no-internet.animat-rate .bg_circle div:nth-of-type(11),html.style4 .right-login.animat-rate .bg_circle div:nth-of-type(11),html.style4 .rightchat.animat-rate .bg_circle div:nth-of-type(11){bottom:20%;right:14%;animation:animationFramesOne 10s linear infinite}html.style4 .login-page2.animat-rate .cross,html.style4 .no-internet.animat-rate .cross,html.style4 .right-login.animat-rate .cross,html.style4 .rightchat.animat-rate .cross{position:absolute;background:#d0eafb;height:15px;width:2px;top:175px;right:50px;animation:rotatedTwo 22s linear infinite}html.style4 .login-page2.animat-rate .cross:after,html.style4 .no-internet.animat-rate .cross:after,html.style4 .right-login.animat-rate .cross:after,html.style4 .rightchat.animat-rate .cross:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 25s linear infinite}html.style4 .login-page2.animat-rate .cross1,html.style4 .no-internet.animat-rate .cross1,html.style4 .right-login.animat-rate .cross1,html.style4 .rightchat.animat-rate .cross1{position:absolute;background:#d0eafb;bottom:10%;height:15px;left:50%;width:2px;animation:rotatedTwo 50s linear infinite}html.style4 .login-page2.animat-rate .cross1:after,html.style4 .no-internet.animat-rate .cross1:after,html.style4 .right-login.animat-rate .cross1:after,html.style4 .rightchat.animat-rate .cross1:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}html.style4 .login-page2.animat-rate .cross2,html.style4 .no-internet.animat-rate .cross2,html.style4 .right-login.animat-rate .cross2,html.style4 .rightchat.animat-rate .cross2{position:absolute;background:#d0eafb;top:65%;height:15px;left:200px;width:2px;animation:rotatedTwo 50s linear infinite}html.style4 .login-page2.animat-rate .cross2:after,html.style4 .no-internet.animat-rate .cross2:after,html.style4 .right-login.animat-rate .cross2:after,html.style4 .rightchat.animat-rate .cross2:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}html.style4 .login-page2.animat-rate .dot,html.style4 .no-internet.animat-rate .dot,html.style4 .right-login.animat-rate .dot,html.style4 .rightchat.animat-rate .dot{position:absolute;height:5px;width:5px;background-color:#d0eafb;border-radius:50%;display:inline-block;animation:animationFramesOne 50s linear infinite;top:10%}html.style4 .login-page2.animat-rate .dot1,html.style4 .no-internet.animat-rate .dot1,html.style4 .right-login.animat-rate .dot1,html.style4 .rightchat.animat-rate .dot1{left:15%;position:absolute;height:5px;width:5px;background-color:#d0eafb;animation:animationFramesOne 90s linear infinite;border-radius:50%}html.style4 .quarterCircle{width:75px;height:75px;background:#f81f58;border-radius:0 0 0 90px;position:absolute;right:0;top:0}html.style4 .quarterCircle .close-btn span{color:#fff;opacity:1;font-size:35px;font-weight:600;top:5px;right:20px;cursor:pointer;position:absolute}html.style4 .connection-img{position:absolute;top:75px;display:flex;overflow:hidden;width:100%;justify-content:center}html.style4 .content{position:absolute;bottom:10%;left:0;right:0}html.style4 .content .icon-btn{margin-bottom:20px}html.style4 .content .title2{color:#223645;margin-bottom:15px}html.style4 .content .reconnect-btn{border-radius:25px;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;background-color:#f81f58;font-size:16px;cursor:pointer}html.style4 .content h5{font-weight:400;font-family:Roboto,sans-serif;color:#f81f58;margin-bottom:20px}html.style4 .videocall.call-modal,html.style4 .videocallhang.call-modal{position:relative}html.style4 .videocall.call-modal .videocall-details,html.style4 .videocallhang.call-modal .videocall-details{position:absolute;top:0;padding:35px;right:0;left:0;align-items:center}html.style4 .videocall.call-modal .videocall-details h6,html.style4 .videocallhang.call-modal .videocall-details h6{color:#647589;margin-top:5px;margin-bottom:0;font-size:9px}html.style4 .videocall.call-modal .videocall-details .usersprof,html.style4 .videocallhang.call-modal .videocall-details .usersprof{margin-right:15px;display:flex;margin-left:15px}html.style4 .videocall.call-modal .videocall-details .usersprof .profile,html.style4 .videocallhang.call-modal .videocall-details .usersprof .profile{border-radius:100%;margin-left:-15px}html.style4 .videocall.call-modal .videocall-details #basicUsage,html.style4 .videocallhang.call-modal .videocall-details #basicUsage{font-size:16px;font-family:Montserrat,sans-serif;font-weight:700;margin-right:20px}html.style4 .videocall.call-modal .videocall-details .zoomcontent,html.style4 .videocallhang.call-modal .videocall-details .zoomcontent{border-radius:50%;background-color:#fff;padding:7px}html.style4 .videocall.call-modal .videocall-details .red-notification h6,html.style4 .videocallhang.call-modal .videocall-details .red-notification h6{color:red;margin-right:20px}html.style4 .videocall.call-modal .videocall-details .red-notification .dot-btn:before,html.style4 .videocallhang.call-modal .videocall-details .red-notification .dot-btn:before{top:17px;right:7px}html.style4 .videocall.call-modal .videocall-details .red-notification .dot-btn.grow:after,html.style4 .videocallhang.call-modal .videocall-details .red-notification .dot-btn.grow:after{top:11px;right:1.8px}html.style4 .videocall.call-modal .small-image,html.style4 .videocallhang.call-modal .small-image{height:300px;width:220px;position:absolute;left:40px;bottom:5%}html.style4 .panel-actions{margin-top:-20px;margin-bottom:0;text-align:right}html.style4 .panel-actions a{color:red}html.style4 .panel-fullscreen{display:block;z-index:9999;position:fixed;width:100%;height:100%;top:0;right:0;left:0;bottom:0;overflow:auto}html.style4 .panel.panel-default i{margin:0 5px;color:#c25e7f;line-height:20px;cursor:pointer}html.style4 .confimg .vclimg{height:200px;width:auto;margin-bottom:15px;margin-left:10px;border-radius:5px;margin-right:10px}html.style4 .confimg .col-6{padding:0}html.style4 .clfooter{text-align:center}html.style4 .clfooter ul{margin-left:0;text-align:center;display:inline-flex}html.style4 .clfooter ul li+li{margin-left:10px}html.style4 .clfooter .icon-btn svg{stroke-width:2px}html.style4 .clfooter #basicUsage3{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700;display:block;margin-bottom:15px}html.style4 .modal-footer{border-top:unset;display:unset}html.style4 .modal-body{padding:10px 15px}html.style4 .close:focus{outline:none!important}html.style4 .call-list-center{position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}html.style4 .call-list-center .animated-bg i{background:#85c8f5;position:absolute;height:40px;width:40px;border-radius:100%;opacity:.3;animation:ripple1 4s linear infinite;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%) scale(1.3);z-index:-1}html.style4 .call-list-center .animated-bg i:nth-child(2){animation:ripple2 4s linear infinite}html.style4 .call-list-center .animated-bg i:nth-child(3){animation:ripple3 4s linear infinite}html.style4 .call-list-center p{position:absolute;width:280px;font-size:20px;font-weight:500;font-family:Roboto,sans-serif;top:120%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}html.style4 .groupuser{margin-left:auto;text-align:right;display:flex;align-items:center}html.style4 .groupuser .gr-profile{border-radius:100%;height:40px;width:40px;position:relative}html.style4 .groupuser .gr-profile+.gr-profile{margin-left:15px}html.style4 .groupuser .gr-profile.grow:before{border:none;height:7px;width:7px;background-color:#3fcc35!important}html.style4 .groupuser .gr-profile.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite;content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}html.style4 .groupuser .gr-chat-friend-toggle{padding-right:20px;position:relative}html.style4 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{position:absolute;top:60px;right:0;padding:25px 40px;background-color:#fff;text-align:left;z-index:1;width:340px;display:none}html.style4 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .icon-btn{position:absolute;right:0;top:12px}html.style4 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding:2px 50px 2px 70px;height:60px;display:flex;flex-direction:column;justify-content:center}html.style4 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;top:-12px;right:25px;z-index:1;transform:scale(-1)}html.style4 .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #d3d7dc!important}html.style4 .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#000}html.style4 .groupuser h4{margin-right:20px;font-weight:500}html.style4 .recent .theme-title .close-contentbtn{display:none}html.style4 .theme-according{padding-top:20px}html.style4 .theme-according h5{padding-top:4px;font-size:calc(13px + 0*(100vw - 320px)/1600);color:#00d3cb}html.style4 .theme-according p{font-size:12px;padding-top:10px;margin-bottom:0}html.style4 .theme-according .card{border:none;margin-bottom:1rem!important}html.style4 .theme-according .card a{font-weight:600;padding-left:25px}html.style4 .theme-according .card .card-header{border-radius:25px;border-bottom:none}html.style4 .theme-according .card .card-header[aria-expanded=true] a i:before{content:"";transition:all .3s ease}html.style4 .theme-according .card .card-header i{padding:8px 10px;width:28px;height:28px;position:absolute;top:7px;border-radius:100%;background-color:#00d3cb;color:#fff;left:10px;font-weight:900}html.style4 .theme-according .card .card-body{border-radius:25px;padding:1.2rem 1.25rem;background-color:#f7f7f9;margin-top:10px}html.style4 .reactour__helper span[data-tour-elem=badge]{background:#00d3cb!important}html.style4 .reactour__helper--is-open{background-color:#ebfafa!important;color:#00d3cb!important;font-weight:600;box-shadow:-1px 10px 16px -10px #00d3cb!important;border-radius:15px!important}html.style4 .reactour__helper--is-open:focus{outline:none!important}html.style4 .reactour__dot{background-color:rgba(0,211,203,.2)!important;border:none!important;width:6px!important;height:6px!important}html.style4 .reactour__dot:focus{outline:none!important}html.style4 .reactour__dot--is-active{background-color:#00d3cb!important;border:3px double #ebfafa!important;width:10px!important;height:10px!important}html.style4 .reactour__close{top:15px!important;right:15px!important}html.style4 .media-right{float:right;bottom:20px}html.style4 .label-right{position:relative;vertical-align:top;margin-left:10px;color:#647589;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:600;line-height:1.9}html.style4 .switch-green{position:relative;display:inline-block;width:34px;height:19px}html.style4 .switch-green input{display:none}html.style4 .switch-green input:checked+.switch-state{background-color:#3fcc35}html.style4 .switch-green input:checked+.switch-state:before{transform:translateX(15px)}html.style4 .switch-green input:focus+.switch-state{box-shadow:0 0 1px #00d3cb}html.style4 .switch{position:relative;display:inline-block;width:34px;height:19px}html.style4 .switch input{display:none}html.style4 .switch input:checked+.switch-state{background-color:#00d3cb}html.style4 .switch input:checked+.switch-state:before{transform:translateX(15px)}html.style4 .switch input:focus+.switch-state{box-shadow:0 0 1px #00d3cb}html.style4 .switch-state{border-radius:20px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#eff1f2;transition:.4s}html.style4 .switch-state:before{position:absolute;content:"";height:calc(1rem - 3px);width:calc(1rem - 3px);left:4px;bottom:3px;background-color:#fff;transition:.4s;border-radius:20px}html.style4 .icon-state .switch-state:after{content:"";font-family:Courier New,Courier,monospace;left:10px;position:absolute;top:10px;color:#223645;transition:.4s;opacity:.3}html.style4 .icon-state input:checked+.switch-state:after{content:"";left:36px;opacity:1;transition:.4s}html.style4 .switch-lg .switch{width:75px;height:40px}html.style4 .switch-lg .switch .switch-state:before{height:30px;width:30px;left:7px;bottom:5px;top:4px}html.style4 .switch-lg.icon-state .switch .switch-state:after{left:12px;font-size:18px}html.style4 .switch-lg.icon-state .switch input:checked+.switch-state:after{left:47px}html.style4 .switch-lg.icon-state .switch input:checked+.switch-state:before{transform:translateX(32px)}html.style4 .switch-sm.icon-state .switch .switch-state:after{top:4px;left:4px;font-size:8px}html.style4 .switch-sm.icon-state .switch input:checked+.switch-state:after{left:13px;top:4px}html.style4 .switch-sm .switch{width:25px;height:16px;margin-top:10px;margin-bottom:0}html.style4 .switch-sm .switch .switch-state:before{height:8px;width:8px;left:4px;bottom:4px}html.style4 .switch-sm input:checked+.switch-state:before{left:-13px}html.style4 .switch-outline .switch-state{background-color:#fff;border:1px solid #00d3cb;transition:.4s}html.style4 .switch-outline .switch-state:before{background-color:#eff1f2;bottom:3px;color:#fff}html.style4 .switch-outline .switch input{display:none}html.style4 .switch-outline .switch input:checked+.switch-state{background-color:transparent;border:1px solid #00d3cb}html.style4 .switch-outline .switch input:checked+.switch-state:before{background-color:#00d3cb;bottom:3px;transform:translateX(26px)}html.style4 .switch-outline .switch input:checked+.switch-state:after{color:#fff}html.style4 .switch-outline .switch input:checked+.switch-state.bg-dark,html.style4 .switch-outline .switch-state.bg-dark{border:1px solid #223645;background-color:transparent!important}html.style4 .switch-outline .switch input:checked+.switch-state.bg-dark:before{background-color:#223645}html.style4 .switch-outline .switch input:checked+.switch-state.bg-warning,html.style4 .switch-outline .switch-state.bg-warning{border:1px solid #ffc514;background-color:transparent!important}html.style4 .switch-outline .switch input:checked+.switch-state.bg-warning:before{background-color:#ffc514}html.style4 .switch-outline .switch input:checked+.switch-state.bg-success,html.style4 .switch-outline .switch-state.bg-success{border:1px solid #3fcc35;background-color:transparent!important}html.style4 .switch-outline .switch input:checked+.switch-state.bg-success:before{background-color:#3fcc35}html.style4 .switch-outline .switch input:checked+.switch-state.bg-info,html.style4 .switch-outline .switch-state.bg-info{border:1px solid #7fffd4;background-color:transparent!important}html.style4 .switch-outline .switch input:checked+.switch-state.bg-info:before{background-color:#7fffd4}html.style4 .switch-outline .switch input:checked+.switch-state.bg-danger,html.style4 .switch-outline .switch-state.bg-danger{border:1px solid #ff4e2b;background-color:transparent!important}html.style4 .switch-outline .switch input:checked+.switch-state.bg-danger:before{background-color:#ff4e2b}html.style4 .switch-outline .switch input:checked+.switch-state.bg-primary,html.style4 .switch-outline .switch-state.bg-primary{border:1px solid #00d3cb;background-color:transparent!important}html.style4 .switch-outline .switch input:checked+.switch-state.bg-primary:before{background-color:#00d3cb}html.style4 .switch-outline .switch input:checked+.switch-state.bg-secondary,html.style4 .switch-outline .switch-state.bg-secondary{border:1px solid var(--theme-secondary);background-color:transparent!important}html.style4 .switch-outline .switch input:checked+.switch-state.bg-secondary:before{background-color:var(--theme-secondary)}html.style4 .switch-showcase{margin-bottom:-8px}html.style4 .switch-showcase .media{line-height:1}html.style4 .chitchat-container{height:100vh;display:flex;flex-direction:row}html.style4 .chitchat-container .main-nav{min-width:100px;width:100px;height:100vh;max-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;border-right:1px solid #eff1f2;padding:40px 0}html.style4 .chitchat-container .chitchat-left-sidebar{min-width:400px;width:400px;height:100vh;max-height:100vh;overflow:hidden}html.style4 .chitchat-container .chitchat-main{width:100%;height:100vh;max-height:100vh;z-index:1;transition:all .7s;background-color:#fff}html.style4 .chitchat-container .chitchat-right-sidebar{min-width:350px;width:350px;height:100vh;max-height:100vh;position:fixed;right:-200px;background-color:#fff;opacity:0;transition:all .7s}html.style4 .app-sidebar{width:0;right:-520px;z-index:9;height:100vh;max-height:100vh;position:fixed;background-color:#fff;display:table}html.style4 .app-sidebar,html.style4 .app-sidebar.active{transition:all .3s ease;animation:fadeInRight .3s ease-in-out}html.style4 .app-sidebar.active{width:auto;right:0}html.style4 .app-sidebar.active .apps-ul>.tab-content>.tab-pane,html.style4 .app-sidebar.active .apps-ul>li{width:300px;height:100vh;opacity:0;position:absolute;padding:20px}html.style4 .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style4 .app-sidebar.active .apps-ul>li.active{right:90px;opacity:1;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;background-color:#fff}html.style4 .app-sidebar.active .apps-ul .theme-title{margin-top:10px;margin-bottom:30px}html.style4 .app-sidebar.active .apps-ul .theme-title h2{font-size:calc(22px + 2*(100vw - 320px)/1600)}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab .nav-tabs .nav-item .nav-link,html.style4 .app-sidebar .apps-ul .tab-pane>li .theme-tab .nav-tabs .nav-item .nav-link{min-width:60px;padding:7px 15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab ul li+li,html.style4 .app-sidebar .apps-ul .tab-pane>li .theme-tab ul li+li{margin-left:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-content,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{padding-bottom:0;border-bottom:1px solid #ebfafa;margin-bottom:20px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-title,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{padding-bottom:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content{margin-right:-20px;padding-right:20px;height:calc(100vh - 160px);overflow:auto}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul li,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul li{width:auto;transform:translateX(0);opacity:1;list-style:none;display:contents}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{margin-bottom:15px;border:1px solid #eff1f2;padding:15px;border-radius:15px;box-shadow:-1px 10px 16px -10px #eff1f2}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group img,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group img{margin-right:10px;width:30px;height:30px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body{word-break:break-word}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body a,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body a{color:#647589}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h5,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h5{margin-bottom:5px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h6,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h6{font-size:10px;line-height:1.3}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media{margin-bottom:10px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media svg,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media svg{margin-right:10px;border:1px solid #eff1f2;padding:6px;background-color:#ede6e6;width:15%;height:15%}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media:last-child,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{margin-top:10px;margin-bottom:0;border-left:4px solid #00d3cb;padding-top:10px;padding-bottom:10px;padding-left:15px;background-color:#ebfafa;border-radius:5px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group a,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group a{word-wrap:break-word}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .docs-group,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .docs-group{padding:15px;border:1px solid #eff1f2;margin-bottom:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .chat-main li,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .chat-main li{display:block}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main{padding-left:15px;padding-right:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li{padding-left:25px;padding-right:25px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile,html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl{width:40px;height:40px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i{font-size:14px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-top:0;padding-left:55px;padding-bottom:0}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details h5,html.style4 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details h5{text-transform:capitalize}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs{justify-content:flex-start;position:relative}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs .nav-item,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs .nav-item{margin-right:10px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs li:last-child,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs li:last-child{position:absolute;right:0}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content{padding-bottom:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content h3,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content h3{font-weight:600;padding-bottom:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task+.todo-task,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task+.todo-task{margin-top:10px;padding-top:10px;border-top:1px solid #eff1f2}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task h5,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task h5{font-weight:500;font-size:calc(13px + 2*(100vw - 320px)/1600);margin-bottom:5px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form{display:inline-block}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form input,html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form select,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form input,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form select{border:0;background-color:transparent;font-size:calc(12px + 1*(100vw - 320px)/1600);color:#828282;font-weight:400}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span a,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:#223645;font-weight:400}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span+span,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span+span{padding-left:10px;margin-left:10px;border-left:1px solid #828282}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs i,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs i{font-size:50px;margin-bottom:10px;color:#00d3cb}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs h6,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs h6{color:#223645;margin-bottom:10px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs p,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs p{margin-bottom:12px;color:#223645}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group{display:flex;align-items:center!important}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input{margin-bottom:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input+input,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input+input{margin-left:10px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{margin-top:15px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eff1f2}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input{border:none;cursor:pointer;font-size:15px;font-weight:500;line-height:1}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input::plaeholder,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input::plaeholder{color:#000}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input+input,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input+input{margin-left:6px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input:focus,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input:focus{outline:none}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .input-text,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .input-text{margin-bottom:10px;align-items:center;display:flex}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .add-to-do,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .add-to-do{cursor:pointer;display:block;margin-top:5px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .todo-buttons i,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .todo-buttons i{cursor:pointer}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content:last-child,html.style4 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content:last-child{margin-bottom:0}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-input input,html.style4 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-input input{padding:15px;margin-bottom:20px;width:100%}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content,html.style4 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content{display:flex;align-items:baseline}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content ul li,html.style4 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content ul li{margin-left:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list,html.style4 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list{padding:20px;border:1px solid #ddd;border-radius:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media,html.style4 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media{align-items:center;margin-bottom:10px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media img,html.style4 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media img{height:30px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a,html.style4 .app-sidebar .apps-ul .tab-pane>li .notes-main a{font-size:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a.line,html.style4 .app-sidebar .apps-ul .tab-pane>li .notes-main a.line{border-top:1px solid #ededed;padding-top:12px;margin-top:15px;content:"";display:block;font-weight:600;font-family:Montserrat,sans-serif}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a:before,html.style4 .app-sidebar .apps-ul .tab-pane>li .notes-main a:before{margin-right:5px;font-size:12px;font-family:fontawesome}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content{margin-bottom:20px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content i,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content i{font-size:50px;margin-bottom:25px;color:#00d3cb;display:block}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content p,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content p{margin-bottom:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content .setreminder,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content .setreminder{color:#fff}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list{display:none;border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{position:absolute;top:0;right:0}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle{display:none}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li{display:flex;align-items:center}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .Hide-reminder,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .Hide-reminder{display:none}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button{border:none;background:unset;padding:15px;font-size:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button:focus,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button:focus{outline:none}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp{border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{position:absolute;top:0;right:0}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle{display:none}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li{display:flex;align-items:center}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button{border:none;background:unset;padding:15px;font-size:15px}html.style4 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button:focus,html.style4 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button:focus{outline:none}html.style4 .app-sidebar .app-list{height:100%;max-width:90px;width:90px;border-left:2px solid #eff1f2}html.style4 .app-sidebar .app-list ul.app-list-ul{height:100%;padding-top:25px;padding-bottom:25px;position:relative}html.style4 .app-sidebar .app-list ul.app-list-ul li h5{margin-top:15px;opacity:.7}html.style4 .app-sidebar .app-list ul.app-list-ul .close-app{margin-bottom:10px;position:absolute;bottom:0;left:0;right:0}html.style4 .app-sidebar .app-list ul.app-list-ul h5{margin-top:15px}html.style4 .dropdown{transition:all .5s ease;color:#b2b6be}html.style4 .dropdown.currency{width:150%;text-align:right}html.style4 .dropdown.currency:focus{outline:none}html.style4 .dropdown.currency .dropdown-menu{right:0;left:unset}html.style4 .dropdown .select{cursor:pointer}html.style4 .dropdown .select span{font-size:15px;font-weight:400;color:#00d3cb}html.style4 .dropdown .dropdown-menu{padding:5px 0;min-width:14rem;border-radius:0}html.style4 .dropdown .dropdown-menu li{padding:6px 15px;transition:all .2s ease-in-out;cursor:pointer;display:block;color:#333}html.style4 .dropdown .dropdown-menu .dropdown-divider{height:40px;border-bottom:1px solid #ddd;background-color:#fff;display:flex;padding:10px;margin:unset}html.style4 .dropdown .dropdown-menu .dropdown-divider h5{margin-left:10px}html.style4 .sidebar-active .chitchat-container .main-nav~.chitchat-main .messages .contact-details{width:56vw}html.style4 .todo-main-modal .todo-task h5{margin-bottom:10px}html.style4 .todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 32px}html.style4 .todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}html.style4 .todo-main-modal .todo-task .todo-main-content input::placeholder{color:#00d3cb}html.style4 .todo-main-modal .todo-task .todo-main-content input:focus{outline:none}html.style4 .todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}html.style4 .todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}html.style4 .todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}html.style4 .create-todo-main-modal .todo-task h5{margin-bottom:10px}html.style4 .create-todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 45px}html.style4 .create-todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}html.style4 .create-todo-main-modal .todo-task .todo-main-content input::placeholder{color:#00d3cb}html.style4 .create-todo-main-modal .todo-task .todo-main-content input:focus{outline:none}html.style4 .create-todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}html.style4 .create-todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}html.style4 .create-todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}html.style4 .app-sidebar .todo-main .todo-task{position:relative}html.style4 .app-sidebar .todo-main .todo-task .input-text input::placeholder{text-transform:capitalize;color:#223645;font-weight:500}html.style4 .app-sidebar .todo-main .todo-task h4{color:#223645;font-weight:600;letter-spacing:.03em;margin-bottom:20px}html.style4 .app-sidebar .todo-main .todo-task .drop-picker{display:flex;font-size:13px}html.style4 .app-sidebar .todo-main .todo-task .drop-picker .form-control{padding:0;height:auto}html.style4 .app-sidebar .todo-main .todo-task .drop-picker .form-control::placeholder{font-size:13px;font-weight:400;color:#647589}html.style4 .app-sidebar .todo-main .todo-task .drop-picker .form-control:focus{box-shadow:none}html.style4 .app-sidebar .todo-main .todo-task .drop-picker .dropdown .select span{font-size:13px;color:#647589;font-weight:400}html.style4 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu .dropdown-divider i{color:#223645}html.style4 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu h5{color:#223645!important;font-weight:500}html.style4 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-left:0;line-height:1}html.style4 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li a{font-size:12px;color:#647589;font-weight:500}html.style4 .app-sidebar .notes-main .notes-list h6{line-height:1.2}html.style4 .app-sidebar .reminder-main h5{margin-bottom:15px}html.style4 .app-sidebar .reminder-main h6{margin-bottom:5px}html.style4 .reminder-modal-main .lable{margin-bottom:10px;text-transform:capitalize;display:block;color:#223645;font-weight:600;font-size:14px}html.style4 .reminder-modal-main .form-group .form-control::placeholder{font-size:14px}html.style4 .reminder-modal-main .form-group .reminder-count .reminder-box .remi-val{text-transform:capitalize;font-weight:600}html.style4 .configuration-modal h5 span{font-size:14px}html.style4 .chitchat-container.sidebar-overlap .chitchat-main,html.style4 .chitchat-container.sidebar-overlap .contact-details,html.style4 .chitchat-container.sidebar-overlap .message-input{width:calc(100% - 500px)!important}html.style4 .chitchat-container .main-nav .logo-warpper{text-align:center;padding-bottom:35px;border-bottom:1px solid #eff1f2}html.style4 .chitchat-container .main-nav .logo-warpper img{height:40px}html.style4 .chitchat-container .main-nav .sidebar-main{height:calc(100vh - 186px);display:inline-flex;flex-direction:column;width:100%;justify-content:space-between}html.style4 .chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active,html.style4 .chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active{background-color:#00d3cb!important}html.style4 .chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active i,html.style4 .chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active i{color:#fff}html.style4 .chitchat-container .main-nav .sidebar-main .sidebar-bottom li,html.style4 .chitchat-container .main-nav .sidebar-main .sidebar-top li{text-align:center;padding-top:30px;position:relative}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab{position:absolute;min-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;top:0;bottom:0;background-color:#fff;z-index:0;width:400px;min-width:400px;padding:40px}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab.active,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab.active,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab.active,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab.active,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default.active,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab.active,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab.active{opacity:1;z-index:3;animation:fadeInLeft .3s ease-in-out}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #eff1f2;padding-bottom:20px}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{background-color:gray;width:-moz-fit-content;width:fit-content;border-radius:50%;margin-right:15px;position:relative}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .bg-size,html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status img,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .bg-size,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status img,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .bg-size,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status img,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .bg-size,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status img,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .bg-size,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status img,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .bg-size,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status img,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .bg-size,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status img{width:50px;height:50px;border-radius:50%}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{border-radius:50%;width:20px;height:20px;background-color:#00d3cb;position:absolute;bottom:-8px;right:0;color:#fff}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img:before,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img:before{content:"";font-family:FontAwesome;font-size:11px;padding:6px}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img input,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img input,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img input,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img input,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img input,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img input,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img input{background-color:gray;border-radius:50%;width:100%;height:100%;opacity:0;position:absolute;top:0}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body h3,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body h3,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body h3,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body h3,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body h3,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body h3,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body h3{text-transform:capitalize;margin-bottom:5px}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body p,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body p,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body p,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body p,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body p,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body p,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body p{margin-bottom:0;text-transform:capitalize;letter-spacing:1px}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box{padding-top:20px}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box h3,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box h3,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box h3,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box h3,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box h3,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box h3,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{padding:15px 25px;color:#00d3cb;background-color:#ebfafa;text-transform:capitalize;margin-bottom:20px;border-radius:15px}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{margin-bottom:20px;border-bottom:1px solid #eff1f2;padding-bottom:10px}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content:last-child,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content:last-child,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content:last-child,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content:last-child,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content:last-child,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content:last-child,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content:last-child{margin-bottom:0}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul{display:flex;align-items:center}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li h5,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li h5,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li h5,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li h5,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li h5,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li h5,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li h5{margin-bottom:5px;text-transform:capitalize}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .img-status,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li .img-status,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .img-status,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li .img-status,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li .img-status,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li .img-status,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li .img-status{width:40px;height:40px;border-radius:50%;position:relative}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li p,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li p,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li p,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li p,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li p,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li p,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li p{margin-bottom:0;text-transform:capitalize}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li:first-child,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li:first-child,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li:first-child,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li:first-child,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li:first-child,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li:first-child,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-right:15px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default{position:relative;z-index:0;padding:0!important}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default.active{z-index:999}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent{position:fixed;width:400px;top:0;background-color:#fff;padding-top:40px;z-index:1}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 40px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 40px 0}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box{position:relative}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{position:absolute;bottom:25px;right:15px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:110px;width:100%;border-radius:20px;position:relative;transition:all .3s ease}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{position:absolute;color:#fff;bottom:10px;left:15px;font-weight:500;text-transform:capitalize}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile:before{content:"";left:0;top:0;position:absolute;height:100%;width:100%;border-radius:15px;box-shadow:inset 0 -25px 40px 6px rgba(0,0,0,.8)}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:242px;height:calc(100vh - 242px);min-height:calc(100vh - 242px)}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat{overflow:auto;overflow-x:hidden;overflow-y:auto}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:40px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm>.nav-tabs{padding-bottom:30px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs{width:80%;margin:0 auto}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs>.nav-item .nav-link{border-radius:5px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:40px 40px 0}html.style4 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:10px}html.style4 .search-form{width:calc(100% - 60px);left:30px;height:calc(100% - 30px);position:absolute;top:30px}html.style4 .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}html.style4 .search-form .form-group{height:100%;width:100%;margin-top:0}html.style4 .search-form .form-group input{border:1px solid #eff1f2;padding:0 50px;height:100%;width:100%;border-radius:15px;font-size:16px}html.style4 .search-form .form-group input:focus{outline:none}html.style4 .search-form .form-group .icon-close{position:absolute;padding:23px;right:0;cursor:pointer}html.style4 .search~.search-form{transform:scale(0);transition:all .3s ease}html.style4 .search~.search-form.open{transform:scale(1);transition:all .3s ease}html.style4 .contact-list-tab li .chat-box .date-status{top:10px}html.style4 .contact-list-tab .chat-main{margin-right:-40px;padding-right:40px;height:100vh}html.style4 .contact-list-tab .search-form,html.style4 .document-tab .search-form,html.style4 .fevorite-tab .search-form{top:-9px;left:-1px;position:absolute;height:75px;width:100%}html.style4 .contact-list-tab .search-form:before,html.style4 .document-tab .search-form:before,html.style4 .fevorite-tab .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}html.style4 .chitchat-right-sidebar{transform-style:preserve-3d;transform-origin:center right;transition:transform .5s;cursor:pointer}html.style4 .chitchat-right-sidebar .badge.sm{padding:4px 4px 2px}html.style4 .chitchat-right-sidebar .status .str-msg li+li{margin-top:15px}html.style4 .chitchat-right-sidebar .right-sidebar{overflow:auto;overflow-x:hidden;overflow-y:auto;height:100vh;max-height:100vh;position:absolute;background-color:#fff;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}html.style4 .chitchat-right-sidebar .right-sidebar .group-main{margin-bottom:-20px}html.style4 .chitchat-right-sidebar .right-sidebar .group-main li{padding-top:0}html.style4 .chitchat-right-sidebar .right-sidebar .group-main li+li{margin-top:0}html.style4 .chitchat-right-sidebar .right-sidebar .group-main .group-box .profile{width:30px;height:30px}html.style4 .chitchat-right-sidebar .right-sidebar .group-main .group-box .details{padding-left:45px;padding-top:0}html.style4 .chitchat-right-sidebar .contact-profile,html.style4 .chitchat-right-sidebar .document,html.style4 .chitchat-right-sidebar .media-gallery,html.style4 .chitchat-right-sidebar .status{opacity:.5;transition:all .7s}html.style4 .chitchat-right-sidebar .contact-profile{padding:40px}html.style4 .chitchat-right-sidebar .contact-profile .details{padding-top:40px;text-align:center}html.style4 .chitchat-right-sidebar .contact-profile .details .contact-top{height:150px;width:140px;border-radius:20px;box-shadow:-1px 10px 16px -10px #666;margin:0 auto}html.style4 .chitchat-right-sidebar .contact-profile .details .name{margin-top:20px}html.style4 .chitchat-right-sidebar .contact-profile .details .name h6{padding-top:8px;margin-bottom:20px}html.style4 .chitchat-right-sidebar .contact-profile .details ul li{display:inline-block}html.style4 .chitchat-right-sidebar .contact-profile .details ul li svg{fill:#fff}html.style4 .chitchat-right-sidebar .contact-profile .details ul li+li{margin-left:12px}html.style4 .chitchat-right-sidebar .document,html.style4 .chitchat-right-sidebar .media-gallery,html.style4 .chitchat-right-sidebar .status{border-top:1px solid #eff1f2;padding:30px 40px}html.style4 .chitchat-right-sidebar .status{position:relative}html.style4 .chitchat-right-sidebar .status .bg-size{margin:3px}html.style4 .chitchat-right-sidebar .status.other ul li{padding-left:30px}html.style4 .chitchat-right-sidebar .status.other h5 a{color:rgba(34,54,69,.8);font-weight:600;display:flex}html.style4 .chitchat-right-sidebar .status.other h5 a svg{height:14px;position:absolute;left:0}html.style4 .chitchat-right-sidebar .status ul li{position:relative;padding-left:50px}html.style4 .chitchat-right-sidebar .status ul li .switchery{position:absolute;left:0}html.style4 .chitchat-right-sidebar .status ul li+li{margin-top:20px}html.style4 .document-list li{position:relative}html.style4 .document-list li i{position:absolute;font-size:16px;top:-2px;font-weight:700}html.style4 .document-list li h5{margin-left:30px;color:#647589}html.style4 .document-list li+li{margin-top:15px}html.style4 .share-media{margin-left:-8px;margin-right:-8px}html.style4 .share-media .media-big{height:160px;width:auto;border-radius:15px}html.style4 .share-media .media-big .border-portfolio a{height:160px;width:auto}html.style4 .share-media .media-big .isotopeSelector img{height:100%;width:auto}html.style4 .share-media .col-4{padding-left:8px;padding-right:8px}html.style4 .share-media .media-small{height:72px;width:auto;border-radius:15px}html.style4 .share-media .media-small .border-portfolio a{height:72px;width:auto}html.style4 .share-media .media-small:first-child{margin-bottom:16px}html.style4 .menu-active .chitchat-right-sidebar{opacity:1;right:0;z-index:9;transition:all .7s}html.style4 .menu-active .chitchat-right-sidebar .contact-profile,html.style4 .menu-active .chitchat-right-sidebar .document,html.style4 .menu-active .chitchat-right-sidebar .media-gallery,html.style4 .menu-active .chitchat-right-sidebar .status{opacity:1;transition:all .7s}html.style4 .menu-trigger{cursor:pointer}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:90%}html.style4 .sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 890px);transition:all .7s}html.style4 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 590px);transition:all .7s}html.style4 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}html.style4 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 575px)}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 980px);transition:all .3s ease}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 680px);transition:all .3s ease}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}html.style4 .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:56vw}html.style4 .menu-active .chitchat-container .chitchat-main{width:calc(100% - 850px);transition:all .7s}html.style4 .menu-active .chitchat-main .messages .contact-details{width:50vw}html.style4 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar){width:calc(100% - 790px)}html.style4 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .contact-details{width:calc(100vw - 880px)}html.style4 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .message-input{width:calc(100% - 790px)}html.style4 .sidebar-toggle .main-nav{transition:all .3s ease;transform:translateX(-100px);animation:fadeInLeft .3s ease-in-out;min-width:0;width:0}html.style4 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 490px);transition:all .3s ease}html.style4 .sidebar-toggle .main-nav li{transform:translateX(-100px);transition:transform .5s ease}html.style4 .sidebar-toggle .main-nav.on{transition:all .3s ease;transform:translateX(0);min-width:100px;animation:fadeInLeft .3s ease-in-out}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 595px);transition:all .3s ease;z-index:999}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 500px)}html.style4 .sidebar-toggle .main-nav.on li{transform:translateX(0);transition:transform .5s ease}html.style4 .dynemic-sidebar .chat-main{display:flex;flex-direction:column}html.style4 .dynemic-sidebar .chat-main .pined{cursor:pointer;order:-1}html.style4 .profile-box{padding-top:calc(40px - 10px);padding-bottom:40px}html.style4 .profile-box .open .details{display:none}html.style4 .profile-box .open .details.edit{display:block;animation:pulse .3s ease-in-out}html.style4 .profile-box .open .edit-btn:before{content:"";font-family:FontAwesome}html.style4 .profile-box .open .edit-btn svg{display:none}html.style4 .profile-box .details{padding-left:20px;padding-top:13px;animation:pulse .3s ease-in-out}html.style4 .profile-box .details.edit{padding-top:0;padding-right:20px;display:none}html.style4 .profile-box h6{padding-top:6px}html.style4 .setting-block{padding:40px;border-top:1px solid #eff1f2;margin:0 -40px}html.style4 .setting-block h4{padding-top:8px}html.style4 .setting-block .block{position:absolute;height:calc(100% - 115px);padding:40px 40px 0;width:100%;top:115px;left:0;bottom:0;background-color:#fff;opacity:0;z-index:-1;border-top:1px solid #eff1f2}html.style4 .setting-block .block .media{align-items:center}html.style4 .setting-block .block .help{padding-top:20px}html.style4 .setting-block .block .help>li{padding-top:12px;padding-bottom:12px;border-top:1px dashed #eff1f2}html.style4 .setting-block .block .help>li a{color:rgba(34,54,69,.8);font-weight:600}html.style4 .setting-block .block.open{opacity:1;z-index:1;animation:fadeInLeft .3s ease-in-out}html.style4 .setting-block .custom-switch-primary{margin-right:-11px;margin-top:-2px}html.style4 .setting-block .next:hover,html.style4 .setting-block .previous:hover{background-color:#00d3cb!important}html.style4 .setting-block .next:hover svg,html.style4 .setting-block .previous:hover svg{stroke:#fff!important}html.style4 .call-log-main .missed{stroke:#ff4e2b!important}html.style4 .call-log-main .call-box{position:relative}html.style4 .call-log-main .call-box .profile{position:absolute}html.style4 .call-log-main .call-box .details{height:60px;padding:12px 100px 13px 75px}html.style4 .call-log-main .call-box h6{padding-top:8px;display:flex}html.style4 .call-log-main .call-box h6 svg{height:13px;stroke:#3fcc35;width:13px}html.style4 .call-log-main .call-box .call-status{display:inline-block;right:0;top:10px;position:absolute}html.style4 .call-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}html.style4 .call-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(28,157,234,.15);transition:all .3s ease}html.style4 .call-log-main li.active:before{border-left:4px solid #00d3cb;width:100%;transition:all .3s ease}html.style4 .portfolio-padding{padding-bottom:40px}html.style4 .portfolio-section .isotopeSelector{margin-bottom:30px}html.style4 .portfolio-section .article-title{position:absolute;width:100%;left:0;bottom:0;color:#fff;transition:all .5s ease;text-align:center;float:left;font-size:18px;line-height:24px}html.style4 .portfolio-section .article-title a{color:#fff}html.style4 .portfolio-section .isotopeSelector{float:left;width:100%;position:relative}html.style4 .portfolio-section .isotopeSelector .overlay{position:relative;overflow:hidden}html.style4 .portfolio-section .isotopeSelector img{width:100%;height:auto;transition:all .4s ease}html.style4 .portfolio-section .isotopeSelector .overlay-background{transform:scale(0);transition:all .4s ease;border-radius:15px}html.style4 .portfolio-section .isotopeSelector .overlay-background i{position:absolute;top:50%;left:50%;background:#00d3cb;padding:5px;border-radius:100%;transform:translate(-50%,-50%);color:#fff;font-size:12px;display:none;transition:all .4s ease;width:30px;height:30px;align-items:center;justify-content:center}html.style4 .portfolio-section .isotopeSelector:hover img{transform:scale(1.2) rotate(2deg);transition:all .4s ease}html.style4 .portfolio-section .isotopeSelector:hover .overlay-background{transform:scale(1);position:absolute;left:0;top:0;width:100%;height:100%;background-color:transparent;opacity:1;z-index:1;transition:all .3s linear}html.style4 .portfolio-section .isotopeSelector:hover .overlay-background i{display:flex;transition:all .3s ease}html.style4 .portfolio-section .border-portfolio{overflow:hidden;border-radius:15px}html.style4 .portfolio-section #form1{padding-bottom:20px}html.style4 .portfolio-section .filter-button{padding:15px 24px;font-size:calc(16px + 4*(100vw - 320px)/1600);border:none;background-color:#fff;margin:0 5px;line-height:1}html.style4 .portfolio-section .filter-button.active{background-color:#00d3cb;color:#fff}html.style4 .portfolio-section.fullwidth-portfolio .isotopeSelector{padding-left:7px;padding-right:7px;margin-bottom:14px}html.style4 .filter-section .filter-container{text-align:center;padding:0 0 20px}html.style4 .filter-section .filter-container ul.filter>li{padding:0 25px}html.style4 .filter-section .filter-container ul.filter>li>a{color:#00d3cb;font-size:20px;line-height:40px}html.style4 .filter-section .filter-container ul.filter>li>a:focus,html.style4 .filter-section .filter-container ul.filter>li>a:hover{text-decoration:none;color:#00d3cb;outline:none}html.style4 .filter-section .filter-container ul.filter>li.active{background-color:#00d3cb}html.style4 .filter-section .filter-container ul.filter>li.active a{color:#fff}html.style4 .filter-section .filter-container ul.filter>li span{color:#ddd;font-size:20px;display:inline-block;margin:0 5px}html.style4 .filter-section .filter-container .filter>li{padding:0;margin:0}html.style4 .filter-section .title1 .title-inner1{margin-top:-5px}html.style4 .filter-section h1{text-align:center}html.style4 .demo-colored-wrap{background:#ecf0f1}html.style4 .mfp-with-zoom .mfp-container,html.style4 .mfp-with-zoom.mfp-bg{opacity:0;transition:all .3s ease-out}html.style4 .mfp-with-zoom.mfp-ready .mfp-container{opacity:1}html.style4 .mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}html.style4 .mfp-with-zoom.mfp-removing .mfp-container,html.style4 .mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}html.style4 .mfp-title{display:none}html.style4 .offer-box{top:50%;position:fixed;transform:translateY(-50%);display:flex;left:-415px;transition:all .5s ease;z-index:9}html.style4 .offer-box img{margin-right:18px}html.style4 .offer-box.toggle-cls{left:0;transition:all .5s ease}html.style4 .offer-box .heading-right h3{position:absolute;top:50%;right:0;width:230px;height:36px;line-height:36px;letter-spacing:5px;font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;transform:translate(50%,-50%) rotate(-90deg);text-align:center;background-color:#00d3cb;margin-bottom:0;cursor:pointer}html.style4 .integratin{margin-top:20px}html.style4 .integratin li{position:relative;padding-top:13px;padding-bottom:13px;border-bottom:1px solid #eff1f2}html.style4 .integratin li .media-right svg{height:20px;cursor:pointer;color:#828282}html.style4 .integratin li .media-left{width:100%}html.style4 .integratin li .media-left a{font-size:16px}html.style4 .integratin li .media-left a h5{display:inline-block;font-size:16px}html.style4 .integratin li .fb,html.style4 .integratin li .fb h5{color:#3b5998!important}html.style4 .integratin li .insta,html.style4 .integratin li .insta h5{color:#e4405f!important}html.style4 .integratin li .twi,html.style4 .integratin li .twi h5{color:#55acee!important}html.style4 .integratin li .slc,html.style4 .integratin li .slc h5{color:#3aaf85!important}html.style4 .integratin li .ggl,html.style4 .integratin li .ggl h5{color:#dc4e41!important}html.style4 .integratin li p{padding-left:20px;padding-top:7px}html.style4 .integratin li .profile{height:20px;width:20px;margin-top:3px}html.style4 .switch-list{margin-top:10px}html.style4 .switch-list li{padding-top:10px;padding-bottom:10px;position:relative;border:0!important}html.style4 .switch-list li p{margin-bottom:0}html.style4 .switch-list .switchery{position:absolute;left:0;top:8px}html.style4 .switch-list h5{color:#647589;font-weight:600}html.style4 .wallpaper{margin-top:15px}html.style4 .wallpaper li{cursor:pointer;height:30px;width:30px;background-color:#ebfafa;display:inline-block!important;background-size:auto!important}html.style4 .wallpaper li+li{margin-left:4px}html.style4 .change-number h5{padding-bottom:10px;font-weight:600;color:#223645}html.style4 .change-number .input-group~h5{padding-top:10px}html.style4 .change-number span{border-right:none;padding-right:0;font-weight:500}html.style4 .change-number .country-code{max-width:35px;border-left:none;padding:0 0 0 3px}html.style4 .change-number .form-control{padding-top:7px;padding-bottom:7px;border-color:#daf6f5;background-color:#fff}html.style4 .change-number .form-control::-webkit-inner-spin-button{-webkit-appearance:none}html.style4 .change-number .form-control[type=number]{-moz-appearance:textfield}html.style4 .change-number .btn-group-sm>.btn,html.style4 .change-number .btn-sm{padding:8px 20px;font-size:14px;margin-top:20px}html.style4 .privacy li{position:relative}html.style4 .privacy h5{padding-top:10px;padding-right:35px;color:#223645;line-height:1.6}html.style4 .privacy p{margin-bottom:10px}html.style4 .privacy .custom-switch{position:absolute;right:0;top:8px}html.style4 .app-list-ul{text-align:center}html.style4 .app-list-ul .title{border-bottom:1px solid #eff1f2;padding-bottom:15px;cursor:pointer}html.style4 .app-list-ul .title svg{stroke:#00d3cb}html.style4 .app-list-ul .title h5{margin-top:0!important}html.style4 .app-list-ul li{margin-bottom:20px}html.style4 .lightbox-target{position:fixed;top:-100%;width:100%;background:rgba(0,0,0,.7);opacity:0;transition:opacity .5s ease-in-out;overflow:hidden;left:0;z-index:9999}html.style4 .lightbox-target img{margin:auto;top:0;left:0;right:0;bottom:0;max-height:0%;max-width:0;border:3px solid #fff;box-shadow:0 0 8px rgba(0,0,0,.3)}html.style4 .lightbox-target img,html.style4 a.lightbox-close{position:absolute;box-sizing:border-box;transition:.5s ease-in-out}html.style4 a.lightbox-close{display:block;width:50px;height:50px;background:#fff;color:#000;text-decoration:none;top:-80px}html.style4 a.lightbox-close:before{transform:translateX(-50%) rotate(45deg)}html.style4 a.lightbox-close:after,html.style4 a.lightbox-close:before{content:"";display:block;height:30px;width:1px;background:#000;position:absolute;left:50%;top:10px}html.style4 a.lightbox-close:after{transform:translateX(-50%) rotate(-45deg)}html.style4 .lightbox-target:target{opacity:1;top:0;bottom:0}html.style4 .lightbox-target:target img{max-height:100%;max-width:100%}html.style4 .lightbox-target:target a.lightbox-close{top:0;left:50%;margin-right:-50%;transform:translate(-50%,70px)}html.style4 .lightbox-target img{border:none;border-radius:25px;overflow:hidden}html.style4 .chat-content .message-input .emojis-main .typing-section{background-color:#fff;border:1px solid #fff;border-radius:21px;padding:0 15px;margin:5px 10px;box-sizing:border-box;flex:1 1 auto}html.style4 .chat-content .message-input .emojis-main .typing-section .typ-msg-content{position:relative;flex:1 1;display:flex;overflow:hidden;padding-right:0}html.style4 .chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg{left:10px;top:5px;color:#999;font-size:15px;line-height:20px;pointer-events:none;position:absolute;transition:opacity .08s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}html.style4 .chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg-main{font-size:15px;line-height:30px;height:35px;width:100%;-webkit-user-select:text;-moz-user-select:text;user-select:text}html.style4 .mobile-back,html.style4 .mobile-sidebar{display:none}html.style4 ul.chat-cont-setting{background-color:#fff;box-shadow:0 0 10px #daf6f5;padding:15px;width:-moz-fit-content;width:fit-content;text-align:right;position:fixed;left:20%;bottom:10%;z-index:1;display:none;transition:all .5s ease}html.style4 ul.chat-cont-setting.open{display:block}html.style4 ul.chat-cont-setting li{margin-bottom:20px}html.style4 ul.chat-cont-setting li:last-child{margin-bottom:0}html.style4 ul.chat-cont-setting li a{display:flex;justify-content:flex-end;align-items:center}html.style4 ul.chat-cont-setting li a span{padding:5px;line-height:1;text-transform:capitalize;margin-right:15px;font-size:12px}html.style4 ul.chat-cont-setting li a .icon-chat-cont{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:10px}html.style4 ul.chat-cont-setting li a .icon-chat-cont svg{width:20px;height:20px;fill:#fff}html.style4 .msg-chat-modal .chat-msg-search{margin-bottom:20px}html.style4 .msg-chat-modal .chat-msg-search .input-group{align-items:center;background-color:#eff1f2;border:1px solid #eff1f2}html.style4 .msg-chat-modal .chat-msg-search .input-group .form-control{border:none}html.style4 .msg-chat-modal .chat-msg-search .input-group .input-group-append{padding:0 15px}html.style4 .msg-chat-modal .chat-msg-search .input-group .input-group-text{border:none;background-color:transparent;padding:0}html.style4 .msg-chat-modal .chat-msg-search .input-group span.input-group-text{font-size:11px;font-weight:700;color:#223645}html.style4 .msg-chat-modal .call-log-main,html.style4 .msg-chat-modal .chat-main{height:350px;overflow:auto}html.style4 .msg-chat-modal .call-log-main li,html.style4 .msg-chat-modal .chat-main li{margin-left:0;margin-right:0}html.style4 .msg-chat-modal .call-log-main li .chat-box .details,html.style4 .msg-chat-modal .chat-main li .chat-box .details{padding-left:70px}html.style4 .snippet-modal-main .default-form .form-group{margin-bottom:25px}html.style4 .snippet-modal-main .default-form .form-group input,html.style4 .snippet-modal-main .default-form .form-group select{font-size:14px;text-transform:capitalize}html.style4 .snippet-modal-main .default-form .form-group input::placeholder,html.style4 .snippet-modal-main .default-form .form-group select::placeholder{text-transform:capitalize;font-size:14px}html.style4 .snippet-modal-main .default-form .form-group .btn-snipate{margin-top:40px}html.style4 .containerchat{width:100%;height:calc(100% - 131px);background-color:#fafafa;padding:0 25%;margin-top:auto}@media(max-width:1024px)and (max-height:1366px){html.style4 .containerchat{padding:0;width:100%;margin-top:0}}html.style4 .container-message{width:100%;height:100px;padding:20px 0;background-color:#f8f9f9;box-sizing:border-box}@media(max-width:767px){html.style4 .container-message{padding:0 20px;margin-top:0;height:100px}}@media(max-width:1024px)and (max-height:1366px){html.style4 .container-message{padding:24px 20px;margin-top:0;height:100px}html.style4 .iconSend{width:95%!important;height:95%!important}}html.style4 .chitchat-main .messages{padding:10px 24px;height:100%;overflow:auto;overflow-x:hidden;overflow-y:auto;background-blend-mode:overlay;top:150px;background-color:#f7f2ef;display:none;animation:fadeInLeft .3s ease-in-out}html.style4 .chitchat-main .messages.active{display:block;animation:fadeInLeft .3s ease-in-out}html.style4 .chitchat-main .messages .contact-details{padding:20px 30px;background-color:#fff;box-shadow:0 -55px 0 0 #fff;position:fixed;width:calc(100vw - 500px);z-index:999;transition:all .9s}html.style4 .chitchat-main .messages .contact-details .col{position:unset}html.style4 .chitchat-main .messages .contact-details .search-form{z-index:9;top:-10px;left:0;position:absolute;height:80px;width:100%;transform:scale(0);transition:all .3s ease}html.style4 .chitchat-main .messages .contact-details .search-form.open{transform:scale(1);transition:all .3s ease;top:0;height:100px}html.style4 .chitchat-main .messages .contact-details .search-form input{border:none}html.style4 .chitchat-main .messages .contact-details ul li{display:inline-block;padding-left:17px}html.style4 .chitchat-main .messages .contact-details .left.media{align-items:center}html.style4 .chitchat-main .messages .contact-details .left.media .media-left{height:60px}html.style4 .chitchat-main .messages .contact-details .left.media .media-body{max-width:150px;margin-right:10px;position:relative}html.style4 .chitchat-main .messages .contact-details .left.media .media-body .badge{margin-top:7px}html.style4 .chitchat-main .messages .contact-details .left.media .media-right .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;border-radius:100%;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style4 .chitchat-main .messages .contact-details .left.media .media-right .mute i.off:after{opacity:1;transition:opacity .3s ease}html.style4 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:20px}html.style4 .chitchat-main .messages .contact-details .media-body h5{margin-bottom:7px}html.style4 .chitchat-main .messages .calls{height:100%;display:flex;align-items:center;justify-content:flex-end}html.style4 .chitchat-main .messages .calls>li .bg-transparent svg{stroke-width:3px}html.style4 .chitchat-main .messages .calls>li>a>svg{fill:#223645;stroke-width:1px}html.style4 .chitchat-main .message-input{height:50px;border:1px solid #cdcdcd;border-radius:20px;position:fixed;width:calc(100% - 100px);transition:all .5s;padding:8px 20px;margin:0 auto;z-index:9;bottom:0}html.style4 .chitchat-main .message-input input{width:calc(100% - 300px);border:0;font-size:16px;color:#000;font-family:Lato;background-color:transparent!important;outline:none}html.style4 .chitchat-main .message-input input::placeholder{color:hsla(0,0%,65%,.651);font-size:14px;font-family:Actor,sans-serif;font-weight:400}html.style4 .chitchat-main .message-input input:active{border:1px solid transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style4 .chitchat-main .message-input input:focus{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style4 .chitchat-main .message-input input::selection{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style4 .chitchat-main .badge.sm{padding:4px 4px 2px}html.style4 .chitchat-main .badge.refresh.sm{padding:4px}html.style4 .chitchat-main .refresh-block .badge svg{margin-right:0}html.style4 .chitchat-main .chat-content{position:relative}html.style4 .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#fff;margin-bottom:20px}html.style4 .chitchat-main .contact-content .contact-sub-content .user-profile .user-content img{width:100px;height:100px;border-radius:50%}html.style4 .chitchat-main .contact-content .contact-sub-content h3{text-transform:capitalize;color:#00d3cb;margin-bottom:20px}html.style4 .chitchat-main .contact-content .contact-sub-content .personal-info-group{margin-bottom:20px;padding:30px;background-color:#fff;border-radius:15px;position:relative;overflow:hidden}html.style4 .chitchat-main .contact-content .contact-sub-content .personal-info-group:last-child{margin-bottom:0}html.style4 .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{color:#223645;text-transform:capitalize;border-bottom:2px solid #eff1f2;padding-bottom:15px;margin-bottom:15px}html.style4 .chitchat-main .contact-content .contact-sub-content .personal-info-group h3 i{margin-right:10px}html.style4 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{padding-bottom:10px;border-bottom:1px dashed #eff1f2;margin-bottom:10px}html.style4 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li:last-child{margin-bottom:0;border-bottom:0!important;padding-bottom:0}html.style4 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li p{margin-bottom:0}html.style4 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{text-transform:capitalize;display:inline-block;margin-bottom:5px;color:rgba(34,54,69,.8)}html.style4 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:right;font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;margin-bottom:0;margin-top:4px;text-transform:lowercase;font-weight:400;font-family:Roboto,sans-serif}html.style4 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media{align-items:center}html.style4 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{width:50px;height:50px;border-radius:50%;margin-right:10px}html.style4 .chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:first-child{padding-top:0}html.style4 .chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:last-child{padding-bottom:0;border-bottom:0}html.style4 .chitchat-main .call-content,html.style4 .chitchat-main .chat-content,html.style4 .chitchat-main .contact-content{opacity:0;visibility:hidden}html.style4 .chitchat-main .call-content.active,html.style4 .chitchat-main .chat-content.active,html.style4 .chitchat-main .contact-content.active{opacity:1;visibility:visible;z-index:3;animation:fadeInLeft .3s ease-in-out}html.style4 .chitchat-main .call-content,html.style4 .chitchat-main .contact-content{position:absolute;padding:45px;min-height:100vh;overflow:auto;overflow-x:hidden;top:0;background-color:#fff;z-index:2;transition:all .3s ease}html.style4 .chitchat-main .call-content.active,html.style4 .chitchat-main .contact-content.active{width:calc(100% - 0px)}html.style4 .chitchat-main .call-content .user-profile,html.style4 .chitchat-main .contact-content .user-profile{box-shadow:0 0 5px #eff1f2;padding:30px;background-color:#fff;border-radius:15px;max-width:700px;margin:0 auto}html.style4 .chitchat-main .call-content .user-profile .user-content,html.style4 .chitchat-main .contact-content .user-profile .user-content{text-align:center}html.style4 .chitchat-main .call-content .user-profile .user-content img,html.style4 .chitchat-main .contact-content .user-profile .user-content img{border-radius:50%;width:100px}html.style4 .chitchat-main .call-content .user-profile .user-content h3,html.style4 .chitchat-main .contact-content .user-profile .user-content h3{margin-top:15px}html.style4 .chitchat-main .call-content .user-profile .user-content ul,html.style4 .chitchat-main .contact-content .user-profile .user-content ul{display:flex;align-items:center;justify-content:center;margin-top:15px}html.style4 .chitchat-main .call-content .user-profile .user-content ul li,html.style4 .chitchat-main .contact-content .user-profile .user-content ul li{font-size:14px;margin-right:15px 15px 0;text-transform:capitalize;line-height:1;transition:all .05s ease;padding:15px;font-weight:700}html.style4 .chitchat-main .call-content .user-profile .user-content ul li:first-child,html.style4 .chitchat-main .contact-content .user-profile .user-content ul li:first-child{color:#ff4e2b}html.style4 .chitchat-main .call-content .user-profile .user-content ul li:first-child i,html.style4 .chitchat-main .contact-content .user-profile .user-content ul li:first-child i{background-color:rgba(255,78,43,.15);color:#ff4e2b}html.style4 .chitchat-main .call-content .user-profile .user-content ul li:nth-child(2),html.style4 .chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2){color:#00d3cb}html.style4 .chitchat-main .call-content .user-profile .user-content ul li:nth-child(2) i,html.style4 .chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2) i{background-color:rgba(0,211,203,.15);color:#00d3cb}html.style4 .chitchat-main .call-content .user-profile .user-content ul li:last-child,html.style4 .chitchat-main .contact-content .user-profile .user-content ul li:last-child{margin-right:0;color:#3fcc35}html.style4 .chitchat-main .call-content .user-profile .user-content ul li:last-child i,html.style4 .chitchat-main .contact-content .user-profile .user-content ul li:last-child i{background-color:rgba(63,204,53,.15);color:#3fcc35}html.style4 .chitchat-main .call-content .user-profile .user-content ul li i,html.style4 .chitchat-main .contact-content .user-profile .user-content ul li i{width:36px;height:36px;margin-right:auto;margin-left:auto;margin-bottom:10px;font-size:16px;display:block;border-radius:50%;padding:10px;background-color:#eff1f2;transition:all .05s ease}html.style4 .chitchat-main .call-content .call-log-main,html.style4 .chitchat-main .contact-content .call-log-main{height:415px;overflow:overlay;margin:0 auto 15px;padding-right:10px}html.style4 .chitchat-main .call-content .call-log-main .coll-log-group,html.style4 .chitchat-main .contact-content .call-log-main .coll-log-group{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:20px 30px;margin-bottom:15px;border-radius:15px}html.style4 .chitchat-main .call-content .call-log-main .coll-log-group:last-child,html.style4 .chitchat-main .contact-content .call-log-main .coll-log-group:last-child{margin-bottom:0}html.style4 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media,html.style4 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media{align-items:center}html.style4 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg,html.style4 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media svg{width:18px;margin-right:10px}html.style4 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,html.style4 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body p,html.style4 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,html.style4 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body p{text-transform:capitalize}html.style4 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6,html.style4 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-right h6{color:#223645}html.style4 .chitchat-main .call-content .call-log-clear,html.style4 .chitchat-main .contact-content .call-log-clear{background-color:#fff;padding:20px;position:absolute;left:10px;right:0;text-transform:capitalize;text-align:center;border-radius:15px;cursor:pointer;width:calc(100% - 30px)}html.style4 .chitchat-main .call-content .call-log-clear i,html.style4 .chitchat-main .contact-content .call-log-clear i{font-size:24px}html.style4 .chitchat-main .call-content .call-log-clear span,html.style4 .chitchat-main .contact-content .call-log-clear span{display:block;font-size:16px}@media(max-width:1024px)and (max-height:1366px){html.style4 .chitchat-main .message-input{width:100%}}@media(max-width:767px){html.style4 .chitchat-main .chitchat-main .message-input{height:48px}}html.style4 .menu-active .chitchat-main .message-input{width:calc(100% - 850px);transition:all .9s}html.style4 .menu-active .chitchat-main .messages .contact-details{width:50.9vw!important;transition:all .9s ease}html.style4 .dark{background-color:#191b1f}html.style4 .dark,html.style4 .dark .clfooter #basicUsage3{color:hsla(0,0%,100%,.8)}html.style4 .dark h5{color:#fff}html.style4 .dark .chitchat-right-sidebar .right-sidebar{background-color:#191b1f}html.style4 .dark .chitchat-right-sidebar h2,html.style4 .dark .chitchat-right-sidebar h3{color:#fff}html.style4 .dark .chitchat-right-sidebar .status.other h5 a,html.style4 .dark .chitchat-right-sidebar h4,html.style4 .dark .chitchat-right-sidebar h6{color:hsla(0,0%,100%,.8)}html.style4 .dark .chitchat-right-sidebar .document,html.style4 .dark .chitchat-right-sidebar .media-gallery,html.style4 .dark .chitchat-right-sidebar .status{border-top:1px solid #414248}html.style4 .dark .status-switch .custom-control-label{color:hsla(0,0%,100%,.8)}html.style4 .dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}html.style4 .dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link.active{color:#00d3cb!important;background-color:rgba(28,157,234,.15)!important}html.style4 .dark .chitchat-container .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}html.style4 .dark .chitchat-container .chitchat-left-sidebar h1,html.style4 .dark .chitchat-container .chitchat-left-sidebar h2,html.style4 .dark .chitchat-container .chitchat-left-sidebar h3,html.style4 .dark .chitchat-container .chitchat-left-sidebar h4,html.style4 .dark .chitchat-container .chitchat-left-sidebar h5,html.style4 .dark .chitchat-container .chitchat-left-sidebar h6,html.style4 .dark .chitchat-container .chitchat-left-sidebar p,html.style4 .dark .chitchat-container .chitchat-left-sidebar select,html.style4 .dark .chitchat-container .chitchat-left-sidebar span{color:#fff}html.style4 .dark .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style4 .dark .chitchat-container .chitchat-left-sidebar .document-tab,html.style4 .dark .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style4 .dark .chitchat-container .chitchat-left-sidebar .notification-tab,html.style4 .dark .chitchat-container .chitchat-left-sidebar .settings-tab,html.style4 .dark .chitchat-container .chitchat-left-sidebar .status-tab{color:#fff;background-color:#191b1f}html.style4 .dark .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}html.style4 .dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c}html.style4 .dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{border-bottom:1px solid #414248}html.style4 .dark .chitchat-container .chitchat-left-sidebar .recent-default,html.style4 .dark .chitchat-container .chitchat-left-sidebar .recent-default .recent{color:#fff;background-color:#191b1f}html.style4 .dark .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{color:#fff!important;background-color:#25262c!important}html.style4 .dark .chitchat-container .main-nav{border-right:1px solid #414248}html.style4 .dark .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}html.style4 .dark .chitchat-container .chitchat-main{background-color:#191b1f}html.style4 .dark .chitchat-container .chitchat-main h5,html.style4 .dark .chitchat-container .chitchat-main h6{color:#fff}html.style4 .dark .chitchat-container .chitchat-main .messages{color:#fff;background-color:#25262c}html.style4 .dark .chitchat-container .chitchat-main .messages .contact-details{color:#fff;background-color:#191b1f;box-shadow:0 -55px 0 0 #25262c}html.style4 .dark .chitchat-container .chitchat-main .messages .contact-details .left.media .media-body:before{background-color:#fff}html.style4 .dark .chitchat-container .chitchat-main .message-input,html.style4 .dark .chitchat-container .chitchat-main .message-input input{background-color:#191b1f}html.style4 .dark .chitchat-container .chitchat-main .call-content{color:#fff;background-color:#25262c}html.style4 .dark .chitchat-container .chitchat-main .call-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}html.style4 .dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h3,html.style4 .dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h4{color:#fff}html.style4 .dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group{color:#fff;background-color:#191b1f}html.style4 .dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6{color:#fff}html.style4 .dark .chitchat-container .chitchat-main .call-content .call-log-clear{color:#fff;background-color:#191b1f}html.style4 .dark .chitchat-container .chitchat-main .contact-content{color:#fff;background-color:#25262c}html.style4 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group{color:#fff;background-color:#191b1f}html.style4 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{border-bottom:2px solid #414248;color:#fff}html.style4 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{border-bottom:1px dashed #414248}html.style4 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{color:#fff}html.style4 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}html.style4 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h3,html.style4 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h4{color:#fff}html.style4 .dark .document-list li h5{color:hsla(0,0%,100%,.8)}html.style4 .dark .form-control{background-color:#191b1f}html.style4 .dark .custom-control-label,html.style4 .dark .form-control-plaintext,html.style4 .dark span{color:hsla(0,0%,100%,.8)}html.style4 .dark .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}html.style4 .dark .msg-chat-modal .chat-msg-search .input-group{border-color:#223645;background-color:#25262c}html.style4 .dark .msg-chat-modal .chat-msg-search .input-group input,html.style4 .dark .msg-chat-modal .chat-msg-search .input-group span.input-group-text{color:hsla(0,0%,100%,.8)}html.style4 .dark ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}html.style4 .dark .chat-main li.active{color:#fff;background-color:#25262c}html.style4 .dark .setting-block{border-top:1px solid #414248}html.style4 .dark .setting-block .block{background-color:#191b1f;border-top:1px solid #414248}html.style4 .dark .setting-block .block .help>li{border-top:1px dashed #414248}html.style4 .dark .setting-block .block .help>li a{color:#fff}html.style4 .dark .integratin li{border-bottom:1px solid #414248}html.style4 .dark .search2{border-top:1px solid #414248}html.style4 .dark .group-main li.active,html.style4 .dark .search2>div{color:#fff;background-color:#25262c}html.style4 .dark .group-main ul.grop-icon li{border:2px solid #25262c;color:#fff}html.style4 .dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{color:#fff;background-color:#191b1f}html.style4 .dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{border-top:12px solid #191b1f}html.style4 .dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #414248!important}html.style4 .dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#fff}html.style4 .dark .btn-light{color:#fff!important;background-color:#25262c}html.style4 .dark .contact-chat>ul>li.replies .msg-box li .document,html.style4 .dark .contact-chat>ul>li.replies .msg-box li>h5{color:#fff;background-color:#191b1f}html.style4 .dark .contact-chat>ul>li.replies .msg-box li .document .icon-btns a{color:#fff!important;background-color:#25262c!important}html.style4 .dark .contact-chat>ul>li.replies .msg-box li .auto-gallery{color:#fff;background-color:#191b1f}html.style4 .dark .contact-chat>ul>li.sent .document .icon-btns a{color:#fff!important;background-color:#25262c!important}html.style4 .dark .contact-chat>ul.str-msg li .msg-box>li>h5{background-color:#25262c;color:#fff}html.style4 .dark .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#191b1f!important;color:#fff!important}html.style4 .dark .emojis-main .emojis-contain,html.style4 .dark .emojis-main .sticker-contain{background-color:#191b1f}html.style4 .dark .emojis-main .emojis-contain .emojis-sub-contain:before{border-top:12px solid #191b1f}html.style4 .dark .emojis-main .contact-poll .contact-poll-content{background-color:#191b1f}html.style4 .dark .emojis-main .contact-poll .contact-poll-content ul li a{color:#fff}html.style4 .dark .emojis-main .contact-poll .contact-poll-content:before{border-top:12px solid #191b1f}html.style4 .dark .add-contact-modal h3,html.style4 .dark .add-contact-modal h5,html.style4 .dark .fev-addcall-main h3,html.style4 .dark .fev-addcall-main h5,html.style4 .dark .pol-modal-main h3,html.style4 .dark .pol-modal-main h5,html.style4 .dark .snippet-modal-main h3,html.style4 .dark .snippet-modal-main h5{color:#fff}html.style4 .dark .add-contact-modal .modal-content,html.style4 .dark .fev-addcall-main .modal-content,html.style4 .dark .pol-modal-main .modal-content,html.style4 .dark .snippet-modal-main .modal-content{background-color:#191b1f}html.style4 .dark .add-contact-modal .modal-content .modal-header,html.style4 .dark .fev-addcall-main .modal-content .modal-header,html.style4 .dark .pol-modal-main .modal-content .modal-header,html.style4 .dark .snippet-modal-main .modal-content .modal-header{background-color:#25262c;border-bottom:1px solid #414248}html.style4 .dark .add-contact-modal .modal-content .modal-body .form-group textarea,html.style4 .dark .fev-addcall-main .modal-content .modal-body .form-group textarea,html.style4 .dark .pol-modal-main .modal-content .modal-body .form-group textarea,html.style4 .dark .snippet-modal-main .modal-content .modal-body .form-group textarea{background-color:#25262c;color:#fff}html.style4 .dark .add-contact-modal .modal-content .modal-body .form-group textarea::placeholder,html.style4 .dark .fev-addcall-main .modal-content .modal-body .form-group textarea::placeholder,html.style4 .dark .pol-modal-main .modal-content .modal-body .form-group textarea::placeholder,html.style4 .dark .snippet-modal-main .modal-content .modal-body .form-group textarea::placeholder{color:#fff}html.style4 .dark .add-contact-modal .modal-content .modal-body .form-group select,html.style4 .dark .fev-addcall-main .modal-content .modal-body .form-group select,html.style4 .dark .pol-modal-main .modal-content .modal-body .form-group select,html.style4 .dark .snippet-modal-main .modal-content .modal-body .form-group select{background-color:#25262c;color:#fff}html.style4 .dark .add-contact-modal .modal-content .modal-body .form-group input,html.style4 .dark .fev-addcall-main .modal-content .modal-body .form-group input,html.style4 .dark .pol-modal-main .modal-content .modal-body .form-group input,html.style4 .dark .snippet-modal-main .modal-content .modal-body .form-group input{background-color:#25262c}html.style4 .dark .add-contact-modal .modal-content .modal-body .form-group input::placeholder,html.style4 .dark .fev-addcall-main .modal-content .modal-body .form-group input::placeholder,html.style4 .dark .pol-modal-main .modal-content .modal-body .form-group input::placeholder,html.style4 .dark .snippet-modal-main .modal-content .modal-body .form-group input::placeholder{color:#fff}html.style4 .dark .add-contact-modal .modal-content .modal-body .form-group .post-poll,html.style4 .dark .fev-addcall-main .modal-content .modal-body .form-group .post-poll,html.style4 .dark .pol-modal-main .modal-content .modal-body .form-group .post-poll,html.style4 .dark .snippet-modal-main .modal-content .modal-body .form-group .post-poll{background-color:#25262c}html.style4 .dark .add-contact-modal .modal-dialog:before,html.style4 .dark .fev-addcall-main .modal-dialog:before,html.style4 .dark .pol-modal-main .modal-dialog:before,html.style4 .dark .snippet-modal-main .modal-dialog:before{border-bottom:10px solid #191b1f}html.style4 .dark .chat-friend-toggle .chat-frind-content{background-color:#191b1f}html.style4 .dark .chat-friend-toggle .chat-frind-content ul li:last-child{border-top:1px solid #414248}html.style4 .dark .search-form .form-group input{border:1px solid #414248;background-color:#191b1f}html.style4 .dark .search-form:before{color:#fff}html.style4 .dark .theme-according .card .card-body,html.style4 .dark .theme-according .card .card-header{background-color:#25262c}html.style4 .dark .card{background-color:#191b1f}html.style4 .dark .change-number .form-control{border-color:#414248;background-color:#191b1f}html.style4 .dark .rightchat.animat-rate .bg_circle>div{border:3px solid #42434a}html.style4 .dark .rightchat.animat-rate .cross,html.style4 .dark .rightchat.animat-rate .cross1,html.style4 .dark .rightchat.animat-rate .cross1:after,html.style4 .dark .rightchat.animat-rate .cross2,html.style4 .dark .rightchat.animat-rate .cross2:after,html.style4 .dark .rightchat.animat-rate .cross:after{background:#42434a}html.style4 .dark .rightchat.animat-rate .dot1{background-color:#42434a}html.style4 .dark .login-page2 .login-content-main .login-content{background-color:#191b1f;color:#fff}html.style4 .dark .login-page2 .login-content-main .login-content .form1 .form-group .col-form-label,html.style4 .dark .login-page2 .login-content-main .login-content h3,html.style4 .dark .login-page2 .login-content-main .login-content h4{color:#fff}html.style4 .dark .login-page2 .login-content-main .login-content .form1 .form-group .form-control{background-color:#25262c}html.style4 .dark .login-page2 .login-content-main .login-content .form2 .form-group .col-form-label{color:#fff}html.style4 .dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style4 .dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control::placeholder{color:#fff}html.style4 .dark .login-page2 .login-content-main .login-content .login-content-header img{z-index:140}html.style4 .dark .login-page1 .left-page{background-color:#191b1f}html.style4 .dark .login-page1 .left-page h3,html.style4 .dark .login-page1 .left-page h4{color:#fff}html.style4 .dark .login-content{background-color:#191b1f;color:#fff}html.style4 .dark .login-content .form1 .form-group .col-form-label,html.style4 .dark .login-content h3,html.style4 .dark .login-content h4{color:#fff}html.style4 .dark .login-content .form1 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style4 .dark .login-content .form1 .form-group .form-control::placeholder{color:#fff}html.style4 .dark .login-content .form1 .form-group .form-check h6,html.style4 .dark .login-content .form2 .form-group .col-form-label{color:#fff}html.style4 .dark .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style4 .dark .login-content .form2 .form-group .form-control::placeholder{color:#fff}html.style4 .dark .login-content .form2 .form-group .form-check h6{color:#fff}html.style4 .dark .login-content .login-content-header img{z-index:140}html.style4 .dark .login-content .line h6{color:#fff}html.style4 .dark .right-login{background-color:#25262c}html.style4 .dark .right-login.animat-rate .bg_circle>div{border:3px solid #42434a}html.style4 .dark .right-login.animat-rate .cross,html.style4 .dark .right-login.animat-rate .cross1,html.style4 .dark .right-login.animat-rate .cross1:after,html.style4 .dark .right-login.animat-rate .cross2,html.style4 .dark .right-login.animat-rate .cross2:after,html.style4 .dark .right-login.animat-rate .cross:after{background:#42434a}html.style4 .dark .right-login.animat-rate .dot,html.style4 .dark .right-login.animat-rate .dot1{background-color:#42434a}html.style4 .dark .right-login .maincircle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.702),rgba(25,29,31,.702))}html.style4 .dark .right-login .bottom-circle,html.style4 .dark .right-login .bottom-circle1,html.style4 .dark .right-login .center-circle,html.style4 .dark .right-login .right-circle,html.style4 .dark .right-login .right-circle1,html.style4 .dark .right-login .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}html.style4 .dark .login-page2{background-color:#25262c}html.style4 .dark .login-page2.animat-rate .bg_circle>div{border:3px solid #42434a}html.style4 .dark .login-page2.animat-rate .cross,html.style4 .dark .login-page2.animat-rate .cross1,html.style4 .dark .login-page2.animat-rate .cross1:after,html.style4 .dark .login-page2.animat-rate .cross2,html.style4 .dark .login-page2.animat-rate .cross2:after,html.style4 .dark .login-page2.animat-rate .cross:after{background:#42434a}html.style4 .dark .login-page2.animat-rate .bottom-circle,html.style4 .dark .login-page2.animat-rate .bottom-circle1,html.style4 .dark .login-page2.animat-rate .center-circle,html.style4 .dark .login-page2.animat-rate .maincircle,html.style4 .dark .login-page2.animat-rate .right-circle,html.style4 .dark .login-page2.animat-rate .right-circle1,html.style4 .dark .login-page2.animat-rate .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}html.style4 .dark .login-page2.animat-rate .quarterCircle{background-image:linear-gradient(#191d1f)}html.style4 .dark .login-page2.animat-rate .dot,html.style4 .dark .login-page2.animat-rate .dot1{background-color:#42434a}html.style4 .dark .about-page,html.style4 .dark .counter-box-second{background-color:#25262c}html.style4 .dark .counter-box-second .counter-box h6,html.style4 .dark .counter-box-second .counter-box span,html.style4 .dark .error-main .error-contain h1,html.style4 .dark .error-main .error-contain h2,html.style4 .dark .error-main .error-contain h4{color:#fff}html.style4 .dark .error-main .error-contain .animated-bg i{background-color:#8d8e98}html.style4 .dark .about-page h1,html.style4 .dark .about-page h2,html.style4 .dark .about-page h3,html.style4 .dark .about-page h4,html.style4 .dark .about-page p{color:#fff}html.style4 .dark .about-page .about-tab{border:1px solid #414248}html.style4 .dark .about-page .about-tab nav{border-right:1px solid #414248}html.style4 .dark .about-page .about-tab .nav-pills .nav-link,html.style4 .dark .tab-content>.tab-pane{color:#fff}html.style4 .dark .secure-app-main{background-color:#25262c}html.style4 .dark .secure-app-main .secure-app-content .ply-main h3,html.style4 .dark .secure-app-main .secure-app-content .ply-main h3 span,html.style4 .dark .secure-app-main .secure-app-content h1,html.style4 .dark .secure-app-main .secure-app-content h4,html.style4 .dark .team h2,html.style4 .dark .team h3,html.style4 .dark .team h4,html.style4 .dark .team p{color:#fff}html.style4 .dark .team h2{border-bottom:1px solid #414248}html.style4 .dark .team .team-content{border:1px solid #414248}html.style4 .dark .rtl .about-page .about-tab .nav{border-left:1px solid #414248}html.style4 .dark .testimonial-box{background-color:#25262c}html.style4 .dark .testimonial-box .test-contain h3,html.style4 .dark .testimonial-box .test-contain h4,html.style4 .dark .testimonial-box .test-contain h6{color:#fff}html.style4 .dark .element-card{background-color:#25262c}html.style4 .dark .element-card .typography h1,html.style4 .dark .element-card .typography h2,html.style4 .dark .element-card .typography h3,html.style4 .dark .element-card .typography h4,html.style4 .dark .element-card .typography h5,html.style4 .dark .element-card .typography h6,html.style4 .dark .element-card .typography p,html.style4 .dark .element-card .typography span{color:#fff}html.style4 .dark .element-card .heading{background-color:#191b1f;border-bottom:1px solid #414248}html.style4 .dark .element-card .heading h2{color:#fff}html.style4 .dark .faq-block{background-color:#25262c;border:1px solid #414248}html.style4 .dark .faq-block h2,html.style4 .dark .faq-block p{color:#fff}html.style4 .dark .faq-block h5{background-color:#25262c}html.style4 .dark .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #414248}html.style4 .dark .faq-section .accordion.theme-accordion .card .card-header button{color:#fff}html.style4 .dark .faq-section .accordion.theme-accordion .card .card-header button:before{border-top:6px solid #fff}html.style4 .dark .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-bottom:6px solid #fff}html.style4 .dark .faq-section .accordion.theme-accordion .card{border:1px solid #414248}html.style4 .dark .faq-section .accordion.theme-accordion .card .card-body{background-color:#25262c}html.style4 .dark .faq-section .accordion.theme-accordion .card .card-body p{color:#fff}html.style4 .dark .faq-section .faq-search-box{border:2px solid #414248;background-color:#25262c}html.style4 .dark .faq-section .faq-search-box .input-group .form-control{background-color:#25262c}html.style4 .dark .faq-section .faq-search-box .input-group .form-control::placeholder{color:#fff}html.style4 .dark .btn-link{background-color:#25262c}html.style4 .dark .app-design-main .contant-box h2,html.style4 .dark .app-design-main .contant-box h4,html.style4 .dark .blog-detail-page h3,html.style4 .dark .chitchat-main .chitchat-contain h1,html.style4 .dark .chitchat-main .chitchat-contain h3,html.style4 .dark .chitchat-main .chitchat-contain h4,html.style4 .dark .chitchat-main .chitchat-contain span,html.style4 .dark .chitchat-main .chitchat-contain ul.detial-price li,html.style4 .dark .fa-search:before,html.style4 .dark .landing-title .sub-title h2,html.style4 .dark .landing-title .sub-title h4,html.style4 .dark .subscribe-content h1,html.style4 .dark .subscribe-content h4,html.style4 .dark .subscribe-content span,html.style4 .dark .team-work-main .team-work-content .ply-main h3,html.style4 .dark .team-work-main .team-work-content h1,html.style4 .dark .team-work-main .team-work-content h3,html.style4 .dark .team-work-main .team-work-content h4,html.style4 .dark .team-work-main h1,html.style4 .dark .team-work-main h3,html.style4 .dark .team-work-main h4,html.style4 .dark .team-work-main span{color:#fff}html.style4 .dark .blog-detail-page .blog-detail{background-color:#25262c;border:1px solid #414248}html.style4 .dark .blog-detail-page .blog-detail p{color:#fff}html.style4 .dark .blog-detail-page .blog-detail .post-social{color:#fff;border-bottom:1px solid #414248}html.style4 .dark .blog-detail-page .blog-detail .post-social li+li{border-left:1px solid #414248}html.style4 .dark .blog-detail-page .blog-detail h2{color:#fff}html.style4 .dark .blog-detail-page .blog-commant{background-color:#25262c;border:1px solid #414248}html.style4 .dark .blog-detail-page .blog-commant .comment-section li{border-top:1px solid #414248}html.style4 .dark .blog-detail-page .blog-commant .comment-section li h6,html.style4 .dark .blog-detail-page .blog-commant .comment-section li p,html.style4 .dark .blog-detail-page .blog-commant .comment-section li span{color:#fff}html.style4 .dark .blog-detail-page .blog-contact{background-color:#25262c;border:1px solid #414248}html.style4 .dark .blog-detail-page .blog-contact .theme-form label,html.style4 .dark .blog-detail-page .blog-contact label{color:#fff}html.style4 .dark .blog-detail-page .blog-contact .theme-form input{border-color:#414248;background-color:#191b1f}html.style4 .dark .blog-detail-page .blog-contact .theme-form input::placeholder{color:#fff}html.style4 .dark .blog-detail-page .blog-contact .theme-form textarea{background-color:#191b1f}html.style4 .dark .blog-detail-page .blog-contact .theme-form textarea::placeholder{color:#fff}html.style4 .dark .blog-page .blog-sidebar h4,html.style4 .dark .blog-page .blog-sidebar h5,html.style4 .dark .blog-page .blog-sidebar h6,html.style4 .dark .blog-page .blog-sidebar p{color:#fff}html.style4 .dark .blog-page .blog-sidebar .blog-card{border:1px solid #414248;background-color:#25262c}html.style4 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group,html.style4 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{background-color:#191b1f}html.style4 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control::placeholder{color:#fff}html.style4 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{color:#fff}html.style4 .dark .blog-card .default-form .form-group input,html.style4 .dark .blog-card .default-form .form-group textarea{background-color:#25262c;border-color:#191b1f}html.style4 .dark .blog-page .blog-list{background-color:#25262c}html.style4 .dark .blog-page .blog-side{background-color:#25262c;border:1px solid #414248}html.style4 .dark .blog-page .blog-media .blog-right h4,html.style4 .dark .blog-page .blog-media .blog-right h6,html.style4 .dark .blog-page .blog-media .blog-right p,html.style4 .dark .blog-page .blog-media .blog-right ul li{color:#fff}html.style4 .dark .blog-page .blog-media .blog-right ul li+li{border-left:1px solid #414248}html.style4 .dark .inner-page header{background-color:#25262c;border-bottom:1px solid #414248}html.style4 .dark .navbar-light .navbar-nav .active>.nav-link{color:#fff}html.style4 .dark .navbar-light .navbar-nav .nav-link{color:hsla(0,10%,94%,.5)}html.style4 .dark footer{background-color:#25262c;border-top:1px solid #414248}html.style4 .dark footer .copyright p,html.style4 .dark footer .links li a,html.style4 .dark footer h3,html.style4 .dark footer p{color:#fff}html.style4 .dark .app-sidebar,html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style4 .dark .app-sidebar.active .apps-ul>li.active{background-color:#191b1f}html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main .notes-list,html.style4 .dark .app-sidebar.active .apps-ul>li .notes-main .notes-list{border:1px solid #414248}html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main a.line,html.style4 .dark .app-sidebar.active .apps-ul>li .notes-main a.line{border-top:1px solid #414248}html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list .target-reminder-list,html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp,html.style4 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list .target-reminder-list,html.style4 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list-disp{border:2px solid #414248}html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list button,html.style4 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list button{color:#fff}html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group,html.style4 .dark .app-sidebar.active .apps-ul>li .file-tab .tab-content .link-group{border:1px solid #414248}html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab .tab-content .todo-task h4,html.style4 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-tab .tab-content .todo-task h4{color:#fff}html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input,html.style4 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input{background-color:#191b1f}html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input::placeholder,html.style4 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input::placeholder{color:#fff}html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input,html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input:focus,html.style4 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input,html.style4 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input:focus{background-color:#191b1f}html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu,html.style4 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu{background-color:#25262c}html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider,html.style4 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider{background-color:#25262c;border-bottom:1px solid #414248}html.style4 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu li,html.style4 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu li{color:#fff}html.style4 .dark .app-sidebar .tab-card{border:1px solid #414248}html.style4 .dark .app-sidebar h2,html.style4 .dark .app-sidebar h4,html.style4 .dark .app-sidebar h5,html.style4 .dark .app-sidebar h6,html.style4 .dark .app-sidebar p{color:#fff}html.style4 .dark .app-sidebar .app-list{border-left:2px solid #414248}html.style4 .dark .app-sidebar .default-form select{background:url(/assets/images/drop-1.png) #25262c no-repeat scroll 95.5%;color:#fff}html.style4 .dark .app-sidebar .app-list-ul .title{border-bottom:1px solid #414248}html.style4 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{border-bottom-color:#414248}html.style4 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{box-shadow:-1px 10px 16px -10px #191b1f}html.style4 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{background-color:#25262c}html.style4 .dark .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{border-bottom-color:#414248}html.style4 .dark .datepicker{background:#25262c;color:#fff}html.style4 .dark .datepicker--pointer{background:#25262c;border-top:1px solid #414248;border-right:1px solid #414248}html.style4 .dark .datepicker--nav{border-bottom:1px solid #414248}html.style4 .dark .text-muted{color:#fff!important}html.style4 .dark .modal-content{background-color:#191b1f}html.style4 .dark .modal-content .default-form .form-group input,html.style4 .dark .modal-content .default-form .form-group textarea{background-color:#25262c}html.style4 .dark .modal-content .default-form .form-group textarea::placeholder{color:#fff}html.style4 .dark .modal-content .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #25262c no-repeat scroll 95.5%}html.style4 .dark .modal-content .modal-body .form-group ul.reminder-count li+li{background-color:#25262c}html.style4 .dark .modal-content .modal-body .form-group ul.reminder-count li .remi-num,html.style4 .dark .modal-content .modal-body .form-group ul.reminder-count li .remi-val{color:#00d3cb}html.style4 .dark .modal-content .modal-body .form-group label{color:#fff}html.style4 .dark .modal-content .modal-body .form-group input::placeholder{color:#fff}html.style4 .dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select,html.style4 .dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input{color:#fff}html.style4 .dark .add-popup .modal-header{border-bottom-color:#414248}html.style4 .dark .add-popup .modal-footer{border-top-color:#414248}html.style4 .dark .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{color:#fff}html.style4 .dark .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}html.style4 .dark .slider-block .slider-main .slider-contain h1,html.style4 .dark .slider-block .slider-main .slider-contain h4{color:#fff}@media(max-width:575.98px){html.style4 .dark .sidebar-toggle .main-nav.on{background-color:#191b1f}}html.style4 .dark-sidebar{background-color:#191b1f}html.style4 .dark-sidebar .chat-main li .chat-box .date-status .ti-pin2:before{color:#fff}html.style4 .dark-sidebar .btn-light.active,html.style4 .dark-sidebar .btn-light:active,html.style4 .dark-sidebar .btn-light:focus{box-shadow:0 0 3px 2px #828282}html.style4 .dark-sidebar .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}html.style4 .dark-sidebar ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .document-tab,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .notification-tab,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default .recent,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .settings-tab,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab{background-color:#191b1f}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c;color:#fff}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar h1,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar h2,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar h3,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar h4,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar h5,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar h6,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar p,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar select,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar span{color:#fff}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{background-color:#25262c!important;color:#fff!important}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form input{background-color:#191b1f;border:1px solid #414248}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form:before{color:#fff}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search2{border-top:1px solid #414248}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search2>div{background-color:#25262c}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .chat-main li.active{background-color:#25262c;border-left:4px solid #414248}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card{background-color:#191b1f}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-body,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-header{background-color:#25262c}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .integratin li{border-bottom:1px solid #414248}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block,html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block{border-top:1px solid #414248}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li{border-top:1px dashed #414248}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li a{color:#fff}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block a{color:#00d3cb}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link.active{color:#00d3cb!important;background-color:rgba(28,157,234,.15)!important}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}html.style4 .dark-sidebar .chitchat-container .chitchat-left-sidebar .group-main li.active{background-color:#25262c;border-left:4px solid #414248}html.style4 .dark-sidebar .chitchat-container .main-nav{border-right:1px solid #414248}html.style4 .dark-sidebar .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}html.style4 .dark-sidebar .chitchat-container .main-nav .btn-light{background-color:#25262c!important;color:#fff!important}html.style4 .dark-sidebar .chitchat-container .change-number .form-control{border-color:#414248}html.style4 .dark-sidebar .chitchat-container .form-control{background-color:#25262c}html.style4 .dark-sidebar .custom-control-label,html.style4 .dark-sidebar .dynemic-sidebar .search-form .form-group .close-search,html.style4 .dark-sidebar .dynemic-sidebar .search-form .form-group input{color:hsla(0,0%,100%,.8)}@media(max-width:1367px){html.style4 .dark-sidebar .secure-app-main .secure-app-content{background-color:#191b1f}html.style4 .dark-sidebar header .landing-header.fixed .main-menu .navbar-nav>li>a{color:#fff!important}}@media(max-width:1200px){html.style4 .dark-sidebar .inner-page header .landing-header .navbar-collapse{background-color:#191b1f;border:1px solid #414248}}@media(max-width:575.98px){html.style4 .dark-sidebar .sidebar-toggle .main-nav.on{background-color:#191b1f}}html.style4 .rtl{direction:rtl}html.style4 .rtl .mr-1{margin-right:unset!important;margin-left:.25rem!important}html.style4 .rtl .media{text-align:right}html.style4 .rtl ul.chat-cont-setting li a span{margin-right:unset;margin-left:15px}html.style4 .rtl .dropdown .dropdown-menu .dropdown-divider h5{margin-left:unset;margin-right:10px}html.style4 .rtl .create-todo-main-modal .modal-body .default-form .todo-task h5{text-align:right}html.style4 .rtl .chat-friend-toggle .chat-frind-content{left:0;right:unset;text-align:right}html.style4 .rtl .chat-friend-toggle .chat-frind-content ul li{padding-left:unset!important;padding-right:50px!important}html.style4 .rtl .chat-friend-toggle .chat-frind-content ul li a{left:unset;right:0}html.style4 .rtl .add-contact-modal .modal-dialog:before,html.style4 .rtl .fev-addcall-main .modal-dialog:before{right:13px;left:unset}html.style4 .rtl .add-contact-modal .modal-dialog{margin-left:unset;margin-right:415px}html.style4 .rtl .modal-footer>:not(:first-child){margin-left:.25rem;margin-right:unset}html.style4 .rtl .add-popup .close{left:0;right:unset;border-radius:0 0 90px 0}html.style4 .rtl .add-popup .close span{left:20px;right:unset}html.style4 .rtl .add-popup .modal-body{text-align:right}html.style4 .rtl .add-popup .default-form .form-group select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 2.5%}html.style4 .rtl .emojis-main .emojis-contain,html.style4 .rtl .emojis-main .sticker-contain{right:0;left:unset}html.style4 .rtl .emojis-main .contact-poll .contact-poll-content{right:90px;left:unset}html.style4 .rtl .emojis-main .contact-poll .contact-poll-content ul li{padding-right:30px;padding-left:unset}html.style4 .rtl .emojis-main .contact-poll .contact-poll-content ul li a svg{margin-left:15px;margin-right:unset;right:0;left:unset}html.style4 .rtl .emojis-main .contact-poll .contact-poll-content:before{right:40px;left:unset}html.style4 .rtl .search-form:before{right:25px;left:unset}html.style4 .rtl .app-sidebar.active,html.style4 .rtl .search-form .form-group .icon-close{left:0;right:unset}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane.active,html.style4 .rtl .app-sidebar .apps-ul>li.active{left:90px;right:unset}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab>.nav-tabs li:last-child,html.style4 .rtl .app-sidebar .apps-ul>li .todo-main .todo-tab>.nav-tabs li:last-child{left:0;right:unset}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content input+input,html.style4 .rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content input+input{margin-right:6px;margin-left:unset}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker,html.style4 .rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content .drop-picker{margin-right:10px;margin-left:unset}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task span,html.style4 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task span{margin-right:unset}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2),html.style4 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2){margin-right:20px}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons span,html.style4 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons span{margin-left:0!important}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .theme-tab ul li+li,html.style4 .rtl .app-sidebar .apps-ul>li .theme-tab ul li+li{margin-left:unset}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group .media svg,html.style4 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group .media svg{margin-left:7px;margin-right:unset}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group img,html.style4 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group img{margin-left:10px;margin-right:unset}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content ul.chat-main li .chat-box .details,html.style4 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-right:55px;padding-left:unset}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .notes-main .notes-content ul li,html.style4 .rtl .app-sidebar .apps-ul>li .notes-main .notes-content ul li{margin-right:15px;margin-left:unset}html.style4 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,html.style4 .rtl .app-sidebar .apps-ul>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{left:0;right:unset}html.style4 .rtl .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-right:0}html.style4 .rtl .text-left{text-align:right!important}html.style4 .rtl .snippet-modal-main .modal-content .snippet-btn .btn-light{margin-left:15px;margin-right:unset}html.style4 .rtl .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{margin-right:15px;margin-left:unset}html.style4 .rtl .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-left:10px}html.style4 .rtl .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-right:15px;margin-left:unset}html.style4 .rtl .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-left:30px;margin-right:unset}html.style4 .rtl .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}html.style4 .rtl .recent-slider{direction:ltr}html.style4 .rtl .mr-3{margin-left:1rem!important;margin-right:unset!important}html.style4 .rtl .chitchat-main .messages .contact-details .left.media .media-body{margin-right:unset;margin-left:10px;text-align:right}html.style4 .rtl .chitchat-main .messages .contact-details .left.media .media-body:before{left:0;right:unset}html.style4 .rtl .chitchat-main .messages .contact-details ul li{padding-left:unset;padding-right:17px}html.style4 .rtl .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg{margin-right:0;margin-left:10px;transform:scaleX(-1)}html.style4 .rtl .chitchat-main .chitchat-contain ul.detial-price li i{margin-left:20px;margin-right:unset}html.style4 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{text-align:right}html.style4 .rtl .contact-chat>ul>li.replies{margin-left:unset;margin-right:auto;text-align:left}html.style4 .rtl .contact-chat>ul>li.replies .media .profile{margin-left:0!important;margin-right:1.5rem!important}html.style4 .rtl .contact-chat>ul>li.replies .media .media-body{text-align:left}html.style4 .rtl .contact-chat>ul>li.replies .msg-box li:last-child{margin-right:auto;margin-left:unset}html.style4 .rtl .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,html.style4 .rtl .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:0 25px 25px 30px}html.style4 .rtl .contact-chat>ul>li.replies .msg-box li .badge{margin-left:.5rem!important;margin-right:0!important}html.style4 .rtl .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 25px 0}html.style4 .rtl .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:unset;margin-left:10px}html.style4 .rtl .contact-chat>ul>li .contact-name h5{padding-right:20px;padding-left:20px}html.style4 .rtl .mr-4{margin-right:0!important;margin-left:1.5rem!important}html.style4 .rtl .msg-setting-main .msg-dropdown-main .msg-setting{margin-left:unset;margin-right:10px}html.style4 .rtl .ml-2{margin-left:0!important;margin-right:.5rem!important}html.style4 .rtl .msg-box>li:first-child h5{border-radius:30px 25px 0 30px}html.style4 .rtl .msg-box>li:last-child h5{border-radius:30px 0 25px 30px}html.style4 .rtl .msg-box>li:last-child .document{border-radius:0 50px 50px 50px}html.style4 .rtl .msg-box>li:last-child .auto-gallery{border-radius:30px 0 25px 30px}html.style4 .rtl .pull-right{float:left}html.style4 .rtl .text-right{text-align:left!important}html.style4 .rtl .m-r-15{margin-right:unset;margin-left:15px}html.style4 .rtl .chat-main li .chat-box .details{padding-left:50px;padding-right:75px;text-align:right}html.style4 .rtl .chat-main li .chat-box .date-status{right:unset;left:0;text-align:left}html.style4 .rtl .call-log-main .call-box .call-status{left:0;right:unset}html.style4 .rtl .call-log-main .call-box .details{padding-left:100px;padding-right:75px}html.style4 .rtl .contact-log-main li .contact-box .profile{right:0;left:unset}html.style4 .rtl .contact-log-main li .contact-box .details{padding-left:100px;padding-right:75px}html.style4 .rtl .contact-log-main li .contact-box .contact-action{left:0;right:unset}html.style4 .rtl .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-right:5px;margin-left:unset}html.style4 .rtl .profile{right:0;left:unset}html.style4 .rtl .profile.busy:before,html.style4 .rtl .profile.offline:before,html.style4 .rtl .profile.online:before,html.style4 .rtl .profile.unreachable:before{left:0;right:unset}html.style4 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:left}html.style4 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{margin-left:10px;margin-right:unset}html.style4 .rtl .chitchat-main .call-content .user-profile,html.style4 .rtl .chitchat-main .contact-content .user-profile,html.style4 .rtl .group-main .group-box{text-align:right}html.style4 .rtl .group-main .group-box .details{padding-right:75px;padding-left:unset}html.style4 .rtl .group-main .group-box .date-status{right:unset;left:0;text-align:left}html.style4 .rtl ul.grop-icon li:nth-child(2),html.style4 .rtl ul.grop-icon li:nth-child(3){margin-right:-10px;margin-left:unset}html.style4 .rtl .groupuser{margin-right:auto;margin-left:unset;text-align:left}html.style4 .rtl .groupuser .gr-chat-friend-toggle{padding-left:20px;padding-right:unset}html.style4 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{left:0;right:unset;text-align:right}html.style4 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding-right:70px;padding-left:50px}html.style4 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{left:40px;right:unset}html.style4 .rtl .groupuser .gr-profile.grow:after{left:-4.2px;right:unset}html.style4 .rtl [class*=" icon-"].pull-right,html.style4 .rtl [class^=icon-].pull-right{margin-right:.3em;margin-left:unset}html.style4 .rtl .groupuser .gr-profile+.gr-profile{margin-right:15px;margin-left:0}html.style4 .rtl .dot-btn:before{left:1px;right:unset}html.style4 .rtl .dot-btn:after{left:-4.2px;right:unset}html.style4 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{margin-left:15px;margin-right:unset}html.style4 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{left:0;right:unset}html.style4 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body{text-align:right}html.style4 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-left:15px;margin-right:unset}html.style4 .rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{left:15px;right:unset}html.style4 .rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{right:15px;left:unset}html.style4 .rtl .chitchat-container .chitchat-right-sidebar{left:-200px;right:unset}html.style4 .rtl .profile-box .details{padding-right:20px}html.style4 .rtl .privacy .custom-switch{left:0;right:unset;transform:scale(-1)}html.style4 .rtl .privacy h5{text-align:right;padding-right:unset;padding-left:35px}html.style4 .rtl .change-number span{border-left:none;padding:.5rem .75rem}html.style4 .rtl .change-number .country-code{border-right:none;padding-right:3px}html.style4 .rtl .slider-block{background-position:unset;transform:scaleX(-1) scaleY(1)}html.style4 .rtl .slider-block .slider-main{transform:scaleX(-1) scaleY(1)}html.style4 .rtl .ml-3{margin-right:1rem!important}html.style4 .rtl .app-design-main .app-hover{right:27%}html.style4 .rtl .team-work-main .team-work-content .ply-main .ply-content{margin-left:20px;margin-right:unset}html.style4 .rtl .team-work-main .team2{left:28%;right:unset}html.style4 .rtl .team-work-main .team4{left:9%;right:unset}html.style4 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-left:75px;margin-right:unset}html.style4 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-left:20px;margin-right:unset}html.style4 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{text-align:right}html.style4 .rtl .testimonial-slider{direction:ltr}html.style4 .rtl .secure-app-main .secure-app-content .ply-main .ply-content{margin-left:20px}html.style4 .rtl .price-slider{direction:ltr}html.style4 .rtl .subscribe-content .form-inline .form-control:first-child{margin-left:20px}html.style4 .rtl .subscribe-content button{margin-right:20px}html.style4 .rtl .fa-volume-up,html.style4 .rtl .feather-chevron-left,html.style4 .rtl .feather-chevron-right,html.style4 .rtl .feather-phone,html.style4 .rtl .feather-rotate-cw,html.style4 .rtl .feather-send,html.style4 .rtl .feather-video{transform:scaleX(-1)}html.style4 .rtl .audiocall1.call-modal ul li+li,html.style4 .rtl .audiocall2.call-modal ul li+li,html.style4 .rtl .conferencecall.call-modal ul li+li,html.style4 .rtl .videocall.call-modal ul li+li,html.style4 .rtl .videocallhang.call-modal ul li+li{margin-right:30px;margin-left:unset}html.style4 .rtl .videocall.call-modal .videocall-details #basicUsage,html.style4 .rtl .videocallhang.call-modal .videocall-details #basicUsage{margin-left:20px;margin-right:unset}html.style4 .rtl .videocall.call-modal .videocall-details .usersprof,html.style4 .rtl .videocallhang.call-modal .videocall-details .usersprof{margin-left:15px;margin-right:unset}html.style4 .rtl .videocall.call-modal .small-image,html.style4 .rtl .videocallhang.call-modal .small-image{right:40px;left:unset}html.style4 .rtl .dropdown-toggle:after{margin-right:.3em}html.style4 .rtl .navbar-brand{margin-left:1rem;margin-right:unset}html.style4 .rtl header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-left:20px;margin-right:unset}html.style4 .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:25px;margin-left:unset}html.style4 .rtl .dropdown-menu{right:0;left:unset;float:right;text-align:right}html.style4 .rtl .breadcrumb-main .breadcrumb-content .breadcrumb-right ul li{margin-left:15px;margin-right:unset}html.style4 .rtl .page-decore .top{left:-30px;right:unset;transform:rotate(-130deg)}html.style4 .rtl .page-decore .bottom{right:-20px;left:unset;transform:rotate(45deg)}html.style4 .rtl .blog-page .blog-sidebar .blog-card .blog-search .input-group span{padding-left:15px;padding-right:unset}html.style4 .rtl .blog-page .blog-sidebar .blog-card .recent-blog li .media img{margin-left:10px;margin-right:unset}html.style4 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:15px}html.style4 .rtl .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{margin:0 0 0 15px}html.style4 .rtl .blog-page .blog-media .blog-right ul li+li{padding-right:15px;padding-left:unset;margin-right:15px;margin-left:unset;border-right:1px solid #ddd;border-left:none}html.style4 .rtl .blog-page .blog-media .blog-right ul li i{padding-left:10px;padding-right:unset}html.style4 .rtl .blog-detail-page .blog-detail .post-social{text-align:right}html.style4 .rtl .blog-detail-page .blog-detail .post-social li+li{border-right:1px solid #eff1f2;border-left:unset;padding-right:unset;margin-right:15px;margin-left:unset}html.style4 .rtl .blog-detail-page .blog-detail .post-social li i{margin-left:10px;margin-right:0}html.style4 .rtl .blog-detail-page .blog-detail .post-social ul.social-group{float:left}html.style4 .rtl .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,html.style4 .rtl .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{margin-left:0;margin-right:unset}html.style4 .rtl .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-right:8px;padding-left:unset;margin-right:0}html.style4 .rtl .blog-detail-page .blog-commant .comment-section li img{margin-left:20px;margin-right:unset}html.style4 .rtl .about-page .about-tab .nav{border-left:1px solid #eff1f2;border-right:unset}html.style4 .rtl .secure-app-main{background-position:unset;transform:scaleX(-1) scaleY(1)}html.style4 .rtl .secure-app-main .secure-app-content{transform:scaleX(-1) scaleY(1)}html.style4 .rtl .team-slider{direction:ltr}html.style4 .rtl .team .owl-nav{left:0;right:unset}html.style4 .rtl .about-page .offset-sm-2{margin-right:16.66667%}html.style4 .rtl .about-page .offset-md-1{margin-right:8.33333%}html.style4 .rtl .faq-section .faq-search-box .input-group span{padding-left:15px;padding-right:unset}html.style4 .rtl .faq-section .accordion.theme-accordion .card .card-header{padding-right:unset;padding-left:30px}html.style4 .rtl .faq-section .accordion.theme-accordion .card .card-header button{text-align:right}html.style4 .rtl .faq-section .accordion.theme-accordion .card .card-header button:before{left:20px;right:unset}html.style4 .rtl .faq-section .float-right{float:left!important}html.style4 .rtl .collapse-block .block-title:after{left:0;right:unset}html.style4 .rtl .theme-btn-group .btn-group-sm>a.btn:last-child,html.style4 .rtl .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 0 10px}html.style4 .rtl .theme-btn-group a:first-child{border-radius:15px 15px 15px 0}html.style4 .rtl .theme-btn-group a:last-child{border-radius:15px 15px 0 15px}html.style4 .rtl .theme-btn-group .btn-group-sm>a.btn:last-child{border-radius:10px 10px 0 10px}html.style4 .rtl .theme-btn-group a+a{margin-right:5px}html.style4 .rtl .document-list li h5{margin-right:30px;margin-left:unset}html.style4 .rtl .element-card .typography .font_label,html.style4 .rtl .element-card-body .fonts .btn-primary{margin-left:20px}html.style4 .rtl .downlaod .footer-btn .btn span{padding-right:12px}html.style4 .rtl footer .links li{padding-right:20px;padding-left:unset}html.style4 .rtl footer .links li:hover a:before{right:3;left:unset}html.style4 .rtl footer .links li a:before{right:0;left:unset;transform:scale(-1)}html.style4 .rtl footer .footer-back-block .inner1{left:-80px;right:unset;transform:rotate(-96deg)}html.style4 .rtl footer .footer-back-block .inner2{right:-80px;left:unset}html.style4 .rtl footer .social-group li+li{margin-right:5px;margin-left:unset}html.style4 .rtl .breadcrumb-main ul li+li{margin-right:30px;margin-left:unset}html.style4 .rtl .breadcrumb-main ul li+li:before{right:-15px;left:unset}html.style4 .rtl .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-right:15px}html.style4 .rtl .login-page2 .login-content-main .medialogo{right:-4%;left:unset}html.style4 .rtl .login-page2 .login-content-main .medialogo li+li{margin-left:15px;margin-right:unset}html.style4 .rtl .login-page1 .right-page{left:0;right:unset}html.style4 .rtl .login-content .form1 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset}html.style4 .rtl .login-content .form2 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset;padding-right:1.25rem}html.style4 .rtl .login-content .medialogo ul li+li{margin-right:20px;margin-left:unset}html.style4 .rtl .login-content .termscondition h4 span{margin-left:8px;margin-right:unset}html.style4 .rtl .right-login .login-img{transform:scaleX(-1)}html.style4 .rtl .right-login .girl-logo{transform:scaleX(-1);left:27%;right:unset}html.style4 .rtl .right-login .boy-logo{transform:scaleX(-1);right:36%;left:unset}html.style4 .rtl .right-login .heart-logo{left:35%;right:unset}html.style4 .rtl .right-login .has-logo{left:27%;right:unset}html.style4 .rtl .right-login .has-logo1{right:25%;left:unset;transform:scalex(1)}html.style4 .rtl .right-login .top-circle{right:20%;left:unset}html.style4 .rtl .right-login .center-circle{right:6%;left:unset}html.style4 .rtl .right-login .bottom-circle{right:13%;left:unset}html.style4 .rtl .right-login .bottom-circle1{left:22%;right:unset}html.style4 .rtl .right-login .right-circle{left:0;right:unset}html.style4 .rtl .right-login .right-circle1{left:9%;right:unset}html.style4 .rtl .right-login .cloud-logo3{animation:homecloud 45s linear infinite}html.style4 .rtl .right-login .cloud-logo4{animation:homecloud 80s linear infinite}html.style4 .rtl .right-login .cloud-logo1{animation:homecloud 25s linear infinite}html.style4 .rtl .login-page2 .login-img{transform:scaleX(-1)}html.style4 .rtl .login-page2 .girl-logo{transform:scaleX(-1);left:27%;right:unset}html.style4 .rtl .login-page2 .boy-logo{transform:scaleX(-1);right:36%;left:unset}html.style4 .rtl .login-page2 .heart-logo{left:35%;right:unset}html.style4 .rtl .login-page2 .has-logo{left:27%;right:unset}html.style4 .rtl .login-page2 .has-logo1{right:25%;left:unset;transform:scalex(1)}html.style4 .rtl .login-page2 .top-circle{right:20%;left:unset}html.style4 .rtl .login-page2 .center-circle{right:6%;left:unset}html.style4 .rtl .login-page2 .bottom-circle{right:13%;left:unset}html.style4 .rtl .login-page2 .bottom-circle1{left:22%;right:unset}html.style4 .rtl .login-page2 .right-circle{left:0;right:unset}html.style4 .rtl .login-page2 .right-circle1{left:9%;right:unset}html.style4 .rtl .login-page2 .cloud-logo3{animation:homecloud 45s linear infinite}html.style4 .rtl .login-page2 .cloud-logo4{animation:homecloud 80s linear infinite}html.style4 .rtl .login-page2 .cloud-logo1{animation:homecloud 25s linear infinite}html.style4 .rtl .chitchat-container .main-nav{border-left:1px solid #eff1f2;border-right:none}html.style4 .rtl .chitchat-container .main-nav .logo-warpper img,html.style4 .rtl .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{transform:scaleX(-1)}html.style4 .rtl .chat-main li.active{border-right:4px solid #00d3cb;border-left:none}html.style4 .rtl .chat-main li .chat-box .icon-btn.btn-outline-light{right:unset;left:0}html.style4 .rtl .btn-fix{margin-right:-30px;margin-left:unset}html.style4 .rtl .app-sidebar .app-list{border-right:2px solid #eff1f2;border-left:none}html.style4 .rtl .contact-list-tab .chat-main{padding-left:15px}html.style4 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content{margin-left:-20px;padding-left:20px;margin-right:unset;padding-right:unset}html.style4 .rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{text-align:right}html.style4 .rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{border-left:none;padding-left:5px;border-right:4px solid #1c9dea;padding-right:15px}html.style4 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp,html.style4 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .target-reminder-list{border-left:2px solid #eff1f2;border-right-width:5px;border-right-color:rgba(28,157,234,.3);text-align:right}html.style4 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{right:unset;left:0}html.style4 .rtl ul.chat-cont-setting{left:unset;right:20%}html.style4 .rtl .setting-sidebar{right:unset;left:-365px}html.style4 .rtl .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 7%}html.style4 .rtl .sidebar-pannle-main{left:22px;right:unset}@media(max-width:1367px){html.style4 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:1366px){html.style4 .rtl .social-group li+li{margin-right:5px;margin-left:unset}html.style4 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:1200px){html.style4 .rtl .inner-page header .landing-header .navbar-toggler{left:20px;right:unset}html.style4 .rtl header .landing-header .navbar-collapse{right:0;left:unset}html.style4 .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:30px}html.style4 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:5px}html.style4 .rtl .right-login .login-img{width:65%}html.style4 .rtl .right-login .boy-logo{right:29%;left:unset;top:50%}html.style4 .rtl .right-login .girl-logo{left:14%;right:unset;top:27%}html.style4 .rtl .right-login .has-logo1{right:12%;left:unset}}@media(max-width:1024px){html.style4 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:992px){html.style4 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:991px){html.style4 .rtl .downlaod .footer-btn .btn+.btn{margin-right:15px;margin-left:unset}html.style4 .rtl .right-login .girl-logo{width:35%;top:23%;left:3%}html.style4 .rtl .right-login .login-img{width:80%}html.style4 .rtl .right-login .boy-logo{right:21%;left:unset;top:50%;width:25%}html.style4 .rtl .right-login .girl-logo{width:33%;left:9%;right:unset;top:25%}html.style4 .rtl .right-login .has-logo1{right:5%;left:unset;top:69%}}@media(max-width:768px){html.style4 .rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-left:unset}html.style4 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:8px}}@media(max-width:767px){html.style4 .rtl footer .footer-title .according-menu:before,html.style4 .rtl footer .footer-title.active .according-menu:before{left:2px;right:unset}html.style4 .rtl .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:0}}@media(max-width:600px){html.style4 .rtl .downlaod .footer-btn{display:flex}html.style4 .rtl .downlaod .footer-btn .btn+.btn{margin-right:15px}html.style4 .rtl .blog-card .default-form .form-group input{padding:10px}}@media(max-width:576px){html.style4 .rtl .downlaod .footer-btn{display:flex}}@media(max-width:480px){html.style4 .rtl footer .section-py-space .footer-title .according-menu:before{left:10px;right:unset}html.style4 .rtl .error-main .error-contain .animated-bg i{height:70px;width:70px}}@media(max-width:420px){html.style4 .rtl .downlaod .footer-btn{display:-webkit-box}html.style4 .rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-top:15px}}@media(max-width:360px){html.style4 .rtl .blog-page .blog-media .blog-right ul{display:flex}html.style4 .rtl .downlaod .footer-btn{display:-webkit-box}}@media(max-width:320px){html.style4 .rtl .breadcrumb-main ul li+li{margin-right:15px;margin-left:unset}}html.style4 .login-content{width:450px;margin:0 auto}html.style4 .login-content .login-content-header img{height:50px;width:auto}html.style4 .login-content h3{font-size:calc(18px + 8*(100vw - 320px)/1600);font-family:Rubik,sans-serif;font-weight:500;padding-bottom:16px}html.style4 .login-content h4{margin-bottom:35px;line-height:1.4;font-family:Roboto,sans-serif;font-weight:400}html.style4 .login-content .form1 .form-group,html.style4 .login-content .form2 .form-group{margin-bottom:30px}html.style4 .login-content .form1 .form-group .col-form-label,html.style4 .login-content .form2 .form-group .col-form-label{font-size:calc(14px + 2*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;padding-top:0;padding-bottom:15px;line-height:1}html.style4 .login-content .form1 .form-group .buttons,html.style4 .login-content .form2 .form-group .buttons{text-align:center}html.style4 .login-content .form1 .form-group .buttons .btn,html.style4 .login-content .form2 .form-group .buttons .btn{padding:14px 65px;color:#fff;justify-content:center}html.style4 .login-content .form1 .form-group .buttons .btn-signup,html.style4 .login-content .form2 .form-group .buttons .btn-signup{background-color:#223645;margin-left:25px}html.style4 .login-content .form1 .form-group .form-check,html.style4 .login-content .form2 .form-group .form-check{display:flex;justify-content:space-between;align-items:center}html.style4 .login-content .form1 .form-group .form-check h6,html.style4 .login-content .form2 .form-group .form-check h6{color:#223645;font-family:Montserrat,sans-serif;font-weight:500}html.style4 .login-content .form1 .form-group .form-check-input,html.style4 .login-content .form2 .form-group .form-check-input{margin-right:-1.25rem;margin-left:unset}html.style4 .login-content .form1 .form-group .form-control,html.style4 .login-content .form2 .form-group .form-control{padding:13px 20px;border-radius:5px;border:1px solid rgba(0,0,0,.1);height:auto}html.style4 .login-content .form1 .form-group .form-control::placeholder,html.style4 .login-content .form2 .form-group .form-control::placeholder{font-size:15px;color:#223645;font-family:Roboto,sans-serif;font-weight:400}html.style4 .login-content .form1 .form-group .form-check-label,html.style4 .login-content .form2 .form-group .form-check-label{font-size:12px;font-family:Montserrat,sans-serif;font-weight:500;text-transform:capitalize;line-height:1}html.style4 .login-content .form2 .form-group .form-check-input{margin-right:0;margin-left:-1.25rem}html.style4 .login-content .line{display:flex;justify-content:center;margin-bottom:30px;margin-top:50px}html.style4 .login-content .line h6{font-family:Montserrat,sans-serif;font-weight:600;color:#223645}html.style4 .login-content .line h6:after,html.style4 .login-content .line h6:before{display:inline-block;content:"";border-top:1px solid #ededed;width:4.5rem;margin:0 1rem}html.style4 .login-content .medialogo{margin-bottom:30px}html.style4 .login-content .medialogo ul{display:flex;justify-content:center}html.style4 .login-content .medialogo ul li+li{margin-left:20px}html.style4 .login-content .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}html.style4 .login-content .termscondition{text-align:center}html.style4 .login-content .termscondition h4 span{color:#ff4e2b;margin-right:8px}html.style4 .login-content .termscondition h4 b{margin-left:8px;margin-right:8px}html.style4 .right-login{justify-content:center;display:flex;max-height:100%}html.style4 .login-page2,html.style4 .right-login{background-color:#ebfafa;width:auto;height:100%;position:relative}html.style4 .login-page2 .login-img,html.style4 .right-login .login-img{position:absolute;top:30%}html.style4 .login-page2 .boy-logo,html.style4 .right-login .boy-logo{position:absolute;left:36%;top:52%}html.style4 .login-page2 .girl-logo,html.style4 .right-login .girl-logo{top:27%;right:27%;position:absolute}html.style4 .login-page2 .heart-logo,html.style4 .right-login .heart-logo{position:absolute;animation:heartbeat 5s infinite;top:15%;right:35%}html.style4 .login-page2 .has-logo,html.style4 .right-login .has-logo{position:absolute;top:15%;right:27%}html.style4 .login-page2 .has-logo1,html.style4 .right-login .has-logo1{position:absolute;top:60%;left:25%;transform:scalex(-1)}html.style4 .login-page2 .cloud-logo,html.style4 .right-login .cloud-logo{position:absolute;top:15%;left:0;animation:homecloud 90s linear infinite;transform:scale(.15)}html.style4 .login-page2 .cloud-logo1,html.style4 .right-login .cloud-logo1{position:absolute;bottom:10%;animation:animateCloud 25s linear infinite;height:25px}html.style4 .login-page2 .cloud-logo2,html.style4 .right-login .cloud-logo2{position:absolute;top:2%;animation:homecloud 60s linear infinite;transform:scale(.5)}html.style4 .login-page2 .cloud-logo3,html.style4 .right-login .cloud-logo3{position:absolute;top:31%;animation:animateCloud 45s linear infinite;transform:scaleX(-1);height:30px}html.style4 .login-page2 .cloud-logo4,html.style4 .right-login .cloud-logo4{position:absolute;animation:animateCloud 80s linear infinite;transform:scale(.55)}html.style4 .login-page2 .maincircle,html.style4 .right-login .maincircle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(100px + 580*(100vw - 320px)/1600);height:calc(100px + 580*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:15%;position:absolute}html.style4 .login-page2 .top-circle,html.style4 .right-login .top-circle{background-image:linear-gradient(#f1f8fe,#f1f8fe,#cde7fa);top:2%;left:20%}html.style4 .login-page2 .center-circle,html.style4 .login-page2 .top-circle,html.style4 .right-login .center-circle,html.style4 .right-login .top-circle{padding:1px;height:calc(50px + 50*(100vw - 320px)/1600);width:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;position:absolute}html.style4 .login-page2 .center-circle,html.style4 .right-login .center-circle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe);top:45%;left:6%}html.style4 .login-page2 .bottom-circle,html.style4 .right-login .bottom-circle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(50px + 50*(100vw - 320px)/1600);height:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:0;left:13%;position:absolute}html.style4 .login-page2 .bottom-circle1,html.style4 .right-login .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(40px + 80*(100vw - 320px)/1600);height:calc(40px + 80*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:2%;right:22%;position:absolute}html.style4 .login-page2 .right-circle,html.style4 .right-login .right-circle{background-image:linear-gradient(270deg,#f1f8fe,#f1f8fe,#cde7fa);padding:1px;width:calc(90px + 170*(100vw - 320px)/1600);height:calc(90px + 170*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:18%;right:0;position:absolute}html.style4 .login-page2 .right-circle1,html.style4 .right-login .right-circle1{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe,#f1f8fe);padding:1px;width:calc(75px + 65*(100vw - 320px)/1600);height:calc(75px + 65*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:1%;right:9%;position:absolute}html.style4 .login-page1 .login-content{width:100%}html.style4 .login-page1 .login-content h3{padding-bottom:5px}html.style4 .login-page1 .login-content-header img{margin-bottom:20px}html.style4 .login-page1 .left-page{position:relative;z-index:10;width:34%;height:100%;padding:50px;display:flex;align-items:center}html.style4 .login-page1 .right-page{height:100vh;position:fixed;right:0;width:66%}html.style4 .login-page1 .right-page .animation-block{z-index:1;position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}html.style4 .login-page1 .login-contain-main{display:flex}html.style4 .login-page2{position:relative;overflow:hidden;height:100vh;display:flex;overflow-y:auto;align-items:center}html.style4 .login-page2 .login-content-main{margin:0 auto;width:-moz-fit-content;width:fit-content;z-index:20;position:relative}html.style4 .login-page2 .login-content-main .login-content2{background-color:#fff;padding:23px;border-radius:15px;z-index:10;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:30px}html.style4 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs{padding-bottom:unset}html.style4 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{background-color:#00d3cb!important;color:#fff!important}html.style4 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link.active{color:#00d3cb!important;background-color:rgba(0,211,203,.15)!important}html.style4 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-left:15px}html.style4 .login-page2 .login-content-main .login-content{background-color:#fff;border:3px;width:600px;padding:50px 80px;z-index:10}html.style4 .login-page2 .login-content-main .login-content h3,html.style4 .login-page2 .login-content-main .login-content h4{text-align:center}html.style4 .login-page2 .login-content-main .login-content .login-content-header{padding-bottom:20px;text-align:center}html.style4 .login-page2 .login-content-main .login-content .form2 .form-group .buttons{margin-bottom:unset}html.style4 .login-page2 .login-content-main .medialogo{display:inline-block;left:-4%;position:absolute;top:40%;margin-bottom:unset}html.style4 .login-page2 .login-content-main .medialogo li+li{margin-left:unset;margin-top:10px}html.style4 .login-page2 .form2 .form-group .form-check-input{margin-top:-2px}html.style4 .login-page2 .top-circle{width:calc(90px + 190*(100vw - 320px)/1600);height:calc(90px + 190*(100vw - 320px)/1600);top:11%;left:12%}html.style4 .login-page2 .center-circle{background-image:linear-gradient(270deg,#cde7fa,#f1f8fe,#f1f8fe);left:6%;height:calc(60px + 90*(100vw - 320px)/1600);width:calc(60px + 90*(100vw - 320px)/1600)}html.style4 .login-page2 .quarterCircle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe);width:80px}html.style4 .login-page2 .right-circle1{background-image:linear-gradient(0deg,#cde7fa,#f1f8fe,#f1f8fe);width:70px;height:70px;top:33%;right:11%}html.style4 .login-page2 .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);width:80px;height:80px;bottom:2%;right:35%}html.style4 .login-page2 .right-circle{background-image:linear-gradient(90deg,#f1f8fe,#f1f8fe,#cde7fa);width:calc(50px + 110*(100vw - 320px)/1600);height:calc(50px + 110*(100vw - 320px)/1600);bottom:0;right:3%}html.style4 .login-page2 .cloud-logo{top:-6%;left:-81%;height:5%;transform:none}html.style4 .login-page2 .cloud-logo4{bottom:2%}html.style4 .login-page2 .cloud-logo2{left:-208%;height:13%}html.style4 .login-page2 .cloud-logo5{position:absolute;top:2%;animation:homecloud 30s linear infinite;height:10%}@media(max-width:1470px){html.style4 .login-page1 .right-page{width:60%}html.style4 .login-page2{height:100%;padding-top:40px;padding-bottom:40px}}@media(max-width:1434px){html.style4 .login-content{width:430px}html.style4 .login-content .form1 .form-group .buttons .btn,html.style4 .login-content .form2 .form-group .buttons .btn{padding:14px 50px}}@media(max-width:1367px){html.style4 .login-page2 .login-content-main .login-content{padding:50px}}@media(min-width:992px)and (max-width:1200px){html.style4 .login-content .line h6:after,html.style4 .login-content .line h6:before{width:3.5rem}}@media(max-width:1200px){html.style4 .login-page1 .left-page{padding:30px}html.style4 .right-login .boy-logo{left:29%;top:50%}html.style4 .right-login .girl-logo{right:14%;top:27%}html.style4 .right-login .has-logo1{left:12%}html.style4 .right-login .login-img{width:65%}html.style4 .login-content .login-content-header{padding-bottom:27px}html.style4 .login-content h4{margin-bottom:24px}html.style4 .login-content .form1 .form-group .form-control,html.style4 .login-content .form2 .form-group .form-control{padding:15px}html.style4 .login-content .form1 .form-group .col-form-label,html.style4 .login-content .form2 .form-group .col-form-label{padding-bottom:16px}html.style4 .login-content .form1 .form-group .buttons,html.style4 .login-content .form1 .form-group .form-check,html.style4 .login-content .form2 .form-group .buttons,html.style4 .login-content .form2 .form-group .form-check,html.style4 .login-content .line,html.style4 .login-content .medialogo{margin-bottom:30px}}@media(max-width:1199px){html.style4 .login-page1 .left-page{width:40%}}@media(max-width:1024px){html.style4 .login-content{width:350px}}@media(max-width:991px){html.style4 .right-login .login-img{width:80%}html.style4 .right-login .girl-logo{width:35%;top:23%;right:3%}html.style4 .right-login .boy-logo{left:21%;top:45%;width:27%}html.style4 .right-login .has-logo1{top:69%;left:2%}html.style4 .login-page1 .left-page,html.style4 .login-page1 .right-page{width:50%}}@media(max-width:768px){html.style4 .login-content{width:340px}html.style4 .login-content .line h6:after,html.style4 .login-content .line h6:before{width:3.5rem}html.style4 .right-login .boy-logo{left:23%;top:43%;width:24%}html.style4 .girl-logo{right:11%;top:24%}}@media(max-width:767px){html.style4 .right-page{position:absolute;opacity:.05}html.style4 .login-content{width:auto;padding:50px}html.style4 .login-content .login-content-header{padding-bottom:17px}html.style4 .login-content .login-content-header img{height:40px}html.style4 .login-content h4{margin-bottom:17px}html.style4 .login-content .form1 .form-group,html.style4 .login-content .form2 .form-group{margin-bottom:20px}html.style4 .login-content .form1 .form-group .col-form-label,html.style4 .login-content .form2 .form-group .col-form-label{padding-bottom:10px}html.style4 .login-content .form1 .form-group .form-check,html.style4 .login-content .form2 .form-group .form-check{margin-bottom:20px}html.style4 .login-content .form2 .form-group .buttons .btn{padding:12px 35px}html.style4 .login-page1 .left-page,html.style4 .login-page1 .right-page{width:100%}html.style4 .login-page2 .login-content-main .login-content{width:530px;padding:30px}html.style4 .login-page2 .login-content-main .medialogo{position:unset;display:flex;justify-content:center;margin-bottom:20px}html.style4 .login-page2 .login-content-main .medialogo li+li{margin-top:unset;margin-left:15px}html.style4 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{min-width:auto;padding:10px 35px}html.style4 .login-content h3{padding-bottom:10px}}@media(max-width:600px){html.style4 .login-page2 .medialogo{display:flex;position:unset;justify-content:center}html.style4 .login-page2 .medialogo li+li{margin-top:unset;margin-left:10px}}@media(max-width:575px){html.style4 .login-content{padding:30px}html.style4 .login-content .form1 .form-group .buttons .btn,html.style4 .login-content .form2 .form-group .buttons .btn{padding:12px 25px}html.style4 .login-content .form1 .form-group .form-control,html.style4 .login-content .form2 .form-group .form-control{padding:10px;line-height:1}html.style4 .login-content .form1 .form-group .form-control::placeholder,html.style4 .login-content .form2 .form-group .form-control::placeholder{font-size:13px}html.style4 .login-content .login-content-header img{height:30px}html.style4 .login-page1 .left-page{padding:0}html.style4 .login-page2 .login-content-main{padding:15px}html.style4 .login-page2 .login-content-main .login-content{width:100%}html.style4 .login-page2 .login-content-main .login-content2{padding:20px}html.style4 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item{margin-right:0}html.style4 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{padding:10px 25px}html.style4 .login-page2 .login-content-main .medialogo li .icon-btn{width:30px;height:30px}html.style4 .login-page2 .login-content-main .medialogo li .icon-btn i{font-size:12px}}@media(max-width:320px){html.style4 .login-content .line h6:after,html.style4 .login-content .line h6:before{width:2.5rem}}html.style4 .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}html.style4 .default-form .form-control:focus{box-shadow:none}html.style4 .default-form .form-group{margin:0}html.style4 .default-form .form-group input{height:45px}html.style4 .default-form .form-group input,html.style4 .default-form .form-group textarea{border-radius:15px;background-color:#ebfafa;border:none}html.style4 .default-form .form-group h5{margin-bottom:15px}html.style4 .default-form .form-group+.form-group{margin-top:15px}html.style4 .default-form .form-group a{text-align:center}html.style4 .default-form .form-group p{padding-top:10px}html.style4 .default-form select{-webkit-appearance:none;width:100%;padding:12px 20px;text-transform:capitalize;font-size:15px;line-height:1;background-color:transparent;height:50px;border-radius:15px;color:#647589;border:none;background:url(/assets/images/drop-1.png) #ebfafa no-repeat scroll 94%;margin-bottom:30px}html.style4 .form-control-plaintext{background-color:#fff}html.style4 .form-radious input{border-radius:15px}html.style4 .form-sm input{height:32px;font-size:13px}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+1) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+1) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+1) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+1) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+2) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+2) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+2) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+2) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+3) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+3) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+3) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+3) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+4) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+4) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+4) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+4) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+5) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+5) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+5) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+5) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+6) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+6) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+6) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+6) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+7) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+7) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+7) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+7) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+8) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+8) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+8) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+8) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+9) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+9) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+9) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+9) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+10) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+10) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+10) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+10) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+11) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+11) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+11) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+11) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+12) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+12) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+12) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+12) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+13) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+13) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+13) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+13) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+14) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+14) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+14) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+14) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+15) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+15) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+15) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+15) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+16) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+16) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+16) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+16) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+17) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+17) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+17) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+17) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+18) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+18) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+18) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+18) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+19) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+19) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+19) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+19) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+20) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+20) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+20) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+20) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+21) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+21) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+21) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+21) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+22) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+22) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+22) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+22) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+23) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+23) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+23) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+23) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+24) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+24) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+24) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+24) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+25) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+25) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+25) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+25) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+26) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+26) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+26) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+26) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+27) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+27) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+27) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+27) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+28) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+28) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+28) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+28) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+29) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+29) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+29) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+29) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+30) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+30) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+30) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+30) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+31) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+31) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+31) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+31) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+32) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+32) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+32) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+32) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+33) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+33) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+33) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+33) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+34) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+34) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+34) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+34) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+35) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+35) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+35) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+35) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+36) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+36) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+36) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+36) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+37) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+37) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+37) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+37) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+38) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+38) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+38) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+38) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+39) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+39) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+39) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+39) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+40) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+40) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+40) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+40) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+41) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+41) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+41) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+41) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+42) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+42) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+42) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+42) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+43) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+43) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+43) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+43) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+44) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+44) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+44) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+44) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+45) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+45) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+45) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+45) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+46) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+46) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+46) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+46) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+47) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+47) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+47) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+47) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+48) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+48) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+48) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+48) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+49) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+49) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+49) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+49) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+50) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+50) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+50) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+50) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+51) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+51) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+51) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+51) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+52) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+52) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+52) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+52) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+53) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+53) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+53) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+53) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+54) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+54) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+54) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+54) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+55) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+55) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+55) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+55) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+56) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+56) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+56) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+56) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+57) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+57) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+57) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+57) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+58) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+58) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+58) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+58) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+59) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+59) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+59) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+59) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+60) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+60) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+60) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+60) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+61) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+61) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+61) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+61) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+62) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+62) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+62) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+62) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+63) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+63) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+63) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+63) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+64) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+64) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+64) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+64) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+65) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+65) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+65) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+65) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+66) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+66) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+66) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+66) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+67) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+67) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+67) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+67) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+68) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+68) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+68) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+68) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+69) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+69) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+69) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+69) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+70) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+70) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+70) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+70) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+71) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+71) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+71) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+71) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+72) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+72) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+72) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+72) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+73) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+73) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+73) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+73) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+74) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+74) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+74) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+74) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+75) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+75) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+75) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+75) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+76) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+76) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+76) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+76) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+77) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+77) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+77) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+77) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+78) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+78) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+78) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+78) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+79) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+79) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+79) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+79) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+80) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+80) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+80) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+80) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+81) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+81) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+81) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+81) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+82) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+82) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+82) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+82) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+83) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+83) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+83) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+83) a svg{fill:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+84) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+84) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+84) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+84) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+85) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+85) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+85) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+85) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+86) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+86) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+86) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+86) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+87) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+87) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+87) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+87) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+88) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+88) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+88) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+88) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+89) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+89) a i{color:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+89) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+89) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+90) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+90) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+90) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+90) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+91) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+91) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+91) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+91) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+92) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+92) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+92) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+92) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+93) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+93) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+93) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+93) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+94) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+94) a i{color:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+94) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+94) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+95) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+95) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+95) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+95) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+96) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+96) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+96) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+96) a svg{fill:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+97) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+97) a i{color:#00a09a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+97) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+97) a svg{fill:#f72900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+98) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+98) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+98) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+98) a svg{fill:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+99) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+99) a i{color:#e0a900!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+99) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+99) a svg{fill:#111b23!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+100) a i,html.style4 .colorfull .sidebar-top li:nth-child(5n+100) a i{color:#32a42a!important}html.style4 .colorfull .sidebar-bottom li:nth-child(5n+100) a svg,html.style4 .colorfull .sidebar-top li:nth-child(5n+100) a svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+1)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+2)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+3)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+4)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+5)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+6)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+7)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+8)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+9)>a>svg{fill:#00a09a!important}html.style4 .colorfull .calls>li:nth-child(5n+10)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+11)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+12)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+13)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+14)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+15)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+16)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+17)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+18)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+19)>a>svg{fill:#00a09a!important}html.style4 .colorfull .calls>li:nth-child(5n+20)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+21)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+22)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+23)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+24)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+25)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+26)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+27)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+28)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+29)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+30)>a>svg{fill:#00a09a!important}html.style4 .colorfull .calls>li:nth-child(5n+31)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+32)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+33)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+34)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+35)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+36)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+37)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+38)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+39)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+40)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+41)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+42)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+43)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+44)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+45)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+46)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+47)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+48)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+49)>a>svg{fill:#00a09a!important}html.style4 .colorfull .calls>li:nth-child(5n+50)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+51)>a>svg{fill:#00a09a!important}html.style4 .colorfull .calls>li:nth-child(5n+52)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+53)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+54)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+55)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+56)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+57)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+58)>a>svg{fill:#00a09a!important}html.style4 .colorfull .calls>li:nth-child(5n+59)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+60)>a>svg{fill:#00a09a!important}html.style4 .colorfull .calls>li:nth-child(5n+61)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+62)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+63)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+64)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+65)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+66)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+67)>a>svg{fill:#00a09a!important}html.style4 .colorfull .calls>li:nth-child(5n+68)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+69)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+70)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+71)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+72)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+73)>a>svg{fill:#00a09a!important}html.style4 .colorfull .calls>li:nth-child(5n+74)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+75)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+76)>a>svg{fill:#00a09a!important}html.style4 .colorfull .calls>li:nth-child(5n+77)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+78)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+79)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+80)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+81)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+82)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+83)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+84)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+85)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+86)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+87)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+88)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+89)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+90)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+91)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+92)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+93)>a>svg,html.style4 .colorfull .calls>li:nth-child(5n+94)>a>svg{fill:#00a09a!important}html.style4 .colorfull .calls>li:nth-child(5n+95)>a>svg{fill:#e0a900!important}html.style4 .colorfull .calls>li:nth-child(5n+96)>a>svg{fill:#111b23!important}html.style4 .colorfull .calls>li:nth-child(5n+97)>a>svg{fill:#32a42a!important}html.style4 .colorfull .calls>li:nth-child(5n+98)>a>svg{fill:#00a09a!important}html.style4 .colorfull .calls>li:nth-child(5n+99)>a>svg{fill:#f72900!important}html.style4 .colorfull .calls>li:nth-child(5n+100)>a>svg{fill:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+1) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+2) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+3) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+4) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+5) a svg,html.style4 .colorfull .media-right li:nth-child(5n+6) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+7) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+8) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+9) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+10) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+11) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+12) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+13) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+14) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+15) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+16) a svg,html.style4 .colorfull .media-right li:nth-child(5n+17) a svg,html.style4 .colorfull .media-right li:nth-child(5n+18) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+19) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+20) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+21) a svg,html.style4 .colorfull .media-right li:nth-child(5n+22) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+23) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+24) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+25) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+26) a svg,html.style4 .colorfull .media-right li:nth-child(5n+27) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+28) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+29) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+30) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+31) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+32) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+33) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+34) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+35) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+36) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+37) a svg,html.style4 .colorfull .media-right li:nth-child(5n+38) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+39) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+40) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+41) a svg,html.style4 .colorfull .media-right li:nth-child(5n+42) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+43) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+44) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+45) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+46) a svg,html.style4 .colorfull .media-right li:nth-child(5n+47) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+48) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+49) a svg,html.style4 .colorfull .media-right li:nth-child(5n+50) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+51) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+52) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+53) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+54) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+55) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+56) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+57) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+58) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+59) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+60) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+61) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+62) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+63) a svg,html.style4 .colorfull .media-right li:nth-child(5n+64) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+65) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+66) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+67) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+68) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+69) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+70) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+71) a svg,html.style4 .colorfull .media-right li:nth-child(5n+72) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+73) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+74) a svg,html.style4 .colorfull .media-right li:nth-child(5n+75) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+76) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+77) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+78) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+79) a svg,html.style4 .colorfull .media-right li:nth-child(5n+80) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+81) a svg,html.style4 .colorfull .media-right li:nth-child(5n+82) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+83) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+84) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+85) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+86) a svg,html.style4 .colorfull .media-right li:nth-child(5n+87) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+88) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+89) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+90) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+91) a svg{stroke:#e0a900!important}html.style4 .colorfull .media-right li:nth-child(5n+92) a svg,html.style4 .colorfull .media-right li:nth-child(5n+93) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+94) a svg{stroke:#00a09a!important}html.style4 .colorfull .media-right li:nth-child(5n+95) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+96) a svg{stroke:#32a42a!important}html.style4 .colorfull .media-right li:nth-child(5n+97) a svg{stroke:#f72900!important}html.style4 .colorfull .media-right li:nth-child(5n+98) a svg{stroke:#111b23!important}html.style4 .colorfull .media-right li:nth-child(5n+100) a svg,html.style4 .colorfull .media-right li:nth-child(5n+99) a svg{stroke:#e0a900!important}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+1)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+1)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+1)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+1)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+1)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+1)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+1)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+1)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+2)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+2)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+2)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+2)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+2)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+2)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+2)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+2)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+3)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+3)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+3)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+3)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+3)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+3)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+3)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+3)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+4)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+5)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+4)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+5)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+4)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+5)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+4)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+5)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+4)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+5)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+4)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+5)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+4)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+5)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+4)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+5)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+6)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+7)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+6)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+7)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+6)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+7)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+6)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+7)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+6)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+7)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+6)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+7)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+6)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+7)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+6)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+7)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+10)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+11)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+12)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+8)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+9)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+10)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+11)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+12)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+8)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+9)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+10)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+11)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+12)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+8)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+9)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+10)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+11)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+12)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+8)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+9)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+10)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+11)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+12)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+8)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+9)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+10)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+11)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+12)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+8)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+9)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+10)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+11)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+12)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+8)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+9)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+10)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+11)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+12)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+8)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+9)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+13)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+13)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+13)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+13)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+13)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+13)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+13)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+13)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+14)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+14)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+14)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+14)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+14)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+14)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+14)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+14)>h5{color:#2e9826!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+15)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+15)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+15)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+15)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+15)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+15)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+15)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+15)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+16)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+16)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+16)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+16)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+16)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+16)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+16)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+16)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+17)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+17)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+17)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+17)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+17)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+17)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+17)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+17)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+18)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+19)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+18)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+19)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+18)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+19)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+18)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+19)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+18)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+19)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+18)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+19)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+18)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+19)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+18)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+19)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+20)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+20)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+20)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+20)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+20)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+20)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+20)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+20)>h5{color:#2e9826!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+21)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+22)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+21)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+22)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+21)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+22)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+21)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+22)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+21)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+22)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+21)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+22)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+21)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+22)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+21)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+22)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+23)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+23)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+23)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+23)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+23)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+23)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+23)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+23)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+24)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+24)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+24)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+24)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+24)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+24)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+24)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+24)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+25)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+25)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+25)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+25)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+25)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+25)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+25)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+25)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+26)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+26)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+26)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+26)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+26)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+26)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+26)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+26)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+27)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+27)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+27)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+27)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+27)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+27)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+27)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+27)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+28)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+28)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+28)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+28)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+28)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+28)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+28)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+28)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+29)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+29)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+29)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+29)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+29)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+29)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+29)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+29)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+30)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+30)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+30)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+30)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+30)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+30)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+30)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+30)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+31)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+32)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+31)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+32)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+31)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+32)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+31)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+32)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+31)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+32)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+31)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+32)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+31)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+32)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+31)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+32)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+33)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+33)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+33)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+33)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+33)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+33)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+33)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+33)>h5{color:#2e9826!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+34)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+34)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+34)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+34)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+34)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+34)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+34)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+34)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+35)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+35)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+35)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+35)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+35)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+35)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+35)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+35)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+36)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+36)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+36)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+36)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+36)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+36)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+36)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+36)>h5{color:#2e9826!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+37)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+37)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+37)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+37)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+37)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+37)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+37)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+37)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+38)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+38)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+38)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+38)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+38)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+38)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+38)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+38)>h5{color:#2e9826!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+39)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+40)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+39)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+40)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+39)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+40)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+39)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+40)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+39)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+40)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+39)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+40)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+39)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+40)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+39)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+40)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+41)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+41)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+41)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+41)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+41)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+41)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+41)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+41)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+42)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+42)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+42)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+42)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+42)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+42)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+42)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+42)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+43)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+43)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+43)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+43)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+43)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+43)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+43)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+43)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+44)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+44)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+44)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+44)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+44)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+44)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+44)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+44)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+45)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+45)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+45)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+45)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+45)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+45)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+45)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+45)>h5{color:#2e9826!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+46)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+46)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+46)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+46)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+46)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+46)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+46)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+46)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+47)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+47)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+47)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+47)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+47)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+47)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+47)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+47)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+48)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+48)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+48)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+48)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+48)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+48)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+48)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+48)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+49)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+49)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+49)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+49)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+49)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+49)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+49)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+49)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+50)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+50)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+50)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+50)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+50)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+50)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+50)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+50)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+51)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+51)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+51)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+51)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+51)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+51)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+51)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+51)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+52)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+52)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+52)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+52)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+52)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+52)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+52)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+52)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+53)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+53)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+53)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+53)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+53)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+53)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+53)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+53)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+54)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+55)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+56)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+57)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+54)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+55)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+56)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+57)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+54)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+55)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+56)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+57)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+54)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+55)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+56)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+57)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+54)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+55)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+56)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+57)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+54)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+55)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+56)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+57)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+54)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+55)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+56)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+57)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+54)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+55)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+56)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+57)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+58)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+58)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+58)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+58)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+58)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+58)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+58)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+58)>h5{color:#2e9826!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+59)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+59)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+59)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+59)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+59)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+59)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+59)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+59)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+60)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+61)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+60)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+61)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+60)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+61)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+60)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+61)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+60)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+61)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+60)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+61)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+60)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+61)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+60)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+61)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+62)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+63)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+62)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+63)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+62)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+63)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+62)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+63)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+62)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+63)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+62)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+63)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+62)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+63)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+62)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+63)>h5{color:#2e9826!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+64)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+64)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+64)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+64)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+64)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+64)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+64)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+64)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+65)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+65)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+65)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+65)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+65)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+65)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+65)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+65)>h5{color:#2e9826!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+66)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+66)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+66)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+66)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+66)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+66)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+66)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+66)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+67)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+68)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+67)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+68)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+67)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+68)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+67)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+68)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+67)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+68)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+67)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+68)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+67)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+68)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+67)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+68)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+69)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+69)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+69)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+69)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+69)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+69)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+69)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+69)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+70)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+71)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+72)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+73)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+70)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+71)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+72)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+73)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+70)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+71)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+72)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+73)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+70)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+71)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+72)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+73)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+70)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+71)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+72)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+73)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+70)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+71)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+72)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+73)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+70)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+71)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+72)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+73)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+70)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+71)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+72)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+73)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+74)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+74)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+74)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+74)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+74)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+74)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+74)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+74)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+75)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+75)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+75)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+75)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+75)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+75)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+75)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+75)>h5{color:#2e9826!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+76)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+76)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+76)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+76)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+76)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+76)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+76)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+76)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+77)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+77)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+77)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+77)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+77)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+77)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+77)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+77)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+78)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+79)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+78)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+79)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+78)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+79)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+78)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+79)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+78)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+79)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+78)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+79)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+78)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+79)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+78)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+79)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+80)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+80)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+80)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+80)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+80)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+80)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+80)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+80)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+81)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+81)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+81)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+81)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+81)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+81)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+81)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+81)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+82)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+82)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+82)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+82)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+82)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+82)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+82)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+82)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+83)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+83)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+83)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+83)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+83)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+83)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+83)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+83)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+84)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+84)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+84)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+84)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+84)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+84)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+84)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+84)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+85)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+85)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+85)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+85)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+85)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+85)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+85)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+85)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+86)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+86)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+86)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+86)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+86)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+86)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+86)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+86)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+87)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+87)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+87)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+87)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+87)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+87)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+87)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+87)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+88)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+89)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+88)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+89)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+88)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+89)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+88)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+89)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+88)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+89)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+88)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+89)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+88)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+89)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+88)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+89)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+90)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+90)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+90)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+90)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+90)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+90)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+90)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+90)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+91)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+91)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+91)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+91)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+91)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+91)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+91)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+91)>h5{color:#00918b!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+92)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+92)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+92)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+92)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+92)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+92)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+92)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+92)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+93)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+94)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+93)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+94)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+93)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+94)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+93)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+94)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+93)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+94)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+93)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+94)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+93)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+94)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+93)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+94)>h5{color:#d19d00!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+95)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+95)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+95)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+95)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+95)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+95)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+95)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+95)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+96)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+96)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+96)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+96)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+96)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+96)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+96)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+96)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+97)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+98)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+97)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+98)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+97)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+98)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+97)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+98)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+97)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+98)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+97)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+98)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+97)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+98)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+97)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+98)>h5{color:#e82600!important;background-color:#daf6f5}html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+100)>h5,html.style4 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+99)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+100)>h5,html.style4 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+99)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+100)>h5,html.style4 .colorfull .replies .msg-box>li:nth-child(5n+99)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+100)>h5,html.style4 .colorfull .replies .msg-box>li>li:nth-child(5n+99)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+100)>h5,html.style4 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+99)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+100)>h5,html.style4 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+99)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+100)>h5,html.style4 .colorfull .sent .msg-box>li:nth-child(5n+99)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+100)>h5,html.style4 .colorfull .sent .msg-box>li>li:nth-child(5n+99)>h5{color:#0c1319!important;background-color:#daf6f5}html.style4 .colorfull .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{background-color:#2e9826!important;box-shadow:-1px 10px 16px -10px #3fcc35}html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+1):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+10):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+100):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+11):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+12):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+13):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+14):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+15):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+16):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+17):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+18):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+19):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+2):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+20):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+21):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+22):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+23):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+24):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+25):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+26):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+27):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+28):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+29):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+3):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+30):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+31):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+32):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+33):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+34):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+35):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+36):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+37):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+38):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+39):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+4):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+40):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+41):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+42):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+43):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+44):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+45):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+46):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+47):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+48):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+49):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+5):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+50):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+51):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+52):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+53):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+54):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+55):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+56):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+57):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+58):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+59):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+6):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+60):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+61):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+62):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+63):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+64):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+65):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+66):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+67):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+68):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+69):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+7):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+70):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+71):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+72):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+73):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+74):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+75):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+76):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+77):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+78):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+79):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+8):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+80):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+81):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+82):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+83):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+84):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+85):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+86):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+87):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+88):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+89):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+9):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+90):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+91):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+92):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+93):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+94):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+95):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+96):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+97):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+98):before,html.style4 .colorfull .theme-tab .chat-main li.active:nth-child(5n+99):before{border-left:4px solid #223645}html.style4 .bg-default{background-image:linear-gradient(#ebfafa)}html.style4 .grediant-1{background-image:linear-gradient(359.3deg,rgba(0,211,203,.1) 1%,hsla(0,0%,73%,0) 70.9%)}html.style4 .grediant-2{background-image:radial-gradient(circle 328px at 2.9% 15%,#bfe0fb 0,#e8e9fb 25.8%,#fceffa 50.8%,#eafbfb 77.6%,#f0fbf4 100.7%)}html.style4 .grediant-3{background-image:linear-gradient(109.6deg,#dfeaf7 11.2%,#f4f8fc 91.1%)}html.style4 .grediant-4{background-image:linear-gradient(-109.6deg,#cce4f7 11.2%,#edf6fa 100.2%)}html.style4 .grediant-5{background-image:radial-gradient(circle farthest-corner at 10% 20%,#eff6f9 0,#ceeffd 90%)}html.style4 .grediant-6{background-image:radial-gradient(circle farthest-corner at 10% 20%,#e2f0fe 0,#fff7e4 90%)}html.style4 .inner-card{background-color:#fff;padding:15px}html.style4 .header-inner{padding-bottom:55px}html.style4 .header .dropdown-menu a{display:block}html.style4 .landing-header .dropdown-menu{padding:15px 20px;border-radius:15px;border:1px solid #e5f0fa;min-width:13rem}html.style4 .landing-header .dropdown-menu .nav-link{line-height:1}html.style4 .landing-header .dropdown-menu .nav-link a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:rgba(0,0,0,.5)}html.style4 .header-typography .typography h6{margin-bottom:8px!important}html.style4 .inner-page{background-color:rgba(0,211,203,.025)}html.style4 .inner-page header{position:relative;padding-bottom:30px;padding-top:30px;z-index:2}html.style4 .inner-page header .landing-header .landing-header-left{width:100%;justify-content:space-between}html.style4 .inner-page header .landing-header .landing-header-left .main-menu ul li a{font-weight:500;color:#223645}html.style4 .inner-page section{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}html.style4 .page-decore{height:100vh;width:100vw;top:0;overflow:hidden;position:fixed;background-color:rgba(0,211,203,.025);z-index:-1}html.style4 .page-decore li{position:absolute}html.style4 .page-decore .top{top:-10px;right:-30px;transform:rotate(130deg)}html.style4 .page-decore .top img{animation:animatone 15s linear infinite}html.style4 .page-decore .bottom{bottom:-30px;left:-20px;transform:rotate(-45deg)}html.style4 .page-decore .bottom img{animation:animatone 25s linear infinite reverse}html.style4 .breadcrumb-main{padding-top:calc(15px + 10*(100vw - 320px)/1600);padding-bottom:calc(15px + 10*(100vw - 320px)/1600)}html.style4 .breadcrumb-main .custom-container{display:flex;align-items:center;justify-content:space-between}html.style4 .breadcrumb-main h2{color:#fff;font-weight:600;display:inline-block;font-size:calc(18px + 10*(100vw - 320px)/1600)}html.style4 .breadcrumb-main ul{float:right}html.style4 .breadcrumb-main ul li{display:inline-block;text-transform:capitalize;position:relative}html.style4 .breadcrumb-main ul li a{color:#fff;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style4 .breadcrumb-main ul li+li{margin-left:34px}html.style4 .breadcrumb-main ul li+li:before{content:"/";position:absolute;left:-20px;color:#fff;top:4px}html.style4 .blog-card{background-color:#daf6f5;transition:all .5s ease}html.style4 .blog-page .col-xl-3{z-index:0}html.style4 ul.tags li{display:inline-block;padding:5px 15px;border:1px solid #ddd;border-radius:5px;margin-right:5px;background-color:#fff}html.style4 ul.tags li a{color:#223645;font-weight:500}html.style4 .blog-page .blog-sidebar p{line-height:20px;margin-bottom:0}html.style4 .blog-page .blog-sidebar h5{margin-bottom:5px}html.style4 .blog-page .blog-sidebar h4{color:#223645;text-transform:uppercase;font-weight:600;margin-bottom:20px;line-height:20px;letter-spacing:1px}html.style4 .blog-page .blog-sidebar .blog-card .recent-blog li .media img{width:100px;margin-right:15px}html.style4 .blog-page .blog-sidebar .blog-card .recent-blog li+li{margin-top:30px}html.style4 .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{background-color:#00d3cb;height:70px;width:70px;margin:0 15px 0 0;padding:15px;border-radius:15px;text-align:center}html.style4 .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date span{display:block;text-align:center;color:#fff;text-transform:uppercase}html.style4 .blog-page .blog-sidebar .blog-card .popular-blog li+li{margin-top:30px}html.style4 .blog-page .blog-sidebar .blog-card .popular-blog li p{margin-top:10px}html.style4 .blog-page .blog-sidebar .blog-card+.blog-card{margin-top:30px}html.style4 .blog-page .blog-sidebar .blog-card .blog-search .input-group{align-items:center;border-radius:15px;background-color:#fff;border:none}html.style4 .blog-page .blog-sidebar .blog-card .blog-search .input-group input{border-radius:15px;background-color:#fff;border:none}html.style4 .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{border:none}html.style4 .blog-page .blog-sidebar .blog-card .blog-search .input-group span{background:transparent;border:none}html.style4 .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{font-size:14px}html.style4 .blog-page .blog-sidebar .blog-card .blog-follow li{display:inline-block;margin-right:15px}html.style4 .blog-page .blog-sidebar .blog-card .blog-follow li i{font-size:16px;background-color:#fff;padding:5px;border-radius:50%;width:33px;height:33px;display:flex;align-items:center;justify-content:center}html.style4 .blog-page .blog-sidebar .blog-card .blog-follow li i:hover{background-color:#00d3cb;color:#fff}html.style4 .blog-page .blog-sidebar .blog-card .blog-follow li:last-child{margin-right:0}html.style4 .blog-page .blog-media{margin-bottom:30px}html.style4 .blog-page .blog-media:last-child{margin-bottom:0}html.style4 .blog-page .blog-media .blog-right{padding-top:30px;padding-left:10px;text-transform:capitalize}html.style4 .blog-page .blog-media .blog-right h6{color:#00d3cb;text-transform:uppercase;margin-bottom:10px;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style4 .blog-page .blog-media .blog-right h4{color:#223645;font-weight:500;line-height:1.5;margin-bottom:15px}html.style4 .blog-page .blog-media .blog-right p{line-height:1.8;margin-bottom:0;letter-spacing:.04em}html.style4 .blog-page .blog-media .blog-right ul{color:#647589;margin-bottom:10px}html.style4 .blog-page .blog-media .blog-right ul li{font-size:14px;line-height:1.5;display:inline-block}html.style4 .blog-page .blog-media .blog-right ul li i{padding-right:10px}html.style4 .blog-page .blog-media .blog-right ul li+li{padding-left:15px;margin-left:15px;border-left:1px solid #ddd}html.style4 .blog-page .blog-media .blog-left img{border-radius:15px}html.style4 .blog-page .blog-side{background-color:rgba(229,237,245,.5);padding:15px;border-radius:15px}html.style4 .blog-card{background-color:rgba(218,246,245,.5);border-radius:15px;padding:30px}html.style4 .blog-card ul.tags{margin-bottom:-10px}html.style4 .blog-card ul.tags li{margin-bottom:10px;color:#fff;background-color:#00d3cb}html.style4 .blog-card ul.tags li a{color:#fff}html.style4 .blog-card .default-form .form-group input,html.style4 .blog-card .default-form .form-group textarea{border:1px solid #daf6f5;background-color:#fff;padding:20px}html.style4 .popular-blog h3{margin-bottom:5px!important;color:#fff}html.style4 .blog-detail-page h3{margin-bottom:20px}html.style4 .blog-detail-page .blog-detail p:last-child{margin-bottom:0}html.style4 .blog-detail-page .blog-detail img{margin-bottom:30px;border-radius:15px}html.style4 .blog-detail-page .blog-detail p{line-height:1.8}html.style4 .blog-detail-page .blog-detail .post-social{color:#647589;text-align:left;margin-bottom:10px;padding-top:20px;border-bottom:1px solid #daf6f5;padding-bottom:10px}html.style4 .blog-detail-page .blog-detail .post-social ul{display:inline-block}html.style4 .blog-detail-page .blog-detail .post-social ul.social-group{float:right;margin-top:-7px}html.style4 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn,html.style4 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm{height:24px;width:24px}html.style4 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,html.style4 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{font-size:12px;margin-right:0;margin-left:2px;margin-top:2px}html.style4 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-linkedin,html.style4 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-linkedin{margin-top:0}html.style4 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-instagram,html.style4 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-instagram{margin-top:1px}html.style4 .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-left:8px;margin-left:0}html.style4 .blog-detail-page .blog-detail .post-social li{display:inline-block}html.style4 .blog-detail-page .blog-detail .post-social li i{margin-right:10px}html.style4 .blog-detail-page .blog-detail .post-social li+li{padding-left:15px;margin-left:15px;border-left:1px solid #eff1f2}html.style4 .blog-detail-page .blog-contact{margin-top:30px}html.style4 .blog-detail-page .blog-contact h2{margin-bottom:30px;margin-top:-5px}html.style4 .blog-detail-page .blog-contact .theme-form label{text-transform:capitalize;color:#647589;font-size:16px;font-weight:700;margin-bottom:15px}html.style4 .blog-detail-page .blog-contact .theme-form input,html.style4 .blog-detail-page .blog-contact .theme-form textarea{border-radius:15px;background-color:#fff;border:none}html.style4 .blog-detail-page .blog-commant{margin-top:30px}html.style4 .blog-detail-page .blog-commant .comment-section .replay{padding-left:50px;padding-top:25px}html.style4 .blog-detail-page .blog-commant .comment-section li+li{padding-top:25px;margin-top:25px;border-top:1px solid #daf6f5}html.style4 .blog-detail-page .blog-commant .comment-section li img{height:50px;width:50px;margin-right:20px;border-radius:100%}html.style4 .blog-detail-page .blog-commant .comment-section li h6{text-transform:uppercase;font-weight:700;margin-bottom:5px;letter-spacing:1px;color:#223645}html.style4 .blog-detail-page .blog-commant .comment-section li span{font-size:13px;font-weight:500;text-transform:capitalize;color:#647589;margin-bottom:10px;display:block}html.style4 .blog-detail-page .blog-commant .comment-section li p{line-height:1.8;margin-bottom:0}html.style4 .faq-block{background-color:rgba(229,237,245,.5);border-radius:15px;padding:30px 15px}html.style4 .faq-block .icon-btn{margin-top:10px}html.style4 .faq-block .media{position:relative}html.style4 .faq-section .faq-decor{position:absolute;right:-20px;bottom:-20px;z-index:-1;animation:animatow 30s linear infinite;opacity:.2}html.style4 .faq-section .accordion.theme-accordion .card{margin-top:10px;border-radius:15px;overflow:hidden;border:1px solid #dce4ea;background:transparent}html.style4 .faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type,html.style4 .faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type){border-bottom:1px solid #eff1f2}html.style4 .faq-section .accordion.theme-accordion .card:first-child{margin-top:0;padding:0}html.style4 .faq-section .accordion.theme-accordion .card .card-header{padding:0 30px 0 0;border-bottom:0;transition:all .3s ease;background-color:#edf4fa}html.style4 .faq-section .accordion.theme-accordion .card .card-header button{color:#223645;text-align:left;font-size:17px;padding:18px;font-weight:600;display:block;width:100%;background-color:transparent;border:none}html.style4 .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]{color:#00d3cb}html.style4 .faq-section .accordion.theme-accordion .card .card-header button:focus{outline:none}html.style4 .faq-section .accordion.theme-accordion .card .card-header button:before{content:"";position:absolute;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:6px solid #000;right:20px;top:25px;transition:all .3s ease}html.style4 .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-top:0;border-bottom:6px solid #00d3cb;transition:all .3s ease}html.style4 .faq-section .accordion.theme-accordion .card .card-header button:hover{text-decoration:none;color:#00d3cb;transition:all .3s ease}html.style4 .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #dce4ea}html.style4 .faq-section .accordion.theme-accordion .card .card-body{padding:15px 18px}html.style4 .faq-section .accordion.theme-accordion .card .card-body p{margin-bottom:0;font-size:14px;color:#223645;line-height:1.8;letter-spacing:.06em}html.style4 .faq-section h2{margin-bottom:5px}html.style4 .error-main .error-contain{text-align:center;padding-top:calc(50px + 150*(100vw - 320px)/1600);padding-bottom:calc(50px + 150*(100vw - 320px)/1600)}html.style4 .error-main .error-contain h1{font-size:calc(80px + 70*(100vw - 320px)/1600);color:#00d3cb;line-height:.8;margin-bottom:40px;text-shadow:5px 5px 10px #00d3cb}html.style4 .error-main .error-contain h2{margin-bottom:20px}html.style4 .error-main .error-contain h4{margin-bottom:20px;line-height:1.8}html.style4 .error-main .error-contain .animated-bg i{background:#d4ecfd;position:absolute;height:100px;width:100px;border-radius:100%;opacity:.3;transform:scale(1.3);animation:ripple1 4s linear infinite;margin:0 auto;top:45%;transform:translate(0);left:0;right:0;z-index:-1}html.style4 .error-main .error-contain .animated-bg i:first-child{animation:ripple2 4s linear infinite}html.style4 .error-main .error-contain .animated-bg i:nth-child(2){animation:ripple2 3s linear infinite}html.style4 .error-main .error-contain .animated-bg i:nth-child(3){animation:ripple3 2s linear infinite}html.style4 .about-page{background-color:#ebfafa}html.style4 .about-page p{font-size:calc(14px + 4*(100vw - 320px)/1600);margin-bottom:-2px}html.style4 .about-page .about-title{display:flex;text-transform:capitalize}html.style4 .about-page .about-title h1{line-height:1.3;font-size:calc(20px + 28*(100vw - 320px)/1600)}html.style4 .about-page .about-title p{line-height:2;letter-spacing:1px;text-transform:capitalize;margin-bottom:0}html.style4 .about-page .about-tab{display:flex;border:1px solid #eff1f2;padding:15px;background-color:#fff}html.style4 .about-page .about-tab .nav{border-right:1px solid #eff1f2}html.style4 .about-page .about-tab .nav .nav-link:active{background-color:transparent}html.style4 .about-page .about-tab .tab-content{padding:15px;font-size:calc(14px + 16*(100vw - 320px)/1600);font-weight:400;text-transform:capitalize;display:flex;align-items:center}html.style4 .about-page .about-tab .nav-pills .nav-link{width:-moz-fit-content;width:fit-content;font-size:calc(18px + 2*(100vw - 320px)/1600);text-transform:capitalize;line-height:1;font-weight:800;color:#223645}html.style4 .about-page .about-tab .nav-pills .nav-link.active{background-color:transparent}html.style4 .about-page .about-tab ul{display:unset}html.style4 .about-page .about-img h2{margin-bottom:15px;text-transform:capitalize}html.style4 .about-page .about-img p{line-height:2;letter-spacing:1px;margin-bottom:0}html.style4 .about-page .about-right-content{height:100%;align-items:center;display:flex}html.style4 .counter-sec{visibility:visible}html.style4 .counter-sec .counter-title{justify-content:center!important;margin-bottom:calc(30px + 30*(100vw - 320px)/1600);text-align:center!important;position:relative!important;overflow:hidden!important;width:100%!important}html.style4 .counter-sec .counter-title .title-line{position:relative;display:inline-block;font-weight:600;text-transform:uppercase!important;font-size:calc(20px + 4*(100vw - 320px)/1600);margin-top:-2px}html.style4 .counter-sec .counter-title .title-line:before{right:100%;margin-right:25px}html.style4 .counter-sec .counter-title .title-line:after,html.style4 .counter-sec .counter-title .title-line:before{content:"";position:absolute;top:48%;transform:translateY(-48%);height:1px;width:99%;display:block;border-bottom:5px solid #00d3cb;opacity:.15}html.style4 .counter-sec .counter-title .title-line:after{left:100%;margin-left:25px}html.style4 .counter-sec .counter-main{visibility:visible;text-align:center!important}html.style4 .counter-sec .counter-slider{margin-top:-20px;margin-bottom:-20px}html.style4 .counter-box-second{position:relative;margin:20px auto;width:200px;height:200px;border-radius:30px;transition:box-shadow 1s;display:flex;justify-content:center;align-items:center;background-color:#ebfafa}html.style4 .counter-box-second:hover{box-shadow:0 5px 35px 0 rgba(0,0,0,.1)}html.style4 .counter-box-second .counter-box{text-align:center}html.style4 .counter-box-second .counter-box .counter-icon{font-size:40px;margin-bottom:10px;color:#00d3cb}html.style4 .counter-box-second .counter-box h6{font-weight:600;color:#232323;margin-bottom:0!important;display:block!important;font-size:24px}html.style4 .counter-box-second .counter-box h6.counter{animation-duration:1s;animation-delay:0s}html.style4 .counter-box-second .counter-box span{font-size:14px;margin-top:10px;display:block}html.style4 .element-card{margin-top:30px;border:0;transition:all .3s ease;letter-spacing:.5px;border-radius:8px;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:30px 20px;overflow:hidden}html.style4 .element-card .theme-tab .tab-content{margin-bottom:20px}html.style4 .element-card .heading{padding:.75rem 1.25rem;margin-bottom:0;border-bottom:1px solid #eff1f2}html.style4 .element-card .element-card-body{padding:.75rem 1.25rem;margin-bottom:-5px}html.style4 .element-card .element-card-body .dot-btn,html.style4 .element-card .element-card-body .icon-btn{margin-bottom:5px}html.style4 .element-card .typography .fonts,html.style4 .element-card .typography .fonts .profile,html.style4 .element-card .typography h1,html.style4 .element-card .typography h2,html.style4 .element-card .typography h3,html.style4 .element-card .typography h4,html.style4 .element-card .typography h5,html.style4 .element-card .typography h6{margin-bottom:20px}html.style4 .element-card .typography .font_label{margin-right:20px}html.style4 .element-card .element-card-body .fonts a+a{margin-left:20px}html.style4 .element-card .element-card-body .fonts .dot-btn{margin-right:20px}html.style4 .element-card .chat-main .details h5,html.style4 .element-card .chat-main .details h6{margin-bottom:0}html.style4 .element-card .chat-main .date-status{top:50%!important;transform:translateY(-50%)}html.style4 .element-card .chat-main .date-status h6{margin-bottom:0}html.style4 .element-images .element-card-header h2{margin-top:-5px}html.style4 .element-images .element-card-body{margin-bottom:3px}html.style4 .element-font .element-card-header h2{margin-top:-4px}html.style4 .element-font .element-card-body{margin-bottom:-17px}html.style4 .element-badge .element-card-body{margin-bottom:5px}html.style4 .element-badge .element-card-body.label-spacing{margin-bottom:-18px}html.style4 .element-badge .element-card-body.element-dot{margin-bottom:-3px}html.style4 .background .element-card .element-card-header h2{margin-top:-2px}html.style4 .background .element-card .element-card-body{margin-bottom:3px}html.style4 .background .element-button.element-card .element-card-body{margin-bottom:-18px}html.style4 .Icons .element-card .element-card-header h2{margin-top:-2px}html.style4 .Icons .element-card .element-card-body:last-child{margin-bottom:-24px}html.style4 .theme_btn_group .element-card .element-card-header h2{margin-top:-2px}html.style4 .theme_btn_group .element-card .element-card-body{margin-bottom:-22px}html.style4 .massage_box .element-msg .element-card-header h2{margin-top:-3px}html.style4 .massage_box .element-msg .element-card-body{margin-bottom:-36px}html.style4 .massage_box .chat-main{margin-bottom:5px}html.style4 .massage_box .element-card .document{margin-bottom:-14px}html.style4 .massage_box .element-card .element-card-body .share-media{margin-bottom:6px}html.style4 .massage_box .element-card .element-card-body .share-media .row{margin:0}html.style4 .element-animate .element-card-header h2{margin-top:-3px}html.style4 .element-animate .popup-group{margin-bottom:-18px}html.style4 .testimonial-title{margin-bottom:-80px;margin-top:100px}html.style4 .element-span-prag .element-card .small_prag{margin-bottom:20px}html.style4 .element-span-prag p{margin-bottom:5px}html.style4 .faq-block .search-form{left:-2px;top:-5px;height:60px}html.style4 .inner-page~div .testimonial-back-content{display:none}html.style4 .section-pb-space{padding-bottom:100px}html.style4 .section-pt-space{padding-top:100px}html.style4 .section-py-space{padding-top:100px;padding-bottom:100px}html.style4 #price .slick-slider{margin:-20px 0}html.style4 .landing-title{position:relative;text-align:center}html.style4 .landing-title h1{font-size:calc(80px + 40*(100vw - 320px)/1600);color:#1c77ed;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.05;position:absolute;top:0;left:0;right:0;text-align:center;display:flex;justify-content:center}html.style4 .landing-title .sub-title{display:flex;justify-content:center;margin-bottom:50px}html.style4 .landing-title .sub-title h4{font-size:calc(12px + 5*(100vw - 320px)/1600);color:#1c77ed;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:10px;letter-spacing:3px;margin-top:-2px}html.style4 .landing-title .sub-title h2{font-size:calc(16px + 20*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;width:550px;text-transform:capitalize;line-height:1.3;margin-bottom:-2px}html.style4 .btn{border:none}html.style4 .app-btn{border-radius:10px;background-color:rgba(28,119,237,.1);color:#1c77ed;text-transform:uppercase;padding:16px 25px}html.style4 .pricing-btn{border-radius:8px;background-color:#00d3cb;color:#fff}html.style4 header{padding-top:55px;position:absolute;top:0;width:100%;z-index:1}html.style4 header .landing-header .navbar{flex-direction:unset}html.style4 header .landing-header .navbar-collapse{width:100%}html.style4 header .landing-header .navbar-collapse .navbar-nav{flex-direction:unset;align-items:center;height:100%;padding-left:140px}html.style4 header .landing-header .navbar-collapse .navbar-nav .nav-item{display:inline-block;position:relative;margin-left:30px;font-weight:600;text-transform:uppercase;font-size:calc(13px + 3*(100vw - 320px)/1600);transition:all .3s ease}html.style4 header .landing-header .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#00d3cb!important}html.style4 header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:rgba(0,0,0,.7)}html.style4 header .landing-header.fixed{position:fixed;width:100%;background-color:#00d3cb;z-index:9;padding:5px 50px;max-width:95%;left:50%;transform:translateX(-50%);border-radius:20px;top:10px;box-shadow:0 0 30px rgba(29,168,253,.5)}html.style4 header .landing-header.fixed .main-menu .navbar-nav>li>a,html.style4 header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#fff!important}html.style4 header .landing-header .navbar-collapse ul li a{color:#fff;font-weight:700;font-size:15px}html.style4 .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link,html.style4 .landing-page .landing-header .navbar-light .navbar-nav .nav-link,html.style4 header .landing-header .navbar-collapse ul .active a,html.style4 header.theme-landing .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff}html.style4 .theme-landing{z-index:2;position:relative}html.style4 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important}html.style4 .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}html.style4 .slider-block .downlaod .footer-btn .btn .fa-apple{margin-left:1px}html.style4 .slider-block .downlaod .footer-btn .btn .fa-play{margin-left:3px}html.style4 .slider-block .slider-main .slider-contain h1{margin-bottom:10px}html.style4 .light-bg{background-color:rgba(0,211,203,.05)}html.style4 .app-design-main{text-align:center;padding-top:45px;padding-bottom:50px}html.style4 .app-design-main .icon-box{border-radius:35px;background-color:#fff;box-shadow:0 0 30px rgba(29,168,253,.1);width:-moz-fit-content;width:fit-content;padding:30px;margin:0 auto;transition:all .5s ease}html.style4 .app-design-main .icon-box i{font-size:40px;color:#1da8fd}html.style4 .app-design-main .app-hover{position:absolute;top:-2px;left:27%;opacity:0;z-index:-1;transition:all .5s ease}html.style4 .app-design-main.hover,html.style4 .app-design-main:hover{cursor:pointer}html.style4 .app-design-main.hover .app-hover,html.style4 .app-design-main:hover .app-hover{opacity:1}html.style4 .app-design-main.hover .icon-box,html.style4 .app-design-main:hover .icon-box{background-color:#1da8fd;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}html.style4 .app-design-main.hover .icon-box i,html.style4 .app-design-main:hover .icon-box i{color:#fff}html.style4 .app-design-main .contant-box{margin-top:40px}html.style4 .app-design-main .contant-box h2{font-size:calc(16px + 10*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize}html.style4 .app-design-main .contant-box h4{font-size:calc(13px + 2*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:300;text-transform:capitalize;line-height:1.8;width:293px;margin:20px auto -6px}html.style4 .chitchat-main{position:relative;overflow:hidden}html.style4 .chitchat-main .landing-title .sub-title h2{margin-bottom:-9px}html.style4 .chitchat-main .chitchat-contain{display:flex;align-items:center;height:100%}html.style4 .chitchat-main .chitchat-contain .chitchat-img{margin-top:-5px}html.style4 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:35px}html.style4 .chitchat-main .chitchat-contain h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px}html.style4 .chitchat-main .chitchat-contain h3 span{font-weight:600;font-size:calc(16px + 6*(100vw - 320px)/1600)}html.style4 .chitchat-main .chitchat-contain h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:50px;width:560px}html.style4 .chitchat-main .chitchat-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#223645;font-family:Roboto,sans-serif;font-weight:400;margin-bottom:40px;line-height:1.6}html.style4 .chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:15px;font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300}html.style4 .chitchat-main .chitchat-contain ul.detial-price li:last-child{margin-bottom:0}html.style4 .chitchat-main .chitchat-contain ul.detial-price li i{color:#00d3cb;margin-right:20px}html.style4 .chitchat-main .chitchat-contain .pricing-btn{color:#fff;margin-top:45px}html.style4 .chitchat-main .chitchat-back-block .chit-chat1{position:absolute;top:28%;left:16%;z-index:-1;animation:animatow 30s linear infinite}html.style4 .chitchat-main .chitchat-back-block .chit-chat2{position:absolute;top:33%;right:8%;z-index:-1;animation:animatow 30s linear infinite}html.style4 .chitchat-main .chitchat-back-block .chit-chat3{position:absolute;top:54%;left:33%;z-index:-1;animation:slidemain 50s linear infinite}html.style4 .ply-main{display:flex;align-items:center;margin-bottom:30px}html.style4 .ply-main .ply-content{background-color:rgba(0,211,203,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style4 .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style4 .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style4 .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}html.style4 .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style4 .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style4 .slider-block{background-color:#eff8ff;background-image:url(/assets/images/landing/1.jpg);overflow:hidden;position:relative;background-position:100%;background-size:cover}html.style4 .slider-block .downlaod .footer-btn .btn{padding:13px 23px}html.style4 .slider-block .inner1{position:absolute;top:50%;left:43%;animation:animatone 15s linear infinite}html.style4 .slider-block .slider-main{display:flex;align-items:center;height:100vh}html.style4 .slider-block .slider-main .slider-contain .ply-main{display:flex;align-items:center;margin-bottom:30px}html.style4 .slider-block .slider-main .slider-contain .ply-main .ply-content{background-color:rgba(0,211,203,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style4 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style4 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:30%;height:30%}html.style4 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style4 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}html.style4 .slider-block .slider-main .slider-contain .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style4 .slider-block .slider-main .slider-contain .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style4 .slider-block .slider-main .slider-contain h1{font-size:calc(20px + 28*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:17px;width:400px;line-height:1.2}html.style4 .slider-block .slider-main .slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:35px;line-height:1.8}html.style4 .slider-block .slider-main .slider-contain h4 span{color:#1c77ed;font-size:110%}html.style4 .slider-block .slider-main .slider-contain .header-btn{display:flex;align-items:center}html.style4 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn h4{margin-bottom:0;color:#fff;line-height:1;width:-moz-fit-content;width:fit-content}html.style4 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn h4{margin-bottom:0;line-height:1;width:-moz-fit-content;width:fit-content}html.style4 .slider-block .chat-slide{position:absolute;right:0;width:50%;top:0}html.style4 .team-work-main{position:relative}html.style4 .team-work-main .team-work-content{display:flex;align-items:center;height:100%}html.style4 .team-work-main .team-work-content .ply-main{display:flex;align-items:center;margin-bottom:40px}html.style4 .team-work-main .team-work-content .ply-main .ply-content{background-color:rgba(0,211,203,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style4 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.25));background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style4 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style4 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style4 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px;margin-left:6px}html.style4 .team-work-main .team-work-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style4 .team-work-main .team-work-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style4 .team-work-main .team-work-content h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px;width:582px}html.style4 .team-work-main .team-work-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:400;width:517px;line-height:1.8}html.style4 .team-work-main .team-work-content .pricing-btn{color:#fff;margin-top:40px}html.style4 .team-work-main .team1{position:absolute;top:100px;right:36%}html.style4 .team-work-main .team2{position:absolute;top:13%;right:28%;animation:animatow 15s linear infinite}html.style4 .team-work-main .team3{position:absolute;top:30%;right:42%}html.style4 .team-work-main .team4{position:absolute;top:30%;right:9%}html.style4 .team-work-main .team5{position:absolute;top:100px;left:30%}html.style4 .collaboration-main .collaboration-content{text-align:center;margin-bottom:85px;display:flex;justify-content:center;align-items:center}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{display:inline-block;margin-right:75px}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item:last-child{margin-right:0}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));background-color:#fff;border-radius:15px;padding:0}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{border-radius:15px;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:20px 30px}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:20px}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:30px;font-weight:900}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;line-height:1;margin-bottom:10px;text-transform:capitalize;text-align:left}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content p{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;margin-bottom:0;line-height:1;text-transform:capitalize}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main{background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9)}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content h3,html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content p{color:#fff}html.style4 .collaboration-main .tab-detail{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));width:-moz-fit-content;width:fit-content;margin:0 auto}html.style4 .testimonial-main .slick-slider .slick-list{margin:0 -30px}html.style4 .testimonial-main .slick-slider .slick-list .slick-slide{padding:0 30px}html.style4 .testimonial-main .owl-nav,html.style4 .testimonial-main .owl-nav button{display:flex;justify-content:center;align-items:center}html.style4 .testimonial-main .owl-nav button{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;border:none;font-family:FontAwesome;position:relative;margin-bottom:0}html.style4 .testimonial-main .owl-nav button i{font-size:15px;color:#00d3cb}html.style4 .testimonial-main .owl-nav button:focus{outline:none}html.style4 .testimonial-slider{padding-top:45px;display:none}html.style4 .testimonial-slider .owl-nav{display:flex!important;align-items:center;justify-content:center;margin-top:20px}html.style4 .testimonial-slider .owl-nav.disabled{opacity:1!important}html.style4 .testimonial-slider .owl-nav button:focus{outline:none;border:none}html.style4 .testimonial-slider .owl-nav button.owl-next,html.style4 .testimonial-slider .owl-nav button.owl-prev{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;font-family:FontAwesome;position:relative;transition:all .5s ease;display:flex;justify-content:center;align-items:center;margin-bottom:0}html.style4 .testimonial-slider .owl-nav button.owl-next span,html.style4 .testimonial-slider .owl-nav button.owl-prev span{font-size:15px;display:none!important}html.style4 .testimonial-slider .owl-nav button.owl-next:hover,html.style4 .testimonial-slider .owl-nav button.owl-prev:hover{background-color:#1c77ed;transition:all .5s ease}html.style4 .testimonial-slider .owl-nav button.owl-next:hover:before,html.style4 .testimonial-slider .owl-nav button.owl-prev:hover:before{color:#fff}html.style4 .testimonial-slider .owl-nav button.owl-next:before,html.style4 .testimonial-slider .owl-nav button.owl-prev:before{font-size:15px;color:#1c77ed;transition:all .5s ease}html.style4 .testimonial-slider .owl-nav button.owl-prev:before{position:absolute;content:""}html.style4 .testimonial-slider .owl-nav button.owl-next{margin-left:20px}html.style4 .testimonial-slider .owl-nav button.owl-next:before{position:absolute;content:""}html.style4 .testimonial-slider.owl-carousel.owl-loaded{padding-top:20px!important}html.style4 .testimonial-box{border-radius:25px;background-color:#fff;border:1px solid rgba(0,211,203,.05);box-shadow:5px 5px 30px rgba(0,211,203,.07);text-align:center;margin:20px 0;padding:60px 40px}html.style4 .testimonial-box .test-img{position:relative;margin-left:auto;margin-right:auto;margin-bottom:30px;width:-moz-fit-content;width:fit-content;background-color:#e9f5ff;border-radius:50%}html.style4 .testimonial-box .test-img img{border-radius:50%;width:100px;height:100px;position:relative}html.style4 .testimonial-box .test-img .test-wish{position:absolute;top:0;right:0;font-size:12px;padding:8px;border-radius:50%;color:#fff;background-color:#00d3cb}html.style4 .testimonial-box .test-contain{text-transform:capitalize}html.style4 .testimonial-box .test-contain h4{color:#00d3cb;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}html.style4 .testimonial-box .test-contain h3{font-size:calc(16px + 4*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}html.style4 .testimonial-box .test-contain h6{color:#647589;font-family:Roboto,sans-serif;font-weight:400;line-height:1.8}html.style4 .testimonial-box .test-contain ul.test-icon{display:flex;justify-content:center;align-items:center;margin-top:30px}html.style4 .testimonial-box .test-contain ul.test-icon li{width:40px;height:40px;border-radius:20px;background-color:#fff;border:1px solid rgba(28,119,237,.1);display:flex;justify-content:center;align-items:center;margin-right:25px}html.style4 .testimonial-box .test-contain ul.test-icon li:last-child{margin-right:0}html.style4 .testimonial-main{position:relative;overflow:hidden}html.style4 .testimonial-main .testimonial-back-content .test-img1{position:absolute;top:3%;left:4%;transform:rotate(230deg);animation:slidemain 50s linear infinite}html.style4 .testimonial-main .testimonial-back-content .test-img2{position:absolute;bottom:7%;right:12%;animation:slidemain 50s linear infinite;z-index:-1}html.style4 .secure-app-main{background-image:url(/assets/images/landing/parallax/main.png);background-color:#eff8ff;background-position:0;background-repeat:no-repeat;background-attachment:fixed;height:850px;position:relative;overflow:hidden}html.style4 .secure-app-main .row>.col{padding:0}html.style4 .secure-app-main .secure-app-content{display:flex;justify-content:flex-end;align-items:center;height:850px}html.style4 .secure-app-main .secure-app-content .ply-main{display:flex;align-items:center;margin-bottom:27px}html.style4 .secure-app-main .secure-app-content .ply-main .ply-content{background-color:rgba(0,211,203,.1);width:50px;height:50px;border-radius:50%;padding:15px;margin-right:20px;display:flex;align-items:center;justify-content:center}html.style4 .secure-app-main .secure-app-content .ply-main .ply-content i{color:#00d3cb;font-size:30px;font-weight:900;margin-top:5px}html.style4 .secure-app-main .secure-app-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style4 .secure-app-main .secure-app-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style4 .secure-app-main .secure-app-content h1{font-size:calc(18px + 38*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:37px}html.style4 .secure-app-main .secure-app-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:40px;line-height:1.8}html.style4 .secure-app-main .secure-app-content h4 span{color:#1c77ed;font-size:calc(14px + 3*(100vw - 320px)/1600)}html.style4 .secure-app-main .secure-app-content .pricing-btn{color:#fff}html.style4 .secure-app-main .secure-back-content .secure-img1{position:absolute;top:10%;right:-7%;transform:rotate(125deg);animation:slidemain 60s linear infinite}html.style4 .secure-app-main .secure-back-content .secure-img2{position:absolute;top:100px;left:38%;transform:rotate(-86deg);animation:slidemain 80s linear infinite}html.style4 .pricing-box{padding:40px;margin:20px;border-radius:25px;background-color:#fff;text-align:center;border:1px solid rgba(0,211,203,.05);box-shadow:5px 5px 30px rgba(0,211,203,.07)}html.style4 .pricing-box .pricing-icon{font-size:50px;margin-bottom:60px}html.style4 .pricing-box .pricing-icon img{width:auto;height:auto;margin-left:auto;margin-right:auto}html.style4 .pricing-box .pricing-content h2{font-size:calc(20px + 16*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:30px}html.style4 .pricing-box .pricing-content h4{color:#00d3cb;font-family:Montserrat,sans-serif;font-weight:700}html.style4 .pricing-box .pricing-content .pricing-btn{margin-top:40px;color:#fff}html.style4 .pricing-box .pricing-content .pricing-btn:hover{color:#fff}html.style4 .pricing-box ul.avb-price{text-align:left;margin-top:40px;margin-left:80px}html.style4 .pricing-box ul.avb-price li{font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300;margin-bottom:10px}html.style4 .pricing-box ul.avb-price li:last-child{margin-bottom:0}html.style4 .pricing-box ul.avb-price li i{color:#00d3cb;margin-right:20px}html.style4 .price-slider{margin-bottom:-20px;margin-top:-20px}html.style4 .subscribe-content{display:flex;height:100%;justify-content:center;align-items:center}html.style4 .subscribe-content h1{margin-bottom:40px;font-size:calc(16px + 32*(100vw - 320px)/1600);width:650px}html.style4 .subscribe-content .form-inline input::placeholder{color:#1c77ed;text-transform:capitalize}html.style4 .subscribe-content .form-inline .form-control{width:240px;height:46px;border-radius:10px;background-color:rgba(28,119,237,.1);border:none;padding-left:25px}html.style4 .subscribe-content .form-inline .form-control:first-child{margin-right:20px}html.style4 .subscribe-content button{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9);color:#fff;margin-left:20px;line-height:1}html.style4 .subscribe-content button:hover{color:#fff}html.style4 .subscribe-content h4{margin-top:40px;color:#223645;font-family:Roboto,sans-serif;font-weight:700;text-transform:capitalize;letter-spacing:.05em;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style4 .subscribe-content h4 span{font-weight:500;font-size:16px;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style4 .subscribe-main{position:relative;overflow:hidden}html.style4 .subscribe-main .subscribe-img1{position:absolute;top:22%;right:10%;width:300px;z-index:-1}html.style4 footer{background-color:#ebfafa;overflow:hidden;position:relative;border-top:1px solid #ddf1ff}html.style4 footer .footer-main{position:relative;padding-top:calc(30px + 40*(100vw - 320px)/1600);padding-bottom:calc(30px + 40*(100vw - 320px)/1600)}html.style4 footer h3{margin-bottom:25px;font-size:calc(14px + 4*(100vw - 320px)/1600)}html.style4 footer p{font-size:calc(13px + 2*(100vw - 320px)/1600);color:rgba(34,54,69,.9)}html.style4 footer .copyright p{color:rgba(34,54,69,.6)}html.style4 footer span{font-size:18px;color:#ff4e2b;line-height:0}html.style4 footer .logo{margin-bottom:15px}html.style4 footer .links li{display:block;position:relative;padding-left:20px;transition:all .3s ease}html.style4 footer .links li:hover{padding-left:22px;transition:all .3s ease}html.style4 footer .links li:hover a{color:#00d3cb;transition:all .3s ease}html.style4 footer .links li:hover a:before{left:3px;color:#00d3cb;transition:all .1s ease}html.style4 footer .links li a{font-size:calc(14px + 1*(100vw - 320px)/1600);color:#223645;font-weight:500}html.style4 footer .links li a:before{content:"";font-family:themify;font-size:11px;position:absolute;left:0;top:4px;transition:all .3s ease;font-weight:700}html.style4 footer .links li+li{margin-top:12px}html.style4 footer .copyright-footer{padding-top:1.1rem;border-top:1px solid rgba(34,54,69,.1)}html.style4 footer .foot-apl-btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center}html.style4 footer .foot-apl-btn:hover{cursor:pointer}html.style4 footer .foot-apl-btn i{color:#fff;margin-right:15px;font-size:30px}html.style4 footer .foot-apl-btn span h6{color:#fff;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:5px}html.style4 footer .foot-apl-btn span h4{color:#fff;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize;line-height:1}html.style4 footer .footer-back-block .inner1{position:absolute;top:-15%;right:10%;transform:rotate(96deg);animation:animatone 30s infinite reverse}html.style4 footer .footer-back-block .inner2{position:absolute;bottom:10%;left:-80px;animation:slidemain 40s linear infinite}html.style4 footer .footer-mobile-title{display:none}html.style4 footer .footer-contant .footer-btn{margin-top:30px}html.style4 .app-design-block .app-code-block{margin-bottom:-50px}html.style4 .downlaod .footer-btn .btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(34,54,69,.07));background-color:#fff;display:inline-flex;align-items:center;padding:17px 30px}html.style4 .downlaod .footer-btn .btn h6{padding-bottom:4px}html.style4 .downlaod .footer-btn .btn.active{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);transition:all .3s ease;color:#fff}html.style4 .downlaod .footer-btn .btn.active h4,html.style4 .downlaod .footer-btn .btn.active h6{transition:all .3s ease;color:#fff}html.style4 .downlaod .footer-btn .btn i{font-size:28px}html.style4 .downlaod .footer-btn .btn div{text-align:left;padding-left:12px}html.style4 .downlaod .footer-btn .btn+.btn{margin-top:15px}html.style4 .downlaod .footer-btn .fa-play{color:#00d3cb}html.style4 .tap-top{width:42px;height:42px;border-radius:100%;position:fixed;bottom:20px;right:20px;z-index:8;display:none;color:#fff;text-align:center;background:#00d3cb;border:none;font-size:22px;padding:4px;cursor:pointer}html.style4 .tap-top.top-cls{bottom:130px}html.style4 .inner-page header .landing-header .navbar-collapse ul .active a{color:#00d3cb}@media(max-width:1367px){html.style4 .header-inner{padding-bottom:30px}html.style4 .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}}@media(max-width:1199px){html.style4 .blog-media>div:first-child{padding-bottom:30px}html.style4 .counter-box-second{width:165px;height:165px}html.style4 .counter-box-second .counter-box .counter-icon{font-size:30px}html.style4 .counter-box-second .counter-box h6{font-size:22px}html.style4 .counter-box-second .counter-box span{font-size:13px}}@media(max-width:991px){html.style4 .blog-detail-page .blog-commant,html.style4 .blog-detail-page .blog-contact{margin-top:30px}html.style4 .about-page .about-title h1{margin-bottom:15px}html.style4 .about-page .about-img img{margin-bottom:20px}html.style4 .team .owl-nav{top:-60px}html.style4 .team .owl-nav button.owl-next,html.style4 .team .owl-nav button.owl-prev{height:30px;width:30px}html.style4 .team .owl-nav button.owl-next:before,html.style4 .team .owl-nav button.owl-prev:before{font-size:12px}}@media(max-width:767px){html.style4 .breadcrumb-main .breadcrumb-content{display:unset;text-align:center}html.style4 .breadcrumb-main .breadcrumb-content .breadcrumb-left{margin-bottom:5px}html.style4 .blog-page .blog-sidebar{margin-top:30px}html.style4 .blog-page .blog-sidebar .blog-card{padding:15px}html.style4 .blog-page .order-sec{order:-1}html.style4 .blog-page .blog-contact .btn-solid{padding:13px 25px}html.style4 .left-blog .blog-sidebar{margin-top:0;margin-bottom:30px}html.style4 .faq-block>div:nth-child(n+3){margin-top:15px}html.style4 .faq-section .faq-search-box .input-group .form-control{padding:10px}html.style4 .error-main .error-contain .error-btn{padding:15px 25px}html.style4 .team .team-content .text-content h4,html.style4 .team .team-content .text-content p{margin-bottom:10px}html.style4 .team .team-content .text-content ul li{width:30px;height:30px}html.style4 .team .team-content .text-content ul li a i{font-size:14px}}@media(max-width:575px){html.style4 .faq-block .search-form .form-group .icon-close{top:1px}html.style4 .header-inner{padding-bottom:20px}html.style4 .error-main .error-contain .error-btn{padding:12px 18px}}@media(max-width:480px){html.style4 .faq-block .search-form .form-group .icon-close{top:5px}html.style4 .team .team-content{display:unset}html.style4 .team .team-content .text-content{margin-top:15px;padding-left:0}html.style4 .about-page .about-tab{display:block;text-align:center}html.style4 .about-page .about-tab ul li{display:inline-block;margin-right:10px}html.style4 .about-page .about-tab ul li:last-child{margin-right:0}html.style4 .about-page .about-tab .nav-pills .nav-link{padding:0;font-weight:600}html.style4 .about-page .about-tab .tab-content{border-top:1px solid #eff1f2;margin-top:10px;padding-bottom:0}}@media(max-width:360px){html.style4 .blog-page .blog-media .blog-right ul{display:flex}html.style4 .blog-page .blog-media .blog-right ul li{display:block}html.style4 .about-page .about-tab ul li:last-child{margin-top:10px}}@media(min-width:1680px){html.style4 .custom-container{max-width:1600px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}}@media(max-width:1367px){html.style4 .slider-block .slider-main{height:100vh}html.style4 .secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}html.style4 .secure-app-main .secure-app-content .ply-main .ply-content i{font-size:20px;margin-top:3px}html.style4 .rate-us{padding-top:60px!important}}@media(max-width:1679px){html.style4 .custom-container{max-width:100%;padding-right:15px;padding-left:15px;margin:0 auto}html.style4 .slider-block .chat-slide{bottom:-13%}html.style4 .slider-block .inner1{top:15%;left:25%}html.style4 .slider-block .inner2{right:-26%}html.style4 .slider-block .slider-main .slider-contain .ply-main .ply-content{padding:10px}html.style4 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:45px;height:45px}html.style4 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}html.style4 .team-work-main .team-work-content .ply-main{margin-bottom:18px}html.style4 .team-work-main .team-work-content .ply-main .ply-content{padding:10px}html.style4 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:45px;height:45px}html.style4 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}html.style4 .team-work-main .team-work-content h1{margin-bottom:17px;width:480px}html.style4 .team-work-main .team-work-content .pricing-btn{margin-top:18px}html.style4 .secure-app-main,html.style4 .secure-app-main .secure-app-content{height:650px}html.style4 .secure-app-main .secure-app-content .ply-main{margin-bottom:18px}html.style4 .secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}html.style4 .secure-app-main .secure-app-content h1{margin-bottom:11px}html.style4 .secure-app-main .secure-app-content h4{margin-bottom:14px}html.style4 .team-work-main .team-work-content{justify-content:center}html.style4 footer .footer-main .footer-back-block .inner1{left:-60%;top:-130%}html.style4 footer .footer-main .footer-back-block .inner2{right:-60%;bottom:-130%}}@media(max-width:1500px){html.style4 .pricing-box ul.avb-price{margin-left:50px}}@media(max-width:1470px){html.style4 .chitchat-main .landing-title .sub-title h2{margin-bottom:-8px}html.style4 .slider-block .inner2{right:-40%}html.style4 .slider-block .chat-slide{bottom:0}html.style4 .chitchat-main .chitchat-contain{justify-content:center}html.style4 .chitchat-main .chitchat-contain h1{width:450px}html.style4 .chitchat-main .chitchat-contain .chitchat-img{width:450px;margin-top:-3px}html.style4 .team-work-main .team-work-content .team-main{width:480px}html.style4 .team-work-main .team1{right:30%;width:100px}html.style4 .team-work-main .team2{top:17%;right:13%;width:27px}html.style4 .team-work-main .team3{right:10%}html.style4 .subscribe-content h1{margin-bottom:23px}html.style4 .subscribe-content h4{margin-top:18px}html.style4 .subscribe-content .form-inline{display:unset}html.style4 .subscribe-content button{margin-top:23px;display:block;margin-left:0}html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:300px}}@media(max-width:1367px){html.style4 .section-py-space{padding-top:80px;padding-bottom:80px}html.style4 .section-pt-space{padding-top:80px}html.style4 .section-pb-space{padding-bottom:80px}html.style4 header{padding-top:30px}html.style4 header .landing-header .navbar-nav .nav-item:last-child .dropdown-menu{margin-bottom:0!important}html.style4 .slider-block .inner1{display:none}html.style4 .app-design-main{padding-top:35px}html.style4 .app-design-main .contant-box h4{margin-bottom:-4px}html.style4 .chitchat-main .chitchat-back-block .chit-chat3{left:11%}html.style4 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:22px}html.style4 .chitchat-main .chitchat-contain h3{margin-bottom:20px}html.style4 .chitchat-main .chitchat-contain h1{margin-bottom:24px}html.style4 .chitchat-main .chitchat-contain h4{margin-bottom:17px}html.style4 .chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:10px}html.style4 .chitchat-main .chitchat-contain .pricing-btn{margin-top:18px}html.style4 .collaboration-main .collaboration-content{margin-bottom:55px}html.style4 .collaboration-main .collaboration-content ul.collab-tab li{margin-right:45px}html.style4 .secure-app-main{height:426px}html.style4 .secure-app-main .secure-app-content{height:426px;background-color:hsla(0,0%,100%,.9);padding:20px}html.style4 .pricing-box .pricing-icon{margin-bottom:23px}html.style4 .pricing-box .pricing-icon img{width:55px}html.style4 .pricing-box .pricing-content h2{margin-bottom:13px}html.style4 .pricing-box .pricing-content .pricing-btn{margin-top:20px;padding:13px 25px}html.style4 .pricing-box ul.avb-price{margin-top:26px;margin-left:10px!important}html.style4 footer .footer-main .footer-logo{margin-bottom:15px}html.style4 footer .footer-main .footer-logo img{width:100px}html.style4 footer .footer-main h3{margin-bottom:17px}html.style4 footer .footer-main h1{margin-bottom:15px}html.style4 footer .footer-main .footer-btn{margin-top:22px}html.style4 footer .footer-main .footer-back-block .inner1{left:-75%;top:-160%}html.style4 footer .footer-main .footer-back-block .inner2{right:-75%}html.style4 footer .footer-main .footer-back-block .inner3{top:-25%}html.style4 footer .footer-main .footer-back-block .inner4{bottom:0;left:-10%}html.style4 footer .footer-main .footer-back-block .inner5{width:300px}html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:290px}html.style4 .subscribe-content h1{width:auto}html.style4 .subscribe-content img{width:400px;height:auto}}@media(max-width:1366px){html.style4 .slider-contain{padding-left:30px}html.style4 .element-card .chat-main li .chat-box .details{padding-left:70px}html.style4 .landing-page-header .landing-header .navbar .navbar-collapse{width:100%!important}html.style4 .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}html.style4 .landing_page_slider{min-height:1080px}html.style4 .landing_page_slider .animated-img-2{margin-top:0;width:1000px}html.style4 .landing_page_slider .animated-img-1 .slicing-img-4{left:230px;top:230px}html.style4 .landing_page_slider .animated-img-1 .slicing-img-5{left:900px;top:466px}html.style4 .landing_page_slider .animated-img-1 .slicing-img-6{top:152px;right:351px}html.style4 .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:438px}html.style4 .slider-block .chat-slide{width:70%}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:10px}html.style4 .main-feature .key-feature .theme-collection .image-contain{padding:20px;min-height:160px}}@media(max-width:1300px){html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}html.style4 .chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}html.style4 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:1250px){html.style4 .chat-landing-page .landing_page_slider{min-height:980px}html.style4 .chat-landing-page .landing_page_slider .animated-img-2{width:950px}}@media(min-width:1201px)and (max-width:1239px){html.style4 .chat-landing-page .landing-page-header .fixed{padding:5px 50px}html.style4 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style4 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}}@media(max-width:1200px){html.style4 .chat-landing-page .landing-page-header .fixed{padding:5px 50px}html.style4 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style4 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}html.style4 .chat-landing-page .landing_page_slider .animated-img-2{width:900px}html.style4 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:0;top:180px;width:22%}html.style4 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:100px;right:-85px;width:47%}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:290px}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:330px}html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}}@media(max-width:1199px){html.style4 .app-design-block .app-code-block{margin-bottom:-40px}html.style4 .slider-block .slider-main{height:750px}html.style4 .landing-title .sub-title{margin-bottom:40px}html.style4 .collaboration-main .collaboration-content{margin-bottom:35px}html.style4 .pricing-box ul.avb-price li i{margin-right:10px}html.style4 .section-pb-space{padding-bottom:60px}html.style4 .section-pt-space{padding-top:60px}html.style4 .section-py-space{padding-top:60px;padding-bottom:60px}html.style4 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:40px}html.style4 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav{float:unset;width:unset}html.style4 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .active .nav-link{color:#00d3cb!important;line-height:unset}html.style4 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{color:rgba(0,0,0,.7)!important;line-height:unset}html.style4 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{float:unset;margin-left:30px;margin-top:10px}html.style4 .chat-landing-page .landing-page-header .fixed{padding:5px 100px}html.style4 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse{width:100%}html.style4 .chat-landing-page .easy-navigation .inner-block{padding:20px}html.style4 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:30px;min-height:200px}html.style4 .chat-landing-page .bonus-page .blog-left{margin-top:50px}html.style4 header .landing-header .landing-header-right .main-nav{display:block}html.style4 header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#00d3cb!important}html.style4 .testimonial-box{padding:40px}html.style4 .slider-block .slider-main .slider-contain .ply-main{margin-bottom:10px}html.style4 .slider-block .slider-main .slider-contain h1{margin-bottom:12px}html.style4 .slider-block .slider-main .slider-contain h4{margin-bottom:12px;width:70%}html.style4 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{padding:13px 28px}html.style4 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn i{font-size:24px}html.style4 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:13px 28px}html.style4 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn i{font-size:24px}html.style4 .app-design-main{padding-top:40px;padding-bottom:40px}html.style4 .app-design-main .contant-box h4{width:auto}html.style4 .pages-space>div:nth-child(n+3){margin-top:40px!important}html.style4 .chitchat-main .chitchat-contain h1{width:390px}html.style4 .chitchat-main .chitchat-contain .chitchat-img{width:380px}html.style4 .chitchat-main .chitchat-contain img{margin-top:0}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:25px}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main{padding:20px}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-img img{width:25px}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content p{display:none}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content h3{margin-bottom:0}html.style4 .team-work-main .team-work-content h1{width:420px}html.style4 .team-work-main .team-work-content h4{width:399px}html.style4 .team-work-main .team1{right:31%;width:80px}html.style4 .team-work-main .team2{right:19%;width:20px}html.style4 .subscribe-content .form-inline .form-control{width:200px}html.style4 .landing_popups .element-card .typography .internet{margin-bottom:0}html.style4 .chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px}html.style4 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:45px}html.style4 .main-feature .key-feature>div:nth-child(n+5){margin-top:30px}}@media(max-width:1155px){html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:470px}html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}}@media(max-width:1150px){html.style4 .chat-landing-page .landing_page_slider .animated-img-2{width:850px}}@media(max-width:1026px){html.style4 .chat-landing-page .landing_page_slider .animated-img-2{width:750px;margin-top:20px}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:225px}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:265px;left:273px}html.style4 .chat-landing-page .slider-block .slider-main .slider-contain h1{width:290px}html.style4 .chat-landing-page .slider-block .slider-main .slider-contain h4{width:375px}html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:215px}}@media(max-width:992px){html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:350px}html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}html.style4 .chat-landing-page .page-decore .top img{animation:none}html.style4 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat1,html.style4 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat2,html.style4 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat3,html.style4 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat4,html.style4 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat1,html.style4 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat2,html.style4 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat3,html.style4 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat4{display:none}html.style4 .chat-landing-page .landing_popups .element-card .typography .internet{margin-bottom:20px}html.style4 .chat-landing-page .landing_popups .svg_img2{animation:none}}@media(max-width:991px){html.style4 .pricing-box{padding:20px 10px;margin:20px 0}html.style4 .app-design-main .icon-box{border-radius:25px;padding:20px}html.style4 .app-design-main .app-hover{height:31%}html.style4 .app-design-block .app-code-block{margin-bottom:-25px}html.style4 .app-design-main{padding-top:25px;padding-bottom:25px}html.style4 .chitchat-main .landing-title .sub-title h2{margin-bottom:-6px}html.style4 .landing-title .sub-title h4{margin-top:-1px}html.style4 .chat-landing-page .collaboration-main .collaboration-content{margin-bottom:30px!important}html.style4 .landing-title .sub-title{position:unset;margin-top:0}html.style4 .landing-title h1{display:none}html.style4 .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{padding:13px 17px}html.style4 .chat-landing-page header .inner1{display:none}html.style4 .chat-landing-page .landing-page-header .fixed{padding:5px 15px}html.style4 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:100px}html.style4 .chat-landing-page .landing_page_slider .animated-img-2{margin-top:30px;width:700px}html.style4 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:-11px;top:122px;width:29%}html.style4 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:77px;right:-83px;width:52%}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:190px}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:205px;left:243px}html.style4 .chat-landing-page .easy-navigation .inner-block{padding:10px}html.style4 .chat-landing-page .easy-navigation .inner-block p{font-size:13px;line-height:1.5}html.style4 .chat-landing-page .easy-navigation .navigation-2 .exclusive-image img,html.style4 .chat-landing-page .easy-navigation .navigation-3 .exclusive-image img,html.style4 .chat-landing-page .easy-navigation .navigation-6 .exclusive-image img{min-height:220px}html.style4 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:10px;min-height:150px}html.style4 .slider-block .slider-main{margin-top:85px;position:relative;height:auto;text-align:center;justify-content:center;z-index:1;padding-top:70px;padding-bottom:70px}html.style4 .slider-block .slider-main .slider-contain{border-radius:20px;padding:30px;width:auto}html.style4 .slider-block .slider-main .slider-contain h1,html.style4 .slider-block .slider-main .slider-contain h4{width:auto}html.style4 .slider-block .chat-slide,html.style4 .slider-block .inner1{display:none}html.style4 .app-design-main .icon-box i{font-size:36px}html.style4 .team-work-main .team-work-content h1{width:auto;margin-bottom:15px}html.style4 .team-work-main .team-work-content h4{width:350px}html.style4 .team-work-main .team-work-content .pricing-btn{padding:12px 20px}html.style4 .team-work-main .team1{width:50px;top:16%;right:32%}html.style4 .team-work-main .team2{top:19%;right:20%}html.style4 .team-work-main .team4{width:40px;right:3%}html.style4 .team-work-main .team5{width:250px}html.style4 .secure-app-main{height:auto!important;padding-bottom:0!important}html.style4 .secure-app-main .secure-app-content{text-align:center;height:auto!important;padding:40px}html.style4 .secure-app-main .secure-app-content .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}html.style4 .secure-app-main .secure-app-content .pricing-btn{padding:12px 18px}html.style4 .secure-app-main .secure-back-content .secure-img2{top:0;left:0;display:none}html.style4 .secure-app-main .secure-back-content .secure-img1{top:unset;bottom:0;right:0;display:none}html.style4 .subscribe-content .form-inline .form-control{width:160px;display:inline-block}html.style4 .testimonial-slider{padding-top:0}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:0}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{display:none}html.style4 footer .footer-main .footer-logo img{width:80px}html.style4 footer .footer-main .footer-back-block .inner4{left:-20%}html.style4 footer .footer-main .footer-back-block .inner3{top:-30%;right:0}html.style4 .subscribe-content button{padding:12px 18px}}@media(max-width:930px){html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:175px}}@media(max-width:900px){html.style4 .chat-landing-page .landing_page_slider .animated-img-2{width:650px}html.style4 .chat-landing-page .landing_popups .element-card{letter-spacing:unset}html.style4 .chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:10px}}@media(max-width:850px){html.style4 .chat-landing-page .landing_page_slider .animated-img-2{width:550px}html.style4 .chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}html.style4 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:768px){html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}html.style4 .chat-landing-page .audiocall1.call-modal,html.style4 .chat-landing-page .audiocall2.call-modal,html.style4 .chat-landing-page .conferencecall.call-modal,html.style4 .chat-landing-page .videocall.call-modal,html.style4 .chat-landing-page .videocallhang.call-modal{min-height:460px}html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:150px}html.style4 .chat-landing-page .landing_popups .btn{padding:15px 20px}}@media(max-width:767px){html.style4 .slider-block{background-blend-mode:overlay;background-color:#bbb6b6}html.style4 .chitchat-main .landing-title .sub-title h2{margin-bottom:-2px}html.style4 .landing-screen-animation .pc-bg-1{height:300px!important}html.style4 .chat-landing-page .landing_page_slider{min-height:390px!important;background-image:none;background:linear-gradient(#00d3cb,rgba(0,211,203,.4))}html.style4 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:170px}html.style4 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .playbutton .ply-content{background-color:unset;padding:0}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:100px;top:400px}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}html.style4 .chat-landing-page .landing_page_slider .animated-img-2{display:none}html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}html.style4 .chat-landing-page .easy-navigation .inner-block{padding:50px}html.style4 .chat-landing-page .easy-navigation .navigation-1{order:2}html.style4 .chat-landing-page .easy-navigation .navigation-2{order:1;margin-bottom:3rem!important}html.style4 .chat-landing-page .easy-navigation .navigation-3{margin-bottom:3rem!important}html.style4 .chat-landing-page .easy-navigation .navigation-5{order:2}html.style4 .chat-landing-page .easy-navigation .navigation-6{order:1;margin-bottom:3rem!important}html.style4 .chat-landing-page .main-feature .key-feature .feture-icon{padding:40px 30px}html.style4 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:60px}html.style4 .section-pb-space{padding-bottom:30px}html.style4 .section-pt-space{padding-top:30px}html.style4 .landing-title h1{display:none}html.style4 .landing-title .sub-title{position:unset;margin-top:0}html.style4 .landing-title .sub-title h4{margin-bottom:5px}html.style4 .slider-block .slider-main{justify-content:center;text-align:center;height:-moz-fit-content;height:fit-content;padding-bottom:60px}html.style4 .slider-block .slider-main .slider-contain{padding:15px}html.style4 .slider-block .slider-main .slider-contain .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}html.style4 .slider-block .slider-main .slider-contain .header-btn{justify-content:center}html.style4 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn,html.style4 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:9px 17px}html.style4 .slider-block .downlaod .footer-btn .btn{padding:10px 20px}html.style4 .slider-block .downlaod .footer-btn .btn i{font-size:22px}html.style4 .app-design-main{padding-bottom:0;padding-top:25px}html.style4 .app-design-main .contant-box{margin-top:15px}html.style4 .app-design-main .contant-box h4{margin-top:5px}html.style4 .app-design-main .icon-box{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);border-radius:5px;padding:15px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35))}html.style4 .app-design-main .icon-box i{color:#fff;font-size:20px}html.style4 .app-design-main:hover .app-hover{display:none;opacity:0}html.style4 .app-design-main .app-hover{display:none}html.style4 .app-design-block .app-btn{margin-top:25px;padding:15px 20px}html.style4 .app-design-block .app-code-block{margin-bottom:0}html.style4 .app-code-block>div:first-child .app-design-main{padding-top:0}html.style4 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:28px}html.style4 .landing-page-header header .landing-header .btn_purchase a{padding:12px 25px}html.style4 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{font-size:14px!important}html.style4 .chitchat-main .chitchat-contain{text-align:center}html.style4 .chitchat-main .chitchat-contain .chitchat-img{width:250px;margin:-2px auto 0}html.style4 .chitchat-main .chitchat-contain h3{margin-bottom:18px}html.style4 .chitchat-main .chitchat-contain h1{width:auto;margin-bottom:18px}html.style4 .chitchat-main .chitchat-contain h4{margin-bottom:10px}html.style4 .chitchat-main .chitchat-back-block .chit-chat3{top:16%;left:32%}html.style4 .chit-chat-block>div:first-child{margin-bottom:20px}html.style4 .chitchat-main .chitchat-contain .pricing-btn{padding:15px 20px}html.style4 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:18px}html.style4 .chitchat-main .chitchat-contain .chitchat-logo img{width:150px;height:auto}html.style4 .team-work-main .team-work-content{text-align:center;justify-content:center}html.style4 .team-work-main .team-work-content h1{width:auto;margin-bottom:12px}html.style4 .team-work-main .team-work-content h4{width:auto}html.style4 .team-work-main .team-work-content .ply-main{justify-content:center}html.style4 .team-work-main .team1{top:44%;right:62%}html.style4 .team-work-main .team2{top:50%;right:15%}html.style4 .team-work-main .team3{top:53%;right:10%}html.style4 .team-work-main .team4{top:80%;right:15%}html.style4 .team-work-main .team5{width:190px}html.style4 .team-block>div:first-child{margin-bottom:30px}html.style4 .collaboration-main .collaboration-content{margin-top:0;margin-bottom:30px}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:13px 20px;border-radius:5px;background-color:#fff}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{margin-bottom:0!important}html.style4 .testimonial-main .owl-nav button{width:30px;height:30px}html.style4 .testimonial-main .owl-nav button i{font-size:12px}html.style4 .secure-app-main .secure-back-content .secure-img1{bottom:-10%;right:-10%}html.style4 .secure-app-main .secure-back-content .secure-img2{top:-10%;left:-10%}html.style4 .pricing-box{padding:30px 20px;margin:20px 0;display:flex;justify-content:center}html.style4 .pricing-box .pricing-icon{margin-bottom:10px}html.style4 .pricing-box ul.avb-price{margin-left:0!important}html.style4 .pricing-box .pricing-content .pricing-btn{padding:10px 18px}html.style4 .subscribe-block>div:first-child{margin-bottom:30px}html.style4 .subscribe-content{text-align:center}html.style4 .subscribe-content img{width:200px}html.style4 .subscribe-content h4{margin-bottom:-3px}html.style4 .subscribe-content button{margin-left:auto;margin-right:auto}html.style4 .subscribe-content .form-inline .form-control{padding-left:15px;height:35px}html.style4 .subscribe-content .form-inline .form-control::placeholder{font-size:14px}html.style4 footer .footer-main ul.footer-contact li{margin-right:15px}html.style4 footer .footer-main .footer-btn{margin-top:27px}html.style4 footer .footer-main .footer-btn .foot-apl-btn{padding:13px 25px}html.style4 footer .footer-main .footer-btn .foot-ply-btn{padding:13px 25px;margin-left:20px}html.style4 footer .footer-back-block .inner1,html.style4 footer .footer-back-block .inner2{display:none}html.style4 .pages-space>div:nth-child(n+2){margin-top:30px!important}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:15px 25px}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600;font-size:14px}html.style4 .chat-landing-page .content-title{margin-bottom:30px!important}html.style4 .chat-landing-page .easy-navigation .inner-block .btn{padding:13px 25px}html.style4 .rate-us .rate_us-section h2{margin:20px 0!important}html.style4 .rate-us .rate_us-section img{width:160px}html.style4 .rate-us .rate_us-section .rate-section li i{font-size:28px!important}html.style4 .main-feature .key-feature>div:nth-child(n+3){margin-top:30px}}@media(max-width:650px){html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}html.style4 .rate-us .rate_us-section img{width:150px}}@media(max-width:600px){html.style4 .slider-block .chat-slide{width:100%}html.style4 .audiocall1.call-modal,html.style4 .audiocall2.call-modal,html.style4 .conferencecall.call-modal,html.style4 .videocall.call-modal,html.style4 .videocallhang.call-modal{min-height:350px}html.style4 .audiocall1.call-modal .center-con,html.style4 .audiocall2.call-modal .center-con,html.style4 .conferencecall.call-modal .center-con,html.style4 .videocall.call-modal .center-con,html.style4 .videocallhang.call-modal .center-con{bottom:25px}html.style4 .videocall.call-modal .videocall-details,html.style4 .videocallhang.call-modal .videocall-details{padding:20px}html.style4 #videocallhang{padding-right:0}html.style4 .landing_page_slider{min-height:450px}}@media(max-width:575px){html.style4 .slider-block .slider-main{margin-top:70px}html.style4 .section-py-space{padding-top:50px;padding-bottom:50px}html.style4 .section-pt-space{padding-top:50px}html.style4 .section-pb-space{padding-bottom:50px}html.style4 .element-card .chat-main li .chat-box .details h6{max-width:100px}html.style4 .chitchat-main .landing-title .sub-title h2,html.style4 .landing-title .sub-title h2{margin-bottom:-1px}html.style4 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:160px}html.style4 .landing-title .sub-title h4{margin-bottom:10px}html.style4 .landing-title .sub-title h2{width:auto}html.style4 header{padding-top:20px}html.style4 header .landing-header .landing-header-left .logo-block img{height:40px;width:auto}html.style4 header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-right:0}html.style4 header .landing-header .landing-header-right .purchase-block .purchase-btn span{display:none}html.style4 header .landing-header.fixed{padding:0!important}html.style4 header .landing-header .logo-block img{height:28px!important}html.style4 .slider-block .inner2,html.style4 header .landing-header .slider-block .inner2{right:0;top:10%}html.style4 .slider-block .downlaod .footer-btn .btn i{font-size:16px}html.style4 .app-design-block .app-btn{padding:12px 18px;font-size:13px;margin-top:20px}html.style4 .app-design-main{padding-top:20px}html.style4 .team-work-main .team1{top:50%;width:40px;right:68%}html.style4 .team-work-main .team2{top:49%;right:43%}html.style4 .team-work-main .team4{top:48%;right:60%}html.style4 .chitchat-main .chitchat-contain .chitchat-img{width:200px}html.style4 .chitchat-main .chitchat-contain h1,html.style4 .chitchat-main .chitchat-contain h3{margin-bottom:14px}html.style4 .chitchat-main .chitchat-contain .pricing-btn{padding:12px 18px;font-size:13px}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:7px}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:10px;border-radius:5px}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600}html.style4 .collaboration-main .tab-detail .tab-content .container{width:100%}html.style4 .secure-app-main .secure-back-content .secure-img2{top:-20%;left:-20%}html.style4 .secure-app-main .secure-back-content .secure-img1{bottom:-20%;right:-20%}html.style4 .secure-app-main .secure-app-content .ply-main .ply-content{width:40px;height:40px}html.style4 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px;font-size:16px}html.style4 .pricing-box .pricing-content .pricing-btn{margin-top:14px}html.style4 footer .footer-main .footer-back-block .inner4{left:-25%;bottom:-40%}html.style4 footer .footer-main .footer-back-block .inner3{top:-35%;right:-12%}html.style4 .mobile-version-sec .mobile-display{text-align:center}html.style4 .mobile-version-sec .mobile-qr{max-width:unset;margin-left:0}html.style4 .mobile-version-sec .mobile-qr .qr-img:after{display:none}html.style4 .bonus-page .container{width:100%}html.style4 .bonus-page .m-width{width:100%!important}html.style4 .mobile-version-sec .mobile-qr{margin-top:40px;margin-left:auto!important;margin-right:auto}html.style4 .mobile-version-sec .mobile-img{text-align:center}html.style4 .mobile-version-sec .mobile-img img{height:350px;width:auto}html.style4 .three-in-one-sec{margin-top:0!important}html.style4 .rate-us .rate_us-section h2{margin:12px 0!important}html.style4 .rate-us .rate_us-section img{width:120px}html.style4 .rate-us .rate_us-section .rate-section li i{font-size:22px!important}html.style4 .main-feature .key-feature>div:nth-child(n+2){margin-top:30px!important}html.style4 .chat-landing-page .easy-navigation .inner-block .btn{padding:12px 18px}}@media(max-width:480px){html.style4 .secure-app-main .secure-app-content{padding:40px 20px}html.style4 .secure-app-main .secure-app-content .ply-main .ply-content{margin-right:10px}html.style4 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:5px}html.style4 .landing-title .sub-title h4{margin-top:0}html.style4 .chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:5px}html.style4 .chat-landing-page .audiocall1.call-modal,html.style4 .chat-landing-page .audiocall2.call-modal,html.style4 .chat-landing-page .conferencecall.call-modal,html.style4 .chat-landing-page .videocall.call-modal,html.style4 .chat-landing-page .videocallhang.call-modal{min-height:300px}html.style4 .chat-landing-page .audiocall1.call-modal ul li+li,html.style4 .chat-landing-page .audiocall2.call-modal ul li+li,html.style4 .chat-landing-page .conferencecall.call-modal ul li+li,html.style4 .chat-landing-page .videocall.call-modal ul li+li,html.style4 .chat-landing-page .videocallhang.call-modal ul li+li{margin-left:10px}html.style4 .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,html.style4 .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{height:40px;width:40px}html.style4 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style4 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}html.style4 .chat-landing-page .easy-navigation .inner-block{padding:30px}html.style4 .chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px;margin:10px 40px}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:55px;top:111px}html.style4 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}html.style4 .chat-landing-page .fadinup .container{width:100%}html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}html.style4 .slider-block{background-position:50%}}@media(max-width:420px){html.style4 .chitchat-main .landing-title .sub-title h2{margin-bottom:-4px}html.style4 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse{width:100%}html.style4 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{font-size:15px}html.style4 .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{border-radius:5px;padding:10px 12px}html.style4 .chat-landing-page header .landing-header .landing-header-right .main-nav .toggle-nav{margin-left:10px}html.style4 .chat-landing-page .videocall.call-modal .videocall-details,html.style4 .chat-landing-page .videocallhang.call-modal .videocall-details{padding:15px}html.style4 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style4 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}html.style4 .chat-landing-page .videocall.call-modal .videocall-details .zoomcontent,html.style4 .chat-landing-page .videocallhang.call-modal .videocall-details .zoomcontent{padding:3px}html.style4 .chat-landing-page .icon-btn.btn-xl{height:40px;width:40px;padding:10px}html.style4 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{min-height:200px}html.style4 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:140px}html.style4 .chat-landing-page .fadinup .container{width:100%}html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:180px}html.style4 .slider-block .inner2{top:13%}html.style4 .team-work-main .team2{top:60%;right:38%;width:16px}html.style4 .team-work-main .team3{width:30px}html.style4 .team-work-main .team4{top:56%;right:54%}html.style4 .team-work-main .team1{top:59%}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills{display:unset}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-bottom:10px}html.style4 .subscribe-content .form-inline .form-control{display:block;width:100%;border-radius:5px}html.style4 .subscribe-content .form-inline .form-control:first-child{margin-bottom:20px}html.style4 footer .footer-main .footer-btn{display:block}html.style4 footer .footer-main .footer-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-top:20px}html.style4 footer .footer-main .footer-btn .foot-apl-btn,html.style4 footer .footer-main .footer-btn .foot-ply-btn{margin-left:auto;margin-right:auto}}@media(max-width:360px){html.style4 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{margin-left:20px}html.style4 .chat-landing-page .audiocall1.call-modal,html.style4 .chat-landing-page .audiocall2.call-modal,html.style4 .chat-landing-page .conferencecall.call-modal,html.style4 .chat-landing-page .videocall.call-modal,html.style4 .chat-landing-page .videocallhang.call-modal{min-height:200px}html.style4 .chat-landing-page .videocall.call-modal .videocall-details,html.style4 .chat-landing-page .videocallhang.call-modal .videocall-details{padding:5px}html.style4 .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,html.style4 .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{margin-left:0;height:20px;width:20px}html.style4 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style4 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:5px}html.style4 .chat-landing-page .easy-navigation .inner-block{padding:20px}html.style4 .chat-landing-page .main-feature .key-feature .feture-icon{margin:10px}html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style4 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:120px}html.style4 .slider-block .slider-main .slider-contain .header-btn{display:unset}html.style4 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{margin:0 auto}html.style4 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-top:15px}html.style4 .feture-icon{padding:15px}}@media(max-width:320px){html.style4 .chat-landing-page .landing_page_slider{min-height:480px}html.style4 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px}}html.style4 .chat-landing-page{position:relative}html.style4 .chat-landing-page h1{margin-bottom:15px;background:-webkit-linear-gradient(#00caf3,#0090ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:calc(18px + 30*(100vw - 320px)/1600)}html.style4 .chat-landing-page h5{font-size:calc(13px + 3*(100vw - 320px)/1600);letter-spacing:0;color:#9098ac;font-family:Rubik;font-weight:400;text-align:center;line-height:1.4}html.style4 .chat-landing-page .content-title{text-align:center;margin-bottom:45px}html.style4 .chat-landing-page .customizer img,html.style4 .chat-landing-page .dark-light img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style4 .chat-landing-page .bonus-page .chit-chat5,html.style4 .chat-landing-page .collaboration-main .chit-chat5,html.style4 .chat-landing-page .dark-light .chit-chat5,html.style4 .chat-landing-page .easy-navigation .chit-chat5,html.style4 .chat-landing-page .real-time-customizer .chit-chat5{position:absolute;top:-70px;right:0;z-index:-1;transform:rotate(45deg);animation:slidemain 80s linear infinite}html.style4 .content-title h2{margin-bottom:10px;font-size:calc(14px + 14*(100vw - 320px)/1600)}html.style4 .landing-page-header~.sidebar-pannle-main{display:none}html.style4 .landing-page-header header{padding-top:30px}html.style4 .landing-page-header header .landing-header .navbar-collapse .navbar-nav{justify-content:center;float:left;width:75%;margin:auto}html.style4 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important;opacity:.8;font-size:17px;letter-spacing:0;line-height:55px;font-family:Rubik;font-weight:500;text-transform:capitalize}html.style4 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll{background-color:transparent;border:none}html.style4 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll:hover{border:none}html.style4 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .active .nav-link{color:#fff!important;opacity:1}html.style4 .landing-page-header header .landing-header .btn_purchase{float:right}html.style4 .landing-page-header header .landing-header .btn_purchase a{border-radius:5px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-color:#fff}html.style4 .landing-page-header header .fixed{background-color:#278bff!important}html.style4 .landing-header .dropdown-menu a{font-size:calc(12px + 1*(100vw - 320px)/1600)!important;color:rgba(0,0,0,.5)!important;padding-left:0;padding-right:0}html.style4 .landing-header .dropdown-menu .dropdown-item:focus,html.style4 .landing-header .dropdown-menu .dropdown-item:hover{background-color:transparent}html.style4 .slider-contain{padding-top:100px}html.style4 .landing_page_slider{background-image:url(/_next/static/media/1.622c6754.png);overflow:hidden;position:relative;min-height:1060px;background-repeat:no-repeat}html.style4 .landing_page_slider .landing_page_slider-main{margin-top:160px}html.style4 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#fff!important;-webkit-text-fill-color:#fff;font-size:calc(20px + 36*(100vw - 320px)/1600);font-family:Montserrat;font-weight:800}html.style4 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);line-height:31px;color:#fff;font-family:Roboto;font-weight:300;text-align:center}html.style4 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{font-size:18px;font-weight:500;color:#fff}html.style4 .landing_page_slider .animated-img-1{overflow:hidden}html.style4 .landing_page_slider .animated-img-1 .slicing-img-4{position:absolute;left:250px;top:120px;animation:homecloud 30s linear infinite;transform:scale(1.5)}html.style4 .landing_page_slider .animated-img-1 .slicing-img-5{position:absolute;left:960px;top:505px;animation:animateCloud 60s linear infinite}html.style4 .landing_page_slider .animated-img-1 .slicing-img-6{position:absolute;top:132px;right:474px;animation:heartbeat 2s infinite}html.style4 .landing_page_slider .animated-img-1 .slicing-img-7{position:absolute;top:284px;left:650px;width:15px;animation:heartbeat 5s infinite}html.style4 .landing_page_slider .animated-img-2{height:auto;align-items:center;position:relative;width:1200px;margin:30px auto 0}html.style4 .landing_page_slider .animated-img-2 .slicing-img-1{position:absolute;content:"";left:-7px;top:225px;width:20%}html.style4 .landing_page_slider .animated-img-2 .slicing-img-2{position:absolute;content:"";top:132px;right:-97px;width:44%}html.style4 .landing_page_slider .animated-img-2 .slicing-img-3{position:absolute;content:"";left:10px}html.style4 .landing-screen-animation{position:relative}html.style4 .landing-screen-animation .col-md-12{margin-bottom:50px}html.style4 .landing-screen-animation .three-img-1{width:100%;position:relative;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);background-size:cover;border:5px solid #fff}html.style4 .landing-screen-animation .three-img-1:hover{background-position:bottom}html.style4 .landing-screen-animation .pc-bg-1{background-image:url(/_next/static/media/image_1.1cf209ea.png);height:550px;transition:2s}html.style4 .landing-screen-animation .pc-bg-2{background-image:url(/_next/static/media/landing.e891557e.png);height:250px;transition:10s}html.style4 .landing-screen-animation .pc-bg-3{background-image:url(/_next/static/media/email.c4ada256.jpg);height:250px;transition:2s}html.style4 .demo-title{margin-top:20px;margin-bottom:0;font-size:calc(16px + 12*(100vw - 320px)/1600)}html.style4 .bonus-page .m-width{width:1380px}html.style4 .bonus-page .m-width .bonus{position:relative}html.style4 .bonus-page .m-width .bonus img{animation:zoomIn .3s ease-in-out;transition:all .5s ease;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style4 .bonus-page .m-width .bonus img:hover{transition:all .5s ease;transform:translateY(-3px)}html.style4 .bonus-page .demo-title{line-height:28px;font-size:calc(14px + 4*(100vw - 320px)/1600);letter-spacing:1px;margin-top:20px;margin-bottom:0;color:#333;font-weight:700}html.style4 .pages-space>div:nth-child(n+4){margin-top:50px}html.style4 .real-time-customizer{position:relative}html.style4 .workable-app-img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style4 .workable-app-img .img-1{position:relative}html.style4 .workable-app-img .img-2{position:absolute;top:597px;right:172px;width:14%}html.style4 .workable-app-img .doted{background-color:#fff}html.style4 .workable-app-img .doted ul{display:flex;padding:15px}html.style4 .workable-app-img .doted ul li{display:inline}html.style4 .workable-app-img .doted ul li .circle-1{color:#f84c45}html.style4 .workable-app-img .doted ul li .circle-2{color:#f7bb36}html.style4 .workable-app-img .doted ul li .circle-3{color:#69ce43}html.style4 .workable-app-img .doted ul li+li{padding-left:5px}html.style4 .workable-app-img .workable-title{position:absolute;z-index:1;top:275px;left:0}html.style4 .workable-app-img .workable-title h1{font-size:calc(35px + 85*(100vw - 320px)/1600);color:#fff;-webkit-text-fill-color:#fff;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.3;margin-bottom:50px}html.style4 .workable-app-title{margin-top:30px;text-align:center}html.style4 .chat-landing-page section{max-width:100vw;overflow:hidden}html.style4 .chat-landing-page .collaboration-main .collaboration-content{margin-top:0;margin-bottom:75px}html.style4 .rate-us{padding-top:100px}html.style4 .rate-us .rate_us-section{justify-content:center;display:flex;text-align:center}html.style4 .rate-us .rate_us-section .rate-section{display:flex;margin:0 0 30px}html.style4 .rate-us .rate_us-section .rate-section li i{color:#ffd203;font-size:36px}html.style4 .rate-us .rate_us-section .rate-section li+li{padding-left:4px}html.style4 .rate-us .rate_us-section h2{letter-spacing:.1em;margin:30px 0;line-height:1.5;font-size:calc(14px + 14*(100vw - 320px)/1600)}html.style4 .rate-us .rate_us-section .rate_btn{border-radius:30px;background-color:transparent;border:2px solid #1c9dea;color:#1c9dea;padding:11px 50px}html.style4 .rate-us .rate_us-section .rate_btn:hover{background-color:#1c9dea;color:#fff}html.style4 .main-feature .key-feature>div:nth-child(n+7){margin-top:30px}html.style4 .main-feature .key-feature .feture-icon{padding:60px 30px;text-align:center;background:#fff;border:1px solid #f5f5f5;font-size:14px;text-transform:capitalize}html.style4 .main-feature .key-feature .feture-icon svg{width:60px;height:auto;fill:gray!important;opacity:.7;transition:all .5s ease}html.style4 .main-feature .key-feature .feture-icon h5{margin-top:15px;color:#555;letter-spacing:2px;transition:all .3s ease;padding-bottom:0;margin-bottom:0;line-height:1;font-weight:500;opacity:.7;transition:all .5s ease}html.style4 .main-feature .key-feature .feture-icon:hover{transition:.25s ease-in-out;border-color:rgba(38,138,255,.3)}html.style4 .main-feature .key-feature .feture-icon:hover svg{fill:#00d3cb!important}html.style4 .main-feature .key-feature .feture-icon:hover h5{color:#00d3cb}html.style4 .tour-integrated{position:relative}html.style4 .tour-integrated .chitchat-back-block .chit-chat1{position:absolute;left:0;top:10%;transform:rotate(150deg);animation:slidemain 60s linear infinite}html.style4 .tour-integrated .chitchat-back-block .chit-chat2{position:absolute;right:5%;bottom:15%;width:100px;transform:rotate(-86deg);animation:slidemain 20s linear infinite}html.style4 .tour-integrated .chitchat-back-block .chit-chat3{position:absolute;right:15%;bottom:300px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}html.style4 .tour-integrated .chitchat-back-block .chit-chat6,html.style4 .tour-integrated .chitchat-back-block .chit-chat7{position:absolute;right:15%;bottom:176px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}html.style4 .mobile-version-sec{position:relative}html.style4 .mobile-version-sec .mobile-img{margin-bottom:-30px}html.style4 .mobile-version-sec .mobile-display{text-align:end}html.style4 .mobile-version-sec .mobile-qr{max-width:200px;text-align:center;margin-left:50px;position:relative}html.style4 .mobile-version-sec .mobile-qr p{font-size:14px;white-space:pre-line;color:#000}html.style4 .mobile-version-sec .mobile-qr .qr-img:after{position:absolute;bottom:-85px;right:60px;background-image:url(/_next/static/media/line.9fd0ed60.png);background-repeat:no-repeat;content:"";width:256px;height:135px;background-size:cover;z-index:-1}html.style4 .mobile-version-sec .mobile-qr .qr-img img{box-shadow:0 10px 60px 0 rgba(0,0,0,.15)}html.style4 .mobile-version-sec .mobile-qr .btn-qr{padding:5px 10px;border-radius:5px;filter:drop-shadow(0 5px 7.5px rgba(255,45,100,.35));background-color:#ff2d64;color:#fff;font-size:12px;text-align:center;font-weight:500;font-family:Rubik;margin-bottom:20px}html.style4 .mobile-version-sec .chitchat-back-block .chit-chat1{position:absolute;left:20%;top:20%;width:150px;transform:rotate(86deg);animation:slidemain 80s linear infinite}html.style4 .mobile-version-sec .chitchat-back-block .chit-chat2{position:absolute;right:20%;bottom:26%;width:150px;transform:rotate(-86deg);animation:slidemain 50s linear infinite}html.style4 .mobile-version-sec .chitchat-back-block .chit-chat3{position:absolute;left:41%;top:38%;z-index:-1;transform:rotate(-86deg);animation:slidemain 50s linear infinite}html.style4 .mobile-version-sec .chitchat-back-block .chit-chat4{position:absolute;top:13%;right:-5%;transform:rotate(125deg);animation:slidemain 60s linear infinite}html.style4 .app-demo-section{background:#fff}html.style4 .app-demo-section .app-demo-content{text-align:center;position:relative;margin-bottom:50px}html.style4 .app-demo-section .container-modify{max-width:1600px;margin:0 auto}html.style4 .app-demo-section .img-effect{transition:all .3s linear;text-align:center}html.style4 .app-demo-section .img-effect:hover{transform:translateY(-6px)}html.style4 .app-demo-section .app-img{border-radius:30px;box-shadow:-1px 2px 5px 1px #ececec}html.style4 .three-in-one-sec{margin-top:-70px}html.style4 .three-in-one-sec .chat-sec{width:100%;height:350px;box-shadow:0 0 10px 2px #ddd}html.style4 .three-in-one-sec .app-lauout-sec .landing-page-img{width:100%;height:175px;display:inline-block;position:relative;background-repeat:no-repeat;box-shadow:0 0 10px 2px #ddd;background-color:#fff;background-size:contain}html.style4 .three-in-one-sec .app-lauout-sec .landing-page-img .img-scroll{transition:all 9s ease-out 0s;background-position:center 0;background-repeat:no-repeat;position:absolute;width:100%;height:calc(100% - 18px);top:18px;left:0;background-size:cover}html.style4 .three-in-one-sec .app-lauout-sec .landing-page-img:hover .img-scroll{background-position:center 100%!important}html.style4 .popup-group{margin-bottom:-20px}html.style4 .popup-group .font_label{margin:0 8px 20px}html.style4 .landing_popups{position:relative;background-color:#288bfe;background:-webkit-linear-gradient(left,#00caf3,#0090ff)}html.style4 .landing_popups h1{color:#fff!important;-webkit-text-fill-color:#fff}html.style4 .landing_popups h5{color:#fff}html.style4 .landing_popups #videocallhang.modal{position:static}html.style4 .landing_popups .viddiolog.fade{height:auto}html.style4 .landing_popups .viddiolog.fade .modal-body{padding-top:0}html.style4 .landing_popups .viddiolog.modal-dialog{margin:0 auto;height:auto}html.style4 .landing_popups .viddiolog.modal-dialog .videocall-details h5{font-size:calc(13px + 1*(100vw - 320px)/1600);letter-spacing:0;color:#223645!important;font-family:Montserrat,sans-serif;font-weight:700;text-align:left}html.style4 .landing_popups .svg_img2{position:absolute;right:-300px;top:350px;opacity:.5;animation:rotatedTwo 15s linear infinite alternate}html.style4 .landing_popups .slicing-img-8{position:absolute;top:100px;animation:homecloud 30s linear infinite;transform:scale(2)}html.style4 .landing_popups .slicing-img-9{position:absolute;left:0;top:50px;animation:animateCloud 60s linear infinite}html.style4 .easy-navigation .inner-block{height:calc(100% - 0px);background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:45px;margin-bottom:20px;text-align:center}html.style4 .easy-navigation .inner-block h4{font-size:calc(20px + 8*(100vw - 320px)/1600);color:#223645}html.style4 .easy-navigation .inner-block p{font-size:15px;line-height:1.7;letter-spacing:.7px}html.style4 .easy-navigation .exclusive-image{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style4 .slick-slider .slick-list{margin:0 -6px}html.style4 .slick-slider .slick-list .slick-slide{padding:0 6px}html.style4 .slick-slider .slick-list .slick-slide .item:focus{outline:none}html.style4 .custom-control-label{font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;font-weight:600;line-height:1.9;padding-left:10px}html.style4 .custom-switch .custom-control-label:before{border-radius:20px;height:19px;width:34px;box-shadow:inset 0 0 0 0 #dfdfdf;border-color:#dfdfdf;cursor:pointer}html.style4 .custom-switch .custom-control-label:after{top:calc(.25rem + 3px);left:calc(-2.25rem + 1px);width:calc(1rem - 3px);border-radius:100%;height:calc(1rem - 3px);box-shadow:0 1px 3px rgba(0,0,0,.4);background-color:transparent;cursor:pointer}html.style4 .custom-switch .custom-control-input:checked~.custom-control-label:before{background-color:#3fcc35;border-color:#3fcc35;box-shadow:inset 0 0 0 10px #3fcc35}html.style4 .custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(1.15rem)}html.style4 .custom-switch .custom-control-input:focus~.custom-control-label:before{box-shadow:none}html.style4 .custom-switch .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:unset;border-color:#dfdfdf}html.style4 .custom-switch.custom-switch-primary .custom-control-label:before{transition:border .4s ease 0s,box-shadow .4s ease 0s}html.style4 .custom-switch.custom-switch-primary .custom-control-label:after{transition:background-color .4s ease 0s,transform .2s ease 0s}html.style4 .custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:before{background-color:#00d3cb;border-color:#00d3cb;box-shadow:inset 0 0 0 10px #00d3cb;transition:border .4s ease 0s,box-shadow .4s ease 0s,background-color 1.2s ease 0s}html.style4 .custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transition:background-color .4s ease 0s,transform .2s ease 0s}html.style4 .status-switch .custom-control-label{color:#223645}html.style4 .snippet-modal-main .default-form select{background:url(/assets/images/drop-1.png) #eff7fe no-repeat scroll 97.6%}html.style4 .theme-pannel-main{background-color:#fff;position:fixed;top:30%;right:0;z-index:9;padding:0 5px;box-shadow:0 0 7px 1px hsla(0,0%,62%,.2)}html.style4 .theme-pannel-main ul li{display:flex;padding:10px 12px;border-bottom:1px solid #dadada}html.style4 .theme-pannel-main ul li span{padding:0;text-transform:uppercase;color:#949494;font-weight:700}html.style4 .theme-pannel-main ul li a{padding:0}html.style4 .theme-pannel-main ul li:last-child{border-bottom:0}html.style4 .color-picker .title{display:inline-block;position:absolute;left:-68px;width:68px;box-shadow:-3px 0 7px 1px hsla(0,0%,62%,.2);background-color:#fff;padding:10px 14px;border-radius:5px}html.style4 .color-picker .colors li{height:35px;width:35px;margin:3px;display:inline-block;position:relative;border-radius:5px}html.style4 .color-picker .colors li.active:before{content:"";position:absolute;font-family:themify;color:#fff;font-size:19px;top:4px;left:9px;transform:rotate(-90deg)}html.style4 .color{background-color:#1c9dea}html.style4 .color1{background-color:#3a62b8}html.style4 .color2{background-color:#064c3c}html.style4 .color3{background-color:#9b4aff}html.style4 .color4{background-color:#00d3cb}html.style4 .color5{background-color:#ff5b92}html.style4 .color6{background-color:#ff803c}html.style4 .setting-sidebar{background-color:#fff;padding:20px;width:350px;height:100%;position:fixed;top:0;right:-350px;z-index:999;border-left:1px solid #eff1f2;transition:all .5s ease}html.style4 .setting-sidebar li{cursor:pointer}html.style4 .setting-sidebar .theme-title{border-bottom:1px solid #eff1f2;padding-bottom:15px}html.style4 .setting-sidebar h5{padding-top:20px;padding-bottom:15px}html.style4 .setting-sidebar .theme-layout ul{display:flex;align-items:center}html.style4 .setting-sidebar .theme-layout ul li{width:70px;height:50px;display:flex;align-items:center;background-color:#fff;margin-right:10px}html.style4 .setting-sidebar .theme-layout ul li.active .sidebar-content{position:relative}html.style4 .setting-sidebar .theme-layout ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;font-weight:900;height:100%;width:100%;display:flex;align-items:center;justify-content:center}html.style4 .setting-sidebar .theme-layout ul li .sidebar{width:30%;height:100%;background-color:#eff1f2;margin-right:5px;border-radius:5px}html.style4 .setting-sidebar .theme-layout ul li .sidebar-content{background-color:#eff1f2;width:70%;height:100%;border-radius:5px}html.style4 .setting-sidebar .theme-layout ul li:nth-child(2) .sidebar,html.style4 .setting-sidebar .theme-layout ul li:nth-child(3) .sidebar,html.style4 .setting-sidebar .theme-layout ul li:nth-child(3) .sidebar-content{background-color:#595959}html.style4 .setting-sidebar .theme-layout ul li:last-child .sidebar,html.style4 .setting-sidebar .theme-layout ul li:last-child .sidebar-content{background-image:linear-gradient(45deg,#3a62b8,#ff803c)}html.style4 .setting-sidebar .chat-wallpaper .wallpaper{margin-top:0}html.style4 .setting-sidebar .chat-wallpaper .wallpaper li{position:relative;width:47px;height:47px;border-radius:5px;margin:2px;background-size:unset!important}html.style4 .setting-sidebar .chat-wallpaper .wallpaper li.active:before{content:"";font-family:themify;position:absolute;font-weight:900;font-size:20px;height:100%;width:100%;display:flex;align-items:center;justify-content:center}html.style4 .setting-sidebar .themes-content ul li{display:inline-block;width:68px;height:60px;background-color:#eff1f2;margin-right:5px;border-radius:5px;position:relative}html.style4 .setting-sidebar .themes-content ul li.active:before{content:"";font-family:themify;position:absolute;display:flex;height:100%;width:100%;align-items:center;justify-content:center;font-weight:900;font-size:20px}html.style4 .setting-sidebar .sidebar-setting ul{display:flex}html.style4 .setting-sidebar .sidebar-setting ul li{width:144px;height:70px;display:flex;align-items:center;margin-right:15px}html.style4 .setting-sidebar .sidebar-setting ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px}html.style4 .setting-sidebar .sidebar-setting ul li:last-child{margin-right:0}html.style4 .setting-sidebar .sidebar-setting ul li .sm-sidebar{background-color:#eff1f2;margin-right:3px;width:10%;height:100%}html.style4 .setting-sidebar .sidebar-setting ul li .sidebar{background-color:#eff1f2;width:20%;height:100%;border-radius:5px;margin-right:3px}html.style4 .setting-sidebar .sidebar-setting ul li .sidebar-content{background-color:#eff1f2;width:80%;height:100%;border-radius:5px;position:relative}html.style4 .sidebar-pannle-main{position:fixed;bottom:110px;right:22px;z-index:9}html.style4 .sidebar-pannle-main ul{display:flex;flex-direction:column}html.style4 .sidebar-pannle-main ul li{cursor:pointer;margin-bottom:10px}html.style4 .sidebar-pannle-main ul li.cog-click i{animation:infinite-spinning 1.5s linear infinite}html.style4 .fev-addcall-main.add-popup .modal-dialog:before{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;top:-9px}html.style4 .contact-chat>ul>li .contact-name .msg-box{margin-top:10px}html.style4 .msg-box>li .auto-gallery,html.style4 .msg-box>li .document,html.style4 .msg-box>li h5{padding:16px 20px}html.style4 .add-contact-modal .modal-dialog:before{border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #fff;bottom:-9px}html.style4 .add-contact-modal .default-form input[type=number]::-webkit-inner-spin-button,html.style4 .add-contact-modal .default-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;-moz-appearance:textfield}html.style4 .add-popup .close{width:75px;height:75px;background:#00d3cb;border-radius:0 0 0 90px;position:absolute;right:15px;top:15px;opacity:1;margin-right:-15px}html.style4 .add-popup .close span{color:#fff;font-size:30px;position:absolute;top:20px;right:20px}html.style4 .add-popup .modal-body{padding:30px}html.style4 .add-popup .modal-footer,html.style4 .add-popup .modal-header{padding:20px 35px}html.style4 .add-popup .modal-footer .modal-title,html.style4 .add-popup .modal-header .modal-title{color:#00d3cb;text-transform:capitalize;font-weight:700;font-size:calc(16px + 12*(100vw - 320px)/1600)}html.style4 .add-popup .modal-header{border-bottom-color:#eff1f2;background-color:rgba(0,211,203,.15)}html.style4 .add-popup .modal-header i{font-size:30px;margin-right:10px}html.style4 .add-popup .modal-body h3{margin-bottom:20px;text-transform:capitalize}html.style4 .add-popup .default-form .form-group .form-control{padding:15px 25px;margin-bottom:20px}html.style4 .add-popup .default-form .form-group .form-control::placeholder{text-transform:capitalize}html.style4 .add-popup .modal-footer{border-top:1px solid #eff1f2}html.style4 .delete-modal .modal-header{background-color:transparent;border-bottom:none}html.style4 .delete-modal .modal-header .modal-title{display:none}html.style4 .delete-modal .modal-body{text-align:center}html.style4 .delete-modal .delete-btn{margin-top:30px}html.style4 .video-popup .modal-header{padding:0!important;display:block}html.style4 .video-popup iframe{height:448px;width:100%;vertical-align:middle;border:none}html.style4 .pol-modal-main.modal-dialog{width:700px;max-width:unset}html.style4 .pol-modal-main .modal-content .modal-header svg{color:#00d3cb;font-weight:600;margin-right:10px}html.style4 .pol-modal-main .modal-content .modal-body .form-group input::placeholder{font-size:14px}html.style4 .pol-modal-main .modal-content .modal-body .form-group a.add-option{color:#00d3cb;text-transform:capitalize;font-size:14px;font-weight:500}html.style4 .pol-modal-main .modal-content .modal-body .form-group .post-poll{background-color:rgba(0,211,203,.15);padding:25px;border-radius:15px}html.style4 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:flex;justify-content:space-between}html.style4 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-transform:capitalize;font-size:14px;font-weight:600}html.style4 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{font-size:14px;margin-left:15px;text-transform:capitalize;display:inline-block;margin-bottom:0}html.style4 .pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:14px;text-transform:capitalize;font-weight:600;display:flex;align-items:center}html.style4 .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-right:10px}html.style4 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:40px}html.style4 .pol-modal-main .modal-content .modal-body .creat-poll-btn a{display:block;text-transform:capitalize;letter-spacing:1px}html.style4 .snippet-modal-main.modal-dialog{width:800px;max-width:unset}html.style4 .notes-modal-main .modal-content .card{margin-bottom:0;border:0;transition:all .3s ease}html.style4 .notes-modal-main .modal-content .card .card-header{background-color:#fff;border-bottom:1px solid #eee;padding:30px}html.style4 .notes-modal-main .modal-content .card .card-header h5{font-size:18px;margin-bottom:0;text-transform:uppercase;font-weight:600}html.style4 .notes-modal-main .modal-content .card .card-body{padding:30px;border-bottom:1px solid #eee}html.style4 .notes-modal-main .modal-content .card .card-body h1{padding-bottom:30px}html.style4 .notes-modal-main .modal-content .card .card-body p:last-child{margin-bottom:0}html.style4 .notes-modal-main .modal-content .card .card-footer{padding:30px;background-color:#fff;border-top:none}html.style4 .notes-modal-main .modal-content .card .card-footer button{margin-right:15px}html.style4 .reminder-modal-main .modal-content{height:500px;overflow:auto}html.style4 .reminder-modal-main .modal-content .modal-body .form-group label{display:block;margin-bottom:10px;font-weight:600;font-size:16px;text-transform:capitalize}html.style4 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{display:inline-block;padding:15px 20px;border-radius:5px;background-color:#ebfafa;text-align:center;border:none}html.style4 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-num,html.style4 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-val{color:#00d3cb;transition:color .3s ease}html.style4 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active{background-color:#00d3cb}html.style4 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-num,html.style4 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-val{color:#fff;transition:color .3s ease}html.style4 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-num{margin-bottom:7px}html.style4 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-val{margin-bottom:0;font-weight:500}html.style4 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-left:15px}html.style4 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:flex;margin-bottom:0;text-transform:uppercase}html.style4 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-right:30px}html.style4 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{line-height:1;font-size:14px;color:#223645;letter-spacing:.08em}html.style4 .reminder-modal-main .modal-content .modal-body .reminder-btn{text-align:center}html.style4 .reminder-modal-main .modal-content .modal-body .reminder-btn h5{text-transform:capitalize;color:#223645;margin-bottom:20px}html.style4 .reminder-modal-main .modal-content .modal-body .reminder-btn a{color:#fff}html.style4 .reminder-modal-main .modal-body .form-group{margin-bottom:25px}html.style4 .reminder-modal-main .modal-body .form-group textarea{border-radius:15px;background-color:#ebfafa;border:none}html.style4 .show-notifications{position:relative}html.style4 .show-notifications:active #icon-bell,html.style4 .show-notifications:focus #icon-bell,html.style4 .show-notifications:hover #icon-bell{fill:#34495e}html.style4 .show-notifications #icon-bell{fill:#7f8c8d}html.style4 .show-notifications .notifications-count{border-radius:50%;background-clip:padding-box;background:#3498db;color:#fefefe;font:normal .85em Lato;height:16px;line-height:1.75em;position:absolute;right:2px;text-align:center;top:-2px;width:16px}html.style4 .show-notifications.active~.notifications{opacity:1;top:60px}html.style4 .notifications{border-radius:2px;background-clip:padding-box;transition:opacity .25s ease-out .1s;background:#ecf0f1;border:1px solid #bdc3c7;left:10px;opacity:0;position:absolute}html.style4 .notifications h3{cursor:default;font-size:1.05em;font-weight:400;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}html.style4 .notifications .notifications-list{list-style:none;margin:0;overflow:hidden;padding:0}html.style4 .notifications .notifications-list .item{transition:transform .25s ease-out .1s;border-top:1px solid #bdc3c7;color:#7f8c8d;cursor:default;display:block;padding:10px;position:relative;white-space:nowrap;width:350px}html.style4 .notifications .notifications-list .item.no-data{display:none;text-align:center}html.style4 .notifications .notifications-list .item.expired{color:#bdc3c7}html.style4 .notifications .notifications-list .item.expired:before{background:#bdc3c7}html.style4 .notifications .notifications-list .item.expired .details .date{color:#bdc3c7}html.style4 .notifications .notifications-list .item:before{border-radius:50%;background-clip:padding-box;background:#3498db;content:"";height:8px;width:8px;display:inline-block;vertical-align:middle}html.style4 .notifications .notifications-list .item .details{display:inline-block;vertical-align:middle;margin-left:10px;white-space:normal;width:280px}html.style4 .notifications .notifications-list .item .details .title{display:block}html.style4 .notifications .notifications-list .item .details .date{display:block;font-size:.85em;margin-top:3px}html.style4 .notifications .notifications-list .item .button-dismiss{display:inline-block;vertical-align:middle;color:#bdc3c7;font-size:2.25em}html.style4 .notifications .show-all{display:block;text-align:center;text-decoration:none;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}html.style4 .notifications:after{border:10px solid transparent;border-bottom-color:#3498db;content:"";display:block;height:0;left:10px;position:absolute;top:-20px;width:0}html.style4 .button-default{transition:color .25s ease-out .1s;background:transparent;border:none;cursor:pointer;margin:0;outline:none;position:relative}html.style4 .todo-main-modal .modal-body{padding-bottom:0}html.style4 .todo-main-modal .modal-body .default-form .todo-task h5{padding-bottom:10px}html.style4 .todo-main-modal .modal-body .default-form .form-group+.form-group{display:flex;margin-top:unset}html.style4 .todo-main-modal .modal-body .default-form .form-group+.form-group input{height:45px;border-radius:15px;background-color:#fff;border:none;margin-left:10px}html.style4 .todo-main-modal .modal-body .dropdown.currency{width:30%}html.style4 .create-todo-main-modal .modal-body{padding-bottom:0}html.style4 .create-todo-main-modal .modal-body .default-form .todo-task h5{margin-bottom:15px}html.style4 .create-todo-main-modal .modal-body .default-form .form-group{display:flex;align-items:center}html.style4 .create-todo-main-modal .modal-body .default-form .form-group input{margin-left:10px}html.style4 .create-todo-main-modal .modal-body .default-form .dropdown.currency{width:30%;text-align:left}html.style4 .create-todo-main-modal .modal-body .dropdown .dropdown-menu li{font-size:14px}@media(max-height:730px){html.style4 .chitchat-container .sidebar-bottom{padding-bottom:25px}html.style4 .chitchat-container .main-nav .sidebar-main .sidebar-bottom li,html.style4 .chitchat-container .main-nav .sidebar-main .sidebar-top li{padding-top:25px}}@media(max-width:1660px){html.style4 .about-page p{margin-bottom:-3px}html.style4 .secure-app-main .secure-app-content{background-color:hsla(0,0%,100%,.9);padding:30px}}@media(max-width:1500px){html.style4 .testimonial-main .slick-slider .slick-list{margin:0 -10px}html.style4 .testimonial-main .slick-slider .slick-list .slick-slide{padding:0 10px}html.style4 .recent .theme-title .mainnav,html.style4 .recent .theme-title .mobile-back{height:32px;width:32px}html.style4 .chitchat-main .messages .contact-details .left.media .media-right .mute i:after{top:14px;left:5px}html.style4 .contact-chat .profile{height:50px;width:50px}html.style4 .call-content,html.style4 .contact-content{overflow:scroll;height:100%}html.style4 .call-content .col-sm-5,html.style4 .call-content .col-sm-7,html.style4 .contact-content .col-sm-5,html.style4 .contact-content .col-sm-7{flex:100% 1;max-width:100%}html.style4 .call-content .col-sm-7,html.style4 .contact-content .col-sm-7{margin-top:20px}html.style4 .call-content .col-sm-7 .call-log-clear,html.style4 .contact-content .col-sm-7 .call-log-clear{margin-bottom:40px}html.style4 .contact-details ul li{padding-left:7px!important}html.style4 .contact-details>.row .icon-btn{height:32px;width:32px}}@media(max-width:1366px){html.style4 .profile-box .details.edit{width:170px}html.style4 .chitchat-main .message-input input{width:calc(100% - 280px)}html.style4 .chitchat-right-sidebar .status ul li{padding-left:30px}html.style4 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{padding:10px 20px}html.style4 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li{padding-bottom:0}html.style4 header .landing-header{background-color:#00d3cb;max-width:97%;border-radius:20px;box-shadow:0 0 30px rgba(29,168,253,.5);margin:0 auto;padding:5px 50px}html.style4 header .landing-header.fixed .navbar-collapse .navbar-nav{margin-left:10px}html.style4 header .landing-header .navbar-collapse .navbar-nav{padding-left:0;margin-left:140px}html.style4 .chat-main li .chat-box .details h6{max-width:150px}html.style4 .search2>div{height:40px}html.style4 .group-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}html.style4 .close-app{display:none}html.style4 .sidebar-pannle-main{bottom:70px}html.style4 .contact-chat>ul>li.replies,html.style4 .contact-chat>ul>li.sent{width:65%}html.style4 .emojis-main .contact-poll .mr-4{margin-right:.5rem!important}html.style4 .profile-box{padding-bottom:0}html.style4 .chitchat-main .message-input{padding:1% 10px}html.style4 .chitchat-main .call-content .user-profile .user-content ul li{font-size:0;padding-bottom:0}html.style4 .chitchat-main li .chat-box .details h6{max-width:130px}html.style4 .chitchat-main li.active .details h6{letter-spacing:unset}html.style4 .notification-tab .chat-main .chat-box .details h5{line-height:1.5}html.style4 .notification-tab .chat-main .chat-box .date-status,html.style4 .notification-tab .chat-main .chat-box .profile{top:10px}html.style4 .notification-tab .chat-main li{padding:0 20px}html.style4 .setting-block{padding:30px 40px}html.style4 .setting-block .block{padding:40px 20px 0}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab{padding:40px 20px}html.style4 .chitchat-container .chitchat-left-sidebar{min-width:300px;width:300px;animation:fadeInright .3s ease-in-out;transition:all .3s ease}html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab{width:300px;min-width:300px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:20px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs .nav-tabs{padding-bottom:20px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:12px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:10px;width:10px;margin-right:5px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:60px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:20px 20px 0}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{width:calc(100% - 30px);left:15px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent{width:300px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 20px 0}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 20px}html.style4 .call-log-main li,html.style4 .contact-log-main li{padding-top:8px;padding-bottom:8px}html.style4 .document-tab .chat-box .date-status,html.style4 .fevorite-tab .chat-box .date-status{position:absolute;right:0;top:10px;text-align:right}html.style4 .document-tab .chat-main li,html.style4 .fevorite-tab .chat-main li{padding-top:8px;padding-bottom:8px}html.style4 .dynemic-sidebar .theme-title{margin-bottom:20px}html.style4 .dynemic-sidebar .chat-main li .chat-box .details{padding-top:8px;padding-bottom:9px}html.style4 .dynemic-sidebar .chat-main .icon-btn.btn-xl{height:50px;width:50px}html.style4 .dynemic-sidebar .chat-main .icon-btn.btn-xl i{font-size:20px}html.style4 .dynemic-sidebar .chat-main .media-body{position:absolute;right:0;top:8px}html.style4 .dynemic-sidebar .chat-main .profile{width:50px;height:50px}html.style4 .m-r-15{margin-right:5px}html.style4 .search2{margin-left:0;margin-right:0}html.style4 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 390px)}html.style4 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 475px)}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 580px)}html.style4 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}html.style4 .sidebar-active.menu-active .chitchat-container .chitchat-main{width:calc(100% - 92px)}html.style4 .menu-active .chitchat-main .messages .contact-details{width:63.9vw!important}html.style4 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:7px 15px}html.style4 .call-log-main li,html.style4 .chat-main li,html.style4 .contact-log-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}html.style4 .call-log-main li .call-box,html.style4 .call-log-main li .chat-box,html.style4 .call-log-main li .contact-box,html.style4 .chat-main li .call-box,html.style4 .chat-main li .chat-box,html.style4 .chat-main li .contact-box,html.style4 .contact-log-main li .call-box,html.style4 .contact-log-main li .chat-box,html.style4 .contact-log-main li .contact-box{display:flex;align-items:center}html.style4 .call-log-main li .call-box .details,html.style4 .call-log-main li .chat-box .details,html.style4 .call-log-main li .contact-box .details,html.style4 .chat-main li .call-box .details,html.style4 .chat-main li .chat-box .details,html.style4 .chat-main li .contact-box .details,html.style4 .contact-log-main li .call-box .details,html.style4 .contact-log-main li .chat-box .details,html.style4 .contact-log-main li .contact-box .details{padding-left:60px;padding-right:50px}html.style4 .chat .profile{width:50px;height:50px}html.style4 .call-log-main .call-box .details,html.style4 .contact-log-main .call-box .details{padding-right:60px}html.style4 .call-log-main li .contact-box .details,html.style4 .contact-log-main li .contact-box .details{padding-right:80px;padding-left:60px}html.style4 .group-main .group-box .details{padding-left:60px}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 495px)}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 790px)}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 880px)}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 490px)}html.style4 .sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 720px)}html.style4 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 390px)}html.style4 .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}html.style4 .chitchat-main .message-input{width:90%}html.style4 .menu-active .login-content .line h6:after,html.style4 .menu-active .login-content .line h6:before{width:4rem}html.style4 header .landing-header .navbar-collapse{width:100%}html.style4 .call-log-main .call-box .details{padding-left:70px!important}html.style4 .videocall.call-modal .small-image,html.style4 .videocallhang.call-modal .small-image{width:180px;height:250px}html.style4 .videocall.call-modal .videocall-details .usersprof .profile{width:50px;height:50px}}@media(min-width:1199.98px){html.style4 .main-menu .collapse{display:block}}@media(max-width:1199.98px){html.style4 .landing-header .dropdown-menu a{padding-top:6px;padding-bottom:6px}html.style4 header .landing-header .navbar-collapse .navbar-nav{background-color:transparent;margin-left:0}html.style4 header .landing-header.fixed .main-menu .navbar-nav>li>a{color:rgba(0,0,0,.7)!important}html.style4 .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link{color:rgba(0,0,0,.9)}html.style4 .landing-page .landing-header .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}html.style4 .mobile-version-sec .chitchat-back-block .chit-chat2{display:none}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-content h3{margin-bottom:3px!important}html.style4 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:24px}html.style4 .chat-landing-page .content-title{margin-bottom:35px}html.style4 .emojis-main .contact-poll .contact-poll-content:before{left:30px}html.style4 header{padding-top:10px;padding-bottom:0;clear:both}html.style4 header .landing-header .dropdown-menu{position:relative!important;width:calc(100% - 30px);margin-bottom:14px;padding-bottom:10px;margin-top:10px;transform:unset!important}html.style4 header .landing-header .logo-block img{height:40px}html.style4 header .landing-header .navbar-toggler{position:absolute;right:17px;top:19px;background-color:#fff}html.style4 header .landing-header .navbar-toggler:focus{outline:none}html.style4 header .landing-header .navbar-toggler .navbar-toggler-icon{vertical-align:-2px}html.style4 header .landing-header .navbar-collapse{position:absolute;top:64px;background-color:#fff;right:0;width:61%!important;border-radius:15px;padding:20px 0;border:1px solid #daf6f5}html.style4 header .landing-header .navbar-collapse .navbar-nav,html.style4 header .landing-header .navbar-collapse .navbar-nav .nav-item{display:block}html.style4 header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{padding-top:3px;padding-bottom:3px}html.style4 .chitchat-main .messages .contact-details{padding:15px}html.style4 .chitchat-main .messages .contact-details .media-right ul{display:flex}html.style4 .chitchat-main .messages .contact-details .search-form,html.style4 .chitchat-main .messages .contact-details .search-form.open{height:90px}html.style4 .chitchat-main .message-input{width:calc(100% - 100px)}html.style4 .chitchat-main .messages .contact-details .col{width:100px}html.style4 .chitchat-main .messages .contact-details .left.media .media-body{display:none}html.style4 .theme-landing header .landing-header .navbar-collapse{padding:20px}html.style4 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item{padding:3px 0;margin-left:0}html.style4 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link{color:rgba(0,0,0,.7)!important;transition:all .5s ease;padding:0}html.style4 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link:hover{color:#00d3cb!important}html.style4 .theme-landing header .landing-header .dropdown-menu{width:calc(100% - 10px)}html.style4 .theme-landing header .landing-header .dropdown-menu .nav-link a{transition:all .5s ease}html.style4 .theme-landing header .landing-header .dropdown-menu .nav-link a:hover{color:#00d3cb!important}html.style4 .rate-us{padding-top:40px!important}}@media(max-width:1024px){html.style4 .slider-block{background-position:bottom!important}html.style4 .chitchat-main .messages .contact-details .left.media .media-body:before{top:-4px}html.style4 .chitchat-main .messages .contact-details .media-body h5{display:none}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:4px}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details ul li{padding-left:21px}html.style4 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}html.style4 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}html.style4 .chitchat-main .messages .contact-details{padding:15px}html.style4 .chitchat-main .messages .contact-details .media-right ul{display:flex}html.style4 .faq-section .accordion.theme-accordion .card .card-header button:before{right:10px}}@media(max-width:992px){html.style4 .chitchat-right-sidebar .document,html.style4 .chitchat-right-sidebar .media-gallery,html.style4 .chitchat-right-sidebar .status{padding:30px 20px}html.style4 .chitchat-main .message-input input{width:90%}html.style4 .chitchat-container .chitchat-right-sidebar{min-width:280px;width:280px}html.style4 .chitchat-container .chitchat-right-sidebar .contact-profile{padding:20px}html.style4 .chitchat-container.sidebar-overlap .chitchat-main,html.style4 .chitchat-container.sidebar-overlap .chitchat-main .messages .contact-details,html.style4 .chitchat-container.sidebar-overlap .contact-details,html.style4 .chitchat-container.sidebar-overlap .message-input{width:100%!important}html.style4 .chat-landing-page .landing_page_slider{min-height:800px;background-position:bottom}html.style4 .secure-app-main,html.style4 .secure-app-main .secure-app-content{height:350px}html.style4 [class*=introjs]{display:none}html.style4 .main-nav.introjs-fixParent,html.style4 .sidebar-top.introjs-relativePosition{display:block}html.style4 .chitchat-main .messages .contact-details{width:calc(100vw - 390px)}html.style4 header .landing-header,html.style4 header .landing-header.fixed{padding:5px 15px}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 495px)!important}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 400px)}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:33.3vw!important}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:9px}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}html.style4 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:44vw}html.style4 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}html.style4 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}html.style4 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 92px)}html.style4 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .contact-details{width:84vw}html.style4 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details{width:42.5vw!important}html.style4 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:21px}html.style4 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .message-input{width:calc(100% - 500px)}html.style4 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:53vw}html.style4 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:9px}html.style4 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .message-input{width:calc(100% - 400px)}html.style4 .recent .theme-title .close-contentbtn{display:flex}html.style4 .element-card .typography .font_label{margin-bottom:20px}html.style4 .login-content .line h6:after,html.style4 .login-content .line h6:before{width:3.5rem}html.style4 .mr-3{margin-right:10px!important}html.style4 footer .footer_order_2{order:-1}html.style4 footer .footer_order_1{order:-2}html.style4 footer .footer_order_3{margin-top:40px}}@media(max-width:991px){html.style4 .video-popup iframe{height:278px}html.style4 .chitchat-main .messages{padding:25px}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 455px)!important}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 455px)}html.style4 .blog-detail-page .blog-detail .post-social ul.social-group{float:none;margin-top:15px;display:block}html.style4 footer .footer-block{display:flex;justify-content:center}html.style4 footer .footer-block>div{margin-top:30px}html.style4 footer .footer-block>div:first-child,html.style4 footer .footer-block>div:last-child{order:-1;margin-top:0}html.style4 .audiocall1.call-modal,html.style4 .audiocall2.call-modal,html.style4 .conferencecall.call-modal,html.style4 .videocall.call-modal,html.style4 .videocallhang.call-modal{min-height:530px}html.style4 .videocall.call-modal .small-image,html.style4 .videocallhang.call-modal .small-image{width:150px;height:200px;left:20px}html.style4 .three-in-one-sec{margin-top:0}html.style4 .bonus-page .chit-chat5,html.style4 .collaboration-main .chit-chat5,html.style4 .dark-light .chit-chat5,html.style4 .easy-navigation .chit-chat5,html.style4 .real-time-customizer .chit-chat5{display:none}html.style4 .pol-modal-main.modal-dialog,html.style4 .snippet-modal-main.modal-dialog{width:600px}html.style4 .notes-modal-main .modal-content{height:450px}html.style4 .notes-modal-main .modal-content .modal-body{overflow:auto;padding:0}html.style4 .notes-modal-main .modal-content .card .card-body,html.style4 .notes-modal-main .modal-content .card .card-header{padding:20px}html.style4 .notes-modal-main .modal-content .card .card-body h1{padding-bottom:15px;line-height:1}}@media(max-width:800px){html.style4 .chitchat-left-sidebar .search-form .form-group .icon-close{top:3px}html.style4 .profile-box .details.edit{width:90%}html.style4 .chitchat-container{overflow:hidden}html.style4 .chitchat-main .chat-content .badge.sm{padding:4px}html.style4 .menu-active .chitchat-main .messages .contact-details{width:calc(100% - 50px)!important}html.style4 .mobile-back,html.style4 .mobile-sidebar{display:inline-flex}html.style4 .search2>div{width:100%;height:50px}html.style4 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 35px;font-size:16px}html.style4 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:22px}html.style4 .chat .details{padding-left:75px!important}html.style4 .chat .details h6,html.style4 .chitchat-left-sidebar .details h6{max-width:unset;font-size:calc(12px + 2*(100vw - 320px)/480);padding-top:6px}html.style4 .chat h5,html.style4 .chitchat-left-sidebar h5{font-size:calc(13px + 2*(100vw - 320px)/480)}html.style4 .chat .profile,html.style4 .chitchat-left-sidebar .profile{width:60px;height:60px}html.style4 .theme-tab>.nav-tabs>.nav-item .nav-link{padding:12px 60px;font-size:calc(14px + 8*(100vw - 320px)/1600)}html.style4 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar{width:calc(100vw - 100px);min-width:calc(100vw - 100px)}html.style4 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,html.style4 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:calc(100vw - 100px)}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search{margin-top:10px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat h2{font-size:calc(20px + 12*(100vw - 320px)/480)}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:calc(13px + 4*(100vw - 320px)/480);padding:5px 40px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:14px;width:14px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent{width:100vw}html.style4 .chitchat-container .chitchat-left-sidebar,html.style4 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style4 .chitchat-container .chitchat-left-sidebar .document-tab,html.style4 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style4 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style4 .chitchat-container .chitchat-left-sidebar .recent-default,html.style4 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style4 .chitchat-container .chitchat-left-sidebar .status-tab{width:calc(100vw - 1px);min-width:calc(100vw - 1px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style4 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar,html.style4 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 90px)}html.style4 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 140px)}html.style4 .chitchat-container .chitchat-main .message-input{width:100%;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;bottom:unset;position:static}html.style4 .chitchat-container .chitchat-main .messages{padding:25px}html.style4 .chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 52px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style4 .chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}html.style4 .chitchat-container.mobile-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style4 .chat-tabs ul li.nav-item{margin:0 10px}html.style4 .chat-tabs ul li.nav-item a{width:100%}html.style4 ul.chat-cont-setting{left:unset;right:20px}}@media(max-width:767.98px){html.style4 .chitchat-main .chitchat-contain ul.detial-price li i{margin-right:10px}html.style4 .videocall.call-modal .videocall-details{padding:15px;background-color:hsla(0,0%,100%,.8)}html.style4 .modal-dialog-centered .modal-content{max-height:90vh;overflow:scroll}html.style4 .zoomcontent{display:none}html.style4 footer .copyright .footer-left{margin-bottom:5px}html.style4 header .landing-header{max-width:99%}html.style4 .three-in-one-sec{margin-top:0}html.style4 .chat-landing-page h1{margin-bottom:10px}html.style4 .bonus-page .demo-title{margin-top:10px}html.style4 .three-in-one-sec .landing-screen-animation>div:first-child,html.style4 .three-in-one-sec .landing-screen-animation>div:nth-child(2){margin-bottom:30px}html.style4 .rate-us .rate_us-section h2{margin:20px 0}html.style4 .rate-us .rate_us-section .rate-section li i{font-size:28px}html.style4 .sidebar-pannle-main{display:none}html.style4 .chitchat-loader h3{margin-top:15px;padding:0 15px;line-height:1.4}html.style4 .chitchat-loader img{height:80px}html.style4 .videocall.call-modal .small-image{left:20px}html.style4 .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:5px;float:unset}html.style4 .sidebar-pannle-main{right:15px}html.style4 .chitchat-main .messages .contact-details{width:calc(100vw - 390px)}html.style4 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:21px}html.style4 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn svg{vertical-align:unset;stroke-width:2px}html.style4 .chitchat-main .messages .contact-details ul li{padding-left:30px}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:66.3vw!important}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:33px}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 200px)}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:24px}html.style4 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:28px}html.style4 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:10px}html.style4 .contact-details .media-right ul{display:flex}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:78.5vw!important}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 100px)}html.style4 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:39vw}html.style4 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:17px}html.style4 .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}html.style4 .copyright p{text-align:center}html.style4 .links_horizontal .text-right{text-align:center!important}html.style4 .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}html.style4 .element-card .typography h1,html.style4 .element-card .typography h2,html.style4 .element-card .typography h3,html.style4 .element-card .typography h4,html.style4 .element-card .typography h5,html.style4 .element-card .typography h6{margin-bottom:10px}html.style4 .element-card .typography .font_label{margin-right:10px}html.style4 .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:unset}html.style4 footer .footer-title .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style4 footer .footer-title .according-menu:before{content:"";position:absolute;right:20px;top:16px;color:#00d3cb;font-size:18px;font-weight:600}html.style4 footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style4 footer .footer-title.active .according-menu:before{content:"";position:absolute;right:20px;top:2px;color:#00d3cb;font-size:18px;font-weight:600}html.style4 footer .links li+li{margin-top:5px}html.style4 footer .logo img{width:150px;height:auto}html.style4 footer .footer-mobile-title{display:block}html.style4 footer .footer-block>div:nth-child(n+2){margin-top:15px!important}html.style4 footer .footer-block>div:nth-child(n+2) .footer-title{border-top:1px solid rgba(0,211,203,.2)}html.style4 footer h3{margin-top:15px!important;margin-bottom:0!important}html.style4 footer .footer-contant{margin-top:20px}html.style4 footer .footer-contant .footer-btn{display:grid;width:-moz-fit-content;width:fit-content}html.style4 footer .footer-contant .footer-btn .btn{display:inline-flex;padding:10px 20px}html.style4 footer .footer-contant .footer-btn .btn i{font-size:16px}html.style4 footer .footer-contant .social-group li a{width:28px;height:28px}html.style4 footer .footer-contant .social-group li a i,html.style4 footer .footer-contant ul li a{font-size:13px}html.style4 footer .footer-contant ul li a:before{font-size:8px}html.style4 .footer_order_1{width:60%;float:left}html.style4 .footer_order_2{width:40%;float:right}html.style4 .footer_order_3{width:33%;float:left}html.style4 .img-10{width:5px!important}html.style4 .img-20{width:10px!important}html.style4 .img-30{width:20px!important}html.style4 .img-40{width:25px!important}html.style4 .img-50{width:35px!important}html.style4 .img-60{width:45px!important}html.style4 .img-70{width:55px!important}html.style4 .img-80{width:65px!important}html.style4 .img-90{width:75px!important}html.style4 .img-100{width:85px!important}html.style4 .add-popup .close{width:65px;height:65px}html.style4 .add-popup .close span{top:15px;right:15px}html.style4 .add-popup .modal-footer{padding:20px}html.style4 .audiocall1.call-modal,html.style4 .audiocall2.call-modal,html.style4 .conferencecall.call-modal,html.style4 .videocall.call-modal,html.style4 .videocallhang.call-modal{min-height:480px}html.style4 .audiocall1.call-modal .title2,html.style4 .audiocall2.call-modal .title2,html.style4 .conferencecall.call-modal .title2,html.style4 .videocall.call-modal .title2,html.style4 .videocallhang.call-modal .title2{margin-bottom:5px}html.style4 .audiocall1 .icon-btn.btn-xl,html.style4 .audiocall2 .icon-btn.btn-xl,html.style4 .conferencecall .icon-btn.btn-xl,html.style4 .videocall .icon-btn.btn-xl,html.style4 .videocallhang .icon-btn.btn-xl{width:40px;height:40px;padding:10px}html.style4 .videocall.call-modal .videocall-details,html.style4 .videocallhang.call-modal .videocall-details{padding:20px 20px 20px 30px}html.style4 .videocall.call-modal .videocall-details .usersprof .profile,html.style4 .videocallhang.call-modal .videocall-details .usersprof .profile{width:35px;height:35px}html.style4 .videocall.call-modal .small-image,html.style4 .videocallhang.call-modal .small-image{width:120px;height:140px;left:15px}html.style4 .videocall.call-modal .videocall-details#basicUsage,html.style4 .videocallhang.call-modal .videocall-details#basicUsage{margin-right:5px}html.style4 footer .footer-mobile-title h3{margin-top:0!important}html.style4 .snippet-modal-main.modal-dialog{width:550px}html.style4 .snippet-modal-main .default-form .form-group .btn-snipate{margin-top:30px}html.style4 .snippet-modal-main .default-form .form-group .btn-snipate .btn{padding:10px 25px}html.style4 .pol-modal-main.modal-dialog{width:550px}html.style4 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:30px}html.style4 .add-popup .modal-footer,html.style4 .add-popup .modal-header{padding:20px 25px}html.style4 .reminder-modal-main .modal-content .modal-body .reminder-btn .btn{padding:12px 25px}html.style4 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{padding:10px 15px}}@media(max-width:600px){html.style4 .setting-block .block{top:110px}html.style4 .chitchat-container .chitchat-main .call-content,html.style4 .chitchat-container .chitchat-main .contact-content{padding:20px}html.style4 .chitchat-container .chitchat-main .messages .contact-details .col-7{padding-right:0}html.style4 .chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right{order:-1}html.style4 .chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right li{padding-left:0!important;padding-right:8px}html.style4 .chitchat-container .chitchat-main .messages .media-right ul li:first-child,html.style4 .chitchat-container .chitchat-main .messages .media-right ul li:nth-child(2){display:none}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:5px 20px}html.style4 .emojis-main .contact-poll .contact-poll-content{bottom:60px;left:60px}html.style4 .contact-chat{margin-top:70px}html.style4 .contact-chat>ul>li.replies .auto-gallery li,html.style4 .contact-chat>ul>li.sent .auto-gallery li{height:60px;width:60px}html.style4 footer .footer-title .according-menu,html.style4 footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style4 footer .footer_order_1,html.style4 footer .footer_order_2,html.style4 footer .footer_order_3{width:100%}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:57.3vw!important}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:30px}html.style4 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:74vw}html.style4 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:20px}html.style4 .chitchat-main .message-input{height:60px;padding:14px 10px}html.style4 .chitchat-main .message-input input{width:calc(100% - 210px)}html.style4 .chitchat-main .message-input .icon-btn{height:32px;width:32px}html.style4 .chitchat-main .message-input .icon-btn i{font-size:13px}html.style4 .chitchat-main .messages .contact-details .left.media .media-left{height:unset}html.style4 .chitchat-main .messages .contact-details .profile{width:40px;height:40px;border-radius:15px}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details{width:93.5vw!important}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:0}html.style4 .sidebar-toggle .pricing-box{margin:10px;padding:20px}html.style4 .sidebar-toggle .pricing-box ul.avb-price li i{margin-right:10px}html.style4 .sidebar-toggle footer{padding-bottom:0}html.style4 .sidebar-toggle footer .footer-mobile-title{display:block!important}html.style4 .sidebar-toggle footer .footer-title .according-menu,html.style4 .sidebar-toggle footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style4 .sidebar-toggle footer .downlaod,html.style4 .sidebar-toggle footer .footer_order_3{margin-top:0}html.style4 .sidebar-toggle footer .downlaod .footer-btn .btn+.btn{margin-left:15px;margin-top:unset}html.style4 .sidebar-toggle footer .links{margin-top:0}html.style4 .sidebar-toggle footer .section-py-space{padding-bottom:30px}html.style4 .sidebar-toggle footer .footer-contant{margin-bottom:20px}}@media(max-width:676px){html.style4 .chitchat-main .message-input{height:48px;padding:0 10px}}@media(max-width:575.98px){html.style4 .chitchat-container .chitchat-right-sidebar{width:100%}html.style4 .share-media .media-big .border-portfolio a,html.style4 .share-media .media-small .border-portfolio a{display:block}html.style4 .share-media .isotopeSelector .media-big .overlay{height:160px}html.style4 .share-media .isotopeSelector .media-small .overlay{height:72px}html.style4 .team-work-main .team-work-content .ply-main .ply-content{padding:5px}html.style4 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:35px;height:35px}html.style4 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:14px;margin-left:4px;margin-top:2px}html.style4 header .landing-header{padding:0}html.style4 header .landing-header .navbar-toggler{top:14px}html.style4 .search-form:before{top:20px}html.style4 .chitchat-left-sidebar .search-form .form-group .icon-close{top:1px}html.style4 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:3px}html.style4 .sidebar-toggle .main-nav.on{position:absolute;left:0;z-index:9999!important;background-color:#fff}html.style4 .chitchat-container .main-nav.on~.chitchat-left-sidebar .recent-default{width:100vw;min-width:100vw}html.style4 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default){margin-left:100px}html.style4 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,html.style4 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:100vw}html.style4 .landing_page_slider .animated-img-2{display:none}html.style4 .chat-landing-page .landing_page_slider{min-height:450px}html.style4 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#223645!important;-webkit-text-fill-color:unset}html.style4 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4,html.style4 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{color:#223645!important}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:71.5vw!important}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:9px}html.style4 .inner-page header{padding-top:15px;padding-bottom:15px}html.style4 .inner-page header .landing-header .navbar-collapse,html.style4 .theme-landing header .landing-header .navbar-collapse{width:100%!important}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:55.3vw!important}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}html.style4 .sidebar-active .sidebar-toggle .main-nav .chitchat-main .messages .contact-details ul li{padding-left:11px}html.style4 .chitchat-main .messages .contact-details{width:88vw}html.style4 .chitchat-main .messages .contact-details ul li{padding-left:21px}html.style4 .blog-page .blog-media .blog-right ul li+li{padding-left:10px;margin-left:10px}html.style4 .add-popup .modal-body{padding:15px}html.style4 .add-popup .modal-footer .btn{padding:10px 20px}html.style4 .msg-chat-modal .chat-main li{padding-left:10px;padding-right:10px}html.style4 .videocall.call-modal .small-image{width:100px;height:120px;bottom:31%;display:none!important}html.style4 .chat-landing-page .landing_popups .btn{padding:10px 18px}html.style4 .rate-us .rate_us-section .rate-section{margin:0 0 18px}html.style4 .rate-us .rate_us-section .rate_btn{padding:10px 35px}html.style4 .snippet-modal-main{padding:15px}html.style4 .snippet-modal-main.modal-dialog{width:100%;margin:0}html.style4 .pol-modal-main{padding:15px}html.style4 .pol-modal-main.modal-dialog{width:100%;margin:0}html.style4 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:20px}html.style4 .pol-modal-main .modal-content .modal-body .form-group .post-poll{padding:15px}html.style4 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:block}html.style4 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-align:center}html.style4 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{padding:15px 15px 0}html.style4 .pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:13px}html.style4 .msg-chat-modal .chat-main li .chat-box .profile{width:40px;height:40px}html.style4 .msg-chat-modal .chat-main li .chat-box .details{padding-left:50px}html.style4 .add-popup .modal-footer,html.style4 .add-popup .modal-header{padding:15px 25px}html.style4 .add-popup .close{width:55px;height:55px}html.style4 .add-popup .close span{top:10px;right:10px}html.style4 .create-todo-main-modal .todo-task .todo-main-content .drop-picker,html.style4 .todo-main-modal .todo-task .todo-main-content .drop-picker{margin:15px 15px 0}}@media(max-width:480px){html.style4 .menu-active .chitchat-main .messages .contact-details{width:calc(100vw - 34px)!important}html.style4 .chitchat-left-sidebar .search-form .form-group .icon-close,html.style4 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:6px}html.style4 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:8px 15px;font-size:14px}html.style4 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}html.style4 .element-card-body .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 20px}html.style4 .chitchat-main .call-content .user-profile .user-content ul li,html.style4 .chitchat-main .contact-content .user-profile .user-content ul li{padding:5px;font-size:12px}html.style4 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default).active{min-width:100%;width:100%;margin-left:0;z-index:99999;transition:all .3s ease}html.style4 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{width:295px}html.style4 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{right:125px}html.style4 .chitchat-main .messages .contact-details ul li.chat-friend-toggle .icon-btn{width:32px}html.style4 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{margin-right:-100px}html.style4 .search-form .form-group .icon-close{padding:18px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{height:50px;top:10px}html.style4 .emojis-main .contact-poll .contact-poll-content{padding:20px}html.style4 .emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:8px;font-size:14px;padding-left:25px}html.style4 .emojis-main .contact-poll .contact-poll-content ul li a svg{width:16px}html.style4 .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:50px}html.style4 .chat-landing-page .landing_page_slider{min-height:380px}html.style4 .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 40px}html.style4 .chat-main li{padding-top:12px;padding-bottom:12px}html.style4 .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}html.style4 .replies .msg-setting-main .msg-dropdown-main .msg-dropdown{left:0;right:unset}html.style4 .msg-box>li .auto-gallery,html.style4 .msg-box>li .document,html.style4 .msg-box>li h5{padding:10px 20px}html.style4 .contact-chat{margin-top:55px}html.style4 .contact-chat .profile{border-radius:15px}html.style4 .contact-chat>ul>li.replies .auto-gallery li,html.style4 .contact-chat>ul>li.sent .auto-gallery li{height:32px;width:32px;border-radius:5px;margin-left:5px;margin-bottom:5px}html.style4 .contact-chat>ul>li+li{margin-top:20px}html.style4 .contact-chat>ul>li.replies .document{padding:10px 25px}html.style4 .contact-chat>ul>li.replies .document i{margin-right:15px;font-size:24px}html.style4 .contact-chat>ul>li.replies .document .details{display:none}html.style4 .contact-chat>ul>li.replies .media .profile{margin-left:.7rem!important}html.style4 .chitchat-main .messages .contact-details{padding:10px;top:20px}html.style4 .contact-chat .sent .profile.mr-4{margin-right:.7rem!important}html.style4 .chat-tabs ul li.nav-item{margin:0 5px}html.style4 .chitchat-container .chitchat-main .messages{padding:15px}html.style4 .chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 35px);top:20px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent{padding-top:20px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:170px;height:calc(100vh - 170px);min-height:calc(100vh - 170px)}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding-top:0}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:80px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back{background-color:transparent!important;width:unset;font-size:13px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back i{font-size:14px}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:2px 10px}html.style4 .contact-chat .profile{height:40px;width:40px}html.style4 .contact-details>.row .icon-btn{background-color:transparent;width:20px}html.style4 .contact-details>.row .icon-btn.active,html.style4 .contact-details>.row .icon-btn:active,html.style4 .contact-details>.row .icon-btn:focus{background-color:transparent!important;box-shadow:none!important}html.style4 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:10px 20px 0;margin-bottom:0}html.style4 .emojis-main .emojis-contain .emojis-sub-contain:before,html.style4 .emojis-main .sticker-contain .emojis-sub-contain:before{left:40px}html.style4 .emojis-main .emojis-contain.open,html.style4 .emojis-main .sticker-contain.open{bottom:60px;width:280px;height:280px}html.style4 .app-sidebar .app-list{z-index:999;position:relative}html.style4 .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style4 .app-sidebar.active .apps-ul>li.active{right:0;z-index:9999}html.style4 .chitchat-main .message-input input{width:100%;font-size:10px}html.style4 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 0px)}html.style4 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 52px)}html.style4 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 0px)}html.style4 .toggle-sticker{display:none}html.style4 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 1px)}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:89.3vw!important}html.style4 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 5px)}html.style4 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:68vw}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:65.5vw!important}html.style4 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:18px}html.style4 footer .section-py-space .footer-title .according-menu:before{right:10px}html.style4 .error-main .error-contain .animated-bg i{height:70px;width:70px}html.style4 .img-10{width:4px!important}html.style4 .img-20{width:8px!important}html.style4 .img-30{width:10px!important}html.style4 .img-40{width:13px!important}html.style4 .img-50{width:20px!important}html.style4 .img-60{width:30px!important}html.style4 .img-70{width:40px!important}html.style4 .img-80{width:50px!important}html.style4 .img-90{width:60px!important}html.style4 .img-100{width:70px!important}html.style4 .viddiolog.fade.modal-dialog{max-width:100%}html.style4 .create-todo-main-modal .modal-body .default-form .dropdown.currency,html.style4 .todo-main-modal .modal-body .dropdown.currency{width:100%}}@media(max-width:420px){html.style4 .videocall.call-modal .videocall-details #basicUsage,html.style4 .videocallhang.call-modal .videocall-details #basicUsage{margin-right:0}html.style4 .videocall.call-modal .videocall-details{padding:15px}html.style4 .videocall.call-modal .videocall-details .usersprof{margin-left:15px}html.style4 .audiocall2.call-modal ul li+li{margin-left:25px}html.style4 header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style4 header .landing-header .navbar-collapse ul li a{font-size:13px}html.style4 .audiocall1.call-modal,html.style4 .audiocall2.call-modal,html.style4 .conferencecall.call-modal,html.style4 .videocall.call-modal,html.style4 .videocallhang.call-modal{min-height:400px}html.style4 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:block}}@media(max-width:360px){html.style4 .videocall.call-modal .videocall-details #basicUsage,html.style4 .videocall.call-modal .videocall-details .dot-btn,html.style4 .videocall.call-modal .videocall-details .zoomcontent{display:none}html.style4 .audiocall2.call-modal ul li+li{margin-left:10px}html.style4 .clfooter ul li:first-child,html.style4 .clfooter ul li:last-child{display:none}html.style4 .connection-img img{width:95%;top:16%}html.style4 .animated-bg{display:none}html.style4 footer .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:0}html.style4 .subscribe-content .form-inline .form-control:first-child{margin-right:0}html.style4 .img-10{width:2px!important}html.style4 .img-20{width:4px!important}html.style4 .img-30{width:5px!important}html.style4 .img-40{width:7px!important}html.style4 .img-50{width:9px!important}html.style4 .img-60{width:15px!important}html.style4 .img-70{width:25px!important}html.style4 .img-80{width:35px!important}html.style4 .img-90{width:45px!important}html.style4 .img-100{width:55px!important}html.style4 .nav-tabs .nav-item{margin-right:5px}html.style4 .theme-tab .nav-tabs .nav-item .nav-link{min-width:100px}}@media(max-width:320px){html.style4 .audiocall2.call-modal ul li+li{margin-left:2px}html.style4 .login-content .line h6:after,html.style4 .login-content .line h6:before{width:2.5rem}html.style4 .breadcrumb-main ul li+li{margin-left:10px}html.style4 .breadcrumb-main ul li+li:before{left:-8px}html.style4 .element-card .element-card-body,html.style4 .element-card .element-card-header{padding:.75rem .25rem}}html.style5{/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 *//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@import"~react-toastify/dist/ReactToastify.css";@import"~react-datepicker/dist/react-datepicker.css";@import"~react-tippy/dist/tippy.css"}html.style5 :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#ff3030;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#ff3030;--light:#25262c;--dark:#191b1f;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}html.style5 *,html.style5 :after,html.style5 :before{box-sizing:border-box}html.style5 html{-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style5 article,html.style5 aside,html.style5 figcaption,html.style5 figure,html.style5 footer,html.style5 header,html.style5 hgroup,html.style5 main,html.style5 nav,html.style5 section{display:block}html.style5 body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left}html.style5 [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}html.style5 hr{overflow:visible}html.style5 h1,html.style5 h2,html.style5 h3,html.style5 h4,html.style5 h5,html.style5 h6{margin-top:0;margin-bottom:.5rem}html.style5 p{margin-top:0;margin-bottom:1rem}html.style5 abbr[data-original-title],html.style5 abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}html.style5 address{margin-bottom:1rem;font-style:normal;line-height:inherit}html.style5 dl,html.style5 ol,html.style5 ul{margin-top:0;margin-bottom:1rem}html.style5 ol ol,html.style5 ol ul,html.style5 ul ol,html.style5 ul ul{margin-bottom:0}html.style5 dt{font-weight:700}html.style5 dd{margin-bottom:.5rem;margin-left:0}html.style5 blockquote{margin:0 0 1rem}html.style5 sub,html.style5 sup{vertical-align:baseline}html.style5 a{color:#007bff;text-decoration:none}html.style5 a:hover{color:#0056b3;text-decoration:underline}html.style5 a:not([href]):not([class]),html.style5 a:not([href]):not([class]):hover{color:inherit;text-decoration:none}html.style5 code,html.style5 kbd,html.style5 pre,html.style5 samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}html.style5 pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}html.style5 figure{margin:0 0 1rem}html.style5 img,html.style5 svg{vertical-align:middle}html.style5 svg{overflow:hidden}html.style5 table{border-collapse:collapse}html.style5 caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}html.style5 th{text-align:inherit;text-align:-webkit-match-parent}html.style5 label{display:inline-block;margin-bottom:.5rem}html.style5 button{border-radius:0}html.style5 button:focus:not(:focus-visible){outline:0}html.style5 button,html.style5 input,html.style5 optgroup,html.style5 select,html.style5 textarea{font-family:inherit;font-size:inherit;line-height:inherit}html.style5 button,html.style5 input{overflow:visible}html.style5 [role=button]{cursor:pointer}html.style5 select{word-wrap:normal}html.style5 [type=button],html.style5 [type=reset],html.style5 [type=submit],html.style5 button{-webkit-appearance:button}html.style5 [type=button]:not(:disabled),html.style5 [type=reset]:not(:disabled),html.style5 [type=submit]:not(:disabled),html.style5 button:not(:disabled){cursor:pointer}html.style5 input[type=checkbox],html.style5 input[type=radio]{box-sizing:border-box;padding:0}html.style5 textarea{resize:vertical}html.style5 fieldset{min-width:0;padding:0;margin:0;border:0}html.style5 legend{display:block;width:100%;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}html.style5 progress{vertical-align:baseline}html.style5 [type=search]{-webkit-appearance:none}html.style5 [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.style5 output{display:inline-block}html.style5 summary{cursor:pointer}html.style5 template{display:none}html.style5 [hidden]{display:none!important}html.style5 .h1,html.style5 .h2,html.style5 .h3,html.style5 .h4,html.style5 .h5,html.style5 .h6,html.style5 h1,html.style5 h2,html.style5 h3,html.style5 h4,html.style5 h5,html.style5 h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}html.style5 .h1,html.style5 h1{font-size:2.5rem}html.style5 .h2,html.style5 h2{font-size:2rem}html.style5 .h3,html.style5 h3{font-size:1.75rem}html.style5 .h4,html.style5 h4{font-size:1.5rem}html.style5 .h5,html.style5 h5{font-size:1.25rem}html.style5 .h6,html.style5 h6{font-size:1rem}html.style5 .lead{font-size:1.25rem;font-weight:300}html.style5 .display-1{font-size:6rem;font-weight:300;line-height:1.2}html.style5 .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}html.style5 .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}html.style5 .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}html.style5 hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}html.style5 .small,html.style5 small{font-size:.875em;font-weight:400}html.style5 .mark,html.style5 mark{padding:.2em;background-color:#fcf8e3}html.style5 .list-inline,html.style5 .list-unstyled{padding-left:0;list-style:none}html.style5 .list-inline-item{display:inline-block}html.style5 .list-inline-item:not(:last-child){margin-right:.5rem}html.style5 .initialism{font-size:90%;text-transform:uppercase}html.style5 .blockquote{margin-bottom:1rem;font-size:1.25rem}html.style5 .blockquote-footer{display:block;font-size:.875em;color:#6c757d}html.style5 .blockquote-footer:before{content:"— "}html.style5 .img-fluid{max-width:100%;height:auto}html.style5 .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}html.style5 .figure{display:inline-block}html.style5 .figure-img{margin-bottom:.5rem;line-height:1}html.style5 .figure-caption{font-size:90%;color:#6c757d}html.style5 code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>html.style5 code{color:inherit}html.style5 kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}html.style5 kbd kbd{padding:0;font-size:100%;font-weight:700}html.style5 pre{display:block;font-size:87.5%;color:#212529}html.style5 pre code{font-size:inherit;color:inherit;word-break:normal}html.style5 .pre-scrollable{max-height:340px;overflow-y:scroll}html.style5 .container,html.style5 .container-fluid,html.style5 .container-lg,html.style5 .container-md,html.style5 .container-sm,html.style5 .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){html.style5 .container,html.style5 .container-sm{max-width:540px}}@media(min-width:768px){html.style5 .container,html.style5 .container-md,html.style5 .container-sm{max-width:720px}}@media(min-width:992px){html.style5 .container,html.style5 .container-lg,html.style5 .container-md,html.style5 .container-sm{max-width:960px}}@media(min-width:1200px){html.style5 .container,html.style5 .container-lg,html.style5 .container-md,html.style5 .container-sm,html.style5 .container-xl{max-width:1140px}}html.style5 .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}html.style5 .no-gutters{margin-right:0;margin-left:0}html.style5 .no-gutters>.col,html.style5 .no-gutters>[class*=col-]{padding-right:0;padding-left:0}html.style1 html.style5 .col,html.style1 html.style5 .col-1,html.style1 html.style5 .col-10,html.style1 html.style5 .col-11,html.style1 html.style5 .col-12,html.style1 html.style5 .col-2,html.style1 html.style5 .col-3,html.style1 html.style5 .col-4,html.style1 html.style5 .col-5,html.style1 html.style5 .col-6,html.style1 html.style5 .col-7,html.style1 html.style5 .col-8,html.style1 html.style5 .col-9,html.style1 html.style5 .col-auto,html.style1 html.style5 .col-lg,html.style1 html.style5 .col-lg-1,html.style1 html.style5 .col-lg-10,html.style1 html.style5 .col-lg-11,html.style1 html.style5 .col-lg-12,html.style1 html.style5 .col-lg-2,html.style1 html.style5 .col-lg-3,html.style1 html.style5 .col-lg-4,html.style1 html.style5 .col-lg-5,html.style1 html.style5 .col-lg-6,html.style1 html.style5 .col-lg-7,html.style1 html.style5 .col-lg-8,html.style1 html.style5 .col-lg-9,html.style1 html.style5 .col-lg-auto,html.style1 html.style5 .col-md,html.style1 html.style5 .col-md-1,html.style1 html.style5 .col-md-10,html.style1 html.style5 .col-md-11,html.style1 html.style5 .col-md-12,html.style1 html.style5 .col-md-2,html.style1 html.style5 .col-md-3,html.style1 html.style5 .col-md-4,html.style1 html.style5 .col-md-5,html.style1 html.style5 .col-md-6,html.style1 html.style5 .col-md-7,html.style1 html.style5 .col-md-8,html.style1 html.style5 .col-md-9,html.style1 html.style5 .col-md-auto,html.style1 html.style5 .col-sm,html.style1 html.style5 .col-sm-1,html.style1 html.style5 .col-sm-10,html.style1 html.style5 .col-sm-11,html.style1 html.style5 .col-sm-12,html.style1 html.style5 .col-sm-2,html.style1 html.style5 .col-sm-3,html.style1 html.style5 .col-sm-4,html.style1 html.style5 .col-sm-5,html.style1 html.style5 .col-sm-6,html.style1 html.style5 .col-sm-7,html.style1 html.style5 .col-sm-8,html.style1 html.style5 .col-sm-9,html.style1 html.style5 .col-sm-auto,html.style1 html.style5 .col-xl,html.style1 html.style5 .col-xl-1,html.style1 html.style5 .col-xl-10,html.style1 html.style5 .col-xl-11,html.style1 html.style5 .col-xl-12,html.style1 html.style5 .col-xl-2,html.style1 html.style5 .col-xl-3,html.style1 html.style5 .col-xl-4,html.style1 html.style5 .col-xl-5,html.style1 html.style5 .col-xl-6,html.style1 html.style5 .col-xl-7,html.style1 html.style5 .col-xl-8,html.style1 html.style5 .col-xl-9,html.style1 html.style5 .col-xl-auto,html.style2 html.style5 .col,html.style2 html.style5 .col-1,html.style2 html.style5 .col-10,html.style2 html.style5 .col-11,html.style2 html.style5 .col-12,html.style2 html.style5 .col-2,html.style2 html.style5 .col-3,html.style2 html.style5 .col-4,html.style2 html.style5 .col-5,html.style2 html.style5 .col-6,html.style2 html.style5 .col-7,html.style2 html.style5 .col-8,html.style2 html.style5 .col-9,html.style2 html.style5 .col-auto,html.style2 html.style5 .col-lg,html.style2 html.style5 .col-lg-1,html.style2 html.style5 .col-lg-10,html.style2 html.style5 .col-lg-11,html.style2 html.style5 .col-lg-12,html.style2 html.style5 .col-lg-2,html.style2 html.style5 .col-lg-3,html.style2 html.style5 .col-lg-4,html.style2 html.style5 .col-lg-5,html.style2 html.style5 .col-lg-6,html.style2 html.style5 .col-lg-7,html.style2 html.style5 .col-lg-8,html.style2 html.style5 .col-lg-9,html.style2 html.style5 .col-lg-auto,html.style2 html.style5 .col-md,html.style2 html.style5 .col-md-1,html.style2 html.style5 .col-md-10,html.style2 html.style5 .col-md-11,html.style2 html.style5 .col-md-12,html.style2 html.style5 .col-md-2,html.style2 html.style5 .col-md-3,html.style2 html.style5 .col-md-4,html.style2 html.style5 .col-md-5,html.style2 html.style5 .col-md-6,html.style2 html.style5 .col-md-7,html.style2 html.style5 .col-md-8,html.style2 html.style5 .col-md-9,html.style2 html.style5 .col-md-auto,html.style2 html.style5 .col-sm,html.style2 html.style5 .col-sm-1,html.style2 html.style5 .col-sm-10,html.style2 html.style5 .col-sm-11,html.style2 html.style5 .col-sm-12,html.style2 html.style5 .col-sm-2,html.style2 html.style5 .col-sm-3,html.style2 html.style5 .col-sm-4,html.style2 html.style5 .col-sm-5,html.style2 html.style5 .col-sm-6,html.style2 html.style5 .col-sm-7,html.style2 html.style5 .col-sm-8,html.style2 html.style5 .col-sm-9,html.style2 html.style5 .col-sm-auto,html.style2 html.style5 .col-xl,html.style2 html.style5 .col-xl-1,html.style2 html.style5 .col-xl-10,html.style2 html.style5 .col-xl-11,html.style2 html.style5 .col-xl-12,html.style2 html.style5 .col-xl-2,html.style2 html.style5 .col-xl-3,html.style2 html.style5 .col-xl-4,html.style2 html.style5 .col-xl-5,html.style2 html.style5 .col-xl-6,html.style2 html.style5 .col-xl-7,html.style2 html.style5 .col-xl-8,html.style2 html.style5 .col-xl-9,html.style2 html.style5 .col-xl-auto,html.style3 html.style5 .col,html.style3 html.style5 .col-1,html.style3 html.style5 .col-10,html.style3 html.style5 .col-11,html.style3 html.style5 .col-12,html.style3 html.style5 .col-2,html.style3 html.style5 .col-3,html.style3 html.style5 .col-4,html.style3 html.style5 .col-5,html.style3 html.style5 .col-6,html.style3 html.style5 .col-7,html.style3 html.style5 .col-8,html.style3 html.style5 .col-9,html.style3 html.style5 .col-auto,html.style3 html.style5 .col-lg,html.style3 html.style5 .col-lg-1,html.style3 html.style5 .col-lg-10,html.style3 html.style5 .col-lg-11,html.style3 html.style5 .col-lg-12,html.style3 html.style5 .col-lg-2,html.style3 html.style5 .col-lg-3,html.style3 html.style5 .col-lg-4,html.style3 html.style5 .col-lg-5,html.style3 html.style5 .col-lg-6,html.style3 html.style5 .col-lg-7,html.style3 html.style5 .col-lg-8,html.style3 html.style5 .col-lg-9,html.style3 html.style5 .col-lg-auto,html.style3 html.style5 .col-md,html.style3 html.style5 .col-md-1,html.style3 html.style5 .col-md-10,html.style3 html.style5 .col-md-11,html.style3 html.style5 .col-md-12,html.style3 html.style5 .col-md-2,html.style3 html.style5 .col-md-3,html.style3 html.style5 .col-md-4,html.style3 html.style5 .col-md-5,html.style3 html.style5 .col-md-6,html.style3 html.style5 .col-md-7,html.style3 html.style5 .col-md-8,html.style3 html.style5 .col-md-9,html.style3 html.style5 .col-md-auto,html.style3 html.style5 .col-sm,html.style3 html.style5 .col-sm-1,html.style3 html.style5 .col-sm-10,html.style3 html.style5 .col-sm-11,html.style3 html.style5 .col-sm-12,html.style3 html.style5 .col-sm-2,html.style3 html.style5 .col-sm-3,html.style3 html.style5 .col-sm-4,html.style3 html.style5 .col-sm-5,html.style3 html.style5 .col-sm-6,html.style3 html.style5 .col-sm-7,html.style3 html.style5 .col-sm-8,html.style3 html.style5 .col-sm-9,html.style3 html.style5 .col-sm-auto,html.style3 html.style5 .col-xl,html.style3 html.style5 .col-xl-1,html.style3 html.style5 .col-xl-10,html.style3 html.style5 .col-xl-11,html.style3 html.style5 .col-xl-12,html.style3 html.style5 .col-xl-2,html.style3 html.style5 .col-xl-3,html.style3 html.style5 .col-xl-4,html.style3 html.style5 .col-xl-5,html.style3 html.style5 .col-xl-6,html.style3 html.style5 .col-xl-7,html.style3 html.style5 .col-xl-8,html.style3 html.style5 .col-xl-9,html.style3 html.style5 .col-xl-auto,html.style4 html.style5 .col,html.style4 html.style5 .col-1,html.style4 html.style5 .col-10,html.style4 html.style5 .col-11,html.style4 html.style5 .col-12,html.style4 html.style5 .col-2,html.style4 html.style5 .col-3,html.style4 html.style5 .col-4,html.style4 html.style5 .col-5,html.style4 html.style5 .col-6,html.style4 html.style5 .col-7,html.style4 html.style5 .col-8,html.style4 html.style5 .col-9,html.style4 html.style5 .col-auto,html.style4 html.style5 .col-lg,html.style4 html.style5 .col-lg-1,html.style4 html.style5 .col-lg-10,html.style4 html.style5 .col-lg-11,html.style4 html.style5 .col-lg-12,html.style4 html.style5 .col-lg-2,html.style4 html.style5 .col-lg-3,html.style4 html.style5 .col-lg-4,html.style4 html.style5 .col-lg-5,html.style4 html.style5 .col-lg-6,html.style4 html.style5 .col-lg-7,html.style4 html.style5 .col-lg-8,html.style4 html.style5 .col-lg-9,html.style4 html.style5 .col-lg-auto,html.style4 html.style5 .col-md,html.style4 html.style5 .col-md-1,html.style4 html.style5 .col-md-10,html.style4 html.style5 .col-md-11,html.style4 html.style5 .col-md-12,html.style4 html.style5 .col-md-2,html.style4 html.style5 .col-md-3,html.style4 html.style5 .col-md-4,html.style4 html.style5 .col-md-5,html.style4 html.style5 .col-md-6,html.style4 html.style5 .col-md-7,html.style4 html.style5 .col-md-8,html.style4 html.style5 .col-md-9,html.style4 html.style5 .col-md-auto,html.style4 html.style5 .col-sm,html.style4 html.style5 .col-sm-1,html.style4 html.style5 .col-sm-10,html.style4 html.style5 .col-sm-11,html.style4 html.style5 .col-sm-12,html.style4 html.style5 .col-sm-2,html.style4 html.style5 .col-sm-3,html.style4 html.style5 .col-sm-4,html.style4 html.style5 .col-sm-5,html.style4 html.style5 .col-sm-6,html.style4 html.style5 .col-sm-7,html.style4 html.style5 .col-sm-8,html.style4 html.style5 .col-sm-9,html.style4 html.style5 .col-sm-auto,html.style4 html.style5 .col-xl,html.style4 html.style5 .col-xl-1,html.style4 html.style5 .col-xl-10,html.style4 html.style5 .col-xl-11,html.style4 html.style5 .col-xl-12,html.style4 html.style5 .col-xl-2,html.style4 html.style5 .col-xl-3,html.style4 html.style5 .col-xl-4,html.style4 html.style5 .col-xl-5,html.style4 html.style5 .col-xl-6,html.style4 html.style5 .col-xl-7,html.style4 html.style5 .col-xl-8,html.style4 html.style5 .col-xl-9,html.style4 html.style5 .col-xl-auto,html.style5 .col,html.style5 .col-1,html.style5 .col-10,html.style5 .col-11,html.style5 .col-12,html.style5 .col-2,html.style5 .col-3,html.style5 .col-4,html.style5 .col-5,html.style5 .col-6,html.style5 .col-7,html.style5 .col-8,html.style5 .col-9,html.style5 .col-auto,html.style5 .col-lg,html.style5 .col-lg-1,html.style5 .col-lg-10,html.style5 .col-lg-11,html.style5 .col-lg-12,html.style5 .col-lg-2,html.style5 .col-lg-3,html.style5 .col-lg-4,html.style5 .col-lg-5,html.style5 .col-lg-6,html.style5 .col-lg-7,html.style5 .col-lg-8,html.style5 .col-lg-9,html.style5 .col-lg-auto,html.style5 .col-md,html.style5 .col-md-1,html.style5 .col-md-10,html.style5 .col-md-11,html.style5 .col-md-12,html.style5 .col-md-2,html.style5 .col-md-3,html.style5 .col-md-4,html.style5 .col-md-5,html.style5 .col-md-6,html.style5 .col-md-7,html.style5 .col-md-8,html.style5 .col-md-9,html.style5 .col-md-auto,html.style5 .col-sm,html.style5 .col-sm-1,html.style5 .col-sm-10,html.style5 .col-sm-11,html.style5 .col-sm-12,html.style5 .col-sm-2,html.style5 .col-sm-3,html.style5 .col-sm-4,html.style5 .col-sm-5,html.style5 .col-sm-6,html.style5 .col-sm-7,html.style5 .col-sm-8,html.style5 .col-sm-9,html.style5 .col-sm-auto,html.style5 .col-xl,html.style5 .col-xl-1,html.style5 .col-xl-10,html.style5 .col-xl-11,html.style5 .col-xl-12,html.style5 .col-xl-2,html.style5 .col-xl-3,html.style5 .col-xl-4,html.style5 .col-xl-5,html.style5 .col-xl-6,html.style5 .col-xl-7,html.style5 .col-xl-8,html.style5 .col-xl-9,html.style5 .col-xl-auto,html.style5 html.style1 .col,html.style5 html.style1 .col-1,html.style5 html.style1 .col-10,html.style5 html.style1 .col-11,html.style5 html.style1 .col-12,html.style5 html.style1 .col-2,html.style5 html.style1 .col-3,html.style5 html.style1 .col-4,html.style5 html.style1 .col-5,html.style5 html.style1 .col-6,html.style5 html.style1 .col-7,html.style5 html.style1 .col-8,html.style5 html.style1 .col-9,html.style5 html.style1 .col-auto,html.style5 html.style1 .col-lg,html.style5 html.style1 .col-lg-1,html.style5 html.style1 .col-lg-10,html.style5 html.style1 .col-lg-11,html.style5 html.style1 .col-lg-12,html.style5 html.style1 .col-lg-2,html.style5 html.style1 .col-lg-3,html.style5 html.style1 .col-lg-4,html.style5 html.style1 .col-lg-5,html.style5 html.style1 .col-lg-6,html.style5 html.style1 .col-lg-7,html.style5 html.style1 .col-lg-8,html.style5 html.style1 .col-lg-9,html.style5 html.style1 .col-lg-auto,html.style5 html.style1 .col-md,html.style5 html.style1 .col-md-1,html.style5 html.style1 .col-md-10,html.style5 html.style1 .col-md-11,html.style5 html.style1 .col-md-12,html.style5 html.style1 .col-md-2,html.style5 html.style1 .col-md-3,html.style5 html.style1 .col-md-4,html.style5 html.style1 .col-md-5,html.style5 html.style1 .col-md-6,html.style5 html.style1 .col-md-7,html.style5 html.style1 .col-md-8,html.style5 html.style1 .col-md-9,html.style5 html.style1 .col-md-auto,html.style5 html.style1 .col-sm,html.style5 html.style1 .col-sm-1,html.style5 html.style1 .col-sm-10,html.style5 html.style1 .col-sm-11,html.style5 html.style1 .col-sm-12,html.style5 html.style1 .col-sm-2,html.style5 html.style1 .col-sm-3,html.style5 html.style1 .col-sm-4,html.style5 html.style1 .col-sm-5,html.style5 html.style1 .col-sm-6,html.style5 html.style1 .col-sm-7,html.style5 html.style1 .col-sm-8,html.style5 html.style1 .col-sm-9,html.style5 html.style1 .col-sm-auto,html.style5 html.style1 .col-xl,html.style5 html.style1 .col-xl-1,html.style5 html.style1 .col-xl-10,html.style5 html.style1 .col-xl-11,html.style5 html.style1 .col-xl-12,html.style5 html.style1 .col-xl-2,html.style5 html.style1 .col-xl-3,html.style5 html.style1 .col-xl-4,html.style5 html.style1 .col-xl-5,html.style5 html.style1 .col-xl-6,html.style5 html.style1 .col-xl-7,html.style5 html.style1 .col-xl-8,html.style5 html.style1 .col-xl-9,html.style5 html.style1 .col-xl-auto,html.style5 html.style2 .col,html.style5 html.style2 .col-1,html.style5 html.style2 .col-10,html.style5 html.style2 .col-11,html.style5 html.style2 .col-12,html.style5 html.style2 .col-2,html.style5 html.style2 .col-3,html.style5 html.style2 .col-4,html.style5 html.style2 .col-5,html.style5 html.style2 .col-6,html.style5 html.style2 .col-7,html.style5 html.style2 .col-8,html.style5 html.style2 .col-9,html.style5 html.style2 .col-auto,html.style5 html.style2 .col-lg,html.style5 html.style2 .col-lg-1,html.style5 html.style2 .col-lg-10,html.style5 html.style2 .col-lg-11,html.style5 html.style2 .col-lg-12,html.style5 html.style2 .col-lg-2,html.style5 html.style2 .col-lg-3,html.style5 html.style2 .col-lg-4,html.style5 html.style2 .col-lg-5,html.style5 html.style2 .col-lg-6,html.style5 html.style2 .col-lg-7,html.style5 html.style2 .col-lg-8,html.style5 html.style2 .col-lg-9,html.style5 html.style2 .col-lg-auto,html.style5 html.style2 .col-md,html.style5 html.style2 .col-md-1,html.style5 html.style2 .col-md-10,html.style5 html.style2 .col-md-11,html.style5 html.style2 .col-md-12,html.style5 html.style2 .col-md-2,html.style5 html.style2 .col-md-3,html.style5 html.style2 .col-md-4,html.style5 html.style2 .col-md-5,html.style5 html.style2 .col-md-6,html.style5 html.style2 .col-md-7,html.style5 html.style2 .col-md-8,html.style5 html.style2 .col-md-9,html.style5 html.style2 .col-md-auto,html.style5 html.style2 .col-sm,html.style5 html.style2 .col-sm-1,html.style5 html.style2 .col-sm-10,html.style5 html.style2 .col-sm-11,html.style5 html.style2 .col-sm-12,html.style5 html.style2 .col-sm-2,html.style5 html.style2 .col-sm-3,html.style5 html.style2 .col-sm-4,html.style5 html.style2 .col-sm-5,html.style5 html.style2 .col-sm-6,html.style5 html.style2 .col-sm-7,html.style5 html.style2 .col-sm-8,html.style5 html.style2 .col-sm-9,html.style5 html.style2 .col-sm-auto,html.style5 html.style2 .col-xl,html.style5 html.style2 .col-xl-1,html.style5 html.style2 .col-xl-10,html.style5 html.style2 .col-xl-11,html.style5 html.style2 .col-xl-12,html.style5 html.style2 .col-xl-2,html.style5 html.style2 .col-xl-3,html.style5 html.style2 .col-xl-4,html.style5 html.style2 .col-xl-5,html.style5 html.style2 .col-xl-6,html.style5 html.style2 .col-xl-7,html.style5 html.style2 .col-xl-8,html.style5 html.style2 .col-xl-9,html.style5 html.style2 .col-xl-auto,html.style5 html.style3 .col,html.style5 html.style3 .col-1,html.style5 html.style3 .col-10,html.style5 html.style3 .col-11,html.style5 html.style3 .col-12,html.style5 html.style3 .col-2,html.style5 html.style3 .col-3,html.style5 html.style3 .col-4,html.style5 html.style3 .col-5,html.style5 html.style3 .col-6,html.style5 html.style3 .col-7,html.style5 html.style3 .col-8,html.style5 html.style3 .col-9,html.style5 html.style3 .col-auto,html.style5 html.style3 .col-lg,html.style5 html.style3 .col-lg-1,html.style5 html.style3 .col-lg-10,html.style5 html.style3 .col-lg-11,html.style5 html.style3 .col-lg-12,html.style5 html.style3 .col-lg-2,html.style5 html.style3 .col-lg-3,html.style5 html.style3 .col-lg-4,html.style5 html.style3 .col-lg-5,html.style5 html.style3 .col-lg-6,html.style5 html.style3 .col-lg-7,html.style5 html.style3 .col-lg-8,html.style5 html.style3 .col-lg-9,html.style5 html.style3 .col-lg-auto,html.style5 html.style3 .col-md,html.style5 html.style3 .col-md-1,html.style5 html.style3 .col-md-10,html.style5 html.style3 .col-md-11,html.style5 html.style3 .col-md-12,html.style5 html.style3 .col-md-2,html.style5 html.style3 .col-md-3,html.style5 html.style3 .col-md-4,html.style5 html.style3 .col-md-5,html.style5 html.style3 .col-md-6,html.style5 html.style3 .col-md-7,html.style5 html.style3 .col-md-8,html.style5 html.style3 .col-md-9,html.style5 html.style3 .col-md-auto,html.style5 html.style3 .col-sm,html.style5 html.style3 .col-sm-1,html.style5 html.style3 .col-sm-10,html.style5 html.style3 .col-sm-11,html.style5 html.style3 .col-sm-12,html.style5 html.style3 .col-sm-2,html.style5 html.style3 .col-sm-3,html.style5 html.style3 .col-sm-4,html.style5 html.style3 .col-sm-5,html.style5 html.style3 .col-sm-6,html.style5 html.style3 .col-sm-7,html.style5 html.style3 .col-sm-8,html.style5 html.style3 .col-sm-9,html.style5 html.style3 .col-sm-auto,html.style5 html.style3 .col-xl,html.style5 html.style3 .col-xl-1,html.style5 html.style3 .col-xl-10,html.style5 html.style3 .col-xl-11,html.style5 html.style3 .col-xl-12,html.style5 html.style3 .col-xl-2,html.style5 html.style3 .col-xl-3,html.style5 html.style3 .col-xl-4,html.style5 html.style3 .col-xl-5,html.style5 html.style3 .col-xl-6,html.style5 html.style3 .col-xl-7,html.style5 html.style3 .col-xl-8,html.style5 html.style3 .col-xl-9,html.style5 html.style3 .col-xl-auto,html.style5 html.style4 .col,html.style5 html.style4 .col-1,html.style5 html.style4 .col-10,html.style5 html.style4 .col-11,html.style5 html.style4 .col-12,html.style5 html.style4 .col-2,html.style5 html.style4 .col-3,html.style5 html.style4 .col-4,html.style5 html.style4 .col-5,html.style5 html.style4 .col-6,html.style5 html.style4 .col-7,html.style5 html.style4 .col-8,html.style5 html.style4 .col-9,html.style5 html.style4 .col-auto,html.style5 html.style4 .col-lg,html.style5 html.style4 .col-lg-1,html.style5 html.style4 .col-lg-10,html.style5 html.style4 .col-lg-11,html.style5 html.style4 .col-lg-12,html.style5 html.style4 .col-lg-2,html.style5 html.style4 .col-lg-3,html.style5 html.style4 .col-lg-4,html.style5 html.style4 .col-lg-5,html.style5 html.style4 .col-lg-6,html.style5 html.style4 .col-lg-7,html.style5 html.style4 .col-lg-8,html.style5 html.style4 .col-lg-9,html.style5 html.style4 .col-lg-auto,html.style5 html.style4 .col-md,html.style5 html.style4 .col-md-1,html.style5 html.style4 .col-md-10,html.style5 html.style4 .col-md-11,html.style5 html.style4 .col-md-12,html.style5 html.style4 .col-md-2,html.style5 html.style4 .col-md-3,html.style5 html.style4 .col-md-4,html.style5 html.style4 .col-md-5,html.style5 html.style4 .col-md-6,html.style5 html.style4 .col-md-7,html.style5 html.style4 .col-md-8,html.style5 html.style4 .col-md-9,html.style5 html.style4 .col-md-auto,html.style5 html.style4 .col-sm,html.style5 html.style4 .col-sm-1,html.style5 html.style4 .col-sm-10,html.style5 html.style4 .col-sm-11,html.style5 html.style4 .col-sm-12,html.style5 html.style4 .col-sm-2,html.style5 html.style4 .col-sm-3,html.style5 html.style4 .col-sm-4,html.style5 html.style4 .col-sm-5,html.style5 html.style4 .col-sm-6,html.style5 html.style4 .col-sm-7,html.style5 html.style4 .col-sm-8,html.style5 html.style4 .col-sm-9,html.style5 html.style4 .col-sm-auto,html.style5 html.style4 .col-xl,html.style5 html.style4 .col-xl-1,html.style5 html.style4 .col-xl-10,html.style5 html.style4 .col-xl-11,html.style5 html.style4 .col-xl-12,html.style5 html.style4 .col-xl-2,html.style5 html.style4 .col-xl-3,html.style5 html.style4 .col-xl-4,html.style5 html.style4 .col-xl-5,html.style5 html.style4 .col-xl-6,html.style5 html.style4 .col-xl-7,html.style5 html.style4 .col-xl-8,html.style5 html.style4 .col-xl-9,html.style5 html.style4 .col-xl-auto,html.style5 html.style6 .col,html.style5 html.style6 .col-1,html.style5 html.style6 .col-10,html.style5 html.style6 .col-11,html.style5 html.style6 .col-12,html.style5 html.style6 .col-2,html.style5 html.style6 .col-3,html.style5 html.style6 .col-4,html.style5 html.style6 .col-5,html.style5 html.style6 .col-6,html.style5 html.style6 .col-7,html.style5 html.style6 .col-8,html.style5 html.style6 .col-9,html.style5 html.style6 .col-auto,html.style5 html.style6 .col-lg,html.style5 html.style6 .col-lg-1,html.style5 html.style6 .col-lg-10,html.style5 html.style6 .col-lg-11,html.style5 html.style6 .col-lg-12,html.style5 html.style6 .col-lg-2,html.style5 html.style6 .col-lg-3,html.style5 html.style6 .col-lg-4,html.style5 html.style6 .col-lg-5,html.style5 html.style6 .col-lg-6,html.style5 html.style6 .col-lg-7,html.style5 html.style6 .col-lg-8,html.style5 html.style6 .col-lg-9,html.style5 html.style6 .col-lg-auto,html.style5 html.style6 .col-md,html.style5 html.style6 .col-md-1,html.style5 html.style6 .col-md-10,html.style5 html.style6 .col-md-11,html.style5 html.style6 .col-md-12,html.style5 html.style6 .col-md-2,html.style5 html.style6 .col-md-3,html.style5 html.style6 .col-md-4,html.style5 html.style6 .col-md-5,html.style5 html.style6 .col-md-6,html.style5 html.style6 .col-md-7,html.style5 html.style6 .col-md-8,html.style5 html.style6 .col-md-9,html.style5 html.style6 .col-md-auto,html.style5 html.style6 .col-sm,html.style5 html.style6 .col-sm-1,html.style5 html.style6 .col-sm-10,html.style5 html.style6 .col-sm-11,html.style5 html.style6 .col-sm-12,html.style5 html.style6 .col-sm-2,html.style5 html.style6 .col-sm-3,html.style5 html.style6 .col-sm-4,html.style5 html.style6 .col-sm-5,html.style5 html.style6 .col-sm-6,html.style5 html.style6 .col-sm-7,html.style5 html.style6 .col-sm-8,html.style5 html.style6 .col-sm-9,html.style5 html.style6 .col-sm-auto,html.style5 html.style6 .col-xl,html.style5 html.style6 .col-xl-1,html.style5 html.style6 .col-xl-10,html.style5 html.style6 .col-xl-11,html.style5 html.style6 .col-xl-12,html.style5 html.style6 .col-xl-2,html.style5 html.style6 .col-xl-3,html.style5 html.style6 .col-xl-4,html.style5 html.style6 .col-xl-5,html.style5 html.style6 .col-xl-6,html.style5 html.style6 .col-xl-7,html.style5 html.style6 .col-xl-8,html.style5 html.style6 .col-xl-9,html.style5 html.style6 .col-xl-auto,html.style6 html.style5 .col,html.style6 html.style5 .col-1,html.style6 html.style5 .col-10,html.style6 html.style5 .col-11,html.style6 html.style5 .col-12,html.style6 html.style5 .col-2,html.style6 html.style5 .col-3,html.style6 html.style5 .col-4,html.style6 html.style5 .col-5,html.style6 html.style5 .col-6,html.style6 html.style5 .col-7,html.style6 html.style5 .col-8,html.style6 html.style5 .col-9,html.style6 html.style5 .col-auto,html.style6 html.style5 .col-lg,html.style6 html.style5 .col-lg-1,html.style6 html.style5 .col-lg-10,html.style6 html.style5 .col-lg-11,html.style6 html.style5 .col-lg-12,html.style6 html.style5 .col-lg-2,html.style6 html.style5 .col-lg-3,html.style6 html.style5 .col-lg-4,html.style6 html.style5 .col-lg-5,html.style6 html.style5 .col-lg-6,html.style6 html.style5 .col-lg-7,html.style6 html.style5 .col-lg-8,html.style6 html.style5 .col-lg-9,html.style6 html.style5 .col-lg-auto,html.style6 html.style5 .col-md,html.style6 html.style5 .col-md-1,html.style6 html.style5 .col-md-10,html.style6 html.style5 .col-md-11,html.style6 html.style5 .col-md-12,html.style6 html.style5 .col-md-2,html.style6 html.style5 .col-md-3,html.style6 html.style5 .col-md-4,html.style6 html.style5 .col-md-5,html.style6 html.style5 .col-md-6,html.style6 html.style5 .col-md-7,html.style6 html.style5 .col-md-8,html.style6 html.style5 .col-md-9,html.style6 html.style5 .col-md-auto,html.style6 html.style5 .col-sm,html.style6 html.style5 .col-sm-1,html.style6 html.style5 .col-sm-10,html.style6 html.style5 .col-sm-11,html.style6 html.style5 .col-sm-12,html.style6 html.style5 .col-sm-2,html.style6 html.style5 .col-sm-3,html.style6 html.style5 .col-sm-4,html.style6 html.style5 .col-sm-5,html.style6 html.style5 .col-sm-6,html.style6 html.style5 .col-sm-7,html.style6 html.style5 .col-sm-8,html.style6 html.style5 .col-sm-9,html.style6 html.style5 .col-sm-auto,html.style6 html.style5 .col-xl,html.style6 html.style5 .col-xl-1,html.style6 html.style5 .col-xl-10,html.style6 html.style5 .col-xl-11,html.style6 html.style5 .col-xl-12,html.style6 html.style5 .col-xl-2,html.style6 html.style5 .col-xl-3,html.style6 html.style5 .col-xl-4,html.style6 html.style5 .col-xl-5,html.style6 html.style5 .col-xl-6,html.style6 html.style5 .col-xl-7,html.style6 html.style5 .col-xl-8,html.style6 html.style5 .col-xl-9,html.style6 html.style5 .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}html.style5 .col{flex-basis:0;flex-grow:1;max-width:100%}html.style5 .row-cols-1>*{flex:0 0 100%;max-width:100%}html.style5 .row-cols-2>*{flex:0 0 50%;max-width:50%}html.style5 .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style5 .row-cols-4>*{flex:0 0 25%;max-width:25%}html.style5 .row-cols-5>*{flex:0 0 20%;max-width:20%}html.style5 .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style5 .col-auto{flex:0 0 auto;width:auto;max-width:100%}html.style5 .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style5 .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style5 .col-3{flex:0 0 25%;max-width:25%}html.style5 .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style5 .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style5 .col-6{flex:0 0 50%;max-width:50%}html.style5 .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style5 .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style5 .col-9{flex:0 0 75%;max-width:75%}html.style5 .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style5 .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style5 .col-12{flex:0 0 100%;max-width:100%}html.style5 .order-first{order:-1}html.style5 .order-last{order:13}html.style5 .order-0{order:0}html.style5 .order-1{order:1}html.style5 .order-2{order:2}html.style5 .order-3{order:3}html.style5 .order-4{order:4}html.style5 .order-5{order:5}html.style5 .order-6{order:6}html.style5 .order-7{order:7}html.style5 .order-8{order:8}html.style5 .order-9{order:9}html.style5 .order-10{order:10}html.style5 .order-11{order:11}html.style5 .order-12{order:12}html.style5 .offset-1{margin-left:8.33333333%}html.style5 .offset-2{margin-left:16.66666667%}html.style5 .offset-3{margin-left:25%}html.style5 .offset-4{margin-left:33.33333333%}html.style5 .offset-5{margin-left:41.66666667%}html.style5 .offset-6{margin-left:50%}html.style5 .offset-7{margin-left:58.33333333%}html.style5 .offset-8{margin-left:66.66666667%}html.style5 .offset-9{margin-left:75%}html.style5 .offset-10{margin-left:83.33333333%}html.style5 .offset-11{margin-left:91.66666667%}@media(min-width:576px){html.style5 .col-sm{flex-basis:0;flex-grow:1;max-width:100%}html.style5 .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}html.style5 .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}html.style5 .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style5 .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}html.style5 .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}html.style5 .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style5 .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}html.style5 .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style5 .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style5 .col-sm-3{flex:0 0 25%;max-width:25%}html.style5 .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style5 .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style5 .col-sm-6{flex:0 0 50%;max-width:50%}html.style5 .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style5 .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style5 .col-sm-9{flex:0 0 75%;max-width:75%}html.style5 .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style5 .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style5 .col-sm-12{flex:0 0 100%;max-width:100%}html.style5 .order-sm-first{order:-1}html.style5 .order-sm-last{order:13}html.style5 .order-sm-0{order:0}html.style5 .order-sm-1{order:1}html.style5 .order-sm-2{order:2}html.style5 .order-sm-3{order:3}html.style5 .order-sm-4{order:4}html.style5 .order-sm-5{order:5}html.style5 .order-sm-6{order:6}html.style5 .order-sm-7{order:7}html.style5 .order-sm-8{order:8}html.style5 .order-sm-9{order:9}html.style5 .order-sm-10{order:10}html.style5 .order-sm-11{order:11}html.style5 .order-sm-12{order:12}html.style5 .offset-sm-0{margin-left:0}html.style5 .offset-sm-1{margin-left:8.33333333%}html.style5 .offset-sm-2{margin-left:16.66666667%}html.style5 .offset-sm-3{margin-left:25%}html.style5 .offset-sm-4{margin-left:33.33333333%}html.style5 .offset-sm-5{margin-left:41.66666667%}html.style5 .offset-sm-6{margin-left:50%}html.style5 .offset-sm-7{margin-left:58.33333333%}html.style5 .offset-sm-8{margin-left:66.66666667%}html.style5 .offset-sm-9{margin-left:75%}html.style5 .offset-sm-10{margin-left:83.33333333%}html.style5 .offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){html.style5 .col-md{flex-basis:0;flex-grow:1;max-width:100%}html.style5 .row-cols-md-1>*{flex:0 0 100%;max-width:100%}html.style5 .row-cols-md-2>*{flex:0 0 50%;max-width:50%}html.style5 .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style5 .row-cols-md-4>*{flex:0 0 25%;max-width:25%}html.style5 .row-cols-md-5>*{flex:0 0 20%;max-width:20%}html.style5 .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style5 .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}html.style5 .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style5 .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style5 .col-md-3{flex:0 0 25%;max-width:25%}html.style5 .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style5 .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style5 .col-md-6{flex:0 0 50%;max-width:50%}html.style5 .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style5 .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style5 .col-md-9{flex:0 0 75%;max-width:75%}html.style5 .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style5 .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style5 .col-md-12{flex:0 0 100%;max-width:100%}html.style5 .order-md-first{order:-1}html.style5 .order-md-last{order:13}html.style5 .order-md-0{order:0}html.style5 .order-md-1{order:1}html.style5 .order-md-2{order:2}html.style5 .order-md-3{order:3}html.style5 .order-md-4{order:4}html.style5 .order-md-5{order:5}html.style5 .order-md-6{order:6}html.style5 .order-md-7{order:7}html.style5 .order-md-8{order:8}html.style5 .order-md-9{order:9}html.style5 .order-md-10{order:10}html.style5 .order-md-11{order:11}html.style5 .order-md-12{order:12}html.style5 .offset-md-0{margin-left:0}html.style5 .offset-md-1{margin-left:8.33333333%}html.style5 .offset-md-2{margin-left:16.66666667%}html.style5 .offset-md-3{margin-left:25%}html.style5 .offset-md-4{margin-left:33.33333333%}html.style5 .offset-md-5{margin-left:41.66666667%}html.style5 .offset-md-6{margin-left:50%}html.style5 .offset-md-7{margin-left:58.33333333%}html.style5 .offset-md-8{margin-left:66.66666667%}html.style5 .offset-md-9{margin-left:75%}html.style5 .offset-md-10{margin-left:83.33333333%}html.style5 .offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){html.style5 .col-lg{flex-basis:0;flex-grow:1;max-width:100%}html.style5 .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}html.style5 .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}html.style5 .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style5 .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}html.style5 .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}html.style5 .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style5 .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}html.style5 .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style5 .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style5 .col-lg-3{flex:0 0 25%;max-width:25%}html.style5 .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style5 .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style5 .col-lg-6{flex:0 0 50%;max-width:50%}html.style5 .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style5 .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style5 .col-lg-9{flex:0 0 75%;max-width:75%}html.style5 .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style5 .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style5 .col-lg-12{flex:0 0 100%;max-width:100%}html.style5 .order-lg-first{order:-1}html.style5 .order-lg-last{order:13}html.style5 .order-lg-0{order:0}html.style5 .order-lg-1{order:1}html.style5 .order-lg-2{order:2}html.style5 .order-lg-3{order:3}html.style5 .order-lg-4{order:4}html.style5 .order-lg-5{order:5}html.style5 .order-lg-6{order:6}html.style5 .order-lg-7{order:7}html.style5 .order-lg-8{order:8}html.style5 .order-lg-9{order:9}html.style5 .order-lg-10{order:10}html.style5 .order-lg-11{order:11}html.style5 .order-lg-12{order:12}html.style5 .offset-lg-0{margin-left:0}html.style5 .offset-lg-1{margin-left:8.33333333%}html.style5 .offset-lg-2{margin-left:16.66666667%}html.style5 .offset-lg-3{margin-left:25%}html.style5 .offset-lg-4{margin-left:33.33333333%}html.style5 .offset-lg-5{margin-left:41.66666667%}html.style5 .offset-lg-6{margin-left:50%}html.style5 .offset-lg-7{margin-left:58.33333333%}html.style5 .offset-lg-8{margin-left:66.66666667%}html.style5 .offset-lg-9{margin-left:75%}html.style5 .offset-lg-10{margin-left:83.33333333%}html.style5 .offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){html.style5 .col-xl{flex-basis:0;flex-grow:1;max-width:100%}html.style5 .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}html.style5 .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}html.style5 .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style5 .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}html.style5 .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}html.style5 .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style5 .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}html.style5 .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style5 .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style5 .col-xl-3{flex:0 0 25%;max-width:25%}html.style5 .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style5 .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style5 .col-xl-6{flex:0 0 50%;max-width:50%}html.style5 .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style5 .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style5 .col-xl-9{flex:0 0 75%;max-width:75%}html.style5 .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style5 .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style5 .col-xl-12{flex:0 0 100%;max-width:100%}html.style5 .order-xl-first{order:-1}html.style5 .order-xl-last{order:13}html.style5 .order-xl-0{order:0}html.style5 .order-xl-1{order:1}html.style5 .order-xl-2{order:2}html.style5 .order-xl-3{order:3}html.style5 .order-xl-4{order:4}html.style5 .order-xl-5{order:5}html.style5 .order-xl-6{order:6}html.style5 .order-xl-7{order:7}html.style5 .order-xl-8{order:8}html.style5 .order-xl-9{order:9}html.style5 .order-xl-10{order:10}html.style5 .order-xl-11{order:11}html.style5 .order-xl-12{order:12}html.style5 .offset-xl-0{margin-left:0}html.style5 .offset-xl-1{margin-left:8.33333333%}html.style5 .offset-xl-2{margin-left:16.66666667%}html.style5 .offset-xl-3{margin-left:25%}html.style5 .offset-xl-4{margin-left:33.33333333%}html.style5 .offset-xl-5{margin-left:41.66666667%}html.style5 .offset-xl-6{margin-left:50%}html.style5 .offset-xl-7{margin-left:58.33333333%}html.style5 .offset-xl-8{margin-left:66.66666667%}html.style5 .offset-xl-9{margin-left:75%}html.style5 .offset-xl-10{margin-left:83.33333333%}html.style5 .offset-xl-11{margin-left:91.66666667%}}html.style5 .table{width:100%;margin-bottom:1rem;color:#212529}html.style5 .table td,html.style5 .table th{padding:.75rem;vertical-align:top;border-top:1px solid #eff1f2}html.style5 .table thead th{vertical-align:bottom;border-bottom:2px solid #eff1f2}html.style5 .table tbody+tbody{border-top:2px solid #eff1f2}html.style5 .table-sm td,html.style5 .table-sm th{padding:.3rem}html.style5 .table-bordered,html.style5 .table-bordered td,html.style5 .table-bordered th{border:1px solid #eff1f2}html.style5 .table-bordered thead td,html.style5 .table-bordered thead th{border-bottom-width:2px}html.style5 .table-borderless tbody+tbody,html.style5 .table-borderless td,html.style5 .table-borderless th,html.style5 .table-borderless thead th{border:0}html.style5 .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}html.style5 .table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}html.style5 .table-primary,html.style5 .table-primary>td,html.style5 .table-primary>th{background-color:#b8daff}html.style5 .table-primary tbody+tbody,html.style5 .table-primary td,html.style5 .table-primary th,html.style5 .table-primary thead th{border-color:#7abaff}html.style5 .table-hover .table-primary:hover,html.style5 .table-hover .table-primary:hover>td,html.style5 .table-hover .table-primary:hover>th{background-color:#9fcdff}html.style5 .table-secondary,html.style5 .table-secondary>td,html.style5 .table-secondary>th{background-color:#d6d8db}html.style5 .table-secondary tbody+tbody,html.style5 .table-secondary td,html.style5 .table-secondary th,html.style5 .table-secondary thead th{border-color:#b3b7bb}html.style5 .table-hover .table-secondary:hover,html.style5 .table-hover .table-secondary:hover>td,html.style5 .table-hover .table-secondary:hover>th{background-color:#c8cbcf}html.style5 .table-success,html.style5 .table-success>td,html.style5 .table-success>th{background-color:#c3e6cb}html.style5 .table-success tbody+tbody,html.style5 .table-success td,html.style5 .table-success th,html.style5 .table-success thead th{border-color:#8fd19e}html.style5 .table-hover .table-success:hover,html.style5 .table-hover .table-success:hover>td,html.style5 .table-hover .table-success:hover>th{background-color:#b1dfbb}html.style5 .table-info,html.style5 .table-info>td,html.style5 .table-info>th{background-color:#bee5eb}html.style5 .table-info tbody+tbody,html.style5 .table-info td,html.style5 .table-info th,html.style5 .table-info thead th{border-color:#86cfda}html.style5 .table-hover .table-info:hover,html.style5 .table-hover .table-info:hover>td,html.style5 .table-hover .table-info:hover>th{background-color:#abdde5}html.style5 .table-warning,html.style5 .table-warning>td,html.style5 .table-warning>th{background-color:#ffeeba}html.style5 .table-warning tbody+tbody,html.style5 .table-warning td,html.style5 .table-warning th,html.style5 .table-warning thead th{border-color:#ffdf7e}html.style5 .table-hover .table-warning:hover,html.style5 .table-hover .table-warning:hover>td,html.style5 .table-hover .table-warning:hover>th{background-color:#ffe8a1}html.style5 .table-danger,html.style5 .table-danger>td,html.style5 .table-danger>th{background-color:#ffc5c5}html.style5 .table-danger tbody+tbody,html.style5 .table-danger td,html.style5 .table-danger th,html.style5 .table-danger thead th{border-color:#ff9393}html.style5 .table-hover .table-danger:hover,html.style5 .table-hover .table-danger:hover>td,html.style5 .table-hover .table-danger:hover>th{background-color:#ffacac}html.style5 .table-light,html.style5 .table-light>td,html.style5 .table-light>th{background-color:#c2c2c4}html.style5 .table-light tbody+tbody,html.style5 .table-light td,html.style5 .table-light th,html.style5 .table-light thead th{border-color:#8e8e91}html.style5 .table-hover .table-light:hover,html.style5 .table-hover .table-light:hover>td,html.style5 .table-hover .table-light:hover>th{background-color:#b5b5b7}html.style5 .table-dark,html.style5 .table-dark>td,html.style5 .table-dark>th{background-color:#bfbfc0}html.style5 .table-dark tbody+tbody,html.style5 .table-dark td,html.style5 .table-dark th,html.style5 .table-dark thead th{border-color:#87888b}html.style5 .table-hover .table-dark:hover,html.style5 .table-hover .table-dark:hover>td,html.style5 .table-hover .table-dark:hover>th{background-color:#b2b2b3}html.style5 .table-active,html.style5 .table-active>td,html.style5 .table-active>th,html.style5 .table-hover .table-active:hover,html.style5 .table-hover .table-active:hover>td,html.style5 .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}html.style5 .table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}html.style5 .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#eff1f2}html.style5 .table-dark{color:#fff;background-color:#343a40}html.style5 .table-dark td,html.style5 .table-dark th,html.style5 .table-dark thead th{border-color:#454d55}html.style5 .table-dark.table-bordered{border:0}html.style5 .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}html.style5 .table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){html.style5 .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style5 .table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){html.style5 .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style5 .table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){html.style5 .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style5 .table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){html.style5 .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style5 .table-responsive-xl>.table-bordered{border:0}}html.style5 .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style5 .table-responsive>.table-bordered{border:0}html.style5 .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style5 .form-control{transition:none}}html.style5 .form-control::-ms-expand{background-color:transparent;border:0}html.style5 .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style5 .form-control::placeholder{color:#6c757d;opacity:1}html.style5 .form-control:disabled,html.style5 .form-control[readonly]{background-color:#e9ecef;opacity:1}html.style5 input[type=date].form-control,html.style5 input[type=datetime-local].form-control,html.style5 input[type=month].form-control,html.style5 input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style5 select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}html.style5 select.form-control:focus::-ms-value{color:#495057;background-color:#fff}html.style5 .form-control-file,html.style5 .form-control-range{display:block;width:100%}html.style5 .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}html.style5 .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}html.style5 .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}html.style5 .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}html.style5 .form-control-plaintext.form-control-lg,html.style5 .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}html.style5 .form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style5 .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style5 select.form-control[multiple],html.style5 select.form-control[size],html.style5 textarea.form-control{height:auto}html.style5 .form-group{margin-bottom:1rem}html.style5 .form-text{display:block;margin-top:.25rem}html.style5 .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}html.style5 .form-row>.col,html.style5 .form-row>[class*=col-]{padding-right:5px;padding-left:5px}html.style5 .form-check{position:relative;display:block;padding-left:1.25rem}html.style5 .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}html.style5 .form-check-input:disabled~.form-check-label,html.style5 .form-check-input[disabled]~.form-check-label{color:#6c757d}html.style5 .form-check-label{margin-bottom:0}html.style5 .form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}html.style5 .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}html.style5 .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}html.style5 .valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>html.style5 .valid-tooltip,.form-row>[class*=col-]>html.style5 .valid-tooltip{left:5px}.was-validated html.style5:valid~.valid-feedback,.was-validated html.style5:valid~.valid-tooltip,html.style5.is-valid~.valid-feedback,html.style5.is-valid~.valid-tooltip{display:block}.was-validated html.style5 .form-control:valid,html.style5 .form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated html.style5 .form-control:valid:focus,html.style5 .form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style5 select.form-control:valid,html.style5 select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated html.style5 textarea.form-control:valid,html.style5 textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated html.style5 .custom-select:valid,html.style5 .custom-select.is-valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated html.style5 .custom-select:valid:focus,html.style5 .custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style5 .form-check-input:valid~.form-check-label,html.style5 .form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated html.style5 .form-check-input:valid~.valid-feedback,.was-validated html.style5 .form-check-input:valid~.valid-tooltip,html.style5 .form-check-input.is-valid~.valid-feedback,html.style5 .form-check-input.is-valid~.valid-tooltip{display:block}.was-validated html.style5 .custom-control-input:valid~.custom-control-label,html.style5 .custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated html.style5 .custom-control-input:valid~.custom-control-label:before,html.style5 .custom-control-input.is-valid~.custom-control-label:before{border-color:#28a745}.was-validated html.style5 .custom-control-input:valid:checked~.custom-control-label:before,html.style5 .custom-control-input.is-valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.was-validated html.style5 .custom-control-input:valid:focus~.custom-control-label:before,html.style5 .custom-control-input.is-valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style5 .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,html.style5 .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.was-validated html.style5 .custom-file-input:valid~.custom-file-label,html.style5 .custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated html.style5 .custom-file-input:valid:focus~.custom-file-label,html.style5 .custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}html.style5 .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#ff3030}html.style5 .invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(255,48,48,.9);border-radius:.25rem}.form-row>.col>html.style5 .invalid-tooltip,.form-row>[class*=col-]>html.style5 .invalid-tooltip{left:5px}.was-validated html.style5:invalid~.invalid-feedback,.was-validated html.style5:invalid~.invalid-tooltip,html.style5.is-invalid~.invalid-feedback,html.style5.is-invalid~.invalid-tooltip{display:block}.was-validated html.style5 .form-control:invalid,html.style5 .form-control.is-invalid{border-color:#ff3030;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated html.style5 .form-control:invalid:focus,html.style5 .form-control.is-invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style5 select.form-control:invalid,html.style5 select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated html.style5 textarea.form-control:invalid,html.style5 textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated html.style5 .custom-select:invalid,html.style5 .custom-select.is-invalid{border-color:#ff3030;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated html.style5 .custom-select:invalid:focus,html.style5 .custom-select.is-invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style5 .form-check-input:invalid~.form-check-label,html.style5 .form-check-input.is-invalid~.form-check-label{color:#ff3030}.was-validated html.style5 .form-check-input:invalid~.invalid-feedback,.was-validated html.style5 .form-check-input:invalid~.invalid-tooltip,html.style5 .form-check-input.is-invalid~.invalid-feedback,html.style5 .form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated html.style5 .custom-control-input:invalid~.custom-control-label,html.style5 .custom-control-input.is-invalid~.custom-control-label{color:#ff3030}.was-validated html.style5 .custom-control-input:invalid~.custom-control-label:before,html.style5 .custom-control-input.is-invalid~.custom-control-label:before{border-color:#ff3030}.was-validated html.style5 .custom-control-input:invalid:checked~.custom-control-label:before,html.style5 .custom-control-input.is-invalid:checked~.custom-control-label:before{border-color:#ff6363;background-color:#ff6363}.was-validated html.style5 .custom-control-input:invalid:focus~.custom-control-label:before,html.style5 .custom-control-input.is-invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style5 .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,html.style5 .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before{border-color:#ff3030}.was-validated html.style5 .custom-file-input:invalid~.custom-file-label,html.style5 .custom-file-input.is-invalid~.custom-file-label{border-color:#ff3030}.was-validated html.style5 .custom-file-input:invalid:focus~.custom-file-label,html.style5 .custom-file-input.is-invalid:focus~.custom-file-label{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}html.style5 .form-inline{display:flex;flex-flow:row wrap;align-items:center}html.style5 .form-inline .form-check{width:100%}@media(min-width:576px){html.style5 .form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}html.style5 .form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}html.style5 .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}html.style5 .form-inline .form-control-plaintext{display:inline-block}html.style5 .form-inline .custom-select,html.style5 .form-inline .input-group{width:auto}html.style5 .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}html.style5 .form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}html.style5 .form-inline .custom-control{align-items:center;justify-content:center}html.style5 .form-inline .custom-control-label{margin-bottom:0}}html.style5 .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style5 .btn{transition:none}}html.style5 .btn:hover{color:#212529;text-decoration:none}html.style5 .btn.focus,html.style5 .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style5 .btn.disabled,html.style5 .btn:disabled{opacity:.65}html.style5 .btn:not(:disabled):not(.disabled){cursor:pointer}html.style5 a.btn.disabled,html.style5 fieldset:disabled a.btn{pointer-events:none}html.style5 .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}html.style5 .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}html.style5 .btn-primary.focus,html.style5 .btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}html.style5 .btn-primary.disabled,html.style5 .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.show>html.style5 .btn-primary.dropdown-toggle,html.style5 .btn-primary:not(:disabled):not(.disabled).active,html.style5 .btn-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#0062cc;border-color:#005cbf}.show>html.style5 .btn-primary.dropdown-toggle:focus,html.style5 .btn-primary:not(:disabled):not(.disabled).active:focus,html.style5 .btn-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}html.style5 .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}html.style5 .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}html.style5 .btn-secondary.focus,html.style5 .btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}html.style5 .btn-secondary.disabled,html.style5 .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.show>html.style5 .btn-secondary.dropdown-toggle,html.style5 .btn-secondary:not(:disabled):not(.disabled).active,html.style5 .btn-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#545b62;border-color:#4e555b}.show>html.style5 .btn-secondary.dropdown-toggle:focus,html.style5 .btn-secondary:not(:disabled):not(.disabled).active:focus,html.style5 .btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}html.style5 .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}html.style5 .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}html.style5 .btn-success.focus,html.style5 .btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}html.style5 .btn-success.disabled,html.style5 .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.show>html.style5 .btn-success.dropdown-toggle,html.style5 .btn-success:not(:disabled):not(.disabled).active,html.style5 .btn-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#1e7e34;border-color:#1c7430}.show>html.style5 .btn-success.dropdown-toggle:focus,html.style5 .btn-success:not(:disabled):not(.disabled).active:focus,html.style5 .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}html.style5 .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html.style5 .btn-info.focus,html.style5 .btn-info:focus,html.style5 .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}html.style5 .btn-info.focus,html.style5 .btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}html.style5 .btn-info.disabled,html.style5 .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.show>html.style5 .btn-info.dropdown-toggle,html.style5 .btn-info:not(:disabled):not(.disabled).active,html.style5 .btn-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#117a8b;border-color:#10707f}.show>html.style5 .btn-info.dropdown-toggle:focus,html.style5 .btn-info:not(:disabled):not(.disabled).active:focus,html.style5 .btn-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}html.style5 .btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}html.style5 .btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}html.style5 .btn-warning.focus,html.style5 .btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}html.style5 .btn-warning.disabled,html.style5 .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.show>html.style5 .btn-warning.dropdown-toggle,html.style5 .btn-warning:not(:disabled):not(.disabled).active,html.style5 .btn-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#d39e00;border-color:#c69500}.show>html.style5 .btn-warning.dropdown-toggle:focus,html.style5 .btn-warning:not(:disabled):not(.disabled).active:focus,html.style5 .btn-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}html.style5 .btn-danger{color:#fff;background-color:#ff3030;border-color:#ff3030}html.style5 .btn-danger:hover{color:#fff;background-color:#ff0a0a;border-color:#fc0000}html.style5 .btn-danger.focus,html.style5 .btn-danger:focus{color:#fff;background-color:#ff0a0a;border-color:#fc0000;box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}html.style5 .btn-danger.disabled,html.style5 .btn-danger:disabled{color:#fff;background-color:#ff3030;border-color:#ff3030}.show>html.style5 .btn-danger.dropdown-toggle,html.style5 .btn-danger:not(:disabled):not(.disabled).active,html.style5 .btn-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#fc0000;border-color:#ef0000}.show>html.style5 .btn-danger.dropdown-toggle:focus,html.style5 .btn-danger:not(:disabled):not(.disabled).active:focus,html.style5 .btn-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}html.style5 .btn-light{color:#fff;background-color:#25262c;border-color:#25262c}html.style5 .btn-light:hover{color:#fff;background-color:#141417;border-color:#0e0e10}html.style5 .btn-light.focus,html.style5 .btn-light:focus{color:#fff;background-color:#141417;border-color:#0e0e10;box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}html.style5 .btn-light.disabled,html.style5 .btn-light:disabled{color:#fff;background-color:#25262c;border-color:#25262c}.show>html.style5 .btn-light.dropdown-toggle,html.style5 .btn-light:not(:disabled):not(.disabled).active,html.style5 .btn-light:not(:disabled):not(.disabled):active{color:#fff;background-color:#0e0e10;border-color:#080809}.show>html.style5 .btn-light.dropdown-toggle:focus,html.style5 .btn-light:not(:disabled):not(.disabled).active:focus,html.style5 .btn-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}html.style5 .btn-dark{color:#fff;background-color:#191b1f;border-color:#191b1f}html.style5 .btn-dark.focus,html.style5 .btn-dark:focus,html.style5 .btn-dark:hover{color:#fff;background-color:#08090a;border-color:#020203}html.style5 .btn-dark.focus,html.style5 .btn-dark:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}html.style5 .btn-dark.disabled,html.style5 .btn-dark:disabled{color:#fff;background-color:#191b1f;border-color:#191b1f}.show>html.style5 .btn-dark.dropdown-toggle,html.style5 .btn-dark:not(:disabled):not(.disabled).active,html.style5 .btn-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#020203;border-color:#000}.show>html.style5 .btn-dark.dropdown-toggle:focus,html.style5 .btn-dark:not(:disabled):not(.disabled).active:focus,html.style5 .btn-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}html.style5 .btn-outline-primary{color:#007bff;border-color:#007bff}html.style5 .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}html.style5 .btn-outline-primary.focus,html.style5 .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style5 .btn-outline-primary.disabled,html.style5 .btn-outline-primary:disabled{color:#007bff;background-color:transparent}.show>html.style5 .btn-outline-primary.dropdown-toggle,html.style5 .btn-outline-primary:not(:disabled):not(.disabled).active,html.style5 .btn-outline-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#007bff;border-color:#007bff}.show>html.style5 .btn-outline-primary.dropdown-toggle:focus,html.style5 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,html.style5 .btn-outline-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style5 .btn-outline-secondary{color:#6c757d;border-color:#6c757d}html.style5 .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}html.style5 .btn-outline-secondary.focus,html.style5 .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style5 .btn-outline-secondary.disabled,html.style5 .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.show>html.style5 .btn-outline-secondary.dropdown-toggle,html.style5 .btn-outline-secondary:not(:disabled):not(.disabled).active,html.style5 .btn-outline-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#6c757d;border-color:#6c757d}.show>html.style5 .btn-outline-secondary.dropdown-toggle:focus,html.style5 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,html.style5 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style5 .btn-outline-success{color:#28a745;border-color:#28a745}html.style5 .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}html.style5 .btn-outline-success.focus,html.style5 .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style5 .btn-outline-success.disabled,html.style5 .btn-outline-success:disabled{color:#28a745;background-color:transparent}.show>html.style5 .btn-outline-success.dropdown-toggle,html.style5 .btn-outline-success:not(:disabled):not(.disabled).active,html.style5 .btn-outline-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#28a745;border-color:#28a745}.show>html.style5 .btn-outline-success.dropdown-toggle:focus,html.style5 .btn-outline-success:not(:disabled):not(.disabled).active:focus,html.style5 .btn-outline-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style5 .btn-outline-info{color:#17a2b8;border-color:#17a2b8}html.style5 .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html.style5 .btn-outline-info.focus,html.style5 .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style5 .btn-outline-info.disabled,html.style5 .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.show>html.style5 .btn-outline-info.dropdown-toggle,html.style5 .btn-outline-info:not(:disabled):not(.disabled).active,html.style5 .btn-outline-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.show>html.style5 .btn-outline-info.dropdown-toggle:focus,html.style5 .btn-outline-info:not(:disabled):not(.disabled).active:focus,html.style5 .btn-outline-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style5 .btn-outline-warning{color:#ffc107;border-color:#ffc107}html.style5 .btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}html.style5 .btn-outline-warning.focus,html.style5 .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style5 .btn-outline-warning.disabled,html.style5 .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.show>html.style5 .btn-outline-warning.dropdown-toggle,html.style5 .btn-outline-warning:not(:disabled):not(.disabled).active,html.style5 .btn-outline-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#ffc107;border-color:#ffc107}.show>html.style5 .btn-outline-warning.dropdown-toggle:focus,html.style5 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,html.style5 .btn-outline-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style5 .btn-outline-danger{color:#ff3030;border-color:#ff3030}html.style5 .btn-outline-danger:hover{color:#fff;background-color:#ff3030;border-color:#ff3030}html.style5 .btn-outline-danger.focus,html.style5 .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style5 .btn-outline-danger.disabled,html.style5 .btn-outline-danger:disabled{color:#ff3030;background-color:transparent}.show>html.style5 .btn-outline-danger.dropdown-toggle,html.style5 .btn-outline-danger:not(:disabled):not(.disabled).active,html.style5 .btn-outline-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#ff3030;border-color:#ff3030}.show>html.style5 .btn-outline-danger.dropdown-toggle:focus,html.style5 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,html.style5 .btn-outline-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style5 .btn-outline-light{color:#25262c;border-color:#25262c}html.style5 .btn-outline-light:hover{color:#fff;background-color:#25262c;border-color:#25262c}html.style5 .btn-outline-light.focus,html.style5 .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style5 .btn-outline-light.disabled,html.style5 .btn-outline-light:disabled{color:#25262c;background-color:transparent}.show>html.style5 .btn-outline-light.dropdown-toggle,html.style5 .btn-outline-light:not(:disabled):not(.disabled).active,html.style5 .btn-outline-light:not(:disabled):not(.disabled):active{color:#fff;background-color:#25262c;border-color:#25262c}.show>html.style5 .btn-outline-light.dropdown-toggle:focus,html.style5 .btn-outline-light:not(:disabled):not(.disabled).active:focus,html.style5 .btn-outline-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style5 .btn-outline-dark{color:#191b1f;border-color:#191b1f}html.style5 .btn-outline-dark:hover{color:#fff;background-color:#191b1f;border-color:#191b1f}html.style5 .btn-outline-dark.focus,html.style5 .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style5 .btn-outline-dark.disabled,html.style5 .btn-outline-dark:disabled{color:#191b1f;background-color:transparent}.show>html.style5 .btn-outline-dark.dropdown-toggle,html.style5 .btn-outline-dark:not(:disabled):not(.disabled).active,html.style5 .btn-outline-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#191b1f;border-color:#191b1f}.show>html.style5 .btn-outline-dark.dropdown-toggle:focus,html.style5 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,html.style5 .btn-outline-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style5 .btn-link{font-weight:400;color:#007bff;text-decoration:none}html.style5 .btn-link:hover{color:#0056b3;text-decoration:underline}html.style5 .btn-link.focus,html.style5 .btn-link:focus{text-decoration:underline}html.style5 .btn-link.disabled,html.style5 .btn-link:disabled{color:#6c757d;pointer-events:none}html.style5 .btn-group-lg>.btn,html.style5 .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style5 .btn-group-sm>.btn,html.style5 .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style5 .btn-block{display:block;width:100%}html.style5 .btn-block+.btn-block{margin-top:.5rem}html.style5 input[type=button].btn-block,html.style5 input[type=reset].btn-block,html.style5 input[type=submit].btn-block{width:100%}html.style5 .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){html.style5 .fade{transition:none}}html.style5 .fade:not(.show){opacity:0}html.style5 .collapse:not(.show){display:none}html.style5 .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){html.style5 .collapsing{transition:none}}html.style5 .collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){html.style5 .collapsing.width{transition:none}}html.style5 .dropdown,html.style5 .dropleft,html.style5 .dropright,html.style5 .dropup{position:relative}html.style5 .dropdown-toggle{white-space:nowrap}html.style5 .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}html.style5 .dropdown-toggle:empty:after{margin-left:0}html.style5 .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}html.style5 .dropdown-menu-left{right:auto;left:0}html.style5 .dropdown-menu-right{right:0;left:auto}@media(min-width:576px){html.style5 .dropdown-menu-sm-left{right:auto;left:0}html.style5 .dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){html.style5 .dropdown-menu-md-left{right:auto;left:0}html.style5 .dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){html.style5 .dropdown-menu-lg-left{right:auto;left:0}html.style5 .dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){html.style5 .dropdown-menu-xl-left{right:auto;left:0}html.style5 .dropdown-menu-xl-right{right:0;left:auto}}html.style5 .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}html.style5 .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}html.style5 .dropup .dropdown-toggle:empty:after{margin-left:0}html.style5 .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}html.style5 .dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}html.style5 .dropright .dropdown-toggle:empty:after{margin-left:0}html.style5 .dropright .dropdown-toggle:after{vertical-align:0}html.style5 .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}html.style5 .dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}html.style5 .dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}html.style5 .dropleft .dropdown-toggle:empty:after{margin-left:0}html.style5 .dropleft .dropdown-toggle:before{vertical-align:0}html.style5 .dropdown-menu[x-placement^=bottom],html.style5 .dropdown-menu[x-placement^=left],html.style5 .dropdown-menu[x-placement^=right],html.style5 .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}html.style5 .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}html.style5 .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}html.style5 .dropdown-item:focus,html.style5 .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}html.style5 .dropdown-item.active,html.style5 .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}html.style5 .dropdown-item.disabled,html.style5 .dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}html.style5 .dropdown-menu.show{display:block}html.style5 .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}html.style5 .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}html.style5 .btn-group,html.style5 .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}html.style5 .btn-group-vertical>.btn,html.style5 .btn-group>.btn{position:relative;flex:1 1 auto}html.style5 .btn-group-vertical>.btn.active,html.style5 .btn-group-vertical>.btn:active,html.style5 .btn-group-vertical>.btn:focus,html.style5 .btn-group-vertical>.btn:hover,html.style5 .btn-group>.btn.active,html.style5 .btn-group>.btn:active,html.style5 .btn-group>.btn:focus,html.style5 .btn-group>.btn:hover{z-index:1}html.style5 .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}html.style5 .btn-toolbar .input-group{width:auto}html.style5 .btn-group>.btn-group:not(:first-child),html.style5 .btn-group>.btn:not(:first-child){margin-left:-1px}html.style5 .btn-group>.btn-group:not(:last-child)>.btn,html.style5 .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}html.style5 .btn-group>.btn-group:not(:first-child)>.btn,html.style5 .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style5 .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropright html.style5 .dropdown-toggle-split:after,.dropup html.style5 .dropdown-toggle-split:after,html.style5 .dropdown-toggle-split:after{margin-left:0}.dropleft html.style5 .dropdown-toggle-split:before{margin-right:0}html.style5 .btn-group-sm>.btn+.dropdown-toggle-split,html.style5 .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}html.style5 .btn-group-lg>.btn+.dropdown-toggle-split,html.style5 .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}html.style5 .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}html.style5 .btn-group-vertical>.btn,html.style5 .btn-group-vertical>.btn-group{width:100%}html.style5 .btn-group-vertical>.btn-group:not(:first-child),html.style5 .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}html.style5 .btn-group-vertical>.btn-group:not(:last-child)>.btn,html.style5 .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}html.style5 .btn-group-vertical>.btn-group:not(:first-child)>.btn,html.style5 .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}html.style5 .btn-group-toggle>.btn,html.style5 .btn-group-toggle>.btn-group>.btn{margin-bottom:0}html.style5 .btn-group-toggle>.btn input[type=checkbox],html.style5 .btn-group-toggle>.btn input[type=radio],html.style5 .btn-group-toggle>.btn-group>.btn input[type=checkbox],html.style5 .btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}html.style5 .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}html.style5 .input-group>.custom-file,html.style5 .input-group>.custom-select,html.style5 .input-group>.form-control,html.style5 .input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}html.style5 .input-group>.custom-file+.custom-file,html.style5 .input-group>.custom-file+.custom-select,html.style5 .input-group>.custom-file+.form-control,html.style5 .input-group>.custom-select+.custom-file,html.style5 .input-group>.custom-select+.custom-select,html.style5 .input-group>.custom-select+.form-control,html.style5 .input-group>.form-control+.custom-file,html.style5 .input-group>.form-control+.custom-select,html.style5 .input-group>.form-control+.form-control,html.style5 .input-group>.form-control-plaintext+.custom-file,html.style5 .input-group>.form-control-plaintext+.custom-select,html.style5 .input-group>.form-control-plaintext+.form-control{margin-left:-1px}html.style5 .input-group>.custom-file .custom-file-input:focus~.custom-file-label,html.style5 .input-group>.custom-select:focus,html.style5 .input-group>.form-control:focus{z-index:3}html.style5 .input-group>.custom-file .custom-file-input:focus{z-index:4}html.style5 .input-group>.custom-select:not(:first-child),html.style5 .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style5 .input-group>.custom-file{display:flex;align-items:center}html.style5 .input-group>.custom-file:not(:last-child) .custom-file-label,html.style5 .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}html.style5 .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}html.style5 .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,html.style5 .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,html.style5 .input-group.has-validation>.custom-select:nth-last-child(n+3),html.style5 .input-group.has-validation>.form-control:nth-last-child(n+3),html.style5 .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,html.style5 .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,html.style5 .input-group:not(.has-validation)>.custom-select:not(:last-child),html.style5 .input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.style5 .input-group-append,html.style5 .input-group-prepend{display:flex}html.style5 .input-group-append .btn,html.style5 .input-group-prepend .btn{position:relative;z-index:2}html.style5 .input-group-append .btn:focus,html.style5 .input-group-prepend .btn:focus{z-index:3}html.style5 .input-group-append .btn+.btn,html.style5 .input-group-append .btn+.input-group-text,html.style5 .input-group-append .input-group-text+.btn,html.style5 .input-group-append .input-group-text+.input-group-text,html.style5 .input-group-prepend .btn+.btn,html.style5 .input-group-prepend .btn+.input-group-text,html.style5 .input-group-prepend .input-group-text+.btn,html.style5 .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}html.style5 .input-group-prepend{margin-right:-1px}html.style5 .input-group-append{margin-left:-1px}html.style5 .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}html.style5 .input-group-text input[type=checkbox],html.style5 .input-group-text input[type=radio]{margin-top:0}html.style5 .input-group-lg>.custom-select,html.style5 .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}html.style5 .input-group-lg>.custom-select,html.style5 .input-group-lg>.form-control,html.style5 .input-group-lg>.input-group-append>.btn,html.style5 .input-group-lg>.input-group-append>.input-group-text,html.style5 .input-group-lg>.input-group-prepend>.btn,html.style5 .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style5 .input-group-sm>.custom-select,html.style5 .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}html.style5 .input-group-sm>.custom-select,html.style5 .input-group-sm>.form-control,html.style5 .input-group-sm>.input-group-append>.btn,html.style5 .input-group-sm>.input-group-append>.input-group-text,html.style5 .input-group-sm>.input-group-prepend>.btn,html.style5 .input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style5 .input-group-lg>.custom-select,html.style5 .input-group-sm>.custom-select{padding-right:1.75rem}html.style5 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,html.style5 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,html.style5 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,html.style5 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,html.style5 .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),html.style5 .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),html.style5 .input-group>.input-group-prepend>.btn,html.style5 .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}html.style5 .input-group>.input-group-append>.btn,html.style5 .input-group>.input-group-append>.input-group-text,html.style5 .input-group>.input-group-prepend:first-child>.btn:not(:first-child),html.style5 .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),html.style5 .input-group>.input-group-prepend:not(:first-child)>.btn,html.style5 .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}html.style5 .custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}html.style5 .custom-control-inline{display:inline-flex;margin-right:1rem}html.style5 .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}html.style5 .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}html.style5 .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style5 .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}html.style5 .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}html.style5 .custom-control-input:disabled~.custom-control-label,html.style5 .custom-control-input[disabled]~.custom-control-label{color:#6c757d}html.style5 .custom-control-input:disabled~.custom-control-label:before,html.style5 .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}html.style5 .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}html.style5 .custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}html.style5 .custom-control-label:after,html.style5 .custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}html.style5 .custom-control-label:after{background:50%/50% 50% no-repeat}html.style5 .custom-checkbox .custom-control-label:before{border-radius:.25rem}html.style5 .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}html.style5 .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}html.style5 .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")}html.style5 .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style5 .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style5 .custom-radio .custom-control-label:before{border-radius:50%}html.style5 .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}html.style5 .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style5 .custom-switch{padding-left:2.25rem}html.style5 .custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}html.style5 .custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style5 .custom-switch .custom-control-label:after{transition:none}}html.style5 .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}html.style5 .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style5 .custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style5 .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style5 .custom-select:focus::-ms-value{color:#495057;background-color:#fff}html.style5 .custom-select[multiple],html.style5 .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}html.style5 .custom-select:disabled{color:#6c757d;background-color:#e9ecef}html.style5 .custom-select::-ms-expand{display:none}html.style5 .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}html.style5 .custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}html.style5 .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}html.style5 .custom-file{display:inline-block;margin-bottom:0}html.style5 .custom-file,html.style5 .custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}html.style5 .custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}html.style5 .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style5 .custom-file-input:disabled~.custom-file-label,html.style5 .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}html.style5 .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}html.style5 .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}html.style5 .custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}html.style5 .custom-file-label,html.style5 .custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}html.style5 .custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}html.style5 .custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style5 .custom-range:focus{outline:0}html.style5 .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style5 .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style5 .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style5 .custom-range::-moz-focus-outer{border:0}html.style5 .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){html.style5 .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}html.style5 .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}html.style5 .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}html.style5 .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){html.style5 .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}html.style5 .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}html.style5 .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}html.style5 .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){html.style5 .custom-range::-ms-thumb{-ms-transition:none;transition:none}}html.style5 .custom-range::-ms-thumb:active{background-color:#b3d7ff}html.style5 .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}html.style5 .custom-range::-ms-fill-lower,html.style5 .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}html.style5 .custom-range::-ms-fill-upper{margin-right:15px}html.style5 .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}html.style5 .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}html.style5 .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}html.style5 .custom-range:disabled::-moz-range-track{cursor:default}html.style5 .custom-range:disabled::-ms-thumb{background-color:#adb5bd}html.style5 .custom-control-label:before,html.style5 .custom-file-label,html.style5 .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style5 .custom-control-label:before,html.style5 .custom-file-label,html.style5 .custom-select{transition:none}}html.style5 .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}html.style5 .nav-link{display:block;padding:.5rem 1rem}html.style5 .nav-link:focus,html.style5 .nav-link:hover{text-decoration:none}html.style5 .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}html.style5 .nav-tabs{border-bottom:1px solid #dee2e6}html.style5 .nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.style5 .nav-tabs .nav-link:focus,html.style5 .nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}html.style5 .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}html.style5 .nav-tabs .nav-item.show .nav-link,html.style5 .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}html.style5 .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}html.style5 .nav-pills .nav-link{background:none;border:0;border-radius:.25rem}html.style5 .nav-pills .nav-link.active,html.style5 .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}html.style5 .nav-fill .nav-item,html.style5 .nav-fill>.nav-link{flex:1 1 auto;text-align:center}html.style5 .nav-justified .nav-item,html.style5 .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}html.style5 .tab-content>.tab-pane{display:none}html.style5 .tab-content>.active{display:block}html.style5 .navbar{position:relative;padding:.5rem 1rem}html.style1 html.style5 .navbar .container,html.style1 html.style5 .navbar .container-fluid,html.style1 html.style5 .navbar .container-lg,html.style1 html.style5 .navbar .container-md,html.style1 html.style5 .navbar .container-sm,html.style1 html.style5 .navbar .container-xl,html.style1 html.style5 .navbar html.style2 .container-lg,html.style1 html.style5 .navbar html.style2 .container-md,html.style1 html.style5 .navbar html.style2 .container-sm,html.style1 html.style5 .navbar html.style2 .container-xl,html.style1 html.style5 .navbar html.style3 .container-lg,html.style1 html.style5 .navbar html.style3 .container-md,html.style1 html.style5 .navbar html.style3 .container-sm,html.style1 html.style5 .navbar html.style3 .container-xl,html.style1 html.style5 .navbar html.style4 .container-lg,html.style1 html.style5 .navbar html.style4 .container-md,html.style1 html.style5 .navbar html.style4 .container-sm,html.style1 html.style5 .navbar html.style4 .container-xl,html.style1 html.style5 .navbar html.style5 .container-lg,html.style1 html.style5 .navbar html.style5 .container-md,html.style1 html.style5 .navbar html.style5 .container-sm,html.style1 html.style5 .navbar html.style5 .container-xl,html.style1 html.style5 .navbar html.style6 .container-lg,html.style1 html.style5 .navbar html.style6 .container-md,html.style1 html.style5 .navbar html.style6 .container-sm,html.style1 html.style5 .navbar html.style6 .container-xl,html.style1 html.style5 .navbar>.container-lg,html.style1 html.style5 .navbar>.container-md,html.style1 html.style5 .navbar>.container-sm,html.style1 html.style5 .navbar>.container-xl,html.style2 html.style1 html.style5 .navbar .container-lg,html.style2 html.style1 html.style5 .navbar .container-md,html.style2 html.style1 html.style5 .navbar .container-sm,html.style2 html.style1 html.style5 .navbar .container-xl,html.style2 html.style5 .navbar .container,html.style2 html.style5 .navbar .container-fluid,html.style2 html.style5 .navbar .container-lg,html.style2 html.style5 .navbar .container-md,html.style2 html.style5 .navbar .container-sm,html.style2 html.style5 .navbar .container-xl,html.style2 html.style5 .navbar html.style3 .container-lg,html.style2 html.style5 .navbar html.style3 .container-md,html.style2 html.style5 .navbar html.style3 .container-sm,html.style2 html.style5 .navbar html.style3 .container-xl,html.style2 html.style5 .navbar html.style4 .container-lg,html.style2 html.style5 .navbar html.style4 .container-md,html.style2 html.style5 .navbar html.style4 .container-sm,html.style2 html.style5 .navbar html.style4 .container-xl,html.style2 html.style5 .navbar html.style5 .container-lg,html.style2 html.style5 .navbar html.style5 .container-md,html.style2 html.style5 .navbar html.style5 .container-sm,html.style2 html.style5 .navbar html.style5 .container-xl,html.style2 html.style5 .navbar html.style6 .container-lg,html.style2 html.style5 .navbar html.style6 .container-md,html.style2 html.style5 .navbar html.style6 .container-sm,html.style2 html.style5 .navbar html.style6 .container-xl,html.style2 html.style5 .navbar>.container-lg,html.style2 html.style5 .navbar>.container-md,html.style2 html.style5 .navbar>.container-sm,html.style2 html.style5 .navbar>.container-xl,html.style3 html.style1 html.style5 .navbar .container-lg,html.style3 html.style1 html.style5 .navbar .container-md,html.style3 html.style1 html.style5 .navbar .container-sm,html.style3 html.style1 html.style5 .navbar .container-xl,html.style3 html.style2 html.style5 .navbar .container-lg,html.style3 html.style2 html.style5 .navbar .container-md,html.style3 html.style2 html.style5 .navbar .container-sm,html.style3 html.style2 html.style5 .navbar .container-xl,html.style3 html.style5 .navbar .container,html.style3 html.style5 .navbar .container-fluid,html.style3 html.style5 .navbar .container-lg,html.style3 html.style5 .navbar .container-md,html.style3 html.style5 .navbar .container-sm,html.style3 html.style5 .navbar .container-xl,html.style3 html.style5 .navbar html.style4 .container-lg,html.style3 html.style5 .navbar html.style4 .container-md,html.style3 html.style5 .navbar html.style4 .container-sm,html.style3 html.style5 .navbar html.style4 .container-xl,html.style3 html.style5 .navbar html.style5 .container-lg,html.style3 html.style5 .navbar html.style5 .container-md,html.style3 html.style5 .navbar html.style5 .container-sm,html.style3 html.style5 .navbar html.style5 .container-xl,html.style3 html.style5 .navbar html.style6 .container-lg,html.style3 html.style5 .navbar html.style6 .container-md,html.style3 html.style5 .navbar html.style6 .container-sm,html.style3 html.style5 .navbar html.style6 .container-xl,html.style3 html.style5 .navbar>.container-lg,html.style3 html.style5 .navbar>.container-md,html.style3 html.style5 .navbar>.container-sm,html.style3 html.style5 .navbar>.container-xl,html.style4 html.style1 html.style5 .navbar .container-lg,html.style4 html.style1 html.style5 .navbar .container-md,html.style4 html.style1 html.style5 .navbar .container-sm,html.style4 html.style1 html.style5 .navbar .container-xl,html.style4 html.style2 html.style5 .navbar .container-lg,html.style4 html.style2 html.style5 .navbar .container-md,html.style4 html.style2 html.style5 .navbar .container-sm,html.style4 html.style2 html.style5 .navbar .container-xl,html.style4 html.style3 html.style5 .navbar .container-lg,html.style4 html.style3 html.style5 .navbar .container-md,html.style4 html.style3 html.style5 .navbar .container-sm,html.style4 html.style3 html.style5 .navbar .container-xl,html.style4 html.style5 .navbar .container,html.style4 html.style5 .navbar .container-fluid,html.style4 html.style5 .navbar .container-lg,html.style4 html.style5 .navbar .container-md,html.style4 html.style5 .navbar .container-sm,html.style4 html.style5 .navbar .container-xl,html.style4 html.style5 .navbar html.style5 .container-lg,html.style4 html.style5 .navbar html.style5 .container-md,html.style4 html.style5 .navbar html.style5 .container-sm,html.style4 html.style5 .navbar html.style5 .container-xl,html.style4 html.style5 .navbar html.style6 .container-lg,html.style4 html.style5 .navbar html.style6 .container-md,html.style4 html.style5 .navbar html.style6 .container-sm,html.style4 html.style5 .navbar html.style6 .container-xl,html.style4 html.style5 .navbar>.container-lg,html.style4 html.style5 .navbar>.container-md,html.style4 html.style5 .navbar>.container-sm,html.style4 html.style5 .navbar>.container-xl,html.style5 .navbar,html.style5 .navbar .container,html.style5 .navbar .container-fluid,html.style5 .navbar .container-lg,html.style5 .navbar .container-md,html.style5 .navbar .container-sm,html.style5 .navbar .container-xl,html.style5 .navbar html.style1 .container-lg,html.style5 .navbar html.style1 .container-md,html.style5 .navbar html.style1 .container-sm,html.style5 .navbar html.style1 .container-xl,html.style5 .navbar html.style2 .container-lg,html.style5 .navbar html.style2 .container-md,html.style5 .navbar html.style2 .container-sm,html.style5 .navbar html.style2 .container-xl,html.style5 .navbar html.style3 .container-lg,html.style5 .navbar html.style3 .container-md,html.style5 .navbar html.style3 .container-sm,html.style5 .navbar html.style3 .container-xl,html.style5 .navbar html.style4 .container-lg,html.style5 .navbar html.style4 .container-md,html.style5 .navbar html.style4 .container-sm,html.style5 .navbar html.style4 .container-xl,html.style5 .navbar html.style5 .container-lg,html.style5 .navbar html.style5 .container-md,html.style5 .navbar html.style5 .container-sm,html.style5 .navbar html.style5 .container-xl,html.style5 .navbar html.style6 .container-lg,html.style5 .navbar html.style6 .container-md,html.style5 .navbar html.style6 .container-sm,html.style5 .navbar html.style6 .container-xl,html.style5 .navbar>.container-lg,html.style5 .navbar>.container-md,html.style5 .navbar>.container-sm,html.style5 .navbar>.container-xl,html.style5 html.style1 .navbar .container,html.style5 html.style1 .navbar .container-fluid,html.style5 html.style1 .navbar .container-lg,html.style5 html.style1 .navbar .container-md,html.style5 html.style1 .navbar .container-sm,html.style5 html.style1 .navbar .container-xl,html.style5 html.style1 .navbar html.style2 .container-lg,html.style5 html.style1 .navbar html.style2 .container-md,html.style5 html.style1 .navbar html.style2 .container-sm,html.style5 html.style1 .navbar html.style2 .container-xl,html.style5 html.style1 .navbar html.style3 .container-lg,html.style5 html.style1 .navbar html.style3 .container-md,html.style5 html.style1 .navbar html.style3 .container-sm,html.style5 html.style1 .navbar html.style3 .container-xl,html.style5 html.style1 .navbar html.style4 .container-lg,html.style5 html.style1 .navbar html.style4 .container-md,html.style5 html.style1 .navbar html.style4 .container-sm,html.style5 html.style1 .navbar html.style4 .container-xl,html.style5 html.style1 .navbar html.style5 .container-lg,html.style5 html.style1 .navbar html.style5 .container-md,html.style5 html.style1 .navbar html.style5 .container-sm,html.style5 html.style1 .navbar html.style5 .container-xl,html.style5 html.style1 .navbar html.style6 .container-lg,html.style5 html.style1 .navbar html.style6 .container-md,html.style5 html.style1 .navbar html.style6 .container-sm,html.style5 html.style1 .navbar html.style6 .container-xl,html.style5 html.style1 .navbar>.container-lg,html.style5 html.style1 .navbar>.container-md,html.style5 html.style1 .navbar>.container-sm,html.style5 html.style1 .navbar>.container-xl,html.style5 html.style2 .navbar .container,html.style5 html.style2 .navbar .container-fluid,html.style5 html.style2 .navbar .container-lg,html.style5 html.style2 .navbar .container-md,html.style5 html.style2 .navbar .container-sm,html.style5 html.style2 .navbar .container-xl,html.style5 html.style2 .navbar html.style3 .container-lg,html.style5 html.style2 .navbar html.style3 .container-md,html.style5 html.style2 .navbar html.style3 .container-sm,html.style5 html.style2 .navbar html.style3 .container-xl,html.style5 html.style2 .navbar html.style4 .container-lg,html.style5 html.style2 .navbar html.style4 .container-md,html.style5 html.style2 .navbar html.style4 .container-sm,html.style5 html.style2 .navbar html.style4 .container-xl,html.style5 html.style2 .navbar html.style5 .container-lg,html.style5 html.style2 .navbar html.style5 .container-md,html.style5 html.style2 .navbar html.style5 .container-sm,html.style5 html.style2 .navbar html.style5 .container-xl,html.style5 html.style2 .navbar html.style6 .container-lg,html.style5 html.style2 .navbar html.style6 .container-md,html.style5 html.style2 .navbar html.style6 .container-sm,html.style5 html.style2 .navbar html.style6 .container-xl,html.style5 html.style2 .navbar>.container-lg,html.style5 html.style2 .navbar>.container-md,html.style5 html.style2 .navbar>.container-sm,html.style5 html.style2 .navbar>.container-xl,html.style5 html.style2 html.style1 .navbar .container-lg,html.style5 html.style2 html.style1 .navbar .container-md,html.style5 html.style2 html.style1 .navbar .container-sm,html.style5 html.style2 html.style1 .navbar .container-xl,html.style5 html.style3 .navbar .container,html.style5 html.style3 .navbar .container-fluid,html.style5 html.style3 .navbar .container-lg,html.style5 html.style3 .navbar .container-md,html.style5 html.style3 .navbar .container-sm,html.style5 html.style3 .navbar .container-xl,html.style5 html.style3 .navbar html.style4 .container-lg,html.style5 html.style3 .navbar html.style4 .container-md,html.style5 html.style3 .navbar html.style4 .container-sm,html.style5 html.style3 .navbar html.style4 .container-xl,html.style5 html.style3 .navbar html.style5 .container-lg,html.style5 html.style3 .navbar html.style5 .container-md,html.style5 html.style3 .navbar html.style5 .container-sm,html.style5 html.style3 .navbar html.style5 .container-xl,html.style5 html.style3 .navbar html.style6 .container-lg,html.style5 html.style3 .navbar html.style6 .container-md,html.style5 html.style3 .navbar html.style6 .container-sm,html.style5 html.style3 .navbar html.style6 .container-xl,html.style5 html.style3 .navbar>.container-lg,html.style5 html.style3 .navbar>.container-md,html.style5 html.style3 .navbar>.container-sm,html.style5 html.style3 .navbar>.container-xl,html.style5 html.style3 html.style1 .navbar .container-lg,html.style5 html.style3 html.style1 .navbar .container-md,html.style5 html.style3 html.style1 .navbar .container-sm,html.style5 html.style3 html.style1 .navbar .container-xl,html.style5 html.style3 html.style2 .navbar .container-lg,html.style5 html.style3 html.style2 .navbar .container-md,html.style5 html.style3 html.style2 .navbar .container-sm,html.style5 html.style3 html.style2 .navbar .container-xl,html.style5 html.style4 .navbar .container,html.style5 html.style4 .navbar .container-fluid,html.style5 html.style4 .navbar .container-lg,html.style5 html.style4 .navbar .container-md,html.style5 html.style4 .navbar .container-sm,html.style5 html.style4 .navbar .container-xl,html.style5 html.style4 .navbar html.style5 .container-lg,html.style5 html.style4 .navbar html.style5 .container-md,html.style5 html.style4 .navbar html.style5 .container-sm,html.style5 html.style4 .navbar html.style5 .container-xl,html.style5 html.style4 .navbar html.style6 .container-lg,html.style5 html.style4 .navbar html.style6 .container-md,html.style5 html.style4 .navbar html.style6 .container-sm,html.style5 html.style4 .navbar html.style6 .container-xl,html.style5 html.style4 .navbar>.container-lg,html.style5 html.style4 .navbar>.container-md,html.style5 html.style4 .navbar>.container-sm,html.style5 html.style4 .navbar>.container-xl,html.style5 html.style4 html.style1 .navbar .container-lg,html.style5 html.style4 html.style1 .navbar .container-md,html.style5 html.style4 html.style1 .navbar .container-sm,html.style5 html.style4 html.style1 .navbar .container-xl,html.style5 html.style4 html.style2 .navbar .container-lg,html.style5 html.style4 html.style2 .navbar .container-md,html.style5 html.style4 html.style2 .navbar .container-sm,html.style5 html.style4 html.style2 .navbar .container-xl,html.style5 html.style4 html.style3 .navbar .container-lg,html.style5 html.style4 html.style3 .navbar .container-md,html.style5 html.style4 html.style3 .navbar .container-sm,html.style5 html.style4 html.style3 .navbar .container-xl,html.style5 html.style6 .navbar .container,html.style5 html.style6 .navbar .container-fluid,html.style5 html.style6 .navbar>.container-lg,html.style5 html.style6 .navbar>.container-md,html.style5 html.style6 .navbar>.container-sm,html.style5 html.style6 .navbar>.container-xl,html.style6 html.style1 html.style5 .navbar .container-lg,html.style6 html.style1 html.style5 .navbar .container-md,html.style6 html.style1 html.style5 .navbar .container-sm,html.style6 html.style1 html.style5 .navbar .container-xl,html.style6 html.style2 html.style5 .navbar .container-lg,html.style6 html.style2 html.style5 .navbar .container-md,html.style6 html.style2 html.style5 .navbar .container-sm,html.style6 html.style2 html.style5 .navbar .container-xl,html.style6 html.style3 html.style5 .navbar .container-lg,html.style6 html.style3 html.style5 .navbar .container-md,html.style6 html.style3 html.style5 .navbar .container-sm,html.style6 html.style3 html.style5 .navbar .container-xl,html.style6 html.style4 html.style5 .navbar .container-lg,html.style6 html.style4 html.style5 .navbar .container-md,html.style6 html.style4 html.style5 .navbar .container-sm,html.style6 html.style4 html.style5 .navbar .container-xl,html.style6 html.style5 .navbar .container,html.style6 html.style5 .navbar .container-fluid,html.style6 html.style5 .navbar .container-lg,html.style6 html.style5 .navbar .container-md,html.style6 html.style5 .navbar .container-sm,html.style6 html.style5 .navbar .container-xl,html.style6 html.style5 .navbar>.container-lg,html.style6 html.style5 .navbar>.container-md,html.style6 html.style5 .navbar>.container-sm,html.style6 html.style5 .navbar>.container-xl,html.style6 html.style5 html.style1 .navbar .container-lg,html.style6 html.style5 html.style1 .navbar .container-md,html.style6 html.style5 html.style1 .navbar .container-sm,html.style6 html.style5 html.style1 .navbar .container-xl,html.style6 html.style5 html.style2 .navbar .container-lg,html.style6 html.style5 html.style2 .navbar .container-md,html.style6 html.style5 html.style2 .navbar .container-sm,html.style6 html.style5 html.style2 .navbar .container-xl,html.style6 html.style5 html.style3 .navbar .container-lg,html.style6 html.style5 html.style3 .navbar .container-md,html.style6 html.style5 html.style3 .navbar .container-sm,html.style6 html.style5 html.style3 .navbar .container-xl,html.style6 html.style5 html.style4 .navbar .container-lg,html.style6 html.style5 html.style4 .navbar .container-md,html.style6 html.style5 html.style4 .navbar .container-sm,html.style6 html.style5 html.style4 .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}html.style5 .navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}html.style5 .navbar-brand:focus,html.style5 .navbar-brand:hover{text-decoration:none}html.style5 .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}html.style5 .navbar-nav .nav-link{padding-right:0;padding-left:0}html.style5 .navbar-nav .dropdown-menu{position:static;float:none}html.style5 .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}html.style5 .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}html.style5 .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}html.style5 .navbar-toggler:focus,html.style5 .navbar-toggler:hover{text-decoration:none}html.style5 .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}html.style5 .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){html.style1 html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style1 html.style2 html.style5 .navbar-expand-sm>.container-md,html.style1 html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style1 html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style1 html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style1 html.style3 html.style5 .navbar-expand-sm>.container-md,html.style1 html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style1 html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style1 html.style5 .navbar-expand-sm>.container,html.style1 html.style5 .navbar-expand-sm>.container-fluid,html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style1 html.style5 .navbar-expand-sm>.container-md,html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style2 html.style1 html.style5 .navbar-expand-sm>.container-md,html.style2 html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style2 html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style2 html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style2 html.style3 html.style5 .navbar-expand-sm>.container-md,html.style2 html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style2 html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style2 html.style5 .navbar-expand-sm>.container,html.style2 html.style5 .navbar-expand-sm>.container-fluid,html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style2 html.style5 .navbar-expand-sm>.container-md,html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style3 html.style1 html.style5 .navbar-expand-sm>.container-md,html.style3 html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style3 html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style3 html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style3 html.style2 html.style5 .navbar-expand-sm>.container-md,html.style3 html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style3 html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style3 html.style5 .navbar-expand-sm>.container,html.style3 html.style5 .navbar-expand-sm>.container-fluid,html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style3 html.style5 .navbar-expand-sm>.container-md,html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style5 .navbar-expand-sm>.container,html.style4 html.style5 .navbar-expand-sm>.container-fluid,html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style5 .navbar-expand-sm>.container,html.style5 .navbar-expand-sm>.container-fluid,html.style5 .navbar-expand-sm>.container-lg,html.style5 .navbar-expand-sm>.container-md,html.style5 .navbar-expand-sm>.container-sm,html.style5 .navbar-expand-sm>.container-xl,html.style5 html.style1 .navbar-expand-sm>.container,html.style5 html.style1 .navbar-expand-sm>.container-fluid,html.style5 html.style1 .navbar-expand-sm>.container-lg,html.style5 html.style1 .navbar-expand-sm>.container-md,html.style5 html.style1 .navbar-expand-sm>.container-sm,html.style5 html.style1 .navbar-expand-sm>.container-xl,html.style5 html.style1 html.style2 .navbar-expand-sm>.container-lg,html.style5 html.style1 html.style2 .navbar-expand-sm>.container-md,html.style5 html.style1 html.style2 .navbar-expand-sm>.container-sm,html.style5 html.style1 html.style2 .navbar-expand-sm>.container-xl,html.style5 html.style1 html.style3 .navbar-expand-sm>.container-lg,html.style5 html.style1 html.style3 .navbar-expand-sm>.container-md,html.style5 html.style1 html.style3 .navbar-expand-sm>.container-sm,html.style5 html.style1 html.style3 .navbar-expand-sm>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style2 .navbar-expand-sm>.container,html.style5 html.style2 .navbar-expand-sm>.container-fluid,html.style5 html.style2 .navbar-expand-sm>.container-lg,html.style5 html.style2 .navbar-expand-sm>.container-md,html.style5 html.style2 .navbar-expand-sm>.container-sm,html.style5 html.style2 .navbar-expand-sm>.container-xl,html.style5 html.style2 html.style1 .navbar-expand-sm>.container-lg,html.style5 html.style2 html.style1 .navbar-expand-sm>.container-md,html.style5 html.style2 html.style1 .navbar-expand-sm>.container-sm,html.style5 html.style2 html.style1 .navbar-expand-sm>.container-xl,html.style5 html.style2 html.style3 .navbar-expand-sm>.container-lg,html.style5 html.style2 html.style3 .navbar-expand-sm>.container-md,html.style5 html.style2 html.style3 .navbar-expand-sm>.container-sm,html.style5 html.style2 html.style3 .navbar-expand-sm>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style3 .navbar-expand-sm>.container,html.style5 html.style3 .navbar-expand-sm>.container-fluid,html.style5 html.style3 .navbar-expand-sm>.container-lg,html.style5 html.style3 .navbar-expand-sm>.container-md,html.style5 html.style3 .navbar-expand-sm>.container-sm,html.style5 html.style3 .navbar-expand-sm>.container-xl,html.style5 html.style3 html.style1 .navbar-expand-sm>.container-lg,html.style5 html.style3 html.style1 .navbar-expand-sm>.container-md,html.style5 html.style3 html.style1 .navbar-expand-sm>.container-sm,html.style5 html.style3 html.style1 .navbar-expand-sm>.container-xl,html.style5 html.style3 html.style2 .navbar-expand-sm>.container-lg,html.style5 html.style3 html.style2 .navbar-expand-sm>.container-md,html.style5 html.style3 html.style2 .navbar-expand-sm>.container-sm,html.style5 html.style3 html.style2 .navbar-expand-sm>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style4 .navbar-expand-sm>.container,html.style5 html.style4 .navbar-expand-sm>.container-fluid,html.style5 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style6 .navbar-expand-sm>.container,html.style5 html.style6 .navbar-expand-sm>.container-fluid,html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style5 .navbar-expand-sm>.container,html.style6 html.style5 .navbar-expand-sm>.container-fluid,html.style6 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){html.style5 .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}html.style5 .navbar-expand-sm .navbar-nav{flex-direction:row}html.style5 .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}html.style5 .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style1 html.style2 html.style5 .navbar-expand-sm>.container-md,html.style1 html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style1 html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style1 html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style1 html.style3 html.style5 .navbar-expand-sm>.container-md,html.style1 html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style1 html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style1 html.style5 .navbar-expand-sm>.container,html.style1 html.style5 .navbar-expand-sm>.container-fluid,html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style1 html.style5 .navbar-expand-sm>.container-md,html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style2 html.style1 html.style5 .navbar-expand-sm>.container-md,html.style2 html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style2 html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style2 html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style2 html.style3 html.style5 .navbar-expand-sm>.container-md,html.style2 html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style2 html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style2 html.style5 .navbar-expand-sm>.container,html.style2 html.style5 .navbar-expand-sm>.container-fluid,html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style2 html.style5 .navbar-expand-sm>.container-md,html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style3 html.style1 html.style5 .navbar-expand-sm>.container-md,html.style3 html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style3 html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style3 html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style3 html.style2 html.style5 .navbar-expand-sm>.container-md,html.style3 html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style3 html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style3 html.style5 .navbar-expand-sm>.container,html.style3 html.style5 .navbar-expand-sm>.container-fluid,html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style3 html.style5 .navbar-expand-sm>.container-md,html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style5 .navbar-expand-sm>.container,html.style4 html.style5 .navbar-expand-sm>.container-fluid,html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style4 html.style5 .navbar-expand-sm>.container-md,html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style5 .navbar-expand-sm>.container,html.style5 .navbar-expand-sm>.container-fluid,html.style5 .navbar-expand-sm>.container-lg,html.style5 .navbar-expand-sm>.container-md,html.style5 .navbar-expand-sm>.container-sm,html.style5 .navbar-expand-sm>.container-xl,html.style5 html.style1 .navbar-expand-sm>.container,html.style5 html.style1 .navbar-expand-sm>.container-fluid,html.style5 html.style1 .navbar-expand-sm>.container-lg,html.style5 html.style1 .navbar-expand-sm>.container-md,html.style5 html.style1 .navbar-expand-sm>.container-sm,html.style5 html.style1 .navbar-expand-sm>.container-xl,html.style5 html.style1 html.style2 .navbar-expand-sm>.container-lg,html.style5 html.style1 html.style2 .navbar-expand-sm>.container-md,html.style5 html.style1 html.style2 .navbar-expand-sm>.container-sm,html.style5 html.style1 html.style2 .navbar-expand-sm>.container-xl,html.style5 html.style1 html.style3 .navbar-expand-sm>.container-lg,html.style5 html.style1 html.style3 .navbar-expand-sm>.container-md,html.style5 html.style1 html.style3 .navbar-expand-sm>.container-sm,html.style5 html.style1 html.style3 .navbar-expand-sm>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style2 .navbar-expand-sm>.container,html.style5 html.style2 .navbar-expand-sm>.container-fluid,html.style5 html.style2 .navbar-expand-sm>.container-lg,html.style5 html.style2 .navbar-expand-sm>.container-md,html.style5 html.style2 .navbar-expand-sm>.container-sm,html.style5 html.style2 .navbar-expand-sm>.container-xl,html.style5 html.style2 html.style1 .navbar-expand-sm>.container-lg,html.style5 html.style2 html.style1 .navbar-expand-sm>.container-md,html.style5 html.style2 html.style1 .navbar-expand-sm>.container-sm,html.style5 html.style2 html.style1 .navbar-expand-sm>.container-xl,html.style5 html.style2 html.style3 .navbar-expand-sm>.container-lg,html.style5 html.style2 html.style3 .navbar-expand-sm>.container-md,html.style5 html.style2 html.style3 .navbar-expand-sm>.container-sm,html.style5 html.style2 html.style3 .navbar-expand-sm>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style3 .navbar-expand-sm>.container,html.style5 html.style3 .navbar-expand-sm>.container-fluid,html.style5 html.style3 .navbar-expand-sm>.container-lg,html.style5 html.style3 .navbar-expand-sm>.container-md,html.style5 html.style3 .navbar-expand-sm>.container-sm,html.style5 html.style3 .navbar-expand-sm>.container-xl,html.style5 html.style3 html.style1 .navbar-expand-sm>.container-lg,html.style5 html.style3 html.style1 .navbar-expand-sm>.container-md,html.style5 html.style3 html.style1 .navbar-expand-sm>.container-sm,html.style5 html.style3 html.style1 .navbar-expand-sm>.container-xl,html.style5 html.style3 html.style2 .navbar-expand-sm>.container-lg,html.style5 html.style3 html.style2 .navbar-expand-sm>.container-md,html.style5 html.style3 html.style2 .navbar-expand-sm>.container-sm,html.style5 html.style3 html.style2 .navbar-expand-sm>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style4 .navbar-expand-sm>.container,html.style5 html.style4 .navbar-expand-sm>.container-fluid,html.style5 html.style4 .navbar-expand-sm>.container-lg,html.style5 html.style4 .navbar-expand-sm>.container-md,html.style5 html.style4 .navbar-expand-sm>.container-sm,html.style5 html.style4 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style6 .navbar-expand-sm>.container,html.style5 html.style6 .navbar-expand-sm>.container-fluid,html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style5 .navbar-expand-sm>.container,html.style6 html.style5 .navbar-expand-sm>.container-fluid,html.style6 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-xl{flex-wrap:nowrap}html.style5 .navbar-expand-sm .navbar-nav-scroll{overflow:visible}html.style5 .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}html.style5 .navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){html.style1 html.style2 html.style5 .navbar-expand-md>.container-lg,html.style1 html.style2 html.style5 .navbar-expand-md>.container-md,html.style1 html.style2 html.style5 .navbar-expand-md>.container-sm,html.style1 html.style2 html.style5 .navbar-expand-md>.container-xl,html.style1 html.style3 html.style5 .navbar-expand-md>.container-lg,html.style1 html.style3 html.style5 .navbar-expand-md>.container-md,html.style1 html.style3 html.style5 .navbar-expand-md>.container-sm,html.style1 html.style3 html.style5 .navbar-expand-md>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-md>.container-md,html.style1 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style1 html.style5 .navbar-expand-md>.container,html.style1 html.style5 .navbar-expand-md>.container-fluid,html.style1 html.style5 .navbar-expand-md>.container-lg,html.style1 html.style5 .navbar-expand-md>.container-md,html.style1 html.style5 .navbar-expand-md>.container-sm,html.style1 html.style5 .navbar-expand-md>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-md>.container-md,html.style1 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style1 html.style5 .navbar-expand-md>.container-lg,html.style2 html.style1 html.style5 .navbar-expand-md>.container-md,html.style2 html.style1 html.style5 .navbar-expand-md>.container-sm,html.style2 html.style1 html.style5 .navbar-expand-md>.container-xl,html.style2 html.style3 html.style5 .navbar-expand-md>.container-lg,html.style2 html.style3 html.style5 .navbar-expand-md>.container-md,html.style2 html.style3 html.style5 .navbar-expand-md>.container-sm,html.style2 html.style3 html.style5 .navbar-expand-md>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-md>.container-md,html.style2 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style2 html.style5 .navbar-expand-md>.container,html.style2 html.style5 .navbar-expand-md>.container-fluid,html.style2 html.style5 .navbar-expand-md>.container-lg,html.style2 html.style5 .navbar-expand-md>.container-md,html.style2 html.style5 .navbar-expand-md>.container-sm,html.style2 html.style5 .navbar-expand-md>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-md>.container-md,html.style2 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style1 html.style5 .navbar-expand-md>.container-lg,html.style3 html.style1 html.style5 .navbar-expand-md>.container-md,html.style3 html.style1 html.style5 .navbar-expand-md>.container-sm,html.style3 html.style1 html.style5 .navbar-expand-md>.container-xl,html.style3 html.style2 html.style5 .navbar-expand-md>.container-lg,html.style3 html.style2 html.style5 .navbar-expand-md>.container-md,html.style3 html.style2 html.style5 .navbar-expand-md>.container-sm,html.style3 html.style2 html.style5 .navbar-expand-md>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-md>.container-md,html.style3 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style3 html.style5 .navbar-expand-md>.container,html.style3 html.style5 .navbar-expand-md>.container-fluid,html.style3 html.style5 .navbar-expand-md>.container-lg,html.style3 html.style5 .navbar-expand-md>.container-md,html.style3 html.style5 .navbar-expand-md>.container-sm,html.style3 html.style5 .navbar-expand-md>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-md>.container-md,html.style3 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-md>.container-md,html.style4 html.style1 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-md>.container-md,html.style4 html.style2 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-md>.container-md,html.style4 html.style3 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style5 .navbar-expand-md>.container,html.style4 html.style5 .navbar-expand-md>.container-fluid,html.style4 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style5 .navbar-expand-md>.container-md,html.style4 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-md>.container-md,html.style4 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style5 .navbar-expand-md>.container,html.style5 .navbar-expand-md>.container-fluid,html.style5 .navbar-expand-md>.container-lg,html.style5 .navbar-expand-md>.container-md,html.style5 .navbar-expand-md>.container-sm,html.style5 .navbar-expand-md>.container-xl,html.style5 html.style1 .navbar-expand-md>.container,html.style5 html.style1 .navbar-expand-md>.container-fluid,html.style5 html.style1 .navbar-expand-md>.container-lg,html.style5 html.style1 .navbar-expand-md>.container-md,html.style5 html.style1 .navbar-expand-md>.container-sm,html.style5 html.style1 .navbar-expand-md>.container-xl,html.style5 html.style1 html.style2 .navbar-expand-md>.container-lg,html.style5 html.style1 html.style2 .navbar-expand-md>.container-md,html.style5 html.style1 html.style2 .navbar-expand-md>.container-sm,html.style5 html.style1 html.style2 .navbar-expand-md>.container-xl,html.style5 html.style1 html.style3 .navbar-expand-md>.container-lg,html.style5 html.style1 html.style3 .navbar-expand-md>.container-md,html.style5 html.style1 html.style3 .navbar-expand-md>.container-sm,html.style5 html.style1 html.style3 .navbar-expand-md>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-md>.container-md,html.style5 html.style1 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-md>.container-md,html.style5 html.style1 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style2 .navbar-expand-md>.container,html.style5 html.style2 .navbar-expand-md>.container-fluid,html.style5 html.style2 .navbar-expand-md>.container-lg,html.style5 html.style2 .navbar-expand-md>.container-md,html.style5 html.style2 .navbar-expand-md>.container-sm,html.style5 html.style2 .navbar-expand-md>.container-xl,html.style5 html.style2 html.style1 .navbar-expand-md>.container-lg,html.style5 html.style2 html.style1 .navbar-expand-md>.container-md,html.style5 html.style2 html.style1 .navbar-expand-md>.container-sm,html.style5 html.style2 html.style1 .navbar-expand-md>.container-xl,html.style5 html.style2 html.style3 .navbar-expand-md>.container-lg,html.style5 html.style2 html.style3 .navbar-expand-md>.container-md,html.style5 html.style2 html.style3 .navbar-expand-md>.container-sm,html.style5 html.style2 html.style3 .navbar-expand-md>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-md>.container-md,html.style5 html.style2 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-md>.container-md,html.style5 html.style2 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style3 .navbar-expand-md>.container,html.style5 html.style3 .navbar-expand-md>.container-fluid,html.style5 html.style3 .navbar-expand-md>.container-lg,html.style5 html.style3 .navbar-expand-md>.container-md,html.style5 html.style3 .navbar-expand-md>.container-sm,html.style5 html.style3 .navbar-expand-md>.container-xl,html.style5 html.style3 html.style1 .navbar-expand-md>.container-lg,html.style5 html.style3 html.style1 .navbar-expand-md>.container-md,html.style5 html.style3 html.style1 .navbar-expand-md>.container-sm,html.style5 html.style3 html.style1 .navbar-expand-md>.container-xl,html.style5 html.style3 html.style2 .navbar-expand-md>.container-lg,html.style5 html.style3 html.style2 .navbar-expand-md>.container-md,html.style5 html.style3 html.style2 .navbar-expand-md>.container-sm,html.style5 html.style3 html.style2 .navbar-expand-md>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-md>.container-md,html.style5 html.style3 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-md>.container-md,html.style5 html.style3 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style4 .navbar-expand-md>.container,html.style5 html.style4 .navbar-expand-md>.container-fluid,html.style5 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style4 .navbar-expand-md>.container-md,html.style5 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-md>.container-md,html.style5 html.style4 html.style1 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-md>.container-md,html.style5 html.style4 html.style2 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-md>.container-md,html.style5 html.style4 html.style3 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-md>.container-md,html.style5 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style6 .navbar-expand-md>.container,html.style5 html.style6 .navbar-expand-md>.container-fluid,html.style5 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style6 .navbar-expand-md>.container-md,html.style5 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style6 .navbar-expand-md>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-md>.container-md,html.style6 html.style1 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-md>.container-md,html.style6 html.style2 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-md>.container-md,html.style6 html.style3 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-md>.container-md,html.style6 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style5 .navbar-expand-md>.container,html.style6 html.style5 .navbar-expand-md>.container-fluid,html.style6 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style5 .navbar-expand-md>.container-md,html.style6 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-md>.container-md,html.style6 html.style5 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-md>.container-md,html.style6 html.style5 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-md>.container-md,html.style6 html.style5 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-md>.container-md,html.style6 html.style5 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){html.style5 .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}html.style5 .navbar-expand-md .navbar-nav{flex-direction:row}html.style5 .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}html.style5 .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style5 .navbar-expand-md>.container-lg,html.style1 html.style2 html.style5 .navbar-expand-md>.container-md,html.style1 html.style2 html.style5 .navbar-expand-md>.container-sm,html.style1 html.style2 html.style5 .navbar-expand-md>.container-xl,html.style1 html.style3 html.style5 .navbar-expand-md>.container-lg,html.style1 html.style3 html.style5 .navbar-expand-md>.container-md,html.style1 html.style3 html.style5 .navbar-expand-md>.container-sm,html.style1 html.style3 html.style5 .navbar-expand-md>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-md>.container-md,html.style1 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style1 html.style5 .navbar-expand-md>.container,html.style1 html.style5 .navbar-expand-md>.container-fluid,html.style1 html.style5 .navbar-expand-md>.container-lg,html.style1 html.style5 .navbar-expand-md>.container-md,html.style1 html.style5 .navbar-expand-md>.container-sm,html.style1 html.style5 .navbar-expand-md>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-md>.container-md,html.style1 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style1 html.style5 .navbar-expand-md>.container-lg,html.style2 html.style1 html.style5 .navbar-expand-md>.container-md,html.style2 html.style1 html.style5 .navbar-expand-md>.container-sm,html.style2 html.style1 html.style5 .navbar-expand-md>.container-xl,html.style2 html.style3 html.style5 .navbar-expand-md>.container-lg,html.style2 html.style3 html.style5 .navbar-expand-md>.container-md,html.style2 html.style3 html.style5 .navbar-expand-md>.container-sm,html.style2 html.style3 html.style5 .navbar-expand-md>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-md>.container-md,html.style2 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style2 html.style5 .navbar-expand-md>.container,html.style2 html.style5 .navbar-expand-md>.container-fluid,html.style2 html.style5 .navbar-expand-md>.container-lg,html.style2 html.style5 .navbar-expand-md>.container-md,html.style2 html.style5 .navbar-expand-md>.container-sm,html.style2 html.style5 .navbar-expand-md>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-md>.container-md,html.style2 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style1 html.style5 .navbar-expand-md>.container-lg,html.style3 html.style1 html.style5 .navbar-expand-md>.container-md,html.style3 html.style1 html.style5 .navbar-expand-md>.container-sm,html.style3 html.style1 html.style5 .navbar-expand-md>.container-xl,html.style3 html.style2 html.style5 .navbar-expand-md>.container-lg,html.style3 html.style2 html.style5 .navbar-expand-md>.container-md,html.style3 html.style2 html.style5 .navbar-expand-md>.container-sm,html.style3 html.style2 html.style5 .navbar-expand-md>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-md>.container-md,html.style3 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style3 html.style5 .navbar-expand-md>.container,html.style3 html.style5 .navbar-expand-md>.container-fluid,html.style3 html.style5 .navbar-expand-md>.container-lg,html.style3 html.style5 .navbar-expand-md>.container-md,html.style3 html.style5 .navbar-expand-md>.container-sm,html.style3 html.style5 .navbar-expand-md>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-md>.container-md,html.style3 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-md>.container-md,html.style4 html.style1 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-md>.container-md,html.style4 html.style2 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-md>.container-md,html.style4 html.style3 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style5 .navbar-expand-md>.container,html.style4 html.style5 .navbar-expand-md>.container-fluid,html.style4 html.style5 .navbar-expand-md>.container-lg,html.style4 html.style5 .navbar-expand-md>.container-md,html.style4 html.style5 .navbar-expand-md>.container-sm,html.style4 html.style5 .navbar-expand-md>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-md>.container-md,html.style4 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style5 .navbar-expand-md>.container,html.style5 .navbar-expand-md>.container-fluid,html.style5 .navbar-expand-md>.container-lg,html.style5 .navbar-expand-md>.container-md,html.style5 .navbar-expand-md>.container-sm,html.style5 .navbar-expand-md>.container-xl,html.style5 html.style1 .navbar-expand-md>.container,html.style5 html.style1 .navbar-expand-md>.container-fluid,html.style5 html.style1 .navbar-expand-md>.container-lg,html.style5 html.style1 .navbar-expand-md>.container-md,html.style5 html.style1 .navbar-expand-md>.container-sm,html.style5 html.style1 .navbar-expand-md>.container-xl,html.style5 html.style1 html.style2 .navbar-expand-md>.container-lg,html.style5 html.style1 html.style2 .navbar-expand-md>.container-md,html.style5 html.style1 html.style2 .navbar-expand-md>.container-sm,html.style5 html.style1 html.style2 .navbar-expand-md>.container-xl,html.style5 html.style1 html.style3 .navbar-expand-md>.container-lg,html.style5 html.style1 html.style3 .navbar-expand-md>.container-md,html.style5 html.style1 html.style3 .navbar-expand-md>.container-sm,html.style5 html.style1 html.style3 .navbar-expand-md>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-md>.container-md,html.style5 html.style1 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-md>.container-md,html.style5 html.style1 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style2 .navbar-expand-md>.container,html.style5 html.style2 .navbar-expand-md>.container-fluid,html.style5 html.style2 .navbar-expand-md>.container-lg,html.style5 html.style2 .navbar-expand-md>.container-md,html.style5 html.style2 .navbar-expand-md>.container-sm,html.style5 html.style2 .navbar-expand-md>.container-xl,html.style5 html.style2 html.style1 .navbar-expand-md>.container-lg,html.style5 html.style2 html.style1 .navbar-expand-md>.container-md,html.style5 html.style2 html.style1 .navbar-expand-md>.container-sm,html.style5 html.style2 html.style1 .navbar-expand-md>.container-xl,html.style5 html.style2 html.style3 .navbar-expand-md>.container-lg,html.style5 html.style2 html.style3 .navbar-expand-md>.container-md,html.style5 html.style2 html.style3 .navbar-expand-md>.container-sm,html.style5 html.style2 html.style3 .navbar-expand-md>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-md>.container-md,html.style5 html.style2 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-md>.container-md,html.style5 html.style2 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style3 .navbar-expand-md>.container,html.style5 html.style3 .navbar-expand-md>.container-fluid,html.style5 html.style3 .navbar-expand-md>.container-lg,html.style5 html.style3 .navbar-expand-md>.container-md,html.style5 html.style3 .navbar-expand-md>.container-sm,html.style5 html.style3 .navbar-expand-md>.container-xl,html.style5 html.style3 html.style1 .navbar-expand-md>.container-lg,html.style5 html.style3 html.style1 .navbar-expand-md>.container-md,html.style5 html.style3 html.style1 .navbar-expand-md>.container-sm,html.style5 html.style3 html.style1 .navbar-expand-md>.container-xl,html.style5 html.style3 html.style2 .navbar-expand-md>.container-lg,html.style5 html.style3 html.style2 .navbar-expand-md>.container-md,html.style5 html.style3 html.style2 .navbar-expand-md>.container-sm,html.style5 html.style3 html.style2 .navbar-expand-md>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-md>.container-md,html.style5 html.style3 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-md>.container-md,html.style5 html.style3 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style4 .navbar-expand-md>.container,html.style5 html.style4 .navbar-expand-md>.container-fluid,html.style5 html.style4 .navbar-expand-md>.container-lg,html.style5 html.style4 .navbar-expand-md>.container-md,html.style5 html.style4 .navbar-expand-md>.container-sm,html.style5 html.style4 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-md>.container-md,html.style5 html.style4 html.style1 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-md>.container-md,html.style5 html.style4 html.style2 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-md>.container-md,html.style5 html.style4 html.style3 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-md>.container-md,html.style5 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style6 .navbar-expand-md>.container,html.style5 html.style6 .navbar-expand-md>.container-fluid,html.style5 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style6 .navbar-expand-md>.container-md,html.style5 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style6 .navbar-expand-md>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-md>.container-md,html.style6 html.style1 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-md>.container-md,html.style6 html.style2 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-md>.container-md,html.style6 html.style3 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-md>.container-md,html.style6 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style5 .navbar-expand-md>.container,html.style6 html.style5 .navbar-expand-md>.container-fluid,html.style6 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style5 .navbar-expand-md>.container-md,html.style6 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-md>.container-md,html.style6 html.style5 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-md>.container-md,html.style6 html.style5 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-md>.container-md,html.style6 html.style5 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-md>.container-md,html.style6 html.style5 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-md>.container-xl{flex-wrap:nowrap}html.style5 .navbar-expand-md .navbar-nav-scroll{overflow:visible}html.style5 .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}html.style5 .navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){html.style1 html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style1 html.style2 html.style5 .navbar-expand-lg>.container-md,html.style1 html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style1 html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style1 html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style1 html.style3 html.style5 .navbar-expand-lg>.container-md,html.style1 html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style1 html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style1 html.style5 .navbar-expand-lg>.container,html.style1 html.style5 .navbar-expand-lg>.container-fluid,html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style1 html.style5 .navbar-expand-lg>.container-md,html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style2 html.style1 html.style5 .navbar-expand-lg>.container-md,html.style2 html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style2 html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style2 html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style2 html.style3 html.style5 .navbar-expand-lg>.container-md,html.style2 html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style2 html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style2 html.style5 .navbar-expand-lg>.container,html.style2 html.style5 .navbar-expand-lg>.container-fluid,html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style2 html.style5 .navbar-expand-lg>.container-md,html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style3 html.style1 html.style5 .navbar-expand-lg>.container-md,html.style3 html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style3 html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style3 html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style3 html.style2 html.style5 .navbar-expand-lg>.container-md,html.style3 html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style3 html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style3 html.style5 .navbar-expand-lg>.container,html.style3 html.style5 .navbar-expand-lg>.container-fluid,html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style3 html.style5 .navbar-expand-lg>.container-md,html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style5 .navbar-expand-lg>.container,html.style4 html.style5 .navbar-expand-lg>.container-fluid,html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style5 .navbar-expand-lg>.container,html.style5 .navbar-expand-lg>.container-fluid,html.style5 .navbar-expand-lg>.container-lg,html.style5 .navbar-expand-lg>.container-md,html.style5 .navbar-expand-lg>.container-sm,html.style5 .navbar-expand-lg>.container-xl,html.style5 html.style1 .navbar-expand-lg>.container,html.style5 html.style1 .navbar-expand-lg>.container-fluid,html.style5 html.style1 .navbar-expand-lg>.container-lg,html.style5 html.style1 .navbar-expand-lg>.container-md,html.style5 html.style1 .navbar-expand-lg>.container-sm,html.style5 html.style1 .navbar-expand-lg>.container-xl,html.style5 html.style1 html.style2 .navbar-expand-lg>.container-lg,html.style5 html.style1 html.style2 .navbar-expand-lg>.container-md,html.style5 html.style1 html.style2 .navbar-expand-lg>.container-sm,html.style5 html.style1 html.style2 .navbar-expand-lg>.container-xl,html.style5 html.style1 html.style3 .navbar-expand-lg>.container-lg,html.style5 html.style1 html.style3 .navbar-expand-lg>.container-md,html.style5 html.style1 html.style3 .navbar-expand-lg>.container-sm,html.style5 html.style1 html.style3 .navbar-expand-lg>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style2 .navbar-expand-lg>.container,html.style5 html.style2 .navbar-expand-lg>.container-fluid,html.style5 html.style2 .navbar-expand-lg>.container-lg,html.style5 html.style2 .navbar-expand-lg>.container-md,html.style5 html.style2 .navbar-expand-lg>.container-sm,html.style5 html.style2 .navbar-expand-lg>.container-xl,html.style5 html.style2 html.style1 .navbar-expand-lg>.container-lg,html.style5 html.style2 html.style1 .navbar-expand-lg>.container-md,html.style5 html.style2 html.style1 .navbar-expand-lg>.container-sm,html.style5 html.style2 html.style1 .navbar-expand-lg>.container-xl,html.style5 html.style2 html.style3 .navbar-expand-lg>.container-lg,html.style5 html.style2 html.style3 .navbar-expand-lg>.container-md,html.style5 html.style2 html.style3 .navbar-expand-lg>.container-sm,html.style5 html.style2 html.style3 .navbar-expand-lg>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style3 .navbar-expand-lg>.container,html.style5 html.style3 .navbar-expand-lg>.container-fluid,html.style5 html.style3 .navbar-expand-lg>.container-lg,html.style5 html.style3 .navbar-expand-lg>.container-md,html.style5 html.style3 .navbar-expand-lg>.container-sm,html.style5 html.style3 .navbar-expand-lg>.container-xl,html.style5 html.style3 html.style1 .navbar-expand-lg>.container-lg,html.style5 html.style3 html.style1 .navbar-expand-lg>.container-md,html.style5 html.style3 html.style1 .navbar-expand-lg>.container-sm,html.style5 html.style3 html.style1 .navbar-expand-lg>.container-xl,html.style5 html.style3 html.style2 .navbar-expand-lg>.container-lg,html.style5 html.style3 html.style2 .navbar-expand-lg>.container-md,html.style5 html.style3 html.style2 .navbar-expand-lg>.container-sm,html.style5 html.style3 html.style2 .navbar-expand-lg>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style4 .navbar-expand-lg>.container,html.style5 html.style4 .navbar-expand-lg>.container-fluid,html.style5 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style6 .navbar-expand-lg>.container,html.style5 html.style6 .navbar-expand-lg>.container-fluid,html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style5 .navbar-expand-lg>.container,html.style6 html.style5 .navbar-expand-lg>.container-fluid,html.style6 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){html.style5 .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}html.style5 .navbar-expand-lg .navbar-nav{flex-direction:row}html.style5 .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}html.style5 .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style1 html.style2 html.style5 .navbar-expand-lg>.container-md,html.style1 html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style1 html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style1 html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style1 html.style3 html.style5 .navbar-expand-lg>.container-md,html.style1 html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style1 html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style1 html.style5 .navbar-expand-lg>.container,html.style1 html.style5 .navbar-expand-lg>.container-fluid,html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style1 html.style5 .navbar-expand-lg>.container-md,html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style2 html.style1 html.style5 .navbar-expand-lg>.container-md,html.style2 html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style2 html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style2 html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style2 html.style3 html.style5 .navbar-expand-lg>.container-md,html.style2 html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style2 html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style2 html.style5 .navbar-expand-lg>.container,html.style2 html.style5 .navbar-expand-lg>.container-fluid,html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style2 html.style5 .navbar-expand-lg>.container-md,html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style3 html.style1 html.style5 .navbar-expand-lg>.container-md,html.style3 html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style3 html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style3 html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style3 html.style2 html.style5 .navbar-expand-lg>.container-md,html.style3 html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style3 html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style3 html.style5 .navbar-expand-lg>.container,html.style3 html.style5 .navbar-expand-lg>.container-fluid,html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style3 html.style5 .navbar-expand-lg>.container-md,html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style5 .navbar-expand-lg>.container,html.style4 html.style5 .navbar-expand-lg>.container-fluid,html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style4 html.style5 .navbar-expand-lg>.container-md,html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style5 .navbar-expand-lg>.container,html.style5 .navbar-expand-lg>.container-fluid,html.style5 .navbar-expand-lg>.container-lg,html.style5 .navbar-expand-lg>.container-md,html.style5 .navbar-expand-lg>.container-sm,html.style5 .navbar-expand-lg>.container-xl,html.style5 html.style1 .navbar-expand-lg>.container,html.style5 html.style1 .navbar-expand-lg>.container-fluid,html.style5 html.style1 .navbar-expand-lg>.container-lg,html.style5 html.style1 .navbar-expand-lg>.container-md,html.style5 html.style1 .navbar-expand-lg>.container-sm,html.style5 html.style1 .navbar-expand-lg>.container-xl,html.style5 html.style1 html.style2 .navbar-expand-lg>.container-lg,html.style5 html.style1 html.style2 .navbar-expand-lg>.container-md,html.style5 html.style1 html.style2 .navbar-expand-lg>.container-sm,html.style5 html.style1 html.style2 .navbar-expand-lg>.container-xl,html.style5 html.style1 html.style3 .navbar-expand-lg>.container-lg,html.style5 html.style1 html.style3 .navbar-expand-lg>.container-md,html.style5 html.style1 html.style3 .navbar-expand-lg>.container-sm,html.style5 html.style1 html.style3 .navbar-expand-lg>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style2 .navbar-expand-lg>.container,html.style5 html.style2 .navbar-expand-lg>.container-fluid,html.style5 html.style2 .navbar-expand-lg>.container-lg,html.style5 html.style2 .navbar-expand-lg>.container-md,html.style5 html.style2 .navbar-expand-lg>.container-sm,html.style5 html.style2 .navbar-expand-lg>.container-xl,html.style5 html.style2 html.style1 .navbar-expand-lg>.container-lg,html.style5 html.style2 html.style1 .navbar-expand-lg>.container-md,html.style5 html.style2 html.style1 .navbar-expand-lg>.container-sm,html.style5 html.style2 html.style1 .navbar-expand-lg>.container-xl,html.style5 html.style2 html.style3 .navbar-expand-lg>.container-lg,html.style5 html.style2 html.style3 .navbar-expand-lg>.container-md,html.style5 html.style2 html.style3 .navbar-expand-lg>.container-sm,html.style5 html.style2 html.style3 .navbar-expand-lg>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style3 .navbar-expand-lg>.container,html.style5 html.style3 .navbar-expand-lg>.container-fluid,html.style5 html.style3 .navbar-expand-lg>.container-lg,html.style5 html.style3 .navbar-expand-lg>.container-md,html.style5 html.style3 .navbar-expand-lg>.container-sm,html.style5 html.style3 .navbar-expand-lg>.container-xl,html.style5 html.style3 html.style1 .navbar-expand-lg>.container-lg,html.style5 html.style3 html.style1 .navbar-expand-lg>.container-md,html.style5 html.style3 html.style1 .navbar-expand-lg>.container-sm,html.style5 html.style3 html.style1 .navbar-expand-lg>.container-xl,html.style5 html.style3 html.style2 .navbar-expand-lg>.container-lg,html.style5 html.style3 html.style2 .navbar-expand-lg>.container-md,html.style5 html.style3 html.style2 .navbar-expand-lg>.container-sm,html.style5 html.style3 html.style2 .navbar-expand-lg>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style4 .navbar-expand-lg>.container,html.style5 html.style4 .navbar-expand-lg>.container-fluid,html.style5 html.style4 .navbar-expand-lg>.container-lg,html.style5 html.style4 .navbar-expand-lg>.container-md,html.style5 html.style4 .navbar-expand-lg>.container-sm,html.style5 html.style4 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style6 .navbar-expand-lg>.container,html.style5 html.style6 .navbar-expand-lg>.container-fluid,html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style5 .navbar-expand-lg>.container,html.style6 html.style5 .navbar-expand-lg>.container-fluid,html.style6 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-xl{flex-wrap:nowrap}html.style5 .navbar-expand-lg .navbar-nav-scroll{overflow:visible}html.style5 .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}html.style5 .navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){html.style1 html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style1 html.style2 html.style5 .navbar-expand-xl>.container-md,html.style1 html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style1 html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style1 html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style1 html.style3 html.style5 .navbar-expand-xl>.container-md,html.style1 html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style1 html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style1 html.style5 .navbar-expand-xl>.container,html.style1 html.style5 .navbar-expand-xl>.container-fluid,html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style1 html.style5 .navbar-expand-xl>.container-md,html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style2 html.style1 html.style5 .navbar-expand-xl>.container-md,html.style2 html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style2 html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style2 html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style2 html.style3 html.style5 .navbar-expand-xl>.container-md,html.style2 html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style2 html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style2 html.style5 .navbar-expand-xl>.container,html.style2 html.style5 .navbar-expand-xl>.container-fluid,html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style2 html.style5 .navbar-expand-xl>.container-md,html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style3 html.style1 html.style5 .navbar-expand-xl>.container-md,html.style3 html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style3 html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style3 html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style3 html.style2 html.style5 .navbar-expand-xl>.container-md,html.style3 html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style3 html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style3 html.style5 .navbar-expand-xl>.container,html.style3 html.style5 .navbar-expand-xl>.container-fluid,html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style3 html.style5 .navbar-expand-xl>.container-md,html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style5 .navbar-expand-xl>.container,html.style4 html.style5 .navbar-expand-xl>.container-fluid,html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style5 .navbar-expand-xl>.container,html.style5 .navbar-expand-xl>.container-fluid,html.style5 .navbar-expand-xl>.container-lg,html.style5 .navbar-expand-xl>.container-md,html.style5 .navbar-expand-xl>.container-sm,html.style5 .navbar-expand-xl>.container-xl,html.style5 html.style1 .navbar-expand-xl>.container,html.style5 html.style1 .navbar-expand-xl>.container-fluid,html.style5 html.style1 .navbar-expand-xl>.container-lg,html.style5 html.style1 .navbar-expand-xl>.container-md,html.style5 html.style1 .navbar-expand-xl>.container-sm,html.style5 html.style1 .navbar-expand-xl>.container-xl,html.style5 html.style1 html.style2 .navbar-expand-xl>.container-lg,html.style5 html.style1 html.style2 .navbar-expand-xl>.container-md,html.style5 html.style1 html.style2 .navbar-expand-xl>.container-sm,html.style5 html.style1 html.style2 .navbar-expand-xl>.container-xl,html.style5 html.style1 html.style3 .navbar-expand-xl>.container-lg,html.style5 html.style1 html.style3 .navbar-expand-xl>.container-md,html.style5 html.style1 html.style3 .navbar-expand-xl>.container-sm,html.style5 html.style1 html.style3 .navbar-expand-xl>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style2 .navbar-expand-xl>.container,html.style5 html.style2 .navbar-expand-xl>.container-fluid,html.style5 html.style2 .navbar-expand-xl>.container-lg,html.style5 html.style2 .navbar-expand-xl>.container-md,html.style5 html.style2 .navbar-expand-xl>.container-sm,html.style5 html.style2 .navbar-expand-xl>.container-xl,html.style5 html.style2 html.style1 .navbar-expand-xl>.container-lg,html.style5 html.style2 html.style1 .navbar-expand-xl>.container-md,html.style5 html.style2 html.style1 .navbar-expand-xl>.container-sm,html.style5 html.style2 html.style1 .navbar-expand-xl>.container-xl,html.style5 html.style2 html.style3 .navbar-expand-xl>.container-lg,html.style5 html.style2 html.style3 .navbar-expand-xl>.container-md,html.style5 html.style2 html.style3 .navbar-expand-xl>.container-sm,html.style5 html.style2 html.style3 .navbar-expand-xl>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style3 .navbar-expand-xl>.container,html.style5 html.style3 .navbar-expand-xl>.container-fluid,html.style5 html.style3 .navbar-expand-xl>.container-lg,html.style5 html.style3 .navbar-expand-xl>.container-md,html.style5 html.style3 .navbar-expand-xl>.container-sm,html.style5 html.style3 .navbar-expand-xl>.container-xl,html.style5 html.style3 html.style1 .navbar-expand-xl>.container-lg,html.style5 html.style3 html.style1 .navbar-expand-xl>.container-md,html.style5 html.style3 html.style1 .navbar-expand-xl>.container-sm,html.style5 html.style3 html.style1 .navbar-expand-xl>.container-xl,html.style5 html.style3 html.style2 .navbar-expand-xl>.container-lg,html.style5 html.style3 html.style2 .navbar-expand-xl>.container-md,html.style5 html.style3 html.style2 .navbar-expand-xl>.container-sm,html.style5 html.style3 html.style2 .navbar-expand-xl>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style4 .navbar-expand-xl>.container,html.style5 html.style4 .navbar-expand-xl>.container-fluid,html.style5 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style6 .navbar-expand-xl>.container,html.style5 html.style6 .navbar-expand-xl>.container-fluid,html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style5 .navbar-expand-xl>.container,html.style6 html.style5 .navbar-expand-xl>.container-fluid,html.style6 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){html.style5 .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}html.style5 .navbar-expand-xl .navbar-nav{flex-direction:row}html.style5 .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}html.style5 .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style1 html.style2 html.style5 .navbar-expand-xl>.container-md,html.style1 html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style1 html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style1 html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style1 html.style3 html.style5 .navbar-expand-xl>.container-md,html.style1 html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style1 html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style1 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style1 html.style5 .navbar-expand-xl>.container,html.style1 html.style5 .navbar-expand-xl>.container-fluid,html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style1 html.style5 .navbar-expand-xl>.container-md,html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style2 html.style1 html.style5 .navbar-expand-xl>.container-md,html.style2 html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style2 html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style2 html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style2 html.style3 html.style5 .navbar-expand-xl>.container-md,html.style2 html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style2 html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style2 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style2 html.style5 .navbar-expand-xl>.container,html.style2 html.style5 .navbar-expand-xl>.container-fluid,html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style2 html.style5 .navbar-expand-xl>.container-md,html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style3 html.style1 html.style5 .navbar-expand-xl>.container-md,html.style3 html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style3 html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style3 html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style3 html.style2 html.style5 .navbar-expand-xl>.container-md,html.style3 html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style3 html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style3 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style3 html.style5 .navbar-expand-xl>.container,html.style3 html.style5 .navbar-expand-xl>.container-fluid,html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style3 html.style5 .navbar-expand-xl>.container-md,html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style5 .navbar-expand-xl>.container,html.style4 html.style5 .navbar-expand-xl>.container-fluid,html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style4 html.style5 .navbar-expand-xl>.container-md,html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style5 .navbar-expand-xl>.container,html.style5 .navbar-expand-xl>.container-fluid,html.style5 .navbar-expand-xl>.container-lg,html.style5 .navbar-expand-xl>.container-md,html.style5 .navbar-expand-xl>.container-sm,html.style5 .navbar-expand-xl>.container-xl,html.style5 html.style1 .navbar-expand-xl>.container,html.style5 html.style1 .navbar-expand-xl>.container-fluid,html.style5 html.style1 .navbar-expand-xl>.container-lg,html.style5 html.style1 .navbar-expand-xl>.container-md,html.style5 html.style1 .navbar-expand-xl>.container-sm,html.style5 html.style1 .navbar-expand-xl>.container-xl,html.style5 html.style1 html.style2 .navbar-expand-xl>.container-lg,html.style5 html.style1 html.style2 .navbar-expand-xl>.container-md,html.style5 html.style1 html.style2 .navbar-expand-xl>.container-sm,html.style5 html.style1 html.style2 .navbar-expand-xl>.container-xl,html.style5 html.style1 html.style3 .navbar-expand-xl>.container-lg,html.style5 html.style1 html.style3 .navbar-expand-xl>.container-md,html.style5 html.style1 html.style3 .navbar-expand-xl>.container-sm,html.style5 html.style1 html.style3 .navbar-expand-xl>.container-xl,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style2 .navbar-expand-xl>.container,html.style5 html.style2 .navbar-expand-xl>.container-fluid,html.style5 html.style2 .navbar-expand-xl>.container-lg,html.style5 html.style2 .navbar-expand-xl>.container-md,html.style5 html.style2 .navbar-expand-xl>.container-sm,html.style5 html.style2 .navbar-expand-xl>.container-xl,html.style5 html.style2 html.style1 .navbar-expand-xl>.container-lg,html.style5 html.style2 html.style1 .navbar-expand-xl>.container-md,html.style5 html.style2 html.style1 .navbar-expand-xl>.container-sm,html.style5 html.style2 html.style1 .navbar-expand-xl>.container-xl,html.style5 html.style2 html.style3 .navbar-expand-xl>.container-lg,html.style5 html.style2 html.style3 .navbar-expand-xl>.container-md,html.style5 html.style2 html.style3 .navbar-expand-xl>.container-sm,html.style5 html.style2 html.style3 .navbar-expand-xl>.container-xl,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style3 .navbar-expand-xl>.container,html.style5 html.style3 .navbar-expand-xl>.container-fluid,html.style5 html.style3 .navbar-expand-xl>.container-lg,html.style5 html.style3 .navbar-expand-xl>.container-md,html.style5 html.style3 .navbar-expand-xl>.container-sm,html.style5 html.style3 .navbar-expand-xl>.container-xl,html.style5 html.style3 html.style1 .navbar-expand-xl>.container-lg,html.style5 html.style3 html.style1 .navbar-expand-xl>.container-md,html.style5 html.style3 html.style1 .navbar-expand-xl>.container-sm,html.style5 html.style3 html.style1 .navbar-expand-xl>.container-xl,html.style5 html.style3 html.style2 .navbar-expand-xl>.container-lg,html.style5 html.style3 html.style2 .navbar-expand-xl>.container-md,html.style5 html.style3 html.style2 .navbar-expand-xl>.container-sm,html.style5 html.style3 html.style2 .navbar-expand-xl>.container-xl,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style4 .navbar-expand-xl>.container,html.style5 html.style4 .navbar-expand-xl>.container-fluid,html.style5 html.style4 .navbar-expand-xl>.container-lg,html.style5 html.style4 .navbar-expand-xl>.container-md,html.style5 html.style4 .navbar-expand-xl>.container-sm,html.style5 html.style4 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style1 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style2 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style3 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style6 .navbar-expand-xl>.container,html.style5 html.style6 .navbar-expand-xl>.container-fluid,html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style5 .navbar-expand-xl>.container,html.style6 html.style5 .navbar-expand-xl>.container-fluid,html.style6 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-xl{flex-wrap:nowrap}html.style5 .navbar-expand-xl .navbar-nav-scroll{overflow:visible}html.style5 .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}html.style5 .navbar-expand-xl .navbar-toggler{display:none}}html.style5 .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}html.style1 html.style2 html.style5 .navbar-expand>.container-lg,html.style1 html.style2 html.style5 .navbar-expand>.container-md,html.style1 html.style2 html.style5 .navbar-expand>.container-sm,html.style1 html.style2 html.style5 .navbar-expand>.container-xl,html.style1 html.style3 html.style5 .navbar-expand>.container-lg,html.style1 html.style3 html.style5 .navbar-expand>.container-md,html.style1 html.style3 html.style5 .navbar-expand>.container-sm,html.style1 html.style3 html.style5 .navbar-expand>.container-xl,html.style1 html.style4 html.style5 .navbar-expand>.container-lg,html.style1 html.style4 html.style5 .navbar-expand>.container-md,html.style1 html.style4 html.style5 .navbar-expand>.container-sm,html.style1 html.style4 html.style5 .navbar-expand>.container-xl,html.style1 html.style5 .navbar-expand>.container,html.style1 html.style5 .navbar-expand>.container-fluid,html.style1 html.style5 .navbar-expand>.container-lg,html.style1 html.style5 .navbar-expand>.container-md,html.style1 html.style5 .navbar-expand>.container-sm,html.style1 html.style5 .navbar-expand>.container-xl,html.style1 html.style5 html.style6 .navbar-expand>.container-lg,html.style1 html.style5 html.style6 .navbar-expand>.container-md,html.style1 html.style5 html.style6 .navbar-expand>.container-sm,html.style1 html.style5 html.style6 .navbar-expand>.container-xl,html.style2 html.style1 html.style5 .navbar-expand>.container-lg,html.style2 html.style1 html.style5 .navbar-expand>.container-md,html.style2 html.style1 html.style5 .navbar-expand>.container-sm,html.style2 html.style1 html.style5 .navbar-expand>.container-xl,html.style2 html.style3 html.style5 .navbar-expand>.container-lg,html.style2 html.style3 html.style5 .navbar-expand>.container-md,html.style2 html.style3 html.style5 .navbar-expand>.container-sm,html.style2 html.style3 html.style5 .navbar-expand>.container-xl,html.style2 html.style4 html.style5 .navbar-expand>.container-lg,html.style2 html.style4 html.style5 .navbar-expand>.container-md,html.style2 html.style4 html.style5 .navbar-expand>.container-sm,html.style2 html.style4 html.style5 .navbar-expand>.container-xl,html.style2 html.style5 .navbar-expand>.container,html.style2 html.style5 .navbar-expand>.container-fluid,html.style2 html.style5 .navbar-expand>.container-lg,html.style2 html.style5 .navbar-expand>.container-md,html.style2 html.style5 .navbar-expand>.container-sm,html.style2 html.style5 .navbar-expand>.container-xl,html.style2 html.style5 html.style6 .navbar-expand>.container-lg,html.style2 html.style5 html.style6 .navbar-expand>.container-md,html.style2 html.style5 html.style6 .navbar-expand>.container-sm,html.style2 html.style5 html.style6 .navbar-expand>.container-xl,html.style3 html.style1 html.style5 .navbar-expand>.container-lg,html.style3 html.style1 html.style5 .navbar-expand>.container-md,html.style3 html.style1 html.style5 .navbar-expand>.container-sm,html.style3 html.style1 html.style5 .navbar-expand>.container-xl,html.style3 html.style2 html.style5 .navbar-expand>.container-lg,html.style3 html.style2 html.style5 .navbar-expand>.container-md,html.style3 html.style2 html.style5 .navbar-expand>.container-sm,html.style3 html.style2 html.style5 .navbar-expand>.container-xl,html.style3 html.style4 html.style5 .navbar-expand>.container-lg,html.style3 html.style4 html.style5 .navbar-expand>.container-md,html.style3 html.style4 html.style5 .navbar-expand>.container-sm,html.style3 html.style4 html.style5 .navbar-expand>.container-xl,html.style3 html.style5 .navbar-expand>.container,html.style3 html.style5 .navbar-expand>.container-fluid,html.style3 html.style5 .navbar-expand>.container-lg,html.style3 html.style5 .navbar-expand>.container-md,html.style3 html.style5 .navbar-expand>.container-sm,html.style3 html.style5 .navbar-expand>.container-xl,html.style3 html.style5 html.style6 .navbar-expand>.container-lg,html.style3 html.style5 html.style6 .navbar-expand>.container-md,html.style3 html.style5 html.style6 .navbar-expand>.container-sm,html.style3 html.style5 html.style6 .navbar-expand>.container-xl,html.style4 html.style1 html.style5 .navbar-expand>.container-lg,html.style4 html.style1 html.style5 .navbar-expand>.container-md,html.style4 html.style1 html.style5 .navbar-expand>.container-sm,html.style4 html.style1 html.style5 .navbar-expand>.container-xl,html.style4 html.style2 html.style5 .navbar-expand>.container-lg,html.style4 html.style2 html.style5 .navbar-expand>.container-md,html.style4 html.style2 html.style5 .navbar-expand>.container-sm,html.style4 html.style2 html.style5 .navbar-expand>.container-xl,html.style4 html.style3 html.style5 .navbar-expand>.container-lg,html.style4 html.style3 html.style5 .navbar-expand>.container-md,html.style4 html.style3 html.style5 .navbar-expand>.container-sm,html.style4 html.style3 html.style5 .navbar-expand>.container-xl,html.style4 html.style5 .navbar-expand>.container,html.style4 html.style5 .navbar-expand>.container-fluid,html.style4 html.style5 .navbar-expand>.container-lg,html.style4 html.style5 .navbar-expand>.container-md,html.style4 html.style5 .navbar-expand>.container-sm,html.style4 html.style5 .navbar-expand>.container-xl,html.style4 html.style5 html.style6 .navbar-expand>.container-lg,html.style4 html.style5 html.style6 .navbar-expand>.container-md,html.style4 html.style5 html.style6 .navbar-expand>.container-sm,html.style4 html.style5 html.style6 .navbar-expand>.container-xl,html.style5 .navbar-expand>.container,html.style5 .navbar-expand>.container-fluid,html.style5 .navbar-expand>.container-lg,html.style5 .navbar-expand>.container-md,html.style5 .navbar-expand>.container-sm,html.style5 .navbar-expand>.container-xl,html.style5 html.style1 .navbar-expand>.container,html.style5 html.style1 .navbar-expand>.container-fluid,html.style5 html.style1 .navbar-expand>.container-lg,html.style5 html.style1 .navbar-expand>.container-md,html.style5 html.style1 .navbar-expand>.container-sm,html.style5 html.style1 .navbar-expand>.container-xl,html.style5 html.style1 html.style2 .navbar-expand>.container-lg,html.style5 html.style1 html.style2 .navbar-expand>.container-md,html.style5 html.style1 html.style2 .navbar-expand>.container-sm,html.style5 html.style1 html.style2 .navbar-expand>.container-xl,html.style5 html.style1 html.style3 .navbar-expand>.container-lg,html.style5 html.style1 html.style3 .navbar-expand>.container-md,html.style5 html.style1 html.style3 .navbar-expand>.container-sm,html.style5 html.style1 html.style3 .navbar-expand>.container-xl,html.style5 html.style1 html.style4 .navbar-expand>.container-lg,html.style5 html.style1 html.style4 .navbar-expand>.container-md,html.style5 html.style1 html.style4 .navbar-expand>.container-sm,html.style5 html.style1 html.style4 .navbar-expand>.container-xl,html.style5 html.style1 html.style6 .navbar-expand>.container-lg,html.style5 html.style1 html.style6 .navbar-expand>.container-md,html.style5 html.style1 html.style6 .navbar-expand>.container-sm,html.style5 html.style1 html.style6 .navbar-expand>.container-xl,html.style5 html.style2 .navbar-expand>.container,html.style5 html.style2 .navbar-expand>.container-fluid,html.style5 html.style2 .navbar-expand>.container-lg,html.style5 html.style2 .navbar-expand>.container-md,html.style5 html.style2 .navbar-expand>.container-sm,html.style5 html.style2 .navbar-expand>.container-xl,html.style5 html.style2 html.style1 .navbar-expand>.container-lg,html.style5 html.style2 html.style1 .navbar-expand>.container-md,html.style5 html.style2 html.style1 .navbar-expand>.container-sm,html.style5 html.style2 html.style1 .navbar-expand>.container-xl,html.style5 html.style2 html.style3 .navbar-expand>.container-lg,html.style5 html.style2 html.style3 .navbar-expand>.container-md,html.style5 html.style2 html.style3 .navbar-expand>.container-sm,html.style5 html.style2 html.style3 .navbar-expand>.container-xl,html.style5 html.style2 html.style4 .navbar-expand>.container-lg,html.style5 html.style2 html.style4 .navbar-expand>.container-md,html.style5 html.style2 html.style4 .navbar-expand>.container-sm,html.style5 html.style2 html.style4 .navbar-expand>.container-xl,html.style5 html.style2 html.style6 .navbar-expand>.container-lg,html.style5 html.style2 html.style6 .navbar-expand>.container-md,html.style5 html.style2 html.style6 .navbar-expand>.container-sm,html.style5 html.style2 html.style6 .navbar-expand>.container-xl,html.style5 html.style3 .navbar-expand>.container,html.style5 html.style3 .navbar-expand>.container-fluid,html.style5 html.style3 .navbar-expand>.container-lg,html.style5 html.style3 .navbar-expand>.container-md,html.style5 html.style3 .navbar-expand>.container-sm,html.style5 html.style3 .navbar-expand>.container-xl,html.style5 html.style3 html.style1 .navbar-expand>.container-lg,html.style5 html.style3 html.style1 .navbar-expand>.container-md,html.style5 html.style3 html.style1 .navbar-expand>.container-sm,html.style5 html.style3 html.style1 .navbar-expand>.container-xl,html.style5 html.style3 html.style2 .navbar-expand>.container-lg,html.style5 html.style3 html.style2 .navbar-expand>.container-md,html.style5 html.style3 html.style2 .navbar-expand>.container-sm,html.style5 html.style3 html.style2 .navbar-expand>.container-xl,html.style5 html.style3 html.style4 .navbar-expand>.container-lg,html.style5 html.style3 html.style4 .navbar-expand>.container-md,html.style5 html.style3 html.style4 .navbar-expand>.container-sm,html.style5 html.style3 html.style4 .navbar-expand>.container-xl,html.style5 html.style3 html.style6 .navbar-expand>.container-lg,html.style5 html.style3 html.style6 .navbar-expand>.container-md,html.style5 html.style3 html.style6 .navbar-expand>.container-sm,html.style5 html.style3 html.style6 .navbar-expand>.container-xl,html.style5 html.style4 .navbar-expand>.container,html.style5 html.style4 .navbar-expand>.container-fluid,html.style5 html.style4 .navbar-expand>.container-lg,html.style5 html.style4 .navbar-expand>.container-md,html.style5 html.style4 .navbar-expand>.container-sm,html.style5 html.style4 .navbar-expand>.container-xl,html.style5 html.style4 html.style1 .navbar-expand>.container-lg,html.style5 html.style4 html.style1 .navbar-expand>.container-md,html.style5 html.style4 html.style1 .navbar-expand>.container-sm,html.style5 html.style4 html.style1 .navbar-expand>.container-xl,html.style5 html.style4 html.style2 .navbar-expand>.container-lg,html.style5 html.style4 html.style2 .navbar-expand>.container-md,html.style5 html.style4 html.style2 .navbar-expand>.container-sm,html.style5 html.style4 html.style2 .navbar-expand>.container-xl,html.style5 html.style4 html.style3 .navbar-expand>.container-lg,html.style5 html.style4 html.style3 .navbar-expand>.container-md,html.style5 html.style4 html.style3 .navbar-expand>.container-sm,html.style5 html.style4 html.style3 .navbar-expand>.container-xl,html.style5 html.style4 html.style6 .navbar-expand>.container-lg,html.style5 html.style4 html.style6 .navbar-expand>.container-md,html.style5 html.style4 html.style6 .navbar-expand>.container-sm,html.style5 html.style4 html.style6 .navbar-expand>.container-xl,html.style5 html.style6 .navbar-expand>.container,html.style5 html.style6 .navbar-expand>.container-fluid,html.style5 html.style6 .navbar-expand>.container-lg,html.style5 html.style6 .navbar-expand>.container-md,html.style5 html.style6 .navbar-expand>.container-sm,html.style5 html.style6 .navbar-expand>.container-xl,html.style6 html.style1 html.style5 .navbar-expand>.container-lg,html.style6 html.style1 html.style5 .navbar-expand>.container-md,html.style6 html.style1 html.style5 .navbar-expand>.container-sm,html.style6 html.style1 html.style5 .navbar-expand>.container-xl,html.style6 html.style2 html.style5 .navbar-expand>.container-lg,html.style6 html.style2 html.style5 .navbar-expand>.container-md,html.style6 html.style2 html.style5 .navbar-expand>.container-sm,html.style6 html.style2 html.style5 .navbar-expand>.container-xl,html.style6 html.style3 html.style5 .navbar-expand>.container-lg,html.style6 html.style3 html.style5 .navbar-expand>.container-md,html.style6 html.style3 html.style5 .navbar-expand>.container-sm,html.style6 html.style3 html.style5 .navbar-expand>.container-xl,html.style6 html.style4 html.style5 .navbar-expand>.container-lg,html.style6 html.style4 html.style5 .navbar-expand>.container-md,html.style6 html.style4 html.style5 .navbar-expand>.container-sm,html.style6 html.style4 html.style5 .navbar-expand>.container-xl,html.style6 html.style5 .navbar-expand>.container,html.style6 html.style5 .navbar-expand>.container-fluid,html.style6 html.style5 .navbar-expand>.container-lg,html.style6 html.style5 .navbar-expand>.container-md,html.style6 html.style5 .navbar-expand>.container-sm,html.style6 html.style5 .navbar-expand>.container-xl,html.style6 html.style5 html.style1 .navbar-expand>.container-lg,html.style6 html.style5 html.style1 .navbar-expand>.container-md,html.style6 html.style5 html.style1 .navbar-expand>.container-sm,html.style6 html.style5 html.style1 .navbar-expand>.container-xl,html.style6 html.style5 html.style2 .navbar-expand>.container-lg,html.style6 html.style5 html.style2 .navbar-expand>.container-md,html.style6 html.style5 html.style2 .navbar-expand>.container-sm,html.style6 html.style5 html.style2 .navbar-expand>.container-xl,html.style6 html.style5 html.style3 .navbar-expand>.container-lg,html.style6 html.style5 html.style3 .navbar-expand>.container-md,html.style6 html.style5 html.style3 .navbar-expand>.container-sm,html.style6 html.style5 html.style3 .navbar-expand>.container-xl,html.style6 html.style5 html.style4 .navbar-expand>.container-lg,html.style6 html.style5 html.style4 .navbar-expand>.container-md,html.style6 html.style5 html.style4 .navbar-expand>.container-sm,html.style6 html.style5 html.style4 .navbar-expand>.container-xl{padding-right:0;padding-left:0}html.style5 .navbar-expand .navbar-nav{flex-direction:row}html.style5 .navbar-expand .navbar-nav .dropdown-menu{position:absolute}html.style5 .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style5 .navbar-expand>.container-lg,html.style1 html.style2 html.style5 .navbar-expand>.container-md,html.style1 html.style2 html.style5 .navbar-expand>.container-sm,html.style1 html.style2 html.style5 .navbar-expand>.container-xl,html.style1 html.style3 html.style5 .navbar-expand>.container-lg,html.style1 html.style3 html.style5 .navbar-expand>.container-md,html.style1 html.style3 html.style5 .navbar-expand>.container-sm,html.style1 html.style3 html.style5 .navbar-expand>.container-xl,html.style1 html.style4 html.style5 .navbar-expand>.container-lg,html.style1 html.style4 html.style5 .navbar-expand>.container-md,html.style1 html.style4 html.style5 .navbar-expand>.container-sm,html.style1 html.style4 html.style5 .navbar-expand>.container-xl,html.style1 html.style5 .navbar-expand>.container,html.style1 html.style5 .navbar-expand>.container-fluid,html.style1 html.style5 .navbar-expand>.container-lg,html.style1 html.style5 .navbar-expand>.container-md,html.style1 html.style5 .navbar-expand>.container-sm,html.style1 html.style5 .navbar-expand>.container-xl,html.style1 html.style5 html.style6 .navbar-expand>.container-lg,html.style1 html.style5 html.style6 .navbar-expand>.container-md,html.style1 html.style5 html.style6 .navbar-expand>.container-sm,html.style1 html.style5 html.style6 .navbar-expand>.container-xl,html.style2 html.style1 html.style5 .navbar-expand>.container-lg,html.style2 html.style1 html.style5 .navbar-expand>.container-md,html.style2 html.style1 html.style5 .navbar-expand>.container-sm,html.style2 html.style1 html.style5 .navbar-expand>.container-xl,html.style2 html.style3 html.style5 .navbar-expand>.container-lg,html.style2 html.style3 html.style5 .navbar-expand>.container-md,html.style2 html.style3 html.style5 .navbar-expand>.container-sm,html.style2 html.style3 html.style5 .navbar-expand>.container-xl,html.style2 html.style4 html.style5 .navbar-expand>.container-lg,html.style2 html.style4 html.style5 .navbar-expand>.container-md,html.style2 html.style4 html.style5 .navbar-expand>.container-sm,html.style2 html.style4 html.style5 .navbar-expand>.container-xl,html.style2 html.style5 .navbar-expand>.container,html.style2 html.style5 .navbar-expand>.container-fluid,html.style2 html.style5 .navbar-expand>.container-lg,html.style2 html.style5 .navbar-expand>.container-md,html.style2 html.style5 .navbar-expand>.container-sm,html.style2 html.style5 .navbar-expand>.container-xl,html.style2 html.style5 html.style6 .navbar-expand>.container-lg,html.style2 html.style5 html.style6 .navbar-expand>.container-md,html.style2 html.style5 html.style6 .navbar-expand>.container-sm,html.style2 html.style5 html.style6 .navbar-expand>.container-xl,html.style3 html.style1 html.style5 .navbar-expand>.container-lg,html.style3 html.style1 html.style5 .navbar-expand>.container-md,html.style3 html.style1 html.style5 .navbar-expand>.container-sm,html.style3 html.style1 html.style5 .navbar-expand>.container-xl,html.style3 html.style2 html.style5 .navbar-expand>.container-lg,html.style3 html.style2 html.style5 .navbar-expand>.container-md,html.style3 html.style2 html.style5 .navbar-expand>.container-sm,html.style3 html.style2 html.style5 .navbar-expand>.container-xl,html.style3 html.style4 html.style5 .navbar-expand>.container-lg,html.style3 html.style4 html.style5 .navbar-expand>.container-md,html.style3 html.style4 html.style5 .navbar-expand>.container-sm,html.style3 html.style4 html.style5 .navbar-expand>.container-xl,html.style3 html.style5 .navbar-expand>.container,html.style3 html.style5 .navbar-expand>.container-fluid,html.style3 html.style5 .navbar-expand>.container-lg,html.style3 html.style5 .navbar-expand>.container-md,html.style3 html.style5 .navbar-expand>.container-sm,html.style3 html.style5 .navbar-expand>.container-xl,html.style3 html.style5 html.style6 .navbar-expand>.container-lg,html.style3 html.style5 html.style6 .navbar-expand>.container-md,html.style3 html.style5 html.style6 .navbar-expand>.container-sm,html.style3 html.style5 html.style6 .navbar-expand>.container-xl,html.style4 html.style1 html.style5 .navbar-expand>.container-lg,html.style4 html.style1 html.style5 .navbar-expand>.container-md,html.style4 html.style1 html.style5 .navbar-expand>.container-sm,html.style4 html.style1 html.style5 .navbar-expand>.container-xl,html.style4 html.style2 html.style5 .navbar-expand>.container-lg,html.style4 html.style2 html.style5 .navbar-expand>.container-md,html.style4 html.style2 html.style5 .navbar-expand>.container-sm,html.style4 html.style2 html.style5 .navbar-expand>.container-xl,html.style4 html.style3 html.style5 .navbar-expand>.container-lg,html.style4 html.style3 html.style5 .navbar-expand>.container-md,html.style4 html.style3 html.style5 .navbar-expand>.container-sm,html.style4 html.style3 html.style5 .navbar-expand>.container-xl,html.style4 html.style5 .navbar-expand>.container,html.style4 html.style5 .navbar-expand>.container-fluid,html.style4 html.style5 .navbar-expand>.container-lg,html.style4 html.style5 .navbar-expand>.container-md,html.style4 html.style5 .navbar-expand>.container-sm,html.style4 html.style5 .navbar-expand>.container-xl,html.style4 html.style5 html.style6 .navbar-expand>.container-lg,html.style4 html.style5 html.style6 .navbar-expand>.container-md,html.style4 html.style5 html.style6 .navbar-expand>.container-sm,html.style4 html.style5 html.style6 .navbar-expand>.container-xl,html.style5 .navbar-expand>.container,html.style5 .navbar-expand>.container-fluid,html.style5 .navbar-expand>.container-lg,html.style5 .navbar-expand>.container-md,html.style5 .navbar-expand>.container-sm,html.style5 .navbar-expand>.container-xl,html.style5 html.style1 .navbar-expand>.container,html.style5 html.style1 .navbar-expand>.container-fluid,html.style5 html.style1 .navbar-expand>.container-lg,html.style5 html.style1 .navbar-expand>.container-md,html.style5 html.style1 .navbar-expand>.container-sm,html.style5 html.style1 .navbar-expand>.container-xl,html.style5 html.style1 html.style2 .navbar-expand>.container-lg,html.style5 html.style1 html.style2 .navbar-expand>.container-md,html.style5 html.style1 html.style2 .navbar-expand>.container-sm,html.style5 html.style1 html.style2 .navbar-expand>.container-xl,html.style5 html.style1 html.style3 .navbar-expand>.container-lg,html.style5 html.style1 html.style3 .navbar-expand>.container-md,html.style5 html.style1 html.style3 .navbar-expand>.container-sm,html.style5 html.style1 html.style3 .navbar-expand>.container-xl,html.style5 html.style1 html.style4 .navbar-expand>.container-lg,html.style5 html.style1 html.style4 .navbar-expand>.container-md,html.style5 html.style1 html.style4 .navbar-expand>.container-sm,html.style5 html.style1 html.style4 .navbar-expand>.container-xl,html.style5 html.style1 html.style6 .navbar-expand>.container-lg,html.style5 html.style1 html.style6 .navbar-expand>.container-md,html.style5 html.style1 html.style6 .navbar-expand>.container-sm,html.style5 html.style1 html.style6 .navbar-expand>.container-xl,html.style5 html.style2 .navbar-expand>.container,html.style5 html.style2 .navbar-expand>.container-fluid,html.style5 html.style2 .navbar-expand>.container-lg,html.style5 html.style2 .navbar-expand>.container-md,html.style5 html.style2 .navbar-expand>.container-sm,html.style5 html.style2 .navbar-expand>.container-xl,html.style5 html.style2 html.style1 .navbar-expand>.container-lg,html.style5 html.style2 html.style1 .navbar-expand>.container-md,html.style5 html.style2 html.style1 .navbar-expand>.container-sm,html.style5 html.style2 html.style1 .navbar-expand>.container-xl,html.style5 html.style2 html.style3 .navbar-expand>.container-lg,html.style5 html.style2 html.style3 .navbar-expand>.container-md,html.style5 html.style2 html.style3 .navbar-expand>.container-sm,html.style5 html.style2 html.style3 .navbar-expand>.container-xl,html.style5 html.style2 html.style4 .navbar-expand>.container-lg,html.style5 html.style2 html.style4 .navbar-expand>.container-md,html.style5 html.style2 html.style4 .navbar-expand>.container-sm,html.style5 html.style2 html.style4 .navbar-expand>.container-xl,html.style5 html.style2 html.style6 .navbar-expand>.container-lg,html.style5 html.style2 html.style6 .navbar-expand>.container-md,html.style5 html.style2 html.style6 .navbar-expand>.container-sm,html.style5 html.style2 html.style6 .navbar-expand>.container-xl,html.style5 html.style3 .navbar-expand>.container,html.style5 html.style3 .navbar-expand>.container-fluid,html.style5 html.style3 .navbar-expand>.container-lg,html.style5 html.style3 .navbar-expand>.container-md,html.style5 html.style3 .navbar-expand>.container-sm,html.style5 html.style3 .navbar-expand>.container-xl,html.style5 html.style3 html.style1 .navbar-expand>.container-lg,html.style5 html.style3 html.style1 .navbar-expand>.container-md,html.style5 html.style3 html.style1 .navbar-expand>.container-sm,html.style5 html.style3 html.style1 .navbar-expand>.container-xl,html.style5 html.style3 html.style2 .navbar-expand>.container-lg,html.style5 html.style3 html.style2 .navbar-expand>.container-md,html.style5 html.style3 html.style2 .navbar-expand>.container-sm,html.style5 html.style3 html.style2 .navbar-expand>.container-xl,html.style5 html.style3 html.style4 .navbar-expand>.container-lg,html.style5 html.style3 html.style4 .navbar-expand>.container-md,html.style5 html.style3 html.style4 .navbar-expand>.container-sm,html.style5 html.style3 html.style4 .navbar-expand>.container-xl,html.style5 html.style3 html.style6 .navbar-expand>.container-lg,html.style5 html.style3 html.style6 .navbar-expand>.container-md,html.style5 html.style3 html.style6 .navbar-expand>.container-sm,html.style5 html.style3 html.style6 .navbar-expand>.container-xl,html.style5 html.style4 .navbar-expand>.container,html.style5 html.style4 .navbar-expand>.container-fluid,html.style5 html.style4 .navbar-expand>.container-lg,html.style5 html.style4 .navbar-expand>.container-md,html.style5 html.style4 .navbar-expand>.container-sm,html.style5 html.style4 .navbar-expand>.container-xl,html.style5 html.style4 html.style1 .navbar-expand>.container-lg,html.style5 html.style4 html.style1 .navbar-expand>.container-md,html.style5 html.style4 html.style1 .navbar-expand>.container-sm,html.style5 html.style4 html.style1 .navbar-expand>.container-xl,html.style5 html.style4 html.style2 .navbar-expand>.container-lg,html.style5 html.style4 html.style2 .navbar-expand>.container-md,html.style5 html.style4 html.style2 .navbar-expand>.container-sm,html.style5 html.style4 html.style2 .navbar-expand>.container-xl,html.style5 html.style4 html.style3 .navbar-expand>.container-lg,html.style5 html.style4 html.style3 .navbar-expand>.container-md,html.style5 html.style4 html.style3 .navbar-expand>.container-sm,html.style5 html.style4 html.style3 .navbar-expand>.container-xl,html.style5 html.style4 html.style6 .navbar-expand>.container-lg,html.style5 html.style4 html.style6 .navbar-expand>.container-md,html.style5 html.style4 html.style6 .navbar-expand>.container-sm,html.style5 html.style4 html.style6 .navbar-expand>.container-xl,html.style5 html.style6 .navbar-expand>.container,html.style5 html.style6 .navbar-expand>.container-fluid,html.style5 html.style6 .navbar-expand>.container-lg,html.style5 html.style6 .navbar-expand>.container-md,html.style5 html.style6 .navbar-expand>.container-sm,html.style5 html.style6 .navbar-expand>.container-xl,html.style6 html.style1 html.style5 .navbar-expand>.container-lg,html.style6 html.style1 html.style5 .navbar-expand>.container-md,html.style6 html.style1 html.style5 .navbar-expand>.container-sm,html.style6 html.style1 html.style5 .navbar-expand>.container-xl,html.style6 html.style2 html.style5 .navbar-expand>.container-lg,html.style6 html.style2 html.style5 .navbar-expand>.container-md,html.style6 html.style2 html.style5 .navbar-expand>.container-sm,html.style6 html.style2 html.style5 .navbar-expand>.container-xl,html.style6 html.style3 html.style5 .navbar-expand>.container-lg,html.style6 html.style3 html.style5 .navbar-expand>.container-md,html.style6 html.style3 html.style5 .navbar-expand>.container-sm,html.style6 html.style3 html.style5 .navbar-expand>.container-xl,html.style6 html.style4 html.style5 .navbar-expand>.container-lg,html.style6 html.style4 html.style5 .navbar-expand>.container-md,html.style6 html.style4 html.style5 .navbar-expand>.container-sm,html.style6 html.style4 html.style5 .navbar-expand>.container-xl,html.style6 html.style5 .navbar-expand>.container,html.style6 html.style5 .navbar-expand>.container-fluid,html.style6 html.style5 .navbar-expand>.container-lg,html.style6 html.style5 .navbar-expand>.container-md,html.style6 html.style5 .navbar-expand>.container-sm,html.style6 html.style5 .navbar-expand>.container-xl,html.style6 html.style5 html.style1 .navbar-expand>.container-lg,html.style6 html.style5 html.style1 .navbar-expand>.container-md,html.style6 html.style5 html.style1 .navbar-expand>.container-sm,html.style6 html.style5 html.style1 .navbar-expand>.container-xl,html.style6 html.style5 html.style2 .navbar-expand>.container-lg,html.style6 html.style5 html.style2 .navbar-expand>.container-md,html.style6 html.style5 html.style2 .navbar-expand>.container-sm,html.style6 html.style5 html.style2 .navbar-expand>.container-xl,html.style6 html.style5 html.style3 .navbar-expand>.container-lg,html.style6 html.style5 html.style3 .navbar-expand>.container-md,html.style6 html.style5 html.style3 .navbar-expand>.container-sm,html.style6 html.style5 html.style3 .navbar-expand>.container-xl,html.style6 html.style5 html.style4 .navbar-expand>.container-lg,html.style6 html.style5 html.style4 .navbar-expand>.container-md,html.style6 html.style5 html.style4 .navbar-expand>.container-sm,html.style6 html.style5 html.style4 .navbar-expand>.container-xl{flex-wrap:nowrap}html.style5 .navbar-expand .navbar-nav-scroll{overflow:visible}html.style5 .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}html.style5 .navbar-expand .navbar-toggler{display:none}html.style5 .navbar-light .navbar-brand,html.style5 .navbar-light .navbar-brand:focus,html.style5 .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}html.style5 .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}html.style5 .navbar-light .navbar-nav .nav-link:focus,html.style5 .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}html.style5 .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}html.style5 .navbar-light .navbar-nav .active>.nav-link,html.style5 .navbar-light .navbar-nav .nav-link.active,html.style5 .navbar-light .navbar-nav .nav-link.show,html.style5 .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}html.style5 .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}html.style5 .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html.style5 .navbar-light .navbar-text{color:rgba(0,0,0,.5)}html.style5 .navbar-light .navbar-text a,html.style5 .navbar-light .navbar-text a:focus,html.style5 .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}html.style5 .navbar-dark .navbar-brand,html.style5 .navbar-dark .navbar-brand:focus,html.style5 .navbar-dark .navbar-brand:hover{color:#fff}html.style5 .navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}html.style5 .navbar-dark .navbar-nav .nav-link:focus,html.style5 .navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}html.style5 .navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}html.style5 .navbar-dark .navbar-nav .active>.nav-link,html.style5 .navbar-dark .navbar-nav .nav-link.active,html.style5 .navbar-dark .navbar-nav .nav-link.show,html.style5 .navbar-dark .navbar-nav .show>.nav-link{color:#fff}html.style5 .navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}html.style5 .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html.style5 .navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}html.style5 .navbar-dark .navbar-text a,html.style5 .navbar-dark .navbar-text a:focus,html.style5 .navbar-dark .navbar-text a:hover{color:#fff}html.style5 .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}html.style5 .card>hr{margin-right:0;margin-left:0}html.style5 .card>.list-group{border-top:inherit;border-bottom:inherit}html.style5 .card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style5 .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}html.style5 .card>.card-header+.list-group,html.style5 .card>.list-group+.card-footer{border-top:0}html.style5 .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}html.style5 .card-title{margin-bottom:.75rem}html.style5 .card-subtitle{margin-top:-.375rem;margin-bottom:0}html.style5 .card-text:last-child{margin-bottom:0}html.style5 .card-link:hover{text-decoration:none}html.style5 .card-link+.card-link{margin-left:1.25rem}html.style5 .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}html.style5 .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}html.style5 .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}html.style5 .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}html.style5 .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}html.style5 .card-header-pills,html.style5 .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}html.style5 .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}html.style5 .card-img,html.style5 .card-img-bottom,html.style5 .card-img-top{flex-shrink:0;width:100%}html.style5 .card-img,html.style5 .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style5 .card-img,html.style5 .card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}html.style5 .card-deck .card{margin-bottom:15px}@media(min-width:576px){html.style5 .card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}html.style5 .card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}html.style5 .card-group>.card{margin-bottom:15px}@media(min-width:576px){html.style5 .card-group{display:flex;flex-flow:row wrap}html.style5 .card-group>.card{flex:1 0;margin-bottom:0}html.style5 .card-group>.card+.card{margin-left:0;border-left:0}html.style5 .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.style5 .card-group>.card:not(:last-child) .card-header,html.style5 .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}html.style5 .card-group>.card:not(:last-child) .card-footer,html.style5 .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}html.style5 .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style5 .card-group>.card:not(:first-child) .card-header,html.style5 .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}html.style5 .card-group>.card:not(:first-child) .card-footer,html.style5 .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}html.style5 .card-columns .card{margin-bottom:.75rem}@media(min-width:576px){html.style5 .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}html.style5 .card-columns .card{display:inline-block;width:100%}}html.style5 .accordion{overflow-anchor:none}html.style5 .accordion>.card{overflow:hidden}html.style5 .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}html.style5 .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}html.style5 .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}html.style5 .breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}html.style5 .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}html.style5 .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}html.style5 .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}html.style5 .breadcrumb-item.active{color:#6c757d}html.style5 .pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}html.style5 .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}html.style5 .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}html.style5 .page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style5 .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}html.style5 .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}html.style5 .page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}html.style5 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}html.style5 .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}html.style5 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}html.style5 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}html.style5 .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}html.style5 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}html.style5 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}html.style5 .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style5 .badge{transition:none}}ahtml.style5 .badge:focus,ahtml.style5 .badge:hover{text-decoration:none}html.style5 .badge:empty{display:none}html.style5 .btn .badge{position:relative;top:-1px}html.style5 .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}html.style5 .badge-primary{color:#fff;background-color:#007bff}ahtml.style5 .badge-primary:focus,ahtml.style5 .badge-primary:hover{color:#fff;background-color:#0062cc}ahtml.style5 .badge-primary.focus,ahtml.style5 .badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style5 .badge-secondary{color:#fff;background-color:#6c757d}ahtml.style5 .badge-secondary:focus,ahtml.style5 .badge-secondary:hover{color:#fff;background-color:#545b62}ahtml.style5 .badge-secondary.focus,ahtml.style5 .badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style5 .badge-success{color:#fff;background-color:#28a745}ahtml.style5 .badge-success:focus,ahtml.style5 .badge-success:hover{color:#fff;background-color:#1e7e34}ahtml.style5 .badge-success.focus,ahtml.style5 .badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style5 .badge-info{color:#fff;background-color:#17a2b8}ahtml.style5 .badge-info:focus,ahtml.style5 .badge-info:hover{color:#fff;background-color:#117a8b}ahtml.style5 .badge-info.focus,ahtml.style5 .badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style5 .badge-warning{color:#212529;background-color:#ffc107}ahtml.style5 .badge-warning:focus,ahtml.style5 .badge-warning:hover{color:#212529;background-color:#d39e00}ahtml.style5 .badge-warning.focus,ahtml.style5 .badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style5 .badge-danger{color:#fff;background-color:#ff3030}ahtml.style5 .badge-danger:focus,ahtml.style5 .badge-danger:hover{color:#fff;background-color:#fc0000}ahtml.style5 .badge-danger.focus,ahtml.style5 .badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style5 .badge-light{color:#fff;background-color:#25262c}ahtml.style5 .badge-light:focus,ahtml.style5 .badge-light:hover{color:#fff;background-color:#0e0e10}ahtml.style5 .badge-light.focus,ahtml.style5 .badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style5 .badge-dark{color:#fff;background-color:#191b1f}ahtml.style5 .badge-dark:focus,ahtml.style5 .badge-dark:hover{color:#fff;background-color:#020203}ahtml.style5 .badge-dark.focus,ahtml.style5 .badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style5 .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media(min-width:576px){html.style5 .jumbotron{padding:4rem 2rem}}html.style5 .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}html.style5 .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}html.style5 .alert-heading{color:inherit}html.style5 .alert-link{font-weight:700}html.style5 .alert-dismissible{padding-right:4rem}html.style5 .alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}html.style5 .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}html.style5 .alert-primary hr{border-top-color:#9fcdff}html.style5 .alert-primary .alert-link{color:#002752}html.style5 .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}html.style5 .alert-secondary hr{border-top-color:#c8cbcf}html.style5 .alert-secondary .alert-link{color:#202326}html.style5 .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}html.style5 .alert-success hr{border-top-color:#b1dfbb}html.style5 .alert-success .alert-link{color:#0b2e13}html.style5 .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}html.style5 .alert-info hr{border-top-color:#abdde5}html.style5 .alert-info .alert-link{color:#062c33}html.style5 .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}html.style5 .alert-warning hr{border-top-color:#ffe8a1}html.style5 .alert-warning .alert-link{color:#533f03}html.style5 .alert-danger{color:#851919;background-color:#ffd6d6;border-color:#ffc5c5}html.style5 .alert-danger hr{border-top-color:#ffacac}html.style5 .alert-danger .alert-link{color:#5a1111}html.style5 .alert-light{color:#131417;background-color:#d3d4d5;border-color:#c2c2c4}html.style5 .alert-light hr{border-top-color:#b5b5b7}html.style5 .alert-light .alert-link{color:#000}html.style5 .alert-dark{color:#0d0e10;background-color:#d1d1d2;border-color:#bfbfc0}html.style5 .alert-dark hr{border-top-color:#b2b2b3}html.style5 .alert-dark .alert-link{color:#000}html.style5 .progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}html.style5 .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media(prefers-reduced-motion:reduce){html.style5 .progress-bar{transition:none}}html.style5 .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}html.style5 .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){html.style5 .progress-bar-animated{animation:none}}html.style5 .media{display:flex;align-items:flex-start}html.style5 .media-body{flex:1 1}html.style5 .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}html.style5 .list-group-item-action{width:100%;color:#495057;text-align:inherit}html.style5 .list-group-item-action:focus,html.style5 .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}html.style5 .list-group-item-action:active{color:#212529;background-color:#e9ecef}html.style5 .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}html.style5 .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}html.style5 .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}html.style5 .list-group-item.disabled,html.style5 .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}html.style5 .list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}html.style5 .list-group-item+html.style5 .list-group-item{border-top-width:0}html.style5 .list-group-item+html.style5 .list-group-item.active{margin-top:-1px;border-top-width:1px}html.style5 .list-group-horizontal{flex-direction:row}html.style5 .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style5 .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style5 .list-group-horizontal>.list-group-item.active{margin-top:0}html.style5 .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style5 .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){html.style5 .list-group-horizontal-sm{flex-direction:row}html.style5 .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style5 .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style5 .list-group-horizontal-sm>.list-group-item.active{margin-top:0}html.style5 .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style5 .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){html.style5 .list-group-horizontal-md{flex-direction:row}html.style5 .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style5 .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style5 .list-group-horizontal-md>.list-group-item.active{margin-top:0}html.style5 .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style5 .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){html.style5 .list-group-horizontal-lg{flex-direction:row}html.style5 .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style5 .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style5 .list-group-horizontal-lg>.list-group-item.active{margin-top:0}html.style5 .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style5 .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){html.style5 .list-group-horizontal-xl{flex-direction:row}html.style5 .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style5 .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style5 .list-group-horizontal-xl>.list-group-item.active{margin-top:0}html.style5 .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style5 .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}html.style5 .list-group-flush{border-radius:0}html.style5 .list-group-flush>.list-group-item{border-width:0 0 1px}html.style5 .list-group-flush>.list-group-item:last-child{border-bottom-width:0}html.style5 .list-group-item-primary{color:#004085;background-color:#b8daff}html.style5 .list-group-item-primary.list-group-item-action:focus,html.style5 .list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}html.style5 .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}html.style5 .list-group-item-secondary{color:#383d41;background-color:#d6d8db}html.style5 .list-group-item-secondary.list-group-item-action:focus,html.style5 .list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}html.style5 .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}html.style5 .list-group-item-success{color:#155724;background-color:#c3e6cb}html.style5 .list-group-item-success.list-group-item-action:focus,html.style5 .list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}html.style5 .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}html.style5 .list-group-item-info{color:#0c5460;background-color:#bee5eb}html.style5 .list-group-item-info.list-group-item-action:focus,html.style5 .list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}html.style5 .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}html.style5 .list-group-item-warning{color:#856404;background-color:#ffeeba}html.style5 .list-group-item-warning.list-group-item-action:focus,html.style5 .list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}html.style5 .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}html.style5 .list-group-item-danger{color:#851919;background-color:#ffc5c5}html.style5 .list-group-item-danger.list-group-item-action:focus,html.style5 .list-group-item-danger.list-group-item-action:hover{color:#851919;background-color:#ffacac}html.style5 .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#851919;border-color:#851919}html.style5 .list-group-item-light{color:#131417;background-color:#c2c2c4}html.style5 .list-group-item-light.list-group-item-action:focus,html.style5 .list-group-item-light.list-group-item-action:hover{color:#131417;background-color:#b5b5b7}html.style5 .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#131417;border-color:#131417}html.style5 .list-group-item-dark{color:#0d0e10;background-color:#bfbfc0}html.style5 .list-group-item-dark.list-group-item-action:focus,html.style5 .list-group-item-dark.list-group-item-action:hover{color:#0d0e10;background-color:#b2b2b3}html.style5 .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#0d0e10;border-color:#0d0e10}html.style5 .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}html.style5 .close:hover{color:#000;text-decoration:none}html.style5 .close:not(:disabled):not(.disabled):focus,html.style5 .close:not(:disabled):not(.disabled):hover{opacity:.75}html.style5 button.close{padding:0;background-color:transparent;border:0}html.style5 a.close.disabled{pointer-events:none}html.style5 .toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}html.style5 .toast:not(:last-child){margin-bottom:.75rem}html.style5 .toast.showing{opacity:1}html.style5 .toast.show{display:block;opacity:1}html.style5 .toast.hide{display:none}html.style5 .toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style5 .toast-body{padding:.75rem}html.style5 .modal-open{overflow:hidden}html.style5 .modal-open .modal{overflow-x:hidden;overflow-y:auto}html.style5 .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}html.style5 .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade html.style5 .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade html.style5 .modal-dialog{transition:none}}.modal.show html.style5 .modal-dialog{transform:none}.modal.modal-static html.style5 .modal-dialog{transform:scale(1.02)}html.style5 .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}html.style5 .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}html.style5 .modal-dialog-scrollable .modal-footer,html.style5 .modal-dialog-scrollable .modal-header{flex-shrink:0}html.style5 .modal-dialog-scrollable .modal-body{overflow-y:auto}html.style5 .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}html.style5 .modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}html.style5 .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}html.style5 .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}html.style5 .modal-dialog-centered.modal-dialog-scrollable:before{content:none}html.style5 .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}html.style5 .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}html.style5 .modal-backdrop.fade{opacity:0}html.style5 .modal-backdrop.show{opacity:.5}html.style5 .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #eff1f2;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html.style5 .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}html.style5 .modal-title{margin-bottom:0;line-height:1.5}html.style5 .modal-body{position:relative;flex:1 1 auto;padding:1rem}html.style5 .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #eff1f2;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}html.style5 .modal-footer>*{margin:.25rem}html.style5 .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){html.style5 .modal-dialog{max-width:500px;margin:1.75rem auto}html.style5 .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}html.style5 .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}html.style5 .modal-dialog-centered{min-height:calc(100% - 3.5rem)}html.style5 .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}html.style5 .modal-sm{max-width:300px}}@media(min-width:992px){html.style5 .modal-lg,html.style5 .modal-xl{max-width:800px}}@media(min-width:1200px){html.style5 .modal-xl{max-width:1140px}}html.style5 .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}html.style5 .tooltip.show{opacity:.9}html.style5 .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}html.style5 .tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}html.style5 .bs-tooltip-auto[x-placement^=top],html.style5 .bs-tooltip-top{padding:.4rem 0}html.style5 .bs-tooltip-auto[x-placement^=top] .arrow,html.style5 .bs-tooltip-top .arrow{bottom:0}html.style5 .bs-tooltip-auto[x-placement^=top] .arrow:before,html.style5 .bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}html.style5 .bs-tooltip-auto[x-placement^=right],html.style5 .bs-tooltip-right{padding:0 .4rem}html.style5 .bs-tooltip-auto[x-placement^=right] .arrow,html.style5 .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}html.style5 .bs-tooltip-auto[x-placement^=right] .arrow:before,html.style5 .bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}html.style5 .bs-tooltip-auto[x-placement^=bottom],html.style5 .bs-tooltip-bottom{padding:.4rem 0}html.style5 .bs-tooltip-auto[x-placement^=bottom] .arrow,html.style5 .bs-tooltip-bottom .arrow{top:0}html.style5 .bs-tooltip-auto[x-placement^=bottom] .arrow:before,html.style5 .bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}html.style5 .bs-tooltip-auto[x-placement^=left],html.style5 .bs-tooltip-left{padding:0 .4rem}html.style5 .bs-tooltip-auto[x-placement^=left] .arrow,html.style5 .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}html.style5 .bs-tooltip-auto[x-placement^=left] .arrow:before,html.style5 .bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}html.style5 .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}html.style5 .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}html.style5 .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}html.style5 .popover .arrow:after,html.style5 .popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}html.style5 .bs-popover-auto[x-placement^=top],html.style5 .bs-popover-top{margin-bottom:.5rem}html.style5 .bs-popover-auto[x-placement^=top]>.arrow,html.style5 .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}html.style5 .bs-popover-auto[x-placement^=top]>.arrow:before,html.style5 .bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}html.style5 .bs-popover-auto[x-placement^=top]>.arrow:after,html.style5 .bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}html.style5 .bs-popover-auto[x-placement^=right],html.style5 .bs-popover-right{margin-left:.5rem}html.style5 .bs-popover-auto[x-placement^=right]>.arrow,html.style5 .bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}html.style5 .bs-popover-auto[x-placement^=right]>.arrow:before,html.style5 .bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}html.style5 .bs-popover-auto[x-placement^=right]>.arrow:after,html.style5 .bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}html.style5 .bs-popover-auto[x-placement^=bottom],html.style5 .bs-popover-bottom{margin-top:.5rem}html.style5 .bs-popover-auto[x-placement^=bottom]>.arrow,html.style5 .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}html.style5 .bs-popover-auto[x-placement^=bottom]>.arrow:before,html.style5 .bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}html.style5 .bs-popover-auto[x-placement^=bottom]>.arrow:after,html.style5 .bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}html.style5 .bs-popover-auto[x-placement^=bottom] .popover-header:before,html.style5 .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}html.style5 .bs-popover-auto[x-placement^=left],html.style5 .bs-popover-left{margin-right:.5rem}html.style5 .bs-popover-auto[x-placement^=left]>.arrow,html.style5 .bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}html.style5 .bs-popover-auto[x-placement^=left]>.arrow:before,html.style5 .bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}html.style5 .bs-popover-auto[x-placement^=left]>.arrow:after,html.style5 .bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}html.style5 .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html.style5 .popover-header:empty{display:none}html.style5 .popover-body{padding:.5rem .75rem;color:#212529}html.style5 .carousel{position:relative}html.style5 .carousel.pointer-event{touch-action:pan-y}html.style5 .carousel-inner{position:relative;width:100%;overflow:hidden}html.style5 .carousel-inner:after{display:block;clear:both;content:""}html.style5 .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){html.style5 .carousel-item{transition:none}}html.style5 .carousel-item-next,html.style5 .carousel-item-prev,html.style5 .carousel-item.active{display:block}html.style5 .active.carousel-item-right,html.style5 .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}html.style5 .active.carousel-item-left,html.style5 .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}html.style5 .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}html.style5 .carousel-fade .carousel-item-next.carousel-item-left,html.style5 .carousel-fade .carousel-item-prev.carousel-item-right,html.style5 .carousel-fade .carousel-item.active{z-index:1;opacity:1}html.style5 .carousel-fade .active.carousel-item-left,html.style5 .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){html.style5 .carousel-fade .active.carousel-item-left,html.style5 .carousel-fade .active.carousel-item-right{transition:none}}html.style5 .carousel-control-next,html.style5 .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){html.style5 .carousel-control-next,html.style5 .carousel-control-prev{transition:none}}html.style5 .carousel-control-next:focus,html.style5 .carousel-control-next:hover,html.style5 .carousel-control-prev:focus,html.style5 .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}html.style5 .carousel-control-prev{left:0}html.style5 .carousel-control-next{right:0}html.style5 .carousel-control-next-icon,html.style5 .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}html.style5 .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}html.style5 .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}html.style5 .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}html.style5 .carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){html.style5 .carousel-indicators li{transition:none}}html.style5 .carousel-indicators .active{opacity:1}html.style5 .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}html.style5 .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}html.style5 .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}html.style5 .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}html.style5 .spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){html.style5 .spinner-border,html.style5 .spinner-grow{animation-duration:1.5s}}html.style5 .align-baseline{vertical-align:baseline!important}html.style5 .align-top{vertical-align:top!important}html.style5 .align-middle{vertical-align:middle!important}html.style5 .align-bottom{vertical-align:bottom!important}html.style5 .align-text-bottom{vertical-align:text-bottom!important}html.style5 .align-text-top{vertical-align:text-top!important}html.style5 .bg-primary{background-color:#007bff!important}html.style5 a.bg-primary:focus,html.style5 a.bg-primary:hover,html.style5 button.bg-primary:focus,html.style5 button.bg-primary:hover{background-color:#0062cc!important}html.style5 .bg-secondary{background-color:#6c757d!important}html.style5 a.bg-secondary:focus,html.style5 a.bg-secondary:hover,html.style5 button.bg-secondary:focus,html.style5 button.bg-secondary:hover{background-color:#545b62!important}html.style5 .bg-success{background-color:#28a745!important}html.style5 a.bg-success:focus,html.style5 a.bg-success:hover,html.style5 button.bg-success:focus,html.style5 button.bg-success:hover{background-color:#1e7e34!important}html.style5 .bg-info{background-color:#17a2b8!important}html.style5 a.bg-info:focus,html.style5 a.bg-info:hover,html.style5 button.bg-info:focus,html.style5 button.bg-info:hover{background-color:#117a8b!important}html.style5 .bg-warning{background-color:#ffc107!important}html.style5 a.bg-warning:focus,html.style5 a.bg-warning:hover,html.style5 button.bg-warning:focus,html.style5 button.bg-warning:hover{background-color:#d39e00!important}html.style5 .bg-danger{background-color:#ff3030!important}html.style5 a.bg-danger:focus,html.style5 a.bg-danger:hover,html.style5 button.bg-danger:focus,html.style5 button.bg-danger:hover{background-color:#fc0000!important}html.style5 .bg-light{background-color:#25262c!important}html.style5 a.bg-light:focus,html.style5 a.bg-light:hover,html.style5 button.bg-light:focus,html.style5 button.bg-light:hover{background-color:#0e0e10!important}html.style5 .bg-dark{background-color:#191b1f!important}html.style5 a.bg-dark:focus,html.style5 a.bg-dark:hover,html.style5 button.bg-dark:focus,html.style5 button.bg-dark:hover{background-color:#020203!important}html.style5 .bg-white{background-color:#fff!important}html.style5 .border{border:1px solid #eff1f2!important}html.style5 .border-top{border-top:1px solid #eff1f2!important}html.style5 .border-right{border-right:1px solid #eff1f2!important}html.style5 .border-bottom{border-bottom:1px solid #eff1f2!important}html.style5 .border-left{border-left:1px solid #eff1f2!important}html.style5 .border-0{border:0!important}html.style5 .border-top-0{border-top:0!important}html.style5 .border-right-0{border-right:0!important}html.style5 .border-bottom-0{border-bottom:0!important}html.style5 .border-left-0{border-left:0!important}html.style5 .border-primary{border-color:#007bff!important}html.style5 .border-secondary{border-color:#6c757d!important}html.style5 .border-success{border-color:#28a745!important}html.style5 .border-info{border-color:#17a2b8!important}html.style5 .border-warning{border-color:#ffc107!important}html.style5 .border-danger{border-color:#ff3030!important}html.style5 .border-light{border-color:#25262c!important}html.style5 .border-dark{border-color:#191b1f!important}html.style5 .border-white{border-color:#fff!important}html.style5 .rounded-sm{border-radius:.2rem!important}html.style5 .rounded{border-radius:.25rem!important}html.style5 .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}html.style5 .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}html.style5 .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}html.style5 .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}html.style5 .rounded-lg{border-radius:.3rem!important}html.style5 .rounded-circle{border-radius:50%!important}html.style5 .rounded-pill{border-radius:50rem!important}html.style5 .rounded-0{border-radius:0!important}html.style5 .clearfix:after{display:block;clear:both;content:""}html.style5 .d-none{display:none!important}html.style5 .d-inline{display:inline!important}html.style5 .d-inline-block{display:inline-block!important}html.style5 .d-block{display:block!important}html.style5 .d-table{display:table!important}html.style5 .d-table-row{display:table-row!important}html.style5 .d-table-cell{display:table-cell!important}html.style5 .d-flex{display:flex!important}html.style5 .d-inline-flex{display:inline-flex!important}@media(min-width:576px){html.style5 .d-sm-none{display:none!important}html.style5 .d-sm-inline{display:inline!important}html.style5 .d-sm-inline-block{display:inline-block!important}html.style5 .d-sm-block{display:block!important}html.style5 .d-sm-table{display:table!important}html.style5 .d-sm-table-row{display:table-row!important}html.style5 .d-sm-table-cell{display:table-cell!important}html.style5 .d-sm-flex{display:flex!important}html.style5 .d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){html.style5 .d-md-none{display:none!important}html.style5 .d-md-inline{display:inline!important}html.style5 .d-md-inline-block{display:inline-block!important}html.style5 .d-md-block{display:block!important}html.style5 .d-md-table{display:table!important}html.style5 .d-md-table-row{display:table-row!important}html.style5 .d-md-table-cell{display:table-cell!important}html.style5 .d-md-flex{display:flex!important}html.style5 .d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){html.style5 .d-lg-none{display:none!important}html.style5 .d-lg-inline{display:inline!important}html.style5 .d-lg-inline-block{display:inline-block!important}html.style5 .d-lg-block{display:block!important}html.style5 .d-lg-table{display:table!important}html.style5 .d-lg-table-row{display:table-row!important}html.style5 .d-lg-table-cell{display:table-cell!important}html.style5 .d-lg-flex{display:flex!important}html.style5 .d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){html.style5 .d-xl-none{display:none!important}html.style5 .d-xl-inline{display:inline!important}html.style5 .d-xl-inline-block{display:inline-block!important}html.style5 .d-xl-block{display:block!important}html.style5 .d-xl-table{display:table!important}html.style5 .d-xl-table-row{display:table-row!important}html.style5 .d-xl-table-cell{display:table-cell!important}html.style5 .d-xl-flex{display:flex!important}html.style5 .d-xl-inline-flex{display:inline-flex!important}}@media print{html.style5 .d-print-none{display:none!important}html.style5 .d-print-inline{display:inline!important}html.style5 .d-print-inline-block{display:inline-block!important}html.style5 .d-print-block{display:block!important}html.style5 .d-print-table{display:table!important}html.style5 .d-print-table-row{display:table-row!important}html.style5 .d-print-table-cell{display:table-cell!important}html.style5 .d-print-flex{display:flex!important}html.style5 .d-print-inline-flex{display:inline-flex!important}}html.style5 .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}html.style5 .embed-responsive:before{display:block;content:""}html.style5 .embed-responsive .embed-responsive-item,html.style5 .embed-responsive embed,html.style5 .embed-responsive iframe,html.style5 .embed-responsive object,html.style5 .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}html.style5 .embed-responsive-21by9:before{padding-top:42.85714286%}html.style5 .embed-responsive-16by9:before{padding-top:56.25%}html.style5 .embed-responsive-4by3:before{padding-top:75%}html.style5 .embed-responsive-1by1:before{padding-top:100%}html.style5 .flex-row{flex-direction:row!important}html.style5 .flex-column{flex-direction:column!important}html.style5 .flex-row-reverse{flex-direction:row-reverse!important}html.style5 .flex-column-reverse{flex-direction:column-reverse!important}html.style5 .flex-wrap{flex-wrap:wrap!important}html.style5 .flex-nowrap{flex-wrap:nowrap!important}html.style5 .flex-wrap-reverse{flex-wrap:wrap-reverse!important}html.style5 .flex-fill{flex:1 1 auto!important}html.style5 .flex-grow-0{flex-grow:0!important}html.style5 .flex-grow-1{flex-grow:1!important}html.style5 .flex-shrink-0{flex-shrink:0!important}html.style5 .flex-shrink-1{flex-shrink:1!important}html.style5 .justify-content-start{justify-content:flex-start!important}html.style5 .justify-content-end{justify-content:flex-end!important}html.style5 .justify-content-center{justify-content:center!important}html.style5 .justify-content-between{justify-content:space-between!important}html.style5 .justify-content-around{justify-content:space-around!important}html.style5 .align-items-start{align-items:flex-start!important}html.style5 .align-items-end{align-items:flex-end!important}html.style5 .align-items-center{align-items:center!important}html.style5 .align-items-baseline{align-items:baseline!important}html.style5 .align-items-stretch{align-items:stretch!important}html.style5 .align-content-start{align-content:flex-start!important}html.style5 .align-content-end{align-content:flex-end!important}html.style5 .align-content-center{align-content:center!important}html.style5 .align-content-between{align-content:space-between!important}html.style5 .align-content-around{align-content:space-around!important}html.style5 .align-content-stretch{align-content:stretch!important}html.style5 .align-self-auto{align-self:auto!important}html.style5 .align-self-start{align-self:flex-start!important}html.style5 .align-self-end{align-self:flex-end!important}html.style5 .align-self-center{align-self:center!important}html.style5 .align-self-baseline{align-self:baseline!important}html.style5 .align-self-stretch{align-self:stretch!important}@media(min-width:576px){html.style5 .flex-sm-row{flex-direction:row!important}html.style5 .flex-sm-column{flex-direction:column!important}html.style5 .flex-sm-row-reverse{flex-direction:row-reverse!important}html.style5 .flex-sm-column-reverse{flex-direction:column-reverse!important}html.style5 .flex-sm-wrap{flex-wrap:wrap!important}html.style5 .flex-sm-nowrap{flex-wrap:nowrap!important}html.style5 .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}html.style5 .flex-sm-fill{flex:1 1 auto!important}html.style5 .flex-sm-grow-0{flex-grow:0!important}html.style5 .flex-sm-grow-1{flex-grow:1!important}html.style5 .flex-sm-shrink-0{flex-shrink:0!important}html.style5 .flex-sm-shrink-1{flex-shrink:1!important}html.style5 .justify-content-sm-start{justify-content:flex-start!important}html.style5 .justify-content-sm-end{justify-content:flex-end!important}html.style5 .justify-content-sm-center{justify-content:center!important}html.style5 .justify-content-sm-between{justify-content:space-between!important}html.style5 .justify-content-sm-around{justify-content:space-around!important}html.style5 .align-items-sm-start{align-items:flex-start!important}html.style5 .align-items-sm-end{align-items:flex-end!important}html.style5 .align-items-sm-center{align-items:center!important}html.style5 .align-items-sm-baseline{align-items:baseline!important}html.style5 .align-items-sm-stretch{align-items:stretch!important}html.style5 .align-content-sm-start{align-content:flex-start!important}html.style5 .align-content-sm-end{align-content:flex-end!important}html.style5 .align-content-sm-center{align-content:center!important}html.style5 .align-content-sm-between{align-content:space-between!important}html.style5 .align-content-sm-around{align-content:space-around!important}html.style5 .align-content-sm-stretch{align-content:stretch!important}html.style5 .align-self-sm-auto{align-self:auto!important}html.style5 .align-self-sm-start{align-self:flex-start!important}html.style5 .align-self-sm-end{align-self:flex-end!important}html.style5 .align-self-sm-center{align-self:center!important}html.style5 .align-self-sm-baseline{align-self:baseline!important}html.style5 .align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){html.style5 .flex-md-row{flex-direction:row!important}html.style5 .flex-md-column{flex-direction:column!important}html.style5 .flex-md-row-reverse{flex-direction:row-reverse!important}html.style5 .flex-md-column-reverse{flex-direction:column-reverse!important}html.style5 .flex-md-wrap{flex-wrap:wrap!important}html.style5 .flex-md-nowrap{flex-wrap:nowrap!important}html.style5 .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}html.style5 .flex-md-fill{flex:1 1 auto!important}html.style5 .flex-md-grow-0{flex-grow:0!important}html.style5 .flex-md-grow-1{flex-grow:1!important}html.style5 .flex-md-shrink-0{flex-shrink:0!important}html.style5 .flex-md-shrink-1{flex-shrink:1!important}html.style5 .justify-content-md-start{justify-content:flex-start!important}html.style5 .justify-content-md-end{justify-content:flex-end!important}html.style5 .justify-content-md-center{justify-content:center!important}html.style5 .justify-content-md-between{justify-content:space-between!important}html.style5 .justify-content-md-around{justify-content:space-around!important}html.style5 .align-items-md-start{align-items:flex-start!important}html.style5 .align-items-md-end{align-items:flex-end!important}html.style5 .align-items-md-center{align-items:center!important}html.style5 .align-items-md-baseline{align-items:baseline!important}html.style5 .align-items-md-stretch{align-items:stretch!important}html.style5 .align-content-md-start{align-content:flex-start!important}html.style5 .align-content-md-end{align-content:flex-end!important}html.style5 .align-content-md-center{align-content:center!important}html.style5 .align-content-md-between{align-content:space-between!important}html.style5 .align-content-md-around{align-content:space-around!important}html.style5 .align-content-md-stretch{align-content:stretch!important}html.style5 .align-self-md-auto{align-self:auto!important}html.style5 .align-self-md-start{align-self:flex-start!important}html.style5 .align-self-md-end{align-self:flex-end!important}html.style5 .align-self-md-center{align-self:center!important}html.style5 .align-self-md-baseline{align-self:baseline!important}html.style5 .align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){html.style5 .flex-lg-row{flex-direction:row!important}html.style5 .flex-lg-column{flex-direction:column!important}html.style5 .flex-lg-row-reverse{flex-direction:row-reverse!important}html.style5 .flex-lg-column-reverse{flex-direction:column-reverse!important}html.style5 .flex-lg-wrap{flex-wrap:wrap!important}html.style5 .flex-lg-nowrap{flex-wrap:nowrap!important}html.style5 .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}html.style5 .flex-lg-fill{flex:1 1 auto!important}html.style5 .flex-lg-grow-0{flex-grow:0!important}html.style5 .flex-lg-grow-1{flex-grow:1!important}html.style5 .flex-lg-shrink-0{flex-shrink:0!important}html.style5 .flex-lg-shrink-1{flex-shrink:1!important}html.style5 .justify-content-lg-start{justify-content:flex-start!important}html.style5 .justify-content-lg-end{justify-content:flex-end!important}html.style5 .justify-content-lg-center{justify-content:center!important}html.style5 .justify-content-lg-between{justify-content:space-between!important}html.style5 .justify-content-lg-around{justify-content:space-around!important}html.style5 .align-items-lg-start{align-items:flex-start!important}html.style5 .align-items-lg-end{align-items:flex-end!important}html.style5 .align-items-lg-center{align-items:center!important}html.style5 .align-items-lg-baseline{align-items:baseline!important}html.style5 .align-items-lg-stretch{align-items:stretch!important}html.style5 .align-content-lg-start{align-content:flex-start!important}html.style5 .align-content-lg-end{align-content:flex-end!important}html.style5 .align-content-lg-center{align-content:center!important}html.style5 .align-content-lg-between{align-content:space-between!important}html.style5 .align-content-lg-around{align-content:space-around!important}html.style5 .align-content-lg-stretch{align-content:stretch!important}html.style5 .align-self-lg-auto{align-self:auto!important}html.style5 .align-self-lg-start{align-self:flex-start!important}html.style5 .align-self-lg-end{align-self:flex-end!important}html.style5 .align-self-lg-center{align-self:center!important}html.style5 .align-self-lg-baseline{align-self:baseline!important}html.style5 .align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){html.style5 .flex-xl-row{flex-direction:row!important}html.style5 .flex-xl-column{flex-direction:column!important}html.style5 .flex-xl-row-reverse{flex-direction:row-reverse!important}html.style5 .flex-xl-column-reverse{flex-direction:column-reverse!important}html.style5 .flex-xl-wrap{flex-wrap:wrap!important}html.style5 .flex-xl-nowrap{flex-wrap:nowrap!important}html.style5 .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}html.style5 .flex-xl-fill{flex:1 1 auto!important}html.style5 .flex-xl-grow-0{flex-grow:0!important}html.style5 .flex-xl-grow-1{flex-grow:1!important}html.style5 .flex-xl-shrink-0{flex-shrink:0!important}html.style5 .flex-xl-shrink-1{flex-shrink:1!important}html.style5 .justify-content-xl-start{justify-content:flex-start!important}html.style5 .justify-content-xl-end{justify-content:flex-end!important}html.style5 .justify-content-xl-center{justify-content:center!important}html.style5 .justify-content-xl-between{justify-content:space-between!important}html.style5 .justify-content-xl-around{justify-content:space-around!important}html.style5 .align-items-xl-start{align-items:flex-start!important}html.style5 .align-items-xl-end{align-items:flex-end!important}html.style5 .align-items-xl-center{align-items:center!important}html.style5 .align-items-xl-baseline{align-items:baseline!important}html.style5 .align-items-xl-stretch{align-items:stretch!important}html.style5 .align-content-xl-start{align-content:flex-start!important}html.style5 .align-content-xl-end{align-content:flex-end!important}html.style5 .align-content-xl-center{align-content:center!important}html.style5 .align-content-xl-between{align-content:space-between!important}html.style5 .align-content-xl-around{align-content:space-around!important}html.style5 .align-content-xl-stretch{align-content:stretch!important}html.style5 .align-self-xl-auto{align-self:auto!important}html.style5 .align-self-xl-start{align-self:flex-start!important}html.style5 .align-self-xl-end{align-self:flex-end!important}html.style5 .align-self-xl-center{align-self:center!important}html.style5 .align-self-xl-baseline{align-self:baseline!important}html.style5 .align-self-xl-stretch{align-self:stretch!important}}html.style5 .float-left{float:left!important}html.style5 .float-right{float:right!important}html.style5 .float-none{float:none!important}@media(min-width:576px){html.style5 .float-sm-left{float:left!important}html.style5 .float-sm-right{float:right!important}html.style5 .float-sm-none{float:none!important}}@media(min-width:768px){html.style5 .float-md-left{float:left!important}html.style5 .float-md-right{float:right!important}html.style5 .float-md-none{float:none!important}}@media(min-width:992px){html.style5 .float-lg-left{float:left!important}html.style5 .float-lg-right{float:right!important}html.style5 .float-lg-none{float:none!important}}@media(min-width:1200px){html.style5 .float-xl-left{float:left!important}html.style5 .float-xl-right{float:right!important}html.style5 .float-xl-none{float:none!important}}html.style5 .user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}html.style5 .user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}html.style5 .user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}html.style5 .overflow-auto{overflow:auto!important}html.style5 .overflow-hidden{overflow:hidden!important}html.style5 .position-static{position:static!important}html.style5 .position-relative{position:relative!important}html.style5 .position-absolute{position:absolute!important}html.style5 .position-fixed{position:fixed!important}html.style5 .position-sticky{position:-webkit-sticky!important;position:sticky!important}html.style5 .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}html.style5 .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports((position:-webkit-sticky) or (position:sticky)){html.style5 .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}html.style5 .sr-only{white-space:nowrap}html.style5 .sr-only-focusable:active,html.style5 .sr-only-focusable:focus{white-space:normal}html.style5 .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}html.style5 .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}html.style5 .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}html.style5 .shadow-none{box-shadow:none!important}html.style5 .w-25{width:25%!important}html.style5 .w-50{width:50%!important}html.style5 .w-75{width:75%!important}html.style5 .w-100{width:100%!important}html.style5 .w-auto{width:auto!important}html.style5 .h-25{height:25%!important}html.style5 .h-50{height:50%!important}html.style5 .h-75{height:75%!important}html.style5 .h-100{height:100%!important}html.style5 .h-auto{height:auto!important}html.style5 .mw-100{max-width:100%!important}html.style5 .mh-100{max-height:100%!important}html.style5 .min-vw-100{min-width:100vw!important}html.style5 .min-vh-100{min-height:100vh!important}html.style5 .vw-100{width:100vw!important}html.style5 .vh-100{height:100vh!important}html.style5 .mt-0,html.style5 .my-0{margin-top:0!important}html.style5 .mr-0,html.style5 .mx-0{margin-right:0!important}html.style5 .mb-0,html.style5 .my-0{margin-bottom:0!important}html.style5 .ml-0,html.style5 .mx-0{margin-left:0!important}html.style5 .m-1{margin:.25rem!important}html.style5 .mt-1,html.style5 .my-1{margin-top:.25rem!important}html.style5 .mr-1,html.style5 .mx-1{margin-right:.25rem!important}html.style5 .mb-1,html.style5 .my-1{margin-bottom:.25rem!important}html.style5 .ml-1,html.style5 .mx-1{margin-left:.25rem!important}html.style5 .m-2{margin:.5rem!important}html.style5 .mt-2,html.style5 .my-2{margin-top:.5rem!important}html.style5 .mr-2,html.style5 .mx-2{margin-right:.5rem!important}html.style5 .mb-2,html.style5 .my-2{margin-bottom:.5rem!important}html.style5 .ml-2,html.style5 .mx-2{margin-left:.5rem!important}html.style5 .m-3{margin:1rem!important}html.style5 .mt-3,html.style5 .my-3{margin-top:1rem!important}html.style5 .mr-3,html.style5 .mx-3{margin-right:1rem!important}html.style5 .mb-3,html.style5 .my-3{margin-bottom:1rem!important}html.style5 .ml-3,html.style5 .mx-3{margin-left:1rem!important}html.style5 .m-4{margin:1.5rem!important}html.style5 .mt-4,html.style5 .my-4{margin-top:1.5rem!important}html.style5 .mr-4,html.style5 .mx-4{margin-right:1.5rem!important}html.style5 .mb-4,html.style5 .my-4{margin-bottom:1.5rem!important}html.style5 .ml-4,html.style5 .mx-4{margin-left:1.5rem!important}html.style5 .m-5{margin:3rem!important}html.style5 .mt-5,html.style5 .my-5{margin-top:3rem!important}html.style5 .mr-5,html.style5 .mx-5{margin-right:3rem!important}html.style5 .mb-5,html.style5 .my-5{margin-bottom:3rem!important}html.style5 .ml-5,html.style5 .mx-5{margin-left:3rem!important}html.style5 .p-0{padding:0!important}html.style5 .pt-0,html.style5 .py-0{padding-top:0!important}html.style5 .pr-0,html.style5 .px-0{padding-right:0!important}html.style5 .pb-0,html.style5 .py-0{padding-bottom:0!important}html.style5 .pl-0,html.style5 .px-0{padding-left:0!important}html.style5 .p-1{padding:.25rem!important}html.style5 .pt-1,html.style5 .py-1{padding-top:.25rem!important}html.style5 .pr-1,html.style5 .px-1{padding-right:.25rem!important}html.style5 .pb-1,html.style5 .py-1{padding-bottom:.25rem!important}html.style5 .pl-1,html.style5 .px-1{padding-left:.25rem!important}html.style5 .p-2{padding:.5rem!important}html.style5 .pt-2,html.style5 .py-2{padding-top:.5rem!important}html.style5 .pr-2,html.style5 .px-2{padding-right:.5rem!important}html.style5 .pb-2,html.style5 .py-2{padding-bottom:.5rem!important}html.style5 .pl-2,html.style5 .px-2{padding-left:.5rem!important}html.style5 .p-3{padding:1rem!important}html.style5 .pt-3,html.style5 .py-3{padding-top:1rem!important}html.style5 .pr-3,html.style5 .px-3{padding-right:1rem!important}html.style5 .pb-3,html.style5 .py-3{padding-bottom:1rem!important}html.style5 .pl-3,html.style5 .px-3{padding-left:1rem!important}html.style5 .p-4{padding:1.5rem!important}html.style5 .pt-4,html.style5 .py-4{padding-top:1.5rem!important}html.style5 .pr-4,html.style5 .px-4{padding-right:1.5rem!important}html.style5 .pb-4,html.style5 .py-4{padding-bottom:1.5rem!important}html.style5 .pl-4,html.style5 .px-4{padding-left:1.5rem!important}html.style5 .p-5{padding:3rem!important}html.style5 .pt-5,html.style5 .py-5{padding-top:3rem!important}html.style5 .pr-5,html.style5 .px-5{padding-right:3rem!important}html.style5 .pb-5,html.style5 .py-5{padding-bottom:3rem!important}html.style5 .pl-5,html.style5 .px-5{padding-left:3rem!important}html.style5 .m-n1{margin:-.25rem!important}html.style5 .mt-n1,html.style5 .my-n1{margin-top:-.25rem!important}html.style5 .mr-n1,html.style5 .mx-n1{margin-right:-.25rem!important}html.style5 .mb-n1,html.style5 .my-n1{margin-bottom:-.25rem!important}html.style5 .ml-n1,html.style5 .mx-n1{margin-left:-.25rem!important}html.style5 .m-n2{margin:-.5rem!important}html.style5 .mt-n2,html.style5 .my-n2{margin-top:-.5rem!important}html.style5 .mr-n2,html.style5 .mx-n2{margin-right:-.5rem!important}html.style5 .mb-n2,html.style5 .my-n2{margin-bottom:-.5rem!important}html.style5 .ml-n2,html.style5 .mx-n2{margin-left:-.5rem!important}html.style5 .m-n3{margin:-1rem!important}html.style5 .mt-n3,html.style5 .my-n3{margin-top:-1rem!important}html.style5 .mr-n3,html.style5 .mx-n3{margin-right:-1rem!important}html.style5 .mb-n3,html.style5 .my-n3{margin-bottom:-1rem!important}html.style5 .ml-n3,html.style5 .mx-n3{margin-left:-1rem!important}html.style5 .m-n4{margin:-1.5rem!important}html.style5 .mt-n4,html.style5 .my-n4{margin-top:-1.5rem!important}html.style5 .mr-n4,html.style5 .mx-n4{margin-right:-1.5rem!important}html.style5 .mb-n4,html.style5 .my-n4{margin-bottom:-1.5rem!important}html.style5 .ml-n4,html.style5 .mx-n4{margin-left:-1.5rem!important}html.style5 .m-n5{margin:-3rem!important}html.style5 .mt-n5,html.style5 .my-n5{margin-top:-3rem!important}html.style5 .mr-n5,html.style5 .mx-n5{margin-right:-3rem!important}html.style5 .mb-n5,html.style5 .my-n5{margin-bottom:-3rem!important}html.style5 .ml-n5,html.style5 .mx-n5{margin-left:-3rem!important}html.style5 .m-auto{margin:auto!important}html.style5 .mt-auto,html.style5 .my-auto{margin-top:auto!important}html.style5 .mr-auto,html.style5 .mx-auto{margin-right:auto!important}html.style5 .mb-auto,html.style5 .my-auto{margin-bottom:auto!important}html.style5 .ml-auto,html.style5 .mx-auto{margin-left:auto!important}@media(min-width:576px){html.style5 .m-sm-0{margin:0!important}html.style5 .mt-sm-0,html.style5 .my-sm-0{margin-top:0!important}html.style5 .mr-sm-0,html.style5 .mx-sm-0{margin-right:0!important}html.style5 .mb-sm-0,html.style5 .my-sm-0{margin-bottom:0!important}html.style5 .ml-sm-0,html.style5 .mx-sm-0{margin-left:0!important}html.style5 .m-sm-1{margin:.25rem!important}html.style5 .mt-sm-1,html.style5 .my-sm-1{margin-top:.25rem!important}html.style5 .mr-sm-1,html.style5 .mx-sm-1{margin-right:.25rem!important}html.style5 .mb-sm-1,html.style5 .my-sm-1{margin-bottom:.25rem!important}html.style5 .ml-sm-1,html.style5 .mx-sm-1{margin-left:.25rem!important}html.style5 .m-sm-2{margin:.5rem!important}html.style5 .mt-sm-2,html.style5 .my-sm-2{margin-top:.5rem!important}html.style5 .mr-sm-2,html.style5 .mx-sm-2{margin-right:.5rem!important}html.style5 .mb-sm-2,html.style5 .my-sm-2{margin-bottom:.5rem!important}html.style5 .ml-sm-2,html.style5 .mx-sm-2{margin-left:.5rem!important}html.style5 .m-sm-3{margin:1rem!important}html.style5 .mt-sm-3,html.style5 .my-sm-3{margin-top:1rem!important}html.style5 .mr-sm-3,html.style5 .mx-sm-3{margin-right:1rem!important}html.style5 .mb-sm-3,html.style5 .my-sm-3{margin-bottom:1rem!important}html.style5 .ml-sm-3,html.style5 .mx-sm-3{margin-left:1rem!important}html.style5 .m-sm-4{margin:1.5rem!important}html.style5 .mt-sm-4,html.style5 .my-sm-4{margin-top:1.5rem!important}html.style5 .mr-sm-4,html.style5 .mx-sm-4{margin-right:1.5rem!important}html.style5 .mb-sm-4,html.style5 .my-sm-4{margin-bottom:1.5rem!important}html.style5 .ml-sm-4,html.style5 .mx-sm-4{margin-left:1.5rem!important}html.style5 .m-sm-5{margin:3rem!important}html.style5 .mt-sm-5,html.style5 .my-sm-5{margin-top:3rem!important}html.style5 .mr-sm-5,html.style5 .mx-sm-5{margin-right:3rem!important}html.style5 .mb-sm-5,html.style5 .my-sm-5{margin-bottom:3rem!important}html.style5 .ml-sm-5,html.style5 .mx-sm-5{margin-left:3rem!important}html.style5 .p-sm-0{padding:0!important}html.style5 .pt-sm-0,html.style5 .py-sm-0{padding-top:0!important}html.style5 .pr-sm-0,html.style5 .px-sm-0{padding-right:0!important}html.style5 .pb-sm-0,html.style5 .py-sm-0{padding-bottom:0!important}html.style5 .pl-sm-0,html.style5 .px-sm-0{padding-left:0!important}html.style5 .p-sm-1{padding:.25rem!important}html.style5 .pt-sm-1,html.style5 .py-sm-1{padding-top:.25rem!important}html.style5 .pr-sm-1,html.style5 .px-sm-1{padding-right:.25rem!important}html.style5 .pb-sm-1,html.style5 .py-sm-1{padding-bottom:.25rem!important}html.style5 .pl-sm-1,html.style5 .px-sm-1{padding-left:.25rem!important}html.style5 .p-sm-2{padding:.5rem!important}html.style5 .pt-sm-2,html.style5 .py-sm-2{padding-top:.5rem!important}html.style5 .pr-sm-2,html.style5 .px-sm-2{padding-right:.5rem!important}html.style5 .pb-sm-2,html.style5 .py-sm-2{padding-bottom:.5rem!important}html.style5 .pl-sm-2,html.style5 .px-sm-2{padding-left:.5rem!important}html.style5 .p-sm-3{padding:1rem!important}html.style5 .pt-sm-3,html.style5 .py-sm-3{padding-top:1rem!important}html.style5 .pr-sm-3,html.style5 .px-sm-3{padding-right:1rem!important}html.style5 .pb-sm-3,html.style5 .py-sm-3{padding-bottom:1rem!important}html.style5 .pl-sm-3,html.style5 .px-sm-3{padding-left:1rem!important}html.style5 .p-sm-4{padding:1.5rem!important}html.style5 .pt-sm-4,html.style5 .py-sm-4{padding-top:1.5rem!important}html.style5 .pr-sm-4,html.style5 .px-sm-4{padding-right:1.5rem!important}html.style5 .pb-sm-4,html.style5 .py-sm-4{padding-bottom:1.5rem!important}html.style5 .pl-sm-4,html.style5 .px-sm-4{padding-left:1.5rem!important}html.style5 .p-sm-5{padding:3rem!important}html.style5 .pt-sm-5,html.style5 .py-sm-5{padding-top:3rem!important}html.style5 .pr-sm-5,html.style5 .px-sm-5{padding-right:3rem!important}html.style5 .pb-sm-5,html.style5 .py-sm-5{padding-bottom:3rem!important}html.style5 .pl-sm-5,html.style5 .px-sm-5{padding-left:3rem!important}html.style5 .m-sm-n1{margin:-.25rem!important}html.style5 .mt-sm-n1,html.style5 .my-sm-n1{margin-top:-.25rem!important}html.style5 .mr-sm-n1,html.style5 .mx-sm-n1{margin-right:-.25rem!important}html.style5 .mb-sm-n1,html.style5 .my-sm-n1{margin-bottom:-.25rem!important}html.style5 .ml-sm-n1,html.style5 .mx-sm-n1{margin-left:-.25rem!important}html.style5 .m-sm-n2{margin:-.5rem!important}html.style5 .mt-sm-n2,html.style5 .my-sm-n2{margin-top:-.5rem!important}html.style5 .mr-sm-n2,html.style5 .mx-sm-n2{margin-right:-.5rem!important}html.style5 .mb-sm-n2,html.style5 .my-sm-n2{margin-bottom:-.5rem!important}html.style5 .ml-sm-n2,html.style5 .mx-sm-n2{margin-left:-.5rem!important}html.style5 .m-sm-n3{margin:-1rem!important}html.style5 .mt-sm-n3,html.style5 .my-sm-n3{margin-top:-1rem!important}html.style5 .mr-sm-n3,html.style5 .mx-sm-n3{margin-right:-1rem!important}html.style5 .mb-sm-n3,html.style5 .my-sm-n3{margin-bottom:-1rem!important}html.style5 .ml-sm-n3,html.style5 .mx-sm-n3{margin-left:-1rem!important}html.style5 .m-sm-n4{margin:-1.5rem!important}html.style5 .mt-sm-n4,html.style5 .my-sm-n4{margin-top:-1.5rem!important}html.style5 .mr-sm-n4,html.style5 .mx-sm-n4{margin-right:-1.5rem!important}html.style5 .mb-sm-n4,html.style5 .my-sm-n4{margin-bottom:-1.5rem!important}html.style5 .ml-sm-n4,html.style5 .mx-sm-n4{margin-left:-1.5rem!important}html.style5 .m-sm-n5{margin:-3rem!important}html.style5 .mt-sm-n5,html.style5 .my-sm-n5{margin-top:-3rem!important}html.style5 .mr-sm-n5,html.style5 .mx-sm-n5{margin-right:-3rem!important}html.style5 .mb-sm-n5,html.style5 .my-sm-n5{margin-bottom:-3rem!important}html.style5 .ml-sm-n5,html.style5 .mx-sm-n5{margin-left:-3rem!important}html.style5 .m-sm-auto{margin:auto!important}html.style5 .mt-sm-auto,html.style5 .my-sm-auto{margin-top:auto!important}html.style5 .mr-sm-auto,html.style5 .mx-sm-auto{margin-right:auto!important}html.style5 .mb-sm-auto,html.style5 .my-sm-auto{margin-bottom:auto!important}html.style5 .ml-sm-auto,html.style5 .mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){html.style5 .m-md-0{margin:0!important}html.style5 .mt-md-0,html.style5 .my-md-0{margin-top:0!important}html.style5 .mr-md-0,html.style5 .mx-md-0{margin-right:0!important}html.style5 .mb-md-0,html.style5 .my-md-0{margin-bottom:0!important}html.style5 .ml-md-0,html.style5 .mx-md-0{margin-left:0!important}html.style5 .m-md-1{margin:.25rem!important}html.style5 .mt-md-1,html.style5 .my-md-1{margin-top:.25rem!important}html.style5 .mr-md-1,html.style5 .mx-md-1{margin-right:.25rem!important}html.style5 .mb-md-1,html.style5 .my-md-1{margin-bottom:.25rem!important}html.style5 .ml-md-1,html.style5 .mx-md-1{margin-left:.25rem!important}html.style5 .m-md-2{margin:.5rem!important}html.style5 .mt-md-2,html.style5 .my-md-2{margin-top:.5rem!important}html.style5 .mr-md-2,html.style5 .mx-md-2{margin-right:.5rem!important}html.style5 .mb-md-2,html.style5 .my-md-2{margin-bottom:.5rem!important}html.style5 .ml-md-2,html.style5 .mx-md-2{margin-left:.5rem!important}html.style5 .m-md-3{margin:1rem!important}html.style5 .mt-md-3,html.style5 .my-md-3{margin-top:1rem!important}html.style5 .mr-md-3,html.style5 .mx-md-3{margin-right:1rem!important}html.style5 .mb-md-3,html.style5 .my-md-3{margin-bottom:1rem!important}html.style5 .ml-md-3,html.style5 .mx-md-3{margin-left:1rem!important}html.style5 .m-md-4{margin:1.5rem!important}html.style5 .mt-md-4,html.style5 .my-md-4{margin-top:1.5rem!important}html.style5 .mr-md-4,html.style5 .mx-md-4{margin-right:1.5rem!important}html.style5 .mb-md-4,html.style5 .my-md-4{margin-bottom:1.5rem!important}html.style5 .ml-md-4,html.style5 .mx-md-4{margin-left:1.5rem!important}html.style5 .m-md-5{margin:3rem!important}html.style5 .mt-md-5,html.style5 .my-md-5{margin-top:3rem!important}html.style5 .mr-md-5,html.style5 .mx-md-5{margin-right:3rem!important}html.style5 .mb-md-5,html.style5 .my-md-5{margin-bottom:3rem!important}html.style5 .ml-md-5,html.style5 .mx-md-5{margin-left:3rem!important}html.style5 .p-md-0{padding:0!important}html.style5 .pt-md-0,html.style5 .py-md-0{padding-top:0!important}html.style5 .pr-md-0,html.style5 .px-md-0{padding-right:0!important}html.style5 .pb-md-0,html.style5 .py-md-0{padding-bottom:0!important}html.style5 .pl-md-0,html.style5 .px-md-0{padding-left:0!important}html.style5 .p-md-1{padding:.25rem!important}html.style5 .pt-md-1,html.style5 .py-md-1{padding-top:.25rem!important}html.style5 .pr-md-1,html.style5 .px-md-1{padding-right:.25rem!important}html.style5 .pb-md-1,html.style5 .py-md-1{padding-bottom:.25rem!important}html.style5 .pl-md-1,html.style5 .px-md-1{padding-left:.25rem!important}html.style5 .p-md-2{padding:.5rem!important}html.style5 .pt-md-2,html.style5 .py-md-2{padding-top:.5rem!important}html.style5 .pr-md-2,html.style5 .px-md-2{padding-right:.5rem!important}html.style5 .pb-md-2,html.style5 .py-md-2{padding-bottom:.5rem!important}html.style5 .pl-md-2,html.style5 .px-md-2{padding-left:.5rem!important}html.style5 .p-md-3{padding:1rem!important}html.style5 .pt-md-3,html.style5 .py-md-3{padding-top:1rem!important}html.style5 .pr-md-3,html.style5 .px-md-3{padding-right:1rem!important}html.style5 .pb-md-3,html.style5 .py-md-3{padding-bottom:1rem!important}html.style5 .pl-md-3,html.style5 .px-md-3{padding-left:1rem!important}html.style5 .p-md-4{padding:1.5rem!important}html.style5 .pt-md-4,html.style5 .py-md-4{padding-top:1.5rem!important}html.style5 .pr-md-4,html.style5 .px-md-4{padding-right:1.5rem!important}html.style5 .pb-md-4,html.style5 .py-md-4{padding-bottom:1.5rem!important}html.style5 .pl-md-4,html.style5 .px-md-4{padding-left:1.5rem!important}html.style5 .p-md-5{padding:3rem!important}html.style5 .pt-md-5,html.style5 .py-md-5{padding-top:3rem!important}html.style5 .pr-md-5,html.style5 .px-md-5{padding-right:3rem!important}html.style5 .pb-md-5,html.style5 .py-md-5{padding-bottom:3rem!important}html.style5 .pl-md-5,html.style5 .px-md-5{padding-left:3rem!important}html.style5 .m-md-n1{margin:-.25rem!important}html.style5 .mt-md-n1,html.style5 .my-md-n1{margin-top:-.25rem!important}html.style5 .mr-md-n1,html.style5 .mx-md-n1{margin-right:-.25rem!important}html.style5 .mb-md-n1,html.style5 .my-md-n1{margin-bottom:-.25rem!important}html.style5 .ml-md-n1,html.style5 .mx-md-n1{margin-left:-.25rem!important}html.style5 .m-md-n2{margin:-.5rem!important}html.style5 .mt-md-n2,html.style5 .my-md-n2{margin-top:-.5rem!important}html.style5 .mr-md-n2,html.style5 .mx-md-n2{margin-right:-.5rem!important}html.style5 .mb-md-n2,html.style5 .my-md-n2{margin-bottom:-.5rem!important}html.style5 .ml-md-n2,html.style5 .mx-md-n2{margin-left:-.5rem!important}html.style5 .m-md-n3{margin:-1rem!important}html.style5 .mt-md-n3,html.style5 .my-md-n3{margin-top:-1rem!important}html.style5 .mr-md-n3,html.style5 .mx-md-n3{margin-right:-1rem!important}html.style5 .mb-md-n3,html.style5 .my-md-n3{margin-bottom:-1rem!important}html.style5 .ml-md-n3,html.style5 .mx-md-n3{margin-left:-1rem!important}html.style5 .m-md-n4{margin:-1.5rem!important}html.style5 .mt-md-n4,html.style5 .my-md-n4{margin-top:-1.5rem!important}html.style5 .mr-md-n4,html.style5 .mx-md-n4{margin-right:-1.5rem!important}html.style5 .mb-md-n4,html.style5 .my-md-n4{margin-bottom:-1.5rem!important}html.style5 .ml-md-n4,html.style5 .mx-md-n4{margin-left:-1.5rem!important}html.style5 .m-md-n5{margin:-3rem!important}html.style5 .mt-md-n5,html.style5 .my-md-n5{margin-top:-3rem!important}html.style5 .mr-md-n5,html.style5 .mx-md-n5{margin-right:-3rem!important}html.style5 .mb-md-n5,html.style5 .my-md-n5{margin-bottom:-3rem!important}html.style5 .ml-md-n5,html.style5 .mx-md-n5{margin-left:-3rem!important}html.style5 .m-md-auto{margin:auto!important}html.style5 .mt-md-auto,html.style5 .my-md-auto{margin-top:auto!important}html.style5 .mr-md-auto,html.style5 .mx-md-auto{margin-right:auto!important}html.style5 .mb-md-auto,html.style5 .my-md-auto{margin-bottom:auto!important}html.style5 .ml-md-auto,html.style5 .mx-md-auto{margin-left:auto!important}}@media(min-width:992px){html.style5 .m-lg-0{margin:0!important}html.style5 .mt-lg-0,html.style5 .my-lg-0{margin-top:0!important}html.style5 .mr-lg-0,html.style5 .mx-lg-0{margin-right:0!important}html.style5 .mb-lg-0,html.style5 .my-lg-0{margin-bottom:0!important}html.style5 .ml-lg-0,html.style5 .mx-lg-0{margin-left:0!important}html.style5 .m-lg-1{margin:.25rem!important}html.style5 .mt-lg-1,html.style5 .my-lg-1{margin-top:.25rem!important}html.style5 .mr-lg-1,html.style5 .mx-lg-1{margin-right:.25rem!important}html.style5 .mb-lg-1,html.style5 .my-lg-1{margin-bottom:.25rem!important}html.style5 .ml-lg-1,html.style5 .mx-lg-1{margin-left:.25rem!important}html.style5 .m-lg-2{margin:.5rem!important}html.style5 .mt-lg-2,html.style5 .my-lg-2{margin-top:.5rem!important}html.style5 .mr-lg-2,html.style5 .mx-lg-2{margin-right:.5rem!important}html.style5 .mb-lg-2,html.style5 .my-lg-2{margin-bottom:.5rem!important}html.style5 .ml-lg-2,html.style5 .mx-lg-2{margin-left:.5rem!important}html.style5 .m-lg-3{margin:1rem!important}html.style5 .mt-lg-3,html.style5 .my-lg-3{margin-top:1rem!important}html.style5 .mr-lg-3,html.style5 .mx-lg-3{margin-right:1rem!important}html.style5 .mb-lg-3,html.style5 .my-lg-3{margin-bottom:1rem!important}html.style5 .ml-lg-3,html.style5 .mx-lg-3{margin-left:1rem!important}html.style5 .m-lg-4{margin:1.5rem!important}html.style5 .mt-lg-4,html.style5 .my-lg-4{margin-top:1.5rem!important}html.style5 .mr-lg-4,html.style5 .mx-lg-4{margin-right:1.5rem!important}html.style5 .mb-lg-4,html.style5 .my-lg-4{margin-bottom:1.5rem!important}html.style5 .ml-lg-4,html.style5 .mx-lg-4{margin-left:1.5rem!important}html.style5 .m-lg-5{margin:3rem!important}html.style5 .mt-lg-5,html.style5 .my-lg-5{margin-top:3rem!important}html.style5 .mr-lg-5,html.style5 .mx-lg-5{margin-right:3rem!important}html.style5 .mb-lg-5,html.style5 .my-lg-5{margin-bottom:3rem!important}html.style5 .ml-lg-5,html.style5 .mx-lg-5{margin-left:3rem!important}html.style5 .p-lg-0{padding:0!important}html.style5 .pt-lg-0,html.style5 .py-lg-0{padding-top:0!important}html.style5 .pr-lg-0,html.style5 .px-lg-0{padding-right:0!important}html.style5 .pb-lg-0,html.style5 .py-lg-0{padding-bottom:0!important}html.style5 .pl-lg-0,html.style5 .px-lg-0{padding-left:0!important}html.style5 .p-lg-1{padding:.25rem!important}html.style5 .pt-lg-1,html.style5 .py-lg-1{padding-top:.25rem!important}html.style5 .pr-lg-1,html.style5 .px-lg-1{padding-right:.25rem!important}html.style5 .pb-lg-1,html.style5 .py-lg-1{padding-bottom:.25rem!important}html.style5 .pl-lg-1,html.style5 .px-lg-1{padding-left:.25rem!important}html.style5 .p-lg-2{padding:.5rem!important}html.style5 .pt-lg-2,html.style5 .py-lg-2{padding-top:.5rem!important}html.style5 .pr-lg-2,html.style5 .px-lg-2{padding-right:.5rem!important}html.style5 .pb-lg-2,html.style5 .py-lg-2{padding-bottom:.5rem!important}html.style5 .pl-lg-2,html.style5 .px-lg-2{padding-left:.5rem!important}html.style5 .p-lg-3{padding:1rem!important}html.style5 .pt-lg-3,html.style5 .py-lg-3{padding-top:1rem!important}html.style5 .pr-lg-3,html.style5 .px-lg-3{padding-right:1rem!important}html.style5 .pb-lg-3,html.style5 .py-lg-3{padding-bottom:1rem!important}html.style5 .pl-lg-3,html.style5 .px-lg-3{padding-left:1rem!important}html.style5 .p-lg-4{padding:1.5rem!important}html.style5 .pt-lg-4,html.style5 .py-lg-4{padding-top:1.5rem!important}html.style5 .pr-lg-4,html.style5 .px-lg-4{padding-right:1.5rem!important}html.style5 .pb-lg-4,html.style5 .py-lg-4{padding-bottom:1.5rem!important}html.style5 .pl-lg-4,html.style5 .px-lg-4{padding-left:1.5rem!important}html.style5 .p-lg-5{padding:3rem!important}html.style5 .pt-lg-5,html.style5 .py-lg-5{padding-top:3rem!important}html.style5 .pr-lg-5,html.style5 .px-lg-5{padding-right:3rem!important}html.style5 .pb-lg-5,html.style5 .py-lg-5{padding-bottom:3rem!important}html.style5 .pl-lg-5,html.style5 .px-lg-5{padding-left:3rem!important}html.style5 .m-lg-n1{margin:-.25rem!important}html.style5 .mt-lg-n1,html.style5 .my-lg-n1{margin-top:-.25rem!important}html.style5 .mr-lg-n1,html.style5 .mx-lg-n1{margin-right:-.25rem!important}html.style5 .mb-lg-n1,html.style5 .my-lg-n1{margin-bottom:-.25rem!important}html.style5 .ml-lg-n1,html.style5 .mx-lg-n1{margin-left:-.25rem!important}html.style5 .m-lg-n2{margin:-.5rem!important}html.style5 .mt-lg-n2,html.style5 .my-lg-n2{margin-top:-.5rem!important}html.style5 .mr-lg-n2,html.style5 .mx-lg-n2{margin-right:-.5rem!important}html.style5 .mb-lg-n2,html.style5 .my-lg-n2{margin-bottom:-.5rem!important}html.style5 .ml-lg-n2,html.style5 .mx-lg-n2{margin-left:-.5rem!important}html.style5 .m-lg-n3{margin:-1rem!important}html.style5 .mt-lg-n3,html.style5 .my-lg-n3{margin-top:-1rem!important}html.style5 .mr-lg-n3,html.style5 .mx-lg-n3{margin-right:-1rem!important}html.style5 .mb-lg-n3,html.style5 .my-lg-n3{margin-bottom:-1rem!important}html.style5 .ml-lg-n3,html.style5 .mx-lg-n3{margin-left:-1rem!important}html.style5 .m-lg-n4{margin:-1.5rem!important}html.style5 .mt-lg-n4,html.style5 .my-lg-n4{margin-top:-1.5rem!important}html.style5 .mr-lg-n4,html.style5 .mx-lg-n4{margin-right:-1.5rem!important}html.style5 .mb-lg-n4,html.style5 .my-lg-n4{margin-bottom:-1.5rem!important}html.style5 .ml-lg-n4,html.style5 .mx-lg-n4{margin-left:-1.5rem!important}html.style5 .m-lg-n5{margin:-3rem!important}html.style5 .mt-lg-n5,html.style5 .my-lg-n5{margin-top:-3rem!important}html.style5 .mr-lg-n5,html.style5 .mx-lg-n5{margin-right:-3rem!important}html.style5 .mb-lg-n5,html.style5 .my-lg-n5{margin-bottom:-3rem!important}html.style5 .ml-lg-n5,html.style5 .mx-lg-n5{margin-left:-3rem!important}html.style5 .m-lg-auto{margin:auto!important}html.style5 .mt-lg-auto,html.style5 .my-lg-auto{margin-top:auto!important}html.style5 .mr-lg-auto,html.style5 .mx-lg-auto{margin-right:auto!important}html.style5 .mb-lg-auto,html.style5 .my-lg-auto{margin-bottom:auto!important}html.style5 .ml-lg-auto,html.style5 .mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){html.style5 .m-xl-0{margin:0!important}html.style5 .mt-xl-0,html.style5 .my-xl-0{margin-top:0!important}html.style5 .mr-xl-0,html.style5 .mx-xl-0{margin-right:0!important}html.style5 .mb-xl-0,html.style5 .my-xl-0{margin-bottom:0!important}html.style5 .ml-xl-0,html.style5 .mx-xl-0{margin-left:0!important}html.style5 .m-xl-1{margin:.25rem!important}html.style5 .mt-xl-1,html.style5 .my-xl-1{margin-top:.25rem!important}html.style5 .mr-xl-1,html.style5 .mx-xl-1{margin-right:.25rem!important}html.style5 .mb-xl-1,html.style5 .my-xl-1{margin-bottom:.25rem!important}html.style5 .ml-xl-1,html.style5 .mx-xl-1{margin-left:.25rem!important}html.style5 .m-xl-2{margin:.5rem!important}html.style5 .mt-xl-2,html.style5 .my-xl-2{margin-top:.5rem!important}html.style5 .mr-xl-2,html.style5 .mx-xl-2{margin-right:.5rem!important}html.style5 .mb-xl-2,html.style5 .my-xl-2{margin-bottom:.5rem!important}html.style5 .ml-xl-2,html.style5 .mx-xl-2{margin-left:.5rem!important}html.style5 .m-xl-3{margin:1rem!important}html.style5 .mt-xl-3,html.style5 .my-xl-3{margin-top:1rem!important}html.style5 .mr-xl-3,html.style5 .mx-xl-3{margin-right:1rem!important}html.style5 .mb-xl-3,html.style5 .my-xl-3{margin-bottom:1rem!important}html.style5 .ml-xl-3,html.style5 .mx-xl-3{margin-left:1rem!important}html.style5 .m-xl-4{margin:1.5rem!important}html.style5 .mt-xl-4,html.style5 .my-xl-4{margin-top:1.5rem!important}html.style5 .mr-xl-4,html.style5 .mx-xl-4{margin-right:1.5rem!important}html.style5 .mb-xl-4,html.style5 .my-xl-4{margin-bottom:1.5rem!important}html.style5 .ml-xl-4,html.style5 .mx-xl-4{margin-left:1.5rem!important}html.style5 .m-xl-5{margin:3rem!important}html.style5 .mt-xl-5,html.style5 .my-xl-5{margin-top:3rem!important}html.style5 .mr-xl-5,html.style5 .mx-xl-5{margin-right:3rem!important}html.style5 .mb-xl-5,html.style5 .my-xl-5{margin-bottom:3rem!important}html.style5 .ml-xl-5,html.style5 .mx-xl-5{margin-left:3rem!important}html.style5 .p-xl-0{padding:0!important}html.style5 .pt-xl-0,html.style5 .py-xl-0{padding-top:0!important}html.style5 .pr-xl-0,html.style5 .px-xl-0{padding-right:0!important}html.style5 .pb-xl-0,html.style5 .py-xl-0{padding-bottom:0!important}html.style5 .pl-xl-0,html.style5 .px-xl-0{padding-left:0!important}html.style5 .p-xl-1{padding:.25rem!important}html.style5 .pt-xl-1,html.style5 .py-xl-1{padding-top:.25rem!important}html.style5 .pr-xl-1,html.style5 .px-xl-1{padding-right:.25rem!important}html.style5 .pb-xl-1,html.style5 .py-xl-1{padding-bottom:.25rem!important}html.style5 .pl-xl-1,html.style5 .px-xl-1{padding-left:.25rem!important}html.style5 .p-xl-2{padding:.5rem!important}html.style5 .pt-xl-2,html.style5 .py-xl-2{padding-top:.5rem!important}html.style5 .pr-xl-2,html.style5 .px-xl-2{padding-right:.5rem!important}html.style5 .pb-xl-2,html.style5 .py-xl-2{padding-bottom:.5rem!important}html.style5 .pl-xl-2,html.style5 .px-xl-2{padding-left:.5rem!important}html.style5 .p-xl-3{padding:1rem!important}html.style5 .pt-xl-3,html.style5 .py-xl-3{padding-top:1rem!important}html.style5 .pr-xl-3,html.style5 .px-xl-3{padding-right:1rem!important}html.style5 .pb-xl-3,html.style5 .py-xl-3{padding-bottom:1rem!important}html.style5 .pl-xl-3,html.style5 .px-xl-3{padding-left:1rem!important}html.style5 .p-xl-4{padding:1.5rem!important}html.style5 .pt-xl-4,html.style5 .py-xl-4{padding-top:1.5rem!important}html.style5 .pr-xl-4,html.style5 .px-xl-4{padding-right:1.5rem!important}html.style5 .pb-xl-4,html.style5 .py-xl-4{padding-bottom:1.5rem!important}html.style5 .pl-xl-4,html.style5 .px-xl-4{padding-left:1.5rem!important}html.style5 .p-xl-5{padding:3rem!important}html.style5 .pt-xl-5,html.style5 .py-xl-5{padding-top:3rem!important}html.style5 .pr-xl-5,html.style5 .px-xl-5{padding-right:3rem!important}html.style5 .pb-xl-5,html.style5 .py-xl-5{padding-bottom:3rem!important}html.style5 .pl-xl-5,html.style5 .px-xl-5{padding-left:3rem!important}html.style5 .m-xl-n1{margin:-.25rem!important}html.style5 .mt-xl-n1,html.style5 .my-xl-n1{margin-top:-.25rem!important}html.style5 .mr-xl-n1,html.style5 .mx-xl-n1{margin-right:-.25rem!important}html.style5 .mb-xl-n1,html.style5 .my-xl-n1{margin-bottom:-.25rem!important}html.style5 .ml-xl-n1,html.style5 .mx-xl-n1{margin-left:-.25rem!important}html.style5 .m-xl-n2{margin:-.5rem!important}html.style5 .mt-xl-n2,html.style5 .my-xl-n2{margin-top:-.5rem!important}html.style5 .mr-xl-n2,html.style5 .mx-xl-n2{margin-right:-.5rem!important}html.style5 .mb-xl-n2,html.style5 .my-xl-n2{margin-bottom:-.5rem!important}html.style5 .ml-xl-n2,html.style5 .mx-xl-n2{margin-left:-.5rem!important}html.style5 .m-xl-n3{margin:-1rem!important}html.style5 .mt-xl-n3,html.style5 .my-xl-n3{margin-top:-1rem!important}html.style5 .mr-xl-n3,html.style5 .mx-xl-n3{margin-right:-1rem!important}html.style5 .mb-xl-n3,html.style5 .my-xl-n3{margin-bottom:-1rem!important}html.style5 .ml-xl-n3,html.style5 .mx-xl-n3{margin-left:-1rem!important}html.style5 .m-xl-n4{margin:-1.5rem!important}html.style5 .mt-xl-n4,html.style5 .my-xl-n4{margin-top:-1.5rem!important}html.style5 .mr-xl-n4,html.style5 .mx-xl-n4{margin-right:-1.5rem!important}html.style5 .mb-xl-n4,html.style5 .my-xl-n4{margin-bottom:-1.5rem!important}html.style5 .ml-xl-n4,html.style5 .mx-xl-n4{margin-left:-1.5rem!important}html.style5 .m-xl-n5{margin:-3rem!important}html.style5 .mt-xl-n5,html.style5 .my-xl-n5{margin-top:-3rem!important}html.style5 .mr-xl-n5,html.style5 .mx-xl-n5{margin-right:-3rem!important}html.style5 .mb-xl-n5,html.style5 .my-xl-n5{margin-bottom:-3rem!important}html.style5 .ml-xl-n5,html.style5 .mx-xl-n5{margin-left:-3rem!important}html.style5 .m-xl-auto{margin:auto!important}html.style5 .mt-xl-auto,html.style5 .my-xl-auto{margin-top:auto!important}html.style5 .mr-xl-auto,html.style5 .mx-xl-auto{margin-right:auto!important}html.style5 .mb-xl-auto,html.style5 .my-xl-auto{margin-bottom:auto!important}html.style5 .ml-xl-auto,html.style5 .mx-xl-auto{margin-left:auto!important}}html.style5 .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}html.style5 .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}html.style5 .text-justify{text-align:justify!important}html.style5 .text-wrap{white-space:normal!important}html.style5 .text-nowrap{white-space:nowrap!important}html.style5 .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.style5 .text-left{text-align:left!important}html.style5 .text-right{text-align:right!important}html.style5 .text-center{text-align:center!important}@media(min-width:576px){html.style5 .text-sm-left{text-align:left!important}html.style5 .text-sm-right{text-align:right!important}html.style5 .text-sm-center{text-align:center!important}}@media(min-width:768px){html.style5 .text-md-left{text-align:left!important}html.style5 .text-md-right{text-align:right!important}html.style5 .text-md-center{text-align:center!important}}@media(min-width:992px){html.style5 .text-lg-left{text-align:left!important}html.style5 .text-lg-right{text-align:right!important}html.style5 .text-lg-center{text-align:center!important}}@media(min-width:1200px){html.style5 .text-xl-left{text-align:left!important}html.style5 .text-xl-right{text-align:right!important}html.style5 .text-xl-center{text-align:center!important}}html.style5 .text-lowercase{text-transform:lowercase!important}html.style5 .text-uppercase{text-transform:uppercase!important}html.style5 .text-capitalize{text-transform:capitalize!important}html.style5 .font-weight-light{font-weight:300!important}html.style5 .font-weight-lighter{font-weight:lighter!important}html.style5 .font-weight-normal{font-weight:400!important}html.style5 .font-weight-bold{font-weight:700!important}html.style5 .font-weight-bolder{font-weight:bolder!important}html.style5 .font-italic{font-style:italic!important}html.style5 .text-white{color:#fff!important}html.style5 .text-primary{color:#007bff!important}html.style5 a.text-primary:focus,html.style5 a.text-primary:hover{color:#0056b3!important}html.style5 .text-secondary{color:#6c757d!important}html.style5 a.text-secondary:focus,html.style5 a.text-secondary:hover{color:#494f54!important}html.style5 .text-success{color:#28a745!important}html.style5 a.text-success:focus,html.style5 a.text-success:hover{color:#19692c!important}html.style5 .text-info{color:#17a2b8!important}html.style5 a.text-info:focus,html.style5 a.text-info:hover{color:#0f6674!important}html.style5 .text-warning{color:#ffc107!important}html.style5 a.text-warning:focus,html.style5 a.text-warning:hover{color:#ba8b00!important}html.style5 .text-danger{color:#ff3030!important}html.style5 a.text-danger:focus,html.style5 a.text-danger:hover{color:#e30000!important}html.style5 .text-light{color:#25262c!important}html.style5 a.text-light:focus,html.style5 a.text-light:hover{color:#020202!important}html.style5 .text-dark{color:#191b1f!important}html.style5 a.text-dark:focus,html.style5 a.text-dark:hover{color:#000!important}html.style5 .text-body{color:#212529!important}html.style5 .text-muted{color:#6c757d!important}html.style5 .text-black-50{color:rgba(0,0,0,.5)!important}html.style5 .text-white-50{color:hsla(0,0%,100%,.5)!important}html.style5 .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}html.style5 .text-decoration-none{text-decoration:none!important}html.style5 .text-break{word-break:break-word!important;word-wrap:break-word!important}html.style5 .text-reset{color:inherit!important}html.style5 .visible{visibility:visible!important}html.style5 .invisible{visibility:hidden!important}@media print{html.style5 *,html.style5 :after,html.style5 :before{text-shadow:none!important;box-shadow:none!important}html.style5 a:not(.btn){text-decoration:underline}html.style5 abbr[title]:after{content:" (" attr(title) ")"}html.style5 pre{white-space:pre-wrap!important}html.style5 blockquote,html.style5 pre{border:1px solid #adb5bd;page-break-inside:avoid}html.style5 img,html.style5 tr{page-break-inside:avoid}html.style5 h2,html.style5 h3,html.style5 p{orphans:3;widows:3}html.style5 h2,html.style5 h3{page-break-after:avoid}@page{html.style5{size:a3}}html.style5 .container,html.style5 body{min-width:992px!important}html.style5 .navbar{display:none}html.style5 .badge{border:1px solid #000}html.style5 .table{border-collapse:collapse!important}html.style5 .table td,html.style5 .table th{background-color:#fff!important}html.style5 .table-bordered td,html.style5 .table-bordered th{border:1px solid #dee2e6!important}html.style5 .table-dark{color:inherit}html.style5 .table-dark tbody+tbody,html.style5 .table-dark td,html.style5 .table-dark th,html.style5 .table-dark thead th{border-color:#eff1f2}html.style5 .table .thead-dark th{color:inherit;border-color:#eff1f2}}html.style5 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style5 .fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}html.style5 .fa-2x{font-size:2em}html.style5 .fa-3x{font-size:3em}html.style5 .fa-4x{font-size:4em}html.style5 .fa-5x{font-size:5em}html.style5 .fa-fw{width:1.2857142857em;text-align:center}html.style5 .fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}html.style5 .fa-ul>li{position:relative}html.style5 .fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}html.style5 .fa-li.fa-lg{left:-1.8571428571em}html.style5 .fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}html.style5 .fa-pull-left{float:left}html.style5 .fa-pull-right{float:right}html.style5 .fa.fa-pull-left{margin-right:.3em}html.style5 .fa.fa-pull-right{margin-left:.3em}html.style5 .fa.pull-left{margin-right:.3em}html.style5 .fa.pull-right{margin-left:.3em}html.style5 .fa-spin{animation:fa-spin 2s linear infinite}html.style5 .fa-pulse{animation:fa-spin 1s steps(8) infinite}html.style5 .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}html.style5 .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}html.style5 .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}html.style5 .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}html.style5 .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}html.style5 :root .fa-flip-horizontal,html.style5 :root .fa-flip-vertical,html.style5 :root .fa-rotate-180,html.style5 :root .fa-rotate-270,html.style5 :root .fa-rotate-90{filter:none}html.style5 .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}html.style5 .fa-stack-1x,html.style5 .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}html.style5 .fa-stack-1x{line-height:inherit}html.style5 .fa-stack-2x{font-size:2em}html.style5 .fa-inverse{color:#fff}html.style5 .fa-glass:before{content:""}html.style5 .fa-music:before{content:""}html.style5 .fa-search:before{content:""}html.style5 .fa-envelope-o:before{content:""}html.style5 .fa-heart:before{content:""}html.style5 .fa-star:before{content:""}html.style5 .fa-star-o:before{content:""}html.style5 .fa-user:before{content:""}html.style5 .fa-film:before{content:""}html.style5 .fa-th-large:before{content:""}html.style5 .fa-th:before{content:""}html.style5 .fa-th-list:before{content:""}html.style5 .fa-check:before{content:""}html.style5 .fa-close:before,html.style5 .fa-remove:before,html.style5 .fa-times:before{content:""}html.style5 .fa-search-plus:before{content:""}html.style5 .fa-search-minus:before{content:""}html.style5 .fa-power-off:before{content:""}html.style5 .fa-signal:before{content:""}html.style5 .fa-cog:before,html.style5 .fa-gear:before{content:""}html.style5 .fa-trash-o:before{content:""}html.style5 .fa-home:before{content:""}html.style5 .fa-file-o:before{content:""}html.style5 .fa-clock-o:before{content:""}html.style5 .fa-road:before{content:""}html.style5 .fa-download:before{content:""}html.style5 .fa-arrow-circle-o-down:before{content:""}html.style5 .fa-arrow-circle-o-up:before{content:""}html.style5 .fa-inbox:before{content:""}html.style5 .fa-play-circle-o:before{content:""}html.style5 .fa-repeat:before,html.style5 .fa-rotate-right:before{content:""}html.style5 .fa-refresh:before{content:""}html.style5 .fa-list-alt:before{content:""}html.style5 .fa-lock:before{content:""}html.style5 .fa-flag:before{content:""}html.style5 .fa-headphones:before{content:""}html.style5 .fa-volume-off:before{content:""}html.style5 .fa-volume-down:before{content:""}html.style5 .fa-volume-up:before{content:""}html.style5 .fa-qrcode:before{content:""}html.style5 .fa-barcode:before{content:""}html.style5 .fa-tag:before{content:""}html.style5 .fa-tags:before{content:""}html.style5 .fa-book:before{content:""}html.style5 .fa-bookmark:before{content:""}html.style5 .fa-print:before{content:""}html.style5 .fa-camera:before{content:""}html.style5 .fa-font:before{content:""}html.style5 .fa-bold:before{content:""}html.style5 .fa-italic:before{content:""}html.style5 .fa-text-height:before{content:""}html.style5 .fa-text-width:before{content:""}html.style5 .fa-align-left:before{content:""}html.style5 .fa-align-center:before{content:""}html.style5 .fa-align-right:before{content:""}html.style5 .fa-align-justify:before{content:""}html.style5 .fa-list:before{content:""}html.style5 .fa-dedent:before,html.style5 .fa-outdent:before{content:""}html.style5 .fa-indent:before{content:""}html.style5 .fa-video-camera:before{content:""}html.style5 .fa-image:before,html.style5 .fa-photo:before,html.style5 .fa-picture-o:before{content:""}html.style5 .fa-pencil:before{content:""}html.style5 .fa-map-marker:before{content:""}html.style5 .fa-adjust:before{content:""}html.style5 .fa-tint:before{content:""}html.style5 .fa-edit:before,html.style5 .fa-pencil-square-o:before{content:""}html.style5 .fa-share-square-o:before{content:""}html.style5 .fa-check-square-o:before{content:""}html.style5 .fa-arrows:before{content:""}html.style5 .fa-step-backward:before{content:""}html.style5 .fa-fast-backward:before{content:""}html.style5 .fa-backward:before{content:""}html.style5 .fa-play:before{content:""}html.style5 .fa-pause:before{content:""}html.style5 .fa-stop:before{content:""}html.style5 .fa-forward:before{content:""}html.style5 .fa-fast-forward:before{content:""}html.style5 .fa-step-forward:before{content:""}html.style5 .fa-eject:before{content:""}html.style5 .fa-chevron-left:before{content:""}html.style5 .fa-chevron-right:before{content:""}html.style5 .fa-plus-circle:before{content:""}html.style5 .fa-minus-circle:before{content:""}html.style5 .fa-times-circle:before{content:""}html.style5 .fa-check-circle:before{content:""}html.style5 .fa-question-circle:before{content:""}html.style5 .fa-info-circle:before{content:""}html.style5 .fa-crosshairs:before{content:""}html.style5 .fa-times-circle-o:before{content:""}html.style5 .fa-check-circle-o:before{content:""}html.style5 .fa-ban:before{content:""}html.style5 .fa-arrow-left:before{content:""}html.style5 .fa-arrow-right:before{content:""}html.style5 .fa-arrow-up:before{content:""}html.style5 .fa-arrow-down:before{content:""}html.style5 .fa-mail-forward:before,html.style5 .fa-share:before{content:""}html.style5 .fa-expand:before{content:""}html.style5 .fa-compress:before{content:""}html.style5 .fa-plus:before{content:""}html.style5 .fa-minus:before{content:""}html.style5 .fa-asterisk:before{content:""}html.style5 .fa-exclamation-circle:before{content:""}html.style5 .fa-gift:before{content:""}html.style5 .fa-leaf:before{content:""}html.style5 .fa-fire:before{content:""}html.style5 .fa-eye:before{content:""}html.style5 .fa-eye-slash:before{content:""}html.style5 .fa-exclamation-triangle:before,html.style5 .fa-warning:before{content:""}html.style5 .fa-plane:before{content:""}html.style5 .fa-calendar:before{content:""}html.style5 .fa-random:before{content:""}html.style5 .fa-comment:before{content:""}html.style5 .fa-magnet:before{content:""}html.style5 .fa-chevron-up:before{content:""}html.style5 .fa-chevron-down:before{content:""}html.style5 .fa-retweet:before{content:""}html.style5 .fa-shopping-cart:before{content:""}html.style5 .fa-folder:before{content:""}html.style5 .fa-folder-open:before{content:""}html.style5 .fa-arrows-v:before{content:""}html.style5 .fa-arrows-h:before{content:""}html.style5 .fa-bar-chart-o:before,html.style5 .fa-bar-chart:before{content:""}html.style5 .fa-twitter-square:before{content:""}html.style5 .fa-facebook-square:before{content:""}html.style5 .fa-camera-retro:before{content:""}html.style5 .fa-key:before{content:""}html.style5 .fa-cogs:before,html.style5 .fa-gears:before{content:""}html.style5 .fa-comments:before{content:""}html.style5 .fa-thumbs-o-up:before{content:""}html.style5 .fa-thumbs-o-down:before{content:""}html.style5 .fa-star-half:before{content:""}html.style5 .fa-heart-o:before{content:""}html.style5 .fa-sign-out:before{content:""}html.style5 .fa-linkedin-square:before{content:""}html.style5 .fa-thumb-tack:before{content:""}html.style5 .fa-external-link:before{content:""}html.style5 .fa-sign-in:before{content:""}html.style5 .fa-trophy:before{content:""}html.style5 .fa-github-square:before{content:""}html.style5 .fa-upload:before{content:""}html.style5 .fa-lemon-o:before{content:""}html.style5 .fa-phone:before{content:""}html.style5 .fa-square-o:before{content:""}html.style5 .fa-bookmark-o:before{content:""}html.style5 .fa-phone-square:before{content:""}html.style5 .fa-twitter:before{content:""}html.style5 .fa-facebook-f:before,html.style5 .fa-facebook:before{content:""}html.style5 .fa-github:before{content:""}html.style5 .fa-unlock:before{content:""}html.style5 .fa-credit-card:before{content:""}html.style5 .fa-feed:before,html.style5 .fa-rss:before{content:""}html.style5 .fa-hdd-o:before{content:""}html.style5 .fa-bullhorn:before{content:""}html.style5 .fa-bell:before{content:""}html.style5 .fa-certificate:before{content:""}html.style5 .fa-hand-o-right:before{content:""}html.style5 .fa-hand-o-left:before{content:""}html.style5 .fa-hand-o-up:before{content:""}html.style5 .fa-hand-o-down:before{content:""}html.style5 .fa-arrow-circle-left:before{content:""}html.style5 .fa-arrow-circle-right:before{content:""}html.style5 .fa-arrow-circle-up:before{content:""}html.style5 .fa-arrow-circle-down:before{content:""}html.style5 .fa-globe:before{content:""}html.style5 .fa-wrench:before{content:""}html.style5 .fa-tasks:before{content:""}html.style5 .fa-filter:before{content:""}html.style5 .fa-briefcase:before{content:""}html.style5 .fa-arrows-alt:before{content:""}html.style5 .fa-group:before,html.style5 .fa-users:before{content:""}html.style5 .fa-chain:before,html.style5 .fa-link:before{content:""}html.style5 .fa-cloud:before{content:""}html.style5 .fa-flask:before{content:""}html.style5 .fa-cut:before,html.style5 .fa-scissors:before{content:""}html.style5 .fa-copy:before,html.style5 .fa-files-o:before{content:""}html.style5 .fa-paperclip:before{content:""}html.style5 .fa-floppy-o:before,html.style5 .fa-save:before{content:""}html.style5 .fa-square:before{content:""}html.style5 .fa-bars:before,html.style5 .fa-navicon:before,html.style5 .fa-reorder:before{content:""}html.style5 .fa-list-ul:before{content:""}html.style5 .fa-list-ol:before{content:""}html.style5 .fa-strikethrough:before{content:""}html.style5 .fa-underline:before{content:""}html.style5 .fa-table:before{content:""}html.style5 .fa-magic:before{content:""}html.style5 .fa-truck:before{content:""}html.style5 .fa-pinterest:before{content:""}html.style5 .fa-pinterest-square:before{content:""}html.style5 .fa-google-plus-square:before{content:""}html.style5 .fa-google-plus:before{content:""}html.style5 .fa-money:before{content:""}html.style5 .fa-caret-down:before{content:""}html.style5 .fa-caret-up:before{content:""}html.style5 .fa-caret-left:before{content:""}html.style5 .fa-caret-right:before{content:""}html.style5 .fa-columns:before{content:""}html.style5 .fa-sort:before,html.style5 .fa-unsorted:before{content:""}html.style5 .fa-sort-desc:before,html.style5 .fa-sort-down:before{content:""}html.style5 .fa-sort-asc:before,html.style5 .fa-sort-up:before{content:""}html.style5 .fa-envelope:before{content:""}html.style5 .fa-linkedin:before{content:""}html.style5 .fa-rotate-left:before,html.style5 .fa-undo:before{content:""}html.style5 .fa-gavel:before,html.style5 .fa-legal:before{content:""}html.style5 .fa-dashboard:before,html.style5 .fa-tachometer:before{content:""}html.style5 .fa-comment-o:before{content:""}html.style5 .fa-comments-o:before{content:""}html.style5 .fa-bolt:before,html.style5 .fa-flash:before{content:""}html.style5 .fa-sitemap:before{content:""}html.style5 .fa-umbrella:before{content:""}html.style5 .fa-clipboard:before,html.style5 .fa-paste:before{content:""}html.style5 .fa-lightbulb-o:before{content:""}html.style5 .fa-exchange:before{content:""}html.style5 .fa-cloud-download:before{content:""}html.style5 .fa-cloud-upload:before{content:""}html.style5 .fa-user-md:before{content:""}html.style5 .fa-stethoscope:before{content:""}html.style5 .fa-suitcase:before{content:""}html.style5 .fa-bell-o:before{content:""}html.style5 .fa-coffee:before{content:""}html.style5 .fa-cutlery:before{content:""}html.style5 .fa-file-text-o:before{content:""}html.style5 .fa-building-o:before{content:""}html.style5 .fa-hospital-o:before{content:""}html.style5 .fa-ambulance:before{content:""}html.style5 .fa-medkit:before{content:""}html.style5 .fa-fighter-jet:before{content:""}html.style5 .fa-beer:before{content:""}html.style5 .fa-h-square:before{content:""}html.style5 .fa-plus-square:before{content:""}html.style5 .fa-angle-double-left:before{content:""}html.style5 .fa-angle-double-right:before{content:""}html.style5 .fa-angle-double-up:before{content:""}html.style5 .fa-angle-double-down:before{content:""}html.style5 .fa-angle-left:before{content:""}html.style5 .fa-angle-right:before{content:""}html.style5 .fa-angle-up:before{content:""}html.style5 .fa-angle-down:before{content:""}html.style5 .fa-desktop:before{content:""}html.style5 .fa-laptop:before{content:""}html.style5 .fa-tablet:before{content:""}html.style5 .fa-mobile-phone:before,html.style5 .fa-mobile:before{content:""}html.style5 .fa-circle-o:before{content:""}html.style5 .fa-quote-left:before{content:""}html.style5 .fa-quote-right:before{content:""}html.style5 .fa-spinner:before{content:""}html.style5 .fa-circle:before{content:""}html.style5 .fa-mail-reply:before,html.style5 .fa-reply:before{content:""}html.style5 .fa-github-alt:before{content:""}html.style5 .fa-folder-o:before{content:""}html.style5 .fa-folder-open-o:before{content:""}html.style5 .fa-smile-o:before{content:""}html.style5 .fa-frown-o:before{content:""}html.style5 .fa-meh-o:before{content:""}html.style5 .fa-gamepad:before{content:""}html.style5 .fa-keyboard-o:before{content:""}html.style5 .fa-flag-o:before{content:""}html.style5 .fa-flag-checkered:before{content:""}html.style5 .fa-terminal:before{content:""}html.style5 .fa-code:before{content:""}html.style5 .fa-mail-reply-all:before,html.style5 .fa-reply-all:before{content:""}html.style5 .fa-star-half-empty:before,html.style5 .fa-star-half-full:before,html.style5 .fa-star-half-o:before{content:""}html.style5 .fa-location-arrow:before{content:""}html.style5 .fa-crop:before{content:""}html.style5 .fa-code-fork:before{content:""}html.style5 .fa-chain-broken:before,html.style5 .fa-unlink:before{content:""}html.style5 .fa-question:before{content:""}html.style5 .fa-info:before{content:""}html.style5 .fa-exclamation:before{content:""}html.style5 .fa-superscript:before{content:""}html.style5 .fa-subscript:before{content:""}html.style5 .fa-eraser:before{content:""}html.style5 .fa-puzzle-piece:before{content:""}html.style5 .fa-microphone:before{content:""}html.style5 .fa-microphone-slash:before{content:""}html.style5 .fa-shield:before{content:""}html.style5 .fa-calendar-o:before{content:""}html.style5 .fa-fire-extinguisher:before{content:""}html.style5 .fa-rocket:before{content:""}html.style5 .fa-maxcdn:before{content:""}html.style5 .fa-chevron-circle-left:before{content:""}html.style5 .fa-chevron-circle-right:before{content:""}html.style5 .fa-chevron-circle-up:before{content:""}html.style5 .fa-chevron-circle-down:before{content:""}html.style5 .fa-html5:before{content:""}html.style5 .fa-css3:before{content:""}html.style5 .fa-anchor:before{content:""}html.style5 .fa-unlock-alt:before{content:""}html.style5 .fa-bullseye:before{content:""}html.style5 .fa-ellipsis-h:before{content:""}html.style5 .fa-ellipsis-v:before{content:""}html.style5 .fa-rss-square:before{content:""}html.style5 .fa-play-circle:before{content:""}html.style5 .fa-ticket:before{content:""}html.style5 .fa-minus-square:before{content:""}html.style5 .fa-minus-square-o:before{content:""}html.style5 .fa-level-up:before{content:""}html.style5 .fa-level-down:before{content:""}html.style5 .fa-check-square:before{content:""}html.style5 .fa-pencil-square:before{content:""}html.style5 .fa-external-link-square:before{content:""}html.style5 .fa-share-square:before{content:""}html.style5 .fa-compass:before{content:""}html.style5 .fa-caret-square-o-down:before,html.style5 .fa-toggle-down:before{content:""}html.style5 .fa-caret-square-o-up:before,html.style5 .fa-toggle-up:before{content:""}html.style5 .fa-caret-square-o-right:before,html.style5 .fa-toggle-right:before{content:""}html.style5 .fa-eur:before,html.style5 .fa-euro:before{content:""}html.style5 .fa-gbp:before{content:""}html.style5 .fa-dollar:before,html.style5 .fa-usd:before{content:""}html.style5 .fa-inr:before,html.style5 .fa-rupee:before{content:""}html.style5 .fa-cny:before,html.style5 .fa-jpy:before,html.style5 .fa-rmb:before,html.style5 .fa-yen:before{content:""}html.style5 .fa-rouble:before,html.style5 .fa-rub:before,html.style5 .fa-ruble:before{content:""}html.style5 .fa-krw:before,html.style5 .fa-won:before{content:""}html.style5 .fa-bitcoin:before,html.style5 .fa-btc:before{content:""}html.style5 .fa-file:before{content:""}html.style5 .fa-file-text:before{content:""}html.style5 .fa-sort-alpha-asc:before{content:""}html.style5 .fa-sort-alpha-desc:before{content:""}html.style5 .fa-sort-amount-asc:before{content:""}html.style5 .fa-sort-amount-desc:before{content:""}html.style5 .fa-sort-numeric-asc:before{content:""}html.style5 .fa-sort-numeric-desc:before{content:""}html.style5 .fa-thumbs-up:before{content:""}html.style5 .fa-thumbs-down:before{content:""}html.style5 .fa-youtube-square:before{content:""}html.style5 .fa-youtube:before{content:""}html.style5 .fa-xing:before{content:""}html.style5 .fa-xing-square:before{content:""}html.style5 .fa-youtube-play:before{content:""}html.style5 .fa-dropbox:before{content:""}html.style5 .fa-stack-overflow:before{content:""}html.style5 .fa-instagram:before{content:""}html.style5 .fa-flickr:before{content:""}html.style5 .fa-adn:before{content:""}html.style5 .fa-bitbucket:before{content:""}html.style5 .fa-bitbucket-square:before{content:""}html.style5 .fa-tumblr:before{content:""}html.style5 .fa-tumblr-square:before{content:""}html.style5 .fa-long-arrow-down:before{content:""}html.style5 .fa-long-arrow-up:before{content:""}html.style5 .fa-long-arrow-left:before{content:""}html.style5 .fa-long-arrow-right:before{content:""}html.style5 .fa-apple:before{content:""}html.style5 .fa-windows:before{content:""}html.style5 .fa-android:before{content:""}html.style5 .fa-linux:before{content:""}html.style5 .fa-dribbble:before{content:""}html.style5 .fa-skype:before{content:""}html.style5 .fa-foursquare:before{content:""}html.style5 .fa-trello:before{content:""}html.style5 .fa-female:before{content:""}html.style5 .fa-male:before{content:""}html.style5 .fa-gittip:before,html.style5 .fa-gratipay:before{content:""}html.style5 .fa-sun-o:before{content:""}html.style5 .fa-moon-o:before{content:""}html.style5 .fa-archive:before{content:""}html.style5 .fa-bug:before{content:""}html.style5 .fa-vk:before{content:""}html.style5 .fa-weibo:before{content:""}html.style5 .fa-renren:before{content:""}html.style5 .fa-pagelines:before{content:""}html.style5 .fa-stack-exchange:before{content:""}html.style5 .fa-arrow-circle-o-right:before{content:""}html.style5 .fa-arrow-circle-o-left:before{content:""}html.style5 .fa-caret-square-o-left:before,html.style5 .fa-toggle-left:before{content:""}html.style5 .fa-dot-circle-o:before{content:""}html.style5 .fa-wheelchair:before{content:""}html.style5 .fa-vimeo-square:before{content:""}html.style5 .fa-try:before,html.style5 .fa-turkish-lira:before{content:""}html.style5 .fa-plus-square-o:before{content:""}html.style5 .fa-space-shuttle:before{content:""}html.style5 .fa-slack:before{content:""}html.style5 .fa-envelope-square:before{content:""}html.style5 .fa-wordpress:before{content:""}html.style5 .fa-openid:before{content:""}html.style5 .fa-bank:before,html.style5 .fa-institution:before,html.style5 .fa-university:before{content:""}html.style5 .fa-graduation-cap:before,html.style5 .fa-mortar-board:before{content:""}html.style5 .fa-yahoo:before{content:""}html.style5 .fa-google:before{content:""}html.style5 .fa-reddit:before{content:""}html.style5 .fa-reddit-square:before{content:""}html.style5 .fa-stumbleupon-circle:before{content:""}html.style5 .fa-stumbleupon:before{content:""}html.style5 .fa-delicious:before{content:""}html.style5 .fa-digg:before{content:""}html.style5 .fa-pied-piper-pp:before{content:""}html.style5 .fa-pied-piper-alt:before{content:""}html.style5 .fa-drupal:before{content:""}html.style5 .fa-joomla:before{content:""}html.style5 .fa-language:before{content:""}html.style5 .fa-fax:before{content:""}html.style5 .fa-building:before{content:""}html.style5 .fa-child:before{content:""}html.style5 .fa-paw:before{content:""}html.style5 .fa-spoon:before{content:""}html.style5 .fa-cube:before{content:""}html.style5 .fa-cubes:before{content:""}html.style5 .fa-behance:before{content:""}html.style5 .fa-behance-square:before{content:""}html.style5 .fa-steam:before{content:""}html.style5 .fa-steam-square:before{content:""}html.style5 .fa-recycle:before{content:""}html.style5 .fa-automobile:before,html.style5 .fa-car:before{content:""}html.style5 .fa-cab:before,html.style5 .fa-taxi:before{content:""}html.style5 .fa-tree:before{content:""}html.style5 .fa-spotify:before{content:""}html.style5 .fa-deviantart:before{content:""}html.style5 .fa-soundcloud:before{content:""}html.style5 .fa-database:before{content:""}html.style5 .fa-file-pdf-o:before{content:""}html.style5 .fa-file-word-o:before{content:""}html.style5 .fa-file-excel-o:before{content:""}html.style5 .fa-file-powerpoint-o:before{content:""}html.style5 .fa-file-image-o:before,html.style5 .fa-file-photo-o:before,html.style5 .fa-file-picture-o:before{content:""}html.style5 .fa-file-archive-o:before,html.style5 .fa-file-zip-o:before{content:""}html.style5 .fa-file-audio-o:before,html.style5 .fa-file-sound-o:before{content:""}html.style5 .fa-file-movie-o:before,html.style5 .fa-file-video-o:before{content:""}html.style5 .fa-file-code-o:before{content:""}html.style5 .fa-vine:before{content:""}html.style5 .fa-codepen:before{content:""}html.style5 .fa-jsfiddle:before{content:""}html.style5 .fa-life-bouy:before,html.style5 .fa-life-buoy:before,html.style5 .fa-life-ring:before,html.style5 .fa-life-saver:before,html.style5 .fa-support:before{content:""}html.style5 .fa-circle-o-notch:before{content:""}html.style5 .fa-ra:before,html.style5 .fa-rebel:before,html.style5 .fa-resistance:before{content:""}html.style5 .fa-empire:before,html.style5 .fa-ge:before{content:""}html.style5 .fa-git-square:before{content:""}html.style5 .fa-git:before{content:""}html.style5 .fa-hacker-news:before,html.style5 .fa-y-combinator-square:before,html.style5 .fa-yc-square:before{content:""}html.style5 .fa-tencent-weibo:before{content:""}html.style5 .fa-qq:before{content:""}html.style5 .fa-wechat:before,html.style5 .fa-weixin:before{content:""}html.style5 .fa-paper-plane:before,html.style5 .fa-send:before{content:""}html.style5 .fa-paper-plane-o:before,html.style5 .fa-send-o:before{content:""}html.style5 .fa-history:before{content:""}html.style5 .fa-circle-thin:before{content:""}html.style5 .fa-header:before{content:""}html.style5 .fa-paragraph:before{content:""}html.style5 .fa-sliders:before{content:""}html.style5 .fa-share-alt:before{content:""}html.style5 .fa-share-alt-square:before{content:""}html.style5 .fa-bomb:before{content:""}html.style5 .fa-futbol-o:before,html.style5 .fa-soccer-ball-o:before{content:""}html.style5 .fa-tty:before{content:""}html.style5 .fa-binoculars:before{content:""}html.style5 .fa-plug:before{content:""}html.style5 .fa-slideshare:before{content:""}html.style5 .fa-twitch:before{content:""}html.style5 .fa-yelp:before{content:""}html.style5 .fa-newspaper-o:before{content:""}html.style5 .fa-wifi:before{content:""}html.style5 .fa-calculator:before{content:""}html.style5 .fa-paypal:before{content:""}html.style5 .fa-google-wallet:before{content:""}html.style5 .fa-cc-visa:before{content:""}html.style5 .fa-cc-mastercard:before{content:""}html.style5 .fa-cc-discover:before{content:""}html.style5 .fa-cc-amex:before{content:""}html.style5 .fa-cc-paypal:before{content:""}html.style5 .fa-cc-stripe:before{content:""}html.style5 .fa-bell-slash:before{content:""}html.style5 .fa-bell-slash-o:before{content:""}html.style5 .fa-trash:before{content:""}html.style5 .fa-copyright:before{content:""}html.style5 .fa-at:before{content:""}html.style5 .fa-eyedropper:before{content:""}html.style5 .fa-paint-brush:before{content:""}html.style5 .fa-birthday-cake:before{content:""}html.style5 .fa-area-chart:before{content:""}html.style5 .fa-pie-chart:before{content:""}html.style5 .fa-line-chart:before{content:""}html.style5 .fa-lastfm:before{content:""}html.style5 .fa-lastfm-square:before{content:""}html.style5 .fa-toggle-off:before{content:""}html.style5 .fa-toggle-on:before{content:""}html.style5 .fa-bicycle:before{content:""}html.style5 .fa-bus:before{content:""}html.style5 .fa-ioxhost:before{content:""}html.style5 .fa-angellist:before{content:""}html.style5 .fa-cc:before{content:""}html.style5 .fa-ils:before,html.style5 .fa-shekel:before,html.style5 .fa-sheqel:before{content:""}html.style5 .fa-meanpath:before{content:""}html.style5 .fa-buysellads:before{content:""}html.style5 .fa-connectdevelop:before{content:""}html.style5 .fa-dashcube:before{content:""}html.style5 .fa-forumbee:before{content:""}html.style5 .fa-leanpub:before{content:""}html.style5 .fa-sellsy:before{content:""}html.style5 .fa-shirtsinbulk:before{content:""}html.style5 .fa-simplybuilt:before{content:""}html.style5 .fa-skyatlas:before{content:""}html.style5 .fa-cart-plus:before{content:""}html.style5 .fa-cart-arrow-down:before{content:""}html.style5 .fa-diamond:before{content:""}html.style5 .fa-ship:before{content:""}html.style5 .fa-user-secret:before{content:""}html.style5 .fa-motorcycle:before{content:""}html.style5 .fa-street-view:before{content:""}html.style5 .fa-heartbeat:before{content:""}html.style5 .fa-venus:before{content:""}html.style5 .fa-mars:before{content:""}html.style5 .fa-mercury:before{content:""}html.style5 .fa-intersex:before,html.style5 .fa-transgender:before{content:""}html.style5 .fa-transgender-alt:before{content:""}html.style5 .fa-venus-double:before{content:""}html.style5 .fa-mars-double:before{content:""}html.style5 .fa-venus-mars:before{content:""}html.style5 .fa-mars-stroke:before{content:""}html.style5 .fa-mars-stroke-v:before{content:""}html.style5 .fa-mars-stroke-h:before{content:""}html.style5 .fa-neuter:before{content:""}html.style5 .fa-genderless:before{content:""}html.style5 .fa-facebook-official:before{content:""}html.style5 .fa-pinterest-p:before{content:""}html.style5 .fa-whatsapp:before{content:""}html.style5 .fa-server:before{content:""}html.style5 .fa-user-plus:before{content:""}html.style5 .fa-user-times:before{content:""}html.style5 .fa-bed:before,html.style5 .fa-hotel:before{content:""}html.style5 .fa-viacoin:before{content:""}html.style5 .fa-train:before{content:""}html.style5 .fa-subway:before{content:""}html.style5 .fa-medium:before{content:""}html.style5 .fa-y-combinator:before,html.style5 .fa-yc:before{content:""}html.style5 .fa-optin-monster:before{content:""}html.style5 .fa-opencart:before{content:""}html.style5 .fa-expeditedssl:before{content:""}html.style5 .fa-battery-4:before,html.style5 .fa-battery-full:before,html.style5 .fa-battery:before{content:""}html.style5 .fa-battery-3:before,html.style5 .fa-battery-three-quarters:before{content:""}html.style5 .fa-battery-2:before,html.style5 .fa-battery-half:before{content:""}html.style5 .fa-battery-1:before,html.style5 .fa-battery-quarter:before{content:""}html.style5 .fa-battery-0:before,html.style5 .fa-battery-empty:before{content:""}html.style5 .fa-mouse-pointer:before{content:""}html.style5 .fa-i-cursor:before{content:""}html.style5 .fa-object-group:before{content:""}html.style5 .fa-object-ungroup:before{content:""}html.style5 .fa-sticky-note:before{content:""}html.style5 .fa-sticky-note-o:before{content:""}html.style5 .fa-cc-jcb:before{content:""}html.style5 .fa-cc-diners-club:before{content:""}html.style5 .fa-clone:before{content:""}html.style5 .fa-balance-scale:before{content:""}html.style5 .fa-hourglass-o:before{content:""}html.style5 .fa-hourglass-1:before,html.style5 .fa-hourglass-start:before{content:""}html.style5 .fa-hourglass-2:before,html.style5 .fa-hourglass-half:before{content:""}html.style5 .fa-hourglass-3:before,html.style5 .fa-hourglass-end:before{content:""}html.style5 .fa-hourglass:before{content:""}html.style5 .fa-hand-grab-o:before,html.style5 .fa-hand-rock-o:before{content:""}html.style5 .fa-hand-paper-o:before,html.style5 .fa-hand-stop-o:before{content:""}html.style5 .fa-hand-scissors-o:before{content:""}html.style5 .fa-hand-lizard-o:before{content:""}html.style5 .fa-hand-spock-o:before{content:""}html.style5 .fa-hand-pointer-o:before{content:""}html.style5 .fa-hand-peace-o:before{content:""}html.style5 .fa-trademark:before{content:""}html.style5 .fa-registered:before{content:""}html.style5 .fa-creative-commons:before{content:""}html.style5 .fa-gg:before{content:""}html.style5 .fa-gg-circle:before{content:""}html.style5 .fa-tripadvisor:before{content:""}html.style5 .fa-odnoklassniki:before{content:""}html.style5 .fa-odnoklassniki-square:before{content:""}html.style5 .fa-get-pocket:before{content:""}html.style5 .fa-wikipedia-w:before{content:""}html.style5 .fa-safari:before{content:""}html.style5 .fa-chrome:before{content:""}html.style5 .fa-firefox:before{content:""}html.style5 .fa-opera:before{content:""}html.style5 .fa-internet-explorer:before{content:""}html.style5 .fa-television:before,html.style5 .fa-tv:before{content:""}html.style5 .fa-contao:before{content:""}html.style5 .fa-500px:before{content:""}html.style5 .fa-amazon:before{content:""}html.style5 .fa-calendar-plus-o:before{content:""}html.style5 .fa-calendar-minus-o:before{content:""}html.style5 .fa-calendar-times-o:before{content:""}html.style5 .fa-calendar-check-o:before{content:""}html.style5 .fa-industry:before{content:""}html.style5 .fa-map-pin:before{content:""}html.style5 .fa-map-signs:before{content:""}html.style5 .fa-map-o:before{content:""}html.style5 .fa-map:before{content:""}html.style5 .fa-commenting:before{content:""}html.style5 .fa-commenting-o:before{content:""}html.style5 .fa-houzz:before{content:""}html.style5 .fa-vimeo:before{content:""}html.style5 .fa-black-tie:before{content:""}html.style5 .fa-fonticons:before{content:""}html.style5 .fa-reddit-alien:before{content:""}html.style5 .fa-edge:before{content:""}html.style5 .fa-credit-card-alt:before{content:""}html.style5 .fa-codiepie:before{content:""}html.style5 .fa-modx:before{content:""}html.style5 .fa-fort-awesome:before{content:""}html.style5 .fa-usb:before{content:""}html.style5 .fa-product-hunt:before{content:""}html.style5 .fa-mixcloud:before{content:""}html.style5 .fa-scribd:before{content:""}html.style5 .fa-pause-circle:before{content:""}html.style5 .fa-pause-circle-o:before{content:""}html.style5 .fa-stop-circle:before{content:""}html.style5 .fa-stop-circle-o:before{content:""}html.style5 .fa-shopping-bag:before{content:""}html.style5 .fa-shopping-basket:before{content:""}html.style5 .fa-hashtag:before{content:""}html.style5 .fa-bluetooth:before{content:""}html.style5 .fa-bluetooth-b:before{content:""}html.style5 .fa-percent:before{content:""}html.style5 .fa-gitlab:before{content:""}html.style5 .fa-wpbeginner:before{content:""}html.style5 .fa-wpforms:before{content:""}html.style5 .fa-envira:before{content:""}html.style5 .fa-universal-access:before{content:""}html.style5 .fa-wheelchair-alt:before{content:""}html.style5 .fa-question-circle-o:before{content:""}html.style5 .fa-blind:before{content:""}html.style5 .fa-audio-description:before{content:""}html.style5 .fa-volume-control-phone:before{content:""}html.style5 .fa-braille:before{content:""}html.style5 .fa-assistive-listening-systems:before{content:""}html.style5 .fa-american-sign-language-interpreting:before,html.style5 .fa-asl-interpreting:before{content:""}html.style5 .fa-deaf:before,html.style5 .fa-deafness:before,html.style5 .fa-hard-of-hearing:before{content:""}html.style5 .fa-glide:before{content:""}html.style5 .fa-glide-g:before{content:""}html.style5 .fa-sign-language:before,html.style5 .fa-signing:before{content:""}html.style5 .fa-low-vision:before{content:""}html.style5 .fa-viadeo:before{content:""}html.style5 .fa-viadeo-square:before{content:""}html.style5 .fa-snapchat:before{content:""}html.style5 .fa-snapchat-ghost:before{content:""}html.style5 .fa-snapchat-square:before{content:""}html.style5 .fa-pied-piper:before{content:""}html.style5 .fa-first-order:before{content:""}html.style5 .fa-yoast:before{content:""}html.style5 .fa-themeisle:before{content:""}html.style5 .fa-google-plus-circle:before,html.style5 .fa-google-plus-official:before{content:""}html.style5 .fa-fa:before,html.style5 .fa-font-awesome:before{content:""}html.style5 .fa-handshake-o:before{content:""}html.style5 .fa-envelope-open:before{content:""}html.style5 .fa-envelope-open-o:before{content:""}html.style5 .fa-linode:before{content:""}html.style5 .fa-address-book:before{content:""}html.style5 .fa-address-book-o:before{content:""}html.style5 .fa-address-card:before,html.style5 .fa-vcard:before{content:""}html.style5 .fa-address-card-o:before,html.style5 .fa-vcard-o:before{content:""}html.style5 .fa-user-circle:before{content:""}html.style5 .fa-user-circle-o:before{content:""}html.style5 .fa-user-o:before{content:""}html.style5 .fa-id-badge:before{content:""}html.style5 .fa-drivers-license:before,html.style5 .fa-id-card:before{content:""}html.style5 .fa-drivers-license-o:before,html.style5 .fa-id-card-o:before{content:""}html.style5 .fa-quora:before{content:""}html.style5 .fa-free-code-camp:before{content:""}html.style5 .fa-telegram:before{content:""}html.style5 .fa-thermometer-4:before,html.style5 .fa-thermometer-full:before,html.style5 .fa-thermometer:before{content:""}html.style5 .fa-thermometer-3:before,html.style5 .fa-thermometer-three-quarters:before{content:""}html.style5 .fa-thermometer-2:before,html.style5 .fa-thermometer-half:before{content:""}html.style5 .fa-thermometer-1:before,html.style5 .fa-thermometer-quarter:before{content:""}html.style5 .fa-thermometer-0:before,html.style5 .fa-thermometer-empty:before{content:""}html.style5 .fa-shower:before{content:""}html.style5 .fa-bath:before,html.style5 .fa-bathtub:before,html.style5 .fa-s15:before{content:""}html.style5 .fa-podcast:before{content:""}html.style5 .fa-window-maximize:before{content:""}html.style5 .fa-window-minimize:before{content:""}html.style5 .fa-window-restore:before{content:""}html.style5 .fa-times-rectangle:before,html.style5 .fa-window-close:before{content:""}html.style5 .fa-times-rectangle-o:before,html.style5 .fa-window-close-o:before{content:""}html.style5 .fa-bandcamp:before{content:""}html.style5 .fa-grav:before{content:""}html.style5 .fa-etsy:before{content:""}html.style5 .fa-imdb:before{content:""}html.style5 .fa-ravelry:before{content:""}html.style5 .fa-eercast:before{content:""}html.style5 .fa-microchip:before{content:""}html.style5 .fa-snowflake-o:before{content:""}html.style5 .fa-superpowers:before{content:""}html.style5 .fa-wpexplorer:before{content:""}html.style5 .fa-meetup:before{content:""}html.style5 .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}html.style5 .sr-only-focusable:active,html.style5 .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html.style5 [class*=" icon-"],html.style5 [class^=icon-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;*margin-right:.3em}html.style5 [class*=" icon-"]:before,html.style5 [class^=icon-]:before{text-decoration:inherit;display:inline-block;speak:none}html.style5 .icon-large:before{vertical-align:-10%;font-size:1.3333333333em}html.style5 a [class*=" icon-"],html.style5 a [class^=icon-]{display:inline}html.style5 [class*=" icon-"].icon-fixed-width,html.style5 [class^=icon-].icon-fixed-width{display:inline-block;width:1.1428571429em;text-align:right;padding-right:.2857142857em}html.style5 [class*=" icon-"].icon-fixed-width.icon-large,html.style5 [class^=icon-].icon-fixed-width.icon-large{width:1.4285714286em}html.style5 .icons-ul{margin-left:2.1428571429em;list-style-type:none}html.style5 .icons-ul>li{position:relative}html.style5 .icons-ul .icon-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;text-align:center;line-height:inherit}html.style5 [class*=" icon-"].hide,html.style5 [class^=icon-].hide{display:none}html.style5 .icon-muted{color:#eee}html.style5 .icon-light{color:#fff}html.style5 .icon-dark{color:#333}html.style5 .icon-border{border:1px solid #eee;padding:.2em .25em .15em;border-radius:3px}html.style5 .icon-2x{font-size:2em}html.style5 .icon-2x.icon-border{border-width:2px;border-radius:4px}html.style5 .icon-3x{font-size:3em}html.style5 .icon-3x.icon-border{border-width:3px;border-radius:5px}html.style5 .icon-4x{font-size:4em}html.style5 .icon-4x.icon-border{border-width:4px;border-radius:6px}html.style5 .icon-5x{font-size:5em}html.style5 .icon-5x.icon-border{border-width:5px;border-radius:7px}html.style5 .pull-right{float:right}html.style5 .pull-left{float:left}html.style5 [class*=" icon-"].pull-left,html.style5 [class^=icon-].pull-left{margin-right:.3em}html.style5 [class*=" icon-"].pull-right,html.style5 [class^=icon-].pull-right{margin-left:.3em}html.style5 .icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}html.style5 .icon-stack [class*=" icon-"],html.style5 .icon-stack [class^=icon-]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}html.style5 .icon-stack .icon-stack-base{font-size:2em;*line-height:1em}html.style5 .icon-spin{display:inline-block;animation:spin 2s linear infinite}html.style5 a .icon-spin,html.style5 a .icon-stack{display:inline-block;text-decoration:none}html.style5 .icon-rotate-90:before{transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}html.style5 .icon-rotate-180:before{transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}html.style5 .icon-rotate-270:before{transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}html.style5 .icon-flip-horizontal:before{transform:scaleX(-1)}html.style5 .icon-flip-vertical:before{transform:scaleY(-1)}html.style5 a .icon-flip-horizontal:before,html.style5 a .icon-flip-vertical:before,html.style5 a .icon-rotate-180:before,html.style5 a .icon-rotate-270:before,html.style5 a .icon-rotate-90:before{display:inline-block}html.style5 .icon-wand:before{content:""}html.style5 .icon-volume:before{content:""}html.style5 .icon-user:before{content:""}html.style5 .icon-unlock:before{content:""}html.style5 .icon-unlink:before{content:""}html.style5 .icon-trash:before{content:""}html.style5 .icon-thought:before{content:""}html.style5 .icon-target:before{content:""}html.style5 .icon-tag:before{content:""}html.style5 .icon-tablet:before{content:""}html.style5 .icon-star:before{content:""}html.style5 .icon-spray:before{content:""}html.style5 .icon-signal:before{content:""}html.style5 .icon-shopping-cart:before{content:""}html.style5 .icon-shopping-cart-full:before{content:""}html.style5 .icon-settings:before{content:""}html.style5 .icon-search:before{content:""}html.style5 .icon-zoom-in:before{content:""}html.style5 .icon-zoom-out:before{content:""}html.style5 .icon-cut:before{content:""}html.style5 .icon-ruler:before{content:""}html.style5 .icon-ruler-pencil:before{content:""}html.style5 .icon-ruler-alt:before{content:""}html.style5 .icon-bookmark:before{content:""}html.style5 .icon-bookmark-alt:before{content:""}html.style5 .icon-reload:before{content:""}html.style5 .icon-plus:before{content:""}html.style5 .icon-pin:before{content:""}html.style5 .icon-pencil:before{content:""}html.style5 .icon-pencil-alt:before{content:""}html.style5 .icon-paint-roller:before{content:""}html.style5 .icon-paint-bucket:before{content:""}html.style5 .icon-na:before{content:""}html.style5 .icon-mobile:before{content:""}html.style5 .icon-minus:before{content:""}html.style5 .icon-medall:before{content:""}html.style5 .icon-medall-alt:before{content:""}html.style5 .icon-marker:before{content:""}html.style5 .icon-marker-alt:before{content:""}html.style5 .icon-arrow-up:before{content:""}html.style5 .icon-arrow-right:before{content:""}html.style5 .icon-arrow-left:before{content:""}html.style5 .icon-arrow-down:before{content:""}html.style5 .icon-lock:before{content:""}html.style5 .icon-location-arrow:before{content:""}html.style5 .icon-link:before{content:""}html.style5 .icon-layout:before{content:""}html.style5 .icon-layers:before{content:""}html.style5 .icon-layers-alt:before{content:""}html.style5 .icon-key:before{content:""}html.style5 .icon-import:before{content:""}html.style5 .icon-image:before{content:""}html.style5 .icon-heart:before{content:""}html.style5 .icon-heart-broken:before{content:""}html.style5 .icon-hand-stop:before{content:""}html.style5 .icon-hand-open:before{content:""}html.style5 .icon-hand-drag:before{content:""}html.style5 .icon-folder:before{content:""}html.style5 .icon-flag:before{content:""}html.style5 .icon-flag-alt:before{content:""}html.style5 .icon-flag-alt-2:before{content:""}html.style5 .icon-eye:before{content:""}html.style5 .icon-export:before{content:""}html.style5 .icon-exchange-vertical:before{content:""}html.style5 .icon-desktop:before{content:""}html.style5 .icon-cup:before{content:""}html.style5 .icon-crown:before{content:""}html.style5 .icon-comments:before{content:""}html.style5 .icon-comment:before{content:""}html.style5 .icon-comment-alt:before{content:""}html.style5 .icon-close:before{content:""}html.style5 .icon-clip:before{content:""}html.style5 .icon-angle-up:before{content:""}html.style5 .icon-angle-right:before{content:""}html.style5 .icon-angle-left:before{content:""}html.style5 .icon-angle-down:before{content:""}html.style5 .icon-check:before{content:""}html.style5 .icon-check-box:before{content:""}html.style5 .icon-camera:before{content:""}html.style5 .icon-announcement:before{content:""}html.style5 .icon-brush:before{content:""}html.style5 .icon-briefcase:before{content:""}html.style5 .icon-bolt:before{content:""}html.style5 .icon-bolt-alt:before{content:""}html.style5 .icon-blackboard:before{content:""}html.style5 .icon-bag:before{content:""}html.style5 .icon-move:before{content:""}html.style5 .icon-arrows-vertical:before{content:""}html.style5 .icon-arrows-horizontal:before{content:""}html.style5 .icon-fullscreen:before{content:""}html.style5 .icon-arrow-top-right:before{content:""}html.style5 .icon-arrow-top-left:before{content:""}html.style5 .icon-arrow-circle-up:before{content:""}html.style5 .icon-arrow-circle-right:before{content:""}html.style5 .icon-arrow-circle-left:before{content:""}html.style5 .icon-arrow-circle-down:before{content:""}html.style5 .icon-angle-double-up:before{content:""}html.style5 .icon-angle-double-right:before{content:""}html.style5 .icon-angle-double-left:before{content:""}html.style5 .icon-angle-double-down:before{content:""}html.style5 .icon-zip:before{content:""}html.style5 .icon-world:before{content:""}html.style5 .icon-wheelchair:before{content:""}html.style5 .icon-view-list:before{content:""}html.style5 .icon-view-list-alt:before{content:""}html.style5 .icon-view-grid:before{content:""}html.style5 .icon-uppercase:before{content:""}html.style5 .icon-upload:before{content:""}html.style5 .icon-underline:before{content:""}html.style5 .icon-truck:before{content:""}html.style5 .icon-timer:before{content:""}html.style5 .icon-ticket:before{content:""}html.style5 .icon-thumb-up:before{content:""}html.style5 .icon-thumb-down:before{content:""}html.style5 .icon-text:before{content:""}html.style5 .icon-stats-up:before{content:""}html.style5 .icon-stats-down:before{content:""}html.style5 .icon-split-v:before{content:""}html.style5 .icon-split-h:before{content:""}html.style5 .icon-smallcap:before{content:""}html.style5 .icon-shine:before{content:""}html.style5 .icon-shift-right:before{content:""}html.style5 .icon-shift-left:before{content:""}html.style5 .icon-shield:before{content:""}html.style5 .icon-notepad:before{content:""}html.style5 .icon-server:before{content:""}html.style5 .icon-quote-right:before{content:""}html.style5 .icon-quote-left:before{content:""}html.style5 .icon-pulse:before{content:""}html.style5 .icon-printer:before{content:""}html.style5 .icon-power-off:before{content:""}html.style5 .icon-plug:before{content:""}html.style5 .icon-pie-chart:before{content:""}html.style5 .icon-paragraph:before{content:""}html.style5 .icon-panel:before{content:""}html.style5 .icon-package:before{content:""}html.style5 .icon-music:before{content:""}html.style5 .icon-music-alt:before{content:""}html.style5 .icon-mouse:before{content:""}html.style5 .icon-mouse-alt:before{content:""}html.style5 .icon-money:before{content:""}html.style5 .icon-microphone:before{content:""}html.style5 .icon-menu:before{content:""}html.style5 .icon-menu-alt:before{content:""}html.style5 .icon-map:before{content:""}html.style5 .icon-map-alt:before{content:""}html.style5 .icon-loop:before{content:""}html.style5 .icon-location-pin:before{content:""}html.style5 .icon-list:before{content:""}html.style5 .icon-light-bulb:before{content:""}html.style5 .icon-Italic:before{content:""}html.style5 .icon-info:before{content:""}html.style5 .icon-infinite:before{content:""}html.style5 .icon-id-badge:before{content:""}html.style5 .icon-hummer:before{content:""}html.style5 .icon-home:before{content:""}html.style5 .icon-help:before{content:""}html.style5 .icon-headphone:before{content:""}html.style5 .icon-harddrives:before{content:""}html.style5 .icon-harddrive:before{content:""}html.style5 .icon-gift:before{content:""}html.style5 .icon-game:before{content:""}html.style5 .icon-filter:before{content:""}html.style5 .icon-files:before{content:""}html.style5 .icon-file:before{content:""}html.style5 .icon-eraser:before{content:""}html.style5 .icon-envelope:before{content:""}html.style5 .icon-download:before{content:""}html.style5 .icon-direction:before{content:""}html.style5 .icon-direction-alt:before{content:""}html.style5 .icon-dashboard:before{content:""}html.style5 .icon-control-stop:before{content:""}html.style5 .icon-control-shuffle:before{content:""}html.style5 .icon-control-play:before{content:""}html.style5 .icon-control-pause:before{content:""}html.style5 .icon-control-forward:before{content:""}html.style5 .icon-control-backward:before{content:""}html.style5 .icon-cloud:before{content:""}html.style5 .icon-cloud-up:before{content:""}html.style5 .icon-cloud-down:before{content:""}html.style5 .icon-clipboard:before{content:""}html.style5 .icon-car:before{content:""}html.style5 .icon-calendar:before{content:""}html.style5 .icon-book:before{content:""}html.style5 .icon-bell:before{content:""}html.style5 .icon-basketball:before{content:""}html.style5 .icon-bar-chart:before{content:""}html.style5 .icon-bar-chart-alt:before{content:""}html.style5 .icon-back-right:before{content:""}html.style5 .icon-back-left:before{content:""}html.style5 .icon-arrows-corner:before{content:""}html.style5 .icon-archive:before{content:""}html.style5 .icon-anchor:before{content:""}html.style5 .icon-align-right:before{content:""}html.style5 .icon-align-left:before{content:""}html.style5 .icon-align-justify:before{content:""}html.style5 .icon-align-center:before{content:""}html.style5 .icon-alert:before{content:""}html.style5 .icon-alarm-clock:before{content:""}html.style5 .icon-agenda:before{content:""}html.style5 .icon-write:before{content:""}html.style5 .icon-window:before{content:""}html.style5 .icon-widgetized:before{content:""}html.style5 .icon-widget:before{content:""}html.style5 .icon-widget-alt:before{content:""}html.style5 .icon-wallet:before{content:""}html.style5 .icon-video-clapper:before{content:""}html.style5 .icon-video-camera:before{content:""}html.style5 .icon-vector:before{content:""}html.style5 .icon-themify-logo:before{content:""}html.style5 .icon-themify-favicon:before{content:""}html.style5 .icon-themify-favicon-alt:before{content:""}html.style5 .icon-support:before{content:""}html.style5 .icon-stamp:before{content:""}html.style5 .icon-split-v-alt:before{content:""}html.style5 .icon-slice:before{content:""}html.style5 .icon-shortcode:before{content:""}html.style5 .icon-shift-right-alt:before{content:""}html.style5 .icon-shift-left-alt:before{content:""}html.style5 .icon-ruler-alt-2:before{content:""}html.style5 .icon-receipt:before{content:""}html.style5 .icon-pin2:before{content:""}html.style5 .icon-pin-alt:before{content:""}html.style5 .icon-pencil-alt2:before{content:""}html.style5 .icon-palette:before{content:""}html.style5 .icon-more:before{content:""}html.style5 .icon-more-alt:before{content:""}html.style5 .icon-microphone-alt:before{content:""}html.style5 .icon-magnet:before{content:""}html.style5 .icon-line-double:before{content:""}html.style5 .icon-line-dotted:before{content:""}html.style5 .icon-line-dashed:before{content:""}html.style5 .icon-layout-width-full:before{content:""}html.style5 .icon-layout-width-default:before{content:""}html.style5 .icon-layout-width-default-alt:before{content:""}html.style5 .icon-layout-tab:before{content:""}html.style5 .icon-layout-tab-window:before{content:""}html.style5 .icon-layout-tab-v:before{content:""}html.style5 .icon-layout-tab-min:before{content:""}html.style5 .icon-layout-slider:before{content:""}html.style5 .icon-layout-slider-alt:before{content:""}html.style5 .icon-layout-sidebar-right:before{content:""}html.style5 .icon-layout-sidebar-none:before{content:""}html.style5 .icon-layout-sidebar-left:before{content:""}html.style5 .icon-layout-placeholder:before{content:""}html.style5 .icon-layout-menu:before{content:""}html.style5 .icon-layout-menu-v:before{content:""}html.style5 .icon-layout-menu-separated:before{content:""}html.style5 .icon-layout-menu-full:before{content:""}html.style5 .icon-layout-media-right-alt:before{content:""}html.style5 .icon-layout-media-right:before{content:""}html.style5 .icon-layout-media-overlay:before{content:""}html.style5 .icon-layout-media-overlay-alt:before{content:""}html.style5 .icon-layout-media-overlay-alt-2:before{content:""}html.style5 .icon-layout-media-left-alt:before{content:""}html.style5 .icon-layout-media-left:before{content:""}html.style5 .icon-layout-media-center-alt:before{content:""}html.style5 .icon-layout-media-center:before{content:""}html.style5 .icon-layout-list-thumb:before{content:""}html.style5 .icon-layout-list-thumb-alt:before{content:""}html.style5 .icon-layout-list-post:before{content:""}html.style5 .icon-layout-list-large-image:before{content:""}html.style5 .icon-layout-line-solid:before{content:""}html.style5 .icon-layout-grid4:before{content:""}html.style5 .icon-layout-grid3:before{content:""}html.style5 .icon-layout-grid2:before{content:""}html.style5 .icon-layout-grid2-thumb:before{content:""}html.style5 .icon-layout-cta-right:before{content:""}html.style5 .icon-layout-cta-left:before{content:""}html.style5 .icon-layout-cta-center:before{content:""}html.style5 .icon-layout-cta-btn-right:before{content:""}html.style5 .icon-layout-cta-btn-left:before{content:""}html.style5 .icon-layout-column4:before{content:""}html.style5 .icon-layout-column3:before{content:""}html.style5 .icon-layout-column2:before{content:""}html.style5 .icon-layout-accordion-separated:before{content:""}html.style5 .icon-layout-accordion-merged:before{content:""}html.style5 .icon-layout-accordion-list:before{content:""}html.style5 .icon-ink-pen:before{content:""}html.style5 .icon-info-alt:before{content:""}html.style5 .icon-help-alt:before{content:""}html.style5 .icon-headphone-alt:before{content:""}html.style5 .icon-hand-point-up:before{content:""}html.style5 .icon-hand-point-right:before{content:""}html.style5 .icon-hand-point-left:before{content:""}html.style5 .icon-hand-point-down:before{content:""}html.style5 .icon-gallery:before{content:""}html.style5 .icon-face-smile:before{content:""}html.style5 .icon-face-sad:before{content:""}html.style5 .icon-credit-card:before{content:""}html.style5 .icon-control-skip-forward:before{content:""}html.style5 .icon-control-skip-backward:before{content:""}html.style5 .icon-control-record:before{content:""}html.style5 .icon-control-eject:before{content:""}html.style5 .icon-comments-smiley:before{content:""}html.style5 .icon-brush-alt:before{content:""}html.style5 .icon-youtube:before{content:""}html.style5 .icon-vimeo:before{content:""}html.style5 .icon-twitter:before{content:""}html.style5 .icon-time:before{content:""}html.style5 .icon-tumblr:before{content:""}html.style5 .icon-skype:before{content:""}html.style5 .icon-share:before{content:""}html.style5 .icon-share-alt:before{content:""}html.style5 .icon-rocket:before{content:""}html.style5 .icon-pinterest:before{content:""}html.style5 .icon-new-window:before{content:""}html.style5 .icon-microsoft:before{content:""}html.style5 .icon-list-ol:before{content:""}html.style5 .icon-linkedin:before{content:""}html.style5 .icon-layout-sidebar-2:before{content:""}html.style5 .icon-layout-grid4-alt:before{content:""}html.style5 .icon-layout-grid3-alt:before{content:""}html.style5 .icon-layout-grid2-alt:before{content:""}html.style5 .icon-layout-column4-alt:before{content:""}html.style5 .icon-layout-column3-alt:before{content:""}html.style5 .icon-layout-column2-alt:before{content:""}html.style5 .icon-instagram:before{content:""}html.style5 .icon-google:before{content:""}html.style5 .icon-github:before{content:""}html.style5 .icon-flickr:before{content:""}html.style5 .icon-facebook:before{content:""}html.style5 .icon-dropbox:before{content:""}html.style5 .icon-dribbble:before{content:""}html.style5 .icon-apple:before{content:""}html.style5 .icon-android:before{content:""}html.style5 .icon-save:before{content:""}html.style5 .icon-save-alt:before{content:""}html.style5 .icon-yahoo:before{content:""}html.style5 .icon-wordpress:before{content:""}html.style5 .icon-vimeo-alt:before{content:""}html.style5 .icon-twitter-alt:before{content:""}html.style5 .icon-tumblr-alt:before{content:""}html.style5 .icon-trello:before{content:""}html.style5 .icon-stack-overflow:before{content:""}html.style5 .icon-soundcloud:before{content:""}html.style5 .icon-sharethis:before{content:""}html.style5 .icon-sharethis-alt:before{content:""}html.style5 .icon-reddit:before{content:""}html.style5 .icon-pinterest-alt:before{content:""}html.style5 .icon-microsoft-alt:before{content:""}html.style5 .icon-linux:before{content:""}html.style5 .icon-jsfiddle:before{content:""}html.style5 .icon-joomla:before{content:""}html.style5 .icon-html5:before{content:""}html.style5 .icon-flickr-alt:before{content:""}html.style5 .icon-email:before{content:""}html.style5 .icon-drupal:before{content:""}html.style5 .icon-dropbox-alt:before{content:""}html.style5 .icon-css3:before{content:""}html.style5 .icon-rss:before{content:""}html.style5 .icon-rss-alt:before{content:""}html.style5 [class*=" ti-"],html.style5 [class^=ti-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style5 .ti-wand:before{content:""}html.style5 .ti-volume:before{content:""}html.style5 .ti-user:before{content:""}html.style5 .ti-unlock:before{content:""}html.style5 .ti-unlink:before{content:""}html.style5 .ti-trash:before{content:""}html.style5 .ti-thought:before{content:""}html.style5 .ti-target:before{content:""}html.style5 .ti-tag:before{content:""}html.style5 .ti-tablet:before{content:""}html.style5 .ti-star:before{content:""}html.style5 .ti-spray:before{content:""}html.style5 .ti-signal:before{content:""}html.style5 .ti-shopping-cart:before{content:""}html.style5 .ti-shopping-cart-full:before{content:""}html.style5 .ti-settings:before{content:""}html.style5 .ti-search:before{content:""}html.style5 .ti-zoom-in:before{content:""}html.style5 .ti-zoom-out:before{content:""}html.style5 .ti-cut:before{content:""}html.style5 .ti-ruler:before{content:""}html.style5 .ti-ruler-pencil:before{content:""}html.style5 .ti-ruler-alt:before{content:""}html.style5 .ti-bookmark:before{content:""}html.style5 .ti-bookmark-alt:before{content:""}html.style5 .ti-reload:before{content:""}html.style5 .ti-plus:before{content:""}html.style5 .ti-pin:before{content:""}html.style5 .ti-pencil:before{content:""}html.style5 .ti-pencil-alt:before{content:""}html.style5 .ti-paint-roller:before{content:""}html.style5 .ti-paint-bucket:before{content:""}html.style5 .ti-na:before{content:""}html.style5 .ti-mobile:before{content:""}html.style5 .ti-minus:before{content:""}html.style5 .ti-medall:before{content:""}html.style5 .ti-medall-alt:before{content:""}html.style5 .ti-marker:before{content:""}html.style5 .ti-marker-alt:before{content:""}html.style5 .ti-arrow-up:before{content:""}html.style5 .ti-arrow-right:before{content:""}html.style5 .ti-arrow-left:before{content:""}html.style5 .ti-arrow-down:before{content:""}html.style5 .ti-lock:before{content:""}html.style5 .ti-location-arrow:before{content:""}html.style5 .ti-link:before{content:""}html.style5 .ti-layout:before{content:""}html.style5 .ti-layers:before{content:""}html.style5 .ti-layers-alt:before{content:""}html.style5 .ti-key:before{content:""}html.style5 .ti-import:before{content:""}html.style5 .ti-image:before{content:""}html.style5 .ti-heart:before{content:""}html.style5 .ti-heart-broken:before{content:""}html.style5 .ti-hand-stop:before{content:""}html.style5 .ti-hand-open:before{content:""}html.style5 .ti-hand-drag:before{content:""}html.style5 .ti-folder:before{content:""}html.style5 .ti-flag:before{content:""}html.style5 .ti-flag-alt:before{content:""}html.style5 .ti-flag-alt-2:before{content:""}html.style5 .ti-eye:before{content:""}html.style5 .ti-export:before{content:""}html.style5 .ti-exchange-vertical:before{content:""}html.style5 .ti-desktop:before{content:""}html.style5 .ti-cup:before{content:""}html.style5 .ti-crown:before{content:""}html.style5 .ti-comments:before{content:""}html.style5 .ti-comment:before{content:""}html.style5 .ti-comment-alt:before{content:""}html.style5 .ti-close:before{content:""}html.style5 .ti-clip:before{content:""}html.style5 .ti-angle-up:before{content:""}html.style5 .ti-angle-right:before{content:""}html.style5 .ti-angle-left:before{content:""}html.style5 .ti-angle-down:before{content:""}html.style5 .ti-check:before{content:""}html.style5 .ti-check-box:before{content:""}html.style5 .ti-camera:before{content:""}html.style5 .ti-announcement:before{content:""}html.style5 .ti-brush:before{content:""}html.style5 .ti-briefcase:before{content:""}html.style5 .ti-bolt:before{content:""}html.style5 .ti-bolt-alt:before{content:""}html.style5 .ti-blackboard:before{content:""}html.style5 .ti-bag:before{content:""}html.style5 .ti-move:before{content:""}html.style5 .ti-arrows-vertical:before{content:""}html.style5 .ti-arrows-horizontal:before{content:""}html.style5 .ti-fullscreen:before{content:""}html.style5 .ti-arrow-top-right:before{content:""}html.style5 .ti-arrow-top-left:before{content:""}html.style5 .ti-arrow-circle-up:before{content:""}html.style5 .ti-arrow-circle-right:before{content:""}html.style5 .ti-arrow-circle-left:before{content:""}html.style5 .ti-arrow-circle-down:before{content:""}html.style5 .ti-angle-double-up:before{content:""}html.style5 .ti-angle-double-right:before{content:""}html.style5 .ti-angle-double-left:before{content:""}html.style5 .ti-angle-double-down:before{content:""}html.style5 .ti-zip:before{content:""}html.style5 .ti-world:before{content:""}html.style5 .ti-wheelchair:before{content:""}html.style5 .ti-view-list:before{content:""}html.style5 .ti-view-list-alt:before{content:""}html.style5 .ti-view-grid:before{content:""}html.style5 .ti-uppercase:before{content:""}html.style5 .ti-upload:before{content:""}html.style5 .ti-underline:before{content:""}html.style5 .ti-truck:before{content:""}html.style5 .ti-timer:before{content:""}html.style5 .ti-ticket:before{content:""}html.style5 .ti-thumb-up:before{content:""}html.style5 .ti-thumb-down:before{content:""}html.style5 .ti-text:before{content:""}html.style5 .ti-stats-up:before{content:""}html.style5 .ti-stats-down:before{content:""}html.style5 .ti-split-v:before{content:""}html.style5 .ti-split-h:before{content:""}html.style5 .ti-smallcap:before{content:""}html.style5 .ti-shine:before{content:""}html.style5 .ti-shift-right:before{content:""}html.style5 .ti-shift-left:before{content:""}html.style5 .ti-shield:before{content:""}html.style5 .ti-notepad:before{content:""}html.style5 .ti-server:before{content:""}html.style5 .ti-quote-right:before{content:""}html.style5 .ti-quote-left:before{content:""}html.style5 .ti-pulse:before{content:""}html.style5 .ti-printer:before{content:""}html.style5 .ti-power-off:before{content:""}html.style5 .ti-plug:before{content:""}html.style5 .ti-pie-chart:before{content:""}html.style5 .ti-paragraph:before{content:""}html.style5 .ti-panel:before{content:""}html.style5 .ti-package:before{content:""}html.style5 .ti-music:before{content:""}html.style5 .ti-music-alt:before{content:""}html.style5 .ti-mouse:before{content:""}html.style5 .ti-mouse-alt:before{content:""}html.style5 .ti-money:before{content:""}html.style5 .ti-microphone:before{content:""}html.style5 .ti-menu:before{content:""}html.style5 .ti-menu-alt:before{content:""}html.style5 .ti-map:before{content:""}html.style5 .ti-map-alt:before{content:""}html.style5 .ti-loop:before{content:""}html.style5 .ti-location-pin:before{content:""}html.style5 .ti-list:before{content:""}html.style5 .ti-light-bulb:before{content:""}html.style5 .ti-Italic:before{content:""}html.style5 .ti-info:before{content:""}html.style5 .ti-infinite:before{content:""}html.style5 .ti-id-badge:before{content:""}html.style5 .ti-hummer:before{content:""}html.style5 .ti-home:before{content:""}html.style5 .ti-help:before{content:""}html.style5 .ti-headphone:before{content:""}html.style5 .ti-harddrives:before{content:""}html.style5 .ti-harddrive:before{content:""}html.style5 .ti-gift:before{content:""}html.style5 .ti-game:before{content:""}html.style5 .ti-filter:before{content:""}html.style5 .ti-files:before{content:""}html.style5 .ti-file:before{content:""}html.style5 .ti-eraser:before{content:""}html.style5 .ti-envelope:before{content:""}html.style5 .ti-download:before{content:""}html.style5 .ti-direction:before{content:""}html.style5 .ti-direction-alt:before{content:""}html.style5 .ti-dashboard:before{content:""}html.style5 .ti-control-stop:before{content:""}html.style5 .ti-control-shuffle:before{content:""}html.style5 .ti-control-play:before{content:""}html.style5 .ti-control-pause:before{content:""}html.style5 .ti-control-forward:before{content:""}html.style5 .ti-control-backward:before{content:""}html.style5 .ti-cloud:before{content:""}html.style5 .ti-cloud-up:before{content:""}html.style5 .ti-cloud-down:before{content:""}html.style5 .ti-clipboard:before{content:""}html.style5 .ti-car:before{content:""}html.style5 .ti-calendar:before{content:""}html.style5 .ti-book:before{content:""}html.style5 .ti-bell:before{content:""}html.style5 .ti-basketball:before{content:""}html.style5 .ti-bar-chart:before{content:""}html.style5 .ti-bar-chart-alt:before{content:""}html.style5 .ti-back-right:before{content:""}html.style5 .ti-back-left:before{content:""}html.style5 .ti-arrows-corner:before{content:""}html.style5 .ti-archive:before{content:""}html.style5 .ti-anchor:before{content:""}html.style5 .ti-align-right:before{content:""}html.style5 .ti-align-left:before{content:""}html.style5 .ti-align-justify:before{content:""}html.style5 .ti-align-center:before{content:""}html.style5 .ti-alert:before{content:""}html.style5 .ti-alarm-clock:before{content:""}html.style5 .ti-agenda:before{content:""}html.style5 .ti-write:before{content:""}html.style5 .ti-window:before{content:""}html.style5 .ti-widgetized:before{content:""}html.style5 .ti-widget:before{content:""}html.style5 .ti-widget-alt:before{content:""}html.style5 .ti-wallet:before{content:""}html.style5 .ti-video-clapper:before{content:""}html.style5 .ti-video-camera:before{content:""}html.style5 .ti-vector:before{content:""}html.style5 .ti-themify-logo:before{content:""}html.style5 .ti-themify-favicon:before{content:""}html.style5 .ti-themify-favicon-alt:before{content:""}html.style5 .ti-support:before{content:""}html.style5 .ti-stamp:before{content:""}html.style5 .ti-split-v-alt:before{content:""}html.style5 .ti-slice:before{content:""}html.style5 .ti-shortcode:before{content:""}html.style5 .ti-shift-right-alt:before{content:""}html.style5 .ti-shift-left-alt:before{content:""}html.style5 .ti-ruler-alt-2:before{content:""}html.style5 .ti-receipt:before{content:""}html.style5 .ti-pin2:before{content:""}html.style5 .ti-pin-alt:before{content:""}html.style5 .ti-pencil-alt2:before{content:""}html.style5 .ti-palette:before{content:""}html.style5 .ti-more:before{content:""}html.style5 .ti-more-alt:before{content:""}html.style5 .ti-microphone-alt:before{content:""}html.style5 .ti-magnet:before{content:""}html.style5 .ti-line-double:before{content:""}html.style5 .ti-line-dotted:before{content:""}html.style5 .ti-line-dashed:before{content:""}html.style5 .ti-layout-width-full:before{content:""}html.style5 .ti-layout-width-default:before{content:""}html.style5 .ti-layout-width-default-alt:before{content:""}html.style5 .ti-layout-tab:before{content:""}html.style5 .ti-layout-tab-window:before{content:""}html.style5 .ti-layout-tab-v:before{content:""}html.style5 .ti-layout-tab-min:before{content:""}html.style5 .ti-layout-slider:before{content:""}html.style5 .ti-layout-slider-alt:before{content:""}html.style5 .ti-layout-sidebar-right:before{content:""}html.style5 .ti-layout-sidebar-none:before{content:""}html.style5 .ti-layout-sidebar-left:before{content:""}html.style5 .ti-layout-placeholder:before{content:""}html.style5 .ti-layout-menu:before{content:""}html.style5 .ti-layout-menu-v:before{content:""}html.style5 .ti-layout-menu-separated:before{content:""}html.style5 .ti-layout-menu-full:before{content:""}html.style5 .ti-layout-media-right-alt:before{content:""}html.style5 .ti-layout-media-right:before{content:""}html.style5 .ti-layout-media-overlay:before{content:""}html.style5 .ti-layout-media-overlay-alt:before{content:""}html.style5 .ti-layout-media-overlay-alt-2:before{content:""}html.style5 .ti-layout-media-left-alt:before{content:""}html.style5 .ti-layout-media-left:before{content:""}html.style5 .ti-layout-media-center-alt:before{content:""}html.style5 .ti-layout-media-center:before{content:""}html.style5 .ti-layout-list-thumb:before{content:""}html.style5 .ti-layout-list-thumb-alt:before{content:""}html.style5 .ti-layout-list-post:before{content:""}html.style5 .ti-layout-list-large-image:before{content:""}html.style5 .ti-layout-line-solid:before{content:""}html.style5 .ti-layout-grid4:before{content:""}html.style5 .ti-layout-grid3:before{content:""}html.style5 .ti-layout-grid2:before{content:""}html.style5 .ti-layout-grid2-thumb:before{content:""}html.style5 .ti-layout-cta-right:before{content:""}html.style5 .ti-layout-cta-left:before{content:""}html.style5 .ti-layout-cta-center:before{content:""}html.style5 .ti-layout-cta-btn-right:before{content:""}html.style5 .ti-layout-cta-btn-left:before{content:""}html.style5 .ti-layout-column4:before{content:""}html.style5 .ti-layout-column3:before{content:""}html.style5 .ti-layout-column2:before{content:""}html.style5 .ti-layout-accordion-separated:before{content:""}html.style5 .ti-layout-accordion-merged:before{content:""}html.style5 .ti-layout-accordion-list:before{content:""}html.style5 .ti-ink-pen:before{content:""}html.style5 .ti-info-alt:before{content:""}html.style5 .ti-help-alt:before{content:""}html.style5 .ti-headphone-alt:before{content:""}html.style5 .ti-hand-point-up:before{content:""}html.style5 .ti-hand-point-right:before{content:""}html.style5 .ti-hand-point-left:before{content:""}html.style5 .ti-hand-point-down:before{content:""}html.style5 .ti-gallery:before{content:""}html.style5 .ti-face-smile:before{content:""}html.style5 .ti-face-sad:before{content:""}html.style5 .ti-credit-card:before{content:""}html.style5 .ti-control-skip-forward:before{content:""}html.style5 .ti-control-skip-backward:before{content:""}html.style5 .ti-control-record:before{content:""}html.style5 .ti-control-eject:before{content:""}html.style5 .ti-comments-smiley:before{content:""}html.style5 .ti-brush-alt:before{content:""}html.style5 .ti-youtube:before{content:""}html.style5 .ti-vimeo:before{content:""}html.style5 .ti-twitter:before{content:""}html.style5 .ti-time:before{content:""}html.style5 .ti-tumblr:before{content:""}html.style5 .ti-skype:before{content:""}html.style5 .ti-share:before{content:""}html.style5 .ti-share-alt:before{content:""}html.style5 .ti-rocket:before{content:""}html.style5 .ti-pinterest:before{content:""}html.style5 .ti-new-window:before{content:""}html.style5 .ti-microsoft:before{content:""}html.style5 .ti-list-ol:before{content:""}html.style5 .ti-linkedin:before{content:""}html.style5 .ti-layout-sidebar-2:before{content:""}html.style5 .ti-layout-grid4-alt:before{content:""}html.style5 .ti-layout-grid3-alt:before{content:""}html.style5 .ti-layout-grid2-alt:before{content:""}html.style5 .ti-layout-column4-alt:before{content:""}html.style5 .ti-layout-column3-alt:before{content:""}html.style5 .ti-layout-column2-alt:before{content:""}html.style5 .ti-instagram:before{content:""}html.style5 .ti-google:before{content:""}html.style5 .ti-github:before{content:""}html.style5 .ti-flickr:before{content:""}html.style5 .ti-facebook:before{content:""}html.style5 .ti-dropbox:before{content:""}html.style5 .ti-dribbble:before{content:""}html.style5 .ti-apple:before{content:""}html.style5 .ti-android:before{content:""}html.style5 .ti-save:before{content:""}html.style5 .ti-save-alt:before{content:""}html.style5 .ti-yahoo:before{content:""}html.style5 .ti-wordpress:before{content:""}html.style5 .ti-vimeo-alt:before{content:""}html.style5 .ti-twitter-alt:before{content:""}html.style5 .ti-tumblr-alt:before{content:""}html.style5 .ti-trello:before{content:""}html.style5 .ti-stack-overflow:before{content:""}html.style5 .ti-soundcloud:before{content:""}html.style5 .ti-sharethis:before{content:""}html.style5 .ti-sharethis-alt:before{content:""}html.style5 .ti-reddit:before{content:""}html.style5 .ti-pinterest-alt:before{content:""}html.style5 .ti-microsoft-alt:before{content:""}html.style5 .ti-linux:before{content:""}html.style5 .ti-jsfiddle:before{content:""}html.style5 .ti-joomla:before{content:""}html.style5 .ti-html5:before{content:""}html.style5 .ti-flickr-alt:before{content:""}html.style5 .ti-email:before{content:""}html.style5 .ti-drupal:before{content:""}html.style5 .ti-dropbox-alt:before{content:""}html.style5 .ti-css3:before{content:""}html.style5 .ti-rss:before{content:""}html.style5 .ti-rss-alt:before{content:""}html.style5 button,html.style5 hr,html.style5 input{overflow:visible}html.style5 audio,html.style5 canvas,html.style5 progress,html.style5 video{display:inline-block}html.style5 progress,html.style5 sub,html.style5 sup{vertical-align:baseline}html.style5 html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html.style5 body{margin:0}html.style5 article,html.style5 aside,html.style5 details,html.style5 footer,html.style5 header,html.style5 menu,html.style5 nav,html.style5 section{display:block}html.style5 h1{font-size:2em;margin:.67em 0}html.style5 figcaption,html.style5 figure,html.style5 main{display:block}html.style5 figure{margin:1em 40px}html.style5 hr{box-sizing:content-box;height:0}html.style5 code,html.style5 kbd,html.style5 pre,html.style5 samp{font-family:monospace,monospace;font-size:1em}html.style5 a{background-color:transparent;-webkit-text-decoration-skip:objects}html.style5 a:active,html.style5 a:hover{outline-width:0}html.style5 abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}html.style5 b,html.style5 strong{font-weight:bolder}html.style5 dfn{font-style:italic}html.style5 mark{background-color:#ff0;color:#000}html.style5 small{font-size:80%}html.style5 sub,html.style5 sup{font-size:75%;line-height:0;position:relative}html.style5 sub{bottom:-.25em}html.style5 sup{top:-.5em}html.style5 audio:not([controls]){display:none;height:0}html.style5 img{border-style:none}html.style5 svg:not(:root){overflow:hidden}html.style5 button,html.style5 input,html.style5 optgroup,html.style5 select,html.style5 textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}html.style5 button,html.style5 select{text-transform:none}html.style5 [type=reset],html.style5 [type=submit],html.style5 button,html.style5 html [type=button]{-webkit-appearance:button}html.style5 [type=button]::-moz-focus-inner,html.style5 [type=reset]::-moz-focus-inner,html.style5 [type=submit]::-moz-focus-inner,html.style5 button::-moz-focus-inner{border-style:none;padding:0}html.style5 [type=button]:-moz-focusring,html.style5 [type=reset]:-moz-focusring,html.style5 [type=submit]:-moz-focusring,html.style5 button:-moz-focusring{outline:1px dotted ButtonText}html.style5 fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}html.style5 legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}html.style5 textarea{overflow:auto}html.style5 [type=checkbox],html.style5 [type=radio]{box-sizing:border-box;padding:0}html.style5 [type=number]::-webkit-inner-spin-button,html.style5 [type=number]::-webkit-outer-spin-button{height:auto}html.style5 [type=search]{-webkit-appearance:textfield;outline-offset:-2px}html.style5 [type=search]::-webkit-search-cancel-button,html.style5 [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.style5 ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html.style5 summary{display:list-item}html.style5 [hidden],html.style5 template{display:none}html.style5 .owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1}html.style5 .owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}html.style5 .owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html.style5 .owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}html.style5 .owl-carousel .owl-item,html.style5 .owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}html.style5 .owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}html.style5 .owl-carousel .owl-item img{display:block;width:100%}html.style5 .owl-carousel .owl-dots.disabled,html.style5 .owl-carousel .owl-nav.disabled{display:none}html.style5 .owl-carousel .owl-dot,html.style5 .owl-carousel .owl-nav .owl-next,html.style5 .owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.style5 .owl-carousel .owl-nav button.owl-next,html.style5 .owl-carousel .owl-nav button.owl-prev,html.style5 .owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}html.style5 .owl-carousel.owl-loaded{display:block}html.style5 .owl-carousel.owl-loading{opacity:0;display:block}html.style5 .owl-carousel.owl-hidden{opacity:0}html.style5 .owl-carousel.owl-refresh .owl-item{visibility:hidden}html.style5 .owl-carousel.owl-drag .owl-item{touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.style5 .owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}html.style5 .owl-carousel.owl-rtl{direction:rtl}html.style5 .owl-carousel.owl-rtl .owl-item{float:right}html.style5 .no-js .owl-carousel{display:block}html.style5 .owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}html.style5 .owl-carousel .owl-animated-in{z-index:0}html.style5 .owl-carousel .owl-animated-out{z-index:1}html.style5 .owl-carousel .fadeOut{animation-name:fadeOut}html.style5 .owl-height{transition:height .5s ease-in-out}html.style5 .owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}html.style5 .owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}html.style5 .owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style5 .owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}html.style5 .owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}html.style5 .owl-theme .owl-nav .disabled{opacity:.5;cursor:default}html.style5 .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}html.style5 .owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style5 .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}html.style5 .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}html.style5 .owl-theme .owl-dots .owl-dot.active span,html.style5 .owl-theme .owl-dots .owl-dot:hover span{background:#869791}html.style5 .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style5 .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}html.style5 .slick-list:focus{outline:none}html.style5 .slick-list.dragging{cursor:pointer;cursor:hand}html.style5 .slick-slider .slick-list,html.style5 .slick-slider .slick-track{transform:translateZ(0)}html.style5 .slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}html.style5 .slick-track:after,html.style5 .slick-track:before{content:"";display:table}html.style5 .slick-track:after{clear:both}.slick-loading html.style5 .slick-track{visibility:hidden}html.style5 .slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] html.style5 .slick-slide{float:right}html.style5 .slick-slide img{display:block}html.style5 .slick-slide.slick-loading img{display:none}html.style5 .slick-slide.dragging img{pointer-events:none}.slick-initialized html.style5 .slick-slide{display:block}.slick-loading html.style5 .slick-slide{visibility:hidden}.slick-vertical html.style5 .slick-slide{display:block;height:auto;border:1px solid transparent}html.style5 .slick-arrow.slick-hidden{display:none}html.style5 .slick-next,html.style5 .slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0;cursor:pointer;top:50%;transform:translateY(-50%);padding:0;border:none}html.style5 .slick-next,html.style5 .slick-next:focus,html.style5 .slick-next:hover,html.style5 .slick-prev,html.style5 .slick-prev:focus,html.style5 .slick-prev:hover{background:transparent;color:transparent;outline:none}html.style5 .slick-next:focus:before,html.style5 .slick-next:hover:before,html.style5 .slick-prev:focus:before,html.style5 .slick-prev:hover:before{opacity:1}html.style5 .slick-next.slick-disabled:before,html.style5 .slick-prev.slick-disabled:before{opacity:.25}html.style5 .slick-next:before,html.style5 .slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style5 .slick-prev{left:-25px}[dir=rtl] html.style5 .slick-prev{left:auto;right:-25px}html.style5 .slick-prev:before{content:"←"}[dir=rtl] html.style5 .slick-prev:before{content:"→"}html.style5 .slick-next{right:-25px}[dir=rtl] html.style5 .slick-next{left:-25px;right:auto}html.style5 .slick-next:before{content:"→"}[dir=rtl] html.style5 .slick-next:before{content:"←"}html.style5 .slick-dotted.slick-slider{margin-bottom:30px}html.style5 .slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}html.style5 .slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}html.style5 .slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0;color:transparent;padding:5px;cursor:pointer}html.style5 .slick-dots li button:focus,html.style5 .slick-dots li button:hover{outline:none}html.style5 .slick-dots li button:focus:before,html.style5 .slick-dots li button:hover:before{opacity:1}html.style5 .slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style5 .slick-dots li.slick-active button:before{color:#000;opacity:.75}html.style5 .custom-scroll{scroll-behavior:smooth}html.style5 .custom-scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #eff1f2}html.style5 .custom-scroll::-webkit-scrollbar{width:5px}html.style5 .custom-scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(255,91,146,.15)}html.style5 .scroll-invisiable::-webkit-scrollbar{width:0}html.style5 .owl-carousel{position:unset}@media(min-width:800px){html.style5 .chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}html.style5 .chitchat-container .desktop-sidebar{display:none}html.style5 .chitchat-container.desktop-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style5 .chitchat-container.desktop-menu .desktop-sidebar{display:none}html.style5 .custom-input-message{position:relative!important}}@media(max-width:430px){html.style5 .custom-input-message{position:fixed}}html.style5 body{background-color:#fff;font-size:calc(12px + 1*(100vw - 320px)/1600);overflow-x:hidden;font-family:Montserrat,sans-serif,Roboto;color:#223645}html.style5 .main,html.style5 body.main-page{overflow:hidden}html.style5 ul{padding-left:0;list-style-type:none;margin-bottom:0;padding-right:0}html.style5 ::selection{color:#fff;background:#ff5b92}html.style5 * a{color:#ff5b92;text-decoration:none!important}html.style5 .btn:focus{box-shadow:rgba(255,91,146,.15)!important}html.style5 a{cursor:pointer}html.style5 :focus{outline-color:rgba(255,91,146,.15);text-decoration:none!important}html.style5 select:focus{outline:none!important}html.style5 .disabled{cursor:not-allowed;opacity:.5}html.style5 svg{vertical-align:baseline}html.style5 input:focus{outline-color:rgba(255,91,146,.15)}html.style5 h1{font-size:calc(30px + 18*(100vw - 320px)/1600)}html.style5 h1,html.style5 h2{font-family:Montserrat,sans-serif;font-weight:800;color:#223645;margin:0}html.style5 h2{font-size:calc(20px + 8*(100vw - 320px)/1600)}html.style5 h3{font-family:Montserrat,sans-serif;font-size:calc(16px + 2*(100vw - 320px)/1600);font-weight:700;color:#223645;margin:0}html.style5 h4{font-family:Roboto,sans-serif;font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:400;color:#647589;margin:0}html.style5 h5{font-family:Montserrat,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:700;color:#223645;margin:0}html.style5 h6{font-family:Roboto,sans-serif;font-size:calc(11px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589;margin:0}html.style5 .h1,html.style5 .h2,html.style5 .h3,html.style5 .h4,html.style5 .h5,html.style5 .h6,html.style5 h1,html.style5 h2,html.style5 h3,html.style5 h4,html.style5 h5,html.style5 h6{line-height:1.1}html.style5 span{font-size:11px;color:#223645}html.style5 .title2,html.style5 span{font-family:Montserrat,sans-serif;font-weight:700}html.style5 .title2{font-size:calc(22px + 14*(100vw - 320px)/1600);color:#fff;margin:0}html.style5 p{font-family:Roboto,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589}html.style5 a:hover{text-decoration:none;color:#ff5b92}html.style5 .theme-title{position:relative}html.style5 .theme-title h4{font-family:Roboto,sans-serif;padding-top:5px}html.style5 .p-0{padding:0}html.style5 .p-5{padding:5px}html.style5 .p-10{padding:10px}html.style5 .p-15{padding:15px}html.style5 .p-20{padding:20px}html.style5 .p-25{padding:25px}html.style5 .p-30{padding:30px}html.style5 .p-35{padding:35px}html.style5 .p-40{padding:40px}html.style5 .p-45{padding:45px}html.style5 .p-50{padding:50px}html.style5 .p-l-0{padding-left:0}html.style5 .p-l-5{padding-left:5px}html.style5 .p-l-10{padding-left:10px}html.style5 .p-l-15{padding-left:15px}html.style5 .p-l-20{padding-left:20px}html.style5 .p-l-25{padding-left:25px}html.style5 .p-l-30{padding-left:30px}html.style5 .p-l-35{padding-left:35px}html.style5 .p-l-40{padding-left:40px}html.style5 .p-l-45{padding-left:45px}html.style5 .p-l-50{padding-left:50px}html.style5 .p-t-0{padding-top:0!important}html.style5 .p-t-5{padding-top:5px!important}html.style5 .p-t-10{padding-top:10px!important}html.style5 .p-t-15{padding-top:15px!important}html.style5 .p-t-20{padding-top:20px!important}html.style5 .p-t-25{padding-top:25px!important}html.style5 .p-t-30{padding-top:30px!important}html.style5 .p-t-35{padding-top:35px!important}html.style5 .p-t-40{padding-top:40px!important}html.style5 .p-t-45{padding-top:45px!important}html.style5 .p-t-50{padding-top:50px!important}html.style5 .p-b-0{padding-bottom:0!important}html.style5 .p-b-5{padding-bottom:5px!important}html.style5 .p-b-10{padding-bottom:10px!important}html.style5 .p-b-15{padding-bottom:15px!important}html.style5 .p-b-20{padding-bottom:20px!important}html.style5 .p-b-25{padding-bottom:25px!important}html.style5 .p-b-30{padding-bottom:30px!important}html.style5 .p-b-35{padding-bottom:35px!important}html.style5 .p-b-40{padding-bottom:40px!important}html.style5 .p-b-45{padding-bottom:45px!important}html.style5 .p-b-50{padding-bottom:50px!important}html.style5 .p-r-0{padding-right:0}html.style5 .p-r-5{padding-right:5px}html.style5 .p-r-10{padding-right:10px}html.style5 .p-r-15{padding-right:15px}html.style5 .p-r-20{padding-right:20px}html.style5 .p-r-25{padding-right:25px}html.style5 .p-r-30{padding-right:30px}html.style5 .p-r-35{padding-right:35px}html.style5 .p-r-40{padding-right:40px}html.style5 .p-r-45{padding-right:45px}html.style5 .p-r-50{padding-right:50px}html.style5 .m-0{margin:0!important}html.style5 .m-5{margin:5px!important}html.style5 .m-10{margin:10px!important}html.style5 .m-15{margin:15px!important}html.style5 .m-20{margin:20px!important}html.style5 .m-25{margin:25px!important}html.style5 .m-30{margin:30px!important}html.style5 .m-35{margin:35px!important}html.style5 .m-40{margin:40px!important}html.style5 .m-45{margin:45px!important}html.style5 .m-50{margin:50px!important}html.style5 .m-t-0{margin-top:0!important}html.style5 .m-t-5{margin-top:5px!important}html.style5 .m-t-10{margin-top:10px!important}html.style5 .m-t-15{margin-top:15px!important}html.style5 .m-t-20{margin-top:20px!important}html.style5 .m-t-25{margin-top:25px!important}html.style5 .m-t-30{margin-top:30px!important}html.style5 .m-t-35{margin-top:35px!important}html.style5 .m-t-40{margin-top:40px!important}html.style5 .m-t-45{margin-top:45px!important}html.style5 .m-t-50{margin-top:50px!important}html.style5 .m-b-0{margin-bottom:0!important}html.style5 .m-b-5{margin-bottom:5px!important}html.style5 .m-b-10{margin-bottom:10px!important}html.style5 .m-b-15{margin-bottom:15px!important}html.style5 .m-b-20{margin-bottom:20px!important}html.style5 .m-b-25{margin-bottom:25px!important}html.style5 .m-b-30{margin-bottom:30px!important}html.style5 .m-b-35{margin-bottom:35px!important}html.style5 .m-b-40{margin-bottom:40px!important}html.style5 .m-b-45{margin-bottom:45px!important}html.style5 .m-b-50{margin-bottom:50px!important}html.style5 .m-l-0{margin-left:0!important}html.style5 .m-l-5{margin-left:5px!important}html.style5 .m-l-10{margin-left:10px!important}html.style5 .m-l-15{margin-left:15px!important}html.style5 .m-l-20{margin-left:20px!important}html.style5 .m-l-25{margin-left:25px!important}html.style5 .m-l-30{margin-left:30px!important}html.style5 .m-l-35{margin-left:35px!important}html.style5 .m-l-40{margin-left:40px!important}html.style5 .m-l-45{margin-left:45px!important}html.style5 .m-l-50{margin-left:50px!important}html.style5 .m-r-0{margin-right:0}html.style5 .m-r-5{margin-right:5px}html.style5 .m-r-10{margin-right:10px}html.style5 .m-r-15{margin-right:15px}html.style5 .m-r-20{margin-right:20px}html.style5 .m-r-25{margin-right:25px}html.style5 .m-r-30{margin-right:30px}html.style5 .m-r-35{margin-right:35px}html.style5 .m-r-40{margin-right:40px}html.style5 .m-r-45{margin-right:45px}html.style5 .m-r-50{margin-right:50px}html.style5 .img-10{width:10px!important}html.style5 .img-20{width:20px!important}html.style5 .img-30{width:30px!important}html.style5 .img-40{width:40px!important}html.style5 .img-50{width:50px!important}html.style5 .img-60{width:60px!important}html.style5 .img-70{width:70px!important}html.style5 .img-80{width:80px!important}html.style5 .img-90{width:90px!important}html.style5 .img-100{width:100px!important}html.style5 .rounded{border-radius:5px!important}html.style5 .rouded15{border-radius:15px!important}html.style5 .font-primary{color:#ff5b92!important}html.style5 .font-success{color:#3fcc35!important}html.style5 .font-danger{color:#ff4e2b!important}html.style5 .font-light{color:#eff1f2!important}html.style5 .font-warning{color:#ffc514!important}html.style5 .badge-primary{background-color:#ff5b92!important}html.style5 .badge-outline-primary{background-color:rgba(255,91,146,.15)!important;color:#ff5b92;transition:all .3s ease}html.style5 .badge-outline-primary:hover{transition:all .3s ease;background-color:rgba(255,91,146,.25)!important;color:#ff5b92!important}html.style5 .badge-success{background-color:#3fcc35!important}html.style5 .badge-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;transition:all .3s ease}html.style5 .badge-outline-success:hover{transition:all .3s ease;background-color:rgba(63,204,53,.25)!important;color:#3fcc35!important}html.style5 .badge-danger{background-color:#ff4e2b!important}html.style5 .badge-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;transition:all .3s ease}html.style5 .badge-outline-danger:hover{transition:all .3s ease;background-color:rgba(255,78,43,.25)!important;color:#ff4e2b!important}html.style5 .badge-light{background-color:#eff1f2!important}html.style5 .badge-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;transition:all .3s ease;background-color:rgba(34,54,69,.15)!important;color:#223645}html.style5 .badge-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2!important;transition:all .3s ease;background-color:rgba(239,241,242,.5)!important;color:#223645!important}html.style5 .badge-dark{background-color:#223645!important}html.style5 .badge-outline-dark{background-color:rgba(34,54,69,.15)!important;color:#223645;transition:all .3s ease}html.style5 .badge-outline-dark:hover{transition:all .3s ease;background-color:rgba(34,54,69,.25)!important;color:#223645!important}html.style5 .badge-warning{background-color:#ffc514!important}html.style5 .badge-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;transition:all .3s ease}html.style5 .badge-outline-warning:hover{transition:all .3s ease;background-color:rgba(255,197,20,.25)!important;color:#ffc514!important}html.style5 .badge-light{color:#223645}html.style5 .badge{font-size:12px;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;letter-spacing:.5px;padding:3px 10px;border-radius:10px;display:inline-flex;align-items:center}html.style5 .badge i{font-weight:800;margin-right:5px}html.style5 .badge svg{height:13px;width:13px;margin-right:5px}html.style5 .badge.xl{font-size:108%;font-family:Montserrat,sans-serif;font-weight:700;border-radius:25px;padding:11px 20px}html.style5 .badge.xl svg{height:14px}html.style5 .badge.sm{font-size:81%;padding:4px;border-radius:5px;font-weight:600}html.style5 .badge.sm svg{height:11px;width:11px}html.style5 .badge-one .badge.sm{padding:4px 4px 2px}html.style5 .bg-primary{background-color:#ff5b92!important}html.style5 .bg-success{background-color:#3fcc35!important}html.style5 .bg-danger{background-color:#ff4e2b!important}html.style5 .bg-light{background-color:#eff1f2!important}html.style5 .bg-warning{background-color:#ffc514!important}html.style5 .bg-transparent{background-color:transparent!important}html.style5 .btn{font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:600;text-transform:capitalize;padding:15px 40px;border-radius:10px}html.style5 .btn-group-sm>.btn,html.style5 .btn.btn-sm{padding:10px 30px}html.style5 .btn-primary{background-color:#ff5b92;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style5 .btn-primary.disabled,html.style5 .btn-primary:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style5 .btn-primary.active,html.style5 .btn-primary:active,html.style5 .btn-primary:focus,html.style5 .btn-primary:hover{background-color:#ff2870!important;border-color:#ff2870!important;transition:all .3s ease;outline:none!important;color:#fff}html.style5 .btn-primary:focus{outline:none!important;box-shadow:0 0 3px 2px #fff4f8;transition:all .3s ease}html.style5 .btn-outline-primary{background-color:rgba(255,91,146,.15)!important;color:#ff5b92;border:none!important;transition:all .3s ease}html.style5 .btn-outline-primary.disabled,html.style5 .btn-outline-primary:disabled{background-color:rgba(255,91,146,.1)!important;color:#ff5b92;border:none!important;transition:all .3s ease}html.style5 .btn-outline-primary.active,html.style5 .btn-outline-primary:active,html.style5 .btn-outline-primary:focus,html.style5 .btn-outline-primary:hover{background-color:rgba(255,91,146,.25)!important;color:#ff5b92;border:none!important;transition:all .3s ease}html.style5 .btn-outline-primary:focus{box-shadow:0 0 3px 2px #fff4f8;transition:all .3s ease}html.style5 .btn-success{background-color:#3fcc35;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style5 .btn-success.disabled,html.style5 .btn-success:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style5 .btn-success.active,html.style5 .btn-success:active,html.style5 .btn-success:focus,html.style5 .btn-success:hover{background-color:#32a42a!important;border-color:#32a42a!important;transition:all .3s ease;outline:none!important;color:#fff}html.style5 .btn-success:focus{outline:none!important;box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}html.style5 .btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style5 .btn-outline-success.disabled,html.style5 .btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style5 .btn-outline-success.active,html.style5 .btn-outline-success:active,html.style5 .btn-outline-success:focus,html.style5 .btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style5 .btn-outline-success:focus{box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}html.style5 .btn-danger{background-color:#ff4e2b;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style5 .btn-danger.disabled,html.style5 .btn-danger:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style5 .btn-danger.active,html.style5 .btn-danger:active,html.style5 .btn-danger:focus,html.style5 .btn-danger:hover{background-color:#f72900!important;border-color:#f72900!important;transition:all .3s ease;outline:none!important;color:#fff}html.style5 .btn-danger:focus{outline:none!important;box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}html.style5 .btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style5 .btn-outline-danger.disabled,html.style5 .btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style5 .btn-outline-danger.active,html.style5 .btn-outline-danger:active,html.style5 .btn-outline-danger:focus,html.style5 .btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style5 .btn-outline-danger:focus{box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}html.style5 .btn-light{background-color:#eff1f2;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style5 .btn-light.disabled,html.style5 .btn-light:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style5 .btn-light.active,html.style5 .btn-light:active,html.style5 .btn-light:focus,html.style5 .btn-light:hover{background-color:#d3d8db!important;border-color:#d3d8db!important;transition:all .3s ease;outline:none!important;color:#fff}html.style5 .btn-light:focus{outline:none!important;box-shadow:0 0 3px 2px #fff;transition:all .3s ease}html.style5 .btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}html.style5 .btn-outline-light.disabled,html.style5 .btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;color:#eff1f2;border:none!important;transition:all .3s ease}html.style5 .btn-outline-light.active,html.style5 .btn-outline-light:active,html.style5 .btn-outline-light:focus,html.style5 .btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2;border:none!important;transition:all .3s ease}html.style5 .btn-outline-light:focus{box-shadow:0 0 3px 2px #fff;transition:all .3s ease}html.style5 .btn-outline-light.active,html.style5 .btn-outline-light:active,html.style5 .btn-outline-light:focus,html.style5 .btn-outline-light:hover{background-color:#e1e5e7!important}html.style5 .btn-warning{background-color:#ffc514;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style5 .btn-warning.disabled,html.style5 .btn-warning:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style5 .btn-warning.active,html.style5 .btn-warning:active,html.style5 .btn-warning:focus,html.style5 .btn-warning:hover{background-color:#e0a900!important;border-color:#e0a900!important;transition:all .3s ease;outline:none!important;color:#fff}html.style5 .btn-warning:focus{outline:none!important;box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}html.style5 .btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style5 .btn-outline-warning.disabled,html.style5 .btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style5 .btn-outline-warning.active,html.style5 .btn-outline-warning:active,html.style5 .btn-outline-warning:focus,html.style5 .btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style5 .btn-outline-warning:focus{box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}html.style5 .btn-light{color:#223645!important}html.style5 .btn-light.active,html.style5 .btn-light:active,html.style5 .btn-light:focus{box-shadow:0 0 3px 2px #eff1f2}html.style5 .icon-btn{height:32px;width:32px;border-radius:100%;font-weight:800;align-items:center;justify-content:center;display:inline-flex;border:0!important}html.style5 .icon-btn i{font-size:16px}html.style5 .icon-btn svg{width:16px;height:16px;stroke-width:3px;vertical-align:middle}html.style5 .icon-btn.btn-xl{height:60px;width:60px;padding:18px}html.style5 .icon-btn.btn-xl i{font-size:24px}html.style5 .icon-btn.btn-xl svg{height:24px;width:24px}html.style5 .btn-group-sm>.icon-btn.btn,html.style5 .icon-btn.btn-sm{height:34px;width:34px;display:inline-flex}html.style5 .icon-btn.btn-xs{height:30px;width:30px;padding:8.5px}html.style5 .icon-btn.btn-xs svg{height:12px;width:12px}html.style5 .icon-btn.btn-outline-primary{background-color:rgba(255,91,146,.15)!important;color:#ff5b92!important;border:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-primary.disabled,html.style5 .icon-btn.btn-outline-primary:disabled{background-color:rgba(255,91,146,.1)!important;border:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-primary.active,html.style5 .icon-btn.btn-outline-primary:active,html.style5 .icon-btn.btn-outline-primary:focus,html.style5 .icon-btn.btn-outline-primary:hover{background-color:rgba(255,91,146,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style5 .icon-btn.btn-outline-primary.active{background-color:#ff5b92!important;color:#fff!important}html.style5 .icon-btn.btn-outline-primary:focus{box-shadow:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-primary.button-effect .effect-wave{background-color:#ff8eb4}html.style5 .icon-btn.btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35!important;border:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-success.disabled,html.style5 .icon-btn.btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;border:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-success.active,html.style5 .icon-btn.btn-outline-success:active,html.style5 .icon-btn.btn-outline-success:focus,html.style5 .icon-btn.btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style5 .icon-btn.btn-outline-success.active{background-color:#3fcc35!important;color:#fff!important}html.style5 .icon-btn.btn-outline-success:focus{box-shadow:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-success.button-effect .effect-wave{background-color:#66d65e}html.style5 .icon-btn.btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b!important;border:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-danger.disabled,html.style5 .icon-btn.btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;border:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-danger.active,html.style5 .icon-btn.btn-outline-danger:active,html.style5 .icon-btn.btn-outline-danger:focus,html.style5 .icon-btn.btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style5 .icon-btn.btn-outline-danger.active{background-color:#ff4e2b!important;color:#fff!important}html.style5 .icon-btn.btn-outline-danger:focus{box-shadow:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-danger.button-effect .effect-wave{background-color:#ff795e}html.style5 .icon-btn.btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2!important;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}html.style5 .icon-btn.btn-outline-light.disabled,html.style5 .icon-btn.btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;border:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-light.active,html.style5 .icon-btn.btn-outline-light:active,html.style5 .icon-btn.btn-outline-light:focus,html.style5 .icon-btn.btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style5 .icon-btn.btn-outline-light.active{background-color:#eff1f2!important;color:#fff!important}html.style5 .icon-btn.btn-outline-light:focus{box-shadow:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-light.button-effect .effect-wave{background-color:#fff}html.style5 .icon-btn.btn-outline-light.active,html.style5 .icon-btn.btn-outline-light:active,html.style5 .icon-btn.btn-outline-light:focus,html.style5 .icon-btn.btn-outline-light:hover{background-color:#e1e5e7!important}html.style5 .icon-btn.btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514!important;border:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-warning.disabled,html.style5 .icon-btn.btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;border:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-warning.active,html.style5 .icon-btn.btn-outline-warning:active,html.style5 .icon-btn.btn-outline-warning:focus,html.style5 .icon-btn.btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style5 .icon-btn.btn-outline-warning.active{background-color:#ffc514!important;color:#fff!important}html.style5 .icon-btn.btn-outline-warning:focus{box-shadow:none!important;transition:all .3s ease}html.style5 .icon-btn.btn-outline-warning.button-effect .effect-wave{background-color:#ffd247}html.style5 .dot-btn{position:relative;display:inline-block}html.style5 .dot-btn:before{content:"";height:9px;width:9px;position:absolute;top:5px;right:1px;border-radius:100%;z-index:1;border:1px solid #fff}html.style5 .dot-btn.grow:before{border:none;height:7px;width:7px}html.style5 .dot-btn.grow:after{content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}html.style5 .dot-btn.dot-primary:before{background-color:#ff5b92!important}html.style5 .dot-btn.dot-primary.grow:after{border:5px solid #ff5b92;animation:grow 1s ease-out infinite}html.style5 .dot-btn.dot-success:before{background-color:#3fcc35!important}html.style5 .dot-btn.dot-success.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite}html.style5 .dot-btn.dot-danger:before{background-color:#ff4e2b!important}html.style5 .dot-btn.dot-danger.grow:after{border:5px solid #ff4e2b;animation:grow 1s ease-out infinite}html.style5 .dot-btn.dot-light:before{background-color:#eff1f2!important;background-color:#223645!important}html.style5 .dot-btn.dot-light.grow:after{border:5px solid #eff1f2;animation:grow 1s ease-out infinite;border:5px solid #223645}html.style5 .dot-btn.dot-warning:before{background-color:#ffc514!important}html.style5 .dot-btn.dot-warning.grow:after{border:5px solid #ffc514;animation:grow 1s ease-out infinite}html.style5 .theme-btn-group a+a{margin-left:5px;border-radius:15px}html.style5 .theme-btn-group .btn-group-sm>a+a.btn,html.style5 .theme-btn-group a+a.btn-sm{border-radius:10px}html.style5 .theme-btn-group a:first-child{border-radius:15px 15px 0}html.style5 .theme-btn-group .btn-group-sm>a.btn:first-child,html.style5 .theme-btn-group a:first-child.btn-sm{border-radius:10px 10px 0}html.style5 .theme-btn-group a:last-child{border-radius:15px 15px 15px 0}html.style5 .theme-btn-group .btn-group-sm>a.btn:last-child,html.style5 .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 10px 0}html.style5 .profile{width:60px;height:60px;display:inline-block;border-radius:20px;position:relative}html.style5 .profile span{font-size:22px;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);color:#fff}html.style5 .profile.busy:before,html.style5 .profile.offline:before,html.style5 .profile.online:before,html.style5 .profile.unreachable:before{content:"";position:absolute;height:13px;width:13px;border-radius:100%;border:2px solid #fff;right:0}html.style5 .profile.unreachable:before{background-color:#ffc514}html.style5 .profile.online:before{background-color:#3fcc35}html.style5 .profile.busy:before{background-color:#ff4e2b}html.style5 .profile.offline:before{background-color:#828282}html.style5 .button-effect{display:inline-flex;overflow:hidden;position:relative}html.style5 .button-effect:before{position:absolute;top:50%;left:50%;z-index:2;display:block;content:"";width:0;height:0;background:hsla(0,0%,100%,.2);border-radius:100%;transform:translate(-50%,-50%);opacity:0}html.style5 .button-effect:hover{cursor:pointer}html.style5 .button-effect:hover:before{animation:circle .75s}html.style5 .effect-wave{display:block;position:absolute;transform:translateX(-50%) translateY(-50%);width:0;height:0;background-color:#eff1f2;border-radius:50%;opacity:.5}html.style5 .is-animating{transform:translateZ(0) scale(1)}html.style5 .is-animating.btn-success{animation:phone-outer-success 3s infinite}html.style5 .is-animating.btn-danger{animation:phone-outer-danger 3s infinite}html.style5 .is-animating.btn-danger svg{transform:rotate(135deg);animation:none}html.style5 .is-animating:before{position:absolute;content:"";top:0;left:0;width:60px;height:60px;background-color:hsla(0,0%,100%,.2);border-radius:100%;opacity:1;transform:translateZ(0) scale(0);animation:phone-inner 3s infinite}html.style5 .is-animating svg{animation:phone-icon 3s infinite;transform:translateZ(0);fill:#fff;stroke-width:1px}html.style5 .is-animating.cancelcall,html.style5 .is-animating.cancelcall:before{animation:none}html.style5 .social-group li{display:inline-block}html.style5 .social-group li+li{margin-left:5px}html.style5 .social-group li .btn-google{background-color:#3b5998;color:#fff}html.style5 .social-group li .btn-twiter{background-color:#55acee;color:#fff}html.style5 .social-group li .btn-linkedin{background-color:#0e76a8;color:#fff}html.style5 .social-group li .btn-instagram{background-color:#e4405f;color:#fff}html.style5 .btn-primary.is-animating{box-shadow:0 0 0 0 rgba(255,91,146,0),0 .05em .1em rgba(0,0,0,.2)}html.style5 .btn-success.is-animating{box-shadow:0 0 0 0 rgba(63,204,53,0),0 .05em .1em rgba(0,0,0,.2)}html.style5 .btn-danger.is-animating{box-shadow:0 0 0 0 rgba(255,78,43,0),0 .05em .1em rgba(0,0,0,.2)}html.style5 .btn-light.is-animating{box-shadow:0 0 0 0 rgba(239,241,242,0),0 .05em .1em rgba(0,0,0,.2)}html.style5 .btn-warning.is-animating{box-shadow:0 0 0 0 rgba(255,197,20,0),0 .05em .1em rgba(0,0,0,.2)}html.style5 .btn-fix{position:fixed;bottom:20px;margin-left:-30px;z-index:9}html.style5 .theme-tab .nav-tabs{border:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:20px}html.style5 .theme-tab .nav-tabs .nav-item .nav-link{font-size:calc(14px + 1*(100vw - 320px)/1600);font-weight:700;padding:7px 30px;min-height:30px;border-radius:10px;min-width:140px;background-color:#eff1f2!important;border:none!important;color:#223645!important;text-align:center;transition:all .3s ease;justify-content:center}html.style5 .theme-tab .nav-tabs .nav-item .nav-link.active{background-color:rgba(255,91,146,.15)!important;color:#ff5b92!important;transition:all .3s ease}html.style5 .theme-tab.chat-tabs #myTab1 .nav-tabs{justify-content:center}html.style5 .theme-tab.chat-tabs #myTab1 .nav-tabs .nav-link{margin:0 10px}html.style5 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link{border-radius:25px;padding:0 14px;font-size:calc(13px + 1*(100vw - 320px)/1600);line-height:2.2;min-width:unset;color:#223645;background-color:#eff1f2;display:flex;align-items:center}html.style5 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{height:16px;fill:#223645!important;transition:all .3s ease;stroke-width:1px}html.style5 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{color:#fff!important;background-color:#ff5b92!important;transition:all .3s ease;box-shadow:-1px 10px 16px -10px #ff5b92}html.style5 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active svg{fill:#fff!important;transition:all .3s ease}html.style5 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 25px;min-width:auto;display:flex;font-size:13px}html.style5 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}html.style5 .tab-card{text-align:center;padding:20px;border:1px solid #eff1f2;border-radius:15px}html.style5 .tab-card+.tab-card{margin-top:15px}html.style5 .msg-box>li .auto-gallery,html.style5 .msg-box>li .document,html.style5 .msg-box>li>h5{display:inline-block;padding:16px 25px;background-color:#e9e9e9;color:#595959;border-radius:0 25px 25px 0;font-weight:400;font-size:14px;font-family:Lato}html.style5 .msg-box>li .refresh-block{display:inline-grid;justify-content:center;align-items:center}html.style5 .msg-box>li .refresh-block .refresh{margin-bottom:10px;transition:all .3s ease}html.style5 .msg-box>li .refresh-block .refresh:hover{transition:all .3s ease;cursor:pointer}html.style5 .msg-box>li .refresh-block .refresh.refreshed,html.style5 .msg-box>li .refresh-block .refresh:hover{color:#fff!important;background-color:#ff5b92!important}html.style5 .msg-box>li .refresh-block .refresh.refreshed svg{transform:rotate(1turn);transition:all 3s ease}html.style5 .msg-box>li .refresh-block>div:last-child{display:flex;justify-content:center;align-items:center}html.style5 .msg-box>li:first-child h5{border-radius:30px 25px 25px 0}html.style5 .msg-box>li:last-child .auto-gallery,html.style5 .msg-box>li:last-child .document,html.style5 .msg-box>li:last-child h5{border-radius:16px 16px 16px 0;background-color:#000;color:#fff}html.style5 .msg-box>li+li{margin-top:12px;position:relative}html.style5 .msg-box>li>h5>div>a{color:#328dff!important;cursor:pointer}@media(max-width:767px){html.style5 .msg-box{max-width:90vw}html.style5 .msg-box>li>h5{max-width:80vw;overflow-x:hidden;padding:20px}html.style5 .msg-box>li>h5>div>a{max-width:50%!important;width:50%!important}}html.style5 .contact-chat{margin-top:100px}html.style5 .contact-chat>ul.str-msg h5{font-size:13px}html.style5 .contact-chat>ul.str-msg h6{font-size:9px}html.style5 .contact-chat>ul.str-msg li{padding-left:0!important;width:100%}html.style5 .contact-chat>ul.str-msg li .media .profile{margin-left:.7rem!important}html.style5 .contact-chat>ul.str-msg li .contact-name .msg-box{margin-top:5px}html.style5 .contact-chat>ul.str-msg li .msg-box>li>h5{padding:8px 25px;font-size:12px;line-height:1.6;color:#223645;background-color:#e5e8e9}html.style5 .contact-chat>ul.str-msg li .profile{width:30px;height:30px}html.style5 .contact-chat>ul.chatappend{display:flex;flex-direction:column}html.style5 .contact-chat>ul.chatappend>li:last-child .msg-box>li .msg-dropdown{bottom:50px!important;top:unset!important}html.style5 .contact-chat>ul.chatappend .last{order:999}html.style5 .contact-chat>ul>li.sent .document{border-radius:0 50px 50px 50px}html.style5 .contact-chat>ul>li.sent .document .icon-btns a{background-color:#ff4c88!important}html.style5 .contact-chat>ul>li.sent .document .details h5,html.style5 .contact-chat>ul>li.sent .document .details h6{color:#eff1f2}html.style5 .contact-chat>ul>li.sent .document i{color:#fff!important}html.style5 .contact-chat>ul>li.sent .document .details,html.style5 .contact-chat>ul>li.sent .document .icon-btns{display:inline-block}html.style5 .contact-chat>ul>li.replies,html.style5 .contact-chat>ul>li.sent{width:60%}html.style5 .contact-chat>ul>li.replies .auto-gallery,html.style5 .contact-chat>ul>li.sent .auto-gallery{background-color:rgba(255,91,146,.15)!important;padding:16px 25px 0 15px}html.style5 .contact-chat>ul>li.replies .auto-gallery li,html.style5 .contact-chat>ul>li.sent .auto-gallery li{display:inline-block!important;height:85px;width:85px;border-radius:20px;margin-left:10px;margin-bottom:10px}html.style5 .contact-chat>ul>li.replies .document,html.style5 .contact-chat>ul>li.sent .document{padding:25px 35px;display:flex;align-items:center}html.style5 .contact-chat>ul>li.replies .document .icon-btns a,html.style5 .contact-chat>ul>li.sent .document .icon-btns a{background-color:#f7dfe7!important}html.style5 .contact-chat>ul>li.replies .document .icon-btns a+a,html.style5 .contact-chat>ul>li.sent .document .icon-btns a+a{margin-left:10px}html.style5 .contact-chat>ul>li.replies .document .details,html.style5 .contact-chat>ul>li.sent .document .details{padding-left:15px;padding-right:30px;text-align:left}html.style5 .contact-chat>ul>li.replies .document .details h5,html.style5 .contact-chat>ul>li.sent .document .details h5{display:block;padding-bottom:5px}html.style5 .contact-chat>ul>li.replies .document i,html.style5 .contact-chat>ul>li.sent .document i{font-size:40px}html.style5 .contact-chat>ul>li.replies .document .details,html.style5 .contact-chat>ul>li.replies .document .icon-btns,html.style5 .contact-chat>ul>li.sent .document .details,html.style5 .contact-chat>ul>li.sent .document .icon-btns{display:inline-block}html.style5 .contact-chat>ul>li.replies{margin-left:auto;text-align:right}html.style5 .contact-chat>ul>li.replies .document{border-radius:50px 0 50px 50px}html.style5 .contact-chat>ul>li.replies .auto-gallery{padding:16px 25px 5px 15px}html.style5 .contact-chat>ul>li.replies .auto-gallery li{float:right}html.style5 .contact-chat>ul>li.replies .msg-box li{display:inline-flex}html.style5 .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}html.style5 .contact-chat>ul>li.replies .msg-box li:last-child{display:flex;flex-direction:row-reverse;align-items:center;margin-left:auto}html.style5 .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,html.style5 .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:15px 15px 0 15px}html.style5 .contact-chat>ul>li.replies .msg-box li .auto-gallery,html.style5 .contact-chat>ul>li.replies .msg-box li .document,html.style5 .contact-chat>ul>li.replies .msg-box li>h5{background-color:#e40d6a;color:#fff;font-size:14px!important;font-family:Lato!important}html.style5 .contact-chat>ul>li.replies .msg-box li .badge{margin-left:0!important;margin-right:.5rem!important}html.style5 .contact-chat>ul>li.replies .media{flex-direction:row-reverse}html.style5 .contact-chat>ul>li.replies .media .profile{margin-left:1.5rem!important;margin-right:0!important}html.style5 .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:10px;margin-left:unset}html.style5 .contact-chat>ul>li+li{margin-top:10px}html.style5 .contact-chat>ul>li .contact-name .msg-box{margin-top:15px}html.style5 .contact-chat>ul>li .contact-name .msg-box img{width:100%;border-radius:16px}html.style5 .contact-chat>ul>li .contact-name h5{font-family:Lato;display:inline-block;padding-right:20px;line-height:1.4}html.style5 .contact-chat>ul>li .contact-name h6{display:inline-block}html.style5 .msg-setting-main{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;transition:all .5s ease}html.style5 .msg-setting-main .msg-dropdown-main{position:relative;display:none;transition:all .5s ease}html.style5 .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#faebf0;width:38px;height:38px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-left:10px}html.style5 .msg-setting-main .msg-dropdown-main .msg-setting i{margin-bottom:-2px}html.style5 .msg-setting-main .msg-dropdown-main .msg-dropdown{background-color:#fff;border:2px solid #eff1f2;padding:15px;border-radius:15px;position:absolute;top:50px;left:0;z-index:1;text-align:left;display:none;transition:all .5s ease}html.style5 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li{font-size:14px;font-weight:600;text-transform:capitalize;margin-bottom:10px}html.style5 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li:last-child{margin-bottom:0}html.style5 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a{color:#595959;width:100%}html.style5 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a i{font-size:16px;display:inline;margin-right:15px}html.style5 .msg-setting-main:hover .msg-dropdown-main{display:inline-block;order:0}html.style5 .custom-dropdown{height:0;width:0;position:absolute;right:0;background-color:#fff;z-index:99;opacity:0;overflow:hidden;overflow-x:hidden;overflow-y:scroll;border:1px solid #eff1f2;border-radius:15px;top:85px;transition:all .3s ease}html.style5 .custom-dropdown.open{opacity:1;transition:all .3s ease;height:200px;width:300px}html.style5 .onclick-dropdown{cursor:pointer}html.style5 .dropdown-menu .dropdown-divider{border-top:none}html.style5 .emojis-main{position:relative;display:flex;height:100%}html.style5 .emojis-main .toggle-sticker img{height:30px}html.style5 .emojis-main .toggle-sticker svg{height:50px;width:50px;fill:#ff5b92}html.style5 .emojis-main .toggle-sticker svg path{stroke:#ff5b92}html.style5 .emojis-main .toggle-sticker.active svg{fill:#fff}html.style5 .emojis-main .toggle-sticker.active svg path{stroke:#fff}html.style5 .emojis-main .emojis-contain,html.style5 .emojis-main .sticker-contain{width:0;height:0;background-color:#fff;position:absolute;bottom:0;left:0;padding:35px;transform:scale(0);transition:all .3s ease}html.style5 .emojis-main .emojis-contain.open,html.style5 .emojis-main .sticker-contain.open{bottom:85px;transform:scale(1);transition:all .3s ease;width:420px;height:280px}html.style5 .emojis-main .emojis-contain .emojis-sub-contain,html.style5 .emojis-main .sticker-contain .emojis-sub-contain{height:100%;overflow:overlay}html.style5 .emojis-main .emojis-contain .emojis-sub-contain:before,html.style5 .emojis-main .sticker-contain .emojis-sub-contain:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:70px;z-index:1}html.style5 .emojis-main .emojis-contain .emojis-sub-contain ul li,html.style5 .emojis-main .sticker-contain .emojis-sub-contain ul li{display:inline-block;font-size:24px;padding:5px;cursor:pointer}html.style5 .emojis-main .emojis-contain .sticker-sub-contain,html.style5 .emojis-main .sticker-contain .sticker-sub-contain{height:100%;overflow:overlay}html.style5 .emojis-main .emojis-contain .sticker-sub-contain ul li,html.style5 .emojis-main .sticker-contain .sticker-sub-contain ul li{display:inline-block}html.style5 .emojis-main .emojis-contain .sticker-sub-contain ul li img,html.style5 .emojis-main .sticker-contain .sticker-sub-contain ul li img{width:45px;height:auto}html.style5 .emojis-main .contact-poll{transition:all 1s ease}html.style5 .emojis-main .contact-poll .contact-poll-content{position:absolute;bottom:85px;left:90px;background-color:#fff;padding:30px;transition:all 1s ease;display:none}html.style5 .emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:15px;position:relative;text-transform:capitalize;font-size:16px;font-weight:600;padding-left:30px;transition:all .5s ease}html.style5 .emojis-main .contact-poll .contact-poll-content ul li:last-child{margin-bottom:0}html.style5 .emojis-main .contact-poll .contact-poll-content ul li a{color:#223645;transition:all .3s ease}html.style5 .emojis-main .contact-poll .contact-poll-content ul li a svg{width:18px;margin-right:15px;position:absolute;left:0}html.style5 .emojis-main .contact-poll .contact-poll-content ul li:hover a{color:#ff5b92;transition:all .3s ease}html.style5 .emojis-main .contact-poll .contact-poll-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:40px;z-index:1}html.style5 .main-nav .status>div:before{content:"";position:absolute;height:100%;width:100%;background-color:#ff5b92;left:0;z-index:-1;top:0;border-radius:100%}html.style5 .main-nav .user-popup{height:43px;width:43px;padding:3px;border-radius:100%;margin:0 auto;position:relative}html.style5 .main-nav .user-popup.two>div:after{content:"";position:absolute;height:3px;width:100%;background-color:#fff;left:0;z-index:-1;top:22px}html.style5 .main-nav .user-popup.three>div:after{content:"";position:absolute;left:-6px;z-index:-1;top:-5px;width:0;height:0;border-left:33px solid transparent;border-right:28px solid transparent;border-bottom:43px solid #fff}html.style5 .main-nav .user-popup>div{height:37px;width:37px;border-radius:100%;margin:0 auto}html.style5 .chat-friend-toggle{position:relative}html.style5 .chat-friend-toggle .chat-frind-content{position:absolute;top:80px;right:0;padding:25px;background-color:#fff;text-align:left;display:none;text-transform:capitalize}html.style5 .chat-friend-toggle .chat-frind-content ul li{margin-bottom:15px;padding-left:50px!important;position:relative;display:inline-flex!important;align-items:center;height:30px}html.style5 .chat-friend-toggle .chat-frind-content ul li a{position:absolute;left:0}html.style5 .chat-friend-toggle .chat-frind-content ul li:last-child{margin-bottom:0;padding-top:20px;border-top:1px solid #eff1f2;height:34px}html.style5 .chat-friend-toggle .chat-frind-content ul li:before{border-left:5px solid #ff5b92;content:"";position:absolute;top:0;left:15px}html.style5 .user-status{position:relative;padding:4px}html.style5 .user-status:before{content:"";position:absolute;height:100%;width:100%;background-color:#ff5b92;left:0;z-index:-1;top:0;border-radius:100%}html.style5 .react-datepicker__day--keyboard-selected,html.style5 .react-datepicker__month-text--keyboard-selected,html.style5 .react-datepicker__quarter-text--keyboard-selected,html.style5 .react-datepicker__year-text--keyboard-selected{background-color:#ff5b92}html.style5 .react-datepicker{border:none;box-shadow:0 4px 14px rgba(174,197,231,.5)}html.style5 .react-datepicker__header{border-bottom:none}html.style5 .chat-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;transition:all .3s ease}html.style5 .chat-main li .chat-box .icon-btn.btn-outline-light{position:absolute;right:0}html.style5 .chat-main li .chat-box .favourite svg{stroke:none;fill:#ff5b92}html.style5 .chat-main li .chat-box .favourite.btn-primary svg{fill:#fff}html.style5 .chat-main li .chat-box.notification span{padding-top:0;padding-bottom:5px;display:inline-block}html.style5 .chat-main li .chat-box.notification p{margin-bottom:0;margin-top:8px;font-size:13px}html.style5 .chat-main li .details h6 img{height:20px}html.style5 .chat-main li.active{background-color:#f8f5f6;border-left:4px solid #ff5b92;transition:all .3s ease}html.style5 .chat-main li.active .details h6{font-weight:600;color:#ff5b92;letter-spacing:1px}html.style5 .chat-main li .chat-box .date-status .ti-pin2.pined{opacity:1;transition:all .3s ease;color:#ff5b92}html.style5 .chat-main li .chat-box{position:relative}html.style5 .chat-main li .chat-box .profile{position:absolute;left:0}html.style5 .chat-main li .chat-box .details{padding:12px 50px 13px 75px}html.style5 .chat-main li .chat-box .details h6{padding-top:8px;max-width:170px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}html.style5 .chat-main li .chat-box .date-status{position:absolute;right:0;top:0;text-align:right}html.style5 .chat-main li .chat-box .date-status .ti-pin2{opacity:0;transition:all .3s ease}html.style5 .chat-main li .chat-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style5 .chat-main li .chat-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style5 .chat-main li .chat-box:hover .date-status .ti-pin2{opacity:1;transition:all .3s ease}html.style5 ul.grop-icon{line-height:1;display:flex;align-items:center}html.style5 ul.grop-icon li{margin-left:0;margin-right:0;padding:0;border:2px solid #fff;border-radius:50%;transition:z-index .3s ease}html.style5 ul.grop-icon li:hover{z-index:9;transition:z-index .3s ease}html.style5 ul.grop-icon li:nth-child(2),html.style5 ul.grop-icon li:nth-child(3){margin-left:-10px}html.style5 ul.grop-icon li:last-child{font-size:12px;color:#223645;font-weight:700;border:none;border-radius:0;margin-left:5px}html.style5 ul.grop-icon li img{width:15px;height:15px;border-radius:50%}html.style5 .group-main li{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;padding-top:15px}html.style5 .group-main li.active{background-color:#f8f5f6;border-left:4px solid #ff5b92}html.style5 .group-main li.active .chat-box .details h6{font-weight:600;color:#ff5b92}html.style5 .group-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}html.style5 .group-main .group-box{position:relative}html.style5 .group-main .group-box .profile{position:absolute;left:0}html.style5 .group-main .group-box .profile span{font-size:26px;font-weight:700}html.style5 .group-main .group-box .details{padding-left:75px;padding-top:12px;padding-bottom:13px}html.style5 .group-main .group-box .details h6{padding-top:5px;line-height:2}html.style5 .group-main .group-box .date-status{position:absolute;right:0;top:8px;text-align:right}html.style5 .group-main .group-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style5 .group-main .group-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style5 .contact-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}html.style5 .contact-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(255,91,146,.15);transition:all .3s ease}html.style5 .contact-log-main li.active:before{border-left:4px solid #ff5b92;width:100%;transition:all .3s ease}html.style5 .contact-log-main li .contact-box{position:relative;height:60px}html.style5 .contact-log-main li .contact-box .contact-action{position:absolute;right:0;top:10px}html.style5 .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-left:5px}html.style5 .contact-log-main li .contact-box .profile{position:absolute;left:0}html.style5 .contact-log-main li .contact-box .details{height:60px;padding:12px 100px 13px 75px}html.style5 .contact-log-main li .contact-box .details h6{padding-top:8px}html.style5 .contact-log-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}html.style5 .contact-log-main .call-log-box{position:relative}html.style5 .contact-log-main .call-log-box .profile{position:absolute;left:0}html.style5 .contact-log-main .call-log-box .profile span{font-size:26px;font-weight:700}html.style5 .contact-log-main .call-log-box .details{padding:12px 50px 13px 75px}html.style5 .contact-log-main .call-log-box .details h6{padding-top:5px;line-height:1.6}html.style5 .contact-log-main .call-log-box .date-status{position:absolute;right:0;top:8px;text-align:right}html.style5 .contact-log-main .call-log-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style5 .contact-log-main .call-log-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style5 .search2{padding-top:20px;padding-bottom:25px;margin-left:-40px;margin-right:-40px;margin-top:5px;border-top:1px solid #eff1f2;display:flex;justify-content:center}html.style5 .search2>div{width:310px;height:50px;border-radius:15px;background-color:#f4f5f6}html.style5 .search2 .input-group{height:100%;display:flex;align-items:center}html.style5 .search2 .input-group .form-control{background-color:transparent;outline:none;border:none;box-shadow:none}html.style5 .search2 .input-group .form-control::place-holder{color:#e5e8e9}html.style5 .search2 .input-group .form-control:focus{outline:none;border:none;box-shadow:none}html.style5 .search2 .input-group .input-group-append{line-height:1}html.style5 .search2 .input-group .input-group-append span{padding:8px 20px}html.style5 .search2 .input-group .input-group-append span i{font-size:16px}html.style5 .search2 .input-group .input-group-append:last-child span{border-left:1px solid #e5e8e9}html.style5 .tippy-tooltip.gradienttooltip-theme,html.style5 .tippy-tooltip.tooltiprad-theme{border-radius:0 50px 50px 50px;margin-left:70px;margin-top:50px}html.style5 .tippy-tooltip.gradienttooltip-theme{background-image:linear-gradient(90deg,#1589ff,#82cafa)}html.style5 .chitchat-loader{background-color:#fff;margin:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;z-index:99999;top:0;left:0;text-align:center}html.style5 .chitchat-loader h3{margin-top:30px;color:#828282}html.style5 .type{width:60px;position:relative;height:15px}html.style5 .typing-loader{width:8px;height:8px;border-radius:100%;animation:loadertyping .8s ease-in-out infinite alternate;animation-delay:.32s;position:absolute;left:0;right:0;margin:0 auto;top:-27px}html.style5 .typing-loader:after,html.style5 .typing-loader:before{content:"";position:absolute;width:8px;height:8px;border-radius:100%;box-shadow:0 40px 0 #fff;animation:loadertyping .8s ease-in-out infinite alternate}html.style5 .typing-loader:before{left:-17px;animation-delay:.48s}html.style5 .typing-loader:after{right:-17px;animation-delay:.16s}html.style5 .switchery{background-color:#fff;border:1px solid #dfdfdf;cursor:pointer;border-radius:20px;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}html.style5 .switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,.4);height:30px;position:absolute;top:0;width:30px}html.style5 .switchery-small{border-radius:20px;height:18px;width:33px}html.style5 .switchery-small>small{height:14px;width:14px;top:2px}html.style5 .collapse-block.open .block-title{padding-bottom:25px;transition:all .3s ease}html.style5 .collapse-block .block-title{position:relative;transition:all .3s ease;cursor:pointer}html.style5 .collapse-block .block-title:after{position:absolute;display:inline-block;content:"";font-family:FontAwesome;color:#223645;right:0;top:-4px;font-size:20px}html.style5 .audiocall1.call-modal,html.style5 .audiocall2.call-modal,html.style5 .conferencecall.call-modal,html.style5 .videocall.call-modal,html.style5 .videocallhang.call-modal{min-height:655px}html.style5 .audiocall1.call-modal .title2,html.style5 .audiocall2.call-modal .title2,html.style5 .conferencecall.call-modal .title2,html.style5 .videocall.call-modal .title2,html.style5 .videocallhang.call-modal .title2{margin-bottom:10px}html.style5 .audiocall1.call-modal h6,html.style5 .audiocall2.call-modal h6,html.style5 .conferencecall.call-modal h6,html.style5 .videocall.call-modal h6,html.style5 .videocallhang.call-modal h6{text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:600;color:#fff;margin-bottom:15px}html.style5 .audiocall1.call-modal ul,html.style5 .audiocall2.call-modal ul,html.style5 .conferencecall.call-modal ul,html.style5 .videocall.call-modal ul,html.style5 .videocallhang.call-modal ul{display:flex;justify-content:center;align-items:center}html.style5 .audiocall1.call-modal ul li+li,html.style5 .audiocall2.call-modal ul li+li,html.style5 .conferencecall.call-modal ul li+li,html.style5 .videocall.call-modal ul li+li,html.style5 .videocallhang.call-modal ul li+li{margin-left:30px}html.style5 .audiocall1.call-modal .center-con,html.style5 .audiocall2.call-modal .center-con,html.style5 .conferencecall.call-modal .center-con,html.style5 .videocall.call-modal .center-con,html.style5 .videocallhang.call-modal .center-con{position:absolute;bottom:100px;width:100%}html.style5 .audiocall1.call-modal .center-con .mic,html.style5 .audiocall1.call-modal .center-con .pause,html.style5 .audiocall2.call-modal .center-con .mic,html.style5 .audiocall2.call-modal .center-con .pause,html.style5 .conferencecall.call-modal .center-con .mic,html.style5 .conferencecall.call-modal .center-con .pause,html.style5 .videocall.call-modal .center-con .mic,html.style5 .videocall.call-modal .center-con .pause,html.style5 .videocallhang.call-modal .center-con .mic,html.style5 .videocallhang.call-modal .center-con .pause{box-shadow:none}html.style5 .audiocall1.call-modal .center-con .mic.active,html.style5 .audiocall1.call-modal .center-con .pause.active,html.style5 .audiocall2.call-modal .center-con .mic.active,html.style5 .audiocall2.call-modal .center-con .pause.active,html.style5 .conferencecall.call-modal .center-con .mic.active,html.style5 .conferencecall.call-modal .center-con .pause.active,html.style5 .videocall.call-modal .center-con .mic.active,html.style5 .videocall.call-modal .center-con .pause.active,html.style5 .videocallhang.call-modal .center-con .mic.active,html.style5 .videocallhang.call-modal .center-con .pause.active{box-shadow:0 0 3px 2px #eff1f2}html.style5 .audiorcvcall .modal-body{padding:10px 0}html.style5 .dynemic-sidebar .search-form .form-group input{border-radius:10px;height:60px}html.style5 .modal{z-index:1075}html.style5 body.modal-open>div[tabindex="-1"]{z-index:99999!important}html.style5 .viddiolog.fade.modal-dialog{max-width:850px}html.style5 .viddiolog.active.modal-dialog{width:90vw;max-width:unset}html.style5 .viddiolog .modal-body{padding:0}html.style5 .viddiolog .videocall.call-modal{min-height:90vh!important}html.style5 .conferencecall{background-blend-mode:overlay;background-color:hsla(0,0%,100%,.52)}html.style5 .conferencecall p{color:#fff}html.style5 .conferencecall h3{margin-bottom:20px;color:#fff}html.style5 .conferencecall .usersprof{display:flex;justify-content:center}html.style5 .conferencecall .usersprof .profile{border-radius:100%;border:2px solid #fff;margin-bottom:10px}html.style5 .conferencecall .usersprof .profile+.profile{margin-left:-20px}html.style5 #basicUsage{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700}html.style5 .call-modal .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style5 .call-modal .mute i.off:after{opacity:1;transition:opacity .3s ease}html.style5 .call-modal .mic i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style5 .call-modal .mic i.off:after{opacity:1;transition:opacity .3s ease}html.style5 .no-internet{background-color:#fff;position:relative;height:600px}html.style5 .login-page2.animat-rate .bg_circle>div,html.style5 .no-internet.animat-rate .bg_circle>div,html.style5 .right-login.animat-rate .bg_circle>div,html.style5 .rightchat.animat-rate .bg_circle>div{width:20px;height:20px;border:3px solid #d0eafb;border-radius:50%;position:absolute;z-index:9}html.style5 .login-page2.animat-rate .bg_circle div:first-of-type,html.style5 .no-internet.animat-rate .bg_circle div:first-of-type,html.style5 .right-login.animat-rate .bg_circle div:first-of-type,html.style5 .rightchat.animat-rate .bg_circle div:first-of-type{right:50%;animation:animationFramesOne 25s linear infinite}html.style5 .login-page2.animat-rate .bg_circle div:nth-of-type(2),html.style5 .no-internet.animat-rate .bg_circle div:nth-of-type(2),html.style5 .right-login.animat-rate .bg_circle div:nth-of-type(2),html.style5 .rightchat.animat-rate .bg_circle div:nth-of-type(2){right:5%;top:5%;animation:animationFramesOne 35s linear infinite}html.style5 .login-page2.animat-rate .bg_circle div:nth-of-type(3),html.style5 .no-internet.animat-rate .bg_circle div:nth-of-type(3),html.style5 .right-login.animat-rate .bg_circle div:nth-of-type(3),html.style5 .rightchat.animat-rate .bg_circle div:nth-of-type(3){bottom:35%;left:20%;animation:animationFramesOne 65s linear infinite}html.style5 .login-page2.animat-rate .bg_circle div:nth-of-type(4),html.style5 .no-internet.animat-rate .bg_circle div:nth-of-type(4),html.style5 .right-login.animat-rate .bg_circle div:nth-of-type(4),html.style5 .rightchat.animat-rate .bg_circle div:nth-of-type(4){bottom:26%;right:35%;animation:animationFramesOne 100s linear infinite}html.style5 .login-page2.animat-rate .bg_circle div:nth-of-type(5),html.style5 .no-internet.animat-rate .bg_circle div:nth-of-type(5),html.style5 .right-login.animat-rate .bg_circle div:nth-of-type(5),html.style5 .rightchat.animat-rate .bg_circle div:nth-of-type(5){bottom:35%;right:5%;animation:animationFramesOne 45s linear infinite}html.style5 .login-page2.animat-rate .bg_circle div:nth-of-type(6),html.style5 .no-internet.animat-rate .bg_circle div:nth-of-type(6),html.style5 .right-login.animat-rate .bg_circle div:nth-of-type(6),html.style5 .rightchat.animat-rate .bg_circle div:nth-of-type(6){bottom:60%;left:10%;animation:animationFramesOne 90s linear infinite}html.style5 .login-page2.animat-rate .bg_circle div:nth-of-type(7),html.style5 .no-internet.animat-rate .bg_circle div:nth-of-type(7),html.style5 .right-login.animat-rate .bg_circle div:nth-of-type(7),html.style5 .rightchat.animat-rate .bg_circle div:nth-of-type(7){top:40%;right:40%;animation:animationFramesOne 25s linear infinite}html.style5 .login-page2.animat-rate .bg_circle div:nth-of-type(8),html.style5 .no-internet.animat-rate .bg_circle div:nth-of-type(8),html.style5 .right-login.animat-rate .bg_circle div:nth-of-type(8),html.style5 .rightchat.animat-rate .bg_circle div:nth-of-type(8){bottom:30%;left:3%;animation:animationFramesOne 80s linear infinite}html.style5 .login-page2.animat-rate .bg_circle div:nth-of-type(9),html.style5 .no-internet.animat-rate .bg_circle div:nth-of-type(9),html.style5 .right-login.animat-rate .bg_circle div:nth-of-type(9),html.style5 .rightchat.animat-rate .bg_circle div:nth-of-type(9){top:25%;right:35%;animation:animationFramesOne 35s linear infinite}html.style5 .login-page2.animat-rate .bg_circle div:nth-of-type(10),html.style5 .no-internet.animat-rate .bg_circle div:nth-of-type(10),html.style5 .right-login.animat-rate .bg_circle div:nth-of-type(10),html.style5 .rightchat.animat-rate .bg_circle div:nth-of-type(10){top:40%;right:25%;animation:animationFramesOne 55s linear infinite}html.style5 .login-page2.animat-rate .bg_circle div:nth-of-type(11),html.style5 .no-internet.animat-rate .bg_circle div:nth-of-type(11),html.style5 .right-login.animat-rate .bg_circle div:nth-of-type(11),html.style5 .rightchat.animat-rate .bg_circle div:nth-of-type(11){bottom:20%;right:14%;animation:animationFramesOne 10s linear infinite}html.style5 .login-page2.animat-rate .cross,html.style5 .no-internet.animat-rate .cross,html.style5 .right-login.animat-rate .cross,html.style5 .rightchat.animat-rate .cross{position:absolute;background:#d0eafb;height:15px;width:2px;top:175px;right:50px;animation:rotatedTwo 22s linear infinite}html.style5 .login-page2.animat-rate .cross:after,html.style5 .no-internet.animat-rate .cross:after,html.style5 .right-login.animat-rate .cross:after,html.style5 .rightchat.animat-rate .cross:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 25s linear infinite}html.style5 .login-page2.animat-rate .cross1,html.style5 .no-internet.animat-rate .cross1,html.style5 .right-login.animat-rate .cross1,html.style5 .rightchat.animat-rate .cross1{position:absolute;background:#d0eafb;bottom:10%;height:15px;left:50%;width:2px;animation:rotatedTwo 50s linear infinite}html.style5 .login-page2.animat-rate .cross1:after,html.style5 .no-internet.animat-rate .cross1:after,html.style5 .right-login.animat-rate .cross1:after,html.style5 .rightchat.animat-rate .cross1:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}html.style5 .login-page2.animat-rate .cross2,html.style5 .no-internet.animat-rate .cross2,html.style5 .right-login.animat-rate .cross2,html.style5 .rightchat.animat-rate .cross2{position:absolute;background:#d0eafb;top:65%;height:15px;left:200px;width:2px;animation:rotatedTwo 50s linear infinite}html.style5 .login-page2.animat-rate .cross2:after,html.style5 .no-internet.animat-rate .cross2:after,html.style5 .right-login.animat-rate .cross2:after,html.style5 .rightchat.animat-rate .cross2:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}html.style5 .login-page2.animat-rate .dot,html.style5 .no-internet.animat-rate .dot,html.style5 .right-login.animat-rate .dot,html.style5 .rightchat.animat-rate .dot{position:absolute;height:5px;width:5px;background-color:#d0eafb;border-radius:50%;display:inline-block;animation:animationFramesOne 50s linear infinite;top:10%}html.style5 .login-page2.animat-rate .dot1,html.style5 .no-internet.animat-rate .dot1,html.style5 .right-login.animat-rate .dot1,html.style5 .rightchat.animat-rate .dot1{left:15%;position:absolute;height:5px;width:5px;background-color:#d0eafb;animation:animationFramesOne 90s linear infinite;border-radius:50%}html.style5 .quarterCircle{width:75px;height:75px;background:#f81f58;border-radius:0 0 0 90px;position:absolute;right:0;top:0}html.style5 .quarterCircle .close-btn span{color:#fff;opacity:1;font-size:35px;font-weight:600;top:5px;right:20px;cursor:pointer;position:absolute}html.style5 .connection-img{position:absolute;top:75px;display:flex;overflow:hidden;width:100%;justify-content:center}html.style5 .content{position:absolute;bottom:10%;left:0;right:0}html.style5 .content .icon-btn{margin-bottom:20px}html.style5 .content .title2{color:#223645;margin-bottom:15px}html.style5 .content .reconnect-btn{border-radius:25px;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;background-color:#f81f58;font-size:16px;cursor:pointer}html.style5 .content h5{font-weight:400;font-family:Roboto,sans-serif;color:#f81f58;margin-bottom:20px}html.style5 .videocall.call-modal,html.style5 .videocallhang.call-modal{position:relative}html.style5 .videocall.call-modal .videocall-details,html.style5 .videocallhang.call-modal .videocall-details{position:absolute;top:0;padding:35px;right:0;left:0;align-items:center}html.style5 .videocall.call-modal .videocall-details h6,html.style5 .videocallhang.call-modal .videocall-details h6{color:#647589;margin-top:5px;margin-bottom:0;font-size:9px}html.style5 .videocall.call-modal .videocall-details .usersprof,html.style5 .videocallhang.call-modal .videocall-details .usersprof{margin-right:15px;display:flex;margin-left:15px}html.style5 .videocall.call-modal .videocall-details .usersprof .profile,html.style5 .videocallhang.call-modal .videocall-details .usersprof .profile{border-radius:100%;margin-left:-15px}html.style5 .videocall.call-modal .videocall-details #basicUsage,html.style5 .videocallhang.call-modal .videocall-details #basicUsage{font-size:16px;font-family:Montserrat,sans-serif;font-weight:700;margin-right:20px}html.style5 .videocall.call-modal .videocall-details .zoomcontent,html.style5 .videocallhang.call-modal .videocall-details .zoomcontent{border-radius:50%;background-color:#fff;padding:7px}html.style5 .videocall.call-modal .videocall-details .red-notification h6,html.style5 .videocallhang.call-modal .videocall-details .red-notification h6{color:red;margin-right:20px}html.style5 .videocall.call-modal .videocall-details .red-notification .dot-btn:before,html.style5 .videocallhang.call-modal .videocall-details .red-notification .dot-btn:before{top:17px;right:7px}html.style5 .videocall.call-modal .videocall-details .red-notification .dot-btn.grow:after,html.style5 .videocallhang.call-modal .videocall-details .red-notification .dot-btn.grow:after{top:11px;right:1.8px}html.style5 .videocall.call-modal .small-image,html.style5 .videocallhang.call-modal .small-image{height:300px;width:220px;position:absolute;left:40px;bottom:5%}html.style5 .panel-actions{margin-top:-20px;margin-bottom:0;text-align:right}html.style5 .panel-actions a{color:red}html.style5 .panel-fullscreen{display:block;z-index:9999;position:fixed;width:100%;height:100%;top:0;right:0;left:0;bottom:0;overflow:auto}html.style5 .panel.panel-default i{margin:0 5px;color:#c25e7f;line-height:20px;cursor:pointer}html.style5 .confimg .vclimg{height:200px;width:auto;margin-bottom:15px;margin-left:10px;border-radius:5px;margin-right:10px}html.style5 .confimg .col-6{padding:0}html.style5 .clfooter{text-align:center}html.style5 .clfooter ul{margin-left:0;text-align:center;display:inline-flex}html.style5 .clfooter ul li+li{margin-left:10px}html.style5 .clfooter .icon-btn svg{stroke-width:2px}html.style5 .clfooter #basicUsage3{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700;display:block;margin-bottom:15px}html.style5 .modal-footer{border-top:unset;display:unset}html.style5 .modal-body{padding:10px 15px}html.style5 .close:focus{outline:none!important}html.style5 .call-list-center{position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}html.style5 .call-list-center .animated-bg i{background:#85c8f5;position:absolute;height:40px;width:40px;border-radius:100%;opacity:.3;animation:ripple1 4s linear infinite;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%) scale(1.3);z-index:-1}html.style5 .call-list-center .animated-bg i:nth-child(2){animation:ripple2 4s linear infinite}html.style5 .call-list-center .animated-bg i:nth-child(3){animation:ripple3 4s linear infinite}html.style5 .call-list-center p{position:absolute;width:280px;font-size:20px;font-weight:500;font-family:Roboto,sans-serif;top:120%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}html.style5 .groupuser{margin-left:auto;text-align:right;display:flex;align-items:center}html.style5 .groupuser .gr-profile{border-radius:100%;height:40px;width:40px;position:relative}html.style5 .groupuser .gr-profile+.gr-profile{margin-left:15px}html.style5 .groupuser .gr-profile.grow:before{border:none;height:7px;width:7px;background-color:#3fcc35!important}html.style5 .groupuser .gr-profile.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite;content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}html.style5 .groupuser .gr-chat-friend-toggle{padding-right:20px;position:relative}html.style5 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{position:absolute;top:60px;right:0;padding:25px 40px;background-color:#fff;text-align:left;z-index:1;width:340px;display:none}html.style5 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .icon-btn{position:absolute;right:0;top:12px}html.style5 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding:2px 50px 2px 70px;height:60px;display:flex;flex-direction:column;justify-content:center}html.style5 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;top:-12px;right:25px;z-index:1;transform:scale(-1)}html.style5 .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #d3d7dc!important}html.style5 .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#000}html.style5 .groupuser h4{margin-right:20px;font-weight:500}html.style5 .recent .theme-title .close-contentbtn{display:none}html.style5 .theme-according{padding-top:20px}html.style5 .theme-according h5{padding-top:4px;font-size:calc(13px + 0*(100vw - 320px)/1600);color:#ff5b92}html.style5 .theme-according p{font-size:12px;padding-top:10px;margin-bottom:0}html.style5 .theme-according .card{border:none;margin-bottom:1rem!important}html.style5 .theme-according .card a{font-weight:600;padding-left:25px}html.style5 .theme-according .card .card-header{border-radius:25px;border-bottom:none}html.style5 .theme-according .card .card-header[aria-expanded=true] a i:before{content:"";transition:all .3s ease}html.style5 .theme-according .card .card-header i{padding:8px 10px;width:28px;height:28px;position:absolute;top:7px;border-radius:100%;background-color:#ff5b92;color:#fff;left:10px;font-weight:900}html.style5 .theme-according .card .card-body{border-radius:25px;padding:1.2rem 1.25rem;background-color:#f7f7f9;margin-top:10px}html.style5 .reactour__helper span[data-tour-elem=badge]{background:#ff5b92!important}html.style5 .reactour__helper--is-open{background-color:#f8f5f6!important;color:#ff5b92!important;font-weight:600;box-shadow:-1px 10px 16px -10px #ff5b92!important;border-radius:15px!important}html.style5 .reactour__helper--is-open:focus{outline:none!important}html.style5 .reactour__dot{background-color:rgba(255,91,146,.2)!important;border:none!important;width:6px!important;height:6px!important}html.style5 .reactour__dot:focus{outline:none!important}html.style5 .reactour__dot--is-active{background-color:#ff5b92!important;border:3px double #f8f5f6!important;width:10px!important;height:10px!important}html.style5 .reactour__close{top:15px!important;right:15px!important}html.style5 .media-right{float:right;bottom:20px}html.style5 .label-right{position:relative;vertical-align:top;margin-left:10px;color:#647589;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:600;line-height:1.9}html.style5 .switch-green{position:relative;display:inline-block;width:34px;height:19px}html.style5 .switch-green input{display:none}html.style5 .switch-green input:checked+.switch-state{background-color:#3fcc35}html.style5 .switch-green input:checked+.switch-state:before{transform:translateX(15px)}html.style5 .switch-green input:focus+.switch-state{box-shadow:0 0 1px #ff5b92}html.style5 .switch{position:relative;display:inline-block;width:34px;height:19px}html.style5 .switch input{display:none}html.style5 .switch input:checked+.switch-state{background-color:#ff5b92}html.style5 .switch input:checked+.switch-state:before{transform:translateX(15px)}html.style5 .switch input:focus+.switch-state{box-shadow:0 0 1px #ff5b92}html.style5 .switch-state{border-radius:20px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#eff1f2;transition:.4s}html.style5 .switch-state:before{position:absolute;content:"";height:calc(1rem - 3px);width:calc(1rem - 3px);left:4px;bottom:3px;background-color:#fff;transition:.4s;border-radius:20px}html.style5 .icon-state .switch-state:after{content:"";font-family:Courier New,Courier,monospace;left:10px;position:absolute;top:10px;color:#223645;transition:.4s;opacity:.3}html.style5 .icon-state input:checked+.switch-state:after{content:"";left:36px;opacity:1;transition:.4s}html.style5 .switch-lg .switch{width:75px;height:40px}html.style5 .switch-lg .switch .switch-state:before{height:30px;width:30px;left:7px;bottom:5px;top:4px}html.style5 .switch-lg.icon-state .switch .switch-state:after{left:12px;font-size:18px}html.style5 .switch-lg.icon-state .switch input:checked+.switch-state:after{left:47px}html.style5 .switch-lg.icon-state .switch input:checked+.switch-state:before{transform:translateX(32px)}html.style5 .switch-sm.icon-state .switch .switch-state:after{top:4px;left:4px;font-size:8px}html.style5 .switch-sm.icon-state .switch input:checked+.switch-state:after{left:13px;top:4px}html.style5 .switch-sm .switch{width:25px;height:16px;margin-top:10px;margin-bottom:0}html.style5 .switch-sm .switch .switch-state:before{height:8px;width:8px;left:4px;bottom:4px}html.style5 .switch-sm input:checked+.switch-state:before{left:-13px}html.style5 .switch-outline .switch-state{background-color:#fff;border:1px solid #ff5b92;transition:.4s}html.style5 .switch-outline .switch-state:before{background-color:#eff1f2;bottom:3px;color:#fff}html.style5 .switch-outline .switch input{display:none}html.style5 .switch-outline .switch input:checked+.switch-state{background-color:transparent;border:1px solid #ff5b92}html.style5 .switch-outline .switch input:checked+.switch-state:before{background-color:#ff5b92;bottom:3px;transform:translateX(26px)}html.style5 .switch-outline .switch input:checked+.switch-state:after{color:#fff}html.style5 .switch-outline .switch input:checked+.switch-state.bg-dark,html.style5 .switch-outline .switch-state.bg-dark{border:1px solid #223645;background-color:transparent!important}html.style5 .switch-outline .switch input:checked+.switch-state.bg-dark:before{background-color:#223645}html.style5 .switch-outline .switch input:checked+.switch-state.bg-warning,html.style5 .switch-outline .switch-state.bg-warning{border:1px solid #ffc514;background-color:transparent!important}html.style5 .switch-outline .switch input:checked+.switch-state.bg-warning:before{background-color:#ffc514}html.style5 .switch-outline .switch input:checked+.switch-state.bg-success,html.style5 .switch-outline .switch-state.bg-success{border:1px solid #3fcc35;background-color:transparent!important}html.style5 .switch-outline .switch input:checked+.switch-state.bg-success:before{background-color:#3fcc35}html.style5 .switch-outline .switch input:checked+.switch-state.bg-info,html.style5 .switch-outline .switch-state.bg-info{border:1px solid #7fffd4;background-color:transparent!important}html.style5 .switch-outline .switch input:checked+.switch-state.bg-info:before{background-color:#7fffd4}html.style5 .switch-outline .switch input:checked+.switch-state.bg-danger,html.style5 .switch-outline .switch-state.bg-danger{border:1px solid #ff4e2b;background-color:transparent!important}html.style5 .switch-outline .switch input:checked+.switch-state.bg-danger:before{background-color:#ff4e2b}html.style5 .switch-outline .switch input:checked+.switch-state.bg-primary,html.style5 .switch-outline .switch-state.bg-primary{border:1px solid #ff5b92;background-color:transparent!important}html.style5 .switch-outline .switch input:checked+.switch-state.bg-primary:before{background-color:#ff5b92}html.style5 .switch-outline .switch input:checked+.switch-state.bg-secondary,html.style5 .switch-outline .switch-state.bg-secondary{border:1px solid var(--theme-secondary);background-color:transparent!important}html.style5 .switch-outline .switch input:checked+.switch-state.bg-secondary:before{background-color:var(--theme-secondary)}html.style5 .switch-showcase{margin-bottom:-8px}html.style5 .switch-showcase .media{line-height:1}html.style5 .chitchat-container{height:100vh;display:flex;flex-direction:row}html.style5 .chitchat-container .main-nav{min-width:100px;width:100px;height:100vh;max-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;border-right:1px solid #eff1f2;padding:40px 0}html.style5 .chitchat-container .chitchat-left-sidebar{min-width:400px;width:400px;height:100vh;max-height:100vh;overflow:hidden}html.style5 .chitchat-container .chitchat-main{width:100%;height:100vh;max-height:100vh;z-index:1;transition:all .7s;background-color:#fff}html.style5 .chitchat-container .chitchat-right-sidebar{min-width:350px;width:350px;height:100vh;max-height:100vh;position:fixed;right:-200px;background-color:#fff;opacity:0;transition:all .7s}html.style5 .app-sidebar{width:0;right:-520px;z-index:9;height:100vh;max-height:100vh;position:fixed;background-color:#fff;display:table}html.style5 .app-sidebar,html.style5 .app-sidebar.active{transition:all .3s ease;animation:fadeInRight .3s ease-in-out}html.style5 .app-sidebar.active{width:auto;right:0}html.style5 .app-sidebar.active .apps-ul>.tab-content>.tab-pane,html.style5 .app-sidebar.active .apps-ul>li{width:300px;height:100vh;opacity:0;position:absolute;padding:20px}html.style5 .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style5 .app-sidebar.active .apps-ul>li.active{right:90px;opacity:1;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;background-color:#fff}html.style5 .app-sidebar.active .apps-ul .theme-title{margin-top:10px;margin-bottom:30px}html.style5 .app-sidebar.active .apps-ul .theme-title h2{font-size:calc(22px + 2*(100vw - 320px)/1600)}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab .nav-tabs .nav-item .nav-link,html.style5 .app-sidebar .apps-ul .tab-pane>li .theme-tab .nav-tabs .nav-item .nav-link{min-width:60px;padding:7px 15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab ul li+li,html.style5 .app-sidebar .apps-ul .tab-pane>li .theme-tab ul li+li{margin-left:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-content,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{padding-bottom:0;border-bottom:1px solid #f8f5f6;margin-bottom:20px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-title,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{padding-bottom:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content{margin-right:-20px;padding-right:20px;height:calc(100vh - 160px);overflow:auto}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul li,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul li{width:auto;transform:translateX(0);opacity:1;list-style:none;display:contents}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{margin-bottom:15px;border:1px solid #eff1f2;padding:15px;border-radius:15px;box-shadow:-1px 10px 16px -10px #eff1f2}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group img,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group img{margin-right:10px;width:30px;height:30px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body{word-break:break-word}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body a,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body a{color:#647589}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h5,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h5{margin-bottom:5px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h6,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h6{font-size:10px;line-height:1.3}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media{margin-bottom:10px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media svg,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media svg{margin-right:10px;border:1px solid #eff1f2;padding:6px;background-color:#ede6e6;width:15%;height:15%}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media:last-child,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{margin-top:10px;margin-bottom:0;border-left:4px solid #ff5b92;padding-top:10px;padding-bottom:10px;padding-left:15px;background-color:#f8f5f6;border-radius:5px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group a,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group a{word-wrap:break-word}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .docs-group,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .docs-group{padding:15px;border:1px solid #eff1f2;margin-bottom:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .chat-main li,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .chat-main li{display:block}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main{padding-left:15px;padding-right:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li{padding-left:25px;padding-right:25px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile,html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl{width:40px;height:40px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i{font-size:14px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-top:0;padding-left:55px;padding-bottom:0}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details h5,html.style5 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details h5{text-transform:capitalize}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs{justify-content:flex-start;position:relative}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs .nav-item,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs .nav-item{margin-right:10px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs li:last-child,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs li:last-child{position:absolute;right:0}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content{padding-bottom:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content h3,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content h3{font-weight:600;padding-bottom:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task+.todo-task,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task+.todo-task{margin-top:10px;padding-top:10px;border-top:1px solid #eff1f2}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task h5,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task h5{font-weight:500;font-size:calc(13px + 2*(100vw - 320px)/1600);margin-bottom:5px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form{display:inline-block}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form input,html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form select,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form input,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form select{border:0;background-color:transparent;font-size:calc(12px + 1*(100vw - 320px)/1600);color:#828282;font-weight:400}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span a,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:#223645;font-weight:400}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span+span,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span+span{padding-left:10px;margin-left:10px;border-left:1px solid #828282}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs i,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs i{font-size:50px;margin-bottom:10px;color:#ff5b92}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs h6,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs h6{color:#223645;margin-bottom:10px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs p,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs p{margin-bottom:12px;color:#223645}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group{display:flex;align-items:center!important}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input{margin-bottom:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input+input,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input+input{margin-left:10px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{margin-top:15px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eff1f2}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input{border:none;cursor:pointer;font-size:15px;font-weight:500;line-height:1}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input::plaeholder,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input::plaeholder{color:#000}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input+input,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input+input{margin-left:6px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input:focus,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input:focus{outline:none}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .input-text,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .input-text{margin-bottom:10px;align-items:center;display:flex}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .add-to-do,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .add-to-do{cursor:pointer;display:block;margin-top:5px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .todo-buttons i,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .todo-buttons i{cursor:pointer}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content:last-child,html.style5 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content:last-child{margin-bottom:0}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-input input,html.style5 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-input input{padding:15px;margin-bottom:20px;width:100%}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content,html.style5 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content{display:flex;align-items:baseline}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content ul li,html.style5 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content ul li{margin-left:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list,html.style5 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list{padding:20px;border:1px solid #ddd;border-radius:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media,html.style5 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media{align-items:center;margin-bottom:10px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media img,html.style5 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media img{height:30px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a,html.style5 .app-sidebar .apps-ul .tab-pane>li .notes-main a{font-size:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a.line,html.style5 .app-sidebar .apps-ul .tab-pane>li .notes-main a.line{border-top:1px solid #ededed;padding-top:12px;margin-top:15px;content:"";display:block;font-weight:600;font-family:Montserrat,sans-serif}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a:before,html.style5 .app-sidebar .apps-ul .tab-pane>li .notes-main a:before{margin-right:5px;font-size:12px;font-family:fontawesome}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content{margin-bottom:20px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content i,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content i{font-size:50px;margin-bottom:25px;color:#ff5b92;display:block}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content p,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content p{margin-bottom:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content .setreminder,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content .setreminder{color:#fff}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list{display:none;border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{position:absolute;top:0;right:0}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle{display:none}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li{display:flex;align-items:center}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .Hide-reminder,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .Hide-reminder{display:none}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button{border:none;background:unset;padding:15px;font-size:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button:focus,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button:focus{outline:none}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp{border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{position:absolute;top:0;right:0}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle{display:none}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li{display:flex;align-items:center}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button{border:none;background:unset;padding:15px;font-size:15px}html.style5 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button:focus,html.style5 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button:focus{outline:none}html.style5 .app-sidebar .app-list{height:100%;max-width:90px;width:90px;border-left:2px solid #eff1f2}html.style5 .app-sidebar .app-list ul.app-list-ul{height:100%;padding-top:25px;padding-bottom:25px;position:relative}html.style5 .app-sidebar .app-list ul.app-list-ul li h5{margin-top:15px;opacity:.7}html.style5 .app-sidebar .app-list ul.app-list-ul .close-app{margin-bottom:10px;position:absolute;bottom:0;left:0;right:0}html.style5 .app-sidebar .app-list ul.app-list-ul h5{margin-top:15px}html.style5 .dropdown{transition:all .5s ease;color:#b2b6be}html.style5 .dropdown.currency{width:150%;text-align:right}html.style5 .dropdown.currency:focus{outline:none}html.style5 .dropdown.currency .dropdown-menu{right:0;left:unset}html.style5 .dropdown .select{cursor:pointer}html.style5 .dropdown .select span{font-size:15px;font-weight:400;color:#ff5b92}html.style5 .dropdown .dropdown-menu{padding:5px 0;min-width:14rem;border-radius:0}html.style5 .dropdown .dropdown-menu li{padding:6px 15px;transition:all .2s ease-in-out;cursor:pointer;display:block;color:#333}html.style5 .dropdown .dropdown-menu .dropdown-divider{height:40px;border-bottom:1px solid #ddd;background-color:#fff;display:flex;padding:10px;margin:unset}html.style5 .dropdown .dropdown-menu .dropdown-divider h5{margin-left:10px}html.style5 .sidebar-active .chitchat-container .main-nav~.chitchat-main .messages .contact-details{width:56vw}html.style5 .todo-main-modal .todo-task h5{margin-bottom:10px}html.style5 .todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 32px}html.style5 .todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}html.style5 .todo-main-modal .todo-task .todo-main-content input::placeholder{color:#ff5b92}html.style5 .todo-main-modal .todo-task .todo-main-content input:focus{outline:none}html.style5 .todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}html.style5 .todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}html.style5 .todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}html.style5 .create-todo-main-modal .todo-task h5{margin-bottom:10px}html.style5 .create-todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 45px}html.style5 .create-todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}html.style5 .create-todo-main-modal .todo-task .todo-main-content input::placeholder{color:#ff5b92}html.style5 .create-todo-main-modal .todo-task .todo-main-content input:focus{outline:none}html.style5 .create-todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}html.style5 .create-todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}html.style5 .create-todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}html.style5 .app-sidebar .todo-main .todo-task{position:relative}html.style5 .app-sidebar .todo-main .todo-task .input-text input::placeholder{text-transform:capitalize;color:#223645;font-weight:500}html.style5 .app-sidebar .todo-main .todo-task h4{color:#223645;font-weight:600;letter-spacing:.03em;margin-bottom:20px}html.style5 .app-sidebar .todo-main .todo-task .drop-picker{display:flex;font-size:13px}html.style5 .app-sidebar .todo-main .todo-task .drop-picker .form-control{padding:0;height:auto}html.style5 .app-sidebar .todo-main .todo-task .drop-picker .form-control::placeholder{font-size:13px;font-weight:400;color:#647589}html.style5 .app-sidebar .todo-main .todo-task .drop-picker .form-control:focus{box-shadow:none}html.style5 .app-sidebar .todo-main .todo-task .drop-picker .dropdown .select span{font-size:13px;color:#647589;font-weight:400}html.style5 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu .dropdown-divider i{color:#223645}html.style5 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu h5{color:#223645!important;font-weight:500}html.style5 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-left:0;line-height:1}html.style5 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li a{font-size:12px;color:#647589;font-weight:500}html.style5 .app-sidebar .notes-main .notes-list h6{line-height:1.2}html.style5 .app-sidebar .reminder-main h5{margin-bottom:15px}html.style5 .app-sidebar .reminder-main h6{margin-bottom:5px}html.style5 .reminder-modal-main .lable{margin-bottom:10px;text-transform:capitalize;display:block;color:#223645;font-weight:600;font-size:14px}html.style5 .reminder-modal-main .form-group .form-control::placeholder{font-size:14px}html.style5 .reminder-modal-main .form-group .reminder-count .reminder-box .remi-val{text-transform:capitalize;font-weight:600}html.style5 .configuration-modal h5 span{font-size:14px}html.style5 .chitchat-container.sidebar-overlap .chitchat-main,html.style5 .chitchat-container.sidebar-overlap .contact-details,html.style5 .chitchat-container.sidebar-overlap .message-input{width:calc(100% - 500px)!important}html.style5 .chitchat-container .main-nav .logo-warpper{text-align:center;padding-bottom:35px;border-bottom:1px solid #eff1f2}html.style5 .chitchat-container .main-nav .logo-warpper img{height:40px}html.style5 .chitchat-container .main-nav .sidebar-main{height:calc(100vh - 186px);display:inline-flex;flex-direction:column;width:100%;justify-content:space-between}html.style5 .chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active,html.style5 .chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active{background-color:#ff5b92!important}html.style5 .chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active i,html.style5 .chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active i{color:#fff}html.style5 .chitchat-container .main-nav .sidebar-main .sidebar-bottom li,html.style5 .chitchat-container .main-nav .sidebar-main .sidebar-top li{text-align:center;padding-top:30px;position:relative}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab{position:absolute;min-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;top:0;bottom:0;background-color:#fff;z-index:0;width:400px;min-width:400px;padding:40px}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab.active,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab.active,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab.active,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab.active,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default.active,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab.active,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab.active{opacity:1;z-index:3;animation:fadeInLeft .3s ease-in-out}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #eff1f2;padding-bottom:20px}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{background-color:gray;width:-moz-fit-content;width:fit-content;border-radius:50%;margin-right:15px;position:relative}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .bg-size,html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status img,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .bg-size,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status img,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .bg-size,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status img,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .bg-size,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status img,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .bg-size,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status img,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .bg-size,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status img,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .bg-size,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status img{width:50px;height:50px;border-radius:50%}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{border-radius:50%;width:20px;height:20px;background-color:#ff5b92;position:absolute;bottom:-8px;right:0;color:#fff}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img:before,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img:before{content:"";font-family:FontAwesome;font-size:11px;padding:6px}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img input,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img input,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img input,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img input,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img input,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img input,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img input{background-color:gray;border-radius:50%;width:100%;height:100%;opacity:0;position:absolute;top:0}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body h3,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body h3,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body h3,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body h3,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body h3,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body h3,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body h3{text-transform:capitalize;margin-bottom:5px}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body p,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body p,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body p,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body p,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body p,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body p,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body p{margin-bottom:0;text-transform:capitalize;letter-spacing:1px}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box{padding-top:20px}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box h3,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box h3,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box h3,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box h3,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box h3,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box h3,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{padding:15px 25px;color:#ff5b92;background-color:#f8f5f6;text-transform:capitalize;margin-bottom:20px;border-radius:15px}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{margin-bottom:20px;border-bottom:1px solid #eff1f2;padding-bottom:10px}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content:last-child,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content:last-child,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content:last-child,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content:last-child,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content:last-child,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content:last-child,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content:last-child{margin-bottom:0}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul{display:flex;align-items:center}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li h5,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li h5,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li h5,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li h5,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li h5,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li h5,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li h5{margin-bottom:5px;text-transform:capitalize}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .img-status,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li .img-status,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .img-status,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li .img-status,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li .img-status,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li .img-status,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li .img-status{width:40px;height:40px;border-radius:50%;position:relative}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li p,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li p,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li p,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li p,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li p,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li p,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li p{margin-bottom:0;text-transform:capitalize}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li:first-child,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li:first-child,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li:first-child,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li:first-child,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li:first-child,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li:first-child,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-right:15px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default{position:relative;z-index:0;padding:0!important}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default.active{z-index:999}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent{position:fixed;width:400px;top:0;background-color:#fff;padding-top:40px;z-index:1}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 40px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 40px 0}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box{position:relative}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{position:absolute;bottom:25px;right:15px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:110px;width:100%;border-radius:20px;position:relative;transition:all .3s ease}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{position:absolute;color:#fff;bottom:10px;left:15px;font-weight:500;text-transform:capitalize}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile:before{content:"";left:0;top:0;position:absolute;height:100%;width:100%;border-radius:15px;box-shadow:inset 0 -25px 40px 6px rgba(0,0,0,.8)}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:242px;height:calc(100vh - 242px);min-height:calc(100vh - 242px)}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat{overflow:auto;overflow-x:hidden;overflow-y:auto}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:40px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm>.nav-tabs{padding-bottom:30px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs{width:80%;margin:0 auto}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs>.nav-item .nav-link{border-radius:5px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:40px 40px 0}html.style5 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:10px}html.style5 .search-form{width:calc(100% - 60px);left:30px;height:calc(100% - 30px);position:absolute;top:30px}html.style5 .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}html.style5 .search-form .form-group{height:100%;width:100%;margin-top:0}html.style5 .search-form .form-group input{border:1px solid #eff1f2;padding:0 50px;height:100%;width:100%;border-radius:15px;font-size:16px}html.style5 .search-form .form-group input:focus{outline:none}html.style5 .search-form .form-group .icon-close{position:absolute;padding:23px;right:0;cursor:pointer}html.style5 .search~.search-form{transform:scale(0);transition:all .3s ease}html.style5 .search~.search-form.open{transform:scale(1);transition:all .3s ease}html.style5 .contact-list-tab li .chat-box .date-status{top:10px}html.style5 .contact-list-tab .chat-main{margin-right:-40px;padding-right:40px;height:100vh}html.style5 .contact-list-tab .search-form,html.style5 .document-tab .search-form,html.style5 .fevorite-tab .search-form{top:-9px;left:-1px;position:absolute;height:75px;width:100%}html.style5 .contact-list-tab .search-form:before,html.style5 .document-tab .search-form:before,html.style5 .fevorite-tab .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}html.style5 .chitchat-right-sidebar{transform-style:preserve-3d;transform-origin:center right;transition:transform .5s;cursor:pointer}html.style5 .chitchat-right-sidebar .badge.sm{padding:4px 4px 2px}html.style5 .chitchat-right-sidebar .status .str-msg li+li{margin-top:15px}html.style5 .chitchat-right-sidebar .right-sidebar{overflow:auto;overflow-x:hidden;overflow-y:auto;height:100vh;max-height:100vh;position:absolute;background-color:#fff;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}html.style5 .chitchat-right-sidebar .right-sidebar .group-main{margin-bottom:-20px}html.style5 .chitchat-right-sidebar .right-sidebar .group-main li{padding-top:0}html.style5 .chitchat-right-sidebar .right-sidebar .group-main li+li{margin-top:0}html.style5 .chitchat-right-sidebar .right-sidebar .group-main .group-box .profile{width:30px;height:30px}html.style5 .chitchat-right-sidebar .right-sidebar .group-main .group-box .details{padding-left:45px;padding-top:0}html.style5 .chitchat-right-sidebar .contact-profile,html.style5 .chitchat-right-sidebar .document,html.style5 .chitchat-right-sidebar .media-gallery,html.style5 .chitchat-right-sidebar .status{opacity:.5;transition:all .7s}html.style5 .chitchat-right-sidebar .contact-profile{padding:40px}html.style5 .chitchat-right-sidebar .contact-profile .details{padding-top:40px;text-align:center}html.style5 .chitchat-right-sidebar .contact-profile .details .contact-top{height:150px;width:140px;border-radius:20px;box-shadow:-1px 10px 16px -10px #666;margin:0 auto}html.style5 .chitchat-right-sidebar .contact-profile .details .name{margin-top:20px}html.style5 .chitchat-right-sidebar .contact-profile .details .name h6{padding-top:8px;margin-bottom:20px}html.style5 .chitchat-right-sidebar .contact-profile .details ul li{display:inline-block}html.style5 .chitchat-right-sidebar .contact-profile .details ul li svg{fill:#fff}html.style5 .chitchat-right-sidebar .contact-profile .details ul li+li{margin-left:12px}html.style5 .chitchat-right-sidebar .document,html.style5 .chitchat-right-sidebar .media-gallery,html.style5 .chitchat-right-sidebar .status{border-top:1px solid #eff1f2;padding:30px 40px}html.style5 .chitchat-right-sidebar .status{position:relative}html.style5 .chitchat-right-sidebar .status .bg-size{margin:3px}html.style5 .chitchat-right-sidebar .status.other ul li{padding-left:30px}html.style5 .chitchat-right-sidebar .status.other h5 a{color:rgba(34,54,69,.8);font-weight:600;display:flex}html.style5 .chitchat-right-sidebar .status.other h5 a svg{height:14px;position:absolute;left:0}html.style5 .chitchat-right-sidebar .status ul li{position:relative;padding-left:50px}html.style5 .chitchat-right-sidebar .status ul li .switchery{position:absolute;left:0}html.style5 .chitchat-right-sidebar .status ul li+li{margin-top:20px}html.style5 .document-list li{position:relative}html.style5 .document-list li i{position:absolute;font-size:16px;top:-2px;font-weight:700}html.style5 .document-list li h5{margin-left:30px;color:#647589}html.style5 .document-list li+li{margin-top:15px}html.style5 .share-media{margin-left:-8px;margin-right:-8px}html.style5 .share-media .media-big{height:160px;width:auto;border-radius:15px}html.style5 .share-media .media-big .border-portfolio a{height:160px;width:auto}html.style5 .share-media .media-big .isotopeSelector img{height:100%;width:auto}html.style5 .share-media .col-4{padding-left:8px;padding-right:8px}html.style5 .share-media .media-small{height:72px;width:auto;border-radius:15px}html.style5 .share-media .media-small .border-portfolio a{height:72px;width:auto}html.style5 .share-media .media-small:first-child{margin-bottom:16px}html.style5 .menu-active .chitchat-right-sidebar{opacity:1;right:0;z-index:9;transition:all .7s}html.style5 .menu-active .chitchat-right-sidebar .contact-profile,html.style5 .menu-active .chitchat-right-sidebar .document,html.style5 .menu-active .chitchat-right-sidebar .media-gallery,html.style5 .menu-active .chitchat-right-sidebar .status{opacity:1;transition:all .7s}html.style5 .menu-trigger{cursor:pointer}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:90%}html.style5 .sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 890px);transition:all .7s}html.style5 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 590px);transition:all .7s}html.style5 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}html.style5 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 575px)}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 980px);transition:all .3s ease}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 680px);transition:all .3s ease}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}html.style5 .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:56vw}html.style5 .menu-active .chitchat-container .chitchat-main{width:calc(100% - 850px);transition:all .7s}html.style5 .menu-active .chitchat-main .messages .contact-details{width:50vw}html.style5 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar){width:calc(100% - 790px)}html.style5 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .contact-details{width:calc(100vw - 880px)}html.style5 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .message-input{width:calc(100% - 790px)}html.style5 .sidebar-toggle .main-nav{transition:all .3s ease;transform:translateX(-100px);animation:fadeInLeft .3s ease-in-out;min-width:0;width:0}html.style5 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 490px);transition:all .3s ease}html.style5 .sidebar-toggle .main-nav li{transform:translateX(-100px);transition:transform .5s ease}html.style5 .sidebar-toggle .main-nav.on{transition:all .3s ease;transform:translateX(0);min-width:100px;animation:fadeInLeft .3s ease-in-out}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 595px);transition:all .3s ease;z-index:999}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 500px)}html.style5 .sidebar-toggle .main-nav.on li{transform:translateX(0);transition:transform .5s ease}html.style5 .dynemic-sidebar .chat-main{display:flex;flex-direction:column}html.style5 .dynemic-sidebar .chat-main .pined{cursor:pointer;order:-1}html.style5 .profile-box{padding-top:calc(40px - 10px);padding-bottom:40px}html.style5 .profile-box .open .details{display:none}html.style5 .profile-box .open .details.edit{display:block;animation:pulse .3s ease-in-out}html.style5 .profile-box .open .edit-btn:before{content:"";font-family:FontAwesome}html.style5 .profile-box .open .edit-btn svg{display:none}html.style5 .profile-box .details{padding-left:20px;padding-top:13px;animation:pulse .3s ease-in-out}html.style5 .profile-box .details.edit{padding-top:0;padding-right:20px;display:none}html.style5 .profile-box h6{padding-top:6px}html.style5 .setting-block{padding:40px;border-top:1px solid #eff1f2;margin:0 -40px}html.style5 .setting-block h4{padding-top:8px}html.style5 .setting-block .block{position:absolute;height:calc(100% - 115px);padding:40px 40px 0;width:100%;top:115px;left:0;bottom:0;background-color:#fff;opacity:0;z-index:-1;border-top:1px solid #eff1f2}html.style5 .setting-block .block .media{align-items:center}html.style5 .setting-block .block .help{padding-top:20px}html.style5 .setting-block .block .help>li{padding-top:12px;padding-bottom:12px;border-top:1px dashed #eff1f2}html.style5 .setting-block .block .help>li a{color:rgba(34,54,69,.8);font-weight:600}html.style5 .setting-block .block.open{opacity:1;z-index:1;animation:fadeInLeft .3s ease-in-out}html.style5 .setting-block .custom-switch-primary{margin-right:-11px;margin-top:-2px}html.style5 .setting-block .next:hover,html.style5 .setting-block .previous:hover{background-color:#ff5b92!important}html.style5 .setting-block .next:hover svg,html.style5 .setting-block .previous:hover svg{stroke:#fff!important}html.style5 .call-log-main .missed{stroke:#ff4e2b!important}html.style5 .call-log-main .call-box{position:relative}html.style5 .call-log-main .call-box .profile{position:absolute}html.style5 .call-log-main .call-box .details{height:60px;padding:12px 100px 13px 75px}html.style5 .call-log-main .call-box h6{padding-top:8px;display:flex}html.style5 .call-log-main .call-box h6 svg{height:13px;stroke:#3fcc35;width:13px}html.style5 .call-log-main .call-box .call-status{display:inline-block;right:0;top:10px;position:absolute}html.style5 .call-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}html.style5 .call-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(28,157,234,.15);transition:all .3s ease}html.style5 .call-log-main li.active:before{border-left:4px solid #ff5b92;width:100%;transition:all .3s ease}html.style5 .portfolio-padding{padding-bottom:40px}html.style5 .portfolio-section .isotopeSelector{margin-bottom:30px}html.style5 .portfolio-section .article-title{position:absolute;width:100%;left:0;bottom:0;color:#fff;transition:all .5s ease;text-align:center;float:left;font-size:18px;line-height:24px}html.style5 .portfolio-section .article-title a{color:#fff}html.style5 .portfolio-section .isotopeSelector{float:left;width:100%;position:relative}html.style5 .portfolio-section .isotopeSelector .overlay{position:relative;overflow:hidden}html.style5 .portfolio-section .isotopeSelector img{width:100%;height:auto;transition:all .4s ease}html.style5 .portfolio-section .isotopeSelector .overlay-background{transform:scale(0);transition:all .4s ease;border-radius:15px}html.style5 .portfolio-section .isotopeSelector .overlay-background i{position:absolute;top:50%;left:50%;background:#ff5b92;padding:5px;border-radius:100%;transform:translate(-50%,-50%);color:#fff;font-size:12px;display:none;transition:all .4s ease;width:30px;height:30px;align-items:center;justify-content:center}html.style5 .portfolio-section .isotopeSelector:hover img{transform:scale(1.2) rotate(2deg);transition:all .4s ease}html.style5 .portfolio-section .isotopeSelector:hover .overlay-background{transform:scale(1);position:absolute;left:0;top:0;width:100%;height:100%;background-color:transparent;opacity:1;z-index:1;transition:all .3s linear}html.style5 .portfolio-section .isotopeSelector:hover .overlay-background i{display:flex;transition:all .3s ease}html.style5 .portfolio-section .border-portfolio{overflow:hidden;border-radius:15px}html.style5 .portfolio-section #form1{padding-bottom:20px}html.style5 .portfolio-section .filter-button{padding:15px 24px;font-size:calc(16px + 4*(100vw - 320px)/1600);border:none;background-color:#fff;margin:0 5px;line-height:1}html.style5 .portfolio-section .filter-button.active{background-color:#ff5b92;color:#fff}html.style5 .portfolio-section.fullwidth-portfolio .isotopeSelector{padding-left:7px;padding-right:7px;margin-bottom:14px}html.style5 .filter-section .filter-container{text-align:center;padding:0 0 20px}html.style5 .filter-section .filter-container ul.filter>li{padding:0 25px}html.style5 .filter-section .filter-container ul.filter>li>a{color:#ff5b92;font-size:20px;line-height:40px}html.style5 .filter-section .filter-container ul.filter>li>a:focus,html.style5 .filter-section .filter-container ul.filter>li>a:hover{text-decoration:none;color:#ff5b92;outline:none}html.style5 .filter-section .filter-container ul.filter>li.active{background-color:#ff5b92}html.style5 .filter-section .filter-container ul.filter>li.active a{color:#fff}html.style5 .filter-section .filter-container ul.filter>li span{color:#ddd;font-size:20px;display:inline-block;margin:0 5px}html.style5 .filter-section .filter-container .filter>li{padding:0;margin:0}html.style5 .filter-section .title1 .title-inner1{margin-top:-5px}html.style5 .filter-section h1{text-align:center}html.style5 .demo-colored-wrap{background:#ecf0f1}html.style5 .mfp-with-zoom .mfp-container,html.style5 .mfp-with-zoom.mfp-bg{opacity:0;transition:all .3s ease-out}html.style5 .mfp-with-zoom.mfp-ready .mfp-container{opacity:1}html.style5 .mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}html.style5 .mfp-with-zoom.mfp-removing .mfp-container,html.style5 .mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}html.style5 .mfp-title{display:none}html.style5 .offer-box{top:50%;position:fixed;transform:translateY(-50%);display:flex;left:-415px;transition:all .5s ease;z-index:9}html.style5 .offer-box img{margin-right:18px}html.style5 .offer-box.toggle-cls{left:0;transition:all .5s ease}html.style5 .offer-box .heading-right h3{position:absolute;top:50%;right:0;width:230px;height:36px;line-height:36px;letter-spacing:5px;font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;transform:translate(50%,-50%) rotate(-90deg);text-align:center;background-color:#ff5b92;margin-bottom:0;cursor:pointer}html.style5 .integratin{margin-top:20px}html.style5 .integratin li{position:relative;padding-top:13px;padding-bottom:13px;border-bottom:1px solid #eff1f2}html.style5 .integratin li .media-right svg{height:20px;cursor:pointer;color:#828282}html.style5 .integratin li .media-left{width:100%}html.style5 .integratin li .media-left a{font-size:16px}html.style5 .integratin li .media-left a h5{display:inline-block;font-size:16px}html.style5 .integratin li .fb,html.style5 .integratin li .fb h5{color:#3b5998!important}html.style5 .integratin li .insta,html.style5 .integratin li .insta h5{color:#e4405f!important}html.style5 .integratin li .twi,html.style5 .integratin li .twi h5{color:#55acee!important}html.style5 .integratin li .slc,html.style5 .integratin li .slc h5{color:#3aaf85!important}html.style5 .integratin li .ggl,html.style5 .integratin li .ggl h5{color:#dc4e41!important}html.style5 .integratin li p{padding-left:20px;padding-top:7px}html.style5 .integratin li .profile{height:20px;width:20px;margin-top:3px}html.style5 .switch-list{margin-top:10px}html.style5 .switch-list li{padding-top:10px;padding-bottom:10px;position:relative;border:0!important}html.style5 .switch-list li p{margin-bottom:0}html.style5 .switch-list .switchery{position:absolute;left:0;top:8px}html.style5 .switch-list h5{color:#647589;font-weight:600}html.style5 .wallpaper{margin-top:15px}html.style5 .wallpaper li{cursor:pointer;height:30px;width:30px;background-color:#f8f5f6;display:inline-block!important;background-size:auto!important}html.style5 .wallpaper li+li{margin-left:4px}html.style5 .change-number h5{padding-bottom:10px;font-weight:600;color:#223645}html.style5 .change-number .input-group~h5{padding-top:10px}html.style5 .change-number span{border-right:none;padding-right:0;font-weight:500}html.style5 .change-number .country-code{max-width:35px;border-left:none;padding:0 0 0 3px}html.style5 .change-number .form-control{padding-top:7px;padding-bottom:7px;border-color:#faebf0;background-color:#fff}html.style5 .change-number .form-control::-webkit-inner-spin-button{-webkit-appearance:none}html.style5 .change-number .form-control[type=number]{-moz-appearance:textfield}html.style5 .change-number .btn-group-sm>.btn,html.style5 .change-number .btn-sm{padding:8px 20px;font-size:14px;margin-top:20px}html.style5 .privacy li{position:relative}html.style5 .privacy h5{padding-top:10px;padding-right:35px;color:#223645;line-height:1.6}html.style5 .privacy p{margin-bottom:10px}html.style5 .privacy .custom-switch{position:absolute;right:0;top:8px}html.style5 .app-list-ul{text-align:center}html.style5 .app-list-ul .title{border-bottom:1px solid #eff1f2;padding-bottom:15px;cursor:pointer}html.style5 .app-list-ul .title svg{stroke:#ff5b92}html.style5 .app-list-ul .title h5{margin-top:0!important}html.style5 .app-list-ul li{margin-bottom:20px}html.style5 .lightbox-target{position:fixed;top:-100%;width:100%;background:rgba(0,0,0,.7);opacity:0;transition:opacity .5s ease-in-out;overflow:hidden;left:0;z-index:9999}html.style5 .lightbox-target img{margin:auto;top:0;left:0;right:0;bottom:0;max-height:0%;max-width:0;border:3px solid #fff;box-shadow:0 0 8px rgba(0,0,0,.3)}html.style5 .lightbox-target img,html.style5 a.lightbox-close{position:absolute;box-sizing:border-box;transition:.5s ease-in-out}html.style5 a.lightbox-close{display:block;width:50px;height:50px;background:#fff;color:#000;text-decoration:none;top:-80px}html.style5 a.lightbox-close:before{transform:translateX(-50%) rotate(45deg)}html.style5 a.lightbox-close:after,html.style5 a.lightbox-close:before{content:"";display:block;height:30px;width:1px;background:#000;position:absolute;left:50%;top:10px}html.style5 a.lightbox-close:after{transform:translateX(-50%) rotate(-45deg)}html.style5 .lightbox-target:target{opacity:1;top:0;bottom:0}html.style5 .lightbox-target:target img{max-height:100%;max-width:100%}html.style5 .lightbox-target:target a.lightbox-close{top:0;left:50%;margin-right:-50%;transform:translate(-50%,70px)}html.style5 .lightbox-target img{border:none;border-radius:25px;overflow:hidden}html.style5 .chat-content .message-input .emojis-main .typing-section{background-color:#fff;border:1px solid #fff;border-radius:21px;padding:0 15px;margin:5px 10px;box-sizing:border-box;flex:1 1 auto}html.style5 .chat-content .message-input .emojis-main .typing-section .typ-msg-content{position:relative;flex:1 1;display:flex;overflow:hidden;padding-right:0}html.style5 .chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg{left:10px;top:5px;color:#999;font-size:15px;line-height:20px;pointer-events:none;position:absolute;transition:opacity .08s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}html.style5 .chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg-main{font-size:15px;line-height:30px;height:35px;width:100%;-webkit-user-select:text;-moz-user-select:text;user-select:text}html.style5 .mobile-back,html.style5 .mobile-sidebar{display:none}html.style5 ul.chat-cont-setting{background-color:#fff;box-shadow:0 0 10px #faebf0;padding:15px;width:-moz-fit-content;width:fit-content;text-align:right;position:fixed;left:20%;bottom:10%;z-index:1;display:none;transition:all .5s ease}html.style5 ul.chat-cont-setting.open{display:block}html.style5 ul.chat-cont-setting li{margin-bottom:20px}html.style5 ul.chat-cont-setting li:last-child{margin-bottom:0}html.style5 ul.chat-cont-setting li a{display:flex;justify-content:flex-end;align-items:center}html.style5 ul.chat-cont-setting li a span{padding:5px;line-height:1;text-transform:capitalize;margin-right:15px;font-size:12px}html.style5 ul.chat-cont-setting li a .icon-chat-cont{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:10px}html.style5 ul.chat-cont-setting li a .icon-chat-cont svg{width:20px;height:20px;fill:#fff}html.style5 .msg-chat-modal .chat-msg-search{margin-bottom:20px}html.style5 .msg-chat-modal .chat-msg-search .input-group{align-items:center;background-color:#eff1f2;border:1px solid #eff1f2}html.style5 .msg-chat-modal .chat-msg-search .input-group .form-control{border:none}html.style5 .msg-chat-modal .chat-msg-search .input-group .input-group-append{padding:0 15px}html.style5 .msg-chat-modal .chat-msg-search .input-group .input-group-text{border:none;background-color:transparent;padding:0}html.style5 .msg-chat-modal .chat-msg-search .input-group span.input-group-text{font-size:11px;font-weight:700;color:#223645}html.style5 .msg-chat-modal .call-log-main,html.style5 .msg-chat-modal .chat-main{height:350px;overflow:auto}html.style5 .msg-chat-modal .call-log-main li,html.style5 .msg-chat-modal .chat-main li{margin-left:0;margin-right:0}html.style5 .msg-chat-modal .call-log-main li .chat-box .details,html.style5 .msg-chat-modal .chat-main li .chat-box .details{padding-left:70px}html.style5 .snippet-modal-main .default-form .form-group{margin-bottom:25px}html.style5 .snippet-modal-main .default-form .form-group input,html.style5 .snippet-modal-main .default-form .form-group select{font-size:14px;text-transform:capitalize}html.style5 .snippet-modal-main .default-form .form-group input::placeholder,html.style5 .snippet-modal-main .default-form .form-group select::placeholder{text-transform:capitalize;font-size:14px}html.style5 .snippet-modal-main .default-form .form-group .btn-snipate{margin-top:40px}html.style5 .containerchat{width:100%;height:calc(100% - 131px);background-color:#fafafa;padding:0 25%;margin-top:auto}@media(max-width:1024px)and (max-height:1366px){html.style5 .containerchat{padding:0;width:100%;margin-top:0}}html.style5 .container-message{width:100%;height:100px;padding:20px 0;background-color:#f8f9f9;box-sizing:border-box}@media(max-width:767px){html.style5 .container-message{padding:0 20px;margin-top:0;height:100px}}@media(max-width:1024px)and (max-height:1366px){html.style5 .container-message{padding:24px 20px;margin-top:0;height:100px}html.style5 .iconSend{width:95%!important;height:95%!important}}html.style5 .chitchat-main .messages{padding:10px 24px;height:100%;overflow:auto;overflow-x:hidden;overflow-y:auto;background-blend-mode:overlay;top:150px;background-color:#f7f2ef;display:none;animation:fadeInLeft .3s ease-in-out}html.style5 .chitchat-main .messages.active{display:block;animation:fadeInLeft .3s ease-in-out}html.style5 .chitchat-main .messages .contact-details{padding:20px 30px;background-color:#fff;box-shadow:0 -55px 0 0 #fff;position:fixed;width:calc(100vw - 500px);z-index:999;transition:all .9s}html.style5 .chitchat-main .messages .contact-details .col{position:unset}html.style5 .chitchat-main .messages .contact-details .search-form{z-index:9;top:-10px;left:0;position:absolute;height:80px;width:100%;transform:scale(0);transition:all .3s ease}html.style5 .chitchat-main .messages .contact-details .search-form.open{transform:scale(1);transition:all .3s ease;top:0;height:100px}html.style5 .chitchat-main .messages .contact-details .search-form input{border:none}html.style5 .chitchat-main .messages .contact-details ul li{display:inline-block;padding-left:17px}html.style5 .chitchat-main .messages .contact-details .left.media{align-items:center}html.style5 .chitchat-main .messages .contact-details .left.media .media-left{height:60px}html.style5 .chitchat-main .messages .contact-details .left.media .media-body{max-width:150px;margin-right:10px;position:relative}html.style5 .chitchat-main .messages .contact-details .left.media .media-body .badge{margin-top:7px}html.style5 .chitchat-main .messages .contact-details .left.media .media-right .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;border-radius:100%;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style5 .chitchat-main .messages .contact-details .left.media .media-right .mute i.off:after{opacity:1;transition:opacity .3s ease}html.style5 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:20px}html.style5 .chitchat-main .messages .contact-details .media-body h5{margin-bottom:7px}html.style5 .chitchat-main .messages .calls{height:100%;display:flex;align-items:center;justify-content:flex-end}html.style5 .chitchat-main .messages .calls>li .bg-transparent svg{stroke-width:3px}html.style5 .chitchat-main .messages .calls>li>a>svg{fill:#223645;stroke-width:1px}html.style5 .chitchat-main .message-input{height:50px;border:1px solid #cdcdcd;border-radius:20px;position:fixed;width:calc(100% - 100px);transition:all .5s;padding:8px 20px;margin:0 auto;z-index:9;bottom:0}html.style5 .chitchat-main .message-input input{width:calc(100% - 300px);border:0;font-size:16px;color:#000;font-family:Lato;background-color:transparent!important;outline:none}html.style5 .chitchat-main .message-input input::placeholder{color:hsla(0,0%,65%,.651);font-size:14px;font-family:Actor,sans-serif;font-weight:400}html.style5 .chitchat-main .message-input input:active{border:1px solid transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style5 .chitchat-main .message-input input:focus{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style5 .chitchat-main .message-input input::selection{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style5 .chitchat-main .badge.sm{padding:4px 4px 2px}html.style5 .chitchat-main .badge.refresh.sm{padding:4px}html.style5 .chitchat-main .refresh-block .badge svg{margin-right:0}html.style5 .chitchat-main .chat-content{position:relative}html.style5 .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#fff;margin-bottom:20px}html.style5 .chitchat-main .contact-content .contact-sub-content .user-profile .user-content img{width:100px;height:100px;border-radius:50%}html.style5 .chitchat-main .contact-content .contact-sub-content h3{text-transform:capitalize;color:#ff5b92;margin-bottom:20px}html.style5 .chitchat-main .contact-content .contact-sub-content .personal-info-group{margin-bottom:20px;padding:30px;background-color:#fff;border-radius:15px;position:relative;overflow:hidden}html.style5 .chitchat-main .contact-content .contact-sub-content .personal-info-group:last-child{margin-bottom:0}html.style5 .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{color:#223645;text-transform:capitalize;border-bottom:2px solid #eff1f2;padding-bottom:15px;margin-bottom:15px}html.style5 .chitchat-main .contact-content .contact-sub-content .personal-info-group h3 i{margin-right:10px}html.style5 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{padding-bottom:10px;border-bottom:1px dashed #eff1f2;margin-bottom:10px}html.style5 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li:last-child{margin-bottom:0;border-bottom:0!important;padding-bottom:0}html.style5 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li p{margin-bottom:0}html.style5 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{text-transform:capitalize;display:inline-block;margin-bottom:5px;color:rgba(34,54,69,.8)}html.style5 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:right;font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;margin-bottom:0;margin-top:4px;text-transform:lowercase;font-weight:400;font-family:Roboto,sans-serif}html.style5 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media{align-items:center}html.style5 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{width:50px;height:50px;border-radius:50%;margin-right:10px}html.style5 .chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:first-child{padding-top:0}html.style5 .chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:last-child{padding-bottom:0;border-bottom:0}html.style5 .chitchat-main .call-content,html.style5 .chitchat-main .chat-content,html.style5 .chitchat-main .contact-content{opacity:0;visibility:hidden}html.style5 .chitchat-main .call-content.active,html.style5 .chitchat-main .chat-content.active,html.style5 .chitchat-main .contact-content.active{opacity:1;visibility:visible;z-index:3;animation:fadeInLeft .3s ease-in-out}html.style5 .chitchat-main .call-content,html.style5 .chitchat-main .contact-content{position:absolute;padding:45px;min-height:100vh;overflow:auto;overflow-x:hidden;top:0;background-color:#fff;z-index:2;transition:all .3s ease}html.style5 .chitchat-main .call-content.active,html.style5 .chitchat-main .contact-content.active{width:calc(100% - 0px)}html.style5 .chitchat-main .call-content .user-profile,html.style5 .chitchat-main .contact-content .user-profile{box-shadow:0 0 5px #eff1f2;padding:30px;background-color:#fff;border-radius:15px;max-width:700px;margin:0 auto}html.style5 .chitchat-main .call-content .user-profile .user-content,html.style5 .chitchat-main .contact-content .user-profile .user-content{text-align:center}html.style5 .chitchat-main .call-content .user-profile .user-content img,html.style5 .chitchat-main .contact-content .user-profile .user-content img{border-radius:50%;width:100px}html.style5 .chitchat-main .call-content .user-profile .user-content h3,html.style5 .chitchat-main .contact-content .user-profile .user-content h3{margin-top:15px}html.style5 .chitchat-main .call-content .user-profile .user-content ul,html.style5 .chitchat-main .contact-content .user-profile .user-content ul{display:flex;align-items:center;justify-content:center;margin-top:15px}html.style5 .chitchat-main .call-content .user-profile .user-content ul li,html.style5 .chitchat-main .contact-content .user-profile .user-content ul li{font-size:14px;margin-right:15px 15px 0;text-transform:capitalize;line-height:1;transition:all .05s ease;padding:15px;font-weight:700}html.style5 .chitchat-main .call-content .user-profile .user-content ul li:first-child,html.style5 .chitchat-main .contact-content .user-profile .user-content ul li:first-child{color:#ff4e2b}html.style5 .chitchat-main .call-content .user-profile .user-content ul li:first-child i,html.style5 .chitchat-main .contact-content .user-profile .user-content ul li:first-child i{background-color:rgba(255,78,43,.15);color:#ff4e2b}html.style5 .chitchat-main .call-content .user-profile .user-content ul li:nth-child(2),html.style5 .chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2){color:#ff5b92}html.style5 .chitchat-main .call-content .user-profile .user-content ul li:nth-child(2) i,html.style5 .chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2) i{background-color:rgba(255,91,146,.15);color:#ff5b92}html.style5 .chitchat-main .call-content .user-profile .user-content ul li:last-child,html.style5 .chitchat-main .contact-content .user-profile .user-content ul li:last-child{margin-right:0;color:#3fcc35}html.style5 .chitchat-main .call-content .user-profile .user-content ul li:last-child i,html.style5 .chitchat-main .contact-content .user-profile .user-content ul li:last-child i{background-color:rgba(63,204,53,.15);color:#3fcc35}html.style5 .chitchat-main .call-content .user-profile .user-content ul li i,html.style5 .chitchat-main .contact-content .user-profile .user-content ul li i{width:36px;height:36px;margin-right:auto;margin-left:auto;margin-bottom:10px;font-size:16px;display:block;border-radius:50%;padding:10px;background-color:#eff1f2;transition:all .05s ease}html.style5 .chitchat-main .call-content .call-log-main,html.style5 .chitchat-main .contact-content .call-log-main{height:415px;overflow:overlay;margin:0 auto 15px;padding-right:10px}html.style5 .chitchat-main .call-content .call-log-main .coll-log-group,html.style5 .chitchat-main .contact-content .call-log-main .coll-log-group{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:20px 30px;margin-bottom:15px;border-radius:15px}html.style5 .chitchat-main .call-content .call-log-main .coll-log-group:last-child,html.style5 .chitchat-main .contact-content .call-log-main .coll-log-group:last-child{margin-bottom:0}html.style5 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media,html.style5 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media{align-items:center}html.style5 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg,html.style5 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media svg{width:18px;margin-right:10px}html.style5 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,html.style5 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body p,html.style5 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,html.style5 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body p{text-transform:capitalize}html.style5 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6,html.style5 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-right h6{color:#223645}html.style5 .chitchat-main .call-content .call-log-clear,html.style5 .chitchat-main .contact-content .call-log-clear{background-color:#fff;padding:20px;position:absolute;left:10px;right:0;text-transform:capitalize;text-align:center;border-radius:15px;cursor:pointer;width:calc(100% - 30px)}html.style5 .chitchat-main .call-content .call-log-clear i,html.style5 .chitchat-main .contact-content .call-log-clear i{font-size:24px}html.style5 .chitchat-main .call-content .call-log-clear span,html.style5 .chitchat-main .contact-content .call-log-clear span{display:block;font-size:16px}@media(max-width:1024px)and (max-height:1366px){html.style5 .chitchat-main .message-input{width:100%}}@media(max-width:767px){html.style5 .chitchat-main .chitchat-main .message-input{height:48px}}html.style5 .menu-active .chitchat-main .message-input{width:calc(100% - 850px);transition:all .9s}html.style5 .menu-active .chitchat-main .messages .contact-details{width:50.9vw!important;transition:all .9s ease}html.style5 .dark{background-color:#191b1f}html.style5 .dark,html.style5 .dark .clfooter #basicUsage3{color:hsla(0,0%,100%,.8)}html.style5 .dark h5{color:#fff}html.style5 .dark .chitchat-right-sidebar .right-sidebar{background-color:#191b1f}html.style5 .dark .chitchat-right-sidebar h2,html.style5 .dark .chitchat-right-sidebar h3{color:#fff}html.style5 .dark .chitchat-right-sidebar .status.other h5 a,html.style5 .dark .chitchat-right-sidebar h4,html.style5 .dark .chitchat-right-sidebar h6{color:hsla(0,0%,100%,.8)}html.style5 .dark .chitchat-right-sidebar .document,html.style5 .dark .chitchat-right-sidebar .media-gallery,html.style5 .dark .chitchat-right-sidebar .status{border-top:1px solid #414248}html.style5 .dark .status-switch .custom-control-label{color:hsla(0,0%,100%,.8)}html.style5 .dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}html.style5 .dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link.active{color:#ff5b92!important;background-color:rgba(28,157,234,.15)!important}html.style5 .dark .chitchat-container .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}html.style5 .dark .chitchat-container .chitchat-left-sidebar h1,html.style5 .dark .chitchat-container .chitchat-left-sidebar h2,html.style5 .dark .chitchat-container .chitchat-left-sidebar h3,html.style5 .dark .chitchat-container .chitchat-left-sidebar h4,html.style5 .dark .chitchat-container .chitchat-left-sidebar h5,html.style5 .dark .chitchat-container .chitchat-left-sidebar h6,html.style5 .dark .chitchat-container .chitchat-left-sidebar p,html.style5 .dark .chitchat-container .chitchat-left-sidebar select,html.style5 .dark .chitchat-container .chitchat-left-sidebar span{color:#fff}html.style5 .dark .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style5 .dark .chitchat-container .chitchat-left-sidebar .document-tab,html.style5 .dark .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style5 .dark .chitchat-container .chitchat-left-sidebar .notification-tab,html.style5 .dark .chitchat-container .chitchat-left-sidebar .settings-tab,html.style5 .dark .chitchat-container .chitchat-left-sidebar .status-tab{color:#fff;background-color:#191b1f}html.style5 .dark .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}html.style5 .dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c}html.style5 .dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{border-bottom:1px solid #414248}html.style5 .dark .chitchat-container .chitchat-left-sidebar .recent-default,html.style5 .dark .chitchat-container .chitchat-left-sidebar .recent-default .recent{color:#fff;background-color:#191b1f}html.style5 .dark .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{color:#fff!important;background-color:#25262c!important}html.style5 .dark .chitchat-container .main-nav{border-right:1px solid #414248}html.style5 .dark .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}html.style5 .dark .chitchat-container .chitchat-main{background-color:#191b1f}html.style5 .dark .chitchat-container .chitchat-main h5,html.style5 .dark .chitchat-container .chitchat-main h6{color:#fff}html.style5 .dark .chitchat-container .chitchat-main .messages{color:#fff;background-color:#25262c}html.style5 .dark .chitchat-container .chitchat-main .messages .contact-details{color:#fff;background-color:#191b1f;box-shadow:0 -55px 0 0 #25262c}html.style5 .dark .chitchat-container .chitchat-main .messages .contact-details .left.media .media-body:before{background-color:#fff}html.style5 .dark .chitchat-container .chitchat-main .message-input,html.style5 .dark .chitchat-container .chitchat-main .message-input input{background-color:#191b1f}html.style5 .dark .chitchat-container .chitchat-main .call-content{color:#fff;background-color:#25262c}html.style5 .dark .chitchat-container .chitchat-main .call-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}html.style5 .dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h3,html.style5 .dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h4{color:#fff}html.style5 .dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group{color:#fff;background-color:#191b1f}html.style5 .dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6{color:#fff}html.style5 .dark .chitchat-container .chitchat-main .call-content .call-log-clear{color:#fff;background-color:#191b1f}html.style5 .dark .chitchat-container .chitchat-main .contact-content{color:#fff;background-color:#25262c}html.style5 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group{color:#fff;background-color:#191b1f}html.style5 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{border-bottom:2px solid #414248;color:#fff}html.style5 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{border-bottom:1px dashed #414248}html.style5 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{color:#fff}html.style5 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}html.style5 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h3,html.style5 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h4{color:#fff}html.style5 .dark .document-list li h5{color:hsla(0,0%,100%,.8)}html.style5 .dark .form-control{background-color:#191b1f}html.style5 .dark .custom-control-label,html.style5 .dark .form-control-plaintext,html.style5 .dark span{color:hsla(0,0%,100%,.8)}html.style5 .dark .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}html.style5 .dark .msg-chat-modal .chat-msg-search .input-group{border-color:#223645;background-color:#25262c}html.style5 .dark .msg-chat-modal .chat-msg-search .input-group input,html.style5 .dark .msg-chat-modal .chat-msg-search .input-group span.input-group-text{color:hsla(0,0%,100%,.8)}html.style5 .dark ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}html.style5 .dark .chat-main li.active{color:#fff;background-color:#25262c}html.style5 .dark .setting-block{border-top:1px solid #414248}html.style5 .dark .setting-block .block{background-color:#191b1f;border-top:1px solid #414248}html.style5 .dark .setting-block .block .help>li{border-top:1px dashed #414248}html.style5 .dark .setting-block .block .help>li a{color:#fff}html.style5 .dark .integratin li{border-bottom:1px solid #414248}html.style5 .dark .search2{border-top:1px solid #414248}html.style5 .dark .group-main li.active,html.style5 .dark .search2>div{color:#fff;background-color:#25262c}html.style5 .dark .group-main ul.grop-icon li{border:2px solid #25262c;color:#fff}html.style5 .dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{color:#fff;background-color:#191b1f}html.style5 .dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{border-top:12px solid #191b1f}html.style5 .dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #414248!important}html.style5 .dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#fff}html.style5 .dark .btn-light{color:#fff!important;background-color:#25262c}html.style5 .dark .contact-chat>ul>li.replies .msg-box li .document,html.style5 .dark .contact-chat>ul>li.replies .msg-box li>h5{color:#fff;background-color:#191b1f}html.style5 .dark .contact-chat>ul>li.replies .msg-box li .document .icon-btns a{color:#fff!important;background-color:#25262c!important}html.style5 .dark .contact-chat>ul>li.replies .msg-box li .auto-gallery{color:#fff;background-color:#191b1f}html.style5 .dark .contact-chat>ul>li.sent .document .icon-btns a{color:#fff!important;background-color:#25262c!important}html.style5 .dark .contact-chat>ul.str-msg li .msg-box>li>h5{background-color:#25262c;color:#fff}html.style5 .dark .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#191b1f!important;color:#fff!important}html.style5 .dark .emojis-main .emojis-contain,html.style5 .dark .emojis-main .sticker-contain{background-color:#191b1f}html.style5 .dark .emojis-main .emojis-contain .emojis-sub-contain:before{border-top:12px solid #191b1f}html.style5 .dark .emojis-main .contact-poll .contact-poll-content{background-color:#191b1f}html.style5 .dark .emojis-main .contact-poll .contact-poll-content ul li a{color:#fff}html.style5 .dark .emojis-main .contact-poll .contact-poll-content:before{border-top:12px solid #191b1f}html.style5 .dark .add-contact-modal h3,html.style5 .dark .add-contact-modal h5,html.style5 .dark .fev-addcall-main h3,html.style5 .dark .fev-addcall-main h5,html.style5 .dark .pol-modal-main h3,html.style5 .dark .pol-modal-main h5,html.style5 .dark .snippet-modal-main h3,html.style5 .dark .snippet-modal-main h5{color:#fff}html.style5 .dark .add-contact-modal .modal-content,html.style5 .dark .fev-addcall-main .modal-content,html.style5 .dark .pol-modal-main .modal-content,html.style5 .dark .snippet-modal-main .modal-content{background-color:#191b1f}html.style5 .dark .add-contact-modal .modal-content .modal-header,html.style5 .dark .fev-addcall-main .modal-content .modal-header,html.style5 .dark .pol-modal-main .modal-content .modal-header,html.style5 .dark .snippet-modal-main .modal-content .modal-header{background-color:#25262c;border-bottom:1px solid #414248}html.style5 .dark .add-contact-modal .modal-content .modal-body .form-group textarea,html.style5 .dark .fev-addcall-main .modal-content .modal-body .form-group textarea,html.style5 .dark .pol-modal-main .modal-content .modal-body .form-group textarea,html.style5 .dark .snippet-modal-main .modal-content .modal-body .form-group textarea{background-color:#25262c;color:#fff}html.style5 .dark .add-contact-modal .modal-content .modal-body .form-group textarea::placeholder,html.style5 .dark .fev-addcall-main .modal-content .modal-body .form-group textarea::placeholder,html.style5 .dark .pol-modal-main .modal-content .modal-body .form-group textarea::placeholder,html.style5 .dark .snippet-modal-main .modal-content .modal-body .form-group textarea::placeholder{color:#fff}html.style5 .dark .add-contact-modal .modal-content .modal-body .form-group select,html.style5 .dark .fev-addcall-main .modal-content .modal-body .form-group select,html.style5 .dark .pol-modal-main .modal-content .modal-body .form-group select,html.style5 .dark .snippet-modal-main .modal-content .modal-body .form-group select{background-color:#25262c;color:#fff}html.style5 .dark .add-contact-modal .modal-content .modal-body .form-group input,html.style5 .dark .fev-addcall-main .modal-content .modal-body .form-group input,html.style5 .dark .pol-modal-main .modal-content .modal-body .form-group input,html.style5 .dark .snippet-modal-main .modal-content .modal-body .form-group input{background-color:#25262c}html.style5 .dark .add-contact-modal .modal-content .modal-body .form-group input::placeholder,html.style5 .dark .fev-addcall-main .modal-content .modal-body .form-group input::placeholder,html.style5 .dark .pol-modal-main .modal-content .modal-body .form-group input::placeholder,html.style5 .dark .snippet-modal-main .modal-content .modal-body .form-group input::placeholder{color:#fff}html.style5 .dark .add-contact-modal .modal-content .modal-body .form-group .post-poll,html.style5 .dark .fev-addcall-main .modal-content .modal-body .form-group .post-poll,html.style5 .dark .pol-modal-main .modal-content .modal-body .form-group .post-poll,html.style5 .dark .snippet-modal-main .modal-content .modal-body .form-group .post-poll{background-color:#25262c}html.style5 .dark .add-contact-modal .modal-dialog:before,html.style5 .dark .fev-addcall-main .modal-dialog:before,html.style5 .dark .pol-modal-main .modal-dialog:before,html.style5 .dark .snippet-modal-main .modal-dialog:before{border-bottom:10px solid #191b1f}html.style5 .dark .chat-friend-toggle .chat-frind-content{background-color:#191b1f}html.style5 .dark .chat-friend-toggle .chat-frind-content ul li:last-child{border-top:1px solid #414248}html.style5 .dark .search-form .form-group input{border:1px solid #414248;background-color:#191b1f}html.style5 .dark .search-form:before{color:#fff}html.style5 .dark .theme-according .card .card-body,html.style5 .dark .theme-according .card .card-header{background-color:#25262c}html.style5 .dark .card{background-color:#191b1f}html.style5 .dark .change-number .form-control{border-color:#414248;background-color:#191b1f}html.style5 .dark .rightchat.animat-rate .bg_circle>div{border:3px solid #42434a}html.style5 .dark .rightchat.animat-rate .cross,html.style5 .dark .rightchat.animat-rate .cross1,html.style5 .dark .rightchat.animat-rate .cross1:after,html.style5 .dark .rightchat.animat-rate .cross2,html.style5 .dark .rightchat.animat-rate .cross2:after,html.style5 .dark .rightchat.animat-rate .cross:after{background:#42434a}html.style5 .dark .rightchat.animat-rate .dot1{background-color:#42434a}html.style5 .dark .login-page2 .login-content-main .login-content{background-color:#191b1f;color:#fff}html.style5 .dark .login-page2 .login-content-main .login-content .form1 .form-group .col-form-label,html.style5 .dark .login-page2 .login-content-main .login-content h3,html.style5 .dark .login-page2 .login-content-main .login-content h4{color:#fff}html.style5 .dark .login-page2 .login-content-main .login-content .form1 .form-group .form-control{background-color:#25262c}html.style5 .dark .login-page2 .login-content-main .login-content .form2 .form-group .col-form-label{color:#fff}html.style5 .dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style5 .dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control::placeholder{color:#fff}html.style5 .dark .login-page2 .login-content-main .login-content .login-content-header img{z-index:140}html.style5 .dark .login-page1 .left-page{background-color:#191b1f}html.style5 .dark .login-page1 .left-page h3,html.style5 .dark .login-page1 .left-page h4{color:#fff}html.style5 .dark .login-content{background-color:#191b1f;color:#fff}html.style5 .dark .login-content .form1 .form-group .col-form-label,html.style5 .dark .login-content h3,html.style5 .dark .login-content h4{color:#fff}html.style5 .dark .login-content .form1 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style5 .dark .login-content .form1 .form-group .form-control::placeholder{color:#fff}html.style5 .dark .login-content .form1 .form-group .form-check h6,html.style5 .dark .login-content .form2 .form-group .col-form-label{color:#fff}html.style5 .dark .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style5 .dark .login-content .form2 .form-group .form-control::placeholder{color:#fff}html.style5 .dark .login-content .form2 .form-group .form-check h6{color:#fff}html.style5 .dark .login-content .login-content-header img{z-index:140}html.style5 .dark .login-content .line h6{color:#fff}html.style5 .dark .right-login{background-color:#25262c}html.style5 .dark .right-login.animat-rate .bg_circle>div{border:3px solid #42434a}html.style5 .dark .right-login.animat-rate .cross,html.style5 .dark .right-login.animat-rate .cross1,html.style5 .dark .right-login.animat-rate .cross1:after,html.style5 .dark .right-login.animat-rate .cross2,html.style5 .dark .right-login.animat-rate .cross2:after,html.style5 .dark .right-login.animat-rate .cross:after{background:#42434a}html.style5 .dark .right-login.animat-rate .dot,html.style5 .dark .right-login.animat-rate .dot1{background-color:#42434a}html.style5 .dark .right-login .maincircle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.702),rgba(25,29,31,.702))}html.style5 .dark .right-login .bottom-circle,html.style5 .dark .right-login .bottom-circle1,html.style5 .dark .right-login .center-circle,html.style5 .dark .right-login .right-circle,html.style5 .dark .right-login .right-circle1,html.style5 .dark .right-login .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}html.style5 .dark .login-page2{background-color:#25262c}html.style5 .dark .login-page2.animat-rate .bg_circle>div{border:3px solid #42434a}html.style5 .dark .login-page2.animat-rate .cross,html.style5 .dark .login-page2.animat-rate .cross1,html.style5 .dark .login-page2.animat-rate .cross1:after,html.style5 .dark .login-page2.animat-rate .cross2,html.style5 .dark .login-page2.animat-rate .cross2:after,html.style5 .dark .login-page2.animat-rate .cross:after{background:#42434a}html.style5 .dark .login-page2.animat-rate .bottom-circle,html.style5 .dark .login-page2.animat-rate .bottom-circle1,html.style5 .dark .login-page2.animat-rate .center-circle,html.style5 .dark .login-page2.animat-rate .maincircle,html.style5 .dark .login-page2.animat-rate .right-circle,html.style5 .dark .login-page2.animat-rate .right-circle1,html.style5 .dark .login-page2.animat-rate .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}html.style5 .dark .login-page2.animat-rate .quarterCircle{background-image:linear-gradient(#191d1f)}html.style5 .dark .login-page2.animat-rate .dot,html.style5 .dark .login-page2.animat-rate .dot1{background-color:#42434a}html.style5 .dark .about-page,html.style5 .dark .counter-box-second{background-color:#25262c}html.style5 .dark .counter-box-second .counter-box h6,html.style5 .dark .counter-box-second .counter-box span,html.style5 .dark .error-main .error-contain h1,html.style5 .dark .error-main .error-contain h2,html.style5 .dark .error-main .error-contain h4{color:#fff}html.style5 .dark .error-main .error-contain .animated-bg i{background-color:#8d8e98}html.style5 .dark .about-page h1,html.style5 .dark .about-page h2,html.style5 .dark .about-page h3,html.style5 .dark .about-page h4,html.style5 .dark .about-page p{color:#fff}html.style5 .dark .about-page .about-tab{border:1px solid #414248}html.style5 .dark .about-page .about-tab nav{border-right:1px solid #414248}html.style5 .dark .about-page .about-tab .nav-pills .nav-link,html.style5 .dark .tab-content>.tab-pane{color:#fff}html.style5 .dark .secure-app-main{background-color:#25262c}html.style5 .dark .secure-app-main .secure-app-content .ply-main h3,html.style5 .dark .secure-app-main .secure-app-content .ply-main h3 span,html.style5 .dark .secure-app-main .secure-app-content h1,html.style5 .dark .secure-app-main .secure-app-content h4,html.style5 .dark .team h2,html.style5 .dark .team h3,html.style5 .dark .team h4,html.style5 .dark .team p{color:#fff}html.style5 .dark .team h2{border-bottom:1px solid #414248}html.style5 .dark .team .team-content{border:1px solid #414248}html.style5 .dark .rtl .about-page .about-tab .nav{border-left:1px solid #414248}html.style5 .dark .testimonial-box{background-color:#25262c}html.style5 .dark .testimonial-box .test-contain h3,html.style5 .dark .testimonial-box .test-contain h4,html.style5 .dark .testimonial-box .test-contain h6{color:#fff}html.style5 .dark .element-card{background-color:#25262c}html.style5 .dark .element-card .typography h1,html.style5 .dark .element-card .typography h2,html.style5 .dark .element-card .typography h3,html.style5 .dark .element-card .typography h4,html.style5 .dark .element-card .typography h5,html.style5 .dark .element-card .typography h6,html.style5 .dark .element-card .typography p,html.style5 .dark .element-card .typography span{color:#fff}html.style5 .dark .element-card .heading{background-color:#191b1f;border-bottom:1px solid #414248}html.style5 .dark .element-card .heading h2{color:#fff}html.style5 .dark .faq-block{background-color:#25262c;border:1px solid #414248}html.style5 .dark .faq-block h2,html.style5 .dark .faq-block p{color:#fff}html.style5 .dark .faq-block h5{background-color:#25262c}html.style5 .dark .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #414248}html.style5 .dark .faq-section .accordion.theme-accordion .card .card-header button{color:#fff}html.style5 .dark .faq-section .accordion.theme-accordion .card .card-header button:before{border-top:6px solid #fff}html.style5 .dark .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-bottom:6px solid #fff}html.style5 .dark .faq-section .accordion.theme-accordion .card{border:1px solid #414248}html.style5 .dark .faq-section .accordion.theme-accordion .card .card-body{background-color:#25262c}html.style5 .dark .faq-section .accordion.theme-accordion .card .card-body p{color:#fff}html.style5 .dark .faq-section .faq-search-box{border:2px solid #414248;background-color:#25262c}html.style5 .dark .faq-section .faq-search-box .input-group .form-control{background-color:#25262c}html.style5 .dark .faq-section .faq-search-box .input-group .form-control::placeholder{color:#fff}html.style5 .dark .btn-link{background-color:#25262c}html.style5 .dark .app-design-main .contant-box h2,html.style5 .dark .app-design-main .contant-box h4,html.style5 .dark .blog-detail-page h3,html.style5 .dark .chitchat-main .chitchat-contain h1,html.style5 .dark .chitchat-main .chitchat-contain h3,html.style5 .dark .chitchat-main .chitchat-contain h4,html.style5 .dark .chitchat-main .chitchat-contain span,html.style5 .dark .chitchat-main .chitchat-contain ul.detial-price li,html.style5 .dark .fa-search:before,html.style5 .dark .landing-title .sub-title h2,html.style5 .dark .landing-title .sub-title h4,html.style5 .dark .subscribe-content h1,html.style5 .dark .subscribe-content h4,html.style5 .dark .subscribe-content span,html.style5 .dark .team-work-main .team-work-content .ply-main h3,html.style5 .dark .team-work-main .team-work-content h1,html.style5 .dark .team-work-main .team-work-content h3,html.style5 .dark .team-work-main .team-work-content h4,html.style5 .dark .team-work-main h1,html.style5 .dark .team-work-main h3,html.style5 .dark .team-work-main h4,html.style5 .dark .team-work-main span{color:#fff}html.style5 .dark .blog-detail-page .blog-detail{background-color:#25262c;border:1px solid #414248}html.style5 .dark .blog-detail-page .blog-detail p{color:#fff}html.style5 .dark .blog-detail-page .blog-detail .post-social{color:#fff;border-bottom:1px solid #414248}html.style5 .dark .blog-detail-page .blog-detail .post-social li+li{border-left:1px solid #414248}html.style5 .dark .blog-detail-page .blog-detail h2{color:#fff}html.style5 .dark .blog-detail-page .blog-commant{background-color:#25262c;border:1px solid #414248}html.style5 .dark .blog-detail-page .blog-commant .comment-section li{border-top:1px solid #414248}html.style5 .dark .blog-detail-page .blog-commant .comment-section li h6,html.style5 .dark .blog-detail-page .blog-commant .comment-section li p,html.style5 .dark .blog-detail-page .blog-commant .comment-section li span{color:#fff}html.style5 .dark .blog-detail-page .blog-contact{background-color:#25262c;border:1px solid #414248}html.style5 .dark .blog-detail-page .blog-contact .theme-form label,html.style5 .dark .blog-detail-page .blog-contact label{color:#fff}html.style5 .dark .blog-detail-page .blog-contact .theme-form input{border-color:#414248;background-color:#191b1f}html.style5 .dark .blog-detail-page .blog-contact .theme-form input::placeholder{color:#fff}html.style5 .dark .blog-detail-page .blog-contact .theme-form textarea{background-color:#191b1f}html.style5 .dark .blog-detail-page .blog-contact .theme-form textarea::placeholder{color:#fff}html.style5 .dark .blog-page .blog-sidebar h4,html.style5 .dark .blog-page .blog-sidebar h5,html.style5 .dark .blog-page .blog-sidebar h6,html.style5 .dark .blog-page .blog-sidebar p{color:#fff}html.style5 .dark .blog-page .blog-sidebar .blog-card{border:1px solid #414248;background-color:#25262c}html.style5 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group,html.style5 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{background-color:#191b1f}html.style5 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control::placeholder{color:#fff}html.style5 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{color:#fff}html.style5 .dark .blog-card .default-form .form-group input,html.style5 .dark .blog-card .default-form .form-group textarea{background-color:#25262c;border-color:#191b1f}html.style5 .dark .blog-page .blog-list{background-color:#25262c}html.style5 .dark .blog-page .blog-side{background-color:#25262c;border:1px solid #414248}html.style5 .dark .blog-page .blog-media .blog-right h4,html.style5 .dark .blog-page .blog-media .blog-right h6,html.style5 .dark .blog-page .blog-media .blog-right p,html.style5 .dark .blog-page .blog-media .blog-right ul li{color:#fff}html.style5 .dark .blog-page .blog-media .blog-right ul li+li{border-left:1px solid #414248}html.style5 .dark .inner-page header{background-color:#25262c;border-bottom:1px solid #414248}html.style5 .dark .navbar-light .navbar-nav .active>.nav-link{color:#fff}html.style5 .dark .navbar-light .navbar-nav .nav-link{color:hsla(0,10%,94%,.5)}html.style5 .dark footer{background-color:#25262c;border-top:1px solid #414248}html.style5 .dark footer .copyright p,html.style5 .dark footer .links li a,html.style5 .dark footer h3,html.style5 .dark footer p{color:#fff}html.style5 .dark .app-sidebar,html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style5 .dark .app-sidebar.active .apps-ul>li.active{background-color:#191b1f}html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main .notes-list,html.style5 .dark .app-sidebar.active .apps-ul>li .notes-main .notes-list{border:1px solid #414248}html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main a.line,html.style5 .dark .app-sidebar.active .apps-ul>li .notes-main a.line{border-top:1px solid #414248}html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list .target-reminder-list,html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp,html.style5 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list .target-reminder-list,html.style5 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list-disp{border:2px solid #414248}html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list button,html.style5 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list button{color:#fff}html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group,html.style5 .dark .app-sidebar.active .apps-ul>li .file-tab .tab-content .link-group{border:1px solid #414248}html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab .tab-content .todo-task h4,html.style5 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-tab .tab-content .todo-task h4{color:#fff}html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input,html.style5 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input{background-color:#191b1f}html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input::placeholder,html.style5 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input::placeholder{color:#fff}html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input,html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input:focus,html.style5 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input,html.style5 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input:focus{background-color:#191b1f}html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu,html.style5 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu{background-color:#25262c}html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider,html.style5 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider{background-color:#25262c;border-bottom:1px solid #414248}html.style5 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu li,html.style5 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu li{color:#fff}html.style5 .dark .app-sidebar .tab-card{border:1px solid #414248}html.style5 .dark .app-sidebar h2,html.style5 .dark .app-sidebar h4,html.style5 .dark .app-sidebar h5,html.style5 .dark .app-sidebar h6,html.style5 .dark .app-sidebar p{color:#fff}html.style5 .dark .app-sidebar .app-list{border-left:2px solid #414248}html.style5 .dark .app-sidebar .default-form select{background:url(/assets/images/drop-1.png) #25262c no-repeat scroll 95.5%;color:#fff}html.style5 .dark .app-sidebar .app-list-ul .title{border-bottom:1px solid #414248}html.style5 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{border-bottom-color:#414248}html.style5 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{box-shadow:-1px 10px 16px -10px #191b1f}html.style5 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{background-color:#25262c}html.style5 .dark .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{border-bottom-color:#414248}html.style5 .dark .datepicker{background:#25262c;color:#fff}html.style5 .dark .datepicker--pointer{background:#25262c;border-top:1px solid #414248;border-right:1px solid #414248}html.style5 .dark .datepicker--nav{border-bottom:1px solid #414248}html.style5 .dark .text-muted{color:#fff!important}html.style5 .dark .modal-content{background-color:#191b1f}html.style5 .dark .modal-content .default-form .form-group input,html.style5 .dark .modal-content .default-form .form-group textarea{background-color:#25262c}html.style5 .dark .modal-content .default-form .form-group textarea::placeholder{color:#fff}html.style5 .dark .modal-content .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #25262c no-repeat scroll 95.5%}html.style5 .dark .modal-content .modal-body .form-group ul.reminder-count li+li{background-color:#25262c}html.style5 .dark .modal-content .modal-body .form-group ul.reminder-count li .remi-num,html.style5 .dark .modal-content .modal-body .form-group ul.reminder-count li .remi-val{color:#ff5b92}html.style5 .dark .modal-content .modal-body .form-group label{color:#fff}html.style5 .dark .modal-content .modal-body .form-group input::placeholder{color:#fff}html.style5 .dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select,html.style5 .dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input{color:#fff}html.style5 .dark .add-popup .modal-header{border-bottom-color:#414248}html.style5 .dark .add-popup .modal-footer{border-top-color:#414248}html.style5 .dark .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{color:#fff}html.style5 .dark .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}html.style5 .dark .slider-block .slider-main .slider-contain h1,html.style5 .dark .slider-block .slider-main .slider-contain h4{color:#fff}@media(max-width:575.98px){html.style5 .dark .sidebar-toggle .main-nav.on{background-color:#191b1f}}html.style5 .dark-sidebar{background-color:#191b1f}html.style5 .dark-sidebar .chat-main li .chat-box .date-status .ti-pin2:before{color:#fff}html.style5 .dark-sidebar .btn-light.active,html.style5 .dark-sidebar .btn-light:active,html.style5 .dark-sidebar .btn-light:focus{box-shadow:0 0 3px 2px #828282}html.style5 .dark-sidebar .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}html.style5 .dark-sidebar ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .document-tab,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .notification-tab,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default .recent,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .settings-tab,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab{background-color:#191b1f}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c;color:#fff}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar h1,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar h2,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar h3,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar h4,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar h5,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar h6,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar p,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar select,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar span{color:#fff}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{background-color:#25262c!important;color:#fff!important}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form input{background-color:#191b1f;border:1px solid #414248}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form:before{color:#fff}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search2{border-top:1px solid #414248}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search2>div{background-color:#25262c}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .chat-main li.active{background-color:#25262c;border-left:4px solid #414248}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card{background-color:#191b1f}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-body,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-header{background-color:#25262c}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .integratin li{border-bottom:1px solid #414248}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block,html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block{border-top:1px solid #414248}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li{border-top:1px dashed #414248}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li a{color:#fff}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block a{color:#ff5b92}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link.active{color:#ff5b92!important;background-color:rgba(28,157,234,.15)!important}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}html.style5 .dark-sidebar .chitchat-container .chitchat-left-sidebar .group-main li.active{background-color:#25262c;border-left:4px solid #414248}html.style5 .dark-sidebar .chitchat-container .main-nav{border-right:1px solid #414248}html.style5 .dark-sidebar .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}html.style5 .dark-sidebar .chitchat-container .main-nav .btn-light{background-color:#25262c!important;color:#fff!important}html.style5 .dark-sidebar .chitchat-container .change-number .form-control{border-color:#414248}html.style5 .dark-sidebar .chitchat-container .form-control{background-color:#25262c}html.style5 .dark-sidebar .custom-control-label,html.style5 .dark-sidebar .dynemic-sidebar .search-form .form-group .close-search,html.style5 .dark-sidebar .dynemic-sidebar .search-form .form-group input{color:hsla(0,0%,100%,.8)}@media(max-width:1367px){html.style5 .dark-sidebar .secure-app-main .secure-app-content{background-color:#191b1f}html.style5 .dark-sidebar header .landing-header.fixed .main-menu .navbar-nav>li>a{color:#fff!important}}@media(max-width:1200px){html.style5 .dark-sidebar .inner-page header .landing-header .navbar-collapse{background-color:#191b1f;border:1px solid #414248}}@media(max-width:575.98px){html.style5 .dark-sidebar .sidebar-toggle .main-nav.on{background-color:#191b1f}}html.style5 .rtl{direction:rtl}html.style5 .rtl .mr-1{margin-right:unset!important;margin-left:.25rem!important}html.style5 .rtl .media{text-align:right}html.style5 .rtl ul.chat-cont-setting li a span{margin-right:unset;margin-left:15px}html.style5 .rtl .dropdown .dropdown-menu .dropdown-divider h5{margin-left:unset;margin-right:10px}html.style5 .rtl .create-todo-main-modal .modal-body .default-form .todo-task h5{text-align:right}html.style5 .rtl .chat-friend-toggle .chat-frind-content{left:0;right:unset;text-align:right}html.style5 .rtl .chat-friend-toggle .chat-frind-content ul li{padding-left:unset!important;padding-right:50px!important}html.style5 .rtl .chat-friend-toggle .chat-frind-content ul li a{left:unset;right:0}html.style5 .rtl .add-contact-modal .modal-dialog:before,html.style5 .rtl .fev-addcall-main .modal-dialog:before{right:13px;left:unset}html.style5 .rtl .add-contact-modal .modal-dialog{margin-left:unset;margin-right:415px}html.style5 .rtl .modal-footer>:not(:first-child){margin-left:.25rem;margin-right:unset}html.style5 .rtl .add-popup .close{left:0;right:unset;border-radius:0 0 90px 0}html.style5 .rtl .add-popup .close span{left:20px;right:unset}html.style5 .rtl .add-popup .modal-body{text-align:right}html.style5 .rtl .add-popup .default-form .form-group select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 2.5%}html.style5 .rtl .emojis-main .emojis-contain,html.style5 .rtl .emojis-main .sticker-contain{right:0;left:unset}html.style5 .rtl .emojis-main .contact-poll .contact-poll-content{right:90px;left:unset}html.style5 .rtl .emojis-main .contact-poll .contact-poll-content ul li{padding-right:30px;padding-left:unset}html.style5 .rtl .emojis-main .contact-poll .contact-poll-content ul li a svg{margin-left:15px;margin-right:unset;right:0;left:unset}html.style5 .rtl .emojis-main .contact-poll .contact-poll-content:before{right:40px;left:unset}html.style5 .rtl .search-form:before{right:25px;left:unset}html.style5 .rtl .app-sidebar.active,html.style5 .rtl .search-form .form-group .icon-close{left:0;right:unset}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane.active,html.style5 .rtl .app-sidebar .apps-ul>li.active{left:90px;right:unset}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab>.nav-tabs li:last-child,html.style5 .rtl .app-sidebar .apps-ul>li .todo-main .todo-tab>.nav-tabs li:last-child{left:0;right:unset}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content input+input,html.style5 .rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content input+input{margin-right:6px;margin-left:unset}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker,html.style5 .rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content .drop-picker{margin-right:10px;margin-left:unset}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task span,html.style5 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task span{margin-right:unset}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2),html.style5 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2){margin-right:20px}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons span,html.style5 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons span{margin-left:0!important}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .theme-tab ul li+li,html.style5 .rtl .app-sidebar .apps-ul>li .theme-tab ul li+li{margin-left:unset}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group .media svg,html.style5 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group .media svg{margin-left:7px;margin-right:unset}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group img,html.style5 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group img{margin-left:10px;margin-right:unset}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content ul.chat-main li .chat-box .details,html.style5 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-right:55px;padding-left:unset}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .notes-main .notes-content ul li,html.style5 .rtl .app-sidebar .apps-ul>li .notes-main .notes-content ul li{margin-right:15px;margin-left:unset}html.style5 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,html.style5 .rtl .app-sidebar .apps-ul>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{left:0;right:unset}html.style5 .rtl .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-right:0}html.style5 .rtl .text-left{text-align:right!important}html.style5 .rtl .snippet-modal-main .modal-content .snippet-btn .btn-light{margin-left:15px;margin-right:unset}html.style5 .rtl .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{margin-right:15px;margin-left:unset}html.style5 .rtl .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-left:10px}html.style5 .rtl .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-right:15px;margin-left:unset}html.style5 .rtl .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-left:30px;margin-right:unset}html.style5 .rtl .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}html.style5 .rtl .recent-slider{direction:ltr}html.style5 .rtl .mr-3{margin-left:1rem!important;margin-right:unset!important}html.style5 .rtl .chitchat-main .messages .contact-details .left.media .media-body{margin-right:unset;margin-left:10px;text-align:right}html.style5 .rtl .chitchat-main .messages .contact-details .left.media .media-body:before{left:0;right:unset}html.style5 .rtl .chitchat-main .messages .contact-details ul li{padding-left:unset;padding-right:17px}html.style5 .rtl .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg{margin-right:0;margin-left:10px;transform:scaleX(-1)}html.style5 .rtl .chitchat-main .chitchat-contain ul.detial-price li i{margin-left:20px;margin-right:unset}html.style5 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{text-align:right}html.style5 .rtl .contact-chat>ul>li.replies{margin-left:unset;margin-right:auto;text-align:left}html.style5 .rtl .contact-chat>ul>li.replies .media .profile{margin-left:0!important;margin-right:1.5rem!important}html.style5 .rtl .contact-chat>ul>li.replies .media .media-body{text-align:left}html.style5 .rtl .contact-chat>ul>li.replies .msg-box li:last-child{margin-right:auto;margin-left:unset}html.style5 .rtl .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,html.style5 .rtl .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:0 25px 25px 30px}html.style5 .rtl .contact-chat>ul>li.replies .msg-box li .badge{margin-left:.5rem!important;margin-right:0!important}html.style5 .rtl .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 25px 0}html.style5 .rtl .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:unset;margin-left:10px}html.style5 .rtl .contact-chat>ul>li .contact-name h5{padding-right:20px;padding-left:20px}html.style5 .rtl .mr-4{margin-right:0!important;margin-left:1.5rem!important}html.style5 .rtl .msg-setting-main .msg-dropdown-main .msg-setting{margin-left:unset;margin-right:10px}html.style5 .rtl .ml-2{margin-left:0!important;margin-right:.5rem!important}html.style5 .rtl .msg-box>li:first-child h5{border-radius:30px 25px 0 30px}html.style5 .rtl .msg-box>li:last-child h5{border-radius:30px 0 25px 30px}html.style5 .rtl .msg-box>li:last-child .document{border-radius:0 50px 50px 50px}html.style5 .rtl .msg-box>li:last-child .auto-gallery{border-radius:30px 0 25px 30px}html.style5 .rtl .pull-right{float:left}html.style5 .rtl .text-right{text-align:left!important}html.style5 .rtl .m-r-15{margin-right:unset;margin-left:15px}html.style5 .rtl .chat-main li .chat-box .details{padding-left:50px;padding-right:75px;text-align:right}html.style5 .rtl .chat-main li .chat-box .date-status{right:unset;left:0;text-align:left}html.style5 .rtl .call-log-main .call-box .call-status{left:0;right:unset}html.style5 .rtl .call-log-main .call-box .details{padding-left:100px;padding-right:75px}html.style5 .rtl .contact-log-main li .contact-box .profile{right:0;left:unset}html.style5 .rtl .contact-log-main li .contact-box .details{padding-left:100px;padding-right:75px}html.style5 .rtl .contact-log-main li .contact-box .contact-action{left:0;right:unset}html.style5 .rtl .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-right:5px;margin-left:unset}html.style5 .rtl .profile{right:0;left:unset}html.style5 .rtl .profile.busy:before,html.style5 .rtl .profile.offline:before,html.style5 .rtl .profile.online:before,html.style5 .rtl .profile.unreachable:before{left:0;right:unset}html.style5 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:left}html.style5 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{margin-left:10px;margin-right:unset}html.style5 .rtl .chitchat-main .call-content .user-profile,html.style5 .rtl .chitchat-main .contact-content .user-profile,html.style5 .rtl .group-main .group-box{text-align:right}html.style5 .rtl .group-main .group-box .details{padding-right:75px;padding-left:unset}html.style5 .rtl .group-main .group-box .date-status{right:unset;left:0;text-align:left}html.style5 .rtl ul.grop-icon li:nth-child(2),html.style5 .rtl ul.grop-icon li:nth-child(3){margin-right:-10px;margin-left:unset}html.style5 .rtl .groupuser{margin-right:auto;margin-left:unset;text-align:left}html.style5 .rtl .groupuser .gr-chat-friend-toggle{padding-left:20px;padding-right:unset}html.style5 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{left:0;right:unset;text-align:right}html.style5 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding-right:70px;padding-left:50px}html.style5 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{left:40px;right:unset}html.style5 .rtl .groupuser .gr-profile.grow:after{left:-4.2px;right:unset}html.style5 .rtl [class*=" icon-"].pull-right,html.style5 .rtl [class^=icon-].pull-right{margin-right:.3em;margin-left:unset}html.style5 .rtl .groupuser .gr-profile+.gr-profile{margin-right:15px;margin-left:0}html.style5 .rtl .dot-btn:before{left:1px;right:unset}html.style5 .rtl .dot-btn:after{left:-4.2px;right:unset}html.style5 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{margin-left:15px;margin-right:unset}html.style5 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{left:0;right:unset}html.style5 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body{text-align:right}html.style5 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-left:15px;margin-right:unset}html.style5 .rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{left:15px;right:unset}html.style5 .rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{right:15px;left:unset}html.style5 .rtl .chitchat-container .chitchat-right-sidebar{left:-200px;right:unset}html.style5 .rtl .profile-box .details{padding-right:20px}html.style5 .rtl .privacy .custom-switch{left:0;right:unset;transform:scale(-1)}html.style5 .rtl .privacy h5{text-align:right;padding-right:unset;padding-left:35px}html.style5 .rtl .change-number span{border-left:none;padding:.5rem .75rem}html.style5 .rtl .change-number .country-code{border-right:none;padding-right:3px}html.style5 .rtl .slider-block{background-position:unset;transform:scaleX(-1) scaleY(1)}html.style5 .rtl .slider-block .slider-main{transform:scaleX(-1) scaleY(1)}html.style5 .rtl .ml-3{margin-right:1rem!important}html.style5 .rtl .app-design-main .app-hover{right:27%}html.style5 .rtl .team-work-main .team-work-content .ply-main .ply-content{margin-left:20px;margin-right:unset}html.style5 .rtl .team-work-main .team2{left:28%;right:unset}html.style5 .rtl .team-work-main .team4{left:9%;right:unset}html.style5 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-left:75px;margin-right:unset}html.style5 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-left:20px;margin-right:unset}html.style5 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{text-align:right}html.style5 .rtl .testimonial-slider{direction:ltr}html.style5 .rtl .secure-app-main .secure-app-content .ply-main .ply-content{margin-left:20px}html.style5 .rtl .price-slider{direction:ltr}html.style5 .rtl .subscribe-content .form-inline .form-control:first-child{margin-left:20px}html.style5 .rtl .subscribe-content button{margin-right:20px}html.style5 .rtl .fa-volume-up,html.style5 .rtl .feather-chevron-left,html.style5 .rtl .feather-chevron-right,html.style5 .rtl .feather-phone,html.style5 .rtl .feather-rotate-cw,html.style5 .rtl .feather-send,html.style5 .rtl .feather-video{transform:scaleX(-1)}html.style5 .rtl .audiocall1.call-modal ul li+li,html.style5 .rtl .audiocall2.call-modal ul li+li,html.style5 .rtl .conferencecall.call-modal ul li+li,html.style5 .rtl .videocall.call-modal ul li+li,html.style5 .rtl .videocallhang.call-modal ul li+li{margin-right:30px;margin-left:unset}html.style5 .rtl .videocall.call-modal .videocall-details #basicUsage,html.style5 .rtl .videocallhang.call-modal .videocall-details #basicUsage{margin-left:20px;margin-right:unset}html.style5 .rtl .videocall.call-modal .videocall-details .usersprof,html.style5 .rtl .videocallhang.call-modal .videocall-details .usersprof{margin-left:15px;margin-right:unset}html.style5 .rtl .videocall.call-modal .small-image,html.style5 .rtl .videocallhang.call-modal .small-image{right:40px;left:unset}html.style5 .rtl .dropdown-toggle:after{margin-right:.3em}html.style5 .rtl .navbar-brand{margin-left:1rem;margin-right:unset}html.style5 .rtl header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-left:20px;margin-right:unset}html.style5 .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:25px;margin-left:unset}html.style5 .rtl .dropdown-menu{right:0;left:unset;float:right;text-align:right}html.style5 .rtl .breadcrumb-main .breadcrumb-content .breadcrumb-right ul li{margin-left:15px;margin-right:unset}html.style5 .rtl .page-decore .top{left:-30px;right:unset;transform:rotate(-130deg)}html.style5 .rtl .page-decore .bottom{right:-20px;left:unset;transform:rotate(45deg)}html.style5 .rtl .blog-page .blog-sidebar .blog-card .blog-search .input-group span{padding-left:15px;padding-right:unset}html.style5 .rtl .blog-page .blog-sidebar .blog-card .recent-blog li .media img{margin-left:10px;margin-right:unset}html.style5 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:15px}html.style5 .rtl .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{margin:0 0 0 15px}html.style5 .rtl .blog-page .blog-media .blog-right ul li+li{padding-right:15px;padding-left:unset;margin-right:15px;margin-left:unset;border-right:1px solid #ddd;border-left:none}html.style5 .rtl .blog-page .blog-media .blog-right ul li i{padding-left:10px;padding-right:unset}html.style5 .rtl .blog-detail-page .blog-detail .post-social{text-align:right}html.style5 .rtl .blog-detail-page .blog-detail .post-social li+li{border-right:1px solid #eff1f2;border-left:unset;padding-right:unset;margin-right:15px;margin-left:unset}html.style5 .rtl .blog-detail-page .blog-detail .post-social li i{margin-left:10px;margin-right:0}html.style5 .rtl .blog-detail-page .blog-detail .post-social ul.social-group{float:left}html.style5 .rtl .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,html.style5 .rtl .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{margin-left:0;margin-right:unset}html.style5 .rtl .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-right:8px;padding-left:unset;margin-right:0}html.style5 .rtl .blog-detail-page .blog-commant .comment-section li img{margin-left:20px;margin-right:unset}html.style5 .rtl .about-page .about-tab .nav{border-left:1px solid #eff1f2;border-right:unset}html.style5 .rtl .secure-app-main{background-position:unset;transform:scaleX(-1) scaleY(1)}html.style5 .rtl .secure-app-main .secure-app-content{transform:scaleX(-1) scaleY(1)}html.style5 .rtl .team-slider{direction:ltr}html.style5 .rtl .team .owl-nav{left:0;right:unset}html.style5 .rtl .about-page .offset-sm-2{margin-right:16.66667%}html.style5 .rtl .about-page .offset-md-1{margin-right:8.33333%}html.style5 .rtl .faq-section .faq-search-box .input-group span{padding-left:15px;padding-right:unset}html.style5 .rtl .faq-section .accordion.theme-accordion .card .card-header{padding-right:unset;padding-left:30px}html.style5 .rtl .faq-section .accordion.theme-accordion .card .card-header button{text-align:right}html.style5 .rtl .faq-section .accordion.theme-accordion .card .card-header button:before{left:20px;right:unset}html.style5 .rtl .faq-section .float-right{float:left!important}html.style5 .rtl .collapse-block .block-title:after{left:0;right:unset}html.style5 .rtl .theme-btn-group .btn-group-sm>a.btn:last-child,html.style5 .rtl .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 0 10px}html.style5 .rtl .theme-btn-group a:first-child{border-radius:15px 15px 15px 0}html.style5 .rtl .theme-btn-group a:last-child{border-radius:15px 15px 0 15px}html.style5 .rtl .theme-btn-group .btn-group-sm>a.btn:last-child{border-radius:10px 10px 0 10px}html.style5 .rtl .theme-btn-group a+a{margin-right:5px}html.style5 .rtl .document-list li h5{margin-right:30px;margin-left:unset}html.style5 .rtl .element-card .typography .font_label,html.style5 .rtl .element-card-body .fonts .btn-primary{margin-left:20px}html.style5 .rtl .downlaod .footer-btn .btn span{padding-right:12px}html.style5 .rtl footer .links li{padding-right:20px;padding-left:unset}html.style5 .rtl footer .links li:hover a:before{right:3;left:unset}html.style5 .rtl footer .links li a:before{right:0;left:unset;transform:scale(-1)}html.style5 .rtl footer .footer-back-block .inner1{left:-80px;right:unset;transform:rotate(-96deg)}html.style5 .rtl footer .footer-back-block .inner2{right:-80px;left:unset}html.style5 .rtl footer .social-group li+li{margin-right:5px;margin-left:unset}html.style5 .rtl .breadcrumb-main ul li+li{margin-right:30px;margin-left:unset}html.style5 .rtl .breadcrumb-main ul li+li:before{right:-15px;left:unset}html.style5 .rtl .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-right:15px}html.style5 .rtl .login-page2 .login-content-main .medialogo{right:-4%;left:unset}html.style5 .rtl .login-page2 .login-content-main .medialogo li+li{margin-left:15px;margin-right:unset}html.style5 .rtl .login-page1 .right-page{left:0;right:unset}html.style5 .rtl .login-content .form1 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset}html.style5 .rtl .login-content .form2 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset;padding-right:1.25rem}html.style5 .rtl .login-content .medialogo ul li+li{margin-right:20px;margin-left:unset}html.style5 .rtl .login-content .termscondition h4 span{margin-left:8px;margin-right:unset}html.style5 .rtl .right-login .login-img{transform:scaleX(-1)}html.style5 .rtl .right-login .girl-logo{transform:scaleX(-1);left:27%;right:unset}html.style5 .rtl .right-login .boy-logo{transform:scaleX(-1);right:36%;left:unset}html.style5 .rtl .right-login .heart-logo{left:35%;right:unset}html.style5 .rtl .right-login .has-logo{left:27%;right:unset}html.style5 .rtl .right-login .has-logo1{right:25%;left:unset;transform:scalex(1)}html.style5 .rtl .right-login .top-circle{right:20%;left:unset}html.style5 .rtl .right-login .center-circle{right:6%;left:unset}html.style5 .rtl .right-login .bottom-circle{right:13%;left:unset}html.style5 .rtl .right-login .bottom-circle1{left:22%;right:unset}html.style5 .rtl .right-login .right-circle{left:0;right:unset}html.style5 .rtl .right-login .right-circle1{left:9%;right:unset}html.style5 .rtl .right-login .cloud-logo3{animation:homecloud 45s linear infinite}html.style5 .rtl .right-login .cloud-logo4{animation:homecloud 80s linear infinite}html.style5 .rtl .right-login .cloud-logo1{animation:homecloud 25s linear infinite}html.style5 .rtl .login-page2 .login-img{transform:scaleX(-1)}html.style5 .rtl .login-page2 .girl-logo{transform:scaleX(-1);left:27%;right:unset}html.style5 .rtl .login-page2 .boy-logo{transform:scaleX(-1);right:36%;left:unset}html.style5 .rtl .login-page2 .heart-logo{left:35%;right:unset}html.style5 .rtl .login-page2 .has-logo{left:27%;right:unset}html.style5 .rtl .login-page2 .has-logo1{right:25%;left:unset;transform:scalex(1)}html.style5 .rtl .login-page2 .top-circle{right:20%;left:unset}html.style5 .rtl .login-page2 .center-circle{right:6%;left:unset}html.style5 .rtl .login-page2 .bottom-circle{right:13%;left:unset}html.style5 .rtl .login-page2 .bottom-circle1{left:22%;right:unset}html.style5 .rtl .login-page2 .right-circle{left:0;right:unset}html.style5 .rtl .login-page2 .right-circle1{left:9%;right:unset}html.style5 .rtl .login-page2 .cloud-logo3{animation:homecloud 45s linear infinite}html.style5 .rtl .login-page2 .cloud-logo4{animation:homecloud 80s linear infinite}html.style5 .rtl .login-page2 .cloud-logo1{animation:homecloud 25s linear infinite}html.style5 .rtl .chitchat-container .main-nav{border-left:1px solid #eff1f2;border-right:none}html.style5 .rtl .chitchat-container .main-nav .logo-warpper img,html.style5 .rtl .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{transform:scaleX(-1)}html.style5 .rtl .chat-main li.active{border-right:4px solid #ff5b92;border-left:none}html.style5 .rtl .chat-main li .chat-box .icon-btn.btn-outline-light{right:unset;left:0}html.style5 .rtl .btn-fix{margin-right:-30px;margin-left:unset}html.style5 .rtl .app-sidebar .app-list{border-right:2px solid #eff1f2;border-left:none}html.style5 .rtl .contact-list-tab .chat-main{padding-left:15px}html.style5 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content{margin-left:-20px;padding-left:20px;margin-right:unset;padding-right:unset}html.style5 .rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{text-align:right}html.style5 .rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{border-left:none;padding-left:5px;border-right:4px solid #1c9dea;padding-right:15px}html.style5 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp,html.style5 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .target-reminder-list{border-left:2px solid #eff1f2;border-right-width:5px;border-right-color:rgba(28,157,234,.3);text-align:right}html.style5 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{right:unset;left:0}html.style5 .rtl ul.chat-cont-setting{left:unset;right:20%}html.style5 .rtl .setting-sidebar{right:unset;left:-365px}html.style5 .rtl .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 7%}html.style5 .rtl .sidebar-pannle-main{left:22px;right:unset}@media(max-width:1367px){html.style5 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:1366px){html.style5 .rtl .social-group li+li{margin-right:5px;margin-left:unset}html.style5 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:1200px){html.style5 .rtl .inner-page header .landing-header .navbar-toggler{left:20px;right:unset}html.style5 .rtl header .landing-header .navbar-collapse{right:0;left:unset}html.style5 .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:30px}html.style5 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:5px}html.style5 .rtl .right-login .login-img{width:65%}html.style5 .rtl .right-login .boy-logo{right:29%;left:unset;top:50%}html.style5 .rtl .right-login .girl-logo{left:14%;right:unset;top:27%}html.style5 .rtl .right-login .has-logo1{right:12%;left:unset}}@media(max-width:1024px){html.style5 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:992px){html.style5 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:991px){html.style5 .rtl .downlaod .footer-btn .btn+.btn{margin-right:15px;margin-left:unset}html.style5 .rtl .right-login .girl-logo{width:35%;top:23%;left:3%}html.style5 .rtl .right-login .login-img{width:80%}html.style5 .rtl .right-login .boy-logo{right:21%;left:unset;top:50%;width:25%}html.style5 .rtl .right-login .girl-logo{width:33%;left:9%;right:unset;top:25%}html.style5 .rtl .right-login .has-logo1{right:5%;left:unset;top:69%}}@media(max-width:768px){html.style5 .rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-left:unset}html.style5 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:8px}}@media(max-width:767px){html.style5 .rtl footer .footer-title .according-menu:before,html.style5 .rtl footer .footer-title.active .according-menu:before{left:2px;right:unset}html.style5 .rtl .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:0}}@media(max-width:600px){html.style5 .rtl .downlaod .footer-btn{display:flex}html.style5 .rtl .downlaod .footer-btn .btn+.btn{margin-right:15px}html.style5 .rtl .blog-card .default-form .form-group input{padding:10px}}@media(max-width:576px){html.style5 .rtl .downlaod .footer-btn{display:flex}}@media(max-width:480px){html.style5 .rtl footer .section-py-space .footer-title .according-menu:before{left:10px;right:unset}html.style5 .rtl .error-main .error-contain .animated-bg i{height:70px;width:70px}}@media(max-width:420px){html.style5 .rtl .downlaod .footer-btn{display:-webkit-box}html.style5 .rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-top:15px}}@media(max-width:360px){html.style5 .rtl .blog-page .blog-media .blog-right ul{display:flex}html.style5 .rtl .downlaod .footer-btn{display:-webkit-box}}@media(max-width:320px){html.style5 .rtl .breadcrumb-main ul li+li{margin-right:15px;margin-left:unset}}html.style5 .login-content{width:450px;margin:0 auto}html.style5 .login-content .login-content-header img{height:50px;width:auto}html.style5 .login-content h3{font-size:calc(18px + 8*(100vw - 320px)/1600);font-family:Rubik,sans-serif;font-weight:500;padding-bottom:16px}html.style5 .login-content h4{margin-bottom:35px;line-height:1.4;font-family:Roboto,sans-serif;font-weight:400}html.style5 .login-content .form1 .form-group,html.style5 .login-content .form2 .form-group{margin-bottom:30px}html.style5 .login-content .form1 .form-group .col-form-label,html.style5 .login-content .form2 .form-group .col-form-label{font-size:calc(14px + 2*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;padding-top:0;padding-bottom:15px;line-height:1}html.style5 .login-content .form1 .form-group .buttons,html.style5 .login-content .form2 .form-group .buttons{text-align:center}html.style5 .login-content .form1 .form-group .buttons .btn,html.style5 .login-content .form2 .form-group .buttons .btn{padding:14px 65px;color:#fff;justify-content:center}html.style5 .login-content .form1 .form-group .buttons .btn-signup,html.style5 .login-content .form2 .form-group .buttons .btn-signup{background-color:#223645;margin-left:25px}html.style5 .login-content .form1 .form-group .form-check,html.style5 .login-content .form2 .form-group .form-check{display:flex;justify-content:space-between;align-items:center}html.style5 .login-content .form1 .form-group .form-check h6,html.style5 .login-content .form2 .form-group .form-check h6{color:#223645;font-family:Montserrat,sans-serif;font-weight:500}html.style5 .login-content .form1 .form-group .form-check-input,html.style5 .login-content .form2 .form-group .form-check-input{margin-right:-1.25rem;margin-left:unset}html.style5 .login-content .form1 .form-group .form-control,html.style5 .login-content .form2 .form-group .form-control{padding:13px 20px;border-radius:5px;border:1px solid rgba(0,0,0,.1);height:auto}html.style5 .login-content .form1 .form-group .form-control::placeholder,html.style5 .login-content .form2 .form-group .form-control::placeholder{font-size:15px;color:#223645;font-family:Roboto,sans-serif;font-weight:400}html.style5 .login-content .form1 .form-group .form-check-label,html.style5 .login-content .form2 .form-group .form-check-label{font-size:12px;font-family:Montserrat,sans-serif;font-weight:500;text-transform:capitalize;line-height:1}html.style5 .login-content .form2 .form-group .form-check-input{margin-right:0;margin-left:-1.25rem}html.style5 .login-content .line{display:flex;justify-content:center;margin-bottom:30px;margin-top:50px}html.style5 .login-content .line h6{font-family:Montserrat,sans-serif;font-weight:600;color:#223645}html.style5 .login-content .line h6:after,html.style5 .login-content .line h6:before{display:inline-block;content:"";border-top:1px solid #ededed;width:4.5rem;margin:0 1rem}html.style5 .login-content .medialogo{margin-bottom:30px}html.style5 .login-content .medialogo ul{display:flex;justify-content:center}html.style5 .login-content .medialogo ul li+li{margin-left:20px}html.style5 .login-content .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}html.style5 .login-content .termscondition{text-align:center}html.style5 .login-content .termscondition h4 span{color:#ff4e2b;margin-right:8px}html.style5 .login-content .termscondition h4 b{margin-left:8px;margin-right:8px}html.style5 .right-login{justify-content:center;display:flex;max-height:100%}html.style5 .login-page2,html.style5 .right-login{background-color:#f8f5f6;width:auto;height:100%;position:relative}html.style5 .login-page2 .login-img,html.style5 .right-login .login-img{position:absolute;top:30%}html.style5 .login-page2 .boy-logo,html.style5 .right-login .boy-logo{position:absolute;left:36%;top:52%}html.style5 .login-page2 .girl-logo,html.style5 .right-login .girl-logo{top:27%;right:27%;position:absolute}html.style5 .login-page2 .heart-logo,html.style5 .right-login .heart-logo{position:absolute;animation:heartbeat 5s infinite;top:15%;right:35%}html.style5 .login-page2 .has-logo,html.style5 .right-login .has-logo{position:absolute;top:15%;right:27%}html.style5 .login-page2 .has-logo1,html.style5 .right-login .has-logo1{position:absolute;top:60%;left:25%;transform:scalex(-1)}html.style5 .login-page2 .cloud-logo,html.style5 .right-login .cloud-logo{position:absolute;top:15%;left:0;animation:homecloud 90s linear infinite;transform:scale(.15)}html.style5 .login-page2 .cloud-logo1,html.style5 .right-login .cloud-logo1{position:absolute;bottom:10%;animation:animateCloud 25s linear infinite;height:25px}html.style5 .login-page2 .cloud-logo2,html.style5 .right-login .cloud-logo2{position:absolute;top:2%;animation:homecloud 60s linear infinite;transform:scale(.5)}html.style5 .login-page2 .cloud-logo3,html.style5 .right-login .cloud-logo3{position:absolute;top:31%;animation:animateCloud 45s linear infinite;transform:scaleX(-1);height:30px}html.style5 .login-page2 .cloud-logo4,html.style5 .right-login .cloud-logo4{position:absolute;animation:animateCloud 80s linear infinite;transform:scale(.55)}html.style5 .login-page2 .maincircle,html.style5 .right-login .maincircle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(100px + 580*(100vw - 320px)/1600);height:calc(100px + 580*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:15%;position:absolute}html.style5 .login-page2 .top-circle,html.style5 .right-login .top-circle{background-image:linear-gradient(#f1f8fe,#f1f8fe,#cde7fa);top:2%;left:20%}html.style5 .login-page2 .center-circle,html.style5 .login-page2 .top-circle,html.style5 .right-login .center-circle,html.style5 .right-login .top-circle{padding:1px;height:calc(50px + 50*(100vw - 320px)/1600);width:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;position:absolute}html.style5 .login-page2 .center-circle,html.style5 .right-login .center-circle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe);top:45%;left:6%}html.style5 .login-page2 .bottom-circle,html.style5 .right-login .bottom-circle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(50px + 50*(100vw - 320px)/1600);height:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:0;left:13%;position:absolute}html.style5 .login-page2 .bottom-circle1,html.style5 .right-login .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(40px + 80*(100vw - 320px)/1600);height:calc(40px + 80*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:2%;right:22%;position:absolute}html.style5 .login-page2 .right-circle,html.style5 .right-login .right-circle{background-image:linear-gradient(270deg,#f1f8fe,#f1f8fe,#cde7fa);padding:1px;width:calc(90px + 170*(100vw - 320px)/1600);height:calc(90px + 170*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:18%;right:0;position:absolute}html.style5 .login-page2 .right-circle1,html.style5 .right-login .right-circle1{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe,#f1f8fe);padding:1px;width:calc(75px + 65*(100vw - 320px)/1600);height:calc(75px + 65*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:1%;right:9%;position:absolute}html.style5 .login-page1 .login-content{width:100%}html.style5 .login-page1 .login-content h3{padding-bottom:5px}html.style5 .login-page1 .login-content-header img{margin-bottom:20px}html.style5 .login-page1 .left-page{position:relative;z-index:10;width:34%;height:100%;padding:50px;display:flex;align-items:center}html.style5 .login-page1 .right-page{height:100vh;position:fixed;right:0;width:66%}html.style5 .login-page1 .right-page .animation-block{z-index:1;position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}html.style5 .login-page1 .login-contain-main{display:flex}html.style5 .login-page2{position:relative;overflow:hidden;height:100vh;display:flex;overflow-y:auto;align-items:center}html.style5 .login-page2 .login-content-main{margin:0 auto;width:-moz-fit-content;width:fit-content;z-index:20;position:relative}html.style5 .login-page2 .login-content-main .login-content2{background-color:#fff;padding:23px;border-radius:15px;z-index:10;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:30px}html.style5 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs{padding-bottom:unset}html.style5 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{background-color:#ff5b92!important;color:#fff!important}html.style5 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link.active{color:#ff5b92!important;background-color:rgba(255,91,146,.15)!important}html.style5 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-left:15px}html.style5 .login-page2 .login-content-main .login-content{background-color:#fff;border:3px;width:600px;padding:50px 80px;z-index:10}html.style5 .login-page2 .login-content-main .login-content h3,html.style5 .login-page2 .login-content-main .login-content h4{text-align:center}html.style5 .login-page2 .login-content-main .login-content .login-content-header{padding-bottom:20px;text-align:center}html.style5 .login-page2 .login-content-main .login-content .form2 .form-group .buttons{margin-bottom:unset}html.style5 .login-page2 .login-content-main .medialogo{display:inline-block;left:-4%;position:absolute;top:40%;margin-bottom:unset}html.style5 .login-page2 .login-content-main .medialogo li+li{margin-left:unset;margin-top:10px}html.style5 .login-page2 .form2 .form-group .form-check-input{margin-top:-2px}html.style5 .login-page2 .top-circle{width:calc(90px + 190*(100vw - 320px)/1600);height:calc(90px + 190*(100vw - 320px)/1600);top:11%;left:12%}html.style5 .login-page2 .center-circle{background-image:linear-gradient(270deg,#cde7fa,#f1f8fe,#f1f8fe);left:6%;height:calc(60px + 90*(100vw - 320px)/1600);width:calc(60px + 90*(100vw - 320px)/1600)}html.style5 .login-page2 .quarterCircle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe);width:80px}html.style5 .login-page2 .right-circle1{background-image:linear-gradient(0deg,#cde7fa,#f1f8fe,#f1f8fe);width:70px;height:70px;top:33%;right:11%}html.style5 .login-page2 .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);width:80px;height:80px;bottom:2%;right:35%}html.style5 .login-page2 .right-circle{background-image:linear-gradient(90deg,#f1f8fe,#f1f8fe,#cde7fa);width:calc(50px + 110*(100vw - 320px)/1600);height:calc(50px + 110*(100vw - 320px)/1600);bottom:0;right:3%}html.style5 .login-page2 .cloud-logo{top:-6%;left:-81%;height:5%;transform:none}html.style5 .login-page2 .cloud-logo4{bottom:2%}html.style5 .login-page2 .cloud-logo2{left:-208%;height:13%}html.style5 .login-page2 .cloud-logo5{position:absolute;top:2%;animation:homecloud 30s linear infinite;height:10%}@media(max-width:1470px){html.style5 .login-page1 .right-page{width:60%}html.style5 .login-page2{height:100%;padding-top:40px;padding-bottom:40px}}@media(max-width:1434px){html.style5 .login-content{width:430px}html.style5 .login-content .form1 .form-group .buttons .btn,html.style5 .login-content .form2 .form-group .buttons .btn{padding:14px 50px}}@media(max-width:1367px){html.style5 .login-page2 .login-content-main .login-content{padding:50px}}@media(min-width:992px)and (max-width:1200px){html.style5 .login-content .line h6:after,html.style5 .login-content .line h6:before{width:3.5rem}}@media(max-width:1200px){html.style5 .login-page1 .left-page{padding:30px}html.style5 .right-login .boy-logo{left:29%;top:50%}html.style5 .right-login .girl-logo{right:14%;top:27%}html.style5 .right-login .has-logo1{left:12%}html.style5 .right-login .login-img{width:65%}html.style5 .login-content .login-content-header{padding-bottom:27px}html.style5 .login-content h4{margin-bottom:24px}html.style5 .login-content .form1 .form-group .form-control,html.style5 .login-content .form2 .form-group .form-control{padding:15px}html.style5 .login-content .form1 .form-group .col-form-label,html.style5 .login-content .form2 .form-group .col-form-label{padding-bottom:16px}html.style5 .login-content .form1 .form-group .buttons,html.style5 .login-content .form1 .form-group .form-check,html.style5 .login-content .form2 .form-group .buttons,html.style5 .login-content .form2 .form-group .form-check,html.style5 .login-content .line,html.style5 .login-content .medialogo{margin-bottom:30px}}@media(max-width:1199px){html.style5 .login-page1 .left-page{width:40%}}@media(max-width:1024px){html.style5 .login-content{width:350px}}@media(max-width:991px){html.style5 .right-login .login-img{width:80%}html.style5 .right-login .girl-logo{width:35%;top:23%;right:3%}html.style5 .right-login .boy-logo{left:21%;top:45%;width:27%}html.style5 .right-login .has-logo1{top:69%;left:2%}html.style5 .login-page1 .left-page,html.style5 .login-page1 .right-page{width:50%}}@media(max-width:768px){html.style5 .login-content{width:340px}html.style5 .login-content .line h6:after,html.style5 .login-content .line h6:before{width:3.5rem}html.style5 .right-login .boy-logo{left:23%;top:43%;width:24%}html.style5 .girl-logo{right:11%;top:24%}}@media(max-width:767px){html.style5 .right-page{position:absolute;opacity:.05}html.style5 .login-content{width:auto;padding:50px}html.style5 .login-content .login-content-header{padding-bottom:17px}html.style5 .login-content .login-content-header img{height:40px}html.style5 .login-content h4{margin-bottom:17px}html.style5 .login-content .form1 .form-group,html.style5 .login-content .form2 .form-group{margin-bottom:20px}html.style5 .login-content .form1 .form-group .col-form-label,html.style5 .login-content .form2 .form-group .col-form-label{padding-bottom:10px}html.style5 .login-content .form1 .form-group .form-check,html.style5 .login-content .form2 .form-group .form-check{margin-bottom:20px}html.style5 .login-content .form2 .form-group .buttons .btn{padding:12px 35px}html.style5 .login-page1 .left-page,html.style5 .login-page1 .right-page{width:100%}html.style5 .login-page2 .login-content-main .login-content{width:530px;padding:30px}html.style5 .login-page2 .login-content-main .medialogo{position:unset;display:flex;justify-content:center;margin-bottom:20px}html.style5 .login-page2 .login-content-main .medialogo li+li{margin-top:unset;margin-left:15px}html.style5 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{min-width:auto;padding:10px 35px}html.style5 .login-content h3{padding-bottom:10px}}@media(max-width:600px){html.style5 .login-page2 .medialogo{display:flex;position:unset;justify-content:center}html.style5 .login-page2 .medialogo li+li{margin-top:unset;margin-left:10px}}@media(max-width:575px){html.style5 .login-content{padding:30px}html.style5 .login-content .form1 .form-group .buttons .btn,html.style5 .login-content .form2 .form-group .buttons .btn{padding:12px 25px}html.style5 .login-content .form1 .form-group .form-control,html.style5 .login-content .form2 .form-group .form-control{padding:10px;line-height:1}html.style5 .login-content .form1 .form-group .form-control::placeholder,html.style5 .login-content .form2 .form-group .form-control::placeholder{font-size:13px}html.style5 .login-content .login-content-header img{height:30px}html.style5 .login-page1 .left-page{padding:0}html.style5 .login-page2 .login-content-main{padding:15px}html.style5 .login-page2 .login-content-main .login-content{width:100%}html.style5 .login-page2 .login-content-main .login-content2{padding:20px}html.style5 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item{margin-right:0}html.style5 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{padding:10px 25px}html.style5 .login-page2 .login-content-main .medialogo li .icon-btn{width:30px;height:30px}html.style5 .login-page2 .login-content-main .medialogo li .icon-btn i{font-size:12px}}@media(max-width:320px){html.style5 .login-content .line h6:after,html.style5 .login-content .line h6:before{width:2.5rem}}html.style5 .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}html.style5 .default-form .form-control:focus{box-shadow:none}html.style5 .default-form .form-group{margin:0}html.style5 .default-form .form-group input{height:45px}html.style5 .default-form .form-group input,html.style5 .default-form .form-group textarea{border-radius:15px;background-color:#f8f5f6;border:none}html.style5 .default-form .form-group h5{margin-bottom:15px}html.style5 .default-form .form-group+.form-group{margin-top:15px}html.style5 .default-form .form-group a{text-align:center}html.style5 .default-form .form-group p{padding-top:10px}html.style5 .default-form select{-webkit-appearance:none;width:100%;padding:12px 20px;text-transform:capitalize;font-size:15px;line-height:1;background-color:transparent;height:50px;border-radius:15px;color:#647589;border:none;background:url(/assets/images/drop-1.png) #f8f5f6 no-repeat scroll 94%;margin-bottom:30px}html.style5 .form-control-plaintext{background-color:#fff}html.style5 .form-radious input{border-radius:15px}html.style5 .form-sm input{height:32px;font-size:13px}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+1) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+1) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+1) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+1) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+2) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+2) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+2) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+2) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+3) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+3) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+3) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+3) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+4) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+4) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+4) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+4) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+5) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+5) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+5) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+5) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+6) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+6) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+6) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+6) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+7) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+7) a i{color:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+7) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+7) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+8) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+8) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+8) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+8) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+9) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+9) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+9) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+9) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+10) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+10) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+10) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+10) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+11) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+11) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+11) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+11) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+12) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+12) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+12) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+12) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+13) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+13) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+13) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+13) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+14) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+14) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+14) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+14) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+15) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+15) a i{color:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+15) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+15) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+16) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+16) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+16) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+16) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+17) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+17) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+17) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+17) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+18) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+18) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+18) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+18) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+19) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+19) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+19) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+19) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+20) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+20) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+20) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+20) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+21) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+21) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+21) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+21) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+22) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+22) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+22) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+22) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+23) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+23) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+23) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+23) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+24) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+24) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+24) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+24) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+25) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+25) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+25) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+25) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+26) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+26) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+26) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+26) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+27) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+27) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+27) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+27) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+28) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+28) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+28) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+28) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+29) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+29) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+29) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+29) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+30) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+30) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+30) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+30) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+31) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+31) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+31) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+31) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+32) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+32) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+32) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+32) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+33) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+33) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+33) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+33) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+34) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+34) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+34) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+34) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+35) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+35) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+35) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+35) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+36) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+36) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+36) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+36) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+37) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+37) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+37) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+37) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+38) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+38) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+38) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+38) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+39) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+39) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+39) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+39) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+40) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+40) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+40) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+40) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+41) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+41) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+41) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+41) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+42) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+42) a i{color:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+42) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+42) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+43) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+43) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+43) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+43) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+44) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+44) a i{color:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+44) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+44) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+45) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+45) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+45) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+45) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+46) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+46) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+46) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+46) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+47) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+47) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+47) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+47) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+48) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+48) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+48) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+48) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+49) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+49) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+49) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+49) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+50) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+50) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+50) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+50) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+51) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+51) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+51) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+51) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+52) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+52) a i{color:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+52) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+52) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+53) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+53) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+53) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+53) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+54) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+54) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+54) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+54) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+55) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+55) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+55) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+55) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+56) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+56) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+56) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+56) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+57) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+57) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+57) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+57) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+58) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+58) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+58) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+58) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+59) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+59) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+59) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+59) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+60) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+60) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+60) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+60) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+61) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+61) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+61) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+61) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+62) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+62) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+62) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+62) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+63) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+63) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+63) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+63) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+64) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+64) a i{color:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+64) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+64) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+65) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+65) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+65) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+65) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+66) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+66) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+66) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+66) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+67) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+67) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+67) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+67) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+68) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+68) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+68) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+68) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+69) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+69) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+69) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+69) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+70) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+70) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+70) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+70) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+71) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+71) a i{color:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+71) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+71) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+72) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+72) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+72) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+72) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+73) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+73) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+73) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+73) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+74) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+74) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+74) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+74) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+75) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+75) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+75) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+75) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+76) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+76) a i{color:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+76) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+76) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+77) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+77) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+77) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+77) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+78) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+78) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+78) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+78) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+79) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+79) a i{color:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+79) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+79) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+80) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+80) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+80) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+80) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+81) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+81) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+81) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+81) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+82) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+82) a i{color:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+82) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+82) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+83) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+83) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+83) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+83) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+84) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+84) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+84) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+84) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+85) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+85) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+85) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+85) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+86) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+86) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+86) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+86) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+87) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+87) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+87) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+87) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+88) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+88) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+88) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+88) a svg{fill:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+89) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+89) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+89) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+89) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+90) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+90) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+90) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+90) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+91) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+91) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+91) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+91) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+92) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+92) a i{color:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+92) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+92) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+93) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+93) a i{color:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+93) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+93) a svg{fill:#32a42a!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+94) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+94) a i{color:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+94) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+94) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+95) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+95) a i{color:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+95) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+95) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+96) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+96) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+96) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+96) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+97) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+97) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+97) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+97) a svg{fill:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+98) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+98) a i{color:#ff2870!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+98) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+98) a svg{fill:#111b23!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+99) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+99) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+99) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+99) a svg{fill:#f72900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+100) a i,html.style5 .colorfull .sidebar-top li:nth-child(5n+100) a i{color:#e0a900!important}html.style5 .colorfull .sidebar-bottom li:nth-child(5n+100) a svg,html.style5 .colorfull .sidebar-top li:nth-child(5n+100) a svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+1)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+2)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+3)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+4)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+5)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+6)>a>svg{fill:#ff2870!important}html.style5 .colorfull .calls>li:nth-child(5n+7)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+8)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+9)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+10)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+11)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+12)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+13)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+14)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+15)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+16)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+17)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+18)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+19)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+20)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+21)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+22)>a>svg{fill:#ff2870!important}html.style5 .colorfull .calls>li:nth-child(5n+23)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+24)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+25)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+26)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+27)>a>svg{fill:#ff2870!important}html.style5 .colorfull .calls>li:nth-child(5n+28)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+29)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+30)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+31)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+32)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+33)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+34)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+35)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+36)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+37)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+38)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+39)>a>svg{fill:#ff2870!important}html.style5 .colorfull .calls>li:nth-child(5n+40)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+41)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+42)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+43)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+44)>a>svg{fill:#ff2870!important}html.style5 .colorfull .calls>li:nth-child(5n+45)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+46)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+47)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+48)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+49)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+50)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+51)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+52)>a>svg{fill:#ff2870!important}html.style5 .colorfull .calls>li:nth-child(5n+53)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+54)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+55)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+56)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+57)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+58)>a>svg{fill:#ff2870!important}html.style5 .colorfull .calls>li:nth-child(5n+59)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+60)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+61)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+62)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+63)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+64)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+65)>a>svg{fill:#ff2870!important}html.style5 .colorfull .calls>li:nth-child(5n+66)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+67)>a>svg{fill:#ff2870!important}html.style5 .colorfull .calls>li:nth-child(5n+68)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+69)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+70)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+71)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+72)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+73)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+74)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+75)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+76)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+77)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+78)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+79)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+80)>a>svg{fill:#ff2870!important}html.style5 .colorfull .calls>li:nth-child(5n+81)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+82)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+83)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+84)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+85)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+86)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+87)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+88)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+89)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+90)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+91)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+92)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+93)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+94)>a>svg{fill:#f72900!important}html.style5 .colorfull .calls>li:nth-child(5n+95)>a>svg{fill:#e0a900!important}html.style5 .colorfull .calls>li:nth-child(5n+96)>a>svg,html.style5 .colorfull .calls>li:nth-child(5n+97)>a>svg{fill:#32a42a!important}html.style5 .colorfull .calls>li:nth-child(5n+98)>a>svg{fill:#111b23!important}html.style5 .colorfull .calls>li:nth-child(5n+99)>a>svg{fill:#ff2870!important}html.style5 .colorfull .calls>li:nth-child(5n+100)>a>svg{fill:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+1) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+2) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+3) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+4) a svg,html.style5 .colorfull .media-right li:nth-child(5n+5) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+6) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+7) a svg,html.style5 .colorfull .media-right li:nth-child(5n+8) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+9) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+10) a svg,html.style5 .colorfull .media-right li:nth-child(5n+11) a svg{stroke:#32a42a!important}html.style5 .colorfull .media-right li:nth-child(5n+12) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+13) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+14) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+15) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+16) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+17) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+18) a svg{stroke:#32a42a!important}html.style5 .colorfull .media-right li:nth-child(5n+19) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+20) a svg{stroke:#32a42a!important}html.style5 .colorfull .media-right li:nth-child(5n+21) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+22) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+23) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+24) a svg,html.style5 .colorfull .media-right li:nth-child(5n+25) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+26) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+27) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+28) a svg,html.style5 .colorfull .media-right li:nth-child(5n+29) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+30) a svg,html.style5 .colorfull .media-right li:nth-child(5n+31) a svg{stroke:#32a42a!important}html.style5 .colorfull .media-right li:nth-child(5n+32) a svg,html.style5 .colorfull .media-right li:nth-child(5n+33) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+34) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+35) a svg,html.style5 .colorfull .media-right li:nth-child(5n+36) a svg{stroke:#32a42a!important}html.style5 .colorfull .media-right li:nth-child(5n+37) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+38) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+39) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+40) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+41) a svg{stroke:#32a42a!important}html.style5 .colorfull .media-right li:nth-child(5n+42) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+43) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+44) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+45) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+46) a svg,html.style5 .colorfull .media-right li:nth-child(5n+47) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+48) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+49) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+50) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+51) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+52) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+53) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+54) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+55) a svg,html.style5 .colorfull .media-right li:nth-child(5n+56) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+57) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+58) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+59) a svg{stroke:#32a42a!important}html.style5 .colorfull .media-right li:nth-child(5n+60) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+61) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+62) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+63) a svg,html.style5 .colorfull .media-right li:nth-child(5n+64) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+65) a svg{stroke:#32a42a!important}html.style5 .colorfull .media-right li:nth-child(5n+66) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+67) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+68) a svg{stroke:#32a42a!important}html.style5 .colorfull .media-right li:nth-child(5n+69) a svg,html.style5 .colorfull .media-right li:nth-child(5n+70) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+71) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+72) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+73) a svg{stroke:#32a42a!important}html.style5 .colorfull .media-right li:nth-child(5n+74) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+75) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+76) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+77) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+78) a svg,html.style5 .colorfull .media-right li:nth-child(5n+79) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+80) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+81) a svg{stroke:#111b23!important}html.style5 .colorfull .media-right li:nth-child(5n+82) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+83) a svg{stroke:#32a42a!important}html.style5 .colorfull .media-right li:nth-child(5n+84) a svg,html.style5 .colorfull .media-right li:nth-child(5n+85) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+86) a svg,html.style5 .colorfull .media-right li:nth-child(5n+87) a svg{stroke:#f72900!important}html.style5 .colorfull .media-right li:nth-child(5n+88) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+89) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+90) a svg,html.style5 .colorfull .media-right li:nth-child(5n+91) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+92) a svg,html.style5 .colorfull .media-right li:nth-child(5n+93) a svg,html.style5 .colorfull .media-right li:nth-child(5n+94) a svg{stroke:#e0a900!important}html.style5 .colorfull .media-right li:nth-child(5n+95) a svg,html.style5 .colorfull .media-right li:nth-child(5n+96) a svg,html.style5 .colorfull .media-right li:nth-child(5n+97) a svg,html.style5 .colorfull .media-right li:nth-child(5n+98) a svg,html.style5 .colorfull .media-right li:nth-child(5n+99) a svg{stroke:#ff2870!important}html.style5 .colorfull .media-right li:nth-child(5n+100) a svg{stroke:#111b23!important}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+1)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+2)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+1)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+2)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+1)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+2)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+1)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+2)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+1)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+2)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+1)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+2)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+1)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+2)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+1)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+2)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+3)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+3)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+3)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+3)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+3)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+3)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+3)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+3)>h5{color:#0c1319!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+4)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+4)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+4)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+4)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+4)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+4)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+4)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+4)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+5)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+5)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+5)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+5)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+5)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+5)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+5)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+5)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+6)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+6)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+6)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+6)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+6)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+6)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+6)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+6)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+7)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+7)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+7)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+7)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+7)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+7)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+7)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+7)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+8)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+8)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+8)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+8)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+8)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+8)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+8)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+8)>h5{color:#0c1319!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+10)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+9)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+10)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+9)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+10)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+9)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+10)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+9)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+10)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+9)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+10)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+9)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+10)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+9)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+10)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+9)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+11)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+11)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+11)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+11)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+11)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+11)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+11)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+11)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+12)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+12)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+12)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+12)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+12)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+12)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+12)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+12)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+13)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+13)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+13)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+13)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+13)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+13)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+13)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+13)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+14)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+14)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+14)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+14)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+14)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+14)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+14)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+14)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+15)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+15)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+15)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+15)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+15)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+15)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+15)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+15)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+16)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+16)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+16)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+16)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+16)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+16)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+16)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+16)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+17)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+17)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+17)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+17)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+17)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+17)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+17)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+17)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+18)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+18)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+18)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+18)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+18)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+18)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+18)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+18)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+19)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+19)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+19)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+19)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+19)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+19)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+19)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+19)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+20)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+21)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+22)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+23)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+20)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+21)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+22)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+23)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+20)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+21)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+22)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+23)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+20)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+21)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+22)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+23)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+20)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+21)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+22)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+23)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+20)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+21)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+22)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+23)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+20)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+21)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+22)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+23)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+20)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+21)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+22)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+23)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+24)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+24)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+24)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+24)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+24)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+24)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+24)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+24)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+25)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+25)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+25)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+25)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+25)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+25)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+25)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+25)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+26)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+26)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+26)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+26)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+26)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+26)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+26)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+26)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+27)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+27)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+27)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+27)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+27)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+27)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+27)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+27)>h5{color:#0c1319!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+28)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+28)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+28)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+28)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+28)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+28)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+28)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+28)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+29)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+29)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+29)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+29)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+29)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+29)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+29)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+29)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+30)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+30)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+30)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+30)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+30)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+30)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+30)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+30)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+31)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+31)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+31)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+31)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+31)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+31)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+31)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+31)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+32)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+32)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+32)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+32)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+32)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+32)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+32)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+32)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+33)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+33)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+33)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+33)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+33)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+33)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+33)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+33)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+34)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+35)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+36)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+34)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+35)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+36)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+34)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+35)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+36)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+34)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+35)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+36)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+34)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+35)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+36)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+34)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+35)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+36)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+34)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+35)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+36)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+34)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+35)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+36)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+37)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+37)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+37)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+37)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+37)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+37)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+37)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+37)>h5{color:#0c1319!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+38)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+38)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+38)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+38)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+38)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+38)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+38)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+38)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+39)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+39)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+39)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+39)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+39)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+39)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+39)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+39)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+40)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+41)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+40)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+41)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+40)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+41)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+40)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+41)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+40)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+41)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+40)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+41)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+40)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+41)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+40)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+41)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+42)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+42)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+42)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+42)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+42)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+42)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+42)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+42)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+43)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+44)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+43)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+44)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+43)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+44)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+43)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+44)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+43)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+44)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+43)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+44)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+43)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+44)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+43)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+44)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+45)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+45)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+45)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+45)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+45)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+45)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+45)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+45)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+46)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+47)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+46)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+47)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+46)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+47)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+46)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+47)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+46)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+47)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+46)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+47)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+46)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+47)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+46)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+47)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+48)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+48)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+48)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+48)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+48)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+48)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+48)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+48)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+49)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+49)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+49)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+49)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+49)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+49)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+49)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+49)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+50)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+50)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+50)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+50)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+50)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+50)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+50)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+50)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+51)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+51)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+51)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+51)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+51)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+51)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+51)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+51)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+52)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+53)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+52)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+53)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+52)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+53)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+52)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+53)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+52)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+53)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+52)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+53)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+52)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+53)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+52)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+53)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+54)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+54)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+54)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+54)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+54)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+54)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+54)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+54)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+55)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+55)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+55)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+55)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+55)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+55)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+55)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+55)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+56)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+57)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+56)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+57)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+56)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+57)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+56)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+57)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+56)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+57)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+56)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+57)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+56)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+57)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+56)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+57)>h5{color:#0c1319!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+58)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+58)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+58)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+58)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+58)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+58)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+58)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+58)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+59)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+59)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+59)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+59)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+59)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+59)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+59)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+59)>h5{color:#0c1319!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+60)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+60)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+60)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+60)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+60)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+60)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+60)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+60)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+61)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+62)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+61)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+62)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+61)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+62)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+61)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+62)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+61)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+62)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+61)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+62)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+61)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+62)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+61)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+62)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+63)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+64)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+63)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+64)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+63)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+64)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+63)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+64)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+63)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+64)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+63)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+64)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+63)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+64)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+63)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+64)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+65)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+66)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+65)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+66)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+65)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+66)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+65)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+66)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+65)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+66)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+65)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+66)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+65)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+66)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+65)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+66)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+67)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+67)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+67)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+67)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+67)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+67)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+67)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+67)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+68)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+68)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+68)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+68)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+68)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+68)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+68)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+68)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+69)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+69)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+69)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+69)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+69)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+69)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+69)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+69)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+70)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+70)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+70)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+70)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+70)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+70)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+70)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+70)>h5{color:#0c1319!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+71)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+71)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+71)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+71)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+71)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+71)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+71)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+71)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+72)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+72)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+72)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+72)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+72)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+72)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+72)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+72)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+73)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+74)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+73)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+74)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+73)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+74)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+73)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+74)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+73)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+74)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+73)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+74)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+73)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+74)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+73)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+74)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+75)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+76)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+75)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+76)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+75)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+76)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+75)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+76)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+75)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+76)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+75)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+76)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+75)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+76)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+75)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+76)>h5{color:#0c1319!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+77)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+77)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+77)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+77)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+77)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+77)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+77)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+77)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+78)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+78)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+78)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+78)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+78)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+78)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+78)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+78)>h5{color:#0c1319!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+79)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+80)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+79)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+80)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+79)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+80)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+79)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+80)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+79)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+80)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+79)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+80)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+79)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+80)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+79)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+80)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+81)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+82)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+83)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+81)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+82)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+83)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+81)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+82)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+83)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+81)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+82)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+83)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+81)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+82)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+83)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+81)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+82)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+83)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+81)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+82)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+83)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+81)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+82)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+83)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+84)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+84)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+84)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+84)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+84)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+84)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+84)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+84)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+85)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+85)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+85)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+85)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+85)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+85)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+85)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+85)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+86)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+86)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+86)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+86)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+86)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+86)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+86)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+86)>h5{color:#0c1319!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+87)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+87)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+87)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+87)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+87)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+87)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+87)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+87)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+88)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+88)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+88)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+88)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+88)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+88)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+88)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+88)>h5{color:#e82600!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+89)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+89)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+89)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+89)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+89)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+89)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+89)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+89)>h5{color:#0c1319!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+90)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+90)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+90)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+90)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+90)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+90)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+90)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+90)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+91)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+91)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+91)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+91)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+91)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+91)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+91)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+91)>h5{color:#0c1319!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+92)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+92)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+92)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+92)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+92)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+92)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+92)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+92)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+93)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+93)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+93)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+93)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+93)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+93)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+93)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+93)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+94)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+95)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+94)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+95)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+94)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+95)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+94)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+95)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+94)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+95)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+94)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+95)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+94)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+95)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+94)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+95)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+96)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+96)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+96)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+96)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+96)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+96)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+96)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+96)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+97)>h5,html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+98)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+97)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+98)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+97)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+98)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+97)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+98)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+97)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+98)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+97)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+98)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+97)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+98)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+97)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+98)>h5{color:#d19d00!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+99)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+99)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+99)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+99)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+99)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+99)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+99)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+99)>h5{color:#ff1966!important;background-color:#faebf0}html.style5 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+100)>h5,html.style5 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+100)>h5,html.style5 .colorfull .replies .msg-box>li:nth-child(5n+100)>h5,html.style5 .colorfull .replies .msg-box>li>li:nth-child(5n+100)>h5,html.style5 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+100)>h5,html.style5 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+100)>h5,html.style5 .colorfull .sent .msg-box>li:nth-child(5n+100)>h5,html.style5 .colorfull .sent .msg-box>li>li:nth-child(5n+100)>h5{color:#2e9826!important;background-color:#faebf0}html.style5 .colorfull .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{background-color:#2e9826!important;box-shadow:-1px 10px 16px -10px #3fcc35}html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+1):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+10):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+100):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+11):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+12):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+13):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+14):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+15):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+16):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+17):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+18):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+19):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+2):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+20):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+21):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+22):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+23):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+24):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+25):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+26):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+27):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+28):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+29):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+3):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+30):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+31):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+32):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+33):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+34):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+35):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+36):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+37):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+38):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+39):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+4):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+40):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+41):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+42):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+43):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+44):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+45):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+46):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+47):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+48):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+49):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+5):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+50):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+51):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+52):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+53):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+54):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+55):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+56):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+57):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+58):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+59):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+6):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+60):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+61):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+62):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+63):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+64):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+65):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+66):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+67):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+68):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+69):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+7):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+70):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+71):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+72):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+73):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+74):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+75):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+76):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+77):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+78):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+79):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+8):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+80):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+81):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+82):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+83):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+84):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+85):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+86):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+87):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+88):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+89):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+9):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+90):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+91):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+92):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+93):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+94):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+95):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+96):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+97):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+98):before,html.style5 .colorfull .theme-tab .chat-main li.active:nth-child(5n+99):before{border-left:4px solid #223645}html.style5 .bg-default{background-image:linear-gradient(#f8f5f6)}html.style5 .grediant-1{background-image:linear-gradient(359.3deg,rgba(255,91,146,.1) 1%,hsla(0,0%,73%,0) 70.9%)}html.style5 .grediant-2{background-image:radial-gradient(circle 328px at 2.9% 15%,#bfe0fb 0,#e8e9fb 25.8%,#fceffa 50.8%,#eafbfb 77.6%,#f0fbf4 100.7%)}html.style5 .grediant-3{background-image:linear-gradient(109.6deg,#dfeaf7 11.2%,#f4f8fc 91.1%)}html.style5 .grediant-4{background-image:linear-gradient(-109.6deg,#cce4f7 11.2%,#edf6fa 100.2%)}html.style5 .grediant-5{background-image:radial-gradient(circle farthest-corner at 10% 20%,#eff6f9 0,#ceeffd 90%)}html.style5 .grediant-6{background-image:radial-gradient(circle farthest-corner at 10% 20%,#e2f0fe 0,#fff7e4 90%)}html.style5 .inner-card{background-color:#fff;padding:15px}html.style5 .header-inner{padding-bottom:55px}html.style5 .header .dropdown-menu a{display:block}html.style5 .landing-header .dropdown-menu{padding:15px 20px;border-radius:15px;border:1px solid #e5f0fa;min-width:13rem}html.style5 .landing-header .dropdown-menu .nav-link{line-height:1}html.style5 .landing-header .dropdown-menu .nav-link a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:rgba(0,0,0,.5)}html.style5 .header-typography .typography h6{margin-bottom:8px!important}html.style5 .inner-page{background-color:rgba(255,91,146,.025)}html.style5 .inner-page header{position:relative;padding-bottom:30px;padding-top:30px;z-index:2}html.style5 .inner-page header .landing-header .landing-header-left{width:100%;justify-content:space-between}html.style5 .inner-page header .landing-header .landing-header-left .main-menu ul li a{font-weight:500;color:#223645}html.style5 .inner-page section{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}html.style5 .page-decore{height:100vh;width:100vw;top:0;overflow:hidden;position:fixed;background-color:rgba(255,91,146,.025);z-index:-1}html.style5 .page-decore li{position:absolute}html.style5 .page-decore .top{top:-10px;right:-30px;transform:rotate(130deg)}html.style5 .page-decore .top img{animation:animatone 15s linear infinite}html.style5 .page-decore .bottom{bottom:-30px;left:-20px;transform:rotate(-45deg)}html.style5 .page-decore .bottom img{animation:animatone 25s linear infinite reverse}html.style5 .breadcrumb-main{padding-top:calc(15px + 10*(100vw - 320px)/1600);padding-bottom:calc(15px + 10*(100vw - 320px)/1600)}html.style5 .breadcrumb-main .custom-container{display:flex;align-items:center;justify-content:space-between}html.style5 .breadcrumb-main h2{color:#fff;font-weight:600;display:inline-block;font-size:calc(18px + 10*(100vw - 320px)/1600)}html.style5 .breadcrumb-main ul{float:right}html.style5 .breadcrumb-main ul li{display:inline-block;text-transform:capitalize;position:relative}html.style5 .breadcrumb-main ul li a{color:#fff;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style5 .breadcrumb-main ul li+li{margin-left:34px}html.style5 .breadcrumb-main ul li+li:before{content:"/";position:absolute;left:-20px;color:#fff;top:4px}html.style5 .blog-card{background-color:#faebf0;transition:all .5s ease}html.style5 .blog-page .col-xl-3{z-index:0}html.style5 ul.tags li{display:inline-block;padding:5px 15px;border:1px solid #ddd;border-radius:5px;margin-right:5px;background-color:#fff}html.style5 ul.tags li a{color:#223645;font-weight:500}html.style5 .blog-page .blog-sidebar p{line-height:20px;margin-bottom:0}html.style5 .blog-page .blog-sidebar h5{margin-bottom:5px}html.style5 .blog-page .blog-sidebar h4{color:#223645;text-transform:uppercase;font-weight:600;margin-bottom:20px;line-height:20px;letter-spacing:1px}html.style5 .blog-page .blog-sidebar .blog-card .recent-blog li .media img{width:100px;margin-right:15px}html.style5 .blog-page .blog-sidebar .blog-card .recent-blog li+li{margin-top:30px}html.style5 .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{background-color:#ff5b92;height:70px;width:70px;margin:0 15px 0 0;padding:15px;border-radius:15px;text-align:center}html.style5 .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date span{display:block;text-align:center;color:#fff;text-transform:uppercase}html.style5 .blog-page .blog-sidebar .blog-card .popular-blog li+li{margin-top:30px}html.style5 .blog-page .blog-sidebar .blog-card .popular-blog li p{margin-top:10px}html.style5 .blog-page .blog-sidebar .blog-card+.blog-card{margin-top:30px}html.style5 .blog-page .blog-sidebar .blog-card .blog-search .input-group{align-items:center;border-radius:15px;background-color:#fff;border:none}html.style5 .blog-page .blog-sidebar .blog-card .blog-search .input-group input{border-radius:15px;background-color:#fff;border:none}html.style5 .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{border:none}html.style5 .blog-page .blog-sidebar .blog-card .blog-search .input-group span{background:transparent;border:none}html.style5 .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{font-size:14px}html.style5 .blog-page .blog-sidebar .blog-card .blog-follow li{display:inline-block;margin-right:15px}html.style5 .blog-page .blog-sidebar .blog-card .blog-follow li i{font-size:16px;background-color:#fff;padding:5px;border-radius:50%;width:33px;height:33px;display:flex;align-items:center;justify-content:center}html.style5 .blog-page .blog-sidebar .blog-card .blog-follow li i:hover{background-color:#ff5b92;color:#fff}html.style5 .blog-page .blog-sidebar .blog-card .blog-follow li:last-child{margin-right:0}html.style5 .blog-page .blog-media{margin-bottom:30px}html.style5 .blog-page .blog-media:last-child{margin-bottom:0}html.style5 .blog-page .blog-media .blog-right{padding-top:30px;padding-left:10px;text-transform:capitalize}html.style5 .blog-page .blog-media .blog-right h6{color:#ff5b92;text-transform:uppercase;margin-bottom:10px;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style5 .blog-page .blog-media .blog-right h4{color:#223645;font-weight:500;line-height:1.5;margin-bottom:15px}html.style5 .blog-page .blog-media .blog-right p{line-height:1.8;margin-bottom:0;letter-spacing:.04em}html.style5 .blog-page .blog-media .blog-right ul{color:#647589;margin-bottom:10px}html.style5 .blog-page .blog-media .blog-right ul li{font-size:14px;line-height:1.5;display:inline-block}html.style5 .blog-page .blog-media .blog-right ul li i{padding-right:10px}html.style5 .blog-page .blog-media .blog-right ul li+li{padding-left:15px;margin-left:15px;border-left:1px solid #ddd}html.style5 .blog-page .blog-media .blog-left img{border-radius:15px}html.style5 .blog-page .blog-side{background-color:rgba(229,237,245,.5);padding:15px;border-radius:15px}html.style5 .blog-card{background-color:rgba(250,235,240,.5);border-radius:15px;padding:30px}html.style5 .blog-card ul.tags{margin-bottom:-10px}html.style5 .blog-card ul.tags li{margin-bottom:10px;color:#fff;background-color:#ff5b92}html.style5 .blog-card ul.tags li a{color:#fff}html.style5 .blog-card .default-form .form-group input,html.style5 .blog-card .default-form .form-group textarea{border:1px solid #faebf0;background-color:#fff;padding:20px}html.style5 .popular-blog h3{margin-bottom:5px!important;color:#fff}html.style5 .blog-detail-page h3{margin-bottom:20px}html.style5 .blog-detail-page .blog-detail p:last-child{margin-bottom:0}html.style5 .blog-detail-page .blog-detail img{margin-bottom:30px;border-radius:15px}html.style5 .blog-detail-page .blog-detail p{line-height:1.8}html.style5 .blog-detail-page .blog-detail .post-social{color:#647589;text-align:left;margin-bottom:10px;padding-top:20px;border-bottom:1px solid #faebf0;padding-bottom:10px}html.style5 .blog-detail-page .blog-detail .post-social ul{display:inline-block}html.style5 .blog-detail-page .blog-detail .post-social ul.social-group{float:right;margin-top:-7px}html.style5 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn,html.style5 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm{height:24px;width:24px}html.style5 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,html.style5 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{font-size:12px;margin-right:0;margin-left:2px;margin-top:2px}html.style5 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-linkedin,html.style5 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-linkedin{margin-top:0}html.style5 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-instagram,html.style5 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-instagram{margin-top:1px}html.style5 .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-left:8px;margin-left:0}html.style5 .blog-detail-page .blog-detail .post-social li{display:inline-block}html.style5 .blog-detail-page .blog-detail .post-social li i{margin-right:10px}html.style5 .blog-detail-page .blog-detail .post-social li+li{padding-left:15px;margin-left:15px;border-left:1px solid #eff1f2}html.style5 .blog-detail-page .blog-contact{margin-top:30px}html.style5 .blog-detail-page .blog-contact h2{margin-bottom:30px;margin-top:-5px}html.style5 .blog-detail-page .blog-contact .theme-form label{text-transform:capitalize;color:#647589;font-size:16px;font-weight:700;margin-bottom:15px}html.style5 .blog-detail-page .blog-contact .theme-form input,html.style5 .blog-detail-page .blog-contact .theme-form textarea{border-radius:15px;background-color:#fff;border:none}html.style5 .blog-detail-page .blog-commant{margin-top:30px}html.style5 .blog-detail-page .blog-commant .comment-section .replay{padding-left:50px;padding-top:25px}html.style5 .blog-detail-page .blog-commant .comment-section li+li{padding-top:25px;margin-top:25px;border-top:1px solid #faebf0}html.style5 .blog-detail-page .blog-commant .comment-section li img{height:50px;width:50px;margin-right:20px;border-radius:100%}html.style5 .blog-detail-page .blog-commant .comment-section li h6{text-transform:uppercase;font-weight:700;margin-bottom:5px;letter-spacing:1px;color:#223645}html.style5 .blog-detail-page .blog-commant .comment-section li span{font-size:13px;font-weight:500;text-transform:capitalize;color:#647589;margin-bottom:10px;display:block}html.style5 .blog-detail-page .blog-commant .comment-section li p{line-height:1.8;margin-bottom:0}html.style5 .faq-block{background-color:rgba(229,237,245,.5);border-radius:15px;padding:30px 15px}html.style5 .faq-block .icon-btn{margin-top:10px}html.style5 .faq-block .media{position:relative}html.style5 .faq-section .faq-decor{position:absolute;right:-20px;bottom:-20px;z-index:-1;animation:animatow 30s linear infinite;opacity:.2}html.style5 .faq-section .accordion.theme-accordion .card{margin-top:10px;border-radius:15px;overflow:hidden;border:1px solid #dce4ea;background:transparent}html.style5 .faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type,html.style5 .faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type){border-bottom:1px solid #eff1f2}html.style5 .faq-section .accordion.theme-accordion .card:first-child{margin-top:0;padding:0}html.style5 .faq-section .accordion.theme-accordion .card .card-header{padding:0 30px 0 0;border-bottom:0;transition:all .3s ease;background-color:#edf4fa}html.style5 .faq-section .accordion.theme-accordion .card .card-header button{color:#223645;text-align:left;font-size:17px;padding:18px;font-weight:600;display:block;width:100%;background-color:transparent;border:none}html.style5 .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]{color:#ff5b92}html.style5 .faq-section .accordion.theme-accordion .card .card-header button:focus{outline:none}html.style5 .faq-section .accordion.theme-accordion .card .card-header button:before{content:"";position:absolute;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:6px solid #000;right:20px;top:25px;transition:all .3s ease}html.style5 .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-top:0;border-bottom:6px solid #ff5b92;transition:all .3s ease}html.style5 .faq-section .accordion.theme-accordion .card .card-header button:hover{text-decoration:none;color:#ff5b92;transition:all .3s ease}html.style5 .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #dce4ea}html.style5 .faq-section .accordion.theme-accordion .card .card-body{padding:15px 18px}html.style5 .faq-section .accordion.theme-accordion .card .card-body p{margin-bottom:0;font-size:14px;color:#223645;line-height:1.8;letter-spacing:.06em}html.style5 .faq-section h2{margin-bottom:5px}html.style5 .error-main .error-contain{text-align:center;padding-top:calc(50px + 150*(100vw - 320px)/1600);padding-bottom:calc(50px + 150*(100vw - 320px)/1600)}html.style5 .error-main .error-contain h1{font-size:calc(80px + 70*(100vw - 320px)/1600);color:#ff5b92;line-height:.8;margin-bottom:40px;text-shadow:5px 5px 10px #ff5b92}html.style5 .error-main .error-contain h2{margin-bottom:20px}html.style5 .error-main .error-contain h4{margin-bottom:20px;line-height:1.8}html.style5 .error-main .error-contain .animated-bg i{background:#d4ecfd;position:absolute;height:100px;width:100px;border-radius:100%;opacity:.3;transform:scale(1.3);animation:ripple1 4s linear infinite;margin:0 auto;top:45%;transform:translate(0);left:0;right:0;z-index:-1}html.style5 .error-main .error-contain .animated-bg i:first-child{animation:ripple2 4s linear infinite}html.style5 .error-main .error-contain .animated-bg i:nth-child(2){animation:ripple2 3s linear infinite}html.style5 .error-main .error-contain .animated-bg i:nth-child(3){animation:ripple3 2s linear infinite}html.style5 .about-page{background-color:#f8f5f6}html.style5 .about-page p{font-size:calc(14px + 4*(100vw - 320px)/1600);margin-bottom:-2px}html.style5 .about-page .about-title{display:flex;text-transform:capitalize}html.style5 .about-page .about-title h1{line-height:1.3;font-size:calc(20px + 28*(100vw - 320px)/1600)}html.style5 .about-page .about-title p{line-height:2;letter-spacing:1px;text-transform:capitalize;margin-bottom:0}html.style5 .about-page .about-tab{display:flex;border:1px solid #eff1f2;padding:15px;background-color:#fff}html.style5 .about-page .about-tab .nav{border-right:1px solid #eff1f2}html.style5 .about-page .about-tab .nav .nav-link:active{background-color:transparent}html.style5 .about-page .about-tab .tab-content{padding:15px;font-size:calc(14px + 16*(100vw - 320px)/1600);font-weight:400;text-transform:capitalize;display:flex;align-items:center}html.style5 .about-page .about-tab .nav-pills .nav-link{width:-moz-fit-content;width:fit-content;font-size:calc(18px + 2*(100vw - 320px)/1600);text-transform:capitalize;line-height:1;font-weight:800;color:#223645}html.style5 .about-page .about-tab .nav-pills .nav-link.active{background-color:transparent}html.style5 .about-page .about-tab ul{display:unset}html.style5 .about-page .about-img h2{margin-bottom:15px;text-transform:capitalize}html.style5 .about-page .about-img p{line-height:2;letter-spacing:1px;margin-bottom:0}html.style5 .about-page .about-right-content{height:100%;align-items:center;display:flex}html.style5 .counter-sec{visibility:visible}html.style5 .counter-sec .counter-title{justify-content:center!important;margin-bottom:calc(30px + 30*(100vw - 320px)/1600);text-align:center!important;position:relative!important;overflow:hidden!important;width:100%!important}html.style5 .counter-sec .counter-title .title-line{position:relative;display:inline-block;font-weight:600;text-transform:uppercase!important;font-size:calc(20px + 4*(100vw - 320px)/1600);margin-top:-2px}html.style5 .counter-sec .counter-title .title-line:before{right:100%;margin-right:25px}html.style5 .counter-sec .counter-title .title-line:after,html.style5 .counter-sec .counter-title .title-line:before{content:"";position:absolute;top:48%;transform:translateY(-48%);height:1px;width:99%;display:block;border-bottom:5px solid #ff5b92;opacity:.15}html.style5 .counter-sec .counter-title .title-line:after{left:100%;margin-left:25px}html.style5 .counter-sec .counter-main{visibility:visible;text-align:center!important}html.style5 .counter-sec .counter-slider{margin-top:-20px;margin-bottom:-20px}html.style5 .counter-box-second{position:relative;margin:20px auto;width:200px;height:200px;border-radius:30px;transition:box-shadow 1s;display:flex;justify-content:center;align-items:center;background-color:#f8f5f6}html.style5 .counter-box-second:hover{box-shadow:0 5px 35px 0 rgba(0,0,0,.1)}html.style5 .counter-box-second .counter-box{text-align:center}html.style5 .counter-box-second .counter-box .counter-icon{font-size:40px;margin-bottom:10px;color:#ff5b92}html.style5 .counter-box-second .counter-box h6{font-weight:600;color:#232323;margin-bottom:0!important;display:block!important;font-size:24px}html.style5 .counter-box-second .counter-box h6.counter{animation-duration:1s;animation-delay:0s}html.style5 .counter-box-second .counter-box span{font-size:14px;margin-top:10px;display:block}html.style5 .element-card{margin-top:30px;border:0;transition:all .3s ease;letter-spacing:.5px;border-radius:8px;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:30px 20px;overflow:hidden}html.style5 .element-card .theme-tab .tab-content{margin-bottom:20px}html.style5 .element-card .heading{padding:.75rem 1.25rem;margin-bottom:0;border-bottom:1px solid #eff1f2}html.style5 .element-card .element-card-body{padding:.75rem 1.25rem;margin-bottom:-5px}html.style5 .element-card .element-card-body .dot-btn,html.style5 .element-card .element-card-body .icon-btn{margin-bottom:5px}html.style5 .element-card .typography .fonts,html.style5 .element-card .typography .fonts .profile,html.style5 .element-card .typography h1,html.style5 .element-card .typography h2,html.style5 .element-card .typography h3,html.style5 .element-card .typography h4,html.style5 .element-card .typography h5,html.style5 .element-card .typography h6{margin-bottom:20px}html.style5 .element-card .typography .font_label{margin-right:20px}html.style5 .element-card .element-card-body .fonts a+a{margin-left:20px}html.style5 .element-card .element-card-body .fonts .dot-btn{margin-right:20px}html.style5 .element-card .chat-main .details h5,html.style5 .element-card .chat-main .details h6{margin-bottom:0}html.style5 .element-card .chat-main .date-status{top:50%!important;transform:translateY(-50%)}html.style5 .element-card .chat-main .date-status h6{margin-bottom:0}html.style5 .element-images .element-card-header h2{margin-top:-5px}html.style5 .element-images .element-card-body{margin-bottom:3px}html.style5 .element-font .element-card-header h2{margin-top:-4px}html.style5 .element-font .element-card-body{margin-bottom:-17px}html.style5 .element-badge .element-card-body{margin-bottom:5px}html.style5 .element-badge .element-card-body.label-spacing{margin-bottom:-18px}html.style5 .element-badge .element-card-body.element-dot{margin-bottom:-3px}html.style5 .background .element-card .element-card-header h2{margin-top:-2px}html.style5 .background .element-card .element-card-body{margin-bottom:3px}html.style5 .background .element-button.element-card .element-card-body{margin-bottom:-18px}html.style5 .Icons .element-card .element-card-header h2{margin-top:-2px}html.style5 .Icons .element-card .element-card-body:last-child{margin-bottom:-24px}html.style5 .theme_btn_group .element-card .element-card-header h2{margin-top:-2px}html.style5 .theme_btn_group .element-card .element-card-body{margin-bottom:-22px}html.style5 .massage_box .element-msg .element-card-header h2{margin-top:-3px}html.style5 .massage_box .element-msg .element-card-body{margin-bottom:-36px}html.style5 .massage_box .chat-main{margin-bottom:5px}html.style5 .massage_box .element-card .document{margin-bottom:-14px}html.style5 .massage_box .element-card .element-card-body .share-media{margin-bottom:6px}html.style5 .massage_box .element-card .element-card-body .share-media .row{margin:0}html.style5 .element-animate .element-card-header h2{margin-top:-3px}html.style5 .element-animate .popup-group{margin-bottom:-18px}html.style5 .testimonial-title{margin-bottom:-80px;margin-top:100px}html.style5 .element-span-prag .element-card .small_prag{margin-bottom:20px}html.style5 .element-span-prag p{margin-bottom:5px}html.style5 .faq-block .search-form{left:-2px;top:-5px;height:60px}html.style5 .inner-page~div .testimonial-back-content{display:none}html.style5 .section-pb-space{padding-bottom:100px}html.style5 .section-pt-space{padding-top:100px}html.style5 .section-py-space{padding-top:100px;padding-bottom:100px}html.style5 #price .slick-slider{margin:-20px 0}html.style5 .landing-title{position:relative;text-align:center}html.style5 .landing-title h1{font-size:calc(80px + 40*(100vw - 320px)/1600);color:#1c77ed;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.05;position:absolute;top:0;left:0;right:0;text-align:center;display:flex;justify-content:center}html.style5 .landing-title .sub-title{display:flex;justify-content:center;margin-bottom:50px}html.style5 .landing-title .sub-title h4{font-size:calc(12px + 5*(100vw - 320px)/1600);color:#1c77ed;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:10px;letter-spacing:3px;margin-top:-2px}html.style5 .landing-title .sub-title h2{font-size:calc(16px + 20*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;width:550px;text-transform:capitalize;line-height:1.3;margin-bottom:-2px}html.style5 .btn{border:none}html.style5 .app-btn{border-radius:10px;background-color:rgba(28,119,237,.1);color:#1c77ed;text-transform:uppercase;padding:16px 25px}html.style5 .pricing-btn{border-radius:8px;background-color:#ff5b92;color:#fff}html.style5 header{padding-top:55px;position:absolute;top:0;width:100%;z-index:1}html.style5 header .landing-header .navbar{flex-direction:unset}html.style5 header .landing-header .navbar-collapse{width:100%}html.style5 header .landing-header .navbar-collapse .navbar-nav{flex-direction:unset;align-items:center;height:100%;padding-left:140px}html.style5 header .landing-header .navbar-collapse .navbar-nav .nav-item{display:inline-block;position:relative;margin-left:30px;font-weight:600;text-transform:uppercase;font-size:calc(13px + 3*(100vw - 320px)/1600);transition:all .3s ease}html.style5 header .landing-header .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#ff5b92!important}html.style5 header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:rgba(0,0,0,.7)}html.style5 header .landing-header.fixed{position:fixed;width:100%;background-color:#ff5b92;z-index:9;padding:5px 50px;max-width:95%;left:50%;transform:translateX(-50%);border-radius:20px;top:10px;box-shadow:0 0 30px rgba(29,168,253,.5)}html.style5 header .landing-header.fixed .main-menu .navbar-nav>li>a,html.style5 header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#fff!important}html.style5 header .landing-header .navbar-collapse ul li a{color:#fff;font-weight:700;font-size:15px}html.style5 .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link,html.style5 .landing-page .landing-header .navbar-light .navbar-nav .nav-link,html.style5 header .landing-header .navbar-collapse ul .active a,html.style5 header.theme-landing .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff}html.style5 .theme-landing{z-index:2;position:relative}html.style5 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important}html.style5 .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}html.style5 .slider-block .downlaod .footer-btn .btn .fa-apple{margin-left:1px}html.style5 .slider-block .downlaod .footer-btn .btn .fa-play{margin-left:3px}html.style5 .slider-block .slider-main .slider-contain h1{margin-bottom:10px}html.style5 .light-bg{background-color:rgba(255,91,146,.05)}html.style5 .app-design-main{text-align:center;padding-top:45px;padding-bottom:50px}html.style5 .app-design-main .icon-box{border-radius:35px;background-color:#fff;box-shadow:0 0 30px rgba(29,168,253,.1);width:-moz-fit-content;width:fit-content;padding:30px;margin:0 auto;transition:all .5s ease}html.style5 .app-design-main .icon-box i{font-size:40px;color:#1da8fd}html.style5 .app-design-main .app-hover{position:absolute;top:-2px;left:27%;opacity:0;z-index:-1;transition:all .5s ease}html.style5 .app-design-main.hover,html.style5 .app-design-main:hover{cursor:pointer}html.style5 .app-design-main.hover .app-hover,html.style5 .app-design-main:hover .app-hover{opacity:1}html.style5 .app-design-main.hover .icon-box,html.style5 .app-design-main:hover .icon-box{background-color:#1da8fd;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}html.style5 .app-design-main.hover .icon-box i,html.style5 .app-design-main:hover .icon-box i{color:#fff}html.style5 .app-design-main .contant-box{margin-top:40px}html.style5 .app-design-main .contant-box h2{font-size:calc(16px + 10*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize}html.style5 .app-design-main .contant-box h4{font-size:calc(13px + 2*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:300;text-transform:capitalize;line-height:1.8;width:293px;margin:20px auto -6px}html.style5 .chitchat-main{position:relative;overflow:hidden}html.style5 .chitchat-main .landing-title .sub-title h2{margin-bottom:-9px}html.style5 .chitchat-main .chitchat-contain{display:flex;align-items:center;height:100%}html.style5 .chitchat-main .chitchat-contain .chitchat-img{margin-top:-5px}html.style5 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:35px}html.style5 .chitchat-main .chitchat-contain h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px}html.style5 .chitchat-main .chitchat-contain h3 span{font-weight:600;font-size:calc(16px + 6*(100vw - 320px)/1600)}html.style5 .chitchat-main .chitchat-contain h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:50px;width:560px}html.style5 .chitchat-main .chitchat-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#223645;font-family:Roboto,sans-serif;font-weight:400;margin-bottom:40px;line-height:1.6}html.style5 .chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:15px;font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300}html.style5 .chitchat-main .chitchat-contain ul.detial-price li:last-child{margin-bottom:0}html.style5 .chitchat-main .chitchat-contain ul.detial-price li i{color:#ff5b92;margin-right:20px}html.style5 .chitchat-main .chitchat-contain .pricing-btn{color:#fff;margin-top:45px}html.style5 .chitchat-main .chitchat-back-block .chit-chat1{position:absolute;top:28%;left:16%;z-index:-1;animation:animatow 30s linear infinite}html.style5 .chitchat-main .chitchat-back-block .chit-chat2{position:absolute;top:33%;right:8%;z-index:-1;animation:animatow 30s linear infinite}html.style5 .chitchat-main .chitchat-back-block .chit-chat3{position:absolute;top:54%;left:33%;z-index:-1;animation:slidemain 50s linear infinite}html.style5 .ply-main{display:flex;align-items:center;margin-bottom:30px}html.style5 .ply-main .ply-content{background-color:rgba(255,91,146,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style5 .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style5 .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style5 .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}html.style5 .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style5 .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style5 .slider-block{background-color:#eff8ff;background-image:url(/assets/images/landing/1.jpg);overflow:hidden;position:relative;background-position:100%;background-size:cover}html.style5 .slider-block .downlaod .footer-btn .btn{padding:13px 23px}html.style5 .slider-block .inner1{position:absolute;top:50%;left:43%;animation:animatone 15s linear infinite}html.style5 .slider-block .slider-main{display:flex;align-items:center;height:100vh}html.style5 .slider-block .slider-main .slider-contain .ply-main{display:flex;align-items:center;margin-bottom:30px}html.style5 .slider-block .slider-main .slider-contain .ply-main .ply-content{background-color:rgba(255,91,146,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style5 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style5 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:30%;height:30%}html.style5 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style5 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}html.style5 .slider-block .slider-main .slider-contain .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style5 .slider-block .slider-main .slider-contain .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style5 .slider-block .slider-main .slider-contain h1{font-size:calc(20px + 28*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:17px;width:400px;line-height:1.2}html.style5 .slider-block .slider-main .slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:35px;line-height:1.8}html.style5 .slider-block .slider-main .slider-contain h4 span{color:#1c77ed;font-size:110%}html.style5 .slider-block .slider-main .slider-contain .header-btn{display:flex;align-items:center}html.style5 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn h4{margin-bottom:0;color:#fff;line-height:1;width:-moz-fit-content;width:fit-content}html.style5 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn h4{margin-bottom:0;line-height:1;width:-moz-fit-content;width:fit-content}html.style5 .slider-block .chat-slide{position:absolute;right:0;width:50%;top:0}html.style5 .team-work-main{position:relative}html.style5 .team-work-main .team-work-content{display:flex;align-items:center;height:100%}html.style5 .team-work-main .team-work-content .ply-main{display:flex;align-items:center;margin-bottom:40px}html.style5 .team-work-main .team-work-content .ply-main .ply-content{background-color:rgba(255,91,146,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style5 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.25));background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style5 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style5 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style5 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px;margin-left:6px}html.style5 .team-work-main .team-work-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style5 .team-work-main .team-work-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style5 .team-work-main .team-work-content h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px;width:582px}html.style5 .team-work-main .team-work-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:400;width:517px;line-height:1.8}html.style5 .team-work-main .team-work-content .pricing-btn{color:#fff;margin-top:40px}html.style5 .team-work-main .team1{position:absolute;top:100px;right:36%}html.style5 .team-work-main .team2{position:absolute;top:13%;right:28%;animation:animatow 15s linear infinite}html.style5 .team-work-main .team3{position:absolute;top:30%;right:42%}html.style5 .team-work-main .team4{position:absolute;top:30%;right:9%}html.style5 .team-work-main .team5{position:absolute;top:100px;left:30%}html.style5 .collaboration-main .collaboration-content{text-align:center;margin-bottom:85px;display:flex;justify-content:center;align-items:center}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{display:inline-block;margin-right:75px}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item:last-child{margin-right:0}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));background-color:#fff;border-radius:15px;padding:0}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{border-radius:15px;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:20px 30px}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:20px}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:30px;font-weight:900}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;line-height:1;margin-bottom:10px;text-transform:capitalize;text-align:left}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content p{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;margin-bottom:0;line-height:1;text-transform:capitalize}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main{background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9)}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content h3,html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content p{color:#fff}html.style5 .collaboration-main .tab-detail{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));width:-moz-fit-content;width:fit-content;margin:0 auto}html.style5 .testimonial-main .slick-slider .slick-list{margin:0 -30px}html.style5 .testimonial-main .slick-slider .slick-list .slick-slide{padding:0 30px}html.style5 .testimonial-main .owl-nav,html.style5 .testimonial-main .owl-nav button{display:flex;justify-content:center;align-items:center}html.style5 .testimonial-main .owl-nav button{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;border:none;font-family:FontAwesome;position:relative;margin-bottom:0}html.style5 .testimonial-main .owl-nav button i{font-size:15px;color:#ff5b92}html.style5 .testimonial-main .owl-nav button:focus{outline:none}html.style5 .testimonial-slider{padding-top:45px;display:none}html.style5 .testimonial-slider .owl-nav{display:flex!important;align-items:center;justify-content:center;margin-top:20px}html.style5 .testimonial-slider .owl-nav.disabled{opacity:1!important}html.style5 .testimonial-slider .owl-nav button:focus{outline:none;border:none}html.style5 .testimonial-slider .owl-nav button.owl-next,html.style5 .testimonial-slider .owl-nav button.owl-prev{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;font-family:FontAwesome;position:relative;transition:all .5s ease;display:flex;justify-content:center;align-items:center;margin-bottom:0}html.style5 .testimonial-slider .owl-nav button.owl-next span,html.style5 .testimonial-slider .owl-nav button.owl-prev span{font-size:15px;display:none!important}html.style5 .testimonial-slider .owl-nav button.owl-next:hover,html.style5 .testimonial-slider .owl-nav button.owl-prev:hover{background-color:#1c77ed;transition:all .5s ease}html.style5 .testimonial-slider .owl-nav button.owl-next:hover:before,html.style5 .testimonial-slider .owl-nav button.owl-prev:hover:before{color:#fff}html.style5 .testimonial-slider .owl-nav button.owl-next:before,html.style5 .testimonial-slider .owl-nav button.owl-prev:before{font-size:15px;color:#1c77ed;transition:all .5s ease}html.style5 .testimonial-slider .owl-nav button.owl-prev:before{position:absolute;content:""}html.style5 .testimonial-slider .owl-nav button.owl-next{margin-left:20px}html.style5 .testimonial-slider .owl-nav button.owl-next:before{position:absolute;content:""}html.style5 .testimonial-slider.owl-carousel.owl-loaded{padding-top:20px!important}html.style5 .testimonial-box{border-radius:25px;background-color:#fff;border:1px solid rgba(255,91,146,.05);box-shadow:5px 5px 30px rgba(255,91,146,.07);text-align:center;margin:20px 0;padding:60px 40px}html.style5 .testimonial-box .test-img{position:relative;margin-left:auto;margin-right:auto;margin-bottom:30px;width:-moz-fit-content;width:fit-content;background-color:#e9f5ff;border-radius:50%}html.style5 .testimonial-box .test-img img{border-radius:50%;width:100px;height:100px;position:relative}html.style5 .testimonial-box .test-img .test-wish{position:absolute;top:0;right:0;font-size:12px;padding:8px;border-radius:50%;color:#fff;background-color:#ff5b92}html.style5 .testimonial-box .test-contain{text-transform:capitalize}html.style5 .testimonial-box .test-contain h4{color:#ff5b92;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}html.style5 .testimonial-box .test-contain h3{font-size:calc(16px + 4*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}html.style5 .testimonial-box .test-contain h6{color:#647589;font-family:Roboto,sans-serif;font-weight:400;line-height:1.8}html.style5 .testimonial-box .test-contain ul.test-icon{display:flex;justify-content:center;align-items:center;margin-top:30px}html.style5 .testimonial-box .test-contain ul.test-icon li{width:40px;height:40px;border-radius:20px;background-color:#fff;border:1px solid rgba(28,119,237,.1);display:flex;justify-content:center;align-items:center;margin-right:25px}html.style5 .testimonial-box .test-contain ul.test-icon li:last-child{margin-right:0}html.style5 .testimonial-main{position:relative;overflow:hidden}html.style5 .testimonial-main .testimonial-back-content .test-img1{position:absolute;top:3%;left:4%;transform:rotate(230deg);animation:slidemain 50s linear infinite}html.style5 .testimonial-main .testimonial-back-content .test-img2{position:absolute;bottom:7%;right:12%;animation:slidemain 50s linear infinite;z-index:-1}html.style5 .secure-app-main{background-image:url(/assets/images/landing/parallax/main.png);background-color:#eff8ff;background-position:0;background-repeat:no-repeat;background-attachment:fixed;height:850px;position:relative;overflow:hidden}html.style5 .secure-app-main .row>.col{padding:0}html.style5 .secure-app-main .secure-app-content{display:flex;justify-content:flex-end;align-items:center;height:850px}html.style5 .secure-app-main .secure-app-content .ply-main{display:flex;align-items:center;margin-bottom:27px}html.style5 .secure-app-main .secure-app-content .ply-main .ply-content{background-color:rgba(255,91,146,.1);width:50px;height:50px;border-radius:50%;padding:15px;margin-right:20px;display:flex;align-items:center;justify-content:center}html.style5 .secure-app-main .secure-app-content .ply-main .ply-content i{color:#ff5b92;font-size:30px;font-weight:900;margin-top:5px}html.style5 .secure-app-main .secure-app-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style5 .secure-app-main .secure-app-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style5 .secure-app-main .secure-app-content h1{font-size:calc(18px + 38*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:37px}html.style5 .secure-app-main .secure-app-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:40px;line-height:1.8}html.style5 .secure-app-main .secure-app-content h4 span{color:#1c77ed;font-size:calc(14px + 3*(100vw - 320px)/1600)}html.style5 .secure-app-main .secure-app-content .pricing-btn{color:#fff}html.style5 .secure-app-main .secure-back-content .secure-img1{position:absolute;top:10%;right:-7%;transform:rotate(125deg);animation:slidemain 60s linear infinite}html.style5 .secure-app-main .secure-back-content .secure-img2{position:absolute;top:100px;left:38%;transform:rotate(-86deg);animation:slidemain 80s linear infinite}html.style5 .pricing-box{padding:40px;margin:20px;border-radius:25px;background-color:#fff;text-align:center;border:1px solid rgba(255,91,146,.05);box-shadow:5px 5px 30px rgba(255,91,146,.07)}html.style5 .pricing-box .pricing-icon{font-size:50px;margin-bottom:60px}html.style5 .pricing-box .pricing-icon img{width:auto;height:auto;margin-left:auto;margin-right:auto}html.style5 .pricing-box .pricing-content h2{font-size:calc(20px + 16*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:30px}html.style5 .pricing-box .pricing-content h4{color:#ff5b92;font-family:Montserrat,sans-serif;font-weight:700}html.style5 .pricing-box .pricing-content .pricing-btn{margin-top:40px;color:#fff}html.style5 .pricing-box .pricing-content .pricing-btn:hover{color:#fff}html.style5 .pricing-box ul.avb-price{text-align:left;margin-top:40px;margin-left:80px}html.style5 .pricing-box ul.avb-price li{font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300;margin-bottom:10px}html.style5 .pricing-box ul.avb-price li:last-child{margin-bottom:0}html.style5 .pricing-box ul.avb-price li i{color:#ff5b92;margin-right:20px}html.style5 .price-slider{margin-bottom:-20px;margin-top:-20px}html.style5 .subscribe-content{display:flex;height:100%;justify-content:center;align-items:center}html.style5 .subscribe-content h1{margin-bottom:40px;font-size:calc(16px + 32*(100vw - 320px)/1600);width:650px}html.style5 .subscribe-content .form-inline input::placeholder{color:#1c77ed;text-transform:capitalize}html.style5 .subscribe-content .form-inline .form-control{width:240px;height:46px;border-radius:10px;background-color:rgba(28,119,237,.1);border:none;padding-left:25px}html.style5 .subscribe-content .form-inline .form-control:first-child{margin-right:20px}html.style5 .subscribe-content button{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9);color:#fff;margin-left:20px;line-height:1}html.style5 .subscribe-content button:hover{color:#fff}html.style5 .subscribe-content h4{margin-top:40px;color:#223645;font-family:Roboto,sans-serif;font-weight:700;text-transform:capitalize;letter-spacing:.05em;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style5 .subscribe-content h4 span{font-weight:500;font-size:16px;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style5 .subscribe-main{position:relative;overflow:hidden}html.style5 .subscribe-main .subscribe-img1{position:absolute;top:22%;right:10%;width:300px;z-index:-1}html.style5 footer{background-color:#f8f5f6;overflow:hidden;position:relative;border-top:1px solid #ddf1ff}html.style5 footer .footer-main{position:relative;padding-top:calc(30px + 40*(100vw - 320px)/1600);padding-bottom:calc(30px + 40*(100vw - 320px)/1600)}html.style5 footer h3{margin-bottom:25px;font-size:calc(14px + 4*(100vw - 320px)/1600)}html.style5 footer p{font-size:calc(13px + 2*(100vw - 320px)/1600);color:rgba(34,54,69,.9)}html.style5 footer .copyright p{color:rgba(34,54,69,.6)}html.style5 footer span{font-size:18px;color:#ff4e2b;line-height:0}html.style5 footer .logo{margin-bottom:15px}html.style5 footer .links li{display:block;position:relative;padding-left:20px;transition:all .3s ease}html.style5 footer .links li:hover{padding-left:22px;transition:all .3s ease}html.style5 footer .links li:hover a{color:#ff5b92;transition:all .3s ease}html.style5 footer .links li:hover a:before{left:3px;color:#ff5b92;transition:all .1s ease}html.style5 footer .links li a{font-size:calc(14px + 1*(100vw - 320px)/1600);color:#223645;font-weight:500}html.style5 footer .links li a:before{content:"";font-family:themify;font-size:11px;position:absolute;left:0;top:4px;transition:all .3s ease;font-weight:700}html.style5 footer .links li+li{margin-top:12px}html.style5 footer .copyright-footer{padding-top:1.1rem;border-top:1px solid rgba(34,54,69,.1)}html.style5 footer .foot-apl-btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center}html.style5 footer .foot-apl-btn:hover{cursor:pointer}html.style5 footer .foot-apl-btn i{color:#fff;margin-right:15px;font-size:30px}html.style5 footer .foot-apl-btn span h6{color:#fff;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:5px}html.style5 footer .foot-apl-btn span h4{color:#fff;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize;line-height:1}html.style5 footer .footer-back-block .inner1{position:absolute;top:-15%;right:10%;transform:rotate(96deg);animation:animatone 30s infinite reverse}html.style5 footer .footer-back-block .inner2{position:absolute;bottom:10%;left:-80px;animation:slidemain 40s linear infinite}html.style5 footer .footer-mobile-title{display:none}html.style5 footer .footer-contant .footer-btn{margin-top:30px}html.style5 .app-design-block .app-code-block{margin-bottom:-50px}html.style5 .downlaod .footer-btn .btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(34,54,69,.07));background-color:#fff;display:inline-flex;align-items:center;padding:17px 30px}html.style5 .downlaod .footer-btn .btn h6{padding-bottom:4px}html.style5 .downlaod .footer-btn .btn.active{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);transition:all .3s ease;color:#fff}html.style5 .downlaod .footer-btn .btn.active h4,html.style5 .downlaod .footer-btn .btn.active h6{transition:all .3s ease;color:#fff}html.style5 .downlaod .footer-btn .btn i{font-size:28px}html.style5 .downlaod .footer-btn .btn div{text-align:left;padding-left:12px}html.style5 .downlaod .footer-btn .btn+.btn{margin-top:15px}html.style5 .downlaod .footer-btn .fa-play{color:#ff5b92}html.style5 .tap-top{width:42px;height:42px;border-radius:100%;position:fixed;bottom:20px;right:20px;z-index:8;display:none;color:#fff;text-align:center;background:#ff5b92;border:none;font-size:22px;padding:4px;cursor:pointer}html.style5 .tap-top.top-cls{bottom:130px}html.style5 .inner-page header .landing-header .navbar-collapse ul .active a{color:#ff5b92}@media(max-width:1367px){html.style5 .header-inner{padding-bottom:30px}html.style5 .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}}@media(max-width:1199px){html.style5 .blog-media>div:first-child{padding-bottom:30px}html.style5 .counter-box-second{width:165px;height:165px}html.style5 .counter-box-second .counter-box .counter-icon{font-size:30px}html.style5 .counter-box-second .counter-box h6{font-size:22px}html.style5 .counter-box-second .counter-box span{font-size:13px}}@media(max-width:991px){html.style5 .blog-detail-page .blog-commant,html.style5 .blog-detail-page .blog-contact{margin-top:30px}html.style5 .about-page .about-title h1{margin-bottom:15px}html.style5 .about-page .about-img img{margin-bottom:20px}html.style5 .team .owl-nav{top:-60px}html.style5 .team .owl-nav button.owl-next,html.style5 .team .owl-nav button.owl-prev{height:30px;width:30px}html.style5 .team .owl-nav button.owl-next:before,html.style5 .team .owl-nav button.owl-prev:before{font-size:12px}}@media(max-width:767px){html.style5 .breadcrumb-main .breadcrumb-content{display:unset;text-align:center}html.style5 .breadcrumb-main .breadcrumb-content .breadcrumb-left{margin-bottom:5px}html.style5 .blog-page .blog-sidebar{margin-top:30px}html.style5 .blog-page .blog-sidebar .blog-card{padding:15px}html.style5 .blog-page .order-sec{order:-1}html.style5 .blog-page .blog-contact .btn-solid{padding:13px 25px}html.style5 .left-blog .blog-sidebar{margin-top:0;margin-bottom:30px}html.style5 .faq-block>div:nth-child(n+3){margin-top:15px}html.style5 .faq-section .faq-search-box .input-group .form-control{padding:10px}html.style5 .error-main .error-contain .error-btn{padding:15px 25px}html.style5 .team .team-content .text-content h4,html.style5 .team .team-content .text-content p{margin-bottom:10px}html.style5 .team .team-content .text-content ul li{width:30px;height:30px}html.style5 .team .team-content .text-content ul li a i{font-size:14px}}@media(max-width:575px){html.style5 .faq-block .search-form .form-group .icon-close{top:1px}html.style5 .header-inner{padding-bottom:20px}html.style5 .error-main .error-contain .error-btn{padding:12px 18px}}@media(max-width:480px){html.style5 .faq-block .search-form .form-group .icon-close{top:5px}html.style5 .team .team-content{display:unset}html.style5 .team .team-content .text-content{margin-top:15px;padding-left:0}html.style5 .about-page .about-tab{display:block;text-align:center}html.style5 .about-page .about-tab ul li{display:inline-block;margin-right:10px}html.style5 .about-page .about-tab ul li:last-child{margin-right:0}html.style5 .about-page .about-tab .nav-pills .nav-link{padding:0;font-weight:600}html.style5 .about-page .about-tab .tab-content{border-top:1px solid #eff1f2;margin-top:10px;padding-bottom:0}}@media(max-width:360px){html.style5 .blog-page .blog-media .blog-right ul{display:flex}html.style5 .blog-page .blog-media .blog-right ul li{display:block}html.style5 .about-page .about-tab ul li:last-child{margin-top:10px}}@media(min-width:1680px){html.style5 .custom-container{max-width:1600px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}}@media(max-width:1367px){html.style5 .slider-block .slider-main{height:100vh}html.style5 .secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}html.style5 .secure-app-main .secure-app-content .ply-main .ply-content i{font-size:20px;margin-top:3px}html.style5 .rate-us{padding-top:60px!important}}@media(max-width:1679px){html.style5 .custom-container{max-width:100%;padding-right:15px;padding-left:15px;margin:0 auto}html.style5 .slider-block .chat-slide{bottom:-13%}html.style5 .slider-block .inner1{top:15%;left:25%}html.style5 .slider-block .inner2{right:-26%}html.style5 .slider-block .slider-main .slider-contain .ply-main .ply-content{padding:10px}html.style5 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:45px;height:45px}html.style5 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}html.style5 .team-work-main .team-work-content .ply-main{margin-bottom:18px}html.style5 .team-work-main .team-work-content .ply-main .ply-content{padding:10px}html.style5 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:45px;height:45px}html.style5 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}html.style5 .team-work-main .team-work-content h1{margin-bottom:17px;width:480px}html.style5 .team-work-main .team-work-content .pricing-btn{margin-top:18px}html.style5 .secure-app-main,html.style5 .secure-app-main .secure-app-content{height:650px}html.style5 .secure-app-main .secure-app-content .ply-main{margin-bottom:18px}html.style5 .secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}html.style5 .secure-app-main .secure-app-content h1{margin-bottom:11px}html.style5 .secure-app-main .secure-app-content h4{margin-bottom:14px}html.style5 .team-work-main .team-work-content{justify-content:center}html.style5 footer .footer-main .footer-back-block .inner1{left:-60%;top:-130%}html.style5 footer .footer-main .footer-back-block .inner2{right:-60%;bottom:-130%}}@media(max-width:1500px){html.style5 .pricing-box ul.avb-price{margin-left:50px}}@media(max-width:1470px){html.style5 .chitchat-main .landing-title .sub-title h2{margin-bottom:-8px}html.style5 .slider-block .inner2{right:-40%}html.style5 .slider-block .chat-slide{bottom:0}html.style5 .chitchat-main .chitchat-contain{justify-content:center}html.style5 .chitchat-main .chitchat-contain h1{width:450px}html.style5 .chitchat-main .chitchat-contain .chitchat-img{width:450px;margin-top:-3px}html.style5 .team-work-main .team-work-content .team-main{width:480px}html.style5 .team-work-main .team1{right:30%;width:100px}html.style5 .team-work-main .team2{top:17%;right:13%;width:27px}html.style5 .team-work-main .team3{right:10%}html.style5 .subscribe-content h1{margin-bottom:23px}html.style5 .subscribe-content h4{margin-top:18px}html.style5 .subscribe-content .form-inline{display:unset}html.style5 .subscribe-content button{margin-top:23px;display:block;margin-left:0}html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:300px}}@media(max-width:1367px){html.style5 .section-py-space{padding-top:80px;padding-bottom:80px}html.style5 .section-pt-space{padding-top:80px}html.style5 .section-pb-space{padding-bottom:80px}html.style5 header{padding-top:30px}html.style5 header .landing-header .navbar-nav .nav-item:last-child .dropdown-menu{margin-bottom:0!important}html.style5 .slider-block .inner1{display:none}html.style5 .app-design-main{padding-top:35px}html.style5 .app-design-main .contant-box h4{margin-bottom:-4px}html.style5 .chitchat-main .chitchat-back-block .chit-chat3{left:11%}html.style5 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:22px}html.style5 .chitchat-main .chitchat-contain h3{margin-bottom:20px}html.style5 .chitchat-main .chitchat-contain h1{margin-bottom:24px}html.style5 .chitchat-main .chitchat-contain h4{margin-bottom:17px}html.style5 .chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:10px}html.style5 .chitchat-main .chitchat-contain .pricing-btn{margin-top:18px}html.style5 .collaboration-main .collaboration-content{margin-bottom:55px}html.style5 .collaboration-main .collaboration-content ul.collab-tab li{margin-right:45px}html.style5 .secure-app-main{height:426px}html.style5 .secure-app-main .secure-app-content{height:426px;background-color:hsla(0,0%,100%,.9);padding:20px}html.style5 .pricing-box .pricing-icon{margin-bottom:23px}html.style5 .pricing-box .pricing-icon img{width:55px}html.style5 .pricing-box .pricing-content h2{margin-bottom:13px}html.style5 .pricing-box .pricing-content .pricing-btn{margin-top:20px;padding:13px 25px}html.style5 .pricing-box ul.avb-price{margin-top:26px;margin-left:10px!important}html.style5 footer .footer-main .footer-logo{margin-bottom:15px}html.style5 footer .footer-main .footer-logo img{width:100px}html.style5 footer .footer-main h3{margin-bottom:17px}html.style5 footer .footer-main h1{margin-bottom:15px}html.style5 footer .footer-main .footer-btn{margin-top:22px}html.style5 footer .footer-main .footer-back-block .inner1{left:-75%;top:-160%}html.style5 footer .footer-main .footer-back-block .inner2{right:-75%}html.style5 footer .footer-main .footer-back-block .inner3{top:-25%}html.style5 footer .footer-main .footer-back-block .inner4{bottom:0;left:-10%}html.style5 footer .footer-main .footer-back-block .inner5{width:300px}html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:290px}html.style5 .subscribe-content h1{width:auto}html.style5 .subscribe-content img{width:400px;height:auto}}@media(max-width:1366px){html.style5 .slider-contain{padding-left:30px}html.style5 .element-card .chat-main li .chat-box .details{padding-left:70px}html.style5 .landing-page-header .landing-header .navbar .navbar-collapse{width:100%!important}html.style5 .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}html.style5 .landing_page_slider{min-height:1080px}html.style5 .landing_page_slider .animated-img-2{margin-top:0;width:1000px}html.style5 .landing_page_slider .animated-img-1 .slicing-img-4{left:230px;top:230px}html.style5 .landing_page_slider .animated-img-1 .slicing-img-5{left:900px;top:466px}html.style5 .landing_page_slider .animated-img-1 .slicing-img-6{top:152px;right:351px}html.style5 .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:438px}html.style5 .slider-block .chat-slide{width:70%}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:10px}html.style5 .main-feature .key-feature .theme-collection .image-contain{padding:20px;min-height:160px}}@media(max-width:1300px){html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}html.style5 .chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}html.style5 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:1250px){html.style5 .chat-landing-page .landing_page_slider{min-height:980px}html.style5 .chat-landing-page .landing_page_slider .animated-img-2{width:950px}}@media(min-width:1201px)and (max-width:1239px){html.style5 .chat-landing-page .landing-page-header .fixed{padding:5px 50px}html.style5 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style5 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}}@media(max-width:1200px){html.style5 .chat-landing-page .landing-page-header .fixed{padding:5px 50px}html.style5 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style5 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}html.style5 .chat-landing-page .landing_page_slider .animated-img-2{width:900px}html.style5 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:0;top:180px;width:22%}html.style5 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:100px;right:-85px;width:47%}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:290px}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:330px}html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}}@media(max-width:1199px){html.style5 .app-design-block .app-code-block{margin-bottom:-40px}html.style5 .slider-block .slider-main{height:750px}html.style5 .landing-title .sub-title{margin-bottom:40px}html.style5 .collaboration-main .collaboration-content{margin-bottom:35px}html.style5 .pricing-box ul.avb-price li i{margin-right:10px}html.style5 .section-pb-space{padding-bottom:60px}html.style5 .section-pt-space{padding-top:60px}html.style5 .section-py-space{padding-top:60px;padding-bottom:60px}html.style5 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:40px}html.style5 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav{float:unset;width:unset}html.style5 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .active .nav-link{color:#ff5b92!important;line-height:unset}html.style5 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{color:rgba(0,0,0,.7)!important;line-height:unset}html.style5 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{float:unset;margin-left:30px;margin-top:10px}html.style5 .chat-landing-page .landing-page-header .fixed{padding:5px 100px}html.style5 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse{width:100%}html.style5 .chat-landing-page .easy-navigation .inner-block{padding:20px}html.style5 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:30px;min-height:200px}html.style5 .chat-landing-page .bonus-page .blog-left{margin-top:50px}html.style5 header .landing-header .landing-header-right .main-nav{display:block}html.style5 header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#ff5b92!important}html.style5 .testimonial-box{padding:40px}html.style5 .slider-block .slider-main .slider-contain .ply-main{margin-bottom:10px}html.style5 .slider-block .slider-main .slider-contain h1{margin-bottom:12px}html.style5 .slider-block .slider-main .slider-contain h4{margin-bottom:12px;width:70%}html.style5 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{padding:13px 28px}html.style5 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn i{font-size:24px}html.style5 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:13px 28px}html.style5 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn i{font-size:24px}html.style5 .app-design-main{padding-top:40px;padding-bottom:40px}html.style5 .app-design-main .contant-box h4{width:auto}html.style5 .pages-space>div:nth-child(n+3){margin-top:40px!important}html.style5 .chitchat-main .chitchat-contain h1{width:390px}html.style5 .chitchat-main .chitchat-contain .chitchat-img{width:380px}html.style5 .chitchat-main .chitchat-contain img{margin-top:0}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:25px}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main{padding:20px}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-img img{width:25px}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content p{display:none}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content h3{margin-bottom:0}html.style5 .team-work-main .team-work-content h1{width:420px}html.style5 .team-work-main .team-work-content h4{width:399px}html.style5 .team-work-main .team1{right:31%;width:80px}html.style5 .team-work-main .team2{right:19%;width:20px}html.style5 .subscribe-content .form-inline .form-control{width:200px}html.style5 .landing_popups .element-card .typography .internet{margin-bottom:0}html.style5 .chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px}html.style5 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:45px}html.style5 .main-feature .key-feature>div:nth-child(n+5){margin-top:30px}}@media(max-width:1155px){html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:470px}html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}}@media(max-width:1150px){html.style5 .chat-landing-page .landing_page_slider .animated-img-2{width:850px}}@media(max-width:1026px){html.style5 .chat-landing-page .landing_page_slider .animated-img-2{width:750px;margin-top:20px}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:225px}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:265px;left:273px}html.style5 .chat-landing-page .slider-block .slider-main .slider-contain h1{width:290px}html.style5 .chat-landing-page .slider-block .slider-main .slider-contain h4{width:375px}html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:215px}}@media(max-width:992px){html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:350px}html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}html.style5 .chat-landing-page .page-decore .top img{animation:none}html.style5 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat1,html.style5 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat2,html.style5 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat3,html.style5 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat4,html.style5 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat1,html.style5 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat2,html.style5 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat3,html.style5 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat4{display:none}html.style5 .chat-landing-page .landing_popups .element-card .typography .internet{margin-bottom:20px}html.style5 .chat-landing-page .landing_popups .svg_img2{animation:none}}@media(max-width:991px){html.style5 .pricing-box{padding:20px 10px;margin:20px 0}html.style5 .app-design-main .icon-box{border-radius:25px;padding:20px}html.style5 .app-design-main .app-hover{height:31%}html.style5 .app-design-block .app-code-block{margin-bottom:-25px}html.style5 .app-design-main{padding-top:25px;padding-bottom:25px}html.style5 .chitchat-main .landing-title .sub-title h2{margin-bottom:-6px}html.style5 .landing-title .sub-title h4{margin-top:-1px}html.style5 .chat-landing-page .collaboration-main .collaboration-content{margin-bottom:30px!important}html.style5 .landing-title .sub-title{position:unset;margin-top:0}html.style5 .landing-title h1{display:none}html.style5 .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{padding:13px 17px}html.style5 .chat-landing-page header .inner1{display:none}html.style5 .chat-landing-page .landing-page-header .fixed{padding:5px 15px}html.style5 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:100px}html.style5 .chat-landing-page .landing_page_slider .animated-img-2{margin-top:30px;width:700px}html.style5 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:-11px;top:122px;width:29%}html.style5 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:77px;right:-83px;width:52%}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:190px}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:205px;left:243px}html.style5 .chat-landing-page .easy-navigation .inner-block{padding:10px}html.style5 .chat-landing-page .easy-navigation .inner-block p{font-size:13px;line-height:1.5}html.style5 .chat-landing-page .easy-navigation .navigation-2 .exclusive-image img,html.style5 .chat-landing-page .easy-navigation .navigation-3 .exclusive-image img,html.style5 .chat-landing-page .easy-navigation .navigation-6 .exclusive-image img{min-height:220px}html.style5 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:10px;min-height:150px}html.style5 .slider-block .slider-main{margin-top:85px;position:relative;height:auto;text-align:center;justify-content:center;z-index:1;padding-top:70px;padding-bottom:70px}html.style5 .slider-block .slider-main .slider-contain{border-radius:20px;padding:30px;width:auto}html.style5 .slider-block .slider-main .slider-contain h1,html.style5 .slider-block .slider-main .slider-contain h4{width:auto}html.style5 .slider-block .chat-slide,html.style5 .slider-block .inner1{display:none}html.style5 .app-design-main .icon-box i{font-size:36px}html.style5 .team-work-main .team-work-content h1{width:auto;margin-bottom:15px}html.style5 .team-work-main .team-work-content h4{width:350px}html.style5 .team-work-main .team-work-content .pricing-btn{padding:12px 20px}html.style5 .team-work-main .team1{width:50px;top:16%;right:32%}html.style5 .team-work-main .team2{top:19%;right:20%}html.style5 .team-work-main .team4{width:40px;right:3%}html.style5 .team-work-main .team5{width:250px}html.style5 .secure-app-main{height:auto!important;padding-bottom:0!important}html.style5 .secure-app-main .secure-app-content{text-align:center;height:auto!important;padding:40px}html.style5 .secure-app-main .secure-app-content .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}html.style5 .secure-app-main .secure-app-content .pricing-btn{padding:12px 18px}html.style5 .secure-app-main .secure-back-content .secure-img2{top:0;left:0;display:none}html.style5 .secure-app-main .secure-back-content .secure-img1{top:unset;bottom:0;right:0;display:none}html.style5 .subscribe-content .form-inline .form-control{width:160px;display:inline-block}html.style5 .testimonial-slider{padding-top:0}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:0}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{display:none}html.style5 footer .footer-main .footer-logo img{width:80px}html.style5 footer .footer-main .footer-back-block .inner4{left:-20%}html.style5 footer .footer-main .footer-back-block .inner3{top:-30%;right:0}html.style5 .subscribe-content button{padding:12px 18px}}@media(max-width:930px){html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:175px}}@media(max-width:900px){html.style5 .chat-landing-page .landing_page_slider .animated-img-2{width:650px}html.style5 .chat-landing-page .landing_popups .element-card{letter-spacing:unset}html.style5 .chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:10px}}@media(max-width:850px){html.style5 .chat-landing-page .landing_page_slider .animated-img-2{width:550px}html.style5 .chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}html.style5 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:768px){html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}html.style5 .chat-landing-page .audiocall1.call-modal,html.style5 .chat-landing-page .audiocall2.call-modal,html.style5 .chat-landing-page .conferencecall.call-modal,html.style5 .chat-landing-page .videocall.call-modal,html.style5 .chat-landing-page .videocallhang.call-modal{min-height:460px}html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:150px}html.style5 .chat-landing-page .landing_popups .btn{padding:15px 20px}}@media(max-width:767px){html.style5 .slider-block{background-blend-mode:overlay;background-color:#bbb6b6}html.style5 .chitchat-main .landing-title .sub-title h2{margin-bottom:-2px}html.style5 .landing-screen-animation .pc-bg-1{height:300px!important}html.style5 .chat-landing-page .landing_page_slider{min-height:390px!important;background-image:none;background:linear-gradient(#ff5b92,rgba(255,91,146,.4))}html.style5 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:170px}html.style5 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .playbutton .ply-content{background-color:unset;padding:0}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:100px;top:400px}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}html.style5 .chat-landing-page .landing_page_slider .animated-img-2{display:none}html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}html.style5 .chat-landing-page .easy-navigation .inner-block{padding:50px}html.style5 .chat-landing-page .easy-navigation .navigation-1{order:2}html.style5 .chat-landing-page .easy-navigation .navigation-2{order:1;margin-bottom:3rem!important}html.style5 .chat-landing-page .easy-navigation .navigation-3{margin-bottom:3rem!important}html.style5 .chat-landing-page .easy-navigation .navigation-5{order:2}html.style5 .chat-landing-page .easy-navigation .navigation-6{order:1;margin-bottom:3rem!important}html.style5 .chat-landing-page .main-feature .key-feature .feture-icon{padding:40px 30px}html.style5 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:60px}html.style5 .section-pb-space{padding-bottom:30px}html.style5 .section-pt-space{padding-top:30px}html.style5 .landing-title h1{display:none}html.style5 .landing-title .sub-title{position:unset;margin-top:0}html.style5 .landing-title .sub-title h4{margin-bottom:5px}html.style5 .slider-block .slider-main{justify-content:center;text-align:center;height:-moz-fit-content;height:fit-content;padding-bottom:60px}html.style5 .slider-block .slider-main .slider-contain{padding:15px}html.style5 .slider-block .slider-main .slider-contain .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}html.style5 .slider-block .slider-main .slider-contain .header-btn{justify-content:center}html.style5 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn,html.style5 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:9px 17px}html.style5 .slider-block .downlaod .footer-btn .btn{padding:10px 20px}html.style5 .slider-block .downlaod .footer-btn .btn i{font-size:22px}html.style5 .app-design-main{padding-bottom:0;padding-top:25px}html.style5 .app-design-main .contant-box{margin-top:15px}html.style5 .app-design-main .contant-box h4{margin-top:5px}html.style5 .app-design-main .icon-box{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);border-radius:5px;padding:15px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35))}html.style5 .app-design-main .icon-box i{color:#fff;font-size:20px}html.style5 .app-design-main:hover .app-hover{display:none;opacity:0}html.style5 .app-design-main .app-hover{display:none}html.style5 .app-design-block .app-btn{margin-top:25px;padding:15px 20px}html.style5 .app-design-block .app-code-block{margin-bottom:0}html.style5 .app-code-block>div:first-child .app-design-main{padding-top:0}html.style5 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:28px}html.style5 .landing-page-header header .landing-header .btn_purchase a{padding:12px 25px}html.style5 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{font-size:14px!important}html.style5 .chitchat-main .chitchat-contain{text-align:center}html.style5 .chitchat-main .chitchat-contain .chitchat-img{width:250px;margin:-2px auto 0}html.style5 .chitchat-main .chitchat-contain h3{margin-bottom:18px}html.style5 .chitchat-main .chitchat-contain h1{width:auto;margin-bottom:18px}html.style5 .chitchat-main .chitchat-contain h4{margin-bottom:10px}html.style5 .chitchat-main .chitchat-back-block .chit-chat3{top:16%;left:32%}html.style5 .chit-chat-block>div:first-child{margin-bottom:20px}html.style5 .chitchat-main .chitchat-contain .pricing-btn{padding:15px 20px}html.style5 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:18px}html.style5 .chitchat-main .chitchat-contain .chitchat-logo img{width:150px;height:auto}html.style5 .team-work-main .team-work-content{text-align:center;justify-content:center}html.style5 .team-work-main .team-work-content h1{width:auto;margin-bottom:12px}html.style5 .team-work-main .team-work-content h4{width:auto}html.style5 .team-work-main .team-work-content .ply-main{justify-content:center}html.style5 .team-work-main .team1{top:44%;right:62%}html.style5 .team-work-main .team2{top:50%;right:15%}html.style5 .team-work-main .team3{top:53%;right:10%}html.style5 .team-work-main .team4{top:80%;right:15%}html.style5 .team-work-main .team5{width:190px}html.style5 .team-block>div:first-child{margin-bottom:30px}html.style5 .collaboration-main .collaboration-content{margin-top:0;margin-bottom:30px}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:13px 20px;border-radius:5px;background-color:#fff}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{margin-bottom:0!important}html.style5 .testimonial-main .owl-nav button{width:30px;height:30px}html.style5 .testimonial-main .owl-nav button i{font-size:12px}html.style5 .secure-app-main .secure-back-content .secure-img1{bottom:-10%;right:-10%}html.style5 .secure-app-main .secure-back-content .secure-img2{top:-10%;left:-10%}html.style5 .pricing-box{padding:30px 20px;margin:20px 0;display:flex;justify-content:center}html.style5 .pricing-box .pricing-icon{margin-bottom:10px}html.style5 .pricing-box ul.avb-price{margin-left:0!important}html.style5 .pricing-box .pricing-content .pricing-btn{padding:10px 18px}html.style5 .subscribe-block>div:first-child{margin-bottom:30px}html.style5 .subscribe-content{text-align:center}html.style5 .subscribe-content img{width:200px}html.style5 .subscribe-content h4{margin-bottom:-3px}html.style5 .subscribe-content button{margin-left:auto;margin-right:auto}html.style5 .subscribe-content .form-inline .form-control{padding-left:15px;height:35px}html.style5 .subscribe-content .form-inline .form-control::placeholder{font-size:14px}html.style5 footer .footer-main ul.footer-contact li{margin-right:15px}html.style5 footer .footer-main .footer-btn{margin-top:27px}html.style5 footer .footer-main .footer-btn .foot-apl-btn{padding:13px 25px}html.style5 footer .footer-main .footer-btn .foot-ply-btn{padding:13px 25px;margin-left:20px}html.style5 footer .footer-back-block .inner1,html.style5 footer .footer-back-block .inner2{display:none}html.style5 .pages-space>div:nth-child(n+2){margin-top:30px!important}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:15px 25px}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600;font-size:14px}html.style5 .chat-landing-page .content-title{margin-bottom:30px!important}html.style5 .chat-landing-page .easy-navigation .inner-block .btn{padding:13px 25px}html.style5 .rate-us .rate_us-section h2{margin:20px 0!important}html.style5 .rate-us .rate_us-section img{width:160px}html.style5 .rate-us .rate_us-section .rate-section li i{font-size:28px!important}html.style5 .main-feature .key-feature>div:nth-child(n+3){margin-top:30px}}@media(max-width:650px){html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}html.style5 .rate-us .rate_us-section img{width:150px}}@media(max-width:600px){html.style5 .slider-block .chat-slide{width:100%}html.style5 .audiocall1.call-modal,html.style5 .audiocall2.call-modal,html.style5 .conferencecall.call-modal,html.style5 .videocall.call-modal,html.style5 .videocallhang.call-modal{min-height:350px}html.style5 .audiocall1.call-modal .center-con,html.style5 .audiocall2.call-modal .center-con,html.style5 .conferencecall.call-modal .center-con,html.style5 .videocall.call-modal .center-con,html.style5 .videocallhang.call-modal .center-con{bottom:25px}html.style5 .videocall.call-modal .videocall-details,html.style5 .videocallhang.call-modal .videocall-details{padding:20px}html.style5 #videocallhang{padding-right:0}html.style5 .landing_page_slider{min-height:450px}}@media(max-width:575px){html.style5 .slider-block .slider-main{margin-top:70px}html.style5 .section-py-space{padding-top:50px;padding-bottom:50px}html.style5 .section-pt-space{padding-top:50px}html.style5 .section-pb-space{padding-bottom:50px}html.style5 .element-card .chat-main li .chat-box .details h6{max-width:100px}html.style5 .chitchat-main .landing-title .sub-title h2,html.style5 .landing-title .sub-title h2{margin-bottom:-1px}html.style5 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:160px}html.style5 .landing-title .sub-title h4{margin-bottom:10px}html.style5 .landing-title .sub-title h2{width:auto}html.style5 header{padding-top:20px}html.style5 header .landing-header .landing-header-left .logo-block img{height:40px;width:auto}html.style5 header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-right:0}html.style5 header .landing-header .landing-header-right .purchase-block .purchase-btn span{display:none}html.style5 header .landing-header.fixed{padding:0!important}html.style5 header .landing-header .logo-block img{height:28px!important}html.style5 .slider-block .inner2,html.style5 header .landing-header .slider-block .inner2{right:0;top:10%}html.style5 .slider-block .downlaod .footer-btn .btn i{font-size:16px}html.style5 .app-design-block .app-btn{padding:12px 18px;font-size:13px;margin-top:20px}html.style5 .app-design-main{padding-top:20px}html.style5 .team-work-main .team1{top:50%;width:40px;right:68%}html.style5 .team-work-main .team2{top:49%;right:43%}html.style5 .team-work-main .team4{top:48%;right:60%}html.style5 .chitchat-main .chitchat-contain .chitchat-img{width:200px}html.style5 .chitchat-main .chitchat-contain h1,html.style5 .chitchat-main .chitchat-contain h3{margin-bottom:14px}html.style5 .chitchat-main .chitchat-contain .pricing-btn{padding:12px 18px;font-size:13px}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:7px}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:10px;border-radius:5px}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600}html.style5 .collaboration-main .tab-detail .tab-content .container{width:100%}html.style5 .secure-app-main .secure-back-content .secure-img2{top:-20%;left:-20%}html.style5 .secure-app-main .secure-back-content .secure-img1{bottom:-20%;right:-20%}html.style5 .secure-app-main .secure-app-content .ply-main .ply-content{width:40px;height:40px}html.style5 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px;font-size:16px}html.style5 .pricing-box .pricing-content .pricing-btn{margin-top:14px}html.style5 footer .footer-main .footer-back-block .inner4{left:-25%;bottom:-40%}html.style5 footer .footer-main .footer-back-block .inner3{top:-35%;right:-12%}html.style5 .mobile-version-sec .mobile-display{text-align:center}html.style5 .mobile-version-sec .mobile-qr{max-width:unset;margin-left:0}html.style5 .mobile-version-sec .mobile-qr .qr-img:after{display:none}html.style5 .bonus-page .container{width:100%}html.style5 .bonus-page .m-width{width:100%!important}html.style5 .mobile-version-sec .mobile-qr{margin-top:40px;margin-left:auto!important;margin-right:auto}html.style5 .mobile-version-sec .mobile-img{text-align:center}html.style5 .mobile-version-sec .mobile-img img{height:350px;width:auto}html.style5 .three-in-one-sec{margin-top:0!important}html.style5 .rate-us .rate_us-section h2{margin:12px 0!important}html.style5 .rate-us .rate_us-section img{width:120px}html.style5 .rate-us .rate_us-section .rate-section li i{font-size:22px!important}html.style5 .main-feature .key-feature>div:nth-child(n+2){margin-top:30px!important}html.style5 .chat-landing-page .easy-navigation .inner-block .btn{padding:12px 18px}}@media(max-width:480px){html.style5 .secure-app-main .secure-app-content{padding:40px 20px}html.style5 .secure-app-main .secure-app-content .ply-main .ply-content{margin-right:10px}html.style5 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:5px}html.style5 .landing-title .sub-title h4{margin-top:0}html.style5 .chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:5px}html.style5 .chat-landing-page .audiocall1.call-modal,html.style5 .chat-landing-page .audiocall2.call-modal,html.style5 .chat-landing-page .conferencecall.call-modal,html.style5 .chat-landing-page .videocall.call-modal,html.style5 .chat-landing-page .videocallhang.call-modal{min-height:300px}html.style5 .chat-landing-page .audiocall1.call-modal ul li+li,html.style5 .chat-landing-page .audiocall2.call-modal ul li+li,html.style5 .chat-landing-page .conferencecall.call-modal ul li+li,html.style5 .chat-landing-page .videocall.call-modal ul li+li,html.style5 .chat-landing-page .videocallhang.call-modal ul li+li{margin-left:10px}html.style5 .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,html.style5 .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{height:40px;width:40px}html.style5 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style5 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}html.style5 .chat-landing-page .easy-navigation .inner-block{padding:30px}html.style5 .chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px;margin:10px 40px}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:55px;top:111px}html.style5 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}html.style5 .chat-landing-page .fadinup .container{width:100%}html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}html.style5 .slider-block{background-position:50%}}@media(max-width:420px){html.style5 .chitchat-main .landing-title .sub-title h2{margin-bottom:-4px}html.style5 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse{width:100%}html.style5 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{font-size:15px}html.style5 .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{border-radius:5px;padding:10px 12px}html.style5 .chat-landing-page header .landing-header .landing-header-right .main-nav .toggle-nav{margin-left:10px}html.style5 .chat-landing-page .videocall.call-modal .videocall-details,html.style5 .chat-landing-page .videocallhang.call-modal .videocall-details{padding:15px}html.style5 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style5 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}html.style5 .chat-landing-page .videocall.call-modal .videocall-details .zoomcontent,html.style5 .chat-landing-page .videocallhang.call-modal .videocall-details .zoomcontent{padding:3px}html.style5 .chat-landing-page .icon-btn.btn-xl{height:40px;width:40px;padding:10px}html.style5 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{min-height:200px}html.style5 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:140px}html.style5 .chat-landing-page .fadinup .container{width:100%}html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:180px}html.style5 .slider-block .inner2{top:13%}html.style5 .team-work-main .team2{top:60%;right:38%;width:16px}html.style5 .team-work-main .team3{width:30px}html.style5 .team-work-main .team4{top:56%;right:54%}html.style5 .team-work-main .team1{top:59%}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills{display:unset}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-bottom:10px}html.style5 .subscribe-content .form-inline .form-control{display:block;width:100%;border-radius:5px}html.style5 .subscribe-content .form-inline .form-control:first-child{margin-bottom:20px}html.style5 footer .footer-main .footer-btn{display:block}html.style5 footer .footer-main .footer-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-top:20px}html.style5 footer .footer-main .footer-btn .foot-apl-btn,html.style5 footer .footer-main .footer-btn .foot-ply-btn{margin-left:auto;margin-right:auto}}@media(max-width:360px){html.style5 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{margin-left:20px}html.style5 .chat-landing-page .audiocall1.call-modal,html.style5 .chat-landing-page .audiocall2.call-modal,html.style5 .chat-landing-page .conferencecall.call-modal,html.style5 .chat-landing-page .videocall.call-modal,html.style5 .chat-landing-page .videocallhang.call-modal{min-height:200px}html.style5 .chat-landing-page .videocall.call-modal .videocall-details,html.style5 .chat-landing-page .videocallhang.call-modal .videocall-details{padding:5px}html.style5 .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,html.style5 .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{margin-left:0;height:20px;width:20px}html.style5 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style5 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:5px}html.style5 .chat-landing-page .easy-navigation .inner-block{padding:20px}html.style5 .chat-landing-page .main-feature .key-feature .feture-icon{margin:10px}html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style5 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:120px}html.style5 .slider-block .slider-main .slider-contain .header-btn{display:unset}html.style5 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{margin:0 auto}html.style5 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-top:15px}html.style5 .feture-icon{padding:15px}}@media(max-width:320px){html.style5 .chat-landing-page .landing_page_slider{min-height:480px}html.style5 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px}}html.style5 .chat-landing-page{position:relative}html.style5 .chat-landing-page h1{margin-bottom:15px;background:-webkit-linear-gradient(#00caf3,#0090ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:calc(18px + 30*(100vw - 320px)/1600)}html.style5 .chat-landing-page h5{font-size:calc(13px + 3*(100vw - 320px)/1600);letter-spacing:0;color:#9098ac;font-family:Rubik;font-weight:400;text-align:center;line-height:1.4}html.style5 .chat-landing-page .content-title{text-align:center;margin-bottom:45px}html.style5 .chat-landing-page .customizer img,html.style5 .chat-landing-page .dark-light img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style5 .chat-landing-page .bonus-page .chit-chat5,html.style5 .chat-landing-page .collaboration-main .chit-chat5,html.style5 .chat-landing-page .dark-light .chit-chat5,html.style5 .chat-landing-page .easy-navigation .chit-chat5,html.style5 .chat-landing-page .real-time-customizer .chit-chat5{position:absolute;top:-70px;right:0;z-index:-1;transform:rotate(45deg);animation:slidemain 80s linear infinite}html.style5 .content-title h2{margin-bottom:10px;font-size:calc(14px + 14*(100vw - 320px)/1600)}html.style5 .landing-page-header~.sidebar-pannle-main{display:none}html.style5 .landing-page-header header{padding-top:30px}html.style5 .landing-page-header header .landing-header .navbar-collapse .navbar-nav{justify-content:center;float:left;width:75%;margin:auto}html.style5 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important;opacity:.8;font-size:17px;letter-spacing:0;line-height:55px;font-family:Rubik;font-weight:500;text-transform:capitalize}html.style5 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll{background-color:transparent;border:none}html.style5 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll:hover{border:none}html.style5 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .active .nav-link{color:#fff!important;opacity:1}html.style5 .landing-page-header header .landing-header .btn_purchase{float:right}html.style5 .landing-page-header header .landing-header .btn_purchase a{border-radius:5px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-color:#fff}html.style5 .landing-page-header header .fixed{background-color:#278bff!important}html.style5 .landing-header .dropdown-menu a{font-size:calc(12px + 1*(100vw - 320px)/1600)!important;color:rgba(0,0,0,.5)!important;padding-left:0;padding-right:0}html.style5 .landing-header .dropdown-menu .dropdown-item:focus,html.style5 .landing-header .dropdown-menu .dropdown-item:hover{background-color:transparent}html.style5 .slider-contain{padding-top:100px}html.style5 .landing_page_slider{background-image:url(/_next/static/media/1.622c6754.png);overflow:hidden;position:relative;min-height:1060px;background-repeat:no-repeat}html.style5 .landing_page_slider .landing_page_slider-main{margin-top:160px}html.style5 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#fff!important;-webkit-text-fill-color:#fff;font-size:calc(20px + 36*(100vw - 320px)/1600);font-family:Montserrat;font-weight:800}html.style5 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);line-height:31px;color:#fff;font-family:Roboto;font-weight:300;text-align:center}html.style5 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{font-size:18px;font-weight:500;color:#fff}html.style5 .landing_page_slider .animated-img-1{overflow:hidden}html.style5 .landing_page_slider .animated-img-1 .slicing-img-4{position:absolute;left:250px;top:120px;animation:homecloud 30s linear infinite;transform:scale(1.5)}html.style5 .landing_page_slider .animated-img-1 .slicing-img-5{position:absolute;left:960px;top:505px;animation:animateCloud 60s linear infinite}html.style5 .landing_page_slider .animated-img-1 .slicing-img-6{position:absolute;top:132px;right:474px;animation:heartbeat 2s infinite}html.style5 .landing_page_slider .animated-img-1 .slicing-img-7{position:absolute;top:284px;left:650px;width:15px;animation:heartbeat 5s infinite}html.style5 .landing_page_slider .animated-img-2{height:auto;align-items:center;position:relative;width:1200px;margin:30px auto 0}html.style5 .landing_page_slider .animated-img-2 .slicing-img-1{position:absolute;content:"";left:-7px;top:225px;width:20%}html.style5 .landing_page_slider .animated-img-2 .slicing-img-2{position:absolute;content:"";top:132px;right:-97px;width:44%}html.style5 .landing_page_slider .animated-img-2 .slicing-img-3{position:absolute;content:"";left:10px}html.style5 .landing-screen-animation{position:relative}html.style5 .landing-screen-animation .col-md-12{margin-bottom:50px}html.style5 .landing-screen-animation .three-img-1{width:100%;position:relative;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);background-size:cover;border:5px solid #fff}html.style5 .landing-screen-animation .three-img-1:hover{background-position:bottom}html.style5 .landing-screen-animation .pc-bg-1{background-image:url(/_next/static/media/image_1.1cf209ea.png);height:550px;transition:2s}html.style5 .landing-screen-animation .pc-bg-2{background-image:url(/_next/static/media/landing.e891557e.png);height:250px;transition:10s}html.style5 .landing-screen-animation .pc-bg-3{background-image:url(/_next/static/media/email.c4ada256.jpg);height:250px;transition:2s}html.style5 .demo-title{margin-top:20px;margin-bottom:0;font-size:calc(16px + 12*(100vw - 320px)/1600)}html.style5 .bonus-page .m-width{width:1380px}html.style5 .bonus-page .m-width .bonus{position:relative}html.style5 .bonus-page .m-width .bonus img{animation:zoomIn .3s ease-in-out;transition:all .5s ease;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style5 .bonus-page .m-width .bonus img:hover{transition:all .5s ease;transform:translateY(-3px)}html.style5 .bonus-page .demo-title{line-height:28px;font-size:calc(14px + 4*(100vw - 320px)/1600);letter-spacing:1px;margin-top:20px;margin-bottom:0;color:#333;font-weight:700}html.style5 .pages-space>div:nth-child(n+4){margin-top:50px}html.style5 .real-time-customizer{position:relative}html.style5 .workable-app-img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style5 .workable-app-img .img-1{position:relative}html.style5 .workable-app-img .img-2{position:absolute;top:597px;right:172px;width:14%}html.style5 .workable-app-img .doted{background-color:#fff}html.style5 .workable-app-img .doted ul{display:flex;padding:15px}html.style5 .workable-app-img .doted ul li{display:inline}html.style5 .workable-app-img .doted ul li .circle-1{color:#f84c45}html.style5 .workable-app-img .doted ul li .circle-2{color:#f7bb36}html.style5 .workable-app-img .doted ul li .circle-3{color:#69ce43}html.style5 .workable-app-img .doted ul li+li{padding-left:5px}html.style5 .workable-app-img .workable-title{position:absolute;z-index:1;top:275px;left:0}html.style5 .workable-app-img .workable-title h1{font-size:calc(35px + 85*(100vw - 320px)/1600);color:#fff;-webkit-text-fill-color:#fff;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.3;margin-bottom:50px}html.style5 .workable-app-title{margin-top:30px;text-align:center}html.style5 .chat-landing-page section{max-width:100vw;overflow:hidden}html.style5 .chat-landing-page .collaboration-main .collaboration-content{margin-top:0;margin-bottom:75px}html.style5 .rate-us{padding-top:100px}html.style5 .rate-us .rate_us-section{justify-content:center;display:flex;text-align:center}html.style5 .rate-us .rate_us-section .rate-section{display:flex;margin:0 0 30px}html.style5 .rate-us .rate_us-section .rate-section li i{color:#ffd203;font-size:36px}html.style5 .rate-us .rate_us-section .rate-section li+li{padding-left:4px}html.style5 .rate-us .rate_us-section h2{letter-spacing:.1em;margin:30px 0;line-height:1.5;font-size:calc(14px + 14*(100vw - 320px)/1600)}html.style5 .rate-us .rate_us-section .rate_btn{border-radius:30px;background-color:transparent;border:2px solid #1c9dea;color:#1c9dea;padding:11px 50px}html.style5 .rate-us .rate_us-section .rate_btn:hover{background-color:#1c9dea;color:#fff}html.style5 .main-feature .key-feature>div:nth-child(n+7){margin-top:30px}html.style5 .main-feature .key-feature .feture-icon{padding:60px 30px;text-align:center;background:#fff;border:1px solid #f5f5f5;font-size:14px;text-transform:capitalize}html.style5 .main-feature .key-feature .feture-icon svg{width:60px;height:auto;fill:gray!important;opacity:.7;transition:all .5s ease}html.style5 .main-feature .key-feature .feture-icon h5{margin-top:15px;color:#555;letter-spacing:2px;transition:all .3s ease;padding-bottom:0;margin-bottom:0;line-height:1;font-weight:500;opacity:.7;transition:all .5s ease}html.style5 .main-feature .key-feature .feture-icon:hover{transition:.25s ease-in-out;border-color:rgba(38,138,255,.3)}html.style5 .main-feature .key-feature .feture-icon:hover svg{fill:#ff5b92!important}html.style5 .main-feature .key-feature .feture-icon:hover h5{color:#ff5b92}html.style5 .tour-integrated{position:relative}html.style5 .tour-integrated .chitchat-back-block .chit-chat1{position:absolute;left:0;top:10%;transform:rotate(150deg);animation:slidemain 60s linear infinite}html.style5 .tour-integrated .chitchat-back-block .chit-chat2{position:absolute;right:5%;bottom:15%;width:100px;transform:rotate(-86deg);animation:slidemain 20s linear infinite}html.style5 .tour-integrated .chitchat-back-block .chit-chat3{position:absolute;right:15%;bottom:300px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}html.style5 .tour-integrated .chitchat-back-block .chit-chat6,html.style5 .tour-integrated .chitchat-back-block .chit-chat7{position:absolute;right:15%;bottom:176px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}html.style5 .mobile-version-sec{position:relative}html.style5 .mobile-version-sec .mobile-img{margin-bottom:-30px}html.style5 .mobile-version-sec .mobile-display{text-align:end}html.style5 .mobile-version-sec .mobile-qr{max-width:200px;text-align:center;margin-left:50px;position:relative}html.style5 .mobile-version-sec .mobile-qr p{font-size:14px;white-space:pre-line;color:#000}html.style5 .mobile-version-sec .mobile-qr .qr-img:after{position:absolute;bottom:-85px;right:60px;background-image:url(/_next/static/media/line.9fd0ed60.png);background-repeat:no-repeat;content:"";width:256px;height:135px;background-size:cover;z-index:-1}html.style5 .mobile-version-sec .mobile-qr .qr-img img{box-shadow:0 10px 60px 0 rgba(0,0,0,.15)}html.style5 .mobile-version-sec .mobile-qr .btn-qr{padding:5px 10px;border-radius:5px;filter:drop-shadow(0 5px 7.5px rgba(255,45,100,.35));background-color:#ff2d64;color:#fff;font-size:12px;text-align:center;font-weight:500;font-family:Rubik;margin-bottom:20px}html.style5 .mobile-version-sec .chitchat-back-block .chit-chat1{position:absolute;left:20%;top:20%;width:150px;transform:rotate(86deg);animation:slidemain 80s linear infinite}html.style5 .mobile-version-sec .chitchat-back-block .chit-chat2{position:absolute;right:20%;bottom:26%;width:150px;transform:rotate(-86deg);animation:slidemain 50s linear infinite}html.style5 .mobile-version-sec .chitchat-back-block .chit-chat3{position:absolute;left:41%;top:38%;z-index:-1;transform:rotate(-86deg);animation:slidemain 50s linear infinite}html.style5 .mobile-version-sec .chitchat-back-block .chit-chat4{position:absolute;top:13%;right:-5%;transform:rotate(125deg);animation:slidemain 60s linear infinite}html.style5 .app-demo-section{background:#fff}html.style5 .app-demo-section .app-demo-content{text-align:center;position:relative;margin-bottom:50px}html.style5 .app-demo-section .container-modify{max-width:1600px;margin:0 auto}html.style5 .app-demo-section .img-effect{transition:all .3s linear;text-align:center}html.style5 .app-demo-section .img-effect:hover{transform:translateY(-6px)}html.style5 .app-demo-section .app-img{border-radius:30px;box-shadow:-1px 2px 5px 1px #ececec}html.style5 .three-in-one-sec{margin-top:-70px}html.style5 .three-in-one-sec .chat-sec{width:100%;height:350px;box-shadow:0 0 10px 2px #ddd}html.style5 .three-in-one-sec .app-lauout-sec .landing-page-img{width:100%;height:175px;display:inline-block;position:relative;background-repeat:no-repeat;box-shadow:0 0 10px 2px #ddd;background-color:#fff;background-size:contain}html.style5 .three-in-one-sec .app-lauout-sec .landing-page-img .img-scroll{transition:all 9s ease-out 0s;background-position:center 0;background-repeat:no-repeat;position:absolute;width:100%;height:calc(100% - 18px);top:18px;left:0;background-size:cover}html.style5 .three-in-one-sec .app-lauout-sec .landing-page-img:hover .img-scroll{background-position:center 100%!important}html.style5 .popup-group{margin-bottom:-20px}html.style5 .popup-group .font_label{margin:0 8px 20px}html.style5 .landing_popups{position:relative;background-color:#288bfe;background:-webkit-linear-gradient(left,#00caf3,#0090ff)}html.style5 .landing_popups h1{color:#fff!important;-webkit-text-fill-color:#fff}html.style5 .landing_popups h5{color:#fff}html.style5 .landing_popups #videocallhang.modal{position:static}html.style5 .landing_popups .viddiolog.fade{height:auto}html.style5 .landing_popups .viddiolog.fade .modal-body{padding-top:0}html.style5 .landing_popups .viddiolog.modal-dialog{margin:0 auto;height:auto}html.style5 .landing_popups .viddiolog.modal-dialog .videocall-details h5{font-size:calc(13px + 1*(100vw - 320px)/1600);letter-spacing:0;color:#223645!important;font-family:Montserrat,sans-serif;font-weight:700;text-align:left}html.style5 .landing_popups .svg_img2{position:absolute;right:-300px;top:350px;opacity:.5;animation:rotatedTwo 15s linear infinite alternate}html.style5 .landing_popups .slicing-img-8{position:absolute;top:100px;animation:homecloud 30s linear infinite;transform:scale(2)}html.style5 .landing_popups .slicing-img-9{position:absolute;left:0;top:50px;animation:animateCloud 60s linear infinite}html.style5 .easy-navigation .inner-block{height:calc(100% - 0px);background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:45px;margin-bottom:20px;text-align:center}html.style5 .easy-navigation .inner-block h4{font-size:calc(20px + 8*(100vw - 320px)/1600);color:#223645}html.style5 .easy-navigation .inner-block p{font-size:15px;line-height:1.7;letter-spacing:.7px}html.style5 .easy-navigation .exclusive-image{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style5 .slick-slider .slick-list{margin:0 -6px}html.style5 .slick-slider .slick-list .slick-slide{padding:0 6px}html.style5 .slick-slider .slick-list .slick-slide .item:focus{outline:none}html.style5 .custom-control-label{font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;font-weight:600;line-height:1.9;padding-left:10px}html.style5 .custom-switch .custom-control-label:before{border-radius:20px;height:19px;width:34px;box-shadow:inset 0 0 0 0 #dfdfdf;border-color:#dfdfdf;cursor:pointer}html.style5 .custom-switch .custom-control-label:after{top:calc(.25rem + 3px);left:calc(-2.25rem + 1px);width:calc(1rem - 3px);border-radius:100%;height:calc(1rem - 3px);box-shadow:0 1px 3px rgba(0,0,0,.4);background-color:transparent;cursor:pointer}html.style5 .custom-switch .custom-control-input:checked~.custom-control-label:before{background-color:#3fcc35;border-color:#3fcc35;box-shadow:inset 0 0 0 10px #3fcc35}html.style5 .custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(1.15rem)}html.style5 .custom-switch .custom-control-input:focus~.custom-control-label:before{box-shadow:none}html.style5 .custom-switch .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:unset;border-color:#dfdfdf}html.style5 .custom-switch.custom-switch-primary .custom-control-label:before{transition:border .4s ease 0s,box-shadow .4s ease 0s}html.style5 .custom-switch.custom-switch-primary .custom-control-label:after{transition:background-color .4s ease 0s,transform .2s ease 0s}html.style5 .custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:before{background-color:#ff5b92;border-color:#ff5b92;box-shadow:inset 0 0 0 10px #ff5b92;transition:border .4s ease 0s,box-shadow .4s ease 0s,background-color 1.2s ease 0s}html.style5 .custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transition:background-color .4s ease 0s,transform .2s ease 0s}html.style5 .status-switch .custom-control-label{color:#223645}html.style5 .snippet-modal-main .default-form select{background:url(/assets/images/drop-1.png) #eff7fe no-repeat scroll 97.6%}html.style5 .theme-pannel-main{background-color:#fff;position:fixed;top:30%;right:0;z-index:9;padding:0 5px;box-shadow:0 0 7px 1px hsla(0,0%,62%,.2)}html.style5 .theme-pannel-main ul li{display:flex;padding:10px 12px;border-bottom:1px solid #dadada}html.style5 .theme-pannel-main ul li span{padding:0;text-transform:uppercase;color:#949494;font-weight:700}html.style5 .theme-pannel-main ul li a{padding:0}html.style5 .theme-pannel-main ul li:last-child{border-bottom:0}html.style5 .color-picker .title{display:inline-block;position:absolute;left:-68px;width:68px;box-shadow:-3px 0 7px 1px hsla(0,0%,62%,.2);background-color:#fff;padding:10px 14px;border-radius:5px}html.style5 .color-picker .colors li{height:35px;width:35px;margin:3px;display:inline-block;position:relative;border-radius:5px}html.style5 .color-picker .colors li.active:before{content:"";position:absolute;font-family:themify;color:#fff;font-size:19px;top:4px;left:9px;transform:rotate(-90deg)}html.style5 .color{background-color:#1c9dea}html.style5 .color1{background-color:#3a62b8}html.style5 .color2{background-color:#064c3c}html.style5 .color3{background-color:#9b4aff}html.style5 .color4{background-color:#00d3cb}html.style5 .color5{background-color:#ff5b92}html.style5 .color6{background-color:#ff803c}html.style5 .setting-sidebar{background-color:#fff;padding:20px;width:350px;height:100%;position:fixed;top:0;right:-350px;z-index:999;border-left:1px solid #eff1f2;transition:all .5s ease}html.style5 .setting-sidebar li{cursor:pointer}html.style5 .setting-sidebar .theme-title{border-bottom:1px solid #eff1f2;padding-bottom:15px}html.style5 .setting-sidebar h5{padding-top:20px;padding-bottom:15px}html.style5 .setting-sidebar .theme-layout ul{display:flex;align-items:center}html.style5 .setting-sidebar .theme-layout ul li{width:70px;height:50px;display:flex;align-items:center;background-color:#fff;margin-right:10px}html.style5 .setting-sidebar .theme-layout ul li.active .sidebar-content{position:relative}html.style5 .setting-sidebar .theme-layout ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;font-weight:900;height:100%;width:100%;display:flex;align-items:center;justify-content:center}html.style5 .setting-sidebar .theme-layout ul li .sidebar{width:30%;height:100%;background-color:#eff1f2;margin-right:5px;border-radius:5px}html.style5 .setting-sidebar .theme-layout ul li .sidebar-content{background-color:#eff1f2;width:70%;height:100%;border-radius:5px}html.style5 .setting-sidebar .theme-layout ul li:nth-child(2) .sidebar,html.style5 .setting-sidebar .theme-layout ul li:nth-child(3) .sidebar,html.style5 .setting-sidebar .theme-layout ul li:nth-child(3) .sidebar-content{background-color:#595959}html.style5 .setting-sidebar .theme-layout ul li:last-child .sidebar,html.style5 .setting-sidebar .theme-layout ul li:last-child .sidebar-content{background-image:linear-gradient(45deg,#3a62b8,#ff803c)}html.style5 .setting-sidebar .chat-wallpaper .wallpaper{margin-top:0}html.style5 .setting-sidebar .chat-wallpaper .wallpaper li{position:relative;width:47px;height:47px;border-radius:5px;margin:2px;background-size:unset!important}html.style5 .setting-sidebar .chat-wallpaper .wallpaper li.active:before{content:"";font-family:themify;position:absolute;font-weight:900;font-size:20px;height:100%;width:100%;display:flex;align-items:center;justify-content:center}html.style5 .setting-sidebar .themes-content ul li{display:inline-block;width:68px;height:60px;background-color:#eff1f2;margin-right:5px;border-radius:5px;position:relative}html.style5 .setting-sidebar .themes-content ul li.active:before{content:"";font-family:themify;position:absolute;display:flex;height:100%;width:100%;align-items:center;justify-content:center;font-weight:900;font-size:20px}html.style5 .setting-sidebar .sidebar-setting ul{display:flex}html.style5 .setting-sidebar .sidebar-setting ul li{width:144px;height:70px;display:flex;align-items:center;margin-right:15px}html.style5 .setting-sidebar .sidebar-setting ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px}html.style5 .setting-sidebar .sidebar-setting ul li:last-child{margin-right:0}html.style5 .setting-sidebar .sidebar-setting ul li .sm-sidebar{background-color:#eff1f2;margin-right:3px;width:10%;height:100%}html.style5 .setting-sidebar .sidebar-setting ul li .sidebar{background-color:#eff1f2;width:20%;height:100%;border-radius:5px;margin-right:3px}html.style5 .setting-sidebar .sidebar-setting ul li .sidebar-content{background-color:#eff1f2;width:80%;height:100%;border-radius:5px;position:relative}html.style5 .sidebar-pannle-main{position:fixed;bottom:110px;right:22px;z-index:9}html.style5 .sidebar-pannle-main ul{display:flex;flex-direction:column}html.style5 .sidebar-pannle-main ul li{cursor:pointer;margin-bottom:10px}html.style5 .sidebar-pannle-main ul li.cog-click i{animation:infinite-spinning 1.5s linear infinite}html.style5 .fev-addcall-main.add-popup .modal-dialog:before{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;top:-9px}html.style5 .contact-chat>ul>li .contact-name .msg-box{margin-top:10px}html.style5 .msg-box>li .auto-gallery,html.style5 .msg-box>li .document,html.style5 .msg-box>li h5{padding:16px 20px}html.style5 .add-contact-modal .modal-dialog:before{border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #fff;bottom:-9px}html.style5 .add-contact-modal .default-form input[type=number]::-webkit-inner-spin-button,html.style5 .add-contact-modal .default-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;-moz-appearance:textfield}html.style5 .add-popup .close{width:75px;height:75px;background:#ff5b92;border-radius:0 0 0 90px;position:absolute;right:15px;top:15px;opacity:1;margin-right:-15px}html.style5 .add-popup .close span{color:#fff;font-size:30px;position:absolute;top:20px;right:20px}html.style5 .add-popup .modal-body{padding:30px}html.style5 .add-popup .modal-footer,html.style5 .add-popup .modal-header{padding:20px 35px}html.style5 .add-popup .modal-footer .modal-title,html.style5 .add-popup .modal-header .modal-title{color:#ff5b92;text-transform:capitalize;font-weight:700;font-size:calc(16px + 12*(100vw - 320px)/1600)}html.style5 .add-popup .modal-header{border-bottom-color:#eff1f2;background-color:rgba(255,91,146,.15)}html.style5 .add-popup .modal-header i{font-size:30px;margin-right:10px}html.style5 .add-popup .modal-body h3{margin-bottom:20px;text-transform:capitalize}html.style5 .add-popup .default-form .form-group .form-control{padding:15px 25px;margin-bottom:20px}html.style5 .add-popup .default-form .form-group .form-control::placeholder{text-transform:capitalize}html.style5 .add-popup .modal-footer{border-top:1px solid #eff1f2}html.style5 .delete-modal .modal-header{background-color:transparent;border-bottom:none}html.style5 .delete-modal .modal-header .modal-title{display:none}html.style5 .delete-modal .modal-body{text-align:center}html.style5 .delete-modal .delete-btn{margin-top:30px}html.style5 .video-popup .modal-header{padding:0!important;display:block}html.style5 .video-popup iframe{height:448px;width:100%;vertical-align:middle;border:none}html.style5 .pol-modal-main.modal-dialog{width:700px;max-width:unset}html.style5 .pol-modal-main .modal-content .modal-header svg{color:#ff5b92;font-weight:600;margin-right:10px}html.style5 .pol-modal-main .modal-content .modal-body .form-group input::placeholder{font-size:14px}html.style5 .pol-modal-main .modal-content .modal-body .form-group a.add-option{color:#ff5b92;text-transform:capitalize;font-size:14px;font-weight:500}html.style5 .pol-modal-main .modal-content .modal-body .form-group .post-poll{background-color:rgba(255,91,146,.15);padding:25px;border-radius:15px}html.style5 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:flex;justify-content:space-between}html.style5 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-transform:capitalize;font-size:14px;font-weight:600}html.style5 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{font-size:14px;margin-left:15px;text-transform:capitalize;display:inline-block;margin-bottom:0}html.style5 .pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:14px;text-transform:capitalize;font-weight:600;display:flex;align-items:center}html.style5 .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-right:10px}html.style5 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:40px}html.style5 .pol-modal-main .modal-content .modal-body .creat-poll-btn a{display:block;text-transform:capitalize;letter-spacing:1px}html.style5 .snippet-modal-main.modal-dialog{width:800px;max-width:unset}html.style5 .notes-modal-main .modal-content .card{margin-bottom:0;border:0;transition:all .3s ease}html.style5 .notes-modal-main .modal-content .card .card-header{background-color:#fff;border-bottom:1px solid #eee;padding:30px}html.style5 .notes-modal-main .modal-content .card .card-header h5{font-size:18px;margin-bottom:0;text-transform:uppercase;font-weight:600}html.style5 .notes-modal-main .modal-content .card .card-body{padding:30px;border-bottom:1px solid #eee}html.style5 .notes-modal-main .modal-content .card .card-body h1{padding-bottom:30px}html.style5 .notes-modal-main .modal-content .card .card-body p:last-child{margin-bottom:0}html.style5 .notes-modal-main .modal-content .card .card-footer{padding:30px;background-color:#fff;border-top:none}html.style5 .notes-modal-main .modal-content .card .card-footer button{margin-right:15px}html.style5 .reminder-modal-main .modal-content{height:500px;overflow:auto}html.style5 .reminder-modal-main .modal-content .modal-body .form-group label{display:block;margin-bottom:10px;font-weight:600;font-size:16px;text-transform:capitalize}html.style5 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{display:inline-block;padding:15px 20px;border-radius:5px;background-color:#f8f5f6;text-align:center;border:none}html.style5 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-num,html.style5 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-val{color:#ff5b92;transition:color .3s ease}html.style5 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active{background-color:#ff5b92}html.style5 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-num,html.style5 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-val{color:#fff;transition:color .3s ease}html.style5 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-num{margin-bottom:7px}html.style5 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-val{margin-bottom:0;font-weight:500}html.style5 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-left:15px}html.style5 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:flex;margin-bottom:0;text-transform:uppercase}html.style5 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-right:30px}html.style5 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{line-height:1;font-size:14px;color:#223645;letter-spacing:.08em}html.style5 .reminder-modal-main .modal-content .modal-body .reminder-btn{text-align:center}html.style5 .reminder-modal-main .modal-content .modal-body .reminder-btn h5{text-transform:capitalize;color:#223645;margin-bottom:20px}html.style5 .reminder-modal-main .modal-content .modal-body .reminder-btn a{color:#fff}html.style5 .reminder-modal-main .modal-body .form-group{margin-bottom:25px}html.style5 .reminder-modal-main .modal-body .form-group textarea{border-radius:15px;background-color:#f8f5f6;border:none}html.style5 .show-notifications{position:relative}html.style5 .show-notifications:active #icon-bell,html.style5 .show-notifications:focus #icon-bell,html.style5 .show-notifications:hover #icon-bell{fill:#34495e}html.style5 .show-notifications #icon-bell{fill:#7f8c8d}html.style5 .show-notifications .notifications-count{border-radius:50%;background-clip:padding-box;background:#3498db;color:#fefefe;font:normal .85em Lato;height:16px;line-height:1.75em;position:absolute;right:2px;text-align:center;top:-2px;width:16px}html.style5 .show-notifications.active~.notifications{opacity:1;top:60px}html.style5 .notifications{border-radius:2px;background-clip:padding-box;transition:opacity .25s ease-out .1s;background:#ecf0f1;border:1px solid #bdc3c7;left:10px;opacity:0;position:absolute}html.style5 .notifications h3{cursor:default;font-size:1.05em;font-weight:400;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}html.style5 .notifications .notifications-list{list-style:none;margin:0;overflow:hidden;padding:0}html.style5 .notifications .notifications-list .item{transition:transform .25s ease-out .1s;border-top:1px solid #bdc3c7;color:#7f8c8d;cursor:default;display:block;padding:10px;position:relative;white-space:nowrap;width:350px}html.style5 .notifications .notifications-list .item.no-data{display:none;text-align:center}html.style5 .notifications .notifications-list .item.expired{color:#bdc3c7}html.style5 .notifications .notifications-list .item.expired:before{background:#bdc3c7}html.style5 .notifications .notifications-list .item.expired .details .date{color:#bdc3c7}html.style5 .notifications .notifications-list .item:before{border-radius:50%;background-clip:padding-box;background:#3498db;content:"";height:8px;width:8px;display:inline-block;vertical-align:middle}html.style5 .notifications .notifications-list .item .details{display:inline-block;vertical-align:middle;margin-left:10px;white-space:normal;width:280px}html.style5 .notifications .notifications-list .item .details .title{display:block}html.style5 .notifications .notifications-list .item .details .date{display:block;font-size:.85em;margin-top:3px}html.style5 .notifications .notifications-list .item .button-dismiss{display:inline-block;vertical-align:middle;color:#bdc3c7;font-size:2.25em}html.style5 .notifications .show-all{display:block;text-align:center;text-decoration:none;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}html.style5 .notifications:after{border:10px solid transparent;border-bottom-color:#3498db;content:"";display:block;height:0;left:10px;position:absolute;top:-20px;width:0}html.style5 .button-default{transition:color .25s ease-out .1s;background:transparent;border:none;cursor:pointer;margin:0;outline:none;position:relative}html.style5 .todo-main-modal .modal-body{padding-bottom:0}html.style5 .todo-main-modal .modal-body .default-form .todo-task h5{padding-bottom:10px}html.style5 .todo-main-modal .modal-body .default-form .form-group+.form-group{display:flex;margin-top:unset}html.style5 .todo-main-modal .modal-body .default-form .form-group+.form-group input{height:45px;border-radius:15px;background-color:#fff;border:none;margin-left:10px}html.style5 .todo-main-modal .modal-body .dropdown.currency{width:30%}html.style5 .create-todo-main-modal .modal-body{padding-bottom:0}html.style5 .create-todo-main-modal .modal-body .default-form .todo-task h5{margin-bottom:15px}html.style5 .create-todo-main-modal .modal-body .default-form .form-group{display:flex;align-items:center}html.style5 .create-todo-main-modal .modal-body .default-form .form-group input{margin-left:10px}html.style5 .create-todo-main-modal .modal-body .default-form .dropdown.currency{width:30%;text-align:left}html.style5 .create-todo-main-modal .modal-body .dropdown .dropdown-menu li{font-size:14px}@media(max-height:730px){html.style5 .chitchat-container .sidebar-bottom{padding-bottom:25px}html.style5 .chitchat-container .main-nav .sidebar-main .sidebar-bottom li,html.style5 .chitchat-container .main-nav .sidebar-main .sidebar-top li{padding-top:25px}}@media(max-width:1660px){html.style5 .about-page p{margin-bottom:-3px}html.style5 .secure-app-main .secure-app-content{background-color:hsla(0,0%,100%,.9);padding:30px}}@media(max-width:1500px){html.style5 .testimonial-main .slick-slider .slick-list{margin:0 -10px}html.style5 .testimonial-main .slick-slider .slick-list .slick-slide{padding:0 10px}html.style5 .recent .theme-title .mainnav,html.style5 .recent .theme-title .mobile-back{height:32px;width:32px}html.style5 .chitchat-main .messages .contact-details .left.media .media-right .mute i:after{top:14px;left:5px}html.style5 .contact-chat .profile{height:50px;width:50px}html.style5 .call-content,html.style5 .contact-content{overflow:scroll;height:100%}html.style5 .call-content .col-sm-5,html.style5 .call-content .col-sm-7,html.style5 .contact-content .col-sm-5,html.style5 .contact-content .col-sm-7{flex:100% 1;max-width:100%}html.style5 .call-content .col-sm-7,html.style5 .contact-content .col-sm-7{margin-top:20px}html.style5 .call-content .col-sm-7 .call-log-clear,html.style5 .contact-content .col-sm-7 .call-log-clear{margin-bottom:40px}html.style5 .contact-details ul li{padding-left:7px!important}html.style5 .contact-details>.row .icon-btn{height:32px;width:32px}}@media(max-width:1366px){html.style5 .profile-box .details.edit{width:170px}html.style5 .chitchat-main .message-input input{width:calc(100% - 280px)}html.style5 .chitchat-right-sidebar .status ul li{padding-left:30px}html.style5 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{padding:10px 20px}html.style5 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li{padding-bottom:0}html.style5 header .landing-header{background-color:#ff5b92;max-width:97%;border-radius:20px;box-shadow:0 0 30px rgba(29,168,253,.5);margin:0 auto;padding:5px 50px}html.style5 header .landing-header.fixed .navbar-collapse .navbar-nav{margin-left:10px}html.style5 header .landing-header .navbar-collapse .navbar-nav{padding-left:0;margin-left:140px}html.style5 .chat-main li .chat-box .details h6{max-width:150px}html.style5 .search2>div{height:40px}html.style5 .group-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}html.style5 .close-app{display:none}html.style5 .sidebar-pannle-main{bottom:70px}html.style5 .contact-chat>ul>li.replies,html.style5 .contact-chat>ul>li.sent{width:65%}html.style5 .emojis-main .contact-poll .mr-4{margin-right:.5rem!important}html.style5 .profile-box{padding-bottom:0}html.style5 .chitchat-main .message-input{padding:1% 10px}html.style5 .chitchat-main .call-content .user-profile .user-content ul li{font-size:0;padding-bottom:0}html.style5 .chitchat-main li .chat-box .details h6{max-width:130px}html.style5 .chitchat-main li.active .details h6{letter-spacing:unset}html.style5 .notification-tab .chat-main .chat-box .details h5{line-height:1.5}html.style5 .notification-tab .chat-main .chat-box .date-status,html.style5 .notification-tab .chat-main .chat-box .profile{top:10px}html.style5 .notification-tab .chat-main li{padding:0 20px}html.style5 .setting-block{padding:30px 40px}html.style5 .setting-block .block{padding:40px 20px 0}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab{padding:40px 20px}html.style5 .chitchat-container .chitchat-left-sidebar{min-width:300px;width:300px;animation:fadeInright .3s ease-in-out;transition:all .3s ease}html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab{width:300px;min-width:300px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:20px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs .nav-tabs{padding-bottom:20px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:12px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:10px;width:10px;margin-right:5px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:60px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:20px 20px 0}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{width:calc(100% - 30px);left:15px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent{width:300px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 20px 0}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 20px}html.style5 .call-log-main li,html.style5 .contact-log-main li{padding-top:8px;padding-bottom:8px}html.style5 .document-tab .chat-box .date-status,html.style5 .fevorite-tab .chat-box .date-status{position:absolute;right:0;top:10px;text-align:right}html.style5 .document-tab .chat-main li,html.style5 .fevorite-tab .chat-main li{padding-top:8px;padding-bottom:8px}html.style5 .dynemic-sidebar .theme-title{margin-bottom:20px}html.style5 .dynemic-sidebar .chat-main li .chat-box .details{padding-top:8px;padding-bottom:9px}html.style5 .dynemic-sidebar .chat-main .icon-btn.btn-xl{height:50px;width:50px}html.style5 .dynemic-sidebar .chat-main .icon-btn.btn-xl i{font-size:20px}html.style5 .dynemic-sidebar .chat-main .media-body{position:absolute;right:0;top:8px}html.style5 .dynemic-sidebar .chat-main .profile{width:50px;height:50px}html.style5 .m-r-15{margin-right:5px}html.style5 .search2{margin-left:0;margin-right:0}html.style5 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 390px)}html.style5 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 475px)}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 580px)}html.style5 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}html.style5 .sidebar-active.menu-active .chitchat-container .chitchat-main{width:calc(100% - 92px)}html.style5 .menu-active .chitchat-main .messages .contact-details{width:63.9vw!important}html.style5 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:7px 15px}html.style5 .call-log-main li,html.style5 .chat-main li,html.style5 .contact-log-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}html.style5 .call-log-main li .call-box,html.style5 .call-log-main li .chat-box,html.style5 .call-log-main li .contact-box,html.style5 .chat-main li .call-box,html.style5 .chat-main li .chat-box,html.style5 .chat-main li .contact-box,html.style5 .contact-log-main li .call-box,html.style5 .contact-log-main li .chat-box,html.style5 .contact-log-main li .contact-box{display:flex;align-items:center}html.style5 .call-log-main li .call-box .details,html.style5 .call-log-main li .chat-box .details,html.style5 .call-log-main li .contact-box .details,html.style5 .chat-main li .call-box .details,html.style5 .chat-main li .chat-box .details,html.style5 .chat-main li .contact-box .details,html.style5 .contact-log-main li .call-box .details,html.style5 .contact-log-main li .chat-box .details,html.style5 .contact-log-main li .contact-box .details{padding-left:60px;padding-right:50px}html.style5 .chat .profile{width:50px;height:50px}html.style5 .call-log-main .call-box .details,html.style5 .contact-log-main .call-box .details{padding-right:60px}html.style5 .call-log-main li .contact-box .details,html.style5 .contact-log-main li .contact-box .details{padding-right:80px;padding-left:60px}html.style5 .group-main .group-box .details{padding-left:60px}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 495px)}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 790px)}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 880px)}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 490px)}html.style5 .sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 720px)}html.style5 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 390px)}html.style5 .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}html.style5 .chitchat-main .message-input{width:90%}html.style5 .menu-active .login-content .line h6:after,html.style5 .menu-active .login-content .line h6:before{width:4rem}html.style5 header .landing-header .navbar-collapse{width:100%}html.style5 .call-log-main .call-box .details{padding-left:70px!important}html.style5 .videocall.call-modal .small-image,html.style5 .videocallhang.call-modal .small-image{width:180px;height:250px}html.style5 .videocall.call-modal .videocall-details .usersprof .profile{width:50px;height:50px}}@media(min-width:1199.98px){html.style5 .main-menu .collapse{display:block}}@media(max-width:1199.98px){html.style5 .landing-header .dropdown-menu a{padding-top:6px;padding-bottom:6px}html.style5 header .landing-header .navbar-collapse .navbar-nav{background-color:transparent;margin-left:0}html.style5 header .landing-header.fixed .main-menu .navbar-nav>li>a{color:rgba(0,0,0,.7)!important}html.style5 .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link{color:rgba(0,0,0,.9)}html.style5 .landing-page .landing-header .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}html.style5 .mobile-version-sec .chitchat-back-block .chit-chat2{display:none}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-content h3{margin-bottom:3px!important}html.style5 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:24px}html.style5 .chat-landing-page .content-title{margin-bottom:35px}html.style5 .emojis-main .contact-poll .contact-poll-content:before{left:30px}html.style5 header{padding-top:10px;padding-bottom:0;clear:both}html.style5 header .landing-header .dropdown-menu{position:relative!important;width:calc(100% - 30px);margin-bottom:14px;padding-bottom:10px;margin-top:10px;transform:unset!important}html.style5 header .landing-header .logo-block img{height:40px}html.style5 header .landing-header .navbar-toggler{position:absolute;right:17px;top:19px;background-color:#fff}html.style5 header .landing-header .navbar-toggler:focus{outline:none}html.style5 header .landing-header .navbar-toggler .navbar-toggler-icon{vertical-align:-2px}html.style5 header .landing-header .navbar-collapse{position:absolute;top:64px;background-color:#fff;right:0;width:61%!important;border-radius:15px;padding:20px 0;border:1px solid #faebf0}html.style5 header .landing-header .navbar-collapse .navbar-nav,html.style5 header .landing-header .navbar-collapse .navbar-nav .nav-item{display:block}html.style5 header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{padding-top:3px;padding-bottom:3px}html.style5 .chitchat-main .messages .contact-details{padding:15px}html.style5 .chitchat-main .messages .contact-details .media-right ul{display:flex}html.style5 .chitchat-main .messages .contact-details .search-form,html.style5 .chitchat-main .messages .contact-details .search-form.open{height:90px}html.style5 .chitchat-main .message-input{width:calc(100% - 100px)}html.style5 .chitchat-main .messages .contact-details .col{width:100px}html.style5 .chitchat-main .messages .contact-details .left.media .media-body{display:none}html.style5 .theme-landing header .landing-header .navbar-collapse{padding:20px}html.style5 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item{padding:3px 0;margin-left:0}html.style5 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link{color:rgba(0,0,0,.7)!important;transition:all .5s ease;padding:0}html.style5 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link:hover{color:#ff5b92!important}html.style5 .theme-landing header .landing-header .dropdown-menu{width:calc(100% - 10px)}html.style5 .theme-landing header .landing-header .dropdown-menu .nav-link a{transition:all .5s ease}html.style5 .theme-landing header .landing-header .dropdown-menu .nav-link a:hover{color:#ff5b92!important}html.style5 .rate-us{padding-top:40px!important}}@media(max-width:1024px){html.style5 .slider-block{background-position:bottom!important}html.style5 .chitchat-main .messages .contact-details .left.media .media-body:before{top:-4px}html.style5 .chitchat-main .messages .contact-details .media-body h5{display:none}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:4px}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details ul li{padding-left:21px}html.style5 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}html.style5 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}html.style5 .chitchat-main .messages .contact-details{padding:15px}html.style5 .chitchat-main .messages .contact-details .media-right ul{display:flex}html.style5 .faq-section .accordion.theme-accordion .card .card-header button:before{right:10px}}@media(max-width:992px){html.style5 .chitchat-right-sidebar .document,html.style5 .chitchat-right-sidebar .media-gallery,html.style5 .chitchat-right-sidebar .status{padding:30px 20px}html.style5 .chitchat-main .message-input input{width:90%}html.style5 .chitchat-container .chitchat-right-sidebar{min-width:280px;width:280px}html.style5 .chitchat-container .chitchat-right-sidebar .contact-profile{padding:20px}html.style5 .chitchat-container.sidebar-overlap .chitchat-main,html.style5 .chitchat-container.sidebar-overlap .chitchat-main .messages .contact-details,html.style5 .chitchat-container.sidebar-overlap .contact-details,html.style5 .chitchat-container.sidebar-overlap .message-input{width:100%!important}html.style5 .chat-landing-page .landing_page_slider{min-height:800px;background-position:bottom}html.style5 .secure-app-main,html.style5 .secure-app-main .secure-app-content{height:350px}html.style5 [class*=introjs]{display:none}html.style5 .main-nav.introjs-fixParent,html.style5 .sidebar-top.introjs-relativePosition{display:block}html.style5 .chitchat-main .messages .contact-details{width:calc(100vw - 390px)}html.style5 header .landing-header,html.style5 header .landing-header.fixed{padding:5px 15px}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 495px)!important}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 400px)}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:33.3vw!important}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:9px}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}html.style5 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:44vw}html.style5 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}html.style5 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}html.style5 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 92px)}html.style5 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .contact-details{width:84vw}html.style5 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details{width:42.5vw!important}html.style5 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:21px}html.style5 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .message-input{width:calc(100% - 500px)}html.style5 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:53vw}html.style5 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:9px}html.style5 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .message-input{width:calc(100% - 400px)}html.style5 .recent .theme-title .close-contentbtn{display:flex}html.style5 .element-card .typography .font_label{margin-bottom:20px}html.style5 .login-content .line h6:after,html.style5 .login-content .line h6:before{width:3.5rem}html.style5 .mr-3{margin-right:10px!important}html.style5 footer .footer_order_2{order:-1}html.style5 footer .footer_order_1{order:-2}html.style5 footer .footer_order_3{margin-top:40px}}@media(max-width:991px){html.style5 .video-popup iframe{height:278px}html.style5 .chitchat-main .messages{padding:25px}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 455px)!important}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 455px)}html.style5 .blog-detail-page .blog-detail .post-social ul.social-group{float:none;margin-top:15px;display:block}html.style5 footer .footer-block{display:flex;justify-content:center}html.style5 footer .footer-block>div{margin-top:30px}html.style5 footer .footer-block>div:first-child,html.style5 footer .footer-block>div:last-child{order:-1;margin-top:0}html.style5 .audiocall1.call-modal,html.style5 .audiocall2.call-modal,html.style5 .conferencecall.call-modal,html.style5 .videocall.call-modal,html.style5 .videocallhang.call-modal{min-height:530px}html.style5 .videocall.call-modal .small-image,html.style5 .videocallhang.call-modal .small-image{width:150px;height:200px;left:20px}html.style5 .three-in-one-sec{margin-top:0}html.style5 .bonus-page .chit-chat5,html.style5 .collaboration-main .chit-chat5,html.style5 .dark-light .chit-chat5,html.style5 .easy-navigation .chit-chat5,html.style5 .real-time-customizer .chit-chat5{display:none}html.style5 .pol-modal-main.modal-dialog,html.style5 .snippet-modal-main.modal-dialog{width:600px}html.style5 .notes-modal-main .modal-content{height:450px}html.style5 .notes-modal-main .modal-content .modal-body{overflow:auto;padding:0}html.style5 .notes-modal-main .modal-content .card .card-body,html.style5 .notes-modal-main .modal-content .card .card-header{padding:20px}html.style5 .notes-modal-main .modal-content .card .card-body h1{padding-bottom:15px;line-height:1}}@media(max-width:800px){html.style5 .chitchat-left-sidebar .search-form .form-group .icon-close{top:3px}html.style5 .profile-box .details.edit{width:90%}html.style5 .chitchat-container{overflow:hidden}html.style5 .chitchat-main .chat-content .badge.sm{padding:4px}html.style5 .menu-active .chitchat-main .messages .contact-details{width:calc(100% - 50px)!important}html.style5 .mobile-back,html.style5 .mobile-sidebar{display:inline-flex}html.style5 .search2>div{width:100%;height:50px}html.style5 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 35px;font-size:16px}html.style5 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:22px}html.style5 .chat .details{padding-left:75px!important}html.style5 .chat .details h6,html.style5 .chitchat-left-sidebar .details h6{max-width:unset;font-size:calc(12px + 2*(100vw - 320px)/480);padding-top:6px}html.style5 .chat h5,html.style5 .chitchat-left-sidebar h5{font-size:calc(13px + 2*(100vw - 320px)/480)}html.style5 .chat .profile,html.style5 .chitchat-left-sidebar .profile{width:60px;height:60px}html.style5 .theme-tab>.nav-tabs>.nav-item .nav-link{padding:12px 60px;font-size:calc(14px + 8*(100vw - 320px)/1600)}html.style5 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar{width:calc(100vw - 100px);min-width:calc(100vw - 100px)}html.style5 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,html.style5 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:calc(100vw - 100px)}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search{margin-top:10px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat h2{font-size:calc(20px + 12*(100vw - 320px)/480)}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:calc(13px + 4*(100vw - 320px)/480);padding:5px 40px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:14px;width:14px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent{width:100vw}html.style5 .chitchat-container .chitchat-left-sidebar,html.style5 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style5 .chitchat-container .chitchat-left-sidebar .document-tab,html.style5 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style5 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style5 .chitchat-container .chitchat-left-sidebar .recent-default,html.style5 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style5 .chitchat-container .chitchat-left-sidebar .status-tab{width:calc(100vw - 1px);min-width:calc(100vw - 1px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style5 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar,html.style5 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 90px)}html.style5 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 140px)}html.style5 .chitchat-container .chitchat-main .message-input{width:100%;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;bottom:unset;position:static}html.style5 .chitchat-container .chitchat-main .messages{padding:25px}html.style5 .chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 52px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style5 .chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}html.style5 .chitchat-container.mobile-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style5 .chat-tabs ul li.nav-item{margin:0 10px}html.style5 .chat-tabs ul li.nav-item a{width:100%}html.style5 ul.chat-cont-setting{left:unset;right:20px}}@media(max-width:767.98px){html.style5 .chitchat-main .chitchat-contain ul.detial-price li i{margin-right:10px}html.style5 .videocall.call-modal .videocall-details{padding:15px;background-color:hsla(0,0%,100%,.8)}html.style5 .modal-dialog-centered .modal-content{max-height:90vh;overflow:scroll}html.style5 .zoomcontent{display:none}html.style5 footer .copyright .footer-left{margin-bottom:5px}html.style5 header .landing-header{max-width:99%}html.style5 .three-in-one-sec{margin-top:0}html.style5 .chat-landing-page h1{margin-bottom:10px}html.style5 .bonus-page .demo-title{margin-top:10px}html.style5 .three-in-one-sec .landing-screen-animation>div:first-child,html.style5 .three-in-one-sec .landing-screen-animation>div:nth-child(2){margin-bottom:30px}html.style5 .rate-us .rate_us-section h2{margin:20px 0}html.style5 .rate-us .rate_us-section .rate-section li i{font-size:28px}html.style5 .sidebar-pannle-main{display:none}html.style5 .chitchat-loader h3{margin-top:15px;padding:0 15px;line-height:1.4}html.style5 .chitchat-loader img{height:80px}html.style5 .videocall.call-modal .small-image{left:20px}html.style5 .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:5px;float:unset}html.style5 .sidebar-pannle-main{right:15px}html.style5 .chitchat-main .messages .contact-details{width:calc(100vw - 390px)}html.style5 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:21px}html.style5 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn svg{vertical-align:unset;stroke-width:2px}html.style5 .chitchat-main .messages .contact-details ul li{padding-left:30px}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:66.3vw!important}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:33px}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 200px)}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:24px}html.style5 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:28px}html.style5 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:10px}html.style5 .contact-details .media-right ul{display:flex}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:78.5vw!important}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 100px)}html.style5 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:39vw}html.style5 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:17px}html.style5 .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}html.style5 .copyright p{text-align:center}html.style5 .links_horizontal .text-right{text-align:center!important}html.style5 .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}html.style5 .element-card .typography h1,html.style5 .element-card .typography h2,html.style5 .element-card .typography h3,html.style5 .element-card .typography h4,html.style5 .element-card .typography h5,html.style5 .element-card .typography h6{margin-bottom:10px}html.style5 .element-card .typography .font_label{margin-right:10px}html.style5 .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:unset}html.style5 footer .footer-title .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style5 footer .footer-title .according-menu:before{content:"";position:absolute;right:20px;top:16px;color:#ff5b92;font-size:18px;font-weight:600}html.style5 footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style5 footer .footer-title.active .according-menu:before{content:"";position:absolute;right:20px;top:2px;color:#ff5b92;font-size:18px;font-weight:600}html.style5 footer .links li+li{margin-top:5px}html.style5 footer .logo img{width:150px;height:auto}html.style5 footer .footer-mobile-title{display:block}html.style5 footer .footer-block>div:nth-child(n+2){margin-top:15px!important}html.style5 footer .footer-block>div:nth-child(n+2) .footer-title{border-top:1px solid rgba(255,91,146,.2)}html.style5 footer h3{margin-top:15px!important;margin-bottom:0!important}html.style5 footer .footer-contant{margin-top:20px}html.style5 footer .footer-contant .footer-btn{display:grid;width:-moz-fit-content;width:fit-content}html.style5 footer .footer-contant .footer-btn .btn{display:inline-flex;padding:10px 20px}html.style5 footer .footer-contant .footer-btn .btn i{font-size:16px}html.style5 footer .footer-contant .social-group li a{width:28px;height:28px}html.style5 footer .footer-contant .social-group li a i,html.style5 footer .footer-contant ul li a{font-size:13px}html.style5 footer .footer-contant ul li a:before{font-size:8px}html.style5 .footer_order_1{width:60%;float:left}html.style5 .footer_order_2{width:40%;float:right}html.style5 .footer_order_3{width:33%;float:left}html.style5 .img-10{width:5px!important}html.style5 .img-20{width:10px!important}html.style5 .img-30{width:20px!important}html.style5 .img-40{width:25px!important}html.style5 .img-50{width:35px!important}html.style5 .img-60{width:45px!important}html.style5 .img-70{width:55px!important}html.style5 .img-80{width:65px!important}html.style5 .img-90{width:75px!important}html.style5 .img-100{width:85px!important}html.style5 .add-popup .close{width:65px;height:65px}html.style5 .add-popup .close span{top:15px;right:15px}html.style5 .add-popup .modal-footer{padding:20px}html.style5 .audiocall1.call-modal,html.style5 .audiocall2.call-modal,html.style5 .conferencecall.call-modal,html.style5 .videocall.call-modal,html.style5 .videocallhang.call-modal{min-height:480px}html.style5 .audiocall1.call-modal .title2,html.style5 .audiocall2.call-modal .title2,html.style5 .conferencecall.call-modal .title2,html.style5 .videocall.call-modal .title2,html.style5 .videocallhang.call-modal .title2{margin-bottom:5px}html.style5 .audiocall1 .icon-btn.btn-xl,html.style5 .audiocall2 .icon-btn.btn-xl,html.style5 .conferencecall .icon-btn.btn-xl,html.style5 .videocall .icon-btn.btn-xl,html.style5 .videocallhang .icon-btn.btn-xl{width:40px;height:40px;padding:10px}html.style5 .videocall.call-modal .videocall-details,html.style5 .videocallhang.call-modal .videocall-details{padding:20px 20px 20px 30px}html.style5 .videocall.call-modal .videocall-details .usersprof .profile,html.style5 .videocallhang.call-modal .videocall-details .usersprof .profile{width:35px;height:35px}html.style5 .videocall.call-modal .small-image,html.style5 .videocallhang.call-modal .small-image{width:120px;height:140px;left:15px}html.style5 .videocall.call-modal .videocall-details#basicUsage,html.style5 .videocallhang.call-modal .videocall-details#basicUsage{margin-right:5px}html.style5 footer .footer-mobile-title h3{margin-top:0!important}html.style5 .snippet-modal-main.modal-dialog{width:550px}html.style5 .snippet-modal-main .default-form .form-group .btn-snipate{margin-top:30px}html.style5 .snippet-modal-main .default-form .form-group .btn-snipate .btn{padding:10px 25px}html.style5 .pol-modal-main.modal-dialog{width:550px}html.style5 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:30px}html.style5 .add-popup .modal-footer,html.style5 .add-popup .modal-header{padding:20px 25px}html.style5 .reminder-modal-main .modal-content .modal-body .reminder-btn .btn{padding:12px 25px}html.style5 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{padding:10px 15px}}@media(max-width:600px){html.style5 .setting-block .block{top:110px}html.style5 .chitchat-container .chitchat-main .call-content,html.style5 .chitchat-container .chitchat-main .contact-content{padding:20px}html.style5 .chitchat-container .chitchat-main .messages .contact-details .col-7{padding-right:0}html.style5 .chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right{order:-1}html.style5 .chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right li{padding-left:0!important;padding-right:8px}html.style5 .chitchat-container .chitchat-main .messages .media-right ul li:first-child,html.style5 .chitchat-container .chitchat-main .messages .media-right ul li:nth-child(2){display:none}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:5px 20px}html.style5 .emojis-main .contact-poll .contact-poll-content{bottom:60px;left:60px}html.style5 .contact-chat{margin-top:70px}html.style5 .contact-chat>ul>li.replies .auto-gallery li,html.style5 .contact-chat>ul>li.sent .auto-gallery li{height:60px;width:60px}html.style5 footer .footer-title .according-menu,html.style5 footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style5 footer .footer_order_1,html.style5 footer .footer_order_2,html.style5 footer .footer_order_3{width:100%}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:57.3vw!important}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:30px}html.style5 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:74vw}html.style5 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:20px}html.style5 .chitchat-main .message-input{height:60px;padding:14px 10px}html.style5 .chitchat-main .message-input input{width:calc(100% - 210px)}html.style5 .chitchat-main .message-input .icon-btn{height:32px;width:32px}html.style5 .chitchat-main .message-input .icon-btn i{font-size:13px}html.style5 .chitchat-main .messages .contact-details .left.media .media-left{height:unset}html.style5 .chitchat-main .messages .contact-details .profile{width:40px;height:40px;border-radius:15px}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details{width:93.5vw!important}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:0}html.style5 .sidebar-toggle .pricing-box{margin:10px;padding:20px}html.style5 .sidebar-toggle .pricing-box ul.avb-price li i{margin-right:10px}html.style5 .sidebar-toggle footer{padding-bottom:0}html.style5 .sidebar-toggle footer .footer-mobile-title{display:block!important}html.style5 .sidebar-toggle footer .footer-title .according-menu,html.style5 .sidebar-toggle footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style5 .sidebar-toggle footer .downlaod,html.style5 .sidebar-toggle footer .footer_order_3{margin-top:0}html.style5 .sidebar-toggle footer .downlaod .footer-btn .btn+.btn{margin-left:15px;margin-top:unset}html.style5 .sidebar-toggle footer .links{margin-top:0}html.style5 .sidebar-toggle footer .section-py-space{padding-bottom:30px}html.style5 .sidebar-toggle footer .footer-contant{margin-bottom:20px}}@media(max-width:676px){html.style5 .chitchat-main .message-input{height:48px;padding:0 10px}}@media(max-width:575.98px){html.style5 .chitchat-container .chitchat-right-sidebar{width:100%}html.style5 .share-media .media-big .border-portfolio a,html.style5 .share-media .media-small .border-portfolio a{display:block}html.style5 .share-media .isotopeSelector .media-big .overlay{height:160px}html.style5 .share-media .isotopeSelector .media-small .overlay{height:72px}html.style5 .team-work-main .team-work-content .ply-main .ply-content{padding:5px}html.style5 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:35px;height:35px}html.style5 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:14px;margin-left:4px;margin-top:2px}html.style5 header .landing-header{padding:0}html.style5 header .landing-header .navbar-toggler{top:14px}html.style5 .search-form:before{top:20px}html.style5 .chitchat-left-sidebar .search-form .form-group .icon-close{top:1px}html.style5 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:3px}html.style5 .sidebar-toggle .main-nav.on{position:absolute;left:0;z-index:9999!important;background-color:#fff}html.style5 .chitchat-container .main-nav.on~.chitchat-left-sidebar .recent-default{width:100vw;min-width:100vw}html.style5 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default){margin-left:100px}html.style5 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,html.style5 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:100vw}html.style5 .landing_page_slider .animated-img-2{display:none}html.style5 .chat-landing-page .landing_page_slider{min-height:450px}html.style5 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#223645!important;-webkit-text-fill-color:unset}html.style5 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4,html.style5 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{color:#223645!important}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:71.5vw!important}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:9px}html.style5 .inner-page header{padding-top:15px;padding-bottom:15px}html.style5 .inner-page header .landing-header .navbar-collapse,html.style5 .theme-landing header .landing-header .navbar-collapse{width:100%!important}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:55.3vw!important}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}html.style5 .sidebar-active .sidebar-toggle .main-nav .chitchat-main .messages .contact-details ul li{padding-left:11px}html.style5 .chitchat-main .messages .contact-details{width:88vw}html.style5 .chitchat-main .messages .contact-details ul li{padding-left:21px}html.style5 .blog-page .blog-media .blog-right ul li+li{padding-left:10px;margin-left:10px}html.style5 .add-popup .modal-body{padding:15px}html.style5 .add-popup .modal-footer .btn{padding:10px 20px}html.style5 .msg-chat-modal .chat-main li{padding-left:10px;padding-right:10px}html.style5 .videocall.call-modal .small-image{width:100px;height:120px;bottom:31%;display:none!important}html.style5 .chat-landing-page .landing_popups .btn{padding:10px 18px}html.style5 .rate-us .rate_us-section .rate-section{margin:0 0 18px}html.style5 .rate-us .rate_us-section .rate_btn{padding:10px 35px}html.style5 .snippet-modal-main{padding:15px}html.style5 .snippet-modal-main.modal-dialog{width:100%;margin:0}html.style5 .pol-modal-main{padding:15px}html.style5 .pol-modal-main.modal-dialog{width:100%;margin:0}html.style5 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:20px}html.style5 .pol-modal-main .modal-content .modal-body .form-group .post-poll{padding:15px}html.style5 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:block}html.style5 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-align:center}html.style5 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{padding:15px 15px 0}html.style5 .pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:13px}html.style5 .msg-chat-modal .chat-main li .chat-box .profile{width:40px;height:40px}html.style5 .msg-chat-modal .chat-main li .chat-box .details{padding-left:50px}html.style5 .add-popup .modal-footer,html.style5 .add-popup .modal-header{padding:15px 25px}html.style5 .add-popup .close{width:55px;height:55px}html.style5 .add-popup .close span{top:10px;right:10px}html.style5 .create-todo-main-modal .todo-task .todo-main-content .drop-picker,html.style5 .todo-main-modal .todo-task .todo-main-content .drop-picker{margin:15px 15px 0}}@media(max-width:480px){html.style5 .menu-active .chitchat-main .messages .contact-details{width:calc(100vw - 34px)!important}html.style5 .chitchat-left-sidebar .search-form .form-group .icon-close,html.style5 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:6px}html.style5 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:8px 15px;font-size:14px}html.style5 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}html.style5 .element-card-body .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 20px}html.style5 .chitchat-main .call-content .user-profile .user-content ul li,html.style5 .chitchat-main .contact-content .user-profile .user-content ul li{padding:5px;font-size:12px}html.style5 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default).active{min-width:100%;width:100%;margin-left:0;z-index:99999;transition:all .3s ease}html.style5 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{width:295px}html.style5 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{right:125px}html.style5 .chitchat-main .messages .contact-details ul li.chat-friend-toggle .icon-btn{width:32px}html.style5 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{margin-right:-100px}html.style5 .search-form .form-group .icon-close{padding:18px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{height:50px;top:10px}html.style5 .emojis-main .contact-poll .contact-poll-content{padding:20px}html.style5 .emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:8px;font-size:14px;padding-left:25px}html.style5 .emojis-main .contact-poll .contact-poll-content ul li a svg{width:16px}html.style5 .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:50px}html.style5 .chat-landing-page .landing_page_slider{min-height:380px}html.style5 .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 40px}html.style5 .chat-main li{padding-top:12px;padding-bottom:12px}html.style5 .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}html.style5 .replies .msg-setting-main .msg-dropdown-main .msg-dropdown{left:0;right:unset}html.style5 .msg-box>li .auto-gallery,html.style5 .msg-box>li .document,html.style5 .msg-box>li h5{padding:10px 20px}html.style5 .contact-chat{margin-top:55px}html.style5 .contact-chat .profile{border-radius:15px}html.style5 .contact-chat>ul>li.replies .auto-gallery li,html.style5 .contact-chat>ul>li.sent .auto-gallery li{height:32px;width:32px;border-radius:5px;margin-left:5px;margin-bottom:5px}html.style5 .contact-chat>ul>li+li{margin-top:20px}html.style5 .contact-chat>ul>li.replies .document{padding:10px 25px}html.style5 .contact-chat>ul>li.replies .document i{margin-right:15px;font-size:24px}html.style5 .contact-chat>ul>li.replies .document .details{display:none}html.style5 .contact-chat>ul>li.replies .media .profile{margin-left:.7rem!important}html.style5 .chitchat-main .messages .contact-details{padding:10px;top:20px}html.style5 .contact-chat .sent .profile.mr-4{margin-right:.7rem!important}html.style5 .chat-tabs ul li.nav-item{margin:0 5px}html.style5 .chitchat-container .chitchat-main .messages{padding:15px}html.style5 .chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 35px);top:20px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent{padding-top:20px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:170px;height:calc(100vh - 170px);min-height:calc(100vh - 170px)}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding-top:0}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:80px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back{background-color:transparent!important;width:unset;font-size:13px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back i{font-size:14px}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:2px 10px}html.style5 .contact-chat .profile{height:40px;width:40px}html.style5 .contact-details>.row .icon-btn{background-color:transparent;width:20px}html.style5 .contact-details>.row .icon-btn.active,html.style5 .contact-details>.row .icon-btn:active,html.style5 .contact-details>.row .icon-btn:focus{background-color:transparent!important;box-shadow:none!important}html.style5 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:10px 20px 0;margin-bottom:0}html.style5 .emojis-main .emojis-contain .emojis-sub-contain:before,html.style5 .emojis-main .sticker-contain .emojis-sub-contain:before{left:40px}html.style5 .emojis-main .emojis-contain.open,html.style5 .emojis-main .sticker-contain.open{bottom:60px;width:280px;height:280px}html.style5 .app-sidebar .app-list{z-index:999;position:relative}html.style5 .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style5 .app-sidebar.active .apps-ul>li.active{right:0;z-index:9999}html.style5 .chitchat-main .message-input input{width:100%;font-size:10px}html.style5 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 0px)}html.style5 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 52px)}html.style5 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 0px)}html.style5 .toggle-sticker{display:none}html.style5 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 1px)}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:89.3vw!important}html.style5 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 5px)}html.style5 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:68vw}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:65.5vw!important}html.style5 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:18px}html.style5 footer .section-py-space .footer-title .according-menu:before{right:10px}html.style5 .error-main .error-contain .animated-bg i{height:70px;width:70px}html.style5 .img-10{width:4px!important}html.style5 .img-20{width:8px!important}html.style5 .img-30{width:10px!important}html.style5 .img-40{width:13px!important}html.style5 .img-50{width:20px!important}html.style5 .img-60{width:30px!important}html.style5 .img-70{width:40px!important}html.style5 .img-80{width:50px!important}html.style5 .img-90{width:60px!important}html.style5 .img-100{width:70px!important}html.style5 .viddiolog.fade.modal-dialog{max-width:100%}html.style5 .create-todo-main-modal .modal-body .default-form .dropdown.currency,html.style5 .todo-main-modal .modal-body .dropdown.currency{width:100%}}@media(max-width:420px){html.style5 .videocall.call-modal .videocall-details #basicUsage,html.style5 .videocallhang.call-modal .videocall-details #basicUsage{margin-right:0}html.style5 .videocall.call-modal .videocall-details{padding:15px}html.style5 .videocall.call-modal .videocall-details .usersprof{margin-left:15px}html.style5 .audiocall2.call-modal ul li+li{margin-left:25px}html.style5 header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style5 header .landing-header .navbar-collapse ul li a{font-size:13px}html.style5 .audiocall1.call-modal,html.style5 .audiocall2.call-modal,html.style5 .conferencecall.call-modal,html.style5 .videocall.call-modal,html.style5 .videocallhang.call-modal{min-height:400px}html.style5 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:block}}@media(max-width:360px){html.style5 .videocall.call-modal .videocall-details #basicUsage,html.style5 .videocall.call-modal .videocall-details .dot-btn,html.style5 .videocall.call-modal .videocall-details .zoomcontent{display:none}html.style5 .audiocall2.call-modal ul li+li{margin-left:10px}html.style5 .clfooter ul li:first-child,html.style5 .clfooter ul li:last-child{display:none}html.style5 .connection-img img{width:95%;top:16%}html.style5 .animated-bg{display:none}html.style5 footer .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:0}html.style5 .subscribe-content .form-inline .form-control:first-child{margin-right:0}html.style5 .img-10{width:2px!important}html.style5 .img-20{width:4px!important}html.style5 .img-30{width:5px!important}html.style5 .img-40{width:7px!important}html.style5 .img-50{width:9px!important}html.style5 .img-60{width:15px!important}html.style5 .img-70{width:25px!important}html.style5 .img-80{width:35px!important}html.style5 .img-90{width:45px!important}html.style5 .img-100{width:55px!important}html.style5 .nav-tabs .nav-item{margin-right:5px}html.style5 .theme-tab .nav-tabs .nav-item .nav-link{min-width:100px}}@media(max-width:320px){html.style5 .audiocall2.call-modal ul li+li{margin-left:2px}html.style5 .login-content .line h6:after,html.style5 .login-content .line h6:before{width:2.5rem}html.style5 .breadcrumb-main ul li+li{margin-left:10px}html.style5 .breadcrumb-main ul li+li:before{left:-8px}html.style5 .element-card .element-card-body,html.style5 .element-card .element-card-header{padding:.75rem .25rem}}html.style6{/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 *//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@import"~react-toastify/dist/ReactToastify.css";@import"~react-datepicker/dist/react-datepicker.css";@import"~react-tippy/dist/tippy.css"}html.style6 :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#ff3030;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#ff3030;--light:#25262c;--dark:#191b1f;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}html.style6 *,html.style6 :after,html.style6 :before{box-sizing:border-box}html.style6 html{-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style6 article,html.style6 aside,html.style6 figcaption,html.style6 figure,html.style6 footer,html.style6 header,html.style6 hgroup,html.style6 main,html.style6 nav,html.style6 section{display:block}html.style6 body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left}html.style6 [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}html.style6 hr{overflow:visible}html.style6 h1,html.style6 h2,html.style6 h3,html.style6 h4,html.style6 h5,html.style6 h6{margin-top:0;margin-bottom:.5rem}html.style6 p{margin-top:0;margin-bottom:1rem}html.style6 abbr[data-original-title],html.style6 abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}html.style6 address{margin-bottom:1rem;font-style:normal;line-height:inherit}html.style6 dl,html.style6 ol,html.style6 ul{margin-top:0;margin-bottom:1rem}html.style6 ol ol,html.style6 ol ul,html.style6 ul ol,html.style6 ul ul{margin-bottom:0}html.style6 dt{font-weight:700}html.style6 dd{margin-bottom:.5rem;margin-left:0}html.style6 blockquote{margin:0 0 1rem}html.style6 sub,html.style6 sup{vertical-align:baseline}html.style6 a{color:#007bff;text-decoration:none}html.style6 a:hover{color:#0056b3;text-decoration:underline}html.style6 a:not([href]):not([class]),html.style6 a:not([href]):not([class]):hover{color:inherit;text-decoration:none}html.style6 code,html.style6 kbd,html.style6 pre,html.style6 samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}html.style6 pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}html.style6 figure{margin:0 0 1rem}html.style6 img,html.style6 svg{vertical-align:middle}html.style6 svg{overflow:hidden}html.style6 table{border-collapse:collapse}html.style6 caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}html.style6 th{text-align:inherit;text-align:-webkit-match-parent}html.style6 label{display:inline-block;margin-bottom:.5rem}html.style6 button{border-radius:0}html.style6 button:focus:not(:focus-visible){outline:0}html.style6 button,html.style6 input,html.style6 optgroup,html.style6 select,html.style6 textarea{font-family:inherit;font-size:inherit;line-height:inherit}html.style6 button,html.style6 input{overflow:visible}html.style6 [role=button]{cursor:pointer}html.style6 select{word-wrap:normal}html.style6 [type=button],html.style6 [type=reset],html.style6 [type=submit],html.style6 button{-webkit-appearance:button}html.style6 [type=button]:not(:disabled),html.style6 [type=reset]:not(:disabled),html.style6 [type=submit]:not(:disabled),html.style6 button:not(:disabled){cursor:pointer}html.style6 input[type=checkbox],html.style6 input[type=radio]{box-sizing:border-box;padding:0}html.style6 textarea{resize:vertical}html.style6 fieldset{min-width:0;padding:0;margin:0;border:0}html.style6 legend{display:block;width:100%;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}html.style6 progress{vertical-align:baseline}html.style6 [type=search]{-webkit-appearance:none}html.style6 [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.style6 output{display:inline-block}html.style6 summary{cursor:pointer}html.style6 template{display:none}html.style6 [hidden]{display:none!important}html.style6 .h1,html.style6 .h2,html.style6 .h3,html.style6 .h4,html.style6 .h5,html.style6 .h6,html.style6 h1,html.style6 h2,html.style6 h3,html.style6 h4,html.style6 h5,html.style6 h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}html.style6 .h1,html.style6 h1{font-size:2.5rem}html.style6 .h2,html.style6 h2{font-size:2rem}html.style6 .h3,html.style6 h3{font-size:1.75rem}html.style6 .h4,html.style6 h4{font-size:1.5rem}html.style6 .h5,html.style6 h5{font-size:1.25rem}html.style6 .h6,html.style6 h6{font-size:1rem}html.style6 .lead{font-size:1.25rem;font-weight:300}html.style6 .display-1{font-size:6rem;font-weight:300;line-height:1.2}html.style6 .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}html.style6 .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}html.style6 .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}html.style6 hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}html.style6 .small,html.style6 small{font-size:.875em;font-weight:400}html.style6 .mark,html.style6 mark{padding:.2em;background-color:#fcf8e3}html.style6 .list-inline,html.style6 .list-unstyled{padding-left:0;list-style:none}html.style6 .list-inline-item{display:inline-block}html.style6 .list-inline-item:not(:last-child){margin-right:.5rem}html.style6 .initialism{font-size:90%;text-transform:uppercase}html.style6 .blockquote{margin-bottom:1rem;font-size:1.25rem}html.style6 .blockquote-footer{display:block;font-size:.875em;color:#6c757d}html.style6 .blockquote-footer:before{content:"— "}html.style6 .img-fluid{max-width:100%;height:auto}html.style6 .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}html.style6 .figure{display:inline-block}html.style6 .figure-img{margin-bottom:.5rem;line-height:1}html.style6 .figure-caption{font-size:90%;color:#6c757d}html.style6 code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>html.style6 code{color:inherit}html.style6 kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}html.style6 kbd kbd{padding:0;font-size:100%;font-weight:700}html.style6 pre{display:block;font-size:87.5%;color:#212529}html.style6 pre code{font-size:inherit;color:inherit;word-break:normal}html.style6 .pre-scrollable{max-height:340px;overflow-y:scroll}html.style6 .container,html.style6 .container-fluid,html.style6 .container-lg,html.style6 .container-md,html.style6 .container-sm,html.style6 .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){html.style6 .container,html.style6 .container-sm{max-width:540px}}@media(min-width:768px){html.style6 .container,html.style6 .container-md,html.style6 .container-sm{max-width:720px}}@media(min-width:992px){html.style6 .container,html.style6 .container-lg,html.style6 .container-md,html.style6 .container-sm{max-width:960px}}@media(min-width:1200px){html.style6 .container,html.style6 .container-lg,html.style6 .container-md,html.style6 .container-sm,html.style6 .container-xl{max-width:1140px}}html.style6 .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}html.style6 .no-gutters{margin-right:0;margin-left:0}html.style6 .no-gutters>.col,html.style6 .no-gutters>[class*=col-]{padding-right:0;padding-left:0}html.style1 html.style6 .col,html.style1 html.style6 .col-1,html.style1 html.style6 .col-10,html.style1 html.style6 .col-11,html.style1 html.style6 .col-12,html.style1 html.style6 .col-2,html.style1 html.style6 .col-3,html.style1 html.style6 .col-4,html.style1 html.style6 .col-5,html.style1 html.style6 .col-6,html.style1 html.style6 .col-7,html.style1 html.style6 .col-8,html.style1 html.style6 .col-9,html.style1 html.style6 .col-auto,html.style1 html.style6 .col-lg,html.style1 html.style6 .col-lg-1,html.style1 html.style6 .col-lg-10,html.style1 html.style6 .col-lg-11,html.style1 html.style6 .col-lg-12,html.style1 html.style6 .col-lg-2,html.style1 html.style6 .col-lg-3,html.style1 html.style6 .col-lg-4,html.style1 html.style6 .col-lg-5,html.style1 html.style6 .col-lg-6,html.style1 html.style6 .col-lg-7,html.style1 html.style6 .col-lg-8,html.style1 html.style6 .col-lg-9,html.style1 html.style6 .col-lg-auto,html.style1 html.style6 .col-md,html.style1 html.style6 .col-md-1,html.style1 html.style6 .col-md-10,html.style1 html.style6 .col-md-11,html.style1 html.style6 .col-md-12,html.style1 html.style6 .col-md-2,html.style1 html.style6 .col-md-3,html.style1 html.style6 .col-md-4,html.style1 html.style6 .col-md-5,html.style1 html.style6 .col-md-6,html.style1 html.style6 .col-md-7,html.style1 html.style6 .col-md-8,html.style1 html.style6 .col-md-9,html.style1 html.style6 .col-md-auto,html.style1 html.style6 .col-sm,html.style1 html.style6 .col-sm-1,html.style1 html.style6 .col-sm-10,html.style1 html.style6 .col-sm-11,html.style1 html.style6 .col-sm-12,html.style1 html.style6 .col-sm-2,html.style1 html.style6 .col-sm-3,html.style1 html.style6 .col-sm-4,html.style1 html.style6 .col-sm-5,html.style1 html.style6 .col-sm-6,html.style1 html.style6 .col-sm-7,html.style1 html.style6 .col-sm-8,html.style1 html.style6 .col-sm-9,html.style1 html.style6 .col-sm-auto,html.style1 html.style6 .col-xl,html.style1 html.style6 .col-xl-1,html.style1 html.style6 .col-xl-10,html.style1 html.style6 .col-xl-11,html.style1 html.style6 .col-xl-12,html.style1 html.style6 .col-xl-2,html.style1 html.style6 .col-xl-3,html.style1 html.style6 .col-xl-4,html.style1 html.style6 .col-xl-5,html.style1 html.style6 .col-xl-6,html.style1 html.style6 .col-xl-7,html.style1 html.style6 .col-xl-8,html.style1 html.style6 .col-xl-9,html.style1 html.style6 .col-xl-auto,html.style2 html.style6 .col,html.style2 html.style6 .col-1,html.style2 html.style6 .col-10,html.style2 html.style6 .col-11,html.style2 html.style6 .col-12,html.style2 html.style6 .col-2,html.style2 html.style6 .col-3,html.style2 html.style6 .col-4,html.style2 html.style6 .col-5,html.style2 html.style6 .col-6,html.style2 html.style6 .col-7,html.style2 html.style6 .col-8,html.style2 html.style6 .col-9,html.style2 html.style6 .col-auto,html.style2 html.style6 .col-lg,html.style2 html.style6 .col-lg-1,html.style2 html.style6 .col-lg-10,html.style2 html.style6 .col-lg-11,html.style2 html.style6 .col-lg-12,html.style2 html.style6 .col-lg-2,html.style2 html.style6 .col-lg-3,html.style2 html.style6 .col-lg-4,html.style2 html.style6 .col-lg-5,html.style2 html.style6 .col-lg-6,html.style2 html.style6 .col-lg-7,html.style2 html.style6 .col-lg-8,html.style2 html.style6 .col-lg-9,html.style2 html.style6 .col-lg-auto,html.style2 html.style6 .col-md,html.style2 html.style6 .col-md-1,html.style2 html.style6 .col-md-10,html.style2 html.style6 .col-md-11,html.style2 html.style6 .col-md-12,html.style2 html.style6 .col-md-2,html.style2 html.style6 .col-md-3,html.style2 html.style6 .col-md-4,html.style2 html.style6 .col-md-5,html.style2 html.style6 .col-md-6,html.style2 html.style6 .col-md-7,html.style2 html.style6 .col-md-8,html.style2 html.style6 .col-md-9,html.style2 html.style6 .col-md-auto,html.style2 html.style6 .col-sm,html.style2 html.style6 .col-sm-1,html.style2 html.style6 .col-sm-10,html.style2 html.style6 .col-sm-11,html.style2 html.style6 .col-sm-12,html.style2 html.style6 .col-sm-2,html.style2 html.style6 .col-sm-3,html.style2 html.style6 .col-sm-4,html.style2 html.style6 .col-sm-5,html.style2 html.style6 .col-sm-6,html.style2 html.style6 .col-sm-7,html.style2 html.style6 .col-sm-8,html.style2 html.style6 .col-sm-9,html.style2 html.style6 .col-sm-auto,html.style2 html.style6 .col-xl,html.style2 html.style6 .col-xl-1,html.style2 html.style6 .col-xl-10,html.style2 html.style6 .col-xl-11,html.style2 html.style6 .col-xl-12,html.style2 html.style6 .col-xl-2,html.style2 html.style6 .col-xl-3,html.style2 html.style6 .col-xl-4,html.style2 html.style6 .col-xl-5,html.style2 html.style6 .col-xl-6,html.style2 html.style6 .col-xl-7,html.style2 html.style6 .col-xl-8,html.style2 html.style6 .col-xl-9,html.style2 html.style6 .col-xl-auto,html.style3 html.style6 .col,html.style3 html.style6 .col-1,html.style3 html.style6 .col-10,html.style3 html.style6 .col-11,html.style3 html.style6 .col-12,html.style3 html.style6 .col-2,html.style3 html.style6 .col-3,html.style3 html.style6 .col-4,html.style3 html.style6 .col-5,html.style3 html.style6 .col-6,html.style3 html.style6 .col-7,html.style3 html.style6 .col-8,html.style3 html.style6 .col-9,html.style3 html.style6 .col-auto,html.style3 html.style6 .col-lg,html.style3 html.style6 .col-lg-1,html.style3 html.style6 .col-lg-10,html.style3 html.style6 .col-lg-11,html.style3 html.style6 .col-lg-12,html.style3 html.style6 .col-lg-2,html.style3 html.style6 .col-lg-3,html.style3 html.style6 .col-lg-4,html.style3 html.style6 .col-lg-5,html.style3 html.style6 .col-lg-6,html.style3 html.style6 .col-lg-7,html.style3 html.style6 .col-lg-8,html.style3 html.style6 .col-lg-9,html.style3 html.style6 .col-lg-auto,html.style3 html.style6 .col-md,html.style3 html.style6 .col-md-1,html.style3 html.style6 .col-md-10,html.style3 html.style6 .col-md-11,html.style3 html.style6 .col-md-12,html.style3 html.style6 .col-md-2,html.style3 html.style6 .col-md-3,html.style3 html.style6 .col-md-4,html.style3 html.style6 .col-md-5,html.style3 html.style6 .col-md-6,html.style3 html.style6 .col-md-7,html.style3 html.style6 .col-md-8,html.style3 html.style6 .col-md-9,html.style3 html.style6 .col-md-auto,html.style3 html.style6 .col-sm,html.style3 html.style6 .col-sm-1,html.style3 html.style6 .col-sm-10,html.style3 html.style6 .col-sm-11,html.style3 html.style6 .col-sm-12,html.style3 html.style6 .col-sm-2,html.style3 html.style6 .col-sm-3,html.style3 html.style6 .col-sm-4,html.style3 html.style6 .col-sm-5,html.style3 html.style6 .col-sm-6,html.style3 html.style6 .col-sm-7,html.style3 html.style6 .col-sm-8,html.style3 html.style6 .col-sm-9,html.style3 html.style6 .col-sm-auto,html.style3 html.style6 .col-xl,html.style3 html.style6 .col-xl-1,html.style3 html.style6 .col-xl-10,html.style3 html.style6 .col-xl-11,html.style3 html.style6 .col-xl-12,html.style3 html.style6 .col-xl-2,html.style3 html.style6 .col-xl-3,html.style3 html.style6 .col-xl-4,html.style3 html.style6 .col-xl-5,html.style3 html.style6 .col-xl-6,html.style3 html.style6 .col-xl-7,html.style3 html.style6 .col-xl-8,html.style3 html.style6 .col-xl-9,html.style3 html.style6 .col-xl-auto,html.style4 html.style6 .col,html.style4 html.style6 .col-1,html.style4 html.style6 .col-10,html.style4 html.style6 .col-11,html.style4 html.style6 .col-12,html.style4 html.style6 .col-2,html.style4 html.style6 .col-3,html.style4 html.style6 .col-4,html.style4 html.style6 .col-5,html.style4 html.style6 .col-6,html.style4 html.style6 .col-7,html.style4 html.style6 .col-8,html.style4 html.style6 .col-9,html.style4 html.style6 .col-auto,html.style4 html.style6 .col-lg,html.style4 html.style6 .col-lg-1,html.style4 html.style6 .col-lg-10,html.style4 html.style6 .col-lg-11,html.style4 html.style6 .col-lg-12,html.style4 html.style6 .col-lg-2,html.style4 html.style6 .col-lg-3,html.style4 html.style6 .col-lg-4,html.style4 html.style6 .col-lg-5,html.style4 html.style6 .col-lg-6,html.style4 html.style6 .col-lg-7,html.style4 html.style6 .col-lg-8,html.style4 html.style6 .col-lg-9,html.style4 html.style6 .col-lg-auto,html.style4 html.style6 .col-md,html.style4 html.style6 .col-md-1,html.style4 html.style6 .col-md-10,html.style4 html.style6 .col-md-11,html.style4 html.style6 .col-md-12,html.style4 html.style6 .col-md-2,html.style4 html.style6 .col-md-3,html.style4 html.style6 .col-md-4,html.style4 html.style6 .col-md-5,html.style4 html.style6 .col-md-6,html.style4 html.style6 .col-md-7,html.style4 html.style6 .col-md-8,html.style4 html.style6 .col-md-9,html.style4 html.style6 .col-md-auto,html.style4 html.style6 .col-sm,html.style4 html.style6 .col-sm-1,html.style4 html.style6 .col-sm-10,html.style4 html.style6 .col-sm-11,html.style4 html.style6 .col-sm-12,html.style4 html.style6 .col-sm-2,html.style4 html.style6 .col-sm-3,html.style4 html.style6 .col-sm-4,html.style4 html.style6 .col-sm-5,html.style4 html.style6 .col-sm-6,html.style4 html.style6 .col-sm-7,html.style4 html.style6 .col-sm-8,html.style4 html.style6 .col-sm-9,html.style4 html.style6 .col-sm-auto,html.style4 html.style6 .col-xl,html.style4 html.style6 .col-xl-1,html.style4 html.style6 .col-xl-10,html.style4 html.style6 .col-xl-11,html.style4 html.style6 .col-xl-12,html.style4 html.style6 .col-xl-2,html.style4 html.style6 .col-xl-3,html.style4 html.style6 .col-xl-4,html.style4 html.style6 .col-xl-5,html.style4 html.style6 .col-xl-6,html.style4 html.style6 .col-xl-7,html.style4 html.style6 .col-xl-8,html.style4 html.style6 .col-xl-9,html.style4 html.style6 .col-xl-auto,html.style5 html.style6 .col,html.style5 html.style6 .col-1,html.style5 html.style6 .col-10,html.style5 html.style6 .col-11,html.style5 html.style6 .col-12,html.style5 html.style6 .col-2,html.style5 html.style6 .col-3,html.style5 html.style6 .col-4,html.style5 html.style6 .col-5,html.style5 html.style6 .col-6,html.style5 html.style6 .col-7,html.style5 html.style6 .col-8,html.style5 html.style6 .col-9,html.style5 html.style6 .col-auto,html.style5 html.style6 .col-lg,html.style5 html.style6 .col-lg-1,html.style5 html.style6 .col-lg-10,html.style5 html.style6 .col-lg-11,html.style5 html.style6 .col-lg-12,html.style5 html.style6 .col-lg-2,html.style5 html.style6 .col-lg-3,html.style5 html.style6 .col-lg-4,html.style5 html.style6 .col-lg-5,html.style5 html.style6 .col-lg-6,html.style5 html.style6 .col-lg-7,html.style5 html.style6 .col-lg-8,html.style5 html.style6 .col-lg-9,html.style5 html.style6 .col-lg-auto,html.style5 html.style6 .col-md,html.style5 html.style6 .col-md-1,html.style5 html.style6 .col-md-10,html.style5 html.style6 .col-md-11,html.style5 html.style6 .col-md-12,html.style5 html.style6 .col-md-2,html.style5 html.style6 .col-md-3,html.style5 html.style6 .col-md-4,html.style5 html.style6 .col-md-5,html.style5 html.style6 .col-md-6,html.style5 html.style6 .col-md-7,html.style5 html.style6 .col-md-8,html.style5 html.style6 .col-md-9,html.style5 html.style6 .col-md-auto,html.style5 html.style6 .col-sm,html.style5 html.style6 .col-sm-1,html.style5 html.style6 .col-sm-10,html.style5 html.style6 .col-sm-11,html.style5 html.style6 .col-sm-12,html.style5 html.style6 .col-sm-2,html.style5 html.style6 .col-sm-3,html.style5 html.style6 .col-sm-4,html.style5 html.style6 .col-sm-5,html.style5 html.style6 .col-sm-6,html.style5 html.style6 .col-sm-7,html.style5 html.style6 .col-sm-8,html.style5 html.style6 .col-sm-9,html.style5 html.style6 .col-sm-auto,html.style5 html.style6 .col-xl,html.style5 html.style6 .col-xl-1,html.style5 html.style6 .col-xl-10,html.style5 html.style6 .col-xl-11,html.style5 html.style6 .col-xl-12,html.style5 html.style6 .col-xl-2,html.style5 html.style6 .col-xl-3,html.style5 html.style6 .col-xl-4,html.style5 html.style6 .col-xl-5,html.style5 html.style6 .col-xl-6,html.style5 html.style6 .col-xl-7,html.style5 html.style6 .col-xl-8,html.style5 html.style6 .col-xl-9,html.style5 html.style6 .col-xl-auto,html.style6 .col,html.style6 .col-1,html.style6 .col-10,html.style6 .col-11,html.style6 .col-12,html.style6 .col-2,html.style6 .col-3,html.style6 .col-4,html.style6 .col-5,html.style6 .col-6,html.style6 .col-7,html.style6 .col-8,html.style6 .col-9,html.style6 .col-auto,html.style6 .col-lg,html.style6 .col-lg-1,html.style6 .col-lg-10,html.style6 .col-lg-11,html.style6 .col-lg-12,html.style6 .col-lg-2,html.style6 .col-lg-3,html.style6 .col-lg-4,html.style6 .col-lg-5,html.style6 .col-lg-6,html.style6 .col-lg-7,html.style6 .col-lg-8,html.style6 .col-lg-9,html.style6 .col-lg-auto,html.style6 .col-md,html.style6 .col-md-1,html.style6 .col-md-10,html.style6 .col-md-11,html.style6 .col-md-12,html.style6 .col-md-2,html.style6 .col-md-3,html.style6 .col-md-4,html.style6 .col-md-5,html.style6 .col-md-6,html.style6 .col-md-7,html.style6 .col-md-8,html.style6 .col-md-9,html.style6 .col-md-auto,html.style6 .col-sm,html.style6 .col-sm-1,html.style6 .col-sm-10,html.style6 .col-sm-11,html.style6 .col-sm-12,html.style6 .col-sm-2,html.style6 .col-sm-3,html.style6 .col-sm-4,html.style6 .col-sm-5,html.style6 .col-sm-6,html.style6 .col-sm-7,html.style6 .col-sm-8,html.style6 .col-sm-9,html.style6 .col-sm-auto,html.style6 .col-xl,html.style6 .col-xl-1,html.style6 .col-xl-10,html.style6 .col-xl-11,html.style6 .col-xl-12,html.style6 .col-xl-2,html.style6 .col-xl-3,html.style6 .col-xl-4,html.style6 .col-xl-5,html.style6 .col-xl-6,html.style6 .col-xl-7,html.style6 .col-xl-8,html.style6 .col-xl-9,html.style6 .col-xl-auto,html.style6 html.style1 .col,html.style6 html.style1 .col-1,html.style6 html.style1 .col-10,html.style6 html.style1 .col-11,html.style6 html.style1 .col-12,html.style6 html.style1 .col-2,html.style6 html.style1 .col-3,html.style6 html.style1 .col-4,html.style6 html.style1 .col-5,html.style6 html.style1 .col-6,html.style6 html.style1 .col-7,html.style6 html.style1 .col-8,html.style6 html.style1 .col-9,html.style6 html.style1 .col-auto,html.style6 html.style1 .col-lg,html.style6 html.style1 .col-lg-1,html.style6 html.style1 .col-lg-10,html.style6 html.style1 .col-lg-11,html.style6 html.style1 .col-lg-12,html.style6 html.style1 .col-lg-2,html.style6 html.style1 .col-lg-3,html.style6 html.style1 .col-lg-4,html.style6 html.style1 .col-lg-5,html.style6 html.style1 .col-lg-6,html.style6 html.style1 .col-lg-7,html.style6 html.style1 .col-lg-8,html.style6 html.style1 .col-lg-9,html.style6 html.style1 .col-lg-auto,html.style6 html.style1 .col-md,html.style6 html.style1 .col-md-1,html.style6 html.style1 .col-md-10,html.style6 html.style1 .col-md-11,html.style6 html.style1 .col-md-12,html.style6 html.style1 .col-md-2,html.style6 html.style1 .col-md-3,html.style6 html.style1 .col-md-4,html.style6 html.style1 .col-md-5,html.style6 html.style1 .col-md-6,html.style6 html.style1 .col-md-7,html.style6 html.style1 .col-md-8,html.style6 html.style1 .col-md-9,html.style6 html.style1 .col-md-auto,html.style6 html.style1 .col-sm,html.style6 html.style1 .col-sm-1,html.style6 html.style1 .col-sm-10,html.style6 html.style1 .col-sm-11,html.style6 html.style1 .col-sm-12,html.style6 html.style1 .col-sm-2,html.style6 html.style1 .col-sm-3,html.style6 html.style1 .col-sm-4,html.style6 html.style1 .col-sm-5,html.style6 html.style1 .col-sm-6,html.style6 html.style1 .col-sm-7,html.style6 html.style1 .col-sm-8,html.style6 html.style1 .col-sm-9,html.style6 html.style1 .col-sm-auto,html.style6 html.style1 .col-xl,html.style6 html.style1 .col-xl-1,html.style6 html.style1 .col-xl-10,html.style6 html.style1 .col-xl-11,html.style6 html.style1 .col-xl-12,html.style6 html.style1 .col-xl-2,html.style6 html.style1 .col-xl-3,html.style6 html.style1 .col-xl-4,html.style6 html.style1 .col-xl-5,html.style6 html.style1 .col-xl-6,html.style6 html.style1 .col-xl-7,html.style6 html.style1 .col-xl-8,html.style6 html.style1 .col-xl-9,html.style6 html.style1 .col-xl-auto,html.style6 html.style2 .col,html.style6 html.style2 .col-1,html.style6 html.style2 .col-10,html.style6 html.style2 .col-11,html.style6 html.style2 .col-12,html.style6 html.style2 .col-2,html.style6 html.style2 .col-3,html.style6 html.style2 .col-4,html.style6 html.style2 .col-5,html.style6 html.style2 .col-6,html.style6 html.style2 .col-7,html.style6 html.style2 .col-8,html.style6 html.style2 .col-9,html.style6 html.style2 .col-auto,html.style6 html.style2 .col-lg,html.style6 html.style2 .col-lg-1,html.style6 html.style2 .col-lg-10,html.style6 html.style2 .col-lg-11,html.style6 html.style2 .col-lg-12,html.style6 html.style2 .col-lg-2,html.style6 html.style2 .col-lg-3,html.style6 html.style2 .col-lg-4,html.style6 html.style2 .col-lg-5,html.style6 html.style2 .col-lg-6,html.style6 html.style2 .col-lg-7,html.style6 html.style2 .col-lg-8,html.style6 html.style2 .col-lg-9,html.style6 html.style2 .col-lg-auto,html.style6 html.style2 .col-md,html.style6 html.style2 .col-md-1,html.style6 html.style2 .col-md-10,html.style6 html.style2 .col-md-11,html.style6 html.style2 .col-md-12,html.style6 html.style2 .col-md-2,html.style6 html.style2 .col-md-3,html.style6 html.style2 .col-md-4,html.style6 html.style2 .col-md-5,html.style6 html.style2 .col-md-6,html.style6 html.style2 .col-md-7,html.style6 html.style2 .col-md-8,html.style6 html.style2 .col-md-9,html.style6 html.style2 .col-md-auto,html.style6 html.style2 .col-sm,html.style6 html.style2 .col-sm-1,html.style6 html.style2 .col-sm-10,html.style6 html.style2 .col-sm-11,html.style6 html.style2 .col-sm-12,html.style6 html.style2 .col-sm-2,html.style6 html.style2 .col-sm-3,html.style6 html.style2 .col-sm-4,html.style6 html.style2 .col-sm-5,html.style6 html.style2 .col-sm-6,html.style6 html.style2 .col-sm-7,html.style6 html.style2 .col-sm-8,html.style6 html.style2 .col-sm-9,html.style6 html.style2 .col-sm-auto,html.style6 html.style2 .col-xl,html.style6 html.style2 .col-xl-1,html.style6 html.style2 .col-xl-10,html.style6 html.style2 .col-xl-11,html.style6 html.style2 .col-xl-12,html.style6 html.style2 .col-xl-2,html.style6 html.style2 .col-xl-3,html.style6 html.style2 .col-xl-4,html.style6 html.style2 .col-xl-5,html.style6 html.style2 .col-xl-6,html.style6 html.style2 .col-xl-7,html.style6 html.style2 .col-xl-8,html.style6 html.style2 .col-xl-9,html.style6 html.style2 .col-xl-auto,html.style6 html.style3 .col,html.style6 html.style3 .col-1,html.style6 html.style3 .col-10,html.style6 html.style3 .col-11,html.style6 html.style3 .col-12,html.style6 html.style3 .col-2,html.style6 html.style3 .col-3,html.style6 html.style3 .col-4,html.style6 html.style3 .col-5,html.style6 html.style3 .col-6,html.style6 html.style3 .col-7,html.style6 html.style3 .col-8,html.style6 html.style3 .col-9,html.style6 html.style3 .col-auto,html.style6 html.style3 .col-lg,html.style6 html.style3 .col-lg-1,html.style6 html.style3 .col-lg-10,html.style6 html.style3 .col-lg-11,html.style6 html.style3 .col-lg-12,html.style6 html.style3 .col-lg-2,html.style6 html.style3 .col-lg-3,html.style6 html.style3 .col-lg-4,html.style6 html.style3 .col-lg-5,html.style6 html.style3 .col-lg-6,html.style6 html.style3 .col-lg-7,html.style6 html.style3 .col-lg-8,html.style6 html.style3 .col-lg-9,html.style6 html.style3 .col-lg-auto,html.style6 html.style3 .col-md,html.style6 html.style3 .col-md-1,html.style6 html.style3 .col-md-10,html.style6 html.style3 .col-md-11,html.style6 html.style3 .col-md-12,html.style6 html.style3 .col-md-2,html.style6 html.style3 .col-md-3,html.style6 html.style3 .col-md-4,html.style6 html.style3 .col-md-5,html.style6 html.style3 .col-md-6,html.style6 html.style3 .col-md-7,html.style6 html.style3 .col-md-8,html.style6 html.style3 .col-md-9,html.style6 html.style3 .col-md-auto,html.style6 html.style3 .col-sm,html.style6 html.style3 .col-sm-1,html.style6 html.style3 .col-sm-10,html.style6 html.style3 .col-sm-11,html.style6 html.style3 .col-sm-12,html.style6 html.style3 .col-sm-2,html.style6 html.style3 .col-sm-3,html.style6 html.style3 .col-sm-4,html.style6 html.style3 .col-sm-5,html.style6 html.style3 .col-sm-6,html.style6 html.style3 .col-sm-7,html.style6 html.style3 .col-sm-8,html.style6 html.style3 .col-sm-9,html.style6 html.style3 .col-sm-auto,html.style6 html.style3 .col-xl,html.style6 html.style3 .col-xl-1,html.style6 html.style3 .col-xl-10,html.style6 html.style3 .col-xl-11,html.style6 html.style3 .col-xl-12,html.style6 html.style3 .col-xl-2,html.style6 html.style3 .col-xl-3,html.style6 html.style3 .col-xl-4,html.style6 html.style3 .col-xl-5,html.style6 html.style3 .col-xl-6,html.style6 html.style3 .col-xl-7,html.style6 html.style3 .col-xl-8,html.style6 html.style3 .col-xl-9,html.style6 html.style3 .col-xl-auto,html.style6 html.style4 .col,html.style6 html.style4 .col-1,html.style6 html.style4 .col-10,html.style6 html.style4 .col-11,html.style6 html.style4 .col-12,html.style6 html.style4 .col-2,html.style6 html.style4 .col-3,html.style6 html.style4 .col-4,html.style6 html.style4 .col-5,html.style6 html.style4 .col-6,html.style6 html.style4 .col-7,html.style6 html.style4 .col-8,html.style6 html.style4 .col-9,html.style6 html.style4 .col-auto,html.style6 html.style4 .col-lg,html.style6 html.style4 .col-lg-1,html.style6 html.style4 .col-lg-10,html.style6 html.style4 .col-lg-11,html.style6 html.style4 .col-lg-12,html.style6 html.style4 .col-lg-2,html.style6 html.style4 .col-lg-3,html.style6 html.style4 .col-lg-4,html.style6 html.style4 .col-lg-5,html.style6 html.style4 .col-lg-6,html.style6 html.style4 .col-lg-7,html.style6 html.style4 .col-lg-8,html.style6 html.style4 .col-lg-9,html.style6 html.style4 .col-lg-auto,html.style6 html.style4 .col-md,html.style6 html.style4 .col-md-1,html.style6 html.style4 .col-md-10,html.style6 html.style4 .col-md-11,html.style6 html.style4 .col-md-12,html.style6 html.style4 .col-md-2,html.style6 html.style4 .col-md-3,html.style6 html.style4 .col-md-4,html.style6 html.style4 .col-md-5,html.style6 html.style4 .col-md-6,html.style6 html.style4 .col-md-7,html.style6 html.style4 .col-md-8,html.style6 html.style4 .col-md-9,html.style6 html.style4 .col-md-auto,html.style6 html.style4 .col-sm,html.style6 html.style4 .col-sm-1,html.style6 html.style4 .col-sm-10,html.style6 html.style4 .col-sm-11,html.style6 html.style4 .col-sm-12,html.style6 html.style4 .col-sm-2,html.style6 html.style4 .col-sm-3,html.style6 html.style4 .col-sm-4,html.style6 html.style4 .col-sm-5,html.style6 html.style4 .col-sm-6,html.style6 html.style4 .col-sm-7,html.style6 html.style4 .col-sm-8,html.style6 html.style4 .col-sm-9,html.style6 html.style4 .col-sm-auto,html.style6 html.style4 .col-xl,html.style6 html.style4 .col-xl-1,html.style6 html.style4 .col-xl-10,html.style6 html.style4 .col-xl-11,html.style6 html.style4 .col-xl-12,html.style6 html.style4 .col-xl-2,html.style6 html.style4 .col-xl-3,html.style6 html.style4 .col-xl-4,html.style6 html.style4 .col-xl-5,html.style6 html.style4 .col-xl-6,html.style6 html.style4 .col-xl-7,html.style6 html.style4 .col-xl-8,html.style6 html.style4 .col-xl-9,html.style6 html.style4 .col-xl-auto,html.style6 html.style5 .col,html.style6 html.style5 .col-1,html.style6 html.style5 .col-10,html.style6 html.style5 .col-11,html.style6 html.style5 .col-12,html.style6 html.style5 .col-2,html.style6 html.style5 .col-3,html.style6 html.style5 .col-4,html.style6 html.style5 .col-5,html.style6 html.style5 .col-6,html.style6 html.style5 .col-7,html.style6 html.style5 .col-8,html.style6 html.style5 .col-9,html.style6 html.style5 .col-auto,html.style6 html.style5 .col-lg,html.style6 html.style5 .col-lg-1,html.style6 html.style5 .col-lg-10,html.style6 html.style5 .col-lg-11,html.style6 html.style5 .col-lg-12,html.style6 html.style5 .col-lg-2,html.style6 html.style5 .col-lg-3,html.style6 html.style5 .col-lg-4,html.style6 html.style5 .col-lg-5,html.style6 html.style5 .col-lg-6,html.style6 html.style5 .col-lg-7,html.style6 html.style5 .col-lg-8,html.style6 html.style5 .col-lg-9,html.style6 html.style5 .col-lg-auto,html.style6 html.style5 .col-md,html.style6 html.style5 .col-md-1,html.style6 html.style5 .col-md-10,html.style6 html.style5 .col-md-11,html.style6 html.style5 .col-md-12,html.style6 html.style5 .col-md-2,html.style6 html.style5 .col-md-3,html.style6 html.style5 .col-md-4,html.style6 html.style5 .col-md-5,html.style6 html.style5 .col-md-6,html.style6 html.style5 .col-md-7,html.style6 html.style5 .col-md-8,html.style6 html.style5 .col-md-9,html.style6 html.style5 .col-md-auto,html.style6 html.style5 .col-sm,html.style6 html.style5 .col-sm-1,html.style6 html.style5 .col-sm-10,html.style6 html.style5 .col-sm-11,html.style6 html.style5 .col-sm-12,html.style6 html.style5 .col-sm-2,html.style6 html.style5 .col-sm-3,html.style6 html.style5 .col-sm-4,html.style6 html.style5 .col-sm-5,html.style6 html.style5 .col-sm-6,html.style6 html.style5 .col-sm-7,html.style6 html.style5 .col-sm-8,html.style6 html.style5 .col-sm-9,html.style6 html.style5 .col-sm-auto,html.style6 html.style5 .col-xl,html.style6 html.style5 .col-xl-1,html.style6 html.style5 .col-xl-10,html.style6 html.style5 .col-xl-11,html.style6 html.style5 .col-xl-12,html.style6 html.style5 .col-xl-2,html.style6 html.style5 .col-xl-3,html.style6 html.style5 .col-xl-4,html.style6 html.style5 .col-xl-5,html.style6 html.style5 .col-xl-6,html.style6 html.style5 .col-xl-7,html.style6 html.style5 .col-xl-8,html.style6 html.style5 .col-xl-9,html.style6 html.style5 .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}html.style6 .col{flex-basis:0;flex-grow:1;max-width:100%}html.style6 .row-cols-1>*{flex:0 0 100%;max-width:100%}html.style6 .row-cols-2>*{flex:0 0 50%;max-width:50%}html.style6 .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style6 .row-cols-4>*{flex:0 0 25%;max-width:25%}html.style6 .row-cols-5>*{flex:0 0 20%;max-width:20%}html.style6 .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style6 .col-auto{flex:0 0 auto;width:auto;max-width:100%}html.style6 .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style6 .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style6 .col-3{flex:0 0 25%;max-width:25%}html.style6 .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style6 .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style6 .col-6{flex:0 0 50%;max-width:50%}html.style6 .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style6 .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style6 .col-9{flex:0 0 75%;max-width:75%}html.style6 .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style6 .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style6 .col-12{flex:0 0 100%;max-width:100%}html.style6 .order-first{order:-1}html.style6 .order-last{order:13}html.style6 .order-0{order:0}html.style6 .order-1{order:1}html.style6 .order-2{order:2}html.style6 .order-3{order:3}html.style6 .order-4{order:4}html.style6 .order-5{order:5}html.style6 .order-6{order:6}html.style6 .order-7{order:7}html.style6 .order-8{order:8}html.style6 .order-9{order:9}html.style6 .order-10{order:10}html.style6 .order-11{order:11}html.style6 .order-12{order:12}html.style6 .offset-1{margin-left:8.33333333%}html.style6 .offset-2{margin-left:16.66666667%}html.style6 .offset-3{margin-left:25%}html.style6 .offset-4{margin-left:33.33333333%}html.style6 .offset-5{margin-left:41.66666667%}html.style6 .offset-6{margin-left:50%}html.style6 .offset-7{margin-left:58.33333333%}html.style6 .offset-8{margin-left:66.66666667%}html.style6 .offset-9{margin-left:75%}html.style6 .offset-10{margin-left:83.33333333%}html.style6 .offset-11{margin-left:91.66666667%}@media(min-width:576px){html.style6 .col-sm{flex-basis:0;flex-grow:1;max-width:100%}html.style6 .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}html.style6 .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}html.style6 .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style6 .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}html.style6 .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}html.style6 .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style6 .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}html.style6 .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style6 .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style6 .col-sm-3{flex:0 0 25%;max-width:25%}html.style6 .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style6 .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style6 .col-sm-6{flex:0 0 50%;max-width:50%}html.style6 .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style6 .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style6 .col-sm-9{flex:0 0 75%;max-width:75%}html.style6 .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style6 .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style6 .col-sm-12{flex:0 0 100%;max-width:100%}html.style6 .order-sm-first{order:-1}html.style6 .order-sm-last{order:13}html.style6 .order-sm-0{order:0}html.style6 .order-sm-1{order:1}html.style6 .order-sm-2{order:2}html.style6 .order-sm-3{order:3}html.style6 .order-sm-4{order:4}html.style6 .order-sm-5{order:5}html.style6 .order-sm-6{order:6}html.style6 .order-sm-7{order:7}html.style6 .order-sm-8{order:8}html.style6 .order-sm-9{order:9}html.style6 .order-sm-10{order:10}html.style6 .order-sm-11{order:11}html.style6 .order-sm-12{order:12}html.style6 .offset-sm-0{margin-left:0}html.style6 .offset-sm-1{margin-left:8.33333333%}html.style6 .offset-sm-2{margin-left:16.66666667%}html.style6 .offset-sm-3{margin-left:25%}html.style6 .offset-sm-4{margin-left:33.33333333%}html.style6 .offset-sm-5{margin-left:41.66666667%}html.style6 .offset-sm-6{margin-left:50%}html.style6 .offset-sm-7{margin-left:58.33333333%}html.style6 .offset-sm-8{margin-left:66.66666667%}html.style6 .offset-sm-9{margin-left:75%}html.style6 .offset-sm-10{margin-left:83.33333333%}html.style6 .offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){html.style6 .col-md{flex-basis:0;flex-grow:1;max-width:100%}html.style6 .row-cols-md-1>*{flex:0 0 100%;max-width:100%}html.style6 .row-cols-md-2>*{flex:0 0 50%;max-width:50%}html.style6 .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style6 .row-cols-md-4>*{flex:0 0 25%;max-width:25%}html.style6 .row-cols-md-5>*{flex:0 0 20%;max-width:20%}html.style6 .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style6 .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}html.style6 .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style6 .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style6 .col-md-3{flex:0 0 25%;max-width:25%}html.style6 .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style6 .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style6 .col-md-6{flex:0 0 50%;max-width:50%}html.style6 .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style6 .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style6 .col-md-9{flex:0 0 75%;max-width:75%}html.style6 .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style6 .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style6 .col-md-12{flex:0 0 100%;max-width:100%}html.style6 .order-md-first{order:-1}html.style6 .order-md-last{order:13}html.style6 .order-md-0{order:0}html.style6 .order-md-1{order:1}html.style6 .order-md-2{order:2}html.style6 .order-md-3{order:3}html.style6 .order-md-4{order:4}html.style6 .order-md-5{order:5}html.style6 .order-md-6{order:6}html.style6 .order-md-7{order:7}html.style6 .order-md-8{order:8}html.style6 .order-md-9{order:9}html.style6 .order-md-10{order:10}html.style6 .order-md-11{order:11}html.style6 .order-md-12{order:12}html.style6 .offset-md-0{margin-left:0}html.style6 .offset-md-1{margin-left:8.33333333%}html.style6 .offset-md-2{margin-left:16.66666667%}html.style6 .offset-md-3{margin-left:25%}html.style6 .offset-md-4{margin-left:33.33333333%}html.style6 .offset-md-5{margin-left:41.66666667%}html.style6 .offset-md-6{margin-left:50%}html.style6 .offset-md-7{margin-left:58.33333333%}html.style6 .offset-md-8{margin-left:66.66666667%}html.style6 .offset-md-9{margin-left:75%}html.style6 .offset-md-10{margin-left:83.33333333%}html.style6 .offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){html.style6 .col-lg{flex-basis:0;flex-grow:1;max-width:100%}html.style6 .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}html.style6 .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}html.style6 .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style6 .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}html.style6 .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}html.style6 .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style6 .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}html.style6 .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style6 .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style6 .col-lg-3{flex:0 0 25%;max-width:25%}html.style6 .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style6 .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style6 .col-lg-6{flex:0 0 50%;max-width:50%}html.style6 .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style6 .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style6 .col-lg-9{flex:0 0 75%;max-width:75%}html.style6 .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style6 .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style6 .col-lg-12{flex:0 0 100%;max-width:100%}html.style6 .order-lg-first{order:-1}html.style6 .order-lg-last{order:13}html.style6 .order-lg-0{order:0}html.style6 .order-lg-1{order:1}html.style6 .order-lg-2{order:2}html.style6 .order-lg-3{order:3}html.style6 .order-lg-4{order:4}html.style6 .order-lg-5{order:5}html.style6 .order-lg-6{order:6}html.style6 .order-lg-7{order:7}html.style6 .order-lg-8{order:8}html.style6 .order-lg-9{order:9}html.style6 .order-lg-10{order:10}html.style6 .order-lg-11{order:11}html.style6 .order-lg-12{order:12}html.style6 .offset-lg-0{margin-left:0}html.style6 .offset-lg-1{margin-left:8.33333333%}html.style6 .offset-lg-2{margin-left:16.66666667%}html.style6 .offset-lg-3{margin-left:25%}html.style6 .offset-lg-4{margin-left:33.33333333%}html.style6 .offset-lg-5{margin-left:41.66666667%}html.style6 .offset-lg-6{margin-left:50%}html.style6 .offset-lg-7{margin-left:58.33333333%}html.style6 .offset-lg-8{margin-left:66.66666667%}html.style6 .offset-lg-9{margin-left:75%}html.style6 .offset-lg-10{margin-left:83.33333333%}html.style6 .offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){html.style6 .col-xl{flex-basis:0;flex-grow:1;max-width:100%}html.style6 .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}html.style6 .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}html.style6 .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html.style6 .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}html.style6 .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}html.style6 .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html.style6 .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}html.style6 .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}html.style6 .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}html.style6 .col-xl-3{flex:0 0 25%;max-width:25%}html.style6 .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}html.style6 .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}html.style6 .col-xl-6{flex:0 0 50%;max-width:50%}html.style6 .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}html.style6 .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}html.style6 .col-xl-9{flex:0 0 75%;max-width:75%}html.style6 .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}html.style6 .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}html.style6 .col-xl-12{flex:0 0 100%;max-width:100%}html.style6 .order-xl-first{order:-1}html.style6 .order-xl-last{order:13}html.style6 .order-xl-0{order:0}html.style6 .order-xl-1{order:1}html.style6 .order-xl-2{order:2}html.style6 .order-xl-3{order:3}html.style6 .order-xl-4{order:4}html.style6 .order-xl-5{order:5}html.style6 .order-xl-6{order:6}html.style6 .order-xl-7{order:7}html.style6 .order-xl-8{order:8}html.style6 .order-xl-9{order:9}html.style6 .order-xl-10{order:10}html.style6 .order-xl-11{order:11}html.style6 .order-xl-12{order:12}html.style6 .offset-xl-0{margin-left:0}html.style6 .offset-xl-1{margin-left:8.33333333%}html.style6 .offset-xl-2{margin-left:16.66666667%}html.style6 .offset-xl-3{margin-left:25%}html.style6 .offset-xl-4{margin-left:33.33333333%}html.style6 .offset-xl-5{margin-left:41.66666667%}html.style6 .offset-xl-6{margin-left:50%}html.style6 .offset-xl-7{margin-left:58.33333333%}html.style6 .offset-xl-8{margin-left:66.66666667%}html.style6 .offset-xl-9{margin-left:75%}html.style6 .offset-xl-10{margin-left:83.33333333%}html.style6 .offset-xl-11{margin-left:91.66666667%}}html.style6 .table{width:100%;margin-bottom:1rem;color:#212529}html.style6 .table td,html.style6 .table th{padding:.75rem;vertical-align:top;border-top:1px solid #eff1f2}html.style6 .table thead th{vertical-align:bottom;border-bottom:2px solid #eff1f2}html.style6 .table tbody+tbody{border-top:2px solid #eff1f2}html.style6 .table-sm td,html.style6 .table-sm th{padding:.3rem}html.style6 .table-bordered,html.style6 .table-bordered td,html.style6 .table-bordered th{border:1px solid #eff1f2}html.style6 .table-bordered thead td,html.style6 .table-bordered thead th{border-bottom-width:2px}html.style6 .table-borderless tbody+tbody,html.style6 .table-borderless td,html.style6 .table-borderless th,html.style6 .table-borderless thead th{border:0}html.style6 .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}html.style6 .table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}html.style6 .table-primary,html.style6 .table-primary>td,html.style6 .table-primary>th{background-color:#b8daff}html.style6 .table-primary tbody+tbody,html.style6 .table-primary td,html.style6 .table-primary th,html.style6 .table-primary thead th{border-color:#7abaff}html.style6 .table-hover .table-primary:hover,html.style6 .table-hover .table-primary:hover>td,html.style6 .table-hover .table-primary:hover>th{background-color:#9fcdff}html.style6 .table-secondary,html.style6 .table-secondary>td,html.style6 .table-secondary>th{background-color:#d6d8db}html.style6 .table-secondary tbody+tbody,html.style6 .table-secondary td,html.style6 .table-secondary th,html.style6 .table-secondary thead th{border-color:#b3b7bb}html.style6 .table-hover .table-secondary:hover,html.style6 .table-hover .table-secondary:hover>td,html.style6 .table-hover .table-secondary:hover>th{background-color:#c8cbcf}html.style6 .table-success,html.style6 .table-success>td,html.style6 .table-success>th{background-color:#c3e6cb}html.style6 .table-success tbody+tbody,html.style6 .table-success td,html.style6 .table-success th,html.style6 .table-success thead th{border-color:#8fd19e}html.style6 .table-hover .table-success:hover,html.style6 .table-hover .table-success:hover>td,html.style6 .table-hover .table-success:hover>th{background-color:#b1dfbb}html.style6 .table-info,html.style6 .table-info>td,html.style6 .table-info>th{background-color:#bee5eb}html.style6 .table-info tbody+tbody,html.style6 .table-info td,html.style6 .table-info th,html.style6 .table-info thead th{border-color:#86cfda}html.style6 .table-hover .table-info:hover,html.style6 .table-hover .table-info:hover>td,html.style6 .table-hover .table-info:hover>th{background-color:#abdde5}html.style6 .table-warning,html.style6 .table-warning>td,html.style6 .table-warning>th{background-color:#ffeeba}html.style6 .table-warning tbody+tbody,html.style6 .table-warning td,html.style6 .table-warning th,html.style6 .table-warning thead th{border-color:#ffdf7e}html.style6 .table-hover .table-warning:hover,html.style6 .table-hover .table-warning:hover>td,html.style6 .table-hover .table-warning:hover>th{background-color:#ffe8a1}html.style6 .table-danger,html.style6 .table-danger>td,html.style6 .table-danger>th{background-color:#ffc5c5}html.style6 .table-danger tbody+tbody,html.style6 .table-danger td,html.style6 .table-danger th,html.style6 .table-danger thead th{border-color:#ff9393}html.style6 .table-hover .table-danger:hover,html.style6 .table-hover .table-danger:hover>td,html.style6 .table-hover .table-danger:hover>th{background-color:#ffacac}html.style6 .table-light,html.style6 .table-light>td,html.style6 .table-light>th{background-color:#c2c2c4}html.style6 .table-light tbody+tbody,html.style6 .table-light td,html.style6 .table-light th,html.style6 .table-light thead th{border-color:#8e8e91}html.style6 .table-hover .table-light:hover,html.style6 .table-hover .table-light:hover>td,html.style6 .table-hover .table-light:hover>th{background-color:#b5b5b7}html.style6 .table-dark,html.style6 .table-dark>td,html.style6 .table-dark>th{background-color:#bfbfc0}html.style6 .table-dark tbody+tbody,html.style6 .table-dark td,html.style6 .table-dark th,html.style6 .table-dark thead th{border-color:#87888b}html.style6 .table-hover .table-dark:hover,html.style6 .table-hover .table-dark:hover>td,html.style6 .table-hover .table-dark:hover>th{background-color:#b2b2b3}html.style6 .table-active,html.style6 .table-active>td,html.style6 .table-active>th,html.style6 .table-hover .table-active:hover,html.style6 .table-hover .table-active:hover>td,html.style6 .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}html.style6 .table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}html.style6 .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#eff1f2}html.style6 .table-dark{color:#fff;background-color:#343a40}html.style6 .table-dark td,html.style6 .table-dark th,html.style6 .table-dark thead th{border-color:#454d55}html.style6 .table-dark.table-bordered{border:0}html.style6 .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}html.style6 .table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){html.style6 .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style6 .table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){html.style6 .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style6 .table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){html.style6 .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style6 .table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){html.style6 .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style6 .table-responsive-xl>.table-bordered{border:0}}html.style6 .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}html.style6 .table-responsive>.table-bordered{border:0}html.style6 .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style6 .form-control{transition:none}}html.style6 .form-control::-ms-expand{background-color:transparent;border:0}html.style6 .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style6 .form-control::placeholder{color:#6c757d;opacity:1}html.style6 .form-control:disabled,html.style6 .form-control[readonly]{background-color:#e9ecef;opacity:1}html.style6 input[type=date].form-control,html.style6 input[type=datetime-local].form-control,html.style6 input[type=month].form-control,html.style6 input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style6 select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}html.style6 select.form-control:focus::-ms-value{color:#495057;background-color:#fff}html.style6 .form-control-file,html.style6 .form-control-range{display:block;width:100%}html.style6 .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}html.style6 .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}html.style6 .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}html.style6 .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}html.style6 .form-control-plaintext.form-control-lg,html.style6 .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}html.style6 .form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style6 .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style6 select.form-control[multiple],html.style6 select.form-control[size],html.style6 textarea.form-control{height:auto}html.style6 .form-group{margin-bottom:1rem}html.style6 .form-text{display:block;margin-top:.25rem}html.style6 .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}html.style6 .form-row>.col,html.style6 .form-row>[class*=col-]{padding-right:5px;padding-left:5px}html.style6 .form-check{position:relative;display:block;padding-left:1.25rem}html.style6 .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}html.style6 .form-check-input:disabled~.form-check-label,html.style6 .form-check-input[disabled]~.form-check-label{color:#6c757d}html.style6 .form-check-label{margin-bottom:0}html.style6 .form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}html.style6 .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}html.style6 .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}html.style6 .valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>html.style6 .valid-tooltip,.form-row>[class*=col-]>html.style6 .valid-tooltip{left:5px}.was-validated html.style6:valid~.valid-feedback,.was-validated html.style6:valid~.valid-tooltip,html.style6.is-valid~.valid-feedback,html.style6.is-valid~.valid-tooltip{display:block}.was-validated html.style6 .form-control:valid,html.style6 .form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated html.style6 .form-control:valid:focus,html.style6 .form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style6 select.form-control:valid,html.style6 select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated html.style6 textarea.form-control:valid,html.style6 textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated html.style6 .custom-select:valid,html.style6 .custom-select.is-valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated html.style6 .custom-select:valid:focus,html.style6 .custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style6 .form-check-input:valid~.form-check-label,html.style6 .form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated html.style6 .form-check-input:valid~.valid-feedback,.was-validated html.style6 .form-check-input:valid~.valid-tooltip,html.style6 .form-check-input.is-valid~.valid-feedback,html.style6 .form-check-input.is-valid~.valid-tooltip{display:block}.was-validated html.style6 .custom-control-input:valid~.custom-control-label,html.style6 .custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated html.style6 .custom-control-input:valid~.custom-control-label:before,html.style6 .custom-control-input.is-valid~.custom-control-label:before{border-color:#28a745}.was-validated html.style6 .custom-control-input:valid:checked~.custom-control-label:before,html.style6 .custom-control-input.is-valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.was-validated html.style6 .custom-control-input:valid:focus~.custom-control-label:before,html.style6 .custom-control-input.is-valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated html.style6 .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,html.style6 .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.was-validated html.style6 .custom-file-input:valid~.custom-file-label,html.style6 .custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated html.style6 .custom-file-input:valid:focus~.custom-file-label,html.style6 .custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}html.style6 .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#ff3030}html.style6 .invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(255,48,48,.9);border-radius:.25rem}.form-row>.col>html.style6 .invalid-tooltip,.form-row>[class*=col-]>html.style6 .invalid-tooltip{left:5px}.was-validated html.style6:invalid~.invalid-feedback,.was-validated html.style6:invalid~.invalid-tooltip,html.style6.is-invalid~.invalid-feedback,html.style6.is-invalid~.invalid-tooltip{display:block}.was-validated html.style6 .form-control:invalid,html.style6 .form-control.is-invalid{border-color:#ff3030;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated html.style6 .form-control:invalid:focus,html.style6 .form-control.is-invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style6 select.form-control:invalid,html.style6 select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated html.style6 textarea.form-control:invalid,html.style6 textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated html.style6 .custom-select:invalid,html.style6 .custom-select.is-invalid{border-color:#ff3030;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3030' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3030' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated html.style6 .custom-select:invalid:focus,html.style6 .custom-select.is-invalid:focus{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style6 .form-check-input:invalid~.form-check-label,html.style6 .form-check-input.is-invalid~.form-check-label{color:#ff3030}.was-validated html.style6 .form-check-input:invalid~.invalid-feedback,.was-validated html.style6 .form-check-input:invalid~.invalid-tooltip,html.style6 .form-check-input.is-invalid~.invalid-feedback,html.style6 .form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated html.style6 .custom-control-input:invalid~.custom-control-label,html.style6 .custom-control-input.is-invalid~.custom-control-label{color:#ff3030}.was-validated html.style6 .custom-control-input:invalid~.custom-control-label:before,html.style6 .custom-control-input.is-invalid~.custom-control-label:before{border-color:#ff3030}.was-validated html.style6 .custom-control-input:invalid:checked~.custom-control-label:before,html.style6 .custom-control-input.is-invalid:checked~.custom-control-label:before{border-color:#ff6363;background-color:#ff6363}.was-validated html.style6 .custom-control-input:invalid:focus~.custom-control-label:before,html.style6 .custom-control-input.is-invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}.was-validated html.style6 .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,html.style6 .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before{border-color:#ff3030}.was-validated html.style6 .custom-file-input:invalid~.custom-file-label,html.style6 .custom-file-input.is-invalid~.custom-file-label{border-color:#ff3030}.was-validated html.style6 .custom-file-input:invalid:focus~.custom-file-label,html.style6 .custom-file-input.is-invalid:focus~.custom-file-label{border-color:#ff3030;box-shadow:0 0 0 .2rem rgba(255,48,48,.25)}html.style6 .form-inline{display:flex;flex-flow:row wrap;align-items:center}html.style6 .form-inline .form-check{width:100%}@media(min-width:576px){html.style6 .form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}html.style6 .form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}html.style6 .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}html.style6 .form-inline .form-control-plaintext{display:inline-block}html.style6 .form-inline .custom-select,html.style6 .form-inline .input-group{width:auto}html.style6 .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}html.style6 .form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}html.style6 .form-inline .custom-control{align-items:center;justify-content:center}html.style6 .form-inline .custom-control-label{margin-bottom:0}}html.style6 .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style6 .btn{transition:none}}html.style6 .btn:hover{color:#212529;text-decoration:none}html.style6 .btn.focus,html.style6 .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style6 .btn.disabled,html.style6 .btn:disabled{opacity:.65}html.style6 .btn:not(:disabled):not(.disabled){cursor:pointer}html.style6 a.btn.disabled,html.style6 fieldset:disabled a.btn{pointer-events:none}html.style6 .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}html.style6 .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}html.style6 .btn-primary.focus,html.style6 .btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}html.style6 .btn-primary.disabled,html.style6 .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.show>html.style6 .btn-primary.dropdown-toggle,html.style6 .btn-primary:not(:disabled):not(.disabled).active,html.style6 .btn-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#0062cc;border-color:#005cbf}.show>html.style6 .btn-primary.dropdown-toggle:focus,html.style6 .btn-primary:not(:disabled):not(.disabled).active:focus,html.style6 .btn-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}html.style6 .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}html.style6 .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}html.style6 .btn-secondary.focus,html.style6 .btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}html.style6 .btn-secondary.disabled,html.style6 .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.show>html.style6 .btn-secondary.dropdown-toggle,html.style6 .btn-secondary:not(:disabled):not(.disabled).active,html.style6 .btn-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#545b62;border-color:#4e555b}.show>html.style6 .btn-secondary.dropdown-toggle:focus,html.style6 .btn-secondary:not(:disabled):not(.disabled).active:focus,html.style6 .btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}html.style6 .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}html.style6 .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}html.style6 .btn-success.focus,html.style6 .btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}html.style6 .btn-success.disabled,html.style6 .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.show>html.style6 .btn-success.dropdown-toggle,html.style6 .btn-success:not(:disabled):not(.disabled).active,html.style6 .btn-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#1e7e34;border-color:#1c7430}.show>html.style6 .btn-success.dropdown-toggle:focus,html.style6 .btn-success:not(:disabled):not(.disabled).active:focus,html.style6 .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}html.style6 .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html.style6 .btn-info.focus,html.style6 .btn-info:focus,html.style6 .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}html.style6 .btn-info.focus,html.style6 .btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}html.style6 .btn-info.disabled,html.style6 .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.show>html.style6 .btn-info.dropdown-toggle,html.style6 .btn-info:not(:disabled):not(.disabled).active,html.style6 .btn-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#117a8b;border-color:#10707f}.show>html.style6 .btn-info.dropdown-toggle:focus,html.style6 .btn-info:not(:disabled):not(.disabled).active:focus,html.style6 .btn-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}html.style6 .btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}html.style6 .btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}html.style6 .btn-warning.focus,html.style6 .btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}html.style6 .btn-warning.disabled,html.style6 .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.show>html.style6 .btn-warning.dropdown-toggle,html.style6 .btn-warning:not(:disabled):not(.disabled).active,html.style6 .btn-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#d39e00;border-color:#c69500}.show>html.style6 .btn-warning.dropdown-toggle:focus,html.style6 .btn-warning:not(:disabled):not(.disabled).active:focus,html.style6 .btn-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}html.style6 .btn-danger{color:#fff;background-color:#ff3030;border-color:#ff3030}html.style6 .btn-danger:hover{color:#fff;background-color:#ff0a0a;border-color:#fc0000}html.style6 .btn-danger.focus,html.style6 .btn-danger:focus{color:#fff;background-color:#ff0a0a;border-color:#fc0000;box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}html.style6 .btn-danger.disabled,html.style6 .btn-danger:disabled{color:#fff;background-color:#ff3030;border-color:#ff3030}.show>html.style6 .btn-danger.dropdown-toggle,html.style6 .btn-danger:not(:disabled):not(.disabled).active,html.style6 .btn-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#fc0000;border-color:#ef0000}.show>html.style6 .btn-danger.dropdown-toggle:focus,html.style6 .btn-danger:not(:disabled):not(.disabled).active:focus,html.style6 .btn-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,79,79,.5)}html.style6 .btn-light{color:#fff;background-color:#25262c;border-color:#25262c}html.style6 .btn-light:hover{color:#fff;background-color:#141417;border-color:#0e0e10}html.style6 .btn-light.focus,html.style6 .btn-light:focus{color:#fff;background-color:#141417;border-color:#0e0e10;box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}html.style6 .btn-light.disabled,html.style6 .btn-light:disabled{color:#fff;background-color:#25262c;border-color:#25262c}.show>html.style6 .btn-light.dropdown-toggle,html.style6 .btn-light:not(:disabled):not(.disabled).active,html.style6 .btn-light:not(:disabled):not(.disabled):active{color:#fff;background-color:#0e0e10;border-color:#080809}.show>html.style6 .btn-light.dropdown-toggle:focus,html.style6 .btn-light:not(:disabled):not(.disabled).active:focus,html.style6 .btn-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(70,71,76,.5)}html.style6 .btn-dark{color:#fff;background-color:#191b1f;border-color:#191b1f}html.style6 .btn-dark.focus,html.style6 .btn-dark:focus,html.style6 .btn-dark:hover{color:#fff;background-color:#08090a;border-color:#020203}html.style6 .btn-dark.focus,html.style6 .btn-dark:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}html.style6 .btn-dark.disabled,html.style6 .btn-dark:disabled{color:#fff;background-color:#191b1f;border-color:#191b1f}.show>html.style6 .btn-dark.dropdown-toggle,html.style6 .btn-dark:not(:disabled):not(.disabled).active,html.style6 .btn-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#020203;border-color:#000}.show>html.style6 .btn-dark.dropdown-toggle:focus,html.style6 .btn-dark:not(:disabled):not(.disabled).active:focus,html.style6 .btn-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(60,61,65,.5)}html.style6 .btn-outline-primary{color:#007bff;border-color:#007bff}html.style6 .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}html.style6 .btn-outline-primary.focus,html.style6 .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style6 .btn-outline-primary.disabled,html.style6 .btn-outline-primary:disabled{color:#007bff;background-color:transparent}.show>html.style6 .btn-outline-primary.dropdown-toggle,html.style6 .btn-outline-primary:not(:disabled):not(.disabled).active,html.style6 .btn-outline-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#007bff;border-color:#007bff}.show>html.style6 .btn-outline-primary.dropdown-toggle:focus,html.style6 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,html.style6 .btn-outline-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style6 .btn-outline-secondary{color:#6c757d;border-color:#6c757d}html.style6 .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}html.style6 .btn-outline-secondary.focus,html.style6 .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style6 .btn-outline-secondary.disabled,html.style6 .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.show>html.style6 .btn-outline-secondary.dropdown-toggle,html.style6 .btn-outline-secondary:not(:disabled):not(.disabled).active,html.style6 .btn-outline-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#6c757d;border-color:#6c757d}.show>html.style6 .btn-outline-secondary.dropdown-toggle:focus,html.style6 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,html.style6 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style6 .btn-outline-success{color:#28a745;border-color:#28a745}html.style6 .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}html.style6 .btn-outline-success.focus,html.style6 .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style6 .btn-outline-success.disabled,html.style6 .btn-outline-success:disabled{color:#28a745;background-color:transparent}.show>html.style6 .btn-outline-success.dropdown-toggle,html.style6 .btn-outline-success:not(:disabled):not(.disabled).active,html.style6 .btn-outline-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#28a745;border-color:#28a745}.show>html.style6 .btn-outline-success.dropdown-toggle:focus,html.style6 .btn-outline-success:not(:disabled):not(.disabled).active:focus,html.style6 .btn-outline-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style6 .btn-outline-info{color:#17a2b8;border-color:#17a2b8}html.style6 .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html.style6 .btn-outline-info.focus,html.style6 .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style6 .btn-outline-info.disabled,html.style6 .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.show>html.style6 .btn-outline-info.dropdown-toggle,html.style6 .btn-outline-info:not(:disabled):not(.disabled).active,html.style6 .btn-outline-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.show>html.style6 .btn-outline-info.dropdown-toggle:focus,html.style6 .btn-outline-info:not(:disabled):not(.disabled).active:focus,html.style6 .btn-outline-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style6 .btn-outline-warning{color:#ffc107;border-color:#ffc107}html.style6 .btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}html.style6 .btn-outline-warning.focus,html.style6 .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style6 .btn-outline-warning.disabled,html.style6 .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.show>html.style6 .btn-outline-warning.dropdown-toggle,html.style6 .btn-outline-warning:not(:disabled):not(.disabled).active,html.style6 .btn-outline-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#ffc107;border-color:#ffc107}.show>html.style6 .btn-outline-warning.dropdown-toggle:focus,html.style6 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,html.style6 .btn-outline-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style6 .btn-outline-danger{color:#ff3030;border-color:#ff3030}html.style6 .btn-outline-danger:hover{color:#fff;background-color:#ff3030;border-color:#ff3030}html.style6 .btn-outline-danger.focus,html.style6 .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style6 .btn-outline-danger.disabled,html.style6 .btn-outline-danger:disabled{color:#ff3030;background-color:transparent}.show>html.style6 .btn-outline-danger.dropdown-toggle,html.style6 .btn-outline-danger:not(:disabled):not(.disabled).active,html.style6 .btn-outline-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#ff3030;border-color:#ff3030}.show>html.style6 .btn-outline-danger.dropdown-toggle:focus,html.style6 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,html.style6 .btn-outline-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style6 .btn-outline-light{color:#25262c;border-color:#25262c}html.style6 .btn-outline-light:hover{color:#fff;background-color:#25262c;border-color:#25262c}html.style6 .btn-outline-light.focus,html.style6 .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style6 .btn-outline-light.disabled,html.style6 .btn-outline-light:disabled{color:#25262c;background-color:transparent}.show>html.style6 .btn-outline-light.dropdown-toggle,html.style6 .btn-outline-light:not(:disabled):not(.disabled).active,html.style6 .btn-outline-light:not(:disabled):not(.disabled):active{color:#fff;background-color:#25262c;border-color:#25262c}.show>html.style6 .btn-outline-light.dropdown-toggle:focus,html.style6 .btn-outline-light:not(:disabled):not(.disabled).active:focus,html.style6 .btn-outline-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style6 .btn-outline-dark{color:#191b1f;border-color:#191b1f}html.style6 .btn-outline-dark:hover{color:#fff;background-color:#191b1f;border-color:#191b1f}html.style6 .btn-outline-dark.focus,html.style6 .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style6 .btn-outline-dark.disabled,html.style6 .btn-outline-dark:disabled{color:#191b1f;background-color:transparent}.show>html.style6 .btn-outline-dark.dropdown-toggle,html.style6 .btn-outline-dark:not(:disabled):not(.disabled).active,html.style6 .btn-outline-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#191b1f;border-color:#191b1f}.show>html.style6 .btn-outline-dark.dropdown-toggle:focus,html.style6 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,html.style6 .btn-outline-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style6 .btn-link{font-weight:400;color:#007bff;text-decoration:none}html.style6 .btn-link:hover{color:#0056b3;text-decoration:underline}html.style6 .btn-link.focus,html.style6 .btn-link:focus{text-decoration:underline}html.style6 .btn-link.disabled,html.style6 .btn-link:disabled{color:#6c757d;pointer-events:none}html.style6 .btn-group-lg>.btn,html.style6 .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style6 .btn-group-sm>.btn,html.style6 .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style6 .btn-block{display:block;width:100%}html.style6 .btn-block+.btn-block{margin-top:.5rem}html.style6 input[type=button].btn-block,html.style6 input[type=reset].btn-block,html.style6 input[type=submit].btn-block{width:100%}html.style6 .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){html.style6 .fade{transition:none}}html.style6 .fade:not(.show){opacity:0}html.style6 .collapse:not(.show){display:none}html.style6 .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){html.style6 .collapsing{transition:none}}html.style6 .collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){html.style6 .collapsing.width{transition:none}}html.style6 .dropdown,html.style6 .dropleft,html.style6 .dropright,html.style6 .dropup{position:relative}html.style6 .dropdown-toggle{white-space:nowrap}html.style6 .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}html.style6 .dropdown-toggle:empty:after{margin-left:0}html.style6 .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}html.style6 .dropdown-menu-left{right:auto;left:0}html.style6 .dropdown-menu-right{right:0;left:auto}@media(min-width:576px){html.style6 .dropdown-menu-sm-left{right:auto;left:0}html.style6 .dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){html.style6 .dropdown-menu-md-left{right:auto;left:0}html.style6 .dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){html.style6 .dropdown-menu-lg-left{right:auto;left:0}html.style6 .dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){html.style6 .dropdown-menu-xl-left{right:auto;left:0}html.style6 .dropdown-menu-xl-right{right:0;left:auto}}html.style6 .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}html.style6 .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}html.style6 .dropup .dropdown-toggle:empty:after{margin-left:0}html.style6 .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}html.style6 .dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}html.style6 .dropright .dropdown-toggle:empty:after{margin-left:0}html.style6 .dropright .dropdown-toggle:after{vertical-align:0}html.style6 .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}html.style6 .dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}html.style6 .dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}html.style6 .dropleft .dropdown-toggle:empty:after{margin-left:0}html.style6 .dropleft .dropdown-toggle:before{vertical-align:0}html.style6 .dropdown-menu[x-placement^=bottom],html.style6 .dropdown-menu[x-placement^=left],html.style6 .dropdown-menu[x-placement^=right],html.style6 .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}html.style6 .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}html.style6 .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}html.style6 .dropdown-item:focus,html.style6 .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}html.style6 .dropdown-item.active,html.style6 .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}html.style6 .dropdown-item.disabled,html.style6 .dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}html.style6 .dropdown-menu.show{display:block}html.style6 .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}html.style6 .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}html.style6 .btn-group,html.style6 .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}html.style6 .btn-group-vertical>.btn,html.style6 .btn-group>.btn{position:relative;flex:1 1 auto}html.style6 .btn-group-vertical>.btn.active,html.style6 .btn-group-vertical>.btn:active,html.style6 .btn-group-vertical>.btn:focus,html.style6 .btn-group-vertical>.btn:hover,html.style6 .btn-group>.btn.active,html.style6 .btn-group>.btn:active,html.style6 .btn-group>.btn:focus,html.style6 .btn-group>.btn:hover{z-index:1}html.style6 .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}html.style6 .btn-toolbar .input-group{width:auto}html.style6 .btn-group>.btn-group:not(:first-child),html.style6 .btn-group>.btn:not(:first-child){margin-left:-1px}html.style6 .btn-group>.btn-group:not(:last-child)>.btn,html.style6 .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}html.style6 .btn-group>.btn-group:not(:first-child)>.btn,html.style6 .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style6 .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropright html.style6 .dropdown-toggle-split:after,.dropup html.style6 .dropdown-toggle-split:after,html.style6 .dropdown-toggle-split:after{margin-left:0}.dropleft html.style6 .dropdown-toggle-split:before{margin-right:0}html.style6 .btn-group-sm>.btn+.dropdown-toggle-split,html.style6 .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}html.style6 .btn-group-lg>.btn+.dropdown-toggle-split,html.style6 .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}html.style6 .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}html.style6 .btn-group-vertical>.btn,html.style6 .btn-group-vertical>.btn-group{width:100%}html.style6 .btn-group-vertical>.btn-group:not(:first-child),html.style6 .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}html.style6 .btn-group-vertical>.btn-group:not(:last-child)>.btn,html.style6 .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}html.style6 .btn-group-vertical>.btn-group:not(:first-child)>.btn,html.style6 .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}html.style6 .btn-group-toggle>.btn,html.style6 .btn-group-toggle>.btn-group>.btn{margin-bottom:0}html.style6 .btn-group-toggle>.btn input[type=checkbox],html.style6 .btn-group-toggle>.btn input[type=radio],html.style6 .btn-group-toggle>.btn-group>.btn input[type=checkbox],html.style6 .btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}html.style6 .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}html.style6 .input-group>.custom-file,html.style6 .input-group>.custom-select,html.style6 .input-group>.form-control,html.style6 .input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}html.style6 .input-group>.custom-file+.custom-file,html.style6 .input-group>.custom-file+.custom-select,html.style6 .input-group>.custom-file+.form-control,html.style6 .input-group>.custom-select+.custom-file,html.style6 .input-group>.custom-select+.custom-select,html.style6 .input-group>.custom-select+.form-control,html.style6 .input-group>.form-control+.custom-file,html.style6 .input-group>.form-control+.custom-select,html.style6 .input-group>.form-control+.form-control,html.style6 .input-group>.form-control-plaintext+.custom-file,html.style6 .input-group>.form-control-plaintext+.custom-select,html.style6 .input-group>.form-control-plaintext+.form-control{margin-left:-1px}html.style6 .input-group>.custom-file .custom-file-input:focus~.custom-file-label,html.style6 .input-group>.custom-select:focus,html.style6 .input-group>.form-control:focus{z-index:3}html.style6 .input-group>.custom-file .custom-file-input:focus{z-index:4}html.style6 .input-group>.custom-select:not(:first-child),html.style6 .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style6 .input-group>.custom-file{display:flex;align-items:center}html.style6 .input-group>.custom-file:not(:last-child) .custom-file-label,html.style6 .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}html.style6 .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}html.style6 .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,html.style6 .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,html.style6 .input-group.has-validation>.custom-select:nth-last-child(n+3),html.style6 .input-group.has-validation>.form-control:nth-last-child(n+3),html.style6 .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,html.style6 .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,html.style6 .input-group:not(.has-validation)>.custom-select:not(:last-child),html.style6 .input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.style6 .input-group-append,html.style6 .input-group-prepend{display:flex}html.style6 .input-group-append .btn,html.style6 .input-group-prepend .btn{position:relative;z-index:2}html.style6 .input-group-append .btn:focus,html.style6 .input-group-prepend .btn:focus{z-index:3}html.style6 .input-group-append .btn+.btn,html.style6 .input-group-append .btn+.input-group-text,html.style6 .input-group-append .input-group-text+.btn,html.style6 .input-group-append .input-group-text+.input-group-text,html.style6 .input-group-prepend .btn+.btn,html.style6 .input-group-prepend .btn+.input-group-text,html.style6 .input-group-prepend .input-group-text+.btn,html.style6 .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}html.style6 .input-group-prepend{margin-right:-1px}html.style6 .input-group-append{margin-left:-1px}html.style6 .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}html.style6 .input-group-text input[type=checkbox],html.style6 .input-group-text input[type=radio]{margin-top:0}html.style6 .input-group-lg>.custom-select,html.style6 .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}html.style6 .input-group-lg>.custom-select,html.style6 .input-group-lg>.form-control,html.style6 .input-group-lg>.input-group-append>.btn,html.style6 .input-group-lg>.input-group-append>.input-group-text,html.style6 .input-group-lg>.input-group-prepend>.btn,html.style6 .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}html.style6 .input-group-sm>.custom-select,html.style6 .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}html.style6 .input-group-sm>.custom-select,html.style6 .input-group-sm>.form-control,html.style6 .input-group-sm>.input-group-append>.btn,html.style6 .input-group-sm>.input-group-append>.input-group-text,html.style6 .input-group-sm>.input-group-prepend>.btn,html.style6 .input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}html.style6 .input-group-lg>.custom-select,html.style6 .input-group-sm>.custom-select{padding-right:1.75rem}html.style6 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,html.style6 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,html.style6 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,html.style6 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,html.style6 .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),html.style6 .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),html.style6 .input-group>.input-group-prepend>.btn,html.style6 .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}html.style6 .input-group>.input-group-append>.btn,html.style6 .input-group>.input-group-append>.input-group-text,html.style6 .input-group>.input-group-prepend:first-child>.btn:not(:first-child),html.style6 .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),html.style6 .input-group>.input-group-prepend:not(:first-child)>.btn,html.style6 .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}html.style6 .custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}html.style6 .custom-control-inline{display:inline-flex;margin-right:1rem}html.style6 .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}html.style6 .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}html.style6 .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style6 .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}html.style6 .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}html.style6 .custom-control-input:disabled~.custom-control-label,html.style6 .custom-control-input[disabled]~.custom-control-label{color:#6c757d}html.style6 .custom-control-input:disabled~.custom-control-label:before,html.style6 .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}html.style6 .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}html.style6 .custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}html.style6 .custom-control-label:after,html.style6 .custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}html.style6 .custom-control-label:after{background:50%/50% 50% no-repeat}html.style6 .custom-checkbox .custom-control-label:before{border-radius:.25rem}html.style6 .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}html.style6 .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}html.style6 .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")}html.style6 .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style6 .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style6 .custom-radio .custom-control-label:before{border-radius:50%}html.style6 .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}html.style6 .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style6 .custom-switch{padding-left:2.25rem}html.style6 .custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}html.style6 .custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style6 .custom-switch .custom-control-label:after{transition:none}}html.style6 .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}html.style6 .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}html.style6 .custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style6 .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style6 .custom-select:focus::-ms-value{color:#495057;background-color:#fff}html.style6 .custom-select[multiple],html.style6 .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}html.style6 .custom-select:disabled{color:#6c757d;background-color:#e9ecef}html.style6 .custom-select::-ms-expand{display:none}html.style6 .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}html.style6 .custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}html.style6 .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}html.style6 .custom-file{display:inline-block;margin-bottom:0}html.style6 .custom-file,html.style6 .custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}html.style6 .custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}html.style6 .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style6 .custom-file-input:disabled~.custom-file-label,html.style6 .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}html.style6 .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}html.style6 .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}html.style6 .custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}html.style6 .custom-file-label,html.style6 .custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}html.style6 .custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}html.style6 .custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}html.style6 .custom-range:focus{outline:0}html.style6 .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style6 .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style6 .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}html.style6 .custom-range::-moz-focus-outer{border:0}html.style6 .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){html.style6 .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}html.style6 .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}html.style6 .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}html.style6 .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){html.style6 .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}html.style6 .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}html.style6 .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}html.style6 .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){html.style6 .custom-range::-ms-thumb{-ms-transition:none;transition:none}}html.style6 .custom-range::-ms-thumb:active{background-color:#b3d7ff}html.style6 .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}html.style6 .custom-range::-ms-fill-lower,html.style6 .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}html.style6 .custom-range::-ms-fill-upper{margin-right:15px}html.style6 .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}html.style6 .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}html.style6 .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}html.style6 .custom-range:disabled::-moz-range-track{cursor:default}html.style6 .custom-range:disabled::-ms-thumb{background-color:#adb5bd}html.style6 .custom-control-label:before,html.style6 .custom-file-label,html.style6 .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style6 .custom-control-label:before,html.style6 .custom-file-label,html.style6 .custom-select{transition:none}}html.style6 .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}html.style6 .nav-link{display:block;padding:.5rem 1rem}html.style6 .nav-link:focus,html.style6 .nav-link:hover{text-decoration:none}html.style6 .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}html.style6 .nav-tabs{border-bottom:1px solid #dee2e6}html.style6 .nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.style6 .nav-tabs .nav-link:focus,html.style6 .nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}html.style6 .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}html.style6 .nav-tabs .nav-item.show .nav-link,html.style6 .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}html.style6 .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}html.style6 .nav-pills .nav-link{background:none;border:0;border-radius:.25rem}html.style6 .nav-pills .nav-link.active,html.style6 .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}html.style6 .nav-fill .nav-item,html.style6 .nav-fill>.nav-link{flex:1 1 auto;text-align:center}html.style6 .nav-justified .nav-item,html.style6 .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}html.style6 .tab-content>.tab-pane{display:none}html.style6 .tab-content>.active{display:block}html.style6 .navbar{position:relative;padding:.5rem 1rem}html.style1 html.style6 .navbar .container,html.style1 html.style6 .navbar .container-fluid,html.style1 html.style6 .navbar .container-lg,html.style1 html.style6 .navbar .container-md,html.style1 html.style6 .navbar .container-sm,html.style1 html.style6 .navbar .container-xl,html.style1 html.style6 .navbar html.style2 .container-lg,html.style1 html.style6 .navbar html.style2 .container-md,html.style1 html.style6 .navbar html.style2 .container-sm,html.style1 html.style6 .navbar html.style2 .container-xl,html.style1 html.style6 .navbar html.style3 .container-lg,html.style1 html.style6 .navbar html.style3 .container-md,html.style1 html.style6 .navbar html.style3 .container-sm,html.style1 html.style6 .navbar html.style3 .container-xl,html.style1 html.style6 .navbar html.style4 .container-lg,html.style1 html.style6 .navbar html.style4 .container-md,html.style1 html.style6 .navbar html.style4 .container-sm,html.style1 html.style6 .navbar html.style4 .container-xl,html.style1 html.style6 .navbar html.style5 .container-lg,html.style1 html.style6 .navbar html.style5 .container-md,html.style1 html.style6 .navbar html.style5 .container-sm,html.style1 html.style6 .navbar html.style5 .container-xl,html.style1 html.style6 .navbar html.style6 .container-lg,html.style1 html.style6 .navbar html.style6 .container-md,html.style1 html.style6 .navbar html.style6 .container-sm,html.style1 html.style6 .navbar html.style6 .container-xl,html.style1 html.style6 .navbar>.container-lg,html.style1 html.style6 .navbar>.container-md,html.style1 html.style6 .navbar>.container-sm,html.style1 html.style6 .navbar>.container-xl,html.style2 html.style1 html.style6 .navbar .container-lg,html.style2 html.style1 html.style6 .navbar .container-md,html.style2 html.style1 html.style6 .navbar .container-sm,html.style2 html.style1 html.style6 .navbar .container-xl,html.style2 html.style6 .navbar .container,html.style2 html.style6 .navbar .container-fluid,html.style2 html.style6 .navbar .container-lg,html.style2 html.style6 .navbar .container-md,html.style2 html.style6 .navbar .container-sm,html.style2 html.style6 .navbar .container-xl,html.style2 html.style6 .navbar html.style3 .container-lg,html.style2 html.style6 .navbar html.style3 .container-md,html.style2 html.style6 .navbar html.style3 .container-sm,html.style2 html.style6 .navbar html.style3 .container-xl,html.style2 html.style6 .navbar html.style4 .container-lg,html.style2 html.style6 .navbar html.style4 .container-md,html.style2 html.style6 .navbar html.style4 .container-sm,html.style2 html.style6 .navbar html.style4 .container-xl,html.style2 html.style6 .navbar html.style5 .container-lg,html.style2 html.style6 .navbar html.style5 .container-md,html.style2 html.style6 .navbar html.style5 .container-sm,html.style2 html.style6 .navbar html.style5 .container-xl,html.style2 html.style6 .navbar html.style6 .container-lg,html.style2 html.style6 .navbar html.style6 .container-md,html.style2 html.style6 .navbar html.style6 .container-sm,html.style2 html.style6 .navbar html.style6 .container-xl,html.style2 html.style6 .navbar>.container-lg,html.style2 html.style6 .navbar>.container-md,html.style2 html.style6 .navbar>.container-sm,html.style2 html.style6 .navbar>.container-xl,html.style3 html.style1 html.style6 .navbar .container-lg,html.style3 html.style1 html.style6 .navbar .container-md,html.style3 html.style1 html.style6 .navbar .container-sm,html.style3 html.style1 html.style6 .navbar .container-xl,html.style3 html.style2 html.style6 .navbar .container-lg,html.style3 html.style2 html.style6 .navbar .container-md,html.style3 html.style2 html.style6 .navbar .container-sm,html.style3 html.style2 html.style6 .navbar .container-xl,html.style3 html.style6 .navbar .container,html.style3 html.style6 .navbar .container-fluid,html.style3 html.style6 .navbar .container-lg,html.style3 html.style6 .navbar .container-md,html.style3 html.style6 .navbar .container-sm,html.style3 html.style6 .navbar .container-xl,html.style3 html.style6 .navbar html.style4 .container-lg,html.style3 html.style6 .navbar html.style4 .container-md,html.style3 html.style6 .navbar html.style4 .container-sm,html.style3 html.style6 .navbar html.style4 .container-xl,html.style3 html.style6 .navbar html.style5 .container-lg,html.style3 html.style6 .navbar html.style5 .container-md,html.style3 html.style6 .navbar html.style5 .container-sm,html.style3 html.style6 .navbar html.style5 .container-xl,html.style3 html.style6 .navbar html.style6 .container-lg,html.style3 html.style6 .navbar html.style6 .container-md,html.style3 html.style6 .navbar html.style6 .container-sm,html.style3 html.style6 .navbar html.style6 .container-xl,html.style3 html.style6 .navbar>.container-lg,html.style3 html.style6 .navbar>.container-md,html.style3 html.style6 .navbar>.container-sm,html.style3 html.style6 .navbar>.container-xl,html.style4 html.style1 html.style6 .navbar .container-lg,html.style4 html.style1 html.style6 .navbar .container-md,html.style4 html.style1 html.style6 .navbar .container-sm,html.style4 html.style1 html.style6 .navbar .container-xl,html.style4 html.style2 html.style6 .navbar .container-lg,html.style4 html.style2 html.style6 .navbar .container-md,html.style4 html.style2 html.style6 .navbar .container-sm,html.style4 html.style2 html.style6 .navbar .container-xl,html.style4 html.style3 html.style6 .navbar .container-lg,html.style4 html.style3 html.style6 .navbar .container-md,html.style4 html.style3 html.style6 .navbar .container-sm,html.style4 html.style3 html.style6 .navbar .container-xl,html.style4 html.style6 .navbar .container,html.style4 html.style6 .navbar .container-fluid,html.style4 html.style6 .navbar .container-lg,html.style4 html.style6 .navbar .container-md,html.style4 html.style6 .navbar .container-sm,html.style4 html.style6 .navbar .container-xl,html.style4 html.style6 .navbar html.style5 .container-lg,html.style4 html.style6 .navbar html.style5 .container-md,html.style4 html.style6 .navbar html.style5 .container-sm,html.style4 html.style6 .navbar html.style5 .container-xl,html.style4 html.style6 .navbar html.style6 .container-lg,html.style4 html.style6 .navbar html.style6 .container-md,html.style4 html.style6 .navbar html.style6 .container-sm,html.style4 html.style6 .navbar html.style6 .container-xl,html.style4 html.style6 .navbar>.container-lg,html.style4 html.style6 .navbar>.container-md,html.style4 html.style6 .navbar>.container-sm,html.style4 html.style6 .navbar>.container-xl,html.style5 html.style1 html.style6 .navbar .container-lg,html.style5 html.style1 html.style6 .navbar .container-md,html.style5 html.style1 html.style6 .navbar .container-sm,html.style5 html.style1 html.style6 .navbar .container-xl,html.style5 html.style2 html.style6 .navbar .container-lg,html.style5 html.style2 html.style6 .navbar .container-md,html.style5 html.style2 html.style6 .navbar .container-sm,html.style5 html.style2 html.style6 .navbar .container-xl,html.style5 html.style3 html.style6 .navbar .container-lg,html.style5 html.style3 html.style6 .navbar .container-md,html.style5 html.style3 html.style6 .navbar .container-sm,html.style5 html.style3 html.style6 .navbar .container-xl,html.style5 html.style4 html.style6 .navbar .container-lg,html.style5 html.style4 html.style6 .navbar .container-md,html.style5 html.style4 html.style6 .navbar .container-sm,html.style5 html.style4 html.style6 .navbar .container-xl,html.style5 html.style6 .navbar .container,html.style5 html.style6 .navbar .container-fluid,html.style5 html.style6 .navbar .container-lg,html.style5 html.style6 .navbar .container-md,html.style5 html.style6 .navbar .container-sm,html.style5 html.style6 .navbar .container-xl,html.style5 html.style6 .navbar html.style6 .container-lg,html.style5 html.style6 .navbar html.style6 .container-md,html.style5 html.style6 .navbar html.style6 .container-sm,html.style5 html.style6 .navbar html.style6 .container-xl,html.style5 html.style6 .navbar>.container-lg,html.style5 html.style6 .navbar>.container-md,html.style5 html.style6 .navbar>.container-sm,html.style5 html.style6 .navbar>.container-xl,html.style6 .navbar,html.style6 .navbar .container,html.style6 .navbar .container-fluid,html.style6 .navbar .container-lg,html.style6 .navbar .container-md,html.style6 .navbar .container-sm,html.style6 .navbar .container-xl,html.style6 .navbar html.style1 .container-lg,html.style6 .navbar html.style1 .container-md,html.style6 .navbar html.style1 .container-sm,html.style6 .navbar html.style1 .container-xl,html.style6 .navbar html.style2 .container-lg,html.style6 .navbar html.style2 .container-md,html.style6 .navbar html.style2 .container-sm,html.style6 .navbar html.style2 .container-xl,html.style6 .navbar html.style3 .container-lg,html.style6 .navbar html.style3 .container-md,html.style6 .navbar html.style3 .container-sm,html.style6 .navbar html.style3 .container-xl,html.style6 .navbar html.style4 .container-lg,html.style6 .navbar html.style4 .container-md,html.style6 .navbar html.style4 .container-sm,html.style6 .navbar html.style4 .container-xl,html.style6 .navbar html.style5 .container-lg,html.style6 .navbar html.style5 .container-md,html.style6 .navbar html.style5 .container-sm,html.style6 .navbar html.style5 .container-xl,html.style6 .navbar html.style6 .container-lg,html.style6 .navbar html.style6 .container-md,html.style6 .navbar html.style6 .container-sm,html.style6 .navbar html.style6 .container-xl,html.style6 .navbar>.container-lg,html.style6 .navbar>.container-md,html.style6 .navbar>.container-sm,html.style6 .navbar>.container-xl,html.style6 html.style1 .navbar .container,html.style6 html.style1 .navbar .container-fluid,html.style6 html.style1 .navbar .container-lg,html.style6 html.style1 .navbar .container-md,html.style6 html.style1 .navbar .container-sm,html.style6 html.style1 .navbar .container-xl,html.style6 html.style1 .navbar html.style2 .container-lg,html.style6 html.style1 .navbar html.style2 .container-md,html.style6 html.style1 .navbar html.style2 .container-sm,html.style6 html.style1 .navbar html.style2 .container-xl,html.style6 html.style1 .navbar html.style3 .container-lg,html.style6 html.style1 .navbar html.style3 .container-md,html.style6 html.style1 .navbar html.style3 .container-sm,html.style6 html.style1 .navbar html.style3 .container-xl,html.style6 html.style1 .navbar html.style4 .container-lg,html.style6 html.style1 .navbar html.style4 .container-md,html.style6 html.style1 .navbar html.style4 .container-sm,html.style6 html.style1 .navbar html.style4 .container-xl,html.style6 html.style1 .navbar html.style5 .container-lg,html.style6 html.style1 .navbar html.style5 .container-md,html.style6 html.style1 .navbar html.style5 .container-sm,html.style6 html.style1 .navbar html.style5 .container-xl,html.style6 html.style1 .navbar html.style6 .container-lg,html.style6 html.style1 .navbar html.style6 .container-md,html.style6 html.style1 .navbar html.style6 .container-sm,html.style6 html.style1 .navbar html.style6 .container-xl,html.style6 html.style1 .navbar>.container-lg,html.style6 html.style1 .navbar>.container-md,html.style6 html.style1 .navbar>.container-sm,html.style6 html.style1 .navbar>.container-xl,html.style6 html.style2 .navbar .container,html.style6 html.style2 .navbar .container-fluid,html.style6 html.style2 .navbar .container-lg,html.style6 html.style2 .navbar .container-md,html.style6 html.style2 .navbar .container-sm,html.style6 html.style2 .navbar .container-xl,html.style6 html.style2 .navbar html.style3 .container-lg,html.style6 html.style2 .navbar html.style3 .container-md,html.style6 html.style2 .navbar html.style3 .container-sm,html.style6 html.style2 .navbar html.style3 .container-xl,html.style6 html.style2 .navbar html.style4 .container-lg,html.style6 html.style2 .navbar html.style4 .container-md,html.style6 html.style2 .navbar html.style4 .container-sm,html.style6 html.style2 .navbar html.style4 .container-xl,html.style6 html.style2 .navbar html.style5 .container-lg,html.style6 html.style2 .navbar html.style5 .container-md,html.style6 html.style2 .navbar html.style5 .container-sm,html.style6 html.style2 .navbar html.style5 .container-xl,html.style6 html.style2 .navbar html.style6 .container-lg,html.style6 html.style2 .navbar html.style6 .container-md,html.style6 html.style2 .navbar html.style6 .container-sm,html.style6 html.style2 .navbar html.style6 .container-xl,html.style6 html.style2 .navbar>.container-lg,html.style6 html.style2 .navbar>.container-md,html.style6 html.style2 .navbar>.container-sm,html.style6 html.style2 .navbar>.container-xl,html.style6 html.style2 html.style1 .navbar .container-lg,html.style6 html.style2 html.style1 .navbar .container-md,html.style6 html.style2 html.style1 .navbar .container-sm,html.style6 html.style2 html.style1 .navbar .container-xl,html.style6 html.style3 .navbar .container,html.style6 html.style3 .navbar .container-fluid,html.style6 html.style3 .navbar .container-lg,html.style6 html.style3 .navbar .container-md,html.style6 html.style3 .navbar .container-sm,html.style6 html.style3 .navbar .container-xl,html.style6 html.style3 .navbar html.style4 .container-lg,html.style6 html.style3 .navbar html.style4 .container-md,html.style6 html.style3 .navbar html.style4 .container-sm,html.style6 html.style3 .navbar html.style4 .container-xl,html.style6 html.style3 .navbar html.style5 .container-lg,html.style6 html.style3 .navbar html.style5 .container-md,html.style6 html.style3 .navbar html.style5 .container-sm,html.style6 html.style3 .navbar html.style5 .container-xl,html.style6 html.style3 .navbar html.style6 .container-lg,html.style6 html.style3 .navbar html.style6 .container-md,html.style6 html.style3 .navbar html.style6 .container-sm,html.style6 html.style3 .navbar html.style6 .container-xl,html.style6 html.style3 .navbar>.container-lg,html.style6 html.style3 .navbar>.container-md,html.style6 html.style3 .navbar>.container-sm,html.style6 html.style3 .navbar>.container-xl,html.style6 html.style3 html.style1 .navbar .container-lg,html.style6 html.style3 html.style1 .navbar .container-md,html.style6 html.style3 html.style1 .navbar .container-sm,html.style6 html.style3 html.style1 .navbar .container-xl,html.style6 html.style3 html.style2 .navbar .container-lg,html.style6 html.style3 html.style2 .navbar .container-md,html.style6 html.style3 html.style2 .navbar .container-sm,html.style6 html.style3 html.style2 .navbar .container-xl,html.style6 html.style4 .navbar .container,html.style6 html.style4 .navbar .container-fluid,html.style6 html.style4 .navbar .container-lg,html.style6 html.style4 .navbar .container-md,html.style6 html.style4 .navbar .container-sm,html.style6 html.style4 .navbar .container-xl,html.style6 html.style4 .navbar html.style5 .container-lg,html.style6 html.style4 .navbar html.style5 .container-md,html.style6 html.style4 .navbar html.style5 .container-sm,html.style6 html.style4 .navbar html.style5 .container-xl,html.style6 html.style4 .navbar html.style6 .container-lg,html.style6 html.style4 .navbar html.style6 .container-md,html.style6 html.style4 .navbar html.style6 .container-sm,html.style6 html.style4 .navbar html.style6 .container-xl,html.style6 html.style4 .navbar>.container-lg,html.style6 html.style4 .navbar>.container-md,html.style6 html.style4 .navbar>.container-sm,html.style6 html.style4 .navbar>.container-xl,html.style6 html.style4 html.style1 .navbar .container-lg,html.style6 html.style4 html.style1 .navbar .container-md,html.style6 html.style4 html.style1 .navbar .container-sm,html.style6 html.style4 html.style1 .navbar .container-xl,html.style6 html.style4 html.style2 .navbar .container-lg,html.style6 html.style4 html.style2 .navbar .container-md,html.style6 html.style4 html.style2 .navbar .container-sm,html.style6 html.style4 html.style2 .navbar .container-xl,html.style6 html.style4 html.style3 .navbar .container-lg,html.style6 html.style4 html.style3 .navbar .container-md,html.style6 html.style4 html.style3 .navbar .container-sm,html.style6 html.style4 html.style3 .navbar .container-xl,html.style6 html.style5 .navbar .container,html.style6 html.style5 .navbar .container-fluid,html.style6 html.style5 .navbar .container-lg,html.style6 html.style5 .navbar .container-md,html.style6 html.style5 .navbar .container-sm,html.style6 html.style5 .navbar .container-xl,html.style6 html.style5 .navbar html.style6 .container-lg,html.style6 html.style5 .navbar html.style6 .container-md,html.style6 html.style5 .navbar html.style6 .container-sm,html.style6 html.style5 .navbar html.style6 .container-xl,html.style6 html.style5 .navbar>.container-lg,html.style6 html.style5 .navbar>.container-md,html.style6 html.style5 .navbar>.container-sm,html.style6 html.style5 .navbar>.container-xl,html.style6 html.style5 html.style1 .navbar .container-lg,html.style6 html.style5 html.style1 .navbar .container-md,html.style6 html.style5 html.style1 .navbar .container-sm,html.style6 html.style5 html.style1 .navbar .container-xl,html.style6 html.style5 html.style2 .navbar .container-lg,html.style6 html.style5 html.style2 .navbar .container-md,html.style6 html.style5 html.style2 .navbar .container-sm,html.style6 html.style5 html.style2 .navbar .container-xl,html.style6 html.style5 html.style3 .navbar .container-lg,html.style6 html.style5 html.style3 .navbar .container-md,html.style6 html.style5 html.style3 .navbar .container-sm,html.style6 html.style5 html.style3 .navbar .container-xl,html.style6 html.style5 html.style4 .navbar .container-lg,html.style6 html.style5 html.style4 .navbar .container-md,html.style6 html.style5 html.style4 .navbar .container-sm,html.style6 html.style5 html.style4 .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}html.style6 .navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}html.style6 .navbar-brand:focus,html.style6 .navbar-brand:hover{text-decoration:none}html.style6 .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}html.style6 .navbar-nav .nav-link{padding-right:0;padding-left:0}html.style6 .navbar-nav .dropdown-menu{position:static;float:none}html.style6 .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}html.style6 .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}html.style6 .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}html.style6 .navbar-toggler:focus,html.style6 .navbar-toggler:hover{text-decoration:none}html.style6 .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}html.style6 .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){html.style1 html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style2 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style1 html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style3 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style1 html.style6 .navbar-expand-sm>.container,html.style1 html.style6 .navbar-expand-sm>.container-fluid,html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style1 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style3 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style6 .navbar-expand-sm>.container,html.style2 html.style6 .navbar-expand-sm>.container-fluid,html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style1 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style2 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style6 .navbar-expand-sm>.container,html.style3 html.style6 .navbar-expand-sm>.container-fluid,html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style6 .navbar-expand-sm>.container,html.style4 html.style6 .navbar-expand-sm>.container-fluid,html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style6 .navbar-expand-sm>.container,html.style5 html.style6 .navbar-expand-sm>.container-fluid,html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style6 .navbar-expand-sm>.container,html.style6 .navbar-expand-sm>.container-fluid,html.style6 .navbar-expand-sm>.container-lg,html.style6 .navbar-expand-sm>.container-md,html.style6 .navbar-expand-sm>.container-sm,html.style6 .navbar-expand-sm>.container-xl,html.style6 html.style1 .navbar-expand-sm>.container,html.style6 html.style1 .navbar-expand-sm>.container-fluid,html.style6 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style1 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style1 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style1 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style1 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style1 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style1 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style1 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style1 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style2 .navbar-expand-sm>.container,html.style6 html.style2 .navbar-expand-sm>.container-fluid,html.style6 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style2 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style2 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style2 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style2 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style2 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style2 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style2 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style2 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style3 .navbar-expand-sm>.container,html.style6 html.style3 .navbar-expand-sm>.container-fluid,html.style6 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style3 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style3 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style3 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style3 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style3 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style3 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style3 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style3 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style4 .navbar-expand-sm>.container,html.style6 html.style4 .navbar-expand-sm>.container-fluid,html.style6 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style5 .navbar-expand-sm>.container,html.style6 html.style5 .navbar-expand-sm>.container-fluid,html.style6 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){html.style6 .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}html.style6 .navbar-expand-sm .navbar-nav{flex-direction:row}html.style6 .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}html.style6 .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style2 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style1 html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style3 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style1 html.style6 .navbar-expand-sm>.container,html.style1 html.style6 .navbar-expand-sm>.container-fluid,html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style1 html.style6 .navbar-expand-sm>.container-md,html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style1 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style3 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style2 html.style6 .navbar-expand-sm>.container,html.style2 html.style6 .navbar-expand-sm>.container-fluid,html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style2 html.style6 .navbar-expand-sm>.container-md,html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style1 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style2 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style3 html.style6 .navbar-expand-sm>.container,html.style3 html.style6 .navbar-expand-sm>.container-fluid,html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style3 html.style6 .navbar-expand-sm>.container-md,html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style4 html.style6 .navbar-expand-sm>.container,html.style4 html.style6 .navbar-expand-sm>.container-fluid,html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style4 html.style6 .navbar-expand-sm>.container-md,html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-sm>.container-xl,html.style5 html.style6 .navbar-expand-sm>.container,html.style5 html.style6 .navbar-expand-sm>.container-fluid,html.style5 html.style6 .navbar-expand-sm>.container-lg,html.style5 html.style6 .navbar-expand-sm>.container-md,html.style5 html.style6 .navbar-expand-sm>.container-sm,html.style5 html.style6 .navbar-expand-sm>.container-xl,html.style6 .navbar-expand-sm>.container,html.style6 .navbar-expand-sm>.container-fluid,html.style6 .navbar-expand-sm>.container-lg,html.style6 .navbar-expand-sm>.container-md,html.style6 .navbar-expand-sm>.container-sm,html.style6 .navbar-expand-sm>.container-xl,html.style6 html.style1 .navbar-expand-sm>.container,html.style6 html.style1 .navbar-expand-sm>.container-fluid,html.style6 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style1 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style1 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style1 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style1 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style1 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style1 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style1 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style1 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style2 .navbar-expand-sm>.container,html.style6 html.style2 .navbar-expand-sm>.container-fluid,html.style6 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style2 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style2 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style2 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style2 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style2 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style2 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style2 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style2 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style3 .navbar-expand-sm>.container,html.style6 html.style3 .navbar-expand-sm>.container-fluid,html.style6 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style3 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style3 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style3 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style3 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style3 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style3 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style3 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style3 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style4 .navbar-expand-sm>.container,html.style6 html.style4 .navbar-expand-sm>.container-fluid,html.style6 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style4 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style5 .navbar-expand-sm>.container,html.style6 html.style5 .navbar-expand-sm>.container-fluid,html.style6 html.style5 .navbar-expand-sm>.container-lg,html.style6 html.style5 .navbar-expand-sm>.container-md,html.style6 html.style5 .navbar-expand-sm>.container-sm,html.style6 html.style5 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-sm>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-md,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-sm>.container-xl{flex-wrap:nowrap}html.style6 .navbar-expand-sm .navbar-nav-scroll{overflow:visible}html.style6 .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}html.style6 .navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){html.style1 html.style2 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style2 html.style6 .navbar-expand-md>.container-md,html.style1 html.style2 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style2 html.style6 .navbar-expand-md>.container-xl,html.style1 html.style3 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style3 html.style6 .navbar-expand-md>.container-md,html.style1 html.style3 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style3 html.style6 .navbar-expand-md>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-md>.container-md,html.style1 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-md>.container-md,html.style1 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style1 html.style6 .navbar-expand-md>.container,html.style1 html.style6 .navbar-expand-md>.container-fluid,html.style1 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style6 .navbar-expand-md>.container-md,html.style1 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style1 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style1 html.style6 .navbar-expand-md>.container-md,html.style2 html.style1 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style1 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style3 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style3 html.style6 .navbar-expand-md>.container-md,html.style2 html.style3 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style3 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-md>.container-md,html.style2 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-md>.container-md,html.style2 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style6 .navbar-expand-md>.container,html.style2 html.style6 .navbar-expand-md>.container-fluid,html.style2 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style6 .navbar-expand-md>.container-md,html.style2 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style1 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style1 html.style6 .navbar-expand-md>.container-md,html.style3 html.style1 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style1 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style2 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style2 html.style6 .navbar-expand-md>.container-md,html.style3 html.style2 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style2 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-md>.container-md,html.style3 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-md>.container-md,html.style3 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style6 .navbar-expand-md>.container,html.style3 html.style6 .navbar-expand-md>.container-fluid,html.style3 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style6 .navbar-expand-md>.container-md,html.style3 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-md>.container-md,html.style4 html.style1 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-md>.container-md,html.style4 html.style2 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-md>.container-md,html.style4 html.style3 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-md>.container-md,html.style4 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style6 .navbar-expand-md>.container,html.style4 html.style6 .navbar-expand-md>.container-fluid,html.style4 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style6 .navbar-expand-md>.container-md,html.style4 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-md>.container-md,html.style5 html.style1 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-md>.container-md,html.style5 html.style2 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-md>.container-md,html.style5 html.style3 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-md>.container-md,html.style5 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style6 .navbar-expand-md>.container,html.style5 html.style6 .navbar-expand-md>.container-fluid,html.style5 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style6 .navbar-expand-md>.container-md,html.style5 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style6 .navbar-expand-md>.container-xl,html.style6 .navbar-expand-md>.container,html.style6 .navbar-expand-md>.container-fluid,html.style6 .navbar-expand-md>.container-lg,html.style6 .navbar-expand-md>.container-md,html.style6 .navbar-expand-md>.container-sm,html.style6 .navbar-expand-md>.container-xl,html.style6 html.style1 .navbar-expand-md>.container,html.style6 html.style1 .navbar-expand-md>.container-fluid,html.style6 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style1 .navbar-expand-md>.container-md,html.style6 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style1 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style1 html.style2 .navbar-expand-md>.container-md,html.style6 html.style1 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style1 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style1 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style1 html.style3 .navbar-expand-md>.container-md,html.style6 html.style1 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style1 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-md>.container-md,html.style6 html.style1 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-md>.container-md,html.style6 html.style1 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style2 .navbar-expand-md>.container,html.style6 html.style2 .navbar-expand-md>.container-fluid,html.style6 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style2 .navbar-expand-md>.container-md,html.style6 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style2 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style2 html.style1 .navbar-expand-md>.container-md,html.style6 html.style2 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style2 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style2 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style2 html.style3 .navbar-expand-md>.container-md,html.style6 html.style2 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style2 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-md>.container-md,html.style6 html.style2 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-md>.container-md,html.style6 html.style2 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style3 .navbar-expand-md>.container,html.style6 html.style3 .navbar-expand-md>.container-fluid,html.style6 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style3 .navbar-expand-md>.container-md,html.style6 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style3 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style3 html.style1 .navbar-expand-md>.container-md,html.style6 html.style3 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style3 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style3 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style3 html.style2 .navbar-expand-md>.container-md,html.style6 html.style3 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style3 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-md>.container-md,html.style6 html.style3 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-md>.container-md,html.style6 html.style3 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style4 .navbar-expand-md>.container,html.style6 html.style4 .navbar-expand-md>.container-fluid,html.style6 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style4 .navbar-expand-md>.container-md,html.style6 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-md>.container-md,html.style6 html.style4 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-md>.container-md,html.style6 html.style4 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-md>.container-md,html.style6 html.style4 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-md>.container-md,html.style6 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style5 .navbar-expand-md>.container,html.style6 html.style5 .navbar-expand-md>.container-fluid,html.style6 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style5 .navbar-expand-md>.container-md,html.style6 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-md>.container-md,html.style6 html.style5 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-md>.container-md,html.style6 html.style5 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-md>.container-md,html.style6 html.style5 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-md>.container-md,html.style6 html.style5 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){html.style6 .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}html.style6 .navbar-expand-md .navbar-nav{flex-direction:row}html.style6 .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}html.style6 .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style2 html.style6 .navbar-expand-md>.container-md,html.style1 html.style2 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style2 html.style6 .navbar-expand-md>.container-xl,html.style1 html.style3 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style3 html.style6 .navbar-expand-md>.container-md,html.style1 html.style3 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style3 html.style6 .navbar-expand-md>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-md>.container-md,html.style1 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-md>.container-md,html.style1 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style1 html.style6 .navbar-expand-md>.container,html.style1 html.style6 .navbar-expand-md>.container-fluid,html.style1 html.style6 .navbar-expand-md>.container-lg,html.style1 html.style6 .navbar-expand-md>.container-md,html.style1 html.style6 .navbar-expand-md>.container-sm,html.style1 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style1 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style1 html.style6 .navbar-expand-md>.container-md,html.style2 html.style1 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style1 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style3 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style3 html.style6 .navbar-expand-md>.container-md,html.style2 html.style3 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style3 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-md>.container-md,html.style2 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-md>.container-md,html.style2 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style2 html.style6 .navbar-expand-md>.container,html.style2 html.style6 .navbar-expand-md>.container-fluid,html.style2 html.style6 .navbar-expand-md>.container-lg,html.style2 html.style6 .navbar-expand-md>.container-md,html.style2 html.style6 .navbar-expand-md>.container-sm,html.style2 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style1 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style1 html.style6 .navbar-expand-md>.container-md,html.style3 html.style1 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style1 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style2 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style2 html.style6 .navbar-expand-md>.container-md,html.style3 html.style2 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style2 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-md>.container-md,html.style3 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-md>.container-md,html.style3 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style3 html.style6 .navbar-expand-md>.container,html.style3 html.style6 .navbar-expand-md>.container-fluid,html.style3 html.style6 .navbar-expand-md>.container-lg,html.style3 html.style6 .navbar-expand-md>.container-md,html.style3 html.style6 .navbar-expand-md>.container-sm,html.style3 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-md>.container-md,html.style4 html.style1 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-md>.container-md,html.style4 html.style2 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-md>.container-md,html.style4 html.style3 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-md>.container-md,html.style4 html.style5 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-md>.container-xl,html.style4 html.style6 .navbar-expand-md>.container,html.style4 html.style6 .navbar-expand-md>.container-fluid,html.style4 html.style6 .navbar-expand-md>.container-lg,html.style4 html.style6 .navbar-expand-md>.container-md,html.style4 html.style6 .navbar-expand-md>.container-sm,html.style4 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-md>.container-md,html.style5 html.style1 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-md>.container-md,html.style5 html.style2 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-md>.container-md,html.style5 html.style3 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-md>.container-md,html.style5 html.style4 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-md>.container-xl,html.style5 html.style6 .navbar-expand-md>.container,html.style5 html.style6 .navbar-expand-md>.container-fluid,html.style5 html.style6 .navbar-expand-md>.container-lg,html.style5 html.style6 .navbar-expand-md>.container-md,html.style5 html.style6 .navbar-expand-md>.container-sm,html.style5 html.style6 .navbar-expand-md>.container-xl,html.style6 .navbar-expand-md>.container,html.style6 .navbar-expand-md>.container-fluid,html.style6 .navbar-expand-md>.container-lg,html.style6 .navbar-expand-md>.container-md,html.style6 .navbar-expand-md>.container-sm,html.style6 .navbar-expand-md>.container-xl,html.style6 html.style1 .navbar-expand-md>.container,html.style6 html.style1 .navbar-expand-md>.container-fluid,html.style6 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style1 .navbar-expand-md>.container-md,html.style6 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style1 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style1 html.style2 .navbar-expand-md>.container-md,html.style6 html.style1 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style1 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style1 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style1 html.style3 .navbar-expand-md>.container-md,html.style6 html.style1 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style1 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-md>.container-md,html.style6 html.style1 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-md>.container-md,html.style6 html.style1 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style2 .navbar-expand-md>.container,html.style6 html.style2 .navbar-expand-md>.container-fluid,html.style6 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style2 .navbar-expand-md>.container-md,html.style6 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style2 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style2 html.style1 .navbar-expand-md>.container-md,html.style6 html.style2 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style2 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style2 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style2 html.style3 .navbar-expand-md>.container-md,html.style6 html.style2 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style2 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-md>.container-md,html.style6 html.style2 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-md>.container-md,html.style6 html.style2 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style3 .navbar-expand-md>.container,html.style6 html.style3 .navbar-expand-md>.container-fluid,html.style6 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style3 .navbar-expand-md>.container-md,html.style6 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style3 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style3 html.style1 .navbar-expand-md>.container-md,html.style6 html.style3 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style3 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style3 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style3 html.style2 .navbar-expand-md>.container-md,html.style6 html.style3 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style3 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-md>.container-md,html.style6 html.style3 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-md>.container-md,html.style6 html.style3 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style4 .navbar-expand-md>.container,html.style6 html.style4 .navbar-expand-md>.container-fluid,html.style6 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style4 .navbar-expand-md>.container-md,html.style6 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style4 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-md>.container-md,html.style6 html.style4 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-md>.container-md,html.style6 html.style4 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-md>.container-md,html.style6 html.style4 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-md>.container-md,html.style6 html.style4 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style5 .navbar-expand-md>.container,html.style6 html.style5 .navbar-expand-md>.container-fluid,html.style6 html.style5 .navbar-expand-md>.container-lg,html.style6 html.style5 .navbar-expand-md>.container-md,html.style6 html.style5 .navbar-expand-md>.container-sm,html.style6 html.style5 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-md>.container-md,html.style6 html.style5 html.style1 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-md>.container-md,html.style6 html.style5 html.style2 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-md>.container-md,html.style6 html.style5 html.style3 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-md>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-md>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-md>.container-md,html.style6 html.style5 html.style4 .navbar-expand-md>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-md>.container-xl{flex-wrap:nowrap}html.style6 .navbar-expand-md .navbar-nav-scroll{overflow:visible}html.style6 .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}html.style6 .navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){html.style1 html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style2 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style1 html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style3 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style1 html.style6 .navbar-expand-lg>.container,html.style1 html.style6 .navbar-expand-lg>.container-fluid,html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style1 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style3 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style6 .navbar-expand-lg>.container,html.style2 html.style6 .navbar-expand-lg>.container-fluid,html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style1 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style2 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style6 .navbar-expand-lg>.container,html.style3 html.style6 .navbar-expand-lg>.container-fluid,html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style6 .navbar-expand-lg>.container,html.style4 html.style6 .navbar-expand-lg>.container-fluid,html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style6 .navbar-expand-lg>.container,html.style5 html.style6 .navbar-expand-lg>.container-fluid,html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style6 .navbar-expand-lg>.container,html.style6 .navbar-expand-lg>.container-fluid,html.style6 .navbar-expand-lg>.container-lg,html.style6 .navbar-expand-lg>.container-md,html.style6 .navbar-expand-lg>.container-sm,html.style6 .navbar-expand-lg>.container-xl,html.style6 html.style1 .navbar-expand-lg>.container,html.style6 html.style1 .navbar-expand-lg>.container-fluid,html.style6 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style1 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style1 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style1 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style1 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style1 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style1 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style1 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style1 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style2 .navbar-expand-lg>.container,html.style6 html.style2 .navbar-expand-lg>.container-fluid,html.style6 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style2 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style2 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style2 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style2 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style2 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style2 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style2 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style2 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style3 .navbar-expand-lg>.container,html.style6 html.style3 .navbar-expand-lg>.container-fluid,html.style6 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style3 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style3 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style3 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style3 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style3 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style3 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style3 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style3 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style4 .navbar-expand-lg>.container,html.style6 html.style4 .navbar-expand-lg>.container-fluid,html.style6 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style5 .navbar-expand-lg>.container,html.style6 html.style5 .navbar-expand-lg>.container-fluid,html.style6 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){html.style6 .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}html.style6 .navbar-expand-lg .navbar-nav{flex-direction:row}html.style6 .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}html.style6 .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style2 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style1 html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style3 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style1 html.style6 .navbar-expand-lg>.container,html.style1 html.style6 .navbar-expand-lg>.container-fluid,html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style1 html.style6 .navbar-expand-lg>.container-md,html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style1 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style3 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style2 html.style6 .navbar-expand-lg>.container,html.style2 html.style6 .navbar-expand-lg>.container-fluid,html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style2 html.style6 .navbar-expand-lg>.container-md,html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style1 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style2 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style3 html.style6 .navbar-expand-lg>.container,html.style3 html.style6 .navbar-expand-lg>.container-fluid,html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style3 html.style6 .navbar-expand-lg>.container-md,html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style4 html.style6 .navbar-expand-lg>.container,html.style4 html.style6 .navbar-expand-lg>.container-fluid,html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style4 html.style6 .navbar-expand-lg>.container-md,html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-lg>.container-xl,html.style5 html.style6 .navbar-expand-lg>.container,html.style5 html.style6 .navbar-expand-lg>.container-fluid,html.style5 html.style6 .navbar-expand-lg>.container-lg,html.style5 html.style6 .navbar-expand-lg>.container-md,html.style5 html.style6 .navbar-expand-lg>.container-sm,html.style5 html.style6 .navbar-expand-lg>.container-xl,html.style6 .navbar-expand-lg>.container,html.style6 .navbar-expand-lg>.container-fluid,html.style6 .navbar-expand-lg>.container-lg,html.style6 .navbar-expand-lg>.container-md,html.style6 .navbar-expand-lg>.container-sm,html.style6 .navbar-expand-lg>.container-xl,html.style6 html.style1 .navbar-expand-lg>.container,html.style6 html.style1 .navbar-expand-lg>.container-fluid,html.style6 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style1 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style1 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style1 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style1 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style1 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style1 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style1 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style1 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style2 .navbar-expand-lg>.container,html.style6 html.style2 .navbar-expand-lg>.container-fluid,html.style6 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style2 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style2 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style2 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style2 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style2 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style2 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style2 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style2 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style3 .navbar-expand-lg>.container,html.style6 html.style3 .navbar-expand-lg>.container-fluid,html.style6 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style3 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style3 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style3 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style3 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style3 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style3 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style3 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style3 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style4 .navbar-expand-lg>.container,html.style6 html.style4 .navbar-expand-lg>.container-fluid,html.style6 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style4 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style5 .navbar-expand-lg>.container,html.style6 html.style5 .navbar-expand-lg>.container-fluid,html.style6 html.style5 .navbar-expand-lg>.container-lg,html.style6 html.style5 .navbar-expand-lg>.container-md,html.style6 html.style5 .navbar-expand-lg>.container-sm,html.style6 html.style5 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-lg>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-md,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-lg>.container-xl{flex-wrap:nowrap}html.style6 .navbar-expand-lg .navbar-nav-scroll{overflow:visible}html.style6 .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}html.style6 .navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){html.style1 html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style2 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style1 html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style3 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style1 html.style6 .navbar-expand-xl>.container,html.style1 html.style6 .navbar-expand-xl>.container-fluid,html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style1 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style3 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style6 .navbar-expand-xl>.container,html.style2 html.style6 .navbar-expand-xl>.container-fluid,html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style1 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style2 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style6 .navbar-expand-xl>.container,html.style3 html.style6 .navbar-expand-xl>.container-fluid,html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style6 .navbar-expand-xl>.container,html.style4 html.style6 .navbar-expand-xl>.container-fluid,html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style6 .navbar-expand-xl>.container,html.style5 html.style6 .navbar-expand-xl>.container-fluid,html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style6 .navbar-expand-xl>.container,html.style6 .navbar-expand-xl>.container-fluid,html.style6 .navbar-expand-xl>.container-lg,html.style6 .navbar-expand-xl>.container-md,html.style6 .navbar-expand-xl>.container-sm,html.style6 .navbar-expand-xl>.container-xl,html.style6 html.style1 .navbar-expand-xl>.container,html.style6 html.style1 .navbar-expand-xl>.container-fluid,html.style6 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style1 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style1 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style1 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style1 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style1 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style1 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style1 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style1 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style2 .navbar-expand-xl>.container,html.style6 html.style2 .navbar-expand-xl>.container-fluid,html.style6 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style2 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style2 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style2 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style2 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style2 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style2 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style2 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style2 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style3 .navbar-expand-xl>.container,html.style6 html.style3 .navbar-expand-xl>.container-fluid,html.style6 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style3 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style3 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style3 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style3 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style3 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style3 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style3 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style3 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style4 .navbar-expand-xl>.container,html.style6 html.style4 .navbar-expand-xl>.container-fluid,html.style6 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style5 .navbar-expand-xl>.container,html.style6 html.style5 .navbar-expand-xl>.container-fluid,html.style6 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){html.style6 .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}html.style6 .navbar-expand-xl .navbar-nav{flex-direction:row}html.style6 .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}html.style6 .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style2 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style1 html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style3 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style1 html.style6 .navbar-expand-xl>.container,html.style1 html.style6 .navbar-expand-xl>.container-fluid,html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style1 html.style6 .navbar-expand-xl>.container-md,html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style1 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style3 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style2 html.style6 .navbar-expand-xl>.container,html.style2 html.style6 .navbar-expand-xl>.container-fluid,html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style2 html.style6 .navbar-expand-xl>.container-md,html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style1 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style2 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style3 html.style6 .navbar-expand-xl>.container,html.style3 html.style6 .navbar-expand-xl>.container-fluid,html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style3 html.style6 .navbar-expand-xl>.container-md,html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style4 html.style6 .navbar-expand-xl>.container,html.style4 html.style6 .navbar-expand-xl>.container-fluid,html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style4 html.style6 .navbar-expand-xl>.container-md,html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style1 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style2 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style3 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style4 html.style6 .navbar-expand-xl>.container-xl,html.style5 html.style6 .navbar-expand-xl>.container,html.style5 html.style6 .navbar-expand-xl>.container-fluid,html.style5 html.style6 .navbar-expand-xl>.container-lg,html.style5 html.style6 .navbar-expand-xl>.container-md,html.style5 html.style6 .navbar-expand-xl>.container-sm,html.style5 html.style6 .navbar-expand-xl>.container-xl,html.style6 .navbar-expand-xl>.container,html.style6 .navbar-expand-xl>.container-fluid,html.style6 .navbar-expand-xl>.container-lg,html.style6 .navbar-expand-xl>.container-md,html.style6 .navbar-expand-xl>.container-sm,html.style6 .navbar-expand-xl>.container-xl,html.style6 html.style1 .navbar-expand-xl>.container,html.style6 html.style1 .navbar-expand-xl>.container-fluid,html.style6 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style1 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style1 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style1 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style1 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style1 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style1 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style1 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style1 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style1 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style1 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style2 .navbar-expand-xl>.container,html.style6 html.style2 .navbar-expand-xl>.container-fluid,html.style6 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style2 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style2 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style2 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style2 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style2 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style2 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style2 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style2 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style2 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style2 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style3 .navbar-expand-xl>.container,html.style6 html.style3 .navbar-expand-xl>.container-fluid,html.style6 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style3 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style3 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style3 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style3 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style3 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style3 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style3 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style3 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style3 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style3 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style4 .navbar-expand-xl>.container,html.style6 html.style4 .navbar-expand-xl>.container-fluid,html.style6 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style4 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style4 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style5 .navbar-expand-xl>.container,html.style6 html.style5 .navbar-expand-xl>.container-fluid,html.style6 html.style5 .navbar-expand-xl>.container-lg,html.style6 html.style5 .navbar-expand-xl>.container-md,html.style6 html.style5 .navbar-expand-xl>.container-sm,html.style6 html.style5 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style1 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style2 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style3 .navbar-expand-xl>.container-xl,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-lg,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-md,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-sm,html.style6 html.style5 html.style4 .navbar-expand-xl>.container-xl{flex-wrap:nowrap}html.style6 .navbar-expand-xl .navbar-nav-scroll{overflow:visible}html.style6 .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}html.style6 .navbar-expand-xl .navbar-toggler{display:none}}html.style6 .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}html.style1 html.style2 html.style6 .navbar-expand>.container-lg,html.style1 html.style2 html.style6 .navbar-expand>.container-md,html.style1 html.style2 html.style6 .navbar-expand>.container-sm,html.style1 html.style2 html.style6 .navbar-expand>.container-xl,html.style1 html.style3 html.style6 .navbar-expand>.container-lg,html.style1 html.style3 html.style6 .navbar-expand>.container-md,html.style1 html.style3 html.style6 .navbar-expand>.container-sm,html.style1 html.style3 html.style6 .navbar-expand>.container-xl,html.style1 html.style4 html.style6 .navbar-expand>.container-lg,html.style1 html.style4 html.style6 .navbar-expand>.container-md,html.style1 html.style4 html.style6 .navbar-expand>.container-sm,html.style1 html.style4 html.style6 .navbar-expand>.container-xl,html.style1 html.style5 html.style6 .navbar-expand>.container-lg,html.style1 html.style5 html.style6 .navbar-expand>.container-md,html.style1 html.style5 html.style6 .navbar-expand>.container-sm,html.style1 html.style5 html.style6 .navbar-expand>.container-xl,html.style1 html.style6 .navbar-expand>.container,html.style1 html.style6 .navbar-expand>.container-fluid,html.style1 html.style6 .navbar-expand>.container-lg,html.style1 html.style6 .navbar-expand>.container-md,html.style1 html.style6 .navbar-expand>.container-sm,html.style1 html.style6 .navbar-expand>.container-xl,html.style2 html.style1 html.style6 .navbar-expand>.container-lg,html.style2 html.style1 html.style6 .navbar-expand>.container-md,html.style2 html.style1 html.style6 .navbar-expand>.container-sm,html.style2 html.style1 html.style6 .navbar-expand>.container-xl,html.style2 html.style3 html.style6 .navbar-expand>.container-lg,html.style2 html.style3 html.style6 .navbar-expand>.container-md,html.style2 html.style3 html.style6 .navbar-expand>.container-sm,html.style2 html.style3 html.style6 .navbar-expand>.container-xl,html.style2 html.style4 html.style6 .navbar-expand>.container-lg,html.style2 html.style4 html.style6 .navbar-expand>.container-md,html.style2 html.style4 html.style6 .navbar-expand>.container-sm,html.style2 html.style4 html.style6 .navbar-expand>.container-xl,html.style2 html.style5 html.style6 .navbar-expand>.container-lg,html.style2 html.style5 html.style6 .navbar-expand>.container-md,html.style2 html.style5 html.style6 .navbar-expand>.container-sm,html.style2 html.style5 html.style6 .navbar-expand>.container-xl,html.style2 html.style6 .navbar-expand>.container,html.style2 html.style6 .navbar-expand>.container-fluid,html.style2 html.style6 .navbar-expand>.container-lg,html.style2 html.style6 .navbar-expand>.container-md,html.style2 html.style6 .navbar-expand>.container-sm,html.style2 html.style6 .navbar-expand>.container-xl,html.style3 html.style1 html.style6 .navbar-expand>.container-lg,html.style3 html.style1 html.style6 .navbar-expand>.container-md,html.style3 html.style1 html.style6 .navbar-expand>.container-sm,html.style3 html.style1 html.style6 .navbar-expand>.container-xl,html.style3 html.style2 html.style6 .navbar-expand>.container-lg,html.style3 html.style2 html.style6 .navbar-expand>.container-md,html.style3 html.style2 html.style6 .navbar-expand>.container-sm,html.style3 html.style2 html.style6 .navbar-expand>.container-xl,html.style3 html.style4 html.style6 .navbar-expand>.container-lg,html.style3 html.style4 html.style6 .navbar-expand>.container-md,html.style3 html.style4 html.style6 .navbar-expand>.container-sm,html.style3 html.style4 html.style6 .navbar-expand>.container-xl,html.style3 html.style5 html.style6 .navbar-expand>.container-lg,html.style3 html.style5 html.style6 .navbar-expand>.container-md,html.style3 html.style5 html.style6 .navbar-expand>.container-sm,html.style3 html.style5 html.style6 .navbar-expand>.container-xl,html.style3 html.style6 .navbar-expand>.container,html.style3 html.style6 .navbar-expand>.container-fluid,html.style3 html.style6 .navbar-expand>.container-lg,html.style3 html.style6 .navbar-expand>.container-md,html.style3 html.style6 .navbar-expand>.container-sm,html.style3 html.style6 .navbar-expand>.container-xl,html.style4 html.style1 html.style6 .navbar-expand>.container-lg,html.style4 html.style1 html.style6 .navbar-expand>.container-md,html.style4 html.style1 html.style6 .navbar-expand>.container-sm,html.style4 html.style1 html.style6 .navbar-expand>.container-xl,html.style4 html.style2 html.style6 .navbar-expand>.container-lg,html.style4 html.style2 html.style6 .navbar-expand>.container-md,html.style4 html.style2 html.style6 .navbar-expand>.container-sm,html.style4 html.style2 html.style6 .navbar-expand>.container-xl,html.style4 html.style3 html.style6 .navbar-expand>.container-lg,html.style4 html.style3 html.style6 .navbar-expand>.container-md,html.style4 html.style3 html.style6 .navbar-expand>.container-sm,html.style4 html.style3 html.style6 .navbar-expand>.container-xl,html.style4 html.style5 html.style6 .navbar-expand>.container-lg,html.style4 html.style5 html.style6 .navbar-expand>.container-md,html.style4 html.style5 html.style6 .navbar-expand>.container-sm,html.style4 html.style5 html.style6 .navbar-expand>.container-xl,html.style4 html.style6 .navbar-expand>.container,html.style4 html.style6 .navbar-expand>.container-fluid,html.style4 html.style6 .navbar-expand>.container-lg,html.style4 html.style6 .navbar-expand>.container-md,html.style4 html.style6 .navbar-expand>.container-sm,html.style4 html.style6 .navbar-expand>.container-xl,html.style5 html.style1 html.style6 .navbar-expand>.container-lg,html.style5 html.style1 html.style6 .navbar-expand>.container-md,html.style5 html.style1 html.style6 .navbar-expand>.container-sm,html.style5 html.style1 html.style6 .navbar-expand>.container-xl,html.style5 html.style2 html.style6 .navbar-expand>.container-lg,html.style5 html.style2 html.style6 .navbar-expand>.container-md,html.style5 html.style2 html.style6 .navbar-expand>.container-sm,html.style5 html.style2 html.style6 .navbar-expand>.container-xl,html.style5 html.style3 html.style6 .navbar-expand>.container-lg,html.style5 html.style3 html.style6 .navbar-expand>.container-md,html.style5 html.style3 html.style6 .navbar-expand>.container-sm,html.style5 html.style3 html.style6 .navbar-expand>.container-xl,html.style5 html.style4 html.style6 .navbar-expand>.container-lg,html.style5 html.style4 html.style6 .navbar-expand>.container-md,html.style5 html.style4 html.style6 .navbar-expand>.container-sm,html.style5 html.style4 html.style6 .navbar-expand>.container-xl,html.style5 html.style6 .navbar-expand>.container,html.style5 html.style6 .navbar-expand>.container-fluid,html.style5 html.style6 .navbar-expand>.container-lg,html.style5 html.style6 .navbar-expand>.container-md,html.style5 html.style6 .navbar-expand>.container-sm,html.style5 html.style6 .navbar-expand>.container-xl,html.style6 .navbar-expand>.container,html.style6 .navbar-expand>.container-fluid,html.style6 .navbar-expand>.container-lg,html.style6 .navbar-expand>.container-md,html.style6 .navbar-expand>.container-sm,html.style6 .navbar-expand>.container-xl,html.style6 html.style1 .navbar-expand>.container,html.style6 html.style1 .navbar-expand>.container-fluid,html.style6 html.style1 .navbar-expand>.container-lg,html.style6 html.style1 .navbar-expand>.container-md,html.style6 html.style1 .navbar-expand>.container-sm,html.style6 html.style1 .navbar-expand>.container-xl,html.style6 html.style1 html.style2 .navbar-expand>.container-lg,html.style6 html.style1 html.style2 .navbar-expand>.container-md,html.style6 html.style1 html.style2 .navbar-expand>.container-sm,html.style6 html.style1 html.style2 .navbar-expand>.container-xl,html.style6 html.style1 html.style3 .navbar-expand>.container-lg,html.style6 html.style1 html.style3 .navbar-expand>.container-md,html.style6 html.style1 html.style3 .navbar-expand>.container-sm,html.style6 html.style1 html.style3 .navbar-expand>.container-xl,html.style6 html.style1 html.style4 .navbar-expand>.container-lg,html.style6 html.style1 html.style4 .navbar-expand>.container-md,html.style6 html.style1 html.style4 .navbar-expand>.container-sm,html.style6 html.style1 html.style4 .navbar-expand>.container-xl,html.style6 html.style1 html.style5 .navbar-expand>.container-lg,html.style6 html.style1 html.style5 .navbar-expand>.container-md,html.style6 html.style1 html.style5 .navbar-expand>.container-sm,html.style6 html.style1 html.style5 .navbar-expand>.container-xl,html.style6 html.style2 .navbar-expand>.container,html.style6 html.style2 .navbar-expand>.container-fluid,html.style6 html.style2 .navbar-expand>.container-lg,html.style6 html.style2 .navbar-expand>.container-md,html.style6 html.style2 .navbar-expand>.container-sm,html.style6 html.style2 .navbar-expand>.container-xl,html.style6 html.style2 html.style1 .navbar-expand>.container-lg,html.style6 html.style2 html.style1 .navbar-expand>.container-md,html.style6 html.style2 html.style1 .navbar-expand>.container-sm,html.style6 html.style2 html.style1 .navbar-expand>.container-xl,html.style6 html.style2 html.style3 .navbar-expand>.container-lg,html.style6 html.style2 html.style3 .navbar-expand>.container-md,html.style6 html.style2 html.style3 .navbar-expand>.container-sm,html.style6 html.style2 html.style3 .navbar-expand>.container-xl,html.style6 html.style2 html.style4 .navbar-expand>.container-lg,html.style6 html.style2 html.style4 .navbar-expand>.container-md,html.style6 html.style2 html.style4 .navbar-expand>.container-sm,html.style6 html.style2 html.style4 .navbar-expand>.container-xl,html.style6 html.style2 html.style5 .navbar-expand>.container-lg,html.style6 html.style2 html.style5 .navbar-expand>.container-md,html.style6 html.style2 html.style5 .navbar-expand>.container-sm,html.style6 html.style2 html.style5 .navbar-expand>.container-xl,html.style6 html.style3 .navbar-expand>.container,html.style6 html.style3 .navbar-expand>.container-fluid,html.style6 html.style3 .navbar-expand>.container-lg,html.style6 html.style3 .navbar-expand>.container-md,html.style6 html.style3 .navbar-expand>.container-sm,html.style6 html.style3 .navbar-expand>.container-xl,html.style6 html.style3 html.style1 .navbar-expand>.container-lg,html.style6 html.style3 html.style1 .navbar-expand>.container-md,html.style6 html.style3 html.style1 .navbar-expand>.container-sm,html.style6 html.style3 html.style1 .navbar-expand>.container-xl,html.style6 html.style3 html.style2 .navbar-expand>.container-lg,html.style6 html.style3 html.style2 .navbar-expand>.container-md,html.style6 html.style3 html.style2 .navbar-expand>.container-sm,html.style6 html.style3 html.style2 .navbar-expand>.container-xl,html.style6 html.style3 html.style4 .navbar-expand>.container-lg,html.style6 html.style3 html.style4 .navbar-expand>.container-md,html.style6 html.style3 html.style4 .navbar-expand>.container-sm,html.style6 html.style3 html.style4 .navbar-expand>.container-xl,html.style6 html.style3 html.style5 .navbar-expand>.container-lg,html.style6 html.style3 html.style5 .navbar-expand>.container-md,html.style6 html.style3 html.style5 .navbar-expand>.container-sm,html.style6 html.style3 html.style5 .navbar-expand>.container-xl,html.style6 html.style4 .navbar-expand>.container,html.style6 html.style4 .navbar-expand>.container-fluid,html.style6 html.style4 .navbar-expand>.container-lg,html.style6 html.style4 .navbar-expand>.container-md,html.style6 html.style4 .navbar-expand>.container-sm,html.style6 html.style4 .navbar-expand>.container-xl,html.style6 html.style4 html.style1 .navbar-expand>.container-lg,html.style6 html.style4 html.style1 .navbar-expand>.container-md,html.style6 html.style4 html.style1 .navbar-expand>.container-sm,html.style6 html.style4 html.style1 .navbar-expand>.container-xl,html.style6 html.style4 html.style2 .navbar-expand>.container-lg,html.style6 html.style4 html.style2 .navbar-expand>.container-md,html.style6 html.style4 html.style2 .navbar-expand>.container-sm,html.style6 html.style4 html.style2 .navbar-expand>.container-xl,html.style6 html.style4 html.style3 .navbar-expand>.container-lg,html.style6 html.style4 html.style3 .navbar-expand>.container-md,html.style6 html.style4 html.style3 .navbar-expand>.container-sm,html.style6 html.style4 html.style3 .navbar-expand>.container-xl,html.style6 html.style4 html.style5 .navbar-expand>.container-lg,html.style6 html.style4 html.style5 .navbar-expand>.container-md,html.style6 html.style4 html.style5 .navbar-expand>.container-sm,html.style6 html.style4 html.style5 .navbar-expand>.container-xl,html.style6 html.style5 .navbar-expand>.container,html.style6 html.style5 .navbar-expand>.container-fluid,html.style6 html.style5 .navbar-expand>.container-lg,html.style6 html.style5 .navbar-expand>.container-md,html.style6 html.style5 .navbar-expand>.container-sm,html.style6 html.style5 .navbar-expand>.container-xl,html.style6 html.style5 html.style1 .navbar-expand>.container-lg,html.style6 html.style5 html.style1 .navbar-expand>.container-md,html.style6 html.style5 html.style1 .navbar-expand>.container-sm,html.style6 html.style5 html.style1 .navbar-expand>.container-xl,html.style6 html.style5 html.style2 .navbar-expand>.container-lg,html.style6 html.style5 html.style2 .navbar-expand>.container-md,html.style6 html.style5 html.style2 .navbar-expand>.container-sm,html.style6 html.style5 html.style2 .navbar-expand>.container-xl,html.style6 html.style5 html.style3 .navbar-expand>.container-lg,html.style6 html.style5 html.style3 .navbar-expand>.container-md,html.style6 html.style5 html.style3 .navbar-expand>.container-sm,html.style6 html.style5 html.style3 .navbar-expand>.container-xl,html.style6 html.style5 html.style4 .navbar-expand>.container-lg,html.style6 html.style5 html.style4 .navbar-expand>.container-md,html.style6 html.style5 html.style4 .navbar-expand>.container-sm,html.style6 html.style5 html.style4 .navbar-expand>.container-xl{padding-right:0;padding-left:0}html.style6 .navbar-expand .navbar-nav{flex-direction:row}html.style6 .navbar-expand .navbar-nav .dropdown-menu{position:absolute}html.style6 .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}html.style1 html.style2 html.style6 .navbar-expand>.container-lg,html.style1 html.style2 html.style6 .navbar-expand>.container-md,html.style1 html.style2 html.style6 .navbar-expand>.container-sm,html.style1 html.style2 html.style6 .navbar-expand>.container-xl,html.style1 html.style3 html.style6 .navbar-expand>.container-lg,html.style1 html.style3 html.style6 .navbar-expand>.container-md,html.style1 html.style3 html.style6 .navbar-expand>.container-sm,html.style1 html.style3 html.style6 .navbar-expand>.container-xl,html.style1 html.style4 html.style6 .navbar-expand>.container-lg,html.style1 html.style4 html.style6 .navbar-expand>.container-md,html.style1 html.style4 html.style6 .navbar-expand>.container-sm,html.style1 html.style4 html.style6 .navbar-expand>.container-xl,html.style1 html.style5 html.style6 .navbar-expand>.container-lg,html.style1 html.style5 html.style6 .navbar-expand>.container-md,html.style1 html.style5 html.style6 .navbar-expand>.container-sm,html.style1 html.style5 html.style6 .navbar-expand>.container-xl,html.style1 html.style6 .navbar-expand>.container,html.style1 html.style6 .navbar-expand>.container-fluid,html.style1 html.style6 .navbar-expand>.container-lg,html.style1 html.style6 .navbar-expand>.container-md,html.style1 html.style6 .navbar-expand>.container-sm,html.style1 html.style6 .navbar-expand>.container-xl,html.style2 html.style1 html.style6 .navbar-expand>.container-lg,html.style2 html.style1 html.style6 .navbar-expand>.container-md,html.style2 html.style1 html.style6 .navbar-expand>.container-sm,html.style2 html.style1 html.style6 .navbar-expand>.container-xl,html.style2 html.style3 html.style6 .navbar-expand>.container-lg,html.style2 html.style3 html.style6 .navbar-expand>.container-md,html.style2 html.style3 html.style6 .navbar-expand>.container-sm,html.style2 html.style3 html.style6 .navbar-expand>.container-xl,html.style2 html.style4 html.style6 .navbar-expand>.container-lg,html.style2 html.style4 html.style6 .navbar-expand>.container-md,html.style2 html.style4 html.style6 .navbar-expand>.container-sm,html.style2 html.style4 html.style6 .navbar-expand>.container-xl,html.style2 html.style5 html.style6 .navbar-expand>.container-lg,html.style2 html.style5 html.style6 .navbar-expand>.container-md,html.style2 html.style5 html.style6 .navbar-expand>.container-sm,html.style2 html.style5 html.style6 .navbar-expand>.container-xl,html.style2 html.style6 .navbar-expand>.container,html.style2 html.style6 .navbar-expand>.container-fluid,html.style2 html.style6 .navbar-expand>.container-lg,html.style2 html.style6 .navbar-expand>.container-md,html.style2 html.style6 .navbar-expand>.container-sm,html.style2 html.style6 .navbar-expand>.container-xl,html.style3 html.style1 html.style6 .navbar-expand>.container-lg,html.style3 html.style1 html.style6 .navbar-expand>.container-md,html.style3 html.style1 html.style6 .navbar-expand>.container-sm,html.style3 html.style1 html.style6 .navbar-expand>.container-xl,html.style3 html.style2 html.style6 .navbar-expand>.container-lg,html.style3 html.style2 html.style6 .navbar-expand>.container-md,html.style3 html.style2 html.style6 .navbar-expand>.container-sm,html.style3 html.style2 html.style6 .navbar-expand>.container-xl,html.style3 html.style4 html.style6 .navbar-expand>.container-lg,html.style3 html.style4 html.style6 .navbar-expand>.container-md,html.style3 html.style4 html.style6 .navbar-expand>.container-sm,html.style3 html.style4 html.style6 .navbar-expand>.container-xl,html.style3 html.style5 html.style6 .navbar-expand>.container-lg,html.style3 html.style5 html.style6 .navbar-expand>.container-md,html.style3 html.style5 html.style6 .navbar-expand>.container-sm,html.style3 html.style5 html.style6 .navbar-expand>.container-xl,html.style3 html.style6 .navbar-expand>.container,html.style3 html.style6 .navbar-expand>.container-fluid,html.style3 html.style6 .navbar-expand>.container-lg,html.style3 html.style6 .navbar-expand>.container-md,html.style3 html.style6 .navbar-expand>.container-sm,html.style3 html.style6 .navbar-expand>.container-xl,html.style4 html.style1 html.style6 .navbar-expand>.container-lg,html.style4 html.style1 html.style6 .navbar-expand>.container-md,html.style4 html.style1 html.style6 .navbar-expand>.container-sm,html.style4 html.style1 html.style6 .navbar-expand>.container-xl,html.style4 html.style2 html.style6 .navbar-expand>.container-lg,html.style4 html.style2 html.style6 .navbar-expand>.container-md,html.style4 html.style2 html.style6 .navbar-expand>.container-sm,html.style4 html.style2 html.style6 .navbar-expand>.container-xl,html.style4 html.style3 html.style6 .navbar-expand>.container-lg,html.style4 html.style3 html.style6 .navbar-expand>.container-md,html.style4 html.style3 html.style6 .navbar-expand>.container-sm,html.style4 html.style3 html.style6 .navbar-expand>.container-xl,html.style4 html.style5 html.style6 .navbar-expand>.container-lg,html.style4 html.style5 html.style6 .navbar-expand>.container-md,html.style4 html.style5 html.style6 .navbar-expand>.container-sm,html.style4 html.style5 html.style6 .navbar-expand>.container-xl,html.style4 html.style6 .navbar-expand>.container,html.style4 html.style6 .navbar-expand>.container-fluid,html.style4 html.style6 .navbar-expand>.container-lg,html.style4 html.style6 .navbar-expand>.container-md,html.style4 html.style6 .navbar-expand>.container-sm,html.style4 html.style6 .navbar-expand>.container-xl,html.style5 html.style1 html.style6 .navbar-expand>.container-lg,html.style5 html.style1 html.style6 .navbar-expand>.container-md,html.style5 html.style1 html.style6 .navbar-expand>.container-sm,html.style5 html.style1 html.style6 .navbar-expand>.container-xl,html.style5 html.style2 html.style6 .navbar-expand>.container-lg,html.style5 html.style2 html.style6 .navbar-expand>.container-md,html.style5 html.style2 html.style6 .navbar-expand>.container-sm,html.style5 html.style2 html.style6 .navbar-expand>.container-xl,html.style5 html.style3 html.style6 .navbar-expand>.container-lg,html.style5 html.style3 html.style6 .navbar-expand>.container-md,html.style5 html.style3 html.style6 .navbar-expand>.container-sm,html.style5 html.style3 html.style6 .navbar-expand>.container-xl,html.style5 html.style4 html.style6 .navbar-expand>.container-lg,html.style5 html.style4 html.style6 .navbar-expand>.container-md,html.style5 html.style4 html.style6 .navbar-expand>.container-sm,html.style5 html.style4 html.style6 .navbar-expand>.container-xl,html.style5 html.style6 .navbar-expand>.container,html.style5 html.style6 .navbar-expand>.container-fluid,html.style5 html.style6 .navbar-expand>.container-lg,html.style5 html.style6 .navbar-expand>.container-md,html.style5 html.style6 .navbar-expand>.container-sm,html.style5 html.style6 .navbar-expand>.container-xl,html.style6 .navbar-expand>.container,html.style6 .navbar-expand>.container-fluid,html.style6 .navbar-expand>.container-lg,html.style6 .navbar-expand>.container-md,html.style6 .navbar-expand>.container-sm,html.style6 .navbar-expand>.container-xl,html.style6 html.style1 .navbar-expand>.container,html.style6 html.style1 .navbar-expand>.container-fluid,html.style6 html.style1 .navbar-expand>.container-lg,html.style6 html.style1 .navbar-expand>.container-md,html.style6 html.style1 .navbar-expand>.container-sm,html.style6 html.style1 .navbar-expand>.container-xl,html.style6 html.style1 html.style2 .navbar-expand>.container-lg,html.style6 html.style1 html.style2 .navbar-expand>.container-md,html.style6 html.style1 html.style2 .navbar-expand>.container-sm,html.style6 html.style1 html.style2 .navbar-expand>.container-xl,html.style6 html.style1 html.style3 .navbar-expand>.container-lg,html.style6 html.style1 html.style3 .navbar-expand>.container-md,html.style6 html.style1 html.style3 .navbar-expand>.container-sm,html.style6 html.style1 html.style3 .navbar-expand>.container-xl,html.style6 html.style1 html.style4 .navbar-expand>.container-lg,html.style6 html.style1 html.style4 .navbar-expand>.container-md,html.style6 html.style1 html.style4 .navbar-expand>.container-sm,html.style6 html.style1 html.style4 .navbar-expand>.container-xl,html.style6 html.style1 html.style5 .navbar-expand>.container-lg,html.style6 html.style1 html.style5 .navbar-expand>.container-md,html.style6 html.style1 html.style5 .navbar-expand>.container-sm,html.style6 html.style1 html.style5 .navbar-expand>.container-xl,html.style6 html.style2 .navbar-expand>.container,html.style6 html.style2 .navbar-expand>.container-fluid,html.style6 html.style2 .navbar-expand>.container-lg,html.style6 html.style2 .navbar-expand>.container-md,html.style6 html.style2 .navbar-expand>.container-sm,html.style6 html.style2 .navbar-expand>.container-xl,html.style6 html.style2 html.style1 .navbar-expand>.container-lg,html.style6 html.style2 html.style1 .navbar-expand>.container-md,html.style6 html.style2 html.style1 .navbar-expand>.container-sm,html.style6 html.style2 html.style1 .navbar-expand>.container-xl,html.style6 html.style2 html.style3 .navbar-expand>.container-lg,html.style6 html.style2 html.style3 .navbar-expand>.container-md,html.style6 html.style2 html.style3 .navbar-expand>.container-sm,html.style6 html.style2 html.style3 .navbar-expand>.container-xl,html.style6 html.style2 html.style4 .navbar-expand>.container-lg,html.style6 html.style2 html.style4 .navbar-expand>.container-md,html.style6 html.style2 html.style4 .navbar-expand>.container-sm,html.style6 html.style2 html.style4 .navbar-expand>.container-xl,html.style6 html.style2 html.style5 .navbar-expand>.container-lg,html.style6 html.style2 html.style5 .navbar-expand>.container-md,html.style6 html.style2 html.style5 .navbar-expand>.container-sm,html.style6 html.style2 html.style5 .navbar-expand>.container-xl,html.style6 html.style3 .navbar-expand>.container,html.style6 html.style3 .navbar-expand>.container-fluid,html.style6 html.style3 .navbar-expand>.container-lg,html.style6 html.style3 .navbar-expand>.container-md,html.style6 html.style3 .navbar-expand>.container-sm,html.style6 html.style3 .navbar-expand>.container-xl,html.style6 html.style3 html.style1 .navbar-expand>.container-lg,html.style6 html.style3 html.style1 .navbar-expand>.container-md,html.style6 html.style3 html.style1 .navbar-expand>.container-sm,html.style6 html.style3 html.style1 .navbar-expand>.container-xl,html.style6 html.style3 html.style2 .navbar-expand>.container-lg,html.style6 html.style3 html.style2 .navbar-expand>.container-md,html.style6 html.style3 html.style2 .navbar-expand>.container-sm,html.style6 html.style3 html.style2 .navbar-expand>.container-xl,html.style6 html.style3 html.style4 .navbar-expand>.container-lg,html.style6 html.style3 html.style4 .navbar-expand>.container-md,html.style6 html.style3 html.style4 .navbar-expand>.container-sm,html.style6 html.style3 html.style4 .navbar-expand>.container-xl,html.style6 html.style3 html.style5 .navbar-expand>.container-lg,html.style6 html.style3 html.style5 .navbar-expand>.container-md,html.style6 html.style3 html.style5 .navbar-expand>.container-sm,html.style6 html.style3 html.style5 .navbar-expand>.container-xl,html.style6 html.style4 .navbar-expand>.container,html.style6 html.style4 .navbar-expand>.container-fluid,html.style6 html.style4 .navbar-expand>.container-lg,html.style6 html.style4 .navbar-expand>.container-md,html.style6 html.style4 .navbar-expand>.container-sm,html.style6 html.style4 .navbar-expand>.container-xl,html.style6 html.style4 html.style1 .navbar-expand>.container-lg,html.style6 html.style4 html.style1 .navbar-expand>.container-md,html.style6 html.style4 html.style1 .navbar-expand>.container-sm,html.style6 html.style4 html.style1 .navbar-expand>.container-xl,html.style6 html.style4 html.style2 .navbar-expand>.container-lg,html.style6 html.style4 html.style2 .navbar-expand>.container-md,html.style6 html.style4 html.style2 .navbar-expand>.container-sm,html.style6 html.style4 html.style2 .navbar-expand>.container-xl,html.style6 html.style4 html.style3 .navbar-expand>.container-lg,html.style6 html.style4 html.style3 .navbar-expand>.container-md,html.style6 html.style4 html.style3 .navbar-expand>.container-sm,html.style6 html.style4 html.style3 .navbar-expand>.container-xl,html.style6 html.style4 html.style5 .navbar-expand>.container-lg,html.style6 html.style4 html.style5 .navbar-expand>.container-md,html.style6 html.style4 html.style5 .navbar-expand>.container-sm,html.style6 html.style4 html.style5 .navbar-expand>.container-xl,html.style6 html.style5 .navbar-expand>.container,html.style6 html.style5 .navbar-expand>.container-fluid,html.style6 html.style5 .navbar-expand>.container-lg,html.style6 html.style5 .navbar-expand>.container-md,html.style6 html.style5 .navbar-expand>.container-sm,html.style6 html.style5 .navbar-expand>.container-xl,html.style6 html.style5 html.style1 .navbar-expand>.container-lg,html.style6 html.style5 html.style1 .navbar-expand>.container-md,html.style6 html.style5 html.style1 .navbar-expand>.container-sm,html.style6 html.style5 html.style1 .navbar-expand>.container-xl,html.style6 html.style5 html.style2 .navbar-expand>.container-lg,html.style6 html.style5 html.style2 .navbar-expand>.container-md,html.style6 html.style5 html.style2 .navbar-expand>.container-sm,html.style6 html.style5 html.style2 .navbar-expand>.container-xl,html.style6 html.style5 html.style3 .navbar-expand>.container-lg,html.style6 html.style5 html.style3 .navbar-expand>.container-md,html.style6 html.style5 html.style3 .navbar-expand>.container-sm,html.style6 html.style5 html.style3 .navbar-expand>.container-xl,html.style6 html.style5 html.style4 .navbar-expand>.container-lg,html.style6 html.style5 html.style4 .navbar-expand>.container-md,html.style6 html.style5 html.style4 .navbar-expand>.container-sm,html.style6 html.style5 html.style4 .navbar-expand>.container-xl{flex-wrap:nowrap}html.style6 .navbar-expand .navbar-nav-scroll{overflow:visible}html.style6 .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}html.style6 .navbar-expand .navbar-toggler{display:none}html.style6 .navbar-light .navbar-brand,html.style6 .navbar-light .navbar-brand:focus,html.style6 .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}html.style6 .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}html.style6 .navbar-light .navbar-nav .nav-link:focus,html.style6 .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}html.style6 .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}html.style6 .navbar-light .navbar-nav .active>.nav-link,html.style6 .navbar-light .navbar-nav .nav-link.active,html.style6 .navbar-light .navbar-nav .nav-link.show,html.style6 .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}html.style6 .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}html.style6 .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html.style6 .navbar-light .navbar-text{color:rgba(0,0,0,.5)}html.style6 .navbar-light .navbar-text a,html.style6 .navbar-light .navbar-text a:focus,html.style6 .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}html.style6 .navbar-dark .navbar-brand,html.style6 .navbar-dark .navbar-brand:focus,html.style6 .navbar-dark .navbar-brand:hover{color:#fff}html.style6 .navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}html.style6 .navbar-dark .navbar-nav .nav-link:focus,html.style6 .navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}html.style6 .navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}html.style6 .navbar-dark .navbar-nav .active>.nav-link,html.style6 .navbar-dark .navbar-nav .nav-link.active,html.style6 .navbar-dark .navbar-nav .nav-link.show,html.style6 .navbar-dark .navbar-nav .show>.nav-link{color:#fff}html.style6 .navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}html.style6 .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html.style6 .navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}html.style6 .navbar-dark .navbar-text a,html.style6 .navbar-dark .navbar-text a:focus,html.style6 .navbar-dark .navbar-text a:hover{color:#fff}html.style6 .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}html.style6 .card>hr{margin-right:0;margin-left:0}html.style6 .card>.list-group{border-top:inherit;border-bottom:inherit}html.style6 .card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style6 .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}html.style6 .card>.card-header+.list-group,html.style6 .card>.list-group+.card-footer{border-top:0}html.style6 .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}html.style6 .card-title{margin-bottom:.75rem}html.style6 .card-subtitle{margin-top:-.375rem;margin-bottom:0}html.style6 .card-text:last-child{margin-bottom:0}html.style6 .card-link:hover{text-decoration:none}html.style6 .card-link+.card-link{margin-left:1.25rem}html.style6 .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}html.style6 .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}html.style6 .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}html.style6 .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}html.style6 .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}html.style6 .card-header-pills,html.style6 .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}html.style6 .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}html.style6 .card-img,html.style6 .card-img-bottom,html.style6 .card-img-top{flex-shrink:0;width:100%}html.style6 .card-img,html.style6 .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style6 .card-img,html.style6 .card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}html.style6 .card-deck .card{margin-bottom:15px}@media(min-width:576px){html.style6 .card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}html.style6 .card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}html.style6 .card-group>.card{margin-bottom:15px}@media(min-width:576px){html.style6 .card-group{display:flex;flex-flow:row wrap}html.style6 .card-group>.card{flex:1 0;margin-bottom:0}html.style6 .card-group>.card+.card{margin-left:0;border-left:0}html.style6 .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.style6 .card-group>.card:not(:last-child) .card-header,html.style6 .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}html.style6 .card-group>.card:not(:last-child) .card-footer,html.style6 .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}html.style6 .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.style6 .card-group>.card:not(:first-child) .card-header,html.style6 .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}html.style6 .card-group>.card:not(:first-child) .card-footer,html.style6 .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}html.style6 .card-columns .card{margin-bottom:.75rem}@media(min-width:576px){html.style6 .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}html.style6 .card-columns .card{display:inline-block;width:100%}}html.style6 .accordion{overflow-anchor:none}html.style6 .accordion>.card{overflow:hidden}html.style6 .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}html.style6 .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}html.style6 .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}html.style6 .breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}html.style6 .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}html.style6 .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}html.style6 .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}html.style6 .breadcrumb-item.active{color:#6c757d}html.style6 .pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}html.style6 .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}html.style6 .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}html.style6 .page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html.style6 .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}html.style6 .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}html.style6 .page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}html.style6 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}html.style6 .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}html.style6 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}html.style6 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}html.style6 .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}html.style6 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}html.style6 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}html.style6 .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){html.style6 .badge{transition:none}}ahtml.style6 .badge:focus,ahtml.style6 .badge:hover{text-decoration:none}html.style6 .badge:empty{display:none}html.style6 .btn .badge{position:relative;top:-1px}html.style6 .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}html.style6 .badge-primary{color:#fff;background-color:#007bff}ahtml.style6 .badge-primary:focus,ahtml.style6 .badge-primary:hover{color:#fff;background-color:#0062cc}ahtml.style6 .badge-primary.focus,ahtml.style6 .badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html.style6 .badge-secondary{color:#fff;background-color:#6c757d}ahtml.style6 .badge-secondary:focus,ahtml.style6 .badge-secondary:hover{color:#fff;background-color:#545b62}ahtml.style6 .badge-secondary.focus,ahtml.style6 .badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}html.style6 .badge-success{color:#fff;background-color:#28a745}ahtml.style6 .badge-success:focus,ahtml.style6 .badge-success:hover{color:#fff;background-color:#1e7e34}ahtml.style6 .badge-success.focus,ahtml.style6 .badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html.style6 .badge-info{color:#fff;background-color:#17a2b8}ahtml.style6 .badge-info:focus,ahtml.style6 .badge-info:hover{color:#fff;background-color:#117a8b}ahtml.style6 .badge-info.focus,ahtml.style6 .badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html.style6 .badge-warning{color:#212529;background-color:#ffc107}ahtml.style6 .badge-warning:focus,ahtml.style6 .badge-warning:hover{color:#212529;background-color:#d39e00}ahtml.style6 .badge-warning.focus,ahtml.style6 .badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html.style6 .badge-danger{color:#fff;background-color:#ff3030}ahtml.style6 .badge-danger:focus,ahtml.style6 .badge-danger:hover{color:#fff;background-color:#fc0000}ahtml.style6 .badge-danger.focus,ahtml.style6 .badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,48,48,.5)}html.style6 .badge-light{color:#fff;background-color:#25262c}ahtml.style6 .badge-light:focus,ahtml.style6 .badge-light:hover{color:#fff;background-color:#0e0e10}ahtml.style6 .badge-light.focus,ahtml.style6 .badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(37,38,44,.5)}html.style6 .badge-dark{color:#fff;background-color:#191b1f}ahtml.style6 .badge-dark:focus,ahtml.style6 .badge-dark:hover{color:#fff;background-color:#020203}ahtml.style6 .badge-dark.focus,ahtml.style6 .badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,27,31,.5)}html.style6 .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media(min-width:576px){html.style6 .jumbotron{padding:4rem 2rem}}html.style6 .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}html.style6 .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}html.style6 .alert-heading{color:inherit}html.style6 .alert-link{font-weight:700}html.style6 .alert-dismissible{padding-right:4rem}html.style6 .alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}html.style6 .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}html.style6 .alert-primary hr{border-top-color:#9fcdff}html.style6 .alert-primary .alert-link{color:#002752}html.style6 .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}html.style6 .alert-secondary hr{border-top-color:#c8cbcf}html.style6 .alert-secondary .alert-link{color:#202326}html.style6 .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}html.style6 .alert-success hr{border-top-color:#b1dfbb}html.style6 .alert-success .alert-link{color:#0b2e13}html.style6 .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}html.style6 .alert-info hr{border-top-color:#abdde5}html.style6 .alert-info .alert-link{color:#062c33}html.style6 .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}html.style6 .alert-warning hr{border-top-color:#ffe8a1}html.style6 .alert-warning .alert-link{color:#533f03}html.style6 .alert-danger{color:#851919;background-color:#ffd6d6;border-color:#ffc5c5}html.style6 .alert-danger hr{border-top-color:#ffacac}html.style6 .alert-danger .alert-link{color:#5a1111}html.style6 .alert-light{color:#131417;background-color:#d3d4d5;border-color:#c2c2c4}html.style6 .alert-light hr{border-top-color:#b5b5b7}html.style6 .alert-light .alert-link{color:#000}html.style6 .alert-dark{color:#0d0e10;background-color:#d1d1d2;border-color:#bfbfc0}html.style6 .alert-dark hr{border-top-color:#b2b2b3}html.style6 .alert-dark .alert-link{color:#000}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}html.style6 .progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}html.style6 .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media(prefers-reduced-motion:reduce){html.style6 .progress-bar{transition:none}}html.style6 .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}html.style6 .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){html.style6 .progress-bar-animated{animation:none}}html.style6 .media{display:flex;align-items:flex-start}html.style6 .media-body{flex:1 1}html.style6 .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}html.style6 .list-group-item-action{width:100%;color:#495057;text-align:inherit}html.style6 .list-group-item-action:focus,html.style6 .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}html.style6 .list-group-item-action:active{color:#212529;background-color:#e9ecef}html.style6 .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}html.style6 .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}html.style6 .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}html.style6 .list-group-item.disabled,html.style6 .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}html.style6 .list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}html.style6 .list-group-item+html.style6 .list-group-item{border-top-width:0}html.style6 .list-group-item+html.style6 .list-group-item.active{margin-top:-1px;border-top-width:1px}html.style6 .list-group-horizontal{flex-direction:row}html.style6 .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style6 .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style6 .list-group-horizontal>.list-group-item.active{margin-top:0}html.style6 .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style6 .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){html.style6 .list-group-horizontal-sm{flex-direction:row}html.style6 .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style6 .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style6 .list-group-horizontal-sm>.list-group-item.active{margin-top:0}html.style6 .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style6 .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){html.style6 .list-group-horizontal-md{flex-direction:row}html.style6 .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style6 .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style6 .list-group-horizontal-md>.list-group-item.active{margin-top:0}html.style6 .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style6 .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){html.style6 .list-group-horizontal-lg{flex-direction:row}html.style6 .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style6 .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style6 .list-group-horizontal-lg>.list-group-item.active{margin-top:0}html.style6 .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style6 .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){html.style6 .list-group-horizontal-xl{flex-direction:row}html.style6 .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}html.style6 .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}html.style6 .list-group-horizontal-xl>.list-group-item.active{margin-top:0}html.style6 .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}html.style6 .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}html.style6 .list-group-flush{border-radius:0}html.style6 .list-group-flush>.list-group-item{border-width:0 0 1px}html.style6 .list-group-flush>.list-group-item:last-child{border-bottom-width:0}html.style6 .list-group-item-primary{color:#004085;background-color:#b8daff}html.style6 .list-group-item-primary.list-group-item-action:focus,html.style6 .list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}html.style6 .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}html.style6 .list-group-item-secondary{color:#383d41;background-color:#d6d8db}html.style6 .list-group-item-secondary.list-group-item-action:focus,html.style6 .list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}html.style6 .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}html.style6 .list-group-item-success{color:#155724;background-color:#c3e6cb}html.style6 .list-group-item-success.list-group-item-action:focus,html.style6 .list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}html.style6 .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}html.style6 .list-group-item-info{color:#0c5460;background-color:#bee5eb}html.style6 .list-group-item-info.list-group-item-action:focus,html.style6 .list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}html.style6 .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}html.style6 .list-group-item-warning{color:#856404;background-color:#ffeeba}html.style6 .list-group-item-warning.list-group-item-action:focus,html.style6 .list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}html.style6 .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}html.style6 .list-group-item-danger{color:#851919;background-color:#ffc5c5}html.style6 .list-group-item-danger.list-group-item-action:focus,html.style6 .list-group-item-danger.list-group-item-action:hover{color:#851919;background-color:#ffacac}html.style6 .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#851919;border-color:#851919}html.style6 .list-group-item-light{color:#131417;background-color:#c2c2c4}html.style6 .list-group-item-light.list-group-item-action:focus,html.style6 .list-group-item-light.list-group-item-action:hover{color:#131417;background-color:#b5b5b7}html.style6 .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#131417;border-color:#131417}html.style6 .list-group-item-dark{color:#0d0e10;background-color:#bfbfc0}html.style6 .list-group-item-dark.list-group-item-action:focus,html.style6 .list-group-item-dark.list-group-item-action:hover{color:#0d0e10;background-color:#b2b2b3}html.style6 .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#0d0e10;border-color:#0d0e10}html.style6 .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}html.style6 .close:hover{color:#000;text-decoration:none}html.style6 .close:not(:disabled):not(.disabled):focus,html.style6 .close:not(:disabled):not(.disabled):hover{opacity:.75}html.style6 button.close{padding:0;background-color:transparent;border:0}html.style6 a.close.disabled{pointer-events:none}html.style6 .toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}html.style6 .toast:not(:last-child){margin-bottom:.75rem}html.style6 .toast.showing{opacity:1}html.style6 .toast.show{display:block;opacity:1}html.style6 .toast.hide{display:none}html.style6 .toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}html.style6 .toast-body{padding:.75rem}html.style6 .modal-open{overflow:hidden}html.style6 .modal-open .modal{overflow-x:hidden;overflow-y:auto}html.style6 .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}html.style6 .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade html.style6 .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade html.style6 .modal-dialog{transition:none}}.modal.show html.style6 .modal-dialog{transform:none}.modal.modal-static html.style6 .modal-dialog{transform:scale(1.02)}html.style6 .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}html.style6 .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}html.style6 .modal-dialog-scrollable .modal-footer,html.style6 .modal-dialog-scrollable .modal-header{flex-shrink:0}html.style6 .modal-dialog-scrollable .modal-body{overflow-y:auto}html.style6 .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}html.style6 .modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}html.style6 .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}html.style6 .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}html.style6 .modal-dialog-centered.modal-dialog-scrollable:before{content:none}html.style6 .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}html.style6 .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}html.style6 .modal-backdrop.fade{opacity:0}html.style6 .modal-backdrop.show{opacity:.5}html.style6 .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #eff1f2;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html.style6 .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}html.style6 .modal-title{margin-bottom:0;line-height:1.5}html.style6 .modal-body{position:relative;flex:1 1 auto;padding:1rem}html.style6 .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #eff1f2;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}html.style6 .modal-footer>*{margin:.25rem}html.style6 .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){html.style6 .modal-dialog{max-width:500px;margin:1.75rem auto}html.style6 .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}html.style6 .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}html.style6 .modal-dialog-centered{min-height:calc(100% - 3.5rem)}html.style6 .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}html.style6 .modal-sm{max-width:300px}}@media(min-width:992px){html.style6 .modal-lg,html.style6 .modal-xl{max-width:800px}}@media(min-width:1200px){html.style6 .modal-xl{max-width:1140px}}html.style6 .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}html.style6 .tooltip.show{opacity:.9}html.style6 .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}html.style6 .tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}html.style6 .bs-tooltip-auto[x-placement^=top],html.style6 .bs-tooltip-top{padding:.4rem 0}html.style6 .bs-tooltip-auto[x-placement^=top] .arrow,html.style6 .bs-tooltip-top .arrow{bottom:0}html.style6 .bs-tooltip-auto[x-placement^=top] .arrow:before,html.style6 .bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}html.style6 .bs-tooltip-auto[x-placement^=right],html.style6 .bs-tooltip-right{padding:0 .4rem}html.style6 .bs-tooltip-auto[x-placement^=right] .arrow,html.style6 .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}html.style6 .bs-tooltip-auto[x-placement^=right] .arrow:before,html.style6 .bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}html.style6 .bs-tooltip-auto[x-placement^=bottom],html.style6 .bs-tooltip-bottom{padding:.4rem 0}html.style6 .bs-tooltip-auto[x-placement^=bottom] .arrow,html.style6 .bs-tooltip-bottom .arrow{top:0}html.style6 .bs-tooltip-auto[x-placement^=bottom] .arrow:before,html.style6 .bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}html.style6 .bs-tooltip-auto[x-placement^=left],html.style6 .bs-tooltip-left{padding:0 .4rem}html.style6 .bs-tooltip-auto[x-placement^=left] .arrow,html.style6 .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}html.style6 .bs-tooltip-auto[x-placement^=left] .arrow:before,html.style6 .bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}html.style6 .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}html.style6 .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}html.style6 .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}html.style6 .popover .arrow:after,html.style6 .popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}html.style6 .bs-popover-auto[x-placement^=top],html.style6 .bs-popover-top{margin-bottom:.5rem}html.style6 .bs-popover-auto[x-placement^=top]>.arrow,html.style6 .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}html.style6 .bs-popover-auto[x-placement^=top]>.arrow:before,html.style6 .bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}html.style6 .bs-popover-auto[x-placement^=top]>.arrow:after,html.style6 .bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}html.style6 .bs-popover-auto[x-placement^=right],html.style6 .bs-popover-right{margin-left:.5rem}html.style6 .bs-popover-auto[x-placement^=right]>.arrow,html.style6 .bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}html.style6 .bs-popover-auto[x-placement^=right]>.arrow:before,html.style6 .bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}html.style6 .bs-popover-auto[x-placement^=right]>.arrow:after,html.style6 .bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}html.style6 .bs-popover-auto[x-placement^=bottom],html.style6 .bs-popover-bottom{margin-top:.5rem}html.style6 .bs-popover-auto[x-placement^=bottom]>.arrow,html.style6 .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}html.style6 .bs-popover-auto[x-placement^=bottom]>.arrow:before,html.style6 .bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}html.style6 .bs-popover-auto[x-placement^=bottom]>.arrow:after,html.style6 .bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}html.style6 .bs-popover-auto[x-placement^=bottom] .popover-header:before,html.style6 .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}html.style6 .bs-popover-auto[x-placement^=left],html.style6 .bs-popover-left{margin-right:.5rem}html.style6 .bs-popover-auto[x-placement^=left]>.arrow,html.style6 .bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}html.style6 .bs-popover-auto[x-placement^=left]>.arrow:before,html.style6 .bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}html.style6 .bs-popover-auto[x-placement^=left]>.arrow:after,html.style6 .bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}html.style6 .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html.style6 .popover-header:empty{display:none}html.style6 .popover-body{padding:.5rem .75rem;color:#212529}html.style6 .carousel{position:relative}html.style6 .carousel.pointer-event{touch-action:pan-y}html.style6 .carousel-inner{position:relative;width:100%;overflow:hidden}html.style6 .carousel-inner:after{display:block;clear:both;content:""}html.style6 .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){html.style6 .carousel-item{transition:none}}html.style6 .carousel-item-next,html.style6 .carousel-item-prev,html.style6 .carousel-item.active{display:block}html.style6 .active.carousel-item-right,html.style6 .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}html.style6 .active.carousel-item-left,html.style6 .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}html.style6 .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}html.style6 .carousel-fade .carousel-item-next.carousel-item-left,html.style6 .carousel-fade .carousel-item-prev.carousel-item-right,html.style6 .carousel-fade .carousel-item.active{z-index:1;opacity:1}html.style6 .carousel-fade .active.carousel-item-left,html.style6 .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){html.style6 .carousel-fade .active.carousel-item-left,html.style6 .carousel-fade .active.carousel-item-right{transition:none}}html.style6 .carousel-control-next,html.style6 .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){html.style6 .carousel-control-next,html.style6 .carousel-control-prev{transition:none}}html.style6 .carousel-control-next:focus,html.style6 .carousel-control-next:hover,html.style6 .carousel-control-prev:focus,html.style6 .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}html.style6 .carousel-control-prev{left:0}html.style6 .carousel-control-next{right:0}html.style6 .carousel-control-next-icon,html.style6 .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}html.style6 .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}html.style6 .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}html.style6 .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}html.style6 .carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){html.style6 .carousel-indicators li{transition:none}}html.style6 .carousel-indicators .active{opacity:1}html.style6 .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(1turn)}}html.style6 .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}html.style6 .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}html.style6 .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}html.style6 .spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){html.style6 .spinner-border,html.style6 .spinner-grow{animation-duration:1.5s}}html.style6 .align-baseline{vertical-align:baseline!important}html.style6 .align-top{vertical-align:top!important}html.style6 .align-middle{vertical-align:middle!important}html.style6 .align-bottom{vertical-align:bottom!important}html.style6 .align-text-bottom{vertical-align:text-bottom!important}html.style6 .align-text-top{vertical-align:text-top!important}html.style6 .bg-primary{background-color:#007bff!important}html.style6 a.bg-primary:focus,html.style6 a.bg-primary:hover,html.style6 button.bg-primary:focus,html.style6 button.bg-primary:hover{background-color:#0062cc!important}html.style6 .bg-secondary{background-color:#6c757d!important}html.style6 a.bg-secondary:focus,html.style6 a.bg-secondary:hover,html.style6 button.bg-secondary:focus,html.style6 button.bg-secondary:hover{background-color:#545b62!important}html.style6 .bg-success{background-color:#28a745!important}html.style6 a.bg-success:focus,html.style6 a.bg-success:hover,html.style6 button.bg-success:focus,html.style6 button.bg-success:hover{background-color:#1e7e34!important}html.style6 .bg-info{background-color:#17a2b8!important}html.style6 a.bg-info:focus,html.style6 a.bg-info:hover,html.style6 button.bg-info:focus,html.style6 button.bg-info:hover{background-color:#117a8b!important}html.style6 .bg-warning{background-color:#ffc107!important}html.style6 a.bg-warning:focus,html.style6 a.bg-warning:hover,html.style6 button.bg-warning:focus,html.style6 button.bg-warning:hover{background-color:#d39e00!important}html.style6 .bg-danger{background-color:#ff3030!important}html.style6 a.bg-danger:focus,html.style6 a.bg-danger:hover,html.style6 button.bg-danger:focus,html.style6 button.bg-danger:hover{background-color:#fc0000!important}html.style6 .bg-light{background-color:#25262c!important}html.style6 a.bg-light:focus,html.style6 a.bg-light:hover,html.style6 button.bg-light:focus,html.style6 button.bg-light:hover{background-color:#0e0e10!important}html.style6 .bg-dark{background-color:#191b1f!important}html.style6 a.bg-dark:focus,html.style6 a.bg-dark:hover,html.style6 button.bg-dark:focus,html.style6 button.bg-dark:hover{background-color:#020203!important}html.style6 .bg-white{background-color:#fff!important}html.style6 .border{border:1px solid #eff1f2!important}html.style6 .border-top{border-top:1px solid #eff1f2!important}html.style6 .border-right{border-right:1px solid #eff1f2!important}html.style6 .border-bottom{border-bottom:1px solid #eff1f2!important}html.style6 .border-left{border-left:1px solid #eff1f2!important}html.style6 .border-0{border:0!important}html.style6 .border-top-0{border-top:0!important}html.style6 .border-right-0{border-right:0!important}html.style6 .border-bottom-0{border-bottom:0!important}html.style6 .border-left-0{border-left:0!important}html.style6 .border-primary{border-color:#007bff!important}html.style6 .border-secondary{border-color:#6c757d!important}html.style6 .border-success{border-color:#28a745!important}html.style6 .border-info{border-color:#17a2b8!important}html.style6 .border-warning{border-color:#ffc107!important}html.style6 .border-danger{border-color:#ff3030!important}html.style6 .border-light{border-color:#25262c!important}html.style6 .border-dark{border-color:#191b1f!important}html.style6 .border-white{border-color:#fff!important}html.style6 .rounded-sm{border-radius:.2rem!important}html.style6 .rounded{border-radius:.25rem!important}html.style6 .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}html.style6 .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}html.style6 .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}html.style6 .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}html.style6 .rounded-lg{border-radius:.3rem!important}html.style6 .rounded-circle{border-radius:50%!important}html.style6 .rounded-pill{border-radius:50rem!important}html.style6 .rounded-0{border-radius:0!important}html.style6 .clearfix:after{display:block;clear:both;content:""}html.style6 .d-none{display:none!important}html.style6 .d-inline{display:inline!important}html.style6 .d-inline-block{display:inline-block!important}html.style6 .d-block{display:block!important}html.style6 .d-table{display:table!important}html.style6 .d-table-row{display:table-row!important}html.style6 .d-table-cell{display:table-cell!important}html.style6 .d-flex{display:flex!important}html.style6 .d-inline-flex{display:inline-flex!important}@media(min-width:576px){html.style6 .d-sm-none{display:none!important}html.style6 .d-sm-inline{display:inline!important}html.style6 .d-sm-inline-block{display:inline-block!important}html.style6 .d-sm-block{display:block!important}html.style6 .d-sm-table{display:table!important}html.style6 .d-sm-table-row{display:table-row!important}html.style6 .d-sm-table-cell{display:table-cell!important}html.style6 .d-sm-flex{display:flex!important}html.style6 .d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){html.style6 .d-md-none{display:none!important}html.style6 .d-md-inline{display:inline!important}html.style6 .d-md-inline-block{display:inline-block!important}html.style6 .d-md-block{display:block!important}html.style6 .d-md-table{display:table!important}html.style6 .d-md-table-row{display:table-row!important}html.style6 .d-md-table-cell{display:table-cell!important}html.style6 .d-md-flex{display:flex!important}html.style6 .d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){html.style6 .d-lg-none{display:none!important}html.style6 .d-lg-inline{display:inline!important}html.style6 .d-lg-inline-block{display:inline-block!important}html.style6 .d-lg-block{display:block!important}html.style6 .d-lg-table{display:table!important}html.style6 .d-lg-table-row{display:table-row!important}html.style6 .d-lg-table-cell{display:table-cell!important}html.style6 .d-lg-flex{display:flex!important}html.style6 .d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){html.style6 .d-xl-none{display:none!important}html.style6 .d-xl-inline{display:inline!important}html.style6 .d-xl-inline-block{display:inline-block!important}html.style6 .d-xl-block{display:block!important}html.style6 .d-xl-table{display:table!important}html.style6 .d-xl-table-row{display:table-row!important}html.style6 .d-xl-table-cell{display:table-cell!important}html.style6 .d-xl-flex{display:flex!important}html.style6 .d-xl-inline-flex{display:inline-flex!important}}@media print{html.style6 .d-print-none{display:none!important}html.style6 .d-print-inline{display:inline!important}html.style6 .d-print-inline-block{display:inline-block!important}html.style6 .d-print-block{display:block!important}html.style6 .d-print-table{display:table!important}html.style6 .d-print-table-row{display:table-row!important}html.style6 .d-print-table-cell{display:table-cell!important}html.style6 .d-print-flex{display:flex!important}html.style6 .d-print-inline-flex{display:inline-flex!important}}html.style6 .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}html.style6 .embed-responsive:before{display:block;content:""}html.style6 .embed-responsive .embed-responsive-item,html.style6 .embed-responsive embed,html.style6 .embed-responsive iframe,html.style6 .embed-responsive object,html.style6 .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}html.style6 .embed-responsive-21by9:before{padding-top:42.85714286%}html.style6 .embed-responsive-16by9:before{padding-top:56.25%}html.style6 .embed-responsive-4by3:before{padding-top:75%}html.style6 .embed-responsive-1by1:before{padding-top:100%}html.style6 .flex-row{flex-direction:row!important}html.style6 .flex-column{flex-direction:column!important}html.style6 .flex-row-reverse{flex-direction:row-reverse!important}html.style6 .flex-column-reverse{flex-direction:column-reverse!important}html.style6 .flex-wrap{flex-wrap:wrap!important}html.style6 .flex-nowrap{flex-wrap:nowrap!important}html.style6 .flex-wrap-reverse{flex-wrap:wrap-reverse!important}html.style6 .flex-fill{flex:1 1 auto!important}html.style6 .flex-grow-0{flex-grow:0!important}html.style6 .flex-grow-1{flex-grow:1!important}html.style6 .flex-shrink-0{flex-shrink:0!important}html.style6 .flex-shrink-1{flex-shrink:1!important}html.style6 .justify-content-start{justify-content:flex-start!important}html.style6 .justify-content-end{justify-content:flex-end!important}html.style6 .justify-content-center{justify-content:center!important}html.style6 .justify-content-between{justify-content:space-between!important}html.style6 .justify-content-around{justify-content:space-around!important}html.style6 .align-items-start{align-items:flex-start!important}html.style6 .align-items-end{align-items:flex-end!important}html.style6 .align-items-center{align-items:center!important}html.style6 .align-items-baseline{align-items:baseline!important}html.style6 .align-items-stretch{align-items:stretch!important}html.style6 .align-content-start{align-content:flex-start!important}html.style6 .align-content-end{align-content:flex-end!important}html.style6 .align-content-center{align-content:center!important}html.style6 .align-content-between{align-content:space-between!important}html.style6 .align-content-around{align-content:space-around!important}html.style6 .align-content-stretch{align-content:stretch!important}html.style6 .align-self-auto{align-self:auto!important}html.style6 .align-self-start{align-self:flex-start!important}html.style6 .align-self-end{align-self:flex-end!important}html.style6 .align-self-center{align-self:center!important}html.style6 .align-self-baseline{align-self:baseline!important}html.style6 .align-self-stretch{align-self:stretch!important}@media(min-width:576px){html.style6 .flex-sm-row{flex-direction:row!important}html.style6 .flex-sm-column{flex-direction:column!important}html.style6 .flex-sm-row-reverse{flex-direction:row-reverse!important}html.style6 .flex-sm-column-reverse{flex-direction:column-reverse!important}html.style6 .flex-sm-wrap{flex-wrap:wrap!important}html.style6 .flex-sm-nowrap{flex-wrap:nowrap!important}html.style6 .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}html.style6 .flex-sm-fill{flex:1 1 auto!important}html.style6 .flex-sm-grow-0{flex-grow:0!important}html.style6 .flex-sm-grow-1{flex-grow:1!important}html.style6 .flex-sm-shrink-0{flex-shrink:0!important}html.style6 .flex-sm-shrink-1{flex-shrink:1!important}html.style6 .justify-content-sm-start{justify-content:flex-start!important}html.style6 .justify-content-sm-end{justify-content:flex-end!important}html.style6 .justify-content-sm-center{justify-content:center!important}html.style6 .justify-content-sm-between{justify-content:space-between!important}html.style6 .justify-content-sm-around{justify-content:space-around!important}html.style6 .align-items-sm-start{align-items:flex-start!important}html.style6 .align-items-sm-end{align-items:flex-end!important}html.style6 .align-items-sm-center{align-items:center!important}html.style6 .align-items-sm-baseline{align-items:baseline!important}html.style6 .align-items-sm-stretch{align-items:stretch!important}html.style6 .align-content-sm-start{align-content:flex-start!important}html.style6 .align-content-sm-end{align-content:flex-end!important}html.style6 .align-content-sm-center{align-content:center!important}html.style6 .align-content-sm-between{align-content:space-between!important}html.style6 .align-content-sm-around{align-content:space-around!important}html.style6 .align-content-sm-stretch{align-content:stretch!important}html.style6 .align-self-sm-auto{align-self:auto!important}html.style6 .align-self-sm-start{align-self:flex-start!important}html.style6 .align-self-sm-end{align-self:flex-end!important}html.style6 .align-self-sm-center{align-self:center!important}html.style6 .align-self-sm-baseline{align-self:baseline!important}html.style6 .align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){html.style6 .flex-md-row{flex-direction:row!important}html.style6 .flex-md-column{flex-direction:column!important}html.style6 .flex-md-row-reverse{flex-direction:row-reverse!important}html.style6 .flex-md-column-reverse{flex-direction:column-reverse!important}html.style6 .flex-md-wrap{flex-wrap:wrap!important}html.style6 .flex-md-nowrap{flex-wrap:nowrap!important}html.style6 .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}html.style6 .flex-md-fill{flex:1 1 auto!important}html.style6 .flex-md-grow-0{flex-grow:0!important}html.style6 .flex-md-grow-1{flex-grow:1!important}html.style6 .flex-md-shrink-0{flex-shrink:0!important}html.style6 .flex-md-shrink-1{flex-shrink:1!important}html.style6 .justify-content-md-start{justify-content:flex-start!important}html.style6 .justify-content-md-end{justify-content:flex-end!important}html.style6 .justify-content-md-center{justify-content:center!important}html.style6 .justify-content-md-between{justify-content:space-between!important}html.style6 .justify-content-md-around{justify-content:space-around!important}html.style6 .align-items-md-start{align-items:flex-start!important}html.style6 .align-items-md-end{align-items:flex-end!important}html.style6 .align-items-md-center{align-items:center!important}html.style6 .align-items-md-baseline{align-items:baseline!important}html.style6 .align-items-md-stretch{align-items:stretch!important}html.style6 .align-content-md-start{align-content:flex-start!important}html.style6 .align-content-md-end{align-content:flex-end!important}html.style6 .align-content-md-center{align-content:center!important}html.style6 .align-content-md-between{align-content:space-between!important}html.style6 .align-content-md-around{align-content:space-around!important}html.style6 .align-content-md-stretch{align-content:stretch!important}html.style6 .align-self-md-auto{align-self:auto!important}html.style6 .align-self-md-start{align-self:flex-start!important}html.style6 .align-self-md-end{align-self:flex-end!important}html.style6 .align-self-md-center{align-self:center!important}html.style6 .align-self-md-baseline{align-self:baseline!important}html.style6 .align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){html.style6 .flex-lg-row{flex-direction:row!important}html.style6 .flex-lg-column{flex-direction:column!important}html.style6 .flex-lg-row-reverse{flex-direction:row-reverse!important}html.style6 .flex-lg-column-reverse{flex-direction:column-reverse!important}html.style6 .flex-lg-wrap{flex-wrap:wrap!important}html.style6 .flex-lg-nowrap{flex-wrap:nowrap!important}html.style6 .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}html.style6 .flex-lg-fill{flex:1 1 auto!important}html.style6 .flex-lg-grow-0{flex-grow:0!important}html.style6 .flex-lg-grow-1{flex-grow:1!important}html.style6 .flex-lg-shrink-0{flex-shrink:0!important}html.style6 .flex-lg-shrink-1{flex-shrink:1!important}html.style6 .justify-content-lg-start{justify-content:flex-start!important}html.style6 .justify-content-lg-end{justify-content:flex-end!important}html.style6 .justify-content-lg-center{justify-content:center!important}html.style6 .justify-content-lg-between{justify-content:space-between!important}html.style6 .justify-content-lg-around{justify-content:space-around!important}html.style6 .align-items-lg-start{align-items:flex-start!important}html.style6 .align-items-lg-end{align-items:flex-end!important}html.style6 .align-items-lg-center{align-items:center!important}html.style6 .align-items-lg-baseline{align-items:baseline!important}html.style6 .align-items-lg-stretch{align-items:stretch!important}html.style6 .align-content-lg-start{align-content:flex-start!important}html.style6 .align-content-lg-end{align-content:flex-end!important}html.style6 .align-content-lg-center{align-content:center!important}html.style6 .align-content-lg-between{align-content:space-between!important}html.style6 .align-content-lg-around{align-content:space-around!important}html.style6 .align-content-lg-stretch{align-content:stretch!important}html.style6 .align-self-lg-auto{align-self:auto!important}html.style6 .align-self-lg-start{align-self:flex-start!important}html.style6 .align-self-lg-end{align-self:flex-end!important}html.style6 .align-self-lg-center{align-self:center!important}html.style6 .align-self-lg-baseline{align-self:baseline!important}html.style6 .align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){html.style6 .flex-xl-row{flex-direction:row!important}html.style6 .flex-xl-column{flex-direction:column!important}html.style6 .flex-xl-row-reverse{flex-direction:row-reverse!important}html.style6 .flex-xl-column-reverse{flex-direction:column-reverse!important}html.style6 .flex-xl-wrap{flex-wrap:wrap!important}html.style6 .flex-xl-nowrap{flex-wrap:nowrap!important}html.style6 .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}html.style6 .flex-xl-fill{flex:1 1 auto!important}html.style6 .flex-xl-grow-0{flex-grow:0!important}html.style6 .flex-xl-grow-1{flex-grow:1!important}html.style6 .flex-xl-shrink-0{flex-shrink:0!important}html.style6 .flex-xl-shrink-1{flex-shrink:1!important}html.style6 .justify-content-xl-start{justify-content:flex-start!important}html.style6 .justify-content-xl-end{justify-content:flex-end!important}html.style6 .justify-content-xl-center{justify-content:center!important}html.style6 .justify-content-xl-between{justify-content:space-between!important}html.style6 .justify-content-xl-around{justify-content:space-around!important}html.style6 .align-items-xl-start{align-items:flex-start!important}html.style6 .align-items-xl-end{align-items:flex-end!important}html.style6 .align-items-xl-center{align-items:center!important}html.style6 .align-items-xl-baseline{align-items:baseline!important}html.style6 .align-items-xl-stretch{align-items:stretch!important}html.style6 .align-content-xl-start{align-content:flex-start!important}html.style6 .align-content-xl-end{align-content:flex-end!important}html.style6 .align-content-xl-center{align-content:center!important}html.style6 .align-content-xl-between{align-content:space-between!important}html.style6 .align-content-xl-around{align-content:space-around!important}html.style6 .align-content-xl-stretch{align-content:stretch!important}html.style6 .align-self-xl-auto{align-self:auto!important}html.style6 .align-self-xl-start{align-self:flex-start!important}html.style6 .align-self-xl-end{align-self:flex-end!important}html.style6 .align-self-xl-center{align-self:center!important}html.style6 .align-self-xl-baseline{align-self:baseline!important}html.style6 .align-self-xl-stretch{align-self:stretch!important}}html.style6 .float-left{float:left!important}html.style6 .float-right{float:right!important}html.style6 .float-none{float:none!important}@media(min-width:576px){html.style6 .float-sm-left{float:left!important}html.style6 .float-sm-right{float:right!important}html.style6 .float-sm-none{float:none!important}}@media(min-width:768px){html.style6 .float-md-left{float:left!important}html.style6 .float-md-right{float:right!important}html.style6 .float-md-none{float:none!important}}@media(min-width:992px){html.style6 .float-lg-left{float:left!important}html.style6 .float-lg-right{float:right!important}html.style6 .float-lg-none{float:none!important}}@media(min-width:1200px){html.style6 .float-xl-left{float:left!important}html.style6 .float-xl-right{float:right!important}html.style6 .float-xl-none{float:none!important}}html.style6 .user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}html.style6 .user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}html.style6 .user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}html.style6 .overflow-auto{overflow:auto!important}html.style6 .overflow-hidden{overflow:hidden!important}html.style6 .position-static{position:static!important}html.style6 .position-relative{position:relative!important}html.style6 .position-absolute{position:absolute!important}html.style6 .position-fixed{position:fixed!important}html.style6 .position-sticky{position:-webkit-sticky!important;position:sticky!important}html.style6 .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}html.style6 .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports((position:-webkit-sticky) or (position:sticky)){html.style6 .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}html.style6 .sr-only{white-space:nowrap}html.style6 .sr-only-focusable:active,html.style6 .sr-only-focusable:focus{white-space:normal}html.style6 .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}html.style6 .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}html.style6 .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}html.style6 .shadow-none{box-shadow:none!important}html.style6 .w-25{width:25%!important}html.style6 .w-50{width:50%!important}html.style6 .w-75{width:75%!important}html.style6 .w-100{width:100%!important}html.style6 .w-auto{width:auto!important}html.style6 .h-25{height:25%!important}html.style6 .h-50{height:50%!important}html.style6 .h-75{height:75%!important}html.style6 .h-100{height:100%!important}html.style6 .h-auto{height:auto!important}html.style6 .mw-100{max-width:100%!important}html.style6 .mh-100{max-height:100%!important}html.style6 .min-vw-100{min-width:100vw!important}html.style6 .min-vh-100{min-height:100vh!important}html.style6 .vw-100{width:100vw!important}html.style6 .vh-100{height:100vh!important}html.style6 .mt-0,html.style6 .my-0{margin-top:0!important}html.style6 .mr-0,html.style6 .mx-0{margin-right:0!important}html.style6 .mb-0,html.style6 .my-0{margin-bottom:0!important}html.style6 .ml-0,html.style6 .mx-0{margin-left:0!important}html.style6 .m-1{margin:.25rem!important}html.style6 .mt-1,html.style6 .my-1{margin-top:.25rem!important}html.style6 .mr-1,html.style6 .mx-1{margin-right:.25rem!important}html.style6 .mb-1,html.style6 .my-1{margin-bottom:.25rem!important}html.style6 .ml-1,html.style6 .mx-1{margin-left:.25rem!important}html.style6 .m-2{margin:.5rem!important}html.style6 .mt-2,html.style6 .my-2{margin-top:.5rem!important}html.style6 .mr-2,html.style6 .mx-2{margin-right:.5rem!important}html.style6 .mb-2,html.style6 .my-2{margin-bottom:.5rem!important}html.style6 .ml-2,html.style6 .mx-2{margin-left:.5rem!important}html.style6 .m-3{margin:1rem!important}html.style6 .mt-3,html.style6 .my-3{margin-top:1rem!important}html.style6 .mr-3,html.style6 .mx-3{margin-right:1rem!important}html.style6 .mb-3,html.style6 .my-3{margin-bottom:1rem!important}html.style6 .ml-3,html.style6 .mx-3{margin-left:1rem!important}html.style6 .m-4{margin:1.5rem!important}html.style6 .mt-4,html.style6 .my-4{margin-top:1.5rem!important}html.style6 .mr-4,html.style6 .mx-4{margin-right:1.5rem!important}html.style6 .mb-4,html.style6 .my-4{margin-bottom:1.5rem!important}html.style6 .ml-4,html.style6 .mx-4{margin-left:1.5rem!important}html.style6 .m-5{margin:3rem!important}html.style6 .mt-5,html.style6 .my-5{margin-top:3rem!important}html.style6 .mr-5,html.style6 .mx-5{margin-right:3rem!important}html.style6 .mb-5,html.style6 .my-5{margin-bottom:3rem!important}html.style6 .ml-5,html.style6 .mx-5{margin-left:3rem!important}html.style6 .p-0{padding:0!important}html.style6 .pt-0,html.style6 .py-0{padding-top:0!important}html.style6 .pr-0,html.style6 .px-0{padding-right:0!important}html.style6 .pb-0,html.style6 .py-0{padding-bottom:0!important}html.style6 .pl-0,html.style6 .px-0{padding-left:0!important}html.style6 .p-1{padding:.25rem!important}html.style6 .pt-1,html.style6 .py-1{padding-top:.25rem!important}html.style6 .pr-1,html.style6 .px-1{padding-right:.25rem!important}html.style6 .pb-1,html.style6 .py-1{padding-bottom:.25rem!important}html.style6 .pl-1,html.style6 .px-1{padding-left:.25rem!important}html.style6 .p-2{padding:.5rem!important}html.style6 .pt-2,html.style6 .py-2{padding-top:.5rem!important}html.style6 .pr-2,html.style6 .px-2{padding-right:.5rem!important}html.style6 .pb-2,html.style6 .py-2{padding-bottom:.5rem!important}html.style6 .pl-2,html.style6 .px-2{padding-left:.5rem!important}html.style6 .p-3{padding:1rem!important}html.style6 .pt-3,html.style6 .py-3{padding-top:1rem!important}html.style6 .pr-3,html.style6 .px-3{padding-right:1rem!important}html.style6 .pb-3,html.style6 .py-3{padding-bottom:1rem!important}html.style6 .pl-3,html.style6 .px-3{padding-left:1rem!important}html.style6 .p-4{padding:1.5rem!important}html.style6 .pt-4,html.style6 .py-4{padding-top:1.5rem!important}html.style6 .pr-4,html.style6 .px-4{padding-right:1.5rem!important}html.style6 .pb-4,html.style6 .py-4{padding-bottom:1.5rem!important}html.style6 .pl-4,html.style6 .px-4{padding-left:1.5rem!important}html.style6 .p-5{padding:3rem!important}html.style6 .pt-5,html.style6 .py-5{padding-top:3rem!important}html.style6 .pr-5,html.style6 .px-5{padding-right:3rem!important}html.style6 .pb-5,html.style6 .py-5{padding-bottom:3rem!important}html.style6 .pl-5,html.style6 .px-5{padding-left:3rem!important}html.style6 .m-n1{margin:-.25rem!important}html.style6 .mt-n1,html.style6 .my-n1{margin-top:-.25rem!important}html.style6 .mr-n1,html.style6 .mx-n1{margin-right:-.25rem!important}html.style6 .mb-n1,html.style6 .my-n1{margin-bottom:-.25rem!important}html.style6 .ml-n1,html.style6 .mx-n1{margin-left:-.25rem!important}html.style6 .m-n2{margin:-.5rem!important}html.style6 .mt-n2,html.style6 .my-n2{margin-top:-.5rem!important}html.style6 .mr-n2,html.style6 .mx-n2{margin-right:-.5rem!important}html.style6 .mb-n2,html.style6 .my-n2{margin-bottom:-.5rem!important}html.style6 .ml-n2,html.style6 .mx-n2{margin-left:-.5rem!important}html.style6 .m-n3{margin:-1rem!important}html.style6 .mt-n3,html.style6 .my-n3{margin-top:-1rem!important}html.style6 .mr-n3,html.style6 .mx-n3{margin-right:-1rem!important}html.style6 .mb-n3,html.style6 .my-n3{margin-bottom:-1rem!important}html.style6 .ml-n3,html.style6 .mx-n3{margin-left:-1rem!important}html.style6 .m-n4{margin:-1.5rem!important}html.style6 .mt-n4,html.style6 .my-n4{margin-top:-1.5rem!important}html.style6 .mr-n4,html.style6 .mx-n4{margin-right:-1.5rem!important}html.style6 .mb-n4,html.style6 .my-n4{margin-bottom:-1.5rem!important}html.style6 .ml-n4,html.style6 .mx-n4{margin-left:-1.5rem!important}html.style6 .m-n5{margin:-3rem!important}html.style6 .mt-n5,html.style6 .my-n5{margin-top:-3rem!important}html.style6 .mr-n5,html.style6 .mx-n5{margin-right:-3rem!important}html.style6 .mb-n5,html.style6 .my-n5{margin-bottom:-3rem!important}html.style6 .ml-n5,html.style6 .mx-n5{margin-left:-3rem!important}html.style6 .m-auto{margin:auto!important}html.style6 .mt-auto,html.style6 .my-auto{margin-top:auto!important}html.style6 .mr-auto,html.style6 .mx-auto{margin-right:auto!important}html.style6 .mb-auto,html.style6 .my-auto{margin-bottom:auto!important}html.style6 .ml-auto,html.style6 .mx-auto{margin-left:auto!important}@media(min-width:576px){html.style6 .m-sm-0{margin:0!important}html.style6 .mt-sm-0,html.style6 .my-sm-0{margin-top:0!important}html.style6 .mr-sm-0,html.style6 .mx-sm-0{margin-right:0!important}html.style6 .mb-sm-0,html.style6 .my-sm-0{margin-bottom:0!important}html.style6 .ml-sm-0,html.style6 .mx-sm-0{margin-left:0!important}html.style6 .m-sm-1{margin:.25rem!important}html.style6 .mt-sm-1,html.style6 .my-sm-1{margin-top:.25rem!important}html.style6 .mr-sm-1,html.style6 .mx-sm-1{margin-right:.25rem!important}html.style6 .mb-sm-1,html.style6 .my-sm-1{margin-bottom:.25rem!important}html.style6 .ml-sm-1,html.style6 .mx-sm-1{margin-left:.25rem!important}html.style6 .m-sm-2{margin:.5rem!important}html.style6 .mt-sm-2,html.style6 .my-sm-2{margin-top:.5rem!important}html.style6 .mr-sm-2,html.style6 .mx-sm-2{margin-right:.5rem!important}html.style6 .mb-sm-2,html.style6 .my-sm-2{margin-bottom:.5rem!important}html.style6 .ml-sm-2,html.style6 .mx-sm-2{margin-left:.5rem!important}html.style6 .m-sm-3{margin:1rem!important}html.style6 .mt-sm-3,html.style6 .my-sm-3{margin-top:1rem!important}html.style6 .mr-sm-3,html.style6 .mx-sm-3{margin-right:1rem!important}html.style6 .mb-sm-3,html.style6 .my-sm-3{margin-bottom:1rem!important}html.style6 .ml-sm-3,html.style6 .mx-sm-3{margin-left:1rem!important}html.style6 .m-sm-4{margin:1.5rem!important}html.style6 .mt-sm-4,html.style6 .my-sm-4{margin-top:1.5rem!important}html.style6 .mr-sm-4,html.style6 .mx-sm-4{margin-right:1.5rem!important}html.style6 .mb-sm-4,html.style6 .my-sm-4{margin-bottom:1.5rem!important}html.style6 .ml-sm-4,html.style6 .mx-sm-4{margin-left:1.5rem!important}html.style6 .m-sm-5{margin:3rem!important}html.style6 .mt-sm-5,html.style6 .my-sm-5{margin-top:3rem!important}html.style6 .mr-sm-5,html.style6 .mx-sm-5{margin-right:3rem!important}html.style6 .mb-sm-5,html.style6 .my-sm-5{margin-bottom:3rem!important}html.style6 .ml-sm-5,html.style6 .mx-sm-5{margin-left:3rem!important}html.style6 .p-sm-0{padding:0!important}html.style6 .pt-sm-0,html.style6 .py-sm-0{padding-top:0!important}html.style6 .pr-sm-0,html.style6 .px-sm-0{padding-right:0!important}html.style6 .pb-sm-0,html.style6 .py-sm-0{padding-bottom:0!important}html.style6 .pl-sm-0,html.style6 .px-sm-0{padding-left:0!important}html.style6 .p-sm-1{padding:.25rem!important}html.style6 .pt-sm-1,html.style6 .py-sm-1{padding-top:.25rem!important}html.style6 .pr-sm-1,html.style6 .px-sm-1{padding-right:.25rem!important}html.style6 .pb-sm-1,html.style6 .py-sm-1{padding-bottom:.25rem!important}html.style6 .pl-sm-1,html.style6 .px-sm-1{padding-left:.25rem!important}html.style6 .p-sm-2{padding:.5rem!important}html.style6 .pt-sm-2,html.style6 .py-sm-2{padding-top:.5rem!important}html.style6 .pr-sm-2,html.style6 .px-sm-2{padding-right:.5rem!important}html.style6 .pb-sm-2,html.style6 .py-sm-2{padding-bottom:.5rem!important}html.style6 .pl-sm-2,html.style6 .px-sm-2{padding-left:.5rem!important}html.style6 .p-sm-3{padding:1rem!important}html.style6 .pt-sm-3,html.style6 .py-sm-3{padding-top:1rem!important}html.style6 .pr-sm-3,html.style6 .px-sm-3{padding-right:1rem!important}html.style6 .pb-sm-3,html.style6 .py-sm-3{padding-bottom:1rem!important}html.style6 .pl-sm-3,html.style6 .px-sm-3{padding-left:1rem!important}html.style6 .p-sm-4{padding:1.5rem!important}html.style6 .pt-sm-4,html.style6 .py-sm-4{padding-top:1.5rem!important}html.style6 .pr-sm-4,html.style6 .px-sm-4{padding-right:1.5rem!important}html.style6 .pb-sm-4,html.style6 .py-sm-4{padding-bottom:1.5rem!important}html.style6 .pl-sm-4,html.style6 .px-sm-4{padding-left:1.5rem!important}html.style6 .p-sm-5{padding:3rem!important}html.style6 .pt-sm-5,html.style6 .py-sm-5{padding-top:3rem!important}html.style6 .pr-sm-5,html.style6 .px-sm-5{padding-right:3rem!important}html.style6 .pb-sm-5,html.style6 .py-sm-5{padding-bottom:3rem!important}html.style6 .pl-sm-5,html.style6 .px-sm-5{padding-left:3rem!important}html.style6 .m-sm-n1{margin:-.25rem!important}html.style6 .mt-sm-n1,html.style6 .my-sm-n1{margin-top:-.25rem!important}html.style6 .mr-sm-n1,html.style6 .mx-sm-n1{margin-right:-.25rem!important}html.style6 .mb-sm-n1,html.style6 .my-sm-n1{margin-bottom:-.25rem!important}html.style6 .ml-sm-n1,html.style6 .mx-sm-n1{margin-left:-.25rem!important}html.style6 .m-sm-n2{margin:-.5rem!important}html.style6 .mt-sm-n2,html.style6 .my-sm-n2{margin-top:-.5rem!important}html.style6 .mr-sm-n2,html.style6 .mx-sm-n2{margin-right:-.5rem!important}html.style6 .mb-sm-n2,html.style6 .my-sm-n2{margin-bottom:-.5rem!important}html.style6 .ml-sm-n2,html.style6 .mx-sm-n2{margin-left:-.5rem!important}html.style6 .m-sm-n3{margin:-1rem!important}html.style6 .mt-sm-n3,html.style6 .my-sm-n3{margin-top:-1rem!important}html.style6 .mr-sm-n3,html.style6 .mx-sm-n3{margin-right:-1rem!important}html.style6 .mb-sm-n3,html.style6 .my-sm-n3{margin-bottom:-1rem!important}html.style6 .ml-sm-n3,html.style6 .mx-sm-n3{margin-left:-1rem!important}html.style6 .m-sm-n4{margin:-1.5rem!important}html.style6 .mt-sm-n4,html.style6 .my-sm-n4{margin-top:-1.5rem!important}html.style6 .mr-sm-n4,html.style6 .mx-sm-n4{margin-right:-1.5rem!important}html.style6 .mb-sm-n4,html.style6 .my-sm-n4{margin-bottom:-1.5rem!important}html.style6 .ml-sm-n4,html.style6 .mx-sm-n4{margin-left:-1.5rem!important}html.style6 .m-sm-n5{margin:-3rem!important}html.style6 .mt-sm-n5,html.style6 .my-sm-n5{margin-top:-3rem!important}html.style6 .mr-sm-n5,html.style6 .mx-sm-n5{margin-right:-3rem!important}html.style6 .mb-sm-n5,html.style6 .my-sm-n5{margin-bottom:-3rem!important}html.style6 .ml-sm-n5,html.style6 .mx-sm-n5{margin-left:-3rem!important}html.style6 .m-sm-auto{margin:auto!important}html.style6 .mt-sm-auto,html.style6 .my-sm-auto{margin-top:auto!important}html.style6 .mr-sm-auto,html.style6 .mx-sm-auto{margin-right:auto!important}html.style6 .mb-sm-auto,html.style6 .my-sm-auto{margin-bottom:auto!important}html.style6 .ml-sm-auto,html.style6 .mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){html.style6 .m-md-0{margin:0!important}html.style6 .mt-md-0,html.style6 .my-md-0{margin-top:0!important}html.style6 .mr-md-0,html.style6 .mx-md-0{margin-right:0!important}html.style6 .mb-md-0,html.style6 .my-md-0{margin-bottom:0!important}html.style6 .ml-md-0,html.style6 .mx-md-0{margin-left:0!important}html.style6 .m-md-1{margin:.25rem!important}html.style6 .mt-md-1,html.style6 .my-md-1{margin-top:.25rem!important}html.style6 .mr-md-1,html.style6 .mx-md-1{margin-right:.25rem!important}html.style6 .mb-md-1,html.style6 .my-md-1{margin-bottom:.25rem!important}html.style6 .ml-md-1,html.style6 .mx-md-1{margin-left:.25rem!important}html.style6 .m-md-2{margin:.5rem!important}html.style6 .mt-md-2,html.style6 .my-md-2{margin-top:.5rem!important}html.style6 .mr-md-2,html.style6 .mx-md-2{margin-right:.5rem!important}html.style6 .mb-md-2,html.style6 .my-md-2{margin-bottom:.5rem!important}html.style6 .ml-md-2,html.style6 .mx-md-2{margin-left:.5rem!important}html.style6 .m-md-3{margin:1rem!important}html.style6 .mt-md-3,html.style6 .my-md-3{margin-top:1rem!important}html.style6 .mr-md-3,html.style6 .mx-md-3{margin-right:1rem!important}html.style6 .mb-md-3,html.style6 .my-md-3{margin-bottom:1rem!important}html.style6 .ml-md-3,html.style6 .mx-md-3{margin-left:1rem!important}html.style6 .m-md-4{margin:1.5rem!important}html.style6 .mt-md-4,html.style6 .my-md-4{margin-top:1.5rem!important}html.style6 .mr-md-4,html.style6 .mx-md-4{margin-right:1.5rem!important}html.style6 .mb-md-4,html.style6 .my-md-4{margin-bottom:1.5rem!important}html.style6 .ml-md-4,html.style6 .mx-md-4{margin-left:1.5rem!important}html.style6 .m-md-5{margin:3rem!important}html.style6 .mt-md-5,html.style6 .my-md-5{margin-top:3rem!important}html.style6 .mr-md-5,html.style6 .mx-md-5{margin-right:3rem!important}html.style6 .mb-md-5,html.style6 .my-md-5{margin-bottom:3rem!important}html.style6 .ml-md-5,html.style6 .mx-md-5{margin-left:3rem!important}html.style6 .p-md-0{padding:0!important}html.style6 .pt-md-0,html.style6 .py-md-0{padding-top:0!important}html.style6 .pr-md-0,html.style6 .px-md-0{padding-right:0!important}html.style6 .pb-md-0,html.style6 .py-md-0{padding-bottom:0!important}html.style6 .pl-md-0,html.style6 .px-md-0{padding-left:0!important}html.style6 .p-md-1{padding:.25rem!important}html.style6 .pt-md-1,html.style6 .py-md-1{padding-top:.25rem!important}html.style6 .pr-md-1,html.style6 .px-md-1{padding-right:.25rem!important}html.style6 .pb-md-1,html.style6 .py-md-1{padding-bottom:.25rem!important}html.style6 .pl-md-1,html.style6 .px-md-1{padding-left:.25rem!important}html.style6 .p-md-2{padding:.5rem!important}html.style6 .pt-md-2,html.style6 .py-md-2{padding-top:.5rem!important}html.style6 .pr-md-2,html.style6 .px-md-2{padding-right:.5rem!important}html.style6 .pb-md-2,html.style6 .py-md-2{padding-bottom:.5rem!important}html.style6 .pl-md-2,html.style6 .px-md-2{padding-left:.5rem!important}html.style6 .p-md-3{padding:1rem!important}html.style6 .pt-md-3,html.style6 .py-md-3{padding-top:1rem!important}html.style6 .pr-md-3,html.style6 .px-md-3{padding-right:1rem!important}html.style6 .pb-md-3,html.style6 .py-md-3{padding-bottom:1rem!important}html.style6 .pl-md-3,html.style6 .px-md-3{padding-left:1rem!important}html.style6 .p-md-4{padding:1.5rem!important}html.style6 .pt-md-4,html.style6 .py-md-4{padding-top:1.5rem!important}html.style6 .pr-md-4,html.style6 .px-md-4{padding-right:1.5rem!important}html.style6 .pb-md-4,html.style6 .py-md-4{padding-bottom:1.5rem!important}html.style6 .pl-md-4,html.style6 .px-md-4{padding-left:1.5rem!important}html.style6 .p-md-5{padding:3rem!important}html.style6 .pt-md-5,html.style6 .py-md-5{padding-top:3rem!important}html.style6 .pr-md-5,html.style6 .px-md-5{padding-right:3rem!important}html.style6 .pb-md-5,html.style6 .py-md-5{padding-bottom:3rem!important}html.style6 .pl-md-5,html.style6 .px-md-5{padding-left:3rem!important}html.style6 .m-md-n1{margin:-.25rem!important}html.style6 .mt-md-n1,html.style6 .my-md-n1{margin-top:-.25rem!important}html.style6 .mr-md-n1,html.style6 .mx-md-n1{margin-right:-.25rem!important}html.style6 .mb-md-n1,html.style6 .my-md-n1{margin-bottom:-.25rem!important}html.style6 .ml-md-n1,html.style6 .mx-md-n1{margin-left:-.25rem!important}html.style6 .m-md-n2{margin:-.5rem!important}html.style6 .mt-md-n2,html.style6 .my-md-n2{margin-top:-.5rem!important}html.style6 .mr-md-n2,html.style6 .mx-md-n2{margin-right:-.5rem!important}html.style6 .mb-md-n2,html.style6 .my-md-n2{margin-bottom:-.5rem!important}html.style6 .ml-md-n2,html.style6 .mx-md-n2{margin-left:-.5rem!important}html.style6 .m-md-n3{margin:-1rem!important}html.style6 .mt-md-n3,html.style6 .my-md-n3{margin-top:-1rem!important}html.style6 .mr-md-n3,html.style6 .mx-md-n3{margin-right:-1rem!important}html.style6 .mb-md-n3,html.style6 .my-md-n3{margin-bottom:-1rem!important}html.style6 .ml-md-n3,html.style6 .mx-md-n3{margin-left:-1rem!important}html.style6 .m-md-n4{margin:-1.5rem!important}html.style6 .mt-md-n4,html.style6 .my-md-n4{margin-top:-1.5rem!important}html.style6 .mr-md-n4,html.style6 .mx-md-n4{margin-right:-1.5rem!important}html.style6 .mb-md-n4,html.style6 .my-md-n4{margin-bottom:-1.5rem!important}html.style6 .ml-md-n4,html.style6 .mx-md-n4{margin-left:-1.5rem!important}html.style6 .m-md-n5{margin:-3rem!important}html.style6 .mt-md-n5,html.style6 .my-md-n5{margin-top:-3rem!important}html.style6 .mr-md-n5,html.style6 .mx-md-n5{margin-right:-3rem!important}html.style6 .mb-md-n5,html.style6 .my-md-n5{margin-bottom:-3rem!important}html.style6 .ml-md-n5,html.style6 .mx-md-n5{margin-left:-3rem!important}html.style6 .m-md-auto{margin:auto!important}html.style6 .mt-md-auto,html.style6 .my-md-auto{margin-top:auto!important}html.style6 .mr-md-auto,html.style6 .mx-md-auto{margin-right:auto!important}html.style6 .mb-md-auto,html.style6 .my-md-auto{margin-bottom:auto!important}html.style6 .ml-md-auto,html.style6 .mx-md-auto{margin-left:auto!important}}@media(min-width:992px){html.style6 .m-lg-0{margin:0!important}html.style6 .mt-lg-0,html.style6 .my-lg-0{margin-top:0!important}html.style6 .mr-lg-0,html.style6 .mx-lg-0{margin-right:0!important}html.style6 .mb-lg-0,html.style6 .my-lg-0{margin-bottom:0!important}html.style6 .ml-lg-0,html.style6 .mx-lg-0{margin-left:0!important}html.style6 .m-lg-1{margin:.25rem!important}html.style6 .mt-lg-1,html.style6 .my-lg-1{margin-top:.25rem!important}html.style6 .mr-lg-1,html.style6 .mx-lg-1{margin-right:.25rem!important}html.style6 .mb-lg-1,html.style6 .my-lg-1{margin-bottom:.25rem!important}html.style6 .ml-lg-1,html.style6 .mx-lg-1{margin-left:.25rem!important}html.style6 .m-lg-2{margin:.5rem!important}html.style6 .mt-lg-2,html.style6 .my-lg-2{margin-top:.5rem!important}html.style6 .mr-lg-2,html.style6 .mx-lg-2{margin-right:.5rem!important}html.style6 .mb-lg-2,html.style6 .my-lg-2{margin-bottom:.5rem!important}html.style6 .ml-lg-2,html.style6 .mx-lg-2{margin-left:.5rem!important}html.style6 .m-lg-3{margin:1rem!important}html.style6 .mt-lg-3,html.style6 .my-lg-3{margin-top:1rem!important}html.style6 .mr-lg-3,html.style6 .mx-lg-3{margin-right:1rem!important}html.style6 .mb-lg-3,html.style6 .my-lg-3{margin-bottom:1rem!important}html.style6 .ml-lg-3,html.style6 .mx-lg-3{margin-left:1rem!important}html.style6 .m-lg-4{margin:1.5rem!important}html.style6 .mt-lg-4,html.style6 .my-lg-4{margin-top:1.5rem!important}html.style6 .mr-lg-4,html.style6 .mx-lg-4{margin-right:1.5rem!important}html.style6 .mb-lg-4,html.style6 .my-lg-4{margin-bottom:1.5rem!important}html.style6 .ml-lg-4,html.style6 .mx-lg-4{margin-left:1.5rem!important}html.style6 .m-lg-5{margin:3rem!important}html.style6 .mt-lg-5,html.style6 .my-lg-5{margin-top:3rem!important}html.style6 .mr-lg-5,html.style6 .mx-lg-5{margin-right:3rem!important}html.style6 .mb-lg-5,html.style6 .my-lg-5{margin-bottom:3rem!important}html.style6 .ml-lg-5,html.style6 .mx-lg-5{margin-left:3rem!important}html.style6 .p-lg-0{padding:0!important}html.style6 .pt-lg-0,html.style6 .py-lg-0{padding-top:0!important}html.style6 .pr-lg-0,html.style6 .px-lg-0{padding-right:0!important}html.style6 .pb-lg-0,html.style6 .py-lg-0{padding-bottom:0!important}html.style6 .pl-lg-0,html.style6 .px-lg-0{padding-left:0!important}html.style6 .p-lg-1{padding:.25rem!important}html.style6 .pt-lg-1,html.style6 .py-lg-1{padding-top:.25rem!important}html.style6 .pr-lg-1,html.style6 .px-lg-1{padding-right:.25rem!important}html.style6 .pb-lg-1,html.style6 .py-lg-1{padding-bottom:.25rem!important}html.style6 .pl-lg-1,html.style6 .px-lg-1{padding-left:.25rem!important}html.style6 .p-lg-2{padding:.5rem!important}html.style6 .pt-lg-2,html.style6 .py-lg-2{padding-top:.5rem!important}html.style6 .pr-lg-2,html.style6 .px-lg-2{padding-right:.5rem!important}html.style6 .pb-lg-2,html.style6 .py-lg-2{padding-bottom:.5rem!important}html.style6 .pl-lg-2,html.style6 .px-lg-2{padding-left:.5rem!important}html.style6 .p-lg-3{padding:1rem!important}html.style6 .pt-lg-3,html.style6 .py-lg-3{padding-top:1rem!important}html.style6 .pr-lg-3,html.style6 .px-lg-3{padding-right:1rem!important}html.style6 .pb-lg-3,html.style6 .py-lg-3{padding-bottom:1rem!important}html.style6 .pl-lg-3,html.style6 .px-lg-3{padding-left:1rem!important}html.style6 .p-lg-4{padding:1.5rem!important}html.style6 .pt-lg-4,html.style6 .py-lg-4{padding-top:1.5rem!important}html.style6 .pr-lg-4,html.style6 .px-lg-4{padding-right:1.5rem!important}html.style6 .pb-lg-4,html.style6 .py-lg-4{padding-bottom:1.5rem!important}html.style6 .pl-lg-4,html.style6 .px-lg-4{padding-left:1.5rem!important}html.style6 .p-lg-5{padding:3rem!important}html.style6 .pt-lg-5,html.style6 .py-lg-5{padding-top:3rem!important}html.style6 .pr-lg-5,html.style6 .px-lg-5{padding-right:3rem!important}html.style6 .pb-lg-5,html.style6 .py-lg-5{padding-bottom:3rem!important}html.style6 .pl-lg-5,html.style6 .px-lg-5{padding-left:3rem!important}html.style6 .m-lg-n1{margin:-.25rem!important}html.style6 .mt-lg-n1,html.style6 .my-lg-n1{margin-top:-.25rem!important}html.style6 .mr-lg-n1,html.style6 .mx-lg-n1{margin-right:-.25rem!important}html.style6 .mb-lg-n1,html.style6 .my-lg-n1{margin-bottom:-.25rem!important}html.style6 .ml-lg-n1,html.style6 .mx-lg-n1{margin-left:-.25rem!important}html.style6 .m-lg-n2{margin:-.5rem!important}html.style6 .mt-lg-n2,html.style6 .my-lg-n2{margin-top:-.5rem!important}html.style6 .mr-lg-n2,html.style6 .mx-lg-n2{margin-right:-.5rem!important}html.style6 .mb-lg-n2,html.style6 .my-lg-n2{margin-bottom:-.5rem!important}html.style6 .ml-lg-n2,html.style6 .mx-lg-n2{margin-left:-.5rem!important}html.style6 .m-lg-n3{margin:-1rem!important}html.style6 .mt-lg-n3,html.style6 .my-lg-n3{margin-top:-1rem!important}html.style6 .mr-lg-n3,html.style6 .mx-lg-n3{margin-right:-1rem!important}html.style6 .mb-lg-n3,html.style6 .my-lg-n3{margin-bottom:-1rem!important}html.style6 .ml-lg-n3,html.style6 .mx-lg-n3{margin-left:-1rem!important}html.style6 .m-lg-n4{margin:-1.5rem!important}html.style6 .mt-lg-n4,html.style6 .my-lg-n4{margin-top:-1.5rem!important}html.style6 .mr-lg-n4,html.style6 .mx-lg-n4{margin-right:-1.5rem!important}html.style6 .mb-lg-n4,html.style6 .my-lg-n4{margin-bottom:-1.5rem!important}html.style6 .ml-lg-n4,html.style6 .mx-lg-n4{margin-left:-1.5rem!important}html.style6 .m-lg-n5{margin:-3rem!important}html.style6 .mt-lg-n5,html.style6 .my-lg-n5{margin-top:-3rem!important}html.style6 .mr-lg-n5,html.style6 .mx-lg-n5{margin-right:-3rem!important}html.style6 .mb-lg-n5,html.style6 .my-lg-n5{margin-bottom:-3rem!important}html.style6 .ml-lg-n5,html.style6 .mx-lg-n5{margin-left:-3rem!important}html.style6 .m-lg-auto{margin:auto!important}html.style6 .mt-lg-auto,html.style6 .my-lg-auto{margin-top:auto!important}html.style6 .mr-lg-auto,html.style6 .mx-lg-auto{margin-right:auto!important}html.style6 .mb-lg-auto,html.style6 .my-lg-auto{margin-bottom:auto!important}html.style6 .ml-lg-auto,html.style6 .mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){html.style6 .m-xl-0{margin:0!important}html.style6 .mt-xl-0,html.style6 .my-xl-0{margin-top:0!important}html.style6 .mr-xl-0,html.style6 .mx-xl-0{margin-right:0!important}html.style6 .mb-xl-0,html.style6 .my-xl-0{margin-bottom:0!important}html.style6 .ml-xl-0,html.style6 .mx-xl-0{margin-left:0!important}html.style6 .m-xl-1{margin:.25rem!important}html.style6 .mt-xl-1,html.style6 .my-xl-1{margin-top:.25rem!important}html.style6 .mr-xl-1,html.style6 .mx-xl-1{margin-right:.25rem!important}html.style6 .mb-xl-1,html.style6 .my-xl-1{margin-bottom:.25rem!important}html.style6 .ml-xl-1,html.style6 .mx-xl-1{margin-left:.25rem!important}html.style6 .m-xl-2{margin:.5rem!important}html.style6 .mt-xl-2,html.style6 .my-xl-2{margin-top:.5rem!important}html.style6 .mr-xl-2,html.style6 .mx-xl-2{margin-right:.5rem!important}html.style6 .mb-xl-2,html.style6 .my-xl-2{margin-bottom:.5rem!important}html.style6 .ml-xl-2,html.style6 .mx-xl-2{margin-left:.5rem!important}html.style6 .m-xl-3{margin:1rem!important}html.style6 .mt-xl-3,html.style6 .my-xl-3{margin-top:1rem!important}html.style6 .mr-xl-3,html.style6 .mx-xl-3{margin-right:1rem!important}html.style6 .mb-xl-3,html.style6 .my-xl-3{margin-bottom:1rem!important}html.style6 .ml-xl-3,html.style6 .mx-xl-3{margin-left:1rem!important}html.style6 .m-xl-4{margin:1.5rem!important}html.style6 .mt-xl-4,html.style6 .my-xl-4{margin-top:1.5rem!important}html.style6 .mr-xl-4,html.style6 .mx-xl-4{margin-right:1.5rem!important}html.style6 .mb-xl-4,html.style6 .my-xl-4{margin-bottom:1.5rem!important}html.style6 .ml-xl-4,html.style6 .mx-xl-4{margin-left:1.5rem!important}html.style6 .m-xl-5{margin:3rem!important}html.style6 .mt-xl-5,html.style6 .my-xl-5{margin-top:3rem!important}html.style6 .mr-xl-5,html.style6 .mx-xl-5{margin-right:3rem!important}html.style6 .mb-xl-5,html.style6 .my-xl-5{margin-bottom:3rem!important}html.style6 .ml-xl-5,html.style6 .mx-xl-5{margin-left:3rem!important}html.style6 .p-xl-0{padding:0!important}html.style6 .pt-xl-0,html.style6 .py-xl-0{padding-top:0!important}html.style6 .pr-xl-0,html.style6 .px-xl-0{padding-right:0!important}html.style6 .pb-xl-0,html.style6 .py-xl-0{padding-bottom:0!important}html.style6 .pl-xl-0,html.style6 .px-xl-0{padding-left:0!important}html.style6 .p-xl-1{padding:.25rem!important}html.style6 .pt-xl-1,html.style6 .py-xl-1{padding-top:.25rem!important}html.style6 .pr-xl-1,html.style6 .px-xl-1{padding-right:.25rem!important}html.style6 .pb-xl-1,html.style6 .py-xl-1{padding-bottom:.25rem!important}html.style6 .pl-xl-1,html.style6 .px-xl-1{padding-left:.25rem!important}html.style6 .p-xl-2{padding:.5rem!important}html.style6 .pt-xl-2,html.style6 .py-xl-2{padding-top:.5rem!important}html.style6 .pr-xl-2,html.style6 .px-xl-2{padding-right:.5rem!important}html.style6 .pb-xl-2,html.style6 .py-xl-2{padding-bottom:.5rem!important}html.style6 .pl-xl-2,html.style6 .px-xl-2{padding-left:.5rem!important}html.style6 .p-xl-3{padding:1rem!important}html.style6 .pt-xl-3,html.style6 .py-xl-3{padding-top:1rem!important}html.style6 .pr-xl-3,html.style6 .px-xl-3{padding-right:1rem!important}html.style6 .pb-xl-3,html.style6 .py-xl-3{padding-bottom:1rem!important}html.style6 .pl-xl-3,html.style6 .px-xl-3{padding-left:1rem!important}html.style6 .p-xl-4{padding:1.5rem!important}html.style6 .pt-xl-4,html.style6 .py-xl-4{padding-top:1.5rem!important}html.style6 .pr-xl-4,html.style6 .px-xl-4{padding-right:1.5rem!important}html.style6 .pb-xl-4,html.style6 .py-xl-4{padding-bottom:1.5rem!important}html.style6 .pl-xl-4,html.style6 .px-xl-4{padding-left:1.5rem!important}html.style6 .p-xl-5{padding:3rem!important}html.style6 .pt-xl-5,html.style6 .py-xl-5{padding-top:3rem!important}html.style6 .pr-xl-5,html.style6 .px-xl-5{padding-right:3rem!important}html.style6 .pb-xl-5,html.style6 .py-xl-5{padding-bottom:3rem!important}html.style6 .pl-xl-5,html.style6 .px-xl-5{padding-left:3rem!important}html.style6 .m-xl-n1{margin:-.25rem!important}html.style6 .mt-xl-n1,html.style6 .my-xl-n1{margin-top:-.25rem!important}html.style6 .mr-xl-n1,html.style6 .mx-xl-n1{margin-right:-.25rem!important}html.style6 .mb-xl-n1,html.style6 .my-xl-n1{margin-bottom:-.25rem!important}html.style6 .ml-xl-n1,html.style6 .mx-xl-n1{margin-left:-.25rem!important}html.style6 .m-xl-n2{margin:-.5rem!important}html.style6 .mt-xl-n2,html.style6 .my-xl-n2{margin-top:-.5rem!important}html.style6 .mr-xl-n2,html.style6 .mx-xl-n2{margin-right:-.5rem!important}html.style6 .mb-xl-n2,html.style6 .my-xl-n2{margin-bottom:-.5rem!important}html.style6 .ml-xl-n2,html.style6 .mx-xl-n2{margin-left:-.5rem!important}html.style6 .m-xl-n3{margin:-1rem!important}html.style6 .mt-xl-n3,html.style6 .my-xl-n3{margin-top:-1rem!important}html.style6 .mr-xl-n3,html.style6 .mx-xl-n3{margin-right:-1rem!important}html.style6 .mb-xl-n3,html.style6 .my-xl-n3{margin-bottom:-1rem!important}html.style6 .ml-xl-n3,html.style6 .mx-xl-n3{margin-left:-1rem!important}html.style6 .m-xl-n4{margin:-1.5rem!important}html.style6 .mt-xl-n4,html.style6 .my-xl-n4{margin-top:-1.5rem!important}html.style6 .mr-xl-n4,html.style6 .mx-xl-n4{margin-right:-1.5rem!important}html.style6 .mb-xl-n4,html.style6 .my-xl-n4{margin-bottom:-1.5rem!important}html.style6 .ml-xl-n4,html.style6 .mx-xl-n4{margin-left:-1.5rem!important}html.style6 .m-xl-n5{margin:-3rem!important}html.style6 .mt-xl-n5,html.style6 .my-xl-n5{margin-top:-3rem!important}html.style6 .mr-xl-n5,html.style6 .mx-xl-n5{margin-right:-3rem!important}html.style6 .mb-xl-n5,html.style6 .my-xl-n5{margin-bottom:-3rem!important}html.style6 .ml-xl-n5,html.style6 .mx-xl-n5{margin-left:-3rem!important}html.style6 .m-xl-auto{margin:auto!important}html.style6 .mt-xl-auto,html.style6 .my-xl-auto{margin-top:auto!important}html.style6 .mr-xl-auto,html.style6 .mx-xl-auto{margin-right:auto!important}html.style6 .mb-xl-auto,html.style6 .my-xl-auto{margin-bottom:auto!important}html.style6 .ml-xl-auto,html.style6 .mx-xl-auto{margin-left:auto!important}}html.style6 .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}html.style6 .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}html.style6 .text-justify{text-align:justify!important}html.style6 .text-wrap{white-space:normal!important}html.style6 .text-nowrap{white-space:nowrap!important}html.style6 .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.style6 .text-left{text-align:left!important}html.style6 .text-right{text-align:right!important}html.style6 .text-center{text-align:center!important}@media(min-width:576px){html.style6 .text-sm-left{text-align:left!important}html.style6 .text-sm-right{text-align:right!important}html.style6 .text-sm-center{text-align:center!important}}@media(min-width:768px){html.style6 .text-md-left{text-align:left!important}html.style6 .text-md-right{text-align:right!important}html.style6 .text-md-center{text-align:center!important}}@media(min-width:992px){html.style6 .text-lg-left{text-align:left!important}html.style6 .text-lg-right{text-align:right!important}html.style6 .text-lg-center{text-align:center!important}}@media(min-width:1200px){html.style6 .text-xl-left{text-align:left!important}html.style6 .text-xl-right{text-align:right!important}html.style6 .text-xl-center{text-align:center!important}}html.style6 .text-lowercase{text-transform:lowercase!important}html.style6 .text-uppercase{text-transform:uppercase!important}html.style6 .text-capitalize{text-transform:capitalize!important}html.style6 .font-weight-light{font-weight:300!important}html.style6 .font-weight-lighter{font-weight:lighter!important}html.style6 .font-weight-normal{font-weight:400!important}html.style6 .font-weight-bold{font-weight:700!important}html.style6 .font-weight-bolder{font-weight:bolder!important}html.style6 .font-italic{font-style:italic!important}html.style6 .text-white{color:#fff!important}html.style6 .text-primary{color:#007bff!important}html.style6 a.text-primary:focus,html.style6 a.text-primary:hover{color:#0056b3!important}html.style6 .text-secondary{color:#6c757d!important}html.style6 a.text-secondary:focus,html.style6 a.text-secondary:hover{color:#494f54!important}html.style6 .text-success{color:#28a745!important}html.style6 a.text-success:focus,html.style6 a.text-success:hover{color:#19692c!important}html.style6 .text-info{color:#17a2b8!important}html.style6 a.text-info:focus,html.style6 a.text-info:hover{color:#0f6674!important}html.style6 .text-warning{color:#ffc107!important}html.style6 a.text-warning:focus,html.style6 a.text-warning:hover{color:#ba8b00!important}html.style6 .text-danger{color:#ff3030!important}html.style6 a.text-danger:focus,html.style6 a.text-danger:hover{color:#e30000!important}html.style6 .text-light{color:#25262c!important}html.style6 a.text-light:focus,html.style6 a.text-light:hover{color:#020202!important}html.style6 .text-dark{color:#191b1f!important}html.style6 a.text-dark:focus,html.style6 a.text-dark:hover{color:#000!important}html.style6 .text-body{color:#212529!important}html.style6 .text-muted{color:#6c757d!important}html.style6 .text-black-50{color:rgba(0,0,0,.5)!important}html.style6 .text-white-50{color:hsla(0,0%,100%,.5)!important}html.style6 .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}html.style6 .text-decoration-none{text-decoration:none!important}html.style6 .text-break{word-break:break-word!important;word-wrap:break-word!important}html.style6 .text-reset{color:inherit!important}html.style6 .visible{visibility:visible!important}html.style6 .invisible{visibility:hidden!important}@media print{html.style6 *,html.style6 :after,html.style6 :before{text-shadow:none!important;box-shadow:none!important}html.style6 a:not(.btn){text-decoration:underline}html.style6 abbr[title]:after{content:" (" attr(title) ")"}html.style6 pre{white-space:pre-wrap!important}html.style6 blockquote,html.style6 pre{border:1px solid #adb5bd;page-break-inside:avoid}html.style6 img,html.style6 tr{page-break-inside:avoid}html.style6 h2,html.style6 h3,html.style6 p{orphans:3;widows:3}html.style6 h2,html.style6 h3{page-break-after:avoid}@page{html.style6{size:a3}}html.style6 .container,html.style6 body{min-width:992px!important}html.style6 .navbar{display:none}html.style6 .badge{border:1px solid #000}html.style6 .table{border-collapse:collapse!important}html.style6 .table td,html.style6 .table th{background-color:#fff!important}html.style6 .table-bordered td,html.style6 .table-bordered th{border:1px solid #dee2e6!important}html.style6 .table-dark{color:inherit}html.style6 .table-dark tbody+tbody,html.style6 .table-dark td,html.style6 .table-dark th,html.style6 .table-dark thead th{border-color:#eff1f2}html.style6 .table .thead-dark th{color:inherit;border-color:#eff1f2}}@font-face{font-family:FontAwesome;src:url(/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}html.style6 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style6 .fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}html.style6 .fa-2x{font-size:2em}html.style6 .fa-3x{font-size:3em}html.style6 .fa-4x{font-size:4em}html.style6 .fa-5x{font-size:5em}html.style6 .fa-fw{width:1.2857142857em;text-align:center}html.style6 .fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}html.style6 .fa-ul>li{position:relative}html.style6 .fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}html.style6 .fa-li.fa-lg{left:-1.8571428571em}html.style6 .fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}html.style6 .fa-pull-left{float:left}html.style6 .fa-pull-right{float:right}html.style6 .fa.fa-pull-left{margin-right:.3em}html.style6 .fa.fa-pull-right{margin-left:.3em}html.style6 .fa.pull-left{margin-right:.3em}html.style6 .fa.pull-right{margin-left:.3em}html.style6 .fa-spin{animation:fa-spin 2s linear infinite}html.style6 .fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}html.style6 .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}html.style6 .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}html.style6 .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}html.style6 .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}html.style6 .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}html.style6 :root .fa-flip-horizontal,html.style6 :root .fa-flip-vertical,html.style6 :root .fa-rotate-180,html.style6 :root .fa-rotate-270,html.style6 :root .fa-rotate-90{filter:none}html.style6 .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}html.style6 .fa-stack-1x,html.style6 .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}html.style6 .fa-stack-1x{line-height:inherit}html.style6 .fa-stack-2x{font-size:2em}html.style6 .fa-inverse{color:#fff}html.style6 .fa-glass:before{content:""}html.style6 .fa-music:before{content:""}html.style6 .fa-search:before{content:""}html.style6 .fa-envelope-o:before{content:""}html.style6 .fa-heart:before{content:""}html.style6 .fa-star:before{content:""}html.style6 .fa-star-o:before{content:""}html.style6 .fa-user:before{content:""}html.style6 .fa-film:before{content:""}html.style6 .fa-th-large:before{content:""}html.style6 .fa-th:before{content:""}html.style6 .fa-th-list:before{content:""}html.style6 .fa-check:before{content:""}html.style6 .fa-close:before,html.style6 .fa-remove:before,html.style6 .fa-times:before{content:""}html.style6 .fa-search-plus:before{content:""}html.style6 .fa-search-minus:before{content:""}html.style6 .fa-power-off:before{content:""}html.style6 .fa-signal:before{content:""}html.style6 .fa-cog:before,html.style6 .fa-gear:before{content:""}html.style6 .fa-trash-o:before{content:""}html.style6 .fa-home:before{content:""}html.style6 .fa-file-o:before{content:""}html.style6 .fa-clock-o:before{content:""}html.style6 .fa-road:before{content:""}html.style6 .fa-download:before{content:""}html.style6 .fa-arrow-circle-o-down:before{content:""}html.style6 .fa-arrow-circle-o-up:before{content:""}html.style6 .fa-inbox:before{content:""}html.style6 .fa-play-circle-o:before{content:""}html.style6 .fa-repeat:before,html.style6 .fa-rotate-right:before{content:""}html.style6 .fa-refresh:before{content:""}html.style6 .fa-list-alt:before{content:""}html.style6 .fa-lock:before{content:""}html.style6 .fa-flag:before{content:""}html.style6 .fa-headphones:before{content:""}html.style6 .fa-volume-off:before{content:""}html.style6 .fa-volume-down:before{content:""}html.style6 .fa-volume-up:before{content:""}html.style6 .fa-qrcode:before{content:""}html.style6 .fa-barcode:before{content:""}html.style6 .fa-tag:before{content:""}html.style6 .fa-tags:before{content:""}html.style6 .fa-book:before{content:""}html.style6 .fa-bookmark:before{content:""}html.style6 .fa-print:before{content:""}html.style6 .fa-camera:before{content:""}html.style6 .fa-font:before{content:""}html.style6 .fa-bold:before{content:""}html.style6 .fa-italic:before{content:""}html.style6 .fa-text-height:before{content:""}html.style6 .fa-text-width:before{content:""}html.style6 .fa-align-left:before{content:""}html.style6 .fa-align-center:before{content:""}html.style6 .fa-align-right:before{content:""}html.style6 .fa-align-justify:before{content:""}html.style6 .fa-list:before{content:""}html.style6 .fa-dedent:before,html.style6 .fa-outdent:before{content:""}html.style6 .fa-indent:before{content:""}html.style6 .fa-video-camera:before{content:""}html.style6 .fa-image:before,html.style6 .fa-photo:before,html.style6 .fa-picture-o:before{content:""}html.style6 .fa-pencil:before{content:""}html.style6 .fa-map-marker:before{content:""}html.style6 .fa-adjust:before{content:""}html.style6 .fa-tint:before{content:""}html.style6 .fa-edit:before,html.style6 .fa-pencil-square-o:before{content:""}html.style6 .fa-share-square-o:before{content:""}html.style6 .fa-check-square-o:before{content:""}html.style6 .fa-arrows:before{content:""}html.style6 .fa-step-backward:before{content:""}html.style6 .fa-fast-backward:before{content:""}html.style6 .fa-backward:before{content:""}html.style6 .fa-play:before{content:""}html.style6 .fa-pause:before{content:""}html.style6 .fa-stop:before{content:""}html.style6 .fa-forward:before{content:""}html.style6 .fa-fast-forward:before{content:""}html.style6 .fa-step-forward:before{content:""}html.style6 .fa-eject:before{content:""}html.style6 .fa-chevron-left:before{content:""}html.style6 .fa-chevron-right:before{content:""}html.style6 .fa-plus-circle:before{content:""}html.style6 .fa-minus-circle:before{content:""}html.style6 .fa-times-circle:before{content:""}html.style6 .fa-check-circle:before{content:""}html.style6 .fa-question-circle:before{content:""}html.style6 .fa-info-circle:before{content:""}html.style6 .fa-crosshairs:before{content:""}html.style6 .fa-times-circle-o:before{content:""}html.style6 .fa-check-circle-o:before{content:""}html.style6 .fa-ban:before{content:""}html.style6 .fa-arrow-left:before{content:""}html.style6 .fa-arrow-right:before{content:""}html.style6 .fa-arrow-up:before{content:""}html.style6 .fa-arrow-down:before{content:""}html.style6 .fa-mail-forward:before,html.style6 .fa-share:before{content:""}html.style6 .fa-expand:before{content:""}html.style6 .fa-compress:before{content:""}html.style6 .fa-plus:before{content:""}html.style6 .fa-minus:before{content:""}html.style6 .fa-asterisk:before{content:""}html.style6 .fa-exclamation-circle:before{content:""}html.style6 .fa-gift:before{content:""}html.style6 .fa-leaf:before{content:""}html.style6 .fa-fire:before{content:""}html.style6 .fa-eye:before{content:""}html.style6 .fa-eye-slash:before{content:""}html.style6 .fa-exclamation-triangle:before,html.style6 .fa-warning:before{content:""}html.style6 .fa-plane:before{content:""}html.style6 .fa-calendar:before{content:""}html.style6 .fa-random:before{content:""}html.style6 .fa-comment:before{content:""}html.style6 .fa-magnet:before{content:""}html.style6 .fa-chevron-up:before{content:""}html.style6 .fa-chevron-down:before{content:""}html.style6 .fa-retweet:before{content:""}html.style6 .fa-shopping-cart:before{content:""}html.style6 .fa-folder:before{content:""}html.style6 .fa-folder-open:before{content:""}html.style6 .fa-arrows-v:before{content:""}html.style6 .fa-arrows-h:before{content:""}html.style6 .fa-bar-chart-o:before,html.style6 .fa-bar-chart:before{content:""}html.style6 .fa-twitter-square:before{content:""}html.style6 .fa-facebook-square:before{content:""}html.style6 .fa-camera-retro:before{content:""}html.style6 .fa-key:before{content:""}html.style6 .fa-cogs:before,html.style6 .fa-gears:before{content:""}html.style6 .fa-comments:before{content:""}html.style6 .fa-thumbs-o-up:before{content:""}html.style6 .fa-thumbs-o-down:before{content:""}html.style6 .fa-star-half:before{content:""}html.style6 .fa-heart-o:before{content:""}html.style6 .fa-sign-out:before{content:""}html.style6 .fa-linkedin-square:before{content:""}html.style6 .fa-thumb-tack:before{content:""}html.style6 .fa-external-link:before{content:""}html.style6 .fa-sign-in:before{content:""}html.style6 .fa-trophy:before{content:""}html.style6 .fa-github-square:before{content:""}html.style6 .fa-upload:before{content:""}html.style6 .fa-lemon-o:before{content:""}html.style6 .fa-phone:before{content:""}html.style6 .fa-square-o:before{content:""}html.style6 .fa-bookmark-o:before{content:""}html.style6 .fa-phone-square:before{content:""}html.style6 .fa-twitter:before{content:""}html.style6 .fa-facebook-f:before,html.style6 .fa-facebook:before{content:""}html.style6 .fa-github:before{content:""}html.style6 .fa-unlock:before{content:""}html.style6 .fa-credit-card:before{content:""}html.style6 .fa-feed:before,html.style6 .fa-rss:before{content:""}html.style6 .fa-hdd-o:before{content:""}html.style6 .fa-bullhorn:before{content:""}html.style6 .fa-bell:before{content:""}html.style6 .fa-certificate:before{content:""}html.style6 .fa-hand-o-right:before{content:""}html.style6 .fa-hand-o-left:before{content:""}html.style6 .fa-hand-o-up:before{content:""}html.style6 .fa-hand-o-down:before{content:""}html.style6 .fa-arrow-circle-left:before{content:""}html.style6 .fa-arrow-circle-right:before{content:""}html.style6 .fa-arrow-circle-up:before{content:""}html.style6 .fa-arrow-circle-down:before{content:""}html.style6 .fa-globe:before{content:""}html.style6 .fa-wrench:before{content:""}html.style6 .fa-tasks:before{content:""}html.style6 .fa-filter:before{content:""}html.style6 .fa-briefcase:before{content:""}html.style6 .fa-arrows-alt:before{content:""}html.style6 .fa-group:before,html.style6 .fa-users:before{content:""}html.style6 .fa-chain:before,html.style6 .fa-link:before{content:""}html.style6 .fa-cloud:before{content:""}html.style6 .fa-flask:before{content:""}html.style6 .fa-cut:before,html.style6 .fa-scissors:before{content:""}html.style6 .fa-copy:before,html.style6 .fa-files-o:before{content:""}html.style6 .fa-paperclip:before{content:""}html.style6 .fa-floppy-o:before,html.style6 .fa-save:before{content:""}html.style6 .fa-square:before{content:""}html.style6 .fa-bars:before,html.style6 .fa-navicon:before,html.style6 .fa-reorder:before{content:""}html.style6 .fa-list-ul:before{content:""}html.style6 .fa-list-ol:before{content:""}html.style6 .fa-strikethrough:before{content:""}html.style6 .fa-underline:before{content:""}html.style6 .fa-table:before{content:""}html.style6 .fa-magic:before{content:""}html.style6 .fa-truck:before{content:""}html.style6 .fa-pinterest:before{content:""}html.style6 .fa-pinterest-square:before{content:""}html.style6 .fa-google-plus-square:before{content:""}html.style6 .fa-google-plus:before{content:""}html.style6 .fa-money:before{content:""}html.style6 .fa-caret-down:before{content:""}html.style6 .fa-caret-up:before{content:""}html.style6 .fa-caret-left:before{content:""}html.style6 .fa-caret-right:before{content:""}html.style6 .fa-columns:before{content:""}html.style6 .fa-sort:before,html.style6 .fa-unsorted:before{content:""}html.style6 .fa-sort-desc:before,html.style6 .fa-sort-down:before{content:""}html.style6 .fa-sort-asc:before,html.style6 .fa-sort-up:before{content:""}html.style6 .fa-envelope:before{content:""}html.style6 .fa-linkedin:before{content:""}html.style6 .fa-rotate-left:before,html.style6 .fa-undo:before{content:""}html.style6 .fa-gavel:before,html.style6 .fa-legal:before{content:""}html.style6 .fa-dashboard:before,html.style6 .fa-tachometer:before{content:""}html.style6 .fa-comment-o:before{content:""}html.style6 .fa-comments-o:before{content:""}html.style6 .fa-bolt:before,html.style6 .fa-flash:before{content:""}html.style6 .fa-sitemap:before{content:""}html.style6 .fa-umbrella:before{content:""}html.style6 .fa-clipboard:before,html.style6 .fa-paste:before{content:""}html.style6 .fa-lightbulb-o:before{content:""}html.style6 .fa-exchange:before{content:""}html.style6 .fa-cloud-download:before{content:""}html.style6 .fa-cloud-upload:before{content:""}html.style6 .fa-user-md:before{content:""}html.style6 .fa-stethoscope:before{content:""}html.style6 .fa-suitcase:before{content:""}html.style6 .fa-bell-o:before{content:""}html.style6 .fa-coffee:before{content:""}html.style6 .fa-cutlery:before{content:""}html.style6 .fa-file-text-o:before{content:""}html.style6 .fa-building-o:before{content:""}html.style6 .fa-hospital-o:before{content:""}html.style6 .fa-ambulance:before{content:""}html.style6 .fa-medkit:before{content:""}html.style6 .fa-fighter-jet:before{content:""}html.style6 .fa-beer:before{content:""}html.style6 .fa-h-square:before{content:""}html.style6 .fa-plus-square:before{content:""}html.style6 .fa-angle-double-left:before{content:""}html.style6 .fa-angle-double-right:before{content:""}html.style6 .fa-angle-double-up:before{content:""}html.style6 .fa-angle-double-down:before{content:""}html.style6 .fa-angle-left:before{content:""}html.style6 .fa-angle-right:before{content:""}html.style6 .fa-angle-up:before{content:""}html.style6 .fa-angle-down:before{content:""}html.style6 .fa-desktop:before{content:""}html.style6 .fa-laptop:before{content:""}html.style6 .fa-tablet:before{content:""}html.style6 .fa-mobile-phone:before,html.style6 .fa-mobile:before{content:""}html.style6 .fa-circle-o:before{content:""}html.style6 .fa-quote-left:before{content:""}html.style6 .fa-quote-right:before{content:""}html.style6 .fa-spinner:before{content:""}html.style6 .fa-circle:before{content:""}html.style6 .fa-mail-reply:before,html.style6 .fa-reply:before{content:""}html.style6 .fa-github-alt:before{content:""}html.style6 .fa-folder-o:before{content:""}html.style6 .fa-folder-open-o:before{content:""}html.style6 .fa-smile-o:before{content:""}html.style6 .fa-frown-o:before{content:""}html.style6 .fa-meh-o:before{content:""}html.style6 .fa-gamepad:before{content:""}html.style6 .fa-keyboard-o:before{content:""}html.style6 .fa-flag-o:before{content:""}html.style6 .fa-flag-checkered:before{content:""}html.style6 .fa-terminal:before{content:""}html.style6 .fa-code:before{content:""}html.style6 .fa-mail-reply-all:before,html.style6 .fa-reply-all:before{content:""}html.style6 .fa-star-half-empty:before,html.style6 .fa-star-half-full:before,html.style6 .fa-star-half-o:before{content:""}html.style6 .fa-location-arrow:before{content:""}html.style6 .fa-crop:before{content:""}html.style6 .fa-code-fork:before{content:""}html.style6 .fa-chain-broken:before,html.style6 .fa-unlink:before{content:""}html.style6 .fa-question:before{content:""}html.style6 .fa-info:before{content:""}html.style6 .fa-exclamation:before{content:""}html.style6 .fa-superscript:before{content:""}html.style6 .fa-subscript:before{content:""}html.style6 .fa-eraser:before{content:""}html.style6 .fa-puzzle-piece:before{content:""}html.style6 .fa-microphone:before{content:""}html.style6 .fa-microphone-slash:before{content:""}html.style6 .fa-shield:before{content:""}html.style6 .fa-calendar-o:before{content:""}html.style6 .fa-fire-extinguisher:before{content:""}html.style6 .fa-rocket:before{content:""}html.style6 .fa-maxcdn:before{content:""}html.style6 .fa-chevron-circle-left:before{content:""}html.style6 .fa-chevron-circle-right:before{content:""}html.style6 .fa-chevron-circle-up:before{content:""}html.style6 .fa-chevron-circle-down:before{content:""}html.style6 .fa-html5:before{content:""}html.style6 .fa-css3:before{content:""}html.style6 .fa-anchor:before{content:""}html.style6 .fa-unlock-alt:before{content:""}html.style6 .fa-bullseye:before{content:""}html.style6 .fa-ellipsis-h:before{content:""}html.style6 .fa-ellipsis-v:before{content:""}html.style6 .fa-rss-square:before{content:""}html.style6 .fa-play-circle:before{content:""}html.style6 .fa-ticket:before{content:""}html.style6 .fa-minus-square:before{content:""}html.style6 .fa-minus-square-o:before{content:""}html.style6 .fa-level-up:before{content:""}html.style6 .fa-level-down:before{content:""}html.style6 .fa-check-square:before{content:""}html.style6 .fa-pencil-square:before{content:""}html.style6 .fa-external-link-square:before{content:""}html.style6 .fa-share-square:before{content:""}html.style6 .fa-compass:before{content:""}html.style6 .fa-caret-square-o-down:before,html.style6 .fa-toggle-down:before{content:""}html.style6 .fa-caret-square-o-up:before,html.style6 .fa-toggle-up:before{content:""}html.style6 .fa-caret-square-o-right:before,html.style6 .fa-toggle-right:before{content:""}html.style6 .fa-eur:before,html.style6 .fa-euro:before{content:""}html.style6 .fa-gbp:before{content:""}html.style6 .fa-dollar:before,html.style6 .fa-usd:before{content:""}html.style6 .fa-inr:before,html.style6 .fa-rupee:before{content:""}html.style6 .fa-cny:before,html.style6 .fa-jpy:before,html.style6 .fa-rmb:before,html.style6 .fa-yen:before{content:""}html.style6 .fa-rouble:before,html.style6 .fa-rub:before,html.style6 .fa-ruble:before{content:""}html.style6 .fa-krw:before,html.style6 .fa-won:before{content:""}html.style6 .fa-bitcoin:before,html.style6 .fa-btc:before{content:""}html.style6 .fa-file:before{content:""}html.style6 .fa-file-text:before{content:""}html.style6 .fa-sort-alpha-asc:before{content:""}html.style6 .fa-sort-alpha-desc:before{content:""}html.style6 .fa-sort-amount-asc:before{content:""}html.style6 .fa-sort-amount-desc:before{content:""}html.style6 .fa-sort-numeric-asc:before{content:""}html.style6 .fa-sort-numeric-desc:before{content:""}html.style6 .fa-thumbs-up:before{content:""}html.style6 .fa-thumbs-down:before{content:""}html.style6 .fa-youtube-square:before{content:""}html.style6 .fa-youtube:before{content:""}html.style6 .fa-xing:before{content:""}html.style6 .fa-xing-square:before{content:""}html.style6 .fa-youtube-play:before{content:""}html.style6 .fa-dropbox:before{content:""}html.style6 .fa-stack-overflow:before{content:""}html.style6 .fa-instagram:before{content:""}html.style6 .fa-flickr:before{content:""}html.style6 .fa-adn:before{content:""}html.style6 .fa-bitbucket:before{content:""}html.style6 .fa-bitbucket-square:before{content:""}html.style6 .fa-tumblr:before{content:""}html.style6 .fa-tumblr-square:before{content:""}html.style6 .fa-long-arrow-down:before{content:""}html.style6 .fa-long-arrow-up:before{content:""}html.style6 .fa-long-arrow-left:before{content:""}html.style6 .fa-long-arrow-right:before{content:""}html.style6 .fa-apple:before{content:""}html.style6 .fa-windows:before{content:""}html.style6 .fa-android:before{content:""}html.style6 .fa-linux:before{content:""}html.style6 .fa-dribbble:before{content:""}html.style6 .fa-skype:before{content:""}html.style6 .fa-foursquare:before{content:""}html.style6 .fa-trello:before{content:""}html.style6 .fa-female:before{content:""}html.style6 .fa-male:before{content:""}html.style6 .fa-gittip:before,html.style6 .fa-gratipay:before{content:""}html.style6 .fa-sun-o:before{content:""}html.style6 .fa-moon-o:before{content:""}html.style6 .fa-archive:before{content:""}html.style6 .fa-bug:before{content:""}html.style6 .fa-vk:before{content:""}html.style6 .fa-weibo:before{content:""}html.style6 .fa-renren:before{content:""}html.style6 .fa-pagelines:before{content:""}html.style6 .fa-stack-exchange:before{content:""}html.style6 .fa-arrow-circle-o-right:before{content:""}html.style6 .fa-arrow-circle-o-left:before{content:""}html.style6 .fa-caret-square-o-left:before,html.style6 .fa-toggle-left:before{content:""}html.style6 .fa-dot-circle-o:before{content:""}html.style6 .fa-wheelchair:before{content:""}html.style6 .fa-vimeo-square:before{content:""}html.style6 .fa-try:before,html.style6 .fa-turkish-lira:before{content:""}html.style6 .fa-plus-square-o:before{content:""}html.style6 .fa-space-shuttle:before{content:""}html.style6 .fa-slack:before{content:""}html.style6 .fa-envelope-square:before{content:""}html.style6 .fa-wordpress:before{content:""}html.style6 .fa-openid:before{content:""}html.style6 .fa-bank:before,html.style6 .fa-institution:before,html.style6 .fa-university:before{content:""}html.style6 .fa-graduation-cap:before,html.style6 .fa-mortar-board:before{content:""}html.style6 .fa-yahoo:before{content:""}html.style6 .fa-google:before{content:""}html.style6 .fa-reddit:before{content:""}html.style6 .fa-reddit-square:before{content:""}html.style6 .fa-stumbleupon-circle:before{content:""}html.style6 .fa-stumbleupon:before{content:""}html.style6 .fa-delicious:before{content:""}html.style6 .fa-digg:before{content:""}html.style6 .fa-pied-piper-pp:before{content:""}html.style6 .fa-pied-piper-alt:before{content:""}html.style6 .fa-drupal:before{content:""}html.style6 .fa-joomla:before{content:""}html.style6 .fa-language:before{content:""}html.style6 .fa-fax:before{content:""}html.style6 .fa-building:before{content:""}html.style6 .fa-child:before{content:""}html.style6 .fa-paw:before{content:""}html.style6 .fa-spoon:before{content:""}html.style6 .fa-cube:before{content:""}html.style6 .fa-cubes:before{content:""}html.style6 .fa-behance:before{content:""}html.style6 .fa-behance-square:before{content:""}html.style6 .fa-steam:before{content:""}html.style6 .fa-steam-square:before{content:""}html.style6 .fa-recycle:before{content:""}html.style6 .fa-automobile:before,html.style6 .fa-car:before{content:""}html.style6 .fa-cab:before,html.style6 .fa-taxi:before{content:""}html.style6 .fa-tree:before{content:""}html.style6 .fa-spotify:before{content:""}html.style6 .fa-deviantart:before{content:""}html.style6 .fa-soundcloud:before{content:""}html.style6 .fa-database:before{content:""}html.style6 .fa-file-pdf-o:before{content:""}html.style6 .fa-file-word-o:before{content:""}html.style6 .fa-file-excel-o:before{content:""}html.style6 .fa-file-powerpoint-o:before{content:""}html.style6 .fa-file-image-o:before,html.style6 .fa-file-photo-o:before,html.style6 .fa-file-picture-o:before{content:""}html.style6 .fa-file-archive-o:before,html.style6 .fa-file-zip-o:before{content:""}html.style6 .fa-file-audio-o:before,html.style6 .fa-file-sound-o:before{content:""}html.style6 .fa-file-movie-o:before,html.style6 .fa-file-video-o:before{content:""}html.style6 .fa-file-code-o:before{content:""}html.style6 .fa-vine:before{content:""}html.style6 .fa-codepen:before{content:""}html.style6 .fa-jsfiddle:before{content:""}html.style6 .fa-life-bouy:before,html.style6 .fa-life-buoy:before,html.style6 .fa-life-ring:before,html.style6 .fa-life-saver:before,html.style6 .fa-support:before{content:""}html.style6 .fa-circle-o-notch:before{content:""}html.style6 .fa-ra:before,html.style6 .fa-rebel:before,html.style6 .fa-resistance:before{content:""}html.style6 .fa-empire:before,html.style6 .fa-ge:before{content:""}html.style6 .fa-git-square:before{content:""}html.style6 .fa-git:before{content:""}html.style6 .fa-hacker-news:before,html.style6 .fa-y-combinator-square:before,html.style6 .fa-yc-square:before{content:""}html.style6 .fa-tencent-weibo:before{content:""}html.style6 .fa-qq:before{content:""}html.style6 .fa-wechat:before,html.style6 .fa-weixin:before{content:""}html.style6 .fa-paper-plane:before,html.style6 .fa-send:before{content:""}html.style6 .fa-paper-plane-o:before,html.style6 .fa-send-o:before{content:""}html.style6 .fa-history:before{content:""}html.style6 .fa-circle-thin:before{content:""}html.style6 .fa-header:before{content:""}html.style6 .fa-paragraph:before{content:""}html.style6 .fa-sliders:before{content:""}html.style6 .fa-share-alt:before{content:""}html.style6 .fa-share-alt-square:before{content:""}html.style6 .fa-bomb:before{content:""}html.style6 .fa-futbol-o:before,html.style6 .fa-soccer-ball-o:before{content:""}html.style6 .fa-tty:before{content:""}html.style6 .fa-binoculars:before{content:""}html.style6 .fa-plug:before{content:""}html.style6 .fa-slideshare:before{content:""}html.style6 .fa-twitch:before{content:""}html.style6 .fa-yelp:before{content:""}html.style6 .fa-newspaper-o:before{content:""}html.style6 .fa-wifi:before{content:""}html.style6 .fa-calculator:before{content:""}html.style6 .fa-paypal:before{content:""}html.style6 .fa-google-wallet:before{content:""}html.style6 .fa-cc-visa:before{content:""}html.style6 .fa-cc-mastercard:before{content:""}html.style6 .fa-cc-discover:before{content:""}html.style6 .fa-cc-amex:before{content:""}html.style6 .fa-cc-paypal:before{content:""}html.style6 .fa-cc-stripe:before{content:""}html.style6 .fa-bell-slash:before{content:""}html.style6 .fa-bell-slash-o:before{content:""}html.style6 .fa-trash:before{content:""}html.style6 .fa-copyright:before{content:""}html.style6 .fa-at:before{content:""}html.style6 .fa-eyedropper:before{content:""}html.style6 .fa-paint-brush:before{content:""}html.style6 .fa-birthday-cake:before{content:""}html.style6 .fa-area-chart:before{content:""}html.style6 .fa-pie-chart:before{content:""}html.style6 .fa-line-chart:before{content:""}html.style6 .fa-lastfm:before{content:""}html.style6 .fa-lastfm-square:before{content:""}html.style6 .fa-toggle-off:before{content:""}html.style6 .fa-toggle-on:before{content:""}html.style6 .fa-bicycle:before{content:""}html.style6 .fa-bus:before{content:""}html.style6 .fa-ioxhost:before{content:""}html.style6 .fa-angellist:before{content:""}html.style6 .fa-cc:before{content:""}html.style6 .fa-ils:before,html.style6 .fa-shekel:before,html.style6 .fa-sheqel:before{content:""}html.style6 .fa-meanpath:before{content:""}html.style6 .fa-buysellads:before{content:""}html.style6 .fa-connectdevelop:before{content:""}html.style6 .fa-dashcube:before{content:""}html.style6 .fa-forumbee:before{content:""}html.style6 .fa-leanpub:before{content:""}html.style6 .fa-sellsy:before{content:""}html.style6 .fa-shirtsinbulk:before{content:""}html.style6 .fa-simplybuilt:before{content:""}html.style6 .fa-skyatlas:before{content:""}html.style6 .fa-cart-plus:before{content:""}html.style6 .fa-cart-arrow-down:before{content:""}html.style6 .fa-diamond:before{content:""}html.style6 .fa-ship:before{content:""}html.style6 .fa-user-secret:before{content:""}html.style6 .fa-motorcycle:before{content:""}html.style6 .fa-street-view:before{content:""}html.style6 .fa-heartbeat:before{content:""}html.style6 .fa-venus:before{content:""}html.style6 .fa-mars:before{content:""}html.style6 .fa-mercury:before{content:""}html.style6 .fa-intersex:before,html.style6 .fa-transgender:before{content:""}html.style6 .fa-transgender-alt:before{content:""}html.style6 .fa-venus-double:before{content:""}html.style6 .fa-mars-double:before{content:""}html.style6 .fa-venus-mars:before{content:""}html.style6 .fa-mars-stroke:before{content:""}html.style6 .fa-mars-stroke-v:before{content:""}html.style6 .fa-mars-stroke-h:before{content:""}html.style6 .fa-neuter:before{content:""}html.style6 .fa-genderless:before{content:""}html.style6 .fa-facebook-official:before{content:""}html.style6 .fa-pinterest-p:before{content:""}html.style6 .fa-whatsapp:before{content:""}html.style6 .fa-server:before{content:""}html.style6 .fa-user-plus:before{content:""}html.style6 .fa-user-times:before{content:""}html.style6 .fa-bed:before,html.style6 .fa-hotel:before{content:""}html.style6 .fa-viacoin:before{content:""}html.style6 .fa-train:before{content:""}html.style6 .fa-subway:before{content:""}html.style6 .fa-medium:before{content:""}html.style6 .fa-y-combinator:before,html.style6 .fa-yc:before{content:""}html.style6 .fa-optin-monster:before{content:""}html.style6 .fa-opencart:before{content:""}html.style6 .fa-expeditedssl:before{content:""}html.style6 .fa-battery-4:before,html.style6 .fa-battery-full:before,html.style6 .fa-battery:before{content:""}html.style6 .fa-battery-3:before,html.style6 .fa-battery-three-quarters:before{content:""}html.style6 .fa-battery-2:before,html.style6 .fa-battery-half:before{content:""}html.style6 .fa-battery-1:before,html.style6 .fa-battery-quarter:before{content:""}html.style6 .fa-battery-0:before,html.style6 .fa-battery-empty:before{content:""}html.style6 .fa-mouse-pointer:before{content:""}html.style6 .fa-i-cursor:before{content:""}html.style6 .fa-object-group:before{content:""}html.style6 .fa-object-ungroup:before{content:""}html.style6 .fa-sticky-note:before{content:""}html.style6 .fa-sticky-note-o:before{content:""}html.style6 .fa-cc-jcb:before{content:""}html.style6 .fa-cc-diners-club:before{content:""}html.style6 .fa-clone:before{content:""}html.style6 .fa-balance-scale:before{content:""}html.style6 .fa-hourglass-o:before{content:""}html.style6 .fa-hourglass-1:before,html.style6 .fa-hourglass-start:before{content:""}html.style6 .fa-hourglass-2:before,html.style6 .fa-hourglass-half:before{content:""}html.style6 .fa-hourglass-3:before,html.style6 .fa-hourglass-end:before{content:""}html.style6 .fa-hourglass:before{content:""}html.style6 .fa-hand-grab-o:before,html.style6 .fa-hand-rock-o:before{content:""}html.style6 .fa-hand-paper-o:before,html.style6 .fa-hand-stop-o:before{content:""}html.style6 .fa-hand-scissors-o:before{content:""}html.style6 .fa-hand-lizard-o:before{content:""}html.style6 .fa-hand-spock-o:before{content:""}html.style6 .fa-hand-pointer-o:before{content:""}html.style6 .fa-hand-peace-o:before{content:""}html.style6 .fa-trademark:before{content:""}html.style6 .fa-registered:before{content:""}html.style6 .fa-creative-commons:before{content:""}html.style6 .fa-gg:before{content:""}html.style6 .fa-gg-circle:before{content:""}html.style6 .fa-tripadvisor:before{content:""}html.style6 .fa-odnoklassniki:before{content:""}html.style6 .fa-odnoklassniki-square:before{content:""}html.style6 .fa-get-pocket:before{content:""}html.style6 .fa-wikipedia-w:before{content:""}html.style6 .fa-safari:before{content:""}html.style6 .fa-chrome:before{content:""}html.style6 .fa-firefox:before{content:""}html.style6 .fa-opera:before{content:""}html.style6 .fa-internet-explorer:before{content:""}html.style6 .fa-television:before,html.style6 .fa-tv:before{content:""}html.style6 .fa-contao:before{content:""}html.style6 .fa-500px:before{content:""}html.style6 .fa-amazon:before{content:""}html.style6 .fa-calendar-plus-o:before{content:""}html.style6 .fa-calendar-minus-o:before{content:""}html.style6 .fa-calendar-times-o:before{content:""}html.style6 .fa-calendar-check-o:before{content:""}html.style6 .fa-industry:before{content:""}html.style6 .fa-map-pin:before{content:""}html.style6 .fa-map-signs:before{content:""}html.style6 .fa-map-o:before{content:""}html.style6 .fa-map:before{content:""}html.style6 .fa-commenting:before{content:""}html.style6 .fa-commenting-o:before{content:""}html.style6 .fa-houzz:before{content:""}html.style6 .fa-vimeo:before{content:""}html.style6 .fa-black-tie:before{content:""}html.style6 .fa-fonticons:before{content:""}html.style6 .fa-reddit-alien:before{content:""}html.style6 .fa-edge:before{content:""}html.style6 .fa-credit-card-alt:before{content:""}html.style6 .fa-codiepie:before{content:""}html.style6 .fa-modx:before{content:""}html.style6 .fa-fort-awesome:before{content:""}html.style6 .fa-usb:before{content:""}html.style6 .fa-product-hunt:before{content:""}html.style6 .fa-mixcloud:before{content:""}html.style6 .fa-scribd:before{content:""}html.style6 .fa-pause-circle:before{content:""}html.style6 .fa-pause-circle-o:before{content:""}html.style6 .fa-stop-circle:before{content:""}html.style6 .fa-stop-circle-o:before{content:""}html.style6 .fa-shopping-bag:before{content:""}html.style6 .fa-shopping-basket:before{content:""}html.style6 .fa-hashtag:before{content:""}html.style6 .fa-bluetooth:before{content:""}html.style6 .fa-bluetooth-b:before{content:""}html.style6 .fa-percent:before{content:""}html.style6 .fa-gitlab:before{content:""}html.style6 .fa-wpbeginner:before{content:""}html.style6 .fa-wpforms:before{content:""}html.style6 .fa-envira:before{content:""}html.style6 .fa-universal-access:before{content:""}html.style6 .fa-wheelchair-alt:before{content:""}html.style6 .fa-question-circle-o:before{content:""}html.style6 .fa-blind:before{content:""}html.style6 .fa-audio-description:before{content:""}html.style6 .fa-volume-control-phone:before{content:""}html.style6 .fa-braille:before{content:""}html.style6 .fa-assistive-listening-systems:before{content:""}html.style6 .fa-american-sign-language-interpreting:before,html.style6 .fa-asl-interpreting:before{content:""}html.style6 .fa-deaf:before,html.style6 .fa-deafness:before,html.style6 .fa-hard-of-hearing:before{content:""}html.style6 .fa-glide:before{content:""}html.style6 .fa-glide-g:before{content:""}html.style6 .fa-sign-language:before,html.style6 .fa-signing:before{content:""}html.style6 .fa-low-vision:before{content:""}html.style6 .fa-viadeo:before{content:""}html.style6 .fa-viadeo-square:before{content:""}html.style6 .fa-snapchat:before{content:""}html.style6 .fa-snapchat-ghost:before{content:""}html.style6 .fa-snapchat-square:before{content:""}html.style6 .fa-pied-piper:before{content:""}html.style6 .fa-first-order:before{content:""}html.style6 .fa-yoast:before{content:""}html.style6 .fa-themeisle:before{content:""}html.style6 .fa-google-plus-circle:before,html.style6 .fa-google-plus-official:before{content:""}html.style6 .fa-fa:before,html.style6 .fa-font-awesome:before{content:""}html.style6 .fa-handshake-o:before{content:""}html.style6 .fa-envelope-open:before{content:""}html.style6 .fa-envelope-open-o:before{content:""}html.style6 .fa-linode:before{content:""}html.style6 .fa-address-book:before{content:""}html.style6 .fa-address-book-o:before{content:""}html.style6 .fa-address-card:before,html.style6 .fa-vcard:before{content:""}html.style6 .fa-address-card-o:before,html.style6 .fa-vcard-o:before{content:""}html.style6 .fa-user-circle:before{content:""}html.style6 .fa-user-circle-o:before{content:""}html.style6 .fa-user-o:before{content:""}html.style6 .fa-id-badge:before{content:""}html.style6 .fa-drivers-license:before,html.style6 .fa-id-card:before{content:""}html.style6 .fa-drivers-license-o:before,html.style6 .fa-id-card-o:before{content:""}html.style6 .fa-quora:before{content:""}html.style6 .fa-free-code-camp:before{content:""}html.style6 .fa-telegram:before{content:""}html.style6 .fa-thermometer-4:before,html.style6 .fa-thermometer-full:before,html.style6 .fa-thermometer:before{content:""}html.style6 .fa-thermometer-3:before,html.style6 .fa-thermometer-three-quarters:before{content:""}html.style6 .fa-thermometer-2:before,html.style6 .fa-thermometer-half:before{content:""}html.style6 .fa-thermometer-1:before,html.style6 .fa-thermometer-quarter:before{content:""}html.style6 .fa-thermometer-0:before,html.style6 .fa-thermometer-empty:before{content:""}html.style6 .fa-shower:before{content:""}html.style6 .fa-bath:before,html.style6 .fa-bathtub:before,html.style6 .fa-s15:before{content:""}html.style6 .fa-podcast:before{content:""}html.style6 .fa-window-maximize:before{content:""}html.style6 .fa-window-minimize:before{content:""}html.style6 .fa-window-restore:before{content:""}html.style6 .fa-times-rectangle:before,html.style6 .fa-window-close:before{content:""}html.style6 .fa-times-rectangle-o:before,html.style6 .fa-window-close-o:before{content:""}html.style6 .fa-bandcamp:before{content:""}html.style6 .fa-grav:before{content:""}html.style6 .fa-etsy:before{content:""}html.style6 .fa-imdb:before{content:""}html.style6 .fa-ravelry:before{content:""}html.style6 .fa-eercast:before{content:""}html.style6 .fa-microchip:before{content:""}html.style6 .fa-snowflake-o:before{content:""}html.style6 .fa-superpowers:before{content:""}html.style6 .fa-wpexplorer:before{content:""}html.style6 .fa-meetup:before{content:""}html.style6 .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}html.style6 .sr-only-focusable:active,html.style6 .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html.style6 [class*=" icon-"],html.style6 [class^=icon-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;*margin-right:.3em}html.style6 [class*=" icon-"]:before,html.style6 [class^=icon-]:before{text-decoration:inherit;display:inline-block;speak:none}html.style6 .icon-large:before{vertical-align:-10%;font-size:1.3333333333em}html.style6 a [class*=" icon-"],html.style6 a [class^=icon-]{display:inline}html.style6 [class*=" icon-"].icon-fixed-width,html.style6 [class^=icon-].icon-fixed-width{display:inline-block;width:1.1428571429em;text-align:right;padding-right:.2857142857em}html.style6 [class*=" icon-"].icon-fixed-width.icon-large,html.style6 [class^=icon-].icon-fixed-width.icon-large{width:1.4285714286em}html.style6 .icons-ul{margin-left:2.1428571429em;list-style-type:none}html.style6 .icons-ul>li{position:relative}html.style6 .icons-ul .icon-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;text-align:center;line-height:inherit}html.style6 [class*=" icon-"].hide,html.style6 [class^=icon-].hide{display:none}html.style6 .icon-muted{color:#eee}html.style6 .icon-light{color:#fff}html.style6 .icon-dark{color:#333}html.style6 .icon-border{border:1px solid #eee;padding:.2em .25em .15em;border-radius:3px}html.style6 .icon-2x{font-size:2em}html.style6 .icon-2x.icon-border{border-width:2px;border-radius:4px}html.style6 .icon-3x{font-size:3em}html.style6 .icon-3x.icon-border{border-width:3px;border-radius:5px}html.style6 .icon-4x{font-size:4em}html.style6 .icon-4x.icon-border{border-width:4px;border-radius:6px}html.style6 .icon-5x{font-size:5em}html.style6 .icon-5x.icon-border{border-width:5px;border-radius:7px}html.style6 .pull-right{float:right}html.style6 .pull-left{float:left}html.style6 [class*=" icon-"].pull-left,html.style6 [class^=icon-].pull-left{margin-right:.3em}html.style6 [class*=" icon-"].pull-right,html.style6 [class^=icon-].pull-right{margin-left:.3em}html.style6 .icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}html.style6 .icon-stack [class*=" icon-"],html.style6 .icon-stack [class^=icon-]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}html.style6 .icon-stack .icon-stack-base{font-size:2em;*line-height:1em}html.style6 .icon-spin{display:inline-block;animation:spin 2s linear infinite}html.style6 a .icon-spin,html.style6 a .icon-stack{display:inline-block;text-decoration:none}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}html.style6 .icon-rotate-90:before{transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}html.style6 .icon-rotate-180:before{transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}html.style6 .icon-rotate-270:before{transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}html.style6 .icon-flip-horizontal:before{transform:scaleX(-1)}html.style6 .icon-flip-vertical:before{transform:scaleY(-1)}html.style6 a .icon-flip-horizontal:before,html.style6 a .icon-flip-vertical:before,html.style6 a .icon-rotate-180:before,html.style6 a .icon-rotate-270:before,html.style6 a .icon-rotate-90:before{display:inline-block}html.style6 .icon-wand:before{content:""}html.style6 .icon-volume:before{content:""}html.style6 .icon-user:before{content:""}html.style6 .icon-unlock:before{content:""}html.style6 .icon-unlink:before{content:""}html.style6 .icon-trash:before{content:""}html.style6 .icon-thought:before{content:""}html.style6 .icon-target:before{content:""}html.style6 .icon-tag:before{content:""}html.style6 .icon-tablet:before{content:""}html.style6 .icon-star:before{content:""}html.style6 .icon-spray:before{content:""}html.style6 .icon-signal:before{content:""}html.style6 .icon-shopping-cart:before{content:""}html.style6 .icon-shopping-cart-full:before{content:""}html.style6 .icon-settings:before{content:""}html.style6 .icon-search:before{content:""}html.style6 .icon-zoom-in:before{content:""}html.style6 .icon-zoom-out:before{content:""}html.style6 .icon-cut:before{content:""}html.style6 .icon-ruler:before{content:""}html.style6 .icon-ruler-pencil:before{content:""}html.style6 .icon-ruler-alt:before{content:""}html.style6 .icon-bookmark:before{content:""}html.style6 .icon-bookmark-alt:before{content:""}html.style6 .icon-reload:before{content:""}html.style6 .icon-plus:before{content:""}html.style6 .icon-pin:before{content:""}html.style6 .icon-pencil:before{content:""}html.style6 .icon-pencil-alt:before{content:""}html.style6 .icon-paint-roller:before{content:""}html.style6 .icon-paint-bucket:before{content:""}html.style6 .icon-na:before{content:""}html.style6 .icon-mobile:before{content:""}html.style6 .icon-minus:before{content:""}html.style6 .icon-medall:before{content:""}html.style6 .icon-medall-alt:before{content:""}html.style6 .icon-marker:before{content:""}html.style6 .icon-marker-alt:before{content:""}html.style6 .icon-arrow-up:before{content:""}html.style6 .icon-arrow-right:before{content:""}html.style6 .icon-arrow-left:before{content:""}html.style6 .icon-arrow-down:before{content:""}html.style6 .icon-lock:before{content:""}html.style6 .icon-location-arrow:before{content:""}html.style6 .icon-link:before{content:""}html.style6 .icon-layout:before{content:""}html.style6 .icon-layers:before{content:""}html.style6 .icon-layers-alt:before{content:""}html.style6 .icon-key:before{content:""}html.style6 .icon-import:before{content:""}html.style6 .icon-image:before{content:""}html.style6 .icon-heart:before{content:""}html.style6 .icon-heart-broken:before{content:""}html.style6 .icon-hand-stop:before{content:""}html.style6 .icon-hand-open:before{content:""}html.style6 .icon-hand-drag:before{content:""}html.style6 .icon-folder:before{content:""}html.style6 .icon-flag:before{content:""}html.style6 .icon-flag-alt:before{content:""}html.style6 .icon-flag-alt-2:before{content:""}html.style6 .icon-eye:before{content:""}html.style6 .icon-export:before{content:""}html.style6 .icon-exchange-vertical:before{content:""}html.style6 .icon-desktop:before{content:""}html.style6 .icon-cup:before{content:""}html.style6 .icon-crown:before{content:""}html.style6 .icon-comments:before{content:""}html.style6 .icon-comment:before{content:""}html.style6 .icon-comment-alt:before{content:""}html.style6 .icon-close:before{content:""}html.style6 .icon-clip:before{content:""}html.style6 .icon-angle-up:before{content:""}html.style6 .icon-angle-right:before{content:""}html.style6 .icon-angle-left:before{content:""}html.style6 .icon-angle-down:before{content:""}html.style6 .icon-check:before{content:""}html.style6 .icon-check-box:before{content:""}html.style6 .icon-camera:before{content:""}html.style6 .icon-announcement:before{content:""}html.style6 .icon-brush:before{content:""}html.style6 .icon-briefcase:before{content:""}html.style6 .icon-bolt:before{content:""}html.style6 .icon-bolt-alt:before{content:""}html.style6 .icon-blackboard:before{content:""}html.style6 .icon-bag:before{content:""}html.style6 .icon-move:before{content:""}html.style6 .icon-arrows-vertical:before{content:""}html.style6 .icon-arrows-horizontal:before{content:""}html.style6 .icon-fullscreen:before{content:""}html.style6 .icon-arrow-top-right:before{content:""}html.style6 .icon-arrow-top-left:before{content:""}html.style6 .icon-arrow-circle-up:before{content:""}html.style6 .icon-arrow-circle-right:before{content:""}html.style6 .icon-arrow-circle-left:before{content:""}html.style6 .icon-arrow-circle-down:before{content:""}html.style6 .icon-angle-double-up:before{content:""}html.style6 .icon-angle-double-right:before{content:""}html.style6 .icon-angle-double-left:before{content:""}html.style6 .icon-angle-double-down:before{content:""}html.style6 .icon-zip:before{content:""}html.style6 .icon-world:before{content:""}html.style6 .icon-wheelchair:before{content:""}html.style6 .icon-view-list:before{content:""}html.style6 .icon-view-list-alt:before{content:""}html.style6 .icon-view-grid:before{content:""}html.style6 .icon-uppercase:before{content:""}html.style6 .icon-upload:before{content:""}html.style6 .icon-underline:before{content:""}html.style6 .icon-truck:before{content:""}html.style6 .icon-timer:before{content:""}html.style6 .icon-ticket:before{content:""}html.style6 .icon-thumb-up:before{content:""}html.style6 .icon-thumb-down:before{content:""}html.style6 .icon-text:before{content:""}html.style6 .icon-stats-up:before{content:""}html.style6 .icon-stats-down:before{content:""}html.style6 .icon-split-v:before{content:""}html.style6 .icon-split-h:before{content:""}html.style6 .icon-smallcap:before{content:""}html.style6 .icon-shine:before{content:""}html.style6 .icon-shift-right:before{content:""}html.style6 .icon-shift-left:before{content:""}html.style6 .icon-shield:before{content:""}html.style6 .icon-notepad:before{content:""}html.style6 .icon-server:before{content:""}html.style6 .icon-quote-right:before{content:""}html.style6 .icon-quote-left:before{content:""}html.style6 .icon-pulse:before{content:""}html.style6 .icon-printer:before{content:""}html.style6 .icon-power-off:before{content:""}html.style6 .icon-plug:before{content:""}html.style6 .icon-pie-chart:before{content:""}html.style6 .icon-paragraph:before{content:""}html.style6 .icon-panel:before{content:""}html.style6 .icon-package:before{content:""}html.style6 .icon-music:before{content:""}html.style6 .icon-music-alt:before{content:""}html.style6 .icon-mouse:before{content:""}html.style6 .icon-mouse-alt:before{content:""}html.style6 .icon-money:before{content:""}html.style6 .icon-microphone:before{content:""}html.style6 .icon-menu:before{content:""}html.style6 .icon-menu-alt:before{content:""}html.style6 .icon-map:before{content:""}html.style6 .icon-map-alt:before{content:""}html.style6 .icon-loop:before{content:""}html.style6 .icon-location-pin:before{content:""}html.style6 .icon-list:before{content:""}html.style6 .icon-light-bulb:before{content:""}html.style6 .icon-Italic:before{content:""}html.style6 .icon-info:before{content:""}html.style6 .icon-infinite:before{content:""}html.style6 .icon-id-badge:before{content:""}html.style6 .icon-hummer:before{content:""}html.style6 .icon-home:before{content:""}html.style6 .icon-help:before{content:""}html.style6 .icon-headphone:before{content:""}html.style6 .icon-harddrives:before{content:""}html.style6 .icon-harddrive:before{content:""}html.style6 .icon-gift:before{content:""}html.style6 .icon-game:before{content:""}html.style6 .icon-filter:before{content:""}html.style6 .icon-files:before{content:""}html.style6 .icon-file:before{content:""}html.style6 .icon-eraser:before{content:""}html.style6 .icon-envelope:before{content:""}html.style6 .icon-download:before{content:""}html.style6 .icon-direction:before{content:""}html.style6 .icon-direction-alt:before{content:""}html.style6 .icon-dashboard:before{content:""}html.style6 .icon-control-stop:before{content:""}html.style6 .icon-control-shuffle:before{content:""}html.style6 .icon-control-play:before{content:""}html.style6 .icon-control-pause:before{content:""}html.style6 .icon-control-forward:before{content:""}html.style6 .icon-control-backward:before{content:""}html.style6 .icon-cloud:before{content:""}html.style6 .icon-cloud-up:before{content:""}html.style6 .icon-cloud-down:before{content:""}html.style6 .icon-clipboard:before{content:""}html.style6 .icon-car:before{content:""}html.style6 .icon-calendar:before{content:""}html.style6 .icon-book:before{content:""}html.style6 .icon-bell:before{content:""}html.style6 .icon-basketball:before{content:""}html.style6 .icon-bar-chart:before{content:""}html.style6 .icon-bar-chart-alt:before{content:""}html.style6 .icon-back-right:before{content:""}html.style6 .icon-back-left:before{content:""}html.style6 .icon-arrows-corner:before{content:""}html.style6 .icon-archive:before{content:""}html.style6 .icon-anchor:before{content:""}html.style6 .icon-align-right:before{content:""}html.style6 .icon-align-left:before{content:""}html.style6 .icon-align-justify:before{content:""}html.style6 .icon-align-center:before{content:""}html.style6 .icon-alert:before{content:""}html.style6 .icon-alarm-clock:before{content:""}html.style6 .icon-agenda:before{content:""}html.style6 .icon-write:before{content:""}html.style6 .icon-window:before{content:""}html.style6 .icon-widgetized:before{content:""}html.style6 .icon-widget:before{content:""}html.style6 .icon-widget-alt:before{content:""}html.style6 .icon-wallet:before{content:""}html.style6 .icon-video-clapper:before{content:""}html.style6 .icon-video-camera:before{content:""}html.style6 .icon-vector:before{content:""}html.style6 .icon-themify-logo:before{content:""}html.style6 .icon-themify-favicon:before{content:""}html.style6 .icon-themify-favicon-alt:before{content:""}html.style6 .icon-support:before{content:""}html.style6 .icon-stamp:before{content:""}html.style6 .icon-split-v-alt:before{content:""}html.style6 .icon-slice:before{content:""}html.style6 .icon-shortcode:before{content:""}html.style6 .icon-shift-right-alt:before{content:""}html.style6 .icon-shift-left-alt:before{content:""}html.style6 .icon-ruler-alt-2:before{content:""}html.style6 .icon-receipt:before{content:""}html.style6 .icon-pin2:before{content:""}html.style6 .icon-pin-alt:before{content:""}html.style6 .icon-pencil-alt2:before{content:""}html.style6 .icon-palette:before{content:""}html.style6 .icon-more:before{content:""}html.style6 .icon-more-alt:before{content:""}html.style6 .icon-microphone-alt:before{content:""}html.style6 .icon-magnet:before{content:""}html.style6 .icon-line-double:before{content:""}html.style6 .icon-line-dotted:before{content:""}html.style6 .icon-line-dashed:before{content:""}html.style6 .icon-layout-width-full:before{content:""}html.style6 .icon-layout-width-default:before{content:""}html.style6 .icon-layout-width-default-alt:before{content:""}html.style6 .icon-layout-tab:before{content:""}html.style6 .icon-layout-tab-window:before{content:""}html.style6 .icon-layout-tab-v:before{content:""}html.style6 .icon-layout-tab-min:before{content:""}html.style6 .icon-layout-slider:before{content:""}html.style6 .icon-layout-slider-alt:before{content:""}html.style6 .icon-layout-sidebar-right:before{content:""}html.style6 .icon-layout-sidebar-none:before{content:""}html.style6 .icon-layout-sidebar-left:before{content:""}html.style6 .icon-layout-placeholder:before{content:""}html.style6 .icon-layout-menu:before{content:""}html.style6 .icon-layout-menu-v:before{content:""}html.style6 .icon-layout-menu-separated:before{content:""}html.style6 .icon-layout-menu-full:before{content:""}html.style6 .icon-layout-media-right-alt:before{content:""}html.style6 .icon-layout-media-right:before{content:""}html.style6 .icon-layout-media-overlay:before{content:""}html.style6 .icon-layout-media-overlay-alt:before{content:""}html.style6 .icon-layout-media-overlay-alt-2:before{content:""}html.style6 .icon-layout-media-left-alt:before{content:""}html.style6 .icon-layout-media-left:before{content:""}html.style6 .icon-layout-media-center-alt:before{content:""}html.style6 .icon-layout-media-center:before{content:""}html.style6 .icon-layout-list-thumb:before{content:""}html.style6 .icon-layout-list-thumb-alt:before{content:""}html.style6 .icon-layout-list-post:before{content:""}html.style6 .icon-layout-list-large-image:before{content:""}html.style6 .icon-layout-line-solid:before{content:""}html.style6 .icon-layout-grid4:before{content:""}html.style6 .icon-layout-grid3:before{content:""}html.style6 .icon-layout-grid2:before{content:""}html.style6 .icon-layout-grid2-thumb:before{content:""}html.style6 .icon-layout-cta-right:before{content:""}html.style6 .icon-layout-cta-left:before{content:""}html.style6 .icon-layout-cta-center:before{content:""}html.style6 .icon-layout-cta-btn-right:before{content:""}html.style6 .icon-layout-cta-btn-left:before{content:""}html.style6 .icon-layout-column4:before{content:""}html.style6 .icon-layout-column3:before{content:""}html.style6 .icon-layout-column2:before{content:""}html.style6 .icon-layout-accordion-separated:before{content:""}html.style6 .icon-layout-accordion-merged:before{content:""}html.style6 .icon-layout-accordion-list:before{content:""}html.style6 .icon-ink-pen:before{content:""}html.style6 .icon-info-alt:before{content:""}html.style6 .icon-help-alt:before{content:""}html.style6 .icon-headphone-alt:before{content:""}html.style6 .icon-hand-point-up:before{content:""}html.style6 .icon-hand-point-right:before{content:""}html.style6 .icon-hand-point-left:before{content:""}html.style6 .icon-hand-point-down:before{content:""}html.style6 .icon-gallery:before{content:""}html.style6 .icon-face-smile:before{content:""}html.style6 .icon-face-sad:before{content:""}html.style6 .icon-credit-card:before{content:""}html.style6 .icon-control-skip-forward:before{content:""}html.style6 .icon-control-skip-backward:before{content:""}html.style6 .icon-control-record:before{content:""}html.style6 .icon-control-eject:before{content:""}html.style6 .icon-comments-smiley:before{content:""}html.style6 .icon-brush-alt:before{content:""}html.style6 .icon-youtube:before{content:""}html.style6 .icon-vimeo:before{content:""}html.style6 .icon-twitter:before{content:""}html.style6 .icon-time:before{content:""}html.style6 .icon-tumblr:before{content:""}html.style6 .icon-skype:before{content:""}html.style6 .icon-share:before{content:""}html.style6 .icon-share-alt:before{content:""}html.style6 .icon-rocket:before{content:""}html.style6 .icon-pinterest:before{content:""}html.style6 .icon-new-window:before{content:""}html.style6 .icon-microsoft:before{content:""}html.style6 .icon-list-ol:before{content:""}html.style6 .icon-linkedin:before{content:""}html.style6 .icon-layout-sidebar-2:before{content:""}html.style6 .icon-layout-grid4-alt:before{content:""}html.style6 .icon-layout-grid3-alt:before{content:""}html.style6 .icon-layout-grid2-alt:before{content:""}html.style6 .icon-layout-column4-alt:before{content:""}html.style6 .icon-layout-column3-alt:before{content:""}html.style6 .icon-layout-column2-alt:before{content:""}html.style6 .icon-instagram:before{content:""}html.style6 .icon-google:before{content:""}html.style6 .icon-github:before{content:""}html.style6 .icon-flickr:before{content:""}html.style6 .icon-facebook:before{content:""}html.style6 .icon-dropbox:before{content:""}html.style6 .icon-dribbble:before{content:""}html.style6 .icon-apple:before{content:""}html.style6 .icon-android:before{content:""}html.style6 .icon-save:before{content:""}html.style6 .icon-save-alt:before{content:""}html.style6 .icon-yahoo:before{content:""}html.style6 .icon-wordpress:before{content:""}html.style6 .icon-vimeo-alt:before{content:""}html.style6 .icon-twitter-alt:before{content:""}html.style6 .icon-tumblr-alt:before{content:""}html.style6 .icon-trello:before{content:""}html.style6 .icon-stack-overflow:before{content:""}html.style6 .icon-soundcloud:before{content:""}html.style6 .icon-sharethis:before{content:""}html.style6 .icon-sharethis-alt:before{content:""}html.style6 .icon-reddit:before{content:""}html.style6 .icon-pinterest-alt:before{content:""}html.style6 .icon-microsoft-alt:before{content:""}html.style6 .icon-linux:before{content:""}html.style6 .icon-jsfiddle:before{content:""}html.style6 .icon-joomla:before{content:""}html.style6 .icon-html5:before{content:""}html.style6 .icon-flickr-alt:before{content:""}html.style6 .icon-email:before{content:""}html.style6 .icon-drupal:before{content:""}html.style6 .icon-dropbox-alt:before{content:""}html.style6 .icon-css3:before{content:""}html.style6 .icon-rss:before{content:""}html.style6 .icon-rss-alt:before{content:""}@font-face{font-family:themify;src:url(/assets/fonts/themify.eot?-fvbane);src:url(/assets/fonts/themify.eot?#iefix-fvbane) format("embedded-opentype"),url(/assets/fonts/themify.woff?-fvbane) format("woff"),url(/assets/fonts/themify.ttf?-fvbane) format("truetype"),url(/assets/fonts/themify.svg?-fvbane#themify) format("svg");font-weight:400;font-style:normal}html.style6 [class*=" ti-"],html.style6 [class^=ti-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style6 .ti-wand:before{content:""}html.style6 .ti-volume:before{content:""}html.style6 .ti-user:before{content:""}html.style6 .ti-unlock:before{content:""}html.style6 .ti-unlink:before{content:""}html.style6 .ti-trash:before{content:""}html.style6 .ti-thought:before{content:""}html.style6 .ti-target:before{content:""}html.style6 .ti-tag:before{content:""}html.style6 .ti-tablet:before{content:""}html.style6 .ti-star:before{content:""}html.style6 .ti-spray:before{content:""}html.style6 .ti-signal:before{content:""}html.style6 .ti-shopping-cart:before{content:""}html.style6 .ti-shopping-cart-full:before{content:""}html.style6 .ti-settings:before{content:""}html.style6 .ti-search:before{content:""}html.style6 .ti-zoom-in:before{content:""}html.style6 .ti-zoom-out:before{content:""}html.style6 .ti-cut:before{content:""}html.style6 .ti-ruler:before{content:""}html.style6 .ti-ruler-pencil:before{content:""}html.style6 .ti-ruler-alt:before{content:""}html.style6 .ti-bookmark:before{content:""}html.style6 .ti-bookmark-alt:before{content:""}html.style6 .ti-reload:before{content:""}html.style6 .ti-plus:before{content:""}html.style6 .ti-pin:before{content:""}html.style6 .ti-pencil:before{content:""}html.style6 .ti-pencil-alt:before{content:""}html.style6 .ti-paint-roller:before{content:""}html.style6 .ti-paint-bucket:before{content:""}html.style6 .ti-na:before{content:""}html.style6 .ti-mobile:before{content:""}html.style6 .ti-minus:before{content:""}html.style6 .ti-medall:before{content:""}html.style6 .ti-medall-alt:before{content:""}html.style6 .ti-marker:before{content:""}html.style6 .ti-marker-alt:before{content:""}html.style6 .ti-arrow-up:before{content:""}html.style6 .ti-arrow-right:before{content:""}html.style6 .ti-arrow-left:before{content:""}html.style6 .ti-arrow-down:before{content:""}html.style6 .ti-lock:before{content:""}html.style6 .ti-location-arrow:before{content:""}html.style6 .ti-link:before{content:""}html.style6 .ti-layout:before{content:""}html.style6 .ti-layers:before{content:""}html.style6 .ti-layers-alt:before{content:""}html.style6 .ti-key:before{content:""}html.style6 .ti-import:before{content:""}html.style6 .ti-image:before{content:""}html.style6 .ti-heart:before{content:""}html.style6 .ti-heart-broken:before{content:""}html.style6 .ti-hand-stop:before{content:""}html.style6 .ti-hand-open:before{content:""}html.style6 .ti-hand-drag:before{content:""}html.style6 .ti-folder:before{content:""}html.style6 .ti-flag:before{content:""}html.style6 .ti-flag-alt:before{content:""}html.style6 .ti-flag-alt-2:before{content:""}html.style6 .ti-eye:before{content:""}html.style6 .ti-export:before{content:""}html.style6 .ti-exchange-vertical:before{content:""}html.style6 .ti-desktop:before{content:""}html.style6 .ti-cup:before{content:""}html.style6 .ti-crown:before{content:""}html.style6 .ti-comments:before{content:""}html.style6 .ti-comment:before{content:""}html.style6 .ti-comment-alt:before{content:""}html.style6 .ti-close:before{content:""}html.style6 .ti-clip:before{content:""}html.style6 .ti-angle-up:before{content:""}html.style6 .ti-angle-right:before{content:""}html.style6 .ti-angle-left:before{content:""}html.style6 .ti-angle-down:before{content:""}html.style6 .ti-check:before{content:""}html.style6 .ti-check-box:before{content:""}html.style6 .ti-camera:before{content:""}html.style6 .ti-announcement:before{content:""}html.style6 .ti-brush:before{content:""}html.style6 .ti-briefcase:before{content:""}html.style6 .ti-bolt:before{content:""}html.style6 .ti-bolt-alt:before{content:""}html.style6 .ti-blackboard:before{content:""}html.style6 .ti-bag:before{content:""}html.style6 .ti-move:before{content:""}html.style6 .ti-arrows-vertical:before{content:""}html.style6 .ti-arrows-horizontal:before{content:""}html.style6 .ti-fullscreen:before{content:""}html.style6 .ti-arrow-top-right:before{content:""}html.style6 .ti-arrow-top-left:before{content:""}html.style6 .ti-arrow-circle-up:before{content:""}html.style6 .ti-arrow-circle-right:before{content:""}html.style6 .ti-arrow-circle-left:before{content:""}html.style6 .ti-arrow-circle-down:before{content:""}html.style6 .ti-angle-double-up:before{content:""}html.style6 .ti-angle-double-right:before{content:""}html.style6 .ti-angle-double-left:before{content:""}html.style6 .ti-angle-double-down:before{content:""}html.style6 .ti-zip:before{content:""}html.style6 .ti-world:before{content:""}html.style6 .ti-wheelchair:before{content:""}html.style6 .ti-view-list:before{content:""}html.style6 .ti-view-list-alt:before{content:""}html.style6 .ti-view-grid:before{content:""}html.style6 .ti-uppercase:before{content:""}html.style6 .ti-upload:before{content:""}html.style6 .ti-underline:before{content:""}html.style6 .ti-truck:before{content:""}html.style6 .ti-timer:before{content:""}html.style6 .ti-ticket:before{content:""}html.style6 .ti-thumb-up:before{content:""}html.style6 .ti-thumb-down:before{content:""}html.style6 .ti-text:before{content:""}html.style6 .ti-stats-up:before{content:""}html.style6 .ti-stats-down:before{content:""}html.style6 .ti-split-v:before{content:""}html.style6 .ti-split-h:before{content:""}html.style6 .ti-smallcap:before{content:""}html.style6 .ti-shine:before{content:""}html.style6 .ti-shift-right:before{content:""}html.style6 .ti-shift-left:before{content:""}html.style6 .ti-shield:before{content:""}html.style6 .ti-notepad:before{content:""}html.style6 .ti-server:before{content:""}html.style6 .ti-quote-right:before{content:""}html.style6 .ti-quote-left:before{content:""}html.style6 .ti-pulse:before{content:""}html.style6 .ti-printer:before{content:""}html.style6 .ti-power-off:before{content:""}html.style6 .ti-plug:before{content:""}html.style6 .ti-pie-chart:before{content:""}html.style6 .ti-paragraph:before{content:""}html.style6 .ti-panel:before{content:""}html.style6 .ti-package:before{content:""}html.style6 .ti-music:before{content:""}html.style6 .ti-music-alt:before{content:""}html.style6 .ti-mouse:before{content:""}html.style6 .ti-mouse-alt:before{content:""}html.style6 .ti-money:before{content:""}html.style6 .ti-microphone:before{content:""}html.style6 .ti-menu:before{content:""}html.style6 .ti-menu-alt:before{content:""}html.style6 .ti-map:before{content:""}html.style6 .ti-map-alt:before{content:""}html.style6 .ti-loop:before{content:""}html.style6 .ti-location-pin:before{content:""}html.style6 .ti-list:before{content:""}html.style6 .ti-light-bulb:before{content:""}html.style6 .ti-Italic:before{content:""}html.style6 .ti-info:before{content:""}html.style6 .ti-infinite:before{content:""}html.style6 .ti-id-badge:before{content:""}html.style6 .ti-hummer:before{content:""}html.style6 .ti-home:before{content:""}html.style6 .ti-help:before{content:""}html.style6 .ti-headphone:before{content:""}html.style6 .ti-harddrives:before{content:""}html.style6 .ti-harddrive:before{content:""}html.style6 .ti-gift:before{content:""}html.style6 .ti-game:before{content:""}html.style6 .ti-filter:before{content:""}html.style6 .ti-files:before{content:""}html.style6 .ti-file:before{content:""}html.style6 .ti-eraser:before{content:""}html.style6 .ti-envelope:before{content:""}html.style6 .ti-download:before{content:""}html.style6 .ti-direction:before{content:""}html.style6 .ti-direction-alt:before{content:""}html.style6 .ti-dashboard:before{content:""}html.style6 .ti-control-stop:before{content:""}html.style6 .ti-control-shuffle:before{content:""}html.style6 .ti-control-play:before{content:""}html.style6 .ti-control-pause:before{content:""}html.style6 .ti-control-forward:before{content:""}html.style6 .ti-control-backward:before{content:""}html.style6 .ti-cloud:before{content:""}html.style6 .ti-cloud-up:before{content:""}html.style6 .ti-cloud-down:before{content:""}html.style6 .ti-clipboard:before{content:""}html.style6 .ti-car:before{content:""}html.style6 .ti-calendar:before{content:""}html.style6 .ti-book:before{content:""}html.style6 .ti-bell:before{content:""}html.style6 .ti-basketball:before{content:""}html.style6 .ti-bar-chart:before{content:""}html.style6 .ti-bar-chart-alt:before{content:""}html.style6 .ti-back-right:before{content:""}html.style6 .ti-back-left:before{content:""}html.style6 .ti-arrows-corner:before{content:""}html.style6 .ti-archive:before{content:""}html.style6 .ti-anchor:before{content:""}html.style6 .ti-align-right:before{content:""}html.style6 .ti-align-left:before{content:""}html.style6 .ti-align-justify:before{content:""}html.style6 .ti-align-center:before{content:""}html.style6 .ti-alert:before{content:""}html.style6 .ti-alarm-clock:before{content:""}html.style6 .ti-agenda:before{content:""}html.style6 .ti-write:before{content:""}html.style6 .ti-window:before{content:""}html.style6 .ti-widgetized:before{content:""}html.style6 .ti-widget:before{content:""}html.style6 .ti-widget-alt:before{content:""}html.style6 .ti-wallet:before{content:""}html.style6 .ti-video-clapper:before{content:""}html.style6 .ti-video-camera:before{content:""}html.style6 .ti-vector:before{content:""}html.style6 .ti-themify-logo:before{content:""}html.style6 .ti-themify-favicon:before{content:""}html.style6 .ti-themify-favicon-alt:before{content:""}html.style6 .ti-support:before{content:""}html.style6 .ti-stamp:before{content:""}html.style6 .ti-split-v-alt:before{content:""}html.style6 .ti-slice:before{content:""}html.style6 .ti-shortcode:before{content:""}html.style6 .ti-shift-right-alt:before{content:""}html.style6 .ti-shift-left-alt:before{content:""}html.style6 .ti-ruler-alt-2:before{content:""}html.style6 .ti-receipt:before{content:""}html.style6 .ti-pin2:before{content:""}html.style6 .ti-pin-alt:before{content:""}html.style6 .ti-pencil-alt2:before{content:""}html.style6 .ti-palette:before{content:""}html.style6 .ti-more:before{content:""}html.style6 .ti-more-alt:before{content:""}html.style6 .ti-microphone-alt:before{content:""}html.style6 .ti-magnet:before{content:""}html.style6 .ti-line-double:before{content:""}html.style6 .ti-line-dotted:before{content:""}html.style6 .ti-line-dashed:before{content:""}html.style6 .ti-layout-width-full:before{content:""}html.style6 .ti-layout-width-default:before{content:""}html.style6 .ti-layout-width-default-alt:before{content:""}html.style6 .ti-layout-tab:before{content:""}html.style6 .ti-layout-tab-window:before{content:""}html.style6 .ti-layout-tab-v:before{content:""}html.style6 .ti-layout-tab-min:before{content:""}html.style6 .ti-layout-slider:before{content:""}html.style6 .ti-layout-slider-alt:before{content:""}html.style6 .ti-layout-sidebar-right:before{content:""}html.style6 .ti-layout-sidebar-none:before{content:""}html.style6 .ti-layout-sidebar-left:before{content:""}html.style6 .ti-layout-placeholder:before{content:""}html.style6 .ti-layout-menu:before{content:""}html.style6 .ti-layout-menu-v:before{content:""}html.style6 .ti-layout-menu-separated:before{content:""}html.style6 .ti-layout-menu-full:before{content:""}html.style6 .ti-layout-media-right-alt:before{content:""}html.style6 .ti-layout-media-right:before{content:""}html.style6 .ti-layout-media-overlay:before{content:""}html.style6 .ti-layout-media-overlay-alt:before{content:""}html.style6 .ti-layout-media-overlay-alt-2:before{content:""}html.style6 .ti-layout-media-left-alt:before{content:""}html.style6 .ti-layout-media-left:before{content:""}html.style6 .ti-layout-media-center-alt:before{content:""}html.style6 .ti-layout-media-center:before{content:""}html.style6 .ti-layout-list-thumb:before{content:""}html.style6 .ti-layout-list-thumb-alt:before{content:""}html.style6 .ti-layout-list-post:before{content:""}html.style6 .ti-layout-list-large-image:before{content:""}html.style6 .ti-layout-line-solid:before{content:""}html.style6 .ti-layout-grid4:before{content:""}html.style6 .ti-layout-grid3:before{content:""}html.style6 .ti-layout-grid2:before{content:""}html.style6 .ti-layout-grid2-thumb:before{content:""}html.style6 .ti-layout-cta-right:before{content:""}html.style6 .ti-layout-cta-left:before{content:""}html.style6 .ti-layout-cta-center:before{content:""}html.style6 .ti-layout-cta-btn-right:before{content:""}html.style6 .ti-layout-cta-btn-left:before{content:""}html.style6 .ti-layout-column4:before{content:""}html.style6 .ti-layout-column3:before{content:""}html.style6 .ti-layout-column2:before{content:""}html.style6 .ti-layout-accordion-separated:before{content:""}html.style6 .ti-layout-accordion-merged:before{content:""}html.style6 .ti-layout-accordion-list:before{content:""}html.style6 .ti-ink-pen:before{content:""}html.style6 .ti-info-alt:before{content:""}html.style6 .ti-help-alt:before{content:""}html.style6 .ti-headphone-alt:before{content:""}html.style6 .ti-hand-point-up:before{content:""}html.style6 .ti-hand-point-right:before{content:""}html.style6 .ti-hand-point-left:before{content:""}html.style6 .ti-hand-point-down:before{content:""}html.style6 .ti-gallery:before{content:""}html.style6 .ti-face-smile:before{content:""}html.style6 .ti-face-sad:before{content:""}html.style6 .ti-credit-card:before{content:""}html.style6 .ti-control-skip-forward:before{content:""}html.style6 .ti-control-skip-backward:before{content:""}html.style6 .ti-control-record:before{content:""}html.style6 .ti-control-eject:before{content:""}html.style6 .ti-comments-smiley:before{content:""}html.style6 .ti-brush-alt:before{content:""}html.style6 .ti-youtube:before{content:""}html.style6 .ti-vimeo:before{content:""}html.style6 .ti-twitter:before{content:""}html.style6 .ti-time:before{content:""}html.style6 .ti-tumblr:before{content:""}html.style6 .ti-skype:before{content:""}html.style6 .ti-share:before{content:""}html.style6 .ti-share-alt:before{content:""}html.style6 .ti-rocket:before{content:""}html.style6 .ti-pinterest:before{content:""}html.style6 .ti-new-window:before{content:""}html.style6 .ti-microsoft:before{content:""}html.style6 .ti-list-ol:before{content:""}html.style6 .ti-linkedin:before{content:""}html.style6 .ti-layout-sidebar-2:before{content:""}html.style6 .ti-layout-grid4-alt:before{content:""}html.style6 .ti-layout-grid3-alt:before{content:""}html.style6 .ti-layout-grid2-alt:before{content:""}html.style6 .ti-layout-column4-alt:before{content:""}html.style6 .ti-layout-column3-alt:before{content:""}html.style6 .ti-layout-column2-alt:before{content:""}html.style6 .ti-instagram:before{content:""}html.style6 .ti-google:before{content:""}html.style6 .ti-github:before{content:""}html.style6 .ti-flickr:before{content:""}html.style6 .ti-facebook:before{content:""}html.style6 .ti-dropbox:before{content:""}html.style6 .ti-dribbble:before{content:""}html.style6 .ti-apple:before{content:""}html.style6 .ti-android:before{content:""}html.style6 .ti-save:before{content:""}html.style6 .ti-save-alt:before{content:""}html.style6 .ti-yahoo:before{content:""}html.style6 .ti-wordpress:before{content:""}html.style6 .ti-vimeo-alt:before{content:""}html.style6 .ti-twitter-alt:before{content:""}html.style6 .ti-tumblr-alt:before{content:""}html.style6 .ti-trello:before{content:""}html.style6 .ti-stack-overflow:before{content:""}html.style6 .ti-soundcloud:before{content:""}html.style6 .ti-sharethis:before{content:""}html.style6 .ti-sharethis-alt:before{content:""}html.style6 .ti-reddit:before{content:""}html.style6 .ti-pinterest-alt:before{content:""}html.style6 .ti-microsoft-alt:before{content:""}html.style6 .ti-linux:before{content:""}html.style6 .ti-jsfiddle:before{content:""}html.style6 .ti-joomla:before{content:""}html.style6 .ti-html5:before{content:""}html.style6 .ti-flickr-alt:before{content:""}html.style6 .ti-email:before{content:""}html.style6 .ti-drupal:before{content:""}html.style6 .ti-dropbox-alt:before{content:""}html.style6 .ti-css3:before{content:""}html.style6 .ti-rss:before{content:""}html.style6 .ti-rss-alt:before{content:""}html.style6 button,html.style6 hr,html.style6 input{overflow:visible}html.style6 audio,html.style6 canvas,html.style6 progress,html.style6 video{display:inline-block}html.style6 progress,html.style6 sub,html.style6 sup{vertical-align:baseline}html.style6 html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html.style6 body{margin:0}html.style6 article,html.style6 aside,html.style6 details,html.style6 footer,html.style6 header,html.style6 menu,html.style6 nav,html.style6 section{display:block}html.style6 h1{font-size:2em;margin:.67em 0}html.style6 figcaption,html.style6 figure,html.style6 main{display:block}html.style6 figure{margin:1em 40px}html.style6 hr{box-sizing:content-box;height:0}html.style6 code,html.style6 kbd,html.style6 pre,html.style6 samp{font-family:monospace,monospace;font-size:1em}html.style6 a{background-color:transparent;-webkit-text-decoration-skip:objects}html.style6 a:active,html.style6 a:hover{outline-width:0}html.style6 abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}html.style6 b,html.style6 strong{font-weight:bolder}html.style6 dfn{font-style:italic}html.style6 mark{background-color:#ff0;color:#000}html.style6 small{font-size:80%}html.style6 sub,html.style6 sup{font-size:75%;line-height:0;position:relative}html.style6 sub{bottom:-.25em}html.style6 sup{top:-.5em}html.style6 audio:not([controls]){display:none;height:0}html.style6 img{border-style:none}html.style6 svg:not(:root){overflow:hidden}html.style6 button,html.style6 input,html.style6 optgroup,html.style6 select,html.style6 textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}html.style6 button,html.style6 select{text-transform:none}html.style6 [type=reset],html.style6 [type=submit],html.style6 button,html.style6 html [type=button]{-webkit-appearance:button}html.style6 [type=button]::-moz-focus-inner,html.style6 [type=reset]::-moz-focus-inner,html.style6 [type=submit]::-moz-focus-inner,html.style6 button::-moz-focus-inner{border-style:none;padding:0}html.style6 [type=button]:-moz-focusring,html.style6 [type=reset]:-moz-focusring,html.style6 [type=submit]:-moz-focusring,html.style6 button:-moz-focusring{outline:1px dotted ButtonText}html.style6 fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}html.style6 legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}html.style6 textarea{overflow:auto}html.style6 [type=checkbox],html.style6 [type=radio]{box-sizing:border-box;padding:0}html.style6 [type=number]::-webkit-inner-spin-button,html.style6 [type=number]::-webkit-outer-spin-button{height:auto}html.style6 [type=search]{-webkit-appearance:textfield;outline-offset:-2px}html.style6 [type=search]::-webkit-search-cancel-button,html.style6 [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.style6 ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html.style6 summary{display:list-item}html.style6 [hidden],html.style6 template{display:none}@keyframes bounce{0%{transform:translateY(0)}20%{transform:translateY(0)}50%{transform:translateY(0)}80%{transform:translateY(0)}to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes flash{0%{opacity:1}50%{opacity:1}to{opacity:1}25%{opacity:0}75%{opacity:0}}@keyframes jello{to{transform:none}0.1%{transform:none}1.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}2.3%{transform:skewX(6.25deg) skewY(6.25deg)}3.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}4.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}5.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}6.7%{transform:skewX(.39063deg) skewY(.39063deg)}7.8%{transform:skewX(-.19531deg) skewY(-.19531deg)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes shake{0%{transform:translateX(0)}to{transform:translateX(0)}10%{transform:translateX(-10px)}30%{transform:translateX(-10px)}50%{transform:translateX(-10px)}70%{transform:translateX(-10px)}90%{transform:translateX(-10px)}20%{transform:translateX(10px)}40%{transform:translateX(10px)}60%{transform:translateX(10px)}80%{transform:translateX(10px)}}@keyframes swing{20%{transform-origin:top center;transform:rotate(15deg)}40%{transform-origin:top center;transform:rotate(-10deg)}60%{transform-origin:top center;transform:rotate(5deg)}80%{transform-origin:top center;transform:rotate(-5deg)}to{transform-origin:top center;transform:rotate(0deg)}}@keyframes tada{0%{transform:scale(1)}10%{transform:scale(.9) rotate(-3deg)}20%{transform:scale(.9) rotate(-3deg)}30%{transform:scale(1.1) rotate(3deg)}50%{transform:scale(1.1) rotate(3deg)}70%{transform:scale(1.1) rotate(3deg)}90%{transform:scale(1.1) rotate(3deg)}40%{transform:scale(1.1) rotate(-3deg)}60%{transform:scale(1.1) rotate(-3deg)}80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes flip{0%{transform:perspective(400px) rotateY(0);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) rotateY(1turn) scale(.95);animation-timing-function:ease-in}to{transform:perspective(400px) scale(1);animation-timing-function:ease-in}}@keyframes flipInX{0%{opacity:0;transform:perspective(400px) rotateX(90deg)}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{opacity:1;transform:perspective(400px) rotateX(0deg)}}@keyframes flipInY{0%{opacity:0;transform:perspective(400px) rotateY(90deg)}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{opacity:1;transform:perspective(400px) rotateY(0deg)}}@keyframes flipOutX{0%{opacity:1;transform:perspective(400px) rotateX(0deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutY{0%{opacity:1;transform:perspective(400px) rotateY(0deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes lightSpeedIn{0%{opacity:0;transform:translateX(100%) skewX(-30deg)}60%{opacity:1;transform:translateX(-20%) skewX(30deg)}80%{opacity:1;transform:translateX(0) skewX(-15deg)}to{opacity:1;transform:translateX(0) skewX(0deg)}}@keyframes lightSpeedOut{0%{opacity:1;transform:translateX(0) skewX(0deg)}to{opacity:0;transform:translateX(100%) skewX(-30deg)}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center center}to{opacity:1;transform:rotate(0);transform-origin:center center}}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-90deg);transform-origin:left bottom}to{opacity:1;transform:rotate(0);transform-origin:left bottom}}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(90deg);transform-origin:right bottom}to{opacity:1;transform:rotate(0);transform-origin:right bottom}}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(90deg);transform-origin:left bottom}to{opacity:1;transform:rotate(0);transform-origin:left bottom}}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:rotate(0);transform-origin:right bottom}}@keyframes rotateOut{0%{opacity:1;transform:rotate(0);transform-origin:center center}to{opacity:0;transform:rotate(200deg);transform-origin:center center}}@keyframes rotateOutDownLeft{0%{opacity:1;transform:rotate(0);transform-origin:left bottom}to{opacity:0;transform:rotate(90deg);transform-origin:left bottom}}@keyframes rotateOutDownRight{0%{opacity:1;transform:rotate(0);transform-origin:right bottom}to{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}}@keyframes rotateOutUpLeft{0%{opacity:1;transform:rotate(0);transform-origin:left bottom}to{opacity:0;transform:rotate(-90deg);transform-origin:left bottom}}@keyframes rotateOutUpRight{0%{opacity:1;transform:rotate(0);transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOutDown{0%{transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform:rotate(0);transform-origin:top left}20%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%{animation-timing-function:ease-in-out;transform:rotate(60deg);transform-origin:top left}80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg) translateY(0);transform-origin:top left}to{opacity:0;transform:translateY(700px)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}html.style6 .owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1}html.style6 .owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}html.style6 .owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html.style6 .owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}html.style6 .owl-carousel .owl-item,html.style6 .owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}html.style6 .owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}html.style6 .owl-carousel .owl-item img{display:block;width:100%}html.style6 .owl-carousel .owl-dots.disabled,html.style6 .owl-carousel .owl-nav.disabled{display:none}html.style6 .owl-carousel .owl-dot,html.style6 .owl-carousel .owl-nav .owl-next,html.style6 .owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.style6 .owl-carousel .owl-nav button.owl-next,html.style6 .owl-carousel .owl-nav button.owl-prev,html.style6 .owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}html.style6 .owl-carousel.owl-loaded{display:block}html.style6 .owl-carousel.owl-loading{opacity:0;display:block}html.style6 .owl-carousel.owl-hidden{opacity:0}html.style6 .owl-carousel.owl-refresh .owl-item{visibility:hidden}html.style6 .owl-carousel.owl-drag .owl-item{touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.style6 .owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}html.style6 .owl-carousel.owl-rtl{direction:rtl}html.style6 .owl-carousel.owl-rtl .owl-item{float:right}html.style6 .no-js .owl-carousel{display:block}html.style6 .owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}html.style6 .owl-carousel .owl-animated-in{z-index:0}html.style6 .owl-carousel .owl-animated-out{z-index:1}html.style6 .owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}html.style6 .owl-height{transition:height .5s ease-in-out}html.style6 .owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}html.style6 .owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}html.style6 .owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style6 .owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}html.style6 .owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}html.style6 .owl-theme .owl-nav .disabled{opacity:.5;cursor:default}html.style6 .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}html.style6 .owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style6 .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}html.style6 .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}html.style6 .owl-theme .owl-dots .owl-dot.active span,html.style6 .owl-theme .owl-dots .owl-dot:hover span{background:#869791}html.style6 .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.style6 .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}html.style6 .slick-list:focus{outline:none}html.style6 .slick-list.dragging{cursor:pointer;cursor:hand}html.style6 .slick-slider .slick-list,html.style6 .slick-slider .slick-track{transform:translateZ(0)}html.style6 .slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}html.style6 .slick-track:after,html.style6 .slick-track:before{content:"";display:table}html.style6 .slick-track:after{clear:both}.slick-loading html.style6 .slick-track{visibility:hidden}html.style6 .slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] html.style6 .slick-slide{float:right}html.style6 .slick-slide img{display:block}html.style6 .slick-slide.slick-loading img{display:none}html.style6 .slick-slide.dragging img{pointer-events:none}.slick-initialized html.style6 .slick-slide{display:block}.slick-loading html.style6 .slick-slide{visibility:hidden}.slick-vertical html.style6 .slick-slide{display:block;height:auto;border:1px solid transparent}html.style6 .slick-arrow.slick-hidden{display:none}@font-face{font-family:slick;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg) format("svg");font-weight:400;font-style:normal}html.style6 .slick-next,html.style6 .slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0;cursor:pointer;top:50%;transform:translateY(-50%);padding:0;border:none}html.style6 .slick-next,html.style6 .slick-next:focus,html.style6 .slick-next:hover,html.style6 .slick-prev,html.style6 .slick-prev:focus,html.style6 .slick-prev:hover{background:transparent;color:transparent;outline:none}html.style6 .slick-next:focus:before,html.style6 .slick-next:hover:before,html.style6 .slick-prev:focus:before,html.style6 .slick-prev:hover:before{opacity:1}html.style6 .slick-next.slick-disabled:before,html.style6 .slick-prev.slick-disabled:before{opacity:.25}html.style6 .slick-next:before,html.style6 .slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style6 .slick-prev{left:-25px}[dir=rtl] html.style6 .slick-prev{left:auto;right:-25px}html.style6 .slick-prev:before{content:"←"}[dir=rtl] html.style6 .slick-prev:before{content:"→"}html.style6 .slick-next{right:-25px}[dir=rtl] html.style6 .slick-next{left:-25px;right:auto}html.style6 .slick-next:before{content:"→"}[dir=rtl] html.style6 .slick-next:before{content:"←"}html.style6 .slick-dotted.slick-slider{margin-bottom:30px}html.style6 .slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}html.style6 .slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}html.style6 .slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0;color:transparent;padding:5px;cursor:pointer}html.style6 .slick-dots li button:focus,html.style6 .slick-dots li button:hover{outline:none}html.style6 .slick-dots li button:focus:before,html.style6 .slick-dots li button:hover:before{opacity:1}html.style6 .slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.style6 .slick-dots li.slick-active button:before{color:#000;opacity:.75}html.style6 .custom-scroll{scroll-behavior:smooth}html.style6 .custom-scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #eff1f2}html.style6 .custom-scroll::-webkit-scrollbar{width:5px}html.style6 .custom-scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(255,128,60,.15)}html.style6 .scroll-invisiable::-webkit-scrollbar{width:0}html.style6 .owl-carousel{position:unset}@media(min-width:800px){html.style6 .chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}html.style6 .chitchat-container .desktop-sidebar{display:none}html.style6 .chitchat-container.desktop-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style6 .chitchat-container.desktop-menu .desktop-sidebar{display:none}html.style6 .custom-input-message{position:relative!important}}@media(max-width:430px){html.style6 .custom-input-message{position:fixed}}html.style6 body{background-color:#fff;font-size:calc(12px + 1*(100vw - 320px)/1600);overflow-x:hidden;font-family:Montserrat,sans-serif,Roboto;color:#223645}html.style6 .main,html.style6 body.main-page{overflow:hidden}html.style6 ul{padding-left:0;list-style-type:none;margin-bottom:0;padding-right:0}html.style6 ::selection{color:#fff;background:#ff803c}html.style6 * a{color:#ff803c;text-decoration:none!important}html.style6 .btn:focus{box-shadow:rgba(255,128,60,.15)!important}html.style6 a{cursor:pointer}html.style6 :focus{outline-color:rgba(255,128,60,.15);text-decoration:none!important}html.style6 select:focus{outline:none!important}html.style6 .disabled{cursor:not-allowed;opacity:.5}html.style6 svg{vertical-align:baseline}html.style6 input:focus{outline-color:rgba(255,128,60,.15)}html.style6 h1{font-size:calc(30px + 18*(100vw - 320px)/1600)}html.style6 h1,html.style6 h2{font-family:Montserrat,sans-serif;font-weight:800;color:#223645;margin:0}html.style6 h2{font-size:calc(20px + 8*(100vw - 320px)/1600)}html.style6 h3{font-family:Montserrat,sans-serif;font-size:calc(16px + 2*(100vw - 320px)/1600);font-weight:700;color:#223645;margin:0}html.style6 h4{font-family:Roboto,sans-serif;font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:400;color:#647589;margin:0}html.style6 h5{font-family:Montserrat,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:700;color:#223645;margin:0}html.style6 h6{font-family:Roboto,sans-serif;font-size:calc(11px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589;margin:0}html.style6 .h1,html.style6 .h2,html.style6 .h3,html.style6 .h4,html.style6 .h5,html.style6 .h6,html.style6 h1,html.style6 h2,html.style6 h3,html.style6 h4,html.style6 h5,html.style6 h6{line-height:1.1}html.style6 span{font-size:11px;color:#223645}html.style6 .title2,html.style6 span{font-family:Montserrat,sans-serif;font-weight:700}html.style6 .title2{font-size:calc(22px + 14*(100vw - 320px)/1600);color:#fff;margin:0}html.style6 p{font-family:Roboto,sans-serif;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:400;color:#647589}html.style6 a:hover{text-decoration:none;color:#ff803c}html.style6 .theme-title{position:relative}html.style6 .theme-title h4{font-family:Roboto,sans-serif;padding-top:5px}html.style6 .p-0{padding:0}html.style6 .p-5{padding:5px}html.style6 .p-10{padding:10px}html.style6 .p-15{padding:15px}html.style6 .p-20{padding:20px}html.style6 .p-25{padding:25px}html.style6 .p-30{padding:30px}html.style6 .p-35{padding:35px}html.style6 .p-40{padding:40px}html.style6 .p-45{padding:45px}html.style6 .p-50{padding:50px}html.style6 .p-l-0{padding-left:0}html.style6 .p-l-5{padding-left:5px}html.style6 .p-l-10{padding-left:10px}html.style6 .p-l-15{padding-left:15px}html.style6 .p-l-20{padding-left:20px}html.style6 .p-l-25{padding-left:25px}html.style6 .p-l-30{padding-left:30px}html.style6 .p-l-35{padding-left:35px}html.style6 .p-l-40{padding-left:40px}html.style6 .p-l-45{padding-left:45px}html.style6 .p-l-50{padding-left:50px}html.style6 .p-t-0{padding-top:0!important}html.style6 .p-t-5{padding-top:5px!important}html.style6 .p-t-10{padding-top:10px!important}html.style6 .p-t-15{padding-top:15px!important}html.style6 .p-t-20{padding-top:20px!important}html.style6 .p-t-25{padding-top:25px!important}html.style6 .p-t-30{padding-top:30px!important}html.style6 .p-t-35{padding-top:35px!important}html.style6 .p-t-40{padding-top:40px!important}html.style6 .p-t-45{padding-top:45px!important}html.style6 .p-t-50{padding-top:50px!important}html.style6 .p-b-0{padding-bottom:0!important}html.style6 .p-b-5{padding-bottom:5px!important}html.style6 .p-b-10{padding-bottom:10px!important}html.style6 .p-b-15{padding-bottom:15px!important}html.style6 .p-b-20{padding-bottom:20px!important}html.style6 .p-b-25{padding-bottom:25px!important}html.style6 .p-b-30{padding-bottom:30px!important}html.style6 .p-b-35{padding-bottom:35px!important}html.style6 .p-b-40{padding-bottom:40px!important}html.style6 .p-b-45{padding-bottom:45px!important}html.style6 .p-b-50{padding-bottom:50px!important}html.style6 .p-r-0{padding-right:0}html.style6 .p-r-5{padding-right:5px}html.style6 .p-r-10{padding-right:10px}html.style6 .p-r-15{padding-right:15px}html.style6 .p-r-20{padding-right:20px}html.style6 .p-r-25{padding-right:25px}html.style6 .p-r-30{padding-right:30px}html.style6 .p-r-35{padding-right:35px}html.style6 .p-r-40{padding-right:40px}html.style6 .p-r-45{padding-right:45px}html.style6 .p-r-50{padding-right:50px}html.style6 .m-0{margin:0!important}html.style6 .m-5{margin:5px!important}html.style6 .m-10{margin:10px!important}html.style6 .m-15{margin:15px!important}html.style6 .m-20{margin:20px!important}html.style6 .m-25{margin:25px!important}html.style6 .m-30{margin:30px!important}html.style6 .m-35{margin:35px!important}html.style6 .m-40{margin:40px!important}html.style6 .m-45{margin:45px!important}html.style6 .m-50{margin:50px!important}html.style6 .m-t-0{margin-top:0!important}html.style6 .m-t-5{margin-top:5px!important}html.style6 .m-t-10{margin-top:10px!important}html.style6 .m-t-15{margin-top:15px!important}html.style6 .m-t-20{margin-top:20px!important}html.style6 .m-t-25{margin-top:25px!important}html.style6 .m-t-30{margin-top:30px!important}html.style6 .m-t-35{margin-top:35px!important}html.style6 .m-t-40{margin-top:40px!important}html.style6 .m-t-45{margin-top:45px!important}html.style6 .m-t-50{margin-top:50px!important}html.style6 .m-b-0{margin-bottom:0!important}html.style6 .m-b-5{margin-bottom:5px!important}html.style6 .m-b-10{margin-bottom:10px!important}html.style6 .m-b-15{margin-bottom:15px!important}html.style6 .m-b-20{margin-bottom:20px!important}html.style6 .m-b-25{margin-bottom:25px!important}html.style6 .m-b-30{margin-bottom:30px!important}html.style6 .m-b-35{margin-bottom:35px!important}html.style6 .m-b-40{margin-bottom:40px!important}html.style6 .m-b-45{margin-bottom:45px!important}html.style6 .m-b-50{margin-bottom:50px!important}html.style6 .m-l-0{margin-left:0!important}html.style6 .m-l-5{margin-left:5px!important}html.style6 .m-l-10{margin-left:10px!important}html.style6 .m-l-15{margin-left:15px!important}html.style6 .m-l-20{margin-left:20px!important}html.style6 .m-l-25{margin-left:25px!important}html.style6 .m-l-30{margin-left:30px!important}html.style6 .m-l-35{margin-left:35px!important}html.style6 .m-l-40{margin-left:40px!important}html.style6 .m-l-45{margin-left:45px!important}html.style6 .m-l-50{margin-left:50px!important}html.style6 .m-r-0{margin-right:0}html.style6 .m-r-5{margin-right:5px}html.style6 .m-r-10{margin-right:10px}html.style6 .m-r-15{margin-right:15px}html.style6 .m-r-20{margin-right:20px}html.style6 .m-r-25{margin-right:25px}html.style6 .m-r-30{margin-right:30px}html.style6 .m-r-35{margin-right:35px}html.style6 .m-r-40{margin-right:40px}html.style6 .m-r-45{margin-right:45px}html.style6 .m-r-50{margin-right:50px}html.style6 .img-10{width:10px!important}html.style6 .img-20{width:20px!important}html.style6 .img-30{width:30px!important}html.style6 .img-40{width:40px!important}html.style6 .img-50{width:50px!important}html.style6 .img-60{width:60px!important}html.style6 .img-70{width:70px!important}html.style6 .img-80{width:80px!important}html.style6 .img-90{width:90px!important}html.style6 .img-100{width:100px!important}html.style6 .rounded{border-radius:5px!important}html.style6 .rouded15{border-radius:15px!important}html.style6 .font-primary{color:#ff803c!important}html.style6 .font-success{color:#3fcc35!important}html.style6 .font-danger{color:#ff4e2b!important}html.style6 .font-light{color:#eff1f2!important}html.style6 .font-warning{color:#ffc514!important}html.style6 .badge-primary{background-color:#ff803c!important}html.style6 .badge-outline-primary{background-color:rgba(255,128,60,.15)!important;color:#ff803c;transition:all .3s ease}html.style6 .badge-outline-primary:hover{transition:all .3s ease;background-color:rgba(255,128,60,.25)!important;color:#ff803c!important}html.style6 .badge-success{background-color:#3fcc35!important}html.style6 .badge-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;transition:all .3s ease}html.style6 .badge-outline-success:hover{transition:all .3s ease;background-color:rgba(63,204,53,.25)!important;color:#3fcc35!important}html.style6 .badge-danger{background-color:#ff4e2b!important}html.style6 .badge-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;transition:all .3s ease}html.style6 .badge-outline-danger:hover{transition:all .3s ease;background-color:rgba(255,78,43,.25)!important;color:#ff4e2b!important}html.style6 .badge-light{background-color:#eff1f2!important}html.style6 .badge-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;transition:all .3s ease;background-color:rgba(34,54,69,.15)!important;color:#223645}html.style6 .badge-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2!important;transition:all .3s ease;background-color:rgba(239,241,242,.5)!important;color:#223645!important}html.style6 .badge-dark{background-color:#223645!important}html.style6 .badge-outline-dark{background-color:rgba(34,54,69,.15)!important;color:#223645;transition:all .3s ease}html.style6 .badge-outline-dark:hover{transition:all .3s ease;background-color:rgba(34,54,69,.25)!important;color:#223645!important}html.style6 .badge-warning{background-color:#ffc514!important}html.style6 .badge-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;transition:all .3s ease}html.style6 .badge-outline-warning:hover{transition:all .3s ease;background-color:rgba(255,197,20,.25)!important;color:#ffc514!important}html.style6 .badge-light{color:#223645}html.style6 .badge{font-size:12px;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;letter-spacing:.5px;padding:3px 10px;border-radius:10px;display:inline-flex;align-items:center}html.style6 .badge i{font-weight:800;margin-right:5px}html.style6 .badge svg{height:13px;width:13px;margin-right:5px}html.style6 .badge.xl{font-size:108%;font-family:Montserrat,sans-serif;font-weight:700;border-radius:25px;padding:11px 20px}html.style6 .badge.xl svg{height:14px}html.style6 .badge.sm{font-size:81%;padding:4px;border-radius:5px;font-weight:600}html.style6 .badge.sm svg{height:11px;width:11px}html.style6 .badge-one .badge.sm{padding:4px 4px 2px}html.style6 .bg-primary{background-color:#ff803c!important}html.style6 .bg-success{background-color:#3fcc35!important}html.style6 .bg-danger{background-color:#ff4e2b!important}html.style6 .bg-light{background-color:#eff1f2!important}html.style6 .bg-warning{background-color:#ffc514!important}html.style6 .bg-transparent{background-color:transparent!important}html.style6 .btn{font-size:calc(14px + 2*(100vw - 320px)/1600);font-weight:600;text-transform:capitalize;padding:15px 40px;border-radius:10px}html.style6 .btn-group-sm>.btn,html.style6 .btn.btn-sm{padding:10px 30px}html.style6 .btn-primary{background-color:#ff803c;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style6 .btn-primary.disabled,html.style6 .btn-primary:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style6 .btn-primary.active,html.style6 .btn-primary:active,html.style6 .btn-primary:focus,html.style6 .btn-primary:hover{background-color:#ff5f09!important;border-color:#ff5f09!important;transition:all .3s ease;outline:none!important;color:#fff}html.style6 .btn-primary:focus{outline:none!important;box-shadow:0 0 3px 2px #ffe4d5;transition:all .3s ease}html.style6 .btn-outline-primary{background-color:rgba(255,128,60,.15)!important;color:#ff803c;border:none!important;transition:all .3s ease}html.style6 .btn-outline-primary.disabled,html.style6 .btn-outline-primary:disabled{background-color:rgba(255,128,60,.1)!important;color:#ff803c;border:none!important;transition:all .3s ease}html.style6 .btn-outline-primary.active,html.style6 .btn-outline-primary:active,html.style6 .btn-outline-primary:focus,html.style6 .btn-outline-primary:hover{background-color:rgba(255,128,60,.25)!important;color:#ff803c;border:none!important;transition:all .3s ease}html.style6 .btn-outline-primary:focus{box-shadow:0 0 3px 2px #ffe4d5;transition:all .3s ease}html.style6 .btn-success{background-color:#3fcc35;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style6 .btn-success.disabled,html.style6 .btn-success:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style6 .btn-success.active,html.style6 .btn-success:active,html.style6 .btn-success:focus,html.style6 .btn-success:hover{background-color:#32a42a!important;border-color:#32a42a!important;transition:all .3s ease;outline:none!important;color:#fff}html.style6 .btn-success:focus{outline:none!important;box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}html.style6 .btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style6 .btn-outline-success.disabled,html.style6 .btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style6 .btn-outline-success.active,html.style6 .btn-outline-success:active,html.style6 .btn-outline-success:focus,html.style6 .btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;color:#3fcc35;border:none!important;transition:all .3s ease}html.style6 .btn-outline-success:focus{box-shadow:0 0 3px 2px #b3ebaf;transition:all .3s ease}html.style6 .btn-danger{background-color:#ff4e2b;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style6 .btn-danger.disabled,html.style6 .btn-danger:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style6 .btn-danger.active,html.style6 .btn-danger:active,html.style6 .btn-danger:focus,html.style6 .btn-danger:hover{background-color:#f72900!important;border-color:#f72900!important;transition:all .3s ease;outline:none!important;color:#fff}html.style6 .btn-danger:focus{outline:none!important;box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}html.style6 .btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style6 .btn-outline-danger.disabled,html.style6 .btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style6 .btn-outline-danger.active,html.style6 .btn-outline-danger:active,html.style6 .btn-outline-danger:focus,html.style6 .btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;color:#ff4e2b;border:none!important;transition:all .3s ease}html.style6 .btn-outline-danger:focus{box-shadow:0 0 3px 2px #ffcec4;transition:all .3s ease}html.style6 .btn-light{background-color:#eff1f2;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style6 .btn-light.disabled,html.style6 .btn-light:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style6 .btn-light.active,html.style6 .btn-light:active,html.style6 .btn-light:focus,html.style6 .btn-light:hover{background-color:#d3d8db!important;border-color:#d3d8db!important;transition:all .3s ease;outline:none!important;color:#fff}html.style6 .btn-light:focus{outline:none!important;box-shadow:0 0 3px 2px #fff;transition:all .3s ease}html.style6 .btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}html.style6 .btn-outline-light.disabled,html.style6 .btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;color:#eff1f2;border:none!important;transition:all .3s ease}html.style6 .btn-outline-light.active,html.style6 .btn-outline-light:active,html.style6 .btn-outline-light:focus,html.style6 .btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;color:#eff1f2;border:none!important;transition:all .3s ease}html.style6 .btn-outline-light:focus{box-shadow:0 0 3px 2px #fff;transition:all .3s ease}html.style6 .btn-outline-light.active,html.style6 .btn-outline-light:active,html.style6 .btn-outline-light:focus,html.style6 .btn-outline-light:hover{background-color:#e1e5e7!important}html.style6 .btn-warning{background-color:#ffc514;border-color:#1a4b69!important;color:#fff!important;transition:all .3s ease}html.style6 .btn-warning.disabled,html.style6 .btn-warning:disabled{background-color:rgba(26,75,105,.2)!important;border-color:rgba(26,75,105,.2)!important;transition:all .3s ease}html.style6 .btn-warning.active,html.style6 .btn-warning:active,html.style6 .btn-warning:focus,html.style6 .btn-warning:hover{background-color:#e0a900!important;border-color:#e0a900!important;transition:all .3s ease;outline:none!important;color:#fff}html.style6 .btn-warning:focus{outline:none!important;box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}html.style6 .btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style6 .btn-outline-warning.disabled,html.style6 .btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style6 .btn-outline-warning.active,html.style6 .btn-outline-warning:active,html.style6 .btn-outline-warning:focus,html.style6 .btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;color:#ffc514;border:none!important;transition:all .3s ease}html.style6 .btn-outline-warning:focus{box-shadow:0 0 3px 2px #ffebad;transition:all .3s ease}html.style6 .btn-light{color:#223645!important}html.style6 .btn-light.active,html.style6 .btn-light:active,html.style6 .btn-light:focus{box-shadow:0 0 3px 2px #eff1f2}html.style6 .icon-btn{height:32px;width:32px;border-radius:100%;font-weight:800;align-items:center;justify-content:center;display:inline-flex;border:0!important}html.style6 .icon-btn i{font-size:16px}html.style6 .icon-btn svg{width:16px;height:16px;stroke-width:3px;vertical-align:middle}html.style6 .icon-btn.btn-xl{height:60px;width:60px;padding:18px}html.style6 .icon-btn.btn-xl i{font-size:24px}html.style6 .icon-btn.btn-xl svg{height:24px;width:24px}html.style6 .btn-group-sm>.icon-btn.btn,html.style6 .icon-btn.btn-sm{height:34px;width:34px;display:inline-flex}html.style6 .icon-btn.btn-xs{height:30px;width:30px;padding:8.5px}html.style6 .icon-btn.btn-xs svg{height:12px;width:12px}html.style6 .icon-btn.btn-outline-primary{background-color:rgba(255,128,60,.15)!important;color:#ff803c!important;border:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-primary.disabled,html.style6 .icon-btn.btn-outline-primary:disabled{background-color:rgba(255,128,60,.1)!important;border:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-primary.active,html.style6 .icon-btn.btn-outline-primary:active,html.style6 .icon-btn.btn-outline-primary:focus,html.style6 .icon-btn.btn-outline-primary:hover{background-color:rgba(255,128,60,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style6 .icon-btn.btn-outline-primary.active{background-color:#ff803c!important;color:#fff!important}html.style6 .icon-btn.btn-outline-primary:focus{box-shadow:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-primary.button-effect .effect-wave{background-color:#ffa16f}html.style6 .icon-btn.btn-outline-success{background-color:rgba(63,204,53,.15)!important;color:#3fcc35!important;border:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-success.disabled,html.style6 .icon-btn.btn-outline-success:disabled{background-color:rgba(63,204,53,.1)!important;border:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-success.active,html.style6 .icon-btn.btn-outline-success:active,html.style6 .icon-btn.btn-outline-success:focus,html.style6 .icon-btn.btn-outline-success:hover{background-color:rgba(63,204,53,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style6 .icon-btn.btn-outline-success.active{background-color:#3fcc35!important;color:#fff!important}html.style6 .icon-btn.btn-outline-success:focus{box-shadow:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-success.button-effect .effect-wave{background-color:#66d65e}html.style6 .icon-btn.btn-outline-danger{background-color:rgba(255,78,43,.15)!important;color:#ff4e2b!important;border:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-danger.disabled,html.style6 .icon-btn.btn-outline-danger:disabled{background-color:rgba(255,78,43,.1)!important;border:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-danger.active,html.style6 .icon-btn.btn-outline-danger:active,html.style6 .icon-btn.btn-outline-danger:focus,html.style6 .icon-btn.btn-outline-danger:hover{background-color:rgba(255,78,43,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style6 .icon-btn.btn-outline-danger.active{background-color:#ff4e2b!important;color:#fff!important}html.style6 .icon-btn.btn-outline-danger:focus{box-shadow:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-danger.button-effect .effect-wave{background-color:#ff795e}html.style6 .icon-btn.btn-outline-light{background-color:rgba(239,241,242,.15)!important;color:#eff1f2!important;border:none!important;transition:all .3s ease;color:#223645!important;background-color:#eff1f2!important}html.style6 .icon-btn.btn-outline-light.disabled,html.style6 .icon-btn.btn-outline-light:disabled{background-color:rgba(239,241,242,.1)!important;border:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-light.active,html.style6 .icon-btn.btn-outline-light:active,html.style6 .icon-btn.btn-outline-light:focus,html.style6 .icon-btn.btn-outline-light:hover{background-color:rgba(239,241,242,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style6 .icon-btn.btn-outline-light.active{background-color:#eff1f2!important;color:#fff!important}html.style6 .icon-btn.btn-outline-light:focus{box-shadow:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-light.button-effect .effect-wave{background-color:#fff}html.style6 .icon-btn.btn-outline-light.active,html.style6 .icon-btn.btn-outline-light:active,html.style6 .icon-btn.btn-outline-light:focus,html.style6 .icon-btn.btn-outline-light:hover{background-color:#e1e5e7!important}html.style6 .icon-btn.btn-outline-warning{background-color:rgba(255,197,20,.15)!important;color:#ffc514!important;border:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-warning.disabled,html.style6 .icon-btn.btn-outline-warning:disabled{background-color:rgba(255,197,20,.1)!important;border:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-warning.active,html.style6 .icon-btn.btn-outline-warning:active,html.style6 .icon-btn.btn-outline-warning:focus,html.style6 .icon-btn.btn-outline-warning:hover{background-color:rgba(255,197,20,.25)!important;border:none!important;transition:all .3s ease;text-decoration:none}html.style6 .icon-btn.btn-outline-warning.active{background-color:#ffc514!important;color:#fff!important}html.style6 .icon-btn.btn-outline-warning:focus{box-shadow:none!important;transition:all .3s ease}html.style6 .icon-btn.btn-outline-warning.button-effect .effect-wave{background-color:#ffd247}html.style6 .dot-btn{position:relative;display:inline-block}html.style6 .dot-btn:before{content:"";height:9px;width:9px;position:absolute;top:5px;right:1px;border-radius:100%;z-index:1;border:1px solid #fff}html.style6 .dot-btn.grow:before{border:none;height:7px;width:7px}html.style6 .dot-btn.grow:after{content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}html.style6 .dot-btn.dot-primary:before{background-color:#ff803c!important}html.style6 .dot-btn.dot-primary.grow:after{border:5px solid #ff803c;animation:grow 1s ease-out infinite}html.style6 .dot-btn.dot-success:before{background-color:#3fcc35!important}html.style6 .dot-btn.dot-success.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite}html.style6 .dot-btn.dot-danger:before{background-color:#ff4e2b!important}html.style6 .dot-btn.dot-danger.grow:after{border:5px solid #ff4e2b;animation:grow 1s ease-out infinite}html.style6 .dot-btn.dot-light:before{background-color:#eff1f2!important;background-color:#223645!important}html.style6 .dot-btn.dot-light.grow:after{border:5px solid #eff1f2;animation:grow 1s ease-out infinite;border:5px solid #223645}html.style6 .dot-btn.dot-warning:before{background-color:#ffc514!important}html.style6 .dot-btn.dot-warning.grow:after{border:5px solid #ffc514;animation:grow 1s ease-out infinite}@keyframes grow{0%{transform:scale(.1);opacity:.1}33%{transform:scale(.5);opacity:.3}66%{transform:scale(.8);opacity:.5}to{transform:scale(1);opacity:0}}html.style6 .theme-btn-group a+a{margin-left:5px;border-radius:15px}html.style6 .theme-btn-group .btn-group-sm>a+a.btn,html.style6 .theme-btn-group a+a.btn-sm{border-radius:10px}html.style6 .theme-btn-group a:first-child{border-radius:15px 15px 0}html.style6 .theme-btn-group .btn-group-sm>a.btn:first-child,html.style6 .theme-btn-group a:first-child.btn-sm{border-radius:10px 10px 0}html.style6 .theme-btn-group a:last-child{border-radius:15px 15px 15px 0}html.style6 .theme-btn-group .btn-group-sm>a.btn:last-child,html.style6 .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 10px 0}html.style6 .profile{width:60px;height:60px;display:inline-block;border-radius:20px;position:relative}html.style6 .profile span{font-size:22px;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);color:#fff}html.style6 .profile.busy:before,html.style6 .profile.offline:before,html.style6 .profile.online:before,html.style6 .profile.unreachable:before{content:"";position:absolute;height:13px;width:13px;border-radius:100%;border:2px solid #fff;right:0}html.style6 .profile.unreachable:before{background-color:#ffc514}html.style6 .profile.online:before{background-color:#3fcc35}html.style6 .profile.busy:before{background-color:#ff4e2b}html.style6 .profile.offline:before{background-color:#828282}@keyframes circle{0%{opacity:1}40%{opacity:1}to{width:200%;height:200%;opacity:0}}html.style6 .button-effect{display:inline-flex;overflow:hidden;position:relative}html.style6 .button-effect:before{position:absolute;top:50%;left:50%;z-index:2;display:block;content:"";width:0;height:0;background:hsla(0,0%,100%,.2);border-radius:100%;transform:translate(-50%,-50%);opacity:0}html.style6 .button-effect:hover{cursor:pointer}html.style6 .button-effect:hover:before{animation:circle .75s}html.style6 .effect-wave{display:block;position:absolute;transform:translateX(-50%) translateY(-50%);width:0;height:0;background-color:#eff1f2;border-radius:50%;opacity:.5}html.style6 .is-animating{transform:translateZ(0) scale(1)}html.style6 .is-animating.btn-success{animation:phone-outer-success 3s infinite}html.style6 .is-animating.btn-danger{animation:phone-outer-danger 3s infinite}html.style6 .is-animating.btn-danger svg{transform:rotate(135deg);animation:none}html.style6 .is-animating:before{position:absolute;content:"";top:0;left:0;width:60px;height:60px;background-color:hsla(0,0%,100%,.2);border-radius:100%;opacity:1;transform:translateZ(0) scale(0);animation:phone-inner 3s infinite}html.style6 .is-animating svg{animation:phone-icon 3s infinite;transform:translateZ(0);fill:#fff;stroke-width:1px}html.style6 .is-animating.cancelcall,html.style6 .is-animating.cancelcall:before{animation:none}html.style6 .social-group li{display:inline-block}html.style6 .social-group li+li{margin-left:5px}html.style6 .social-group li .btn-google{background-color:#3b5998;color:#fff}html.style6 .social-group li .btn-twiter{background-color:#55acee;color:#fff}html.style6 .social-group li .btn-linkedin{background-color:#0e76a8;color:#fff}html.style6 .social-group li .btn-instagram{background-color:#e4405f;color:#fff}html.style6 .btn-primary.is-animating{box-shadow:0 0 0 0 rgba(255,128,60,0),0 .05em .1em rgba(0,0,0,.2)}html.style6 .btn-success.is-animating{box-shadow:0 0 0 0 rgba(63,204,53,0),0 .05em .1em rgba(0,0,0,.2)}html.style6 .btn-danger.is-animating{box-shadow:0 0 0 0 rgba(255,78,43,0),0 .05em .1em rgba(0,0,0,.2)}html.style6 .btn-light.is-animating{box-shadow:0 0 0 0 rgba(239,241,242,0),0 .05em .1em rgba(0,0,0,.2)}html.style6 .btn-warning.is-animating{box-shadow:0 0 0 0 rgba(255,197,20,0),0 .05em .1em rgba(0,0,0,.2)}@keyframes phone-outer-success{0%{transform:translateZ(0) scale(1);box-shadow:0 0 0 0 rgba(63,204,53,0),0 .05em .1em rgba(0,0,0,.2)}33.3333%{transform:translateZ(0) scale(1.1);box-shadow:0 0 0 0 rgba(63,204,53,.9),0 .05em .1em rgba(0,0,0,.5)}66.6666%{transform:translateZ(0) scale(1);box-shadow:0 0 0 1.2em rgba(63,204,53,0),0 .05em .1em rgba(0,0,0,.2)}to{transform:translateZ(0) scale(1);box-shadow:0 0 0 0 rgba(63,204,53,0),0 .05em .1em rgba(0,0,0,.2)}}@keyframes phone-outer-danger{0%{transform:translateZ(0) scale(1);box-shadow:0 0 0 0 rgba(255,78,43,0),0 .05em .1em rgba(0,0,0,.2)}33.3333%{transform:translateZ(0) scale(1.1);box-shadow:0 0 0 0 rgba(255,78,43,.9),0 .05em .1em rgba(0,0,0,.5)}66.6666%{transform:translateZ(0) scale(1);box-shadow:0 0 0 1.2em rgba(255,78,43,0),0 .05em .1em rgba(0,0,0,.2)}to{transform:translateZ(0) scale(1);box-shadow:0 0 0 0 rgba(255,78,43,0),0 .05em .1em rgba(0,0,0,.2)}}@keyframes phone-inner{0%{opacity:1;transform:translateZ(0) scale(0)}33.3333%{opacity:1;transform:translateZ(0) scale(.9)}66.6666%{opacity:0;transform:translateZ(0) scale(0)}to{opacity:0;transform:translateZ(0) scale(0)}}@keyframes phone-icon{0%{transform:translateZ(0)}2%{transform:translate3d(.6px,0,0)}4%{transform:translate3d(-.6px,0,0)}6%{transform:translate3d(.6px,0,0)}8%{transform:translate3d(-.6px,0,0)}10%{transform:translate3d(.6px,0,0)}12%{transform:translate3d(-.6px,0,0)}14%{transform:translate3d(.6px,0,0)}16%{transform:translate3d(-.6px,0,0)}18%{transform:translate3d(.6px,0,0)}20%{transform:translate3d(-.6px,0,0)}22%{transform:translate3d(.6px,0,0)}24%{transform:translate3d(-.6px,0,0)}26%{transform:translate3d(.6px,0,0)}28%{transform:translate3d(-.6px,0,0)}30%{transform:translate3d(.6px,0,0)}32%{transform:translate3d(-.6px,0,0)}34%{transform:translate3d(.6px,0,0)}36%{transform:translate3d(-.6px,0,0)}38%{transform:translate3d(.6px,0,0)}40%{transform:translate3d(-.6px,0,0)}42%{transform:translate3d(.6px,0,0)}44%{transform:translate3d(-.6px,0,0)}46%{transform:translateZ(0)}}html.style6 .btn-fix{position:fixed;bottom:20px;margin-left:-30px;z-index:9}html.style6 .theme-tab .nav-tabs{border:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:20px}html.style6 .theme-tab .nav-tabs .nav-item .nav-link{font-size:calc(14px + 1*(100vw - 320px)/1600);font-weight:700;padding:7px 30px;min-height:30px;border-radius:10px;min-width:140px;background-color:#eff1f2!important;border:none!important;color:#223645!important;text-align:center;transition:all .3s ease;justify-content:center}html.style6 .theme-tab .nav-tabs .nav-item .nav-link.active{background-color:rgba(255,128,60,.15)!important;color:#ff803c!important;transition:all .3s ease}html.style6 .theme-tab.chat-tabs #myTab1 .nav-tabs{justify-content:center}html.style6 .theme-tab.chat-tabs #myTab1 .nav-tabs .nav-link{margin:0 10px}html.style6 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link{border-radius:25px;padding:0 14px;font-size:calc(13px + 1*(100vw - 320px)/1600);line-height:2.2;min-width:unset;color:#223645;background-color:#eff1f2;display:flex;align-items:center}html.style6 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{height:16px;fill:#223645!important;transition:all .3s ease;stroke-width:1px}html.style6 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{color:#fff!important;background-color:#ff803c!important;transition:all .3s ease;box-shadow:-1px 10px 16px -10px #ff803c}html.style6 .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active svg{fill:#fff!important;transition:all .3s ease}html.style6 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 25px;min-width:auto;display:flex;font-size:13px}html.style6 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}html.style6 .tab-card{text-align:center;padding:20px;border:1px solid #eff1f2;border-radius:15px}html.style6 .tab-card+.tab-card{margin-top:15px}html.style6 .msg-box>li .auto-gallery,html.style6 .msg-box>li .document,html.style6 .msg-box>li>h5{display:inline-block;padding:16px 25px;background-color:#e9e9e9;color:#595959;border-radius:0 25px 25px 0;font-weight:400;font-size:14px;font-family:Lato}html.style6 .msg-box>li .refresh-block{display:inline-grid;justify-content:center;align-items:center}html.style6 .msg-box>li .refresh-block .refresh{margin-bottom:10px;transition:all .3s ease}html.style6 .msg-box>li .refresh-block .refresh:hover{transition:all .3s ease;cursor:pointer}html.style6 .msg-box>li .refresh-block .refresh.refreshed,html.style6 .msg-box>li .refresh-block .refresh:hover{color:#fff!important;background-color:#ff803c!important}html.style6 .msg-box>li .refresh-block .refresh.refreshed svg{transform:rotate(1turn);transition:all 3s ease}html.style6 .msg-box>li .refresh-block>div:last-child{display:flex;justify-content:center;align-items:center}html.style6 .msg-box>li:first-child h5{border-radius:30px 25px 25px 0}html.style6 .msg-box>li:last-child .auto-gallery,html.style6 .msg-box>li:last-child .document,html.style6 .msg-box>li:last-child h5{border-radius:16px 16px 16px 0;background-color:#000;color:#fff}html.style6 .msg-box>li+li{margin-top:12px;position:relative}html.style6 .msg-box>li>h5>div>a{color:#328dff!important;cursor:pointer}@media(max-width:767px){html.style6 .msg-box{max-width:90vw}html.style6 .msg-box>li>h5{max-width:80vw;overflow-x:hidden;padding:20px}html.style6 .msg-box>li>h5>div>a{max-width:50%!important;width:50%!important}}html.style6 .contact-chat{margin-top:100px}html.style6 .contact-chat>ul.str-msg h5{font-size:13px}html.style6 .contact-chat>ul.str-msg h6{font-size:9px}html.style6 .contact-chat>ul.str-msg li{padding-left:0!important;width:100%}html.style6 .contact-chat>ul.str-msg li .media .profile{margin-left:.7rem!important}html.style6 .contact-chat>ul.str-msg li .contact-name .msg-box{margin-top:5px}html.style6 .contact-chat>ul.str-msg li .msg-box>li>h5{padding:8px 25px;font-size:12px;line-height:1.6;color:#223645;background-color:#e5e8e9}html.style6 .contact-chat>ul.str-msg li .profile{width:30px;height:30px}html.style6 .contact-chat>ul.chatappend{display:flex;flex-direction:column}html.style6 .contact-chat>ul.chatappend>li:last-child .msg-box>li .msg-dropdown{bottom:50px!important;top:unset!important}html.style6 .contact-chat>ul.chatappend .last{order:999}html.style6 .contact-chat>ul>li.sent .document{border-radius:0 50px 50px 50px}html.style6 .contact-chat>ul>li.sent .document .icon-btns a{background-color:#ff762d!important}html.style6 .contact-chat>ul>li.sent .document .details h5,html.style6 .contact-chat>ul>li.sent .document .details h6{color:#eff1f2}html.style6 .contact-chat>ul>li.sent .document i{color:#fff!important}html.style6 .contact-chat>ul>li.sent .document .details,html.style6 .contact-chat>ul>li.sent .document .icon-btns{display:inline-block}html.style6 .contact-chat>ul>li.replies,html.style6 .contact-chat>ul>li.sent{width:60%}html.style6 .contact-chat>ul>li.replies .auto-gallery,html.style6 .contact-chat>ul>li.sent .auto-gallery{background-color:rgba(255,128,60,.15)!important;padding:16px 25px 0 15px}html.style6 .contact-chat>ul>li.replies .auto-gallery li,html.style6 .contact-chat>ul>li.sent .auto-gallery li{display:inline-block!important;height:85px;width:85px;border-radius:20px;margin-left:10px;margin-bottom:10px}html.style6 .contact-chat>ul>li.replies .document,html.style6 .contact-chat>ul>li.sent .document{padding:25px 35px;display:flex;align-items:center}html.style6 .contact-chat>ul>li.replies .document .icon-btns a,html.style6 .contact-chat>ul>li.sent .document .icon-btns a{background-color:#f8e1d3!important}html.style6 .contact-chat>ul>li.replies .document .icon-btns a+a,html.style6 .contact-chat>ul>li.sent .document .icon-btns a+a{margin-left:10px}html.style6 .contact-chat>ul>li.replies .document .details,html.style6 .contact-chat>ul>li.sent .document .details{padding-left:15px;padding-right:30px;text-align:left}html.style6 .contact-chat>ul>li.replies .document .details h5,html.style6 .contact-chat>ul>li.sent .document .details h5{display:block;padding-bottom:5px}html.style6 .contact-chat>ul>li.replies .document i,html.style6 .contact-chat>ul>li.sent .document i{font-size:40px}html.style6 .contact-chat>ul>li.replies .document .details,html.style6 .contact-chat>ul>li.replies .document .icon-btns,html.style6 .contact-chat>ul>li.sent .document .details,html.style6 .contact-chat>ul>li.sent .document .icon-btns{display:inline-block}html.style6 .contact-chat>ul>li.replies{margin-left:auto;text-align:right}html.style6 .contact-chat>ul>li.replies .document{border-radius:50px 0 50px 50px}html.style6 .contact-chat>ul>li.replies .auto-gallery{padding:16px 25px 5px 15px}html.style6 .contact-chat>ul>li.replies .auto-gallery li{float:right}html.style6 .contact-chat>ul>li.replies .msg-box li{display:inline-flex}html.style6 .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}html.style6 .contact-chat>ul>li.replies .msg-box li:last-child{display:flex;flex-direction:row-reverse;align-items:center;margin-left:auto}html.style6 .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,html.style6 .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:15px 15px 0 15px}html.style6 .contact-chat>ul>li.replies .msg-box li .auto-gallery,html.style6 .contact-chat>ul>li.replies .msg-box li .document,html.style6 .contact-chat>ul>li.replies .msg-box li>h5{background-color:#e40d6a;color:#fff;font-size:14px!important;font-family:Lato!important}html.style6 .contact-chat>ul>li.replies .msg-box li .badge{margin-left:0!important;margin-right:.5rem!important}html.style6 .contact-chat>ul>li.replies .media{flex-direction:row-reverse}html.style6 .contact-chat>ul>li.replies .media .profile{margin-left:1.5rem!important;margin-right:0!important}html.style6 .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:10px;margin-left:unset}html.style6 .contact-chat>ul>li+li{margin-top:10px}html.style6 .contact-chat>ul>li .contact-name .msg-box{margin-top:15px}html.style6 .contact-chat>ul>li .contact-name .msg-box img{width:100%;border-radius:16px}html.style6 .contact-chat>ul>li .contact-name h5{font-family:Lato;display:inline-block;padding-right:20px;line-height:1.4}html.style6 .contact-chat>ul>li .contact-name h6{display:inline-block}html.style6 .msg-setting-main{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;transition:all .5s ease}html.style6 .msg-setting-main .msg-dropdown-main{position:relative;display:none;transition:all .5s ease}html.style6 .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#faeae0;width:38px;height:38px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-left:10px}html.style6 .msg-setting-main .msg-dropdown-main .msg-setting i{margin-bottom:-2px}html.style6 .msg-setting-main .msg-dropdown-main .msg-dropdown{background-color:#fff;border:2px solid #eff1f2;padding:15px;border-radius:15px;position:absolute;top:50px;left:0;z-index:1;text-align:left;display:none;transition:all .5s ease}html.style6 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li{font-size:14px;font-weight:600;text-transform:capitalize;margin-bottom:10px}html.style6 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li:last-child{margin-bottom:0}html.style6 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a{color:#595959;width:100%}html.style6 .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a i{font-size:16px;display:inline;margin-right:15px}html.style6 .msg-setting-main:hover .msg-dropdown-main{display:inline-block;order:0}html.style6 .custom-dropdown{height:0;width:0;position:absolute;right:0;background-color:#fff;z-index:99;opacity:0;overflow:hidden;overflow-x:hidden;overflow-y:scroll;border:1px solid #eff1f2;border-radius:15px;top:85px;transition:all .3s ease}html.style6 .custom-dropdown.open{opacity:1;transition:all .3s ease;height:200px;width:300px}html.style6 .onclick-dropdown{cursor:pointer}html.style6 .dropdown-menu .dropdown-divider{border-top:none}html.style6 .emojis-main{position:relative;display:flex;height:100%}html.style6 .emojis-main .toggle-sticker img{height:30px}html.style6 .emojis-main .toggle-sticker svg{height:50px;width:50px;fill:#ff803c}html.style6 .emojis-main .toggle-sticker svg path{stroke:#ff803c}html.style6 .emojis-main .toggle-sticker.active svg{fill:#fff}html.style6 .emojis-main .toggle-sticker.active svg path{stroke:#fff}html.style6 .emojis-main .emojis-contain,html.style6 .emojis-main .sticker-contain{width:0;height:0;background-color:#fff;position:absolute;bottom:0;left:0;padding:35px;transform:scale(0);transition:all .3s ease}html.style6 .emojis-main .emojis-contain.open,html.style6 .emojis-main .sticker-contain.open{bottom:85px;transform:scale(1);transition:all .3s ease;width:420px;height:280px}html.style6 .emojis-main .emojis-contain .emojis-sub-contain,html.style6 .emojis-main .sticker-contain .emojis-sub-contain{height:100%;overflow:overlay}html.style6 .emojis-main .emojis-contain .emojis-sub-contain:before,html.style6 .emojis-main .sticker-contain .emojis-sub-contain:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:70px;z-index:1}html.style6 .emojis-main .emojis-contain .emojis-sub-contain ul li,html.style6 .emojis-main .sticker-contain .emojis-sub-contain ul li{display:inline-block;font-size:24px;padding:5px;cursor:pointer}html.style6 .emojis-main .emojis-contain .sticker-sub-contain,html.style6 .emojis-main .sticker-contain .sticker-sub-contain{height:100%;overflow:overlay}html.style6 .emojis-main .emojis-contain .sticker-sub-contain ul li,html.style6 .emojis-main .sticker-contain .sticker-sub-contain ul li{display:inline-block}html.style6 .emojis-main .emojis-contain .sticker-sub-contain ul li img,html.style6 .emojis-main .sticker-contain .sticker-sub-contain ul li img{width:45px;height:auto}html.style6 .emojis-main .contact-poll{transition:all 1s ease}html.style6 .emojis-main .contact-poll .contact-poll-content{position:absolute;bottom:85px;left:90px;background-color:#fff;padding:30px;transition:all 1s ease;display:none}html.style6 .emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:15px;position:relative;text-transform:capitalize;font-size:16px;font-weight:600;padding-left:30px;transition:all .5s ease}html.style6 .emojis-main .contact-poll .contact-poll-content ul li:last-child{margin-bottom:0}html.style6 .emojis-main .contact-poll .contact-poll-content ul li a{color:#223645;transition:all .3s ease}html.style6 .emojis-main .contact-poll .contact-poll-content ul li a svg{width:18px;margin-right:15px;position:absolute;left:0}html.style6 .emojis-main .contact-poll .contact-poll-content ul li:hover a{color:#ff803c;transition:all .3s ease}html.style6 .emojis-main .contact-poll .contact-poll-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-12px;left:40px;z-index:1}html.style6 .main-nav .status>div:before{content:"";position:absolute;height:100%;width:100%;background-color:#ff803c;left:0;z-index:-1;top:0;border-radius:100%}html.style6 .main-nav .user-popup{height:43px;width:43px;padding:3px;border-radius:100%;margin:0 auto;position:relative}html.style6 .main-nav .user-popup.two>div:after{content:"";position:absolute;height:3px;width:100%;background-color:#fff;left:0;z-index:-1;top:22px}html.style6 .main-nav .user-popup.three>div:after{content:"";position:absolute;left:-6px;z-index:-1;top:-5px;width:0;height:0;border-left:33px solid transparent;border-right:28px solid transparent;border-bottom:43px solid #fff}html.style6 .main-nav .user-popup>div{height:37px;width:37px;border-radius:100%;margin:0 auto}html.style6 .chat-friend-toggle{position:relative}html.style6 .chat-friend-toggle .chat-frind-content{position:absolute;top:80px;right:0;padding:25px;background-color:#fff;text-align:left;display:none;text-transform:capitalize}html.style6 .chat-friend-toggle .chat-frind-content ul li{margin-bottom:15px;padding-left:50px!important;position:relative;display:inline-flex!important;align-items:center;height:30px}html.style6 .chat-friend-toggle .chat-frind-content ul li a{position:absolute;left:0}html.style6 .chat-friend-toggle .chat-frind-content ul li:last-child{margin-bottom:0;padding-top:20px;border-top:1px solid #eff1f2;height:34px}html.style6 .chat-friend-toggle .chat-frind-content ul li:before{border-left:5px solid #ff803c;content:"";position:absolute;top:0;left:15px}html.style6 .user-status{position:relative;padding:4px}html.style6 .user-status:before{content:"";position:absolute;height:100%;width:100%;background-color:#ff803c;left:0;z-index:-1;top:0;border-radius:100%}html.style6 .react-datepicker__day--keyboard-selected,html.style6 .react-datepicker__month-text--keyboard-selected,html.style6 .react-datepicker__quarter-text--keyboard-selected,html.style6 .react-datepicker__year-text--keyboard-selected{background-color:#ff803c}html.style6 .react-datepicker{border:none;box-shadow:0 4px 14px rgba(174,197,231,.5)}html.style6 .react-datepicker__header{border-bottom:none}html.style6 .chat-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;transition:all .3s ease}html.style6 .chat-main li .chat-box .icon-btn.btn-outline-light{position:absolute;right:0}html.style6 .chat-main li .chat-box .favourite svg{stroke:none;fill:#ff803c}html.style6 .chat-main li .chat-box .favourite.btn-primary svg{fill:#fff}html.style6 .chat-main li .chat-box.notification span{padding-top:0;padding-bottom:5px;display:inline-block}html.style6 .chat-main li .chat-box.notification p{margin-bottom:0;margin-top:8px;font-size:13px}html.style6 .chat-main li .details h6 img{height:20px}html.style6 .chat-main li.active{background-color:#fff9f5;border-left:4px solid #ff803c;transition:all .3s ease}html.style6 .chat-main li.active .details h6{font-weight:600;color:#ff803c;letter-spacing:1px}html.style6 .chat-main li .chat-box .date-status .ti-pin2.pined{opacity:1;transition:all .3s ease;color:#ff803c}html.style6 .chat-main li .chat-box{position:relative}html.style6 .chat-main li .chat-box .profile{position:absolute;left:0}html.style6 .chat-main li .chat-box .details{padding:12px 50px 13px 75px}html.style6 .chat-main li .chat-box .details h6{padding-top:8px;max-width:170px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}html.style6 .chat-main li .chat-box .date-status{position:absolute;right:0;top:0;text-align:right}html.style6 .chat-main li .chat-box .date-status .ti-pin2{opacity:0;transition:all .3s ease}html.style6 .chat-main li .chat-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style6 .chat-main li .chat-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style6 .chat-main li .chat-box:hover .date-status .ti-pin2{opacity:1;transition:all .3s ease}html.style6 ul.grop-icon{line-height:1;display:flex;align-items:center}html.style6 ul.grop-icon li{margin-left:0;margin-right:0;padding:0;border:2px solid #fff;border-radius:50%;transition:z-index .3s ease}html.style6 ul.grop-icon li:hover{z-index:9;transition:z-index .3s ease}html.style6 ul.grop-icon li:nth-child(2),html.style6 ul.grop-icon li:nth-child(3){margin-left:-10px}html.style6 ul.grop-icon li:last-child{font-size:12px;color:#223645;font-weight:700;border:none;border-radius:0;margin-left:5px}html.style6 ul.grop-icon li img{width:15px;height:15px;border-radius:50%}html.style6 .group-main li{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;padding-top:15px}html.style6 .group-main li.active{background-color:#fff9f5;border-left:4px solid #ff803c}html.style6 .group-main li.active .chat-box .details h6{font-weight:600;color:#ff803c}html.style6 .group-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}html.style6 .group-main .group-box{position:relative}html.style6 .group-main .group-box .profile{position:absolute;left:0}html.style6 .group-main .group-box .profile span{font-size:26px;font-weight:700}html.style6 .group-main .group-box .details{padding-left:75px;padding-top:12px;padding-bottom:13px}html.style6 .group-main .group-box .details h6{padding-top:5px;line-height:2}html.style6 .group-main .group-box .date-status{position:absolute;right:0;top:8px;text-align:right}html.style6 .group-main .group-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style6 .group-main .group-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style6 .contact-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}html.style6 .contact-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(255,128,60,.15);transition:all .3s ease}html.style6 .contact-log-main li.active:before{border-left:4px solid #ff803c;width:100%;transition:all .3s ease}html.style6 .contact-log-main li .contact-box{position:relative;height:60px}html.style6 .contact-log-main li .contact-box .contact-action{position:absolute;right:0;top:10px}html.style6 .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-left:5px}html.style6 .contact-log-main li .contact-box .profile{position:absolute;left:0}html.style6 .contact-log-main li .contact-box .details{height:60px;padding:12px 100px 13px 75px}html.style6 .contact-log-main li .contact-box .details h6{padding-top:8px}html.style6 .contact-log-main .tab-content{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px;border-top:1px solid #eff1f2}html.style6 .contact-log-main .call-log-box{position:relative}html.style6 .contact-log-main .call-log-box .profile{position:absolute;left:0}html.style6 .contact-log-main .call-log-box .profile span{font-size:26px;font-weight:700}html.style6 .contact-log-main .call-log-box .details{padding:12px 50px 13px 75px}html.style6 .contact-log-main .call-log-box .details h6{padding-top:5px;line-height:1.6}html.style6 .contact-log-main .call-log-box .date-status{position:absolute;right:0;top:8px;text-align:right}html.style6 .contact-log-main .call-log-box .date-status .status{padding-top:8px;font-weight:600;letter-spacing:.5px}html.style6 .contact-log-main .call-log-box .date-status .sm{font-weight:600;border-radius:100%;height:20px;width:20px;padding:0 6px;font-size:12px;margin-top:6px}html.style6 .search2{padding-top:20px;padding-bottom:25px;margin-left:-40px;margin-right:-40px;margin-top:5px;border-top:1px solid #eff1f2;display:flex;justify-content:center}html.style6 .search2>div{width:310px;height:50px;border-radius:15px;background-color:#f4f5f6}html.style6 .search2 .input-group{height:100%;display:flex;align-items:center}html.style6 .search2 .input-group .form-control{background-color:transparent;outline:none;border:none;box-shadow:none}html.style6 .search2 .input-group .form-control::place-holder{color:#e5e8e9}html.style6 .search2 .input-group .form-control:focus{outline:none;border:none;box-shadow:none}html.style6 .search2 .input-group .input-group-append{line-height:1}html.style6 .search2 .input-group .input-group-append span{padding:8px 20px}html.style6 .search2 .input-group .input-group-append span i{font-size:16px}html.style6 .search2 .input-group .input-group-append:last-child span{border-left:1px solid #e5e8e9}html.style6 .tippy-tooltip.gradienttooltip-theme,html.style6 .tippy-tooltip.tooltiprad-theme{border-radius:0 50px 50px 50px;margin-left:70px;margin-top:50px}html.style6 .tippy-tooltip.gradienttooltip-theme{background-image:linear-gradient(90deg,#1589ff,#82cafa)}html.style6 .chitchat-loader{background-color:#fff;margin:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;z-index:99999;top:0;left:0;text-align:center}html.style6 .chitchat-loader h3{margin-top:30px;color:#828282}@keyframes imggrow{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}html.style6 .type{width:60px;position:relative;height:15px}html.style6 .typing-loader{width:8px;height:8px;border-radius:100%;animation:loadertyping .8s ease-in-out infinite alternate;animation-delay:.32s;position:absolute;left:0;right:0;margin:0 auto;top:-27px}html.style6 .typing-loader:after,html.style6 .typing-loader:before{content:"";position:absolute;width:8px;height:8px;border-radius:100%;box-shadow:0 40px 0 #fff;animation:loadertyping .8s ease-in-out infinite alternate}html.style6 .typing-loader:before{left:-17px;animation-delay:.48s}html.style6 .typing-loader:after{right:-17px;animation-delay:.16s}@keyframes loadertyping{0%{box-shadow:0 40px 0 #fff}to{box-shadow:0 20px 0 #fff}}html.style6 .switchery{background-color:#fff;border:1px solid #dfdfdf;cursor:pointer;border-radius:20px;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}html.style6 .switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,.4);height:30px;position:absolute;top:0;width:30px}html.style6 .switchery-small{border-radius:20px;height:18px;width:33px}html.style6 .switchery-small>small{height:14px;width:14px;top:2px}html.style6 .collapse-block.open .block-title{padding-bottom:25px;transition:all .3s ease}html.style6 .collapse-block .block-title{position:relative;transition:all .3s ease;cursor:pointer}html.style6 .collapse-block .block-title:after{position:absolute;display:inline-block;content:"";font-family:FontAwesome;color:#223645;right:0;top:-4px;font-size:20px}html.style6 .audiocall1.call-modal,html.style6 .audiocall2.call-modal,html.style6 .conferencecall.call-modal,html.style6 .videocall.call-modal,html.style6 .videocallhang.call-modal{min-height:655px}html.style6 .audiocall1.call-modal .title2,html.style6 .audiocall2.call-modal .title2,html.style6 .conferencecall.call-modal .title2,html.style6 .videocall.call-modal .title2,html.style6 .videocallhang.call-modal .title2{margin-bottom:10px}html.style6 .audiocall1.call-modal h6,html.style6 .audiocall2.call-modal h6,html.style6 .conferencecall.call-modal h6,html.style6 .videocall.call-modal h6,html.style6 .videocallhang.call-modal h6{text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:600;color:#fff;margin-bottom:15px}html.style6 .audiocall1.call-modal ul,html.style6 .audiocall2.call-modal ul,html.style6 .conferencecall.call-modal ul,html.style6 .videocall.call-modal ul,html.style6 .videocallhang.call-modal ul{display:flex;justify-content:center;align-items:center}html.style6 .audiocall1.call-modal ul li+li,html.style6 .audiocall2.call-modal ul li+li,html.style6 .conferencecall.call-modal ul li+li,html.style6 .videocall.call-modal ul li+li,html.style6 .videocallhang.call-modal ul li+li{margin-left:30px}html.style6 .audiocall1.call-modal .center-con,html.style6 .audiocall2.call-modal .center-con,html.style6 .conferencecall.call-modal .center-con,html.style6 .videocall.call-modal .center-con,html.style6 .videocallhang.call-modal .center-con{position:absolute;bottom:100px;width:100%}html.style6 .audiocall1.call-modal .center-con .mic,html.style6 .audiocall1.call-modal .center-con .pause,html.style6 .audiocall2.call-modal .center-con .mic,html.style6 .audiocall2.call-modal .center-con .pause,html.style6 .conferencecall.call-modal .center-con .mic,html.style6 .conferencecall.call-modal .center-con .pause,html.style6 .videocall.call-modal .center-con .mic,html.style6 .videocall.call-modal .center-con .pause,html.style6 .videocallhang.call-modal .center-con .mic,html.style6 .videocallhang.call-modal .center-con .pause{box-shadow:none}html.style6 .audiocall1.call-modal .center-con .mic.active,html.style6 .audiocall1.call-modal .center-con .pause.active,html.style6 .audiocall2.call-modal .center-con .mic.active,html.style6 .audiocall2.call-modal .center-con .pause.active,html.style6 .conferencecall.call-modal .center-con .mic.active,html.style6 .conferencecall.call-modal .center-con .pause.active,html.style6 .videocall.call-modal .center-con .mic.active,html.style6 .videocall.call-modal .center-con .pause.active,html.style6 .videocallhang.call-modal .center-con .mic.active,html.style6 .videocallhang.call-modal .center-con .pause.active{box-shadow:0 0 3px 2px #eff1f2}html.style6 .audiorcvcall .modal-body{padding:10px 0}html.style6 .dynemic-sidebar .search-form .form-group input{border-radius:10px;height:60px}html.style6 .modal{z-index:1075}html.style6 body.modal-open>div[tabindex="-1"]{z-index:99999!important}html.style6 .viddiolog.fade.modal-dialog{max-width:850px}html.style6 .viddiolog.active.modal-dialog{width:90vw;max-width:unset}html.style6 .viddiolog .modal-body{padding:0}html.style6 .viddiolog .videocall.call-modal{min-height:90vh!important}html.style6 .conferencecall{background-blend-mode:overlay;background-color:hsla(0,0%,100%,.52)}html.style6 .conferencecall p{color:#fff}html.style6 .conferencecall h3{margin-bottom:20px;color:#fff}html.style6 .conferencecall .usersprof{display:flex;justify-content:center}html.style6 .conferencecall .usersprof .profile{border-radius:100%;border:2px solid #fff;margin-bottom:10px}html.style6 .conferencecall .usersprof .profile+.profile{margin-left:-20px}html.style6 #basicUsage{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700}html.style6 .call-modal .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style6 .call-modal .mute i.off:after{opacity:1;transition:opacity .3s ease}html.style6 .call-modal .mic i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style6 .call-modal .mic i.off:after{opacity:1;transition:opacity .3s ease}html.style6 .no-internet{background-color:#fff;position:relative;height:600px}html.style6 .login-page2.animat-rate .bg_circle>div,html.style6 .no-internet.animat-rate .bg_circle>div,html.style6 .right-login.animat-rate .bg_circle>div,html.style6 .rightchat.animat-rate .bg_circle>div{width:20px;height:20px;border:3px solid #d0eafb;border-radius:50%;position:absolute;z-index:9}html.style6 .login-page2.animat-rate .bg_circle div:first-of-type,html.style6 .no-internet.animat-rate .bg_circle div:first-of-type,html.style6 .right-login.animat-rate .bg_circle div:first-of-type,html.style6 .rightchat.animat-rate .bg_circle div:first-of-type{right:50%;animation:animationFramesOne 25s linear infinite}html.style6 .login-page2.animat-rate .bg_circle div:nth-of-type(2),html.style6 .no-internet.animat-rate .bg_circle div:nth-of-type(2),html.style6 .right-login.animat-rate .bg_circle div:nth-of-type(2),html.style6 .rightchat.animat-rate .bg_circle div:nth-of-type(2){right:5%;top:5%;animation:animationFramesOne 35s linear infinite}html.style6 .login-page2.animat-rate .bg_circle div:nth-of-type(3),html.style6 .no-internet.animat-rate .bg_circle div:nth-of-type(3),html.style6 .right-login.animat-rate .bg_circle div:nth-of-type(3),html.style6 .rightchat.animat-rate .bg_circle div:nth-of-type(3){bottom:35%;left:20%;animation:animationFramesOne 65s linear infinite}html.style6 .login-page2.animat-rate .bg_circle div:nth-of-type(4),html.style6 .no-internet.animat-rate .bg_circle div:nth-of-type(4),html.style6 .right-login.animat-rate .bg_circle div:nth-of-type(4),html.style6 .rightchat.animat-rate .bg_circle div:nth-of-type(4){bottom:26%;right:35%;animation:animationFramesOne 100s linear infinite}html.style6 .login-page2.animat-rate .bg_circle div:nth-of-type(5),html.style6 .no-internet.animat-rate .bg_circle div:nth-of-type(5),html.style6 .right-login.animat-rate .bg_circle div:nth-of-type(5),html.style6 .rightchat.animat-rate .bg_circle div:nth-of-type(5){bottom:35%;right:5%;animation:animationFramesOne 45s linear infinite}html.style6 .login-page2.animat-rate .bg_circle div:nth-of-type(6),html.style6 .no-internet.animat-rate .bg_circle div:nth-of-type(6),html.style6 .right-login.animat-rate .bg_circle div:nth-of-type(6),html.style6 .rightchat.animat-rate .bg_circle div:nth-of-type(6){bottom:60%;left:10%;animation:animationFramesOne 90s linear infinite}html.style6 .login-page2.animat-rate .bg_circle div:nth-of-type(7),html.style6 .no-internet.animat-rate .bg_circle div:nth-of-type(7),html.style6 .right-login.animat-rate .bg_circle div:nth-of-type(7),html.style6 .rightchat.animat-rate .bg_circle div:nth-of-type(7){top:40%;right:40%;animation:animationFramesOne 25s linear infinite}html.style6 .login-page2.animat-rate .bg_circle div:nth-of-type(8),html.style6 .no-internet.animat-rate .bg_circle div:nth-of-type(8),html.style6 .right-login.animat-rate .bg_circle div:nth-of-type(8),html.style6 .rightchat.animat-rate .bg_circle div:nth-of-type(8){bottom:30%;left:3%;animation:animationFramesOne 80s linear infinite}html.style6 .login-page2.animat-rate .bg_circle div:nth-of-type(9),html.style6 .no-internet.animat-rate .bg_circle div:nth-of-type(9),html.style6 .right-login.animat-rate .bg_circle div:nth-of-type(9),html.style6 .rightchat.animat-rate .bg_circle div:nth-of-type(9){top:25%;right:35%;animation:animationFramesOne 35s linear infinite}html.style6 .login-page2.animat-rate .bg_circle div:nth-of-type(10),html.style6 .no-internet.animat-rate .bg_circle div:nth-of-type(10),html.style6 .right-login.animat-rate .bg_circle div:nth-of-type(10),html.style6 .rightchat.animat-rate .bg_circle div:nth-of-type(10){top:40%;right:25%;animation:animationFramesOne 55s linear infinite}html.style6 .login-page2.animat-rate .bg_circle div:nth-of-type(11),html.style6 .no-internet.animat-rate .bg_circle div:nth-of-type(11),html.style6 .right-login.animat-rate .bg_circle div:nth-of-type(11),html.style6 .rightchat.animat-rate .bg_circle div:nth-of-type(11){bottom:20%;right:14%;animation:animationFramesOne 10s linear infinite}html.style6 .login-page2.animat-rate .cross,html.style6 .no-internet.animat-rate .cross,html.style6 .right-login.animat-rate .cross,html.style6 .rightchat.animat-rate .cross{position:absolute;background:#d0eafb;height:15px;width:2px;top:175px;right:50px;animation:rotatedTwo 22s linear infinite}html.style6 .login-page2.animat-rate .cross:after,html.style6 .no-internet.animat-rate .cross:after,html.style6 .right-login.animat-rate .cross:after,html.style6 .rightchat.animat-rate .cross:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 25s linear infinite}html.style6 .login-page2.animat-rate .cross1,html.style6 .no-internet.animat-rate .cross1,html.style6 .right-login.animat-rate .cross1,html.style6 .rightchat.animat-rate .cross1{position:absolute;background:#d0eafb;bottom:10%;height:15px;left:50%;width:2px;animation:rotatedTwo 50s linear infinite}html.style6 .login-page2.animat-rate .cross1:after,html.style6 .no-internet.animat-rate .cross1:after,html.style6 .right-login.animat-rate .cross1:after,html.style6 .rightchat.animat-rate .cross1:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}html.style6 .login-page2.animat-rate .cross2,html.style6 .no-internet.animat-rate .cross2,html.style6 .right-login.animat-rate .cross2,html.style6 .rightchat.animat-rate .cross2{position:absolute;background:#d0eafb;top:65%;height:15px;left:200px;width:2px;animation:rotatedTwo 50s linear infinite}html.style6 .login-page2.animat-rate .cross2:after,html.style6 .no-internet.animat-rate .cross2:after,html.style6 .right-login.animat-rate .cross2:after,html.style6 .rightchat.animat-rate .cross2:after{position:absolute;background:#d0eafb;content:"";height:2px;left:-6px;top:7px;width:15px;animation:rotated 50s linear infinite}html.style6 .login-page2.animat-rate .dot,html.style6 .no-internet.animat-rate .dot,html.style6 .right-login.animat-rate .dot,html.style6 .rightchat.animat-rate .dot{position:absolute;height:5px;width:5px;background-color:#d0eafb;border-radius:50%;display:inline-block;animation:animationFramesOne 50s linear infinite;top:10%}html.style6 .login-page2.animat-rate .dot1,html.style6 .no-internet.animat-rate .dot1,html.style6 .right-login.animat-rate .dot1,html.style6 .rightchat.animat-rate .dot1{left:15%;position:absolute;height:5px;width:5px;background-color:#d0eafb;animation:animationFramesOne 90s linear infinite;border-radius:50%}html.style6 .quarterCircle{width:75px;height:75px;background:#f81f58;border-radius:0 0 0 90px;position:absolute;right:0;top:0}html.style6 .quarterCircle .close-btn span{color:#fff;opacity:1;font-size:35px;font-weight:600;top:5px;right:20px;cursor:pointer;position:absolute}html.style6 .connection-img{position:absolute;top:75px;display:flex;overflow:hidden;width:100%;justify-content:center}html.style6 .content{position:absolute;bottom:10%;left:0;right:0}html.style6 .content .icon-btn{margin-bottom:20px}html.style6 .content .title2{color:#223645;margin-bottom:15px}html.style6 .content .reconnect-btn{border-radius:25px;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;background-color:#f81f58;font-size:16px;cursor:pointer}html.style6 .content h5{font-weight:400;font-family:Roboto,sans-serif;color:#f81f58;margin-bottom:20px}@keyframes animationFramesOne{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(73px,-1px) rotate(36deg)}40%{transform:translate(141px,72px) rotate(72deg)}60%{transform:translate(83px,122px) rotate(108deg)}80%{transform:translate(-40px,72px) rotate(144deg)}to{transform:translate(0) rotate(0deg)}}@keyframes rotatedTwo{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}html.style6 .videocall.call-modal,html.style6 .videocallhang.call-modal{position:relative}html.style6 .videocall.call-modal .videocall-details,html.style6 .videocallhang.call-modal .videocall-details{position:absolute;top:0;padding:35px;right:0;left:0;align-items:center}html.style6 .videocall.call-modal .videocall-details h6,html.style6 .videocallhang.call-modal .videocall-details h6{color:#647589;margin-top:5px;margin-bottom:0;font-size:9px}html.style6 .videocall.call-modal .videocall-details .usersprof,html.style6 .videocallhang.call-modal .videocall-details .usersprof{margin-right:15px;display:flex;margin-left:15px}html.style6 .videocall.call-modal .videocall-details .usersprof .profile,html.style6 .videocallhang.call-modal .videocall-details .usersprof .profile{border-radius:100%;margin-left:-15px}html.style6 .videocall.call-modal .videocall-details #basicUsage,html.style6 .videocallhang.call-modal .videocall-details #basicUsage{font-size:16px;font-family:Montserrat,sans-serif;font-weight:700;margin-right:20px}html.style6 .videocall.call-modal .videocall-details .zoomcontent,html.style6 .videocallhang.call-modal .videocall-details .zoomcontent{border-radius:50%;background-color:#fff;padding:7px}html.style6 .videocall.call-modal .videocall-details .red-notification h6,html.style6 .videocallhang.call-modal .videocall-details .red-notification h6{color:red;margin-right:20px}html.style6 .videocall.call-modal .videocall-details .red-notification .dot-btn:before,html.style6 .videocallhang.call-modal .videocall-details .red-notification .dot-btn:before{top:17px;right:7px}html.style6 .videocall.call-modal .videocall-details .red-notification .dot-btn.grow:after,html.style6 .videocallhang.call-modal .videocall-details .red-notification .dot-btn.grow:after{top:11px;right:1.8px}html.style6 .videocall.call-modal .small-image,html.style6 .videocallhang.call-modal .small-image{height:300px;width:220px;position:absolute;left:40px;bottom:5%}html.style6 .panel-actions{margin-top:-20px;margin-bottom:0;text-align:right}html.style6 .panel-actions a{color:red}html.style6 .panel-fullscreen{display:block;z-index:9999;position:fixed;width:100%;height:100%;top:0;right:0;left:0;bottom:0;overflow:auto}html.style6 .panel.panel-default i{margin:0 5px;color:#c25e7f;line-height:20px;cursor:pointer}html.style6 .confimg .vclimg{height:200px;width:auto;margin-bottom:15px;margin-left:10px;border-radius:5px;margin-right:10px}html.style6 .confimg .col-6{padding:0}html.style6 .clfooter{text-align:center}html.style6 .clfooter ul{margin-left:0;text-align:center;display:inline-flex}html.style6 .clfooter ul li+li{margin-left:10px}html.style6 .clfooter .icon-btn svg{stroke-width:2px}html.style6 .clfooter #basicUsage3{font-size:16px;color:#000;font-family:Montserrat,sans-serif;font-weight:700;display:block;margin-bottom:15px}html.style6 .modal-footer{border-top:unset;display:unset}html.style6 .modal-body{padding:10px 15px}html.style6 .close:focus{outline:none!important}html.style6 .call-list-center{position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}html.style6 .call-list-center .animated-bg i{background:#85c8f5;position:absolute;height:40px;width:40px;border-radius:100%;opacity:.3;animation:ripple1 4s linear infinite;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%) scale(1.3);z-index:-1}html.style6 .call-list-center .animated-bg i:nth-child(2){animation:ripple2 4s linear infinite}html.style6 .call-list-center .animated-bg i:nth-child(3){animation:ripple3 4s linear infinite}html.style6 .call-list-center p{position:absolute;width:280px;font-size:20px;font-weight:500;font-family:Roboto,sans-serif;top:120%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}@keyframes ripple1{0%{transform:scale(1.5);opacity:.3}to{transform:scale(3.5);opacity:0}}@keyframes ripple2{0%{transform:scale(3.5)}to{transform:scale(5.5)}}@keyframes ripple3{0%{transform:scale(1.5)}to{transform:scale(3.5)}}html.style6 .groupuser{margin-left:auto;text-align:right;display:flex;align-items:center}html.style6 .groupuser .gr-profile{border-radius:100%;height:40px;width:40px;position:relative}html.style6 .groupuser .gr-profile+.gr-profile{margin-left:15px}html.style6 .groupuser .gr-profile.grow:before{border:none;height:7px;width:7px;background-color:#3fcc35!important}html.style6 .groupuser .gr-profile.grow:after{border:5px solid #3fcc35;animation:grow 1s ease-out infinite;content:"";height:19px;width:18px;display:inline-block;border-radius:100%;top:-1px;right:-4.2px;position:absolute}html.style6 .groupuser .gr-chat-friend-toggle{padding-right:20px;position:relative}html.style6 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{position:absolute;top:60px;right:0;padding:25px 40px;background-color:#fff;text-align:left;z-index:1;width:340px;display:none}html.style6 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .icon-btn{position:absolute;right:0;top:12px}html.style6 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding:2px 50px 2px 70px;height:60px;display:flex;flex-direction:column;justify-content:center}html.style6 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{content:"";position:absolute;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;top:-12px;right:25px;z-index:1;transform:scale(-1)}html.style6 .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #d3d7dc!important}html.style6 .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#000}html.style6 .groupuser h4{margin-right:20px;font-weight:500}html.style6 .recent .theme-title .close-contentbtn{display:none}html.style6 .theme-according{padding-top:20px}html.style6 .theme-according h5{padding-top:4px;font-size:calc(13px + 0*(100vw - 320px)/1600);color:#ff803c}html.style6 .theme-according p{font-size:12px;padding-top:10px;margin-bottom:0}html.style6 .theme-according .card{border:none;margin-bottom:1rem!important}html.style6 .theme-according .card a{font-weight:600;padding-left:25px}html.style6 .theme-according .card .card-header{border-radius:25px;border-bottom:none}html.style6 .theme-according .card .card-header[aria-expanded=true] a i:before{content:"";transition:all .3s ease}html.style6 .theme-according .card .card-header i{padding:8px 10px;width:28px;height:28px;position:absolute;top:7px;border-radius:100%;background-color:#ff803c;color:#fff;left:10px;font-weight:900}html.style6 .theme-according .card .card-body{border-radius:25px;padding:1.2rem 1.25rem;background-color:#f7f7f9;margin-top:10px}html.style6 .reactour__helper span[data-tour-elem=badge]{background:#ff803c!important}html.style6 .reactour__helper--is-open{background-color:#fff9f5!important;color:#ff803c!important;font-weight:600;box-shadow:-1px 10px 16px -10px #ff803c!important;border-radius:15px!important}html.style6 .reactour__helper--is-open:focus{outline:none!important}html.style6 .reactour__dot{background-color:rgba(255,128,60,.2)!important;border:none!important;width:6px!important;height:6px!important}html.style6 .reactour__dot:focus{outline:none!important}html.style6 .reactour__dot--is-active{background-color:#ff803c!important;border:3px double #fff9f5!important;width:10px!important;height:10px!important}html.style6 .reactour__close{top:15px!important;right:15px!important}html.style6 .media-right{float:right;bottom:20px}html.style6 .label-right{position:relative;vertical-align:top;margin-left:10px;color:#647589;font-size:calc(13px + 1*(100vw - 320px)/1600);font-weight:600;line-height:1.9}html.style6 .switch-green{position:relative;display:inline-block;width:34px;height:19px}html.style6 .switch-green input{display:none}html.style6 .switch-green input:checked+.switch-state{background-color:#3fcc35}html.style6 .switch-green input:checked+.switch-state:before{transform:translateX(15px)}html.style6 .switch-green input:focus+.switch-state{box-shadow:0 0 1px #ff803c}html.style6 .switch{position:relative;display:inline-block;width:34px;height:19px}html.style6 .switch input{display:none}html.style6 .switch input:checked+.switch-state{background-color:#ff803c}html.style6 .switch input:checked+.switch-state:before{transform:translateX(15px)}html.style6 .switch input:focus+.switch-state{box-shadow:0 0 1px #ff803c}html.style6 .switch-state{border-radius:20px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#eff1f2;transition:.4s}html.style6 .switch-state:before{position:absolute;content:"";height:calc(1rem - 3px);width:calc(1rem - 3px);left:4px;bottom:3px;background-color:#fff;transition:.4s;border-radius:20px}html.style6 .icon-state .switch-state:after{content:"";font-family:Courier New,Courier,monospace;left:10px;position:absolute;top:10px;color:#223645;transition:.4s;opacity:.3}html.style6 .icon-state input:checked+.switch-state:after{content:"";left:36px;opacity:1;transition:.4s}html.style6 .switch-lg .switch{width:75px;height:40px}html.style6 .switch-lg .switch .switch-state:before{height:30px;width:30px;left:7px;bottom:5px;top:4px}html.style6 .switch-lg.icon-state .switch .switch-state:after{left:12px;font-size:18px}html.style6 .switch-lg.icon-state .switch input:checked+.switch-state:after{left:47px}html.style6 .switch-lg.icon-state .switch input:checked+.switch-state:before{transform:translateX(32px)}html.style6 .switch-sm.icon-state .switch .switch-state:after{top:4px;left:4px;font-size:8px}html.style6 .switch-sm.icon-state .switch input:checked+.switch-state:after{left:13px;top:4px}html.style6 .switch-sm .switch{width:25px;height:16px;margin-top:10px;margin-bottom:0}html.style6 .switch-sm .switch .switch-state:before{height:8px;width:8px;left:4px;bottom:4px}html.style6 .switch-sm input:checked+.switch-state:before{left:-13px}html.style6 .switch-outline .switch-state{background-color:#fff;border:1px solid #ff803c;transition:.4s}html.style6 .switch-outline .switch-state:before{background-color:#eff1f2;bottom:3px;color:#fff}html.style6 .switch-outline .switch input{display:none}html.style6 .switch-outline .switch input:checked+.switch-state{background-color:transparent;border:1px solid #ff803c}html.style6 .switch-outline .switch input:checked+.switch-state:before{background-color:#ff803c;bottom:3px;transform:translateX(26px)}html.style6 .switch-outline .switch input:checked+.switch-state:after{color:#fff}html.style6 .switch-outline .switch input:checked+.switch-state.bg-dark,html.style6 .switch-outline .switch-state.bg-dark{border:1px solid #223645;background-color:transparent!important}html.style6 .switch-outline .switch input:checked+.switch-state.bg-dark:before{background-color:#223645}html.style6 .switch-outline .switch input:checked+.switch-state.bg-warning,html.style6 .switch-outline .switch-state.bg-warning{border:1px solid #ffc514;background-color:transparent!important}html.style6 .switch-outline .switch input:checked+.switch-state.bg-warning:before{background-color:#ffc514}html.style6 .switch-outline .switch input:checked+.switch-state.bg-success,html.style6 .switch-outline .switch-state.bg-success{border:1px solid #3fcc35;background-color:transparent!important}html.style6 .switch-outline .switch input:checked+.switch-state.bg-success:before{background-color:#3fcc35}html.style6 .switch-outline .switch input:checked+.switch-state.bg-info,html.style6 .switch-outline .switch-state.bg-info{border:1px solid #7fffd4;background-color:transparent!important}html.style6 .switch-outline .switch input:checked+.switch-state.bg-info:before{background-color:#7fffd4}html.style6 .switch-outline .switch input:checked+.switch-state.bg-danger,html.style6 .switch-outline .switch-state.bg-danger{border:1px solid #ff4e2b;background-color:transparent!important}html.style6 .switch-outline .switch input:checked+.switch-state.bg-danger:before{background-color:#ff4e2b}html.style6 .switch-outline .switch input:checked+.switch-state.bg-primary,html.style6 .switch-outline .switch-state.bg-primary{border:1px solid #ff803c;background-color:transparent!important}html.style6 .switch-outline .switch input:checked+.switch-state.bg-primary:before{background-color:#ff803c}html.style6 .switch-outline .switch input:checked+.switch-state.bg-secondary,html.style6 .switch-outline .switch-state.bg-secondary{border:1px solid var(--theme-secondary);background-color:transparent!important}html.style6 .switch-outline .switch input:checked+.switch-state.bg-secondary:before{background-color:var(--theme-secondary)}html.style6 .switch-showcase{margin-bottom:-8px}html.style6 .switch-showcase .media{line-height:1}html.style6 .chitchat-container{height:100vh;display:flex;flex-direction:row}html.style6 .chitchat-container .main-nav{min-width:100px;width:100px;height:100vh;max-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;border-right:1px solid #eff1f2;padding:40px 0}html.style6 .chitchat-container .chitchat-left-sidebar{min-width:400px;width:400px;height:100vh;max-height:100vh;overflow:hidden}html.style6 .chitchat-container .chitchat-main{width:100%;height:100vh;max-height:100vh;z-index:1;transition:all .7s;background-color:#fff}html.style6 .chitchat-container .chitchat-right-sidebar{min-width:350px;width:350px;height:100vh;max-height:100vh;position:fixed;right:-200px;background-color:#fff;opacity:0;transition:all .7s}html.style6 .app-sidebar{width:0;right:-520px;z-index:9;height:100vh;max-height:100vh;position:fixed;background-color:#fff;display:table}html.style6 .app-sidebar,html.style6 .app-sidebar.active{transition:all .3s ease;animation:fadeInRight .3s ease-in-out}html.style6 .app-sidebar.active{width:auto;right:0}html.style6 .app-sidebar.active .apps-ul>.tab-content>.tab-pane,html.style6 .app-sidebar.active .apps-ul>li{width:300px;height:100vh;opacity:0;position:absolute;padding:20px}html.style6 .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style6 .app-sidebar.active .apps-ul>li.active{right:90px;opacity:1;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;background-color:#fff}html.style6 .app-sidebar.active .apps-ul .theme-title{margin-top:10px;margin-bottom:30px}html.style6 .app-sidebar.active .apps-ul .theme-title h2{font-size:calc(22px + 2*(100vw - 320px)/1600)}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab .nav-tabs .nav-item .nav-link,html.style6 .app-sidebar .apps-ul .tab-pane>li .theme-tab .nav-tabs .nav-item .nav-link{min-width:60px;padding:7px 15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .theme-tab ul li+li,html.style6 .app-sidebar .apps-ul .tab-pane>li .theme-tab ul li+li{margin-left:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-content,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{padding-bottom:0;border-bottom:1px solid #fff9f5;margin-bottom:20px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .block-title,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{padding-bottom:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content{margin-right:-20px;padding-right:20px;height:calc(100vh - 160px);overflow:auto}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul li,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul li{width:auto;transform:translateX(0);opacity:1;list-style:none;display:contents}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{margin-bottom:15px;border:1px solid #eff1f2;padding:15px;border-radius:15px;box-shadow:-1px 10px 16px -10px #eff1f2}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group img,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group img{margin-right:10px;width:30px;height:30px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body{word-break:break-word}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body a,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body a{color:#647589}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h5,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h5{margin-bottom:5px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media-body h6,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media-body h6{font-size:10px;line-height:1.3}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media{margin-bottom:10px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media svg,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media svg{margin-right:10px;border:1px solid #eff1f2;padding:6px;background-color:#ede6e6;width:15%;height:15%}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group .media:last-child,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{margin-top:10px;margin-bottom:0;border-left:4px solid #ff803c;padding-top:10px;padding-bottom:10px;padding-left:15px;background-color:#fff9f5;border-radius:5px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .link-group a,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group a{word-wrap:break-word}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .docs-group,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .docs-group{padding:15px;border:1px solid #eff1f2;margin-bottom:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content .chat-main li,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .chat-main li{display:block}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main{padding-left:15px;padding-right:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li{padding-left:25px;padding-right:25px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile,html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl{width:40px;height:40px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .media .profile .icon-btn.btn-xl i{font-size:14px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-top:0;padding-left:55px;padding-bottom:0}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .file-tab .tab-content ul.chat-main li .chat-box .details h5,html.style6 .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content ul.chat-main li .chat-box .details h5{text-transform:capitalize}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs{justify-content:flex-start;position:relative}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs .nav-item,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs .nav-item{margin-right:10px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab>.nav-tabs li:last-child,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab>.nav-tabs li:last-child{position:absolute;right:0}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content{padding-bottom:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content h3,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content h3{font-weight:600;padding-bottom:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task+.todo-task,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task+.todo-task{margin-top:10px;padding-top:10px;border-top:1px solid #eff1f2}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task h5,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task h5{font-weight:500;font-size:calc(13px + 2*(100vw - 320px)/1600);margin-bottom:5px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form{display:inline-block}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form input,html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task form select,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form input,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task form select{border:0;background-color:transparent;font-size:calc(12px + 1*(100vw - 320px)/1600);color:#828282;font-weight:400}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span a,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:#223645;font-weight:400}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .todo-task span+span,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .todo-task span+span{padding-left:10px;margin-left:10px;border-left:1px solid #828282}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs i,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs i{font-size:50px;margin-bottom:10px;color:#ff803c}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs h6,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs h6{color:#223645;margin-bottom:10px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .converstaion-docs p,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .converstaion-docs p{margin-bottom:12px;color:#223645}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group{display:flex;align-items:center!important}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input{margin-bottom:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-tab .tab-content .default-form .form-group input+input,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-tab .tab-content .default-form .form-group input+input{margin-left:10px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{margin-top:15px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eff1f2}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input{border:none;cursor:pointer;font-size:15px;font-weight:500;line-height:1}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input::plaeholder,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input::plaeholder{color:#000}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input+input,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input+input{margin-left:6px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content input:focus,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content input:focus{outline:none}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .input-text,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .input-text{margin-bottom:10px;align-items:center;display:flex}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .add-to-do,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .add-to-do{cursor:pointer;display:block;margin-top:5px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content .todo-list .todo-buttons i,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content .todo-list .todo-buttons i{cursor:pointer}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .todo-main .todo-main-content:last-child,html.style6 .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content:last-child{margin-bottom:0}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-input input,html.style6 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-input input{padding:15px;margin-bottom:20px;width:100%}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content,html.style6 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content{display:flex;align-items:baseline}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-content ul li,html.style6 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-content ul li{margin-left:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list,html.style6 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list{padding:20px;border:1px solid #ddd;border-radius:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media,html.style6 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media{align-items:center;margin-bottom:10px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main .notes-list .media img,html.style6 .app-sidebar .apps-ul .tab-pane>li .notes-main .notes-list .media img{height:30px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a,html.style6 .app-sidebar .apps-ul .tab-pane>li .notes-main a{font-size:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a.line,html.style6 .app-sidebar .apps-ul .tab-pane>li .notes-main a.line{border-top:1px solid #ededed;padding-top:12px;margin-top:15px;content:"";display:block;font-weight:600;font-family:Montserrat,sans-serif}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .notes-main a:before,html.style6 .app-sidebar .apps-ul .tab-pane>li .notes-main a:before{margin-right:5px;font-size:12px;font-family:fontawesome}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content{margin-bottom:20px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content i,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content i{font-size:50px;margin-bottom:25px;color:#ff803c;display:block}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content p,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content p{margin-bottom:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-content .setreminder,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-content .setreminder{color:#fff}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list{display:none;border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{position:absolute;top:0;right:0}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle{display:none}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li{display:flex;align-items:center}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list .Hide-reminder,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .Hide-reminder{display:none}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button{border:none;background:unset;padding:15px;font-size:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list button:focus,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list button:focus{outline:none}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp{border:2px solid #eff1f2;border-left:5px solid rgba(28,157,234,.3);border-radius:15px;padding:15px;position:relative}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{position:absolute;top:0;right:0}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle{display:none}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li{display:flex;align-items:center}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button{border:none;background:unset;padding:15px;font-size:15px}html.style6 .app-sidebar .apps-ul .tab-pane>.apps-content .reminder-main .reminder-list-disp button:focus,html.style6 .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp button:focus{outline:none}html.style6 .app-sidebar .app-list{height:100%;max-width:90px;width:90px;border-left:2px solid #eff1f2}html.style6 .app-sidebar .app-list ul.app-list-ul{height:100%;padding-top:25px;padding-bottom:25px;position:relative}html.style6 .app-sidebar .app-list ul.app-list-ul li h5{margin-top:15px;opacity:.7}html.style6 .app-sidebar .app-list ul.app-list-ul .close-app{margin-bottom:10px;position:absolute;bottom:0;left:0;right:0}html.style6 .app-sidebar .app-list ul.app-list-ul h5{margin-top:15px}html.style6 .dropdown{transition:all .5s ease;color:#b2b6be}html.style6 .dropdown.currency{width:150%;text-align:right}html.style6 .dropdown.currency:focus{outline:none}html.style6 .dropdown.currency .dropdown-menu{right:0;left:unset}html.style6 .dropdown .select{cursor:pointer}html.style6 .dropdown .select span{font-size:15px;font-weight:400;color:#ff803c}html.style6 .dropdown .dropdown-menu{padding:5px 0;min-width:14rem;border-radius:0}html.style6 .dropdown .dropdown-menu li{padding:6px 15px;transition:all .2s ease-in-out;cursor:pointer;display:block;color:#333}html.style6 .dropdown .dropdown-menu .dropdown-divider{height:40px;border-bottom:1px solid #ddd;background-color:#fff;display:flex;padding:10px;margin:unset}html.style6 .dropdown .dropdown-menu .dropdown-divider h5{margin-left:10px}html.style6 .sidebar-active .chitchat-container .main-nav~.chitchat-main .messages .contact-details{width:56vw}html.style6 .todo-main-modal .todo-task h5{margin-bottom:10px}html.style6 .todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 32px}html.style6 .todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}html.style6 .todo-main-modal .todo-task .todo-main-content input::placeholder{color:#ff803c}html.style6 .todo-main-modal .todo-task .todo-main-content input:focus{outline:none}html.style6 .todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}html.style6 .todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}html.style6 .todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}html.style6 .create-todo-main-modal .todo-task h5{margin-bottom:10px}html.style6 .create-todo-main-modal .todo-task .todo-main-content .drop-picker{display:flex;align-items:center;margin:20px 20px 20px 45px}html.style6 .create-todo-main-modal .todo-task .todo-main-content input{border:none;cursor:pointer}html.style6 .create-todo-main-modal .todo-task .todo-main-content input::placeholder{color:#ff803c}html.style6 .create-todo-main-modal .todo-task .todo-main-content input:focus{outline:none}html.style6 .create-todo-main-modal .todo-task .todo-main-content .form-group{display:flex;align-items:center}html.style6 .create-todo-main-modal .todo-task .todo-main-content .form-group input{width:18px}html.style6 .create-todo-main-modal .todo-task .todo-main-content .form-group input+input{margin-left:15px;padding-left:10px}html.style6 .app-sidebar .todo-main .todo-task{position:relative}html.style6 .app-sidebar .todo-main .todo-task .input-text input::placeholder{text-transform:capitalize;color:#223645;font-weight:500}html.style6 .app-sidebar .todo-main .todo-task h4{color:#223645;font-weight:600;letter-spacing:.03em;margin-bottom:20px}html.style6 .app-sidebar .todo-main .todo-task .drop-picker{display:flex;font-size:13px}html.style6 .app-sidebar .todo-main .todo-task .drop-picker .form-control{padding:0;height:auto}html.style6 .app-sidebar .todo-main .todo-task .drop-picker .form-control::placeholder{font-size:13px;font-weight:400;color:#647589}html.style6 .app-sidebar .todo-main .todo-task .drop-picker .form-control:focus{box-shadow:none}html.style6 .app-sidebar .todo-main .todo-task .drop-picker .dropdown .select span{font-size:13px;color:#647589;font-weight:400}html.style6 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu .dropdown-divider i{color:#223645}html.style6 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu h5{color:#223645!important;font-weight:500}html.style6 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-left:0;line-height:1}html.style6 .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li a{font-size:12px;color:#647589;font-weight:500}html.style6 .app-sidebar .notes-main .notes-list h6{line-height:1.2}html.style6 .app-sidebar .reminder-main h5{margin-bottom:15px}html.style6 .app-sidebar .reminder-main h6{margin-bottom:5px}html.style6 .reminder-modal-main .lable{margin-bottom:10px;text-transform:capitalize;display:block;color:#223645;font-weight:600;font-size:14px}html.style6 .reminder-modal-main .form-group .form-control::placeholder{font-size:14px}html.style6 .reminder-modal-main .form-group .reminder-count .reminder-box .remi-val{text-transform:capitalize;font-weight:600}html.style6 .configuration-modal h5 span{font-size:14px}html.style6 .chitchat-container.sidebar-overlap .chitchat-main,html.style6 .chitchat-container.sidebar-overlap .contact-details,html.style6 .chitchat-container.sidebar-overlap .message-input{width:calc(100% - 500px)!important}html.style6 .chitchat-container .main-nav .logo-warpper{text-align:center;padding-bottom:35px;border-bottom:1px solid #eff1f2}html.style6 .chitchat-container .main-nav .logo-warpper img{height:40px}html.style6 .chitchat-container .main-nav .sidebar-main{height:calc(100vh - 186px);display:inline-flex;flex-direction:column;width:100%;justify-content:space-between}html.style6 .chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active,html.style6 .chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active{background-color:#ff803c!important}html.style6 .chitchat-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active i,html.style6 .chitchat-container .main-nav .sidebar-main .sidebar-top .btn-light.active i{color:#fff}html.style6 .chitchat-container .main-nav .sidebar-main .sidebar-bottom li,html.style6 .chitchat-container .main-nav .sidebar-main .sidebar-top li{text-align:center;padding-top:30px;position:relative}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab{position:absolute;min-height:100vh;overflow:auto;overflow-x:hidden;overflow-y:auto;top:0;bottom:0;background-color:#fff;z-index:0;width:400px;min-width:400px;padding:40px}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab.active,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab.active,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab.active,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab.active,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default.active,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab.active,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab.active{opacity:1;z-index:3;animation:fadeInLeft .3s ease-in-out}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #eff1f2;padding-bottom:20px}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{background-color:gray;width:-moz-fit-content;width:fit-content;border-radius:50%;margin-right:15px;position:relative}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .bg-size,html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status img,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .bg-size,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status img,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .bg-size,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status img,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .bg-size,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status img,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .bg-size,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status img,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .bg-size,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status img,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .bg-size,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status img{width:50px;height:50px;border-radius:50%}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{border-radius:50%;width:20px;height:20px;background-color:#ff803c;position:absolute;bottom:-8px;right:0;color:#fff}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img:before,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img:before,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img:before{content:"";font-family:FontAwesome;font-size:11px;padding:6px}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .img-status .upload-img input,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .img-status .upload-img input,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .img-status .upload-img input,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .img-status .upload-img input,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .img-status .upload-img input,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .img-status .upload-img input,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img input{background-color:gray;border-radius:50%;width:100%;height:100%;opacity:0;position:absolute;top:0}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body h3,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body h3,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body h3,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body h3,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body h3,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body h3,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body h3{text-transform:capitalize;margin-bottom:5px}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .my-status-box .status-content .media .media-body p,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .my-status-box .status-content .media .media-body p,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .my-status-box .status-content .media .media-body p,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .my-status-box .status-content .media .media-body p,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .my-status-box .status-content .media .media-body p,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .my-status-box .status-content .media .media-body p,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body p{margin-bottom:0;text-transform:capitalize;letter-spacing:1px}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box{padding-top:20px}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box h3,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box h3,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box h3,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box h3,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box h3,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box h3,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{padding:15px 25px;color:#ff803c;background-color:#fff9f5;text-transform:capitalize;margin-bottom:20px;border-radius:15px}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{margin-bottom:20px;border-bottom:1px solid #eff1f2;padding-bottom:10px}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content:last-child,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content:last-child,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content:last-child,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content:last-child,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content:last-child,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content:last-child,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content:last-child{margin-bottom:0}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul{display:flex;align-items:center}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li h5,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li h5,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li h5,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li h5,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li h5,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li h5,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li h5{margin-bottom:5px;text-transform:capitalize}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .img-status,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li .img-status,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .img-status,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li .img-status,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li .img-status,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li .img-status,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li .img-status{width:40px;height:40px;border-radius:50%;position:relative}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li p,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li p,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li p,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li p,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li p,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li p,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li p{margin-bottom:0;text-transform:capitalize}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab .contact-status-box .status-content ul li:first-child,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab .contact-status-box .status-content ul li:first-child,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab .contact-status-box .status-content ul li:first-child,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab .contact-status-box .status-content ul li:first-child,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .contact-status-box .status-content ul li:first-child,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab .contact-status-box .status-content ul li:first-child,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-right:15px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default{position:relative;z-index:0;padding:0!important}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default.active{z-index:999}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent{position:fixed;width:400px;top:0;background-color:#fff;padding-top:40px;z-index:1}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 40px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 40px 0}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box{position:relative}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{position:absolute;bottom:25px;right:15px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:110px;width:100%;border-radius:20px;position:relative;transition:all .3s ease}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{position:absolute;color:#fff;bottom:10px;left:15px;font-weight:500;text-transform:capitalize}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile:before{content:"";left:0;top:0;position:absolute;height:100%;width:100%;border-radius:15px;box-shadow:inset 0 -25px 40px 6px rgba(0,0,0,.8)}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:242px;height:calc(100vh - 242px);min-height:calc(100vh - 242px)}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat{overflow:auto;overflow-x:hidden;overflow-y:auto}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:40px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm>.nav-tabs{padding-bottom:30px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs{width:80%;margin:0 auto}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs>.nav-item .nav-link{border-radius:5px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:40px 40px 0}html.style6 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:10px}html.style6 .search-form{width:calc(100% - 60px);left:30px;height:calc(100% - 30px);position:absolute;top:30px}html.style6 .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}html.style6 .search-form .form-group{height:100%;width:100%;margin-top:0}html.style6 .search-form .form-group input{border:1px solid #eff1f2;padding:0 50px;height:100%;width:100%;border-radius:15px;font-size:16px}html.style6 .search-form .form-group input:focus{outline:none}html.style6 .search-form .form-group .icon-close{position:absolute;padding:23px;right:0;cursor:pointer}html.style6 .search~.search-form{transform:scale(0);transition:all .3s ease}html.style6 .search~.search-form.open{transform:scale(1);transition:all .3s ease}html.style6 .contact-list-tab li .chat-box .date-status{top:10px}html.style6 .contact-list-tab .chat-main{margin-right:-40px;padding-right:40px;height:100vh}html.style6 .contact-list-tab .search-form,html.style6 .document-tab .search-form,html.style6 .fevorite-tab .search-form{top:-9px;left:-1px;position:absolute;height:75px;width:100%}html.style6 .contact-list-tab .search-form:before,html.style6 .document-tab .search-form:before,html.style6 .fevorite-tab .search-form:before{position:absolute;left:25px;content:"";color:#223645;font-family:themify;font-weight:600;font-size:14px}html.style6 .chitchat-right-sidebar{transform-style:preserve-3d;transform-origin:center right;transition:transform .5s;cursor:pointer}html.style6 .chitchat-right-sidebar .badge.sm{padding:4px 4px 2px}html.style6 .chitchat-right-sidebar .status .str-msg li+li{margin-top:15px}html.style6 .chitchat-right-sidebar .right-sidebar{overflow:auto;overflow-x:hidden;overflow-y:auto;height:100vh;max-height:100vh;position:absolute;background-color:#fff;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}html.style6 .chitchat-right-sidebar .right-sidebar .group-main{margin-bottom:-20px}html.style6 .chitchat-right-sidebar .right-sidebar .group-main li{padding-top:0}html.style6 .chitchat-right-sidebar .right-sidebar .group-main li+li{margin-top:0}html.style6 .chitchat-right-sidebar .right-sidebar .group-main .group-box .profile{width:30px;height:30px}html.style6 .chitchat-right-sidebar .right-sidebar .group-main .group-box .details{padding-left:45px;padding-top:0}html.style6 .chitchat-right-sidebar .contact-profile,html.style6 .chitchat-right-sidebar .document,html.style6 .chitchat-right-sidebar .media-gallery,html.style6 .chitchat-right-sidebar .status{opacity:.5;transition:all .7s}html.style6 .chitchat-right-sidebar .contact-profile{padding:40px}html.style6 .chitchat-right-sidebar .contact-profile .details{padding-top:40px;text-align:center}html.style6 .chitchat-right-sidebar .contact-profile .details .contact-top{height:150px;width:140px;border-radius:20px;box-shadow:-1px 10px 16px -10px #666;margin:0 auto}html.style6 .chitchat-right-sidebar .contact-profile .details .name{margin-top:20px}html.style6 .chitchat-right-sidebar .contact-profile .details .name h6{padding-top:8px;margin-bottom:20px}html.style6 .chitchat-right-sidebar .contact-profile .details ul li{display:inline-block}html.style6 .chitchat-right-sidebar .contact-profile .details ul li svg{fill:#fff}html.style6 .chitchat-right-sidebar .contact-profile .details ul li+li{margin-left:12px}html.style6 .chitchat-right-sidebar .document,html.style6 .chitchat-right-sidebar .media-gallery,html.style6 .chitchat-right-sidebar .status{border-top:1px solid #eff1f2;padding:30px 40px}html.style6 .chitchat-right-sidebar .status{position:relative}html.style6 .chitchat-right-sidebar .status .bg-size{margin:3px}html.style6 .chitchat-right-sidebar .status.other ul li{padding-left:30px}html.style6 .chitchat-right-sidebar .status.other h5 a{color:rgba(34,54,69,.8);font-weight:600;display:flex}html.style6 .chitchat-right-sidebar .status.other h5 a svg{height:14px;position:absolute;left:0}html.style6 .chitchat-right-sidebar .status ul li{position:relative;padding-left:50px}html.style6 .chitchat-right-sidebar .status ul li .switchery{position:absolute;left:0}html.style6 .chitchat-right-sidebar .status ul li+li{margin-top:20px}html.style6 .document-list li{position:relative}html.style6 .document-list li i{position:absolute;font-size:16px;top:-2px;font-weight:700}html.style6 .document-list li h5{margin-left:30px;color:#647589}html.style6 .document-list li+li{margin-top:15px}html.style6 .share-media{margin-left:-8px;margin-right:-8px}html.style6 .share-media .media-big{height:160px;width:auto;border-radius:15px}html.style6 .share-media .media-big .border-portfolio a{height:160px;width:auto}html.style6 .share-media .media-big .isotopeSelector img{height:100%;width:auto}html.style6 .share-media .col-4{padding-left:8px;padding-right:8px}html.style6 .share-media .media-small{height:72px;width:auto;border-radius:15px}html.style6 .share-media .media-small .border-portfolio a{height:72px;width:auto}html.style6 .share-media .media-small:first-child{margin-bottom:16px}html.style6 .menu-active .chitchat-right-sidebar{opacity:1;right:0;z-index:9;transition:all .7s}html.style6 .menu-active .chitchat-right-sidebar .contact-profile,html.style6 .menu-active .chitchat-right-sidebar .document,html.style6 .menu-active .chitchat-right-sidebar .media-gallery,html.style6 .menu-active .chitchat-right-sidebar .status{opacity:1;transition:all .7s}html.style6 .menu-trigger{cursor:pointer}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:90%}html.style6 .sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 890px);transition:all .7s}html.style6 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 590px);transition:all .7s}html.style6 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}html.style6 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 575px)}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 980px);transition:all .3s ease}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 680px);transition:all .3s ease}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}html.style6 .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:56vw}html.style6 .menu-active .chitchat-container .chitchat-main{width:calc(100% - 850px);transition:all .7s}html.style6 .menu-active .chitchat-main .messages .contact-details{width:50vw}html.style6 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar){width:calc(100% - 790px)}html.style6 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .contact-details{width:calc(100vw - 880px)}html.style6 .sidebar-active .sidebar-toggle .main-nav:not(.on)~.chitchat-main:not(.small-sidebar) .message-input{width:calc(100% - 790px)}html.style6 .sidebar-toggle .main-nav{transition:all .3s ease;transform:translateX(-100px);animation:fadeInLeft .3s ease-in-out;min-width:0;width:0}html.style6 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 490px);transition:all .3s ease}html.style6 .sidebar-toggle .main-nav li{transform:translateX(-100px);transition:transform .5s ease}html.style6 .sidebar-toggle .main-nav.on{transition:all .3s ease;transform:translateX(0);min-width:100px;animation:fadeInLeft .3s ease-in-out}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 595px);transition:all .3s ease;z-index:999}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 500px)}html.style6 .sidebar-toggle .main-nav.on li{transform:translateX(0);transition:transform .5s ease}html.style6 .dynemic-sidebar .chat-main{display:flex;flex-direction:column}html.style6 .dynemic-sidebar .chat-main .pined{cursor:pointer;order:-1}html.style6 .profile-box{padding-top:calc(40px - 10px);padding-bottom:40px}html.style6 .profile-box .open .details{display:none}html.style6 .profile-box .open .details.edit{display:block;animation:pulse .3s ease-in-out}html.style6 .profile-box .open .edit-btn:before{content:"";font-family:FontAwesome}html.style6 .profile-box .open .edit-btn svg{display:none}html.style6 .profile-box .details{padding-left:20px;padding-top:13px;animation:pulse .3s ease-in-out}html.style6 .profile-box .details.edit{padding-top:0;padding-right:20px;display:none}html.style6 .profile-box h6{padding-top:6px}html.style6 .setting-block{padding:40px;border-top:1px solid #eff1f2;margin:0 -40px}html.style6 .setting-block h4{padding-top:8px}html.style6 .setting-block .block{position:absolute;height:calc(100% - 115px);padding:40px 40px 0;width:100%;top:115px;left:0;bottom:0;background-color:#fff;opacity:0;z-index:-1;border-top:1px solid #eff1f2}html.style6 .setting-block .block .media{align-items:center}html.style6 .setting-block .block .help{padding-top:20px}html.style6 .setting-block .block .help>li{padding-top:12px;padding-bottom:12px;border-top:1px dashed #eff1f2}html.style6 .setting-block .block .help>li a{color:rgba(34,54,69,.8);font-weight:600}html.style6 .setting-block .block.open{opacity:1;z-index:1;animation:fadeInLeft .3s ease-in-out}html.style6 .setting-block .custom-switch-primary{margin-right:-11px;margin-top:-2px}html.style6 .setting-block .next:hover,html.style6 .setting-block .previous:hover{background-color:#ff803c!important}html.style6 .setting-block .next:hover svg,html.style6 .setting-block .previous:hover svg{stroke:#fff!important}html.style6 .call-log-main .missed{stroke:#ff4e2b!important}html.style6 .call-log-main .call-box{position:relative}html.style6 .call-log-main .call-box .profile{position:absolute}html.style6 .call-log-main .call-box .details{height:60px;padding:12px 100px 13px 75px}html.style6 .call-log-main .call-box h6{padding-top:8px;display:flex}html.style6 .call-log-main .call-box h6 svg{height:13px;stroke:#3fcc35;width:13px}html.style6 .call-log-main .call-box .call-status{display:inline-block;right:0;top:10px;position:absolute}html.style6 .call-log-main li{margin-left:-40px;margin-right:-40px;padding:15px 40px;position:relative;cursor:pointer}html.style6 .call-log-main li:before{content:"";position:absolute;height:100%;width:0;top:0;left:0;background-color:rgba(28,157,234,.15);transition:all .3s ease}html.style6 .call-log-main li.active:before{border-left:4px solid #ff803c;width:100%;transition:all .3s ease}html.style6 .portfolio-padding{padding-bottom:40px}html.style6 .portfolio-section .isotopeSelector{margin-bottom:30px}html.style6 .portfolio-section .article-title{position:absolute;width:100%;left:0;bottom:0;color:#fff;transition:all .5s ease;text-align:center;float:left;font-size:18px;line-height:24px}html.style6 .portfolio-section .article-title a{color:#fff}html.style6 .portfolio-section .isotopeSelector{float:left;width:100%;position:relative}html.style6 .portfolio-section .isotopeSelector .overlay{position:relative;overflow:hidden}html.style6 .portfolio-section .isotopeSelector img{width:100%;height:auto;transition:all .4s ease}html.style6 .portfolio-section .isotopeSelector .overlay-background{transform:scale(0);transition:all .4s ease;border-radius:15px}html.style6 .portfolio-section .isotopeSelector .overlay-background i{position:absolute;top:50%;left:50%;background:#ff803c;padding:5px;border-radius:100%;transform:translate(-50%,-50%);color:#fff;font-size:12px;display:none;transition:all .4s ease;width:30px;height:30px;align-items:center;justify-content:center}html.style6 .portfolio-section .isotopeSelector:hover img{transform:scale(1.2) rotate(2deg);transition:all .4s ease}html.style6 .portfolio-section .isotopeSelector:hover .overlay-background{transform:scale(1);position:absolute;left:0;top:0;width:100%;height:100%;background-color:transparent;opacity:1;z-index:1;transition:all .3s linear}html.style6 .portfolio-section .isotopeSelector:hover .overlay-background i{display:flex;transition:all .3s ease}html.style6 .portfolio-section .border-portfolio{overflow:hidden;border-radius:15px}html.style6 .portfolio-section #form1{padding-bottom:20px}html.style6 .portfolio-section .filter-button{padding:15px 24px;font-size:calc(16px + 4*(100vw - 320px)/1600);border:none;background-color:#fff;margin:0 5px;line-height:1}html.style6 .portfolio-section .filter-button.active{background-color:#ff803c;color:#fff}html.style6 .portfolio-section.fullwidth-portfolio .isotopeSelector{padding-left:7px;padding-right:7px;margin-bottom:14px}html.style6 .filter-section .filter-container{text-align:center;padding:0 0 20px}html.style6 .filter-section .filter-container ul.filter>li{padding:0 25px}html.style6 .filter-section .filter-container ul.filter>li>a{color:#ff803c;font-size:20px;line-height:40px}html.style6 .filter-section .filter-container ul.filter>li>a:focus,html.style6 .filter-section .filter-container ul.filter>li>a:hover{text-decoration:none;color:#ff803c;outline:none}html.style6 .filter-section .filter-container ul.filter>li.active{background-color:#ff803c}html.style6 .filter-section .filter-container ul.filter>li.active a{color:#fff}html.style6 .filter-section .filter-container ul.filter>li span{color:#ddd;font-size:20px;display:inline-block;margin:0 5px}html.style6 .filter-section .filter-container .filter>li{padding:0;margin:0}html.style6 .filter-section .title1 .title-inner1{margin-top:-5px}html.style6 .filter-section h1{text-align:center}html.style6 .demo-colored-wrap{background:#ecf0f1}html.style6 .mfp-with-zoom .mfp-container,html.style6 .mfp-with-zoom.mfp-bg{opacity:0;transition:all .3s ease-out}html.style6 .mfp-with-zoom.mfp-ready .mfp-container{opacity:1}html.style6 .mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}html.style6 .mfp-with-zoom.mfp-removing .mfp-container,html.style6 .mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}html.style6 .mfp-title{display:none}html.style6 .offer-box{top:50%;position:fixed;transform:translateY(-50%);display:flex;left:-415px;transition:all .5s ease;z-index:9}html.style6 .offer-box img{margin-right:18px}html.style6 .offer-box.toggle-cls{left:0;transition:all .5s ease}html.style6 .offer-box .heading-right h3{position:absolute;top:50%;right:0;width:230px;height:36px;line-height:36px;letter-spacing:5px;font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;transform:translate(50%,-50%) rotate(-90deg);text-align:center;background-color:#ff803c;margin-bottom:0;cursor:pointer}html.style6 .integratin{margin-top:20px}html.style6 .integratin li{position:relative;padding-top:13px;padding-bottom:13px;border-bottom:1px solid #eff1f2}html.style6 .integratin li .media-right svg{height:20px;cursor:pointer;color:#828282}html.style6 .integratin li .media-left{width:100%}html.style6 .integratin li .media-left a{font-size:16px}html.style6 .integratin li .media-left a h5{display:inline-block;font-size:16px}html.style6 .integratin li .fb,html.style6 .integratin li .fb h5{color:#3b5998!important}html.style6 .integratin li .insta,html.style6 .integratin li .insta h5{color:#e4405f!important}html.style6 .integratin li .twi,html.style6 .integratin li .twi h5{color:#55acee!important}html.style6 .integratin li .slc,html.style6 .integratin li .slc h5{color:#3aaf85!important}html.style6 .integratin li .ggl,html.style6 .integratin li .ggl h5{color:#dc4e41!important}html.style6 .integratin li p{padding-left:20px;padding-top:7px}html.style6 .integratin li .profile{height:20px;width:20px;margin-top:3px}html.style6 .switch-list{margin-top:10px}html.style6 .switch-list li{padding-top:10px;padding-bottom:10px;position:relative;border:0!important}html.style6 .switch-list li p{margin-bottom:0}html.style6 .switch-list .switchery{position:absolute;left:0;top:8px}html.style6 .switch-list h5{color:#647589;font-weight:600}html.style6 .wallpaper{margin-top:15px}html.style6 .wallpaper li{cursor:pointer;height:30px;width:30px;background-color:#fff9f5;display:inline-block!important;background-size:auto!important}html.style6 .wallpaper li+li{margin-left:4px}html.style6 .change-number h5{padding-bottom:10px;font-weight:600;color:#223645}html.style6 .change-number .input-group~h5{padding-top:10px}html.style6 .change-number span{border-right:none;padding-right:0;font-weight:500}html.style6 .change-number .country-code{max-width:35px;border-left:none;padding:0 0 0 3px}html.style6 .change-number .form-control{padding-top:7px;padding-bottom:7px;border-color:#faeae0;background-color:#fff}html.style6 .change-number .form-control::-webkit-inner-spin-button{-webkit-appearance:none}html.style6 .change-number .form-control[type=number]{-moz-appearance:textfield}html.style6 .change-number .btn-group-sm>.btn,html.style6 .change-number .btn-sm{padding:8px 20px;font-size:14px;margin-top:20px}html.style6 .privacy li{position:relative}html.style6 .privacy h5{padding-top:10px;padding-right:35px;color:#223645;line-height:1.6}html.style6 .privacy p{margin-bottom:10px}html.style6 .privacy .custom-switch{position:absolute;right:0;top:8px}html.style6 .app-list-ul{text-align:center}html.style6 .app-list-ul .title{border-bottom:1px solid #eff1f2;padding-bottom:15px;cursor:pointer}html.style6 .app-list-ul .title svg{stroke:#ff803c}html.style6 .app-list-ul .title h5{margin-top:0!important}html.style6 .app-list-ul li{margin-bottom:20px}html.style6 .lightbox-target{position:fixed;top:-100%;width:100%;background:rgba(0,0,0,.7);opacity:0;transition:opacity .5s ease-in-out;overflow:hidden;left:0;z-index:9999}html.style6 .lightbox-target img{margin:auto;top:0;left:0;right:0;bottom:0;max-height:0%;max-width:0;border:3px solid #fff;box-shadow:0 0 8px rgba(0,0,0,.3)}html.style6 .lightbox-target img,html.style6 a.lightbox-close{position:absolute;box-sizing:border-box;transition:.5s ease-in-out}html.style6 a.lightbox-close{display:block;width:50px;height:50px;background:#fff;color:#000;text-decoration:none;top:-80px}html.style6 a.lightbox-close:before{transform:translateX(-50%) rotate(45deg)}html.style6 a.lightbox-close:after,html.style6 a.lightbox-close:before{content:"";display:block;height:30px;width:1px;background:#000;position:absolute;left:50%;top:10px}html.style6 a.lightbox-close:after{transform:translateX(-50%) rotate(-45deg)}html.style6 .lightbox-target:target{opacity:1;top:0;bottom:0}html.style6 .lightbox-target:target img{max-height:100%;max-width:100%}html.style6 .lightbox-target:target a.lightbox-close{top:0;left:50%;margin-right:-50%;transform:translate(-50%,70px)}html.style6 .lightbox-target img{border:none;border-radius:25px;overflow:hidden}html.style6 .chat-content .message-input .emojis-main .typing-section{background-color:#fff;border:1px solid #fff;border-radius:21px;padding:0 15px;margin:5px 10px;box-sizing:border-box;flex:1 1 auto}html.style6 .chat-content .message-input .emojis-main .typing-section .typ-msg-content{position:relative;flex:1 1;display:flex;overflow:hidden;padding-right:0}html.style6 .chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg{left:10px;top:5px;color:#999;font-size:15px;line-height:20px;pointer-events:none;position:absolute;transition:opacity .08s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}html.style6 .chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg-main{font-size:15px;line-height:30px;height:35px;width:100%;-webkit-user-select:text;-moz-user-select:text;user-select:text}html.style6 .mobile-back,html.style6 .mobile-sidebar{display:none}html.style6 ul.chat-cont-setting{background-color:#fff;box-shadow:0 0 10px #faeae0;padding:15px;width:-moz-fit-content;width:fit-content;text-align:right;position:fixed;left:20%;bottom:10%;z-index:1;display:none;transition:all .5s ease}html.style6 ul.chat-cont-setting.open{display:block}html.style6 ul.chat-cont-setting li{margin-bottom:20px}html.style6 ul.chat-cont-setting li:last-child{margin-bottom:0}html.style6 ul.chat-cont-setting li a{display:flex;justify-content:flex-end;align-items:center}html.style6 ul.chat-cont-setting li a span{padding:5px;line-height:1;text-transform:capitalize;margin-right:15px;font-size:12px}html.style6 ul.chat-cont-setting li a .icon-chat-cont{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:10px}html.style6 ul.chat-cont-setting li a .icon-chat-cont svg{width:20px;height:20px;fill:#fff}html.style6 .msg-chat-modal .chat-msg-search{margin-bottom:20px}html.style6 .msg-chat-modal .chat-msg-search .input-group{align-items:center;background-color:#eff1f2;border:1px solid #eff1f2}html.style6 .msg-chat-modal .chat-msg-search .input-group .form-control{border:none}html.style6 .msg-chat-modal .chat-msg-search .input-group .input-group-append{padding:0 15px}html.style6 .msg-chat-modal .chat-msg-search .input-group .input-group-text{border:none;background-color:transparent;padding:0}html.style6 .msg-chat-modal .chat-msg-search .input-group span.input-group-text{font-size:11px;font-weight:700;color:#223645}html.style6 .msg-chat-modal .call-log-main,html.style6 .msg-chat-modal .chat-main{height:350px;overflow:auto}html.style6 .msg-chat-modal .call-log-main li,html.style6 .msg-chat-modal .chat-main li{margin-left:0;margin-right:0}html.style6 .msg-chat-modal .call-log-main li .chat-box .details,html.style6 .msg-chat-modal .chat-main li .chat-box .details{padding-left:70px}html.style6 .snippet-modal-main .default-form .form-group{margin-bottom:25px}html.style6 .snippet-modal-main .default-form .form-group input,html.style6 .snippet-modal-main .default-form .form-group select{font-size:14px;text-transform:capitalize}html.style6 .snippet-modal-main .default-form .form-group input::placeholder,html.style6 .snippet-modal-main .default-form .form-group select::placeholder{text-transform:capitalize;font-size:14px}html.style6 .snippet-modal-main .default-form .form-group .btn-snipate{margin-top:40px}html.style6 .containerchat{width:100%;height:calc(100% - 131px);background-color:#fafafa;padding:0 25%;margin-top:auto}@media(max-width:1024px)and (max-height:1366px){html.style6 .containerchat{padding:0;width:100%;margin-top:0}}html.style6 .container-message{width:100%;height:100px;padding:20px 0;background-color:#f8f9f9;box-sizing:border-box}@media(max-width:767px){html.style6 .container-message{padding:0 20px;margin-top:0;height:100px}}@media(max-width:1024px)and (max-height:1366px){html.style6 .container-message{padding:24px 20px;margin-top:0;height:100px}html.style6 .iconSend{width:95%!important;height:95%!important}}html.style6 .chitchat-main .messages{padding:10px 24px;height:100%;overflow:auto;overflow-x:hidden;overflow-y:auto;background-blend-mode:overlay;top:150px;background-color:#f7f2ef;display:none;animation:fadeInLeft .3s ease-in-out}html.style6 .chitchat-main .messages.active{display:block;animation:fadeInLeft .3s ease-in-out}html.style6 .chitchat-main .messages .contact-details{padding:20px 30px;background-color:#fff;box-shadow:0 -55px 0 0 #fff;position:fixed;width:calc(100vw - 500px);z-index:999;transition:all .9s}html.style6 .chitchat-main .messages .contact-details .col{position:unset}html.style6 .chitchat-main .messages .contact-details .search-form{z-index:9;top:-10px;left:0;position:absolute;height:80px;width:100%;transform:scale(0);transition:all .3s ease}html.style6 .chitchat-main .messages .contact-details .search-form.open{transform:scale(1);transition:all .3s ease;top:0;height:100px}html.style6 .chitchat-main .messages .contact-details .search-form input{border:none}html.style6 .chitchat-main .messages .contact-details ul li{display:inline-block;padding-left:17px}html.style6 .chitchat-main .messages .contact-details .left.media{align-items:center}html.style6 .chitchat-main .messages .contact-details .left.media .media-left{height:60px}html.style6 .chitchat-main .messages .contact-details .left.media .media-body{max-width:150px;margin-right:10px;position:relative}html.style6 .chitchat-main .messages .contact-details .left.media .media-body .badge{margin-top:7px}html.style6 .chitchat-main .messages .contact-details .left.media .media-right .mute i:after{content:"";position:absolute;height:2px;width:24px;top:19px;left:11px;opacity:0;border-radius:100%;background-color:#223645;transform:rotate(45deg);transition:opacity .3s ease}html.style6 .chitchat-main .messages .contact-details .left.media .media-right .mute i.off:after{opacity:1;transition:opacity .3s ease}html.style6 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:20px}html.style6 .chitchat-main .messages .contact-details .media-body h5{margin-bottom:7px}html.style6 .chitchat-main .messages .calls{height:100%;display:flex;align-items:center;justify-content:flex-end}html.style6 .chitchat-main .messages .calls>li .bg-transparent svg{stroke-width:3px}html.style6 .chitchat-main .messages .calls>li>a>svg{fill:#223645;stroke-width:1px}html.style6 .chitchat-main .message-input{height:50px;border:1px solid #cdcdcd;border-radius:20px;position:fixed;width:calc(100% - 100px);transition:all .5s;padding:8px 20px;margin:0 auto;z-index:9;bottom:0}html.style6 .chitchat-main .message-input input{width:calc(100% - 300px);border:0;font-size:16px;color:#000;font-family:Lato;background-color:transparent!important;outline:none}html.style6 .chitchat-main .message-input input::placeholder{color:hsla(0,0%,65%,.651);font-size:14px;font-family:Actor,sans-serif;font-weight:400}html.style6 .chitchat-main .message-input input:active{border:1px solid transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style6 .chitchat-main .message-input input:focus{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style6 .chitchat-main .message-input input::selection{box-shadow:none!important;outline-color:transparent!important;-webkit-appearance:none!important;-webkit-box-shadow:none!important}html.style6 .chitchat-main .badge.sm{padding:4px 4px 2px}html.style6 .chitchat-main .badge.refresh.sm{padding:4px}html.style6 .chitchat-main .refresh-block .badge svg{margin-right:0}html.style6 .chitchat-main .chat-content{position:relative}html.style6 .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#fff;margin-bottom:20px}html.style6 .chitchat-main .contact-content .contact-sub-content .user-profile .user-content img{width:100px;height:100px;border-radius:50%}html.style6 .chitchat-main .contact-content .contact-sub-content h3{text-transform:capitalize;color:#ff803c;margin-bottom:20px}html.style6 .chitchat-main .contact-content .contact-sub-content .personal-info-group{margin-bottom:20px;padding:30px;background-color:#fff;border-radius:15px;position:relative;overflow:hidden}html.style6 .chitchat-main .contact-content .contact-sub-content .personal-info-group:last-child{margin-bottom:0}html.style6 .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{color:#223645;text-transform:capitalize;border-bottom:2px solid #eff1f2;padding-bottom:15px;margin-bottom:15px}html.style6 .chitchat-main .contact-content .contact-sub-content .personal-info-group h3 i{margin-right:10px}html.style6 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{padding-bottom:10px;border-bottom:1px dashed #eff1f2;margin-bottom:10px}html.style6 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li:last-child{margin-bottom:0;border-bottom:0!important;padding-bottom:0}html.style6 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li p{margin-bottom:0}html.style6 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{text-transform:capitalize;display:inline-block;margin-bottom:5px;color:rgba(34,54,69,.8)}html.style6 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:right;font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;margin-bottom:0;margin-top:4px;text-transform:lowercase;font-weight:400;font-family:Roboto,sans-serif}html.style6 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media{align-items:center}html.style6 .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{width:50px;height:50px;border-radius:50%;margin-right:10px}html.style6 .chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:first-child{padding-top:0}html.style6 .chitchat-main .contact-content .contact-sub-content .social-info-group .integratin li:last-child{padding-bottom:0;border-bottom:0}html.style6 .chitchat-main .call-content,html.style6 .chitchat-main .chat-content,html.style6 .chitchat-main .contact-content{opacity:0;visibility:hidden}html.style6 .chitchat-main .call-content.active,html.style6 .chitchat-main .chat-content.active,html.style6 .chitchat-main .contact-content.active{opacity:1;visibility:visible;z-index:3;animation:fadeInLeft .3s ease-in-out}html.style6 .chitchat-main .call-content,html.style6 .chitchat-main .contact-content{position:absolute;padding:45px;min-height:100vh;overflow:auto;overflow-x:hidden;top:0;background-color:#fff;z-index:2;transition:all .3s ease}html.style6 .chitchat-main .call-content.active,html.style6 .chitchat-main .contact-content.active{width:calc(100% - 0px)}html.style6 .chitchat-main .call-content .user-profile,html.style6 .chitchat-main .contact-content .user-profile{box-shadow:0 0 5px #eff1f2;padding:30px;background-color:#fff;border-radius:15px;max-width:700px;margin:0 auto}html.style6 .chitchat-main .call-content .user-profile .user-content,html.style6 .chitchat-main .contact-content .user-profile .user-content{text-align:center}html.style6 .chitchat-main .call-content .user-profile .user-content img,html.style6 .chitchat-main .contact-content .user-profile .user-content img{border-radius:50%;width:100px}html.style6 .chitchat-main .call-content .user-profile .user-content h3,html.style6 .chitchat-main .contact-content .user-profile .user-content h3{margin-top:15px}html.style6 .chitchat-main .call-content .user-profile .user-content ul,html.style6 .chitchat-main .contact-content .user-profile .user-content ul{display:flex;align-items:center;justify-content:center;margin-top:15px}html.style6 .chitchat-main .call-content .user-profile .user-content ul li,html.style6 .chitchat-main .contact-content .user-profile .user-content ul li{font-size:14px;margin-right:15px 15px 0;text-transform:capitalize;line-height:1;transition:all .05s ease;padding:15px;font-weight:700}html.style6 .chitchat-main .call-content .user-profile .user-content ul li:first-child,html.style6 .chitchat-main .contact-content .user-profile .user-content ul li:first-child{color:#ff4e2b}html.style6 .chitchat-main .call-content .user-profile .user-content ul li:first-child i,html.style6 .chitchat-main .contact-content .user-profile .user-content ul li:first-child i{background-color:rgba(255,78,43,.15);color:#ff4e2b}html.style6 .chitchat-main .call-content .user-profile .user-content ul li:nth-child(2),html.style6 .chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2){color:#ff803c}html.style6 .chitchat-main .call-content .user-profile .user-content ul li:nth-child(2) i,html.style6 .chitchat-main .contact-content .user-profile .user-content ul li:nth-child(2) i{background-color:rgba(255,128,60,.15);color:#ff803c}html.style6 .chitchat-main .call-content .user-profile .user-content ul li:last-child,html.style6 .chitchat-main .contact-content .user-profile .user-content ul li:last-child{margin-right:0;color:#3fcc35}html.style6 .chitchat-main .call-content .user-profile .user-content ul li:last-child i,html.style6 .chitchat-main .contact-content .user-profile .user-content ul li:last-child i{background-color:rgba(63,204,53,.15);color:#3fcc35}html.style6 .chitchat-main .call-content .user-profile .user-content ul li i,html.style6 .chitchat-main .contact-content .user-profile .user-content ul li i{width:36px;height:36px;margin-right:auto;margin-left:auto;margin-bottom:10px;font-size:16px;display:block;border-radius:50%;padding:10px;background-color:#eff1f2;transition:all .05s ease}html.style6 .chitchat-main .call-content .call-log-main,html.style6 .chitchat-main .contact-content .call-log-main{height:415px;overflow:overlay;margin:0 auto 15px;padding-right:10px}html.style6 .chitchat-main .call-content .call-log-main .coll-log-group,html.style6 .chitchat-main .contact-content .call-log-main .coll-log-group{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:20px 30px;margin-bottom:15px;border-radius:15px}html.style6 .chitchat-main .call-content .call-log-main .coll-log-group:last-child,html.style6 .chitchat-main .contact-content .call-log-main .coll-log-group:last-child{margin-bottom:0}html.style6 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media,html.style6 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media{align-items:center}html.style6 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg,html.style6 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media svg{width:18px;margin-right:10px}html.style6 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,html.style6 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media .media-body p,html.style6 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body h5,html.style6 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-left .media .media-body p{text-transform:capitalize}html.style6 .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6,html.style6 .chitchat-main .contact-content .call-log-main .coll-log-group .log-content-right h6{color:#223645}html.style6 .chitchat-main .call-content .call-log-clear,html.style6 .chitchat-main .contact-content .call-log-clear{background-color:#fff;padding:20px;position:absolute;left:10px;right:0;text-transform:capitalize;text-align:center;border-radius:15px;cursor:pointer;width:calc(100% - 30px)}html.style6 .chitchat-main .call-content .call-log-clear i,html.style6 .chitchat-main .contact-content .call-log-clear i{font-size:24px}html.style6 .chitchat-main .call-content .call-log-clear span,html.style6 .chitchat-main .contact-content .call-log-clear span{display:block;font-size:16px}@media(max-width:1024px)and (max-height:1366px){html.style6 .chitchat-main .message-input{width:100%}}@media(max-width:767px){html.style6 .chitchat-main .chitchat-main .message-input{height:48px}}html.style6 .menu-active .chitchat-main .message-input{width:calc(100% - 850px);transition:all .9s}html.style6 .menu-active .chitchat-main .messages .contact-details{width:50.9vw!important;transition:all .9s ease}html.style6 .dark{background-color:#191b1f}html.style6 .dark,html.style6 .dark .clfooter #basicUsage3{color:hsla(0,0%,100%,.8)}html.style6 .dark h5{color:#fff}html.style6 .dark .chitchat-right-sidebar .right-sidebar{background-color:#191b1f}html.style6 .dark .chitchat-right-sidebar h2,html.style6 .dark .chitchat-right-sidebar h3{color:#fff}html.style6 .dark .chitchat-right-sidebar .status.other h5 a,html.style6 .dark .chitchat-right-sidebar h4,html.style6 .dark .chitchat-right-sidebar h6{color:hsla(0,0%,100%,.8)}html.style6 .dark .chitchat-right-sidebar .document,html.style6 .dark .chitchat-right-sidebar .media-gallery,html.style6 .dark .chitchat-right-sidebar .status{border-top:1px solid #414248}html.style6 .dark .status-switch .custom-control-label{color:hsla(0,0%,100%,.8)}html.style6 .dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}html.style6 .dark .chitchat-container .theme-tab .nav-tabs .nav-item .nav-link.active{color:#ff803c!important;background-color:rgba(28,157,234,.15)!important}html.style6 .dark .chitchat-container .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}html.style6 .dark .chitchat-container .chitchat-left-sidebar h1,html.style6 .dark .chitchat-container .chitchat-left-sidebar h2,html.style6 .dark .chitchat-container .chitchat-left-sidebar h3,html.style6 .dark .chitchat-container .chitchat-left-sidebar h4,html.style6 .dark .chitchat-container .chitchat-left-sidebar h5,html.style6 .dark .chitchat-container .chitchat-left-sidebar h6,html.style6 .dark .chitchat-container .chitchat-left-sidebar p,html.style6 .dark .chitchat-container .chitchat-left-sidebar select,html.style6 .dark .chitchat-container .chitchat-left-sidebar span{color:#fff}html.style6 .dark .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style6 .dark .chitchat-container .chitchat-left-sidebar .document-tab,html.style6 .dark .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style6 .dark .chitchat-container .chitchat-left-sidebar .notification-tab,html.style6 .dark .chitchat-container .chitchat-left-sidebar .settings-tab,html.style6 .dark .chitchat-container .chitchat-left-sidebar .status-tab{color:#fff;background-color:#191b1f}html.style6 .dark .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}html.style6 .dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c}html.style6 .dark .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content{border-bottom:1px solid #414248}html.style6 .dark .chitchat-container .chitchat-left-sidebar .recent-default,html.style6 .dark .chitchat-container .chitchat-left-sidebar .recent-default .recent{color:#fff;background-color:#191b1f}html.style6 .dark .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{color:#fff!important;background-color:#25262c!important}html.style6 .dark .chitchat-container .main-nav{border-right:1px solid #414248}html.style6 .dark .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}html.style6 .dark .chitchat-container .chitchat-main{background-color:#191b1f}html.style6 .dark .chitchat-container .chitchat-main h5,html.style6 .dark .chitchat-container .chitchat-main h6{color:#fff}html.style6 .dark .chitchat-container .chitchat-main .messages{color:#fff;background-color:#25262c}html.style6 .dark .chitchat-container .chitchat-main .messages .contact-details{color:#fff;background-color:#191b1f;box-shadow:0 -55px 0 0 #25262c}html.style6 .dark .chitchat-container .chitchat-main .messages .contact-details .left.media .media-body:before{background-color:#fff}html.style6 .dark .chitchat-container .chitchat-main .message-input,html.style6 .dark .chitchat-container .chitchat-main .message-input input{background-color:#191b1f}html.style6 .dark .chitchat-container .chitchat-main .call-content{color:#fff;background-color:#25262c}html.style6 .dark .chitchat-container .chitchat-main .call-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}html.style6 .dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h3,html.style6 .dark .chitchat-container .chitchat-main .call-content .user-profile .user-content h4{color:#fff}html.style6 .dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group{color:#fff;background-color:#191b1f}html.style6 .dark .chitchat-container .chitchat-main .call-content .call-log-main .coll-log-group .log-content-right h6{color:#fff}html.style6 .dark .chitchat-container .chitchat-main .call-content .call-log-clear{color:#fff;background-color:#191b1f}html.style6 .dark .chitchat-container .chitchat-main .contact-content{color:#fff;background-color:#25262c}html.style6 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group{color:#fff;background-color:#191b1f}html.style6 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group h3{border-bottom:2px solid #414248;color:#fff}html.style6 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{border-bottom:1px dashed #414248}html.style6 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5{color:#fff}html.style6 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile{background-color:#191b1f;box-shadow:0 0 5px #414248}html.style6 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h3,html.style6 .dark .chitchat-container .chitchat-main .contact-content .contact-sub-content .user-profile .user-content h4{color:#fff}html.style6 .dark .document-list li h5{color:hsla(0,0%,100%,.8)}html.style6 .dark .form-control{background-color:#191b1f}html.style6 .dark .custom-control-label,html.style6 .dark .form-control-plaintext,html.style6 .dark span{color:hsla(0,0%,100%,.8)}html.style6 .dark .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}html.style6 .dark .msg-chat-modal .chat-msg-search .input-group{border-color:#223645;background-color:#25262c}html.style6 .dark .msg-chat-modal .chat-msg-search .input-group input,html.style6 .dark .msg-chat-modal .chat-msg-search .input-group span.input-group-text{color:hsla(0,0%,100%,.8)}html.style6 .dark ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}html.style6 .dark .chat-main li.active{color:#fff;background-color:#25262c}html.style6 .dark .setting-block{border-top:1px solid #414248}html.style6 .dark .setting-block .block{background-color:#191b1f;border-top:1px solid #414248}html.style6 .dark .setting-block .block .help>li{border-top:1px dashed #414248}html.style6 .dark .setting-block .block .help>li a{color:#fff}html.style6 .dark .integratin li{border-bottom:1px solid #414248}html.style6 .dark .search2{border-top:1px solid #414248}html.style6 .dark .group-main li.active,html.style6 .dark .search2>div{color:#fff;background-color:#25262c}html.style6 .dark .group-main ul.grop-icon li{border:2px solid #25262c;color:#fff}html.style6 .dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{color:#fff;background-color:#191b1f}html.style6 .dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{border-top:12px solid #191b1f}html.style6 .dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn{border:2px dashed #414248!important}html.style6 .dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg{color:#fff}html.style6 .dark .btn-light{color:#fff!important;background-color:#25262c}html.style6 .dark .contact-chat>ul>li.replies .msg-box li .document,html.style6 .dark .contact-chat>ul>li.replies .msg-box li>h5{color:#fff;background-color:#191b1f}html.style6 .dark .contact-chat>ul>li.replies .msg-box li .document .icon-btns a{color:#fff!important;background-color:#25262c!important}html.style6 .dark .contact-chat>ul>li.replies .msg-box li .auto-gallery{color:#fff;background-color:#191b1f}html.style6 .dark .contact-chat>ul>li.sent .document .icon-btns a{color:#fff!important;background-color:#25262c!important}html.style6 .dark .contact-chat>ul.str-msg li .msg-box>li>h5{background-color:#25262c;color:#fff}html.style6 .dark .msg-setting-main .msg-dropdown-main .msg-setting{background-color:#191b1f!important;color:#fff!important}html.style6 .dark .emojis-main .emojis-contain,html.style6 .dark .emojis-main .sticker-contain{background-color:#191b1f}html.style6 .dark .emojis-main .emojis-contain .emojis-sub-contain:before{border-top:12px solid #191b1f}html.style6 .dark .emojis-main .contact-poll .contact-poll-content{background-color:#191b1f}html.style6 .dark .emojis-main .contact-poll .contact-poll-content ul li a{color:#fff}html.style6 .dark .emojis-main .contact-poll .contact-poll-content:before{border-top:12px solid #191b1f}html.style6 .dark .add-contact-modal h3,html.style6 .dark .add-contact-modal h5,html.style6 .dark .fev-addcall-main h3,html.style6 .dark .fev-addcall-main h5,html.style6 .dark .pol-modal-main h3,html.style6 .dark .pol-modal-main h5,html.style6 .dark .snippet-modal-main h3,html.style6 .dark .snippet-modal-main h5{color:#fff}html.style6 .dark .add-contact-modal .modal-content,html.style6 .dark .fev-addcall-main .modal-content,html.style6 .dark .pol-modal-main .modal-content,html.style6 .dark .snippet-modal-main .modal-content{background-color:#191b1f}html.style6 .dark .add-contact-modal .modal-content .modal-header,html.style6 .dark .fev-addcall-main .modal-content .modal-header,html.style6 .dark .pol-modal-main .modal-content .modal-header,html.style6 .dark .snippet-modal-main .modal-content .modal-header{background-color:#25262c;border-bottom:1px solid #414248}html.style6 .dark .add-contact-modal .modal-content .modal-body .form-group textarea,html.style6 .dark .fev-addcall-main .modal-content .modal-body .form-group textarea,html.style6 .dark .pol-modal-main .modal-content .modal-body .form-group textarea,html.style6 .dark .snippet-modal-main .modal-content .modal-body .form-group textarea{background-color:#25262c;color:#fff}html.style6 .dark .add-contact-modal .modal-content .modal-body .form-group textarea::placeholder,html.style6 .dark .fev-addcall-main .modal-content .modal-body .form-group textarea::placeholder,html.style6 .dark .pol-modal-main .modal-content .modal-body .form-group textarea::placeholder,html.style6 .dark .snippet-modal-main .modal-content .modal-body .form-group textarea::placeholder{color:#fff}html.style6 .dark .add-contact-modal .modal-content .modal-body .form-group select,html.style6 .dark .fev-addcall-main .modal-content .modal-body .form-group select,html.style6 .dark .pol-modal-main .modal-content .modal-body .form-group select,html.style6 .dark .snippet-modal-main .modal-content .modal-body .form-group select{background-color:#25262c;color:#fff}html.style6 .dark .add-contact-modal .modal-content .modal-body .form-group input,html.style6 .dark .fev-addcall-main .modal-content .modal-body .form-group input,html.style6 .dark .pol-modal-main .modal-content .modal-body .form-group input,html.style6 .dark .snippet-modal-main .modal-content .modal-body .form-group input{background-color:#25262c}html.style6 .dark .add-contact-modal .modal-content .modal-body .form-group input::placeholder,html.style6 .dark .fev-addcall-main .modal-content .modal-body .form-group input::placeholder,html.style6 .dark .pol-modal-main .modal-content .modal-body .form-group input::placeholder,html.style6 .dark .snippet-modal-main .modal-content .modal-body .form-group input::placeholder{color:#fff}html.style6 .dark .add-contact-modal .modal-content .modal-body .form-group .post-poll,html.style6 .dark .fev-addcall-main .modal-content .modal-body .form-group .post-poll,html.style6 .dark .pol-modal-main .modal-content .modal-body .form-group .post-poll,html.style6 .dark .snippet-modal-main .modal-content .modal-body .form-group .post-poll{background-color:#25262c}html.style6 .dark .add-contact-modal .modal-dialog:before,html.style6 .dark .fev-addcall-main .modal-dialog:before,html.style6 .dark .pol-modal-main .modal-dialog:before,html.style6 .dark .snippet-modal-main .modal-dialog:before{border-bottom:10px solid #191b1f}html.style6 .dark .chat-friend-toggle .chat-frind-content{background-color:#191b1f}html.style6 .dark .chat-friend-toggle .chat-frind-content ul li:last-child{border-top:1px solid #414248}html.style6 .dark .search-form .form-group input{border:1px solid #414248;background-color:#191b1f}html.style6 .dark .search-form:before{color:#fff}html.style6 .dark .theme-according .card .card-body,html.style6 .dark .theme-according .card .card-header{background-color:#25262c}html.style6 .dark .card{background-color:#191b1f}html.style6 .dark .change-number .form-control{border-color:#414248;background-color:#191b1f}html.style6 .dark .rightchat.animat-rate .bg_circle>div{border:3px solid #42434a}html.style6 .dark .rightchat.animat-rate .cross,html.style6 .dark .rightchat.animat-rate .cross1,html.style6 .dark .rightchat.animat-rate .cross1:after,html.style6 .dark .rightchat.animat-rate .cross2,html.style6 .dark .rightchat.animat-rate .cross2:after,html.style6 .dark .rightchat.animat-rate .cross:after{background:#42434a}html.style6 .dark .rightchat.animat-rate .dot1{background-color:#42434a}html.style6 .dark .login-page2 .login-content-main .login-content{background-color:#191b1f;color:#fff}html.style6 .dark .login-page2 .login-content-main .login-content .form1 .form-group .col-form-label,html.style6 .dark .login-page2 .login-content-main .login-content h3,html.style6 .dark .login-page2 .login-content-main .login-content h4{color:#fff}html.style6 .dark .login-page2 .login-content-main .login-content .form1 .form-group .form-control{background-color:#25262c}html.style6 .dark .login-page2 .login-content-main .login-content .form2 .form-group .col-form-label{color:#fff}html.style6 .dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style6 .dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control::placeholder{color:#fff}html.style6 .dark .login-page2 .login-content-main .login-content .login-content-header img{z-index:140}html.style6 .dark .login-page1 .left-page{background-color:#191b1f}html.style6 .dark .login-page1 .left-page h3,html.style6 .dark .login-page1 .left-page h4{color:#fff}html.style6 .dark .login-content{background-color:#191b1f;color:#fff}html.style6 .dark .login-content .form1 .form-group .col-form-label,html.style6 .dark .login-content h3,html.style6 .dark .login-content h4{color:#fff}html.style6 .dark .login-content .form1 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style6 .dark .login-content .form1 .form-group .form-control::placeholder{color:#fff}html.style6 .dark .login-content .form1 .form-group .form-check h6,html.style6 .dark .login-content .form2 .form-group .col-form-label{color:#fff}html.style6 .dark .login-content .form2 .form-group .form-control{background-color:#25262c;border:1px solid #414248}html.style6 .dark .login-content .form2 .form-group .form-control::placeholder{color:#fff}html.style6 .dark .login-content .form2 .form-group .form-check h6{color:#fff}html.style6 .dark .login-content .login-content-header img{z-index:140}html.style6 .dark .login-content .line h6{color:#fff}html.style6 .dark .right-login{background-color:#25262c}html.style6 .dark .right-login.animat-rate .bg_circle>div{border:3px solid #42434a}html.style6 .dark .right-login.animat-rate .cross,html.style6 .dark .right-login.animat-rate .cross1,html.style6 .dark .right-login.animat-rate .cross1:after,html.style6 .dark .right-login.animat-rate .cross2,html.style6 .dark .right-login.animat-rate .cross2:after,html.style6 .dark .right-login.animat-rate .cross:after{background:#42434a}html.style6 .dark .right-login.animat-rate .dot,html.style6 .dark .right-login.animat-rate .dot1{background-color:#42434a}html.style6 .dark .right-login .maincircle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.702),rgba(25,29,31,.702))}html.style6 .dark .right-login .bottom-circle,html.style6 .dark .right-login .bottom-circle1,html.style6 .dark .right-login .center-circle,html.style6 .dark .right-login .right-circle,html.style6 .dark .right-login .right-circle1,html.style6 .dark .right-login .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}html.style6 .dark .login-page2{background-color:#25262c}html.style6 .dark .login-page2.animat-rate .bg_circle>div{border:3px solid #42434a}html.style6 .dark .login-page2.animat-rate .cross,html.style6 .dark .login-page2.animat-rate .cross1,html.style6 .dark .login-page2.animat-rate .cross1:after,html.style6 .dark .login-page2.animat-rate .cross2,html.style6 .dark .login-page2.animat-rate .cross2:after,html.style6 .dark .login-page2.animat-rate .cross:after{background:#42434a}html.style6 .dark .login-page2.animat-rate .bottom-circle,html.style6 .dark .login-page2.animat-rate .bottom-circle1,html.style6 .dark .login-page2.animat-rate .center-circle,html.style6 .dark .login-page2.animat-rate .maincircle,html.style6 .dark .login-page2.animat-rate .right-circle,html.style6 .dark .login-page2.animat-rate .right-circle1,html.style6 .dark .login-page2.animat-rate .top-circle{background-image:linear-gradient(#191d1f,rgba(25,29,31,.451),rgba(25,29,31,.149))}html.style6 .dark .login-page2.animat-rate .quarterCircle{background-image:linear-gradient(#191d1f)}html.style6 .dark .login-page2.animat-rate .dot,html.style6 .dark .login-page2.animat-rate .dot1{background-color:#42434a}html.style6 .dark .about-page,html.style6 .dark .counter-box-second{background-color:#25262c}html.style6 .dark .counter-box-second .counter-box h6,html.style6 .dark .counter-box-second .counter-box span,html.style6 .dark .error-main .error-contain h1,html.style6 .dark .error-main .error-contain h2,html.style6 .dark .error-main .error-contain h4{color:#fff}html.style6 .dark .error-main .error-contain .animated-bg i{background-color:#8d8e98}html.style6 .dark .about-page h1,html.style6 .dark .about-page h2,html.style6 .dark .about-page h3,html.style6 .dark .about-page h4,html.style6 .dark .about-page p{color:#fff}html.style6 .dark .about-page .about-tab{border:1px solid #414248}html.style6 .dark .about-page .about-tab nav{border-right:1px solid #414248}html.style6 .dark .about-page .about-tab .nav-pills .nav-link,html.style6 .dark .tab-content>.tab-pane{color:#fff}html.style6 .dark .secure-app-main{background-color:#25262c}html.style6 .dark .secure-app-main .secure-app-content .ply-main h3,html.style6 .dark .secure-app-main .secure-app-content .ply-main h3 span,html.style6 .dark .secure-app-main .secure-app-content h1,html.style6 .dark .secure-app-main .secure-app-content h4,html.style6 .dark .team h2,html.style6 .dark .team h3,html.style6 .dark .team h4,html.style6 .dark .team p{color:#fff}html.style6 .dark .team h2{border-bottom:1px solid #414248}html.style6 .dark .team .team-content{border:1px solid #414248}html.style6 .dark .rtl .about-page .about-tab .nav{border-left:1px solid #414248}html.style6 .dark .testimonial-box{background-color:#25262c}html.style6 .dark .testimonial-box .test-contain h3,html.style6 .dark .testimonial-box .test-contain h4,html.style6 .dark .testimonial-box .test-contain h6{color:#fff}html.style6 .dark .element-card{background-color:#25262c}html.style6 .dark .element-card .typography h1,html.style6 .dark .element-card .typography h2,html.style6 .dark .element-card .typography h3,html.style6 .dark .element-card .typography h4,html.style6 .dark .element-card .typography h5,html.style6 .dark .element-card .typography h6,html.style6 .dark .element-card .typography p,html.style6 .dark .element-card .typography span{color:#fff}html.style6 .dark .element-card .heading{background-color:#191b1f;border-bottom:1px solid #414248}html.style6 .dark .element-card .heading h2{color:#fff}html.style6 .dark .faq-block{background-color:#25262c;border:1px solid #414248}html.style6 .dark .faq-block h2,html.style6 .dark .faq-block p{color:#fff}html.style6 .dark .faq-block h5{background-color:#25262c}html.style6 .dark .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #414248}html.style6 .dark .faq-section .accordion.theme-accordion .card .card-header button{color:#fff}html.style6 .dark .faq-section .accordion.theme-accordion .card .card-header button:before{border-top:6px solid #fff}html.style6 .dark .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-bottom:6px solid #fff}html.style6 .dark .faq-section .accordion.theme-accordion .card{border:1px solid #414248}html.style6 .dark .faq-section .accordion.theme-accordion .card .card-body{background-color:#25262c}html.style6 .dark .faq-section .accordion.theme-accordion .card .card-body p{color:#fff}html.style6 .dark .faq-section .faq-search-box{border:2px solid #414248;background-color:#25262c}html.style6 .dark .faq-section .faq-search-box .input-group .form-control{background-color:#25262c}html.style6 .dark .faq-section .faq-search-box .input-group .form-control::placeholder{color:#fff}html.style6 .dark .btn-link{background-color:#25262c}html.style6 .dark .app-design-main .contant-box h2,html.style6 .dark .app-design-main .contant-box h4,html.style6 .dark .blog-detail-page h3,html.style6 .dark .chitchat-main .chitchat-contain h1,html.style6 .dark .chitchat-main .chitchat-contain h3,html.style6 .dark .chitchat-main .chitchat-contain h4,html.style6 .dark .chitchat-main .chitchat-contain span,html.style6 .dark .chitchat-main .chitchat-contain ul.detial-price li,html.style6 .dark .fa-search:before,html.style6 .dark .landing-title .sub-title h2,html.style6 .dark .landing-title .sub-title h4,html.style6 .dark .subscribe-content h1,html.style6 .dark .subscribe-content h4,html.style6 .dark .subscribe-content span,html.style6 .dark .team-work-main .team-work-content .ply-main h3,html.style6 .dark .team-work-main .team-work-content h1,html.style6 .dark .team-work-main .team-work-content h3,html.style6 .dark .team-work-main .team-work-content h4,html.style6 .dark .team-work-main h1,html.style6 .dark .team-work-main h3,html.style6 .dark .team-work-main h4,html.style6 .dark .team-work-main span{color:#fff}html.style6 .dark .blog-detail-page .blog-detail{background-color:#25262c;border:1px solid #414248}html.style6 .dark .blog-detail-page .blog-detail p{color:#fff}html.style6 .dark .blog-detail-page .blog-detail .post-social{color:#fff;border-bottom:1px solid #414248}html.style6 .dark .blog-detail-page .blog-detail .post-social li+li{border-left:1px solid #414248}html.style6 .dark .blog-detail-page .blog-detail h2{color:#fff}html.style6 .dark .blog-detail-page .blog-commant{background-color:#25262c;border:1px solid #414248}html.style6 .dark .blog-detail-page .blog-commant .comment-section li{border-top:1px solid #414248}html.style6 .dark .blog-detail-page .blog-commant .comment-section li h6,html.style6 .dark .blog-detail-page .blog-commant .comment-section li p,html.style6 .dark .blog-detail-page .blog-commant .comment-section li span{color:#fff}html.style6 .dark .blog-detail-page .blog-contact{background-color:#25262c;border:1px solid #414248}html.style6 .dark .blog-detail-page .blog-contact .theme-form label,html.style6 .dark .blog-detail-page .blog-contact label{color:#fff}html.style6 .dark .blog-detail-page .blog-contact .theme-form input{border-color:#414248;background-color:#191b1f}html.style6 .dark .blog-detail-page .blog-contact .theme-form input::placeholder{color:#fff}html.style6 .dark .blog-detail-page .blog-contact .theme-form textarea{background-color:#191b1f}html.style6 .dark .blog-detail-page .blog-contact .theme-form textarea::placeholder{color:#fff}html.style6 .dark .blog-page .blog-sidebar h4,html.style6 .dark .blog-page .blog-sidebar h5,html.style6 .dark .blog-page .blog-sidebar h6,html.style6 .dark .blog-page .blog-sidebar p{color:#fff}html.style6 .dark .blog-page .blog-sidebar .blog-card{border:1px solid #414248;background-color:#25262c}html.style6 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group,html.style6 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{background-color:#191b1f}html.style6 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control::placeholder{color:#fff}html.style6 .dark .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{color:#fff}html.style6 .dark .blog-card .default-form .form-group input,html.style6 .dark .blog-card .default-form .form-group textarea{background-color:#25262c;border-color:#191b1f}html.style6 .dark .blog-page .blog-list{background-color:#25262c}html.style6 .dark .blog-page .blog-side{background-color:#25262c;border:1px solid #414248}html.style6 .dark .blog-page .blog-media .blog-right h4,html.style6 .dark .blog-page .blog-media .blog-right h6,html.style6 .dark .blog-page .blog-media .blog-right p,html.style6 .dark .blog-page .blog-media .blog-right ul li{color:#fff}html.style6 .dark .blog-page .blog-media .blog-right ul li+li{border-left:1px solid #414248}html.style6 .dark .inner-page header{background-color:#25262c;border-bottom:1px solid #414248}html.style6 .dark .navbar-light .navbar-nav .active>.nav-link{color:#fff}html.style6 .dark .navbar-light .navbar-nav .nav-link{color:hsla(0,10%,94%,.5)}html.style6 .dark footer{background-color:#25262c;border-top:1px solid #414248}html.style6 .dark footer .copyright p,html.style6 .dark footer .links li a,html.style6 .dark footer h3,html.style6 .dark footer p{color:#fff}html.style6 .dark .app-sidebar,html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style6 .dark .app-sidebar.active .apps-ul>li.active{background-color:#191b1f}html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main .notes-list,html.style6 .dark .app-sidebar.active .apps-ul>li .notes-main .notes-list{border:1px solid #414248}html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .notes-main a.line,html.style6 .dark .app-sidebar.active .apps-ul>li .notes-main a.line{border-top:1px solid #414248}html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list .target-reminder-list,html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp,html.style6 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list .target-reminder-list,html.style6 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list-disp{border:2px solid #414248}html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list button,html.style6 .dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list button{color:#fff}html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group,html.style6 .dark .app-sidebar.active .apps-ul>li .file-tab .tab-content .link-group{border:1px solid #414248}html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab .tab-content .todo-task h4,html.style6 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-tab .tab-content .todo-task h4{color:#fff}html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input,html.style6 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input{background-color:#191b1f}html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .input-text input::placeholder,html.style6 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input::placeholder{color:#fff}html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input,html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker input:focus,html.style6 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input,html.style6 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input:focus{background-color:#191b1f}html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu,html.style6 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu{background-color:#25262c}html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider,html.style6 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider{background-color:#25262c;border-bottom:1px solid #414248}html.style6 .dark .app-sidebar.active .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker .dropdown-menu li,html.style6 .dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu li{color:#fff}html.style6 .dark .app-sidebar .tab-card{border:1px solid #414248}html.style6 .dark .app-sidebar h2,html.style6 .dark .app-sidebar h4,html.style6 .dark .app-sidebar h5,html.style6 .dark .app-sidebar h6,html.style6 .dark .app-sidebar p{color:#fff}html.style6 .dark .app-sidebar .app-list{border-left:2px solid #414248}html.style6 .dark .app-sidebar .default-form select{background:url(/assets/images/drop-1.png) #25262c no-repeat scroll 95.5%;color:#fff}html.style6 .dark .app-sidebar .app-list-ul .title{border-bottom:1px solid #414248}html.style6 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .block-content{border-bottom-color:#414248}html.style6 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group{box-shadow:-1px 10px 16px -10px #191b1f}html.style6 .dark .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{background-color:#25262c}html.style6 .dark .app-sidebar .apps-ul .tab-pane>li .todo-main .todo-main-content{border-bottom-color:#414248}html.style6 .dark .datepicker{background:#25262c;color:#fff}html.style6 .dark .datepicker--pointer{background:#25262c;border-top:1px solid #414248;border-right:1px solid #414248}html.style6 .dark .datepicker--nav{border-bottom:1px solid #414248}html.style6 .dark .text-muted{color:#fff!important}html.style6 .dark .modal-content{background-color:#191b1f}html.style6 .dark .modal-content .default-form .form-group input,html.style6 .dark .modal-content .default-form .form-group textarea{background-color:#25262c}html.style6 .dark .modal-content .default-form .form-group textarea::placeholder{color:#fff}html.style6 .dark .modal-content .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #25262c no-repeat scroll 95.5%}html.style6 .dark .modal-content .modal-body .form-group ul.reminder-count li+li{background-color:#25262c}html.style6 .dark .modal-content .modal-body .form-group ul.reminder-count li .remi-num,html.style6 .dark .modal-content .modal-body .form-group ul.reminder-count li .remi-val{color:#ff803c}html.style6 .dark .modal-content .modal-body .form-group label{color:#fff}html.style6 .dark .modal-content .modal-body .form-group input::placeholder{color:#fff}html.style6 .dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select,html.style6 .dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input{color:#fff}html.style6 .dark .add-popup .modal-header{border-bottom-color:#414248}html.style6 .dark .add-popup .modal-footer{border-top-color:#414248}html.style6 .dark .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{color:#fff}html.style6 .dark .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}html.style6 .dark .slider-block .slider-main .slider-contain h1,html.style6 .dark .slider-block .slider-main .slider-contain h4{color:#fff}@media(max-width:575.98px){html.style6 .dark .sidebar-toggle .main-nav.on{background-color:#191b1f}}html.style6 .dark-sidebar{background-color:#191b1f}html.style6 .dark-sidebar .chat-main li .chat-box .date-status .ti-pin2:before{color:#fff}html.style6 .dark-sidebar .btn-light.active,html.style6 .dark-sidebar .btn-light:active,html.style6 .dark-sidebar .btn-light:focus{box-shadow:0 0 3px 2px #828282}html.style6 .dark-sidebar .form-sm input{border-color:#414248;color:hsla(0,0%,100%,.8)}html.style6 .dark-sidebar ul.chat-cont-setting{background-color:#191b1f;box-shadow:0 0 10px #414248}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .document-tab,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .notification-tab,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .recent-default .recent,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .settings-tab,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab{background-color:#191b1f}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box h3{background-color:#25262c;color:#fff}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box{border-bottom:1px solid #414248}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar h1,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar h2,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar h3,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar h4,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar h5,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar h6,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar p,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar select,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar span{color:#fff}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .icon-btn.btn-outline-light{background-color:#25262c!important;color:#fff!important}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form input{background-color:#191b1f;border:1px solid #414248}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search-form:before{color:#fff}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search2{border-top:1px solid #414248}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .search2>div{background-color:#25262c}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .chat-main li.active{background-color:#25262c;border-left:4px solid #414248}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card{background-color:#191b1f}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-body,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-according .card .card-header{background-color:#25262c}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .integratin li{border-bottom:1px solid #414248}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block,html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block{border-top:1px solid #414248}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li{border-top:1px dashed #414248}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block .help>li a{color:#fff}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .setting-block .block a{color:#ff803c}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link{background-color:#25262c!important;color:#fff!important}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link.active{color:#ff803c!important;background-color:rgba(28,157,234,.15)!important}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{fill:#fff!important}html.style6 .dark-sidebar .chitchat-container .chitchat-left-sidebar .group-main li.active{background-color:#25262c;border-left:4px solid #414248}html.style6 .dark-sidebar .chitchat-container .main-nav{border-right:1px solid #414248}html.style6 .dark-sidebar .chitchat-container .main-nav .logo-warpper{border-bottom:1px solid #414248}html.style6 .dark-sidebar .chitchat-container .main-nav .btn-light{background-color:#25262c!important;color:#fff!important}html.style6 .dark-sidebar .chitchat-container .change-number .form-control{border-color:#414248}html.style6 .dark-sidebar .chitchat-container .form-control{background-color:#25262c}html.style6 .dark-sidebar .custom-control-label,html.style6 .dark-sidebar .dynemic-sidebar .search-form .form-group .close-search,html.style6 .dark-sidebar .dynemic-sidebar .search-form .form-group input{color:hsla(0,0%,100%,.8)}@media(max-width:1367px){html.style6 .dark-sidebar .secure-app-main .secure-app-content{background-color:#191b1f}html.style6 .dark-sidebar header .landing-header.fixed .main-menu .navbar-nav>li>a{color:#fff!important}}@media(max-width:1200px){html.style6 .dark-sidebar .inner-page header .landing-header .navbar-collapse{background-color:#191b1f;border:1px solid #414248}}@media(max-width:575.98px){html.style6 .dark-sidebar .sidebar-toggle .main-nav.on{background-color:#191b1f}}html.style6 .rtl{direction:rtl}html.style6 .rtl .mr-1{margin-right:unset!important;margin-left:.25rem!important}html.style6 .rtl .media{text-align:right}html.style6 .rtl ul.chat-cont-setting li a span{margin-right:unset;margin-left:15px}html.style6 .rtl .dropdown .dropdown-menu .dropdown-divider h5{margin-left:unset;margin-right:10px}html.style6 .rtl .create-todo-main-modal .modal-body .default-form .todo-task h5{text-align:right}html.style6 .rtl .chat-friend-toggle .chat-frind-content{left:0;right:unset;text-align:right}html.style6 .rtl .chat-friend-toggle .chat-frind-content ul li{padding-left:unset!important;padding-right:50px!important}html.style6 .rtl .chat-friend-toggle .chat-frind-content ul li a{left:unset;right:0}html.style6 .rtl .add-contact-modal .modal-dialog:before,html.style6 .rtl .fev-addcall-main .modal-dialog:before{right:13px;left:unset}html.style6 .rtl .add-contact-modal .modal-dialog{margin-left:unset;margin-right:415px}html.style6 .rtl .modal-footer>:not(:first-child){margin-left:.25rem;margin-right:unset}html.style6 .rtl .add-popup .close{left:0;right:unset;border-radius:0 0 90px 0}html.style6 .rtl .add-popup .close span{left:20px;right:unset}html.style6 .rtl .add-popup .modal-body{text-align:right}html.style6 .rtl .add-popup .default-form .form-group select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 2.5%}html.style6 .rtl .emojis-main .emojis-contain,html.style6 .rtl .emojis-main .sticker-contain{right:0;left:unset}html.style6 .rtl .emojis-main .contact-poll .contact-poll-content{right:90px;left:unset}html.style6 .rtl .emojis-main .contact-poll .contact-poll-content ul li{padding-right:30px;padding-left:unset}html.style6 .rtl .emojis-main .contact-poll .contact-poll-content ul li a svg{margin-left:15px;margin-right:unset;right:0;left:unset}html.style6 .rtl .emojis-main .contact-poll .contact-poll-content:before{right:40px;left:unset}html.style6 .rtl .search-form:before{right:25px;left:unset}html.style6 .rtl .app-sidebar.active,html.style6 .rtl .search-form .form-group .icon-close{left:0;right:unset}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane.active,html.style6 .rtl .app-sidebar .apps-ul>li.active{left:90px;right:unset}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-tab>.nav-tabs li:last-child,html.style6 .rtl .app-sidebar .apps-ul>li .todo-main .todo-tab>.nav-tabs li:last-child{left:0;right:unset}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content input+input,html.style6 .rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content input+input{margin-right:6px;margin-left:unset}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .todo-main-content .drop-picker,html.style6 .rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content .drop-picker{margin-right:10px;margin-left:unset}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task span,html.style6 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task span{margin-right:unset}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2),html.style6 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2){margin-right:20px}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .todo-main .tab-content .todo-task .todo-buttons span,html.style6 .rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons span{margin-left:0!important}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .theme-tab ul li+li,html.style6 .rtl .app-sidebar .apps-ul>li .theme-tab ul li+li{margin-left:unset}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group .media svg,html.style6 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group .media svg{margin-left:7px;margin-right:unset}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content .link-group img,html.style6 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group img{margin-left:10px;margin-right:unset}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .file-tab .tab-content ul.chat-main li .chat-box .details,html.style6 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .details{padding-right:55px;padding-left:unset}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .notes-main .notes-content ul li,html.style6 .rtl .app-sidebar .apps-ul>li .notes-main .notes-content ul li{margin-right:15px;margin-left:unset}html.style6 .rtl .app-sidebar .apps-ul>.tab-content>.tab-pane .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle,html.style6 .rtl .app-sidebar .apps-ul>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle{left:0;right:unset}html.style6 .rtl .app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li{margin-right:0}html.style6 .rtl .text-left{text-align:right!important}html.style6 .rtl .snippet-modal-main .modal-content .snippet-btn .btn-light{margin-left:15px;margin-right:unset}html.style6 .rtl .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{margin-right:15px;margin-left:unset}html.style6 .rtl .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-left:10px}html.style6 .rtl .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-right:15px;margin-left:unset}html.style6 .rtl .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-left:30px;margin-right:unset}html.style6 .rtl .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}html.style6 .rtl .recent-slider{direction:ltr}html.style6 .rtl .mr-3{margin-left:1rem!important;margin-right:unset!important}html.style6 .rtl .chitchat-main .messages .contact-details .left.media .media-body{margin-right:unset;margin-left:10px;text-align:right}html.style6 .rtl .chitchat-main .messages .contact-details .left.media .media-body:before{left:0;right:unset}html.style6 .rtl .chitchat-main .messages .contact-details ul li{padding-left:unset;padding-right:17px}html.style6 .rtl .chitchat-main .call-content .call-log-main .coll-log-group .log-content-left .media svg{margin-right:0;margin-left:10px;transform:scaleX(-1)}html.style6 .rtl .chitchat-main .chitchat-contain ul.detial-price li i{margin-left:20px;margin-right:unset}html.style6 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li{text-align:right}html.style6 .rtl .contact-chat>ul>li.replies{margin-left:unset;margin-right:auto;text-align:left}html.style6 .rtl .contact-chat>ul>li.replies .media .profile{margin-left:0!important;margin-right:1.5rem!important}html.style6 .rtl .contact-chat>ul>li.replies .media .media-body{text-align:left}html.style6 .rtl .contact-chat>ul>li.replies .msg-box li:last-child{margin-right:auto;margin-left:unset}html.style6 .rtl .contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery,html.style6 .rtl .contact-chat>ul>li.replies .msg-box li:last-child h5{border-radius:0 25px 25px 30px}html.style6 .rtl .contact-chat>ul>li.replies .msg-box li .badge{margin-left:.5rem!important;margin-right:0!important}html.style6 .rtl .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 25px 0}html.style6 .rtl .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting{margin-right:unset;margin-left:10px}html.style6 .rtl .contact-chat>ul>li .contact-name h5{padding-right:20px;padding-left:20px}html.style6 .rtl .mr-4{margin-right:0!important;margin-left:1.5rem!important}html.style6 .rtl .msg-setting-main .msg-dropdown-main .msg-setting{margin-left:unset;margin-right:10px}html.style6 .rtl .ml-2{margin-left:0!important;margin-right:.5rem!important}html.style6 .rtl .msg-box>li:first-child h5{border-radius:30px 25px 0 30px}html.style6 .rtl .msg-box>li:last-child h5{border-radius:30px 0 25px 30px}html.style6 .rtl .msg-box>li:last-child .document{border-radius:0 50px 50px 50px}html.style6 .rtl .msg-box>li:last-child .auto-gallery{border-radius:30px 0 25px 30px}html.style6 .rtl .pull-right{float:left}html.style6 .rtl .text-right{text-align:left!important}html.style6 .rtl .m-r-15{margin-right:unset;margin-left:15px}html.style6 .rtl .chat-main li .chat-box .details{padding-left:50px;padding-right:75px;text-align:right}html.style6 .rtl .chat-main li .chat-box .date-status{right:unset;left:0;text-align:left}html.style6 .rtl .call-log-main .call-box .call-status{left:0;right:unset}html.style6 .rtl .call-log-main .call-box .details{padding-left:100px;padding-right:75px}html.style6 .rtl .contact-log-main li .contact-box .profile{right:0;left:unset}html.style6 .rtl .contact-log-main li .contact-box .details{padding-left:100px;padding-right:75px}html.style6 .rtl .contact-log-main li .contact-box .contact-action{left:0;right:unset}html.style6 .rtl .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn{margin-right:5px;margin-left:unset}html.style6 .rtl .profile{right:0;left:unset}html.style6 .rtl .profile.busy:before,html.style6 .rtl .profile.offline:before,html.style6 .rtl .profile.online:before,html.style6 .rtl .profile.unreachable:before{left:0;right:unset}html.style6 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details{float:left}html.style6 .rtl .chitchat-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .media img{margin-left:10px;margin-right:unset}html.style6 .rtl .chitchat-main .call-content .user-profile,html.style6 .rtl .chitchat-main .contact-content .user-profile,html.style6 .rtl .group-main .group-box{text-align:right}html.style6 .rtl .group-main .group-box .details{padding-right:75px;padding-left:unset}html.style6 .rtl .group-main .group-box .date-status{right:unset;left:0;text-align:left}html.style6 .rtl ul.grop-icon li:nth-child(2),html.style6 .rtl ul.grop-icon li:nth-child(3){margin-right:-10px;margin-left:unset}html.style6 .rtl .groupuser{margin-right:auto;margin-left:unset;text-align:left}html.style6 .rtl .groupuser .gr-chat-friend-toggle{padding-left:20px;padding-right:unset}html.style6 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{left:0;right:unset;text-align:right}html.style6 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details{padding-right:70px;padding-left:50px}html.style6 .rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{left:40px;right:unset}html.style6 .rtl .groupuser .gr-profile.grow:after{left:-4.2px;right:unset}html.style6 .rtl [class*=" icon-"].pull-right,html.style6 .rtl [class^=icon-].pull-right{margin-right:.3em;margin-left:unset}html.style6 .rtl .groupuser .gr-profile+.gr-profile{margin-right:15px;margin-left:0}html.style6 .rtl .dot-btn:before{left:1px;right:unset}html.style6 .rtl .dot-btn:after{left:-4.2px;right:unset}html.style6 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status{margin-left:15px;margin-right:unset}html.style6 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .img-status .upload-img{left:0;right:unset}html.style6 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .my-status-box .status-content .media .media-body{text-align:right}html.style6 .rtl .chitchat-container .chitchat-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child{margin-left:15px;margin-right:unset}html.style6 .rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn{left:15px;right:unset}html.style6 .rtl .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6{right:15px;left:unset}html.style6 .rtl .chitchat-container .chitchat-right-sidebar{left:-200px;right:unset}html.style6 .rtl .profile-box .details{padding-right:20px}html.style6 .rtl .privacy .custom-switch{left:0;right:unset;transform:scale(-1)}html.style6 .rtl .privacy h5{text-align:right;padding-right:unset;padding-left:35px}html.style6 .rtl .change-number span{border-left:none;padding:.5rem .75rem}html.style6 .rtl .change-number .country-code{border-right:none;padding-right:3px}html.style6 .rtl .slider-block{background-position:unset;transform:scaleX(-1) scaleY(1)}html.style6 .rtl .slider-block .slider-main{transform:scaleX(-1) scaleY(1)}html.style6 .rtl .ml-3{margin-right:1rem!important}html.style6 .rtl .app-design-main .app-hover{right:27%}html.style6 .rtl .team-work-main .team-work-content .ply-main .ply-content{margin-left:20px;margin-right:unset}html.style6 .rtl .team-work-main .team2{left:28%;right:unset}html.style6 .rtl .team-work-main .team4{left:9%;right:unset}html.style6 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-left:75px;margin-right:unset}html.style6 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-left:20px;margin-right:unset}html.style6 .rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{text-align:right}html.style6 .rtl .testimonial-slider{direction:ltr}html.style6 .rtl .secure-app-main .secure-app-content .ply-main .ply-content{margin-left:20px}html.style6 .rtl .price-slider{direction:ltr}html.style6 .rtl .subscribe-content .form-inline .form-control:first-child{margin-left:20px}html.style6 .rtl .subscribe-content button{margin-right:20px}html.style6 .rtl .fa-volume-up,html.style6 .rtl .feather-chevron-left,html.style6 .rtl .feather-chevron-right,html.style6 .rtl .feather-phone,html.style6 .rtl .feather-rotate-cw,html.style6 .rtl .feather-send,html.style6 .rtl .feather-video{transform:scaleX(-1)}html.style6 .rtl .audiocall1.call-modal ul li+li,html.style6 .rtl .audiocall2.call-modal ul li+li,html.style6 .rtl .conferencecall.call-modal ul li+li,html.style6 .rtl .videocall.call-modal ul li+li,html.style6 .rtl .videocallhang.call-modal ul li+li{margin-right:30px;margin-left:unset}html.style6 .rtl .videocall.call-modal .videocall-details #basicUsage,html.style6 .rtl .videocallhang.call-modal .videocall-details #basicUsage{margin-left:20px;margin-right:unset}html.style6 .rtl .videocall.call-modal .videocall-details .usersprof,html.style6 .rtl .videocallhang.call-modal .videocall-details .usersprof{margin-left:15px;margin-right:unset}html.style6 .rtl .videocall.call-modal .small-image,html.style6 .rtl .videocallhang.call-modal .small-image{right:40px;left:unset}html.style6 .rtl .dropdown-toggle:after{margin-right:.3em}html.style6 .rtl .navbar-brand{margin-left:1rem;margin-right:unset}html.style6 .rtl header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-left:20px;margin-right:unset}html.style6 .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:25px;margin-left:unset}html.style6 .rtl .dropdown-menu{right:0;left:unset;float:right;text-align:right}html.style6 .rtl .breadcrumb-main .breadcrumb-content .breadcrumb-right ul li{margin-left:15px;margin-right:unset}html.style6 .rtl .page-decore .top{left:-30px;right:unset;transform:rotate(-130deg)}html.style6 .rtl .page-decore .bottom{right:-20px;left:unset;transform:rotate(45deg)}html.style6 .rtl .blog-page .blog-sidebar .blog-card .blog-search .input-group span{padding-left:15px;padding-right:unset}html.style6 .rtl .blog-page .blog-sidebar .blog-card .recent-blog li .media img{margin-left:10px;margin-right:unset}html.style6 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:15px}html.style6 .rtl .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{margin:0 0 0 15px}html.style6 .rtl .blog-page .blog-media .blog-right ul li+li{padding-right:15px;padding-left:unset;margin-right:15px;margin-left:unset;border-right:1px solid #ddd;border-left:none}html.style6 .rtl .blog-page .blog-media .blog-right ul li i{padding-left:10px;padding-right:unset}html.style6 .rtl .blog-detail-page .blog-detail .post-social{text-align:right}html.style6 .rtl .blog-detail-page .blog-detail .post-social li+li{border-right:1px solid #eff1f2;border-left:unset;padding-right:unset;margin-right:15px;margin-left:unset}html.style6 .rtl .blog-detail-page .blog-detail .post-social li i{margin-left:10px;margin-right:0}html.style6 .rtl .blog-detail-page .blog-detail .post-social ul.social-group{float:left}html.style6 .rtl .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,html.style6 .rtl .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{margin-left:0;margin-right:unset}html.style6 .rtl .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-right:8px;padding-left:unset;margin-right:0}html.style6 .rtl .blog-detail-page .blog-commant .comment-section li img{margin-left:20px;margin-right:unset}html.style6 .rtl .about-page .about-tab .nav{border-left:1px solid #eff1f2;border-right:unset}html.style6 .rtl .secure-app-main{background-position:unset;transform:scaleX(-1) scaleY(1)}html.style6 .rtl .secure-app-main .secure-app-content{transform:scaleX(-1) scaleY(1)}html.style6 .rtl .team-slider{direction:ltr}html.style6 .rtl .team .owl-nav{left:0;right:unset}html.style6 .rtl .about-page .offset-sm-2{margin-right:16.66667%}html.style6 .rtl .about-page .offset-md-1{margin-right:8.33333%}html.style6 .rtl .faq-section .faq-search-box .input-group span{padding-left:15px;padding-right:unset}html.style6 .rtl .faq-section .accordion.theme-accordion .card .card-header{padding-right:unset;padding-left:30px}html.style6 .rtl .faq-section .accordion.theme-accordion .card .card-header button{text-align:right}html.style6 .rtl .faq-section .accordion.theme-accordion .card .card-header button:before{left:20px;right:unset}html.style6 .rtl .faq-section .float-right{float:left!important}html.style6 .rtl .collapse-block .block-title:after{left:0;right:unset}html.style6 .rtl .theme-btn-group .btn-group-sm>a.btn:last-child,html.style6 .rtl .theme-btn-group a:last-child.btn-sm{border-radius:10px 10px 0 10px}html.style6 .rtl .theme-btn-group a:first-child{border-radius:15px 15px 15px 0}html.style6 .rtl .theme-btn-group a:last-child{border-radius:15px 15px 0 15px}html.style6 .rtl .theme-btn-group .btn-group-sm>a.btn:last-child{border-radius:10px 10px 0 10px}html.style6 .rtl .theme-btn-group a+a{margin-right:5px}html.style6 .rtl .document-list li h5{margin-right:30px;margin-left:unset}html.style6 .rtl .element-card .typography .font_label,html.style6 .rtl .element-card-body .fonts .btn-primary{margin-left:20px}html.style6 .rtl .downlaod .footer-btn .btn span{padding-right:12px}html.style6 .rtl footer .links li{padding-right:20px;padding-left:unset}html.style6 .rtl footer .links li:hover a:before{right:3;left:unset}html.style6 .rtl footer .links li a:before{right:0;left:unset;transform:scale(-1)}html.style6 .rtl footer .footer-back-block .inner1{left:-80px;right:unset;transform:rotate(-96deg)}html.style6 .rtl footer .footer-back-block .inner2{right:-80px;left:unset}html.style6 .rtl footer .social-group li+li{margin-right:5px;margin-left:unset}html.style6 .rtl .breadcrumb-main ul li+li{margin-right:30px;margin-left:unset}html.style6 .rtl .breadcrumb-main ul li+li:before{right:-15px;left:unset}html.style6 .rtl .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-right:15px}html.style6 .rtl .login-page2 .login-content-main .medialogo{right:-4%;left:unset}html.style6 .rtl .login-page2 .login-content-main .medialogo li+li{margin-left:15px;margin-right:unset}html.style6 .rtl .login-page1 .right-page{left:0;right:unset}html.style6 .rtl .login-content .form1 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset}html.style6 .rtl .login-content .form2 .form-group .buttons .btn-signup{margin-right:25px;margin-left:unset;padding-right:1.25rem}html.style6 .rtl .login-content .medialogo ul li+li{margin-right:20px;margin-left:unset}html.style6 .rtl .login-content .termscondition h4 span{margin-left:8px;margin-right:unset}html.style6 .rtl .right-login .login-img{transform:scaleX(-1)}html.style6 .rtl .right-login .girl-logo{transform:scaleX(-1);left:27%;right:unset}html.style6 .rtl .right-login .boy-logo{transform:scaleX(-1);right:36%;left:unset}html.style6 .rtl .right-login .heart-logo{left:35%;right:unset}html.style6 .rtl .right-login .has-logo{left:27%;right:unset}html.style6 .rtl .right-login .has-logo1{right:25%;left:unset;transform:scalex(1)}html.style6 .rtl .right-login .top-circle{right:20%;left:unset}html.style6 .rtl .right-login .center-circle{right:6%;left:unset}html.style6 .rtl .right-login .bottom-circle{right:13%;left:unset}html.style6 .rtl .right-login .bottom-circle1{left:22%;right:unset}html.style6 .rtl .right-login .right-circle{left:0;right:unset}html.style6 .rtl .right-login .right-circle1{left:9%;right:unset}html.style6 .rtl .right-login .cloud-logo3{animation:homecloud 45s linear infinite}html.style6 .rtl .right-login .cloud-logo4{animation:homecloud 80s linear infinite}html.style6 .rtl .right-login .cloud-logo1{animation:homecloud 25s linear infinite}html.style6 .rtl .login-page2 .login-img{transform:scaleX(-1)}html.style6 .rtl .login-page2 .girl-logo{transform:scaleX(-1);left:27%;right:unset}html.style6 .rtl .login-page2 .boy-logo{transform:scaleX(-1);right:36%;left:unset}html.style6 .rtl .login-page2 .heart-logo{left:35%;right:unset}html.style6 .rtl .login-page2 .has-logo{left:27%;right:unset}html.style6 .rtl .login-page2 .has-logo1{right:25%;left:unset;transform:scalex(1)}html.style6 .rtl .login-page2 .top-circle{right:20%;left:unset}html.style6 .rtl .login-page2 .center-circle{right:6%;left:unset}html.style6 .rtl .login-page2 .bottom-circle{right:13%;left:unset}html.style6 .rtl .login-page2 .bottom-circle1{left:22%;right:unset}html.style6 .rtl .login-page2 .right-circle{left:0;right:unset}html.style6 .rtl .login-page2 .right-circle1{left:9%;right:unset}html.style6 .rtl .login-page2 .cloud-logo3{animation:homecloud 45s linear infinite}html.style6 .rtl .login-page2 .cloud-logo4{animation:homecloud 80s linear infinite}html.style6 .rtl .login-page2 .cloud-logo1{animation:homecloud 25s linear infinite}html.style6 .rtl .chitchat-container .main-nav{border-left:1px solid #eff1f2;border-right:none}html.style6 .rtl .chitchat-container .main-nav .logo-warpper img,html.style6 .rtl .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg{transform:scaleX(-1)}html.style6 .rtl .chat-main li.active{border-right:4px solid #ff803c;border-left:none}html.style6 .rtl .chat-main li .chat-box .icon-btn.btn-outline-light{right:unset;left:0}html.style6 .rtl .btn-fix{margin-right:-30px;margin-left:unset}html.style6 .rtl .app-sidebar .app-list{border-right:2px solid #eff1f2;border-left:none}html.style6 .rtl .contact-list-tab .chat-main{padding-left:15px}html.style6 .rtl .app-sidebar .apps-ul>li .file-tab .tab-content{margin-left:-20px;padding-left:20px;margin-right:unset;padding-right:unset}html.style6 .rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .block-title{text-align:right}html.style6 .rtl .app-sidebar .apps-ul .tab-pane>li .file-tab .tab-content .link-group .media:last-child{border-left:none;padding-left:5px;border-right:4px solid #1c9dea;padding-right:15px}html.style6 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list-disp,html.style6 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .target-reminder-list{border-left:2px solid #eff1f2;border-right-width:5px;border-right-color:rgba(28,157,234,.3);text-align:right}html.style6 .rtl .app-sidebar .apps-ul .tab-pane>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle{right:unset;left:0}html.style6 .rtl ul.chat-cont-setting{left:unset;right:20%}html.style6 .rtl .setting-sidebar{right:unset;left:-365px}html.style6 .rtl .default-form select{background:url(/_next/static/media/drop-1.8b41cb1a.png) #eff7fe no-repeat scroll 7%}html.style6 .rtl .sidebar-pannle-main{left:22px;right:unset}@media(max-width:1367px){html.style6 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:1366px){html.style6 .rtl .social-group li+li{margin-right:5px;margin-left:unset}html.style6 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:1200px){html.style6 .rtl .inner-page header .landing-header .navbar-toggler{left:20px;right:unset}html.style6 .rtl header .landing-header .navbar-collapse{right:0;left:unset}html.style6 .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-right:30px}html.style6 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:5px}html.style6 .rtl .right-login .login-img{width:65%}html.style6 .rtl .right-login .boy-logo{right:29%;left:unset;top:50%}html.style6 .rtl .right-login .girl-logo{left:14%;right:unset;top:27%}html.style6 .rtl .right-login .has-logo1{right:12%;left:unset}}@media(max-width:1024px){html.style6 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:13px}}@media(max-width:992px){html.style6 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:10px}}@media(max-width:991px){html.style6 .rtl .downlaod .footer-btn .btn+.btn{margin-right:15px;margin-left:unset}html.style6 .rtl .right-login .girl-logo{width:35%;top:23%;left:3%}html.style6 .rtl .right-login .login-img{width:80%}html.style6 .rtl .right-login .boy-logo{right:21%;left:unset;top:50%;width:25%}html.style6 .rtl .right-login .girl-logo{width:33%;left:9%;right:unset;top:25%}html.style6 .rtl .right-login .has-logo1{right:5%;left:unset;top:69%}}@media(max-width:768px){html.style6 .rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-left:unset}html.style6 .rtl .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:unset;margin-left:8px}}@media(max-width:767px){html.style6 .rtl footer .footer-title .according-menu:before,html.style6 .rtl footer .footer-title.active .according-menu:before{left:2px;right:unset}html.style6 .rtl .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:0}}@media(max-width:600px){html.style6 .rtl .downlaod .footer-btn{display:flex}html.style6 .rtl .downlaod .footer-btn .btn+.btn{margin-right:15px}html.style6 .rtl .blog-card .default-form .form-group input{padding:10px}}@media(max-width:576px){html.style6 .rtl .downlaod .footer-btn{display:flex}}@media(max-width:480px){html.style6 .rtl footer .section-py-space .footer-title .according-menu:before{left:10px;right:unset}html.style6 .rtl .error-main .error-contain .animated-bg i{height:70px;width:70px}}@media(max-width:420px){html.style6 .rtl .downlaod .footer-btn{display:-webkit-box}html.style6 .rtl .downlaod .footer-btn .btn+.btn{margin-right:unset;margin-top:15px}}@media(max-width:360px){html.style6 .rtl .blog-page .blog-media .blog-right ul{display:flex}html.style6 .rtl .downlaod .footer-btn{display:-webkit-box}}@media(max-width:320px){html.style6 .rtl .breadcrumb-main ul li+li{margin-right:15px;margin-left:unset}}html.style6 .login-content{width:450px;margin:0 auto}html.style6 .login-content .login-content-header img{height:50px;width:auto}html.style6 .login-content h3{font-size:calc(18px + 8*(100vw - 320px)/1600);font-family:Rubik,sans-serif;font-weight:500;padding-bottom:16px}html.style6 .login-content h4{margin-bottom:35px;line-height:1.4;font-family:Roboto,sans-serif;font-weight:400}html.style6 .login-content .form1 .form-group,html.style6 .login-content .form2 .form-group{margin-bottom:30px}html.style6 .login-content .form1 .form-group .col-form-label,html.style6 .login-content .form2 .form-group .col-form-label{font-size:calc(14px + 2*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;padding-top:0;padding-bottom:15px;line-height:1}html.style6 .login-content .form1 .form-group .buttons,html.style6 .login-content .form2 .form-group .buttons{text-align:center}html.style6 .login-content .form1 .form-group .buttons .btn,html.style6 .login-content .form2 .form-group .buttons .btn{padding:14px 65px;color:#fff;justify-content:center}html.style6 .login-content .form1 .form-group .buttons .btn-signup,html.style6 .login-content .form2 .form-group .buttons .btn-signup{background-color:#223645;margin-left:25px}html.style6 .login-content .form1 .form-group .form-check,html.style6 .login-content .form2 .form-group .form-check{display:flex;justify-content:space-between;align-items:center}html.style6 .login-content .form1 .form-group .form-check h6,html.style6 .login-content .form2 .form-group .form-check h6{color:#223645;font-family:Montserrat,sans-serif;font-weight:500}html.style6 .login-content .form1 .form-group .form-check-input,html.style6 .login-content .form2 .form-group .form-check-input{margin-right:-1.25rem;margin-left:unset}html.style6 .login-content .form1 .form-group .form-control,html.style6 .login-content .form2 .form-group .form-control{padding:13px 20px;border-radius:5px;border:1px solid rgba(0,0,0,.1);height:auto}html.style6 .login-content .form1 .form-group .form-control::placeholder,html.style6 .login-content .form2 .form-group .form-control::placeholder{font-size:15px;color:#223645;font-family:Roboto,sans-serif;font-weight:400}html.style6 .login-content .form1 .form-group .form-check-label,html.style6 .login-content .form2 .form-group .form-check-label{font-size:12px;font-family:Montserrat,sans-serif;font-weight:500;text-transform:capitalize;line-height:1}html.style6 .login-content .form2 .form-group .form-check-input{margin-right:0;margin-left:-1.25rem}html.style6 .login-content .line{display:flex;justify-content:center;margin-bottom:30px;margin-top:50px}html.style6 .login-content .line h6{font-family:Montserrat,sans-serif;font-weight:600;color:#223645}html.style6 .login-content .line h6:after,html.style6 .login-content .line h6:before{display:inline-block;content:"";border-top:1px solid #ededed;width:4.5rem;margin:0 1rem}html.style6 .login-content .medialogo{margin-bottom:30px}html.style6 .login-content .medialogo ul{display:flex;justify-content:center}html.style6 .login-content .medialogo ul li+li{margin-left:20px}html.style6 .login-content .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}html.style6 .login-content .termscondition{text-align:center}html.style6 .login-content .termscondition h4 span{color:#ff4e2b;margin-right:8px}html.style6 .login-content .termscondition h4 b{margin-left:8px;margin-right:8px}html.style6 .right-login{justify-content:center;display:flex;max-height:100%}html.style6 .login-page2,html.style6 .right-login{background-color:#fff9f5;width:auto;height:100%;position:relative}html.style6 .login-page2 .login-img,html.style6 .right-login .login-img{position:absolute;top:30%}html.style6 .login-page2 .boy-logo,html.style6 .right-login .boy-logo{position:absolute;left:36%;top:52%}html.style6 .login-page2 .girl-logo,html.style6 .right-login .girl-logo{top:27%;right:27%;position:absolute}html.style6 .login-page2 .heart-logo,html.style6 .right-login .heart-logo{position:absolute;animation:heartbeat 5s infinite;top:15%;right:35%}html.style6 .login-page2 .has-logo,html.style6 .right-login .has-logo{position:absolute;top:15%;right:27%}html.style6 .login-page2 .has-logo1,html.style6 .right-login .has-logo1{position:absolute;top:60%;left:25%;transform:scalex(-1)}html.style6 .login-page2 .cloud-logo,html.style6 .right-login .cloud-logo{position:absolute;top:15%;left:0;animation:homecloud 90s linear infinite;transform:scale(.15)}html.style6 .login-page2 .cloud-logo1,html.style6 .right-login .cloud-logo1{position:absolute;bottom:10%;animation:animateCloud 25s linear infinite;height:25px}html.style6 .login-page2 .cloud-logo2,html.style6 .right-login .cloud-logo2{position:absolute;top:2%;animation:homecloud 60s linear infinite;transform:scale(.5)}html.style6 .login-page2 .cloud-logo3,html.style6 .right-login .cloud-logo3{position:absolute;top:31%;animation:animateCloud 45s linear infinite;transform:scaleX(-1);height:30px}html.style6 .login-page2 .cloud-logo4,html.style6 .right-login .cloud-logo4{position:absolute;animation:animateCloud 80s linear infinite;transform:scale(.55)}html.style6 .login-page2 .maincircle,html.style6 .right-login .maincircle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(100px + 580*(100vw - 320px)/1600);height:calc(100px + 580*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:15%;position:absolute}html.style6 .login-page2 .top-circle,html.style6 .right-login .top-circle{background-image:linear-gradient(#f1f8fe,#f1f8fe,#cde7fa);top:2%;left:20%}html.style6 .login-page2 .center-circle,html.style6 .login-page2 .top-circle,html.style6 .right-login .center-circle,html.style6 .right-login .top-circle{padding:1px;height:calc(50px + 50*(100vw - 320px)/1600);width:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;position:absolute}html.style6 .login-page2 .center-circle,html.style6 .right-login .center-circle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe);top:45%;left:6%}html.style6 .login-page2 .bottom-circle,html.style6 .right-login .bottom-circle{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(50px + 50*(100vw - 320px)/1600);height:calc(50px + 50*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:0;left:13%;position:absolute}html.style6 .login-page2 .bottom-circle1,html.style6 .right-login .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);padding:1px;width:calc(40px + 80*(100vw - 320px)/1600);height:calc(40px + 80*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:2%;right:22%;position:absolute}html.style6 .login-page2 .right-circle,html.style6 .right-login .right-circle{background-image:linear-gradient(270deg,#f1f8fe,#f1f8fe,#cde7fa);padding:1px;width:calc(90px + 170*(100vw - 320px)/1600);height:calc(90px + 170*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;bottom:18%;right:0;position:absolute}html.style6 .login-page2 .right-circle1,html.style6 .right-login .right-circle1{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe,#f1f8fe,#f1f8fe);padding:1px;width:calc(75px + 65*(100vw - 320px)/1600);height:calc(75px + 65*(100vw - 320px)/1600);border-color:transparent;border-radius:50%;border-width:1px;top:1%;right:9%;position:absolute}html.style6 .login-page1 .login-content{width:100%}html.style6 .login-page1 .login-content h3{padding-bottom:5px}html.style6 .login-page1 .login-content-header img{margin-bottom:20px}html.style6 .login-page1 .left-page{position:relative;z-index:10;width:34%;height:100%;padding:50px;display:flex;align-items:center}html.style6 .login-page1 .right-page{height:100vh;position:fixed;right:0;width:66%}html.style6 .login-page1 .right-page .animation-block{z-index:1;position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}html.style6 .login-page1 .login-contain-main{display:flex}html.style6 .login-page2{position:relative;overflow:hidden;height:100vh;display:flex;overflow-y:auto;align-items:center}html.style6 .login-page2 .login-content-main{margin:0 auto;width:-moz-fit-content;width:fit-content;z-index:20;position:relative}html.style6 .login-page2 .login-content-main .login-content2{background-color:#fff;padding:23px;border-radius:15px;z-index:10;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:30px}html.style6 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs{padding-bottom:unset}html.style6 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{background-color:#ff803c!important;color:#fff!important}html.style6 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link.active{color:#ff803c!important;background-color:rgba(255,128,60,.15)!important}html.style6 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li{margin-left:15px}html.style6 .login-page2 .login-content-main .login-content{background-color:#fff;border:3px;width:600px;padding:50px 80px;z-index:10}html.style6 .login-page2 .login-content-main .login-content h3,html.style6 .login-page2 .login-content-main .login-content h4{text-align:center}html.style6 .login-page2 .login-content-main .login-content .login-content-header{padding-bottom:20px;text-align:center}html.style6 .login-page2 .login-content-main .login-content .form2 .form-group .buttons{margin-bottom:unset}html.style6 .login-page2 .login-content-main .medialogo{display:inline-block;left:-4%;position:absolute;top:40%;margin-bottom:unset}html.style6 .login-page2 .login-content-main .medialogo li+li{margin-left:unset;margin-top:10px}html.style6 .login-page2 .form2 .form-group .form-check-input{margin-top:-2px}html.style6 .login-page2 .top-circle{width:calc(90px + 190*(100vw - 320px)/1600);height:calc(90px + 190*(100vw - 320px)/1600);top:11%;left:12%}html.style6 .login-page2 .center-circle{background-image:linear-gradient(270deg,#cde7fa,#f1f8fe,#f1f8fe);left:6%;height:calc(60px + 90*(100vw - 320px)/1600);width:calc(60px + 90*(100vw - 320px)/1600)}html.style6 .login-page2 .quarterCircle{background-image:linear-gradient(90deg,#cde7fa,#f1f8fe);width:80px}html.style6 .login-page2 .right-circle1{background-image:linear-gradient(0deg,#cde7fa,#f1f8fe,#f1f8fe);width:70px;height:70px;top:33%;right:11%}html.style6 .login-page2 .bottom-circle1{background-image:linear-gradient(#cde7fa,#f1f8fe,#f1f8fe);width:80px;height:80px;bottom:2%;right:35%}html.style6 .login-page2 .right-circle{background-image:linear-gradient(90deg,#f1f8fe,#f1f8fe,#cde7fa);width:calc(50px + 110*(100vw - 320px)/1600);height:calc(50px + 110*(100vw - 320px)/1600);bottom:0;right:3%}html.style6 .login-page2 .cloud-logo{top:-6%;left:-81%;height:5%;transform:none}html.style6 .login-page2 .cloud-logo4{bottom:2%}html.style6 .login-page2 .cloud-logo2{left:-208%;height:13%}html.style6 .login-page2 .cloud-logo5{position:absolute;top:2%;animation:homecloud 30s linear infinite;height:10%}@keyframes animateCloud{0%{margin-left:-700px}to{margin-left:100%}}@keyframes homecloud{0%{transform:translateX(0)}50%{transform:translateX(1000px)}to{transform:translateX(400px)}}@keyframes heartbeat{0%{transform:scale(.75)}20%{transform:scale(1)}40%{transform:scale(.75)}60%{transform:scale(1)}80%{transform:scale(.75)}to{transform:scale(.75)}}@media(max-width:1470px){html.style6 .login-page1 .right-page{width:60%}html.style6 .login-page2{height:100%;padding-top:40px;padding-bottom:40px}}@media(max-width:1434px){html.style6 .login-content{width:430px}html.style6 .login-content .form1 .form-group .buttons .btn,html.style6 .login-content .form2 .form-group .buttons .btn{padding:14px 50px}}@media(max-width:1367px){html.style6 .login-page2 .login-content-main .login-content{padding:50px}}@media(min-width:992px)and (max-width:1200px){html.style6 .login-content .line h6:after,html.style6 .login-content .line h6:before{width:3.5rem}}@media(max-width:1200px){html.style6 .login-page1 .left-page{padding:30px}html.style6 .right-login .boy-logo{left:29%;top:50%}html.style6 .right-login .girl-logo{right:14%;top:27%}html.style6 .right-login .has-logo1{left:12%}html.style6 .right-login .login-img{width:65%}html.style6 .login-content .login-content-header{padding-bottom:27px}html.style6 .login-content h4{margin-bottom:24px}html.style6 .login-content .form1 .form-group .form-control,html.style6 .login-content .form2 .form-group .form-control{padding:15px}html.style6 .login-content .form1 .form-group .col-form-label,html.style6 .login-content .form2 .form-group .col-form-label{padding-bottom:16px}html.style6 .login-content .form1 .form-group .buttons,html.style6 .login-content .form1 .form-group .form-check,html.style6 .login-content .form2 .form-group .buttons,html.style6 .login-content .form2 .form-group .form-check,html.style6 .login-content .line,html.style6 .login-content .medialogo{margin-bottom:30px}}@media(max-width:1199px){html.style6 .login-page1 .left-page{width:40%}}@media(max-width:1024px){html.style6 .login-content{width:350px}}@media(max-width:991px){html.style6 .right-login .login-img{width:80%}html.style6 .right-login .girl-logo{width:35%;top:23%;right:3%}html.style6 .right-login .boy-logo{left:21%;top:45%;width:27%}html.style6 .right-login .has-logo1{top:69%;left:2%}html.style6 .login-page1 .left-page,html.style6 .login-page1 .right-page{width:50%}}@media(max-width:768px){html.style6 .login-content{width:340px}html.style6 .login-content .line h6:after,html.style6 .login-content .line h6:before{width:3.5rem}html.style6 .right-login .boy-logo{left:23%;top:43%;width:24%}html.style6 .girl-logo{right:11%;top:24%}}@media(max-width:767px){html.style6 .right-page{position:absolute;opacity:.05}html.style6 .login-content{width:auto;padding:50px}html.style6 .login-content .login-content-header{padding-bottom:17px}html.style6 .login-content .login-content-header img{height:40px}html.style6 .login-content h4{margin-bottom:17px}html.style6 .login-content .form1 .form-group,html.style6 .login-content .form2 .form-group{margin-bottom:20px}html.style6 .login-content .form1 .form-group .col-form-label,html.style6 .login-content .form2 .form-group .col-form-label{padding-bottom:10px}html.style6 .login-content .form1 .form-group .form-check,html.style6 .login-content .form2 .form-group .form-check{margin-bottom:20px}html.style6 .login-content .form2 .form-group .buttons .btn{padding:12px 35px}html.style6 .login-page1 .left-page,html.style6 .login-page1 .right-page{width:100%}html.style6 .login-page2 .login-content-main .login-content{width:530px;padding:30px}html.style6 .login-page2 .login-content-main .medialogo{position:unset;display:flex;justify-content:center;margin-bottom:20px}html.style6 .login-page2 .login-content-main .medialogo li+li{margin-top:unset;margin-left:15px}html.style6 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{min-width:auto;padding:10px 35px}html.style6 .login-content h3{padding-bottom:10px}}@media(max-width:600px){html.style6 .login-page2 .medialogo{display:flex;position:unset;justify-content:center}html.style6 .login-page2 .medialogo li+li{margin-top:unset;margin-left:10px}}@media(max-width:575px){html.style6 .login-content{padding:30px}html.style6 .login-content .form1 .form-group .buttons .btn,html.style6 .login-content .form2 .form-group .buttons .btn{padding:12px 25px}html.style6 .login-content .form1 .form-group .form-control,html.style6 .login-content .form2 .form-group .form-control{padding:10px;line-height:1}html.style6 .login-content .form1 .form-group .form-control::placeholder,html.style6 .login-content .form2 .form-group .form-control::placeholder{font-size:13px}html.style6 .login-content .login-content-header img{height:30px}html.style6 .login-page1 .left-page{padding:0}html.style6 .login-page2 .login-content-main{padding:15px}html.style6 .login-page2 .login-content-main .login-content{width:100%}html.style6 .login-page2 .login-content-main .login-content2{padding:20px}html.style6 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item{margin-right:0}html.style6 .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link{padding:10px 25px}html.style6 .login-page2 .login-content-main .medialogo li .icon-btn{width:30px;height:30px}html.style6 .login-page2 .login-content-main .medialogo li .icon-btn i{font-size:12px}}@media(max-width:320px){html.style6 .login-content .line h6:after,html.style6 .login-content .line h6:before{width:2.5rem}}html.style6 .medialogo .btn-facebook{background-color:#2c67ce;color:#fff}html.style6 .default-form .form-control:focus{box-shadow:none}html.style6 .default-form .form-group{margin:0}html.style6 .default-form .form-group input{height:45px}html.style6 .default-form .form-group input,html.style6 .default-form .form-group textarea{border-radius:15px;background-color:#fff9f5;border:none}html.style6 .default-form .form-group h5{margin-bottom:15px}html.style6 .default-form .form-group+.form-group{margin-top:15px}html.style6 .default-form .form-group a{text-align:center}html.style6 .default-form .form-group p{padding-top:10px}html.style6 .default-form select{-webkit-appearance:none;width:100%;padding:12px 20px;text-transform:capitalize;font-size:15px;line-height:1;background-color:transparent;height:50px;border-radius:15px;color:#647589;border:none;background:url(/assets/images/drop-1.png) #fff9f5 no-repeat scroll 94%;margin-bottom:30px}html.style6 .form-control-plaintext{background-color:#fff}html.style6 .form-radious input{border-radius:15px}html.style6 .form-sm input{height:32px;font-size:13px}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+1) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+1) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+1) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+1) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+2) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+2) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+2) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+2) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+3) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+3) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+3) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+3) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+4) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+4) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+4) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+4) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+5) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+5) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+5) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+5) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+6) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+6) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+6) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+6) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+7) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+7) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+7) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+7) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+8) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+8) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+8) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+8) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+9) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+9) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+9) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+9) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+10) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+10) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+10) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+10) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+11) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+11) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+11) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+11) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+12) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+12) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+12) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+12) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+13) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+13) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+13) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+13) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+14) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+14) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+14) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+14) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+15) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+15) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+15) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+15) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+16) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+16) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+16) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+16) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+17) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+17) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+17) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+17) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+18) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+18) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+18) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+18) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+19) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+19) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+19) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+19) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+20) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+20) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+20) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+20) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+21) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+21) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+21) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+21) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+22) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+22) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+22) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+22) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+23) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+23) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+23) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+23) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+24) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+24) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+24) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+24) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+25) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+25) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+25) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+25) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+26) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+26) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+26) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+26) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+27) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+27) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+27) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+27) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+28) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+28) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+28) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+28) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+29) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+29) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+29) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+29) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+30) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+30) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+30) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+30) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+31) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+31) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+31) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+31) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+32) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+32) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+32) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+32) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+33) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+33) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+33) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+33) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+34) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+34) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+34) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+34) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+35) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+35) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+35) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+35) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+36) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+36) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+36) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+36) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+37) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+37) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+37) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+37) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+38) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+38) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+38) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+38) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+39) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+39) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+39) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+39) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+40) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+40) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+40) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+40) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+41) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+41) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+41) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+41) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+42) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+42) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+42) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+42) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+43) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+43) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+43) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+43) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+44) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+44) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+44) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+44) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+45) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+45) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+45) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+45) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+46) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+46) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+46) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+46) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+47) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+47) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+47) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+47) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+48) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+48) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+48) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+48) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+49) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+49) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+49) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+49) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+50) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+50) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+50) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+50) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+51) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+51) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+51) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+51) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+52) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+52) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+52) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+52) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+53) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+53) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+53) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+53) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+54) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+54) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+54) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+54) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+55) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+55) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+55) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+55) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+56) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+56) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+56) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+56) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+57) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+57) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+57) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+57) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+58) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+58) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+58) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+58) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+59) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+59) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+59) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+59) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+60) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+60) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+60) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+60) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+61) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+61) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+61) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+61) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+62) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+62) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+62) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+62) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+63) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+63) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+63) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+63) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+64) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+64) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+64) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+64) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+65) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+65) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+65) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+65) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+66) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+66) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+66) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+66) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+67) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+67) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+67) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+67) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+68) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+68) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+68) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+68) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+69) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+69) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+69) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+69) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+70) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+70) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+70) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+70) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+71) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+71) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+71) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+71) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+72) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+72) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+72) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+72) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+73) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+73) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+73) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+73) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+74) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+74) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+74) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+74) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+75) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+75) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+75) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+75) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+76) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+76) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+76) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+76) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+77) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+77) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+77) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+77) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+78) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+78) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+78) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+78) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+79) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+79) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+79) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+79) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+80) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+80) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+80) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+80) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+81) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+81) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+81) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+81) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+82) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+82) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+82) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+82) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+83) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+83) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+83) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+83) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+84) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+84) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+84) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+84) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+85) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+85) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+85) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+85) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+86) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+86) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+86) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+86) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+87) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+87) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+87) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+87) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+88) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+88) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+88) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+88) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+89) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+89) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+89) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+89) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+90) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+90) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+90) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+90) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+91) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+91) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+91) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+91) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+92) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+92) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+92) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+92) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+93) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+93) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+93) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+93) a svg{fill:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+94) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+94) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+94) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+94) a svg{fill:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+95) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+95) a i{color:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+95) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+95) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+96) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+96) a i{color:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+96) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+96) a svg{fill:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+97) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+97) a i{color:#e0a900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+97) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+97) a svg{fill:#32a42a!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+98) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+98) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+98) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+98) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+99) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+99) a i{color:#f72900!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+99) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+99) a svg{fill:#111b23!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+100) a i,html.style6 .colorfull .sidebar-top li:nth-child(5n+100) a i{color:#ff5f09!important}html.style6 .colorfull .sidebar-bottom li:nth-child(5n+100) a svg,html.style6 .colorfull .sidebar-top li:nth-child(5n+100) a svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+1)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+2)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+3)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+4)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+5)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+6)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+7)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+8)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+9)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+10)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+11)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+12)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+13)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+14)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+15)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+16)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+17)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+18)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+19)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+20)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+21)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+22)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+23)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+24)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+25)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+26)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+27)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+28)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+29)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+30)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+31)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+32)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+33)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+34)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+35)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+36)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+37)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+38)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+39)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+40)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+41)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+42)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+43)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+44)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+45)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+46)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+47)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+48)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+49)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+50)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+51)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+52)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+53)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+54)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+55)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+56)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+57)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+58)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+59)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+60)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+61)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+62)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+63)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+64)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+65)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+66)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+67)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+68)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+69)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+70)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+71)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+72)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+73)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+74)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+75)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+76)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+77)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+78)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+79)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+80)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+81)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+82)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+83)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+84)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+85)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+86)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+87)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+88)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+89)>a>svg{fill:#ff5f09!important}html.style6 .colorfull .calls>li:nth-child(5n+90)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+91)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+92)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+93)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+94)>a>svg{fill:#111b23!important}html.style6 .colorfull .calls>li:nth-child(5n+95)>a>svg{fill:#32a42a!important}html.style6 .colorfull .calls>li:nth-child(5n+96)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+97)>a>svg{fill:#f72900!important}html.style6 .colorfull .calls>li:nth-child(5n+98)>a>svg,html.style6 .colorfull .calls>li:nth-child(5n+99)>a>svg{fill:#e0a900!important}html.style6 .colorfull .calls>li:nth-child(5n+100)>a>svg{fill:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+1) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+2) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+3) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+4) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+5) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+6) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+7) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+8) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+9) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+10) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+11) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+12) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+13) a svg,html.style6 .colorfull .media-right li:nth-child(5n+14) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+15) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+16) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+17) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+18) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+19) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+20) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+21) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+22) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+23) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+24) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+25) a svg,html.style6 .colorfull .media-right li:nth-child(5n+26) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+27) a svg,html.style6 .colorfull .media-right li:nth-child(5n+28) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+29) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+30) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+31) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+32) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+33) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+34) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+35) a svg,html.style6 .colorfull .media-right li:nth-child(5n+36) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+37) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+38) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+39) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+40) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+41) a svg,html.style6 .colorfull .media-right li:nth-child(5n+42) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+43) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+44) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+45) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+46) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+47) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+48) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+49) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+50) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+51) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+52) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+53) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+54) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+55) a svg,html.style6 .colorfull .media-right li:nth-child(5n+56) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+57) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+58) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+59) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+60) a svg,html.style6 .colorfull .media-right li:nth-child(5n+61) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+62) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+63) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+64) a svg,html.style6 .colorfull .media-right li:nth-child(5n+65) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+66) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+67) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+68) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+69) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+70) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+71) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+72) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+73) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+74) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+75) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+76) a svg,html.style6 .colorfull .media-right li:nth-child(5n+77) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+78) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+79) a svg,html.style6 .colorfull .media-right li:nth-child(5n+80) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+81) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+82) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+83) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+84) a svg,html.style6 .colorfull .media-right li:nth-child(5n+85) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+86) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+87) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+88) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+89) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+90) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+91) a svg{stroke:#ff5f09!important}html.style6 .colorfull .media-right li:nth-child(5n+92) a svg,html.style6 .colorfull .media-right li:nth-child(5n+93) a svg,html.style6 .colorfull .media-right li:nth-child(5n+94) a svg{stroke:#f72900!important}html.style6 .colorfull .media-right li:nth-child(5n+95) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+96) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+97) a svg{stroke:#e0a900!important}html.style6 .colorfull .media-right li:nth-child(5n+98) a svg{stroke:#111b23!important}html.style6 .colorfull .media-right li:nth-child(5n+99) a svg{stroke:#32a42a!important}html.style6 .colorfull .media-right li:nth-child(5n+100) a svg{stroke:#e0a900!important}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+1)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+1)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+1)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+1)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+1)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+1)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+1)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+1)>h5{color:#e82600!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+2)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+3)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+2)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+3)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+2)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+3)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+2)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+3)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+2)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+3)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+2)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+3)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+2)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+3)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+2)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+3)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+4)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+4)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+4)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+4)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+4)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+4)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+4)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+4)>h5{color:#e82600!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+5)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+5)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+5)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+5)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+5)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+5)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+5)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+5)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+6)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+6)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+6)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+6)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+6)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+6)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+6)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+6)>h5{color:#e82600!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+7)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+7)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+7)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+7)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+7)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+7)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+7)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+7)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+8)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+9)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+8)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+9)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+8)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+9)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+8)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+9)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+8)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+9)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+8)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+9)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+8)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+9)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+8)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+9)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+10)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+11)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+10)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+11)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+10)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+11)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+10)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+11)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+10)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+11)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+10)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+11)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+10)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+11)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+10)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+11)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+12)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+12)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+12)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+12)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+12)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+12)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+12)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+12)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+13)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+13)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+13)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+13)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+13)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+13)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+13)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+13)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+14)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+14)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+14)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+14)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+14)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+14)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+14)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+14)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+15)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+15)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+15)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+15)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+15)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+15)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+15)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+15)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+16)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+16)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+16)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+16)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+16)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+16)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+16)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+16)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+17)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+17)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+17)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+17)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+17)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+17)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+17)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+17)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+18)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+18)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+18)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+18)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+18)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+18)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+18)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+18)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+19)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+19)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+19)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+19)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+19)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+19)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+19)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+19)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+20)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+20)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+20)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+20)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+20)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+20)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+20)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+20)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+21)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+22)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+21)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+22)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+21)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+22)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+21)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+22)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+21)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+22)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+21)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+22)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+21)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+22)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+21)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+22)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+23)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+24)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+23)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+24)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+23)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+24)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+23)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+24)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+23)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+24)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+23)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+24)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+23)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+24)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+23)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+24)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+25)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+25)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+25)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+25)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+25)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+25)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+25)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+25)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+26)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+26)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+26)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+26)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+26)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+26)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+26)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+26)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+27)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+28)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+27)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+28)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+27)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+28)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+27)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+28)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+27)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+28)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+27)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+28)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+27)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+28)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+27)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+28)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+29)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+29)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+29)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+29)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+29)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+29)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+29)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+29)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+30)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+30)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+30)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+30)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+30)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+30)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+30)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+30)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+31)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+32)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+31)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+32)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+31)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+32)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+31)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+32)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+31)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+32)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+31)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+32)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+31)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+32)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+31)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+32)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+33)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+34)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+33)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+34)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+33)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+34)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+33)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+34)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+33)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+34)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+33)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+34)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+33)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+34)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+33)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+34)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+35)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+35)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+35)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+35)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+35)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+35)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+35)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+35)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+36)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+36)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+36)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+36)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+36)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+36)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+36)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+36)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+37)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+37)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+37)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+37)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+37)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+37)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+37)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+37)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+38)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+38)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+38)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+38)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+38)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+38)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+38)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+38)>h5{color:#e82600!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+39)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+39)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+39)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+39)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+39)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+39)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+39)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+39)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+40)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+40)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+40)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+40)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+40)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+40)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+40)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+40)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+41)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+41)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+41)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+41)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+41)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+41)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+41)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+41)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+42)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+42)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+42)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+42)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+42)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+42)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+42)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+42)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+43)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+43)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+43)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+43)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+43)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+43)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+43)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+43)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+44)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+45)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+44)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+45)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+44)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+45)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+44)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+45)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+44)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+45)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+44)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+45)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+44)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+45)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+44)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+45)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+46)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+46)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+46)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+46)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+46)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+46)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+46)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+46)>h5{color:#e82600!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+47)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+47)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+47)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+47)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+47)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+47)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+47)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+47)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+48)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+48)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+48)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+48)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+48)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+48)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+48)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+48)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+49)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+49)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+49)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+49)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+49)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+49)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+49)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+49)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+50)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+50)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+50)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+50)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+50)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+50)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+50)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+50)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+51)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+51)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+51)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+51)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+51)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+51)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+51)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+51)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+52)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+52)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+52)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+52)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+52)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+52)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+52)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+52)>h5{color:#e82600!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+53)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+53)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+53)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+53)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+53)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+53)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+53)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+53)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+54)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+54)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+54)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+54)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+54)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+54)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+54)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+54)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+55)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+55)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+55)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+55)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+55)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+55)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+55)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+55)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+56)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+57)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+56)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+57)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+56)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+57)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+56)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+57)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+56)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+57)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+56)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+57)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+56)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+57)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+56)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+57)>h5{color:#e82600!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+58)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+59)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+58)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+59)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+58)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+59)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+58)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+59)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+58)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+59)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+58)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+59)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+58)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+59)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+58)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+59)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+60)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+60)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+60)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+60)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+60)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+60)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+60)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+60)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+61)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+61)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+61)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+61)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+61)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+61)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+61)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+61)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+62)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+62)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+62)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+62)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+62)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+62)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+62)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+62)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+63)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+64)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+65)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+63)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+64)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+65)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+63)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+64)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+65)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+63)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+64)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+65)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+63)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+64)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+65)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+63)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+64)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+65)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+63)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+64)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+65)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+63)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+64)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+65)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+66)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+66)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+66)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+66)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+66)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+66)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+66)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+66)>h5{color:#e82600!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+67)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+67)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+67)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+67)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+67)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+67)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+67)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+67)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+68)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+68)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+68)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+68)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+68)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+68)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+68)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+68)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+69)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+69)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+69)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+69)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+69)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+69)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+69)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+69)>h5{color:#e82600!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+70)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+70)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+70)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+70)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+70)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+70)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+70)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+70)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+71)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+71)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+71)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+71)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+71)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+71)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+71)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+71)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+72)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+72)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+72)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+72)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+72)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+72)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+72)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+72)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+73)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+73)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+73)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+73)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+73)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+73)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+73)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+73)>h5{color:#e82600!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+74)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+75)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+74)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+75)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+74)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+75)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+74)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+75)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+74)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+75)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+74)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+75)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+74)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+75)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+74)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+75)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+76)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+76)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+76)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+76)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+76)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+76)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+76)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+76)>h5{color:#e82600!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+77)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+77)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+77)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+77)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+77)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+77)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+77)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+77)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+78)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+78)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+78)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+78)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+78)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+78)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+78)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+78)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+79)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+79)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+79)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+79)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+79)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+79)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+79)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+79)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+80)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+81)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+82)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+83)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+80)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+81)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+82)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+83)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+80)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+81)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+82)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+83)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+80)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+81)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+82)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+83)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+80)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+81)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+82)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+83)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+80)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+81)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+82)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+83)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+80)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+81)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+82)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+83)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+80)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+81)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+82)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+83)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+84)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+84)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+84)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+84)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+84)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+84)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+84)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+84)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+85)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+85)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+85)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+85)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+85)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+85)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+85)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+85)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+86)>h5,html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+87)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+86)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+87)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+86)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+87)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+86)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+87)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+86)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+87)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+86)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+87)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+86)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+87)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+86)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+87)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+88)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+88)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+88)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+88)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+88)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+88)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+88)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+88)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+89)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+89)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+89)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+89)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+89)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+89)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+89)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+89)>h5{color:#e82600!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+90)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+90)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+90)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+90)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+90)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+90)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+90)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+90)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+91)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+91)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+91)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+91)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+91)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+91)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+91)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+91)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+92)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+92)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+92)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+92)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+92)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+92)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+92)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+92)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+93)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+93)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+93)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+93)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+93)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+93)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+93)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+93)>h5{color:#f95700!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+94)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+94)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+94)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+94)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+94)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+94)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+94)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+94)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+95)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+95)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+95)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+95)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+95)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+95)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+95)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+95)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+96)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+96)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+96)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+96)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+96)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+96)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+96)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+96)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+97)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+97)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+97)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+97)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+97)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+97)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+97)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+97)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+98)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+98)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+98)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+98)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+98)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+98)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+98)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+98)>h5{color:#d19d00!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+99)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+99)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+99)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+99)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+99)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+99)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+99)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+99)>h5{color:#0c1319!important;background-color:#faeae0}html.style6 .colorfull .replies .msg-box .auto-gallery:nth-child(5n+100)>h5,html.style6 .colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+100)>h5,html.style6 .colorfull .replies .msg-box>li:nth-child(5n+100)>h5,html.style6 .colorfull .replies .msg-box>li>li:nth-child(5n+100)>h5,html.style6 .colorfull .sent .msg-box .auto-gallery:nth-child(5n+100)>h5,html.style6 .colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+100)>h5,html.style6 .colorfull .sent .msg-box>li:nth-child(5n+100)>h5,html.style6 .colorfull .sent .msg-box>li>li:nth-child(5n+100)>h5{color:#2e9826!important;background-color:#faeae0}html.style6 .colorfull .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active{background-color:#2e9826!important;box-shadow:-1px 10px 16px -10px #3fcc35}html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+1):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+10):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+100):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+11):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+12):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+13):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+14):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+15):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+16):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+17):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+18):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+19):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+2):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+20):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+21):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+22):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+23):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+24):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+25):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+26):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+27):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+28):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+29):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+3):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+30):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+31):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+32):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+33):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+34):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+35):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+36):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+37):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+38):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+39):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+4):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+40):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+41):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+42):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+43):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+44):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+45):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+46):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+47):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+48):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+49):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+5):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+50):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+51):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+52):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+53):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+54):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+55):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+56):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+57):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+58):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+59):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+6):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+60):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+61):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+62):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+63):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+64):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+65):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+66):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+67):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+68):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+69):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+7):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+70):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+71):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+72):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+73):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+74):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+75):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+76):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+77):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+78):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+79):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+8):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+80):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+81):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+82):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+83):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+84):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+85):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+86):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+87):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+88):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+89):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+9):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+90):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+91):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+92):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+93):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+94):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+95):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+96):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+97):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+98):before,html.style6 .colorfull .theme-tab .chat-main li.active:nth-child(5n+99):before{border-left:4px solid #223645}html.style6 .bg-default{background-image:linear-gradient(#fff9f5)}html.style6 .grediant-1{background-image:linear-gradient(359.3deg,rgba(255,128,60,.1) 1%,hsla(0,0%,73%,0) 70.9%)}html.style6 .grediant-2{background-image:radial-gradient(circle 328px at 2.9% 15%,#bfe0fb 0,#e8e9fb 25.8%,#fceffa 50.8%,#eafbfb 77.6%,#f0fbf4 100.7%)}html.style6 .grediant-3{background-image:linear-gradient(109.6deg,#dfeaf7 11.2%,#f4f8fc 91.1%)}html.style6 .grediant-4{background-image:linear-gradient(-109.6deg,#cce4f7 11.2%,#edf6fa 100.2%)}html.style6 .grediant-5{background-image:radial-gradient(circle farthest-corner at 10% 20%,#eff6f9 0,#ceeffd 90%)}html.style6 .grediant-6{background-image:radial-gradient(circle farthest-corner at 10% 20%,#e2f0fe 0,#fff7e4 90%)}html.style6 .inner-card{background-color:#fff;padding:15px}html.style6 .header-inner{padding-bottom:55px}html.style6 .header .dropdown-menu a{display:block}html.style6 .landing-header .dropdown-menu{padding:15px 20px;border-radius:15px;border:1px solid #e5f0fa;min-width:13rem}html.style6 .landing-header .dropdown-menu .nav-link{line-height:1}html.style6 .landing-header .dropdown-menu .nav-link a{font-size:calc(12px + 1*(100vw - 320px)/1600);color:rgba(0,0,0,.5)}html.style6 .header-typography .typography h6{margin-bottom:8px!important}html.style6 .inner-page{background-color:rgba(255,128,60,.025)}html.style6 .inner-page header{position:relative;padding-bottom:30px;padding-top:30px;z-index:2}html.style6 .inner-page header .landing-header .landing-header-left{width:100%;justify-content:space-between}html.style6 .inner-page header .landing-header .landing-header-left .main-menu ul li a{font-weight:500;color:#223645}html.style6 .inner-page section{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}html.style6 .page-decore{height:100vh;width:100vw;top:0;overflow:hidden;position:fixed;background-color:rgba(255,128,60,.025);z-index:-1}html.style6 .page-decore li{position:absolute}html.style6 .page-decore .top{top:-10px;right:-30px;transform:rotate(130deg)}html.style6 .page-decore .top img{animation:animatone 15s linear infinite}html.style6 .page-decore .bottom{bottom:-30px;left:-20px;transform:rotate(-45deg)}html.style6 .page-decore .bottom img{animation:animatone 25s linear infinite reverse}html.style6 .breadcrumb-main{padding-top:calc(15px + 10*(100vw - 320px)/1600);padding-bottom:calc(15px + 10*(100vw - 320px)/1600)}html.style6 .breadcrumb-main .custom-container{display:flex;align-items:center;justify-content:space-between}html.style6 .breadcrumb-main h2{color:#fff;font-weight:600;display:inline-block;font-size:calc(18px + 10*(100vw - 320px)/1600)}html.style6 .breadcrumb-main ul{float:right}html.style6 .breadcrumb-main ul li{display:inline-block;text-transform:capitalize;position:relative}html.style6 .breadcrumb-main ul li a{color:#fff;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style6 .breadcrumb-main ul li+li{margin-left:34px}html.style6 .breadcrumb-main ul li+li:before{content:"/";position:absolute;left:-20px;color:#fff;top:4px}html.style6 .blog-card{background-color:#faeae0;transition:all .5s ease}html.style6 .blog-page .col-xl-3{z-index:0}html.style6 ul.tags li{display:inline-block;padding:5px 15px;border:1px solid #ddd;border-radius:5px;margin-right:5px;background-color:#fff}html.style6 ul.tags li a{color:#223645;font-weight:500}html.style6 .blog-page .blog-sidebar p{line-height:20px;margin-bottom:0}html.style6 .blog-page .blog-sidebar h5{margin-bottom:5px}html.style6 .blog-page .blog-sidebar h4{color:#223645;text-transform:uppercase;font-weight:600;margin-bottom:20px;line-height:20px;letter-spacing:1px}html.style6 .blog-page .blog-sidebar .blog-card .recent-blog li .media img{width:100px;margin-right:15px}html.style6 .blog-page .blog-sidebar .blog-card .recent-blog li+li{margin-top:30px}html.style6 .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date{background-color:#ff803c;height:70px;width:70px;margin:0 15px 0 0;padding:15px;border-radius:15px;text-align:center}html.style6 .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date span{display:block;text-align:center;color:#fff;text-transform:uppercase}html.style6 .blog-page .blog-sidebar .blog-card .popular-blog li+li{margin-top:30px}html.style6 .blog-page .blog-sidebar .blog-card .popular-blog li p{margin-top:10px}html.style6 .blog-page .blog-sidebar .blog-card+.blog-card{margin-top:30px}html.style6 .blog-page .blog-sidebar .blog-card .blog-search .input-group{align-items:center;border-radius:15px;background-color:#fff;border:none}html.style6 .blog-page .blog-sidebar .blog-card .blog-search .input-group input{border-radius:15px;background-color:#fff;border:none}html.style6 .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control{border:none}html.style6 .blog-page .blog-sidebar .blog-card .blog-search .input-group span{background:transparent;border:none}html.style6 .blog-page .blog-sidebar .blog-card .blog-search .input-group span i{font-size:14px}html.style6 .blog-page .blog-sidebar .blog-card .blog-follow li{display:inline-block;margin-right:15px}html.style6 .blog-page .blog-sidebar .blog-card .blog-follow li i{font-size:16px;background-color:#fff;padding:5px;border-radius:50%;width:33px;height:33px;display:flex;align-items:center;justify-content:center}html.style6 .blog-page .blog-sidebar .blog-card .blog-follow li i:hover{background-color:#ff803c;color:#fff}html.style6 .blog-page .blog-sidebar .blog-card .blog-follow li:last-child{margin-right:0}html.style6 .blog-page .blog-media{margin-bottom:30px}html.style6 .blog-page .blog-media:last-child{margin-bottom:0}html.style6 .blog-page .blog-media .blog-right{padding-top:30px;padding-left:10px;text-transform:capitalize}html.style6 .blog-page .blog-media .blog-right h6{color:#ff803c;text-transform:uppercase;margin-bottom:10px;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style6 .blog-page .blog-media .blog-right h4{color:#223645;font-weight:500;line-height:1.5;margin-bottom:15px}html.style6 .blog-page .blog-media .blog-right p{line-height:1.8;margin-bottom:0;letter-spacing:.04em}html.style6 .blog-page .blog-media .blog-right ul{color:#647589;margin-bottom:10px}html.style6 .blog-page .blog-media .blog-right ul li{font-size:14px;line-height:1.5;display:inline-block}html.style6 .blog-page .blog-media .blog-right ul li i{padding-right:10px}html.style6 .blog-page .blog-media .blog-right ul li+li{padding-left:15px;margin-left:15px;border-left:1px solid #ddd}html.style6 .blog-page .blog-media .blog-left img{border-radius:15px}html.style6 .blog-page .blog-side{background-color:rgba(229,237,245,.5);padding:15px;border-radius:15px}html.style6 .blog-card{background-color:hsla(23,72%,93%,.5);border-radius:15px;padding:30px}html.style6 .blog-card ul.tags{margin-bottom:-10px}html.style6 .blog-card ul.tags li{margin-bottom:10px;color:#fff;background-color:#ff803c}html.style6 .blog-card ul.tags li a{color:#fff}html.style6 .blog-card .default-form .form-group input,html.style6 .blog-card .default-form .form-group textarea{border:1px solid #faeae0;background-color:#fff;padding:20px}html.style6 .popular-blog h3{margin-bottom:5px!important;color:#fff}html.style6 .blog-detail-page h3{margin-bottom:20px}html.style6 .blog-detail-page .blog-detail p:last-child{margin-bottom:0}html.style6 .blog-detail-page .blog-detail img{margin-bottom:30px;border-radius:15px}html.style6 .blog-detail-page .blog-detail p{line-height:1.8}html.style6 .blog-detail-page .blog-detail .post-social{color:#647589;text-align:left;margin-bottom:10px;padding-top:20px;border-bottom:1px solid #faeae0;padding-bottom:10px}html.style6 .blog-detail-page .blog-detail .post-social ul{display:inline-block}html.style6 .blog-detail-page .blog-detail .post-social ul.social-group{float:right;margin-top:-7px}html.style6 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn,html.style6 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm{height:24px;width:24px}html.style6 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i,html.style6 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i{font-size:12px;margin-right:0;margin-left:2px;margin-top:2px}html.style6 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-linkedin,html.style6 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-linkedin{margin-top:0}html.style6 .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn .fa-instagram,html.style6 .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm .fa-instagram{margin-top:1px}html.style6 .blog-detail-page .blog-detail .post-social ul.social-group li+li{padding-left:8px;margin-left:0}html.style6 .blog-detail-page .blog-detail .post-social li{display:inline-block}html.style6 .blog-detail-page .blog-detail .post-social li i{margin-right:10px}html.style6 .blog-detail-page .blog-detail .post-social li+li{padding-left:15px;margin-left:15px;border-left:1px solid #eff1f2}html.style6 .blog-detail-page .blog-contact{margin-top:30px}html.style6 .blog-detail-page .blog-contact h2{margin-bottom:30px;margin-top:-5px}html.style6 .blog-detail-page .blog-contact .theme-form label{text-transform:capitalize;color:#647589;font-size:16px;font-weight:700;margin-bottom:15px}html.style6 .blog-detail-page .blog-contact .theme-form input,html.style6 .blog-detail-page .blog-contact .theme-form textarea{border-radius:15px;background-color:#fff;border:none}html.style6 .blog-detail-page .blog-commant{margin-top:30px}html.style6 .blog-detail-page .blog-commant .comment-section .replay{padding-left:50px;padding-top:25px}html.style6 .blog-detail-page .blog-commant .comment-section li+li{padding-top:25px;margin-top:25px;border-top:1px solid #faeae0}html.style6 .blog-detail-page .blog-commant .comment-section li img{height:50px;width:50px;margin-right:20px;border-radius:100%}html.style6 .blog-detail-page .blog-commant .comment-section li h6{text-transform:uppercase;font-weight:700;margin-bottom:5px;letter-spacing:1px;color:#223645}html.style6 .blog-detail-page .blog-commant .comment-section li span{font-size:13px;font-weight:500;text-transform:capitalize;color:#647589;margin-bottom:10px;display:block}html.style6 .blog-detail-page .blog-commant .comment-section li p{line-height:1.8;margin-bottom:0}html.style6 .faq-block{background-color:rgba(229,237,245,.5);border-radius:15px;padding:30px 15px}html.style6 .faq-block .icon-btn{margin-top:10px}html.style6 .faq-block .media{position:relative}html.style6 .faq-section .faq-decor{position:absolute;right:-20px;bottom:-20px;z-index:-1;animation:animatow 30s linear infinite;opacity:.2}html.style6 .faq-section .accordion.theme-accordion .card{margin-top:10px;border-radius:15px;overflow:hidden;border:1px solid #dce4ea;background:transparent}html.style6 .faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type,html.style6 .faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type){border-bottom:1px solid #eff1f2}html.style6 .faq-section .accordion.theme-accordion .card:first-child{margin-top:0;padding:0}html.style6 .faq-section .accordion.theme-accordion .card .card-header{padding:0 30px 0 0;border-bottom:0;transition:all .3s ease;background-color:#edf4fa}html.style6 .faq-section .accordion.theme-accordion .card .card-header button{color:#223645;text-align:left;font-size:17px;padding:18px;font-weight:600;display:block;width:100%;background-color:transparent;border:none}html.style6 .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]{color:#ff803c}html.style6 .faq-section .accordion.theme-accordion .card .card-header button:focus{outline:none}html.style6 .faq-section .accordion.theme-accordion .card .card-header button:before{content:"";position:absolute;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:6px solid #000;right:20px;top:25px;transition:all .3s ease}html.style6 .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before{border-top:0;border-bottom:6px solid #ff803c;transition:all .3s ease}html.style6 .faq-section .accordion.theme-accordion .card .card-header button:hover{text-decoration:none;color:#ff803c;transition:all .3s ease}html.style6 .faq-section .accordion.theme-accordion .card .collapse.show{border-top:1px solid #dce4ea}html.style6 .faq-section .accordion.theme-accordion .card .card-body{padding:15px 18px}html.style6 .faq-section .accordion.theme-accordion .card .card-body p{margin-bottom:0;font-size:14px;color:#223645;line-height:1.8;letter-spacing:.06em}html.style6 .faq-section h2{margin-bottom:5px}html.style6 .error-main .error-contain{text-align:center;padding-top:calc(50px + 150*(100vw - 320px)/1600);padding-bottom:calc(50px + 150*(100vw - 320px)/1600)}html.style6 .error-main .error-contain h1{font-size:calc(80px + 70*(100vw - 320px)/1600);color:#ff803c;line-height:.8;margin-bottom:40px;text-shadow:5px 5px 10px #ff803c}html.style6 .error-main .error-contain h2{margin-bottom:20px}html.style6 .error-main .error-contain h4{margin-bottom:20px;line-height:1.8}html.style6 .error-main .error-contain .animated-bg i{background:#d4ecfd;position:absolute;height:100px;width:100px;border-radius:100%;opacity:.3;transform:scale(1.3);animation:ripple1 4s linear infinite;margin:0 auto;top:45%;transform:translate(0);left:0;right:0;z-index:-1}html.style6 .error-main .error-contain .animated-bg i:first-child{animation:ripple2 4s linear infinite}html.style6 .error-main .error-contain .animated-bg i:nth-child(2){animation:ripple2 3s linear infinite}html.style6 .error-main .error-contain .animated-bg i:nth-child(3){animation:ripple3 2s linear infinite}html.style6 .about-page{background-color:#fff9f5}html.style6 .about-page p{font-size:calc(14px + 4*(100vw - 320px)/1600);margin-bottom:-2px}html.style6 .about-page .about-title{display:flex;text-transform:capitalize}html.style6 .about-page .about-title h1{line-height:1.3;font-size:calc(20px + 28*(100vw - 320px)/1600)}html.style6 .about-page .about-title p{line-height:2;letter-spacing:1px;text-transform:capitalize;margin-bottom:0}html.style6 .about-page .about-tab{display:flex;border:1px solid #eff1f2;padding:15px;background-color:#fff}html.style6 .about-page .about-tab .nav{border-right:1px solid #eff1f2}html.style6 .about-page .about-tab .nav .nav-link:active{background-color:transparent}html.style6 .about-page .about-tab .tab-content{padding:15px;font-size:calc(14px + 16*(100vw - 320px)/1600);font-weight:400;text-transform:capitalize;display:flex;align-items:center}html.style6 .about-page .about-tab .nav-pills .nav-link{width:-moz-fit-content;width:fit-content;font-size:calc(18px + 2*(100vw - 320px)/1600);text-transform:capitalize;line-height:1;font-weight:800;color:#223645}html.style6 .about-page .about-tab .nav-pills .nav-link.active{background-color:transparent}html.style6 .about-page .about-tab ul{display:unset}html.style6 .about-page .about-img h2{margin-bottom:15px;text-transform:capitalize}html.style6 .about-page .about-img p{line-height:2;letter-spacing:1px;margin-bottom:0}html.style6 .about-page .about-right-content{height:100%;align-items:center;display:flex}html.style6 .counter-sec{visibility:visible}html.style6 .counter-sec .counter-title{justify-content:center!important;margin-bottom:calc(30px + 30*(100vw - 320px)/1600);text-align:center!important;position:relative!important;overflow:hidden!important;width:100%!important}html.style6 .counter-sec .counter-title .title-line{position:relative;display:inline-block;font-weight:600;text-transform:uppercase!important;font-size:calc(20px + 4*(100vw - 320px)/1600);margin-top:-2px}html.style6 .counter-sec .counter-title .title-line:before{right:100%;margin-right:25px}html.style6 .counter-sec .counter-title .title-line:after,html.style6 .counter-sec .counter-title .title-line:before{content:"";position:absolute;top:48%;transform:translateY(-48%);height:1px;width:99%;display:block;border-bottom:5px solid #ff803c;opacity:.15}html.style6 .counter-sec .counter-title .title-line:after{left:100%;margin-left:25px}html.style6 .counter-sec .counter-main{visibility:visible;text-align:center!important}html.style6 .counter-sec .counter-slider{margin-top:-20px;margin-bottom:-20px}html.style6 .counter-box-second{position:relative;margin:20px auto;width:200px;height:200px;border-radius:30px;transition:box-shadow 1s;display:flex;justify-content:center;align-items:center;background-color:#fff9f5}html.style6 .counter-box-second:hover{box-shadow:0 5px 35px 0 rgba(0,0,0,.1)}html.style6 .counter-box-second .counter-box{text-align:center}html.style6 .counter-box-second .counter-box .counter-icon{font-size:40px;margin-bottom:10px;color:#ff803c}html.style6 .counter-box-second .counter-box h6{font-weight:600;color:#232323;margin-bottom:0!important;display:block!important;font-size:24px}html.style6 .counter-box-second .counter-box h6.counter{animation-duration:1s;animation-delay:0s}html.style6 .counter-box-second .counter-box span{font-size:14px;margin-top:10px;display:block}@keyframes clockwise{0%{top:-5px;left:0}12%{top:-2px;left:2px}25%{top:0;left:5px}37%{top:2px;left:2px}50%{top:5px;left:0}62%{top:2px;left:-2px}75%{top:0;left:-5px}87%{top:-2px;left:-2px}to{top:-5px;left:0}}@keyframes counterclockwise{0%{top:-5px;right:0}12%{top:-2px;right:2px}25%{top:0;right:5px}37%{top:2px;right:2px}50%{top:5px;right:0}62%{top:2px;right:-2px}75%{top:0;right:-5px}87%{top:-2px;right:-2px}to{top:-5px;right:0}}html.style6 .element-card{margin-top:30px;border:0;transition:all .3s ease;letter-spacing:.5px;border-radius:8px;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:30px 20px;overflow:hidden}html.style6 .element-card .theme-tab .tab-content{margin-bottom:20px}html.style6 .element-card .heading{padding:.75rem 1.25rem;margin-bottom:0;border-bottom:1px solid #eff1f2}html.style6 .element-card .element-card-body{padding:.75rem 1.25rem;margin-bottom:-5px}html.style6 .element-card .element-card-body .dot-btn,html.style6 .element-card .element-card-body .icon-btn{margin-bottom:5px}html.style6 .element-card .typography .fonts,html.style6 .element-card .typography .fonts .profile,html.style6 .element-card .typography h1,html.style6 .element-card .typography h2,html.style6 .element-card .typography h3,html.style6 .element-card .typography h4,html.style6 .element-card .typography h5,html.style6 .element-card .typography h6{margin-bottom:20px}html.style6 .element-card .typography .font_label{margin-right:20px}html.style6 .element-card .element-card-body .fonts a+a{margin-left:20px}html.style6 .element-card .element-card-body .fonts .dot-btn{margin-right:20px}html.style6 .element-card .chat-main .details h5,html.style6 .element-card .chat-main .details h6{margin-bottom:0}html.style6 .element-card .chat-main .date-status{top:50%!important;transform:translateY(-50%)}html.style6 .element-card .chat-main .date-status h6{margin-bottom:0}html.style6 .element-images .element-card-header h2{margin-top:-5px}html.style6 .element-images .element-card-body{margin-bottom:3px}html.style6 .element-font .element-card-header h2{margin-top:-4px}html.style6 .element-font .element-card-body{margin-bottom:-17px}html.style6 .element-badge .element-card-body{margin-bottom:5px}html.style6 .element-badge .element-card-body.label-spacing{margin-bottom:-18px}html.style6 .element-badge .element-card-body.element-dot{margin-bottom:-3px}html.style6 .background .element-card .element-card-header h2{margin-top:-2px}html.style6 .background .element-card .element-card-body{margin-bottom:3px}html.style6 .background .element-button.element-card .element-card-body{margin-bottom:-18px}html.style6 .Icons .element-card .element-card-header h2{margin-top:-2px}html.style6 .Icons .element-card .element-card-body:last-child{margin-bottom:-24px}html.style6 .theme_btn_group .element-card .element-card-header h2{margin-top:-2px}html.style6 .theme_btn_group .element-card .element-card-body{margin-bottom:-22px}html.style6 .massage_box .element-msg .element-card-header h2{margin-top:-3px}html.style6 .massage_box .element-msg .element-card-body{margin-bottom:-36px}html.style6 .massage_box .chat-main{margin-bottom:5px}html.style6 .massage_box .element-card .document{margin-bottom:-14px}html.style6 .massage_box .element-card .element-card-body .share-media{margin-bottom:6px}html.style6 .massage_box .element-card .element-card-body .share-media .row{margin:0}html.style6 .element-animate .element-card-header h2{margin-top:-3px}html.style6 .element-animate .popup-group{margin-bottom:-18px}html.style6 .testimonial-title{margin-bottom:-80px;margin-top:100px}html.style6 .element-span-prag .element-card .small_prag{margin-bottom:20px}html.style6 .element-span-prag p{margin-bottom:5px}html.style6 .faq-block .search-form{left:-2px;top:-5px;height:60px}html.style6 .inner-page~div .testimonial-back-content{display:none}html.style6 .section-pb-space{padding-bottom:100px}html.style6 .section-pt-space{padding-top:100px}html.style6 .section-py-space{padding-top:100px;padding-bottom:100px}html.style6 #price .slick-slider{margin:-20px 0}html.style6 .landing-title{position:relative;text-align:center}html.style6 .landing-title h1{font-size:calc(80px + 40*(100vw - 320px)/1600);color:#1c77ed;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.05;position:absolute;top:0;left:0;right:0;text-align:center;display:flex;justify-content:center}html.style6 .landing-title .sub-title{display:flex;justify-content:center;margin-bottom:50px}html.style6 .landing-title .sub-title h4{font-size:calc(12px + 5*(100vw - 320px)/1600);color:#1c77ed;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:10px;letter-spacing:3px;margin-top:-2px}html.style6 .landing-title .sub-title h2{font-size:calc(16px + 20*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;width:550px;text-transform:capitalize;line-height:1.3;margin-bottom:-2px}html.style6 .btn{border:none}html.style6 .app-btn{border-radius:10px;background-color:rgba(28,119,237,.1);color:#1c77ed;text-transform:uppercase;padding:16px 25px}html.style6 .pricing-btn{border-radius:8px;background-color:#ff803c;color:#fff}html.style6 header{padding-top:55px;position:absolute;top:0;width:100%;z-index:1}html.style6 header .landing-header .navbar{flex-direction:unset}html.style6 header .landing-header .navbar-collapse{width:100%}html.style6 header .landing-header .navbar-collapse .navbar-nav{flex-direction:unset;align-items:center;height:100%;padding-left:140px}html.style6 header .landing-header .navbar-collapse .navbar-nav .nav-item{display:inline-block;position:relative;margin-left:30px;font-weight:600;text-transform:uppercase;font-size:calc(13px + 3*(100vw - 320px)/1600);transition:all .3s ease}html.style6 header .landing-header .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#ff803c!important}html.style6 header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:rgba(0,0,0,.7)}html.style6 header .landing-header.fixed{position:fixed;width:100%;background-color:#ff803c;z-index:9;padding:5px 50px;max-width:95%;left:50%;transform:translateX(-50%);border-radius:20px;top:10px;box-shadow:0 0 30px rgba(29,168,253,.5)}html.style6 header .landing-header.fixed .main-menu .navbar-nav>li>a,html.style6 header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#fff!important}html.style6 header .landing-header .navbar-collapse ul li a{color:#fff;font-weight:700;font-size:15px}html.style6 .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link,html.style6 .landing-page .landing-header .navbar-light .navbar-nav .nav-link,html.style6 header .landing-header .navbar-collapse ul .active a,html.style6 header.theme-landing .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff}html.style6 .theme-landing{z-index:2;position:relative}html.style6 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important}html.style6 .slider-block{background-image:url(/_next/static/media/1.06deb8b9.jpg)}html.style6 .slider-block .downlaod .footer-btn .btn .fa-apple{margin-left:1px}html.style6 .slider-block .downlaod .footer-btn .btn .fa-play{margin-left:3px}html.style6 .slider-block .slider-main .slider-contain h1{margin-bottom:10px}html.style6 .light-bg{background-color:rgba(255,128,60,.05)}html.style6 .app-design-main{text-align:center;padding-top:45px;padding-bottom:50px}html.style6 .app-design-main .icon-box{border-radius:35px;background-color:#fff;box-shadow:0 0 30px rgba(29,168,253,.1);width:-moz-fit-content;width:fit-content;padding:30px;margin:0 auto;transition:all .5s ease}html.style6 .app-design-main .icon-box i{font-size:40px;color:#1da8fd}html.style6 .app-design-main .app-hover{position:absolute;top:-2px;left:27%;opacity:0;z-index:-1;transition:all .5s ease}html.style6 .app-design-main.hover,html.style6 .app-design-main:hover{cursor:pointer}html.style6 .app-design-main.hover .app-hover,html.style6 .app-design-main:hover .app-hover{opacity:1}html.style6 .app-design-main.hover .icon-box,html.style6 .app-design-main:hover .icon-box{background-color:#1da8fd;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9)}html.style6 .app-design-main.hover .icon-box i,html.style6 .app-design-main:hover .icon-box i{color:#fff}html.style6 .app-design-main .contant-box{margin-top:40px}html.style6 .app-design-main .contant-box h2{font-size:calc(16px + 10*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize}html.style6 .app-design-main .contant-box h4{font-size:calc(13px + 2*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:300;text-transform:capitalize;line-height:1.8;width:293px;margin:20px auto -6px}html.style6 .chitchat-main{position:relative;overflow:hidden}html.style6 .chitchat-main .landing-title .sub-title h2{margin-bottom:-9px}html.style6 .chitchat-main .chitchat-contain{display:flex;align-items:center;height:100%}html.style6 .chitchat-main .chitchat-contain .chitchat-img{margin-top:-5px}html.style6 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:35px}html.style6 .chitchat-main .chitchat-contain h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px}html.style6 .chitchat-main .chitchat-contain h3 span{font-weight:600;font-size:calc(16px + 6*(100vw - 320px)/1600)}html.style6 .chitchat-main .chitchat-contain h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:50px;width:560px}html.style6 .chitchat-main .chitchat-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#223645;font-family:Roboto,sans-serif;font-weight:400;margin-bottom:40px;line-height:1.6}html.style6 .chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:15px;font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300}html.style6 .chitchat-main .chitchat-contain ul.detial-price li:last-child{margin-bottom:0}html.style6 .chitchat-main .chitchat-contain ul.detial-price li i{color:#ff803c;margin-right:20px}html.style6 .chitchat-main .chitchat-contain .pricing-btn{color:#fff;margin-top:45px}html.style6 .chitchat-main .chitchat-back-block .chit-chat1{position:absolute;top:28%;left:16%;z-index:-1;animation:animatow 30s linear infinite}html.style6 .chitchat-main .chitchat-back-block .chit-chat2{position:absolute;top:33%;right:8%;z-index:-1;animation:animatow 30s linear infinite}html.style6 .chitchat-main .chitchat-back-block .chit-chat3{position:absolute;top:54%;left:33%;z-index:-1;animation:slidemain 50s linear infinite}html.style6 .ply-main{display:flex;align-items:center;margin-bottom:30px}html.style6 .ply-main .ply-content{background-color:rgba(255,128,60,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style6 .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style6 .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style6 .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}html.style6 .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style6 .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style6 .slider-block{background-color:#eff8ff;background-image:url(/assets/images/landing/1.jpg);overflow:hidden;position:relative;background-position:100%;background-size:cover}html.style6 .slider-block .downlaod .footer-btn .btn{padding:13px 23px}html.style6 .slider-block .inner1{position:absolute;top:50%;left:43%;animation:animatone 15s linear infinite}html.style6 .slider-block .slider-main{display:flex;align-items:center;height:100vh}html.style6 .slider-block .slider-main .slider-contain .ply-main{display:flex;align-items:center;margin-bottom:30px}html.style6 .slider-block .slider-main .slider-contain .ply-main .ply-content{background-color:rgba(255,128,60,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style6 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style6 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:30%;height:30%}html.style6 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style6 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px}html.style6 .slider-block .slider-main .slider-contain .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style6 .slider-block .slider-main .slider-contain .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style6 .slider-block .slider-main .slider-contain h1{font-size:calc(20px + 28*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:17px;width:400px;line-height:1.2}html.style6 .slider-block .slider-main .slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:35px;line-height:1.8}html.style6 .slider-block .slider-main .slider-contain h4 span{color:#1c77ed;font-size:110%}html.style6 .slider-block .slider-main .slider-contain .header-btn{display:flex;align-items:center}html.style6 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn h4{margin-bottom:0;color:#fff;line-height:1;width:-moz-fit-content;width:fit-content}html.style6 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn h4{margin-bottom:0;line-height:1;width:-moz-fit-content;width:fit-content}html.style6 .slider-block .chat-slide{position:absolute;right:0;width:50%;top:0}html.style6 .team-work-main{position:relative}html.style6 .team-work-main .team-work-content{display:flex;align-items:center;height:100%}html.style6 .team-work-main .team-work-content .ply-main{display:flex;align-items:center;margin-bottom:40px}html.style6 .team-work-main .team-work-content .ply-main .ply-content{background-color:rgba(255,128,60,.2);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:50%;padding:15px;margin-right:20px}html.style6 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:58px;height:58px;border-radius:29px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.25));background-image:linear-gradient(110deg,#1ca9fe,#1c6ee9);display:flex;justify-content:center;align-items:center;position:relative}html.style6 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:before{animation:anim-effect-front 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style6 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:after{animation:anim-effect-back 2.5s linear 0s infinite;position:absolute;content:"";border-radius:50%;z-index:0;width:100%;height:100%}html.style6 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{color:#fff;font-size:23px;margin-left:6px}html.style6 .team-work-main .team-work-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style6 .team-work-main .team-work-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style6 .team-work-main .team-work-content h1{font-size:calc(18px + 30*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:40px;width:582px}html.style6 .team-work-main .team-work-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);color:#595959;font-family:Roboto,sans-serif;font-weight:400;width:517px;line-height:1.8}html.style6 .team-work-main .team-work-content .pricing-btn{color:#fff;margin-top:40px}html.style6 .team-work-main .team1{position:absolute;top:100px;right:36%}html.style6 .team-work-main .team2{position:absolute;top:13%;right:28%;animation:animatow 15s linear infinite}html.style6 .team-work-main .team3{position:absolute;top:30%;right:42%}html.style6 .team-work-main .team4{position:absolute;top:30%;right:9%}html.style6 .team-work-main .team5{position:absolute;top:100px;left:30%}html.style6 .collaboration-main .collaboration-content{text-align:center;margin-bottom:85px;display:flex;justify-content:center;align-items:center}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{display:inline-block;margin-right:75px}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item:last-child{margin-right:0}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));background-color:#fff;border-radius:15px;padding:0}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{border-radius:15px;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:20px 30px}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:20px}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:30px;font-weight:900}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;line-height:1;margin-bottom:10px;text-transform:capitalize;text-align:left}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content p{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:600;margin-bottom:0;line-height:1;text-transform:capitalize}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main{background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9)}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content h3,html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link.active .tab-main .tab-content p{color:#fff}html.style6 .collaboration-main .tab-detail{filter:drop-shadow(0 5px 15px rgba(29,159,250,.1));width:-moz-fit-content;width:fit-content;margin:0 auto}html.style6 .testimonial-main .slick-slider .slick-list{margin:0 -30px}html.style6 .testimonial-main .slick-slider .slick-list .slick-slide{padding:0 30px}html.style6 .testimonial-main .owl-nav,html.style6 .testimonial-main .owl-nav button{display:flex;justify-content:center;align-items:center}html.style6 .testimonial-main .owl-nav button{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;border:none;font-family:FontAwesome;position:relative;margin-bottom:0}html.style6 .testimonial-main .owl-nav button i{font-size:15px;color:#ff803c}html.style6 .testimonial-main .owl-nav button:focus{outline:none}html.style6 .testimonial-slider{padding-top:45px;display:none}html.style6 .testimonial-slider .owl-nav{display:flex!important;align-items:center;justify-content:center;margin-top:20px}html.style6 .testimonial-slider .owl-nav.disabled{opacity:1!important}html.style6 .testimonial-slider .owl-nav button:focus{outline:none;border:none}html.style6 .testimonial-slider .owl-nav button.owl-next,html.style6 .testimonial-slider .owl-nav button.owl-prev{width:50px;height:50px;border-radius:50%;background-color:#eff8ff;font-family:FontAwesome;position:relative;transition:all .5s ease;display:flex;justify-content:center;align-items:center;margin-bottom:0}html.style6 .testimonial-slider .owl-nav button.owl-next span,html.style6 .testimonial-slider .owl-nav button.owl-prev span{font-size:15px;display:none!important}html.style6 .testimonial-slider .owl-nav button.owl-next:hover,html.style6 .testimonial-slider .owl-nav button.owl-prev:hover{background-color:#1c77ed;transition:all .5s ease}html.style6 .testimonial-slider .owl-nav button.owl-next:hover:before,html.style6 .testimonial-slider .owl-nav button.owl-prev:hover:before{color:#fff}html.style6 .testimonial-slider .owl-nav button.owl-next:before,html.style6 .testimonial-slider .owl-nav button.owl-prev:before{font-size:15px;color:#1c77ed;transition:all .5s ease}html.style6 .testimonial-slider .owl-nav button.owl-prev:before{position:absolute;content:""}html.style6 .testimonial-slider .owl-nav button.owl-next{margin-left:20px}html.style6 .testimonial-slider .owl-nav button.owl-next:before{position:absolute;content:""}html.style6 .testimonial-slider.owl-carousel.owl-loaded{padding-top:20px!important}html.style6 .testimonial-box{border-radius:25px;background-color:#fff;border:1px solid rgba(255,128,60,.05);box-shadow:5px 5px 30px rgba(255,128,60,.07);text-align:center;margin:20px 0;padding:60px 40px}html.style6 .testimonial-box .test-img{position:relative;margin-left:auto;margin-right:auto;margin-bottom:30px;width:-moz-fit-content;width:fit-content;background-color:#e9f5ff;border-radius:50%}html.style6 .testimonial-box .test-img img{border-radius:50%;width:100px;height:100px;position:relative}html.style6 .testimonial-box .test-img .test-wish{position:absolute;top:0;right:0;font-size:12px;padding:8px;border-radius:50%;color:#fff;background-color:#ff803c}html.style6 .testimonial-box .test-contain{text-transform:capitalize}html.style6 .testimonial-box .test-contain h4{color:#ff803c;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}html.style6 .testimonial-box .test-contain h3{font-size:calc(16px + 4*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:15px}html.style6 .testimonial-box .test-contain h6{color:#647589;font-family:Roboto,sans-serif;font-weight:400;line-height:1.8}html.style6 .testimonial-box .test-contain ul.test-icon{display:flex;justify-content:center;align-items:center;margin-top:30px}html.style6 .testimonial-box .test-contain ul.test-icon li{width:40px;height:40px;border-radius:20px;background-color:#fff;border:1px solid rgba(28,119,237,.1);display:flex;justify-content:center;align-items:center;margin-right:25px}html.style6 .testimonial-box .test-contain ul.test-icon li:last-child{margin-right:0}html.style6 .testimonial-main{position:relative;overflow:hidden}html.style6 .testimonial-main .testimonial-back-content .test-img1{position:absolute;top:3%;left:4%;transform:rotate(230deg);animation:slidemain 50s linear infinite}html.style6 .testimonial-main .testimonial-back-content .test-img2{position:absolute;bottom:7%;right:12%;animation:slidemain 50s linear infinite;z-index:-1}html.style6 .secure-app-main{background-image:url(/assets/images/landing/parallax/main.png);background-color:#eff8ff;background-position:0;background-repeat:no-repeat;background-attachment:fixed;height:850px;position:relative;overflow:hidden}html.style6 .secure-app-main .row>.col{padding:0}html.style6 .secure-app-main .secure-app-content{display:flex;justify-content:flex-end;align-items:center;height:850px}html.style6 .secure-app-main .secure-app-content .ply-main{display:flex;align-items:center;margin-bottom:27px}html.style6 .secure-app-main .secure-app-content .ply-main .ply-content{background-color:rgba(255,128,60,.1);width:50px;height:50px;border-radius:50%;padding:15px;margin-right:20px;display:flex;align-items:center;justify-content:center}html.style6 .secure-app-main .secure-app-content .ply-main .ply-content i{color:#ff803c;font-size:30px;font-weight:900;margin-top:5px}html.style6 .secure-app-main .secure-app-content .ply-main h3{font-size:calc(16px + 6*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800}html.style6 .secure-app-main .secure-app-content .ply-main h3 span{font-size:calc(16px + 6*(100vw - 320px)/1600);font-weight:600}html.style6 .secure-app-main .secure-app-content h1{font-size:calc(18px + 38*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:37px}html.style6 .secure-app-main .secure-app-content h4{font-size:calc(14px + 3*(100vw - 320px)/1600);font-family:Roboto,sans-serif;font-weight:500;color:#595959;margin-bottom:40px;line-height:1.8}html.style6 .secure-app-main .secure-app-content h4 span{color:#1c77ed;font-size:calc(14px + 3*(100vw - 320px)/1600)}html.style6 .secure-app-main .secure-app-content .pricing-btn{color:#fff}html.style6 .secure-app-main .secure-back-content .secure-img1{position:absolute;top:10%;right:-7%;transform:rotate(125deg);animation:slidemain 60s linear infinite}html.style6 .secure-app-main .secure-back-content .secure-img2{position:absolute;top:100px;left:38%;transform:rotate(-86deg);animation:slidemain 80s linear infinite}html.style6 .pricing-box{padding:40px;margin:20px;border-radius:25px;background-color:#fff;text-align:center;border:1px solid rgba(255,128,60,.05);box-shadow:5px 5px 30px rgba(255,128,60,.07)}html.style6 .pricing-box .pricing-icon{font-size:50px;margin-bottom:60px}html.style6 .pricing-box .pricing-icon img{width:auto;height:auto;margin-left:auto;margin-right:auto}html.style6 .pricing-box .pricing-content h2{font-size:calc(20px + 16*(100vw - 320px)/1600);color:#223645;font-family:Montserrat,sans-serif;font-weight:800;margin-bottom:30px}html.style6 .pricing-box .pricing-content h4{color:#ff803c;font-family:Montserrat,sans-serif;font-weight:700}html.style6 .pricing-box .pricing-content .pricing-btn{margin-top:40px;color:#fff}html.style6 .pricing-box .pricing-content .pricing-btn:hover{color:#fff}html.style6 .pricing-box ul.avb-price{text-align:left;margin-top:40px;margin-left:80px}html.style6 .pricing-box ul.avb-price li{font-size:14px;color:#595959;font-family:Roboto,sans-serif;font-weight:300;margin-bottom:10px}html.style6 .pricing-box ul.avb-price li:last-child{margin-bottom:0}html.style6 .pricing-box ul.avb-price li i{color:#ff803c;margin-right:20px}html.style6 .price-slider{margin-bottom:-20px;margin-top:-20px}html.style6 .subscribe-content{display:flex;height:100%;justify-content:center;align-items:center}html.style6 .subscribe-content h1{margin-bottom:40px;font-size:calc(16px + 32*(100vw - 320px)/1600);width:650px}html.style6 .subscribe-content .form-inline input::placeholder{color:#1c77ed;text-transform:capitalize}html.style6 .subscribe-content .form-inline .form-control{width:240px;height:46px;border-radius:10px;background-color:rgba(28,119,237,.1);border:none;padding-left:25px}html.style6 .subscribe-content .form-inline .form-control:first-child{margin-right:20px}html.style6 .subscribe-content button{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(155deg,#1ca9fe,#1c6ee9);color:#fff;margin-left:20px;line-height:1}html.style6 .subscribe-content button:hover{color:#fff}html.style6 .subscribe-content h4{margin-top:40px;color:#223645;font-family:Roboto,sans-serif;font-weight:700;text-transform:capitalize;letter-spacing:.05em;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style6 .subscribe-content h4 span{font-weight:500;font-size:16px;font-size:calc(14px + 2*(100vw - 320px)/1600)}html.style6 .subscribe-main{position:relative;overflow:hidden}html.style6 .subscribe-main .subscribe-img1{position:absolute;top:22%;right:10%;width:300px;z-index:-1}html.style6 footer{background-color:#fff9f5;overflow:hidden;position:relative;border-top:1px solid #ddf1ff}html.style6 footer .footer-main{position:relative;padding-top:calc(30px + 40*(100vw - 320px)/1600);padding-bottom:calc(30px + 40*(100vw - 320px)/1600)}html.style6 footer h3{margin-bottom:25px;font-size:calc(14px + 4*(100vw - 320px)/1600)}html.style6 footer p{font-size:calc(13px + 2*(100vw - 320px)/1600);color:rgba(34,54,69,.9)}html.style6 footer .copyright p{color:rgba(34,54,69,.6)}html.style6 footer span{font-size:18px;color:#ff4e2b;line-height:0}html.style6 footer .logo{margin-bottom:15px}html.style6 footer .links li{display:block;position:relative;padding-left:20px;transition:all .3s ease}html.style6 footer .links li:hover{padding-left:22px;transition:all .3s ease}html.style6 footer .links li:hover a{color:#ff803c;transition:all .3s ease}html.style6 footer .links li:hover a:before{left:3px;color:#ff803c;transition:all .1s ease}html.style6 footer .links li a{font-size:calc(14px + 1*(100vw - 320px)/1600);color:#223645;font-weight:500}html.style6 footer .links li a:before{content:"";font-family:themify;font-size:11px;position:absolute;left:0;top:4px;transition:all .3s ease;font-weight:700}html.style6 footer .links li+li{margin-top:12px}html.style6 footer .copyright-footer{padding-top:1.1rem;border-top:1px solid rgba(34,54,69,.1)}html.style6 footer .foot-apl-btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center}html.style6 footer .foot-apl-btn:hover{cursor:pointer}html.style6 footer .foot-apl-btn i{color:#fff;margin-right:15px;font-size:30px}html.style6 footer .foot-apl-btn span h6{color:#fff;font-family:Roboto,sans-serif;font-weight:400;text-transform:capitalize;margin-bottom:5px}html.style6 footer .foot-apl-btn span h4{color:#fff;font-family:Montserrat,sans-serif;font-weight:700;text-transform:capitalize;line-height:1}html.style6 footer .footer-back-block .inner1{position:absolute;top:-15%;right:10%;transform:rotate(96deg);animation:animatone 30s infinite reverse}html.style6 footer .footer-back-block .inner2{position:absolute;bottom:10%;left:-80px;animation:slidemain 40s linear infinite}html.style6 footer .footer-mobile-title{display:none}html.style6 footer .footer-contant .footer-btn{margin-top:30px}html.style6 .app-design-block .app-code-block{margin-bottom:-50px}html.style6 .downlaod .footer-btn .btn{border-radius:10px;filter:drop-shadow(0 5px 15px rgba(34,54,69,.07));background-color:#fff;display:inline-flex;align-items:center;padding:17px 30px}html.style6 .downlaod .footer-btn .btn h6{padding-bottom:4px}html.style6 .downlaod .footer-btn .btn.active{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);transition:all .3s ease;color:#fff}html.style6 .downlaod .footer-btn .btn.active h4,html.style6 .downlaod .footer-btn .btn.active h6{transition:all .3s ease;color:#fff}html.style6 .downlaod .footer-btn .btn i{font-size:28px}html.style6 .downlaod .footer-btn .btn div{text-align:left;padding-left:12px}html.style6 .downlaod .footer-btn .btn+.btn{margin-top:15px}html.style6 .downlaod .footer-btn .fa-play{color:#ff803c}html.style6 .tap-top{width:42px;height:42px;border-radius:100%;position:fixed;bottom:20px;right:20px;z-index:8;display:none;color:#fff;text-align:center;background:#ff803c;border:none;font-size:22px;padding:4px;cursor:pointer}html.style6 .tap-top.top-cls{bottom:130px}@keyframes anim-effect-back{0%{box-shadow:0 0 0 15px rgba(28,157,234,.2);opacity:0}50%{box-shadow:0 0 0 30px rgba(28,157,234,.6);opacity:1}to{box-shadow:0 0 0 40px rgba(28,157,234,0);opacity:0}}html.style6 .inner-page header .landing-header .navbar-collapse ul .active a{color:#ff803c}@media(max-width:1367px){html.style6 .header-inner{padding-bottom:30px}html.style6 .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}}@media(max-width:1199px){html.style6 .blog-media>div:first-child{padding-bottom:30px}html.style6 .counter-box-second{width:165px;height:165px}html.style6 .counter-box-second .counter-box .counter-icon{font-size:30px}html.style6 .counter-box-second .counter-box h6{font-size:22px}html.style6 .counter-box-second .counter-box span{font-size:13px}}@media(max-width:991px){html.style6 .blog-detail-page .blog-commant,html.style6 .blog-detail-page .blog-contact{margin-top:30px}html.style6 .about-page .about-title h1{margin-bottom:15px}html.style6 .about-page .about-img img{margin-bottom:20px}html.style6 .team .owl-nav{top:-60px}html.style6 .team .owl-nav button.owl-next,html.style6 .team .owl-nav button.owl-prev{height:30px;width:30px}html.style6 .team .owl-nav button.owl-next:before,html.style6 .team .owl-nav button.owl-prev:before{font-size:12px}}@media(max-width:767px){html.style6 .breadcrumb-main .breadcrumb-content{display:unset;text-align:center}html.style6 .breadcrumb-main .breadcrumb-content .breadcrumb-left{margin-bottom:5px}html.style6 .blog-page .blog-sidebar{margin-top:30px}html.style6 .blog-page .blog-sidebar .blog-card{padding:15px}html.style6 .blog-page .order-sec{order:-1}html.style6 .blog-page .blog-contact .btn-solid{padding:13px 25px}html.style6 .left-blog .blog-sidebar{margin-top:0;margin-bottom:30px}html.style6 .faq-block>div:nth-child(n+3){margin-top:15px}html.style6 .faq-section .faq-search-box .input-group .form-control{padding:10px}html.style6 .error-main .error-contain .error-btn{padding:15px 25px}html.style6 .team .team-content .text-content h4,html.style6 .team .team-content .text-content p{margin-bottom:10px}html.style6 .team .team-content .text-content ul li{width:30px;height:30px}html.style6 .team .team-content .text-content ul li a i{font-size:14px}}@media(max-width:575px){html.style6 .faq-block .search-form .form-group .icon-close{top:1px}html.style6 .header-inner{padding-bottom:20px}html.style6 .error-main .error-contain .error-btn{padding:12px 18px}}@media(max-width:480px){html.style6 .faq-block .search-form .form-group .icon-close{top:5px}html.style6 .team .team-content{display:unset}html.style6 .team .team-content .text-content{margin-top:15px;padding-left:0}html.style6 .about-page .about-tab{display:block;text-align:center}html.style6 .about-page .about-tab ul li{display:inline-block;margin-right:10px}html.style6 .about-page .about-tab ul li:last-child{margin-right:0}html.style6 .about-page .about-tab .nav-pills .nav-link{padding:0;font-weight:600}html.style6 .about-page .about-tab .tab-content{border-top:1px solid #eff1f2;margin-top:10px;padding-bottom:0}}@media(max-width:360px){html.style6 .blog-page .blog-media .blog-right ul{display:flex}html.style6 .blog-page .blog-media .blog-right ul li{display:block}html.style6 .about-page .about-tab ul li:last-child{margin-top:10px}}@media(min-width:1680px){html.style6 .custom-container{max-width:1600px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}}@media(max-width:1367px){html.style6 .slider-block .slider-main{height:100vh}html.style6 .secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}html.style6 .secure-app-main .secure-app-content .ply-main .ply-content i{font-size:20px;margin-top:3px}html.style6 .rate-us{padding-top:60px!important}}@media(max-width:1679px){html.style6 .custom-container{max-width:100%;padding-right:15px;padding-left:15px;margin:0 auto}html.style6 .slider-block .chat-slide{bottom:-13%}html.style6 .slider-block .inner1{top:15%;left:25%}html.style6 .slider-block .inner2{right:-26%}html.style6 .slider-block .slider-main .slider-contain .ply-main .ply-content{padding:10px}html.style6 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content{width:45px;height:45px}html.style6 .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}@keyframes anim-effect-back{0%{box-shadow:0 0 0 15px rgba(28,157,234,.2);opacity:0}50%{box-shadow:0 0 0 25px rgba(28,157,234,.6);opacity:1}to{box-shadow:0 0 0 30px rgba(28,157,234,0);opacity:0}}html.style6 .team-work-main .team-work-content .ply-main{margin-bottom:18px}html.style6 .team-work-main .team-work-content .ply-main .ply-content{padding:10px}html.style6 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:45px;height:45px}html.style6 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:20px;margin-top:3px}html.style6 .team-work-main .team-work-content h1{margin-bottom:17px;width:480px}html.style6 .team-work-main .team-work-content .pricing-btn{margin-top:18px}html.style6 .secure-app-main,html.style6 .secure-app-main .secure-app-content{height:650px}html.style6 .secure-app-main .secure-app-content .ply-main{margin-bottom:18px}html.style6 .secure-app-main .secure-app-content .ply-main .ply-content{padding:10px}html.style6 .secure-app-main .secure-app-content h1{margin-bottom:11px}html.style6 .secure-app-main .secure-app-content h4{margin-bottom:14px}html.style6 .team-work-main .team-work-content{justify-content:center}html.style6 footer .footer-main .footer-back-block .inner1{left:-60%;top:-130%}html.style6 footer .footer-main .footer-back-block .inner2{right:-60%;bottom:-130%}}@media(max-width:1500px){html.style6 .pricing-box ul.avb-price{margin-left:50px}}@media(max-width:1470px){html.style6 .chitchat-main .landing-title .sub-title h2{margin-bottom:-8px}html.style6 .slider-block .inner2{right:-40%}html.style6 .slider-block .chat-slide{bottom:0}html.style6 .chitchat-main .chitchat-contain{justify-content:center}html.style6 .chitchat-main .chitchat-contain h1{width:450px}html.style6 .chitchat-main .chitchat-contain .chitchat-img{width:450px;margin-top:-3px}html.style6 .team-work-main .team-work-content .team-main{width:480px}html.style6 .team-work-main .team1{right:30%;width:100px}html.style6 .team-work-main .team2{top:17%;right:13%;width:27px}html.style6 .team-work-main .team3{right:10%}html.style6 .subscribe-content h1{margin-bottom:23px}html.style6 .subscribe-content h4{margin-top:18px}html.style6 .subscribe-content .form-inline{display:unset}html.style6 .subscribe-content button{margin-top:23px;display:block;margin-left:0}html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:300px}}@media(max-width:1367px){html.style6 .section-py-space{padding-top:80px;padding-bottom:80px}html.style6 .section-pt-space{padding-top:80px}html.style6 .section-pb-space{padding-bottom:80px}html.style6 header{padding-top:30px}html.style6 header .landing-header .navbar-nav .nav-item:last-child .dropdown-menu{margin-bottom:0!important}html.style6 .slider-block .inner1{display:none}html.style6 .app-design-main{padding-top:35px}html.style6 .app-design-main .contant-box h4{margin-bottom:-4px}html.style6 .chitchat-main .chitchat-back-block .chit-chat3{left:11%}html.style6 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:22px}html.style6 .chitchat-main .chitchat-contain h3{margin-bottom:20px}html.style6 .chitchat-main .chitchat-contain h1{margin-bottom:24px}html.style6 .chitchat-main .chitchat-contain h4{margin-bottom:17px}html.style6 .chitchat-main .chitchat-contain ul.detial-price li{margin-bottom:10px}html.style6 .chitchat-main .chitchat-contain .pricing-btn{margin-top:18px}html.style6 .collaboration-main .collaboration-content{margin-bottom:55px}html.style6 .collaboration-main .collaboration-content ul.collab-tab li{margin-right:45px}html.style6 .secure-app-main{height:426px}html.style6 .secure-app-main .secure-app-content{height:426px;background-color:hsla(0,0%,100%,.9);padding:20px}html.style6 .pricing-box .pricing-icon{margin-bottom:23px}html.style6 .pricing-box .pricing-icon img{width:55px}html.style6 .pricing-box .pricing-content h2{margin-bottom:13px}html.style6 .pricing-box .pricing-content .pricing-btn{margin-top:20px;padding:13px 25px}html.style6 .pricing-box ul.avb-price{margin-top:26px;margin-left:10px!important}html.style6 footer .footer-main .footer-logo{margin-bottom:15px}html.style6 footer .footer-main .footer-logo img{width:100px}html.style6 footer .footer-main h3{margin-bottom:17px}html.style6 footer .footer-main h1{margin-bottom:15px}html.style6 footer .footer-main .footer-btn{margin-top:22px}html.style6 footer .footer-main .footer-back-block .inner1{left:-75%;top:-160%}html.style6 footer .footer-main .footer-back-block .inner2{right:-75%}html.style6 footer .footer-main .footer-back-block .inner3{top:-25%}html.style6 footer .footer-main .footer-back-block .inner4{bottom:0;left:-10%}html.style6 footer .footer-main .footer-back-block .inner5{width:300px}html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:290px}html.style6 .subscribe-content h1{width:auto}html.style6 .subscribe-content img{width:400px;height:auto}}@media(max-width:1366px){html.style6 .slider-contain{padding-left:30px}html.style6 .element-card .chat-main li .chat-box .details{padding-left:70px}html.style6 .landing-page-header .landing-header .navbar .navbar-collapse{width:100%!important}html.style6 .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}html.style6 .landing_page_slider{min-height:1080px}html.style6 .landing_page_slider .animated-img-2{margin-top:0;width:1000px}html.style6 .landing_page_slider .animated-img-1 .slicing-img-4{left:230px;top:230px}html.style6 .landing_page_slider .animated-img-1 .slicing-img-5{left:900px;top:466px}html.style6 .landing_page_slider .animated-img-1 .slicing-img-6{top:152px;right:351px}html.style6 .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:438px}html.style6 .slider-block .chat-slide{width:70%}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:10px}html.style6 .main-feature .key-feature .theme-collection .image-contain{padding:20px;min-height:160px}}@media(max-width:1300px){html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}html.style6 .chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}html.style6 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:1250px){html.style6 .chat-landing-page .landing_page_slider{min-height:980px}html.style6 .chat-landing-page .landing_page_slider .animated-img-2{width:950px}}@media(min-width:1201px)and (max-width:1239px){html.style6 .chat-landing-page .landing-page-header .fixed{padding:5px 50px}html.style6 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style6 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}}@media(max-width:1200px){html.style6 .chat-landing-page .landing-page-header .fixed{padding:5px 50px}html.style6 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style6 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{line-height:unset}html.style6 .chat-landing-page .landing_page_slider .animated-img-2{width:900px}html.style6 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:0;top:180px;width:22%}html.style6 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:100px;right:-85px;width:47%}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:290px}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:270px;left:330px}html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}}@media(max-width:1199px){html.style6 .app-design-block .app-code-block{margin-bottom:-40px}html.style6 .slider-block .slider-main{height:750px}html.style6 .landing-title .sub-title{margin-bottom:40px}html.style6 .collaboration-main .collaboration-content{margin-bottom:35px}html.style6 .pricing-box ul.avb-price li i{margin-right:10px}html.style6 .section-pb-space{padding-bottom:60px}html.style6 .section-pt-space{padding-top:60px}html.style6 .section-py-space{padding-top:60px;padding-bottom:60px}html.style6 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:40px}html.style6 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav{float:unset;width:unset}html.style6 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .active .nav-link{color:#ff803c!important;line-height:unset}html.style6 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{color:rgba(0,0,0,.7)!important;line-height:unset}html.style6 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{float:unset;margin-left:30px;margin-top:10px}html.style6 .chat-landing-page .landing-page-header .fixed{padding:5px 100px}html.style6 .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse{width:100%}html.style6 .chat-landing-page .easy-navigation .inner-block{padding:20px}html.style6 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:30px;min-height:200px}html.style6 .chat-landing-page .bonus-page .blog-left{margin-top:50px}html.style6 header .landing-header .landing-header-right .main-nav{display:block}html.style6 header .landing-header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link{color:#ff803c!important}html.style6 .testimonial-box{padding:40px}html.style6 .slider-block .slider-main .slider-contain .ply-main{margin-bottom:10px}html.style6 .slider-block .slider-main .slider-contain h1{margin-bottom:12px}html.style6 .slider-block .slider-main .slider-contain h4{margin-bottom:12px;width:70%}html.style6 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{padding:13px 28px}html.style6 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn i{font-size:24px}html.style6 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:13px 28px}html.style6 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn i{font-size:24px}html.style6 .app-design-main{padding-top:40px;padding-bottom:40px}html.style6 .app-design-main .contant-box h4{width:auto}html.style6 .pages-space>div:nth-child(n+3){margin-top:40px!important}html.style6 .chitchat-main .chitchat-contain h1{width:390px}html.style6 .chitchat-main .chitchat-contain .chitchat-img{width:380px}html.style6 .chitchat-main .chitchat-contain img{margin-top:0}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:25px}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main{padding:20px}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-img img{width:25px}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content p{display:none}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content h3{margin-bottom:0}html.style6 .team-work-main .team-work-content h1{width:420px}html.style6 .team-work-main .team-work-content h4{width:399px}html.style6 .team-work-main .team1{right:31%;width:80px}html.style6 .team-work-main .team2{right:19%;width:20px}html.style6 .subscribe-content .form-inline .form-control{width:200px}html.style6 .landing_popups .element-card .typography .internet{margin-bottom:0}html.style6 .chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px}html.style6 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:45px}html.style6 .main-feature .key-feature>div:nth-child(n+5){margin-top:30px}}@media(max-width:1155px){html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:470px}html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}}@media(max-width:1150px){html.style6 .chat-landing-page .landing_page_slider .animated-img-2{width:850px}}@media(max-width:1026px){html.style6 .chat-landing-page .landing_page_slider .animated-img-2{width:750px;margin-top:20px}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:225px}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:265px;left:273px}html.style6 .chat-landing-page .slider-block .slider-main .slider-contain h1{width:290px}html.style6 .chat-landing-page .slider-block .slider-main .slider-contain h4{width:375px}html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:215px}}@media(max-width:992px){html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1{height:350px}html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}html.style6 .chat-landing-page .page-decore .top img{animation:none}html.style6 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat1,html.style6 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat2,html.style6 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat3,html.style6 .chat-landing-page .mobile-version-sec .chitchat-back-block .chit-chat4,html.style6 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat1,html.style6 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat2,html.style6 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat3,html.style6 .chat-landing-page .tour-integrated .chitchat-back-block .chit-chat4{display:none}html.style6 .chat-landing-page .landing_popups .element-card .typography .internet{margin-bottom:20px}html.style6 .chat-landing-page .landing_popups .svg_img2{animation:none}}@media(max-width:991px){html.style6 .pricing-box{padding:20px 10px;margin:20px 0}html.style6 .app-design-main .icon-box{border-radius:25px;padding:20px}html.style6 .app-design-main .app-hover{height:31%}html.style6 .app-design-block .app-code-block{margin-bottom:-25px}html.style6 .app-design-main{padding-top:25px;padding-bottom:25px}html.style6 .chitchat-main .landing-title .sub-title h2{margin-bottom:-6px}html.style6 .landing-title .sub-title h4{margin-top:-1px}html.style6 .chat-landing-page .collaboration-main .collaboration-content{margin-bottom:30px!important}html.style6 .landing-title .sub-title{position:unset;margin-top:0}html.style6 .landing-title h1{display:none}html.style6 .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{padding:13px 17px}html.style6 .chat-landing-page header .inner1{display:none}html.style6 .chat-landing-page .landing-page-header .fixed{padding:5px 15px}html.style6 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:100px}html.style6 .chat-landing-page .landing_page_slider .animated-img-2{margin-top:30px;width:700px}html.style6 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1{left:-11px;top:122px;width:29%}html.style6 .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2{top:77px;right:-83px;width:52%}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:190px}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:205px;left:243px}html.style6 .chat-landing-page .easy-navigation .inner-block{padding:10px}html.style6 .chat-landing-page .easy-navigation .inner-block p{font-size:13px;line-height:1.5}html.style6 .chat-landing-page .easy-navigation .navigation-2 .exclusive-image img,html.style6 .chat-landing-page .easy-navigation .navigation-3 .exclusive-image img,html.style6 .chat-landing-page .easy-navigation .navigation-6 .exclusive-image img{min-height:220px}html.style6 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{padding:10px;min-height:150px}html.style6 .slider-block .slider-main{margin-top:85px;position:relative;height:auto;text-align:center;justify-content:center;z-index:1;padding-top:70px;padding-bottom:70px}html.style6 .slider-block .slider-main .slider-contain{border-radius:20px;padding:30px;width:auto}html.style6 .slider-block .slider-main .slider-contain h1,html.style6 .slider-block .slider-main .slider-contain h4{width:auto}html.style6 .slider-block .chat-slide,html.style6 .slider-block .inner1{display:none}html.style6 .app-design-main .icon-box i{font-size:36px}html.style6 .team-work-main .team-work-content h1{width:auto;margin-bottom:15px}html.style6 .team-work-main .team-work-content h4{width:350px}html.style6 .team-work-main .team-work-content .pricing-btn{padding:12px 20px}html.style6 .team-work-main .team1{width:50px;top:16%;right:32%}html.style6 .team-work-main .team2{top:19%;right:20%}html.style6 .team-work-main .team4{width:40px;right:3%}html.style6 .team-work-main .team5{width:250px}html.style6 .secure-app-main{height:auto!important;padding-bottom:0!important}html.style6 .secure-app-main .secure-app-content{text-align:center;height:auto!important;padding:40px}html.style6 .secure-app-main .secure-app-content .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}html.style6 .secure-app-main .secure-app-content .pricing-btn{padding:12px 18px}html.style6 .secure-app-main .secure-back-content .secure-img2{top:0;left:0;display:none}html.style6 .secure-app-main .secure-back-content .secure-img1{top:unset;bottom:0;right:0;display:none}html.style6 .subscribe-content .form-inline .form-control{width:160px;display:inline-block}html.style6 .testimonial-slider{padding-top:0}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img{margin-right:0}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{display:none}html.style6 footer .footer-main .footer-logo img{width:80px}html.style6 footer .footer-main .footer-back-block .inner4{left:-20%}html.style6 footer .footer-main .footer-back-block .inner3{top:-30%;right:0}html.style6 .subscribe-content button{padding:12px 18px}}@media(max-width:930px){html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:175px}}@media(max-width:900px){html.style6 .chat-landing-page .landing_page_slider .animated-img-2{width:650px}html.style6 .chat-landing-page .landing_popups .element-card{letter-spacing:unset}html.style6 .chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:10px}}@media(max-width:850px){html.style6 .chat-landing-page .landing_page_slider .animated-img-2{width:550px}html.style6 .chat-landing-page .main-feature .key-feature .feture-icon{padding:20px}html.style6 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:40px}}@media(max-width:768px){html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}html.style6 .chat-landing-page .audiocall1.call-modal,html.style6 .chat-landing-page .audiocall2.call-modal,html.style6 .chat-landing-page .conferencecall.call-modal,html.style6 .chat-landing-page .videocall.call-modal,html.style6 .chat-landing-page .videocallhang.call-modal{min-height:460px}html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:150px}html.style6 .chat-landing-page .landing_popups .btn{padding:15px 20px}}@media(max-width:767px){html.style6 .slider-block{background-blend-mode:overlay;background-color:#bbb6b6}html.style6 .chitchat-main .landing-title .sub-title h2{margin-bottom:-2px}html.style6 .landing-screen-animation .pc-bg-1{height:300px!important}html.style6 .chat-landing-page .landing_page_slider{min-height:390px!important;background-image:none;background:linear-gradient(#ff803c,rgba(255,128,60,.4))}html.style6 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:170px}html.style6 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .playbutton .ply-content{background-color:unset;padding:0}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:100px;top:400px}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:85px}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:190px;left:154px}html.style6 .chat-landing-page .landing_page_slider .animated-img-2{display:none}html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:250px}html.style6 .chat-landing-page .easy-navigation .inner-block{padding:50px}html.style6 .chat-landing-page .easy-navigation .navigation-1{order:2}html.style6 .chat-landing-page .easy-navigation .navigation-2{order:1;margin-bottom:3rem!important}html.style6 .chat-landing-page .easy-navigation .navigation-3{margin-bottom:3rem!important}html.style6 .chat-landing-page .easy-navigation .navigation-5{order:2}html.style6 .chat-landing-page .easy-navigation .navigation-6{order:1;margin-bottom:3rem!important}html.style6 .chat-landing-page .main-feature .key-feature .feture-icon{padding:40px 30px}html.style6 .chat-landing-page .main-feature .key-feature .feture-icon svg{width:60px}html.style6 .section-pb-space{padding-bottom:30px}html.style6 .section-pt-space{padding-top:30px}html.style6 .landing-title h1{display:none}html.style6 .landing-title .sub-title{position:unset;margin-top:0}html.style6 .landing-title .sub-title h4{margin-bottom:5px}html.style6 .slider-block .slider-main{justify-content:center;text-align:center;height:-moz-fit-content;height:fit-content;padding-bottom:60px}html.style6 .slider-block .slider-main .slider-contain{padding:15px}html.style6 .slider-block .slider-main .slider-contain .ply-main{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}html.style6 .slider-block .slider-main .slider-contain .header-btn{justify-content:center}html.style6 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn,html.style6 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{padding:9px 17px}html.style6 .slider-block .downlaod .footer-btn .btn{padding:10px 20px}html.style6 .slider-block .downlaod .footer-btn .btn i{font-size:22px}html.style6 .app-design-main{padding-bottom:0;padding-top:25px}html.style6 .app-design-main .contant-box{margin-top:15px}html.style6 .app-design-main .contant-box h4{margin-top:5px}html.style6 .app-design-main .icon-box{background-image:linear-gradient(145deg,#1ca9fe,#1c6ee9);border-radius:5px;padding:15px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35))}html.style6 .app-design-main .icon-box i{color:#fff;font-size:20px}html.style6 .app-design-main:hover .app-hover{display:none;opacity:0}html.style6 .app-design-main .app-hover{display:none}html.style6 .app-design-block .app-btn{margin-top:25px;padding:15px 20px}html.style6 .app-design-block .app-code-block{margin-bottom:0}html.style6 .app-code-block>div:first-child .app-design-main{padding-top:0}html.style6 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img{height:28px}html.style6 .landing-page-header header .landing-header .btn_purchase a{padding:12px 25px}html.style6 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{font-size:14px!important}html.style6 .chitchat-main .chitchat-contain{text-align:center}html.style6 .chitchat-main .chitchat-contain .chitchat-img{width:250px;margin:-2px auto 0}html.style6 .chitchat-main .chitchat-contain h3{margin-bottom:18px}html.style6 .chitchat-main .chitchat-contain h1{width:auto;margin-bottom:18px}html.style6 .chitchat-main .chitchat-contain h4{margin-bottom:10px}html.style6 .chitchat-main .chitchat-back-block .chit-chat3{top:16%;left:32%}html.style6 .chit-chat-block>div:first-child{margin-bottom:20px}html.style6 .chitchat-main .chitchat-contain .pricing-btn{padding:15px 20px}html.style6 .chitchat-main .chitchat-contain .chitchat-logo{margin-bottom:18px}html.style6 .chitchat-main .chitchat-contain .chitchat-logo img{width:150px;height:auto}html.style6 .team-work-main .team-work-content{text-align:center;justify-content:center}html.style6 .team-work-main .team-work-content h1{width:auto;margin-bottom:12px}html.style6 .team-work-main .team-work-content h4{width:auto}html.style6 .team-work-main .team-work-content .ply-main{justify-content:center}html.style6 .team-work-main .team1{top:44%;right:62%}html.style6 .team-work-main .team2{top:50%;right:15%}html.style6 .team-work-main .team3{top:53%;right:10%}html.style6 .team-work-main .team4{top:80%;right:15%}html.style6 .team-work-main .team5{width:190px}html.style6 .team-block>div:first-child{margin-bottom:30px}html.style6 .collaboration-main .collaboration-content{margin-top:0;margin-bottom:30px}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:13px 20px;border-radius:5px;background-color:#fff}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{margin-bottom:0!important}html.style6 .testimonial-main .owl-nav button{width:30px;height:30px}html.style6 .testimonial-main .owl-nav button i{font-size:12px}html.style6 .secure-app-main .secure-back-content .secure-img1{bottom:-10%;right:-10%}html.style6 .secure-app-main .secure-back-content .secure-img2{top:-10%;left:-10%}html.style6 .pricing-box{padding:30px 20px;margin:20px 0;display:flex;justify-content:center}html.style6 .pricing-box .pricing-icon{margin-bottom:10px}html.style6 .pricing-box ul.avb-price{margin-left:0!important}html.style6 .pricing-box .pricing-content .pricing-btn{padding:10px 18px}html.style6 .subscribe-block>div:first-child{margin-bottom:30px}html.style6 .subscribe-content{text-align:center}html.style6 .subscribe-content img{width:200px}html.style6 .subscribe-content h4{margin-bottom:-3px}html.style6 .subscribe-content button{margin-left:auto;margin-right:auto}html.style6 .subscribe-content .form-inline .form-control{padding-left:15px;height:35px}html.style6 .subscribe-content .form-inline .form-control::placeholder{font-size:14px}html.style6 footer .footer-main ul.footer-contact li{margin-right:15px}html.style6 footer .footer-main .footer-btn{margin-top:27px}html.style6 footer .footer-main .footer-btn .foot-apl-btn{padding:13px 25px}html.style6 footer .footer-main .footer-btn .foot-ply-btn{padding:13px 25px;margin-left:20px}html.style6 footer .footer-back-block .inner1,html.style6 footer .footer-back-block .inner2{display:none}html.style6 .pages-space>div:nth-child(n+2){margin-top:30px!important}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:15px 25px}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600;font-size:14px}html.style6 .chat-landing-page .content-title{margin-bottom:30px!important}html.style6 .chat-landing-page .easy-navigation .inner-block .btn{padding:13px 25px}html.style6 .rate-us .rate_us-section h2{margin:20px 0!important}html.style6 .rate-us .rate_us-section img{width:160px}html.style6 .rate-us .rate_us-section .rate-section li i{font-size:28px!important}html.style6 .main-feature .key-feature>div:nth-child(n+3){margin-top:30px}}@media(max-width:650px){html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}html.style6 .rate-us .rate_us-section img{width:150px}}@media(max-width:600px){html.style6 .slider-block .chat-slide{width:100%}html.style6 .audiocall1.call-modal,html.style6 .audiocall2.call-modal,html.style6 .conferencecall.call-modal,html.style6 .videocall.call-modal,html.style6 .videocallhang.call-modal{min-height:350px}html.style6 .audiocall1.call-modal .center-con,html.style6 .audiocall2.call-modal .center-con,html.style6 .conferencecall.call-modal .center-con,html.style6 .videocall.call-modal .center-con,html.style6 .videocallhang.call-modal .center-con{bottom:25px}html.style6 .videocall.call-modal .videocall-details,html.style6 .videocallhang.call-modal .videocall-details{padding:20px}html.style6 #videocallhang{padding-right:0}html.style6 .landing_page_slider{min-height:450px}}@media(max-width:575px){@keyframes anim-effect-back{0%{box-shadow:0 0 0 5px rgba(28,157,234,.2);opacity:0}50%{box-shadow:0 0 0 15px rgba(28,157,234,.6);opacity:1}to{box-shadow:0 0 0 20px rgba(28,157,234,0);opacity:0}}html.style6 .slider-block .slider-main{margin-top:70px}html.style6 .section-py-space{padding-top:50px;padding-bottom:50px}html.style6 .section-pt-space{padding-top:50px}html.style6 .section-pb-space{padding-bottom:50px}html.style6 .element-card .chat-main li .chat-box .details h6{max-width:100px}html.style6 .chitchat-main .landing-title .sub-title h2,html.style6 .landing-title .sub-title h2{margin-bottom:-1px}html.style6 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:160px}html.style6 .landing-title .sub-title h4{margin-bottom:10px}html.style6 .landing-title .sub-title h2{width:auto}html.style6 header{padding-top:20px}html.style6 header .landing-header .landing-header-left .logo-block img{height:40px;width:auto}html.style6 header .landing-header .landing-header-right .purchase-block .purchase-btn i{margin-right:0}html.style6 header .landing-header .landing-header-right .purchase-block .purchase-btn span{display:none}html.style6 header .landing-header.fixed{padding:0!important}html.style6 header .landing-header .logo-block img{height:28px!important}html.style6 .slider-block .inner2,html.style6 header .landing-header .slider-block .inner2{right:0;top:10%}html.style6 .slider-block .downlaod .footer-btn .btn i{font-size:16px}html.style6 .app-design-block .app-btn{padding:12px 18px;font-size:13px;margin-top:20px}html.style6 .app-design-main{padding-top:20px}html.style6 .team-work-main .team1{top:50%;width:40px;right:68%}html.style6 .team-work-main .team2{top:49%;right:43%}html.style6 .team-work-main .team4{top:48%;right:60%}html.style6 .chitchat-main .chitchat-contain .chitchat-img{width:200px}html.style6 .chitchat-main .chitchat-contain h1,html.style6 .chitchat-main .chitchat-contain h3{margin-bottom:14px}html.style6 .chitchat-main .chitchat-contain .pricing-btn{padding:12px 18px;font-size:13px}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-right:7px}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main{padding:10px;border-radius:5px}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3{font-weight:600}html.style6 .collaboration-main .tab-detail .tab-content .container{width:100%}html.style6 .secure-app-main .secure-back-content .secure-img2{top:-20%;left:-20%}html.style6 .secure-app-main .secure-back-content .secure-img1{bottom:-20%;right:-20%}html.style6 .secure-app-main .secure-app-content .ply-main .ply-content{width:40px;height:40px}html.style6 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px;font-size:16px}html.style6 .pricing-box .pricing-content .pricing-btn{margin-top:14px}html.style6 footer .footer-main .footer-back-block .inner4{left:-25%;bottom:-40%}html.style6 footer .footer-main .footer-back-block .inner3{top:-35%;right:-12%}html.style6 .mobile-version-sec .mobile-display{text-align:center}html.style6 .mobile-version-sec .mobile-qr{max-width:unset;margin-left:0}html.style6 .mobile-version-sec .mobile-qr .qr-img:after{display:none}html.style6 .bonus-page .container{width:100%}html.style6 .bonus-page .m-width{width:100%!important}html.style6 .mobile-version-sec .mobile-qr{margin-top:40px;margin-left:auto!important;margin-right:auto}html.style6 .mobile-version-sec .mobile-img{text-align:center}html.style6 .mobile-version-sec .mobile-img img{height:350px;width:auto}html.style6 .three-in-one-sec{margin-top:0!important}html.style6 .rate-us .rate_us-section h2{margin:12px 0!important}html.style6 .rate-us .rate_us-section img{width:120px}html.style6 .rate-us .rate_us-section .rate-section li i{font-size:22px!important}html.style6 .main-feature .key-feature>div:nth-child(n+2){margin-top:30px!important}html.style6 .chat-landing-page .easy-navigation .inner-block .btn{padding:12px 18px}}@media(max-width:480px){html.style6 .secure-app-main .secure-app-content{padding:40px 20px}html.style6 .secure-app-main .secure-app-content .ply-main .ply-content{margin-right:10px}html.style6 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:5px}html.style6 .landing-title .sub-title h4{margin-top:0}html.style6 .chat-landing-page .landing_popups .element-card .typography .font_label{margin-right:5px}html.style6 .chat-landing-page .audiocall1.call-modal,html.style6 .chat-landing-page .audiocall2.call-modal,html.style6 .chat-landing-page .conferencecall.call-modal,html.style6 .chat-landing-page .videocall.call-modal,html.style6 .chat-landing-page .videocallhang.call-modal{min-height:300px}html.style6 .chat-landing-page .audiocall1.call-modal ul li+li,html.style6 .chat-landing-page .audiocall2.call-modal ul li+li,html.style6 .chat-landing-page .conferencecall.call-modal ul li+li,html.style6 .chat-landing-page .videocall.call-modal ul li+li,html.style6 .chat-landing-page .videocallhang.call-modal ul li+li{margin-left:10px}html.style6 .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,html.style6 .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{height:40px;width:40px}html.style6 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style6 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}html.style6 .chat-landing-page .easy-navigation .inner-block{padding:30px}html.style6 .chat-landing-page .main-feature .key-feature .feture-icon{padding:50px 30px;margin:10px 40px}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5{left:227px;top:400px}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6{right:55px;top:111px}html.style6 .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7{top:240px;left:97px}html.style6 .chat-landing-page .fadinup .container{width:100%}html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:200px}html.style6 .slider-block{background-position:50%}}@media(max-width:420px){html.style6 .chitchat-main .landing-title .sub-title h2{margin-bottom:-4px}html.style6 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse{width:100%}html.style6 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link{font-size:15px}html.style6 .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn{border-radius:5px;padding:10px 12px}html.style6 .chat-landing-page header .landing-header .landing-header-right .main-nav .toggle-nav{margin-left:10px}html.style6 .chat-landing-page .videocall.call-modal .videocall-details,html.style6 .chat-landing-page .videocallhang.call-modal .videocall-details{padding:15px}html.style6 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style6 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:10px}html.style6 .chat-landing-page .videocall.call-modal .videocall-details .zoomcontent,html.style6 .chat-landing-page .videocallhang.call-modal .videocall-details .zoomcontent{padding:3px}html.style6 .chat-landing-page .icon-btn.btn-xl{height:40px;width:40px;padding:10px}html.style6 .chat-landing-page .main-feature .key-feature .theme-collection .image-contain{min-height:200px}html.style6 .chat-landing-page .landing_page_slider .landing_page_slider-main{margin-top:140px}html.style6 .chat-landing-page .fadinup .container{width:100%}html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:180px}html.style6 .slider-block .inner2{top:13%}html.style6 .team-work-main .team2{top:60%;right:38%;width:16px}html.style6 .team-work-main .team3{width:30px}html.style6 .team-work-main .team4{top:56%;right:54%}html.style6 .team-work-main .team1{top:59%}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills{display:unset}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item{margin-bottom:10px}html.style6 .subscribe-content .form-inline .form-control{display:block;width:100%;border-radius:5px}html.style6 .subscribe-content .form-inline .form-control:first-child{margin-bottom:20px}html.style6 footer .footer-main .footer-btn{display:block}html.style6 footer .footer-main .footer-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-top:20px}html.style6 footer .footer-main .footer-btn .foot-apl-btn,html.style6 footer .footer-main .footer-btn .foot-ply-btn{margin-left:auto;margin-right:auto}}@media(max-width:360px){html.style6 .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase{margin-left:20px}html.style6 .chat-landing-page .audiocall1.call-modal,html.style6 .chat-landing-page .audiocall2.call-modal,html.style6 .chat-landing-page .conferencecall.call-modal,html.style6 .chat-landing-page .videocall.call-modal,html.style6 .chat-landing-page .videocallhang.call-modal{min-height:200px}html.style6 .chat-landing-page .videocall.call-modal .videocall-details,html.style6 .chat-landing-page .videocallhang.call-modal .videocall-details{padding:5px}html.style6 .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,html.style6 .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile{margin-left:0;height:20px;width:20px}html.style6 .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,html.style6 .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6{margin-right:5px}html.style6 .chat-landing-page .easy-navigation .inner-block{padding:20px}html.style6 .chat-landing-page .main-feature .key-feature .feture-icon{margin:10px}html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,html.style6 .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3{height:120px}html.style6 .slider-block .slider-main .slider-contain .header-btn{display:unset}html.style6 .slider-block .slider-main .slider-contain .header-btn .foot-apl-btn{margin:0 auto}html.style6 .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-top:15px}html.style6 .feture-icon{padding:15px}}@media(max-width:320px){html.style6 .chat-landing-page .landing_page_slider{min-height:480px}html.style6 .secure-app-main .secure-app-content .ply-main .ply-content i{margin-top:3px}}html.style6 .chat-landing-page{position:relative}html.style6 .chat-landing-page h1{margin-bottom:15px;background:-webkit-linear-gradient(#00caf3,#0090ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:calc(18px + 30*(100vw - 320px)/1600)}html.style6 .chat-landing-page h5{font-size:calc(13px + 3*(100vw - 320px)/1600);letter-spacing:0;color:#9098ac;font-family:Rubik;font-weight:400;text-align:center;line-height:1.4}html.style6 .chat-landing-page .content-title{text-align:center;margin-bottom:45px}html.style6 .chat-landing-page .customizer img,html.style6 .chat-landing-page .dark-light img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style6 .chat-landing-page .bonus-page .chit-chat5,html.style6 .chat-landing-page .collaboration-main .chit-chat5,html.style6 .chat-landing-page .dark-light .chit-chat5,html.style6 .chat-landing-page .easy-navigation .chit-chat5,html.style6 .chat-landing-page .real-time-customizer .chit-chat5{position:absolute;top:-70px;right:0;z-index:-1;transform:rotate(45deg);animation:slidemain 80s linear infinite}html.style6 .content-title h2{margin-bottom:10px;font-size:calc(14px + 14*(100vw - 320px)/1600)}html.style6 .landing-page-header~.sidebar-pannle-main{display:none}html.style6 .landing-page-header header{padding-top:30px}html.style6 .landing-page-header header .landing-header .navbar-collapse .navbar-nav{justify-content:center;float:left;width:75%;margin:auto}html.style6 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{color:#fff!important;opacity:.8;font-size:17px;letter-spacing:0;line-height:55px;font-family:Rubik;font-weight:500;text-transform:capitalize}html.style6 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll{background-color:transparent;border:none}html.style6 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll:hover{border:none}html.style6 .landing-page-header header .landing-header .navbar-collapse .navbar-nav .active .nav-link{color:#fff!important;opacity:1}html.style6 .landing-page-header header .landing-header .btn_purchase{float:right}html.style6 .landing-page-header header .landing-header .btn_purchase a{border-radius:5px;filter:drop-shadow(0 5px 15px rgba(29,159,250,.35));background-color:#fff}html.style6 .landing-page-header header .fixed{background-color:#278bff!important}html.style6 .landing-header .dropdown-menu a{font-size:calc(12px + 1*(100vw - 320px)/1600)!important;color:rgba(0,0,0,.5)!important;padding-left:0;padding-right:0}html.style6 .landing-header .dropdown-menu .dropdown-item:focus,html.style6 .landing-header .dropdown-menu .dropdown-item:hover{background-color:transparent}html.style6 .slider-contain{padding-top:100px}html.style6 .landing_page_slider{background-image:url(/_next/static/media/1.622c6754.png);overflow:hidden;position:relative;min-height:1060px;background-repeat:no-repeat}html.style6 .landing_page_slider .landing_page_slider-main{margin-top:160px}html.style6 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#fff!important;-webkit-text-fill-color:#fff;font-size:calc(20px + 36*(100vw - 320px)/1600);font-family:Montserrat;font-weight:800}html.style6 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4{font-size:calc(14px + 3*(100vw - 320px)/1600);line-height:31px;color:#fff;font-family:Roboto;font-weight:300;text-align:center}html.style6 .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{font-size:18px;font-weight:500;color:#fff}html.style6 .landing_page_slider .animated-img-1{overflow:hidden}html.style6 .landing_page_slider .animated-img-1 .slicing-img-4{position:absolute;left:250px;top:120px;animation:homecloud 30s linear infinite;transform:scale(1.5)}html.style6 .landing_page_slider .animated-img-1 .slicing-img-5{position:absolute;left:960px;top:505px;animation:animateCloud 60s linear infinite}html.style6 .landing_page_slider .animated-img-1 .slicing-img-6{position:absolute;top:132px;right:474px;animation:heartbeat 2s infinite}html.style6 .landing_page_slider .animated-img-1 .slicing-img-7{position:absolute;top:284px;left:650px;width:15px;animation:heartbeat 5s infinite}html.style6 .landing_page_slider .animated-img-2{height:auto;align-items:center;position:relative;width:1200px;margin:30px auto 0}html.style6 .landing_page_slider .animated-img-2 .slicing-img-1{position:absolute;content:"";left:-7px;top:225px;width:20%}html.style6 .landing_page_slider .animated-img-2 .slicing-img-2{position:absolute;content:"";top:132px;right:-97px;width:44%}html.style6 .landing_page_slider .animated-img-2 .slicing-img-3{position:absolute;content:"";left:10px}html.style6 .landing-screen-animation{position:relative}html.style6 .landing-screen-animation .col-md-12{margin-bottom:50px}html.style6 .landing-screen-animation .three-img-1{width:100%;position:relative;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);background-size:cover;border:5px solid #fff}html.style6 .landing-screen-animation .three-img-1:hover{background-position:bottom}html.style6 .landing-screen-animation .pc-bg-1{background-image:url(/_next/static/media/image_1.1cf209ea.png);height:550px;transition:2s}html.style6 .landing-screen-animation .pc-bg-2{background-image:url(/_next/static/media/landing.e891557e.png);height:250px;transition:10s}html.style6 .landing-screen-animation .pc-bg-3{background-image:url(/_next/static/media/email.c4ada256.jpg);height:250px;transition:2s}html.style6 .demo-title{margin-top:20px;margin-bottom:0;font-size:calc(16px + 12*(100vw - 320px)/1600)}html.style6 .bonus-page .m-width{width:1380px}html.style6 .bonus-page .m-width .bonus{position:relative}html.style6 .bonus-page .m-width .bonus img{animation:zoomIn .3s ease-in-out;transition:all .5s ease;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style6 .bonus-page .m-width .bonus img:hover{transition:all .5s ease;transform:translateY(-3px)}html.style6 .bonus-page .demo-title{line-height:28px;font-size:calc(14px + 4*(100vw - 320px)/1600);letter-spacing:1px;margin-top:20px;margin-bottom:0;color:#333;font-weight:700}html.style6 .pages-space>div:nth-child(n+4){margin-top:50px}html.style6 .real-time-customizer{position:relative}html.style6 .workable-app-img{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style6 .workable-app-img .img-1{position:relative}html.style6 .workable-app-img .img-2{position:absolute;top:597px;right:172px;width:14%}html.style6 .workable-app-img .doted{background-color:#fff}html.style6 .workable-app-img .doted ul{display:flex;padding:15px}html.style6 .workable-app-img .doted ul li{display:inline}html.style6 .workable-app-img .doted ul li .circle-1{color:#f84c45}html.style6 .workable-app-img .doted ul li .circle-2{color:#f7bb36}html.style6 .workable-app-img .doted ul li .circle-3{color:#69ce43}html.style6 .workable-app-img .doted ul li+li{padding-left:5px}html.style6 .workable-app-img .workable-title{position:absolute;z-index:1;top:275px;left:0}html.style6 .workable-app-img .workable-title h1{font-size:calc(35px + 85*(100vw - 320px)/1600);color:#fff;-webkit-text-fill-color:#fff;font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;line-height:.7;opacity:.3;margin-bottom:50px}html.style6 .workable-app-title{margin-top:30px;text-align:center}html.style6 .chat-landing-page section{max-width:100vw;overflow:hidden}html.style6 .chat-landing-page .collaboration-main .collaboration-content{margin-top:0;margin-bottom:75px}html.style6 .rate-us{padding-top:100px}html.style6 .rate-us .rate_us-section{justify-content:center;display:flex;text-align:center}html.style6 .rate-us .rate_us-section .rate-section{display:flex;margin:0 0 30px}html.style6 .rate-us .rate_us-section .rate-section li i{color:#ffd203;font-size:36px}html.style6 .rate-us .rate_us-section .rate-section li+li{padding-left:4px}html.style6 .rate-us .rate_us-section h2{letter-spacing:.1em;margin:30px 0;line-height:1.5;font-size:calc(14px + 14*(100vw - 320px)/1600)}html.style6 .rate-us .rate_us-section .rate_btn{border-radius:30px;background-color:transparent;border:2px solid #1c9dea;color:#1c9dea;padding:11px 50px}html.style6 .rate-us .rate_us-section .rate_btn:hover{background-color:#1c9dea;color:#fff}html.style6 .main-feature .key-feature>div:nth-child(n+7){margin-top:30px}html.style6 .main-feature .key-feature .feture-icon{padding:60px 30px;text-align:center;background:#fff;border:1px solid #f5f5f5;font-size:14px;text-transform:capitalize}html.style6 .main-feature .key-feature .feture-icon svg{width:60px;height:auto;fill:gray!important;opacity:.7;transition:all .5s ease}html.style6 .main-feature .key-feature .feture-icon h5{margin-top:15px;color:#555;letter-spacing:2px;transition:all .3s ease;padding-bottom:0;margin-bottom:0;line-height:1;font-weight:500;opacity:.7;transition:all .5s ease}html.style6 .main-feature .key-feature .feture-icon:hover{transition:.25s ease-in-out;border-color:rgba(38,138,255,.3)}html.style6 .main-feature .key-feature .feture-icon:hover svg{fill:#ff803c!important}html.style6 .main-feature .key-feature .feture-icon:hover h5{color:#ff803c}html.style6 .tour-integrated{position:relative}html.style6 .tour-integrated .chitchat-back-block .chit-chat1{position:absolute;left:0;top:10%;transform:rotate(150deg);animation:slidemain 60s linear infinite}html.style6 .tour-integrated .chitchat-back-block .chit-chat2{position:absolute;right:5%;bottom:15%;width:100px;transform:rotate(-86deg);animation:slidemain 20s linear infinite}html.style6 .tour-integrated .chitchat-back-block .chit-chat3{position:absolute;right:15%;bottom:300px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}html.style6 .tour-integrated .chitchat-back-block .chit-chat6,html.style6 .tour-integrated .chitchat-back-block .chit-chat7{position:absolute;right:15%;bottom:176px;z-index:-1;transform:rotate(90deg);animation:slidemain 30s linear infinite}html.style6 .mobile-version-sec{position:relative}html.style6 .mobile-version-sec .mobile-img{margin-bottom:-30px}html.style6 .mobile-version-sec .mobile-display{text-align:end}html.style6 .mobile-version-sec .mobile-qr{max-width:200px;text-align:center;margin-left:50px;position:relative}html.style6 .mobile-version-sec .mobile-qr p{font-size:14px;white-space:pre-line;color:#000}html.style6 .mobile-version-sec .mobile-qr .qr-img:after{position:absolute;bottom:-85px;right:60px;background-image:url(/_next/static/media/line.9fd0ed60.png);background-repeat:no-repeat;content:"";width:256px;height:135px;background-size:cover;z-index:-1}html.style6 .mobile-version-sec .mobile-qr .qr-img img{box-shadow:0 10px 60px 0 rgba(0,0,0,.15)}html.style6 .mobile-version-sec .mobile-qr .btn-qr{padding:5px 10px;border-radius:5px;filter:drop-shadow(0 5px 7.5px rgba(255,45,100,.35));background-color:#ff2d64;color:#fff;font-size:12px;text-align:center;font-weight:500;font-family:Rubik;margin-bottom:20px}html.style6 .mobile-version-sec .chitchat-back-block .chit-chat1{position:absolute;left:20%;top:20%;width:150px;transform:rotate(86deg);animation:slidemain 80s linear infinite}html.style6 .mobile-version-sec .chitchat-back-block .chit-chat2{position:absolute;right:20%;bottom:26%;width:150px;transform:rotate(-86deg);animation:slidemain 50s linear infinite}html.style6 .mobile-version-sec .chitchat-back-block .chit-chat3{position:absolute;left:41%;top:38%;z-index:-1;transform:rotate(-86deg);animation:slidemain 50s linear infinite}html.style6 .mobile-version-sec .chitchat-back-block .chit-chat4{position:absolute;top:13%;right:-5%;transform:rotate(125deg);animation:slidemain 60s linear infinite}html.style6 .app-demo-section{background:#fff}html.style6 .app-demo-section .app-demo-content{text-align:center;position:relative;margin-bottom:50px}html.style6 .app-demo-section .container-modify{max-width:1600px;margin:0 auto}html.style6 .app-demo-section .img-effect{transition:all .3s linear;text-align:center}html.style6 .app-demo-section .img-effect:hover{transform:translateY(-6px)}html.style6 .app-demo-section .app-img{border-radius:30px;box-shadow:-1px 2px 5px 1px #ececec}html.style6 .three-in-one-sec{margin-top:-70px}html.style6 .three-in-one-sec .chat-sec{width:100%;height:350px;box-shadow:0 0 10px 2px #ddd}html.style6 .three-in-one-sec .app-lauout-sec .landing-page-img{width:100%;height:175px;display:inline-block;position:relative;background-repeat:no-repeat;box-shadow:0 0 10px 2px #ddd;background-color:#fff;background-size:contain}html.style6 .three-in-one-sec .app-lauout-sec .landing-page-img .img-scroll{transition:all 9s ease-out 0s;background-position:center 0;background-repeat:no-repeat;position:absolute;width:100%;height:calc(100% - 18px);top:18px;left:0;background-size:cover}html.style6 .three-in-one-sec .app-lauout-sec .landing-page-img:hover .img-scroll{background-position:center 100%!important}html.style6 .popup-group{margin-bottom:-20px}html.style6 .popup-group .font_label{margin:0 8px 20px}html.style6 .landing_popups{position:relative;background-color:#288bfe;background:-webkit-linear-gradient(left,#00caf3,#0090ff)}html.style6 .landing_popups h1{color:#fff!important;-webkit-text-fill-color:#fff}html.style6 .landing_popups h5{color:#fff}html.style6 .landing_popups #videocallhang.modal{position:static}html.style6 .landing_popups .viddiolog.fade{height:auto}html.style6 .landing_popups .viddiolog.fade .modal-body{padding-top:0}html.style6 .landing_popups .viddiolog.modal-dialog{margin:0 auto;height:auto}html.style6 .landing_popups .viddiolog.modal-dialog .videocall-details h5{font-size:calc(13px + 1*(100vw - 320px)/1600);letter-spacing:0;color:#223645!important;font-family:Montserrat,sans-serif;font-weight:700;text-align:left}html.style6 .landing_popups .svg_img2{position:absolute;right:-300px;top:350px;opacity:.5;animation:rotatedTwo 15s linear infinite alternate}html.style6 .landing_popups .slicing-img-8{position:absolute;top:100px;animation:homecloud 30s linear infinite;transform:scale(2)}html.style6 .landing_popups .slicing-img-9{position:absolute;left:0;top:50px;animation:animateCloud 60s linear infinite}html.style6 .easy-navigation .inner-block{height:calc(100% - 0px);background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:1px 5px 10px 5px rgba(68,102,242,.05);padding:45px;margin-bottom:20px;text-align:center}html.style6 .easy-navigation .inner-block h4{font-size:calc(20px + 8*(100vw - 320px)/1600);color:#223645}html.style6 .easy-navigation .inner-block p{font-size:15px;line-height:1.7;letter-spacing:.7px}html.style6 .easy-navigation .exclusive-image{box-shadow:1px 5px 10px 5px rgba(68,102,242,.05)}html.style6 .slick-slider .slick-list{margin:0 -6px}html.style6 .slick-slider .slick-list .slick-slide{padding:0 6px}html.style6 .slick-slider .slick-list .slick-slide .item:focus{outline:none}html.style6 .custom-control-label{font-size:calc(13px + 1*(100vw - 320px)/1600);color:#647589;font-weight:600;line-height:1.9;padding-left:10px}html.style6 .custom-switch .custom-control-label:before{border-radius:20px;height:19px;width:34px;box-shadow:inset 0 0 0 0 #dfdfdf;border-color:#dfdfdf;cursor:pointer}html.style6 .custom-switch .custom-control-label:after{top:calc(.25rem + 3px);left:calc(-2.25rem + 1px);width:calc(1rem - 3px);border-radius:100%;height:calc(1rem - 3px);box-shadow:0 1px 3px rgba(0,0,0,.4);background-color:transparent;cursor:pointer}html.style6 .custom-switch .custom-control-input:checked~.custom-control-label:before{background-color:#3fcc35;border-color:#3fcc35;box-shadow:inset 0 0 0 10px #3fcc35}html.style6 .custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(1.15rem)}html.style6 .custom-switch .custom-control-input:focus~.custom-control-label:before{box-shadow:none}html.style6 .custom-switch .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:unset;border-color:#dfdfdf}html.style6 .custom-switch.custom-switch-primary .custom-control-label:before{transition:border .4s ease 0s,box-shadow .4s ease 0s}html.style6 .custom-switch.custom-switch-primary .custom-control-label:after{transition:background-color .4s ease 0s,transform .2s ease 0s}html.style6 .custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:before{background-color:#ff803c;border-color:#ff803c;box-shadow:inset 0 0 0 10px #ff803c;transition:border .4s ease 0s,box-shadow .4s ease 0s,background-color 1.2s ease 0s}html.style6 .custom-switch.custom-switch-primary .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transition:background-color .4s ease 0s,transform .2s ease 0s}html.style6 .status-switch .custom-control-label{color:#223645}@keyframes infinite-spinning{0%{transform:rotate(0deg) scale(1)}to{transform:rotate(1turn) scale(1.2)}}html.style6 .snippet-modal-main .default-form select{background:url(/assets/images/drop-1.png) #eff7fe no-repeat scroll 97.6%}html.style6 .theme-pannel-main{background-color:#fff;position:fixed;top:30%;right:0;z-index:9;padding:0 5px;box-shadow:0 0 7px 1px hsla(0,0%,62%,.2)}html.style6 .theme-pannel-main ul li{display:flex;padding:10px 12px;border-bottom:1px solid #dadada}html.style6 .theme-pannel-main ul li span{padding:0;text-transform:uppercase;color:#949494;font-weight:700}html.style6 .theme-pannel-main ul li a{padding:0}html.style6 .theme-pannel-main ul li:last-child{border-bottom:0}html.style6 .color-picker .title{display:inline-block;position:absolute;left:-68px;width:68px;box-shadow:-3px 0 7px 1px hsla(0,0%,62%,.2);background-color:#fff;padding:10px 14px;border-radius:5px}html.style6 .color-picker .colors li{height:35px;width:35px;margin:3px;display:inline-block;position:relative;border-radius:5px}html.style6 .color-picker .colors li.active:before{content:"";position:absolute;font-family:themify;color:#fff;font-size:19px;top:4px;left:9px;transform:rotate(-90deg)}html.style6 .color{background-color:#1c9dea}html.style6 .color1{background-color:#3a62b8}html.style6 .color2{background-color:#064c3c}html.style6 .color3{background-color:#9b4aff}html.style6 .color4{background-color:#00d3cb}html.style6 .color5{background-color:#ff5b92}html.style6 .color6{background-color:#ff803c}html.style6 .setting-sidebar{background-color:#fff;padding:20px;width:350px;height:100%;position:fixed;top:0;right:-350px;z-index:999;border-left:1px solid #eff1f2;transition:all .5s ease}html.style6 .setting-sidebar li{cursor:pointer}html.style6 .setting-sidebar .theme-title{border-bottom:1px solid #eff1f2;padding-bottom:15px}html.style6 .setting-sidebar h5{padding-top:20px;padding-bottom:15px}html.style6 .setting-sidebar .theme-layout ul{display:flex;align-items:center}html.style6 .setting-sidebar .theme-layout ul li{width:70px;height:50px;display:flex;align-items:center;background-color:#fff;margin-right:10px}html.style6 .setting-sidebar .theme-layout ul li.active .sidebar-content{position:relative}html.style6 .setting-sidebar .theme-layout ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;font-weight:900;height:100%;width:100%;display:flex;align-items:center;justify-content:center}html.style6 .setting-sidebar .theme-layout ul li .sidebar{width:30%;height:100%;background-color:#eff1f2;margin-right:5px;border-radius:5px}html.style6 .setting-sidebar .theme-layout ul li .sidebar-content{background-color:#eff1f2;width:70%;height:100%;border-radius:5px}html.style6 .setting-sidebar .theme-layout ul li:nth-child(2) .sidebar,html.style6 .setting-sidebar .theme-layout ul li:nth-child(3) .sidebar,html.style6 .setting-sidebar .theme-layout ul li:nth-child(3) .sidebar-content{background-color:#595959}html.style6 .setting-sidebar .theme-layout ul li:last-child .sidebar,html.style6 .setting-sidebar .theme-layout ul li:last-child .sidebar-content{background-image:linear-gradient(45deg,#3a62b8,#ff803c)}html.style6 .setting-sidebar .chat-wallpaper .wallpaper{margin-top:0}html.style6 .setting-sidebar .chat-wallpaper .wallpaper li{position:relative;width:47px;height:47px;border-radius:5px;margin:2px;background-size:unset!important}html.style6 .setting-sidebar .chat-wallpaper .wallpaper li.active:before{content:"";font-family:themify;position:absolute;font-weight:900;font-size:20px;height:100%;width:100%;display:flex;align-items:center;justify-content:center}html.style6 .setting-sidebar .themes-content ul li{display:inline-block;width:68px;height:60px;background-color:#eff1f2;margin-right:5px;border-radius:5px;position:relative}html.style6 .setting-sidebar .themes-content ul li.active:before{content:"";font-family:themify;position:absolute;display:flex;height:100%;width:100%;align-items:center;justify-content:center;font-weight:900;font-size:20px}html.style6 .setting-sidebar .sidebar-setting ul{display:flex}html.style6 .setting-sidebar .sidebar-setting ul li{width:144px;height:70px;display:flex;align-items:center;margin-right:15px}html.style6 .setting-sidebar .sidebar-setting ul li.active .sidebar-content:before{content:"";font-family:themify;position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px}html.style6 .setting-sidebar .sidebar-setting ul li:last-child{margin-right:0}html.style6 .setting-sidebar .sidebar-setting ul li .sm-sidebar{background-color:#eff1f2;margin-right:3px;width:10%;height:100%}html.style6 .setting-sidebar .sidebar-setting ul li .sidebar{background-color:#eff1f2;width:20%;height:100%;border-radius:5px;margin-right:3px}html.style6 .setting-sidebar .sidebar-setting ul li .sidebar-content{background-color:#eff1f2;width:80%;height:100%;border-radius:5px;position:relative}html.style6 .sidebar-pannle-main{position:fixed;bottom:110px;right:22px;z-index:9}html.style6 .sidebar-pannle-main ul{display:flex;flex-direction:column}html.style6 .sidebar-pannle-main ul li{cursor:pointer;margin-bottom:10px}html.style6 .sidebar-pannle-main ul li.cog-click i{animation:infinite-spinning 1.5s linear infinite}html.style6 .fev-addcall-main.add-popup .modal-dialog:before{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;top:-9px}html.style6 .contact-chat>ul>li .contact-name .msg-box{margin-top:10px}html.style6 .msg-box>li .auto-gallery,html.style6 .msg-box>li .document,html.style6 .msg-box>li h5{padding:16px 20px}html.style6 .add-contact-modal .modal-dialog:before{border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #fff;bottom:-9px}html.style6 .add-contact-modal .default-form input[type=number]::-webkit-inner-spin-button,html.style6 .add-contact-modal .default-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;-moz-appearance:textfield}html.style6 .add-popup .close{width:75px;height:75px;background:#ff803c;border-radius:0 0 0 90px;position:absolute;right:15px;top:15px;opacity:1;margin-right:-15px}html.style6 .add-popup .close span{color:#fff;font-size:30px;position:absolute;top:20px;right:20px}html.style6 .add-popup .modal-body{padding:30px}html.style6 .add-popup .modal-footer,html.style6 .add-popup .modal-header{padding:20px 35px}html.style6 .add-popup .modal-footer .modal-title,html.style6 .add-popup .modal-header .modal-title{color:#ff803c;text-transform:capitalize;font-weight:700;font-size:calc(16px + 12*(100vw - 320px)/1600)}html.style6 .add-popup .modal-header{border-bottom-color:#eff1f2;background-color:rgba(255,128,60,.15)}html.style6 .add-popup .modal-header i{font-size:30px;margin-right:10px}html.style6 .add-popup .modal-body h3{margin-bottom:20px;text-transform:capitalize}html.style6 .add-popup .default-form .form-group .form-control{padding:15px 25px;margin-bottom:20px}html.style6 .add-popup .default-form .form-group .form-control::placeholder{text-transform:capitalize}html.style6 .add-popup .modal-footer{border-top:1px solid #eff1f2}html.style6 .delete-modal .modal-header{background-color:transparent;border-bottom:none}html.style6 .delete-modal .modal-header .modal-title{display:none}html.style6 .delete-modal .modal-body{text-align:center}html.style6 .delete-modal .delete-btn{margin-top:30px}html.style6 .video-popup .modal-header{padding:0!important;display:block}html.style6 .video-popup iframe{height:448px;width:100%;vertical-align:middle;border:none}html.style6 .pol-modal-main.modal-dialog{width:700px;max-width:unset}html.style6 .pol-modal-main .modal-content .modal-header svg{color:#ff803c;font-weight:600;margin-right:10px}html.style6 .pol-modal-main .modal-content .modal-body .form-group input::placeholder{font-size:14px}html.style6 .pol-modal-main .modal-content .modal-body .form-group a.add-option{color:#ff803c;text-transform:capitalize;font-size:14px;font-weight:500}html.style6 .pol-modal-main .modal-content .modal-body .form-group .post-poll{background-color:rgba(255,128,60,.15);padding:25px;border-radius:15px}html.style6 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:flex;justify-content:space-between}html.style6 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-transform:capitalize;font-size:14px;font-weight:600}html.style6 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{font-size:14px;margin-left:15px;text-transform:capitalize;display:inline-block;margin-bottom:0}html.style6 .pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:14px;text-transform:capitalize;font-weight:600;display:flex;align-items:center}html.style6 .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check{margin-right:10px}html.style6 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:40px}html.style6 .pol-modal-main .modal-content .modal-body .creat-poll-btn a{display:block;text-transform:capitalize;letter-spacing:1px}html.style6 .snippet-modal-main.modal-dialog{width:800px;max-width:unset}html.style6 .notes-modal-main .modal-content .card{margin-bottom:0;border:0;transition:all .3s ease}html.style6 .notes-modal-main .modal-content .card .card-header{background-color:#fff;border-bottom:1px solid #eee;padding:30px}html.style6 .notes-modal-main .modal-content .card .card-header h5{font-size:18px;margin-bottom:0;text-transform:uppercase;font-weight:600}html.style6 .notes-modal-main .modal-content .card .card-body{padding:30px;border-bottom:1px solid #eee}html.style6 .notes-modal-main .modal-content .card .card-body h1{padding-bottom:30px}html.style6 .notes-modal-main .modal-content .card .card-body p:last-child{margin-bottom:0}html.style6 .notes-modal-main .modal-content .card .card-footer{padding:30px;background-color:#fff;border-top:none}html.style6 .notes-modal-main .modal-content .card .card-footer button{margin-right:15px}html.style6 .reminder-modal-main .modal-content{height:500px;overflow:auto}html.style6 .reminder-modal-main .modal-content .modal-body .form-group label{display:block;margin-bottom:10px;font-weight:600;font-size:16px;text-transform:capitalize}html.style6 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{display:inline-block;padding:15px 20px;border-radius:5px;background-color:#fff9f5;text-align:center;border:none}html.style6 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-num,html.style6 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-val{color:#ff803c;transition:color .3s ease}html.style6 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active{background-color:#ff803c}html.style6 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-num,html.style6 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-val{color:#fff;transition:color .3s ease}html.style6 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-num{margin-bottom:7px}html.style6 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-val{margin-bottom:0;font-weight:500}html.style6 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li{margin-left:15px}html.style6 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:flex;margin-bottom:0;text-transform:uppercase}html.style6 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child{margin-right:30px}html.style6 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select{line-height:1;font-size:14px;color:#223645;letter-spacing:.08em}html.style6 .reminder-modal-main .modal-content .modal-body .reminder-btn{text-align:center}html.style6 .reminder-modal-main .modal-content .modal-body .reminder-btn h5{text-transform:capitalize;color:#223645;margin-bottom:20px}html.style6 .reminder-modal-main .modal-content .modal-body .reminder-btn a{color:#fff}html.style6 .reminder-modal-main .modal-body .form-group{margin-bottom:25px}html.style6 .reminder-modal-main .modal-body .form-group textarea{border-radius:15px;background-color:#fff9f5;border:none}html.style6 .show-notifications{position:relative}html.style6 .show-notifications:active #icon-bell,html.style6 .show-notifications:focus #icon-bell,html.style6 .show-notifications:hover #icon-bell{fill:#34495e}html.style6 .show-notifications #icon-bell{fill:#7f8c8d}html.style6 .show-notifications .notifications-count{border-radius:50%;background-clip:padding-box;background:#3498db;color:#fefefe;font:normal .85em Lato;height:16px;line-height:1.75em;position:absolute;right:2px;text-align:center;top:-2px;width:16px}html.style6 .show-notifications.active~.notifications{opacity:1;top:60px}html.style6 .notifications{border-radius:2px;background-clip:padding-box;transition:opacity .25s ease-out .1s;background:#ecf0f1;border:1px solid #bdc3c7;left:10px;opacity:0;position:absolute}html.style6 .notifications h3{cursor:default;font-size:1.05em;font-weight:400;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}html.style6 .notifications .notifications-list{list-style:none;margin:0;overflow:hidden;padding:0}html.style6 .notifications .notifications-list .item{transition:transform .25s ease-out .1s;border-top:1px solid #bdc3c7;color:#7f8c8d;cursor:default;display:block;padding:10px;position:relative;white-space:nowrap;width:350px}html.style6 .notifications .notifications-list .item.no-data{display:none;text-align:center}html.style6 .notifications .notifications-list .item.expired{color:#bdc3c7}html.style6 .notifications .notifications-list .item.expired:before{background:#bdc3c7}html.style6 .notifications .notifications-list .item.expired .details .date{color:#bdc3c7}html.style6 .notifications .notifications-list .item:before{border-radius:50%;background-clip:padding-box;background:#3498db;content:"";height:8px;width:8px;display:inline-block;vertical-align:middle}html.style6 .notifications .notifications-list .item .details{display:inline-block;vertical-align:middle;margin-left:10px;white-space:normal;width:280px}html.style6 .notifications .notifications-list .item .details .title{display:block}html.style6 .notifications .notifications-list .item .details .date{display:block;font-size:.85em;margin-top:3px}html.style6 .notifications .notifications-list .item .button-dismiss{display:inline-block;vertical-align:middle;color:#bdc3c7;font-size:2.25em}html.style6 .notifications .show-all{display:block;text-align:center;text-decoration:none;background:#3498db;color:#fefefe;margin:0;padding:10px;width:350px}html.style6 .notifications:after{border:10px solid transparent;border-bottom-color:#3498db;content:"";display:block;height:0;left:10px;position:absolute;top:-20px;width:0}html.style6 .button-default{transition:color .25s ease-out .1s;background:transparent;border:none;cursor:pointer;margin:0;outline:none;position:relative}html.style6 .todo-main-modal .modal-body{padding-bottom:0}html.style6 .todo-main-modal .modal-body .default-form .todo-task h5{padding-bottom:10px}html.style6 .todo-main-modal .modal-body .default-form .form-group+.form-group{display:flex;margin-top:unset}html.style6 .todo-main-modal .modal-body .default-form .form-group+.form-group input{height:45px;border-radius:15px;background-color:#fff;border:none;margin-left:10px}html.style6 .todo-main-modal .modal-body .dropdown.currency{width:30%}html.style6 .create-todo-main-modal .modal-body{padding-bottom:0}html.style6 .create-todo-main-modal .modal-body .default-form .todo-task h5{margin-bottom:15px}html.style6 .create-todo-main-modal .modal-body .default-form .form-group{display:flex;align-items:center}html.style6 .create-todo-main-modal .modal-body .default-form .form-group input{margin-left:10px}html.style6 .create-todo-main-modal .modal-body .default-form .dropdown.currency{width:30%;text-align:left}html.style6 .create-todo-main-modal .modal-body .dropdown .dropdown-menu li{font-size:14px}@media(max-height:730px){html.style6 .chitchat-container .sidebar-bottom{padding-bottom:25px}html.style6 .chitchat-container .main-nav .sidebar-main .sidebar-bottom li,html.style6 .chitchat-container .main-nav .sidebar-main .sidebar-top li{padding-top:25px}}@media(max-width:1660px){html.style6 .about-page p{margin-bottom:-3px}html.style6 .secure-app-main .secure-app-content{background-color:hsla(0,0%,100%,.9);padding:30px}}@media(max-width:1500px){html.style6 .testimonial-main .slick-slider .slick-list{margin:0 -10px}html.style6 .testimonial-main .slick-slider .slick-list .slick-slide{padding:0 10px}html.style6 .recent .theme-title .mainnav,html.style6 .recent .theme-title .mobile-back{height:32px;width:32px}html.style6 .chitchat-main .messages .contact-details .left.media .media-right .mute i:after{top:14px;left:5px}html.style6 .contact-chat .profile{height:50px;width:50px}html.style6 .call-content,html.style6 .contact-content{overflow:scroll;height:100%}html.style6 .call-content .col-sm-5,html.style6 .call-content .col-sm-7,html.style6 .contact-content .col-sm-5,html.style6 .contact-content .col-sm-7{flex:100% 1;max-width:100%}html.style6 .call-content .col-sm-7,html.style6 .contact-content .col-sm-7{margin-top:20px}html.style6 .call-content .col-sm-7 .call-log-clear,html.style6 .contact-content .col-sm-7 .call-log-clear{margin-bottom:40px}html.style6 .contact-details ul li{padding-left:7px!important}html.style6 .contact-details>.row .icon-btn{height:32px;width:32px}}@media(max-width:1366px){html.style6 .profile-box .details.edit{width:170px}html.style6 .chitchat-main .message-input input{width:calc(100% - 280px)}html.style6 .chitchat-right-sidebar .status ul li{padding-left:30px}html.style6 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{padding:10px 20px}html.style6 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li{padding-bottom:0}html.style6 header .landing-header{background-color:#ff803c;max-width:97%;border-radius:20px;box-shadow:0 0 30px rgba(29,168,253,.5);margin:0 auto;padding:5px 50px}html.style6 header .landing-header.fixed .navbar-collapse .navbar-nav{margin-left:10px}html.style6 header .landing-header .navbar-collapse .navbar-nav{padding-left:0;margin-left:140px}html.style6 .chat-main li .chat-box .details h6{max-width:150px}html.style6 .search2>div{height:40px}html.style6 .group-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}html.style6 .close-app{display:none}html.style6 .sidebar-pannle-main{bottom:70px}html.style6 .contact-chat>ul>li.replies,html.style6 .contact-chat>ul>li.sent{width:65%}html.style6 .emojis-main .contact-poll .mr-4{margin-right:.5rem!important}html.style6 .profile-box{padding-bottom:0}html.style6 .chitchat-main .message-input{padding:1% 10px}html.style6 .chitchat-main .call-content .user-profile .user-content ul li{font-size:0;padding-bottom:0}html.style6 .chitchat-main li .chat-box .details h6{max-width:130px}html.style6 .chitchat-main li.active .details h6{letter-spacing:unset}html.style6 .notification-tab .chat-main .chat-box .details h5{line-height:1.5}html.style6 .notification-tab .chat-main .chat-box .date-status,html.style6 .notification-tab .chat-main .chat-box .profile{top:10px}html.style6 .notification-tab .chat-main li{padding:0 20px}html.style6 .setting-block{padding:30px 40px}html.style6 .setting-block .block{padding:40px 20px 0}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab{padding:40px 20px}html.style6 .chitchat-container .chitchat-left-sidebar{min-width:300px;width:300px;animation:fadeInright .3s ease-in-out;transition:all .3s ease}html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab{width:300px;min-width:300px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab{padding:20px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs .nav-tabs{padding-bottom:20px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:12px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:10px;width:10px;margin-right:5px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:60px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:20px 20px 0}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{width:calc(100% - 30px);left:15px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent{width:300px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding:20px 20px 0}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .theme-title{padding:0 20px}html.style6 .call-log-main li,html.style6 .contact-log-main li{padding-top:8px;padding-bottom:8px}html.style6 .document-tab .chat-box .date-status,html.style6 .fevorite-tab .chat-box .date-status{position:absolute;right:0;top:10px;text-align:right}html.style6 .document-tab .chat-main li,html.style6 .fevorite-tab .chat-main li{padding-top:8px;padding-bottom:8px}html.style6 .dynemic-sidebar .theme-title{margin-bottom:20px}html.style6 .dynemic-sidebar .chat-main li .chat-box .details{padding-top:8px;padding-bottom:9px}html.style6 .dynemic-sidebar .chat-main .icon-btn.btn-xl{height:50px;width:50px}html.style6 .dynemic-sidebar .chat-main .icon-btn.btn-xl i{font-size:20px}html.style6 .dynemic-sidebar .chat-main .media-body{position:absolute;right:0;top:8px}html.style6 .dynemic-sidebar .chat-main .profile{width:50px;height:50px}html.style6 .m-r-15{margin-right:5px}html.style6 .search2{margin-left:0;margin-right:0}html.style6 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 390px)}html.style6 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 475px)}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 580px)}html.style6 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}html.style6 .sidebar-active.menu-active .chitchat-container .chitchat-main{width:calc(100% - 92px)}html.style6 .menu-active .chitchat-main .messages .contact-details{width:63.9vw!important}html.style6 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:7px 15px}html.style6 .call-log-main li,html.style6 .chat-main li,html.style6 .contact-log-main li{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}html.style6 .call-log-main li .call-box,html.style6 .call-log-main li .chat-box,html.style6 .call-log-main li .contact-box,html.style6 .chat-main li .call-box,html.style6 .chat-main li .chat-box,html.style6 .chat-main li .contact-box,html.style6 .contact-log-main li .call-box,html.style6 .contact-log-main li .chat-box,html.style6 .contact-log-main li .contact-box{display:flex;align-items:center}html.style6 .call-log-main li .call-box .details,html.style6 .call-log-main li .chat-box .details,html.style6 .call-log-main li .contact-box .details,html.style6 .chat-main li .call-box .details,html.style6 .chat-main li .chat-box .details,html.style6 .chat-main li .contact-box .details,html.style6 .contact-log-main li .call-box .details,html.style6 .contact-log-main li .chat-box .details,html.style6 .contact-log-main li .contact-box .details{padding-left:60px;padding-right:50px}html.style6 .chat .profile{width:50px;height:50px}html.style6 .call-log-main .call-box .details,html.style6 .contact-log-main .call-box .details{padding-right:60px}html.style6 .call-log-main li .contact-box .details,html.style6 .contact-log-main li .contact-box .details{padding-right:80px;padding-left:60px}html.style6 .group-main .group-box .details{padding-left:60px}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 495px)}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 790px)}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 880px)}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 490px)}html.style6 .sidebar-active .chitchat-container .chitchat-main{width:calc(100% - 720px)}html.style6 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .message-input{width:calc(100% - 390px)}html.style6 .sidebar-active.menu-active .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 400px)}html.style6 .chitchat-main .message-input{width:90%}html.style6 .menu-active .login-content .line h6:after,html.style6 .menu-active .login-content .line h6:before{width:4rem}html.style6 header .landing-header .navbar-collapse{width:100%}html.style6 .call-log-main .call-box .details{padding-left:70px!important}html.style6 .videocall.call-modal .small-image,html.style6 .videocallhang.call-modal .small-image{width:180px;height:250px}html.style6 .videocall.call-modal .videocall-details .usersprof .profile{width:50px;height:50px}}@media(min-width:1199.98px){html.style6 .main-menu .collapse{display:block}}@media(max-width:1199.98px){html.style6 .landing-header .dropdown-menu a{padding-top:6px;padding-bottom:6px}html.style6 header .landing-header .navbar-collapse .navbar-nav{background-color:transparent;margin-left:0}html.style6 header .landing-header.fixed .main-menu .navbar-nav>li>a{color:rgba(0,0,0,.7)!important}html.style6 .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link{color:rgba(0,0,0,.9)}html.style6 .landing-page .landing-header .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}html.style6 .mobile-version-sec .chitchat-back-block .chit-chat2{display:none}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-content h3{margin-bottom:3px!important}html.style6 .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i{font-size:24px}html.style6 .chat-landing-page .content-title{margin-bottom:35px}html.style6 .emojis-main .contact-poll .contact-poll-content:before{left:30px}html.style6 header{padding-top:10px;padding-bottom:0;clear:both}html.style6 header .landing-header .dropdown-menu{position:relative!important;width:calc(100% - 30px);margin-bottom:14px;padding-bottom:10px;margin-top:10px;transform:unset!important}html.style6 header .landing-header .logo-block img{height:40px}html.style6 header .landing-header .navbar-toggler{position:absolute;right:17px;top:19px;background-color:#fff}html.style6 header .landing-header .navbar-toggler:focus{outline:none}html.style6 header .landing-header .navbar-toggler .navbar-toggler-icon{vertical-align:-2px}html.style6 header .landing-header .navbar-collapse{position:absolute;top:64px;background-color:#fff;right:0;width:61%!important;border-radius:15px;padding:20px 0;border:1px solid #faeae0}html.style6 header .landing-header .navbar-collapse .navbar-nav,html.style6 header .landing-header .navbar-collapse .navbar-nav .nav-item{display:block}html.style6 header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link{padding-top:3px;padding-bottom:3px}html.style6 .chitchat-main .messages .contact-details{padding:15px}html.style6 .chitchat-main .messages .contact-details .media-right ul{display:flex}html.style6 .chitchat-main .messages .contact-details .search-form,html.style6 .chitchat-main .messages .contact-details .search-form.open{height:90px}html.style6 .chitchat-main .message-input{width:calc(100% - 100px)}html.style6 .chitchat-main .messages .contact-details .col{width:100px}html.style6 .chitchat-main .messages .contact-details .left.media .media-body{display:none}html.style6 .theme-landing header .landing-header .navbar-collapse{padding:20px}html.style6 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item{padding:3px 0;margin-left:0}html.style6 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link{color:rgba(0,0,0,.7)!important;transition:all .5s ease;padding:0}html.style6 .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link:hover{color:#ff803c!important}html.style6 .theme-landing header .landing-header .dropdown-menu{width:calc(100% - 10px)}html.style6 .theme-landing header .landing-header .dropdown-menu .nav-link a{transition:all .5s ease}html.style6 .theme-landing header .landing-header .dropdown-menu .nav-link a:hover{color:#ff803c!important}html.style6 .rate-us{padding-top:40px!important}}@media(max-width:1024px){html.style6 .slider-block{background-position:bottom!important}html.style6 .chitchat-main .messages .contact-details .left.media .media-body:before{top:-4px}html.style6 .chitchat-main .messages .contact-details .media-body h5{display:none}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:4px}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details ul li{padding-left:21px}html.style6 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}html.style6 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 490px)}html.style6 .chitchat-main .messages .contact-details{padding:15px}html.style6 .chitchat-main .messages .contact-details .media-right ul{display:flex}html.style6 .faq-section .accordion.theme-accordion .card .card-header button:before{right:10px}}@media(max-width:992px){html.style6 .chitchat-right-sidebar .document,html.style6 .chitchat-right-sidebar .media-gallery,html.style6 .chitchat-right-sidebar .status{padding:30px 20px}html.style6 .chitchat-main .message-input input{width:90%}html.style6 .chitchat-container .chitchat-right-sidebar{min-width:280px;width:280px}html.style6 .chitchat-container .chitchat-right-sidebar .contact-profile{padding:20px}html.style6 .chitchat-container.sidebar-overlap .chitchat-main,html.style6 .chitchat-container.sidebar-overlap .chitchat-main .messages .contact-details,html.style6 .chitchat-container.sidebar-overlap .contact-details,html.style6 .chitchat-container.sidebar-overlap .message-input{width:100%!important}html.style6 .chat-landing-page .landing_page_slider{min-height:800px;background-position:bottom}html.style6 .secure-app-main,html.style6 .secure-app-main .secure-app-content{height:350px}html.style6 [class*=introjs]{display:none}html.style6 .main-nav.introjs-fixParent,html.style6 .sidebar-top.introjs-relativePosition{display:block}html.style6 .chitchat-main .messages .contact-details{width:calc(100vw - 390px)}html.style6 header .landing-header,html.style6 header .landing-header.fixed{padding:5px 15px}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 495px)!important}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 400px)}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:33.3vw!important}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:9px}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 590px)}html.style6 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details{width:44vw}html.style6 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}html.style6 .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chitchat-main.small-sidebar .message-input{width:calc(100% - 500px)}html.style6 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 92px)}html.style6 .sidebar-active .chitchat-container .chitchat-main.small-sidebar .contact-details{width:84vw}html.style6 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details{width:42.5vw!important}html.style6 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:21px}html.style6 .sidebar-toggle .main-nav.on~.show-recent~.chitchat-main .message-input{width:calc(100% - 500px)}html.style6 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:53vw}html.style6 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:9px}html.style6 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .message-input{width:calc(100% - 400px)}html.style6 .recent .theme-title .close-contentbtn{display:flex}html.style6 .element-card .typography .font_label{margin-bottom:20px}html.style6 .login-content .line h6:after,html.style6 .login-content .line h6:before{width:3.5rem}html.style6 .mr-3{margin-right:10px!important}html.style6 footer .footer_order_2{order:-1}html.style6 footer .footer_order_1{order:-2}html.style6 footer .footer_order_3{margin-top:40px}}@media(max-width:991px){html.style6 .video-popup iframe{height:278px}html.style6 .chitchat-main .messages{padding:25px}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .contact-details{width:calc(100vw - 455px)!important}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:calc(100vw - 455px)}html.style6 .blog-detail-page .blog-detail .post-social ul.social-group{float:none;margin-top:15px;display:block}html.style6 footer .footer-block{display:flex;justify-content:center}html.style6 footer .footer-block>div{margin-top:30px}html.style6 footer .footer-block>div:first-child,html.style6 footer .footer-block>div:last-child{order:-1;margin-top:0}html.style6 .audiocall1.call-modal,html.style6 .audiocall2.call-modal,html.style6 .conferencecall.call-modal,html.style6 .videocall.call-modal,html.style6 .videocallhang.call-modal{min-height:530px}html.style6 .videocall.call-modal .small-image,html.style6 .videocallhang.call-modal .small-image{width:150px;height:200px;left:20px}html.style6 .three-in-one-sec{margin-top:0}html.style6 .bonus-page .chit-chat5,html.style6 .collaboration-main .chit-chat5,html.style6 .dark-light .chit-chat5,html.style6 .easy-navigation .chit-chat5,html.style6 .real-time-customizer .chit-chat5{display:none}html.style6 .pol-modal-main.modal-dialog,html.style6 .snippet-modal-main.modal-dialog{width:600px}html.style6 .notes-modal-main .modal-content{height:450px}html.style6 .notes-modal-main .modal-content .modal-body{overflow:auto;padding:0}html.style6 .notes-modal-main .modal-content .card .card-body,html.style6 .notes-modal-main .modal-content .card .card-header{padding:20px}html.style6 .notes-modal-main .modal-content .card .card-body h1{padding-bottom:15px;line-height:1}}@media(max-width:800px){html.style6 .chitchat-left-sidebar .search-form .form-group .icon-close{top:3px}html.style6 .profile-box .details.edit{width:90%}html.style6 .chitchat-container{overflow:hidden}html.style6 .chitchat-main .chat-content .badge.sm{padding:4px}html.style6 .menu-active .chitchat-main .messages .contact-details{width:calc(100% - 50px)!important}html.style6 .mobile-back,html.style6 .mobile-sidebar{display:inline-flex}html.style6 .search2>div{width:100%;height:50px}html.style6 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:10px 35px;font-size:16px}html.style6 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:22px}html.style6 .chat .details{padding-left:75px!important}html.style6 .chat .details h6,html.style6 .chitchat-left-sidebar .details h6{max-width:unset;font-size:calc(12px + 2*(100vw - 320px)/480);padding-top:6px}html.style6 .chat h5,html.style6 .chitchat-left-sidebar h5{font-size:calc(13px + 2*(100vw - 320px)/480)}html.style6 .chat .profile,html.style6 .chitchat-left-sidebar .profile{width:60px;height:60px}html.style6 .theme-tab>.nav-tabs>.nav-item .nav-link{padding:12px 60px;font-size:calc(14px + 8*(100vw - 320px)/1600)}html.style6 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar{width:calc(100vw - 100px);min-width:calc(100vw - 100px)}html.style6 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,html.style6 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:calc(100vw - 100px)}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search{margin-top:10px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat h2{font-size:calc(20px + 12*(100vw - 320px)/480)}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{font-size:calc(13px + 4*(100vw - 320px)/480);padding:5px 40px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg{height:14px;width:14px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent{width:100vw}html.style6 .chitchat-container .chitchat-left-sidebar,html.style6 .chitchat-container .chitchat-left-sidebar .contact-list-tab,html.style6 .chitchat-container .chitchat-left-sidebar .document-tab,html.style6 .chitchat-container .chitchat-left-sidebar .fevorite-tab,html.style6 .chitchat-container .chitchat-left-sidebar .notification-tab,html.style6 .chitchat-container .chitchat-left-sidebar .recent-default,html.style6 .chitchat-container .chitchat-left-sidebar .settings-tab,html.style6 .chitchat-container .chitchat-left-sidebar .status-tab{width:calc(100vw - 1px);min-width:calc(100vw - 1px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style6 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar,html.style6 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 90px)}html.style6 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 140px)}html.style6 .chitchat-container .chitchat-main .message-input{width:100%;animation:fadeInRight .3s ease-in-out;transition:all .3s ease;bottom:unset;position:static}html.style6 .chitchat-container .chitchat-main .messages{padding:25px}html.style6 .chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 52px);animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style6 .chitchat-container .chitchat-main{width:100vw;max-width:100vw;overflow:hidden}html.style6 .chitchat-container.mobile-menu .chitchat-left-sidebar{display:none;width:0;min-width:0;opacity:0;animation:fadeInRight .3s ease-in-out;transition:all .3s ease}html.style6 .chat-tabs ul li.nav-item{margin:0 10px}html.style6 .chat-tabs ul li.nav-item a{width:100%}html.style6 ul.chat-cont-setting{left:unset;right:20px}}@media(max-width:767.98px){html.style6 .chitchat-main .chitchat-contain ul.detial-price li i{margin-right:10px}html.style6 .videocall.call-modal .videocall-details{padding:15px;background-color:hsla(0,0%,100%,.8)}html.style6 .modal-dialog-centered .modal-content{max-height:90vh;overflow:scroll}html.style6 .zoomcontent{display:none}html.style6 footer .copyright .footer-left{margin-bottom:5px}html.style6 header .landing-header{max-width:99%}html.style6 .three-in-one-sec{margin-top:0}html.style6 .chat-landing-page h1{margin-bottom:10px}html.style6 .bonus-page .demo-title{margin-top:10px}html.style6 .three-in-one-sec .landing-screen-animation>div:first-child,html.style6 .three-in-one-sec .landing-screen-animation>div:nth-child(2){margin-bottom:30px}html.style6 .rate-us .rate_us-section h2{margin:20px 0}html.style6 .rate-us .rate_us-section .rate-section li i{font-size:28px}html.style6 .sidebar-pannle-main{display:none}html.style6 .chitchat-loader h3{margin-top:15px;padding:0 15px;line-height:1.4}html.style6 .chitchat-loader img{height:80px}html.style6 .videocall.call-modal .small-image{left:20px}html.style6 .blog-detail-page .blog-detail .post-social ul.social-group{margin-top:5px;float:unset}html.style6 .sidebar-pannle-main{right:15px}html.style6 .chitchat-main .messages .contact-details{width:calc(100vw - 390px)}html.style6 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn i{font-size:21px}html.style6 .chitchat-main .messages .contact-details .left.media .media-right .icon-btn svg{vertical-align:unset;stroke-width:2px}html.style6 .chitchat-main .messages .contact-details ul li{padding-left:30px}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:66.3vw!important}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:33px}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 200px)}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:24px}html.style6 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:28px}html.style6 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:10px}html.style6 .contact-details .media-right ul{display:flex}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:78.5vw!important}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .message-input{width:calc(100% - 100px)}html.style6 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details{width:39vw}html.style6 .sidebar-toggle .main-nav~.show-recent~.chitchat-main .messages .contact-details ul li{padding-left:17px}html.style6 .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:8px}html.style6 .copyright p{text-align:center}html.style6 .links_horizontal .text-right{text-align:center!important}html.style6 .blog-page .blog-sidebar .blog-card .blog-follow li{margin-right:10px}html.style6 .element-card .typography h1,html.style6 .element-card .typography h2,html.style6 .element-card .typography h3,html.style6 .element-card .typography h4,html.style6 .element-card .typography h5,html.style6 .element-card .typography h6{margin-bottom:10px}html.style6 .element-card .typography .font_label{margin-right:10px}html.style6 .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:unset}html.style6 footer .footer-title .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style6 footer .footer-title .according-menu:before{content:"";position:absolute;right:20px;top:16px;color:#ff803c;font-size:18px;font-weight:600}html.style6 footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style6 footer .footer-title.active .according-menu:before{content:"";position:absolute;right:20px;top:2px;color:#ff803c;font-size:18px;font-weight:600}html.style6 footer .links li+li{margin-top:5px}html.style6 footer .logo img{width:150px;height:auto}html.style6 footer .footer-mobile-title{display:block}html.style6 footer .footer-block>div:nth-child(n+2){margin-top:15px!important}html.style6 footer .footer-block>div:nth-child(n+2) .footer-title{border-top:1px solid rgba(255,128,60,.2)}html.style6 footer h3{margin-top:15px!important;margin-bottom:0!important}html.style6 footer .footer-contant{margin-top:20px}html.style6 footer .footer-contant .footer-btn{display:grid;width:-moz-fit-content;width:fit-content}html.style6 footer .footer-contant .footer-btn .btn{display:inline-flex;padding:10px 20px}html.style6 footer .footer-contant .footer-btn .btn i{font-size:16px}html.style6 footer .footer-contant .social-group li a{width:28px;height:28px}html.style6 footer .footer-contant .social-group li a i,html.style6 footer .footer-contant ul li a{font-size:13px}html.style6 footer .footer-contant ul li a:before{font-size:8px}html.style6 .footer_order_1{width:60%;float:left}html.style6 .footer_order_2{width:40%;float:right}html.style6 .footer_order_3{width:33%;float:left}html.style6 .img-10{width:5px!important}html.style6 .img-20{width:10px!important}html.style6 .img-30{width:20px!important}html.style6 .img-40{width:25px!important}html.style6 .img-50{width:35px!important}html.style6 .img-60{width:45px!important}html.style6 .img-70{width:55px!important}html.style6 .img-80{width:65px!important}html.style6 .img-90{width:75px!important}html.style6 .img-100{width:85px!important}html.style6 .add-popup .close{width:65px;height:65px}html.style6 .add-popup .close span{top:15px;right:15px}html.style6 .add-popup .modal-footer{padding:20px}html.style6 .audiocall1.call-modal,html.style6 .audiocall2.call-modal,html.style6 .conferencecall.call-modal,html.style6 .videocall.call-modal,html.style6 .videocallhang.call-modal{min-height:480px}html.style6 .audiocall1.call-modal .title2,html.style6 .audiocall2.call-modal .title2,html.style6 .conferencecall.call-modal .title2,html.style6 .videocall.call-modal .title2,html.style6 .videocallhang.call-modal .title2{margin-bottom:5px}html.style6 .audiocall1 .icon-btn.btn-xl,html.style6 .audiocall2 .icon-btn.btn-xl,html.style6 .conferencecall .icon-btn.btn-xl,html.style6 .videocall .icon-btn.btn-xl,html.style6 .videocallhang .icon-btn.btn-xl{width:40px;height:40px;padding:10px}html.style6 .videocall.call-modal .videocall-details,html.style6 .videocallhang.call-modal .videocall-details{padding:20px 20px 20px 30px}html.style6 .videocall.call-modal .videocall-details .usersprof .profile,html.style6 .videocallhang.call-modal .videocall-details .usersprof .profile{width:35px;height:35px}html.style6 .videocall.call-modal .small-image,html.style6 .videocallhang.call-modal .small-image{width:120px;height:140px;left:15px}html.style6 .videocall.call-modal .videocall-details#basicUsage,html.style6 .videocallhang.call-modal .videocall-details#basicUsage{margin-right:5px}html.style6 footer .footer-mobile-title h3{margin-top:0!important}html.style6 .snippet-modal-main.modal-dialog{width:550px}html.style6 .snippet-modal-main .default-form .form-group .btn-snipate{margin-top:30px}html.style6 .snippet-modal-main .default-form .form-group .btn-snipate .btn{padding:10px 25px}html.style6 .pol-modal-main.modal-dialog{width:550px}html.style6 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:30px}html.style6 .add-popup .modal-footer,html.style6 .add-popup .modal-header{padding:20px 25px}html.style6 .reminder-modal-main .modal-content .modal-body .reminder-btn .btn{padding:12px 25px}html.style6 .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li{padding:10px 15px}}@media(max-width:600px){html.style6 .setting-block .block{top:110px}html.style6 .chitchat-container .chitchat-main .call-content,html.style6 .chitchat-container .chitchat-main .contact-content{padding:20px}html.style6 .chitchat-container .chitchat-main .messages .contact-details .col-7{padding-right:0}html.style6 .chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right{order:-1}html.style6 .chitchat-container .chitchat-main .messages .contact-details .col-7 .media-right li{padding-left:0!important;padding-right:8px}html.style6 .chitchat-container .chitchat-main .messages .media-right ul li:first-child,html.style6 .chitchat-container .chitchat-main .messages .media-right ul li:nth-child(2){display:none}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:5px 20px}html.style6 .emojis-main .contact-poll .contact-poll-content{bottom:60px;left:60px}html.style6 .contact-chat{margin-top:70px}html.style6 .contact-chat>ul>li.replies .auto-gallery li,html.style6 .contact-chat>ul>li.sent .auto-gallery li{height:60px;width:60px}html.style6 footer .footer-title .according-menu,html.style6 footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style6 footer .footer_order_1,html.style6 footer .footer_order_2,html.style6 footer .footer_order_3{width:100%}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:57.3vw!important}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:30px}html.style6 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:74vw}html.style6 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details ul li{padding-left:20px}html.style6 .chitchat-main .message-input{height:60px;padding:14px 10px}html.style6 .chitchat-main .message-input input{width:calc(100% - 210px)}html.style6 .chitchat-main .message-input .icon-btn{height:32px;width:32px}html.style6 .chitchat-main .message-input .icon-btn i{font-size:13px}html.style6 .chitchat-main .messages .contact-details .left.media .media-left{height:unset}html.style6 .chitchat-main .messages .contact-details .profile{width:40px;height:40px;border-radius:15px}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details{width:93.5vw!important}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .messages .contact-details ul li{padding-left:0}html.style6 .sidebar-toggle .pricing-box{margin:10px;padding:20px}html.style6 .sidebar-toggle .pricing-box ul.avb-price li i{margin-right:10px}html.style6 .sidebar-toggle footer{padding-bottom:0}html.style6 .sidebar-toggle footer .footer-mobile-title{display:block!important}html.style6 .sidebar-toggle footer .footer-title .according-menu,html.style6 .sidebar-toggle footer .footer-title.active .according-menu{font:normal normal normal 14px/1 FontAwesome}html.style6 .sidebar-toggle footer .downlaod,html.style6 .sidebar-toggle footer .footer_order_3{margin-top:0}html.style6 .sidebar-toggle footer .downlaod .footer-btn .btn+.btn{margin-left:15px;margin-top:unset}html.style6 .sidebar-toggle footer .links{margin-top:0}html.style6 .sidebar-toggle footer .section-py-space{padding-bottom:30px}html.style6 .sidebar-toggle footer .footer-contant{margin-bottom:20px}}@media(max-width:676px){html.style6 .chitchat-main .message-input{height:48px;padding:0 10px}}@media(max-width:575.98px){html.style6 .chitchat-container .chitchat-right-sidebar{width:100%}html.style6 .share-media .media-big .border-portfolio a,html.style6 .share-media .media-small .border-portfolio a{display:block}html.style6 .share-media .isotopeSelector .media-big .overlay{height:160px}html.style6 .share-media .isotopeSelector .media-small .overlay{height:72px}html.style6 .team-work-main .team-work-content .ply-main .ply-content{padding:5px}html.style6 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content{width:35px;height:35px}html.style6 .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i{font-size:14px;margin-left:4px;margin-top:2px}html.style6 header .landing-header{padding:0}html.style6 header .landing-header .navbar-toggler{top:14px}html.style6 .search-form:before{top:20px}html.style6 .chitchat-left-sidebar .search-form .form-group .icon-close{top:1px}html.style6 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:3px}html.style6 .sidebar-toggle .main-nav.on{position:absolute;left:0;z-index:9999!important;background-color:#fff}html.style6 .chitchat-container .main-nav.on~.chitchat-left-sidebar .recent-default{width:100vw;min-width:100vw}html.style6 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default){margin-left:100px}html.style6 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .chat,html.style6 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar.recent-default .recent{width:100vw}html.style6 .landing_page_slider .animated-img-2{display:none}html.style6 .chat-landing-page .landing_page_slider{min-height:450px}html.style6 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1{color:#223645!important;-webkit-text-fill-color:unset}html.style6 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4,html.style6 .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span{color:#223645!important}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:71.5vw!important}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:9px}html.style6 .inner-page header{padding-top:15px;padding-bottom:15px}html.style6 .inner-page header .landing-header .navbar-collapse,html.style6 .theme-landing header .landing-header .navbar-collapse{width:100%!important}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:55.3vw!important}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details ul li{padding-left:24px}html.style6 .sidebar-active .sidebar-toggle .main-nav .chitchat-main .messages .contact-details ul li{padding-left:11px}html.style6 .chitchat-main .messages .contact-details{width:88vw}html.style6 .chitchat-main .messages .contact-details ul li{padding-left:21px}html.style6 .blog-page .blog-media .blog-right ul li+li{padding-left:10px;margin-left:10px}html.style6 .add-popup .modal-body{padding:15px}html.style6 .add-popup .modal-footer .btn{padding:10px 20px}html.style6 .msg-chat-modal .chat-main li{padding-left:10px;padding-right:10px}html.style6 .videocall.call-modal .small-image{width:100px;height:120px;bottom:31%;display:none!important}html.style6 .chat-landing-page .landing_popups .btn{padding:10px 18px}html.style6 .rate-us .rate_us-section .rate-section{margin:0 0 18px}html.style6 .rate-us .rate_us-section .rate_btn{padding:10px 35px}html.style6 .snippet-modal-main{padding:15px}html.style6 .snippet-modal-main.modal-dialog{width:100%;margin:0}html.style6 .pol-modal-main{padding:15px}html.style6 .pol-modal-main.modal-dialog{width:100%;margin:0}html.style6 .pol-modal-main .modal-content .modal-body .creat-poll-btn{margin-top:20px}html.style6 .pol-modal-main .modal-content .modal-body .form-group .post-poll{padding:15px}html.style6 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul{display:block}html.style6 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li{text-align:center}html.style6 .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p{padding:15px 15px 0}html.style6 .pol-modal-main .modal-content .modal-body .form-group .allow-group{font-size:13px}html.style6 .msg-chat-modal .chat-main li .chat-box .profile{width:40px;height:40px}html.style6 .msg-chat-modal .chat-main li .chat-box .details{padding-left:50px}html.style6 .add-popup .modal-footer,html.style6 .add-popup .modal-header{padding:15px 25px}html.style6 .add-popup .close{width:55px;height:55px}html.style6 .add-popup .close span{top:10px;right:10px}html.style6 .create-todo-main-modal .todo-task .todo-main-content .drop-picker,html.style6 .todo-main-modal .todo-task .todo-main-content .drop-picker{margin:15px 15px 0}}@media(max-width:480px){html.style6 .menu-active .chitchat-main .messages .contact-details{width:calc(100vw - 34px)!important}html.style6 .chitchat-left-sidebar .search-form .form-group .icon-close,html.style6 .chitchat-left-sidebar [class*=-tab] .search-form .form-group .icon-close{top:6px}html.style6 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link{padding:8px 15px;font-size:14px}html.style6 .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg{height:18px}html.style6 .element-card-body .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 20px}html.style6 .chitchat-main .call-content .user-profile .user-content ul li,html.style6 .chitchat-main .contact-content .user-profile .user-content ul li{padding:5px;font-size:12px}html.style6 .chitchat-container .main-nav.on~.chitchat-left-sidebar .dynemic-sidebar:not(.recent-default).active{min-width:100%;width:100%;margin-left:0;z-index:99999;transition:all .3s ease}html.style6 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{width:295px}html.style6 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before{right:125px}html.style6 .chitchat-main .messages .contact-details ul li.chat-friend-toggle .icon-btn{width:32px}html.style6 .groupuser .gr-chat-friend-toggle .gr-chat-frind-content{margin-right:-100px}html.style6 .search-form .form-group .icon-close{padding:18px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat .search-form{height:50px;top:10px}html.style6 .emojis-main .contact-poll .contact-poll-content{padding:20px}html.style6 .emojis-main .contact-poll .contact-poll-content ul li{margin-bottom:8px;font-size:14px;padding-left:25px}html.style6 .emojis-main .contact-poll .contact-poll-content ul li a svg{width:16px}html.style6 .contact-chat>ul>li.replies .msg-box li:first-child h5{border-radius:30px 25px 0 30px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link{min-width:50px}html.style6 .chat-landing-page .landing_page_slider{min-height:380px}html.style6 .theme-tab>.nav-tabs>.nav-item .nav-link{padding:7px 40px}html.style6 .chat-main li{padding-top:12px;padding-bottom:12px}html.style6 .msg-setting-main .msg-dropdown-main .msg-dropdown{right:0;left:unset}html.style6 .replies .msg-setting-main .msg-dropdown-main .msg-dropdown{left:0;right:unset}html.style6 .msg-box>li .auto-gallery,html.style6 .msg-box>li .document,html.style6 .msg-box>li h5{padding:10px 20px}html.style6 .contact-chat{margin-top:55px}html.style6 .contact-chat .profile{border-radius:15px}html.style6 .contact-chat>ul>li.replies .auto-gallery li,html.style6 .contact-chat>ul>li.sent .auto-gallery li{height:32px;width:32px;border-radius:5px;margin-left:5px;margin-bottom:5px}html.style6 .contact-chat>ul>li+li{margin-top:20px}html.style6 .contact-chat>ul>li.replies .document{padding:10px 25px}html.style6 .contact-chat>ul>li.replies .document i{margin-right:15px;font-size:24px}html.style6 .contact-chat>ul>li.replies .document .details{display:none}html.style6 .contact-chat>ul>li.replies .media .profile{margin-left:.7rem!important}html.style6 .chitchat-main .messages .contact-details{padding:10px;top:20px}html.style6 .contact-chat .sent .profile.mr-4{margin-right:.7rem!important}html.style6 .chat-tabs ul li.nav-item{margin:0 5px}html.style6 .chitchat-container .chitchat-main .messages{padding:15px}html.style6 .chitchat-container .chitchat-main .messages .contact-details{width:calc(100vw - 35px);top:20px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent{padding-top:20px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent~.chat{margin-top:170px;height:calc(100vh - 170px);min-height:calc(100vh - 170px)}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider{padding-top:0}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile{height:80px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back{background-color:transparent!important;width:unset;font-size:13px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .recent .mobile-back i{font-size:14px}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a{padding:2px 10px}html.style6 .contact-chat .profile{height:40px;width:40px}html.style6 .contact-details>.row .icon-btn{background-color:transparent;width:20px}html.style6 .contact-details>.row .icon-btn.active,html.style6 .contact-details>.row .icon-btn:active,html.style6 .contact-details>.row .icon-btn:focus{background-color:transparent!important;box-shadow:none!important}html.style6 .chitchat-container .chitchat-left-sidebar .recent-default .chat .theme-title{padding:10px 20px 0;margin-bottom:0}html.style6 .emojis-main .emojis-contain .emojis-sub-contain:before,html.style6 .emojis-main .sticker-contain .emojis-sub-contain:before{left:40px}html.style6 .emojis-main .emojis-contain.open,html.style6 .emojis-main .sticker-contain.open{bottom:60px;width:280px;height:280px}html.style6 .app-sidebar .app-list{z-index:999;position:relative}html.style6 .app-sidebar.active .apps-ul>.tab-content>.tab-pane.active,html.style6 .app-sidebar.active .apps-ul>li.active{right:0;z-index:9999}html.style6 .chitchat-main .message-input input{width:100%;font-size:10px}html.style6 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar{width:calc(100% - 0px)}html.style6 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .messages .contact-details{width:calc(100vw - 52px)}html.style6 .sidebar-toggle .main-nav:not(.on)~.chitchat-main.small-sidebar .message-input{width:calc(100% - 0px)}html.style6 .toggle-sticker{display:none}html.style6 .sidebar-active .chitchat-container .chitchat-main.small-sidebar{width:calc(100% - 1px)}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .messages .contact-details{width:89.3vw!important}html.style6 .sidebar-active .sidebar-toggle .main-nav.on~.chitchat-main.small-sidebar .message-input{width:calc(100% - 5px)}html.style6 .sidebar-active .sidebar-toggle .main-nav~.chitchat-main .messages .contact-details{width:68vw}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details{width:65.5vw!important}html.style6 .sidebar-toggle .main-nav.on~.chitchat-main .contact-details ul li{padding-left:18px}html.style6 footer .section-py-space .footer-title .according-menu:before{right:10px}html.style6 .error-main .error-contain .animated-bg i{height:70px;width:70px}html.style6 .img-10{width:4px!important}html.style6 .img-20{width:8px!important}html.style6 .img-30{width:10px!important}html.style6 .img-40{width:13px!important}html.style6 .img-50{width:20px!important}html.style6 .img-60{width:30px!important}html.style6 .img-70{width:40px!important}html.style6 .img-80{width:50px!important}html.style6 .img-90{width:60px!important}html.style6 .img-100{width:70px!important}html.style6 .viddiolog.fade.modal-dialog{max-width:100%}html.style6 .create-todo-main-modal .modal-body .default-form .dropdown.currency,html.style6 .todo-main-modal .modal-body .dropdown.currency{width:100%}}@media(max-width:420px){html.style6 .videocall.call-modal .videocall-details #basicUsage,html.style6 .videocallhang.call-modal .videocall-details #basicUsage{margin-right:0}html.style6 .videocall.call-modal .videocall-details{padding:15px}html.style6 .videocall.call-modal .videocall-details .usersprof{margin-left:15px}html.style6 .audiocall2.call-modal ul li+li{margin-left:25px}html.style6 header .landing-header .navbar-collapse .navbar-nav .nav-item{margin-left:20px}html.style6 header .landing-header .navbar-collapse ul li a{font-size:13px}html.style6 .audiocall1.call-modal,html.style6 .audiocall2.call-modal,html.style6 .conferencecall.call-modal,html.style6 .videocall.call-modal,html.style6 .videocallhang.call-modal{min-height:400px}html.style6 .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline{display:block}}@media(max-width:360px){html.style6 .videocall.call-modal .videocall-details #basicUsage,html.style6 .videocall.call-modal .videocall-details .dot-btn,html.style6 .videocall.call-modal .videocall-details .zoomcontent{display:none}html.style6 .audiocall2.call-modal ul li+li{margin-left:10px}html.style6 .clfooter ul li:first-child,html.style6 .clfooter ul li:last-child{display:none}html.style6 .connection-img img{width:95%;top:16%}html.style6 .animated-bg{display:none}html.style6 footer .downlaod .footer-btn .btn+.btn{margin-top:15px;margin-left:0}html.style6 .subscribe-content .form-inline .form-control:first-child{margin-right:0}html.style6 .img-10{width:2px!important}html.style6 .img-20{width:4px!important}html.style6 .img-30{width:5px!important}html.style6 .img-40{width:7px!important}html.style6 .img-50{width:9px!important}html.style6 .img-60{width:15px!important}html.style6 .img-70{width:25px!important}html.style6 .img-80{width:35px!important}html.style6 .img-90{width:45px!important}html.style6 .img-100{width:55px!important}html.style6 .nav-tabs .nav-item{margin-right:5px}html.style6 .theme-tab .nav-tabs .nav-item .nav-link{min-width:100px}}@media(max-width:320px){html.style6 .audiocall2.call-modal ul li+li{margin-left:2px}html.style6 .login-content .line h6:after,html.style6 .login-content .line h6:before{width:2.5rem}html.style6 .breadcrumb-main ul li+li{margin-left:10px}html.style6 .breadcrumb-main ul li+li:before{left:-8px}html.style6 .element-card .element-card-body,html.style6 .element-card .element-card-header{padding:.75rem .25rem}}